/*
Theme Name: ITO
Description: Dedicated Wordpress theme for ITO World
*/
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "ingra", sans-serif;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #000;
  text-decoration: underline;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: black;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}



.motion.page .articles article {
  height: auto;
}

#page {
  padding: 0 20px 20px;
  overflow-x: hidden;
  min-height: 4px;
  position: relative;
}
@media (max-width: 1199px) {
  #page {
    min-height: 3px;
  }
}
@media (max-width: 991px) {
  #page {
    min-height: 2px;
  }
}
@media (max-width: 767px) {
  #page {
    padding: 0 5px;
    min-height: 1px;
  }
}

.not-found-wrapper {
  padding: 50px 0;
  text-align: center;
}
.not-found-wrapper h1 {
  font-family: "museo-slab", serif;
}
.not-found-wrapper h2 {
  font-family: "museo-slab", serif;
  text-align: left;
  font-weight: normal;
}
.not-found-wrapper ul {
  text-align: left;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

/* =============================================================================
	Layout
/* ========================================================================== */
body {
  padding-top: 90px;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 9999999;
  transition: all 300ms;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
header.main:after {
  content: '';
  display: table;
  clear: both;
}
header.main.h-compact {
  height: 70px;
}
header.main.h-compact .logo {
  width: 52px;
  margin-top: -26px;
  margin-left: -26px;
}
header.main.h-compact .logo img {
  opacity: 0;
}
header.main.h-compact .logo img + img {
  opacity: 1;
}
header.main.h-compact nav {
  padding-top: 25px;
}
header.main .logo {
  display: block;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  transition: all 300ms;
}
header.main .logo img {
  transition: all 300ms;
}
header.main .logo img + img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header.main .nav-btn {
  display: none;
}
header.main a {
  text-decoration: none;
}
header.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.main ul:after {
  content: '';
  display: table;
  clear: both;
}
header.main .menu {
  position: relative;
}
header.main li {
  float: left;
  margin-right: 29px;
  padding-bottom: 20px;
  transition: opacity 300ms;
}
header.main .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  top: 20px;
  left: -25px;
  padding-left: 25px;
  background-color: transparent;
  padding-top: 18px;
  cursor: default;
  width: 100%;
}
header.main .sub-menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 1200px) {
  header.main .sub-menu {
    display: block !important;
  }
}
header.main .sub-menu li {
  float: none;
  margin-right: 0;
  padding-bottom: 0;
}
header.main .sub-menu li + li {
  padding-top: 14px;
}
header.main .sub-menu li span {
  display: block;
  font-size: 80%;
}

header.main .sub-menu .column {
  float: left;
  padding-right: 25px;
  margin-bottom: 20px;
}
header.main .sub-menu .column + .column {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 25px;
}
@media (min-width: 992px) {
  header.main .sub-menu {
    width: 100vw;
  }
  header.main .sub-menu:before {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 99%;
    background-color: #fff;
  }
}
header.main nav {
  padding-top: 34px;
  float: left;
  transition: all 300ms;
}
header.main nav.active .menu > li:not(.active),
header.main nav .menu > li.current-page-parent > a {
  transition: opacity 300ms;
  opacity: 0.2;
}
header.main nav.active .menu > li.current-page-parent > a,
header.main nav.active .menu > li.current-page-parent:after {
  opacity: 1;
}
header.main .menu-item-has-children {
  position: relative;
  padding-right: 23px;
}
header.main .menu-item-has-children:after {
  padding-right: 18px;
  background-image: url("images/arrow-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 13px;
  height: 9px;
  right: 0;
  top: 6px;
}
header.main .menu-item-has-children:hover:after {
  background-image: url("images/arrow.png");
}
header.main .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: #fff;
}
@media (max-width: 991px) {
  header.main .nav-btn {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 0;
  }
  header.main .nav-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  header.main .nav-btn span:before, header.main .nav-btn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
  }
  header.main .nav-btn span:before {
    top: -9px;
  }
  header.main .nav-btn span:after {
    bottom: -9px;
  }
  header.main nav {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all 300ms;
    top: calc(100% - 2px);
    left: 0;
    background-color: #fff;
    float: none;
    width: 100vw;
    padding: 0 20px 0 13px;
  }
  header.main nav li {
    float: none;
    margin: 0;
    opacity: 1 !important;
  }
  header.main nav.open {
    visibility: visible;
    opacity: 1;
  }
  header.main .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    padding-left: 0;
    transition: none;
  }
  header.main .sub-menu .column {
    padding-right: 0;
    padding-left: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    float: none;
    margin-bottom: 0;
  }
  header.main .sub-menu .column + .column {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  header.main nav {
    padding: 0 15px;
    width: 100%;
  }
}

video.bg {
  z-index: -1;
  display: none;
}
video.bg.is-playing {
  z-index: 3;
  display: block;
}

.hero {
  overflow: hidden;
  position: relative;
  padding: 130px 0;
}
.hero img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
.hero .text {
  position: relative;
  z-index: 4;
  text-align: center;
}
.hero h1 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 41px;
  letter-spacing: 0.02em;
  margin-bottom: 0.32em;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.37em;
}
.hero p {
  font-weight: 300;
  font-size: 26px;
  max-width: 740px;
  display: inline-block;
  letter-spacing: 0.035em;
  margin-bottom: 0.35em;
  line-height: 1.45em;
}
@media (max-width: 767px) {
  .hero {
    padding: 50px 0;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero p {
    font-size: 18px;
  }
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.rt-module h2, .articles article h2, .logo-grid h2, .col-grid h3, table th, .grid-std h4, .meta, .articles .custom-article h4, footer.main .menu > .menu-item-has-children > a {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0.8em;
}

.rt-module {
  background-color: #f0f3f6;
  text-align: center;
  padding: 114px 0 213px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .rt-module {
    min-height: calc(67.7vw - 26px);
  }
}
.rt-module p {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .rt-module {
    padding: 60px 0 100px;
  }
}
@media (max-width: 767px) {
  .rt-module {
    padding: 50px 0 80px;
  }
  .rt-module p {
    font-size: 18px;
  }
}

/*.transit.page .rt-visuals .visual-module-2 {
  overflow: hidden;
}*/

.transit.page .rt-visuals .visual-module-2 .relative-wrapper img {
  max-height: none;
  bottom: -270px;
  right: 90px;
}
.service.page .visuals article {
  background-position: right bottom;
}

.module-wrapper {
  position: relative;
  width: 485px;
  height: 485px;
  margin: 15px auto;
}
.module-wrapper .count-wrapper {
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translate3d(33%, -50%, 0);
          transform: translate3d(33%, -50%, 0);
  margin-top: -7px;
  letter-spacing: 0.025em;
  color: #5c0fe3;
  font-size: 150px;
  font-family: "museo-slab", serif;
  font-weight: 100;
  opacity: 0;
  transition: opacity 300ms;
}
.module-wrapper .count-wrapper.active {
  opacity: 1;
}
.module-wrapper .circle {
  -webkit-transform: rotate(11deg) translate3d(0, 0, 0);
          transform: rotate(11deg) translate3d(0, 0, 0);
}
.module-wrapper img {
  max-width: 800px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 40%, 0);
          transform: translate3d(-50%, 40%, 0);
}
.format_third .module-wrapper img {
  width: 1170px;
  max-width: 1170px;
  -webkit-transform: translate3d(-50%, 25%, 0);
          transform: translate3d(-50%, 25%, 0);
}
@media (max-width: 991px) {
  .format_third .module-wrapper img {
    width: 100%;
    max-width: 100%;
  }
}  
@media (max-width: 1400px) {
  .module-wrapper {
    width: 425px;
    height: 425px;
  }
  .module-wrapper .count-wrapper {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .module-wrapper {
    width: 300px;
    height: 300px;
  }
  .module-wrapper img {
    max-width: 100%;
  }
  .module-wrapper .count-wrapper {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .module-wrapper {
    width: 265px;
    height: 265px;
  }
  .module-wrapper .count-wrapper {
    font-size: 50px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

.format_one .module-wrapper .unit {
  text-transform: uppercase;
  font-size: 90px;

  /*position: absolute;
  top: 50px;
  right: -100px;*/
}
@media (max-width: 1199px) {
  .format_one .module-wrapper .unit {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .format_one .module-wrapper .unit {
    font-size: 30px;
  }
}

/*
Format 3
 */
.format_third .module-wrapper .circle {
  -webkit-transform: rotate(210deg) translate3d(0, 0, 0);
          transform: rotate(210deg) translate3d(0, 0, 0);
}
.format_third .module-wrapper .caption {
  display: block;
  color: #000;
  max-width: 150px;
  margin: 0 auto;
  font-size: 20px;
  margin-top: -42px;
  line-height: 1.6em;
  letter-spacing: 0.035em;
}
.format_third .module-wrapper .count-wrapper {
  right: auto;
  left: 50%;
  top: 40px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.format_third .module-wrapper .icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 165px;
  height: 115px;
  position: absolute;
  top: 130px;
  left: 0;
  -webkit-transform: translate3d(-38%, 0, 0);
          transform: translate3d(-38%, 0, 0);
}
@media (min-width: 1400px) {
  .format_third .module-wrapper {
    width: 470px;
    height: 470px;
    margin-top: 62px;
  }
}
@media (max-width: 1400px) {
  .format_third .module-wrapper .icon {
    width: 150px;
    height: 100px;
    top: 120px;
  }
}
@media (max-width: 991px) {
  .format_third .module-wrapper .caption {
    margin-top: -20px;
    font-size: 14px;
  }
  .format_third .module-wrapper .icon {
    width: 90px;
    height: 60px;
    top: 90px;
  }
}
@media (max-width: 767px) {
  .format_third .module-wrapper .caption {
    margin-top: -10px;
  }
  .format_third .module-wrapper .icon {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    width: 70px;
    height: 50px;
    top: 85px;
  }
}

.team.page .hero h1 {
  max-width: 600px;
}
.team.page .hero {
  padding-bottom: 100px;
}

/*
Format 2
 */
.format_sec {
  height: calc(67.7vw - 26px);
  color: #fff;
  background-color: transparent;
}
.format_sec .module-wrapper {
  height: auto;
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  margin: 0;
}
.format_sec .module-wrapper .count-wrapper {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #00c3b9;
  line-height: 0.7em;
}
.format_sec .module-wrapper .unit {
  text-transform: uppercase;
  font-size: 90px;
  margin-left: -30px;
  font-weight: 300;
}
.format_sec .module-wrapper .caption {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  display: block;
}
.format_sec .module-wrapper svg {
  position: absolute;
  left: -9999px;
}
.format_sec .module-wrapper .icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /*.format_sec {
    padding: 50px 0;
  }*/
  .format_sec .module-wrapper .count-wrapper {
    font-size: 100px;
    line-height: 0.75em;
  }
  .format_sec .module-wrapper .caption {
    font-size: 25px;
  }
  .format_sec .module-wrapper .unit {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .format_sec {
    height: calc(70vw - 26px);
  }
  .format_sec .module-wrapper {
    -webkit-transform: translate3d(-50%, -40%, 0);
            transform: translate3d(-50%, -40%, 0);
  }
  .format_sec .module-wrapper .count-wrapper {
    font-size: 55px;
    line-height: 0.9em;
  }
  .format_sec .module-wrapper .unit {
    font-size: 30px;
  }
  .format_sec .module-wrapper .caption {
    font-size: 18px;
  }
  .format_sec .module-wrapper .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .format_sec,
  .rt-module {
    height: auto;
    padding-bottom: 120px;
  }
  .format_sec .module-wrapper {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 20px 0;
    width: 100%;
  }
}

/*
Custom RT module - used in Transit Data template
 */
.custom-rt-module {
  color: #fff;
}
.custom-rt-module p {
  font-family: "museo-slab", serif;
  font-size: 30px;
  line-height: 1.4em;
}
.custom-rt-module .count-wrapper {
  color: #00c3b9;
  width: calc(100% - 30px);
}
.custom-rt-module .count-wrapper .count {
  font-size: 0.8em;
}
.custom-rt-module .count-wrapper .unit {
  font-size: 0.5em;
}
.custom-rt-module .count-wrapper .caption {
  max-width: calc(100% - 110px);
  margin-top: -3px;
  line-height: 1.35em;
  letter-spacing: 0;
  font-weight: 300;
  color: white;
}
.custom-rt-module .module-wrapper {
  width: 390px;
  height: 390px;
}
.custom-rt-module .module-wrapper .circle {
  -webkit-transform: rotate(8deg) translate3d(0, 0, 0);
          transform: rotate(8deg) translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .custom-rt-module .module-wrapper {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .custom-rt-module p {
    font-size: 18px;
  }
  .custom-rt-module .module-wrapper {
    width: 265px;
    height: 265px;
  }
  .custom-rt-module .count-wrapper {
    font-size: 75px;
  }
  .custom-rt-module .count-wrapper .caption {
    max-width: calc(100% - 30px);
  }
}

.std-btn, form input[type="submit"], .pagination .next, .pagination .prev {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 8px;
  text-decoration: none;
  border: 2px solid #00c3b9;
  border-radius: 22px;
  min-width: 175px;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
}

form input[type="submit"] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*[data-parallax="scroll"] {
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  [data-parallax="scroll"] {
    background-attachment: scroll;
  }
}*/

.browser-ie [data-parallax="scroll"] {
  background-attachment: scroll;
}

.has-custom-articles .articles {
  background-color: #f0f3f6;
}
.has-custom-articles .articles .main-text {
  max-width: 760px;
}

.articles article {
  position: relative;
  height: calc(75vw - 26px);
  overflow: hidden;
  padding: 75px 0 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .articles article {
  height: calc(75vw - 26px);
}
.articles article:not(.plain):before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .articles article:not(.plain):before {
  display: none;
}
@media screen and (min-width: 992px) {
  .articles article.plain {
    background-image: none !important;
  }
}

.page-id-321 .articles article.plain {
  background-image: none !important;
}

.page-id-321 .plain .visual-wrapper {
  display: block;
}

/*.articles article.plain {
  height: auto !important;
}
.articles article.plain.no-visual {
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .articles article.plain.no-visual {
    padding-bottom: 100px;
  }
}*/
.articles article .reverse-colors {
  color: #fff;
}
.articles article .reverse-colors .std-btn, .articles article .reverse-colors form input[type="submit"], form .articles article .reverse-colors input[type="submit"], .articles article .reverse-colors .pagination .next, .pagination .articles article .reverse-colors .next, .articles article .reverse-colors .pagination .prev, .pagination .articles article .reverse-colors .prev {
  color: #fff;
}
.articles article .main-text {
  text-align: center;
  max-width: 605px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.articles article h3 {
  font-weight: 300;
  font-family: "museo-slab", serif;
  font-size: 32px;
  line-height: 1.37em;
  padding: 0 20px;
  margin-bottom: 0.6em;
}
.articles article h5 {
  font-weight: 300;
  font-family: "museo-slab", serif;
  font-size: 15px;
  line-height: 1.37em;
  padding: 0 20px;
  margin-bottom: 1em;
  margin-top: -10px;
}
.articles article p {
  font-size: 17px;
  letter-spacing: 0.025em;
  margin-bottom: 1.9em;
}
.articles article .desc {
  margin-top: 58px;
  padding: 0 28px;
  /*max-width: 210px;*/
  line-height: 1.45em;
  position: relative;
  z-index: 10;
}
.articles article .desc span {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms;
  padding-left: 20px;
}
.articles article .desc i {
  /*content: '';*/
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("images/note-ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  float: left;
  /*position: absolute;
  top: -1px;
  left: -3px;*/
}

.articles article .desc i:hover + span {
  opacity: 1;
}

.articles article .visual-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 30px);
}
.articles article .visual-wrapper.has-visual .container {
  position: relative;
  /*padding-top: 123px;*/
}
.articles article .visual-wrapper.has-visual .desc {
  position: absolute;
  top: 0;
}
.articles article video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.articles article video.article-video,
.visuals article video.article-video,
.home video.article-video {
    position: absolute;
    left: 49.95%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    width: 100%;
}
.visuals article video.article-video {
  width: 100% !important;
}
.articles article video.is-playing + img {
  display: none;
}
@media (max-width: 1199px) {
  .home .articles article {
    height: calc(80vw - 26px);
  }
}
@media (max-width: 767px) {
  .articles article {
    height: auto;
  }
  .articles article:before {
    background-image: none;
  }
  .articles article img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-height: 1px;
    width: 100%;
    margin-top: 30px;
  }
  .articles article .desc {
    max-width: 100%;
    text-align: center;
  }
  .articles article h3 {
    font-size: 20px;
    padding: 0;
  }
}

.logo-grid {
  text-align: center;
  margin-top: 40px;
}
.logo-grid h2 {
  margin-bottom: 2.5em;
}
.logo-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logo-grid li {
  float: left;
  width: 16.66%;
  position: relative;
  margin-bottom: 73px;
}
.logo-grid li img {
  transition: all 300ms;
}
.logo-grid li:not(.no-hover) img + img {
  visibility: hidden;
  position: absolute;
  /*top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);*/
  top: 0;
  left: 0;
  opacity: 0;
}
.logo-grid li:not(.no-hover):hover img {
  visibility: hidden;
  opacity: 0;
}
.logo-grid li:not(.no-hover):hover img + img {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .desktop-btn {
    display: none;
  }
  .mobile-btn {
    display: table-row;
  }
  .mobile-btn .btn-wrapper {
    text-align: left;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .desktop-btn {
    display: table-cell;
  }
  .mobile-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  /*.logo-grid img {
    max-width: calc(100% - 30px);
  }*/
  .logo-grid li {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .logo-grid li {
    width: 50%;
    max-width: 320px;
    margin: 0 auto 25px;
    float: left;
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  .plain .visual-wrapper,
  .plain .bg.article-video,
  .home video.article-video {
    display: none;
  }
  .home .plain:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .datav .plain:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.col-grid {
  text-align: center;
  font-size: 0;
  padding: 100px 0 52px;
}
.col-grid.format-two {
  text-align: left;
  padding: 105px 0 137px;
}
.col-grid.format-two p {
  font-size: 24px;
  margin: 0.7em 0;
  line-height: 1.35em;
}
.col-grid .row {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
.col-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.col-grid .col {
  display: inline-block;
  width: 33.33%;
  font-size: 16px;
  padding: 0 15px;
}
.col-grid p {
  font-family: "museo-slab", serif;
  font-size: 28px;
  margin: 0.55em 0;
}
.col-grid a {
  color: inherit;
  text-decoration: none;
}
.col-grid a:hover {
  color: inherit;
}
@media (max-width: 1199px) {
  .col-grid {
    padding: 80px 0 !important;
  }
}
@media (max-width: 991px) {
  .col-grid {
    padding: 60px 0 20px !important;
  }
  .col-grid.format-two {
    text-align: center;
  }
  .col-grid .col {
    display: block;
    margin: 0 auto 40px;
    max-width: 320px;
    width: auto;
  }
}

.form-wrapper {
  background-color: #f0f3f6;
  padding: 59px 0 94px;
}
.form-wrapper .icon {
  display: block;
  margin: 30px auto;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.form-wrapper h2 {
  text-align: center;
  font-weight: 300;
  font-family: "museo-slab", serif;
  letter-spacing: 0.04em;
  margin-bottom: 3.44em;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .form-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .form-wrapper {
    padding-bottom: 20px;
  }
  .form-wrapper h2 {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .form-wrapper .icon {
    margin-top: 0;
  }
}

/*
Custom Forms
 */
div.wpcf7 {
  max-width: 745px;
  margin: 0 auto;
}

form {
  display: block;
  /*text-align: center;*/
  margin: 0 -15px;
}
form .cf:after {
  content: '';
  display: table;
  clear: both;
}
form .col {
  padding: 0 15px;
  float: left;
  width: 50%;
  text-align: left;
}
form p {
  margin: 0;
}
form br {
  display: none;
}
form input:not([type="submit"]):not([type="checkbox"]), form textarea, form .jcf-select {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-appearance: none;
  border: 2px solid #fff;
  background-color: #f0f3f6;
  outline: none;
  margin-bottom: 20px;
  height: 44px;
  padding: 0 17px;
}
form input:not([type="submit"]):focus, form textarea:focus, form .jcf-select:focus {
  border-color: #000 !important;
}
form input:not([type="submit"]):not([type="checkbox"]) {
  padding-top: 3px;
}
form .wpcf7-not-valid {
  border-color: #f00 !important;
}
form textarea {
  height: 175px;
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
form input[type="submit"] {
  background-color: #f0f3f6;
  margin: 48px 0;
  padding: 13px 20px 9px;
  font-size: 16px;
}
form ::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
form :-moz-placeholder {
  opacity: 1;
  color: #000;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #000;
}
form :-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
form .jcf-select {
  cursor: pointer;
}
form .jcf-select.jcf-focus {
  border-color: #000 !important;
}
form .jcf-select.jcf-drop-active {
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}
form .jcf-select.jcf-drop-active .jcf-select-opener {
  background-image: url("images/arrow.png");
}
form .jcf-select .jcf-select-text {
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding-right: 30px;
  padding-top: 7px;
  cursor: pointer;
}
form .jcf-select .jcf-select-opener {
  background-color: transparent;
  background-image: url("images/arrow-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
}
@media (max-width: 767px) {
  form .col {
    float: none;
    width: 100%;
  }
  form input[type="submit"] {
    margin: 20px 0;
  }
}

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.jcf-list {
  background-color: #f0f3f6;
  cursor: pointer;
}
.jcf-list .jcf-option {
  height: 44px;
  font-size: 16px;
  padding: 15px 17px 0;
  cursor: pointer;
}

div.wpcf7-response-output {
  margin: 0 auto;
  max-width: 745px;
  border-radius: 20px;
  padding: 9px 5px;
}

span.wpcf7-not-valid-tip {
  margin: -15px 0 20px;
  padding: 0 17px;
  font-size: 12px;
}

/*
CTA
 */
section.cta {
  background-color: #5c0fe3;
  text-align: center;
  color: #fff;
  padding: 158px 0 146px;
}
section.cta h2 {
  font-family: "museo-slab", serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 768px) {
  section.cta h2 {
    font-size: 32px;
  }
}
section.cta .std-btn, section.cta form input[type="submit"], form section.cta input[type="submit"], section.cta .pagination .next, .pagination section.cta .next, section.cta .pagination .prev, .pagination section.cta .prev {
  color: #fff;
}
section.cta .std-btn:hover, section.cta form input[type="submit"]:hover, form section.cta input[type="submit"]:hover, section.cta .pagination .next:hover, .pagination section.cta .next:hover, section.cta .pagination .prev:hover, .pagination section.cta .prev:hover {
  color: #fff;
}
section.cta.custom-cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.cta.custom-cta .std-btn, section.cta.custom-cta form input[type="submit"], form section.cta.custom-cta input[type="submit"], section.cta.custom-cta .pagination .next, .pagination section.cta.custom-cta .next, section.cta.custom-cta .pagination .prev, .pagination section.cta.custom-cta .prev {
  border-color: #fff;
  min-width: 250px;
}
section.cta.custom-cta.reverse-colors {
  color: #000;
}
section.cta.custom-cta.reverse-colors .std-btn, section.cta.custom-cta.reverse-colors form input[type="submit"], form section.cta.custom-cta.reverse-colors input[type="submit"], section.cta.custom-cta.reverse-colors .pagination .next, .pagination section.cta.custom-cta.reverse-colors .next, section.cta.custom-cta.reverse-colors .pagination .prev, .pagination section.cta.custom-cta.reverse-colors .prev {
  color: #000;
  border-color: #000;
}
@media (max-width: 1199px) {
  section.cta {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  section.cta {
    padding: 60px 0;
  }
}

.hero-has-bgc .hero {
  background-color: #f0f3f6;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table .std-btn, table form input[type="submit"], form table input[type="submit"], table .pagination .next, .pagination table .next, table .pagination .prev, .pagination table .prev {
  text-align: center;
  min-width: 1px;
  border-color: #000;
  font-family: "ingra", sans-serif;
  font-size: 15px;
}
table .btn-wrapper {
  text-align: right;
  padding-right: 0;
}
table th {
  text-align: left;
  padding-bottom: 25px;
}
table td {
  font-family: "museo-slab", serif;
  font-size: 23px;
  padding: 20px 15px 19px 0;
  letter-spacing: 0.02em;
}
table tbody tr:nth-of-type(odd) td:first-of-type {
  position: relative;
}
table tbody tr:nth-of-type(odd) td:first-of-type:before {
  content: '';
  display: block;
  background-color: #f0f3f6;
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: -1;
  height: 100%;
  width: 200vw;
}
@media (max-width: 1199px) {
  table td {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  table td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  table {
    overflow-x: auto;
    display: block;
  }
  table td:before {
    content: none !important;
  }
}

.browser-ie table .std-btn, .browser-ie table form input[type="submit"], form .browser-ie table input[type="submit"], .browser-ie table .pagination .next, .pagination .browser-ie table .next, .browser-ie table .pagination .prev, .pagination .browser-ie table .prev {
  position: relative;
  top: -4px;
}

.table-wrapper {
  padding: 85px 0 61px;
  overflow: hidden;
}

.visuals article {
  background-color: #f0f3f6;
  min-height: 49.35vw;
  padding: 10.2% 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center right;
  position: relative;
}
/*.visuals article .container {
  z-index: 10;
  position: relative;
}*/
.visuals article:nth-of-type(even) {
  background-position: 90% center;
}
.visuals article:nth-of-type(even) .text {
  float: right;
}
.visuals article.no-bg {
  min-height: 1px;
  padding: 50px 0;
}
.visuals article.no-bg .text {
  float: none;
  max-width: 100%;
}
.visuals article.reverse-colors {
  color: #fff;
}
@media (max-width: 767px) {
  /*.visuals article.reverse-colors {
    color: #000;
  }*/
  .visuals article.reverse-colors .text > .icon {
    display: none;
  }
}
.visuals article.cover-bg {
  background-size: cover;
  overflow: hidden;
}
.visuals .text {
  float: left;
  max-width: 380px;
  position: relative;
  z-index: 1;
}
.visuals .text.off {
  position: static;
}

.visuals .container:after {
  content: '';
  display: table;
  clear: both;
}
.visuals img {
  display: none;
}
.visuals .icon {
  display: block;
  width: 65px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-bottom: 10px;
}
.visuals h2 {
  font-family: "museo-slab", serif;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.visuals p {
  font-size: 17px;
  letter-spacing: 0.025em;
}
.visuals ul {
  padding: 0 0 0 15px;
}
.visuals ul li {
  margin-bottom: 10px;
}
.visuals .lightbox-trigger {
  margin: 5px 0 15px;
  display: inline-block;
}
.visuals .lightbox-trigger .icon {
  position: static;
  opacity: 1;
}
@media (max-width: 991px) {
  .visuals article {
    background-size: 40% auto;
    min-height: 1px;
  }
}
@media (max-width: 767px) {
  .visuals article {
    padding: 20px 0 !important;
    /*background-image: none !important;*/
  }
  .visuals img {
    display: none;
    margin: 0 auto;
  }
  .visuals .text {
    float: none !important;
  }
}

.grid-std {
  background-color: #f0f3f6;
  padding: 60px 0 8px;
}
.grid-std ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.grid-std ul:after {
  content: '';
  display: table;
  clear: both;
}
.grid-std li {
  float: left;
  width: 33.33%;
  padding: 0 13px 86px;
}
.grid-std h4 {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.grid-std img {
  margin-bottom: 25px;
}
.grid-std h3 {
  font-weight: normal;
  font-family: "museo-slab", serif;
  font-size: 24px;
  margin-bottom: 11px;
  opacity: 0.9;
}
.grid-std p {
  font-size: 18px;
  line-height: 1.35em;
  padding-right: 15px;
  opacity: 0.9;
}
.grid-std h2 {
  font-family: "museo-slab", serif;
  font-weight: normal;
  text-align: center;
  opacity: 0.9;
  font-size: 32px;
  margin-bottom: 2.25em;
}
@media (max-width: 991px) {
  .grid-std li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-std li {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
}

.hero + .grid-std {
  padding-top: 0;
}

.grid-std + .grid-std {
  background-color: transparent;
}

.entry {
  max-width: 745px;
  margin: 0 auto;
  padding: 60px 0 72px;
}
.entry h1 {
  font-family: "museo-slab", serif;
  font-weight: normal;
  margin-bottom: 0.95em;
}
.entry h2, .entry h3 {
  font-weight: 300;
  opacity: 0.9;
  font-size: 21px;
  line-height: 1.55em;
  letter-spacing: -0.001em;
  margin-bottom: 0.4em;
}
.entry h3, .entry h4, .entry h5, .entry h6 {
  font-family: "museo-slab", serif;
  margin-top: 1.35em;
  margin-bottom: 0.3em;
}
.entry h4, .entry h5, .entry h6 {
  font-size: 18px;
}
.entry p, .entry ul, .entry ol {
  font-size: 18px;
  line-height: 1.35em;
  letter-spacing: 0.005em;
  margin-bottom: 0.65em;
}
.entry ul {
  list-style: none;
}
.entry ul li {
  position: relative;
}
.entry ul li:before {
  display: block;
  content: '';
  line-height: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: -1px;
  top: 10px;
}
.entry ul, .entry ol {
  padding: 0;
  list-style-position: inside;
}
.entry ul li, .entry ol li {
  padding: 0 0 12px 8px;
}
.entry ul li:last-of-type, .entry ol li:last-of-type {
  padding-bottom: 0;
}

.page .entry .meta {
  margin: 3.2em 0 4.7em;
}
.page .entry h1 {
  margin-bottom: 0.2em;
}

.c2-bg {
  background-color: #f0f3f6;
}

.c2-bg + .form-wrapper {
  background-color: #fff;
  padding: 71px 0 84px;
}
.c2-bg + .form-wrapper form input:not([type="submit"]), .c2-bg + .form-wrapper form textarea, .c2-bg + .form-wrapper form .jcf-select {
  border-color: #f0f3f6;
  background-color: #fff;
}
.c2-bg + .form-wrapper form [type="submit"] {
  background-color: #fff;
}

.meta {
  display: block;
  margin: 3.2em 0 0.25em;
}
.meta .cat {
  font-weight: bold;
}

.pfp-title {
  font-family: "museo-slab", serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.33em;
  font-size: 43px;
  padding-top: 2.1em;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .pfp-title {
    font-size: 28px;
  }
}

.pfp-title + .horizontal-list {
  padding-top: 0;
}

.horizontal-list {
  list-style: none;
  padding: 90px 0 0;
  margin: 0 0 16px;
  text-align: center;
  font-size: 0;
}
.horizontal-list:after {
  content: '';
  display: table;
  clear: both;
}
.horizontal-list li {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
}
.horizontal-list li.active a {
  color: #00c3b9;
}
.horizontal-list a {
  text-decoration: none;
}
.horizontal-list a:hover {
  color: #00c3b9;
}
@media (max-width: 767px) {
  .horizontal-list li {
    display: block;
  }
  .horizontal-list li + li {
    padding-top: 10px;
  }
}

.pfp-listing {
  padding-bottom: 41px;
}
.pfp-listing .meta {
  margin-top: 0;
  margin-bottom: 0.55em;
  display: inline-block;
  min-height: 15px;
}
.pfp-listing h3 {
  line-height: 1.3em;
  margin-bottom: 0.85em;
}
.pfp-listing li {
  padding-bottom: 77px;
}

.ico-btn {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 47px;
  display: inline-block;
  position: relative;
}
.ico-btn:before, .ico-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease-in-out;
}
.ico-btn:before {
  background-size: contain;
  background-image: url("images/circle.png");
}
.ico-btn:after {
  background-size: 15px;
  background-image: url("images/plus.png");
}
.ico-btn:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination {
  height: 216px;
  position: relative;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  text-align: center;
}
.pagination .next, .pagination .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  border-color: #000;
}
.pagination .next {
  right: 0;
}
.pagination .prev {
  left: 0;
}
.pagination .current, .pagination .page-numbers:not(.prev):not(.next) {
  height: 32px;
  width: 32px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding-top: 6px;
}
.pagination .current {
  background-image: url("images/circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  .pagination .next, .pagination .prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 50%;
    top: auto;
    width: 100%;
    max-width: 300px;
  }
  .pagination .next {
    top: calc(100% + 25px);
  }
  .pagination .prev {
    bottom: calc(100% + 25px);
  }
}

.lightbox-trigger {
  display: block;
  position: relative;
  cursor: default;
}
.lightbox-trigger.active {
  cursor: pointer;
}
.lightbox-trigger .icon {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #00c3b9;
  border-radius: 50%;
  opacity: 0.7;
  background-image: url("images/play-ico.svg");
  background-repeat: no-repeat;
  background-position: center left 18px;
  background-size: 18px;
  transition: all 300ms;
}
.lightbox-trigger:hover .icon {
  /*-webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);*/
          opacity: 1;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.lightbox .close {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.lightbox .close:before, .lightbox .close:after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightbox .close:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.lightbox .close:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.lightbox .center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 800px;
}
.lightbox video {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lightbox .center-wrapper {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .lightbox .center-wrapper {
    width: 280px;
  }
}

.lightbox.yt .center-wrapper {
  padding-bottom: 33.5%;
  height: 0;
  overflow: hidden;
}
.lightbox.yt .center-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .lightbox.yt .center-wrapper {
    padding-bottom: 44%;
  }
}
@media (max-width: 991px) {
  .lightbox.yt .center-wrapper {
    padding-bottom: 50%;
  }
}

.cp-listing {
  padding-top: 70px !important;
  padding-bottom: 0;
  background-color: #fff;
}
.cp-listing h2 {
  margin-bottom: 1.4em;
}

.rp-listing {
  padding: 115px 0;
}
.rp-listing .container {
  max-width: 780px;
}
.rp-listing li {
  width: 50%;
}
.rp-listing h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5em;
  font-family: "ingra", sans-serif;
}
@media (max-width: 991px) {
  .rp-listing {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .rp-listing {
    padding-bottom: 30px;
  }
  .rp-listing li {
    width: 100%;
  }
}

.rp-listing + .logo-grid {
  padding-top: 50px;
}

.articles .custom-article {
  background-color: #E2E5ED;
  height: auto;
}
.articles .custom-article .main-text {
  max-width: 775px;
  padding-bottom: 80px;
}
.articles .custom-article h4 {
  font-weight: bold;
  text-align: center;
}
.articles .custom-article p {
  font-size: 20px;
  text-align: center;
}

.visuals + .articles {
  background-color: #E2E5ED;
}

.s-circles {
  padding-bottom: 50px;
  text-align: center;
}
.s-circles .s-circles-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  max-width: 450px;
}
.s-circles .s-circles-container li {
  display: block;
  float: left;
  position: relative;
  margin: 10px;
  cursor: default;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.s-circles .s-circles-container li .inner-circle {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 2px solid #00c3b9;
  background-color: #E2E5ED;
}
.s-circles .s-circles-container li .inner-circle span {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.s-circles .s-circles-container li.color-circle {
  border-color: #5c0fe3;
}
.s-circles .s-circles-container li:hover .inner-circle {
  visibility: visible;
  opacity: 1;
  width: 320%;
  height: 320%;
}

.arrows {
  padding: 0;
  margin: 0;
  list-style: none;
}
.arrows li {
  position: relative;
  margin-bottom: 45px;
}
.arrows li:before {
  content: '';
  display: block;
  width: 640px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("images/large-arrow.png");
}
.arrows li h4, .arrows li p {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .arrows li:before {
    width: 300px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .arrows li:before {
    width: 280px;
    height: 100px;
  }
}

.circles {
  padding: 0 0 150px;
  margin: 0;
  list-style: none;
}
.circles:after {
  content: '';
  display: table;
  clear: both;
}
.circles .text {
  display: block;
  text-align: center;
  font-size: 20px;
}
.circles li {
  float: left;
  width: 16.66%;
  padding-top: 16.66%;
  position: relative;
}
.circles li > .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 50px);
}
.circles .hidden {
  opacity: 0;
  transition: opacity 300ms;
}
.circles .hidden svg {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(195deg);
          transform: translate3d(-50%, -50%, 0) rotate(195deg);
}
.circles .hidden .text {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: calc(100% - 15px);
  visibility: hidden;
  font-weight: 100;
}
.circles .hidden .count {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-weight: 700;
  font-size: 14px;
  visibility: hidden;
}
.circles svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(150deg);
          transform: translate3d(-50%, -50%, 0) rotate(150deg);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  transition: opacity 300ms;
}
.circles li:hover > svg {
  opacity: 0;
}
.circles li:hover .hidden {
  opacity: 1;
}
.circles li:hover .hidden .text, .circles li:hover .hidden .count {
  visibility: visible;
}
@media (max-width: 1199px) {
  .circles .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .circles {
    padding: 75px 0 50px;
  }
  .circles .text {
    font-size: 20px;
  }
  .circles .hidden .text {
    display: none;
  }
  .circles li {
    width: 33.33%;
    padding-top: 33.33%;
  }
}
@media (max-width: 767px) {
  .circles {
    padding: 50px 0 30px;
  }
  .circles li {
    padding-top: 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    float: none;
  }
}

.dc-form h2 {
  margin-bottom: 1em;
}

.articles + .dc-form {
  background-color: #fff;
}
.articles + .dc-form input:not([type="submit"]), .articles + .dc-form textarea, .articles + .dc-form .jcf-select {
  background-color: #fff;
  border-color: #f0f3f6;
}
.articles + .dc-form [type="submit"] {
  background-color: #fff;
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
.rt-visuals article {
  position: relative;
  min-height: 733px;
}
.rt-visuals article:nth-of-type(even) .relative-wrapper {
  right: auto;
  left: 0;
}
.rt-visuals article:nth-of-type(even) .relative-wrapper img {
  right: auto;
  left: 30px;
}
.rt-visuals .relative-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 855px;
  height: 100%;
}
.rt-visuals .relative-wrapper img {
  display: block;
  width: auto;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rt-visuals article:not(.pulse) .relative-wrapper img {
  max-width: 67%;
}
.rt-visuals article.pulse .relative-wrapper img {
  right: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.rt-visuals article.pulse .relative-wrapper .svg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-58%, -49%, 0);
          transform: translate3d(-58%, -49%, 0);
}
.rt-visuals article.pulse .relative-wrapper svg {
  width: 500px;
  height: 500px;
  -webkit-animation: ping 2s ease-out infinite both;
  animation: ping 2s ease-out infinite both;
}

.v-module-wrapper {
  position: absolute;
  /*top: 17%;
  left: 8.5%;*/
  
  top: -18%;
  right: 35%;
}
@media screen and (min-width: 1400px) {
  .v-module-wrapper {
    right: 30%;
  }
}
.v-module-wrapper svg {
  width: 400px;
  height: 400px;
  -webkit-transform: rotate(203deg);
      -ms-transform: rotate(203deg);
          transform: rotate(203deg);
}
.v-module-wrapper .count-wrapper {
  display: block;
  position: absolute;
  left: -25px;
  top: 103px;
  color: #5c0fe3;
  font-family: "museo-slab", serif;
  font-size: 110px;
  opacity: 0;
  font-weight: 100;
  transition: opacity 300ms;
}
.v-module-wrapper .count-wrapper.active {
  opacity: 1;
}
.v-module-wrapper .count-wrapper .unit {
  font-size: 0.6em;
}
.v-module-wrapper .text {
  display: block;
  position: absolute;
  top: 246px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  text-align: center;
  width: calc(100% - 95px);
  font-family: "museo-slab", serif;
  font-size: 20px;
  line-height: 1.6em;
}
.v-module-wrapper.reverse-ticker svg {
  width: 350px;
  height: 350px;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
.v-module-wrapper.reverse-ticker .count-wrapper {
  top: 50px;
  left: 50%;
  -webkit-transform: translate3d(-48%, 0, 0);
          transform: translate3d(-48%, 0, 0);
}
.v-module-wrapper.reverse-ticker .text {
  top: 198px;
}
.v-module-wrapper.short-number .count-wrapper {
  left: 50% !important;
  -webkit-transform: translate3d(-50%, 0, 0) !important;
          transform: translate3d(-50%, 0, 0) !important;
}
@media (min-width: 1200px) {
  .v-module-wrapper.short-number .count-wrapper {
    font-size: 150px;
    top: 63px;
  }
}
.v-module-wrapper.short-number .text {
  max-width: 50%;
}

@media (max-width: 1400px) {
  .rt-visuals .relative-wrapper {
    width: 750px;
  }
  .rt-visuals article:not(.pulse) .relative-wrapper img {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .rt-visuals article {
    min-height: 600px;
  }
  .rt-visuals .relative-wrapper {
    width: 700px;
  }
  .rt-visuals article:not(.pulse) .relative-wrapper img {
    max-width: 55%;
  }

  /*.v-module-wrapper {
    top: 23%;
    left: 12%;
  }*/
  .v-module-wrapper svg {
    width: 300px !important;
    height: 300px !important;
  }
  .v-module-wrapper .count-wrapper {
    left: -20px;
    top: 78px;
    font-size: 80px;
  }
  .v-module-wrapper .text {
    font-size: 16px;
    top: 185px;
  }
  .v-module-wrapper.reverse-ticker svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .v-module-wrapper.reverse-ticker .text {
    top: 160px;
  }
}
@media (max-width: 1090px) {
  .rt-visuals .relative-wrapper {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .rt-visuals article {
    padding: 50px 0 0;
  }
  .rt-visuals .text {
    max-width: 100%;
    float: none;
  }
  .rt-visuals .relative-wrapper {
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 550px;
  }
  .rt-visuals article.pulse .relative-wrapper .svg-wrapper {
    -webkit-transform: translate3d(-58%, -67%, 0);
            transform: translate3d(-58%, -67%, 0);
  }
}
@media (max-width: 767px) {
  .rt-visuals article {
    padding-top: 30px !important;
  }
  .rt-visuals .relative-wrapper {
    margin: 0 auto 15px;
    width: 280px;
    height: 250px;
  }
  .rt-visuals article:not(.pulse) .relative-wrapper img {
    display: none;
  }
  .rt-visuals article:not(.pulse) .relative-wrapper svg {
    width: 260px !important;
    height: 260px !important;
  }
  .rt-visuals article:not(.pulse) .v-module-wrapper {
    position: static;
  }
  .rt-visuals article.pulse .relative-wrapper svg {
    width: 300px;
    height: 300px;
  }
  .rt-visuals .v-module-wrapper {
    text-align: center;
  }
  .rt-visuals .v-module-wrapper .count-wrapper {
    left: 0;
    top: 70px;
    font-size: 60px;
  }
  .rt-visuals .v-module-wrapper .text {
    font-size: 14px;
    top: 155px;
  }
  .rt-visuals .v-module-wrapper.reverse-ticker .count-wrapper {
    top: 60px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .rt-visuals .v-module-wrapper.reverse-ticker .text {
    top: 145px;
  }
}
.tcg {
  text-align: center;
  padding-bottom: 20px;
}
.tcg:after {
  content: '';
  display: table;
  clear: both;
}
.tcg .column {
  float: left;
}
.tcg .column.shuffled_circles {
  width: 45%;
}
.tcg .column.regular_circles {
  width: 35%;
}
.tcg .column.arrow {
  width: 20%;
}

.three-col-grid-wrapper .tcg-circle {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 3px;
}
.three-col-grid-wrapper .tcg-circle .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: calc(100% - 20px);
  font-size: 18px;
  line-height: 20px;
}
.three-col-grid-wrapper .tcg-circle svg {
  width: 100%;
  height: 100%;
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle {
  float: left;
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle:nth-of-type(even) {
  margin-top: 50px;
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle:nth-of-type(even) svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle:nth-of-type(even) svg path {
  stroke: #D2D3DF;
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle:nth-of-type(5) {
  margin-left: 50px;
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle:nth-of-type(odd) svg {
  -webkit-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
.three-col-grid-wrapper .shuffled_circles .tcg-circle:nth-of-type(odd) svg path {
  stroke: #fff;
}
.three-col-grid-wrapper .regular_circles {
  padding: 120px 0;
}
.three-col-grid-wrapper .regular_circles .tcg-circle {
  float: right;
  margin: 10px 10px 15px;
}
.three-col-grid-wrapper .regular_circles .tcg-circle svg {
  -webkit-transform: rotate(-75deg);
      -ms-transform: rotate(-75deg);
          transform: rotate(-75deg);
}
.three-col-grid-wrapper .arrow {
  padding: 120px 0;
}
.three-col-grid-wrapper .arrow .tcg-arrow {
  position: relative;
  height: 250px;
}
.three-col-grid-wrapper .arrow .tcg-arrow .text {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-family: "museo-slab", serif;
  font-size: 27px;
  max-width: 50%;
}
.three-col-grid-wrapper .arrow .tcg-arrow:after {
  content: '';
  display: block;
  width: 250px;
  height: 120px;
  background-image: url("images/large-arrow-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
          transform: translate3d(0, -50%, 0) rotate(-90deg);
}

.tcg-columns-headings .column {
  width: 33.33%;
  padding: 0 15px;
}
.tcg-columns-headings h4 {
  font-weight: normal !important;
  font-family: "museo-slab", serif;
  text-transform: none !important;
  font-size: 24px !important;
  margin-bottom: 5px !important;
}
.tcg-columns-headings h5 {
  font-weight: normal;
}

@media (max-width: 1199px) {
  .three-col-grid-wrapper .tcg-circle {
    width: 80px;
    height: 80px;
  }
  .three-col-grid-wrapper .tcg-circle .text {
    font-size: 14px;
    max-width: calc(100% - 10px);
  }
  .three-col-grid-wrapper .arrow .tcg-arrow .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .three-col-grid-wrapper .tcg-circle {
    margin: 10px 10px 15px !important;
  }
  .three-col-grid-wrapper .arrow, .three-col-grid-wrapper .regular_circles {
    padding: 90px 0;
  }
  .three-col-grid-wrapper .arrow .tcg-arrow:after {
    width: 100px;
    height: 50px;
    right: -30px;
  }
  .three-col-grid-wrapper .arrow .tcg-arrow .text {
    font-size: 18px;
    left: 20px;
  }

  .tcg-columns-headings h4 {
    font-size: 20px !important;
  }
  .tcg-columns-headings h5 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .tcg .column {
    float: none;
    width: 100% !important;
  }

  .three-col-grid-wrapper .tcg-circle {
    float: none !important;
    margin: 10px auto !important;
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  .three-col-grid-wrapper .arrow, .three-col-grid-wrapper .regular_circles {
    padding: 10px 0 0;
  }
  .three-col-grid-wrapper .arrow .tcg-arrow {
    height: auto;
    min-height: 100px;
    padding: 60px 0;
  }
  .three-col-grid-wrapper .arrow .tcg-arrow .text {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .three-col-grid-wrapper .arrow .tcg-arrow:after {
    right: 0;
  }

  .tcg-columns-headings {
    padding-top: 20px;
  }
  .tcg-columns-headings .column {
    padding-bottom: 20px;
  }
}
footer.main {
  background-color: #E2E5ED;
  padding: 68px 0 218px;
}
footer.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.main .menu:after {
  content: '';
  display: table;
  clear: both;
}
footer.main .menu > li {
  float: left;
  /*width: 16.66%;*/
  margin-right: 8%;
  padding-right: 15px;
}
/*footer.main .menu > li:nth-of-type(2) {
  width: 26%;
}*/
footer.main .menu a {
  text-decoration: none;
}
footer.main .menu > .menu-item-has-children > a {
  font-weight: 700;
}
footer.main .menu .sub-menu {
  padding: 7px 0;
}
footer.main .menu .sub-menu a {
  font-size: 18px;
}
@media (max-width: 1199px) {
  footer.main {
    padding: 68px 0;
  }
}
@media (max-width: 991px) {
  footer.main .menu > li {
    width: 20%;
  }
  footer.main .menu > li:nth-of-type(2) {
    width: 20%;
  }
}
@media (max-width: 767px) {
  footer.main {
    text-align: center;
  }
  footer.main .menu > li {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 25px;
  }
  footer.main .menu > li:nth-of-type(2) {
    width: 100%;
  }
}

.hero {
  background-position: center center;
  background-size: cover;
}

.h-100 {
  position: relative;
  min-height: calc(67.7vw - 26px);
  color: white;
}
.h-100:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.h-100 .std-btn {
  color: white;
}

.h-100 .fade-scroll.active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.hero .text {
  z-index: 9999;
}

.hero h2 {
  font-family: "museo-slab", serif;
  font-weight: normal;
  font-size: 32px;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  line-height: 1.3;
}

form p {
  font-size: 13px;
}
form p .wpcf7-form-control-wrap.checkbox .wpcf7-list-item {
  margin: 1.5em 0 0;
}

@media screen and (max-width: 991px) {
  .transit.page .rt-visuals .visual-module-0 .relative-wrapper,
  .rt-visuals article:nth-of-type(even) .relative-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
  .rt-visuals article:not(.pulse) .relative-wrapper img {
    max-width: 100%;
    position: static;
    margin-left: 0 !important;
    display: block;
  }
  .rt-visuals .relative-wrapper img {
    position: relative;
  }
  .rt-visuals .relative-wrapper {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .sfsi_plus_shortcode_container,
  .sfsi_plus_shortcode_container .sfsiplus_norm_row.sfsi_plus_wDiv {
    width: 100% !important;
    text-align: center !important;
  }
} 

@media screen and (min-width: 768px) and (max-width: 991px) {
  .transit.page .rt-visuals .visual-module-2 .relative-wrapper .v-module-wrapper, .service.page .rt-visuals .visual-module-2 .relative-wrapper .v-module-wrapper,
  .transit.page .rt-visuals .visual-module-0 .relative-wrapper .v-module-wrapper, .service.page .rt-visuals .visual-module-0 .relative-wrapper .v-module-wrapper {
      right: 0;
  }
}