/* AEONIK */
@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Essentials/Aeonik-Regular.otf"); }
@font-face {
  font-family: 'Aeonik';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Essentials/Aeonik-RegularItalic.otf"); }
@font-face {
  font-family: 'Aeonik';
  font-weight: 700;
  src: url("../fonts/Essentials/Aeonik-Bold.otf"); }
@font-face {
  font-family: 'Aeonik';
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Essentials/Aeonik-BoldItalic.otf"); }
@font-face {
  font-family: 'Aeonik';
  font-weight: 300;
  src: url("../fonts/Essentials/Aeonik-Light.otf"); }
@font-face {
  font-family: 'Aeonik';
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Essentials/Aeonik-LightItalic.otf"); }
/**********/
/* FINANCIER DISPLAY */
@font-face {
  font-family: 'Financier Display';
  font-weight: 400;
  src: url("../fonts/FinancierWebFonts/financier-display-web-regular.woff"); }
/**********/
* {
  padding: 0px;
  margin: 0px; }

html {
  font-size: 10px; }

body {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: 'Aeonik'; }

.no-scroll {
  overflow: hidden; }

.center, .text-center, .footer .copyright, .home-page-wrapper .text-content, .container, .container-fluid {
  display: block;
  margin: 0 auto; }

.text-center, .footer .copyright, .home-page-wrapper .text-content {
  text-align: center; }

.container {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid.red {
    padding: 70px;
    background-color: #FF4D4D; }

.two-column .title {
  position: relative;
  top: 15px;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-family: 'Financier Display';
  color: #FF4D4D; }
  .two-column .title.black {
    color: #000; }
.two-column .sub-title {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 20px; }
.two-column .content {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem; }
.two-column .post-content {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 50px; }
  .two-column .post-content:first-child {
    margin-top: 0px; }
  .two-column .post-content .post-title {
    position: relative;
    top: 15px;
    font-size: 3.7rem;
    line-height: 3.7rem;
    margin-bottom: 25px;
    font-family: 'Financier Display'; }
    .two-column .post-content .post-title.single {
      margin-bottom: 0px; }
    .two-column .post-content .post-title a {
      color: #FF4D4D; }
      .two-column .post-content .post-title a:hover {
        text-decoration: underline; }
  .two-column .post-content .post-subtitle {
    display: block;
    font-size: 2.7rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
    font-family: 'Financier Display';
    color: #808080; }
    .two-column .post-content .post-subtitle.single {
      margin-top: 0px;
      margin-bottom: 10px; }
  .two-column .post-content .post-author {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 5px; }
  .two-column .post-content.left .post-title {
    top: -10px; }
    .two-column .post-content.left .post-title a {
      cursor: initial; }
      .two-column .post-content.left .post-title a:hover {
        text-decoration: none; }
  .two-column .post-content.left .post-author {
    margin-top: 0px; }
.two-column .date {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #737373; }
.two-column .item-row {
  margin-bottom: 40px; }

.desktop {
  display: block; }

.mobile {
  display: none; }

/* SEMANTIC UI OVERRIDE */
.ui.button {
  transition: 0.3s ease-out all;
  border-radius: 0px;
  padding: 10px 15px;
  font-size: 1.4rem; }
  .ui.button.primary {
    background-color: #FF4D4D; }
    .ui.button.primary:hover, .ui.button.primary:active, .ui.button.primary:focus {
      background-color: #ff1a1a; }

/***********************/
@media only screen and (max-width: 768px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .two-column .title {
    top: 0px; }
  .two-column .sub-title {
    margin-top: 5px; }
  .two-column .item-row {
    margin-bottom: 50px !important; }
  .two-column .content.article-margin {
    margin-top: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .two-column .title {
    top: 0px; }
  .two-column .sub-title {
    margin-bottom: 5px; }
  .two-column .item-row {
    margin-bottom: 50px !important; }
  .two-column .content.article-margin {
    margin-top: 50px; } }
@media only screen and (min-width: 1400px) {
  html {
    font-size: 13px; } }
.header {
  height: 100px;
  background: #000;
  color: #fff; }
  .header .logo {
    position: relative;
    top: 20px;
    left: 0px;
    width: 300px;
    height: 50px; }
    .header .logo img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .header .menu {
    transition: 0.3s ease-out all; }
    .header .menu ul {
      text-align: right;
      padding-top: 40px;
      padding-right: 60px;
      list-style: none; }
      .header .menu ul li {
        display: inline-block;
        margin-right: 50px; }
        .header .menu ul li:last-child {
          margin-right: 0px; }
        .header .menu ul li a {
          transition: 0.3s ease-out all;
          display: block;
          font-size: 1.5rem;
          color: #fff;
          padding-bottom: 10px;
          border-bottom: 3px solid transparent; }
          .header .menu ul li a:hover {
            padding-bottom: 7px;
            border-bottom-color: #fff; }
          .header .menu ul li a.active {
            padding-bottom: 7px;
            border-bottom-color: #fff; }
  .header .menu-icon {
    transition: 0.3s ease-out all;
    position: absolute;
    top: 54px;
    right: 30px;
    font-size: 2.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    height: 30px;
    z-index: 95; }
    .header .menu-icon.active {
      visibility: visible;
      opacity: 1; }
    .header .menu-icon .hamburger-icon {
      display: block;
      height: 2.4px;
      width: 39px;
      background: #fff;
      position: relative; }
      .header .menu-icon .hamburger-icon:before {
        content: '';
        display: inline-block;
        position: relative;
        width: 100%;
        height: 2.4px;
        width: 39px;
        background: #fff;
        top: -10px; }
      .header .menu-icon .hamburger-icon:after {
        content: '';
        display: inline-block;
        position: relative;
        width: 100%;
        height: 2.4px;
        width: 39px;
        background: #fff;
        top: 8px; }
    .header .menu-icon .close-icon {
      display: block;
      height: 2.4px;
      width: 25px;
      background: #fff;
      position: relative;
      transform: rotateZ(45deg); }
      .header .menu-icon .close-icon:before {
        content: '';
        display: inline-block;
        position: relative;
        width: 100%;
        height: 2.4px;
        width: 25px;
        background: #fff;
        top: 0px;
        transform: rotateZ(90deg); }

@media only screen and (max-width: 768px) {
  .header .logo {
    width: 200px;
    left: 15px; }
  .header .menu {
    position: fixed;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    padding: 115px 20px 20px 20px;
    background: black;
    z-index: 5;
    opacity: 0;
    visibility: hidden; }
    .header .menu.active {
      visibility: visible;
      opacity: 0.8; }
    .header .menu ul {
      padding-top: 0px;
      padding-right: 0px; }
      .header .menu ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 50px; }
        .header .menu ul li a {
          text-align: center;
          font-size: 3rem; }
          .header .menu ul li a:hover {
            padding-bottom: 10px;
            border-bottom-color: transparent; }
          .header .menu ul li a.active {
            padding-bottom: 10px;
            border-bottom-color: transparent; } }
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .header .logo {
    width: 200px;
    left: 15px; }
  .header .menu {
    position: fixed;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    padding: 115px 20px 20px 20px;
    background: black;
    z-index: 5;
    opacity: 0;
    visibility: hidden; }
    .header .menu.active {
      visibility: visible;
      opacity: 0.8; }
    .header .menu ul {
      padding-top: 0px;
      padding-right: 0px; }
      .header .menu ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 50px; }
        .header .menu ul li a {
          text-align: center;
          font-size: 3rem; }
          .header .menu ul li a:hover {
            padding-bottom: 10px;
            border-bottom-color: transparent; }
          .header .menu ul li a.active {
            padding-bottom: 10px;
            border-bottom-color: transparent; } }
@media only screen and (min-width: 1400px) {
  .header .menu ul li {
    margin-right: 40px; } }
.footer {
  background-color: #000;
  padding: 65px; }
  .footer .copyright {
    font-size: 1.2rem;
    color: #fff; }

.home-page-wrapper .home-banner {
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 9.8rem;
  line-height: 8.5rem;
  font-family: 'Financier Display'; }
.home-page-wrapper .banner-button {
  margin-top: 30px;
  padding: 14px 32px;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'Aeonik'; }
.home-page-wrapper .text-content {
  max-width: 700px;
  color: #fff;
  font-size: 3.5rem;
  line-height: 6.4rem;
  font-family: 'Financier Display'; }
.home-page-wrapper .about-us {
  margin-top: 100px;
  margin-bottom: 100px; }

@media only screen and (max-width: 768px) {
  .home-page-wrapper .home-banner {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    font-size: 7rem;
    line-height: 5rem;
    margin-bottom: 50px; }
  .home-page-wrapper .container-fluid.red {
    padding: 50px 70px; }
  .home-page-wrapper .text-content {
    font-size: 3rem;
    line-height: 4rem;
    max-width: 100%; }
  .home-page-wrapper .banner-button {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 15px 25px !important; }
  .home-page-wrapper .about-us {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .home-page-wrapper .home-banner {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    font-size: 7rem;
    line-height: 5rem;
    margin-bottom: 50px; }
  .home-page-wrapper .container-fluid.red {
    padding: 50px 70px; }
  .home-page-wrapper .text-content {
    font-size: 3rem;
    line-height: 4rem;
    max-width: 100%; }
  .home-page-wrapper .banner-button {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 15px 25px !important; }
  .home-page-wrapper .about-us {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media only screen and (min-width: 1400px) {
  .home-page-wrapper .text-content {
    max-width: 800px; } }
.senior-management-wrapper {
  margin-top: 70px;
  margin-bottom: 70px; }

.advisory-board-wrapper {
  margin-top: 70px;
  margin-bottom: 70px; }

.publications-wrapper {
  margin-top: 70px;
  margin-bottom: 70px; }

.subscription-form {
  margin-top: 60px;
  border: 1px solid #000;
  padding: 10px;
  width: 80%;
  text-align: center; }
  .subscription-form .form-title {
    position: relative;
    font-size: 3.7rem;
    line-height: 4.0rem;
    margin-bottom: 25px;
    font-family: 'Financier Display';
    color: #FF4D4D;
    width: 100%; }
  .subscription-form .text-input {
    outline: none;
    border: 1px solid #000;
    padding: 10px;
    font-size: 1.4rem;
    width: 90%;
    margin-bottom: 25px; }
  .subscription-form .subscribe-button {
    display: block;
    margin: 0 auto;
    width: 40%;
    outline: none;
    display: block;
    font-size: 1.4rem;
    color: #fff;
    border: none;
    background: #000;
    padding: 15px 10px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer; }
  .subscription-form .mc4wp-response {
    color: #FF4D4D;
    font-size: 1.4rem; }
    .subscription-form .mc4wp-response .mc4wp-success {
      position: relative;
      font-size: 3.7rem;
      line-height: 4.0rem;
      margin-top: 75px;
      margin-bottom: 75px;
      font-family: 'Financier Displays';
      color: #FF4D4D;
      width: 100%; }

@media only screen and (max-width: 768px) {
  .subscription-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .subscription-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px; } }
.publications-single-wrapper {
  margin-top: 70px;
  margin-bottom: 70px; }

.back-link {
  display: block;
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 30px; }
  .back-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.contact-us-wrapper {
  margin-top: 70px;
  margin-bottom: 70px; }
  .contact-us-wrapper .contact-content {
    margin-bottom: 20px; }
    .contact-us-wrapper .contact-content.extra-margin {
      margin-bottom: 60px; }
    .contact-us-wrapper .contact-content .title {
      font-size: 4rem;
      line-height: 8rem;
      font-family: 'Financier Display';
      margin-bottom: 3px;
      color: #000; }
      .contact-us-wrapper .contact-content .title.red {
        color: #FF4D4D; }
    .contact-us-wrapper .contact-content .description {
      font-size: 2rem;
      line-height: 2.2rem;
      font-family: 'Aeonik';
      margin-bottom: 5px; }
    .contact-us-wrapper .contact-content .small-description {
      font-size: 2rem;
      line-height: 2rem;
      font-family: 'Aeonik';
      margin-bottom: 5px; }
    .form-success-info{
      font-family: 'Aeonik';
      font-size: 1.4rem;
      color: #000;
      line-height: 2rem;
      margin-top: 30px;
      display: block;
      font-style:normal;
    }

/*# sourceMappingURL=style.css.map */
