@charset "utf-8";
/*
Theme Name: Stelexis
Theme URI: https://stelexis.com
Description: Como Child Theme
Author: Como Creative
Template: como-boot-2020
*/
/* Webfonts */
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/lato-v16-latin-300.eot');
  src: local('Lato Light'), local('Lato-Light'), url('fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v16-latin-300.woff2') format('woff2'), url('fonts/lato-v16-latin-300.woff') format('woff'), url('fonts/lato-v16-latin-300.ttf') format('truetype'), url('fonts/lato-v16-latin-300.svg#Lato') format('svg');
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/lato-v16-latin-300italic.eot');
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url('fonts/lato-v16-latin-300italic.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v16-latin-300italic.woff2') format('woff2'), url('fonts/lato-v16-latin-300italic.woff') format('woff'), url('fonts/lato-v16-latin-300italic.ttf') format('truetype'), url('fonts/lato-v16-latin-300italic.svg#Lato') format('svg');
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lato-v16-latin-regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v16-latin-regular.woff2') format('woff2'), url('fonts/lato-v16-latin-regular.woff') format('woff'), url('fonts/lato-v16-latin-regular.ttf') format('truetype'), url('fonts/lato-v16-latin-regular.svg#Lato') format('svg');
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/lato-v16-latin-700.eot');
  src: local('Lato Bold'), local('Lato-Bold'), url('fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v16-latin-700.woff2') format('woff2'), url('fonts/lato-v16-latin-700.woff') format('woff'), url('fonts/lato-v16-latin-700.ttf') format('truetype'), url('fonts/lato-v16-latin-700.svg#Lato') format('svg');
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/lato-v16-latin-900.eot');
  src: local('Lato Black'), local('Lato-Black'), url('fonts/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v16-latin-900.woff2') format('woff2'), url('fonts/lato-v16-latin-900.woff') format('woff'), url('fonts/lato-v16-latin-900.ttf') format('truetype'), url('fonts/lato-v16-latin-900.svg#Lato') format('svg');
}
@font-face {
  font-family: 'impactreg';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('./impactreg.eot');
  src: local('impactreg'), url('fonts/impactreg.woff') format('woff'), url('fonts/impactreg.ttf') format('truetype');
}
/* Variables */
.blue {
  color: #0348b9;
}
.blue-bg {
  background-color: #0348b9;
}
.dark-blue {
  color: #03558d;
}
.dark-blue-bg {
  background-color: #03558d;
}
.green {
  color: #6cbf48;
}
.green-bg {
  background-color: #6cbf48;
}
.dark-green {
  color: #295135;
}
.dark-green-bg {
  background-color: #295135;
}
.purple {
  color: #3c5a8b;
}
.purple-bg {
  background-color: #3c5a8b;
}
.text-color {
  color: #333333;
}
.text-color-light {
  color: #cccccc;
}
/* Fonts */
.basefont {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}
.titlefont {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #0348b9;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.dark .basefont,
.dark .titlefont {
  color: #fff;
}
/* Animations */
.animate-quick {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.animate-gradual {
  -webkit-transition: all 0.77s ease-in-out;
  -moz-transition: all 0.77s ease-in-out;
  -ms-transition: all 0.77s ease-in-out;
  -o-transition: all 0.77s ease-in-out;
  transition: all 0.77s ease-in-out;
}
/* --------- Responsive ---------- */
/*
xxxs: 0-319px,
xxs: 320px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px+
*/
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
}
@media (max-width: 319px) {
}
/* Globals */
html,
body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
  padding: 0;
}
#content-wrap {
  padding-bottom: 700px;
}
.home #content-wrap {
  padding-bottom: 0;
}
.page-section {
  padding: 1em 0;
}
.page-section.first {
  padding: 3em 0 1em 0;
}
.home .page-section {
  padding: 3em 0 4em 0;
}
/* ----- Responsive ----- */
/*
xxxs: 0-319px,
xxs: 320px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px+
*/
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 960px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
  html,
  body {
    font-size: 18px;
  }
  #content-wrap {
    padding-bottom: 680px;
  }
}
@media (max-width: 319px) {
  html,
  body {
    font-size: 16px;
  }
}
/* ----- Text Elements ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #0348b9;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
p.inline {
  display: inline !important;
  width: auto !important;
}
p.inline:after {
  position: relative;
  display: block;
  width: 100% !important;
  clear: both;
  content: "";
  padding-bottom: 1em;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-weight: 700;
  font-size: 1.75em;
  text-transform: none;
  margin: 0;
  padding: 0.5em 0;
}
h3 {
  font-weight: 400;
  font-size: 1.25em;
  margin: 0;
  padding: 0.25em 0 0.25em 0;
}
h3.inline {
  color: #0348b9;
}
h4 {
  font-size: 1.35em;
  font-weight: 700;
  padding: 0.25em 0 0.25em 0;
}
h5 {
  font-size: 1.15em;
  font-weight: 700;
  padding: 0.25em 0 0.25em 0;
}
h6 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  padding: 0.25em 0 0.15em 0;
}
.page-title,
.section-title,
.post-title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #0348b9;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 2.5em;
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 0 1em 0;
  line-height: 1.15;
}
.page-title.has-subtitle,
.section-title.has-subtitle,
.post-title.has-subtitle {
  padding-bottom: 0;
}
.dark .page-title,
.dark .section-title,
.dark .post-title {
  color: #fff;
}
.post-title {
  text-align: left;
}
.post-subtitle {
  text-align: left;
}
.section-title.first {
  padding-top: 0;
}
.page-title span {
  display: block;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  text-transform: none;
  font-size: 0.75em;
  font-weight: 700;
}
/*.home .page-title,
.home .section-title {
	font-size: 2.75em;
	padding: 0.5em 0 0.5em 0;
}*/
.page-header {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
}
.page-header .page-title {
  padding-top: 0;
  font-size: 2em;
}
.dark {
  color: #fff !important;
}
.dark .content {
  color: #fff !important;
}
.dark .titlefont,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff !important;
}
.dark .page-title,
.dark .section-title {
  color: #fff !important;
}
.no-title .page-title,
.no-title .section-title {
  display: none;
}
.no-header .page-header,
.no-header .post-header {
  display: none;
}
.no-title .page-header .page-subtitle,
.no-title .section-header .page-subtitle,
.no-title .page-header .section-subtitle,
.no-title .section-header .section-subtitle {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #0348b9;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 1.9em;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}
#content-wrap a,
#site-footer a,
.fancy-link {
  position: relative;
  display: inline;
  text-decoration: none !important;
  transition: all 0.3s ease-in;
  color: #6cbf48;
}
#content-wrap a:before,
#site-footer a:before,
.fancy-link:before,
#content-wrap a:after,
#site-footer a:after,
.fancy-link:after {
  content: "";
  position: absolute;
  bottom: -0.15em;
  width: 0px;
  height: 1px;
  margin: 0;
  transition: all 0.5s ease-in;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: #033ea0;
}
#content-wrap a:before,
#site-footer a:before,
.fancy-link:before {
  left: 50%;
}
#content-wrap a:after,
#site-footer a:after,
.fancy-link:after {
  right: 50%;
}
#content-wrap a:hover,
#site-footer a:hover,
.fancy-link:hover,
#content-wrap a:focus,
#site-footer a:focus,
.fancy-link:focus {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.3s ease-out;
  color: #0348b9;
}
#content-wrap a:hover:before,
#site-footer a:hover:before,
.fancy-link:hover:before,
#content-wrap a:focus:before,
#site-footer a:focus:before,
.fancy-link:focus:before,
#content-wrap a:hover:after,
#site-footer a:hover:after,
.fancy-link:hover:after,
#content-wrap a:focus:after,
#site-footer a:focus:after,
.fancy-link:focus:after {
  width: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content-wrap a:hover:before,
#site-footer a:hover:before,
.fancy-link:hover:before,
#content-wrap a:focus:before,
#site-footer a:focus:before,
.fancy-link:focus:before {
  left: 50%;
}
#content-wrap a:hover:after,
#site-footer a:hover:after,
.fancy-link:hover:after,
#content-wrap a:focus:after,
#site-footer a:focus:after,
.fancy-link:focus:after {
  right: 50%;
}
#content-wrap a.icon-link,
#site-footer a.icon-link,
.fancy-link.icon-link,
#content-wrap a.phoneLink,
#site-footer a.phoneLink,
.fancy-link.phoneLink,
#content-wrap a.imgLink,
#site-footer a.imgLink,
.fancy-link.imgLink {
  color: inherit;
  text-decoration: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content-wrap a.icon-link:before,
#site-footer a.icon-link:before,
.fancy-link.icon-link:before,
#content-wrap a.phoneLink:before,
#site-footer a.phoneLink:before,
.fancy-link.phoneLink:before,
#content-wrap a.imgLink:before,
#site-footer a.imgLink:before,
.fancy-link.imgLink:before,
#content-wrap a.icon-link:after,
#site-footer a.icon-link:after,
.fancy-link.icon-link:after,
#content-wrap a.phoneLink:after,
#site-footer a.phoneLink:after,
.fancy-link.phoneLink:after,
#content-wrap a.imgLink:after,
#site-footer a.imgLink:after,
.fancy-link.imgLink:after {
  display: none;
}
/*#content-wrap .dark a,
#site-footer .dark a,
.dark .fancy-link {
	color: #fff;
	&:before,
	&:after {
		background-color: darken(#fff,5%);
	}
	&:hover {
		color: #fff;
	}
}*/
#content-wrap .main-content p a:before,
#content-wrap .main-content p a:after {
  bottom: 0.1em;
}
.read-more {
  font-size: 0.85em;
  color: #6cbf48;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#content-wrap .bottom-arrow {
  position: relative;
  display: inline-block;
}
#content-wrap .bottom-arrow:before {
  display: none !important;
}
#content-wrap .bottom-arrow:after {
  display: block !important;
  position: absolute;
  color: #6cbf48;
  background: none;
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1;
  content: "\f107";
  width: 100%;
  height: auto;
  margin: 0;
  left: 0 !important;
  right: 0 !important;
  bottom: -0.85em;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content-wrap .bottom-arrow:hover:after,
#content-wrap .bottom-arrow:focus:after {
  color: #0348b9;
  bottom: -1em;
  width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
#content-wrap .top-arrow {
  position: relative;
  display: inline-block;
}
#content-wrap .top-arrow:before {
  display: block !important;
  position: absolute;
  color: #6cbf48;
  background: none;
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1;
  content: "\f077";
  width: 100%;
  height: auto;
  margin: 0;
  left: 0 !important;
  right: 0 !important;
  top: -0.95em;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content-wrap .top-arrow:after {
  display: none !important;
}
#content-wrap .top-arrow:hover:before,
#content-wrap .top-arrow:focus:before {
  color: #0348b9;
  top: -1.25em;
  width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.btn {
  display: inline-block;
  position: relative !important;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #0348b9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.thin {
  border-width: 1px;
}
.btn:before,
.btn:after {
  display: none;
}
.btn:hover,
.btn:focus {
  background-color: #0348b9;
  color: #fff !important;
}
p {
  margin: 0;
  padding: 0 0 1em 0;
}
p.smaller {
  font-size: 0.9em;
}
p.larger {
  font-size: 1.1em;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.columns-2 {
  column-count: 2;
  column-gap: 4em;
}
#content-wrap .main-content ul {
  list-style: none;
  padding-bottom: 1em;
}
#content-wrap .main-content ul li::before {
  content: "\2022";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.table thead th {
  font-weight: 700;
  text-transform: uppercase;
}
.table tbody th {
  font-weight: 700;
  text-transform: none;
}
/* ----- Responsive ----- */
/*
xxxs: 0-319px,
xxs: 320px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px+
*/
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .columns-2 {
    column-count: 2;
    column-gap: 2em;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
  h1 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 1.65em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.05em;
  }
  h6 {
    font-size: 1.1em;
  }
  .page-title,
  .section-title,
  .post-title {
    font-size: 1.9em;
  }
  .home .page-title,
  .home .section-title {
    font-size: 2em;
  }
  .no-title .page-header .page-subtitle,
  .no-title .section-header .page-subtitle,
  .no-title .page-header .section-subtitle,
  .no-title .section-header .section-subtitle {
    font-size: 2em;
  }
}
@media (max-width: 567px) {
  .columns-2 {
    column-count: 1;
    column-gap: 0;
  }
}
@media (max-width: 319px) {
}
/* Header */
#masthead {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
#mainNav {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-right: 0;
}
#mainNav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
#mainNav .navbar-brand .custom-logo {
  display: block;
  max-height: 60px;
  width: auto;
  margin: 0;
  padding: 0;
}
#mainNav .navbar-collapse {
  padding-right: 0;
  padding-bottom: 0;
}
.slider-nav {
  padding: 0;
  margin: 0;
}
.slider-nav > .menu-item {
  position: relative;
  padding: 0;
  margin: 0;
}
.slider-nav > .menu-item > a {
  position: relative;
  background: transparent;
  font-size: 0.85em;
  color: #333333;
  font-weight: 400;
  padding: 1.5em 1em 2em 1em !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-nav > .menu-item > a:hover,
.slider-nav > .menu-item > a:focus {
  color: #6cbf48;
}
.slider-nav > .menu-item > a.current-nav::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #6cbf48;
}
.slider-nav > .menu-item.nav-search {
  display: none !important;
}
.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}
.slider-nav > .menu-item > a,
.target {
  transition: all 0.35s ease-in-out;
}
.slider-nav > .menu-item > .dropdown-toggle::after {
  display: none;
}
.slider-nav > .menu-item > .dropdown-menu {
  display: block !important;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-nav > .menu-item > .dropdown-menu.show {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.slider-nav > .menu-item > .dropdown-menu .menu-item {
  position: relative;
}
.slider-nav > .menu-item > .dropdown-menu .menu-item a {
  position: relative;
  padding: 0.35em 2em 0.35em 2em !important;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu {
  display: block !important;
  position: relative;
  max-height: 0;
  overflow: hidden;
  border: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu.expand {
  max-height: 9000px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item a {
  padding: 0.15em 2em 0.15em 3em !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item a:hover,
.slider-nav > .menu-item > .dropdown-menu .dropdown-menu .menu-item a:focus {
  color: #0348b9;
}
/* Navbar Toggle */
#nav-icon {
  width: 50px;
  height: 40px;
  margin: 0.4em 1em 0.5em auto !important;
  outline: none !important;
  border: none !important;
}
#nav-icon span {
  background: #b6b6b6;
  border-radius: 3px;
}
#nav-icon.active span,
#nav-icon.open span {
  background-color: #6cbf48 !important;
}
#nav-icon:hover span,
#nav-icon:focus span {
  background-color: #6cbf48 !important;
}
#masthead.sticky {
  background: #ffffff;
  padding-top: 0;
}
#masthead.sticky #mainNav .navbar-brand {
  margin-top: 0;
}
#masthead.sticky #mainNav .navbar-brand .custom-logo {
  max-height: 40px;
}
#masthead.sticky .slider-nav .menu-item a {
  font-size: 0.8em;
  padding: 1em 1em 0.75em 1em !important;
}
#masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu {
  background: transparent;
}
#masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu a {
  font-size: 0.75em;
  padding: 0.2em 2em 0.2em 3em !important;
}
#masthead.sticky #nav-icon {
  margin: 0.5em 1em 0.25em auto !important;
}
#subpage-header {
  background-color: #0348b9;
  background-image: url("images/header-subpage-min.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  background-attachment: fixed;
  height: 350px;
}
#subpage-header .title-container {
  padding: 8em 0 0 0;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: left;
}
#subpage-header .title-container .header-title {
  font-size: 2.5em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* ----- Responsive ----- */
/*
xxxs: 0-319px,
xxs: 320px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px+
*/
@media (max-width: 1700px) {
  /*#subpage-header {
		background-size: 25% auto;
	}*/
}
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
  /*#subpage-header {
		background-size: 28% auto;
	}*/
}
@media (max-width: 1280px) {
  /*#subpage-header {
		background-size: 30% auto;
	}*/
}
@media (max-width: 1199px) {
  .slider-nav .menu-item a {
    font-size: 0.75em;
    padding: 1.5em 0.5em 1.5em 0.5em !important;
  }
  #masthead.sticky .slider-nav .menu-item a {
    font-size: 0.7em;
    padding: 1em 0.5em 1em 0.5em !important;
  }
  #subpage-header {
    height: 300px;
  }
  #subpage-header .title-container {
    padding: 7em 0 0 0;
  }
}
@media (max-width: 991px) {
  #masthead {
    padding-top: 5px;
  }
  #masthead .nav-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #mainNav {
    padding-left: 0;
    padding-right: 0;
  }
  #mainNav .navbar-brand {
    margin-top: 0;
    margin-left: 1em;
    padding-bottom: 5px;
  }
  #masthead.sticky #mainNav .navbar-brand {
    margin-top: 0;
    padding-bottom: 0;
  }
  .slider-nav,
  #masthead.sticky .slider-nav {
    margin: 0;
    padding: 0;
  }
  .slider-nav .menu-item,
  #masthead.sticky .slider-nav .menu-item {
    display: block;
  }
  .slider-nav .menu-item a,
  #masthead.sticky .slider-nav .menu-item a {
    font-size: 1.15em;
    text-align: center;
    display: block;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    text-shadow: none !important;
  }
  .slider-nav .menu-item a:hover,
  #masthead.sticky .slider-nav .menu-item a:hover,
  .slider-nav .menu-item a:focus,
  #masthead.sticky .slider-nav .menu-item a:focus {
    background-color: #6cbf48;
    color: #fff;
  }
  .slider-nav .menu-item .mobile-icons,
  #masthead.sticky .slider-nav .menu-item .mobile-icons {
    text-align: center;
  }
  .slider-nav .menu-item .mobile-icons a,
  #masthead.sticky .slider-nav .menu-item .mobile-icons a {
    display: inline-block;
  }
  .slider-nav .menu-item .dropdown-menu,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu {
    border-radius: 0;
    border-left: none;
    border-right: none;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .slider-nav .menu-item .dropdown-menu .menu-item a,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .menu-item a {
    font-size: 1.1em;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .slider-nav .menu-item .dropdown-menu .menu-item a:hover,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .menu-item a:hover,
  .slider-nav .menu-item .dropdown-menu .menu-item a:focus,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .menu-item a:focus {
    background-color: #0348b9;
    color: #fff;
  }
  .slider-nav .menu-item .dropdown-menu .dropdown-menu,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu {
    max-height: 3000px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a {
    font-size: 1.05em;
    padding-top: 0.65em !important;
    padding-bottom: 0.65em !important;
  }
  .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:hover,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:hover,
  .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:focus,
  #masthead.sticky .slider-nav .menu-item .dropdown-menu .dropdown-menu .menu-item a:focus {
    background-color: #0348b9;
    color: #fff;
  }
}
@media (max-width: 960px) {
  #subpage-header {
    background-size: 120% auto;
    background-position: top center;
    height: 250px;
  }
  #subpage-header .title-container {
    padding: 6.5em 0 0 0;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 666px) {
  #subpage-header {
    background-size: 150% auto;
    background-position: top center;
  }
}
@media (max-width: 567px) {
  #subpage-header {
    background-size: 175% auto;
    background-position: top center;
  }
}
@media (max-width: 480px) {
  #subpage-header {
    background-position: top 4em center;
  }
}
@media (max-width: 375px) {
  #mainNav .navbar-brand .custom-logo {
    max-height: 50px;
  }
  /*#subpage-header {
		background-size: 78% auto;
		.title-container {
			padding: 6.5em 0 1.75em 0;
			font-size: 0.7em;
		}
	}*/
}
@media (max-width: 350px) {
  #mainNav .navbar-brand .custom-logo {
    max-height: 45px;
  }
}
@media (max-width: 319px) {
}
/* Modals */
.modal.show {
  z-index: 999999;
}
.modal-open {
  padding: 0 !important;
  overflow-y: auto;
}
.modal-fullwidth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 !important;
}
.modal-fullwidth .modal-dialog {
  margin: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  background: none;
  position: relative;
  top: 10%;
  overflow: hidden;
}
.modal-fullwidth .modal-content {
  position: relative;
  margin-top: 0%;
  max-height: 85vh;
  width: 100%;
  max-width: 100%;
  background: #fff;
  overflow-y: auto;
}
.modal-header,
.modal-body,
.modalNav {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.mobal-content .container {
  max-height: 100%;
  overflow: hidden;
}
.modal-body {
  position: relative;
  height: auto;
  overflow: hidden !important;
}
.modal-header {
  background: none !important;
  box-shadow: none !important;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.modal-header {
  position: relative;
}
.modal-header .close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 900;
  width: 2em;
  height: 2em;
  line-height: 1;
}
.modal-header .close:before,
.modal-header .close:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background: #ccc;
  height: 2em;
  width: 2px;
  pointer-events: none;
  z-index: -1;
  z-index: 900;
}
.modal-header .close:before {
  transform: rotate(-45deg);
}
.modal-header .close:after {
  transform: rotate(45deg);
}
.modal-header .close:focus,
.modal-header .close:hover,
.modal-header .close:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.modal-fullwidth .close {
  position: absolute;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0);
  right: 0;
  width: 68px;
  height: 68px;
  padding: 0;
  z-index: 100;
}
.modal-fullwidth .close:before,
.modal-fullwidth .close:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: ' ';
  height: 69px;
  width: 1px;
  pointer-events: none;
  z-index: -1;
  background: #999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-fullwidth .close:before {
  transform: rotate(45deg);
}
.modal-fullwidth .close:after {
  transform: rotate(-45deg);
}
.modal-content {
  position: relative;
  border: none;
  border-radius: 0;
  padding-top: 0;
  margin-top: 0;
}
.modal-body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding-left: 50px;
  padding-bottom: 25px;
  padding-right: 50px;
  height: auto;
}
.modalNav {
  background: #ebebeb;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
.modalNav .modalNext {
  float: right;
}
.modal-bio {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
.modal-img,
.modal-info {
  position: relative;
}
.modal-title {
  background: none !important;
  box-shadow: none !important;
}
.modal-title.team-member-name {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: 700 !important;
}
.mobal-content .team-member-title {
  font-size: 1.1em;
}
h4.modal-subtitle.team-member-title br {
  display: none !important;
}
.modal-bio-content {
  position: relative;
  height: auto;
  margin: 0.5em 0 2.5em 0;
}
.modal-close-link {
  text-decoration: none !important;
  outline: none !important;
}
/* --------- Responsive ---------- */
@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .modal-fullwidth .close {
    width: 58px;
    height: 58px;
  }
  .modal-fullwidth .close:before,
  .modal-fullwidth .close:after {
    height: 59px;
  }
}
@media (min-width: 576px) {
}
@media (max-width: 575px) {
  /*.modal-fullwidth .close {
		width: 48px;
		height: 48px;
		right: -10px;
	}
	.modal-fullwidth .close:before, 
	.modal-fullwidth .close:after {
		height: 49px;
	}
	.modal-body {
		padding-left: 25px;
		padding-right: 25px;
	}*/
}
@media (max-width: 480px) {
  /*.modal-fullwidth .close {
		width: 38px;
		height: 38px;
		right: -10px;
	}
	.modal-fullwidth .close:before, 
	.modal-fullwidth .close:after {
		height: 39px;
	}
	.modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}*/
}
.knob-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.svg-border {
  width: 100%;
  overflow: hidden;
  border: none !important;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 900;
}
.svg-border .container:before,
.svg-border .container:after {
  display: block;
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.svg-border .container:before {
  left: 0;
}
.svg-border .container:after {
  right: 0;
}
.svg-border .wave {
  position: relative;
  border: none !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: bottom center !important;
  height: 3em;
  max-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.svg-border .wave .downArrow {
  position: absolute;
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  text-align: center;
  color: #0348b9 !important;
  margin-top: -0.5em;
  z-index: 100;
}
.svg-border .wave .downArrow:before,
.svg-border .wave .downArrow:after {
  display: none !important;
}
.svg-border .wave .downArrow:hover {
  -webkit-animation: arrows 2.8s 0.4s;
  animation: arrows 2.8s 0.4s;
}
@-webkit-keyframes arrows {
  0% {
    top: 0;
  }
  10% {
    top: 20%;
  }
  20% {
    top: 0;
  }
  30% {
    top: 20%;
  }
  40% {
    top: -10%;
  }
  50% {
    top: 20%;
  }
  60% {
    top: 0;
  }
  70% {
    top: 20%;
  }
  80% {
    top: -1s 0%;
  }
  90% {
    top: 20%;
  }
  100% {
    top: 0;
  }
}
.knob-blue-cutout .svg-border .container:before,
.knob-blue-cutout .svg-border .container:after {
  background-color: #0348b9;
}
.knob-blue-cutout .svg-border .wave {
  background: url("images/banner-knob-blue-bottom-min.png");
}
.knob-white-cutout .svg-border .container:before,
.knob-white-cutout .svg-border .container:after {
  background-color: #fff;
}
.knob-white-cutout .svg-border .wave {
  background: url("images/banner-knob-white-bottom-min.png");
}
#home-hero {
  padding: 2em 0 0 0;
  border-bottom: none;
}
#home-hero .content {
  display: flex;
  align-items: center;
  height: 666px;
  z-index: 900;
}
#home-hero .content .page-header .page-title {
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#home-hero .content .page-header .page-subtitle {
  font-size: 3.5em;
  font-weight: 900;
  color: #0348b9;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#home-hero #hero-parallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-hero #hero-parallax .img-parallax {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
#home-hero #hero-parallax .img-top {
  z-index: 100;
}
#home-hero #hero-parallax .img-bottom {
  z-index: 50;
}
#about {
  background-image: url("images/about-bg-min.png");
  background-repeat: no-repeat;
  background-position: right 1em bottom -12em;
  background-size: 35% auto;
  background-attachment: fixed;
  background-color: #0348b9;
  padding-top: 1em;
  border-top: none;
  overflow: hidden;
}
#about .section-title {
  font-size: 2.5em;
  font-weight: 400;
}
#about:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, #0348b9 0%, rgba(3, 72, 185, 0) 100%);
  background: -webkit-linear-gradient(top, #0348b9 0%, rgba(3, 72, 185, 0) 100%);
  background: linear-gradient(to bottom, #0348b9 0%, rgba(3, 72, 185, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0348b9', endColorstr='#000348b9', GradientType=0);
}
.t-top .section-content {
  padding-top: 0 !important;
}
.t-top .section-header {
  padding: 0;
}
.t-top .section-header:before {
  display: block;
  position: relative;
  width: 1px;
  height: 6em;
  background-color: #0348b9;
  content: "";
  margin: 0 auto 0 auto;
  padding: 0;
}
.t-top .section-header .section-title {
  padding-top: 0;
}
.t-top .section-header .section-title:before {
  display: block;
  position: relative;
  width: 35%;
  height: 1px;
  background-color: #0348b9;
  content: "";
  margin: 0 auto 0.5em auto;
}
#approach {
  background-position: bottom left;
  background-color: #ced5e7;
  padding-top: 0;
}
#approach .content:after {
  display: block;
  position: relative;
  width: 35%;
  height: 1px;
  background-color: #0348b9;
  content: "";
  margin: 2em auto 3em auto;
}
#approach #stlx-animation {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
#programs {
  position: relative;
  background-color: #6cbf48;
}
#programs .content,
#programs .aside {
  position: relative;
  z-index: 10;
}
#programs .content p {
  font-size: 1.35em;
  padding-left: 2em;
  padding-right: 2em;
}
#programs .aside {
  padding-top: 3em;
  padding-bottom: 6em;
}
.flip-box-wrap {
  position: relative;
  min-width: 100%;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  z-index: 100;
  /*&:hover,
	&:focus,
	&:active {
		.flip-box {
			-webkit-transform: rotateY(180deg);
			   -moz-transform: rotateY(180deg);
					transform: rotateY(180deg);
			.front {
				.box-title {
					-webkit-opacity: 0;
			   	   	   -moz-opacity: 0;
							opacity: 0;
				}
			}
		}
	}*/
}
.flip-box-wrap .flip-box {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-wrap .flip-box:before {
  display: none;
}
.flip-box-wrap .flip-box:after {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  padding-bottom: 65%;
}
.flip-box-wrap .flip-box .front,
.flip-box-wrap .flip-box .back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #879b8f;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-wrap .flip-box .front {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-box-wrap .flip-box .front .box-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 4em;
  line-height: 1;
  font-weight: 900;
  color: #abd197 !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flip-box-wrap .flip-box .front img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.flip-box-wrap .flip-box .back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  color: #fff;
}
.flip-box-wrap .flip-box .back .content {
  text-align: left;
  padding: 2em 3em;
}
.flip-box-wrap .flip-box .back .content .box-back-title {
  color: #6cbf48 !important;
}
/*
@media(hover: hover) and (pointer: fine) {
    .flip-box-wrap {
		&:hover,
		&:focus,
		&:active {
			.flip-box {
				-webkit-transform: rotateY(180deg);
				   -moz-transform: rotateY(180deg);
						transform: rotateY(180deg);
			}
		}
	}
}
*/
.team-members .member-profile {
  text-align: center;
}
.team-members .member-profile .img-wrap {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto 1em auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 1em;
}
.team-members .member-profile .member-name,
.team-members .member-profile .member-title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.team-members .member-profile .member-name {
  font-size: 1.25em;
  padding: 0.75em 0 0.2em 0;
}
.team-members .member-profile .member-title {
  padding-bottom: 0.5em;
}
.team-members.team-no-images .member-profile {
  padding-top: 1em;
  padding-bottom: 2em;
}
.team-modal .member-name,
.team-modal .member-title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.team-modal .member-name {
  font-size: 1.25em;
  padding: 0.75em 0 0.2em 0;
}
.team-modal .member-title {
  padding-bottom: 0.5em;
}
#leadership {
  padding: 1em 0 2em 0 !important;
}
#leadership .section-title {
  color: #3c5a8b !important;
  padding: 0 0 0.5em 0 !important;
}
#board-of-directors {
  position: relative;
  padding-bottom: 14em;
}
/*#leadership .team-featured,
#board-of-directors {
	.member-wrapper:nth-of-type(1n) {
		-webkit-animation-delay: 0.35s;
		   -moz-animation-delay: 0.35s;
				animation-delay: 0.35s;
	}
	.member-wrapper:nth-of-type(2n) {
		-webkit-animation-delay: 0s;
		   -moz-animation-delay: 0s;
				animation-delay: 0s;
	}
	.member-wrapper:nth-of-type(3n) {
		-webkit-animation-delay: 0.2s;
		   -moz-animation-delay: 0.2s;
				animation-delay: 0.2s;
	}
}*/
#left-illustration {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18%;
  height: auto;
  margin-top: 163em;
  background: url("images/parallax-illustration-left-min.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 990;
}
#left-illustration::after {
  display: block;
  content: "";
  padding-bottom: 200%;
}
#right-illustration {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 13%;
  height: auto;
  margin-top: 187em;
  background: url("images/parallax-illustration-right-min.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 990;
}
#right-illustration::after {
  display: block;
  content: "";
  padding-bottom: 300%;
}
#scientific-advisory-board:before {
  position: relative;
  display: block;
  width: 10%;
  height: 4px;
  background-color: #6cbf48;
  content: "";
  margin: 0 auto;
}
#scientific-advisory-board .section-title {
  padding-top: 1em;
}
#investors {
  padding: 0;
}
#investors .section-content {
  min-height: 10px;
}
#investors .section-title {
  color: #fff;
  padding-bottom: 1em;
  margin-bottom: 0;
}
#investors .outer-wrap {
  margin-top: -15.5em;
}
#investors .inner-wrap > .row {
  background: #fff;
}
#investors .inner-wrap > .row .content-wrap,
#investors .inner-wrap > .row .aside {
  padding: 0 4em;
  margin: 2em 0;
  min-height: 12em;
  display: flex;
  align-items: center;
}
#investors .inner-wrap > .row .content-wrap {
  border-right: 1px solid #999;
  border-right: 1px solid rgba(153, 153, 153, 0.85);
  justify-content: center;
}
#investors .inner-wrap > .row .aside {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#investors .inner-wrap > .row .aside p {
  line-height: 1.85;
  padding: 0;
}
#news {
  padding-top: 0;
}
#newsCarousel {
  position: relative;
  margin-top: 1em;
  margin-bottom: 3em;
}
#newsCarousel .news-item {
  z-index: 10;
}
#newsCarousel .news-date {
  font-family: 'impactreg', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
  font-weight: 400;
  font-size: 3.5em;
  color: #fff !important;
}
#newsCarousel .news-title {
  font-weight: 300;
  font-size: 1.35em;
  line-height: 1.5;
}
#newsCarousel .news-title a {
  color: #fff !important;
}
#newsCarousel .news-title a::before,
#newsCarousel .news-title a::after {
  display: none;
}
#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 900;
}
#newsCarousel .carousel-control-prev {
  left: -4em;
  right: auto;
}
#newsCarousel .carousel-control-next {
  left: auto;
  right: -10em;
}
#careers {
  padding-top: 0;
  background-image: url("images/bg-careers-bottom-min.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  overflow: hidden;
}
#careers .section-header:before {
  height: 6em;
}
#careers .section-title:before {
  width: 20%;
}
#careers .content p {
  text-align: center;
  font-size: 1.3em;
  padding: 0 1.5em 1em 1.5em;
}
#careers .content:after {
  display: block;
  position: relative;
  width: 20%;
  height: 1px;
  background-color: #0348b9;
  content: "";
  margin: 2em auto 3em auto;
}
#careers .content .read-more {
  font-size: 0.75em;
}
.blog .page-section {
  padding-top: 0;
  overflow: hidden;
}
.blog .container.main {
  padding-top: 0;
}
.blog .press-release {
  position: relative;
  border-bottom: 1px solid rgba(3, 72, 185, 0.5);
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.blog .press-release:first-child {
  border-top: 1px solid rgba(3, 72, 185, 0.5);
  padding-top: 2em;
  margin-top: 7em;
}
.blog .press-release:first-child::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 8em;
  background-color: rgba(3, 72, 185, 0.5);
  top: -8em;
  left: 50%;
}
.blog .press-release .post-date {
  font-size: 2.5em;
  font-weight: 400;
  color: #0348b9;
  padding: 0;
}
.blog .press-release .post-title {
  font-size: 1.666em;
  font-weight: 300;
  line-height: 1.15;
  padding: 0;
}
.blog .press-release .post-title a::before,
.blog .press-release .post-title a::after {
  display: none;
}
.blog .press-release .post-content {
  padding: 0 0 1em 0;
}
.blog .press-release .post-content .read-more {
  display: none !important;
}
#pagination {
  text-align: center;
  font-weight: 400;
}
.single-post .container.main {
  padding-top: 3em;
}
.single-post .container.main .post-header {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(3, 72, 185, 0.25);
}
.single-post .container.main .post-title {
  font-size: 2.25em;
  color: #6cbf48;
  font-weight: 300;
  line-height: 1.15;
}
.single-post .container.main .post-subtitle {
  font-size: 1.35em;
  color: #0348b9;
  font-weight: 700;
}
.dateline {
  font-weight: 700;
}
.has-dateline .content p:first-of-type {
  display: inline;
}
.has-dateline .content p:first-of-type:before {
  display: inline;
  clear: none;
  content: " - ";
}
.has-dateline .content p:first-of-type:after {
  display: block;
  clear: both;
  content: "";
  padding-bottom: 1em;
}
/* ----- Responsive ----- */
/*
xxxs: 0-319px,
xxs: 320px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px+
*/
@media (max-width: 1599px) {
  #left-illustration {
    margin-left: -3em;
  }
  #right-illustration {
    margin-right: -1em;
  }
}
@media (max-width: 1439px) {
}
@media (max-width: 1280px) {
  #left-illustration {
    margin-top: 157em;
    left: -5em;
  }
  #right-illustration {
    margin-top: 185em;
    right: -3em;
  }
}
@media (max-width: 1199px) {
  .flip-box-wrap .flip-box .front .box-title {
    font-size: 3.5em;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 0.9em;
    padding: 2em 2em;
    line-height: 1.25;
  }
  .flip-box-wrap .flip-box .back .content .box-back-title {
    margin-bottom: 0;
  }
  .team-members .member-profile {
    font-size: 0.9em;
  }
  .team-members .member-profile .member-name {
    font-size: 1.25em;
    padding: 0.75em 0 0.2em 0;
  }
  .team-members .member-profile .member-title {
    padding-bottom: 0.5em;
  }
  .team-members.team-no-images .member-profile {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  #left-illustration {
    margin-top: 157em;
  }
  #right-illustration {
    margin-top: 185em;
  }
  .blog .press-release {
    font-size: 0.9em;
  }
}
@media (max-width: 1150px) {
  #home-hero .content {
    height: 550px;
  }
  #home-hero .content .page-header {
    font-size: 0.9em;
  }
  #programs .content p {
    font-size: 1.25em;
  }
  #careers .content p {
    font-size: 1.2em;
  }
}
@media (max-width: 1024px) {
  #newsCarousel {
    font-size: 0.9em;
  }
  #newsCarousel .carousel-control-prev {
    left: -2em;
    right: auto;
  }
  #newsCarousel .carousel-control-next {
    left: auto;
    right: -9em;
  }
}
@media (max-width: 991px) {
  #home-hero .content {
    height: 500px;
  }
  #left-illustration {
    margin-top: 150em;
  }
  #right-illustration {
    margin-top: 185em;
  }
  .flip-box-wrap .flip-box .front .box-title {
    font-size: 2.5em;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 0.75em;
    padding: 2em 1em;
    line-height: 1.25;
  }
  #investors .inner-wrap > .row .content-wrap,
  #investors .inner-wrap > .row .aside {
    padding: 0 2em;
    margin: 2em 0;
    min-height: 12em;
  }
  #investors .inner-wrap > .row .aside p {
    line-height: 1.65;
  }
  #newsCarousel {
    font-size: 0.85em;
  }
  #newsCarousel .carousel-control-prev {
    left: -3em;
    right: auto;
  }
  #newsCarousel .carousel-control-next {
    left: auto;
    right: -10em;
  }
  .blog .press-release {
    font-size: 0.75em;
  }
}
@media (max-width: 960px) {
  .team-members.team-no-images .member-profile {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .flip-box-wrap .flip-box .front .box-title {
    font-size: 2.5em;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 0.85em;
  }
  #newsCarousel .carousel-control-prev,
  #newsCarousel .carousel-control-next {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    width: 50%;
    margin-bottom: 1em;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  #newsCarousel .carousel-control-prev {
    float: left;
  }
  #newsCarousel .carousel-control-next {
    float: right;
  }
  .blog .press-release {
    font-size: 0.87em;
  }
}
@media (max-width: 900px) {
  #home-hero .content {
    height: 450px;
  }
  #home-hero #hero-parallax .img-parallax {
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: -2em;
  }
  #careers .content p {
    padding: 0 0 1em 0;
  }
}
@media (max-width: 768px) {
  #home-hero .content {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #left-illustration {
    margin-top: 175em;
  }
  #right-illustration {
    margin-top: 200em;
  }
  .flip-box-wrap .flip-box {
    margin-bottom: 1em;
  }
  .flip-box-wrap .flip-box .front .box-title {
    font-size: 4em;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 1.15em;
    padding: 2em 3em;
  }
  #investors .outer-wrap {
    margin-top: -14em;
  }
  #investors .inner-wrap > .row {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #investors .inner-wrap > .row .content-wrap,
  #investors .inner-wrap > .row .aside {
    padding: 0 2em;
    margin: 0;
    min-height: 2em;
  }
  .blog .press-release {
    font-size: 0.8em;
  }
  .blog .press-release .post-date {
    font-size: 2.25em;
  }
}
@media (max-width: 666px) {
  #home-hero .content {
    height: 350px;
  }
  #home-hero #hero-parallax .img-parallax {
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: -2em;
  }
  #left-illustration {
    margin-top: 185em;
  }
  #right-illustration {
    margin-top: 225em;
  }
  .blog .press-release {
    font-size: 0.75em;
  }
  .blog .press-release .post-date {
    font-size: 2.15em;
  }
}
@media (max-width: 600px) {
  #home-hero .content {
    height: 300px;
  }
  #home-hero .content .page-header {
    font-size: 0.75em;
  }
}
@media (max-width: 567px) {
  #home-hero #hero-parallax .img-parallax {
    margin-top: 2em;
    margin-right: auto;
  }
  .flip-box-wrap .flip-box .front .box-title {
    font-size: 4em;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 1.1em;
  }
  #leadership .content p {
    margin-top: 1em;
  }
  .blog .press-release {
    font-size: 0.9em;
  }
  .blog .press-release .post-date {
    font-size: 2.5em;
  }
  .single-post .container.main .post-title {
    font-size: 2em;
  }
  .single-post .container.main .post-subtitle {
    font-size: 1.25em;
  }
}
@media (max-width: 480px) {
  .flip-box-wrap .flip-box .back .content {
    font-size: 1em;
    padding: 2em 2em;
  }
}
@media (max-width: 420px) {
  .flip-box-wrap .flip-box .front .box-title {
    font-size: 3em;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 0.9em;
    padding: 1em 1.5em;
  }
}
@media (max-width: 375px) {
  .flip-box-wrap .flip-box .back .content {
    font-size: 0.85em;
    padding: 1em 1.5em;
  }
  #left-illustration {
    margin-top: 191em;
  }
  #right-illustration {
    margin-top: 225em;
  }
}
@media (max-width: 350px) {
  .svg-border .container:before,
  .svg-border .container:after {
    position: absolute;
    content: "";
    width: 10%;
    height: 100%;
    top: 0;
  }
  #home-hero .content {
    height: 250px;
  }
  #home-hero .content .page-header {
    font-size: 0.65em;
  }
  #home-hero #hero-parallax .img-parallax {
    margin-top: 4em;
    margin-right: auto;
  }
  .flip-box-wrap .flip-box .back .content {
    font-size: 0.8em;
    padding: 1em 1.25em;
  }
}
@media (max-width: 319px) {
  #home-hero .content {
    height: 200px;
  }
  #home-hero .content .page-header {
    font-size: 0.6em;
  }
  #home-hero #hero-parallax .img-parallax {
    margin-top: 4.5em;
  }
}
/* Footer */
#site-footer {
  background-color: #3c5a8b;
  color: #fff;
  padding-top: 0;
  padding-bottom: 1.25em;
}
#site-footer #footer-top {
  background-image: url("images/bg-footer-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 6em;
}
#site-footer #footer-top #contact .widgettitle {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #0348b9;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 2.5em;
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 0 1em 0;
  line-height: 1.15;
  color: #3c5a8b;
  text-align: center;
  padding-bottom: 0.75em;
}
#site-footer #footer-top #contact .widgettitle.has-subtitle {
  padding-bottom: 0;
}
#site-footer #footer-top .address {
  font-size: 1.15em;
}
#site-footer #footer-top .address .widgettitle {
  font-size: 1.25em;
  color: #3c5a8b;
  margin-bottom: 0;
}
#site-footer #footer-top .address a {
  color: #fff;
}
#site-footer #footer-top .address a:hover,
#site-footer #footer-top .address a:focus {
  color: #03558d;
}
#site-footer #footer-bottom {
  padding-top: 1.7em;
  font-size: 0.7em;
  text-align: center;
}
#site-footer #footer-bottom #copyright {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#site-footer #footer-bottom .widget_nav_menu {
  display: inline-block;
}
#site-footer #footer-bottom .widget_nav_menu .menu-footer-nav-container {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#site-footer #footer-bottom .widget_nav_menu .menu-footer-nav-container #menu-footer-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#site-footer #footer-bottom .widget_nav_menu .menu-footer-nav-container #menu-footer-nav .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
}
#site-footer #footer-bottom .widget_nav_menu .menu-footer-nav-container #menu-footer-nav .menu-item a {
  color: #fff;
}
#site-footer #footer-bottom .widget_nav_menu .menu-footer-nav-container #menu-footer-nav .menu-item a:before,
#site-footer #footer-bottom .widget_nav_menu .menu-footer-nav-container #menu-footer-nav .menu-item a:after {
  background: #fff;
}
.home #site-footer {
  position: relative;
}
/* --------- Responsive ---------- */
/*
xxxs: 0-319px,
xxs: 320px-567px,
xs: 568px-666px,
sm: 667px-767px,
md: 768px-991px,
lg: 992px-1199px,
xl: 1200px-1439px,
xxl: 1440px-1599px,
xxxl: 1600px+
*/
@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
  #site-footer #footer-top .address {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  #site-footer #footer-top .address {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  #site-footer #footer-top {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  #site-footer #footer-top .footer-logo img {
    display: block;
    margin: 0 auto 0.5em auto;
  }
  #site-footer #footer-top .address {
    text-align: center;
    padding-bottom: 1em;
  }
}
@media (max-width: 666px) {
}
@media (max-width: 567px) {
  #site-footer #footer-bottom #copyright {
    padding-bottom: 1em;
  }
}
@media (max-width: 319px) {
}
/* Modified Bootstral Break Points
xxxs: 0,
xxs: 320px,
xs: 568px,
sm: 667px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1440px,
xxxl: 1600px
*/
