@charset "UTF-8";
/* VARIABLES ----------------------------------------------------------------------------------------------- VARIABLES */
/* GLOBAL -------------------------------------------------------------------------------------------------- GLOBAL */
#wpadminbar {
  background-color: green;
}
body {
  color: #666;
  font-family: "Roboto", sans-serif;
  margin-top: 4rem;
}
.wrapper {
  padding: 0;
}
.wrapper.blog-page .header-centered {
  margin-top: 0;
}
.red {
  color: #dc6258;
}
.btn {
  padding: 1rem 2rem;
  transition: all 0.3s ease;
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
}
.btn.red {
  background-color: #dc6258;
  color: #FFF;
  border: 1px solid #dc6258;
}
.btn.red:hover {
  background-color: #FFF;
  color: #dc6258;
}
.btn.white {
  background-color: #FFF;
  border: 1px solid #dc6258;
  color: #dc6258;
}
.btn.white:hover {
  background-color: #dc6258;
  color: #FFF !important;
}
.btn.trans {
  background-color: transparent;
  border: 1px solid #dc6258;
  color: #dc6258;
}
.btn.trans:hover {
  background-color: #dc6258;
  color: #FFF;
}
.btn.sticky-btn {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 0.5rem 2rem;
}
.btn.sticky-btn:hover {
  background-color: #FFF;
  color: #dc6258;
}
.overlay-white-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
  /* IE6-9 */
}
.hidden {
  display: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-blanket {
  background-color: rgba(39, 36, 112, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.video-blanket .video-box {
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  margin: auto;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
}
.video-blanket .video-box .close-section {
  align-self: flex-end;
  color: #FFF;
  cursor: pointer;
}
.video-blanket .video-box .inner {
  width: 100%;
  box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.5);
}
#search-wrapper .page-header {
  padding-bottom: 1rem;
  max-width: 90%;
  margin: auto;
}
#search-wrapper .understrap-read-more-link {
  background-color: #FFF;
  border: 1px solid #dc6258;
  transition: all 0.3s ease;
}
#search-wrapper .understrap-read-more-link:hover {
  background-color: #dc6258;
  color: #FFF;
}
#search-wrapper .page-item.active .page-link {
  background-color: #dc6258;
  border-color: #dc6258;
}
#search-wrapper .page-item.active .page-link:focus {
  box-shadow: none;
}
#search-wrapper .page-link:focus {
  box-shadow: none;
}
.floating-cta {
  z-index: 10;
  background-size: cover;
  color: #FFF;
  padding: 1rem 2.5rem;
  position: fixed;
  right: 20px;
  bottom: -190px;
  text-align: center;
  transition: all 0.75s ease;
  opacity: 0;
}
.floating-cta .text {
  font-size: 12px;
}
.floating-cta .text p {
  margin-bottom: 0;
}
.overlay-01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* HEADER -------------------------------------------------------------------------------------------------- HEADER */
.main-nav {
  background-color: #f5f3f5;
}
.main-nav .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.main-nav .navbar-toggler:focus {
  outline-color: rgba(0, 0, 0, 0);
}
#wrapper-navbar {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}
nav.navbar {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  height: 4rem;
  padding-left: 0;
  padding-right: 0;
}
nav.navbar .container {
  background-color: #f5f3f5;
  max-width: none;
}
nav.navbar .navbar-brand {
  display: flex;
  width: 120px;
  max-width: 50%;
  min-height: 50px;
  margin-left: 1rem;
}
nav.navbar .navbar-brand img {
  object-fit: contain;
}
nav.navbar #main-menu {
  padding-left: 1rem;
}
nav.navbar a.nav-link {
  color: #272370 !important;
}
nav.navbar .dropdown-menu {
  margin-top: 0;
}
nav.navbar .dropdown-menu .dropdown-item {
  font-weight: bold;
  color: #394756;
}
nav.navbar .dropdown-menu li ul.dropdown-menu {
  display: block;
  border: 0;
  padding-left: 1rem;
  padding-top: 0;
  background-color: transparent;
  position: relative;
}
nav.navbar .dropdown-menu li ul.dropdown-menu .dropdown-item {
  font-weight: 500;
}
nav.navbar .dropdown-menu .dropdown-item {
  white-space: normal;
}
.nav-interface {
  width: 100%;
}
.nav-interface #searchform {
  display: none;
}
/* FOOTER -------------------------------------------------------------------------------------------------- FOOTER */
.subfooter {
  width: 90%;
  height: 40vw;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  max-height: 320px;
  margin-top: 2rem;
}
.subfooter .sf-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30%;
}
.subfooter .title {
  color: #FFF;
  margin-bottom: 1rem;
  z-index: 1;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
.subfooter a {
  border: 1px solid #FFF;
  padding: 1rem 2rem;
  color: #FFF;
  z-index: 1;
  transition: all 0.3s ease;
}
.subfooter a:hover {
  background: #FFF;
  color: #dc6258;
  text-decoration: none;
}
.footer-logos {
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}
.footer-logos .footer-logo {
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.footer-end {
  background-color: #272470;
}
.footer-end .inner {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #FFF;
  padding: 1rem 0;
}
.footer-end .inner a {
  color: #FFF;
  cursor: pointer;
}
.footer-end .inner .icons {
  padding-bottom: 0.5rem;
}
.footer-end .inner .icons a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 20px;
}
.footer-end .inner .icons .icon {
  display: inline-block;
}
/* HOME / GLOBAL --------------------------------------------------------------------------------------- HOME / GLOBAL */
.call-out {
  background-color: #d1ccd0;
  text-align: center;
  padding-top: 2rem;
  margin-top: -1rem;
}
.home-hero {
  padding-top: 4rem;
  background-color: #d1ccd0;
}
.home-hero .top {
  background-color: #d1ccd0;
  height: 250px;
}
.home-hero .top .top-hero-image {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.home-hero .bottom {
  background: #d1ccd0;
  background: -moz-linear-gradient(top, #d1ccd0 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #d1ccd0 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d1ccd0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1ccd0", endColorstr="#ffffff",GradientType=0);
  padding: 0 5%;
  text-align: center;
}
.home-hero .bottom .title {
  font-family: "Playfair Display", serif;
  color: #272370;
  font-size: 40px;
  padding-bottom: 1rem;
  line-height: 1.3;
}
.home-about {
  padding-top: 4rem;
  width: 90%;
  margin: auto;
}
.home-about .inner {
  color: #FFF;
  text-align: center;
}
.home-about .inner .title {
  font-family: "Playfair Display", serif;
}
.home-about .inner .top {
  height: 320px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-about .inner .bottom-left {
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.home-about .inner .bottom-right {
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.home-about .inner .ha-bl a, .home-about .inner .ha-br a {
  color: #FFF;
  margin-top: 1rem;
}
.home-about .inner .ha-bl a:after, .home-about .inner .ha-br a:after {
  content: "";
  border-top: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: block;
  width: 10px;
  margin: auto;
}
.home-about .inner .ha-bl a:hover, .home-about .inner .ha-br a:hover {
  text-decoration: none;
}
.home-middle {
  width: 90%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}
.home-middle .title {
  color: #272370;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  text-align: center;
  padding-bottom: 1rem;
}
.home-middle .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
  margin: auto;
  padding-top: 1rem;
}
.home-middle .buttons > * {
  margin-bottom: 1rem;
}
.home-middle .home-mid-tiles {
  padding: 2rem 0;
}
.home-middle .home-mid-tiles .inner {
  width: 90%;
  margin: auto;
}
.home-middle .home-mid-tiles .inner .home-tile {
  border-top-width: 20px;
  border-top-style: solid;
  display: block;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
  color: #666;
  border-radius: 10px;
}
.home-middle .home-mid-tiles .inner .home-tile:hover {
  text-decoration: none;
}
.home-middle .home-mid-tiles .inner .home-tile .home-tile-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 1rem;
}
.home-testimonials {
  background-color: #f2edf2;
  position: relative;
}
.home-testimonials .slider-logo-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.home-testimonials .inner {
  position: relative;
}
.home-testimonials .title {
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 20px;
  text-align: center;
  padding-top: 3rem;
}
.home-testimonials .slick-next {
  right: 25px;
  top: 108px;
  height: 40px;
}
.home-testimonials .slick-next:before {
  display: inline-block;
  color: #dc6258;
  content: "";
  border-left: 20px solid #dc6258;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.home-testimonials .slick-prev {
  left: 25px;
  top: 108px;
  z-index: 1;
  height: 40px;
}
.home-testimonials .slick-prev:before {
  display: inline-block;
  color: #dc6258;
  content: "";
  border-right: 20px solid #dc6258;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.home-testimonials .slide .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.home-testimonials .slide .inner .image {
  height: 170px;
  width: 170px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #FFF;
}
.home-testimonials .slide .inner .text {
  padding-top: 1rem;
  max-width: 70%;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.home-testimonials .slide .inner .title {
  padding-top: 1rem;
  font-weight: bold;
}
.home-testimonials .slide .inner .occupation {
  max-width: 70%;
  font-size: 14px;
  text-align: center;
}
/* SIMULATION PAGE ----------------------------------------------------------------------------------------- SIMULATION PAGE */
.list-hero {
  position: relative;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.list-hero .content {
  margin: 45vw auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  width: 90%;
  padding: 1rem;
  line-height: 2;
}
.list-hero .content .previous-simulations {
  text-align: center;
}
.list-hero .content .previous-simulations a {
  color: red;
  cursor: pointer;
}
.list-hero .content .runtime {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.list-hero .content .title {
  color: #272370;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.list-hero .content .text {
  font-family: "Roboto";
  font-size: 16px;
  color: #666;
}
.list-hero .content .text iframe {
  max-width: 100%;
}
.list-hero .content .text.embed-page {
  display: flex;
  flex-direction: column;
}
.list-hero .content .text.embed-page .pdf-section {
  padding-bottom: 2rem;
}
.list-hero .content .text.embed-page .pdf-section a {
  color: #272470;
}
.list-hero.wide .content {
  max-width: none;
}
.list-hero.wide .content .title {
  padding-top: 1rem;
}
.list-hero.contact .content {
  padding: 1rem 0;
}
.list-hero.archive .content {
  padding: 1rem 0;
}
.list-hero.archive .content .text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.list-hero.archive .content a {
  color: #dc6258;
}
.list-hero.inner-page {
  height: auto;
}
.list-hero.inner-page .content {
  margin-top: 0;
}
.simulation-header {
  background-color: #f5f3f5;
  width: 90%;
  margin: auto;
}
.simulation-header .title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  padding: 2rem;
  text-align: center;
  color: #272370;
  margin-bottom: 0;
}
.simulations-section .simulation-select .simpleselect {
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.simulations-section .simulation-sidebar {
  display: none;
}
.simulations-section .simulations {
  width: 90%;
  margin: auto;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.simulations-section .simulations .simulation-blanket {
  background-color: rgba(39, 36, 112, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.simulations-section .simulations .simulation-blanket .simulation-video-box {
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  margin: auto;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
}
.simulations-section .simulations .simulation-blanket .simulation-video-box .close-section {
  align-self: flex-end;
  color: #FFF;
  cursor: pointer;
}
.simulations-section .simulations .simulation-blanket .simulation-video-box .inner {
  width: 100%;
  box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.5);
}
.simulations-section .simulations .simulation {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  background-color: #f3f4f5;
}
.simulations-section .simulations .simulation.single {
  box-shadow: none;
  background-color: #FFF;
}
.simulations-section .simulations .simulation.single .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
.simulations-section .simulations .simulation.single .poster {
  margin-top: 0;
}
.simulations-section .simulations .simulation .poster {
  height: 50vw;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}
.simulations-section .simulations .simulation .poster .playhead .icon {
  font-size: 40px;
}
.simulations-section .simulations .simulation .content {
  background: #f5f3f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f3f5 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f5f3f5 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f5f3f5 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f3f5", endColorstr="#ffffff",GradientType=1);
  /* IE6-9 */
  padding: 1rem;
}
.simulations-section .simulations .simulation .content .simulation-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #272370;
}
.simulations-section .simulations .simulation .content .runtime {
  color: #999999;
  font-size: 12px;
}
.simulations-section .simulations .simulation .content .excerpt {
  color: #666;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.simulation-tiles {
  width: 90%;
  margin: auto;
}
.simulation-tiles .inner {
  display: flex;
  flex-direction: column;
}
.simulation-tiles .inner .tile {
  padding: 0.5rem;
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  height: 40vw;
  margin-bottom: 0.5rem;
}
.simulation-tiles .inner .tile .text {
  padding-bottom: 1rem;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  text-align: center;
}
.simulation-tiles .inner .tile a {
  color: #FFF;
}
.simulation-tiles .inner .tile a:after {
  content: "";
  border-left: 5px solid #FFF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-left: 1rem;
}
/* ABOUT PAGE ---------------------------------------------------------------------------------------------- ABOUT PAGE */
.about-main {
  width: 90%;
  margin: 1rem auto 2rem;
  background-size: cover;
}
.about-main .inner {
  padding: 1rem;
  color: #FFF;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.general-content-field {
  width: 90%;
  max-width: 1260px;
  margin: auto;
  padding-top: 4rem;
}
.about-split {
  width: 90%;
  margin: auto;
}
.about-split .text {
  padding-top: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 2;
  font-weight: 300;
}
.about-split .split-img {
  width: 90%;
  height: 50vw;
  margin: auto;
  background-size: cover;
  background-position: center;
}
.leaders-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.leaders-section .title {
  font-size: 40px;
  color: #272370;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.leaders-section .leaders {
  width: 90%;
  margin: auto;
}
.leaders-section .leaders .leader-box {
  text-align: center;
  padding: 2rem 0;
}
.leaders-section .leaders .leader-box .leader-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background-size: cover;
  background-position: center;
}
.leaders-section .leaders .leader-box .leader-name {
  font-size: 20px;
  margin: 1rem 0;
}
.leaders-section .leaders .leader-box .leader-title {
  margin-bottom: 1rem;
}
/* CONTACT ---------------------------------------------------------------------------------------------- CONTACT */
.contact-main .inner {
  width: 90%;
  margin: auto;
}
.contact-main .inner .contact-video-section .title {
  font-family: "Playfair Display", serif;
  color: #272370;
  font-size: 24px;
  padding-bottom: 0.5rem;
}
.contact-main .inner .contact-video-section .video-poster {
  height: 250px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-main .inner .contact-video-section .video-poster.play-video {
  cursor: pointer;
}
.contact-main .inner .contact-video-section .video-poster .playhead {
  color: #FFF;
}
.contact-main .inner .contact-video-section .video-poster .playhead .icon {
  font-size: 40px;
}
.contact-main .inner .contact-video-section .video-description {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #666;
  padding-top: 0.5rem;
  font-weight: 300;
  max-width: 250px;
}
.contact-main .inner .contact-form-section {
  margin-top: 1rem;
}
.contact-main .inner .contact-form-section .title {
  font-family: "Playfair Display", serif;
  color: #272370;
  font-size: 24px;
  padding-bottom: 0.5rem;
}
.contact-main .inner .contact-form-section .contact-form .wpcf7 {
  margin: 0 !important;
}
.contact-main .inner .contact-form-section .contact-form label {
  font-family: "Roboto", sans-serif;
  color: #393939;
}
.contact-main .inner .contact-form-section .contact-form input, .contact-main .inner .contact-form-section .contact-form textarea {
  background-color: #f5f3f5;
  border-radius: 0;
  border: 0;
}
.contact-main .inner .contact-form-section .contact-form input[type=submit] {
  background-color: #FFF;
  color: #dc6258;
  display: flex;
  margin-left: auto;
  transition: all 0.3s ease;
  border: 1px solid #dc6258;
  width: auto;
  align-self: flex-end;
  padding: 1rem 3rem;
  height: auto;
}
.contact-main .inner .contact-form-section .contact-form input[type=submit]:hover {
  color: #FFF;
  background-color: #dc6258;
  border: 1px solid #FFF;
}
/* BLOG / ARCHIVE  -------------------------------------------------------------------------------------- BLOG / ARCHIVE */
.archive .content {
  text-align: center;
}
.archive .content .title {
  margin-bottom: 0;
}
.archive .content .date {
  color: #999;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.archive .content .text {
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: left;
  color: #666;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.blog-list {
  width: 90%;
  margin: auto;
}
.blog-list .pagination {
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.blog-list .pagination > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.blog-list .pagination a {
  color: #dc6258;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.blog-list .blog-preview {
  margin-bottom: 1rem;
}
.blog-list .blog-preview .inner {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #f7f5f7;
}
.blog-list .blog-preview .inner .blog-thumb {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.blog-list .blog-preview .inner .content {
  background: #f5f3f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f3f5 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f5f3f5 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f5f3f5 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f3f5", endColorstr="#ffffff",GradientType=1);
  /* IE6-9 */
  padding: 2rem;
}
.blog-list .blog-preview .inner .content .title {
  font-family: "Playfair Display", serif;
  color: #272370;
  font-size: 20px;
  margin-bottom: 1rem;
}
.blog-list .blog-preview .inner .content .date {
  color: #999;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
}
.blog-list .blog-preview .inner .content .excerpt {
  color: #666;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.standard-text {
  width: 90%;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #666;
  line-height: 2;
  font-size: 18px;
  padding-top: 2rem;
}
.standard-text a {
  color: #dc6258;
}
.indented-text {
  width: 90%;
  margin: 2rem auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #666;
  line-height: 2;
  font-size: 18px;
}
.indented-text .inner {
  padding-left: 2rem;
  border-left: 10px solid #f5f6f6;
}
.indented-text a {
  color: #dc6258;
}
.fw-image {
  height: 40vw;
  background-size: cover;
  background-position: center;
}
.content-embed-url {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 2rem;
}
.content-embed-url iframe {
  max-width: 100%;
}
/* SEARCH PAGE ---------------------------------------------------------------------------------------------- SEARCH PAGE */
#search-wrapper {
  padding-top: 2rem;
}
#search-wrapper a {
  color: #dc6258;
}
#search-wrapper article {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  padding: 1rem;
}
#search-wrapper form input[type="search"] {
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 1rem;
  border-style: solid;
  border-color: #c3c3c3;
  border-width: 2px;
}
#search-wrapper form input[type="search"]:focus {
  outline: 0;
}
#search-wrapper form button {
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-color: #c3c3c3;
  border-style: solid;
  margin-left: -10px;
  color: #dc6258;
  font-size: 16px;
  cursor: pointer;
  border-left: 0;
}
#search-wrapper form button:focus {
  outline: 0;
}
/* VARIOUS ---------------------------------------------------------------------------------------------- VARIOUS */
.partner-list {
  width: 90%;
  margin: auto;
}
.partner-list .partner {
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.partner-list .partner .overlay-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.partner-list .partner .overlay-btn:hover ~ .partner-more {
  background-color: #dc6258;
}
.partner-list .partner .partner-text .partner-title {
  font-weight: 600;
  padding: 1rem 0;
}
.partner-list .partner .partner-more {
  background-color: #272370;
  width: 170px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin: auto;
  padding: 0.5rem;
}
.partner-list .partner .partner-more:hover {
  background-color: #dc6258;
}
.page-with-sidebar {
  width: 90%;
  margin: auto;
  padding: 2rem 0;
}
.page-with-sidebar .site-main iframe {
  max-width: 100%;
}
.page-with-sidebar .custom-sidebar {
  padding: 2rem 0;
}
.page-with-sidebar .custom-sidebar .cs-title {
  font-size: 24px;
  border-bottom: 1px solid #e3e3e3;
  font-family: "Playfair Display", serif;
}
.page-with-sidebar .custom-sidebar .cs-link {
  color: #272470;
}
.page-with-sidebar .custom-sidebar .recent-post {
  margin-bottom: 2rem;
}
/* FLEX CONTENT ---------------------------------------------------------------------------------------------- FLEX CONTENT */
.flex-section-wrapper {
  width: 90%;
  margin: auto;
}
.flex-content-wrapper {
  margin: auto;
  padding-bottom: 2rem;
  padding-top: 1px;
}
.fw-image-single {
  background-size: contain;
  background-position: center;
  margin: 2rem auto;
  max-height: 400px;
  display: block;
}
.basic-hero {
  position: relative;
  width: 90%;
  margin: auto;
  min-height: 330px;
  background-size: cover;
  background-position: center bottom;
  max-height: 500px;
}
.basic-hero .inner {
  color: #FFF;
  position: relative;
  width: 90%;
  margin: auto;
}
.basic-hero .inner .title {
  font-size: 24px;
  padding: 4rem 0 0;
  text-align: center;
}
.basic-hero .inner .text {
  padding-top: 2rem;
  text-align: center;
}
.basic-text-section {
  width: 90%;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #666;
  line-height: 2;
  font-size: 18px;
  margin-top: 2rem;
  padding-top: 0;
}
.two-column-image-left-content-right {
  width: 90%;
  margin: 2rem auto;
}
.two-column-image-left-content-right .inner .image {
  height: 40vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.two-column-image-left-content-right .inner .content .title {
  padding: 1rem 0;
  font-weight: bold;
  font-size: 20px;
}
.header-centered {
  color: #272370;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  text-align: center;
  margin: 2rem;
}
.title-left-text-right {
  margin-top: 2rem;
}
.title-left-text-right .inner {
  width: 90%;
  margin: auto;
}
.title-left-text-right .inner .title {
  color: #272370;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  text-align: center;
  padding-bottom: 2rem;
}
.line-separator {
  margin: 2rem auto 0;
  width: 90%;
  height: 2px;
}
.accordion-section {
  width: 90%;
  margin: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.accordion-section .acco-header .title-large {
  font-size: 24px;
  padding-bottom: 1rem;
  font-family: "Playfair Display", serif;
  color: #272370;
}
.accordion-section .accordion .acco-row {
  border: 1px solid #272370;
  border-bottom: none;
  display: flex;
  padding: 1rem;
  cursor: pointer;
}
.accordion-section .accordion .acco-row .acco-content {
  width: 90%;
  padding-top: 0.25rem;
}
.accordion-section .accordion .acco-row .acco-content .acco-title {
  font-size: 20px;
}
.accordion-section .accordion .acco-row .acco-content .acco-text {
  display: none;
}
.accordion-section .accordion .acco-row .acco-content .acco-text a {
  color: #dc6258;
}
.accordion-section .accordion .acco-row .acco-btn {
  width: 10%;
  display: flex;
  justify-content: center;
  justify-content: flex-end;
}
.accordion-section .accordion .acco-row .acco-btn .acco-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-section .accordion .acco-row .acco-btn .acco-circle .acco-square {
  background-color: #FFF;
  height: 10px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 10px;
}
.accordion-section .accordion .acco-row .acco-btn .acco-circle .acco-plus {
  width: 1px;
  height: 15px;
  background-color: #272370;
  position: relative;
}
.accordion-section .accordion .acco-row .acco-btn .acco-circle .acco-minus {
  width: 15px;
  height: 1px;
  background-color: #272370;
  position: absolute;
}
.accordion-section .accordion .acco-row:last-of-type {
  border-bottom: 1px solid #272370;
}
.accordion-section .accordion .acco-row.dd-active .acco-btn .acco-circle .acco-plus {
  display: none;
}
.centered-content-section {
  width: 90%;
  margin: auto;
  padding-top: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
}
.grid-with-content {
  width: 90%;
  margin: 2rem auto;
}
.grid-with-content .inner .grid-content-tile {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid #e3e3e3;
}
.grid-with-content .inner .grid-content-tile .gct-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-with-content .inner .grid-content-tile .gct-inner .gct-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #272370;
}
.grid-with-content .inner .grid-content-tile .gct-inner .gct-content {
  padding: 1rem 0;
}
.grid-with-content .inner .grid-content-tile .gct-inner .gct-cta {
  margin-top: auto;
  align-self: center;
}
.pricing-tiles-section {
  width: 90%;
  margin: auto;
  padding: 2rem 0;
}
.pricing-tiles-section .inner .pricing-tile {
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
  border: 2px solid #e3e3e3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pricing-tiles-section .inner .pricing-tile .pt-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  background-color: #272370;
  color: #FFF;
  padding: 2rem;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .content {
  padding: 1rem;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .content .pt-split {
  height: 1px;
  background-color: #e3e3e3;
  width: 60%;
  margin: 0 auto 1rem;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .content a {
  color: #dc6258;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .content ul {
  padding-left: 1rem;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.pricing-tiles-section .inner .pricing-tile .pt-inner .cta-wrapper .btn {
  margin: auto;
  align-self: center;
}
.hover-column-section {
  width: 96%;
  margin: auto;
}
.hover-column-section .hcs-wrapper {
  padding: 2rem 0;
}
.hover-column-section .hcs-wrapper .h-columns {
  width: 90%;
  margin: auto;
}
.hover-column-section .hcs-wrapper .h-columns .h-column {
  text-align: center;
  background-color: #FFF;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 2rem 0 3rem;
}
.hover-column-section .hcs-wrapper .h-columns .h-column .h-cell {
  padding: 1rem 0;
}
.hover-column-section .hcs-wrapper .h-columns .h-column .h-cell .hc-top {
  font-size: 14px;
}
.hover-column-section .hcs-wrapper .h-columns .h-column .h-cell .hc-bot {
  font-size: 18px;
}
.hover-column-section .hcs-wrapper .h-columns .h-column .h-cell.h-header {
  font-size: 24px;
}
.hover-column-section .hcs-wrapper .h-columns .h-column .h-cell.h-header p {
  margin-bottom: 0;
}
.hover-column-section .hcs-wrapper .h-columns .h-column .hc-link a {
  padding: 1rem 2rem;
  border-radius: 30px;
  transition: all 0.3s ease;
  color: #FFF;
  text-decoration: none;
}


/*.fa-twitter{
  position: relative;
}
.fa-twitter::before{
    opacity: 0;
}
.fa-twitter::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("x-twitter.svg");
    background-size: contain;
}*/


/* RESPONSIVE ---------------------------------------------------------------------------------------------- RESPONSIVE */
@media (min-width: 576px) {
  .home-hero .top {
    height: 50vw;
  }
  .home-hero .top .top-hero-image {
    background-size: 60%;
  }
  .home-about .inner .top {
    background-position: center;
  }
  .home-testimonials .inner {
    max-width: 1400px;
    margin: auto;
  }
  .home-testimonials .title {
    font-size: 32px;
  }
  .list-hero .content {
    margin-top: 25vw;
    padding: 4rem;
  }
  .list-hero.contact .content {
    padding: 2rem;
  }
  .list-hero.archive .content {
    padding: 2rem 2rem 0 2rem;
  }
  .list-hero.archive .content .text {
    margin-bottom: 0;
  }
  .about-main {
    height: 40vw;
    display: flex;
    align-items: center;
    max-width: 1400px;
    max-height: 640px;
  }
  .about-main .inner {
    font-size: 18px;
    line-height: 2;
  }
  .about-main .inner p {
    margin-bottom: 0;
  }
  .subfooter .title {
    font-size: 24px;
  }
  .contact-main .inner .contact-video-section {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-main .inner .contact-video-section .title {
    width: 100%;
  }
  .contact-main .inner .contact-video-section .video-description {
    padding-left: 1rem;
    display: flex;
    align-items: center;
  }
  .standard-text .inner {
    padding: 0 2rem;
  }
  .indented-text {
    padding: 0 2rem;
  }
  .fw-image {
    max-height: 400px;
  }
  .partner-list .partner {
    margin-bottom: 4rem;
  }
  .partner-list .partner .partner-text .partner-title {
    font-size: 36px;
  }
  .basic-hero {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  body {
    margin-top: 7rem;
  }
  nav.navbar {
    height: auto;
  }
  nav.navbar .container {
    width: 90%;
    max-width: 1400px;
    padding: 0;
  }
  nav.navbar .container .navbar-brand {
    width: 200px;
  }
  nav.navbar .dropdown-menu .dropdown-item {
    white-space: nowrap;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-bottom: 1rem;
    font-size: 18px;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    border-bottom: 3px solid #dc6258;
  }
  .navbar-light .navbar-nav > .dropdown.nav-item:hover ul {
    display: block;
  }
  .navbar-light .navbar-nav > .dropdown:nth-last-of-type(2) .dropdown-menu {
    left: -120px;
  }
  .nav-interface #searchform {
    display: block;
    width: 300px;
    margin-left: auto;
    /*&:after {
					content: '\f002';
					display: inline-block;
					position: absolute;
					top: 4px;
					right: 18px;
					color: $red_01;
					font-family: "FontAwesome";
					cursor: pointer;
					z-index: 9;
				};
				input[type="submit"] {
					display: none;
				}
				*/
  }
  .nav-interface #searchform input[type="search"] {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-color: #FFF;
    border-style: solid;
    padding-left: 1rem;
    font-size: 16px;
    width: 260px;
  }
  .nav-interface #searchform input[type="search"]:focus {
    outline: 0;
  }
  .nav-interface #searchform button {
    background-color: #FFF;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-color: #FFF;
    border-style: solid;
    margin-left: -10px;
    color: #dc6258;
    font-size: 16px;
    cursor: pointer;
  }
  .footer-logos {
    max-width: none;
  }
  .footer-logos .footer-logo {
    max-width: 300px;
  }
  .home-about {
    max-width: 1400px;
  }
  .simulation-tiles {
    max-width: 1400px;
    margin: auto;
  }
  .simulation-tiles .inner {
    flex-direction: row;
  }
  .simulation-tiles .inner .tile {
    width: 50%;
    height: 250px;
    border-right: 1px solid #FFF;
  }
  .simulation-tiles .inner .tile .text {
    font-size: 24px;
  }
  .about-main {
    justify-content: center;
    margin-bottom: 4rem;
  }
  .about-main .inner {
    max-width: 560px;
  }
  .leaders-section .leaders {
    display: flex;
    flex-wrap: wrap;
  }
  .leaders-section .leaders .leader-box {
    padding: 2rem;
    width: 50%;
  }
  .blog-list .blog-preview .inner .content .title {
    font-size: 24px;
  }
  .standard-text, .indented-text {
    max-width: 1400px;
  }
  .fw-image {
    max-height: 600px;
  }
  .list-hero .content .text.embed-page {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2rem;
  }
  .partner-list {
    max-width: 800px;
    margin: auto;
  }
  .partner-list .partner {
    flex-wrap: nowrap;
  }
  .partner-list .partner .overlay-btn:hover ~ .partner-text {
    background-color: #e3e3e3;
  }
  .partner-list .partner .partner-image {
    width: 100%;
    flex: 1;
  }
  .partner-list .partner .partner-text {
    background-color: #efefef;
    padding: 0 2rem;
    flex: 1;
  }
  .partner-list .partner .partner-more {
    height: auto;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 10%;
  }
  .flex-section-wrapper, .flex-content-wrapper {
    max-width: 1400px;
  }
  .flex-content-wrapper {
    padding-bottom: 4rem;
  }
  .two-column-image-left-content-right {
    margin: 2rem auto 4rem;
  }
  .two-column-image-left-content-right .inner {
    display: flex;
  }
  .two-column-image-left-content-right .inner .image {
    width: 25%;
    max-height: 150px;
  }
  .two-column-image-left-content-right .inner .content {
    width: 75%;
    padding-left: 2rem;
  }
  .two-column-image-left-content-right .inner .content .title {
    padding-top: 0;
  }
  .basic-hero {
    height: 600px;
    min-height: none;
    max-height: none;
  }
  .basic-hero .inner .title {
    font-size: 36px;
    padding-top: 6rem;
    max-width: 80%;
    margin: auto;
  }
  .basic-hero .inner .text {
    padding-top: 4rem;
    max-width: 50%;
    margin: auto;
  }
  .basic-hero .inner .text p {
    font-size: 18px;
  }
  .header-centered {
    margin: 4rem auto 4rem;
    max-width: 800px;
  }
  .accordion-section {
    max-width: 800px;
    padding-top: 4rem;
  }
  .accordion-section .acco-header .title-large {
    font-size: 36px;
  }
  .accordion-section .accordion {
    padding-top: 2rem;
  }
  .grid-with-content .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-content .inner .grid-content-tile {
    width: 48%;
  }
  .pricing-tiles-section .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pricing-tiles-section .inner .pricing-tile {
    width: 48%;
  }
  .wrapper.blog-page .header-centered {
    margin-top: 4rem;
  }
  .blog-list .pagination.first {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hover-column-section .hcs-wrapper .h-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hover-column-section .hcs-wrapper .h-columns .h-column {
    width: 48%;
  }
}
@media (min-width: 992px) {
  nav.navbar .container .navbar-brand {
    width: 460px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 20px;
  }
  .subfooter .title {
    font-size: 40px;
    margin-bottom: 2rem;
  }
  .subfooter .sf-logo {
    background-size: auto;
  }
  .home-hero {
    max-height: 800px;
    position: relative;
    background: #d1ccd0;
    background: -moz-linear-gradient(top, #d1ccd0 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d1ccd0 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #d1ccd0 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1ccd0", endColorstr="#ffffff",GradientType=0);
  }
  .home-hero > .inner {
    max-width: 1400px;
    margin: auto;
    display: flex;
  }
  .home-hero > .inner .top {
    width: 60%;
    background-color: transparent;
    max-height: 800px;
  }
  .home-hero > .inner .top .top-hero-image {
    position: absolute;
    top: 2rem;
    right: 30%;
    bottom: 0;
    left: -12%;
    background-size: contain;
  }
  .home-hero > .inner .bottom {
    width: 50%;
    padding-top: 1rem;
    display: flex;
    position: relative;
    background: 0 0;
  }
  .home-about .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .home-about .inner .top {
    background-position: top center;
    height: 450px;
    width: 100%;
  }
  .home-about .inner .ha-bl, .home-about .inner .ha-br {
    width: 50%;
    height: 250px;
  }
  .home-middle {
    max-width: 1400px;
  }
  .home-middle .buttons {
    flex-direction: row;
    align-items: center;
  }
  .home-middle .buttons .btn.red {
    margin-right: 2rem;
  }
  .home-middle .home-mid-tiles {
    padding: 6rem 0 2rem;
  }
  .home-middle .home-mid-tiles .inner {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-middle .home-mid-tiles .inner .home-tile {
    width: 48%;
    margin-bottom: 4rem;
  }
  .home-middle .home-mid-tiles .inner .home-tile .home-tile-title {
    font-size: 24px;
  }
  .home-testimonials .slider-logo-box {
    bottom: 20%;
  }
  .list-hero {
    max-width: 1400px;
    margin: auto;
    width: 90%;
    background-position: top;
    background-size: cover;
  }
  .list-hero .content {
    margin-top: auto;
  }
  .list-hero.single-blog {
    height: auto;
    min-height: 525px;
  }
  .simulation-header {
    max-width: 1400px;
    margin-top: 50px;
  }
  .simulations-section {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin: auto;
  }
  .simulations-section .simulation-select {
    display: none;
  }
  .simulations-section .simulation-sidebar {
    display: flex;
    width: 30%;
    border-right: 1px solid #f5f3f5;
    padding-top: 1rem;
    padding-right: 2rem;
    flex-direction: column;
  }
  .simulations-section .simulation-sidebar .simulation-sidebar-link {
    position: relative;
  }
  .simulations-section .simulation-sidebar .simulation-sidebar-link.red:after {
    content: "»";
    position: absolute;
    right: -10px;
    display: inline-block;
    top: 0;
    bottom: 0;
  }
  .simulations-section .simulation-sidebar .simulation-sidebar-link.red p {
    color: #dc6258;
  }
  .simulations-section .simulation-sidebar .simulation-sidebar-link p {
    cursor: pointer;
    display: inline-block;
    color: #272370;
  }
  .simulations-section .simulation-sidebar .simulation-sidebar-link p:hover {
    text-decoration: underline;
  }
  .simulations-section .simulations {
    width: 70%;
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .simulations-section .simulations .simulation {
    display: flex;
  }
  .simulations-section .simulations .simulation.hidden {
    display: none;
  }
  .simulations-section .simulations .simulation .poster {
    width: 33%;
    height: 30vw;
  }
  .simulations-section .simulations .simulation .content {
    width: 75%;
  }
  .simulations-section .simulations .simulation .content .simulation-title {
    font-size: 24px;
  }
  .simulations-section .simulations.wide {
    width: 90%;
    max-width: 800px;
  }
  .simulations-section .simulations.wide .simulation .poster {
    height: 275px;
  }
  .simulations-section .simulations.wide .simulation .content {
    padding-top: 0;
    background: #FFF;
  }
  .simulation-tiles {
    padding-top: 1rem;
  }
  .about-split {
    display: flex;
    margin-bottom: 2rem;
    max-width: 1000px;
  }
  .about-split .text {
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 18px;
    font-weight: 300;
    padding-left: 4rem;
    width: 100%;
  }
  .about-split .split-img {
    height: 400px;
  }
  .about-split.about-split-02 .text {
    order: 1;
    text-align: left;
    padding-left: 0;
    padding-right: 4rem;
  }
  .about-split.about-split-02 .split-img {
    order: 2;
  }
  .contact-main {
    max-width: 1400px;
    margin: auto;
    width: 90%;
  }
  .contact-main .inner {
    flex-wrap: wrap;
    display: flex;
    padding: 2rem;
  }
  .contact-main .inner .contact-video-section {
    display: block;
    width: 50%;
    padding-right: 2rem;
  }
  .contact-main .inner .contact-video-section .title {
    padding-bottom: 2rem;
  }
  .contact-main .inner .contact-video-section .video-poster {
    width: 370px;
  }
  .contact-main .inner .contact-video-section .video-description {
    padding-left: 0;
    max-width: none;
  }
  .contact-main .inner .contact-form-section {
    margin-top: 0;
    width: 50%;
    padding-left: 4rem;
  }
  .contact-main .inner .contact-form-section .title {
    padding-bottom: 2rem;
  }
  .contact-main .inner .contact-form-section .contact-form .wpcf7 {
    max-width: none !important;
  }
  .contact-main .inner .contact-main-bottom {
    width: 100%;
  }
  .blog-list {
    max-width: 1400px;
  }
  .blog-list .blog-preview .inner {
    display: flex;
  }
  .blog-list .blog-preview .inner .blog-thumb {
    width: 30%;
  }
  .blog-list .blog-preview .inner .content {
    width: 70%;
    text-align: center;
  }
  .blog-list .blog-preview .inner .content .title {
    font-size: 40px;
  }
  .standard-text .inner, .indented-text .inner {
    width: 90%;
    margin: auto;
  }
  .page-with-sidebar {
    display: flex;
    max-width: 1400px;
    padding: 2rem;
  }
  .page-with-sidebar .site-main {
    width: 66%;
    padding-right: 2rem;
  }
  .page-with-sidebar .custom-sidebar {
    width: 33%;
    padding-top: 0;
    padding-left: 2rem;
    border-left: 1px solid #e3e3e3;
  }
  .page-with-sidebar .custom-sidebar .cs-title {
    margin-bottom: 1rem;
  }
  .fw-image-single {
    max-height: 600px;
  }
  .two-column-image-left-content-right {
    margin: 4rem auto;
  }
  .two-column-image-left-content-right .inner .image {
    height: 280px;
    background-position: center top;
    max-height: none;
  }
  .two-column-image-left-content-right .inner .content {
    padding-left: 6rem;
  }
  .title-left-text-right .inner {
    display: flex;
  }
  .title-left-text-right .inner .left {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0rem 6rem;
    justify-content: center;
  }
  .title-left-text-right .inner .left .title {
    font-size: 32px;
  }
  .title-left-text-right .inner .right {
    width: 50%;
    padding: 0rem 6rem;
  }
}
@media (min-width: 1200px) {
  .simulations-section .simulation-sidebar {
    padding-top: 2rem;
  }
  .simulations-section .simulations {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .simulations-section .simulations .simulation .poster {
    height: 22vw;
    max-height: 300px;
  }
  .list-hero.wide.about .content {
    padding: 2rem 4rem;
  }
  .list-hero.wide.about .content .text {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
  }
  .indented-text {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .indented-text .inner {
    padding-left: 6rem;
  }
  .fw-image {
    margin-bottom: 4rem;
  }
  .leaders-section .leaders .leader-box {
    width: 25%;
  }
  .grid-with-content .inner .grid-content-tile {
    width: 31%;
  }
  .pricing-tiles-section .inner .pricing-tile .pt-inner .title {
    min-height: 140px;
    display: flex;
    align-items: center;
  }
  .pricing-tiles-section .inner .pricing-tile .pt-inner .content {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
  }
  .pricing-tiles-section .inner .pricing-tile .pt-inner .content .pt-text.half {
    width: 40%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .pricing-tiles-section .inner .pricing-tile .pt-inner .content .pt-text.half p {
    margin-top: 1rem;
  }
  .pricing-tiles-section .inner .pricing-tile .pt-inner .content .pt-split {
    width: 1px;
    height: 100%;
  }
}
@media (min-width: 1300px) {
  .list-hero {
    height: 40vw;
  }
  .list-hero.contact .content {
    padding: 2rem 4rem;
  }
  .blog-list.first {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .list-hero {
    height: 750px;
  }
  .list-hero .content {
    margin-top: auto;
  }
  .list-hero .content .previous-simulations {
    padding-top: 5rem;
  }
  .list-hero.wide {
    height: 550px;
  }
  .list-hero.wide .content .title {
    padding-top: 2rem;
  }
  .list-hero.inner-page {
    height: auto;
  }
  .list-hero.single-blog {
    height: auto;
    min-height: 550px;
  }
  .simulations-section .simulations.wide {
    padding-top: 0;
    margin-top: -4rem;
    z-index: 1;
  }
  .blog-list .pagination.first {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}