.text-center {
  text-align: center;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

::selection {
  color: #fff;
  background: var(--dark-blue);
}

::-moz-selection {
  color: #fff;
  background: var(--dark-blue);
}

a {
  color: var(--dark-blue);
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

a:hover,
a:focus {
  color: var(--light-blue);
  text-decoration: none;
}

.link-back.button-back {
  display: inline-block;
  color: var(--light-blue);
  padding-left: 1rem;
  background-position: left 1px center;
  margin-bottom: 2rem;
  line-height: 1;
}
.link-back:hover {
  color: #fff;
}

ul,
ol {
  margin: 0 0 2.5rem;
}
p {
  margin: 0;
}
p + p,
p + ul,
.lead + p,
p + .button,
.button + p {
  margin-top: 2.5rem !important;
}
.widget-about p:last-of-type {
  margin: 0;
}

small,
.small-text {
  font-size: 87.5%;
}

.small-text {
  line-height: 1.43;
}

.small-text p,
.small-text ul,
.small-text ol {
  margin-bottom: 2.1rem;
}

strong {
  font-weight: 700;
}
.editor-content strong {
  color: var(--black);
}
.editor-content dd,
.editor-content dl {
  margin: 0;
  line-height: 1;
}
.editor-content dd + dd {
  margin-top: 0.5rem;
}
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  margin: 2rem 0;
  display: inline-block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  line-height: 1.2;
  color: var(--black);
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 3rem;
  line-height: 1.1;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

.title,
.editor-content h2,
h4,
h5,
.editor-content h3,
.title-overline {
  color: var(--black);
}

h4,
h5,
.editor-content h3,
.title-overline {
  font-weight: 700 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.title-overline {
  margin-bottom: 2rem;
}
.title-overline.title-alt {
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: none;
  color: var(--light-blue);
}
.title-overline.title-alt a {
  color: inherit;
}

h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.editor-content {
  display: inline-block;
  padding-bottom: 2rem;
  width: 100%;
}

.footnote {
  font: 400 1.2rem/1.2 "Gotham", sans-serif;
}

.flex.editor-content {
  display: flex;
}

.title,
.editor-content h2 {
  position: relative;
}

.editor-content h2 {
  margin-bottom: 2.5rem;
}

.editor-content h3 {
  margin-bottom: 1.3rem;
}

.editor-content ul + h2,
.editor-content ol + h2,
.editor-content p + h2 {
  margin-top: 8rem;
}

.editor-content ul + h3,
.editor-content ol + h3,
.editor-content p + h3 {
  margin-top: 5rem;
}
.editor-content hr + h2 {
  margin-top: 4rem;
}
.title.content-title {
  margin: 5rem 0 2.5rem;
}

.breadcrumb-nav + .title.content-title {
  margin-top: 4.5rem;
}

.editor-content h1:after,
.editor-content h2:after,
.title:after,
.title.text-primary:after,
.image-content h3:after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 0.1rem;
  background-color: var(--black);
  margin-top: 1.5rem;
}

.title:after,
.editor-content h2:after {
  background-color: var(--black);
}
.title.text-white:after {
  background-color: #fff;
}

.title-overline:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-bottom: 2rem;
  background-color: var(--black);
}

.overline-fixed:before {
  max-width: 142px;
}

.heading {
  color: #fb1054;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-white {
  color: #fff !important;
}

.text-primary,
.text-primary strong {
  color: var(--black) !important;
}
.text-primary a {
  color: inherit !important;
}

.text-secondary {
  color: var(--black) !important;
}
.max-row-width {
  max-width: 1434px;
}
@media screen and (max-width: 1434px) {
  .max-row-width {
    max-width: 100%;
  }
}
.no-border {
  border: none !important;
}

/* Put footer at the bottom of the page */
.page-wrapper {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  left: 0;
  transition: left 0.7s;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}
.side-contact {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}

.side-contact-body {
  position: relative;
  margin-left: 0.7rem;
  width: calc(76% + 7px);
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f2f2f4;
  opacity: 0;
  transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transition: all 0.7s;
}

.side-contact .title.content-title {
  margin: 1rem 0 3.5rem;
}

.side-contact-body .container-fluid {
  padding: 0 6rem 0;
}

.side-contact-close {
  display: flex;

  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 10;
  border-radius: 0;
  outline: none !important;
}

.side-contact-close:before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--light-blue);
}

@media (min-width: 992px) {
  .side-contact-show:not(.removing-side-contact) body {
    overflow: hidden;
  }

  .side-contact-show:not(.removing-side-contact) .page-wrapper {
    display: block;
    left: 76%;
  }

  .side-contact-show .side-contact {
    visibility: visible;
    overflow: hidden auto;
  }

  .side-contact-show:not(.removing-side-contact) .side-contact-body {
    opacity: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }

  .removing-side-contact .side-contact,
  .removing-side-contact .side-contact-body {
    overflow: hidden !important;
  }
  .removing-side-contact .side-contact-body {
    visibility: hidden;
  }
}

/*---------------------------------------------------
------------ 5. Homepage ----------------------------
--------------------------------------------------- */
.featured-homepage-grid {
  margin-top: 4rem;
}
.featured-homepage-grid .post figure:not(.avatar) img,
.featured-homepage-grid:not(.grid-with-lightbox)
  .post
  figure:not(.avatar):hover
  img {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-homepage-grid .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .featured-homepage-grid .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .featured-homepage-grid:not(.grid-with-lightbox)
    .post
    figure:not(.avatar):hover
    img {
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }
}
@media (min-width: 1400px) {
  .featured-homepage-grid .col {
    flex-basis: 0;
    max-width: 100%;
  }
}
.featured-homepage-grid .equal-height > .col {
  display: flex;

  align-items: stretch;
}

.featured-homepage-grid .post-cat {
  color: var(--light-blue);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.featured-homepage-grid .post-grid figure a {
  background: #fff;
}
.featured-homepage-grid .post-cat a {
  color: inherit;
}

.featured-homepage-grid .post-cat a:hover,
.featured-homepage-grid .post-cat a:focus {
  color: var(--dark-blue);
}
.featured-homepage-grid .post-media {
  border-color: #000000;
}

.slider-container,
.slide {
  position: relative;
  background-color: var(--dark-blue);
  min-height: calc(90vh - 184px);
  overflow: hidden;
  height: auto;
}

.slide-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .slide-bg {
    background-size: cover;
    background-position: center center;
  }
  .slider-container,
  .slide {
    min-height: calc(90vh - 228px);
  }
}

.slide {
  display: flex;
  -ms-align-self: flex-start;
  align-self: flex-start;
}

.slide.slide-dark-text {
  background-color: #ccc;
}

.slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.slide-title {
  color: #225f88;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  opacity: 0;
}

.slide-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  max-width: 580px;
  color: #454647;
  margin-bottom: 2.4rem;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .slide-title br,
  .slide-text br {
    display: none;
  }
}
@media (min-width: 768px) {
  .slide-content {
    display: flex;
    justify-content: flex-end;
    flex-flow: column wrap;
    padding-bottom: 10rem;
  }
  .slide-title {
    font-weight: 600;
    font-size: 4rem;
  }
}
@media (min-width: 1920px) {
  .slide-title {
    font-size: 6rem;
  }
}
.button-slide {
  opacity: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.15;
  min-width: 110px;
  padding: 1.05rem 1rem;
  background-color: var(--light-blue);
  transition: all 0.35s ease;
  opacity: 0;
}

.button-slide:hover,
.button-slide:focus {
  color: #fff;
  background-color: var(--dark-blue);
}

.owl-item.active .slide-title {
  animation: moveLefttoRight 1s forwards cubic-bezier(0, 0, 0.2, 1) 0.1s;
}

.owl-item.active .slide-text {
  animation: moveRighttoleft 1s forwards cubic-bezier(0, 0, 0.2, 1) 0.35s;
}

.owl-item.active .button-slide {
  animation: movebottomtotop 0.9s forwards cubic-bezier(0, 0, 0.2, 1) 0.6s;
}

@keyframes moveLefttoRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveRighttoleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes movebottomtotop {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**/
/* CTA */
/**/
.cta.homepage {
  padding: 3rem 0;
}
.cta.homepage,
.cta.homepage h3 {
  text-align: center;
  color: #fff;
}
.cta.homepage h3 {
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.cta.homepage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta.homepage li + li {
  margin-left: 3rem;
}
.cta.homepage .social-icons {
  justify-content: center;
}
.cta.homepage .social-icon,
.cta.homepage .social-icon i {
  font-size: 2.8rem;
}
.cta.homepage .social-icon .icon-instagram {
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .cta.homepage {
    padding: 4rem 0;
  }
  .cta.homepage h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .cta.homepage .social-icon,
  .cta.homepage .social-icon i {
    font-size: 3.2rem;
  }
  .cta.homepage .social-icon .icon-instagram {
    font-size: 4rem;
  }
  .cta.homepage li + li {
    margin-left: 5rem;
  }
}
.button-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;

  display: flex;

  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #fff;
  transition: all 0.35s ease;
}

.button-scroll path {
  transition: stroke 0.4s;
}

.button-scroll:hover,
.button-scroll:focus {
  background-color: var(--light-blue);
}

.boxes-container .row {
  overflow: hidden;
}

.boxes-container [class*="col-"] {
  display: flex;

  align-items: stretch;
}

.box {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 4.8rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
  color: var(--dark-blue);
  background-color: #fff;
  overflow: hidden;
}
.box.tertiary-section img {
  margin-bottom: 1rem;
}

.box p:last-child {
  margin-bottom: 0;
}

.box h3 {
  color: var(--light-blue);
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.box h4 {
  color: inherit;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
}

.box h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  height: 0.2rem;
  background-color: #5887a5;
}

.button-box {
  color: inherit;
  display: inline-flex;

  align-items: center;
  justify-content: center;
  width: 80px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.15;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
  border: 0.1rem solid #5887a5;
  transition: all 0.35s ease;
}

.button-box:hover,
.button-box:focus {
  color: #fff;
  border-color: #5887a5;
  background-color: #5887a5;
}
.tertiary-section .button-box {
  margin-top: 2rem;
}

.box-big {
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.24;
}

.box-sm {
  font-size: 1.3rem;
  line-height: 1.4;
}

.box-primary,
.box-foundation {
  color: #fff;
}
.box-primary {
  background-color: var(--dark-blue);
}
.box-foundation {
  background-color: #5b5b5b;
}
.box-primary h3 {
  color: inherit;
}

.box-primary .button-box:not(:hover):not(:focus) {
  border-color: #fff;
}

.box-primary .button-box:hover,
.box-primary .button-box:focus {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
}

.box-secondary {
  color: #fff;
  background-color: var(--light-blue);
}

.box-secondary h4:after {
  background-color: #fff;
}

.box-secondary .button-box:not(:hover):not(:focus) {
  border-color: #fff;
}

.box-gray {
  color: #fff;
  background-color: #5b5b5b;
}

.box-gray h4:after {
  background-color: #fff;
}

.box-img {
  width: 100%;

  display: flex;

  align-items: stretch;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.box-bg {
  width: 100%;
  background-color: #fafafa;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
  -webkit-backface-visibility: hidden;
}

.box-img:hover .box-bg,
.box-link:hover .box-img .box-bg {
  transform: scale(1.1);
}

.box-link {
  display: flex;

  align-items: stretch;
  width: 100%;
  color: var(--light-blue);
  font-weight: 500;
  transition: background 0.35s ease, color 0s linear;
}
.box-link .button {
  color: inherit;
  transition: none;
}

.box-link .row {
  width: 100%;
}

.box-content {
  color: inherit;

  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 7rem 4.8rem;
  overflow: hidden;
}

.box-content p:last-child {
  margin-bottom: 0;
}

.box-logo {
  margin-bottom: 1.9rem;
}

.box-logo-hover {
  margin-bottom: 1.9rem;
  display: none;
}

.box-link:hover,
.box-link:focus {
  color: #fff;
}

.box-link:hover,
.box-link:focus {
  background-color: var(--dark-blue);
}

.box-link:hover .box-logo,
.box-link:focus .box-logo {
  display: none;
}

.box-link:hover .box-logo-hover,
.box-link:focus .box-logo-hover {
  display: block;
}

.box-video,
.box-video-alt {
  position: relative;
}

.button-play,
.box-video:after,
.box-video-alt:after,
.post-video > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.4rem;
  height: 6.4rem;
  margin: -3.2rem 0 0 -3.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5)
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path fill="%2334afe4" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>')
    22px 50% no-repeat;
  transition: transform 0.35s;
}

.button-play:hover,
.button-play:focus {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.vision-list {
  list-style: none;
  margin: 0.5rem 0 0.3rem;
  padding: 0;
}

.vision-list li {
  border-bottom: 0.1rem solid #5887a5;
}

.vision-list li:first-child {
  border-top: 0.1rem solid #5887a5;
}

.vision-list a {
  position: relative;
  color: inherit;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 4rem;
  transition: color 0.35s ease, text-indent 0.35s ease;
}
.vision-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 8px;
  height: 16px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='13'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-644' y='-1020' width='1440' height='3060' clip-rule='evenodd' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(88,135,165)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(-4.37114e-08 1 -1 -4.37114e-08 7 0)' d='M0 6.74074L6.37736 0L13 7' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.vision-list a:hover,
.vision-list a:focus {
  color: var(--light-blue);
  text-indent: 1.4rem;
}

.vision-list a:hover:after,
.vision-list a:focus:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='13'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-644' y='-1020' width='1440' height='3060' clip-rule='evenodd' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(72,183,229)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(-4.37114e-08 1 -1 -4.37114e-08 7 0)' d='M0 6.74074L6.37736 0L13 7' /%3E%3C/g%3E%3C/svg%3E");
}

.box-article {
  font-weight: 500;
}

.box-article p {
  margin-bottom: 1.2rem;
}

.box-article .box-meta-tags a {
  color: var(--light-blue);
}

.box-article .box-meta-tags a:hover,
.box-article .box-meta-tags a:focus {
  color: var(--dark-blue);
}

.box-meta {
  display: flex;

  align-items: center;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #5b5b5b;
}
.box-meta-date {
  font-weight: 400;
}

.box-meta span + span:before {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .box-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .box-meta span + span:before {
    display: none;
  }
}
.box-meta-tags {
  font-weight: 700;
  text-transform: uppercase;
}

.news-list {
  list-style: none;
  margin: 0 0 0.3rem;
  padding: 0;
}

.news-list li {
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.news-list li:last-child {
  margin-bottom: 0;
}

.news-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.8rem;
  height: 1rem;
  margin-top: -1.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='5' height='9'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-1363' y='-1258' width='1440' height='3060' clip-rule='evenodd' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(255,255,255)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(-4.37114e-08 1 -1 -4.37114e-08 5 0)' d='M0 4.81482L4.41509 0L9 5' /%3E%3C/g%3E%3C/svg%3E");
}

.news-list h5 {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.news-list p {
  font-style: italic;
  margin-bottom: 0.5rem;
}

.news-list h5 a {
  color: inherit;
}
.news-list h5 a:hover,
.news-list h5 a:focus,
.news-list .box-meta,
.news-list .box-meta a {
  color: var(--dark-blue);
}

.news-list .box-meta a:hover,
.news-list .box-meta a:focus {
  color: #fff;
}

/* Feeds */
.feeds {
  margin-bottom: 2rem;
}
.feeds h3 {
  position: relative;
  color: #5b5b5b;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.feeds h3:after {
  content: "";
  display: block;
  width: 3.7rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.85rem;
  background-color: #d1d1d1;
}

.feeds-carousel {
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
}

.feeds .owl-carousel .owl-stage,
.feeds .owl-carousel .owl-item {
  display: flex;

  align-items: stretch;
}

.owl-carousel .owl-nav {
  position: static;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: block;
  width: 2.7rem;
  height: 5.3rem;
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  margin-top: -2.65rem;
  border: none;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: opacity 0.35s ease;
}

.owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arr-left.png);
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
  background-image: url(../images/arr-right.png);
}

.owl-carousel .owl-nav .disabled {
  opacity: 0.25;
  pointer-events: none;
}

.nav-outside.owl-carousel .owl-nav .owl-prev {
  left: -5rem;
}

.nav-outside.owl-carousel .owl-nav .owl-next {
  right: -5rem;
}

.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
  opacity: 0.7;
  outline: none !important;
}

.feeds .owl-carousel .owl-dots {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 2rem 0 0;
}

.feeds .owl-dots .owl-dot:not(.active) span,
.top-slider .owl-dots .owl-dot:not(.active) span {
  background-color: #e1e1e1;
}

.feed {
  position: relative;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 1rem 3rem;
}

.main-content .feed {
  padding-left: 0;
  padding-right: 0;
}

.feed:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -2px;
  top: 0;
  background-color: #ccc;
}

.main-content .feed:before {
  left: -26px;
}

.feed-media {
  display: flex;

  align-items: center;
  margin-right: 1rem;
}
.feeds .feed-media img {
  max-width: 48px;
}

.feed-title,
.feed-link {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.33;
  margin: 0;
}

.feed-title {
  color: #464646;
  text-transform: none;
}

.feed-link {
  color: var(--light-blue);
  text-decoration: none !important;
}

.feed-link:hover,
.feed-link:focus {
  color: var(--dark-blue);
}

.feed p:last-child {
  margin-bottom: 0;
}

.feed-content {
  color: #464646;
  margin-top: 1rem;
}

.feed-content a {
  color: inherit;
  text-decoration: none !important;
}

.feed-content a:hover,
.feed-content a:focus {
  color: var(--light-blue);
}

/* Anim Blocks */
.anim-block {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.aos-animate .anim-to-right {
  animation-name: moveLefttoRight;
}

.aos-animate .anim-to-left {
  animation-name: moveRighttoleft;
}

.aos-animate .anim-to-top {
  animation-name: movebottomtotop;
}
.anim-delay-1 {
  animation-delay: 0.2s;
}

.anim-delay-2 {
  animation-delay: 0.4s;
}

.anim-delay-3 {
  animation-delay: 0.6s;
}

.anim-delay-4 {
  animation-delay: 0.8s;
}

.anim-delay-5 {
  animation-delay: 1s;
}

.anim-delay-6 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1600px) {
  .box-content {
    padding: 4.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .box-bg {
    min-height: 300px;
  }

  .nav-outside.owl-carousel .owl-nav .owl-prev {
    left: -3.5rem;
  }

  .nav-outside.owl-carousel .owl-nav .owl-next {
    right: -3.5rem;
  }
}

@media screen and (max-width: 991px) {
  .box,
  .box-content {
    padding: 3.6rem;
  }

  .box-bg {
    min-height: 400px;
  }

  .box-link .box-bg {
    min-height: 360px;
  }
  .feeds {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .slide-content {
    padding-top: 3rem;
  }

  .slide-title {
    font-size: 2.6rem;
  }

  .slide-text {
    font-size: 1.4rem;
  }

  .button-scroll {
    width: 4.6rem;
    height: 4.6rem;
  }

  .box,
  .box-content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .box h3 {
    font-size: 2.4rem;
  }

  .box-bg,
  .box-link .box-bg {
    min-height: 280px;
  }

  .box-big {
    font-size: 1.8rem;
  }

  .box-content {
    min-height: 200px;
  }

  .feeds-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .feeds-carousel .owl-stage,
  .feeds-carousel .owl-item {
    display: block;
  }

  .feeds {
    padding-top: 4rem;
  }

  .feeds h3 {
    margin-bottom: 3rem;
  }

  .feed {
    padding-left: 0;
    padding-right: 0;
  }

  .feed:before {
    display: none;
  }

  .feeds-carousel .owl-nav .owl-prev {
    left: -1rem;
  }

  .feeds-carousel .owl-nav .owl-next {
    right: -1rem;
  }
}

@media screen and (min-width: 1200px) {
  .box-content {
    min-height: 360px;
  }
}

@media screen and (min-width: 1600px) {
  .box,
  .box-content {
    padding: 6.4rem;
  }

  .box-bg {
    min-height: 360px;
  }
}

@media screen and (min-width: 2200px) {
  .box,
  .box-content {
    padding: 10rem;
  }

  .box-bg {
    min-height: 420px;
  }
}

/*---------------------------------------------------
/*---------------------------------------------------
------------ 6. Subpages ---------------------------
--------------------------------------------------- */
.content-with-sidebar,
.sidebar {
  position: relative;
  display: flex;
  align-items: stretch;
}

.sidebar {
  color: #fff;
  flex: 0 0 20%;
  max-width: 20%;
}

.sidebar-main {
  width: 100%;
  max-width: 283px;
  background-color: var(--black);
}

.sidebar-nav {
  position: relative;
  color: #fff;
  background-color: var(--black);
  padding-left: 4.8rem;
  padding-top: 3.7rem;
  padding-bottom: 3.8rem;
  padding-right: 3rem;
}

.sidebar-nav-title {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 0;
}
.sidebar-nav-title a {
  color: #fff;
}

.sidebar-nav-title:after {
  content: "";
  display: block;
  width: 3.7rem;
  height: 0.1rem;
  background-color: #fff;
  margin-top: 1rem;
}

.sidebar-menu,
.sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

.sidebar-menu > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.sidebar-menu a {
  color: #fff;
}

.sidebar-menu .active > a,
.sidebar-menu .current-menu-item > a {
  font-weight: 500;
  color: var(--dark-blue);
  text-decoration: underline;
}

.sidebar-menu a:hover,
.sidebar-menu a:focus {
  text-decoration: underline;
}

.sidebar-menu ul {
  position: relative;
  padding: 0.9rem 0 0.9rem 1.2rem;
}

.sidebar-menu ul:before {
  content: "";
  display: block;
  width: 0.2rem;
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.sidebar-menu ul {
  display: none;
}
.sidebar-menu a.open + ul {
  display: block;
}

.sidebar-menu ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.sidebar-menu .menu-item-has-children > a {
  position: relative;
}

.sidebar-menu .menu-item-has-children > a:after {
  display: inline-block;
  position: absolute;
  left: 100%;
  content: "+";
  padding-left: 0.5rem;
}

.sidebar-menu .menu-item-has-children > .open:after {
  content: "-";
}

.sidebar-menu .current-menu-parent > ul {
  display: block;
}

.main-content {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding-bottom: 6rem;
}

.page-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
.dark-overlay,
.light-overlay,
.banner-dark-overlay {
  position: relative;
}

.dark-overlay:before {
  display: none;
}
.banner-logo .dark-overlay:before {
  display: inline-block;
}
.history-item.dark-overlay:before {
  display: inline-block;
}

.dark-overlay:before,
.light-overlay:before,
.banner-dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dark-overlay:before,
.banner-dark-overlay::before {
  background: rgba(0, 0, 0, 0.7);
}
.banner-dark-overlay:before,
.light-overlay:before {
  z-index: 2;
}
.light-overlay:before {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .dark-overlay:before {
    display: inline-block;
  }
  .dark-overlay:before {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  }
  .light-overlay:before {
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.9) 10%,
      rgba(255, 255, 255, 0.3) 20%,
      rgba(255, 255, 255, 0) 30%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.9) 10%,
      rgba(255, 255, 255, 0.3) 20%,
      rgba(255, 255, 255, 0) 30%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.9) 10%,
      rgba(255, 255, 255, 0.3) 20%,
      rgba(255, 255, 255, 0) 30%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
  .banner-dark-overlay:before {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .dark-overlay.no-mobile-overlay:before {
    background: none;
  }
  .banner-logo .dark-overlay:before {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.8) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  }
}
.page-header .container img.banner-logo {
  position: relative;
  display: block;
  transform: none;
  width: auto;
  max-width: 286.6px;
}
.page-header-wrapper,
.page-header-img {
  position: relative;
  background-color: #e1e1e1;
  padding-top: 40.833333%;
}

.page-header-wrapper {
  overflow: hidden;
}

.page-header-wrapper .page-header-slider,
.page-header img {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  max-width: none;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-header-wrapper .page-header-slider {
  left: -1px;
  right: -1px;
}

.page-header-slider {
  z-index: initial;
}

.page-header-slider .owl-dots {
  z-index: 10;
}

.page-header .container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 2.8rem;
}

.page-title {
  font-weight: 500;
  font-size: 3.6rem;
  margin-bottom: 0;
}

.page-title[data-aos]:after,
.content-title[data-aos]:after {
  opacity: 0;
  width: 0.1rem;
  transition: all 0.3s ease 0.5s;
}

.page-title[data-aos].aos-animate:after,
.content-title[data-aos].aos-animate:after {
  opacity: 1;
  width: 4.8rem;
}

.main-content:not(.innovation-events) a:not(.button):not(.social-icon) {
  text-decoration: underline;
}
.main-content p a {
  display: inline-block;
}

.main-content ul,
.main-content ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.main-content ul ul,
.main-content ol ol,
.main-content ol ul,
.main-content ul ol {
  margin-left: 2.5rem;
  margin-bottom: 0;
}
.main-content:not(.innovation-events)  ul > li {
  padding-left: 10px;
  position: relative;
}
.main-content:not(.innovation-events) ul > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #5b5b5b;
  top: 9px;
  left: 0;
}

.main-content ol:not(.breadcrumb) {
  counter-reset: orderlist;
}

.main-content ol:not(.breadcrumb) > li:before {
  counter-increment: orderlist;
  content: counter(orderlist) ".";
  display: inline-block;
  font-weight: 500;
  min-width: 1.8rem;
  vertical-align: middle;
  margin-top: -0.2rem;
}

.page-content {
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  margin-bottom: 2rem;
}

.links-important a {
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}

.cta {
  padding: 1.65rem 3rem;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  background-color: var(--black);
}

.cta p:last-child {
  margin-bottom: 0;
}

.cta.cta-aligned {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cta.cta-aligned img {
  margin: 0;
  margin-right: 1rem;
}
.cta.cta-aligned.flex p a {
  display: flex;
  align-items: center;
}
.cta.cta-aligned p a i {
  margin-left: 1rem;
}

.cta a {
  display: inline-block;
  white-space: normal;
  color: #fff;
  text-decoration: none !important;
}

.cta a:hover,
.cta a:focus {
  color: var(--dark-blue);
}
.cta.bg-red a:hover,
.cta.bg-red a:focus {
  color: var(--black);
}
.mobile-sidebar-menu-button {
  display: none;
}
@media screen and (max-width: 1199px) {
  .sidebar-main {
    max-width: none;
  }

  .sidebar-wrapper,
  .sidebar-wrapper.is_stuck {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  .sidebar-nav-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding: 2rem 4.8rem;
  }

  .mobile-sidebar-menu-button {
    content: "";
    display: block;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 3rem;
    height: 100%;
    background: no-repeat center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='13'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-1404' y='-744' width='1440' height='3060' clip-rule='evenodd'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(255,255,255)' stroke-width='0.85000002' stroke-linecap='round' stroke-linejoin='round' d='M0 0L13.5005 13L27 0'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transition: transform 0.3s;
    appearance: none;
    border: none;
  }
  .mobile-sidebar-menu-button.active {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .sidebar-nav-title:after,
  .sidebar-nav-title.no-arrow:before {
    display: none;
  }

  .content-with-sidebar {
    flex-wrap: wrap;
  }

  .main-content,
  .sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sidebar-nav {
    padding: 0;
  }

  .sidebar-nav-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    max-height: 0;
    opacity: 0;
    background-color: var(--dark-blue);
    transition: all .3s;
  }
  .mobile-sidebar-menu-button.active + .sidebar-nav-wrapper {
    max-height: max-content;
    opacity: 1;
    z-index: 11;
  }
  .mobile-sidebar-menu-button.active + .sidebar-nav-wrapper .current-menu-item > a {
    color: var(--light-blue) !important
  }

  .sidebar-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-nav-title,
  .sidebar-nav-wrapper {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .sidebar-nav-title:before {
    right: 4rem;
  }

  .cta {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    padding-bottom: 4rem;
  }

  .page-header {
    margin-bottom: 3rem;
  }

  .page-header .img.container {
    position: relative;
    margin-top: 0;
  }
  .page-header .container img.banner-logo {
    transform: translateY(-50%);
    max-width: 200px;
  }
  .page-title {
    font-size: 3rem;
  }

  .sidebar-nav-title,
  .sidebar-nav-wrapper {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .sidebar-nav-title {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
  }

  .sidebar-nav-title:before {
    right: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13' viewBox='0 0 27 14'%3E%3Cpath fill='none' stroke='rgb(255,255,255)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(-0.96 5.00603e-08 -5.00603e-08 -0.96 25.8398 13.96)' d='M0 13L13 0L26.5 13.5' /%3E%3C/svg%3E");
  }

  .sidebar-nav-title,
  .sidebar-menu {
    font-size: 1.3rem;
  }

  .cta {
    font-size: 1.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .page-header-img {
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .cta {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .main-content .sticky-wrapper {
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .content-without-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    height: 0.1rem;
    background-color: #e3e3e3;
  }
  .content-without-header.homepage:before {
    left: 0;
  }

  .sidebar-nav-wrapper {
    display: block !important;
  }

  .sidebar-nav {
    min-height: 164px;
  }

  .sticky-cta.fixed-cta {
    position: fixed;
    top: 62px;
    width: 80vw;
    z-index: 999;
    animation-name: fixedHeader;
    animation-duration: 0.35s;
  }
}

@media screen and (min-width: 1440px) {
  .content-without-header:before {
    left: 283px;
  }
}

@media screen and (min-width: 1600px) {
  .sidebar-nav {
    padding-left: 6.4rem;
  }
}

/*---------------------------------------------------
------------ 7. Elements/Components -----------------
--------------------------------------------------- */
.label,
body .gform_wrapper ul.gform_fields .gfield_label,
body .gform_wrapper table.gfield_list thead th {
  display: inline-block;
  color: var(--black);
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
body .gform_wrapper table.gfield_list thead th {
  display: table-cell;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
input[type="text"].input,
input[type="password"].input,
input[type="email"].input,
input[type="tel"].input,
input[type="search"].input,
[type="submit"],
textarea.input,
input[type="search"],
input[type="url"] {
  -webkit-appearance: none;
}

.form-helper {
  position: relative;
  float: right;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

.form-helper:after {
  content: "";
  display: table;
  clear: both;
}

.helper-icon {
  display: inline-flex;

  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  border: 0.1rem solid #e3e3e3;
  border-radius: 50%;
}

.helper-content {
  position: absolute;
  right: -0.4rem;
  bottom: 100%;
  width: 420px;
  height: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4d4d4d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transition: all 0.45s ease;
}

.helper-body {
  position: relative;
  padding: 2rem 2.5rem;
  background-color: #fff;
  z-index: 2;
}

.helper-content:before {
  content: "";
  display: block;
  top: 100%;
  right: 0;
  width: 100%;
  height: 2rem;
  position: absolute;
}

.helper-content:after {
  content: "";
  position: absolute;
  right: 0.4rem;
  top: 100%;
  display: block;
  width: 2.4rem;
  height: 2rem;
  transform: rotate(45deg);
  margin-top: -1.2rem;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.helper-content p {
  margin-bottom: 2.4rem;
  text-align: center;
}

.form-helper:hover .helper-content,
.form-helper:focus .helper-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

@media screen and (max-width: 600px) {
  .helper-content {
    font-size: 1.2rem;
    width: 300px;
  }

  .helper-body {
    padding: 1.5rem 2rem;
  }

  .helper-content p {
    margin-bottom: 1.5rem;
  }
}

.input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  height: 36px;
  margin: 0 0 1rem;
  border: 0.1rem solid #e3e3e3;
  border-radius: 0;
  color: #5b5b5b;
  background-color: transparent;
  transition: all 0.35s ease;
  box-shadow: none;
}
select[multiple]:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  height: 10rem;
  font-size: 1.5rem;
}

.input::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #5b5b5b;
}

.input:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #5b5b5b;
}

.input::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #5b5b5b;
}

.input::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
select::-ms-input-placeholder {
  color: #5b5b5b;
}

.input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--light-blue);
}

input[type="submit"] {
  cursor: pointer;
}

.form-note {
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.8rem;
  margin-bottom: 2.4rem;
}

select.input,
select.gfield_select {
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  line-height: 34px;
}

.select,
select.gfield_select {
  -webkit-appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='4'%3E%3Cdefs%3E%3CclipPath id='clip_12'%3E%3Crect x='-1121' y='-530' width='1440' height='939' clip-rule='evenodd'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_12)'%3E%3Cpath fill='none' stroke='rgb(91,91,91)' stroke-width='0.5' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(1 0 0 -1 0 4)' d='M0 3.85185L3.92453 0L8 4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

textarea.input,
textarea {
  height: auto;
  resize: vertical;
  margin-bottom: 2.5rem;
}

/* ------------- 7.1 Buttons ------------- */
.button:not(.custom-button),
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9rem 2rem 0.7rem !important;
  font: 500 1.1rem/1 "Gotham", sans-serif;
  text-transform: uppercase;
  color: var(--black);
  background-color: transparent;
  border: 0.1rem solid var(--black);
  transition: all 0.35s ease;
  margin: 0 0 1rem 0;
  border-radius: 0;
}
.pagination .page-numbers {
  text-decoration: none !important;
  font-size: 1.8rem;
}
.button.selected-term {
  padding: 0.9rem 1rem 0.7rem;
  margin: 0 0.5rem 0;
}
.button.selected-term span {
  padding-right: 5px;
  color: var(--light-blue);
}
.button.selected-term:hover span {
  color: white;
}
input[type="submit"].button {
  border-radius: 0;
}

.button:not(.custom-button):hover,
.pagination a:hover,
.button:focus,
.pagination a:focus,
.pagination span.current,
.button-blue {
  color: #fff;
  border-color: var(--black);
  background-color: var(--black);
}

.button-white {
  color: #fff;
  border-color: #fff;
}

.button-white:not(.custom-button):hover,
.button-white:not(.custom-button):focus {
  color: var(--dark-blue);
  border-color: #fff;
  background-color: #fff;
}

.button-blue:hover,
.button-blue:focus {
  color: var(--black);
  border-color: var(--black);
  background-color: #fff;
}

.button-block {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button.button-download span:before {
  content: "\f078";
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 0.75rem;
  line-height: 1;
}

.button.button-download {
  align-items: flex-end;
  font-size: 1rem;
  line-height: 1;
  border: none;
  padding: 0.2rem 0 0 0;
  margin-bottom: 0;
}

.button-download span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem 1.3rem 0.7rem;
  color: var(--black);
  background-color: transparent;
  border: 0.1rem solid var(--black);
  transition: all 0.35s ease;
}

.button.button-download:hover,
.button.button-download:focus {
  background-color: transparent;
}

.button.button-download:hover span,
.button.button-download:focus span {
  color: #fff;
  border-color: var(--black);
  background-color: var(--black);
}

/* ------------- 7.2 Donwload ------------- */
.download {
  margin-bottom: 3rem;
}

.download figure {
  overflow: hidden;
  margin: 0 0 1rem;
  border: 0.1rem solid #e3e3e3;
  background-color: #e3e3e3;
  width: 70%;
}
.download figure a {
  position: relative;
  display: block;
  padding-top: 100%;
}

.download img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  max-width: none;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.download-title {
  color: var(--light-blue);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.download h5 {
  min-height: 44px;
}
.download h5 a {
  display: inline-block;
  text-decoration: none !important;
  color: inherit;
  margin-bottom: 1rem;
}

.download-title a {
  color: inherit;
  text-decoration: none !important;
}

.download-title a:hover,
.download-title a:focus {
  color: var(--dark-blue);
}
.download .button {
  align-self: flex-start;
}

/* ------------- 7.3 Carousel ------------- */
.img-carousel {
  margin-bottom: 5rem;
}

.img-slide {
  position: relative;
  padding-top: 50.81081081%;
  background-color: #e1e1e1;
}

.img-slide img {
  position: absolute;
  left: 0;
  top: 0;
}
.img-carousel .owl-dots .owl-dot:not(.active) span {
  background: #dedede;
}

/* ------------- 7.4 Accordion ------------- */
.accordion-container {
  margin-bottom: 3rem;
}

.accordion {
  position: relative;
  padding: 0 2.1rem;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  border: 1px solid #e3e3e3;
}

.accordion:before {
  content: "";
  display: block;
  width: 0;
  background-color: var(--black);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.accordion .accordion-title {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--black);
  cursor: pointer;
  margin: 0;
  padding: 1.65rem 3rem 1.65rem 0;
  transition: color 0.35s ease;
  font-family: "Gotham", sans-serif;
}

.accordion .accordion-body {
  display: none;
}

.accordion-content {
  padding: 1rem 1.8rem 3rem;
}

.accordion-icon {
  display: block;
  width: 1rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -0.1rem;
}

.accordion-icon:before,
.accordion-icon:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background-color: var(--black);
  position: absolute;
  left: 0;
  right: 0;
}

.accordion-icon:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: transform 0.35s ease;
}

.accordion.open::before {
  width: 0.4rem;
}

.open > .accordion-title .accordion-icon::after {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------- 7.5 Event / Event Title ------------- */
.event + .event {
  margin-top: 4rem;
}
.static-event .row {
  flex-direction: column-reverse;
}
.event-title {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--black);
}
.event-title span {
  color: var(--dark-blue);
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.event-title a {
  color: inherit;
  text-decoration: none !important;
}
.event-title {
  font-size: 2.6rem;
}
.event-date {
  padding-left: 0.5rem;
  padding-right: 2rem;
}
@media screen and (min-width: 767px) {
  .static-event .row {
    flex-direction: row;
  }
  .event-date {
    color: #393939;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 2.9rem;
    margin-right: 1.5rem;
    border-right: 0.2rem solid var(--light-blue);
  }
  .event-date span {
    color: var(--light-blue);
    font-size: 3rem;
    line-height: 1;
    display: block;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .event-title a:hover,
  .event-title a:focus {
    color: var(--dark-blue);
  }
}
/* ------------- 7.6 Cards ------------- */
.card {
  width: 100%;

  align-self: stretch;

  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: wrap;
  align-content: flex-start;
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 2.6rem 2rem;
  border: 0.1rem solid #e3e3e3;
  margin-bottom: 3rem;
}
.card .editor-content {
  color: #7d7d7d;
  font-size: 1.4rem;
  padding-bottom: 0;
}
.card .editor-content p:last-child {
  margin-bottom: 0;
}
.card > *:not(.button) {
  width: 100%;
}
.card a {
  margin: 0.4rem 0 0.8rem;
}
.card a[href^="tel"] {
  display: inline-block;
  color: #7d7d7d;
  font-size: 1.4rem;
  text-decoration: none !important;
}

.card h4 a:hover,
.card h4 a:focus,
.card a[href^="tel"]:hover,
.card a[href^="tel"]:focus {
  color: var(--light-blue);
}

.card .button {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex-grow: 0;
  width: auto;
}

/* ------------- 7.7 Lead/Intro Text ----------- */
.lead {
  font-size: 2.4rem;
  line-height: 1.4;
}

.lead.large {
  font-size: 3.2rem;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .lead.large {
    font-size: 4.8rem;
  }
}
.lead h2 {
  margin-top: 2rem;
}
.lead h2::after {
  display: none;
}
.lead:not(.lead-small) {
  font-weight: 400;
  font-family: "Gotham", sans-serif;
}

.lead-small {
  font-size: 2rem;
  line-height: 1.45;
}

/* ------------- 7.8 Image Block ----------------- */
.image-block {
  overflow: hidden;
  position: relative;
}

.image {
  position: relative;
  padding-top: 31.78921963% !important;
  background-color: #e1e1e1;
  overflow: hidden;
}
@media(min-width: 1920px) {
  .image {
    padding-top: 41.78921963% !important;
  }
}
.single-big-image-with-link-option .image {
  padding-top: 41.78921963%;
}

.image img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.image-block .container {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.image-content-container {
  background-color: #fff;
  width: 300px !important;
  min-width: 300px;
  display: block;
}

.image-content {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.29;
  color: #5b5b5b;
  padding: 3rem 2rem 3.3rem;
}
.image-content p:last-child {
  margin-bottom: 0;
}

.image-content .title,
.image-content h3 {
  margin-bottom: 2.4rem;
}
.image-link,
.button-play {
  z-index: 4;
}
.button-play {
  position: absolute;
  left: 50%;
  top: 50%;
}

@media screen and (min-width: 993px) {
  .image-content-container {
    display: flex;
    width: 20% !important;
  }
  .image-content-container:before {
    content: "";
    padding-top: 100%;
  }
}
@media screen and (max-width: 992px) {
  .image-content {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .image-block .container {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
  }

  .image-content-container {
    width: 100% !important;
    background-color: transparent;
  }
  .image-content {
    padding: 3rem 0;
  }
  .image-content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .image-content .title {
    margin-bottom: 2rem;
  }
}

/* ------------- 7.9 Members ----------------- */
.member {
  margin-bottom: 5.5rem;
}

.member figure,
.company figure {
  overflow: hidden;
  margin: 0 0 1.6rem;
  border: 0.1rem solid #e3e3e3;
  position: relative;
  z-index: -1;
}
.company.acquired {
  background: url("../images/acquired.png") top right no-repeat;
  background-size: 144px 32px;
}

.institutions .member figure,
.member.no-border figure,
.company.no-border figure {
  border: none;
}

.member figure::before,
.company figure::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 89.5%;
}

.member img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.member img.logo-format {
  max-width: 250px;
}
.company figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
  transition: transform 0.35s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.institutions .member {
  margin-bottom: 0;
}

.member-title {
  color: var(--black);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}

.member-subtitle {
  display: block;
  color: #464646;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.55;
  text-transform: uppercase;
  margin-bottom: 0;
}
.member-subtitle span {
  text-transform: lowercase;
}

.member-title a,
.member-subtitle a {
  color: var(--black);
  text-decoration: none !important;
}

.member-subtitle a:hover,
.member-subtitle a:focus,
.member-title a:hover,
.member-title a:focus {
  color: var(--light-blue);
}

.member-2 {
  margin-bottom: 2.6rem;
}

.member-2 .member-title {
  font-size: 1.4rem;
}

.member-2 .member-subtitle {
  font-size: 1rem;
}

.member-2 .member-subtitle {
  padding-bottom: 0.7rem;
}
.company figure::before {
  padding-top: 69%;
}
@media screen and (min-width: 576px) {
  .company figure::before {
    padding-top: 89.9%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .company figure::before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .member {
    margin-bottom: 4rem;
  }

  .member-2 {
    margin-bottom: 2.5rem;
  }
}
/* ------------- 7.10 Text Block ----------------- */
.equal-height > [class*="col-"] {
  display: flex;

  align-items: stretch;
}

.equal-height .text-block,
.equal-height .download {
  width: 100%;

  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.equal-height .text-block .text-block-content,
.equal-height .download .download-title {
  flex-grow: 1;
}

.equal-height .text-block img,
.equal-height .text-block .button {
  -ms-align-self: flex-start;
  align-self: flex-start;
}

.text-block {
  color: #7d7d7d;
  margin-bottom: 4rem;
}

.text-block figure {
  margin-bottom: 1.1rem;
  position: relative;
  overflow: hidden;
  padding-top: 35%;
}

@media only screen and (min-width: 1620px) {
  .text-block figure {
    padding-top: 25%;
  }
}

.text-block img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
  height: auto;
  transition: transform 0.35s ease;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.text-block.large-img img {
  max-width: 80%;
}

.text-block h4 {
  margin-bottom: 0;
}
.main-content .text-block .title-overline a {
  text-decoration: none;
  color: var(--black);
}
.text-block h5,
.download h5 {
  color: #464646;
  display: block;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.text-block-content {
  margin-top: 1.9rem;
}

.text-block-content a:not(.button) {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-block-content p a {
  vertical-align: bottom;
}

.text-block p,
.text-block address {
  font: 400 1.4rem/1.43 "Gotham", sans-serif;
  margin-bottom: 2rem;
}

.text-block .button {
  min-width: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
.sponsors .text-block img {
  max-height: 70px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .sponsors .text-block figure {
    padding-top: 20%;
  }
}

/* ------------- 7.11 Table ----------------- */
table:not(.table):not(.ui-datepicker-calendar) {
  width: 100%;
  border: none;
  color: #5b5b5b;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  border-collapse: collapse;
  margin-bottom: 6rem;
}

table:not(.table):not(.ui-datepicker-calendar) th {
  color: var(--dark-blue);
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: left;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

table:not(.table):not(.ui-datepicker-calendar) td {
  vertical-align: middle;
  border-bottom: 0.1rem solid #e3e3e3;
  text-align: left;
  padding: 1.3rem 2rem;
}

table:not(.table):not(.ui-datepicker-calendar)
  td:not(.day):not(.gfield_list_cell):first-child {
  width: 28%;
  font-weight: 500;
}

table:not(.table):not(.ui-datepicker-calendar) td:last-child {
  font-weight: 700;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  table:not(.table):not(.ui-datepicker-calendar) tr,
  table:not(.table):not(.ui-datepicker-calendar) td,
  table:not(.table):not(.ui-datepicker-calendar) th {
    display: block;
    width: 100%;
  }

  table:not(.table):not(.ui-datepicker-calendar) td:first-child {
    width: 100%;
  }

  table:not(.table):not(.ui-datepicker-calendar) th {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  table:not(.table):not(.ui-datepicker-calendar) td {
    border-bottom: none;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  table:not(.table):not(.ui-datepicker-calendar) tr {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #e3e3e3;
  }
}

/* ------------- 7.12 Post Row/ Posts / Text block with side image-- */
.post-row {
  padding-right: 7.024793388%;
  margin-bottom: 0;
}

.post figure,
.post-row figure,
.post-row-reverse figure {
  margin: 0;
  overflow: hidden;
}

.post-row figure a,
.post-grid figure a,
.post-row-reverse figure a,
.grid-with-lightbox figure {
  display: block;
  position: relative;
  background-color: #e1e1e1;
}

.post-row figure a,
.post-row-reverse figure a {
  padding-top: 44.56375839%;
}

.post-grid figure a,
.grid-with-lightbox figure {
  padding-top: 56.428571%;
}

.post figure:not(.avatar) img,
.post-row figure img,
.post-row-reverse figure img {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: none;
  width: 100%;
  transition: all 0.35s ease;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-row figure:hover img,
.post:not(.grid-with-lightbox .post) figure:not(.avatar):hover img,
.post-row-reverse figure:hover img {
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.post-content {
  padding-left: 3rem;
}

.post-media {
  border: 1px solid #eee;
}

.post-row a,
.post a,
.post-row-reverse a,
.grid-with-lightbox a {
  text-decoration: none !important;
}

.post-tags {
  color: var(--light-blue);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.post-tags a {
  color: inherit;
}

.post-tags a:hover,
.post-tags a:focus {
  color: var(--dark-blue);
}

.post-title {
  color: var(--dark-blue);
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.post-title a {
  color: inherit;
  text-decoration: none !important;
}

.post-title a:hover,
.post-title a:focus {
  color: var(--light-blue);
}

.post-meta {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1.7rem;
}

.post-author {
  font-style: italic;
}

.post-author + .post-date:before {
  content: "|";
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.post-content p {
  font-size: 1.4rem;
  line-height: 1.45;
  margin-bottom: 2.4rem;
}

.post-row .button {
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Reverse */
.post-row.post-row-reverse {
  padding-right: 0;
  padding-left: 7.024793388%;
}

.post-row.post-row-reverse .post-content {
  padding-left: 0;
  padding-right: 3rem;
  padding-bottom: 2rem;
}
/* Post Simple */
.post-simple {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 4rem;
}

.post-simple .post-content {
  padding: 0;
}

.post-simple .post-content p {
  font-size: inherit;
  line-height: inherit;
}

.post-simple .post-title {
  color: var(--light-blue);
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.post-simple .post-title a:hover,
.post-simple .post-title a:focus {
  color: var(--dark-blue);
}
.post-simple h5 {
  text-transform: none;
  font-style: italic;
}
/**/
/* Posts Listing Flex Row */
/**/
.posts-listing a:not(.button) {
  color: var(--black);
}
.posts-listing .title:after {
  background-color: var(--black);
}
.posts-listing .post-content p {
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 300;
}
.posts-listing .post-row figure a,
.posts-listing .post-row-reverse figure a {
  padding-top: 35.563758%;
}
.posts-listing .row + .row {
  margin-top: 5rem;
}
.posts-listing .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 2px 6px;
}
@media (max-width: 991px) {
  .posts-listing article + article {
    margin-top: 3rem;
  }
  .posts-listing .title br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .posts-listing .title,
  .posts-listing-title {
    font-size: 2.5rem;
  }
  .posts-listing .post-content {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .posts-listing .title,
  .posts-listing-title {
    font-size: 3.6rem;
  }
}
/* Post Grid */
.post-grid {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem;
}

.post-grid .post-content {
  padding: 2rem 0 0;
  flex: 1 1 auto;

  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-grid .post-title {
  font-size: 2rem;
  flex: 1 1 auto;
}

.post-grid .post-meta {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .post-row {
    padding-right: 4.8rem;
  }

  .post-content {
    padding-left: 2rem;
  }

  .post-row.post-row-reverse {
    padding-left: 4.8rem;
  }

  .post-row.post-row-reverse .post-content {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .post-row,
  .post-row.post-row-reverse {
    padding-right: 0;
    padding-left: 0;
  }

  .post-content,
  .post-row.post-row-reverse .post-content {
    padding-top: 3rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .post-content,
  .post-row.post-row-reverse .post-content {
    padding-top: 2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .post-title,
  .post-simple .post-title {
    font-size: 2.2rem;
  }

  .post-grid .post-title {
    font-size: 1.8rem;
  }
}

/* ------------- 7.13 Callout ----------------- */
.callout {
  font-size: 1.4rem;
  line-height: 1.55;
  margin-bottom: 3rem;
}

.callout a {
  font-weight: 500;
}

/* ------------- 7.14 Facts ----------------- */
.facts {
  margin-bottom: 6rem;
}

.facts .title {
  margin-bottom: 7rem;
}
.facts-title {
  font-weight: 300 !important;
  text-transform: none !important;
  font-size: 2.4rem !important;
  margin-bottom: 0 !important;
}
.facts-content {
  color: var(--black);
  padding-right: 2rem;
  margin-bottom: 4rem;
}
.facts-content.large {
  font-size: 2rem;
}
.facts-content p {
  font-weight: 300;
}
.facts-content .button {
  margin-top: 2.5rem;
}

.figures-table {
  color: var(--black);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: -1.2rem;
}

.figures-table .row {
  margin-left: 0;
  margin-right: 0;

  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #e3e3e3;
}

.figures-table .row > [class*="col-"] {
  padding-left: 0;
}

.figure-value {
  font-weight: 300;
  font-size: 2.6rem;
}
.figure-name {
  font-size: 1.6rem;
}

@media screen and (min-width: 1600px) {
  .facts-content {
    padding-right: 12rem;
  }
}

@media screen and (max-width: 1199px) {
  .facts .title {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .facts .title {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .facts .title {
    margin-bottom: 3rem;
  }
}

/* ------------- 7.15 Breadcrumbs ----------------- */
.breadcrumb-nav {
  padding-top: 3.9rem;
  padding-bottom: 3.9rem;
  border-bottom: 0.1rem solid #e3e3e3;
  margin-bottom: 0;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-flow: wrap;

  align-items: center;
}

.breadcrumb li {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.breadcrumb > li:before {
  content: ">";
  position: relative;
  min-width: 0;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  font-weight: inherit;
}

.breadcrumb > li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #7d7d7d;
  text-decoration: none !important;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li.active,
.breadcrumb li.active > a,
.breadcrumb li a.active,
.breadcrumb > li:before {
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .breadcrumb-nav {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .breadcrumb li {
    font-size: 1.1rem;
  }

  .breadcrumb > li:before {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
/* ------------- 7.16 Social Icons ----------------- */
.social-icons {
  display: flex;

  align-items: center;
  margin-bottom: 1.5rem;
}

.social-icon {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--black);
  transition: all 0.35s ease;
  text-decoration: none !important;
}

.social-icon .icon-twitter {
  font-size: 1.5rem;
}

.social-icon .icon-instagram {
  font-size: 1.9rem;
}

.social-icon + .social-icon {
  margin-left: 2rem;
}

.social-icon:hover,
.social-icon:focus {
  color: #36ace2;
}

@media screen and (max-width: 767px) {
  .social-icon {
    font-size: 1.5rem;
  }

  .social-icon .icon-twitter {
    font-size: 1.4rem;
  }

  .social-icon .icon-instagram {
    font-size: 1.8rem;
  }

  .social-icon + .social-icon {
    margin-left: 1.5rem;
  }
}
/*---------------------------------------------------
------------ 8. Social Posts ----------------------
--------------------------------------------------- */
.feeds-container > .row > [class*="col-"] {
  display: flex;

  align-items: stretch;
}

.feed.feed-card {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.2rem solid var(--light-blue);
  padding: 2.4rem 0;
  margin-bottom: 5.6rem;
  width: 100%;
}

.feed-card > * {
  width: 100%;
}

.feed.feed-card:before {
  display: none;
}

.feed-action {
  display: flex;

  align-items: center;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 2.3rem;
}

.feed-date {
  color: #464646;

  display: flex;

  align-items: center;
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}

.feed-date:before {
  color: var(--light-blue);
  content: "\e803";
  font-family: "tmc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.8rem;
}

.feed-date svg {
  fill: var(--light-blue);
  margin-right: 0.8rem;
}

.feed-reply {
  display: block;
  width: 17px;
  height: 14px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='14'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-647' y='-758' width='1440' height='1797' clip-rule='evenodd'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='rgb(33,96,137)' stroke='none' transform='matrix(-1 0 0 1 14.0156 0.0313492)' d='M12.2218 5.35484C11.1834 3.57664 9.36209 2.55152 6.80427 2.30271L6.80427 0.597493C6.80095 0.3719 6.67488 0.169531 6.47583 0.066687C6.27678 -0.0361566 6.03791 -0.0195689 5.85545 0.113133L0.248815 4.12072C0.092891 4.23351 0 4.41266 0 4.60508C0 4.79749 0.092891 4.97996 0.248815 5.08944L5.85545 9.11361C6.03791 9.24299 6.27678 9.2629 6.47583 9.16005C6.67488 9.05721 6.80095 8.85152 6.80095 8.62925L6.80095 6.36005C6.80095 6.03162 6.53223 5.7629 6.20379 5.7629C5.87536 5.7629 5.60664 6.03162 5.60664 6.36005L5.60664 7.46811L1.62227 4.60839L5.60664 1.75863L5.60664 2.86337C5.60664 3.18185 5.85545 3.44394 6.17393 3.46053C10.0588 3.65626 11.3991 5.63351 11.8303 7.71029C10.9578 6.76147 9.97251 6.20081 8.78815 5.94868C8.46635 5.87901 8.14787 6.08801 8.08152 6.40981C8.01185 6.73162 8.22085 7.0501 8.54265 7.11645C9.57773 7.33541 10.8118 7.86621 12.1024 10.1387C12.2118 10.3278 12.4109 10.4406 12.6232 10.4406C12.673 10.4406 12.7261 10.434 12.7758 10.4207C13.0379 10.351 13.2204 10.1155 13.2204 9.84346C13.2204 8.64915 13.1175 6.88422 12.2218 5.35484Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip_1'%3E%3Crect x='-647' y='-758' width='1440' height='1797' clip-rule='evenodd'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_1)'%3E%3Cpath fill='rgb(33,96,137)' stroke='none' transform='matrix(-1 0 0 1 17 4.12221)' d='M11.3427 4.08057C11.0142 4.08057 10.7455 4.34929 10.7455 4.67773L10.7455 8.66872L1.19431 8.66872L1.19431 1.19431L1.43318 1.19431C1.76161 1.19431 2.03033 0.925592 2.03033 0.597156C2.03033 0.26872 1.76161 0 1.43318 0L0.597156 0C0.26872 0 0 0.26872 0 0.597156L0 9.26588C0 9.59431 0.26872 9.86303 0.597156 9.86303L11.3427 9.86303C11.6711 9.86303 11.9398 9.59431 11.9398 9.26588L11.9398 4.67773C11.9398 4.34929 11.6711 4.08057 11.3427 4.08057Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .feed.feed-card {
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .feed.feed-card {
    margin-bottom: 2rem;
  }
}

/*---------------------------------------------------
------------ 8. Parking ------------------------------
--------------------------------------------------- */
.app-markets {
  display: flex;

  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

.app-markets a + a {
  margin-left: 3rem;
}

/*---------------------------------------------------
------------ 8. Obtain Parking Contact ------------
--------------------------------------------------- */
.obtain-contract-content {
  margin-bottom: 6rem;
}

.obtain-contract-content p {
  color: var(--dark-blue);
  font-weight: 700;
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 2rem;
}

.obtain-contract h2 {
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "Gotham", sans-serif;
  margin-bottom: 2rem;
}

/*---------------------------------------------------
------------ 8. Emergency Updates / Events ------------
--------------------------------------------------- */
.events-container {
  padding-top: 3rem;
}

.event-content {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 4rem;
  margin-bottom: 6rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #e3e3e3;
}

.event-content p {
  margin-bottom: 1.5rem;
}

.event-content ul,
.event-content ol {
  margin-bottom: 1.5rem;
}

.event-content a {
  font-weight: 500;
}

.event:last-child .event-content {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .events-container {
    padding-top: 0;
  }

  .event-content {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
  }
}

/*---------------------------------------------------
------------ 8. News ------------------------------
--------------------------------------------------- */
.posts {
  margin-bottom: 5rem;
}

.featured-news-grid,
.featured-news {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #e3e3e3;
  margin-bottom: 4rem;
}
.featured-news.no-border {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.feeds-border {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #e3e3e3;
}

.calendar {
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #e3e3e3;
}

.event-media:after {
  content: "";
  display: table;
  clear: both;
}

.event-media img {
  float: right;
}

.event-calendar {
  margin-bottom: 4rem;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.43;
}

.event-calendar .event-date {
  padding-right: 0;
  border-right: none;
  padding-left: 0;
}

.event-calendar .event-title {
  color: var(--dark-blue);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.43;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}

.event-calendar .event-title a:hover,
.event-calendar .event-title a:focus {
  color: var(--light-blue);
}

.event-calendar p {
  margin-bottom: 2rem;
}

.event-action {
  display: flex;

  align-items: center;
}

.event-action img {
  margin-right: 1.1rem;
}

.event-action .button {
  margin-bottom: 0;
}

.banner {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .banner > div {
    margin-left: auto;
    margin-right: auto;
  }
}
.banner > a {
  display: block;
}
.dtp table.dtp-picker-days tr > td > a.active {
  background: var(--light-blue);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .featured-news-grid {
    margin-bottom: 0.5rem;
    padding-bottom: 4rem;
  }
}

/*---------------------------------------------------
------------ 8. Member institutions ------------------------------
--------------------------------------------------- */

/*---------------------------------------------------
------------ 8. History ------------------------------
--------------------------------------------------- */
.timeline-bullets .timeline-dot .timeline-year {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-135%, -200%);
  padding-right: 0;
}
.history-slider.owl-carousel .owl-nav .owl-prev,
.history-slider.owl-carousel .owl-nav .owl-next {
  width: 2.7rem;
  height: 8.7rem;
  margin-top: -4.35rem;
}

.history-slider.owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arr-left-white.png);
  left: 2.4rem;
}

.history-slider.owl-carousel .owl-nav .owl-next {
  right: 2.4rem;
  background-image: url(../images/arr-right-white.png);
}

.history-slider.owl-carousel .owl-nav .disabled {
  opacity: 0;
  pointer-events: none;
}

.history-slider .history-item {
  margin-left: -1px;
}

.history-slider,
.history-item {
  background-color: #e1e1e1;
}

.history-item {
  position: relative;

  display: flex;

  align-items: center;
  color: #ffffff;
  padding-top: 15rem;
  padding-bottom: 8rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 430px);
}
.history-item.dark-overlay:before {
  background: rgba(0, 0, 0, 0.5);
}
.history-item .container {
  z-index: 10;
}

.history-item-content {
  max-width: 360px;
  margin-right: 7%;
}

.item-content-big {
  max-width: 600px;
  padding-right: 0;
  margin-right: 0;
}

.history-item h1,
.history-item h2,
.history-item h3,
.history-item h4,
.history-item h5,
.history-item h6 {
  opacity: 0;
  color: #ffffff;
  transition: all 0.6s ease;
  transform: translateY(150px);
}

.history-item h1 {
  margin-bottom: 2.5rem;
  font-size: 5rem;
  font-weight: 500;
}
.history-item .history-year {
  line-height: 1;
  margin-bottom: 2rem;
  color: #36afe4;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(150px);
}

.history-item h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.36;
  transition-delay: 0.2s;
}

.history-item h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  transition-delay: 0.2s;
}

.history-item h4 {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.45;
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-transform: none;
  transition-delay: 0.4s;
}

.history-item p {
  font-size: 2rem;
  line-height: 1.36;
  opacity: 0;
  transition: all 0.6s ease 0.4s;
  transform: translateY(150px);
}

.history-item .button {
  font-size: 1.4rem;
  padding: 1.1rem 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.6s ease 0.6s;
  transform: translateY(150px);
}
.history-item .button:not(:hover):not(:focus) {
  color: #ffffff !important;
}

.owl-item.active .history-item h1,
.owl-item.active .history-item h2,
.owl-item.active .history-item h3,
.owl-item.active .history-item h4,
.owl-item.active .history-item h5,
.owl-item.active .history-item h6,
.owl-item.active .history-year,
.owl-item.active .history-item p,
.owl-item.active .history-item .button {
  opacity: 1;
  transform: translateY(0);
}

.history-timeline {
  margin-top: 5.4rem;
  margin-bottom: 1rem;
}

.history-timeline {
  position: relative;
  padding-bottom: 2.4rem;
  border-bottom: 0.2rem solid #f2f2f2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.history-timeline .row {
  margin-left: -30px;
  margin-right: -30px;
}
.timeline-year {
  flex: 0 0 10%;
  max-width: 10%;
  text-align: center;
  color: var(--dark-blue);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.timeline-year:first-child {
  padding-left: 3rem;
  text-align: left;
}
.timeline-year:last-child {
  text-align: right;
  padding-right: 2.3rem;
}

.timeline-dot {
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: -0.5rem;
  border-radius: 50%;
  background-color: var(--light-blue);
  transition: transform 0.3s ease;
}

.timeline-dot:hover {
  transform: scale(1.6);
  -ms-transform: scale(1.6);
}

.timeline-point {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: -0.3rem;
  margin-bottom: -0.9rem;
  border-radius: 50%;
  border: 0.2rem solid var(--light-blue);
  background-color: #fff;
  transition: left 0.5s;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .history-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .history-slider {
    margin-bottom: 4rem;
  }

  .history-timeline {
    display: none;
  }

  .history-slider.owl-carousel .owl-nav .owl-prev,
  .history-slider.owl-carousel .owl-nav .owl-next {
    width: 1.3rem;
    height: 4.3rem;
    margin-top: -2.15rem;
  }

  .history-slider.owl-carousel .owl-nav .owl-prev {
    left: 0.5rem;
  }

  .history-slider.owl-carousel .owl-nav .owl-next {
    right: 0.5rem;
  }

  .history-slider .owl-dots span {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .history-item {
    padding-top: 10rem;
    padding-bottom: 9rem;
    min-height: 360px;
  }

  .history-year {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }

  .history-item h1 {
    font-size: 3.2rem;
  }

  .history-item h2 {
    font-size: 1.6rem;
  }

  .history-item h3 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }

  .history-item h4 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }

  .history-item p {
    font-size: 1.6rem;
  }

  .history-item .button {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
  }
}

/*---------------------------------------------------
------------ 8. Leadership / members ---------------
--------------------------------------------------- */

.leadership .title-overline {
  margin-bottom: 2.6rem;
}

.leadership .title-overline:before {
  margin-bottom: 1.2rem;
}

/*---------------------------------------------------
------------ 8. Single Page - Members ---------------
--------------------------------------------------- */
.single-post {
  margin-bottom: 4rem;
}

.single-header {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-top: 5.2rem;
}

.single-header h2,
.single-header h3 {
  color: var(--black);
  font-weight: 500;
}

.single-header h2 {
  font-size: 2.45rem;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}

.single-header h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.single-header h3 span {
  text-transform: lowercase;
}

.single-header .social-icons {
  margin-left: auto;
  margin-top: 0.5rem;
}

.single-post-media {
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.single-post-media.company {
  padding-top: 75%;
}
.single-post-media img {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  max-width: 100%;
  transform: translateX(-50%);
}
.single-post-media.company img {
  top: 50%;
  transform: translate(-50%, -50%);
}
.single-post-media.post-media-ins {
  padding-top: 100%;
  border: 0.1rem solid #e3e3e3;
  background-color: #fff;
}

.post-media-link {
  margin-bottom: 3rem;
}

.post-media-link a {
  color: var(--light-blue);
  font: 400 1.4rem/1.5 "Gotham", sans-serif;
}

.post-media-link a:not(:hover):not(:focus) {
  text-decoration: none !important;
}

.single-post-action {
  margin-bottom: 0;
}
.button-back {
  padding-left: 1.5rem;
  position: relative;
}
.button-back:before,
.button.button-download span:before {
  font-family: "Font Awesome 5 Free";
}
.button-back:before {
  content: "\f053";
  font-weight: bold;
  line-height: 1.1;
  margin-right: 0.5rem;
}

.single-post-content {
  margin-top: -0.7rem;
}
.company-detail .container {
  padding: 0;
}
.company-meta .position {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-header {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-header h2 {
    font-size: 2.8rem;
  }

  .single-post-action {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }

  .single-header .social-icons {
    margin-left: 0;
    margin-top: 2rem;
  }
  .single-post-media {
    margin-bottom: 3rem;
  }
}

/*---------------------------------------------------
------------ 8. Visitor Parking --------------------
--------------------------------------------------- */

.value-passes li strong {
  font-weight: 500;
}

/*---------------------------------------------------
------------ 8. Contract Parking --------------------
--------------------------------------------------- */
.inner-nav {
  display: flex;

  align-items: center;
  flex-flow: wrap;
  margin-bottom: 7rem;
}

.inner-nav a + a {
  margin-left: 0.7rem;
}

@media screen and (max-width: 767px) {
  .inner-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5rem;

    align-items: flex-start;
  }

  .inner-nav a + a {
    margin-left: 0;
    margin-top: 0;
  }
}

/*---------------------------------------------------
------------ 8. Contact ------------------------------
--------------------------------------------------- */
.homepage-contact-infos .container {
  padding-left: 6rem;
  padding-right: 6rem;
  width: 100%;
}
.contact-infos {
  margin-bottom: 5rem;
}

.contact-infos:last-of-type {
  margin-bottom: 2rem;
}

.contact-infos h2 {
  margin-bottom: 4rem;
}

.map-toolbox,
.map-dropdown-filter {
  display: flex;

  align-items: center;
  color: #5b5b5b;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font: 400 1.3rem/1.5 "Gotham", sans-serif;
  border-top: 0.1rem solid #e3e3e3;
}
.map-dropdown-filter {
  padding: 0;
  border: none;
}
.visitors .toolbox-left {
  margin-top: 0;
}
.location-select {
  position: relative;
  color: #5b5b5b;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.location-select label {
  user-select: none;
  display: inline-block;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='4'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-497' y='-671' width='1440' height='1796' clip-rule='evenodd' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(91,91,91)' stroke-width='0.5' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(1 0 0 -1 0 4)' d='M0 3.85185L3.92453 0L8 4' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

.location-select select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 250;
  font-size: 1.4rem;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.toolbox-right {
  margin-left: auto;
}
.toolbox-right.terms-container {
  margin-left: 0;
}

.toolbox-left,
.toolbox-right,
.search-location-container {
  display: flex;

  align-items: center;
}
.search-location-container {
  width: 100%;
  margin-bottom: 1.5rem;
}
.toolbox-left {
  margin-top: 1.5rem;
  position: relative;
}

.search-location-container input {
  margin-bottom: 0;
}
.search-icon {
  margin-right: 1.5rem;
  align-items: center;
}

.map-info {
  display: inline-flex;

  align-items: center;
  margin-left: 2rem;
}

.map-info img {
  margin-right: 0.7rem;
}

.map-area {
  position: relative;
  margin-bottom: 6rem;
  padding-top: 55.372%;
  background-color: #e1e1e1;
  min-height: 480px;
}
#locations-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.facility-selector {
  display: none;
  position: relative;
  min-width: 300px;
}

.facility-selector.show {
  display: flex;
}
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.selectric {
  border-top: 1px solid var(--light-blue);
  border-radius: 0px;
  background: var(--light-blue);
  position: relative;
  overflow: hidden;
  color: white;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  height: 38px;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: white;
  text-align: center;
  font: 0/0 a;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='6'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-497' y='-671' width='1440' height='1796' clip-rule='evenodd' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(255,255,255)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(1 0 0 -1 0 4)' d='M0 3.85185L3.92453 0L8 4' /%3E%3C/g%3E%3C/svg%3E");
  margin: 0;
}

.selectric-focus .selectric {
  border-color: white;
}

.selectric-hover .selectric {
  border-color: white;
}

.selectric-hover .selectric .button {
  color: white;
}

.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: white;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--light-blue);
  border: 1px solid var(--light-blue);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: white;
  cursor: pointer;
  border-top: 1px solid white;
}
.selectric-items li:before {
  display: none !important;
}

.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
  background: white;
  color: var(--light-blue);
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: white !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: white;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .facility-selector {
    width: 0;
    opacity: 0;
    transition: width 0.3s;
  }
  .facility-selector.show {
    width: auto;
    opacity: 1;
  }
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
}

.infoBox {
  font-size: 1.3rem;
}

.infoBox h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.infoBox hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 0.1rem solid #e1e1e1;
  margin: 1.5rem 0;
}

.infoBox p {
  margin-bottom: 1rem;
}

.infoBox .button {
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  background: #fff;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu-item {
  border-top: 0.1rem solid var(--light-blue);
}
.ui-menu-item:hover {
  color: #fff;
  background: var(--light-blue);
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* Dining */
.filter-toggle,
.sort-toggle,
.num-posts {
  display: block;
  position: relative;
  padding-right: 1.4rem;
  text-decoration: none !important;
  color: #5b5b5b;
  margin-right: 3.5rem;
}
.num-posts {
  font-style: italic;
}

.filter-toggle:after,
.sort-toggle:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  user-select: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='4'%3E%3Cdefs%3E%3CclipPath id='clip_0'%3E%3Crect x='-497' y='-671' width='1440' height='1796' clip-rule='evenodd' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip_0)'%3E%3Cpath fill='none' stroke='rgb(91,91,91)' stroke-width='0.5' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(1 0 0 -1 0 4)' d='M0 3.85185L3.92453 0L8 4' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.filter-toggle.show:after,
.sort-toggle.show:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sort-toggle {
  display: none;
}

.sort-toggle.active {
  display: inline-flex;
}

.list-view,
.map-view {
  color: #5b5b5b;

  display: flex;

  align-items: center;
  color: inherit;
  text-decoration: none !important;
  margin-left: 2rem;
}

.list-view img,
.map-view img {
  margin-right: 0.7rem;
}

.list-view.active,
.map-view.active {
  color: var(--light-blue);
}

.view-icon-active,
.list-view.active .view-icon,
.map-view.active .view-icon {
  display: none;
}
.view-icon,
.list-view.active .view-icon-active,
.map-view.active .view-icon-active {
  display: block;
}

.layout-area {
  display: none;
  margin-bottom: 6rem;
}

.listings {
  border-top: 0.1rem solid #e3e3e3;
  padding-top: 5rem;
}

.listings .text-block {
  width: 100%;
  margin-bottom: 7.5rem;
  min-height: 170px;
}

.gm-style-iw .text-block {
  padding: 1rem;
  margin: 0;
}

.ratings {
  position: relative;
}

.ratings,
.ratings-val {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "tmc";
  speak: none;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.ratings:before,
.ratings-val:before {
  content: " \e808 ""\00a0"" \e808 ""\00a0"" \e808 ""\00a0"" \e808 ""\00a0"" \e808 ""\00a0";
}

.ratings:before {
  color: var(--light-blue);
}

.ratings-val:before {
  color: #21608b;
}

.ratings-val {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ratings-container {
  display: flex;

  align-items: center;
}

.ratings-container > span:not(.ratings) {
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 0.6rem;
}

.listings .text-block p,
.listings .text-block .ratings-container,
.gm-style-iw .text-block p,
.gm-style-iw .text-block .ratings-container {
  margin-bottom: 0.8rem;
}

.listings address,
.gm-style-iw address {
  font-style: normal;
  margin-bottom: 1.5rem;
}

.text-block-footer {
  font-weight: 400;
  font-size: 1.3rem;
  font-family: "Gotham", sans-serif;
  width: 100%;

  display: flex;

  align-items: center;
  -ms-align-self: flex-end;
  align-self: flex-end;
}

.listing-url {
  margin-right: 4.5rem;
}

.listing-direction {
  display: block;
  width: 1.5rem;
  height: 2rem;
  background-image: url(../images/pin-bg@2x.png);
  -webkit-background-size: 15px 20px;
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.dropdown-desc,
.dropdown-desc:last-of-type {
  margin-bottom: 2rem;
}

.dropdown {
  display: none;
}

.dropdown h4 {
  margin-bottom: 2rem;
}

.dropdown .title-overline:before,
.gm-style-iw .title-overline:before {
  margin-bottom: 1.2rem;
}

.dropdown-wrapper {
  padding-top: 1rem;
  padding-bottom: 3.5rem;
}

.dropdown-desc,
.checkbox {
  color: #7d7d7d;
  font: 400 1.4rem/1.5 "Gotham", sans-serif;
}

.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 2.5rem;
  cursor: pointer;
  margin-bottom: 0.8rem;
  transition: color 0.35s ease;
}

.checkbox:hover {
  color: var(--light-blue);
}

.checkbox input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.checkbox i {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.25rem;
  border: 1px solid #e3e3e3;
}

.checkbox i:before,
.checkbox i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  margin-left: -0.6rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  transform-origin: 50% 50%;
  background: var(--light-blue);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.checkbox i:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox i:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox input:checked + i:before,
.checkbox input:checked + i:after {
  opacity: 1;
}

.checkbox .ratings {
  margin-left: 0.4rem;
}

.checkbox .ratings:before {
  color: #21608b;
}

.ratings-1:before {
  content: " \e808 ";
}

.ratings-2:before {
  content: " \e808 "" \e808 ";
}

.ratings-3:before {
  content: " \e808 "" \e808 "" \e808 ";
}

.ratings-4:before {
  content: " \e808 "" \e808 "" \e808 "" \e808 ";
}

.ratings-5:before {
  content: " \e808 "" \e808 "" \e808 "" \e808 "" \e808 ";
}

.dropdown-action {
  display: flex;

  align-items: center;
  padding-top: 3rem;
}

button {
  cursor: pointer;
}

.dropdown-action .button + .button {
  margin-left: 3rem;
}
.map-toolbox.visitors {
  flex-direction: column;
}
.visitors .row {
  width: 100%;
}
.visitors .map-info {
  margin-left: 0;
}
.map-legend {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .toolbox-left + .toolbox-left {
    margin-left: 15px;
  }
  .visitors .map-info + .map-info {
    margin-left: 1rem;
  }
  .visitors .toolbox-right {
    justify-content: flex-end;
  }
  .map-dropdown-filter {
    height: 40px;
    padding-left: 15px;
  }
  .map-legend {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .contact-infos h2 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .visitors .map-dropdown-filter {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .visitors .toolbox-left {
    margin-right: auto;
  }
  .visitors .toolbox-left + .toolbox-left {
    margin-top: 1rem;
  }
  .map-toolbox {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;

    align-items: flex-start;
  }
  .visitors .map-info {
    flex-direction: column;
  }
  .toolbox-right {
    margin-left: 0;
    margin-bottom: 1.2rem;
  }
  .contact-infos {
    margin-bottom: 3.5rem;
  }

  .map-info:first-child {
    margin-left: 0;
  }
  .list-view:first-child,
  .map-view:first-child {
    margin-left: 0;
  }

  .listings .text-block {
    margin-bottom: 5rem;
  }

  .listings .col-sm-6:last-child .text-block {
    margin-bottom: 1rem;
  }
}

/*---------------------------------------------------
------------ 8. Footer ------------------------------
--------------------------------------------------- */
/* Spacing + Helpers */
/* Spacing */
.no-margin,
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  padding-top: 0.5rem !important;
}

.mt-2 {
  padding-top: 1rem !important;
}

.mt-3 {
  padding-top: 1.5rem !important;
}

.mt-4 {
  padding-top: 2rem !important;
}

.mt-5 {
  padding-top: 2.5rem !important;
}

.mt-6 {
  padding-top: 3rem !important;
}

.mt-7 {
  padding-top: 3.5rem !important;
}

.mt-8 {
  padding-top: 4rem !important;
}

.mt-9 {
  padding-top: 4.5rem !important;
}

.mt-10 {
  padding-top: 5rem !important;
}

.mt-11 {
  padding-top: 5.5rem !important;
}

.mt-12 {
  padding-top: 6rem !important;
}

.mt-13 {
  padding-top: 6.5rem !important;
}

.mt-14 {
  padding-top: 7rem !important;
}

.mt-15 {
  padding-top: 7.5rem !important;
}

.mb-1 {
  padding-bottom: 0.5rem !important;
}

.mb-2 {
  padding-bottom: 1rem !important;
}

.mb-3 {
  padding-bottom: 1.5rem !important;
}

.mb-4 {
  padding-bottom: 2rem !important;
}

.mb-5 {
  padding-bottom: 2.5rem !important;
}

.mb-6 {
  padding-bottom: 3rem !important;
}

.mb-7 {
  padding-bottom: 3.5rem !important;
}

.mb-8 {
  padding-bottom: 4rem !important;
}

.mb-9 {
  padding-bottom: 4.5rem !important;
}

.mb-10 {
  padding-bottom: 5rem !important;
}

.mb-11 {
  padding-bottom: 5.5rem !important;
}

.mb-12 {
  padding-bottom: 6rem !important;
}

.mb-13 {
  padding-bottom: 6.5rem !important;
}

.mb-14 {
  padding-bottom: 7rem !important;
}

.mb-15 {
  padding-bottom: 7.5rem !important;
}

@media screen and (min-width: 768px) {
  .mt-1 {
    padding-top: 1rem !important;
  }

  .mt-2 {
    padding-top: 2rem !important;
  }

  .mt-3 {
    padding-top: 3rem !important;
  }

  .mt-4 {
    padding-top: 4rem !important;
  }

  .mt-5 {
    padding-top: 5rem !important;
  }

  .mt-6 {
    padding-top: 6rem !important;
  }

  .mt-7 {
    padding-top: 7rem !important;
  }

  .mt-8 {
    padding-top: 8rem !important;
  }

  .mt-9 {
    padding-top: 9rem !important;
  }

  .mt-10 {
    padding-top: 10rem !important;
  }

  .mt-11 {
    padding-top: 11rem !important;
  }

  .mt-12 {
    padding-top: 12rem !important;
  }

  .mt-13 {
    padding-top: 13rem !important;
  }

  .mt-14 {
    padding-top: 14rem !important;
  }

  .mt-15 {
    padding-top: 15rem !important;
  }

  .mb-1 {
    padding-bottom: 1rem !important;
  }

  .mb-2 {
    padding-bottom: 2rem !important;
  }

  .mb-3 {
    padding-bottom: 3rem !important;
  }

  .mb-4 {
    padding-bottom: 4rem !important;
  }

  .mb-5 {
    padding-bottom: 5rem !important;
  }

  .mb-6 {
    padding-bottom: 6rem !important;
  }

  .mb-7 {
    padding-bottom: 7rem !important;
  }

  .mb-8 {
    padding-bottom: 8rem !important;
  }

  .mb-9 {
    padding-bottom: 9rem !important;
  }

  .mb-10 {
    padding-bottom: 10rem !important;
  }

  .mb-11 {
    padding-bottom: 11rem !important;
  }

  .mb-12 {
    padding-bottom: 12rem !important;
  }

  .mb-13 {
    padding-bottom: 13rem !important;
  }

  .mb-14 {
    padding-bottom: 14rem !important;
  }

  .mb-15 {
    padding-bottom: 15rem !important;
  }
}

/**/
/* Gravity forms overrides */
/**/
body .gform_wrapper {
  margin-top: 0;
}
body .gform_wrapper form {
  max-width: 1250px;
  width: 100%;
  float: left;
}
body .gform_wrapper ul.gform_fields {
  margin: 0 -15px !important;
}
body .gform_wrapper li {
  width: 100%;
}
body .gform_wrapper li.gchoice {
  width: auto;
  display: flex;
}
.gfield-choice-input {
  margin-top: 0 !important;
  margin-right: 1rem !important;
}
body .gform_wrapper .gfield_time_ampm.ginput_container.ginput_container_time,
body
  .gform_wrapper
  .gfield_time_ampm.ginput_container.ginput_container_time
  select {
  max-width: none !important;
  width: auto !important;
}
.gform_wrapper .gfield_time_hour i {
  line-height: 1.4;
}
body .gform_wrapper ul.gform_fields div.ginput_container,
body .gform_wrapper ul.gform_fields li.gfield_label,
body .gform_wrapper ul.gform_fields li.gfield,
body .gform_wrapper ul.gform_fields textarea,
body
  .gform_wrapper
  ul.gform_fields
  .gfield_checkbox
  li
  input[type="checkbox"]:not(.gfield-choice-input),
body .gform_wrapper ul.gform_fields .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_time_hour i {
  margin: 0 !important;
  padding: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.gsection {
  border: none;
  margin-bottom: 2rem !important;
}
body .gform_wrapper ul.gform_fields li input:not(.gfield-choice-input),
body .gform_wrapper ul.gform_fields textarea,
body .gform_wrapper ul.gform_fields select,
body .gform_wrapper .gfield_list td.gfield_list_cell input.datepicker_no_icon {
  width: 100% !important;
  margin: 0 0 1rem 0 !important;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}

body .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  padding: 0 5px !important;
}

body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
  transform: translateY(-12%);
  text-align: center;
}
ul.gform_fields li::before {
  display: none;
}
.no-main-label > label {
  display: none !important;
}
.gform_wrapper .button {
  font: 500 1.1rem/1 "Gotham", sans-serif !important;
}
.gform_wrapper .button:hover {
  color: white;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding: 0 0 1rem;
}
.label .gsection_title:after {
  display: none;
}
body .gform_wrapper .gform_footer {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  body .gform_wrapper .gfield:not(.full-width) ul.gfield_checkbox {
    margin: 0 -15px !important;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }
  body .gform_wrapper .gfield:not(.full-width) ul.gfield_checkbox li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  body
    .gform_wrapper
    ul.gform_fields.form_sublabel_below
    table.gfield_list
    td:after {
    margin: 3px 0 15px 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell {
    margin: 0;
    padding: 0 15px;
  }
  body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    padding: 0 !important;
  }
}
/**/
/* Datepicker */
/**/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #aed0ea;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #f2f5f7
    url("../images/datepicker/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50%
    top repeat-x;
  color: #362b36;
}
.ui-widget-content a {
  color: #362b36;
}
.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7
    url("../images/datepicker/ui-bg_highlight-soft_100_deedf7_1x100.png") 50%
    50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #aed0ea;
  background: #d7ebf9
    url("../images/datepicker/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
  color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #2779aa;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb
    url("../images/datepicker/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50%
    repeat-x;
  color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #0070a3;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #2694e8;
  background: #3baae3
    url("../images/datepicker/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #2694e8;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f
    url("../images/datepicker/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top
    repeat-x;
  color: #363636;
}
.ui-state-checked {
  border: 1px solid #f9dd34;
  background: #ffef8f;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/datepicker/ui-icons_72a7cf_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/datepicker/ui-icons_72a7cf_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/datepicker/ui-icons_2694e8_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/datepicker/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/datepicker/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/datepicker/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../images/datepicker/ui-icons_3d80b3_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee
    url("../images/datepicker/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50%
    50% repeat;
  opacity: 0.8;
  filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: -7px -7px 7px #000000;
  box-shadow: -7px -7px 7px #000000;
}

/**/
/* Recommended articles */
/**/

.article-recommended-posts .container > h3 {
  margin-bottom: 4rem;
}

.article-recommended-posts {
  margin-bottom: 3rem;
}

/**/
/* Profile flexible row*/
/**/
.profile .single-header {
  margin: 0 0 3rem;
}
.profile figure img {
  margin: 0 auto 1.5rem;
}
/**/
/* Tab */
/**/
.nav-tabs {
  display: flex;

  align-items: center;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.nav-tabs li {
  margin-right: 0.5rem;
}

.nav-tabs .button {
  margin-bottom: 0.5rem;
}

.nav-tabs .button.active {
  color: #fff;
  border-color: var(--light-blue);
  background-color: var(--light-blue);
}

.main-content .nav-tabs > li:before,
.main-content .tab-content ul li:before {
  display: none;
}

.tab-content {
  margin-bottom: 3rem;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-content a {
  color: #5b5b5b;
  text-decoration: none !important;
}

.tab-content a:hover,
.tab-content a:focus {
  color: var(--light-blue);
}

.tab-content ul li {
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 0.8rem;
}

/**/
/* add line */
/**/

.add-line hr {
  border-color: #bbbbbb;
}

/**/
/* Figcaption */
/**/

.single-article-media .article-image figcaption,
.img-slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 2.65rem 10.648715% 4rem;
}
.single-article-media .article-image figcaption p,
.img-slide figcaption p {
  margin: 0;
}

/**/
/* Search Page*/
/**/
.search-results article {
  width: 100%;
}
.search-results figure {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}
.search-results figure img {
  justify-content: center;
  height: auto;
  margin-bottom: 1rem;
}

/* EXTRA */
.main-content .nav-tabs > li {
  padding-left: 0;
}

/* Fix for ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}

.top {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}

.top > .container {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 2rem;
  z-index: 2;
  pointer-events: none;
}

.top-with-caption > .container {
  padding-top: 3rem;
}
.top-img[data-link]:not([data-link=""]) {
  cursor: pointer;
}
.top-img a.button-play {
  transform: translate(-50%, -50%);
  cursor: pointer;
  margin: 0;
}

.top-wrapper,
.top-img {
  position: relative;
  background-color: #e1e1e1;
  padding-top: 40.833333%;
  margin: 0;
}

.top-slider,
.top-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: none;
  width: 100%;
}
.top-img a:not(.button-play) {
  -webkit-user-select: auto; /* Safari 3.1+ */
  -moz-user-select: auto; /* Firefox 2+ */
  -ms-user-select: auto; /* IE 10+ */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-slider {
  left: -1px;
  right: -1px;
  z-index: initial;
}

.top-slider .owl-dots {
  bottom: 1.2rem;
  z-index: 10;
}

.top-logo {
  position: relative;
  display: inline-block;
  transition: opacity 0.3s;
}
.banner-post .single-article-media .article-image:before {
  display: none;
}
.banner-post a {
  color: white;
}
.banner-post .single-article-intro .post-title,
.banner-post .single-article-intro .post-desc {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .banner-post .single-article-media .article-image:before {
    display: block;
  }
  .banner-post .single-article-media .article-image .top-logo {
    z-index: 1;
    transform: translateY(-50%);
  }
  .banner-post .single-article-media .article-image .top-logo img {
    position: relative;
    top: 0;
    transform: none;
    width: 265px;
  }
  .banner-post .container {
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top .title,
  .page-header-img + .container .title {
    display: none;
  }
}
.top-with-caption .top-logo {
  padding-right: 5rem;
}

.top-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.top-logo:after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 0.1rem;
  background-color: #fff;
  margin-top: 1.5rem;
}
.top-logo.title-based:after {
  display: none;
}

.top-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 3.6rem;
  min-height: 132px;
  padding-bottom: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.top-slide-content {
  position: relative;

  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-left: 270px;
  padding-left: 50px;
  min-height: 40px;
}
@media screen and (min-width: 992px) {
  .top-slide-content.innovation,
  .top-slide-content.health-policy,
  .top-slide-content.clinical-research {
    margin-left: 340px;
  }
}
.top-slide-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 4.2rem;
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.top-slide-content a {
  color: inherit;
  text-decoration: none !important;
}

.top-slide-content a:hover,
.top-slide-content a:focus {
  color: #4ab6e7;
}

.top-slide-content h3 {
  color: #4ab6e7;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
}

.top-slide-content p {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.25;
}
.top-logo.hide.clean-up-slide {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .top-logo.hide {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-wrapper {
    padding-top: 0;
  }

  .top-slider {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }

  .top-slider .owl-dots {
    bottom: 2rem;
  }

  .top-with-caption .top-logo {
    padding-right: 0;
  }

  .top-slide-content:before {
    display: none;
  }

  .top > .container {
    bottom: auto;
    padding-top: 40.833333%;
    padding-bottom: 0;
  }

  .top-logo,
  .top .page-title {
    position: absolute;
    bottom: 2rem;
    left: 3.6rem;
  }

  .top-slide .container {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-blue);
  }

  .top-slide-content {
    margin-left: 0;
    padding-left: 0;
    min-height: 0;
  }

  .top-slide-content h3 {
    font-size: 1.7rem;
  }

  .top-slide-content h3 + p {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top-logo,
  .top .page-title {
    left: 2.4rem;
  }

  .top-logo {
    max-width: 190px;
  }

  .top .page-title.text-white {
    color: #fff !important;
  }

  .top .page-title.text-white:after {
    background-color: #fff !important;
  }
  .top-img {
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .top-slide .container {
    padding-top: 2rem;
    padding-bottom: 4.8rem;
  }

  .top-slide-content h3 {
    font-size: 1.6rem;
  }

  .top-slider .owl-dots {
    bottom: 1.8rem;
  }

  .top-img,
  .top > .container {
    padding-top: 40%;
  }
}
/**/
/* Multi Steps Instructions */
/**/
.text-block.multi-steps h2 {
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  line-height: 1;
  color: var(--light-blue);
  margin: 0 0 1rem;
  font-size: 3rem;
}
.text-block.multi-steps h2 a {
  color: inherit;
  text-decoration: none !important;
}
.text-block.multi-steps h6 {
  color: grey;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/**/
/* Innovation Blog */
/**/
.innovation-blog article {
  margin-bottom: 2rem;
}
.innovation-blog {
  font-weight: 300;
}
.innovation-blog h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.innovation-blog p {
  margin-bottom: 0.5rem;
}

/**/
/* Article Actions */
/**/
.article-action {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 2rem;
}
.article-action a {
  color: #fff;
  background: var(--black);
  width: 4rem;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  border-radius: 50%;
  border-color: transparent;
  box-shadow: 0 0 2px 1px #fff;
}
.article-action a + a {
  margin-left: 1.8rem;
}

.article-action a {
  transition: all 0.35s;
}

.article-action a:hover,
.article-action a:focus {
  color: var(--black);
  background: #fff;
  box-shadow: 0 0 2px 1px var(--black);
}
.print {
  display: none;
}
/**/
/* Magnific Popup CSS */
/**/
.white-popup {
  position: relative;
  background: #fff;
  padding: 30px;
  max-width: 100%;
  margin: 20px auto;
  font-size: 0;
}
@media (min-width: 1200px) {
  .white-popup {
    width: 1200px;
  }
}
.white-popup .editor-content img {
  margin: 0 !important;
}
.white-popup .editor-content {
  width: 100%;
  padding-bottom: 0;
}
.white-popup p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.white-popup p + p {
  margin-top: 2.5rem;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.cable-images figcaption {
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  line-height: 1.2;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .cable-images div + div {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  body
    .gform_wrapper
    .police-form
    ul.gform_fields
    li
    .ginput_container_date
    input {
    width: calc(100% - 30px) !important;
  }
}
.police-form .gfield.full-width .gchoice_11_40_1 {
  display: flex;
  justify-content: flex-start;
}
.police-form .gfield.full-width .gchoice_11_40_1 input {
  max-width: 25px;
  margin-top: 5px !important;
}
body
  .gform_wrapper
  .gfield_time_ampm.ginput_container.ginput_container_time
  select {
  max-height: 36px !important;
}
/**/
/* Stay in the know */
/**/
.tmc-in-the-news .post-row {
  padding-right: 0;
}
.tmc-in-the-news .category {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.tmc-in-the-news .post-title {
  font-size: 1.8rem;
}
.tmc-in-the-news .post-content {
  padding-left: 0;
}
.tmc-in-the-news-listing a:not(:hover) {
  text-decoration: none !important;
}
.tmc-in-the-news-listing .entry + .entry {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #bbbbbb;
}
.tmc-in-the-news-listing .entry:last-child {
  margin-bottom: 2rem;
}
.tmc-in-the-news-listing ul > li:before {
  display: none;
}
.tmc-in-the-news-listing .navigation {
  text-align: center;
}
.tmc-in-the-news-listing .navigation ul,
.tmc-in-the-news-listing .navigation ul li {
  display: inline-block;
}
.tmc-in-the-news-listing .navigation .current {
  color: var(--light-blue);
}
@media (min-width: 768px) {
  .tmc-in-the-news .post-row-reverse {
    flex-direction: row-reverse;
  }
}
.tmc-in-the-news figure.post-media a {
  padding-top: 50% !important;
}
.bb-logos {
  margin: 5rem 0 3rem;
}
.bb-logos .col-lg-2 {
  transition: opacity 2s;
  max-height: 100%;
  opacity: 1;
}
.bb-logos .col-lg-2.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.bb-text-column {
  box-shadow: 0px 12px 0px -10px transparent;
  transition: box-shadow 1s;
  box-sizing: border-box;
}
.bb-text-column.active {
  box-shadow: 0px 12px 0px -10px var(--light-blue);
}
.symbol {
  margin: 0 -0.5rem;
}
.animated-numbers h3 {
  text-align: center;
}
@media (min-width: 1920px) {
  .animated-numbers h3 {
    font-size: 4rem;
  }
  .animated-numbers.featured-logos h3 {
    font-size: 3rem;
    line-height: 1;
  }
  .symbol {
    margin: 0 -1rem;
  }
}
.animated-numbers.featured-logos .row > div {
  display: flex;
  flex-flow: column wrap;
}
.animated-numbers.featured-logos p,
.animated-numbers.featured-logos img {
  margin-bottom: 0;
}
.animated-numbers.featured-logos p {
  margin-top: auto;
}
@media (max-width: 767px) {
  .animated-numbers h3 {
    margin-bottom: 1rem;
  }
  .animated-numbers .col-sm-6 + .col-sm-6 {
    margin-top: 3rem;
  }
}
/**/
/* HOMEPAGE - Intro */
/**/
.intro {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .intro .col-lg-6:first-child {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .intro h2 {
    margin-top: 3rem;
  }
}
/**/
/* HOMEPAGE - TMC at a Glance */
/**/
.tmc-at-a-glance {
  background-color: #efefef;
}
.tmc-at-a-glance .col-lg-6.editor-content {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .tmc-at-a-glance .col {
    flex-basis: 33.33%;
  }
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
}
.gsection {
  margin-top: 3rem;
}
.contact-form.border-bottom {
  border-bottom: 1.2rem solid var(--tmc-blue);
}
#gform_wrapper_19 .gform_heading {
  display: none;
}
.top-slide.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 40.8%
}
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
.biopath-tni .events-back a {
  color: #000;
  font-weight: bold;
}
.biopath-tni figure {
  margin: 0;
}