@charset "utf-8";
/*   
Theme Name: Flare
Theme URI: http://www.theyatesnetwork.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.net
Version: 1.000
*/
@charset "ISO-8859-1";

@import url("https://fonts.cdnfonts.com/css/flama-medium");

@font-face {
  font-family: "Flama";
  src: url("fonts/FlamaRegular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Flama";
  src: url("fonts/FlamaItalic.otf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Flama";
  src: url("fonts/FlamaMedium.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Flama";
  src: url("fonts/FlamaMediumItalic.otf");
  font-weight: 700;
  font-style: italic;
}

html.wf-loading * {
  opacity: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

html.no-scroll{
  overflow-y: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Flama", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  color: #303954;
  background-color: #fff;
}

@media (max-width: 750px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 650px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

a {
  text-decoration: none;
  color: #303954;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #ba3434;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

#header {
  width: 100%;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 9999;
  background: none;
  transition: all 0.3s;
}

@media (max-width: 950px) {
  .single-team_member .navbar {
    background: #16171e;
  }
}

.navbar.scrolled {
  background-color: #16171e;
  height: 48px;
}

.navbar-brand {
  position: absolute;
  top: 20px;
  width: 200px;
  left: 20px;
}

.navbar.scrolled .navbar-brand {
  top: 3px;
  width: 150px;
}

@media (max-width: 950px) {
  .navbar-brand {
    top: 3px;
    width: 150px;
    left: 10px;
  }
}

.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#header .nav {
  position: absolute;
  list-style: none;
  font-size: 1.125rem;
  top: 48px;
  right: 0;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #16171e;
}

#header .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .nav ul li {
  margin: 0;
  padding: 0;
  width: 300px;
}

#header .nav ul li a {
  color: #fff;
  font-size: 21px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  padding: 20px 30px;
}

/* #header .nav ul li.current-page-ancestor>a { */
/*color: #bf1a88;*/
/* } */

#header .nav ul li.current_page_item>a {
  color: #f15b3d;
}

#header .nav ul li a:hover {
  color: #f15b3d;
  text-decoration: none;
}

#header .nav ul li ul {
  position: relative;
  margin: 0 0 0 15px;
  /*display:none;*/
}

#header .nav ul li:hover ul {
  position: relative;
}

#header .nav ul ul li a {
  font-size: 15px;
  display: block;
  padding: 10px 25px;
  line-height: 1.2;
  height: auto;
  font-weight: 400;
  color: #1f1f5b;
}

#header .nav ul li ul ul {
  display: none;
}

#hamburger {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 9999;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Crect fill='%23ffffff' x='40.316' y='58.528' width='131.339' height='7.881'/%3E%3Crect fill='%23ffffff' x='40.316' y='102.045' width='131.339' height='7.88'/%3E%3Crect fill='%23ffffff' x='40.316' y='145.564' width='131.339' height='7.879'/%3E%3C/svg%3E	");
  transition: all 0.3s;
}

@media (max-width: 950px) {
  #hamburger {
    top: 5px;
    right: 10px;
  }
}

.navbar.scrolled #hamburger {
  top: 5px;
}

#hamburger:hover {
  cursor: pointer;
}

#hamburger.opened {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cpolygon fill='%23ffffff' points='155.208,149.635 111.559,105.985 155.208,62.336 149.635,56.764 105.986,100.413 62.337,56.764 56.765,62.336 100.414,105.985 56.765,149.635 62.337,155.207 105.986,111.558 149.636,155.207 '/%3E%3C/svg%3E");
}

#hamburger.opened:hover {
  cursor: pointer;
}

#fullpagewrap {
  padding: 0;
  position: relative;
  margin: 0;
  overflow: hidden;
  background-size: 100% auto;
}

.wrap {
  overflow: hidden;
}

/* ====================================== Text Style defaults ============================= */

h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 650px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 650px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 650px) {
  h4 {
    font-size: 18px;
  }
}

h4+p {
  margin-top: 5px;
}

.button1 {
  font-size: 22px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
  padding: 9px 15px 6px 15px;
  display: inline-block;
  text-align: left;
  background-image: url(images/btn-bg.gif);
  background-size: 210% 100%;
  background-position: right -2px bottom;
  transition: all 0.3s ease-out;
  margin: 0;
  border: solid 2px #f15b3d;
  border-radius: 7px;
  vertical-align: middle;
}

.button1.blue {
  background-image: url(images/btn-bg-blue.gif);
  border: solid 2px #545b7c;
}

@media (max-width: 650px) {
  .button1 {
    font-size: 17px;
    padding: 7px 11px 5px 11px;
    border-radius: 5px;
  }

  .button1 svg {
    width: 12px;
    height: 12px;
  }
}

.button1:hover {
  color: #303954;
  background-position: left -2px bottom;
  cursor: pointer;
}

.button1 .arrow {
  fill: #fff;
  transition: all 0.3s ease-out;
}

.button1:hover .arrow {
  fill: #303954;
}

/* ====================================== Accordion =================================*/

.accordion {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #5f6368;
}

.accordion-item {
  background-color: #fff;
  padding: 36px 0;
  border-bottom: 1px solid #5f6368;
}

@media (min-width: 992px) {
  .accordion-item {
    padding: 36px 0;
  }
}

.accordion-item-header {
  color: #303954;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  padding-right: 64px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

@media (min-width: 576px) {
  .accordion-item-header {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .accordion-item-header {
    padding-right: 80px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .accordion-item-header {
    font-size: 28px;
    line-height: 32px;
    padding-right: 106px;
  }
}

.accordion-item-header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
  height: 19px;
  width: 20px;
  background: url("../Flare/images/arrow-up-mobile.svg") no-repeat;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .accordion-item-header::after {
    height: 24px;
    width: 27px;
    background: url("../Flare/images/arrow-up.svg") no-repeat;
  }
}

.accordion-item-header.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  color: #07293f;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding-top: 24px;
}

.accordion-item-body-content a {
  text-decoration: underline;
}

.accordion-item-body-content a:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  .accordion-item-body-content {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .accordion-item-body-content {
    font-size: 21px;
    line-height: 30px;
  }
}

/* ====================================== custom select ============================= */

.blog-filter-wrap {
  position: relative;
  z-index: 1;
}

.block-select-wrap {
  display: flex;
  /* margin-bottom: 90px; */
  margin-top: 60px;
}

.post-wrapper,
.block-news-row {
  padding-top: 90px;
}

#blog-listing .post-wrapper .card-article {
  max-width: 895px;
}

.block-select-wrap .select-wrap {
  margin-right: 24px;
}

.select-wrap .head-text {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #303954;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}

.select-menu {
  position: relative;
  width: 229px;
  /* margin: 50px 0; */
}

.select-menu .select-btn {
  position: relative;
  background: #f15b3d;
  color: #ffffff;
  padding: 11.5px 22px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  font-family: "Bebas Neue", sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.select-menu .select-btn::after {
  content: url(./images/up-angled.svg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  /* width: 10px;
  height: 9px;
  background: url('../Flare/images/up-angled.svg') no-repeat;
  background-size: cover; */
  transition: all .3s;
}

.select-menu .options {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 229px;
  overflow-y: auto;
  max-height: 295px;
  padding: 0;
  margin-top: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.select-menu .options .option {
  display: flex;
  cursor: pointer;
  padding: 12px 16px;
  align-items: center;
  background: #fff;
  font-size: 16px;
}

.select-menu .options .option:hover {
  background: #fcded8;
}

.select-menu .options .option.active {
  background: #fcded8;
}

.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}

.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn::after {
  transform: translateY(-50%) rotate(-180deg);
}

.select-menu.active .options {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

@media (max-width: 750px) {
  .block-select-wrap {
    display: block;
    /* margin-bottom: 72px; */
    margin-top: 42px;
  }

  .post-wrapper,
  .block-news-row {
    padding-top: 72px;
  }

  .block-select-wrap .select-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .select-wrap .head-text {
    display: none;
  }

  .select-menu {
    width: 100%;
  }

  .select-menu .options {
    width: 100%;
  }
}

.card-article {
  margin-bottom: 60px;
  max-width: 884px;
}

.card-article .published-date {
  display: inline-block;
  color: #f15b3d;
  font-size: 21px;
  letter-spacing: 4px;
  font-weight: 650;
  line-height: 29px;
  margin-bottom: 16px;
  font-family: "Flama Medium", sans-serif;
  text-transform: uppercase;
}

.card-article .title {
  font-size: 26px;
  font-weight: 650;
  line-height: 32px;
  margin-bottom: 28px;
  font-family: "Flama Medium", sans-serif;
}

.card-article .sub-title {
  display: inline-block;
  font-size: 20px;
  color: #07293f;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 28px;
}

.card-article .button2 {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  color: #303954;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 22px;
}

.card-article .button2:hover {
  padding-left: 8px;
}

@media (min-width: 992px) {
  .card-article .button2:hover {
    padding-left: 12px;
  }
}

@media (max-width: 750px) {
  .card-article .published-date {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .card-article .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .card-article .sub-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 14px;
  }

  .card-article .button2 {
    font-size: 17px;
    line-height: 22px;
  }

  .card-article .button2 svg {
    width: 17px;
    height: 14px;
    position: relative;
    top: 1px;
  }
}

/* ====================================== home sections ============================= */

#home {
  position: relative;
  background-color: #16171e;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
}

#home .desktop {
  position: relative;
  max-width: 1250px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

#home .burst {
  position: absolute;
  top: -90px;
  left: 50%;
  width: 1250px;
  height: 100%;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: rotate(5deg) scale(0.9);
  opacity: 0.5;
  margin: 0 0 0 -625px;
}

@media (max-width: 950px) {
  #home .burst {
    top: -60px;
    width: 1000px;
    margin: 0 0 0 -500px;
  }
}

@media (max-width: 550px) {
  #home .burst {
    top: -30px;
    width: 800px;
    margin: 0 0 0 -400px;
  }
}

@keyframes spin {
  from {
    transform: rotate(5deg) scale(0.9);
    opacity: 0.5;
  }

  to {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

#home .burst img {
  width: 100%;
  height: auto;
}

#home .tag {
  position: relative;
  width: 100%;
  text-align: center;
}

@media (max-width: 1150px) {
  #home .tag {
    padding-top: 60px;
  }
}

@media (max-width: 950px) {
  #home .tag {
    padding-top: 80px;
  }
}

@media (max-width: 750px) {
  #home .tag {
    padding-top: 150px;
  }
}

#home .tag img {
  width: 100%;
  height: auto;
}

@media (max-width: 1150px) {
  #home .tag img {
    width: 950px;
    height: auto;
  }
}

@media (max-width: 950px) {
  #home .tag img {
    width: 750px;
    height: auto;
  }
}

@media (max-width: 750px) {
  #home .tag img {
    width: 550px;
    height: auto;
  }
}

@media (max-width: 550px) {
  #home .tag img {
    width: 375px;
    height: auto;
  }
}

#home .text {
  position: relative;
  width: 60%;
  display: inline-block;
  margin: 220px auto 75px;
  margin-top: calc(100vh - 700px);
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  animation-name: tagfade;
  animation-delay: 3500ms;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media (max-width: 750px) {
  #home .text {
    width: 90%;
    margin: 175px auto 75px;
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  #home .text {
    width: 90%;
    margin: 175px auto 75px;
    font-size: 18px;
  }
}

@keyframes tagfade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.next__arrow {
  -webkit-animation: 1s infinite alternate arrowBounce;
  animation: 1s infinite alternate arrowBounce;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -33px;
}

@keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.next__arrow span {
  display: block;
  width: 25px;
  height: 25px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #fefefe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next__arrow.orange span {
  border-color: #f15b3d;
}

#home1 {
  padding: 0;
  width: 100%;
  position: relative;
}

#home1 .orange-line {
  position: absolute;
  top: -25px;
  left: 50%;
  height: 100%;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #home1 .orange-line {
    top: auto;
    bottom: 0;
    height: 110px;
  }
}

#home1-10 {
  position: relative;
  background-color: #f1bf40;
  background-image: url(images/hp-sect2-bg.jpg);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 100px 20px 125px;
}

@media (max-width: 750px) {
  #home1-10 {
    padding: 70px 20px 100px;
    background-attachment: scroll;
  }
}

#home1-10 .fixed {
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 1250px) {
  #home1-10 .fixed {
    font-size: 22px;
  }
}

@media (max-width: 950px) {
  #home1-10 .fixed {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  #home1-10 .fixed {
    font-size: 18px;
  }
}

#home1-10 .fixed .col50 {
  width: 50%;
  float: left;
}

@media (max-width: 750px) {
  #home1-10 .fixed .col50 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

#home1-10 .fixed .col50 h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 150px;
  letter-spacing: 6px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1250px) {
  #home1-10 .fixed .col50 h2 {
    font-size: 120px;
    letter-spacing: 4px;
  }
}

@media (max-width: 950px) {
  #home1-10 .fixed .col50 h2 {
    font-size: 90px;
    letter-spacing: 4px;
  }
}

@media (max-width: 750px) {
  #home1-10 .fixed .col50 h2 {
    font-size: 70px;
    letter-spacing: 3px;
    margin: 0 0 20px 0;
    text-align: center;
  }
}

#home1-10 .fixed .col50 .text {
  width: 500px;
  margin: 0 0 0 100px;
  color: #07293f;
}

@media (max-width: 1250px) {
  #home1-10 .fixed .col50 .text {
    width: auto;
    margin: 0 0 0 75px;
  }
}

@media (max-width: 750px) {
  #home1-10 .fixed .col50 .text {
    margin: 0;
  }
}

#home1-10 .fixed .col50 .text :first-child {
  margin-top: 0;
}

.hp-circle {
  position: absolute;
  width: 250px;
  height: 250px;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  margin: 0 0 -125px -125px;
  border-radius: 50%;
  z-index: 10;
  background-color: #f1bf40;
  border: 3px solid #fff;
  transition: all 0.3s;
}

@media (max-width: 1250px) {
  .hp-circle {
    width: 220px;
    height: 220px;
    margin: 0 0 -110px -110px;
  }
}

@media (max-width: 950px) {
  .hp-circle {
    width: 200px;
    height: 200px;
    margin: 0 0 -100px -100px;
  }
}

@media (max-width: 750px) {
  .hp-circle {
    width: 170px;
    height: 170px;
    margin: 0 0 -85px -85px;
  }
}

.hp-circle img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.hp-circle.spin img {
  transform: scale(1.2) rotate(10deg);
}

.hp-circle.link:hover {
  border: 3px solid #f4972e;
}

.hp-circle.link:hover img {
  transform: scale(1.1);
}

.hp-circle .fader {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#home2 {
  padding: 0;
  position: relative;
  background-color: #fff;
}

#home2-10 {
  position: relative;
  padding: 175px 50px;
}

@media (max-width: 750px) {
  #home2-10 {
    padding: 110px 20px;
  }
}

#home2 .orange-line1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 150px;
  border-left: 2px solid #f15b3d;
}

#home2 .orange-line2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 150px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #home2 .orange-line1 {
    height: 105px;
  }

  #home2 .orange-line2 {
    height: 110px;
  }
}

#home2-10 .fixed {
  margin: 0 auto;
  max-width: 850px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 1250px) {
  #home2-10 .fixed {
    font-size: 22px;
  }
}

@media (max-width: 950px) {
  #home2-10 .fixed {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  #home2-10 .fixed {
    font-size: 18px;
  }
}

#home2-10 .fixed h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #07293f;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 4px;
}

@media (max-width: 1250px) {
  #home2-10 .fixed h2 {
    font-size: 55px;
    letter-spacing: 3px;
  }
}

@media (max-width: 950px) {
  #home2-10 .fixed h2 {
    font-size: 50px;
  }
}

#home2-10 .fixed h2 span {
  color: #f15b3d;
}

#home3 {
  padding: 0;
  position: relative;
  background-color: #303954;
  background-image: url(images/hp-culture-bg.jpg);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 750px) {
  #home3 {
    background-attachment: scroll;
  }
}

#home3 .orange-line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #home3 .orange-line {
    height: 105px;
  }
}

#home3-10 {
  position: relative;
  width: 100%;
}

#home3-10 .fixed {
  margin: 0 auto;
  padding: 150px 20px 100px;
  max-width: 1500px;
  overflow: hidden;
  position: relative;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 1250px) {
  #home3-10 .fixed {
    font-size: 22px;
  }
}

@media (max-width: 950px) {
  #home3-10 .fixed {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  #home3-10 .fixed {
    font-size: 18px;
    padding: 110px 20px 60px;
  }
}

#home3-10 .fixed .col50 {
  width: 50%;
  float: left;
}

@media (max-width: 750px) {
  #home3-10 .fixed .col50 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

#home3-10 .fixed .col50 h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 150px;
  letter-spacing: 6px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1250px) {
  #home3-10 .fixed .col50 h2 {
    font-size: 120px;
    letter-spacing: 4px;
  }
}

@media (max-width: 950px) {
  #home3-10 .fixed .col50 h2 {
    font-size: 90px;
    letter-spacing: 3px;
  }
}

@media (max-width: 750px) {
  #home3-10 .fixed .col50 h2 {
    font-size: 70px;
  }
}

#home3-10 .fixed .col50 .text {
  width: 500px;
  margin: 0 0 0 100px;
  color: #fff;
}

@media (max-width: 1250px) {
  #home3-10 .fixed .col50 .text {
    width: auto;
    margin: 0 0 0 75px;
  }
}

@media (max-width: 750px) {
  #home3-10 .fixed .col50 .text {
    margin: 0;
  }
}

#home3-10 .fixed .col50 .text :first-child {
  margin-top: 0;
}

#home3-10 .fixed a.link {
  color: #f15b3d;
}

#home3-10 .fixed a.link:hover {
  color: #000;
}

#home4 {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#home4-10 {
  position: relative;
  width: 100%;
  background-color: #fff;
}

#home4-10 .fixed {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  color: #07293f;
  text-align: center;
  padding: 100px 50px 80px;
  font-size: 24px;
}

@media (max-width: 1250px) {
  #home4-10 .fixed {
    font-size: 22px;
  }
}

@media (max-width: 950px) {
  #home4-10 .fixed {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  #home4-10 .fixed {
    font-size: 18px;
    padding: 70px 20px 60px;
  }
}

#home4-10 .fixed .date {
  font-weight: 700;
  letter-spacing: 4px;
  color: #f15b3d;
  margin: 0 0 15px 0;
}

/* ====================================== PAGE Banners and Subs ============================= */

.banner {
  width: 100%;
  height: 615px;
  overflow: hidden;
  margin: 0;
  position: relative;
  background-color: #16171e;
}

@media (max-width: 1250px) {
  .banner {
    height: 48vw;
  }
}

@media (max-width: 750px) {
  .banner {
    height: 51vw;
  }
}

@media (max-width: 450px) {
  .banner {
    height: 54vw;
  }
}

.banner .fixed {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}

@media (max-width: 750px) {
  .banner img {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 450px) {
  .banner img {
    padding: 50px 0 0 0;
  }
}

/*=== Trigger  ===*/
.animateHL {
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0.1;
  animation-name: animHL;
  transform: scaleY(0.85);
}

/*==== FADE IN UP ===*/
@keyframes animHL {
  from {
    opacity: 0.1;
    transform: scaleY(0.85);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

.intro {
  width: 100%;
  position: relative;
  color: #07293f;
  background-color: #f1bf40;
}

.intro .fixed {
  max-width: 1200px;
  padding: 80px 50px 80px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media (max-width: 750px) {
  .intro .fixed {
    padding: 70px 20px 50px;
  }
}

@media (max-width: 450px) {
  .intro .fixed {
    padding: 60px 20px 40px;
  }
}

.intro .fixed h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .intro .fixed h2 {
    font-size: 48px;
    letter-spacing: 3px;
  }
}

@media (max-width: 450px) {
  .intro .fixed h2 {
    font-size: 34px;
    letter-spacing: 2px;
  }
}

.intro .fixed h3 {
  color: #303954;
  font-size: 50px;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .intro .fixed h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.intro .fixed :first-child {
  margin-top: 0;
}

.inner-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  margin: 0 0 -100px -100px;
  border-radius: 50%;
  z-index: 10;
  background-color: #f1bf40;
  border: 3px solid #fff;
  transition: all 0.3s;
}

@media (max-width: 750px) {
  .inner-circle {
    width: 150px;
    height: 150px;
    margin: 0 0 -75px -75px;
  }
}

.inner-circle img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.inner-circle.link:hover {
  border: 3px solid #f4972e;
}

.inner-circle.link:hover img {
  transform: scale(1.1);
}

.calltoaction {
  width: 100%;
  position: relative;
  background-color: #eaeaea;
}

.calltoaction .fixed {
  max-width: 900px;
  padding: 80px 50px 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media (max-width: 750px) {
  .calltoaction .fixed {
    padding: 70px 20px 50px;
  }
}

@media (max-width: 450px) {
  .calltoaction .fixed {
    padding: 50px 20px 40px;
  }
}

.calltoaction .fixed h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 750px) {
  .calltoaction .fixed h3 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 450px) {
  .calltoaction .fixed h3 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

/* ====================================== Anout us PAGE ============================= */

#about1 .banner {
  width: 100%;
  margin: 0;
  height: 475px;
}

@media (max-width: 1250px) {
  #about1 .banner {
    height: 38vw;
  }
}

@media (max-width: 750px) {
  #about1 .banner {
    height: 41vw;
  }
}

@media (max-width: 450px) {
  #about1 .banner {
    height: 44vw;
  }
}

#about1 .intro .fixed {
  max-width: 900px;
}

#about2 {
  width: 100%;
  margin: 0;
  position: relative;
}

#about2 .people {
  background-color: #fff;
}

/* #about2 .peepsA {
  min-height: 80vh;
} */

#about2 .peepsB {
  min-height: 80vh;
}

#about2 .people .fixed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 50px;
  position: relative;
}

@media (max-width: 650px) {
  #about2 .people .fixed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px 40px;
    position: relative;
  }
}

#about2 .people h2 {
  font-size: 60px;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 750px) {
  #about2 .people h2 {
    font-size: 50px;
    letter-spacing: 3px;
  }
}

@media (max-width: 450px) {
  #about2 .people h2 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

#about2 .people .btns {
  margin: 20px 50px 50px;
}

@media (max-width: 650px) {
  #about2 .people .btns {
    margin: 20px 10px 30px;
  }
}

#about2 .people .btns .button1 {
  margin: 0 6px 0 0;
}

#about2 .people .btns .button1.space {
  margin: 0 6px 0 30px;
  float: right;
}

#about2 .people .btns .button1.active {
  color: #303954;
}

#about2 .peoplePics .mix {
  display: none;
  width: 25%;
  float: left;
}

@media (max-width: 1250px) {
  #about2 .peoplePics .mix {
    width: 33%;
  }
}

@media (max-width: 650px) {
  #about2 .peoplePics .mix {
    width: 50%;
  }
}

#about2 .peoplePics .mix:hover {
  cursor: pointer;
}

#about2 .peoplePics .mix .imgBox {
  width: 100%;
  height: 235px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #e7e7e7;
}

@media (max-width: 1250px) {
  #about2 .peoplePics .mix .imgBox {
    height: calc((100vw - 100px) * 0.33 * 0.76);
  }
}

@media (max-width: 650px) {
  #about2 .peoplePics .mix .imgBox {
    height: calc((100vw - 20px) * 0.5 * 0.76);
  }
}

#about2 .peoplePics .mix img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

#about2 .peoplePics .mix:hover img {
  transform: scale(1.02);
}

#about2 .peoplePics .mix .textBox {
  font-size: 17px;
  line-height: 1.25;
  color: #262626;
  margin: 10px 5px;
  height: 120px;
  text-align: center;
}

#about2 .peoplePics .mix .textBox strong {
  color: #cc3333;
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  padding: 0 0 3px 0;
}

@media (max-width: 950px) {
  #about2 .peoplePics .mix .textBox {
    font-size: 14px;
    height: 100px;
  }

  #about2 .peoplePics .mix .textBox strong {
    font-size: 17px;
  }
}

#about2 .logo {
  display: inline-block;
  width: 32%;
  margin: 30px 0;
  height: auto;
}

@media (max-width: 650px) {
  #about2 .logo {
    width: 49%;
  }
}

#about2 .logo.Investor img {
  width: 70%;
  margin: 0 15%;
  height: auto;
}

#about2 .logo img {
  width: 70%;
  margin: 0 15%;
  height: auto;
}

/* ====================================== PROFILE PAGE ============================= */

#profile1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#profile1 .profilebanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 45vw;
}

@media (max-width: 1250px) {
  #profile1 .profilebanner {
    max-height: none;
  }
}

@media (max-width: 950px) {
  #profile1 .profilebanner {
    padding-top: 70px;
  }
}

#profile1 .profilebanner img {
  width: 100%;
  height: auto;
}

#profile1 .profilebanner .titlebox {
  position: absolute;
  width: 45%;
  padding: 15px 5%;
  background-color: #16171e;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3px;
  right: 0;
  bottom: 0;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 750px) {
  #profile1 .profilebanner .titlebox {
    position: relative;
    width: auto;
    padding: 15px 20px;
    right: auto;
    bottom: auto;
    font-size: 26px;
  }
}

#profile1 .profilebanner .titlebox h2 {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 65px;
  color: #f15b3d;
}

@media (max-width: 750px) {
  #profile1 .profilebanner .titlebox h2 {
    font-size: 45px;
  }
}

#profile1 .profilebio {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f1bf40;
}

#profile1 .profilebio .fixed {
  position: relative;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}

@media (max-width: 750px) {
  #profile1 .profilebio .fixed {
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 50px;
  }
}

#profile1 .profilebio .fixed .col50 {
  width: 45%;
  margin: 0 5% 0 0;
  float: left;
}

#profile1 .profilebio .fixed .col50.info {
  width: 40%;
  margin: 0 10% 0 0;
}

@media (max-width: 750px) {
  #profile1 .profilebio .fixed .col50 {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }

  #profile1 .profilebio .fixed .col50.info {
    width: 100%;
    margin: 0;
  }
}

#profile1 .profilebio .fixed .col50 :first-child {
  margin-top: 0;
}

#profile1 .profileqs {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #eaeaea;
}

#profile1 .profileqs:nth-child(2n) {
  background-color: #fff;
}

#profile1 .profileqs .fixed {
  position: relative;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  padding: 75px 50px;
}

@media (max-width: 750px) {
  #profile1 .profileqs .fixed {
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 40px;
  }
}

#profile1 .profileqs .fixed h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
  font-size: 55px;
  font-weight: 400;
}

@media (max-width: 750px) {
  #profile1 .profileqs .fixed h2 {
    font-size: 34px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
  }
}

#profile1 .profileqs .fixed .col50 {
  width: 45%;
  margin: 0 5% 0 0;
  float: left;
}

@media (max-width: 750px) {
  #profile1 .profileqs .fixed .col50 {
    width: 100%;
    margin: 0;
    float: none;
  }
}

#profile1 .profileqs .fixed .col50 :first-child {
  margin-top: 0;
}

/* board modals
-------------------------------------------------------------- */

#biomodalbg {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  z-index: 999998;
}

.bio-modal {
  width: 1000px;
  height: 600px;
  margin: -300px -500px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  z-index: 1000000;
  background-color: #fff;
  border-radius: 3px;
}

@media (max-width: 1050px) {
  .bio-modal {
    top: 0;
    left: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    font-size: 16px;
    line-height: 1.4;
  }
}

.bio-modal-in {
  padding: 0;
  height: 100%;
}

.bio-modal .bio-close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #999;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.bio-modal .bio-close:hover {
  color: #f78c26;
  cursor: pointer;
}

.bio-modal .bio-image {
  position: relative;
  width: 30%;
  float: left;
  margin: 30px 2% 0 2%;
}

@media (max-width: 1050px) {
  .bio-modal .bio-image {
    position: relative;
    width: auto;
    height: 25%;
    float: none;
    margin: 40px 0 4%;
    text-align: center;
  }
}

.bio-modal .bio-image img {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 1050px) {
  .bio-modal .bio-image img {
    position: relative;
    width: auto;
    height: 100%;
  }
}

.bio-modal .bio-text {
  position: relative;
  width: 64%;
  float: left;
  overflow-y: scroll;
  margin: 40px 0 0;
  padding: 0 2% 20px 0;
  height: calc(100% - 60px);
}

@media (max-width: 1050px) {
  .bio-modal .bio-text {
    position: relative;
    width: 96%;
    float: none;
    margin: 0;
    overflow-y: scroll;
    padding: 0 2% 20px 2%;
    height: calc(70% - 60px);
  }
}

.bio-modal .bio-text h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  color: #f15b3d;
}

.bio-modal .bio-text h4 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 1050px) {
  .bio-modal .bio-text h3 {
    font-size: 34px;
  }

  .bio-modal .bio-text h4 {
    font-size: 24px;
  }
}

.bio-modal .bio-text :first-child {
  margin-top: 0;
}

#tm #menu-item-23 a {
  color: #f15b3d;
}

/* ====================================== SCIENCE PAGE ============================= */

#science1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#science1 .intro {
  position: relative;
}

#science1 .intro .orange-line1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #science1 .intro .orange-line1 {
    height: 25px;
  }
}

#science1 .intro .orange-line2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 130px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #science1 .intro .orange-line2 {
    height: 100px;
  }
}

#science1 .intro .fixed {
  max-width: 1200px;
  padding: 80px 50px 150px;
}

@media (max-width: 750px) {
  #science1 .intro .fixed {
    padding: 60px 20px 100px;
  }
}

#science1 .intro .fixed .col50 {
  width: 48%;
  padding: 0 1%;
  float: left;
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 750px) {
  #science1 .intro .fixed .col50 {
    width: 100%;
    padding: 0%;
    float: none;
  }
}

#science1 .intro .fixed .boxes {
  margin-top: 60px;
}

@media (max-width: 750px) {
  #science1 .intro .fixed .boxes {
    margin-top: 0;
  }

  #science1 .intro .fixed .boxes .col50 {
    padding: 30px 0;
  }
}

#science1 .intro .fixed .col50 h2 {
  font-size: 100px;
}

@media (max-width: 750px) {
  #science1 .intro .fixed .col50 h2 {
    font-size: 70px;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

@media (max-width: 450px) {
  #science1 .intro .fixed .col50 h2 {
    font-size: 60px;
  }
}

#science1 .intro .fixed img {
  max-width: 100%;
  height: auto;
}

#science1 .elusive {
  background-color: #eaeaea;
  position: relative;
}

#science1 .elusive .orange-line1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 130px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #science1 .elusive .orange-line1 {
    height: 90px;
  }
}

#science1 .elusive .orange-line2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 130px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #science1 .elusive .orange-line2 {
    height: 100px;
  }
}

#science1 .elusive .fixed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 50px 130px;
}

@media (max-width: 750px) {
  #science1 .elusive .fixed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 100px;
  }
}

#science1 .elusive .fixed .col50 {
  width: 48%;
  padding: 0 1%;
  float: left;
  text-align: left;
  line-height: 1.3;
  color: #404261;
}

@media (max-width: 750px) {
  #science1 .elusive .fixed .col50 {
    width: 100%;
    padding: 0%;
    float: none;
  }
}

#science1 .elusive .fixed .col50 :first-child {
  margin-top: 0;
}

#science1 .elusive .fixed .col50 h2 {
  font-size: 100px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  #science1 .elusive .fixed .col50 h2 {
    font-size: 70px;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

@media (max-width: 450px) {
  #science1 .elusive .fixed .col50 h2 {
    font-size: 60px;
  }
}

#science1 .elusive .fixed .col50 h2 span {
  color: #f15b3d;
}

#science1 .elusive .fixed .col50 li {
  padding: 0 0 10px 0;
}

#science1 .inspiration {
  background-color: #fff;
  position: relative;
}

#science1 .inspiration .orange-line1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 130px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #science1 .inspiration .orange-line1 {
    height: 90px;
  }
}

#science1 .inspiration .orange-line2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 130px;
  border-left: 2px solid #f15b3d;
}

@media (max-width: 750px) {
  #science1 .inspiration .orange-line2 {
    height: 100px;
  }
}

#science1 .inspiration .fixed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 50px 150px;
}

@media (max-width: 750px) {
  #science1 .inspiration .fixed {
    padding: 100px 20px 100px;
  }
}

#science1 .inspiration .fixed .col50 {
  width: 48%;
  padding: 0 1%;
  float: left;
  text-align: left;
  line-height: 1.3;
  color: #404261;
}

@media (max-width: 750px) {
  #science1 .inspiration .fixed .col50 {
    width: 100%;
    padding: 0%;
    float: none;
  }
}

#science1 .inspiration .fixed .col50 :first-child {
  margin-top: 0;
}

#science1 .inspiration .fixed .col50 h2 {
  font-size: 110px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f15b3d;
}

@media (max-width: 1100px) {
  #science1 .inspiration .fixed .col50 h2 {
    font-size: 90px;
  }
}

@media (max-width: 870px) {
  #science1 .inspiration .fixed .col50 h2 {
    font-size: 75px;
  }
}

@media (max-width: 750px) {
  #science1 .inspiration .fixed .col50 h2 {
    font-size: 70px;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

@media (max-width: 450px) {
  #science1 .inspiration .fixed .col50 h2 {
    font-size: 60px;
  }
}

#science1 .switch {
  background-color: #eaeaea;
  position: relative;
}

#science1 .switch .fixed {
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 50px 100px;
  text-align: center;
}

@media (max-width: 750px) {
  #science1 .switch .fixed {
    padding: 100px 20px 80px;
  }
}

#science1 .switch .fixed h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

@media (max-width: 750px) {
  #science1 .switch .fixed h3 {
    font-size: 40px;
  }
}

#science1 .switch .fixed h4 {
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #f15b3d;
}

#science1 .animation {
  background-color: #fff;
  position: relative;
}

#science1 .animation .stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

#science1 .animation .stage .animg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: left center;
  display: none;
}

@media (max-width: 1150px) {
  #science1 .animation .stage .animg {
    background-position: center center;
  }

  #science1 .animation .stage #animg-2 {
    background-position: left center;
  }

  #science1 .animation .stage #animg-8 {
    background-position: left center;
  }
}

#science1 .animation .stage .animg .text {
  position: absolute;
  top: 33%;
  left: 63%;
  width: 375px;
  color: #fff;
}

@media (max-width: 1150px) {
  #science1 .animation .stage .animg .text {
    top: 20%;
    left: auto;
    right: 50px;
    background: rgba(0, 0, 0, 0.4);
    width: 300px;
    padding: 15px;
  }
}

@media (max-width: 750px) {
  #science1 .animation .stage .animg .text {
    font-size: 14px;
    top: auto;
    bottom: 0;
    padding: 20px 30px 80px;
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: calc(100% - 60px);
  }
}

#science1 .animation .stage .animg .text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 1150px) {
  #science1 .animation .stage .animg .text h2 {
    font-size: 34px;
    letter-spacing: 3px;
  }
}

@media (max-width: 750px) {
  #science1 .animation .stage .animg .text h2 {
    font-size: 26px;
    letter-spacing: 2px;
  }
}

#science1 .animation .stage #animg-1 {
  display: block;
  background-image: url(images/animation-1.jpg);
}

#science1 .animation .stage #animg-2 {
  background-image: url(images/animation-2.jpg);
}

#science1 .animation .stage #animg-3 {
  background-image: url(images/animation-3.jpg);
}

#science1 .animation .stage #animg-4 {
  background-image: url(images/animation-4.jpg);
}

#science1 .animation .stage #animg-5 {
  background-image: url(images/animation-5.jpg);
}

#science1 .animation .stage #animg-6 {
  background-image: url(images/animation-6.jpg);
}

#science1 .animation .stage #animg-7 {
  background-image: url(images/animation-7.jpg);
}

#science1 .animation .stage #animg-8 {
  background-image: url(images/animation-8.jpg);
}

#science1 .animation .stage #animg-8 .bg2 {
  background-image: url(images/animation-9.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left center;
  display: none;
}

@media (max-width: 750px) {
  #science1 .animation .stage #animg-1 {
    display: block;
    background-image: url(images/animation-1m.jpg);
  }

  #science1 .animation .stage #animg-2 {
    background-image: url(images/animation-2m.jpg);
  }

  #science1 .animation .stage #animg-3 {
    background-image: url(images/animation-3m.jpg);
  }

  #science1 .animation .stage #animg-4 {
    background-image: url(images/animation-4m.jpg);
  }

  #science1 .animation .stage #animg-5 {
    background-image: url(images/animation-5m.jpg);
  }

  #science1 .animation .stage #animg-6 {
    background-image: url(images/animation-6m.jpg);
  }

  #science1 .animation .stage #animg-7 {
    background-image: url(images/animation-7m.jpg);
  }

  #science1 .animation .stage #animg-8 {
    background-image: url(images/animation-8m.jpg);
  }

  #science1 .animation .stage #animg-8 .bg2 {
    background-image: url(images/animation-9m.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    display: none;
  }
}

#science1 .animation .trigger {
  position: relative;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
}

#science1 .animation .trigger.last {
  height: 100vh;
}

#science1 .animation .dots {
  position: absolute;
  right: 10px;
  height: 50%;
  bottom: 25%;
  margin-bottom: 0;
}

#science1 .animation .dots span {
  display: block;
  font-size: 1px;
  line-height: 1;
  width: 5px;
  height: 12.5%;
  color: #fff;
  background-color: #fff;
  /*border-radius:50%;*/
  margin: 0;
}

#science1 .animation .dots span.on {
  color: #f15b3d;
  background-color: #f15b3d;
}

#science1 .drugdev {
  background-color: #eaeaea;
  position: relative;
  text-align: center;
  background-image: url(images/science-bot-bg1.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#science1 .drugdev .fixed {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 50px 80px;
}

@media (max-width: 750px) {
  #science1 .drugdev .fixed {
    padding: 70px 20px 50px;
  }
}

#science1 .drugdev h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 750px) {
  #science1 .drugdev h3 {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  #science1 .drugdev h3 {
    font-size: 30px;
  }
}

#science1 .drugdisc {
  background-color: #fff;
  position: relative;
  background-image: url(images/science-bot-bg2.gif);
  background-size: 100% auto;
}

#science1 .drugdisc .fixed h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  #science1 .drugdisc .fixed h3 {
    font-size: 40px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  #science1 .drugdisc .fixed h3 {
    font-size: 30px;
  }
}

#science1 .drugdisc .col50 {
  width: 50%;
  padding: 0;
  float: left;
  text-align: left;
}

@media (max-width: 750px) {
  #science1 .drugdisc .col50 {
    width: 100%;
    float: none;
  }
}

#science1 .drugdisc .col50.left {
  background-color: #fff;
}

#science1 .drugdisc .col50.left .fixed {
  width: 600px;
  padding: 75px 50px;
  float: right;
}

@media (max-width: 1250px) {
  #science1 .drugdisc .col50.left .fixed {
    width: auto;
  }
}

@media (max-width: 750px) {
  #science1 .drugdisc .col50.left .fixed {
    width: auto;
    padding: 70px 20px 50px;
    float: none;
  }
}

#science1 .drugdisc .col50.right {
  background-color: #f1bf40;
}

#science1 .drugdisc .col50.right .fixed {
  width: 500px;
  padding: 75px 50px;
  float: left;
}

@media (max-width: 1250px) {
  #science1 .drugdisc .col50.right .fixed {
    width: auto;
  }
}

@media (max-width: 750px) {
  #science1 .drugdisc .col50.right .fixed {
    width: auto;
    padding: 70px 20px 50px;
    float: none;
  }
}

#science1 .drugdisc .col50.right .fixed li {
  padding: 0 0 10px 0;
}

/* ====================================== PIPELINE PAGE ============================= */

#pipeline1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#pipeline1 .intro .fixed {
  max-width: 900px;
}

#pipeline1 .intro .fixed h2 {
  color: #303954;
}

#pipeline1 .chart {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #4e473a;
  background-image: url(images/pipeline-chart-bg.jpg);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pipeline1 .chart .fixed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 50px;
}

#pipeline1 .chart .fixed img {
  max-width: 100%;
  height: auto;
}

#pipeline1 .more-text .fixed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 50px 80px;
  text-align: center;
}

#pipeline1 .more-text .fixed h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* ====================================== CULTURE PAGE ============================= */

#culture1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#culture1 .banner {
  height: 475px;
}

@media (max-width: 1250px) {
  #culture1 .banner {
    height: 38vw;
  }
}

@media (max-width: 750px) {
  #culture1 .banner {
    height: 41vw;
  }
}

@media (max-width: 450px) {
  #culture1 .banner {
    height: 44vw;
  }
}

#culture1 .intro .fixed {
  padding: 80px 50px 60px;
  max-width: 900px;
}

#culture1 .intro .fixed h2 {
  color: #303954;
}

@media (max-width: 750px) {
  #culture1 .intro .fixed {
    padding: 70px 20px 50px;
  }
}

@media (max-width: 450px) {
  #culture1 .intro .fixed {
    padding: 60px 20px 40px;
  }
}

#culture1 .parallax {
  position: relative;
  width: 100%;
}

#culture1 .flare {
  position: relative;
  width: 100%;
  background-color: #fff;
}

#culture1 .flare .fixed {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 50px 50px 10px 50px;
  text-align: center;
}

@media (max-width: 750px) {
  #culture1 .flare .fixed {
    padding: 30px 20px 30px;
  }
}

@media (max-width: 450px) {
  #culture1 .flare .fixed {
    padding: 20px 20px 20px;
  }
}

#culture1 .flare .fixed .block-content {
  max-width: 746px;
  margin: 0 auto;
}

#culture1 .graphic {
  position: relative;
  width: 100%;
  background-color: #fff;
}

#culture1 .graphic .fixed {
  max-width: 1184px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(images/scatter-graphic-img.png);
}

@media (min-width: 750px) {
  #culture1 .graphic .fixed {
    padding: 24px 50px 50px;
    margin-bottom: 50px;
  }
}

@media (min-width:1024px) {
  #culture1 .graphic .fixed {
    padding-bottom: 180px;
    background-image: none;
    margin-bottom: 0;
  }
}

@media (min-width:1280px) {
  #culture1 .graphic .fixed {
    padding-bottom: 0px;
  }
}

#culture1 .graphic .block-title.desktop-only {
  display: none;
}

@media (min-width:1024px) {
  #culture1 .graphic .block-title.desktop-only {
    display: block;
  }
}

@media (min-width:1024px) {
  #culture1 .graphic .block-title.mobile-only {
    display: none;
  }
}

#culture1 .graphic .block-title {
  margin-bottom: 34px;
}

@media (min-width:1024px) {
  #culture1 .graphic .block-title {
    padding-top: 30px;
  }
}

#culture1 .graphic .block-title h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 450px) {
  #culture1 .graphic .fixed h3 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

.culture-circles {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width:1024px) {
  .culture-circles {
    min-height: 680px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(images/scatter-graphic-medium-desktop-img.png);
  }
}

@media (min-width:1280px) {
  .culture-circles {
    min-height: 820px;
    background-image: url(images/scatter-graphic-desktop-img.png);
  }
}

.culture-circles .culture-circles__wrap {
  display: none;
}

@media (min-width:1024px) {

  .culture-circles .values-icon-slider.mobile-only,
  .culture-circles .slick-dots {
    display: none !important;
  }

  .culture-circles .culture-circles__wrap {
    display: block;
  }
}

.culture-circles .slick-list {
  padding-bottom: 20px;
}

.culture-circles .slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  display: inline-block;
}

.culture-circles .slick-dots li {
  width: 21px;
  height: 21px;
  margin: 0 8px;
  position: relative;
  transition: all .3s;
  display: inline-block;
}

.culture-circles .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all .3s;
  background: #D8D8D8;
}

.culture-circles .slick-dots li button:hover,
.culture-circles .slick-dots li.slick-active button {
  background: #F15B3D;
}

.cc-scatter {
  position: absolute;
  width: 900px;
  margin: 0 150px;
  height: auto;
  z-index: 10;
}

.cc-scatter img {
  width: 100%;
  height: auto;
}

/* .culture-circles .jcarousel .culture-circle {
  cursor: pointer;
} */

.culture-circle {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  min-width: 202px;
  max-width: 202px;
  min-height: 202px;
  max-height: 202px;
  overflow: hidden;
  border-radius: 50%;
  align-items: center;
  margin-bottom: 32px;
  transition: all 0.3s;
  justify-content: center;
  background-color: white;
  border: 4px solid #ec793c;
}

@media (min-width:1024px) {
  .culture-circle {
    margin: 0;
    top: auto;
    left: auto;
    z-index: 20;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    border-color: #eaeaea;
    background-color: #eaeaea;
  }
}

.culture-circle.on {
  background-color: white;
  border-color: #ec793c;
}

.culture-circle img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width:1024px) {
  #cc1 {
    top: 98px;
    right: 53%;
  }

  #cc2 {
    top: 48px;
    left: 53%;
  }

  #cc3 {
    top: 350px;
    right: 69%;
  }

  #cc4 {
    top: 390px;
    left: 40%;
  }

  #cc5 {
    top: 274px;
    left: 66%;
  }
}

@media (min-width:1280px) {

  #cc3 {
    top: 350px;
    right: 67%;
  }

  #cc4 {
    top: 400px;
    left: 41%;
  }

  #cc5 {
    top: 268px;
    left: 66%;
  }
}

#cc1 img {
  max-width: 140px;
}

#cc2 img {
  max-width: 104px;
}

#cc3 img {
  max-width: 158px;
}

#cc4 img {
  max-width: 121px;
}

#cc5 img {
  max-width: 137px;
}

.culture-quote {
  width: 100%;
  font-size: 17px;
  max-width: 272px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transition: all 0.5s;
}

@media (min-width:480px) {
  .culture-quote {
    max-width: 340px;
  }
}

@media (min-width:575px) {
  .culture-quote {
    max-width: 440px;
  }
}

@media (min-width:1024px) {
  .culture-quote {
    top: auto;
    left: auto;
    opacity: 0;
    z-index: 20;
    max-width: 283px;
    position: absolute;
    padding: 5px 13.5px;
  }
}

.culture-quote h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
}

.culture-quote.on {
  opacity: 1;
}

@media (min-width:1024px) {

  #cq1,
  #cq2,
  #cq3,
  #cq4,
  #cq5 {
    top: 634px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width:1280px) {

  #cq1,
  #cq2,
  #cq3,
  #cq4,
  #cq5 {
    transform: none;
    left: auto;
  }


  #cq1 {
    top: 98px;
    left: 30px;
  }

  #cq2 {
    top: 48px;
    right: 30px;
  }

  #cq3 {
    top: 580px;
    left: 48px;
  }

  #cq4 {
    top: 640px;
    left: 38%;
  }

  #cq5 {
    top: 490px;
    right: 18px;
  }
}

#culture1 .join {
  position: relative;
  width: 100%;
  background-color: #f1bf40;
}

#culture1 .join .fixed {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 100px 50px 80px;
  text-align: center;
}

#culture1 .join .fixed h3 {
  color: #fff;
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

.jcarousel {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  width: 100%;
}

.jcarousel li img {
  width: 100%;
  height: auto;
}

.jcarousel-pagination {
  bottom: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

.jcarousel-pagination a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 1px;
  height: 12px;
  line-height: 2px;
  margin: 0 8px;
  text-decoration: none;
  text-indent: -9999px;
  width: 12px;
}

.jcarousel-pagination a.active,
.jcarousel-pagination a:hover {
  background: #f15b3d none repeat scroll 0 0;
  color: #f15b3d;
  opacity: 1;
}

/* ====================================== FX-909 PAGE =============================  */

#fx-909 .faq-block {
  padding-top: 8px;
  padding-bottom: 48px;
}

#fx-909 .faq-block .block-title h2 {
  color: #303954;
  text-align: center;
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}

@media (min-width: 992px) {
  #fx-909 .faq-block {
    padding-top: 52px;
    padding-bottom: 60px;
  }

  #fx-909 .faq-block .block-title h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 90px;
  }
}

#fx-909 .two-col .fixed {
  padding-top: 56px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  #fx-909 .two-col .fixed {
    padding-top: 124px;
    padding-bottom: 80px;
  }
}

#fx-909 .two-col .title h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  #fx-909 .two-col .title h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  #fx-909 .two-col .title h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 42px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
}

#fx-909 .two-col .row .col50 {
  width: 100%;
  position: relative;
  padding: 0%;
}

#fx-909 .two-col .row .col50 a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #fx-909 .two-col .row .col50 {
    width: 48%;
    padding: 0 1%;
    float: left;
    text-align: left;
  }
}

#fx-909 .two-col .two-col__media {
  padding-top: 24px;
}

@media (min-width: 992px) {
  #fx-909 .two-col .two-col__media {
    padding-top: 18px;
  }
}

#fx-909 .two-col .two-col__media img {
  height: auto;
  max-width: 100%;
}

#fx-909 .content .fixed {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 80px 50px 60px;
}

@media (max-width: 750px) {
  #fx-909 .content .fixed {
    padding: 60px 20px 30px;
  }
}

@media (max-width: 450px) {
  #fx-909 .content .fixed {
    padding: 40px 20px 20px;
  }
}

#fx-909 .block-compassionate-policy {
  padding-top: 40px;
  padding-bottom: 48px;
  background-image: url(images/compassionate-policy-mob-bg.png);
  position: relative;
  background-color: #303954;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  #fx-909 .block-compassionate-policy {
    padding-top: 84px;
    padding-bottom: 104px;
    background-image: url(images/compassionate-policy-bg.png);
  }
}

#fx-909 .block-compassionate-policy .fixed {
  color: white;
  text-align: center;
}

#fx-909 .block-compassionate-policy .block-content {
  max-width: 880px;
  margin: 0 auto;
}

#fx-909 .block-compassionate-policy .block-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 3px;
  margin-bottom: 22px;
  font-family: "Bebas Neue", sans-serif;
}

@media (min-width: 576px) {
  #fx-909 .block-compassionate-policy .block-content h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) {
  #fx-909 .block-compassionate-policy .block-content h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 18px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
}

#fx-909 .block-compassionate-policy .block-content p {
  font-weight: 500;
}

#fx-909 .block-compassionate-policy .block-content p:last-of-type {
  margin-bottom: 0;
}

/* ====================================== PRESENTATIONS AND PUBLICATIONS PAGE =============================  */

#presentations-and-publications .content .fixed {
  max-width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
  padding: 80px 50px 60px;
}

#presentations-and-publications .content .fixed h3 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}

@media (max-width: 750px) {
  #presentations-and-publications .content .fixed {
    padding: 56px 20px 40px;
  }

  #presentations-and-publications .content .fixed h3 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}

/* ====================================== NEWS PAGE ============================= */

#news1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#news1 #news-list {
  background-color: #fff;
  padding: 1px 0;
}

#news1 #itn-list {
  background-color: #eaeaea;
  padding: 1px 0;
}

#news1 #pubs-list .fixed {
  padding: 52px 0;
}

#news1 #pubs-list {
  padding: 1px 0;
  background-color: #eaeaea;
}

#news1 #pubs-list h3 {
  margin-bottom: 16px;
  letter-spacing: 3px;
  font-size: 30px;
  line-height: 34px;
  color: #303954;
  font-weight: 700;
}

#news1 #pubs-list p {
  margin: 0;
}

#news1 .news .fixed {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  color: #07293f;
  padding: 110px 50px 26px;
}

@media (max-width: 750px) {
  #news1 .news .fixed {
    padding: 42px 20px 26px;
  }
}

#news1 h3 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  #news1 h3 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 450px) {
  #news1 h3 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

#news1 .news .item {
  margin: 20px 0;
}

#news1 .news .date {
  color: #f15b3d;
  letter-spacing: 4px;
  font-weight: 700;
  margin: 10px 0 8px;
}

#news1 .news .title a {
  color: #07293f;
}

#news1 .news .title a:hover {
  color: #f15b3d;
}

#news1 .content .fixed {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 80px 50px 60px;
}

@media (max-width: 750px) {
  #news1 .content .fixed {
    padding: 60px 20px 30px;
  }
}

@media (max-width: 450px) {
  #news1 .content .fixed {
    padding: 40px 20px 20px;
  }
}

#news1 .content .fixed h1 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
}

#news1 .content .fixed h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 30px 0 0;
}

#news1 .content .fixed h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0 0;
}

@media (max-width: 750px) {
  #news1 .content .fixed h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }

  #news1 .content .fixed h2 {
    font-size: 35px;
  }

  #news1 .content .fixed h3 {
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  #news1 .content .fixed h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  #news1 .content .fixed h2 {
    font-size: 30px;
  }

  #news1 .content .fixed h3 {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  #news1 #pubs-list h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  #news1 #pubs-list h3 {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  #news1 #pubs-list .fixed {
    padding: 84px 0;
  }

  #news1 #pubs-list h3 {
    font-size: 50px;
    line-height: 50px;
  }
}

/* ====================================== CONTACT PAGE ============================= */

#contact1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#contact1 .banner {
  height: 475px;
}

@media (max-width: 1250px) {
  #contact1 .banner {
    height: 38vw;
  }
}

@media (max-width: 750px) {
  #contact1 .banner {
    height: 41vw;
  }
}

@media (max-width: 450px) {
  #contact1 .banner {
    height: 44vw;
  }
}

#contact1 .intro .fixed {
  padding: 56px 17px 260px;
}

#contact1 .intro .fixed h2 {
  color: #303954;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
  letter-spacing: 3px;
}

#contact1 .intro .contact-info {
  margin-bottom: 48px;
}

#contact1 .intro .contact-info__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#contact1 .intro .contact-info p:first-of-type {
  margin-top: 6px;
}

#contact1 .intro .contact-info p {
  font-weight: 500;
}

#contact1 .intro .contact-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  justify-content: center;
}

#contact1 .intro .contact-row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  #contact1 .intro .contact-row .col.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  #contact1 .intro .contact-row .col.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

#contact1 .intro .contact-info h4+p {
  margin-top: 0;
}

#contact1 .intro .contact-info a {
  text-decoration: underline;
  font-weight: 500;
}

#contact1 .intro .contact-info a:hover {
  color: #303954;
}

#contact1 .intro .contact-info__content {
  max-width: 880px;
  margin: 0 auto;
}

#contact1 .map {
  width: 100%;
  max-width: 354px;
  margin: 0 auto;
  position: relative;
  margin-top: -200px;
  padding-bottom: 48px;
}

@media (min-width: 576px) {
  #contact1 .intro .fixed {
    padding: 72px 20px 160px;
  }

  #contact1 .intro .fixed h2 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 52px;
  }

  #contact1 .map {
    max-width: 520px;
    margin-top: -120px;
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  #contact1 .intro .fixed {
    padding: 80px 32px 220px;
  }

  #contact1 .map {
    max-width: 720px;
    margin-top: -180px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  #contact1 .intro .fixed {
    padding: 96px 32px 280px;
  }

  #contact1 .intro .fixed h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 62px;
  }

  #contact1 .intro .contact-info {
    margin-bottom: 60px;
  }

  #contact1 .intro .contact-info__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  #contact1 .map {
    max-width: 940px;
    margin-top: -260px;
    padding-bottom: 96px;
  }
}

@media (min-width: 1200px) {
  #contact1 .intro .fixed {
    padding: 106px 32px 340px;
  }

  #contact1 .map {
    max-width: 1080px;
    margin-top: -320px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  #contact1 .intro .fixed {
    padding: 112px 32px 400px;
  }

  #contact1 .map {
    max-width: 1200px;
    margin-top: -360px;
    padding-bottom: 112px;
  }
}

#contact1 .map .fixed img {
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  #contact1 .map .fixed .show-mobile {
    display: none;
  }
}

#contact1 .map .fixed .show-desktop {
  display: none;
}

@media (min-width: 576px) {
  #contact1 .map .fixed .show-desktop {
    display: block;
  }
}

/* ====================================== default page ============================= */

#default1 {
  width: 100%;
  margin: 0;
  position: relative;
}

#default1 .banner {
  width: 100%;
  margin: 0;
  height: 475px;
}

@media (max-width: 1250px) {
  #default1 .banner {
    height: 38vw;
  }
}

@media (max-width: 750px) {
  #default1 .banner {
    height: 41vw;
  }
}

@media (max-width: 450px) {
  #default1 .banner {
    height: 44vw;
  }
}

#default1 .content .fixed {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 80px 50px 60px;
}

@media (max-width: 750px) {
  #default1 .content .fixed {
    padding: 60px 20px 30px;
  }
}

@media (max-width: 450px) {
  #default1 .content .fixed {
    padding: 40px 20px 20px;
  }
}

#default1 .content .fixed h1 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
}

#default1 .content .fixed h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 30px 0 0;
}

#default1 .content .fixed h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0 0;
}

@media (max-width: 750px) {
  #default1 .content .fixed h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }

  #default1 .content .fixed h2 {
    font-size: 35px;
  }

  #default1 .content .fixed h3 {
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  #default1 .content .fixed h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  #default1 .content .fixed h2 {
    font-size: 30px;
  }

  #default1 .content .fixed h3 {
    font-size: 20px;
  }
}

.backto {
  text-align: left;
  font-size: 12px;
  margin: 50px 0 0 0;
}

.backto a {
  text-decoration: none;
  color: #bf1a88;
}

.backto a:hover {
  text-decoration: none;
  color: #1f1f5b;
}

/* ====================================== footer ============================= */

.footer {
  position: relative;
  width: 100%;
  background-color: #1f2027;
  color: #a8a8ab;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .footer {
    font-size: 12px;
  }
}

.footer a {
  color: #a8a8ab;
  padding: 0 3px;
}

.footer a:hover {
  color: #f15b3d;
}

.footer-in {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
}

.footer-in .logo {
  width: 20%;
  float: left;
}

@media (max-width: 750px) {
  .footer-in .logo {
    display: none;
  }
}

.footer-in .content {
  width: 60%;
  float: left;
  text-align: center;
}

@media (max-width: 750px) {
  .footer-in .content {
    width: 100%;
    float: none;
  }
}

.footer-in .social {
  width: 20%;
  float: left;
  text-align: right;
}

@media (max-width: 750px) {
  .footer-in .social {
    margin: 15px 0 0 0;
    width: 100%;
    float: none;
    text-align: center;
  }
}

.footer-in .social .twitter {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='40px' height='30px' viewBox='-100 0 800 600' enable-background='new -100 0 800 600' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23A8A8AB' d='M300.09,0c165.617,0,300.09,134.293,300.09,300.09c0,165.617-134.293,300.09-300.09,300.09 C134.474,600.18,0,465.887,0,300.09C0,134.474,134.293,0,300.09,0z M462.106,199.46c-11.882,5.4-24.663,8.821-38.164,10.441 c13.682-8.281,24.303-21.242,29.163-36.724c-12.781,7.561-27.183,13.142-42.124,16.202c-12.241-12.961-29.343-20.882-48.605-20.882 c-36.724,0-66.426,29.703-66.426,66.426c0,5.221,0.54,10.261,1.62,15.122c-55.265-2.88-104.23-29.163-136.993-69.487 c-5.941,10.081-9.001,21.602-9.001,33.483c0,23.042,11.701,43.384,29.523,55.266c-10.981-0.36-21.062-3.42-30.063-8.281v0.9 c0,32.223,22.862,59.045,53.285,65.167c-5.581,1.44-11.521,2.34-17.461,2.34c-4.321,0-8.461-0.359-12.602-1.26 c8.461,26.463,32.943,45.545,62.106,46.265c-22.862,17.821-51.305,28.442-82.628,28.442c-5.4,0-10.621-0.359-15.842-0.899 c29.523,18.901,64.447,29.883,101.891,29.883c122.232,0,189.198-101.351,189.198-189.199c0-2.88,0-5.76-0.18-8.641 c12.962-9.361,24.303-21.062,33.123-34.383L462.106,199.46z'/%3E%3C/svg%3E%0A");
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 2px;
}

.footer-in .social .linkedin {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='40px' height='30px' viewBox='-100 0 800 600' enable-background='new -100 0 800 600' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23A8A8AB' d='M300.09,0C134.293,0,0,134.474,0,300.09c0,165.797,134.474,300.09,300.09,300.09 c165.797,0,300.09-134.473,300.09-300.09C600.18,134.293,465.707,0,300.09,0z M216.922,440.864h-66.787v-200.36h66.787V440.864z M183.438,218.362c-18.362,0-33.483-14.941-33.483-33.483c0-18.362,14.941-33.483,33.483-33.483 c18.362,0,33.483,14.941,33.483,33.483C216.922,203.24,201.98,218.362,183.438,218.362z M461.746,440.864h-64.267v-95.05 c0-22.682-0.54-51.845-33.483-51.845c-33.483,0-38.523,24.663-38.523,50.225v96.67h-64.267v-200.36h0.18h61.566v31.503h0.9 c8.641-15.481,29.522-31.503,60.846-31.503c64.986,0,77.048,40.504,77.048,93.069V440.864z'/%3E%3C/svg%3E%0A");
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 2px;
}

#return-to-top {
  bottom: 25px;
  display: none;
  position: fixed;
  right: 15px;
  margin: 0;
  transition: all 0.3s ease 0s;
  width: 40px;
  height: 40px;
  z-index: 1000;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23f15b3d' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%231f1f5b' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}

@media (max-width: 650px) {
  #return-to-top {
    width: 30px;
    height: 30px;
  }
}

#return-to-top:hover {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%231f1f5b' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23e9eaec' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}

/* Text Center on Mobile */

@media (max-width: 750px) {
  .text-mobile-center {
    text-align: center;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----- exit site pop-up ------*/

.exitpopupbg {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999998;
}

.exitpopup {
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: 0px auto;
  display: none;
  position: fixed;
  color: #fff;
  padding: 30px 3%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 999999;
  background-color: #000;
}

#exitpopup {
  text-align: left;
}

#exitpopup p {
  text-align: left;
  font-size: 18px;
}

#exitpopup a {
  margin: 20px 0 0 0;
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  background-color: #70ad47;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

/*----- exit site pop-up ------*/

.ttB {
  position: absolute;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  max-width: 300px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #999;
  box-shadow: 1px 1px 5px #666;
  z-index: 500;
}

.ttClose {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: 700;
}

.ttClose:hover {
  color: #6a2f47;
  cursor: pointer;
}

/*=== Triggers ===*/
.animate {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  padding: 1px 0;
  margin: 100px 0 -100px;
}

.zoom {
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomOut;
}

/*==== ZOOM OUT ===*/
@keyframes zoomOut {
  from {
    transform: scale(1.2) rotate(10deg);
  }

  to {
    transform: scale(1) rotate(0deg);
  }
}

/*=== Optional Delays, change values here  ===*/
.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.two {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.three {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.four {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/*==== FADE IN UP ===*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    margin: 100px 0 -100px;
    /*transform: scale(.95);*/
  }

  to {
    opacity: 1;
    margin: 0;
    /*transform: scale(1);*/
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*==== FADE Out Down ===*/
@keyframes fadeOutDown {
  from {
    opacity: 1;
    margin: 0;
    transform: scale(1);
  }

  to {
    opacity: 0;
    margin: 100px 0 -100px;
    transform: scale(0.95);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

/* Filter styles */

form#post_filter_form {
  display: flex;
}

@media (max-width: 750px) {
  form#post_filter_form {
    display: block;
  }
}

/*Pagination */
div#pagination-wrapper {
  display: flex;
}

ul#custom-blog-pagination {
  display: flex;
  /* padding: 1.5rem; */
  align-items: center;
}

li.page-numbers.actual-pages::marker {
  display: none;
}

.page-numbers,
.page-numbers .actual-pages {
  list-style: none;
  padding: 1rem 1rem;
  background: #fcded8;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bolder;
}

span.page-numbers.current {
  background: #f15b3d;
  color: #fff;
}


/* About Us Team tab  */

#about2 .people .team-tabs {
  margin: 0;
  padding-top: 48px;
  margin-bottom: 60px;
  display: none;
}

#about2 .people .team-tabs .team-tab {
  margin: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  color: #F15B3D;
  height: 100%;
  border-color: #f15b3d;
  border-radius: 8px;
  padding: 10px 12px;
  background-image: url(images/btn-bg--alt.gif);
  background-position: right -2px bottom;
}

#about2 .people .team-tabs .team-tab:last-child {
  margin-right: 0;
}

#about2 .people .team-tabs .team-tab:hover,
#about2 .people .team-tabs .team-tab.active {
  color: #fff;
  background-position: left -2px bottom;
}

#about2 .peoplePics .mix.Investor {
  cursor: auto;
}

#about2 .peoplePics .mix.Investor:hover img {
  transform: scale(1);
}

@media (min-width: 992px) {
  #about2 .people .team-tabs {
    padding-top: 56px;
    display: flex;
    align-items: center;
  }

  #about2 .people .team-tabs .team-tab {
    margin-bottom: 0;
    margin-right: 16px;
    padding: 10px 16px;
  }
}

@media (min-width: 1200px) {
  #about2 .people .team-tabs .team-tab {
    padding: 10px 24px;
  }
}

@media (min-width: 1250px) {
  #about2 .peoplePics .mix.Investor {
    width: 33%;
  }
}

@media (min-width: 1280px) {
  #about2 .people .team-tabs .team-tab {
    padding: 10px 32px;
    margin-right: 18px;
  }
}

#about2 .people .team-select {
  width: 100%;
  padding-top: 48px;
  margin-bottom: 48px;
}

#about2 .people .team-select .select-menu,
#about2 .people .team-select .select-menu .options {
  width: 100%;
}

@media (min-width: 992px) {
  #about2 .people .team-select {
    display: none;
  }
}


.page-id-1005 section.faq-block {
    display: none;
}

.page-id-1005 .two-col .col50.animate.two.fadeInUp {
    display: none;
}

.page-id-1005 .two-col .col50 {
    width: 100% !important;
}

.page-id-1005 .two-col .col50 p{
	text-align:center !important;
	
}