@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800|Source+Sans+Pro:400,400i,600,700,900");
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider {
  width: 100%;
  padding-bottom: 98px;
  overflow: hidden;
}
#home-slider .slick-list {
  overflow: visible;
}
#home-slider::after {
  content: '';
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 654px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  width: 100%;
  padding: 5px 10px;
  text-align: left;
}
#home-slider .slider-caption .left-part {
  max-width: 557px;
  padding: 0;
  padding-top: 180px;
}
#home-slider .slider-caption .image-part {
  background-color: #fff;
  margin-top: 52px;
  padding: 10px;
  max-width: 518px;
  margin-left: auto;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
#home-slider .slider-caption .image {
  min-height: 624px;
  margin-left: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 498px;
}
#home-slider .slider-caption p, #home-slider .slider-caption h3, #home-slider .slider-caption h1 {
  color: #fff;
}
#home-slider .slider-caption h1, #home-slider .slider-caption h3 {
  font-family: "Source Sans Pro";
  margin-bottom: 23px;
  font-weight: 700;
  line-height: 1;
  font-size: 55px;
  letter-spacing: 1px;
}
#home-slider .slider-caption p {
  font-family: "Open Sans";
  font-weight: 400;
  max-width: 420px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 38px;
}
#home-slider .slider-caption a.cta-link {
  color: #3FBFB9;
  font-family: "Source Sans Pro";
  font-weight: 900;
  padding: 8px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid #3FBFB9;
}
#home-slider .slider-caption a.cta-link:hover {
  background-color: #3FBFB9;
  color: #fff;
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video,
#home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: auto;
    min-height: 510px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    min-height: 420px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1230px;
}

.columns, .column {
  min-height: 1px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #31C6BD;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 16px;
  margin-top: -8px;
  content: '+';
}

.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #6D6E71;
}

.accordion-item.is-active .accordion-title::before {
  content: '–';
}
.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #31C6BD;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #279d96;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #31C6BD;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #6D6E71;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 15px;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.select-groups,
.select-news-navigation {
  display: none;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.select-news-navigation {
  margin-top: 40px;
}

.gallery-careers-mobile {
  display: none;
}
.gallery-careers-mobile .image-mobile-wrapper {
  width: calc(50% - 10px);
  padding: 5px;
  float: left;
}
.gallery-careers-mobile .image-mobile-wrapper:after {
  display: block;
  content: '';
  clear: both;
}
.gallery-careers-mobile .image-mobile-wrapper .image-mobile {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: '';
  display: table;
  clear: both;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Inputs styling */
label {
  display: block;
  font-size: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #31C6BD;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all .3s ease-in-out;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #279d96;
}

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #6D6E71;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  /*basic heading styles*/
}

h2, .h2 {
  /*basic heading styles*/
}

h3, .h3 {
  /*basic heading styles*/
}

h4, .h4 {
  /*basic heading styles*/
}

h5, .h5 {
  /*basic heading styles*/
}

h6, .h6 {
  /*basic heading styles*/
}

p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #31C6BD;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #1d746f;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #31C6BD;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#home-slider .slick-slide, .bg-cover, .hero-image, .hero-image__right, .prev-next-popup li, .chief_page--expertise--image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding-top: 22px;
  height: 102px;
}

.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* home page */
#home-slider {
  position: relative;
}
#home-slider:after {
  content: '';
  position: absolute;
  display: block;
  width: 535px;
  height: 450px;
  background-image: url("../images/home-hero-after.png");
}
#home-slider .slick-dots {
  bottom: 189px;
  width: auto;
  left: calc((100% - 1200px) / 2 - 5px);
}
#home-slider .slick-dots li.slick-active button:before {
  background-color: #31C6BD;
}
#home-slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
#home-slider .slick-dots li button:hover:before, #home-slider .slick-dots li button:focus:before {
  border: 1px solid #31C6BD;
}

.hero-video {
  margin-top: -166px;
  position: relative;
  z-index: 2;
}
.hero-video .lightbox-wrapper {
  width: 100%;
  position: relative;
  left: 27px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  max-width: 573px;
  min-height: 137px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
}
.hero-video a {
  float: left;
}
.hero-video .image {
  width: 150px;
  height: 116px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.hero-video .image:after {
  content: '';
  width: 38px;
  height: 38px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../images/play-lightbox.png");
}
.hero-video .content {
  color: #fff;
  width: calc(100% - 150px);
  min-height: 116px;
  float: left;
  padding: 30px 58px;
  padding-bottom: 22px;
  background-color: #7A246D;
}
.hero-video h2 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2;
}
.hero-video p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.fancybox-slide {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 70px 60px;
  background-color: #fff;
  max-width: 1080px;
  max-height: 698px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fancybox-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
  background-color: #EAEAEA;
}
.fancybox-slide .fancybox-content {
  margin-bottom: 0;
  height: 100% !important;
}

.fancybox-toolbar {
  right: calc((100vw - 1080px) / 2);
  top: calc((100vh - 700px) / 2);
}

.fancybox-button {
  background: transparent !important;
  height: 60px;
  padding: 32px;
  padding-left: 0;
  padding-bottom: 0;
  width: 60px;
}

.fancybox-button svg path {
  fill: #31C6BD;
}

.developed-novel {
  margin-top: 104px;
}
.developed-novel h2 {
  color: #7A246D;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 45px;
  line-height: 1.1;
  max-width: 530px;
  padding-left: 92px;
}
.developed-novel .content {
  padding-left: 6px;
  padding-top: 3px;
}
.developed-novel p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  color: #6D6E71;
  margin-bottom: 11px;
}
.developed-novel a.cta-link {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  float: left;
  margin-top: 11px;
  font-size: 18px;
  line-height: 1.4;
  color: #31C6BD;
  padding-right: 16px;
  position: relative;
}
.developed-novel a.cta-link:hover {
  padding-right: 30px;
}
.developed-novel a.cta-link:after {
  content: '';
  width: 6px;
  right: 0;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url("../images/link-arrow.png");
}

.find-out {
  margin-top: 115px;
}
.find-out h2 {
  text-align: center;
  color: #7A246D;
  font-weight: 400;
  font-size: 32px;
  font-family: "Source Sans Pro";
  margin-bottom: 109px;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.find-out h2:after {
  content: '';
  display: block;
  background-color: #F4F4F4;
  width: 806px;
  height: 221px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
}
.find-out .find-out-items {
  position: relative;
  z-index: 1;
}
.find-out .find-out-items:after {
  content: '';
  display: block;
  clear: both;
}
.find-out .find-out-item {
  background-color: #fff;
  margin: 0 10px;
  padding: 0 35px;
  width: calc(33.3333% - 20px);
  padding-bottom: 27px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.find-out .find-out-item:before {
  content: '';
  display: block;
  width: 380px;
  height: 86px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/find-out-element.png");
  background-position: center;
  max-width: 100%;
}
.find-out .find-out-item img {
  position: relative;
  margin-top: -81px;
  margin-bottom: 23px;
}
.find-out .find-out-item h4 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #6D6E71;
}
.find-out .find-out-item p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.7;
  color: #6D6E71;
}

.see-what {
  margin-top: 184px;
}
.see-what .row {
  max-width: 1238px;
}
.see-what h2 {
  color: #7A246D;
  font-size: 45px;
  margin-bottom: 17px;
  line-height: 1.15;
  font-family: "Source Sans Pro";
  font-weight: 900;
}
.see-what .content {
  position: relative;
}
.see-what .content:before {
  content: '';
  display: block;
  width: 100vw;
  position: absolute;
  left: -354px;
  z-index: -1;
  top: -72px;
  height: 686px;
  background-color: #F4F4F4;
}
.see-what .slide-content {
  right: -26px;
  width: 100%;
  max-width: 495px;
  min-height: 162px;
  background-color: #fff;
  padding: 10px;
  margin-left: auto;
  position: relative;
  margin-top: -153px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.see-what .slide-content .wrapper {
  background-color: #7A246D;
  padding: 32px 24px;
  padding-bottom: 43px;
  text-align: center;
  color: #fff;
}
.see-what .slide-content .wrapper h4 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.55;
}
.see-what .slide-content .wrapper p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  max-width: 400px;
  margin: 0 auto;
}
.see-what .slick-list {
  overflow: visible;
}
.see-what .slick-prev {
  top: auto;
  bottom: -15px;
  right: 268px;
  left: auto;
  width: 20px;
  height: 21px;
}
.see-what .slick-prev:before {
  content: '';
  display: block;
  width: 20px;
  height: 21px;
  background-image: url("../images/left.png");
}
.see-what .slick-next {
  top: auto;
  bottom: -15px;
  right: 155px;
  width: 20px;
  height: 21px;
}
.see-what .slick-next:before {
  content: '';
  display: block;
  width: 20px;
  height: 21px;
  background-image: url("../images/right.png");
}
.see-what .slick-prev:before,
.see-what .slick-next:before {
  color: #31C6BD;
}
.see-what .slick-dots {
  bottom: -32px;
  min-width: 184px;
  right: -90px;
  height: 45px;
  background-color: #fff;
}
.see-what .slick-dots li {
  margin-top: 17px;
}
.see-what .slick-dots li.slick-active button:before {
  background-color: #31C6BD;
  border: 2px solid #31C6BD;
}
.see-what .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #7A246D;
}
.see-what .slick-dots li button:hover:before, .see-what .slick-dots li button:focus:before {
  border: 2px solid #31C6BD;
  background-color: #31C6BD;
}
.see-what .img-wrapper {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  max-width: 577px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.see-what .img-wrapper .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.see-what .content {
  padding-left: 72px !important;
  padding-top: 49px;
}
.see-what .content h4 {
  font-family: "Open Sans";
  font-weight: 400;
  color: #6D6E71;
  font-size: 20px;
  line-height: 1.45;
}
.see-what .content h3 {
  color: #6D6E71;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.see-what .content p {
  font-size: 15px;
  line-height: 1.55;
  font-family: "Open Sans";
  color: #6D6E71;
}
.see-what .content hr {
  max-width: 53px;
  height: 0;
  margin: 35px 0;
}
.see-what a.cta-link {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  float: left;
  margin-top: 158px;
  font-size: 18px;
  line-height: 1.4;
  color: #31C6BD;
  padding-right: 16px;
  position: relative;
}
.see-what a.cta-link:hover {
  padding-right: 30px;
}
.see-what a.cta-link:after {
  content: '';
  width: 6px;
  right: 0;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url("../images/link-arrow.png");
}
.see-what .see-what-slide .image {
  width: 100%;
  max-width: 556px;
  min-height: 646px;
  position: relative;
}
.see-what .see-what-slide .image:after {
  content: '';
  position: absolute;
  display: block;
  width: 535px;
  height: 450px;
  top: -60px;
  left: -100px;
  z-index: -2;
  background-image: url(../images/home-hero-after.png);
}

.media-press {
  margin-top: 131px;
  margin-bottom: 64px;
}
.media-press:after {
  content: '';
  display: block;
  clear: both;
}
.media-press .row {
  padding: 0 5px;
}
.media-press .left-block {
  background-color: #F4F4F4;
  padding: 75px 38px !important;
  padding-bottom: 20px;
  min-height: 308px;
  padding-right: 51px;
  margin: 0 9px;
  width: calc(33.3333% - 18px);
}
.media-press .left-block:after {
  content: '';
  display: block;
  clear: both;
}
.media-press .left-block h2 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  color: #7A246D;
  font-size: 45px;
  margin-bottom: 30px;
  line-height: 1;
}
.media-press .cta-link {
  color: #3FBFB9;
  font-family: "Source Sans Pro";
  font-weight: 900;
  padding: 9px 23px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  line-height: 1.2;
  border: 2px solid #3FBFB9;
}
.media-press .cta-link:hover {
  background-color: #3FBFB9;
  color: #fff;
}
.media-press img {
  margin-bottom: 16px;
}
.media-press .post-block {
  background-color: #fff;
  margin: 0 10px;
  padding: 63px 42px !important;
  padding-bottom: 33px !important;
  width: calc(33.3333% - 20px);
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #31C6BD;
}
.media-press .post-block h2 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  color: #6D6E71;
  margin-left: 3px;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.media-press .post-block h3.term {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 16px;
  padding-bottom: 20px;
  color: #31C6BD;
  line-height: 1.3;
}
.media-press .post-block a {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  float: left;
  margin-top: 11px;
  font-size: 18px;
  line-height: 1.4;
  color: #31C6BD;
  padding-right: 16px;
  position: relative;
}
.media-press .post-block a:hover {
  padding-right: 30px;
}
.media-press .post-block a:after {
  content: '';
  width: 6px;
  right: 0;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url("../images/link-arrow.png");
}

/*

*/
.transforming-market {
  margin-top: 107px;
}
.transforming-market .left-section {
  padding-left: 78px;
}
.transforming-market h2 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  color: #7A246D;
  letter-spacing: 0.4px;
  font-size: 45px;
  margin-bottom: 18px;
  line-height: 1.1;
}
.transforming-market p {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 1.65;
  color: #6D6E71;
  font-weight: 400;
  max-width: 690px;
  letter-spacing: -1px;
}
.transforming-market .image-wrapper {
  width: 297px;
  height: 224px;
  margin-top: 8px;
  margin-left: 25px;
  background-color: #fff;
  padding: 7px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.transforming-market .image-wrapper:before {
  content: '';
  display: block;
  top: -47px;
  right: -60px;
  z-index: -1;
  width: 299px;
  height: 315px;
  position: absolute;
  background-color: #F4F4F4;
}
.transforming-market .image-wrapper .image {
  width: 100%;
  height: 100%;
}
.transforming-market .checkboxes {
  margin-top: 107px;
}
.transforming-market .checkboxes .left-content {
  padding-left: 77px;
}
.transforming-market .checkboxes .checkmark {
  position: relative;
  padding-left: 63px;
  margin-bottom: 60px;
}
.transforming-market .checkboxes .checkmark:before {
  content: '';
  display: block;
  width: 34px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 15px;
  background-image: url("../images/checkmark.png");
}
.transforming-market .checkboxes h3 {
  color: #6D6E71;
  font-family: "Source Sans Pro";
  font-size: 24px;
  margin-bottom: 9px;
  font-weight: 900;
}
.transforming-market .checkboxes p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #6D6E71;
}

.how-it-works-lightbox-wrapper {
  position: relative;
  margin-top: 172px;
}
.how-it-works-lightbox-wrapper:before {
  content: '';
  width: calc((100vw - -720px) / 2);
  height: 598px;
  display: block;
  top: -90px;
  position: absolute;
  left: calc((100vw - 716px) / 2);
  z-index: -1;
  background-image: url(../images/how-it-works-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.how-it-works-lightbox-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 200vw;
  height: 5px;
  z-index: 1;
  background-color: #31C6BD;
  bottom: 128px;
  right: -167vw;
}
.how-it-works-lightbox-wrapper h2 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  color: #7A246D;
  margin-bottom: 22px;
  font-size: 45px;
  line-height: 1.1;
}
.how-it-works-lightbox-wrapper h3 {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 1.45;
  color: #6D6E71;
  letter-spacing: -1px;
  max-width: 480px;
  font-weight: 400;
  margin-bottom: 18px;
}
.how-it-works-lightbox-wrapper p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.75;
  color: #6D6E71;
  font-weight: 400;
  max-width: 506px;
  letter-spacing: -0.8px;
}
.how-it-works-lightbox-wrapper .right-content {
  min-height: 412px;
  padding-left: 72px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how-it-works-lightbox-wrapper .video-wrapper {
  width: 577px;
  height: 569px;
  background-color: #fff;
  padding: 10px;
  margin-left: 5px;
  position: relative;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.how-it-works-lightbox-wrapper .video-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  top: 146px;
  right: -56px;
  z-index: -2;
  width: 535px;
  height: 450px;
  background-image: url(../images/home-hero-after.png);
}
.how-it-works-lightbox-wrapper .video-wrapper .video {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  position: relative;
}
.how-it-works-lightbox-wrapper .video-wrapper .video:after {
  content: '';
  display: block;
  width: 105px;
  height: 104px;
  position: absolute;
  background-image: url("../images/play-how-it-works.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.discover-section {
  margin-top: 70px;
}
.discover-section .left-content {
  position: relative;
  padding-left: 80px;
  padding-right: 0;
}
.discover-section .left-content:before {
  content: '';
  width: 200vw;
  height: 5px;
  background-color: #31C6BD;
  position: absolute;
  display: block;
  bottom: -75px;
  left: auto;
  right: 46.8%;
}
.discover-section h2 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  color: #7A246D;
  letter-spacing: 0.3px;
  font-size: 45px;
  line-height: 1.1;
}
.discover-section p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.75;
  color: #6D6E71;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.8px;
}
.discover-section .right-content {
  padding-left: 96px;
}

.molecules-section {
  margin-top: 219px;
}
.molecules-section .left-content {
  padding-left: 79px;
}

.molecules-nav-wrapper {
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  position: relative;
  left: 135px;
}

.molecules-navigation {
  padding: 62px 66px;
  padding-bottom: 43px;
  padding-right: 40px;
  background-color: #7A246D;
  color: #fff;
  position: relative;
}
.molecules-navigation:after {
  content: '';
  display: block;
  position: absolute;
  width: 535px;
  height: 450px;
  background-image: url(../images/home-hero-after.png);
  bottom: -115px;
  left: 53px;
  z-index: -1;
}
.molecules-navigation h4 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 24px;
  transition: 0.4s all;
  position: relative;
  margin-bottom: 26px;
  cursor: pointer;
}
.molecules-navigation h4:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  transition: 0.4s all;
  background-color: #31C6BD;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 12px;
}
.molecules-navigation h4:hover, .molecules-navigation h4:focus, .molecules-navigation h4.active {
  color: #31C6BD;
  padding-left: 30px;
}
.molecules-navigation h4:hover:before, .molecules-navigation h4:focus:before, .molecules-navigation h4.active:before {
  opacity: 1;
}

.molecules-slider {
  position: relative;
}
.molecules-slider:before {
  content: '';
  width: calc((100vw - 1230px ) / 2 + 940px);
  height: 737px;
  display: block;
  background-image: url("../images/molecules-slider-before.png");
  position: absolute;
  left: calc( (-100vw + 1090px) / 2);
  top: -70px;
}
.molecules-slider .inner-content {
  margin-top: 0;
}
.molecules-slider h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Source Sans Pro";
  font-weight: 900;
  margin-bottom: 40px;
}
.molecules-slider h2 {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #7A246D;
  font-family: "Source Sans Pro";
}
.molecules-slider p {
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 1.45;
}
.molecules-slider .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.molecules-slider .slick-prev {
  width: 13px;
  height: 27px;
  left: -65px;
  top: 46%;
}
.molecules-slider .slick-prev:before {
  content: '';
  display: block;
  width: 13px;
  transition: 0.4s all;
  height: 27px;
  background-image: url("../images/slider-left.png");
}
.molecules-slider .slick-prev:hover:before {
  background-image: url("../images/slider-left-hover.png");
}
.molecules-slider .slick-next {
  width: 13px;
  height: 27px;
  right: -90px;
  top: 46%;
}
.molecules-slider .slick-next:before {
  content: '';
  width: 13px;
  transition: 0.4s all;
  display: block;
  height: 27px;
  background-image: url("../images/slider-right.png");
}
.molecules-slider .slick-next:hover:before {
  background-image: url("../images/slider-right-hover.png");
}

.applications-testimonials {
  margin-top: 133px;
}
.applications-testimonials:after {
  content: '';
  clear: both;
  display: block;
}
.applications-testimonials .left-part {
  position: relative;
  z-index: 1;
}
.applications-testimonials .left-part:before {
  content: '';
  width: 135px;
  height: 136px;
  background-image: url("../images/testimonials-quote.png");
  position: absolute;
  z-index: 2;
  top: 114px;
  right: 40px;
}
.applications-testimonials .inner-content {
  position: relative;
  top: -26px;
}
.applications-testimonials .slick-dots {
  bottom: 0;
  margin-top: -106px;
  margin-bottom: 61px;
  width: 100%;
  left: -74px;
  position: relative;
  height: 45px;
}
.applications-testimonials .slick-dots li {
  margin-top: 17px;
}
.applications-testimonials .slick-dots li.slick-active button:before {
  background-color: #31C6BD;
  border: 1px solid #31C6BD;
}
.applications-testimonials .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #7A246D;
}
.applications-testimonials .slick-dots li button:hover:before {
  border: 1px solid #7A246D;
  background-color: #7A246D;
}
.applications-testimonials .left-part {
  padding-left: 12px;
}
.applications-testimonials .right-part {
  display: flex;
  padding-left: 12px;
  flex-direction: column;
  justify-content: center;
  margin-top: -1.5rem;
}
.applications-testimonials .right-part p {
  font-family: "Open Sans";
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 44px;
  letter-spacing: -0.51px;
  line-height: 1.6;
  color: #4F4F4F;
}
.applications-testimonials .right-part h4 {
  font-size: 18px;
  font-family: "Open Sans";
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.5;
}

.incube-section {
  margin-top: 100px;
}
.incube-section img {
  position: relative;
  top: -10px;
  right: -6px;
}
.incube-section .right-content {
  position: relative;
  top: -14px;
  left: -20px;
}
.incube-section .incube-link {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  color: #31C6BD;
  padding-right: 16px;
  position: relative;
}
.incube-section .incube-link:hover {
  padding-right: 30px;
}
.incube-section .incube-link:after {
  content: '';
  width: 6px;
  right: 0;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url("../images/link-arrow.png");
}

.our-network-section {
  margin-top: 144px;
  padding-top: 84px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.our-network-section:before {
  content: '';
  width: 100%;
  height: 510px;
  left: 0;
  z-index: -1;
  top: 0;
  position: absolute;
  display: block;
  background-color: #F4F4F4;
}
.our-network-section h2 {
  font-size: 45px;
  line-height: 1.1;
  color: #7A246D;
  margin-bottom: 18px;
  font-family: "Source Sans Pro";
}
.our-network-section p {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.8;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.our-network-section .network-tabs {
  margin: 0 15px;
  margin-top: 42px;
  background-color: #fff;
  padding: 80px 60px;
  padding-bottom: 68px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}
.our-network-section .network-tabs .navigation {
  padding-bottom: 63px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.our-network-section .network-tabs .navigation .nav {
  display: inline-block;
  cursor: pointer;
  margin: 0 15px;
}
.our-network-section .network-tabs .navigation .nav img {
  opacity: 0.25;
  max-height: 54px;
  transition: 0.4s all;
}
.our-network-section .network-tabs .navigation .nav:hover img, .our-network-section .network-tabs .navigation .nav.active img {
  opacity: 1;
}
.our-network-section .network-tabs .network-tabs-content .content {
  display: none;
}
.our-network-section .network-tabs .network-tabs-content .content.active {
  display: block;
}
.our-network-section .network-tabs .network-tabs-content .content .left-content {
  padding-left: 42px;
}
.our-network-section .network-tabs .network-tabs-content .content .right-image {
  position: relative;
}
.our-network-section .network-tabs .network-tabs-content .content h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #6D6E71;
  margin-bottom: 17px;
  font-weight: 700;
  font-family: "Source Sans Pro";
}
.our-network-section .network-tabs .network-tabs-content .content .left-link {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  float: left;
  margin-top: 47px;
  font-size: 18px;
  line-height: 1.4;
  color: #31C6BD;
  padding-right: 16px;
  position: relative;
}
.our-network-section .network-tabs .network-tabs-content .content .left-link:hover {
  padding-right: 30px;
}
.our-network-section .network-tabs .network-tabs-content .content .left-link:after {
  content: '';
  width: 6px;
  right: 0;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url("../images/link-arrow.png");
}
.our-network-section .network-tabs .network-tabs-content .right-image-wrapper {
  height: 360px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  top: 5px;
  right: -16px;
  max-width: 498px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.our-network-section .network-tabs .network-tabs-content .right-image-wrapper .right-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-template-our-network .media-press {
  margin-top: 111px;
  margin-bottom: 94px;
}

.see-what-control {
  margin: 0 !important;
  margin-left: 250px !important;
  margin-top: -73px !important;
  background-color: #fff;
  margin-top: -3rem !important;
  box-shadow: 0rem 0rem 2rem rgba(0,0,0,.2);
}

.lead-in {
  margin-top: 69px;
}
.lead-in h2 {
  font-size: 43px;
  line-height: 1.1;
  padding-left: 65px;
  color: #7A246D;
  letter-spacing: 0.7px;
  font-family: "Source Sans Pro";
}
.lead-in .right-content {
  position: relative;
  top: 6px;
  left: -20px;
}

.our-story-mission {
  margin-top: 131px;
}
.our-story-mission .large-5 {
  padding: 0;
}
.our-story-mission .left-image-wrapper {
  background-color: #fff;
  padding: 10px;
  min-height: 652px;
  position: relative;
  width: 100%;
  margin-left: auto;
  left: 46px;
  max-width: 496px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.our-story-mission .left-image-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 498px;
  height: 815px;
  left: -46px;
  top: -81px;
  background-color: #F4F4F4;
}
.our-story-mission .left-image-wrapper .left-image {
  min-height: 635px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-story-mission .right-content-wrapper {
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-story-mission .right-content-wrapper .right-wrapper {
  position: relative;
  top: -88px;
}
.our-story-mission h2 {
  font-size: 45px;
  line-height: 1.1;
  color: #7A246D;
  font-weight: 900;
  font-family: "Source Sans Pro";
}
.our-story-mission p {
  font-size: 28px;
  color: #7A246D;
  font-family: "Source Sans Pro";
  line-height: 1.5;
  font-style: italic;
  padding: 20px 0;
  margin-top: 40px;
  padding-left: 27px;
  position: relative;
}
.our-story-mission p:before {
  content: '';
  display: block;
  width: 5px;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #31C6BD;
}

.accomplishments__list ul li {
  float: left !important;
}

.our-story-why-do-it {
  margin-top: 95px;
}
.our-story-why-do-it .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-story-why-do-it .right-content {
  padding-right: 7px;
  max-width: 690px;
  float: right;
}
.our-story-why-do-it h2 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #7A246D;
  font-family: "Source Sans Pro";
}
.our-story-why-do-it h3 {
  font-family: "Open Sans";
  font-size: 20px;
  margin-bottom: 16px;
  color: #6D6E71;
  line-height: 1.5;
  font-weight: 400;
}
.our-story-why-do-it p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.7;
  color: #6D6E71;
}
.our-story-why-do-it .left-images,
.our-story-why-do-it .right-image-wrapper {
  width: calc(50% - 5px);
  float: left;
}
.our-story-why-do-it .left-images {
  margin-right: 10px;
}
.our-story-why-do-it .left-image-top-wrapper {
  margin-bottom: 10px;
}
.our-story-why-do-it .left-image-bottom-wrapper,
.our-story-why-do-it .left-image-top-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.our-story-why-do-it .left-image-top {
  width: 100%;
}
.our-story-why-do-it .left-image-top .left-img-top {
  padding-bottom: 100%;
}
.our-story-why-do-it .left-image-bottom {
  width: 100%;
}
.our-story-why-do-it .left-image-bottom .left-img-bottom {
  padding-bottom: 100%;
}
.our-story-why-do-it .right-image-wrapper {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.our-story-why-do-it .right-image-wrapper .right-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-story-network {
  margin-top: 119px;
}
.our-story-network h2 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #7A246D;
  font-family: "Source Sans Pro";
}
.our-story-network p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.85;
  color: #6D6E71;
  max-width: 670px;
  margin: 0 auto;
}
.our-story-network .logos {
  padding: 48px 0;
  padding-bottom: 60px;
}
.our-story-network .logo {
  display: inline-block;
}
.our-story-network .logo img {
  margin: 0 80px;
  max-width: 188px;
}
.our-story-network .our-network-link {
  color: #3FBFB9;
  font-family: "Source Sans Pro";
  font-weight: 900;
  padding: 9px 23px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid #3FBFB9;
}
.our-story-network .our-network-link:hover {
  background-color: #3FBFB9;
  color: #fff;
}

.page-template-template-our-story .media-press {
  margin-top: 135px;
  margin-bottom: 94px;
}

.news-list .navigation {
  list-style: none;
  text-align: center;
  margin: 0;
  margin-top: 41px;
  margin-bottom: 40px;
}
.news-list .navigation li {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 20px;
  color: #6D6E71;
  cursor: pointer;
  transition: 0.4s all;
  margin: 0 28px;
}
.news-list .navigation li.active, .news-list .navigation li:focus, .news-list .navigation li:hover {
  color: #31C6BD;
}
.news-list .news-wrapper {
  margin: 0 4px;
}
.news-list .news-wrapper .ajax-container {
  position: relative;
}
.news-list .news-wrapper .ajax-container:after {
  content: '';
  display: block;
  clear: both;
}
.news-list .news-wrapper .news-block {
  border-top: 5px solid #31C6BD;
  padding: 58px 40px;
  background-color: #fff;
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.news-list .news-wrapper .news-block .category-term, .news-list .news-wrapper .news-block img {
  margin-bottom: 24px;
}
.news-list .news-wrapper .news-block h2 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  color: #6D6E71;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.news-list .news-wrapper .news-block h3 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 16px;
  color: #31C6BD;
  line-height: 1.3;
}
.news-list .news-wrapper .news-block a {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  float: left;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #31C6BD;
  padding-right: 16px;
  position: relative;
}
.news-list .news-wrapper .news-block a:hover {
  padding-right: 30px;
}
.news-list .news-wrapper .news-block a:after {
  content: '';
  width: 6px;
  right: 0;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url("../images/link-arrow.png");
}

.load-more-news {
  clear: both;
  color: #3FBFB9;
  font-family: "Source Sans Pro";
  font-weight: 900;
  padding: 9px 23px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-align: center;
  max-width: 144px;
  cursor: pointer;
  transition: 0.4s all;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 100px;
  border: 2px solid #3FBFB9;
}
.load-more-news:hover {
  background-color: #3FBFB9;
  color: #fff;
}

.fancybox-custom-video {
  outline: none;
  display: inline-block;
}

.single .hero-image,
.page-template-default .hero-image {
  background-color: #ccc;
}
.single .hero-image .position-medium,
.page-template-default .hero-image .position-medium {
  width: 100%;
}

.gradient {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(120, 120, 120, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.hero-image {
  margin-bottom: 50px;
}
.hero-image .hero_content {
  position: relative;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px 15px;
  min-height: 285px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.hero-image .hero_content h1 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 55px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.05;
}
.hero-image .position-medium {
  width: 40%;
}
.hero-image__right {
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  right: 10px;
  width: 650px;
  max-width: 60%;
  height: 304px;
  border: 10px solid #fff;
}

.btn-group {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 0;
  padding-bottom: 39px;
  padding-top: 32px;
}
.btn-group li {
  display: inline-block;
}
.btn-group li button {
  background-color: transparent;
  color: #6D6E71;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  outline: none;
}
.btn-group li button.is-active {
  color: #31C6BD;
}
.btn-group li button:hover {
  color: #31C6BD;
}
.btn-group li + li {
  margin-left: 20px;
}

.team__top-section-info {
  padding-top: 65px;
  padding-bottom: 20px;
}
.team__top-section-info p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.68;
}
.team__top-section-info h2 {
  color: #7A246D;
  font-size: 45px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.team__single--image {
  background-position: 50% 5%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 10px 10px 75% 10px;
  background-color: #eee;
  margin-bottom: 10px;
}
.team__single--image h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}
.team__single--image h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.team__single--image:hover .team__single--hide-content, .team__single--image.hover .team__single--hide-content {
  opacity: 1;
}
.team__single--image:after {
  content: '';
  position: absolute;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(120, 120, 120, 0) 55%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.team__single--info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.team__single--hide-content {
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 15;
  background-color: #7a246d;
}
.team__single--hide-content a {
  font-style: italic;
  position: relative;
  padding-right: 20px;
  color: #31C6BD;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team__single--hide-content a:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  content: '';
  width: 6px;
  right: 10px;
  top: 8px;
  height: 11px;
  display: block;
  position: absolute;
  background-image: url(../images/arrow-popup.png);
}
.team__single--hide-content a:hover {
  color: #31C6BD;
}
.team__single--hide-content a:hover:after {
  right: 0;
}
.team__single-popup {
  position: absolute;
  background-color: #fff;
  max-width: 90%;
  width: 1079px;
  max-height: 90%;
  height: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 77px 67px;
}
.team__single-popup:after {
  content: '';
  position: absolute;
  background: #EAEAEA;
  top: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  z-index: -1;
}
.team__single-popup .close-popup {
  position: absolute;
  top: 42px;
  right: 37px;
  font-size: 0;
  background-image: url("../images/close-popup.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.team__single-popup .close-popup:hover {
  cursor: pointer;
  opacity: 0.8;
}
.team__single-popup--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  max-height: 100%;
}
.team__single-popup--inner h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
.team__single-popup--inner h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.team__single-popup--image {
  margin-right: 70px;
  flex: 0 0 390px;
  height: auto;
  max-width: 100%;
  margin-bottom: 60px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(71, 4, 65, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(71, 4, 65, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(71, 4, 65, 0.1);
  background-position: 50% 50%;
}
.team__single-popup--image-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 322px;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #7a246d;
  z-index: 5;
  border: 7px solid #fff;
  color: #fff;
  padding: 30px 10px;
  text-align: center;
}
.team__single-popup--image-info h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "Source Sans Pro", sans-serif;
}
.team__single-popup--image-info h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.team__single-popup--content {
  max-height: 525px;
  overflow-y: auto;
  padding-top: 15px;
}
.team__single-popup--content p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
}
.team__single-popup-container {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  padding: 30px 20px;
}

.grid-main-container {
  max-width: 1210px;
}
.grid-main-container .column {
  padding-left: 5px;
  padding-right: 5px;
}

.prev-next-popup {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 31px;
  right: 144px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0;
  line-height: 0;
}
.prev-next-popup:after {
  content: '';
  position: absolute;
  height: 5px;
  background-color: #31C6BD;
  top: calc(50% - 2.5px);
  left: 100%;
  width: 1500px;
}
.prev-next-popup li {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.prev-next-popup li + li {
  margin-left: 15px;
}
.prev-next-popup li:hover {
  opacity: 0.65;
  cursor: pointer;
}
.prev-next-popup .prev {
  background-image: url("../images/popup-prev.svg");
}
.prev-next-popup .next {
  background-image: url("../images/popup-next.svg");
}

.chief {
  padding-top: 93px;
  padding-bottom: 101px;
  overflow: hidden;
  max-width: 100%;
}
.chief__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-right: 25px;
}
.chief__content h2 {
  font-size: 45px;
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  color: #7A246D;
  margin-bottom: 15px;
}
.chief__content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.chief__content h5 {
  font-size: 18px;
  color: #7A7A7A;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.chief__images {
  text-align: right;
  vertical-align: top;
  position: relative;
}
.chief__images:before {
  background-color: #F4F4F4;
  width: 462px;
  height: 640px;
  display: block;
  z-index: -1;
  position: absolute;
  content: '';
  right: 127px;
  bottom: -90px;
}
.chief__images:after {
  background-image: url("../images/bg-element-3.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 395px;
  height: 395px;
  display: block;
  z-index: -2;
  position: absolute;
  content: '';
  right: -22px;
  bottom: -43px;
}
.chief__images img {
  border: 10px solid #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.chief__images .left-image {
  display: inline-block;
  width: 49%;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.chief__images .right-image {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
.chief .button.transparent {
  margin-top: 20px;
}

.button.transparent {
  border-radius: 20px;
  padding: 10px 29px;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #31C6BD;
  color: #31C6BD;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}
.button.transparent:hover {
  background-color: #31C6BD;
  color: #fff;
}

.testimonial-slider-2 {
  padding-top: 49px;
  padding-bottom: 38px;
}
.testimonial-slider-2 .slick-slider {
  padding-bottom: 63px;
}
.testimonial-slider-2 .slick-dots {
  bottom: 0;
  width: 184px;
  left: calc(50% - 92px);
  height: 45px;
  background-color: #fff;
}
.testimonial-slider-2 .slick-dots li {
  margin-top: 17px;
}
.testimonial-slider-2 .slick-dots li.slick-active button:before {
  background-color: #31C6BD;
  border: 2px solid #31C6BD;
}
.testimonial-slider-2 .slick-dots li.slick-active button:hover:before {
  background-color: #31C6BD;
  border: 2px solid #31C6BD;
}
.testimonial-slider-2 .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #7A246D;
}
.testimonial-slider-2 .slick-dots li button:hover:before {
  background-color: #31C6BD;
  border: 2px solid #31C6BD;
}
.testimonial-slider-2 .testimonial-team--slider {
  position: relative;
  padding: 100px 30px 80px;
}
.testimonial-slider-2 .testimonial-team--slider:before {
  content: '';
  width: 82px;
  height: 82px;
  background-image: url("../images/testimonials-quote.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(50% - 41px);
}
.testimonial-slider-2 .testimonial-team--slider p {
  line-height: 1.39;
  font-size: 36px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  color: #4F4F4F;
}
.testimonial-slider-2 .testimonial-team--slider h4 {
  font-weight: 400;
  font-size: 18px;
  color: #7A246D;
}

.main-container-style h2 {
  color: #7A246D;
  font-size: 45px;
  line-height: 1.12;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}
.main-container-style p {
  font-size: 18px;
  line-height: 1.75;
  color: #7A7A7A;
}

.chief_page--expertise {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  margin-top: 95px;
}
.chief_page--expertise:after {
  background-color: #F4F4F4;
  position: absolute;
  content: '';
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100% + 200px);
}
.chief_page--expertise--image {
  padding-bottom: 76%;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  border: 10px solid #fff;
}
.chief_page--expertise--image-container {
  position: relative;
  z-index: 5;
}
.chief_page--expertise--image-container:after {
  background-image: url("../images/bg-element-2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 395px;
  height: 395px;
  display: block;
  z-index: -1;
  position: absolute;
  content: '';
  left: -30px;
  top: -30px;
}
.chief_page--expertise--content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.chief_page--expertise--content p {
  word-spacing: -0.03em;
}
.chief_page--expertise--content h2 {
  margin-bottom: 28px;
}

.accomplishments {
  max-width: 1200px;
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  padding: 61px 57px;
  margin: 48px auto 56px;
}
.accomplishments .large-5 {
  padding-right: 21px;
}
.accomplishments__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.accomplishments__list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 0;
}
.accomplishments__list ul li {
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  line-height: 1.2;
  color: #6D6E71;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.accomplishments__list ul li:before {
  content: '';
  display: block;
  width: 34px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 5px;
  background-image: url(../images/checkmark.png);
}

.page-template-template-chief .media-press {
  margin-top: 32px;
}

.careers_images {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
.careers_images:after {
  z-index: -1;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 355px;
  content: '';
}

.gallery-careers {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.gallery-careers:after {
  background-image: url("../images/bg-element-2.png");
  background-repeat: repeat;
  background-position: 50% 50%;
  width: 580px;
  height: 400px;
  display: block;
  z-index: -1;
  position: absolute;
  content: '';
  left: calc(50% - 290px);
  top: -60px;
}
.gallery-careers img {
  border: 5px solid #fff;
  width: 33.33%;
}

.careers__tabs {
  background-color: #F4F4F4;
  padding-top: 56px;
  padding-bottom: 40px;
}
.careers__tabs-title {
  margin-bottom: 50px;
}
.careers__tabs .text-center .button.transparent {
  margin: 0 auto 10px;
  max-width: 140px;
}

.careers__tabs--single {
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}
.careers__tabs--single-title {
  padding: 17px 100px 15px 57px;
  position: relative;
  min-height: 104px;
}
.careers__tabs--single-title h4 {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #7A246D;
}
.careers__tabs--single-title h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6D6E71;
  margin-bottom: 0;
}
.careers__tabs--single-title .open-popup {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  transition: all .3s ease-in-out;
}
.careers__tabs--single-title .open-popup.open:after {
  transform: rotate(45deg);
}
.careers__tabs--single-title .open-popup:before {
  position: absolute;
  content: '';
  height: 60px;
  border-left: 2px solid #F4F4F4;
  top: calc(50% - 30px);
  left: 0;
  transition: all .3s ease-in-out;
}
.careers__tabs--single-title .open-popup:after {
  background: url("../images/tabs-open.png") no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  content: '';
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  transition: all .3s ease-in-out;
}
.careers__tabs--single-title .open-popup:hover {
  cursor: pointer;
  background-color: #31C6BD;
}
.careers__tabs--single-title .open-popup:hover:after {
  background: url("../images/tabs-open-hover.png") no-repeat 50% 50%;
}
.careers__tabs--single-title .open-popup:hover:before {
  border-color: #31C6BD;
}
.careers__tabs--single-content {
  display: none;
  padding: 25px 120px 40px 57px;
}
.careers__tabs--single-content .button.transparent {
  margin-top: 30px;
}
.careers__tabs--single-content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.careers__tabs--single-content h4, .careers__tabs--single-content h3, .careers__tabs--single-content h2, .careers__tabs--single-content h1 {
  font-family: "Source Sans Pro", sans-serif;
}
.careers__tabs--single-content h4 {
  font-size: 24px;
  margin-bottom: 4px;
}
.careers__tabs--single-content ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 33px;
}
.careers__tabs--single-content ul li {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 34px;
  line-height: 1.75;
}
.careers__tabs--single-content ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: #7A246D;
  top: 13px;
  left: 0;
}

#showLess {
  display: none;
}

.careers__tabs-main .careers__tabs--single {
  display: none;
}

.careers__bottom-content {
  padding-top: 78px;
  padding-bottom: 80px;
}
.careers__bottom-content .careers__bottom-content--title {
  margin-bottom: 40px;
  font-weight: 900;
}
.careers__bottom-content .row {
  max-width: 1200px;
}

.careers__bottom-difference {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.careers__bottom-difference h2 {
  color: #31C6BD;
  margin-bottom: 0;
}
.careers__bottom-difference h4 {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  color: #6D6E71;
  width: 100%;
}
.careers__bottom-difference-single {
  flex: 0 0 calc(33.33% - 10px);
  min-height: 221px;
  border-top: 5px solid #31C6BD;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.page-template-template-contact .hero-image__right {
  border-bottom-width: 90px;
}
.page-template-template-contact .media-press {
  margin-top: 97px;
  margin-bottom: 87px;
}
.page-template-template-contact .info {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.page-template-template-contact .info__left {
  padding: 15px 19px 10px 71px;
  flex: 0 0 45%;
}
.page-template-template-contact .info__right {
  padding: 15px 5px 10px;
  flex: 0 0 45%;
}
.page-template-template-contact .info p {
  font-size: 18px;
  font-weight: 400;
  color: #7A7A7A;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.page-template-template-contact .info a {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #7A7A7A;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.page-template-template-contact .info a.map_link {
  position: relative;
}
.page-template-template-contact .info a.map_link:after {
  position: absolute;
  top: 9px;
  right: calc(100% + 17px);
  content: '';
  width: 25px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url("../images/map.png");
}
.page-template-template-contact .info a:hover {
  color: #31C6BD;
}

.contact-page {
  padding-top: 70px;
  padding-bottom: 10px;
}
.contact-page .contact-page-left {
  padding-left: 6%;
  padding-right: 13.5%;
}
.contact-page .contact-page-left h2 {
  margin-bottom: 14px;
}
.contact-page .contact-page-right {
  padding-left: 5px;
  padding-top: 12px;
}
.contact-page .contact-page-right h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
}
.contact-page .contact-page-right a {
  display: table;
  color: #31C6BD;
  margin-bottom: 46px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.contact-page .contact-page-right a:last-child {
  margin-bottom: 0;
}
.contact-page .contact-page-right a:hover {
  color: #7A246D;
}

.our-story-why-do-it .right-content {
  position: relative;
}
.our-story-why-do-it .right-content:after {
  background-image: url(../images/bg-element-3.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 395px;
  height: 395px;
  display: block;
  z-index: -2;
  position: absolute;
  content: '';
  left: calc(100% - 200px);
  bottom: -43px;
}

.lead-in h2 {
  padding-left: 30px;
  padding-right: 35px;
}

@media only screen and (max-width: 1280px) {
  .chief_page--expertise {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accomplishments__list ul li {
    font-size: 20px;
  }

  .hero-image__right {
    width: 55%;
  }

  .page-template-template-contact .info__right {
    flex: 0 0 50%;
  }
  .page-template-template-contact .info__left {
    flex: 0 0 50%;
  }

  .team__single-popup--inner {
    max-height: 100%;
  }

  .team__single-popup--image {
    max-height: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .team__top-section-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-story-why-do-it {
    overflow: hidden;
  }

  .accomplishments__list ul li {
    vertical-align: top;
  }

  .top-bar .header-menu li.has-dropdown {
    margin-right: 5px;
  }

  .hero-image__right {
    top: 90px;
    max-width: 50%;
    height: 245px;
  }

  .chief__content {
    margin-bottom: 25px;
  }

  .chief_page--expertise--image {
    margin-right: 20px;
  }

  .team__single-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team__single-popup:after {
    display: none;
  }
  .team__single-popup--image {
    flex: 0 0 250px;
    margin-right: 20px;
    min-height: 200px;
    max-height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .team__single-popup--image-info {
    width: calc(100% - 28px);
    padding: 10px;
  }
  .team__single-popup--inner {
    max-height: 100%;
  }
  .team__single-popup--content {
    max-height: 100%;
  }

  .page-template-template-contact .hero-image__right {
    width: calc(100% - 20px);
    max-width: 750px;
    position: relative;
    top: auto;
    bottom: -70px;
    left: 10px;
  }

  .accomplishments {
    padding: 20px;
    max-width: calc(100% - 20px);
  }

  .media-press .left-block {
    padding: 40px 20px !important;
    min-height: 225px;
  }
  .media-press .left-block h2 {
    font-size: 36px;
  }
  .media-press .post-block {
    padding: 40px 20px !important;
    min-height: 225px;
  }
  .media-press .post-block h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .careers__bottom-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-page .contact-page-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-page .contact-page-right h3 {
    font-size: 20px;
  }
  .contact-page .contact-page-right a {
    margin-bottom: 25px;
  }
  .contact-page .contact-page-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-list .news-wrapper .news-block {
    padding: 25px 20px;
  }
  .news-list .news-wrapper .news-block h2 {
    font-size: 18px;
  }

  .our-story-why-do-it .left-image-top .left-img-top, .our-story-why-do-it .left-image-bottom .left-img-bottom {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media only screen and (max-width: 640px) {
  .media-press .post-block {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .media-press .left-block {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .lead-in h2 {
    padding-right: 10px;
  }

  .contact-page .contact-page-right a {
    font-size: 16px;
  }

  .careers_images {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .news-list .news-wrapper .news-block {
    width: calc(50% - 20px);
  }

  .careers__tabs--single-content {
    padding: 15px;
  }
  .careers__tabs--single-title {
    padding: 17px 55px 15px 15px;
  }
  .careers__tabs--single-title h5 {
    font-size: 16px;
  }
  .careers__tabs--single-title h4 {
    font-size: 18px;
  }
  .careers__tabs--single-title .open-popup {
    width: 50px;
  }

  .page-template-template-contact .info__left {
    padding: 15px 19px 10px 40px;
    flex: 0 0 45%;
  }
  .page-template-template-contact .info__right {
    flex: 0 0 55%;
  }

  .page-template-template-contact .info a.map_link:after {
    width: 20px;
    height: 29px;
    background-size: contain;
    top: 3px;
    right: calc(100% + 5px);
  }

  .careers__bottom-difference-single {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .page-template-template-contact .info a {
    font-size: 14px;
  }

  .media-press .row {
    padding: 0 10px;
  }

  .team__top-section-info, .chief {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accomplishments .large-5 {
    padding: 0;
  }

  .main-container-style h2 {
    font-size: 24px;
  }
  .main-container-style p {
    font-size: 16px;
  }

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

  .careers__tabs--single-content ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .accomplishments__list ul li {
    width: 100%;
  }

  .team__single-popup--image {
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
  }
  .team__single-popup--inner {
    display: block;
    overflow: auto;
  }

  .chief_page--expertise {
    padding-bottom: 0;
  }

  .chief_page--expertise--image {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .chief_page--expertise {
    padding-top: 60px;
    margin-top: 25px;
  }

  .hero-image .position-medium {
    width: 100%;
  }

  .hero-image__right {
    width: 100%;
    max-width: 455px;
    margin: 15px 0;
    position: static;
  }

  .hero-image .hero_content {
    display: block;
  }

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

  .testimonial-slider-2 .testimonial-team--slider p {
    font-size: 22px;
  }

  .hero-image .hero_content h1 {
    font-size: 42px;
  }

  .chief__content h2, .team__top-section-info h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .chief__content h5, .team__top-section-info h5 {
    font-size: 16px;
  }
  .chief__content p, .team__top-section-info p {
    font-size: 18px;
  }

  .our-story-network {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  .careers_images img {
    width: auto;
    max-height: 320px;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .news-list .news-wrapper .news-block {
    width: calc(100% - 20px);
  }

  .page-template-template-contact .info {
    display: block;
  }

  .page-template-template-contact .info__left {
    padding: 8px 5px 2px 40px;
  }
  .page-template-template-contact .info__left a {
    padding: 8px 0 5px;
  }

  .page-template-template-contact .info__right {
    padding: 0px 5px 10px 37px;
  }

  .page-template-template-contact .hero-image__right {
    height: 290px;
    bottom: -110px;
    border-bottom-width: 120px;
  }
}
.see-what-control {
  position: relative;
  display: table;
  margin: 0 auto 0;
  padding: 0 40px;
  z-index: 25;
}
.see-what-control .slick-prev {
  right: auto;
  left: 10px;
  bottom: auto;
  top: 50%;
}
.see-what-control .slick-next {
  left: auto;
  right: 10px;
  bottom: auto;
  top: 50%;
}
.see-what-control .slick-dots {
  position: static;
  margin: 0;
  padding: 0;
}

.post-image-logo {
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
  border: 10px solid #fff;
  max-height: 350px;
  max-width: 750px;
  margin-top: -75px;
}

/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #31C6BD;
}
.not-found .label:hover {
  background-color: #29a59e;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  padding-top: 34px;
  background-color: #F4F4F4;
}
.footer h2 {
  color: #7A246D;
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.footer .copyright p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  padding-top: 35px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #6D6E71;
}
.footer #menu-footer-menu,
.footer #menu-footer-menu-center {
  margin: 0;
  list-style: none;
}
.footer #menu-footer-menu li,
.footer #menu-footer-menu-center li {
  display: inline-block;
}
.footer #menu-footer-menu li:nth-last-of-type(1) a:after,
.footer #menu-footer-menu-center li:nth-last-of-type(1) a:after {
  display: none;
}
.footer #menu-footer-menu li a,
.footer #menu-footer-menu-center li a {
  display: block;
  padding: 5px 14px;
  font-size: 14px;
  color: #6D6E71;
  position: relative;
}
.footer #menu-footer-menu li a:after,
.footer #menu-footer-menu-center li a:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #6D6E71;
  position: absolute;
  right: -4px;
  top: 10px;
}
.footer a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #6D6E71;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.hero-video .content{
	max-height: 116px;
}