@charset "UTF-8";
@import 'https://use.fontawesome.com/releases/v6.0.0/css/all.css';
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Creato", "Verdana", sans-serif;
  color: #000;
}
body.no_scroll {
  overflow: hidden; /* Hide scrollbars */
}

.cl:before,
.cl:after {
  content: "";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

/*
.wrap
{
	width:100%;
	max-width:1085px;
	text-align:left;
	margin:0 auto;
}
*/
a:hover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*BLACK*/
/*GREY*/
@font-face {
  font-family: "Creato_light";
  src: url("../fonts/CreatoDisplay-Light.woff2") format("woff2"), url("../fonts/CreatoDisplay-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("../fonts/CreatoDisplay-Regular.woff2") format("woff2"), url("../fonts/CreatoDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Creato_med";
  src: url("../fonts/CreatoDisplay-Medium.woff2") format("woff2"), url("../fonts/CreatoDisplay-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Joyce";
  src: url("../fonts/Joyce-Regular.woff2") format("woff2"), url("../fonts/Joyce-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content h2 {
  font-size: 230%;
  margin-bottom: 25px;
}
.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px;
}
.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px;
}
.entry_content p {
  display: block;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  text-underline-offset: 3px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.entry_content ul li {
  padding-left: 24px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 140%;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  color: #fff !important;
  background: #013328;
  padding: 0 36px;
  line-height: 45px;
  font-size: 16px;
  font-family: "Creato" !important;
  border-radius: 50px;
  text-transform: uppercase;
}
.btn:hover {
  background: #F7A327;
}

/*
---------------------------------------------------------------------------
=	GRAVITY 2.5
---------------------------------------------------------------------------
*/
/*ERROR*/
.gform_validation_errors {
  margin-bottom: 10px;
}
.gform_validation_errors h2 {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  color: red;
}

.gfield_validation_message {
  display: block;
  color: red;
  line-height: 1.2em;
  padding-top: 6px;
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper .gform-body {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform-body .gfield label {
  display: block;
  font-size: 160%;
  margin-bottom: 6px;
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container input,
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  display: block;
  padding: 20px 10px;
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.2em;
  -webkit-border-radius: 0px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform-body .gfield .ginput_container input,
  .gform_wrapper .gform-body .gfield .ginput_container select,
  .gform_wrapper .gform-body .gfield .ginput_container textarea {
    padding: 16px 4px;
  }
}
.gform_wrapper .gform-body .gfield .ginput_container input::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select {
  border: 1px solid #000;
  padding: 10px 8px;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select select {
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  resize: none;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform-body #field_1_3,
  .gform_wrapper .gform-body #field_1_4 {
    display: inline-block !important;
    width: 48% !important;
    zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
  }
  .gform_wrapper .gform-body #field_1_3 {
    margin-right: 4%;
  }
  .gform_wrapper .gform-body #field_1_6 {
    border-bottom: 1px solid #000;
  }
  .gform_wrapper .gform-body #field_1_6 input {
    width: calc(100% - 200px);
    border-bottom: none;
  }
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset legend {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container span {
  float: left;
  width: 48%;
}
.gform_wrapper .gform-body fieldset .ginput_container span:last-of-type {
  float: right;
}
.gform_wrapper .gform-body fieldset .validation_message {
  float: left;
  width: 100%;
}
.gform_wrapper .gform_footer input {
  display: inline-block;
  color: #fff !important;
  background: #013328;
  padding: 0 36px;
  line-height: 45px;
  font-size: 16px;
  font-family: "Creato" !important;
  border-radius: 50px;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer input:hover {
  background: #F7A327;
}

/*SAME AS CONTENT P*/
.gform_confirmation_message {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  height: 120px;
  padding: 30px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: top 0.4s;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 20px;
    height: 75px;
  }
}
#header.headroom-hidden {
  top: -120px;
}
@media only screen and (max-width: 767px) {
  #header.headroom-hidden {
    top: -75px;
  }
}
#header #logo {
  display: block;
  float: left;
}
#header #logo img {
  display: block;
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #header #logo img {
    height: 35px;
  }
}
#header nav {
  float: right;
}
#header nav a {
  display: block;
  float: left;
  color: #000;
  text-transform: uppercase;
  line-height: 60px;
  font-size: 20px;
  margin-left: 30px;
  font-family: "Creato_med";
  font-size: clamp(16px, 1.5vw, 20px);
}
#header nav a:first-of-type {
  margin: 0;
}
#header nav a:hover {
  color: #F7A327;
}
.page-about #header nav a.nav_about {
  color: #F7A327;
}
.page-land #header nav a.nav_land {
  color: #F7A327;
}
.page-advisory #header nav a.nav_advisory {
  color: #F7A327;
}
@media only screen and (max-width:980px) {
  #header nav {
    display: none;
  }
}
#header .btn:hover {
  background: #F7A327;
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  /*
  position: fixed;
  left:20px;
  top:47px;
  z-index: 300;
  */
  margin-top: 13px;
  display: block;
  float: right;
  width: 48px;
}
@media only screen and (min-width:981px) {
  #nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nav-toggle {
    margin-top: 0;
  }
}
#nav-toggle #nav-burger {
  width: 39px;
  height: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /*OPEN*/
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 5px;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: 16px;
}
#nav-toggle #nav-burger span:nth-child(4) {
  top: 26px;
}
#nav-toggle #nav-burger:hover span {
  background: #000;
}
#nav-toggle #nav-burger.open span {
  background: #013328;
}
#nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  position: fixed;
  z-index: 20;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background: #013328;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  display: block;
  width: 100%;
  padding: 0 7%;
}
#slideout_nav nav a {
  display: block;
  color: #fff;
  font-size: 8vw;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 6% 6px;
}
#slideout_nav nav a:hover {
  color: #F7A327;
}
#slideout_nav nav a:last-of-type {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  margin-top: 8%;
  padding: 0 18px;
  border: none;
}
#slideout_nav .btn {
  background: #F7A327;
}
#slideout_nav .btn:hover {
  background: #fff;
  color: #013328 !important;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  background: #fff;
  position: relative;
  z-index: 1;
}
#footer .contact {
  background: #AEC7C4;
  padding: 150px 7%;
  border-radius: 0 0 60px 60px;
}
@media only screen and (max-width: 767px) {
  #footer .contact {
    padding: 70px 7%;
  }
}
.home #footer .contact {
  padding: 250px 7% 150px 7%;
  background: url(../images/balls_white.png) -30px 0 #AEC7C4 repeat-x;
}
@media only screen and (max-width: 767px) {
  .home #footer .contact {
    padding: 210px 7% 120px 7%;
  }
}
.page-advisory #footer .contact {
  padding: 250px 7% 150px 7%;
  background: url(../images/balls_green.png) -30px 0 #AEC7C4 repeat-x;
}
@media only screen and (max-width: 767px) {
  .page-advisory #footer .contact {
    padding: 210px 7% 120px 7%;
  }
}
#footer .contact .script {
  margin-bottom: 30px;
}
#footer .contact .entry_content {
  margin-bottom: 30px;
}
@media only screen and (min-width:1101px) {
  #footer .contact .wrap {
    padding-right: 16%;
  }
}
#footer .contact .btn {
  margin-top: 40px;
  font-size: 20px;
  line-height: 60px;
  padding: 0 54px;
  background: #013328;
}
#footer .contact .btn:hover {
  background: #fff;
  color: #013328 !important;
}
#footer .contact .foot_links {
  padding-top: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  #footer .contact .foot_links {
    padding-top: 70px;
  }
}
#footer .contact .foot_links .fl {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 767px) {
  #footer .contact .foot_links .fl {
    width: 100%;
  }
}
#footer .contact .foot_links .fl ul {
  display: block;
  float: left;
  color: #fff;
}
#footer .contact .foot_links .fl ul li {
  display: block;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.5em;
}
#footer .contact .foot_links .fl ul li.push {
  margin-bottom: 2em;
}
#footer .contact .foot_links .fl ul li a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
#footer .contact .foot_links .fl ul li a:last-of-type {
  margin: 0;
}
#footer .contact .foot_links .fl ul li a:hover {
  color: #013328;
}
#footer .contact .foot_links .sub {
  margin-left: auto;
  width: 410px;
  color: #fff;
}
#footer .contact .foot_links .sub .follow span {
  display: block;
  font-size: clamp(16px, 1.5vw, 18px);
  margin-bottom: 10px;
}
#footer .contact .foot_links .sub .follow a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
#footer .contact .foot_links .sub .follow a:hover {
  color: #013328;
}
@media only screen and (max-width:1100px) {
  #footer .contact .foot_links .sub {
    width: 100%;
    margin-top: 60px;
  }
}
#footer .contact .foot_links .sub > span {
  display: block;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4em;
  margin-top: 30px;
}
#footer .contact .foot_links .sub #mc_embed_signup {
  margin-top: 16px;
}
#footer .contact .foot_links .sub #mc_embed_signup form {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
#footer .contact .foot_links .sub #mc_embed_signup form .mc-field-group {
  width: calc(100% - 100px);
}
#footer .contact .foot_links .sub #mc_embed_signup form .mc-field-group input {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#footer .contact .foot_links .sub #mc_embed_signup form .mc-field-group input::placeholder {
  color: #fff;
}
#footer .contact .foot_links .sub #mc_embed_signup form .optionalParent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
#footer .contact .foot_links .sub #mc_embed_signup form .optionalParent input {
  display: block;
  height: 40px;
  width: 100%;
  text-align: right;
  background: transparent;
  color: #fff;
}
#footer .contact .foot_links .sub #mc_embed_signup form .optionalParent input:hover {
  color: #013328;
}
#footer .foot_creds {
  padding: 30px 7%;
}
#footer .foot_creds span {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 1.6em;
}
#footer .foot_creds span a {
  display: inline-block;
  color: #000;
}
#footer .foot_creds span a:hover {
  color: #F7A327;
}
@media only screen and (max-width:600px) {
  #footer .foot_creds span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#footer .foot_creds span.yoke {
  float: right;
}
@media only screen and (max-width:600px) {
  #footer .foot_creds span.yoke {
    margin-top: 20px;
  }
}
#footer .foot_creds span.yoke a {
  display: inline-block;
  color: #F7A327;
}
#footer .foot_creds span.yoke a:hover {
  color: #000;
}

.script {
  display: block;
  font-family: "Joyce";
  font-size: clamp(44px, 4vw, 92px);
  padding-left: 2px;
}

/*
---------------------------------------------------------------------------
=	NEW WELCOME
---------------------------------------------------------------------------
*/
.new_welcome {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
@media only screen and (min-width: 768px) {
  .new_welcome {
    position: fixed;
    height: 100vh;
    padding: 140px 7% 100px 7%;
    background: #fff;
    width: 100%;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .new_welcome {
    padding: 100px 0 0 0;
  }
}
.new_welcome .welcome_content {
  max-width: 60%;
  z-index: 10;
  padding-top: 4%;
}
@media only screen and (max-width: 767px) {
  .new_welcome .welcome_content {
    max-width: 100%;
    padding: 0 7%;
    margin-bottom: 40px;
  }
}
.new_welcome .welcome_content h1 {
  display: block;
  font-size: clamp(38px, 5vw, 140px);
  margin-bottom: 30px;
}
.new_welcome .welcome_content .entry_content {
  padding: 10px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .new_welcome .welcome_content .entry_content {
    width: 60%;
  }
}
.new_welcome .welcome_content .entry_content p {
  line-height: 1.4em;
}

.green {
  animation: 3s ease 0s normal forwards 1 fadein;
  opacity: 1;
}

.orange {
  animation: 7s ease 0s normal forwards 1 fadein;
  opacity: 1;
}

.img {
  animation: 5s ease 0s normal forwards 1 fadein;
  opacity: 1;
}

.blue {
  animation: 9s ease 0s normal forwards 1 fadein;
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
---------------------------------------------------------------------------
=	VALUES
---------------------------------------------------------------------------
*/
.values {
  background: #013328;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home .values {
    margin-top: 100vh;
    position: relative;
    z-index: 1;
  }
}
.values .yokey {
  width: 200%;
  position: relative;
  padding: 0 3%;
  height: 100vh;
}
@media only screen and (max-width:1000px) {
  .values .yokey {
    width: 250%;
  }
}
.values .yokey .script {
  position: absolute;
  display: block;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 42vw;
}
.values [data-aos=new-animation] {
  left: 20px;
  transition-property: left;
}
.values [data-aos=new-animation].aos-animate {
  left: -110%;
}
.values .core_values {
  background: #fff;
  color: #000;
  position: relative;
}
.values .core_values .value_img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .values .core_values .value_img {
    width: 30%;
  }
}
.values .core_values .value_list {
  padding: 7% 50% 7% 0;
}
@media only screen and (max-width: 767px) {
  .values .core_values .value_list {
    padding: 70px 30% 70px 0;
  }
}
.values .core_values .value_list .value {
  margin-bottom: 6%;
  padding: 0 7%;
}
.values .core_values .value_list .value:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .values .core_values .value_list .value {
    margin-bottom: 40px;
  }
}
.values .core_values .value_list .num {
  float: left;
  width: 10%;
  font-size: clamp(14px, 2vw, 20px);
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.5);
}
.values .core_values .value_list .entry_content {
  display: block;
  float: left;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .values .core_values .value_list .entry_content {
    margin-top: 10px;
    width: 100%;
  }
}
.values .core_values .value_list .entry_content h3 {
  display: block;
  font-size: clamp(22px, 2vw, 40px);
  margin-bottom: 20px;
}
.values .core_values .value_list .entry_content p {
  font-size: clamp(14px, 1.5vw, 20px);
}

/*
---------------------------------------------------------------------------
=	STRATEGY
---------------------------------------------------------------------------
*/
.strategy {
  background: #013328;
  color: #fff;
  padding: 10% 7%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .strategy {
    padding: 70px 7%;
  }
}
.strategy .script {
  margin-bottom: 30px;
}
.strategy p {
  display: block;
  font-size: 2vw;
  line-height: 2em;
}
@media only screen and (max-width:1250px) {
  .strategy p {
    font-size: 1.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .strategy p {
    font-size: clamp(14px, 3vw, 60px);
  }
}
.strategy p span {
  display: block;
  width: 100%;
}
@media only screen and (max-width:1550px) {
  .strategy p span {
    display: none;
  }
}
.strategy p em {
  display: inline-block;
  background: #F7A327;
  padding: 0 26px;
  border-radius: 100px;
  margin: 9px 0;
}
@media only screen and (max-width: 767px) {
  .strategy p em {
    padding: 0 10px;
    margin: 5px 0;
  }
}

/*
---------------------------------------------------------------------------
=	PAGE BREAK
---------------------------------------------------------------------------
*/
.page_break {
  height: 100vh;
  background-attachment: fixed !important;
  position: relative;
  z-index: 1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .page_break {
    background-attachment: unset !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .page_break {
    background-attachment: unset !important;
  }
}
@media only screen and (max-width:600px) {
  .page_break {
    background-attachment: unset !important;
  }
}

/*
---------------------------------------------------------------------------
=	SERVICES
---------------------------------------------------------------------------
*/
.services {
  padding: 7%;
  background: #013328;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .services {
    padding: 70px 7%;
  }
}
.home .services {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .services .script {
    margin-bottom: 40px;
  }
}
.services .service_list .service {
  padding: 50px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .services .service_list .service {
    padding: 30px 0;
  }
}
.home .services .service_list .service {
  border-bottom: 1px dashed rgba(1, 51, 40, 0.5);
}
.services .service_list .service:last-of-type {
  border: none;
}
.services .service_list .service .service_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.services .service_list .service .service_title:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "+";
  font-size: 50px;
  font-size: clamp(30px, 4vw, 50px);
}
.services .service_list .service .service_title span {
  width: 50px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 40px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .services .service_list .service .service_title span {
    width: 40px;
  }
}
.services .service_list .service .service_title h3 {
  font-size: clamp(17px, 4vw, 40px);
  line-height: 40px;
}
.services .service_list .service .service_title:hover h3,
.services .service_list .service .service_title:hover span {
  color: #F7A327;
}
.services .service_list .service .service_title.open h3 {
  color: #F7A327;
}
.services .service_list .service:hover .service_title:after {
  color: #F7A327;
}
.services .service_list .service .entry_content {
  display: none;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .services .service_list .service .entry_content {
    padding-top: 60px;
    column-count: 2;
    column-gap: 90px;
  }
}
.services .service_list .service .entry_content#service_item_1_show {
  display: block;
}
.services .service_list .service .entry_content a {
  color: #F7A327;
}
.services .service_list .service .entry_content ul li:before {
  color: #000;
}
.services .service_list .service .service_title.open:after {
  content: "-";
  font-size: clamp(40px, 4vw, 80px);
  color: #F7A327;
}
/*
---------------------------------------------------------------------------
=	PAGE
---------------------------------------------------------------------------
*/
.page_intro {
  padding: 20% 7%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page_intro {
    padding: 100px 0 0 0;
  }
}
.page_intro .intro_content {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page_intro .intro_content {
    width: 100%;
    padding: 0 7%;
    margin-bottom: 40px;
  }
}
.page_intro .intro_content .entry_content p:first-of-type {
  font-size: clamp(20px, 3vw, 50px);
  padding-right: 0;
}
.page_intro.text_only .intro_content {
  width: 100%;
}
.page_intro.text_only .intro_content .entry_content p:first-of-type {
  font-size: clamp(16px, 1.5vw, 20px);
}
.page_intro.text_only .intro_content h2 {
  display: block;
  color: #013328;
  font-size: clamp(17px, 2vw, 26px);
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .page_imgs {
    position: absolute;
    top: 160px;
    right: -15%;
    width: 60%;
    height: calc(100% - 160px);
    z-index: -1;
  }
  .page_imgs.stuck {
    position: fixed;
    top: 0px;
  }
  .home .page_imgs.stuck {
    position: absolute;
    top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .page_imgs {
    width: 100%;
    padding: 1px;
  }
}
.page_imgs span {
  display: inline-block;
  float: left;
  width: 50%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .page_imgs span {
    display: block;
    float: left;
    width: 33.33%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #fff;
  }
}
.page_imgs span.green {
  background: #013328;
}
.page_imgs span.blue {
  background: #AEC7C4;
}
.page_imgs span.orange {
  background: #F7A327;
}

/*
---------------------------------------------------------------------------
=	TEAM
---------------------------------------------------------------------------
*/
.team {
  background: url(../images/balls_b.png) -30px 100% #fff repeat-x;
  padding: 10% 7% 300px 7%;
}
@media only screen and (max-width: 767px) {
  .team {
    padding: 70px 7% 210px 7%;
  }
}
.team .script {
  margin-bottom: 30px;
  padding-left: 4px;
}
.team .team_list .team_member {
  width: 100%;
  padding-bottom: 6%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .team .team_list .team_member {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.team .team_list .team_member:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.team .team_list .team_member .team_wrap {
  float: left;
  width: calc(100% - 300px);
}
@media only screen and (max-width:1200px) {
  .team .team_list .team_member .team_wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .team .team_list .team_member .team_wrap {
    width: 100%;
  }
}
.team .team_list .team_member .team_wrap .role_wrap {
  display: block;
  color: #F7A327;
  margin-bottom: 20px;
}
.team .team_list .team_member .team_wrap .role_wrap .role {
  float: left;
  width: 95%;
  font-size: clamp(16px, 2vw, 30px);
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .team .team_list .team_member .team_wrap .role_wrap {
    margin-bottom: 20px;
  }
  .team .team_list .team_member .team_wrap .role_wrap span {
    width: 100% !important;
    font-size: 20px;
  }
}
.team .team_list .team_member .team_wrap .entry_content {
  padding: 0 5% 0 0;
}
.team .team_list .team_member .team_wrap .entry_content h4 {
  font-size: clamp(20px, 2vw, 50px);
}
@media only screen and (max-width: 767px) {
  .team .team_list .team_member .team_wrap .entry_content {
    padding: 0;
  }
}
.team .team_list .team_member .team_wrap .entry_content .soc {
  display: inline-block;
  font-size: 30px;
  color: #013328;
}
@media only screen and (max-width: 767px) {
  .team .team_list .team_member .team_wrap .entry_content .soc {
    font-size: 20px;
  }
}
.team .team_list .team_member .team_wrap .entry_content .soc:hover {
  color: #F7A327;
}
.team .team_list .team_member .team_img {
  float: right;
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media only screen and (max-width:1200px) {
  .team .team_list .team_member .team_img {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .team .team_list .team_member .team_img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*
---------------------------------------------------------------------------
=	LOOKING FOR
---------------------------------------------------------------------------
*/
.looking_for {
  padding: 7% 7% 250px 7%;
  color: #fff;
  background: url(../images/balls_b.png) -30px 100% #013328 repeat-x;
}
@media only screen and (max-width: 767px) {
  .looking_for {
    padding: 70px 7% 210px 7%;
  }
}
.looking_for .script {
  font-size: clamp(80px, 24vw, 280px);
  padding-left: 12px;
}
.looking_for ul {
  display: block;
}
.looking_for ul li {
  position: relative;
  display: block;
  font-family: "Creato_med";
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.4em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 40px 0 40px 40px;
}
.looking_for ul li:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .looking_for ul li {
    padding-left: 30px;
  }
}
.looking_for ul li:before {
  position: absolute;
  left: 20px;
  content: "•";
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .looking_for ul li:before {
    left: 10px;
  }
}

/*
---------------------------------------------------------------------------
=	CONTACT US
---------------------------------------------------------------------------
*/
.page-contact-us #main {
  padding-top: 100px;
  background: #AEC7C4;
}

/*
---------------------------------------------------------------------------
=	NUMBERS
---------------------------------------------------------------------------
*/
.numbers_block {
  background: #013328;
  color: #F7A327;
}

.numbers {
  min-height: 100vh;
  padding: 10% 7%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .numbers {
    padding: 70px 7%;
  }
}
.numbers > div {
  width: 31%;
  float: left;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid orange;
  border-radius: 100%;
  aspect-ratio: 1/1;
  aspect-ratio: 1;
}
.numbers > div:nth-child(2) {
  margin: 0 3.5%;
}
@media only screen and (max-width: 767px) {
  .numbers > div {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .numbers > div.mid {
    margin: 0 0 40px 0;
  }
  .numbers > div:last-of-type {
    margin: 0;
  }
}
.numbers > div span {
  display: block;
  font-size: clamp(16px, 1vw, 20px);
}
.numbers > div p {
  display: block;
  font-size: 6vw;
  font-family: "Creato_light";
  margin-bottom: 5%;
  color: #F7A327;
}
@media only screen and (max-width: 767px) {
  .numbers > div p {
    font-size: 20vw;
    margin-bottom: 10px;
  }
}
.numbers > div p span {
  display: inline-block;
  font-size: 6vw;
}
@media only screen and (max-width: 767px) {
  .numbers > div p span {
    font-size: 20vw;
  }
}
.numbers > div p.mob_num {
  display: none;
}
