/*!
Theme Name: RT.ai
Theme URI: https://riskthinking.ai
Description: Custom theme by diguno media.
Author: diguno media
Author URI: http://www.diguno.com/
Version: 1.0
*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin: 35px 0 40px;
  clear: both;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.wp-caption-text {
  font-size: 1.4rem;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.clear {
  clear: both;
}

.init {
  margin: 0 !important;
  padding: 0 !important;
}

.init-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.init-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

h1.logo {
  position: relative;
  margin: 0;
}

h1.logo a.logofix {
  display: none;
}

h1.logo a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

ul, ol {
  margin: 0 0 1.5em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.table {
  margin: 20px 0 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.table tr.table-foot,
.table tr.table-head {
  height: 4rem;
  background: rgba(59, 108, 180, 0.1);
}

.table tr.table-foot th,
.table tr.table-head th {
  font-size: 1.9rem;
  vertical-align: bottom;
  border-bottom: 2px solid #5d6065;
  padding: 12px 25px 9px;
}

.table tr.table-foot th span,
.table tr.table-head th span {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  text-transform: none;
}

.table tr.table-foot th strong,
.table tr.table-head th strong {
  font-size: 1.4rem;
  text-transform: none;
  display: block;
  padding-bottom: 5px;
  font-style: italic;
}

.table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 25px 10px 25px;
}

.table td strong {
  display: inline-block;
  padding: 5px 0 5px;
  font-size: 1.6rem;
}

.table tr:nth-child(even) td {
  background: #f7f7f7;
}

.table a.button {
  display: inline-block;
  margin-top: 1.5rem;
}

.table .padded-row td {
  padding: 5px !important;
}

.table *.nobg {
  background: none !important;
}

@media screen and (max-width: 660px) {
  .table {
    margin: 1em 0;
    min-width: 300px;
  }
  .table tr {
    margin: 10px 0;
  }
  .table tr.head, .table thead {
    display: none;
  }
  .table .padded-row {
    display: none;
  }
  .table td {
    display: block;
    text-align: center !important;
  }
  .table td.mobile-hide {
    display: none;
  }
  .table td:first-child {
    padding-top: 1em;
    margin-top: 10px;
  }
  .table td:last-child {
    padding-bottom: 1em;
    margin-bottom: 10px;
  }
  .table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
  }
  .table th {
    display: block;
    text-align: center !important;
  }
  .table th.mobile-hide {
    display: none;
  }
  .table th:first-child {
    padding-top: .5em;
  }
  .table th:last-child {
    padding-bottom: .5em;
  }
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}

code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 1.625rem;
}

sup,
sub {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 2.5ex;
}

sub {
  top: .5ex;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_button.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
a.button {
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  display: inline-block;
  line-height: 2em;
  border: 2px solid #231f20;
  color: #231f20;
  text-decoration: none;
  padding: 12px 3rem;
  font-size: 2.5rem;
  cursor: pointer;
  margin: 5vh 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.gform_button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
a.button:hover {
  background: #231f20;
  color: #fff;
}

button.light,
input[type="button"].light,
input[type="reset"].light,
input[type="submit"].light,
.gform_button.button.light,
.woocommerce #respond input#submit.light,
.woocommerce a.button.light,
.woocommerce button.button.light,
.woocommerce input.button.light,
a.button.light {
  font-weight: normal !important;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.gform_button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
a.button.alt {
  background-color: #ffcd83;
  color: #231f20;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.gform_button.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
a.button.alt:hover {
  background-color: #e2e663;
  color: #231f20;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.gform_button.button.small,
.woocommerce #respond input#submit.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input.button.small,
a.button.small {
  font-size: 1.4rem;
  line-height: 2em;
  padding: 5px 1.5rem 0 !important;
}

button.medium,
input[type="button"].medium,
input[type="reset"].medium,
input[type="submit"].medium,
.gform_button.button.medium,
.woocommerce #respond input#submit.medium,
.woocommerce a.button.medium,
.woocommerce button.button.medium,
.woocommerce input.button.medium,
a.button.medium {
  font-size: 1.7rem;
  line-height: 2.2em;
  padding: 0 1.5rem !important;
}

button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large,
.gform_button.button.large,
.woocommerce #respond input#submit.large,
.woocommerce a.button.large,
.woocommerce button.button.large,
.woocommerce input.button.large,
a.button.large {
  font-size: 1.8rem;
  line-height: 2.2em;
}

button.jumbo,
input[type="button"].jumbo,
input[type="reset"].jumbo,
input[type="submit"].jumbo,
.gform_button.button.jumbo,
.woocommerce #respond input#submit.jumbo,
.woocommerce a.button.jumbo,
.woocommerce button.button.jumbo,
.woocommerce input.button.jumbo,
a.button.jumbo {
  font-size: 1.9rem;
  line-height: 2.4em;
  padding: 0 3.5rem;
}

button.block,
input[type="button"].block,
input[type="reset"].block,
input[type="submit"].block,
.gform_button.button.block,
.woocommerce #respond input#submit.block,
.woocommerce a.button.block,
.woocommerce button.button.block,
.woocommerce input.button.block,
a.button.block {
  display: block;
  text-align: center;
}

button.center,
input[type="button"].center,
input[type="reset"].center,
input[type="submit"].center,
.gform_button.button.center,
.woocommerce #respond input#submit.center,
.woocommerce a.button.center,
.woocommerce button.button.center,
.woocommerce input.button.center,
a.button.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gform_button.button,
.gform_next_button,
.gform_previous_button {
  font-size: 1.8rem !important;
  font-weight: bold;
  display: block;
  width: 100% !important;
  margin-bottom: 12px !important;
}

.gform_previous_button {
  max-width: 170px;
  background: #bbb !important;
}

.gform_previous_button:hover {
  background: #aaa !important;
}

.gform_wrapper .gform_page_footer {
  display: -ms-flexbox;
  display: flex;
}

label {
  display: block;
  color: #231f20;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.6rem;
  margin: 5px 0 2px;
}

input, select, textarea {
  -webkit-border-radius: 0;
}

input:not([type="radio"]):not([type="checkbox"]), select {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #231f20;
  font-size: 1.5rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px 17px !important;
  width: 100%;
  display: inline-block;
  margin: 2px 0 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border: 1px solid #ccc;
  background: #fbfbfb;
  color: #444;
}

input[type="number"] {
  padding: 0 !important;
  height: 3em;
  line-height: 3em;
}

.white-box input[type="text"],
.white-box input[type="email"],
.white-box input[type="url"],
.white-box input[type="password"],
.white-box input[type="search"],
.white-box input[type="number"],
.white-box input[type="tel"],
.white-box input[type="range"],
.white-box input[type="date"],
.white-box input[type="month"],
.white-box input[type="week"],
.white-box input[type="time"],
.white-box input[type="datetime"],
.white-box input[type="datetime-local"],
.white-box input[type="color"],
.white-box textarea, .white_box input[type="text"],
.white_box input[type="email"],
.white_box input[type="url"],
.white_box input[type="password"],
.white_box input[type="search"],
.white_box input[type="number"],
.white_box input[type="tel"],
.white_box input[type="range"],
.white_box input[type="date"],
.white_box input[type="month"],
.white_box input[type="week"],
.white_box input[type="time"],
.white_box input[type="datetime"],
.white_box input[type="datetime-local"],
.white_box input[type="color"],
.white_box textarea {
  background: #f2f2f2;
}

.white-box input[type="text"]:focus,
.white-box input[type="email"]:focus,
.white-box input[type="url"]:focus,
.white-box input[type="password"]:focus,
.white-box input[type="search"]:focus,
.white-box input[type="number"]:focus,
.white-box input[type="tel"]:focus,
.white-box input[type="range"]:focus,
.white-box input[type="date"]:focus,
.white-box input[type="month"]:focus,
.white-box input[type="week"]:focus,
.white-box input[type="time"]:focus,
.white-box input[type="datetime"]:focus,
.white-box input[type="datetime-local"]:focus,
.white-box input[type="color"]:focus,
.white-box textarea:focus, .white_box input[type="text"]:focus,
.white_box input[type="email"]:focus,
.white_box input[type="url"]:focus,
.white_box input[type="password"]:focus,
.white_box input[type="search"]:focus,
.white_box input[type="number"]:focus,
.white_box input[type="tel"]:focus,
.white_box input[type="range"]:focus,
.white_box input[type="date"]:focus,
.white_box input[type="month"]:focus,
.white_box input[type="week"]:focus,
.white_box input[type="time"]:focus,
.white_box input[type="datetime"]:focus,
.white_box input[type="datetime-local"]:focus,
.white_box input[type="color"]:focus,
.white_box textarea:focus {
  background: #f5f5f5;
}

button[type="submit"],
input[type="submit"] {
  display: inline-block;
  margin: 15px 0 20px;
  border-radius: 4px !important;
}

select {
  color: #231f20;
  border: 1px solid #eee;
  width: 100%;
  font-size: 1.5rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background: #ededee;
  padding: 8px 10px !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.125em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.125em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-alignleft {
  text-align: left;
}

.text-alignright {
  text-align: right;
}

.text-aligncenter {
  text-align: center;
}

.one_half {
  width: 46.5%;
}

.one_third {
  width: 29.16%;
}

.two_thirds {
  width: 63.83%;
}

.one_fourth {
  width: 20.5%;
}

.three_fourths {
  width: 72.5%;
}

.one_fifth {
  width: 16%;
}

.two_fifths {
  width: 36.1%;
}

.three_fifths {
  width: 56.9%;
}

.four_fifths {
  width: 75.7%;
}

.one_sixth {
  width: 11.83%;
}

.five_sixths {
  width: 81.17%;
}

.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifths, .three_fifths, .four_fifths, .one_sixth, .five_sixths {
  position: relative;
  margin-right: 6%;
  margin-bottom: 25px;
  float: left;
}

.column-last, .last-column {
  margin-right: 0 !important;
  clear: right;
}

@media screen and (max-width: 800px) {
  .two_thirds {
    width: 98%;
    clear: both;
  }
  .one_third + .two_thirds {
    margin-left: 0;
  }
  .two_thirds + .one_third {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .one_half,
  .one_third,
  .two_thirds,
  .one_fourth,
  .three_fourths,
  .one_fifth,
  .two_fifths,
  .three_fifths,
  .one_sixth,
  .five_sixths {
    width: 99%;
  }
  .one_half + .one_half, .one_third + .one_third, .two_thirds + .one_third, .one_fourth + .one_fourth, .one_fifth + .one_fifth, .one_third + .two_thirds, .one_sixth + .one_sixth {
    margin-left: 0;
  }
}

.flex-row, .flex_row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row div, .flex_row div {
  position: relative;
}

.flex-row.flex-reverse, .flex_row.flex-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-row .flex_one_half, .flex_row .flex_one_half {
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}

.flex-row .flex_one_third, .flex_row .flex_one_third {
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}

.flex-row .flex_two_thirds, .flex_row .flex_two_thirds {
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
}

.flex-row .flex_one_fourth, .flex_row .flex_one_fourth {
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
}

.flex-row .flex_three_fourths, .flex_row .flex_three_fourths {
  -ms-flex: 0 1 74.5%;
  flex: 0 1 74.5%;
}

.flex-row .flex_one_fifth, .flex_row .flex_one_fifth {
  -ms-flex: 0 1 18.4%;
  flex: 0 1 18.4%;
}

.flex-row .flex_two_fifths, .flex_row .flex_two_fifths {
  -ms-flex: 0 1 38.8%;
  flex: 0 1 38.8%;
}

.flex-row .flex_three_fifths, .flex_row .flex_three_fifths {
  -ms-flex: 0 1 59.2%;
  flex: 0 1 59.2%;
}

.flex-row .flex_variable, .flex_row .flex_variable {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-row.padded .flex_one_half, .flex_row.padded .flex_one_half {
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.flex-row.padded .flex_one_third, .flex_row.padded .flex_one_third {
  -ms-flex: 0 1 30.6667%;
  flex: 0 1 30.6667%;
}

.flex-row.padded .flex_two_thirds, .flex_row.padded .flex_two_thirds {
  -ms-flex: 0 1 65.3333%;
  flex: 0 1 65.3333%;
}

.flex-row.padded .flex_one_fourth, .flex_row.padded .flex_one_fourth {
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
}

.flex-row.padded .flex_three_fourths, .flex_row.padded .flex_three_fourths {
  -ms-flex: 0 1 74%;
  flex: 0 1 74%;
}

.flex-row.padded .flex_one_fifth, .flex_row.padded .flex_one_fifth {
  -ms-flex: 0 1 16.8%;
  flex: 0 1 16.8%;
}

.flex-row.padded .flex_two_fifths, .flex_row.padded .flex_two_fifths {
  -ms-flex: 0 1 37.6%;
  flex: 0 1 37.6%;
}

.flex-row.padded .flex_three_fifths, .flex_row.padded .flex_three_fifths {
  -ms-flex: 0 1 58.4%;
  flex: 0 1 58.4%;
}

.flex-row.seamless .flex_one_half, .flex_row.seamless .flex_one_half {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.flex-row.seamless .flex_one_third, .flex_row.seamless .flex_one_third {
  -ms-flex: 1 0 33.3%;
  flex: 1 0 33.3%;
}

.flex-row.seamless .flex_one_third:last-child, .flex_row.seamless .flex_one_third:last-child {
  -ms-flex: 1 0 33.4%;
  flex: 1 0 33.4%;
}

.flex-row.seamless .flex_two_thirds, .flex_row.seamless .flex_two_thirds {
  -ms-flex: 1 0 66.3%;
  flex: 1 0 66.3%;
}

.flex-row.seamless .flex_two_thirds_last-child, .flex_row.seamless .flex_two_thirds_last-child {
  -ms-flex: 1 0 66.4%;
  flex: 1 0 66.4%;
}

.flex-row.seamless .flex_one_fourth, .flex_row.seamless .flex_one_fourth {
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.flex-row.seamless .flex_three_fourths, .flex_row.seamless .flex_three_fourths {
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
}

.flex-row.seamless .flex_one_fifth, .flex_row.seamless .flex_one_fifth {
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}

.flex-row.seamless .flex_two_fifths, .flex_row.seamless .flex_two_fifths {
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.flex-row.seamless .flex_three_fifths, .flex_row.seamless .flex_three_fifths {
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.flex-row .flex-wrap, .flex_row .flex-wrap {
  padding: 15px 0 0;
}

.flex-row div p:first-child, .flex_row div p:first-child {
  margin-top: 0;
}

html {
  font-size: 0.7vw;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.8vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 560px) {
  html {
    font-size: 42%;
  }
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

* {
  font-variant-ligatures: none;
}

.section span.alt {
  color: #008eaa;
}

div {
  font-size: 1.8rem;
  color: #231f20;
}

p, li {
  color: #231f20;
  line-height: 1.12em;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 10px 0 25px;
  letter-spacing: -0.055em;
}

#our-partners p {
  font-size: 2.7rem;
}

h1, .h1 {
  color: #231f20;
  font-size: 7.3rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  margin: 1em 0 0.25em;
  line-height: 0.8em;
  letter-spacing: -0.09em;
}

@media screen and (max-width: 900px) {
  h1, .h1 {
    font-size: 6.9rem;
  }
}

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

h2, .h2 {
  color: #231f20;
  font-size: 4.8rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  margin: 1em 0 0.5em;
  line-height: 1.1em;
  letter-spacing: -0.06em;
}

h3, .h3 {
  color: #231f20;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.7rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
  line-height: 1.1em;
  letter-spacing: -0.06em;
}

h4, .h4 {
  color: #231f20;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.8rem;
  font-weight: 300;
  margin: 1em 0 0.5em;
  line-height: 1.3em;
}

h5, .h5 {
  color: #231f20;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2em;
}

h6, .h6 {
  color: #231f20;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2rem;
  font-weight: 200;
  margin: 0.9em 0 0.5em;
  line-height: 1.2em;
}

h6.alt, .h6.alt {
  color: #5d6065 !important;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

h3 + h1, h4 + h1, h5 + h1, h6 + h1 {
  margin-top: -5px;
}

.centered * {
  text-align: center;
}

h5.tagline {
  letter-spacing: 5px;
  text-transform: lowercase;
  color: #231f20;
  font-size: 1.9rem;
}

#post-content p {
  text-align: justify;
}

a {
  color: #231f20;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #231f20;
}

#title {
  background: #eaeaea;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

#title h1 {
  margin: 0;
  padding: 20px 0 16px;
  text-align: center;
}

span.small {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 0 3px;
  font-size: 1.4rem;
  color: #b1b1b1;
}

p.wp-caption-text, .white-box p.wp-caption-text {
  font-size: 1.2rem !important;
}

.mobx-html-inner * {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

#wpadminbar {
  display: none !important;
}

html, body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  min-width: 360px;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

.section {
  overflow: hidden;
}

.page-builder {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: hidden;
}

.center-vertically {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.justify-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.svg.logo {
  position: relative;
  margin: 0 !important;
}

.svg.logo object {
  display: block;
  min-width: 95px;
}

.svg.logo a.logofix {
  display: none;
}

.svg.logo a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wrapper, .content-wrap, .section-wrap {
  min-width: 300px;
  position: relative;
  margin: 0 auto;
}

.content-wrap, .section-wrap {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 560px) {
  .content-wrap, .section-wrap {
    width: calc(100vw - 40px);
  }
}

#masthead {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background: #000;
}

#masthead .content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100vw;
}

#masthead .masthead-logo {
  min-width: 100px;
  transition: all 0.9s ease-in-out;
  position: relative;
  top: 45px;
  z-index: 1;
  font-size: 0;
}

#masthead .masthead-logo .logo {
  display: inline-block;
}

#masthead .masthead-logo .logo svg {
  width: 13vw;
  height: 2.6vw;
  display: block;
}

#masthead, #masthead * {
  transition: none !important;
}

#footer {
  position: relative;
  background: url(/wp-content/themes/rtai/images/footer.jpg) #231f20 no-repeat;
  background-size: cover;
}

#footer .section-wrap {
  width: calc(100vw - 100px);
  z-index: 10;
  position: relative;
  height: 100vh;
}

#footer .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

#footer h2 {
  font-size: 15.4rem;
  font-weight: 500;
  color: #e2e663;
  width: 45vw;
  max-width: 1050px;
  line-height: 0.85em;
  margin-top: 0px;
  padding-top: 7vw;
}

#footer p.copy-alt, #footer p.copy, #footer p.copy a, #footer p.copy a:hover, #footer p.copy-alt a, #footer p.copy-alt a:hover {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

#footer p.copy-alt .alt, #footer p.copy .alt, #footer p.copy a .alt, #footer p.copy a:hover .alt, #footer p.copy-alt a .alt, #footer p.copy-alt a:hover .alt {
  color: #e2e663;
  display: inline-block;
  padding-right: 3vw;
}

#footer .foot {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

#footer .foot .logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 15px !important;
  margin-left: 5px !important;
  top: 0;
}

#footer .foot .logo svg {
  width: 13vw;
  height: 2.6vw;
  display: block;
}

#footer .foot .spacer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2px;
  background: #fff;
  position: relative;
  top: 30px;
}

#footer .foot ul.menu {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
}

#footer .foot ul.menu li {
  font-size: 1.7rem;
  list-style: none;
}

#footer .foot ul.menu li a {
  color: #fff;
}

#footer .foot ul.menu li a:hover {
  color: #e2e663;
}

#footer .foot ul.menu li:nth-child(odd) {
  transform: translateY(-40%);
}

#footer .foot ul.menu li:nth-child(even) {
  transform: translateY(40%);
}

#footer .foot ul.menu li:nth-child(3), #footer .foot ul.menu li:nth-child(4) {
  margin-top: 17px;
}

#footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 900px) {
  #footer .section-wrap {
    height: calc(100vh - 45px);
  }
  #footer .foot {
    margin: 8vw 0 2vw;
  }
  #footer .foot .logo {
    margin-top: 17px !important;
  }
  #footer .menu-main-menu-container {
    display: none;
  }
  #footer .copy {
    margin: -10px 0 0;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer .foot .spacer {
    background: none !important;
  }
}

@media screen and (max-width: 560px) {
  #footer {
    height: calc(100vh - 45px);
  }
  #footer .section-wrap {
    width: calc(100vw - 40px);
    height: calc(100vh - 45px);
    margin: 0 20px;
  }
  #footer h2 {
    font-size: 16.5rem;
    width: 100%;
  }
  #footer .foot {
    display: none;
  }
  #footer p.copy {
    font-size: 8px;
  }
}

@media screen and (max-width: 400px) {
  #footer h2 {
    font-size: 12rem;
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  #footer .foot .logo svg,
  #masthead .masthead-logo .logo svg {
    width: 15vw;
    height: 3vw;
  }
}

@media screen and (max-width: 900px) {
  #footer .foot .logo svg,
  #masthead .masthead-logo .logo svg {
    width: 20vw;
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #footer .foot .logo svg,
  #masthead .masthead-logo .logo svg {
    width: 22vw;
    height: 4.4vw;
  }
}

@media screen and (max-width: 560px) {
  #footer .foot .logo svg,
  #masthead .masthead-logo .logo svg {
    width: 25vw;
    height: 5vw;
  }
}

@media screen and (max-width: 475px) {
  #footer .foot .logo svg,
  #masthead .masthead-logo .logo svg {
    width: 30vw;
    height: 6vw;
  }
}

/*
.nav-active #masthead,
.nav-active.sticky #masthead{ background: #fff; } 
*/
.nav-active #masthead,
#masthead {
  background: #000;
  /* *{ color: #fff; fill: #fff; } */
}

.nav-active #masthead a,
#masthead a {
  color: #fff !important;
}

.nav-active #masthead a:hover,
#masthead a:hover {
  color: #008eaa !important;
}

.nav-active #masthead .masthead-logo,
#masthead .masthead-logo {
  margin-top: 0;
  left: 0px;
  top: 0;
}
.section {
  max-width: 100vw;
}

.banner {
  position: relative;
  min-height: 80vh;
  text-align: center;
}

.banner .section-wrap,
.banner .banner-content {
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 100%;
}

.banner .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner .image-credit {
  position: absolute;
  bottom: 0;
  font-size: 1.0rem;
  font-weight: 400;
  color: #fff;
  margin: 5px 10px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.heading_banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 10vh;
}

.heading_banner .section-wrap {
  width: 34vw;
  max-width: 60%;
  padding: 10vw 0;
}

.heading_banner h3 {
  text-align: left;
  font-size: 7.0rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 0.97em;
  letter-spacing: -0.06em;
}

.heading_banner span.alt {
  color: #e2e663;
}

@media screen and (max-width: 900px) {
  .heading_banner .section-wrap {
    padding: 10vw 0;
  }
}

@media screen and (max-width: 560px) {
  .heading_banner .section-wrap {
    padding: 7vw 0;
  }
  .heading_banner h3 {
    font-size: 6.5rem;
  }
}

.question-banner {
  height: 100vh;
  overflow: hidden;
}

.question-banner .banner-content {
  position: absolute;
  right: -15px;
  bottom: -15px;
  max-width: 53vw;
  height: auto;
  z-index: 1;
}

.question-banner:after {
  content: '';
  width: 11px;
  height: 331px;
  background: url(/wp-content/themes/rtai/images/question-arrow.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.question-banner .heading {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 15.7rem;
  letter-spacing: -0.07em;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin: 0 !important;
  line-height: 0.785em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.question-banner .sub-heading {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.85em 30px;
  border-radius: 50px;
  max-width: 99vw;
  margin: 0 auto;
  font-weight: 500;
  transform: translate(-73%, -100%);
  top: 0.6em;
  left: 0;
  z-index: 9;
  white-space: nowrap;
}

.question-banner .sub-heading p {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .question-banner .banner-content .heading {
    margin-bottom: 0.1em !important;
  }
}

@media screen and (max-width: 768px) {
  .question-banner .image-credit {
    font-size: 9px;
    transform: rotate(-90deg);
    padding: 0 0 150px 0;
  }
}

@media screen and (max-width: 560px) {
  .question-banner:after {
    left: 10vw;
  }
  .question-banner .banner-content {
    right: 0;
    bottom: 0;
    max-width: 99vw;
    margin: 0 auto;
  }
  .question-banner .banner-content .heading {
    margin: 0 0 -5px 15vw !important;
    width: 75vw;
    font-size: 16.5rem;
  }
  .question-banner .banner-content .heading br {
    display: none;
  }
  .question-banner .banner-content .sub-heading {
    display: inline-block;
    transform: translateY(-90%);
    white-space: normal;
  }
  .question-banner .banner-content .sub-heading p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 450px) {
  .question-banner .banner-content .heading {
    font-size: 15rem;
  }
  .question-banner .banner-content .sub-heading p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .question-banner .banner-content {
    max-width: 100%;
  }
  .question-banner .banner-content .heading {
    font-size: 13rem;
    margin-left: 17vw !important;
  }
  .question-banner .banner-content .sub-heading {
    width: 100%;
  }
  .question-banner .banner-content .sub-heading p {
    font-size: 1.8rem;
  }
}

.content_plus {
  position: relative;
  padding-top: 3vw !important;
  padding-bottom: 3.9vw !important;
}

.alt {
    background-color: black;
}

.content_plus.alt strong {
    color: #fff;
}

.content_plus.has-label-heading {
  padding-top: 8.5vw !important;
}

.content_plus .section-wrap {
  width: 100vw;
}

.content_plus .flex_three_fifths {
  -ms-flex: 0 0 58vw;
  flex: 0 0 58vw;
}

.content_plus .flex_two_fifths {
  -ms-flex: 0 0 38vw;
  flex: 0 0 38vw;
}

.content_plus:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 64.2vw;
  width: 1px;
  background: #bbaeae;
}

.content_plus .content_col_1 .col-wrap {
  padding-left: 5vw;
}

.content_plus .content_col_1 .col-wrap p, .content_plus .content_col_1 .col-wrap li {
  font-size: 2.65rem;
  letter-spacing: -.07em;
}

.content_plus .content_col_1 .col-wrap h4 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 2vw;
}

.content_plus .content_col_2 .col-wrap {
  padding-left: 4.8vw;
  padding-right: 3vw;
}

.content_plus .content_col_2 .col-wrap h2 {
  font-size: 6.9rem;
  font-weight: 600;
  line-height: 1em;
}

.content_plus .content_col_2 .col-wrap h3 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.06em;
}


.content_plus .indent {
  padding: 3vw .5vw 0 0;
  position: relative;
  left: 6vw;
}

@media screen and (max-width: 768px) {
  #about.content_plus .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 560px) {
  #about.content_plus {
    padding-top: 9vw !important;
    padding-bottom: 3vw !important;
  }
  #about.content_plus .flex_three_fifths {
    -ms-flex: 0 0 68vw;
    flex: 0 0 68vw;
  }
  #about.content_plus .flex_two_fifths {
    -ms-flex: 0 0 30vw;
    flex: 0 0 30vw;
  }
  #about.content_plus .content_col_1 .col-wrap {
    padding-left: 20px;
  }
  #about.content_plus .content_col_2 .col-wrap {
    padding-right: 0;
  }
  #about.content_plus:after {
    left: 72vw;
    width: 2px;
  }
  #about.content_plus h1 {
    font-size: 5.7rem;
    font-weight: 400;
  }
  #about.content_plus p {
    font-size: 2.1rem;
  }
  #about.content_plus h3 {
    font-size: 3.2rem;
    line-height: .96em;
  }
  #about.content_plus .indent {
    padding: 3vw 0 0 3vw;
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  #about.content_plus .flex_three_fifths {
    -ms-flex: 0 0 65vw;
    flex: 0 0 65vw;
  }
  #about.content_plus:after {
    left: 66vw;
  }
  #about.content_plus h3 {
    font-size: 2.8rem;
  }
  #about.content_plus .content_col_2 .col-wrap {
    padding-left: 0;
  }
}

#product .content_col_1 .col-wrap {
  padding-left: calc( (100vw - 100px) / 6);
}

#product .content_col_2 .col-wrap {
  padding-right: 7vw;
}

#product p {
  font-size: 2.7rem;
}

@media screen and (max-width: 560px) {
  #products.content_plus {
    padding-top: 9vw !important;
    padding-bottom: 0vw !important;
  }
  #products.content_plus .flex-row {
    display: block;
  }
  #products.content_plus .section-wrap {
    margin: 0;
  }
  #products.content_plus:after {
    display: none;
  }
  #products.content_plus .col-wrap {
    padding: 0 20px;
  }
  #products.content_plus .button-group {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
  }
  #products.content_plus .button-group .button {
    margin: 0 4px 0 0;
    padding: 4px 6px;
    font-size: 2.2rem;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }
  #products.content_plus p, #products.content_plus li {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
  #products.content_plus h2 {
    font-size: 5.5rem;
  }
  #products.content_plus .content_col_2 {
    padding-left: 25vw;
    margin-bottom: 0 !important;
  }
  #products.content_plus .section-wrap {
    padding-bottom: 5vw;
  }
  #products.content_plus .section-wrap:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 22vw;
    height: 28vw;
    width: 2px;
    background: #000;
  }
}

@media screen and (max-width: 400px) {
  #product.content_plus .button-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #product.content_plus .button-group .button {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.button-group {
  margin: 65px 0 45px calc( ((100vw - 100px) / 12) * -1);
}

.button-group .button {
  position: relative;
  width: 45%;
  margin: 0 20px 20px 0;
  padding: 12px;
}

.button-group .button .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.button-group .button .arrow {
  position: absolute;
  right: 12px;
  top: 47%;
  transform: translateY(-50%);
  width: 3rem;
}

.button-group .button:hover .arrow svg {
  fill: #fff;
}

@media screen and (max-width: 900px) {
  .button-group {
    margin: 50px 0 30px 0;
  }
  .button-group .button {
    width: 100%;
    font-size: 2.3rem;
    margin: 0 5px 5px 0;
  }
}

.team_members {
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: center;
}

.team_members .team_member {
  -ms-flex: 0 0 19.2%;
  flex: 0 0 19.2%;
}

.team_members .team_member img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.team_members .team_member p {
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.team_members .team_member p i {
  font-style: normal;
  text-transform: none;
}

.team_members .team_member p span {
  display: block;
  color: white;
  text-transform: none;
  font-size: 1.6rem;
  margin-top: 8px;
}

.team_members .team_member p li {
  display: block;
  color: white;
  text-transform: none;
  font-size: 1.6rem;
  margin-top: 8px;
}

.team_section {
  position: relative;
  background: black;
  overflow: hidden;
}

.team_section .section-wrap {
  padding: 3vw 0 5vw;
}

.team_section h3 {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  max-width: 70vw;
  line-height: 1.15em;
  margin-bottom: 3.6vw;
  padding-left: 5vw;
}

.team_section h3 p {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  max-width: 70vw;
  line-height: 1.15em;
  margin-bottom: 3.6vw;
  padding-left: 5vw;
}

.team_section:before {
/*   content: ''; */
/*   position: absolute;
  top: 0;
  left: 64.2vw;
  width: 3px;
  height: 50px;
  background: #231f20; */
}

.team_section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 3px;
  height: 50px;
  background: #231f20;
}

.team_section .team_member {
  max-width: 18vw;
}

.team_section .team_member p span {
  font-size: 1.8rem;
}

.content_plus .label,
.team_section .label {
  font-size: 16.2rem;
  font-weight: 500;
  color: white;
  letter-spacing: -0.085em;
  margin: 0;
  line-height: 0.5em;
  position: absolute;
  top: 0;
  right: 0px;
  text-transform: lowercase;
  text-align: right;
}

#products .label {
  color: #e9e9e9;
}

@media screen and (max-width: 560px) {
  .team_section:before {
    width: 2px;
    left: 22vw;
  }
  .team_section:after {
    width: 2px;
    left: 20px;
    height: 10px;
  }
  .team_section .section-wrap {
    padding-top: 15.7vw;
    padding-bottom: 4vw;
  }
  .team_section h3 {
    max-width: 100%;
    font-size: 2.1rem;
  }
  .team_section .team_members .team_member {
    max-width: calc((100vw - 40px) * .33);
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 10px;
  }
  .team_section .team_member p {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .team_section .team_member p span {
    font-size: 1.5rem;
  }
  .content_plus .label,
  .team_section .label {
    font-size: 13.0rem;
  }
}

@media screen and (max-width: 400px) {
  .team_section .section-wrap {
    max-width: 100%;
  }
}

.directors_section {
  position: relative;
}

.directors_section h3 {
  font-size: 2.5rem;
  font-weight: 500;
  max-width: 88vw;
  line-height: 1.2em;
  margin: 2vw 0 5vw;
}

.directors_section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 3px;
  background: #231f20;
}

.directors_section .section-wrap {
  width: 100%;
  max-width: 100%;
  padding: 10.25vh 50px 5vh 11vw;
}

.directors_section .label,
.directors_section .team_members {
  margin-left: calc((90vw / 12) * 4) !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.directors_section .team_member {
  -ms-flex: 1 0 22%;
  flex: 1 0 22%;
}

.directors_section .team_member p {
  font-size: 1.4rem;
  color: black;
}

.directors_section .team_member p span {
  font-size: 1.4rem;
  letter-spacing: -.03em;
  color: black;
}

.directors_section .team_member img {
  width: 100%;
  border: 1px solid #ccc;
}

.directors_section .label {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  margin: 5vh 0 2em;
}

.directors_section .label:after {
  content: '';
  height: 3px;
  background: #43474d;
  width: calc(((90vw / 12) * 4) + 1vw);
  position: absolute;
  left: 0;
  margin: 0.6em 0 0 8vw;
}

@media screen and (max-width: 560px) {
  .directors_section .section-wrap {
    padding: 5vw 20px 2vw;
  }
  .directors_section:after {
    width: 2px;
    left: 20px;
  }
  .directors_section h3 {
    margin-left: 20px;
    font-size: 2.1rem;
  }
  .directors_section .label {
    margin-top: 4vw;
    margin-left: calc(15vw + 20px) !important;
    font-size: 1.4rem;
  }
  .directors_section .label:after {
    width: 15vw;
    height: 2px;
    margin-left: 20px;
  }
  .directors_section .team_members {
    margin-left: 15vw !important;
  }
  .directors_section .team_member p, .directors_section .team_member p span {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.advisors_section {
  padding: 2vh 0 0;
  overflow-x: hidden;
}

.advisors_section .section-wrap {
  max-width: 90%;
}

.advisors_section h3 {
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 70%;
  margin: 5vh 0 8vh;
}

.advisors_section h4.label {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
}

.advisors_section .team_members {
  width: 100%;
}

.advisors_section .team_member {
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  min-width: 75px;
}

.advisors_section .team_member p {
  font-size: 1.4rem;
  color: black;
}

.advisors_section .team_member p span {
  font-size: 1.35rem;
  letter-spacing: -.03em;
  color: black;
}

.advisors_section .team_member img {
  width: 100%;
  border: 1px solid #ccc;
}

.advisors_section .slick-wrap {
  overflow: hidden;
}

.advisors_section .slick-nav {
  display: none;
  position: absolute;
  top: 0;
  left: -999px;
}

@media screen and (max-width: 768px) {
  .advisors_section {
    padding: 1vw 0;
  }
  .advisors_section h4.label {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  .advisors_section .section-wrap {
    margin: 0;
    width: 100vw;
    max-width: 100vw;
  }
  .advisors_section .slick-wrap {
    position: relative;
  }
  .advisors_section .slick-wrap .slick-nav {
    display: block;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 75px;
    background: rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%);
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }
  .advisors_section .slick-wrap .slick-nav:hover {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
  .advisors_section .slick-wrap .slick-nav .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: #fff;
    text-shadow: 0 0 2px #000;
  }
  .advisors_section .slick-wrap .slick-prev {
    left: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
  .advisors_section .slick-wrap .slick-prev:hover {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
  .advisors_section .slick-wrap .slick-next {
    right: 0;
    left: auto;
  }
  .advisors_section .team_members {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 3px;
    width: 100vw;
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .advisors_section .team_members .team_member {
    scroll-snap-align: start;
    padding-top: 2px;
    display: inline-block;
    white-space: wrap;
  }
  .advisors_section .team_members .team_member:first-child {
    margin-left: 20px;
  }
  .advisors_section .team_members .team_member:last-child {
    margin-right: 20px;
  }
  .advisors_section .team_members::-webkit-scrollbar {
    display: none;
  }
  .advisors_section .team_members .team_member p, .advisors_section .team_members .team_member p span {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.content {
  position: relative;
  padding-top: 12vw;
  margin-bottom: 5vh;
}

.content h3 {
  margin-bottom: 20px;
}

.content:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 3px;
  height: 17vw;
  background: #231f20;
}

.content .section-wrap {
  max-width: 90%;
}

#partners {
  margin-bottom: 8vw;
  padding-top: 20vw;
}

#partners .section-wrap {
  padding: 0 calc( (100vw - 100px) / 6);
}

@media screen and (max-width: 560px) {
  #partners.content {
    padding-top: 15vw;
  }
  #partners.content:after {
    width: 2px;
    height: 13vw;
  }
  #partners.content h3, #partners.content p {
    font-size: 2.1rem;
  }
  #partners.content h3 {
    margin-bottom: 5px;
  }
}

.heading.section {
  position: relative;
  padding-bottom: 11vw;
}

.heading.section h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #008eaa;
  max-width: 80%;
}

.heading.section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc( (90vw / 6) + 5vw);
  width: 3px;
  height: 10vw;
  background: #231f20;
}

@media screen and (max-width: 768px) {
  .heading.section h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .heading.section h2 {
    font-size: 3.1rem;
  }
  .heading.section:after {
    width: 2px;
  }
}

nav {
  display: -ms-flexbox;
  display: flex;
}

#nav .menu-main-menu-container ul.menu {
  display: -ms-flexbox;
  display: flex;
  gap: 4.1vw;
  margin: 0;
}

#nav .menu-main-menu-container ul.menu li {
  list-style: none;
}

#nav .menu-main-menu-container ul.menu li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

#nav .menu-main-menu-container ul.menu li a:hover {
  color: #e2e663;
}

#nav #menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 751;
  transition: 0.45s all ease-in-out;
  /* background: #fff; */
  padding: 22px 20px 16px;
}

#nav #menu-toggle .fa-solid {
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
}

#nav #menu-toggle a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
  cursor: pointer;
  color: #fff;
  display: block;
  border-radius: 5px;
  white-space: nowrap;
}

#nav #menu-toggle a:hover {
  color: #e2e663;
}

@media screen and (max-width: 1300px) {
  .menu-main-menu-container ul.menu {
    gap: 5vw;
  }
  .menu-main-menu-container ul.menu li a {
    font-size: 2.1rem;
  }
}

.sticky.nav-active #nav #menu-toggle a,
.sticky.nav-active #nav #menu-toggle a i.fa,
.sticky.nav-active #nav .menu-main-menu-container ul.menu li a {
  color: #000 !important;
}

.nav-active #curtain {
  animation-name: curtainIn;
  animation-duration: 1s;
  opacity: 1;
  transform: translateX(0%);
}

.nav-active .menu-main-menu-container {
  display: block !important;
}

.nav-active .menu-main-menu-container ul {
  transform: translateX(0%) !important;
}

.nav-active .menu-main-menu-container ul li {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .nav-active #menu-toggle {
    right: 30px;
  }
  .nav-active #menu-toggle span {
    display: none;
  }
}

.nav-inactive #curtain {
  animation-name: curtainOut;
  animation-duration: .5s;
  opacity: 0;
  transform: translateX(100%);
}

#curtain {
  opacity: 0;
  transform: translateX(100%);
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  transition: opacity 0.6s ease-in-out;
  backdrop-filter: blur(3px);
}

@keyframes curtainIn {
  from {
    opacity: 0;
    transform: translateX(0%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes curtainOut {
  from {
    opacity: 1;
    transform: translateX(0%);
  }
  to {
    opacity: 0;
    transform: translateX(0%);
  }
}

@media screen and (max-width: 900px) {
  .nav-active #masthead,
  .sticky #masthead,
  #masthead {
    background: #000;
  }
  .nav-active #masthead .masthead-logo,
  .sticky #masthead .masthead-logo,
  #masthead .masthead-logo {
    top: 0;
    left: 0 !important;
    padding: 12px 0 6px;
    /* *{ fill: #fff; } */
  }
  .nav-active #masthead .masthead-logo .logo,
  .sticky #masthead .masthead-logo .logo,
  #masthead .masthead-logo .logo {
    padding: 0 !important;
  }
  .sticky.nav-active #nav .menu-main-menu-container,
  .sticky #nav .menu-main-menu-container,
  #nav .menu-main-menu-container {
    background: #231f20;
    border-left: 1px solid #111;
  }
  .sticky.nav-active #nav .menu-main-menu-container ul.menu,
  .sticky #nav .menu-main-menu-container ul.menu,
  #nav .menu-main-menu-container ul.menu {
    display: block !important;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10vh 50px 20px;
    width: 100vw;
    position: fixed;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
  }
  .sticky.nav-active #nav .menu-main-menu-container ul.menu li,
  .sticky #nav .menu-main-menu-container ul.menu li,
  #nav .menu-main-menu-container ul.menu li {
    transform: none !important;
  }
  .sticky.nav-active #nav .menu-main-menu-container ul.menu li a,
  .sticky #nav .menu-main-menu-container ul.menu li a,
  #nav .menu-main-menu-container ul.menu li a {
    font-size: 1.5rem;
    color: #000 !important;
  }
  .sticky.nav-active #nav #menu-toggle,
  .sticky #nav #menu-toggle,
  #nav #menu-toggle {
    display: block;
    background: none;
    padding: 20px 0 0 !important;
  }
  .sticky.nav-active #nav #menu-toggle a,
  .sticky #nav #menu-toggle a,
  #nav #menu-toggle a {
    color: #000 !important;
  }
  .sticky.nav-active #nav #menu-toggle a .fa,
  .sticky #nav #menu-toggle a .fa,
  #nav #menu-toggle a .fa {
    font-size: 3.8rem;
  }
  .sticky #nav #menu-toggle a,
  #nav #menu-toggle a {
    color: #fff !important;
  }
  .nav-active #nav #menu-toggle a,
  .nav-active #nav #menu-toggle a i.fa {
    color: #000 !important;
  }
}

@media screen and (max-width: 560px) {
  .sticky.nav-active #nav .menu-main-menu-container ul.menu,
  .sticky #nav .menu-main-menu-container ul.menu,
  #nav .menu-main-menu-container ul.menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sticky.nav-active #nav #menu-toggle,
  .sticky #nav #menu-toggle,
  #nav #menu-toggle {
    padding-top: 12px !important;
  }
}

.category-list {
  margin: 0;
  padding: 0;
}

.category-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-list li a {
  display: block;
  color: #43474d;
  border-left: 2px solid #f2f2f2;
  padding: 1px 0 1px 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.category-list li a:hover {
  color: #231f20;
  border-color: #5d6065;
}

.post-summary .category-list {
  margin-top: 10px;
}

.post-summary .meta-line {
  font-size: 1.4rem !important;
  margin: 0 0 3px;
  color: #5d6065;
}

.post-summary .post-title {
  margin: 5px 0 5px;
  font-size: 2.8rem;
}

.post-summary .post-content {
  padding-right: 10px;
}

.post-summary .flex-row, .post-summary .flex_row {
  margin: 0;
}

@media screen and (max-width: 710px) {
  .post-summary .category-list {
    display: none;
  }
}

.post-content h1 {
  margin: 0 0 30px !important;
}

.post-content h1 span.small {
  display: block;
}

.post-content p {
  text-align: justify;
}

.post-content .meta {
  padding-left: 30px;
}

.post-content .meta p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.post-content .meta .category-list {
  margin-left: 30px;
}

.file_box {
  background: #fff;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 20px 17px 40px;
  margin: 25px 0 10px;
}

.file_box.pdf:before {
  position: absolute;
  top: -5px;
  left: -20px;
  content: "\f1c1";
  font-family: 'FontAwesome';
  background: #F2F2F2;
  font-size: 44px;
  padding: 3px 8px 8px 3px;
  border-radius: 3px;
  color: #231f20;
}

.file_box p {
  font-size: 1.5rem;
}

.file_box .file_label {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.file_box .file_description {
  margin: 0;
  font-size: 1.4rem;
}

.file_box ul {
  margin: 0;
  padding-left: 20px;
}

.file_box ul li {
  margin: 5px;
  line-height: 1.5em;
  font-size: 1.5rem;
}

#quicksearch {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

#quicksearch input {
  position: relative;
  top: -1px;
  transition: all 0.4s ease-in-out;
  width: 30px;
  max-width: 100%;
  border: 1px solid #fff;
  z-index: 10;
  padding-right: 10px;
  color: #231f20;
}

#quicksearch.focus input, #quicksearch input:focus {
  width: 300px;
  padding-right: 35px !important;
  border-color: #eaeaea;
  background: #fafafa;
}

#quicksearch:before {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: '\f002';
  font-family: FontAwesome;
  z-index: 20;
  cursor: pointer;
  background: #fff;
  color: #231f20;
  transition: all 0.3s ease-in-out;
}

#quicksearch.focus:before {
  background: #fafafa;
}

.search_result p {
  font-size: 1.5rem;
}

.search_result .more {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

#loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

#loading-bar #fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: rgba(0, 0, 0, 0.2);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #e2e663;
  opacity: 0.8;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}