/*
Theme Name: Sironax
Author: David Taylor Digital
Theme URI: https://www.davidtaylordigital.com
Description: DTD Template
Version: 6.4
*/

* {
--base-font: "Montserrat";
--heading-font: "Montserrat";

--color-gray-light: #b6c8c7;
--color-gray: #999999;
--color-black: #000;
--color-white: #fff;

--color-light-blue: #c7dedf;
--color-blue: #303983;
--color-blue-2: #1a4075;
--color-dark-blue: #1c306b;
--color-teal-light: #d6f1f0;
--color-teal: #00a3a4;
--color-teal-2: #0a92a4;
--cut: 1vw;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b, strong{font-weight:bolder}code, kbd, samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button, input, optgroup, select, textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button, input{overflow:visible}button, select{text-transform:none}button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance:button}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"], [type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Reset */
* {box-sizing:border-box;outline:none;}
p {line-height:1.75em;margin:0 0 1rem 0;padding:0;color:inherit;}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}
input, select, textarea, input:focus, select:focus, textarea:focus {outline:none;}
::placeholder {}
::selection {background:var(--color-blue);color:#fff;}
::-moz-selection {background:var(--color-blue);color:#fff;}

/* Global */
body {font-family:'Montserrat', sans-serif;font-size:16px;line-height:1.15rem;color:var(--color-black);}
a, a:active {text-decoration:none;color:var(--color-blue);transition:color 0.2s, background-color 0.2s;}
.text p a {font-weight: bold;}
a:hover {color:var(--color-teal);}

/* ----- [ HEADINGS ] ----- */
h1, h2, h3, h4, h5, h6 {margin:0 0 1.5rem 0;font-weight:600;line-height:1.5em;color:var(--color-dark-blue);}
h1 {font-size:3rem;color:var(--color-white);}
h2 {font-size:2rem;}
h2.has-br {line-height: 1.25em;}
h3 {font-size:26px;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:18px;}

/* Adjust Spacing */
.single-post .text h2, .single-post .text h3, .single-post .text h4, .single-post .text h5, .single-post .text h6 {margin:1.5rem 0 1.5rem 0;}
.txt h2, .txt h3, .txt h4, .txt h5, .txt h6 {margin:1.5rem 0 1.5rem 0;}
.txt h2:first-of-type, .txt h3:first-of-type, .txt h4:first-of-type, .txt h5:first-of-type, .txt h6:first-of-type {margin-top:0;}
.text .no-margin {margin: 0;}

/* Adjust Color */
.bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {color:#fff;}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color:var(--color-teal);font-size:130%;font-weight: 600;}

/* ------------------------------------------ */
/* ------------- [ STRUCTURE ] -------------- *./
/* ------------------------------------------ */
/* ----- [ HEADER ] ----- */
#header {position: fixed;top:0;left: 0;right:0;z-index: 99999;padding: 1rem 0;}
#logo {display:block;width:150px;height:auto;position: relative;}
#logo img {display:block;width: 100%;height: auto;position: relative;z-index: 5;}
#footer-logo {display:block;width:150px;height:auto;filter: invert(1) grayscale(1) brightness(10);}
#footer-logo img {display:block;width: 100%;height: auto;}

#logo:before {content:'';z-index:0;position:absolute;top:-2rem;left:-1000%;width:1000%;bottom:-1.5rem;background-color:var(--color-white);transition: width 0.3s;}
#logo:after {content:'';z-index:0;position:absolute;top:-2rem;left:-3rem;right:-6rem;bottom:-1.5rem;background:url('images/accents/bg-logo.png') no-repeat right center;background-size: auto 100%;}

/* Adjust */
.masked {position: absolute;pointer-events:none;inset: 0;z-index: -1;top:-10rem;mask-image: url("images/accents/mask-curve-infinite.svg");mask-size: 100% auto;mask-repeat: no-repeat;mask-mode: alpha;-webkit-mask-image: url("images/accents/mask-curve-infinite.svg");-webkit-mask-size: 100% auto;-webkit-mask-repeat: no-repeat;-webkit-mask-mode: alpha;}
.header-adjust #hero .curve {opacity: 0;}

/* ----- [ HERO ] ----- */
#hero {overflow: hidden;}
#hero .bg {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;}
#hero .caption {position: relative;z-index: 10;padding: 8rem 0 12rem 0;text-align: center;}
#hero .caption .inner {min-height: 242px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
#hero .caption .inner h1 {width: 100%;}
.home #hero .caption {padding: 12rem 0 18rem 0;}
.home #hero .caption .inner {min-height: unset;display: block;}
#hero .curve {position:absolute;left:0;right:0;bottom:-2rem;width: 100%;height: auto;display: block;z-index: 5;}
#hero .bg:after {opacity:0.8;content:'';z-index: 0;position:absolute;top:0;left:0;right:0;bottom:0;background: #00A3A4;background: -webkit-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: -moz-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A3A4", endColorstr="#2A4687", GradientType=1);}

.home #hero {background-color: #0e1231;}
.home #hero .caption {text-align: left;}
.home #hero video {width: 100%;height: 100%;object-fit: cover;object-position: center;position: relative;}
.home #hero .bg:after {display: none;}

/* ---- [ SUBHEADING ] ---- */
#hero .emails {justify-content: center;column-gap: 1rem;}
#hero .emails a {position: relative;z-index: 1;padding: 1rem 3rem 1rem 5rem;text-align: left;line-height: 1.55em;}
#hero .emails a:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;background-color: var(--color-blue-2);border-radius: 15px;transform: skew(-10deg);transition: background 0.3s;}
#hero .emails a div {position: relative;z-index: 5;color:var(--color-white);}
#hero .emails a .ico {display: block;width: 1rem;height: auto;position: relative;z-index: 5;position: absolute;left:2rem;top:50%;transform: translateY(-50%);transition: filter 0.3s;}
#hero .emails a .title {font-size: 1.25rem;}
#hero .emails a:hover:before {background-color: var(--color-teal);}
#hero .emails a:hover .ico {filter: invert(1) brightness(10);}

.single-post #hero .subheading {color:var(--color-white);display: inline-block;text-align: center;padding: 1rem 2rem;position: relative;line-height: 1.5em;}
.single-post #hero .subheading:before {background-color: var(--color-teal);padding: 1rem;content:'';position:absolute;top:0;left:0;right:0;bottom:0;transform: skew(-10deg);border-radius: 15px;}

/* ----- [ NAV ] ----- */
#nav .navi-only {display: none;}
#nav.open, #nav {display:block;}
#nav ul {list-style:none;margin:0 2rem 0 0;padding:0;font-size:0;}
#nav ul li {display:inline-block;position:relative;margin:0 0 0 2rem;font-size:1rem;vertical-align:middle;}
#nav ul li a {display:block;font-weight:normal;color:var(--color-white);font-size:15px;padding:1em 0;border-bottom: 2px solid transparent;position: relative;}
#nav ul#menu-primary > li > a:after {content:'';height: 2px;background-color: var(--color-white);position:absolute;display:block;width: 0;opacity: 0;left: 0;bottom: 0.5rem;transition: all 0.3s;}
#nav ul#menu-primary-chinese > li > a:after {content:'';height: 2px;background-color: var(--color-white);position:absolute;display:block;width: 0;opacity: 0;left: 0;bottom: 0.5rem;transition: all 0.3s;}

/* Dropdown */
#nav ul li:hover ul {opacity:1;transform:scaleY(1);}
#nav ul ul {display:block;position:absolute;overflow:hidden;z-index:9999;margin:0;padding:0;background:var(--color-white);text-align:left;border-radius:5px;width:230px;opacity:0;transform-origin:top center;transform:scaleY(0);transition:opacity 0.2s, transform 0.2s;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.250);}
#nav ul ul li {display:block;float:none;margin:0;padding:0;}
#nav ul ul li a {line-height:1.1em;height:auto;margin:0;padding:9px;font-size:15px;color:#000000;text-transform:initial;}

/* Hover/Active */
#nav ul#menu-primary > li.current-menu-ancestor > a:after, 
#nav ul#menu-primary > li.current-menu-item > a:after, 
#nav ul#menu-primary > li:hover > a:after {width: 100%;opacity: 1;}
#nav ul#menu-primary-chinese > li.current-menu-ancestor > a:after, 
#nav ul#menu-primary-chinese > li.current-menu-item > a:after, 
#nav ul#menu-primary-chinese > li:hover > a:after {width: 100%;opacity: 1;}

/* Dropdown Hover/Active */
#nav ul ul li.current-menu-item > a, 
#nav ul ul li:hover > a {background:var(--color-teal);color:#ffffff;}


.polylang-switcher {font-size: 16px;margin-left: 1.5rem;position: relative;z-index:5;;}
.polylang-switcher select {background-color: #275491!important;color: #ffffff!important;font-size: 16px!important;border-radius: 25px!important;padding:0.625rem 2rem 0.625rem 1rem;border: none!important;appearance: none;-webkit-appearance: none;-moz-appearance: none;cursor: pointer;}
.polylang-switcher select {background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 12px center;}
#footer .polylang-switcher {text-align: right;}
#footer .polylang-switcher select {background-color:var(--color-light-blue)!important;color:var(--color-blue)!important;}
#footer .polylang-switcher select {background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 20 20' fill='blue' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 12px center;}


/* ---- [ SEARCH ] ---- */
.search-toggle {margin: 0;padding: 0;border: 0 none;background-color: transparent;cursor: pointer;text-align: center;}
.search-toggle img {display: block;width:0.85rem;height: auto;transition: transform 0.3s;margin: 0 auto;}
.search-toggle:hover img {transform: scale(1.1);}
#search-bar {display:none;position:absolute;left:0;right:0;top:6rem;text-align:center;margin:0 0 1rem 0;z-index:9999;}
#search-bar {padding:1rem;}
#search-bar form {width:100%;max-width:1200px;margin:0 auto;position:relative;}
#search-bar input[type="search"] {border:0 none;padding:0.75rem 2rem 0.75rem 0.75rem;border-radius:25px;width:100%;box-shadow: 0 0 15px 0 rgba(0, 163, 164, 0.5);}
#search-bar button {border:0 none;padding:0.75rem;background:transparent;position:absolute;right:0;top:0;}
body.scrolled #search-bar {position: fixed;top:93.37px;}

/* ---- [ SCROLLED ] ---- */
.scrolled #header {box-shadow:0 0 15px 0 rgba(0,0,0,0.5);}
.scrolled #logo:before {width: 5000%;}
.scrolled #nav ul#menu-primary > li > a {color:var(--color-black);}
.scrolled #nav ul#menu-primary > li > a:hover {color:var(--color-teal);}
.scrolled #nav ul#menu-primary-chinese > li > a {color:var(--color-black);}
.scrolled #nav ul#menu-primary-chinese > li > a:hover {color:var(--color-teal);}
.scrolled .search-toggle img {filter:invert(1);}

/* ----- [ FOOTER ] ----- */
#footer {background:url('images/bg/bg-footer.png') no-repeat center top;background-size: cover;padding: 8rem 0 2rem 0;margin:2rem 0 0 0;position: relative;z-index: 5;;}
#footer a {color:var(--color-white);}
#footer a:hover {color:var(--color-teal);}

/* Adjust */
.footer-adjust #footer {margin:-8rem 0 0 0;position: relative;z-index: 100;;}

/* Nav */
#footer ul {list-style: none;margin: 0;padding: 0;}
#footer ul ul {display: none;}
#footer ul li {display: block;margin: 0 0 1rem 0;}
#footer ul li a {color:var(--color-white);}

/* Emails */
#footer .emails a {margin: 0 0 1rem 0;}

/* By */
#footer .by {font-size:0.75rem;color:var(--color-white);}
#footer .by .links {display: inline-block;margin: 0 0 0 1rem;}

/* Social Media */
.social {margin: 2rem 0 0 0;}
.social a {display:inline-block;margin:0 1rem 0 0;background-color: var(--color-light-blue);border-radius: 5px;height:1.5rem;width: 1.5rem;text-align: center;line-height: 1.5em;}
.social a i {font-size: 0.8rem;color:var(--color-teal);margin: 0 auto;}
.social a:hover {background-color: var(--color-dark-blue);}
.social a:hover i {color:var(--color-white);}

/* ------------------------------------------ */
/* ---------- [ PRIMARY LAYOUT ] ------------ */
/* ------------------------------------------ */
/* Layout */
.w-max, .w-full, .w-content, .w-full-half {margin:0 auto;}
.w-max, .w-full, .w-content, .w-full-half, .w-0, .w-1, .w-2, .w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9, .w-10 , .w-11 , .w-12 , .w-13 , .w-14 , .w-15 , .w-16 , .w-17 , .w-18 , .w-19 , .w-20 , .w-21 , .w-22 , .w-23 , .w-24 , .w-25 , .w-26 , .w-27 , .w-28 , .w-29 , .w-30 , .w-31 , .w-32 , .w-33 , .w-34 , .w-35 , .w-36 , .w-37 , .w-38 , .w-39 , .w-40 , .w-41 , .w-42 , .w-43 , .w-44 , .w-45 , .w-46 , .w-47 , .w-48 , .w-49 , .w-50 , .w-51 , .w-52 , .w-53 , .w-54 , .w-55 , .w-56 , .w-57 , .w-58 , .w-59 , .w-60 , .w-61 , .w-62 , .w-63 , .w-64 , .w-65 , .w-66 , .w-67 , .w-68 , .w-69 , .w-70 , .w-71 , .w-72 , .w-73 , .w-74 , .w-75 , .w-76 , .w-77 , .w-78 , .w-79 , .w-80 , .w-81 , .w-82 , .w-83 , .w-84 , .w-85 , .w-86 , .w-87 , .w-88 , .w-89 , .w-90 , .w-91 , .w-92 , .w-93 , .w-94 , .w-95 , .w-96 , .w-97 , .w-98 , .w-99 , .w-100{box-sizing:border-box;}
.w-max {width:100%;}.w-full {width:100%;max-width:1200px;}.w-full-half {width:100%;max-width:600px;margin:0;}.w-content {width:100%;max-width:1000px;}
.w-0 {display:none;}.w-1 {width:1%;}.w-2 {width:2%;}.w-3 {width:3%;}.w-4 {width:4%;}.w-5 {width:5%;}.w-6 {width:6%;} .w-7 {width:7%;}.w-8 {width:8%;}.w-9 {width:9%;}.w-10 {width:10%;}.w-11 {width:11%;}.w-12 {width:12%;}.w-13 {width:13%;}.w-14 {width:14%;}.w-15 {width:15%;}.w-16 {width:16%;}.w-17 {width:17%;}.w-18 {width:18%;}.w-19 {width:19%;}.w-20 {width:20%;}.w-21 {width:21%;}.w-22 {width:22%;}.w-23 {width:23%;}.w-24 {width:24%;}.w-25 {width:25%;}.w-26 {width:26%;}.w-27 {width:27%;}.w-28 {width:28%;}.w-29 {width:29%;}.w-30 {width:30%;}.w-31 {width:31%;}.w-32 {width:32%;}.w-33 {width:33.3333333%;}.w-34 {width:34%;}.w-35 {width:35%;}.w-36 {width:36%;}.w-37 {width:37%;}.w-38 {width:38%;}.w-39 {width:39%;}.w-40 {width:40%;}.w-41 {width:41%;}.w-42 {width:42%;}.w-43 {width:43%;}.w-44 {width:44%;}.w-45 {width:45%;}.w-46 {width:46%;}.w-47 {width:47%;}.w-48 {width:48%;}.w-49 {width:49%;}.w-50 {width:50%;}.w-51 {width:51%;}.w-52 {width:52%;}.w-53 {width:53%;}.w-54 {width:54%;}.w-55 {width:55%;}.w-56 {width:56%;}.w-57 {width:57%;}.w-58 {width:58%;}.w-59 {width:59%;}.w-60 {width:60%;}.w-61 {width:61%;}.w-62 {width:62%;}.w-63 {width:63%;}.w-64 {width:64%;}.w-65 {width:65%;}.w-66 {width:66.6666666%;}.w-67 {width:67%;}.w-68 {width:68%;}.w-69 {width:69%;}.w-70 {width:70%;}.w-71 {width:71%;}.w-72 {width:72%;}.w-73 {width:73%;}.w-74 {width:74%;}.w-75 {width:75%;}.w-76 {width:76%;}.w-77 {width:77%;}.w-78 {width:78%;}.w-79 {width:79%;}.w-80 {width:80%;}.w-81 {width:81%;}.w-82 {width:82%;}.w-83 {width:83%;}.w-84 {width:84%;}.w-85 {width:85%;}.w-86 {width:86%;}.w-87 {width:87%;}.w-88 {width:88%;}.w-89 {width:89%;}.w-90 {width:90%;}.w-91 {width:91%;}.w-92 {width:92%;}.w-93 {width:93%;}.w-94 {width:94%;}.w-95 {width:95%;}.w-96 {width:96%;}.w-97 {width:97%;}.w-98 {width:98%;}.w-99 {width:99.999999999%;}.w-100 {width:100%;}
.flex-w-1 {width:100%}.flex-w-2 {width:48.5%}.flex-w-3 {width:31.33333333333%}.flex-w-4 {width:22.75%}.flex-w-5 {width:17.6%}.flex-w-6 {width:14.16666666666667%}

/* Pre-Defined */
.flex-buckets {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;}
.flex-centered {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.flex-space {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.flex-spaced {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.height-abs .flex-spaced {align-items: stretch;}

/* Flex */
.fl-gap {column-gap:3%;row-gap:3rem;justify-content: start;}
.flex {display:flex;}
.flex-col {flex-direction:column;}
.flex-row {flex-direction:row;}
.flex-wrap {flex-wrap:wrap;}
.flex-jstart {justify-content:flex-start;}
.flex-center {justify-content: center;}
.flex-jend {justify-content:flex-end;}
.flex-start {align-items:flex-start;}
.flex-middle {align-items:center;}
.flex-end {align-items:flex-end;}

/* Flex Spacing */
.flex-per-1 {column-gap:0;}
.flex-per-2 {column-gap:3%;}
.flex-per-3 {column-gap:3%;}
.flex-per-4 {column-gap:3%;}
.flex-per-5 {column-gap:3%;}
.flex-per-6 {column-gap:3%;}

/* Order/Spacing */
.fl-1 {order:1;}.fl-2 {order:2;}.fl-3 {order:3;}.fl-4 {order:4;}.fl-5 {order:5;}.fl-6 {order:6;}.fl-7 {order:7;}.fl-8 {order:8;}

/* Grid */
.grid {display: grid;column-gap:3%;row-gap:3rem;}
.grid-per-2 {grid-template-columns: auto auto;}
.grid-per-3 {grid-template-columns: auto auto auto;}
.grid-per-4 {grid-template-columns: auto auto auto auto;}
.grid-per-5 {grid-template-columns: auto auto auto auto auto;}
.grid-per-6 {grid-template-columns: auto auto auto auto auto auto;}

/* Spacer */
.spacer-e {display:none;}
.spacer-empty {height:0;}
.spacer {width:1px;height:16px;}
.spacer-0 {height:8px;}
.spacer-1 {height:22.62px;}
.spacer-2 {height:31.99px;}
.spacer-3 {height:45.23px;}
.spacer-4 {height:63.96px;}
.spacer-5 {height:90.44px;}
.spacer-6 {height:127.88px;}
.spacer-7 {height:180.83px;}
.spacer-8 {height:255.69px;}

/* ----- [ BUTTONS ] ----- */
.button {overflow:hidden;display:inline-block;position:relative;margin:0;padding:0.65rem 3rem;border-radius:25px;border:0 none;font-size:15px;font-weight:600;line-height:1em;color:var(--color-white);cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;}
.button span {position: relative;z-index: 5;}

/* -- ( Icon ) -- */
.button.has-ico {position:relative;}
.button.has-ico .ico {position: absolute;top:0.83rem;transition: all 0.3s;}
.button.has-ico .ico svg {display: block;height:0.5rem;width:auto;}

/* Left */
.button.has-ico.ico-left {padding-left:3.25rem;}
.button.has-ico.ico-left .ico {left:1.5rem;}
.button.has-ico.ico-left:hover .ico {transform:translateX(-0.5rem);}

/* Right */
.button.has-ico.ico-right {padding-right: 3.25rem;}
.button.has-ico.ico-right .ico {right:1.5rem;}
.button.has-ico.ico-right:hover .ico {transform:translateX(0.5rem);}

/* Styles */
.button.primary {background:var(--color-blue);color:var(--color-white);}
.button.primary:hover {background:var(--color-teal);}

.button.secondary {background:var(--color-teal);color:var(--color-white);}
.button.secondary:hover {background:var(--color-blue);}

.button.tertiary {color:var(--color-dark-blue);background: #00A3A4;background: -webkit-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: -moz-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A3A4", endColorstr="#2A4687", GradientType=1);}
.button.tertiary:before {border-radius:25px;content:'';position:absolute;top:1px;left:1px;right:1px;bottom:1px;background-color: var(--color-white);}
.button.tertiary:after {border-radius:25px;content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:0;width:0;background: #2A4687;background: -webkit-linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);background: -moz-linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);background: linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2A4687", endColorstr="#00A3A4", GradientType=1);transition: width 0.3s, opacity 0.3s;}
.button.tertiary:hover:after {width: 100%;opacity: 1;}
.button.tertiary svg polygon {fill:var(--color-dark-blue);}
.button.tertiary:hover {color:var(--color-white);}
.button.tertiary:hover svg polygon {fill:var(--color-white);}

.button.gradient {color:var(--color-white);background: #00A3A4;background: -webkit-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: -moz-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A3A4", endColorstr="#2A4687", GradientType=1);}
.button.gradient:before {border-radius:25px;content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:0;width:0;background: #2A4687;background: -webkit-linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);background: -moz-linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);background: linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2A4687", endColorstr="#00A3A4", GradientType=1);transition: width 0.3s, opacity 0.3s;}
.hoverable .button.gradient:before {border-radius: 0 25px 25px 0;}
.hoverable:hover .button.gradient:before {border-radius: 0 25px 25px 0;}
.hoverable:hover .button.gradient:before, .button.gradient:hover:before {width: 100%;opacity: 1;}

.button.gradient.alt {color:var(--color-blue);background: #00A3A4;background: -webkit-linear-gradient(131deg, rgba(0, 163, 164, 1) 0%, rgba(146, 216, 215, 1) 100%);background: -moz-linear-gradient(131deg, rgba(0, 163, 164, 1) 0%, rgba(146, 216, 215, 1) 100%);background: linear-gradient(131deg, rgba(0, 163, 164, 1) 0%, rgba(146, 216, 215, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A3A4", endColorstr="#92D8D7", GradientType=0);}
.button.gradient.alt:before {border-radius:25px;content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:0;width:0;background: #92D8D7;background: -webkit-linear-gradient(131deg, rgba(146, 216, 215, 1) 0%, rgba(0, 163, 164, 1) 100%);background: -moz-linear-gradient(131deg, rgba(146, 216, 215, 1) 0%, rgba(0, 163, 164, 1) 100%);background: linear-gradient(131deg, rgba(146, 216, 215, 1) 0%, rgba(0, 163, 164, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92D8D7", endColorstr="#00A3A4", GradientType=0);}
.hoverable .button.gradient.alt:before {border-radius: 0 25px 25px 0;}
.hoverable:hover .button.gradient.alt:before {border-radius: 0 25px 25px 0;}
.hoverable:hover .button.gradient.alt:before, .button.gradient.alt:hover:before {width: 100%;opacity: 1;}
.button.gradient.alt svg polygon {fill:var(--color-dark-blue);}
.button.gradient.alt:hover {color:var(--color-white);}
.button.gradient.alt:hover svg polygon {fill:var(--color-white);}


.gform_footer > input[type="submit"] {margin: 0;padding: 0;border: 0 none;background-color: transparent;display: block;width: 100%;}
.gform_footer {padding:0.65rem 3rem;border-radius:25px;border:0 none;font-size:15px;font-weight:600;line-height:1em;color:var(--color-white);background: #00A3A4;background: -webkit-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: -moz-linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);background: linear-gradient(90deg, rgba(0, 163, 164, 1) 0%, rgba(42, 70, 135, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A3A4", endColorstr="#2A4687", GradientType=1);}
.gform_footer:before {border-radius:25px;content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:0;width:0;background: #2A4687;background: -webkit-linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);background: -moz-linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);background: linear-gradient(90deg, rgba(42, 70, 135, 1) 0%, rgba(0, 163, 164, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2A4687", endColorstr="#00A3A4", GradientType=1);transition: width 0.3s, opacity 0.3s;}
.gform_footer:hover:before {width: 100%;opacity: 1;}
.gform_footer:after {content:'';position:absolute;right:2rem;background:url('images/icons/arrow-right.svg') no-repeat center;background-size:contain;width:1rem;height:1rem;top:0.65rem;transition: right 0.3s;}
.gform_footer:hover:after {right: 1rem;}

.modal .gform_footer {width: 100%;max-width: 250px;margin: 0 0 0 auto;}


.modal .gform_footer {padding:0;}
.modal .gform_footer > input[type="submit"] {padding:0.65rem 3rem;}

/* Buttons */
.btns {margin:2rem 0 0 0;}
.btns a {margin:0 0.5rem 0 0;}
.btns a:last-child {margin:0;}

/* ------------------------------------------ */
/* -------------- [ TEMPLATES ] ------------- */
/* ------------------------------------------ */
#sections {position: relative;z-index: 10;;}
.section {position: relative;overflow:visible;}
.layout {position: relative;z-index:100;}

/* ----[ TITLE ] ---- */
.title.has-subtitle h2 {margin: 0 0 1rem 0;}

/* ---- [ BUCKETS ] ---- */
.buckets.type-icons .ico {display: block;height: 4rem;width: auto;margin: 0 auto;}

/* ---- [ PIPELINE ] ---- */
.pipeline:before {content:'';position:absolute;top:0;width:50%;right:0;bottom:0;z-index: 1;pointer-events: none;background:url('images/bg/bg-pipeline.jpg') no-repeat right 25%;mix-blend-mode: multiply;opacity: 0.25;}
.pipeline .bg {display: flex;align-items: stretch;justify-content: flex-start;}
.pipeline .l, .pipeline .r {display: flex;align-items: stretch;justify-content: start;}
.pipeline .col {height: 100%;border-radius: 15px;}
.pipeline .info .col.n-0 {width: 30%;z-index: 5;}
.pipeline .info .col.n-1 {width: 25%;z-index: 4;}
.pipeline .info .col.n-2 {width: 50%;z-index: 3;}

.pipeline .bg .col {box-shadow: 0 5px 15px rgba(0, 0, 0, 0.150);border-right: 1px solid #fff;}
.pipeline .bg .info .col.n-0 {background-color: #bbe7e6;}
.pipeline .bg .info .col.n-1 {background-color: #e1f4f4;}
.pipeline .bg .info .col.n-2 {background-color: #e1f4f4;}

.pipeline .type-extra .phases {flex-wrap: wrap;}
.pipeline .type-extra .i {margin: 1rem 0;}

.pipeline .phases .col {width: 16.6666667%;}
.pipeline .phases .col.n-0 {background-color: #fafbff;z-index: 6;}
.pipeline .phases .col.n-1 {background-color: #f7f9ff;z-index: 5;}
.pipeline .phases .col.n-2 {background-color: #f5f7ff;z-index: 4;}
.pipeline .phases .col.n-3 {background-color: #f1f3ff;z-index: 3;}
.pipeline .phases .col.n-4 {background-color: #e7ebfb;z-index: 2;}
.pipeline .phases .col.n-5 {background-color: #e0e6fb;z-index: 1;}

/* BG */
.pipeline .bg {position:absolute;top:0;left:0;right:0;bottom:0;z-index: 0;}

/* Items */
.pipeline .items .item .col {background-color: transparent;}
.pipeline .items .l, .pipeline .items .r {align-items: center;align-self: center;}
.pipeline .items .item {display: flex;align-items: stretch;justify-content: flex-start;align-self: center;position: relative;;}
.pipeline .items .item:after {content:'';background-color: #b6c8c7;height: 1px;position: absolute;bottom: 0;left: 1rem;right: 1rem;}
.pipeline .items .item:last-child:after {display: none;}
.pipeline .items .col {font-size: 0.875rem;color:var(--color-blue);font-weight: 600;padding: 1.5rem 1rem;}
.pipeline .items .title .col {font-size: 0.85rem;}
html[lang="zh-CN"] .pipeline .items .title .col {font-size:0.8rem;}
.pipeline .items .program {font-size: 0.85rem;color:var(--color-black);}
.pipeline .items .molecule {color:var(--color-black);}
.pipeline .items .l .bordered {display: flex;align-items: center;position: relative;margin: 0;padding: 1rem 0;box-sizing: content-box;}
.pipeline .items .item.type-extra .r .bordered {display: flex;align-items: center;position: relative;margin: 0;padding: 1.65rem 0 0.5rem 0;box-sizing: content-box;}
.pipeline .items .l .bordered:after {content:'';position: absolute;bottom:0;left: -1rem;right: -1rem;border-bottom:1px dashed #ccc;}
.pipeline .items .l .bordered:last-child {padding: 1rem 0 0 0;}
.pipeline .items .l .bordered:last-child:after {display: none;}

/* Status */
.pipeline .phase {height: 5rem;overflow: hidden;width: 100%;;}
.pipeline .arrow-wrap {position:relative;height: 1.75rem;;margin-top: 1.5rem;transition: all 1s;width: 0;;}
.pipeline .arrow {width:100%;height:100%;clip-path: polygon( 0 0, calc(100% - var(--cut)) 0, 100% 50%, calc(100% - var(--cut)) 100%, 0 100%, var(--cut) 50% );background: #303983;background: -webkit-linear-gradient(90deg, rgba(48, 57, 131, 1) 0%, rgba(14, 133, 155, 1) 100%);background: -moz-linear-gradient(90deg, rgba(48, 57, 131, 1) 0%, rgba(14, 133, 155, 1) 100%);background: linear-gradient(90deg, rgba(48, 57, 131, 1) 0%, rgba(14, 133, 155, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303983", endColorstr="#0E859B", GradientType=1);}
.pipeline .arrow {clip-path: unset;border-radius: 0 25px 25px 0;}
.pipeline .arrow-wrap:before {content:'';background-color: var(--color-teal);width: 0.35rem;height: 2.5rem;;position: absolute;top: -0.75rem;right: 0.55rem;border-radius: 5px;transform:rotate(-45deg);z-index: 5;display: none;}
.pipeline .arrow-wrap:after {content:'';background-color: var(--color-teal);width: 0.35rem;height: 2.5rem;;position: absolute;bottom: -0.75rem;right: 0.55rem;border-radius: 5px;transform:rotate(45deg);z-index: 5;display: none;}

.pipeline .item.type-extra .arrow-wrap {margin: 0;}
.pipeline .item.type-extra .phase {height: 1.75rem;margin: 0.5rem 0;}

/* Mobile */
.pipeline .mobile .item {margin: 0 0 2rem 0;padding: 0 0 2rem 0;border-bottom: 2px solid var(--color-gray);}
.pipeline .mobile .label {font-weight: bold;font-size: 105%;line-height: 1.25em;}
.pipeline .mobile .val {margin: 0.5rem 0 0 0;}
.pipeline .mobile .group {margin: 0 0 2rem 0;}
.pipeline .mobile .group:last-child {margin: 0;}
.pipeline .mobile .group.outer > .val {padding:1rem;border-radius:5px;background-color: var(--color-teal-light);margin: 0 0 1rem 0;}
.pipeline .mobile .inner-group {margin: 0 0 2rem 0;}
.pipeline .mobile .inner-group:last-child {margin: 0;}
.pipeline .mobile .arrow-wrap {margin: 0;color:var(--color-white);height: 2rem;line-height: 2em;}
.pipeline .mobile .arrow {white-space: nowrap;padding-left: 1rem;}

/* ---- [ VIDEOS ] ---- */
.videos.layout .bucket {background-color: var(--color-teal-light);border-radius:15px;overflow: hidden;}
.videos.layout .bucket .inner {padding: 2rem 2rem 4rem 2rem;}

/* ----[ CONTENT/MEDIA + MEDIA/CONTENT ] ---- */
.content-image .sizer {display: none;float: right;margin: 0 0 0 1rem;width: 33%;}
.content-image.alt .sizer {float: left;margin: 0 1rem 0 0;}

/* Wide */
.content-image.base.wide .txt {padding-left:calc((100vw - 1200px) / 2);}
.content-image.alt.wide .txt {padding-right:calc((100vw - 1200px) / 2);}
.content-image.wide .image > img {width: 100%;height: 100%;object-fit: cover;object-position: center;;}

/* Height Content / Extra Padding */
.content-image.wide.height-padding .img .image, .content-image.wide.height-extra-padding .img .image, .content-image.wide.height-content .img .image {position: absolute;top:0;left:0;bottom:0;right:0;}
.content-image.wide.height-padding .txt{padding-top:2rem;padding-bottom:2rem;}
.content-image.wide.height-extra-padding .txt {padding-top:4rem;padding-bottom:4rem;}

/* ---- [ FEATURED ] ---- */
.featured.pg .inner {padding: 4rem;}
.featured.pg .image {border-radius: 25px;}

/* ---- [ STRATEGY ] ---- */
.strategy.layout .img {display: block;margin: 0 auto;width: 100%;height: auto;}
.strategy.layout .bucket {padding: 1rem;background:rgba(214, 241, 240,0.58);border-radius: 5px;display:inline-block;margin: 0 0 5rem 0;}
.strategy.layout .title-bar {display: flex;align-items: center;justify-content: start;column-gap: 1rem;padding: 0 0 1rem 0;position: relative;}
.strategy.layout .title-bar .line {border-bottom:1px dotted var(--color-teal);height: 1px;position: absolute;bottom: 0;left: 0;right: 0;}
.strategy.layout .title-bar .line .box {background-color: var(--color-teal);width: 0.5rem;height: 0.5rem;position: absolute;top: -0.20rem;}
.strategy.layout .title-bar img {display: block;width: 2.5rem;height: auto;}
.strategy.layout .txt {padding: 1rem 1rem 0 1rem;}
.strategy.layout .txt ul {margin: 0;list-style: none;padding: 0}
.strategy.layout .txt ul li {background:url('images/icons/li.svg') no-repeat left 0.35rem;background-size:0.5rem;margin: 0 0 0.5rem 0;;padding: 0 0 0 1.5rem;}

.strategy.layout .l {position: absolute;top:5%;left:0;width: 40%;}
.strategy.layout .l .line .box {right: 0;}
.strategy.layout .r .line .box {left: 0;}
.strategy.layout .r {position: absolute;top:20%;right:0;}
.strategy.layout .n-0 .line {width: auto;left:0;right:-25%;;}
.strategy.layout .n-1 .line {width: auto;left:0;right:-28%;;}
.strategy.layout .n-2 .line {width: auto;right:0;left:-30%;}
.strategy.layout .n-3 {margin-top: 4rem;}
.strategy.layout .n-3 .line {width: auto;right:0;left:-35%;}

/* Overrides */
.strategy.layout .bucket.n-0 {margin: 0 0 2rem 0;}
html[lang="zh-CN"] .strategy.layout .n-1 .line {right:-75%;}
html[lang="zh-CN"] .strategy.layout .n-2 .line {left:-127%;}
html[lang="zh-CN"] .strategy.layout .bucket.n-0 {margin: 0 0 3rem 0;}
html[lang="zh-CN"] .strategy.layout .n-3 {margin-top: 6.5rem;}

.strategy.layout .hotspot {display: none;}
.modal .strategy.layout .title-bar {display: flex;align-items: center;justify-content: start;}
.modal .strategy.layout .title-bar h3 {margin: 0;}


/* ---- [ HIDE/SHOW ] ---- */
.hideshow.layout .item {margin: 0 0 1rem 0;}
.hideshow.layout .item .title {padding: 1rem;cursor: pointer;transition: all 0.3s;position: relative;background-color: #eee;}
.hideshow.layout .item .title:after {content:'';background: transparent url('images/chevron-down.svg') no-repeat center;width:1rem;height:1rem;background-size:contain;position: absolute;top:1rem;right: 1rem;transition: transform 0.3s;}
.hideshow.layout .item .txt {display: none;padding: 0 1rem 1rem 1rem;background-color: #ccc;}
.hideshow.layout .item.active .title, .hideshow.layout .item:hover .title {background-color:#ccc;color:#000;}
.hideshow.layout .item.active .title:after {transform: rotate(180deg);}

/* ---- [ MAP ] ---- */
.map.layout .location-list {display: none;}
.map.layout .map.svg {display: block;width: 100%;height: auto;position: relative;}
.map.layout svg {display: block;width: 100%;height: auto;}
.map.layout .country-active:hover path,
.map.layout .country-active:hover {fill: #8ad5d5!important;cursor:pointer;}
.map.layout .country-active path,.map.layout .country-active {fill: #00a3a4!important;}
.map.layout .map-label {fill: var(--color-blue);font-size: 11px;font-weight: 600;pointer-events: none;text-shadow: 0 0 3px #fff;}
#map-popup {position: absolute;width: 350px;height: auto;background: var(--color-teal-light);border-radius: 8px;padding: 1.5rem;box-shadow: 0 5px 12px rgba(0,0,0,0.25);opacity: 0;pointer-events: none;transition: opacity .2s ease;z-index: 99998;display: none;}
#map-popup .with-ico {display: flex;align-items: center;justify-content: start;column-gap: 1rem;color: var(--color-blue);font-weight: 600;margin: 0 0 1rem 0;}
#map-popup .with-ico img {display: block;width: 1rem;height: auto;;}
#map-popup h3 {margin: 0 0 10px;font-size: 18px;color: #004b4c;}
#map-popup.popup-visible {pointer-events: auto;display: block;}

/* ---- [ TEAM ] ---- */
.team.layout .person {background-color: var(--color-teal-light);border-radius: 15px;overflow: hidden;text-align: center;transition: background 0.3s;position: relative;}
.team.layout .person .image {position: relative;transform: scale(1.05);}
.team.layout .person:hover {background-color: var(--color-blue);}
.team.layout .person .lower {padding: 1.6rem 2rem 1.5rem 2rem;}
.team.layout .person .name {color:var(--color-teal);font-weight: 600;font-size: 1.25rem;list-style: none;margin: 0 auto 1rem auto;transition: color 0.3s;line-height: 1.25em;}
.team.layout .person .position {color:var(--color-blue);font-size: 0.9rem;transition: color 0.3s;}
.team.layout .person:hover .name {color:var(--color-teal-light);}
.team.layout .person:hover .position {color:var(--color-white);}
.team.layout .arrow {position: absolute;bottom: 0.75rem;right: 0.75rem;transition: right 0.3s;}
.team.layout .arrow svg {display: block;height: 0.65rem;width: auto;;}
.team.layout .arrow svg polygon {fill:var(--color-teal);}
.team.layout .person:hover .arrow {right: 0.65rem;}
.team.layout .person:hover svg polygon {fill:var(--color-white);}

/* Shortcode */
.person.feature {margin:4rem 0 2rem 0;display: flex;align-items: center;justify-content: space-between;color:var(--color-teal);font-size:1.25rem;font-weight: bold;line-height: 1.5em;}

/* Modal */
.team.modal {border-radius:15px;max-width:1200px;width:100%;background: #E9F7F7;background: -webkit-linear-gradient(131deg, rgba(233, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);background: -moz-linear-gradient(131deg, rgba(233, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);background: linear-gradient(131deg, rgba(233, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E9F7F7", endColorstr="#FFFFFF", GradientType=0);}
.team.modal .name {color:var(--color-teal);font-weight: 600;font-size: 1.25rem;line-height:1.25em;list-style: none;margin: 1.5rem auto 1rem auto;transition: color 0.3s;}
.team.modal .position {color:var(--color-blue);font-weight:600;font-size: 0.9rem;transition: color 0.3s;}
.modal.team .controls {display: flex;align-items: center;justify-content: space-between;margin: 2.5rem 0 0 0;}
.modal.team .controls button {margin: 0;padding: 0;border: 0 none;background-color: transparent;cursor: pointer;width: 2rem;height: 2rem;;}
.modal.team .controls button svg {display: block;height: 0.75rem;width: auto;}
.modal.team .controls button svg polygon {fill:var(--color-gray);transition: fill 0.3s;}
.modal.team .controls button:hover svg polygon {fill:var(--color-blue);}

/* ---- [ CAREERS -- SINGLE ] ---- */
#career .region, #apply .region, .careers.layout .region {font-size: 1.25rem;line-height: 1.25em;color:var(--color-teal);font-weight: 600;background:url('images/icons/pin.svg') no-repeat left center;background-size:1rem;padding:0 0 0 1.5rem;margin:0.5rem 0 2.5rem 0;}
#career .item {background:var(--color-teal-light);padding:1.5rem 2rem;border-radius: 15px;margin: 0 0 1.5rem 0;}

/* Modal */
#apply.modal {border-radius:15px;max-width:800px;width:100%;background: #fff;}
#apply.modal .position {background-color: var(--color-teal-light);padding: 1rem;border-radius: 15px;margin: 0 0 4rem 0;}
#apply.modal .region {margin: 0;}

/* ---- [ CAREERS -- SEARCH ] ---- */
.careers.layout .filters {padding:3rem 2rem;margin:0 0 2rem 0;border-radius:15px;background: #E6EFEF;background: -webkit-linear-gradient(180deg, rgba(230, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);background: -moz-linear-gradient(180deg, rgba(230, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);background: linear-gradient(180deg, rgba(230, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E6EFEF", endColorstr="#FFFFFF", GradientType=0);}
.careers.layout .filters select {width:48%;border-radius: 25px;border:2px solid var(--color-teal);padding: 0.25rem 0.75rem;cursor:pointer;-webkit-appearance:none;cursor:pointer;background: url('images/select.svg') no-repeat 95% center;background-size:0.75rem;}
.careers.layout .group {margin: 0 0 4rem 0;}
.careers.layout .item {background:var(--color-teal-light);padding:1.5rem 2rem;border-radius: 15px;margin: 0 0 1.5rem 0;display: flex;align-items: center;justify-content: start;}
.careers.layout .title {font-size: 1.25rem;color:var(--color-blue);font-weight: 600;}
.careers.layout .region {font-size: 1rem;color:var(--color-blue);margin: 0;font-weight: normal;}
.careers.layout .results .item .button, .careers.layout .results .item .button:before {border-radius: 25px 0 0 25px;}
.careers.layout .results .item .button {position: absolute;right: 0;}
.careers.layout .results.empty:after {content:'No Positions Found';color:var(--color-blue);text-align: center;display: block;margin: 2rem auto;font-size: 1.5rem;}
html[lang="zh-CN"] .careers.layout .results.empty:after {content:'未找到职位';color:var(--color-blue);text-align: center;display: block;margin: 2rem auto;font-size: 1.5rem;}

/* ---- [ POSTS ] ---- */
.type-featured .post.excerpt.boxed, .type-slider .post.excerpt.boxed {position:relative;margin: 0 1rem;padding:1rem 1rem 6rem 1rem;border-radius:15px;background: #ABD5D5;background: -webkit-linear-gradient(90deg, rgba(171, 213, 213, 1) 0%, rgba(195, 225, 226, 1) 100%);background: -moz-linear-gradient(90deg, rgba(171, 213, 213, 1) 0%, rgba(195, 225, 226, 1) 100%);background: linear-gradient(90deg, rgba(171, 213, 213, 1) 0%, rgba(195, 225, 226, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ABD5D5", endColorstr="#C3E1E2", GradientType=1);}
.type-featured .post.excerpt.type-slider.boxed .meta, .type-slider .post.excerpt.type-slider.boxed .meta {color:var(--color-teal-2);font-size: 0.8rem;margin: 0 0 1rem 0;}
.type-featured .post.excerpt.type-slider.boxed h3, .type-slider .post.excerpt.type-slider.boxed h3 {min-height: 4lh;}

/* Slider */
.news.layout .has-slider .slick-list {margin: 0 -1rem;}

/* Buttons */
.type-slider .post.excerpt.boxed .button {position: absolute;bottom: 1.5rem;left: 0;border-radius:0 25px 25px 0;padding: 0.65rem 3rem 0.65rem 1rem;;}
.type-featured .post.excerpt.boxed .button {position: absolute;bottom: 1.5rem;left: 0;border-radius:0 25px 25px 0;padding: 0.65rem 3rem 0.65rem 1rem;;}
.videos.layout .button {position: absolute;bottom: 1.5rem;left: 0;border-radius:0 25px 25px 0;padding: 0.65rem 3rem 0.65rem 1rem;;}

/* --- ( Singular ) --- */
.type-single .post.excerpt {background-color: rgba(0, 0, 0, 0.5);padding: 2rem;border-radius: 15px;}
.type-single .post.excerpt .meta {color:var(--color-white);margin: 1rem 0;}

/* ---- [ BLOG ] ---- */
.single-post .about {background:url('images/bg/bg-about.png') no-repeat center;background-size: cover;border-radius: 15px;overflow: hidden;padding: 4rem;}
.single-post .contacts .wrap {column-gap: 5rem;display: flex;align-items: start;justify-content: start;}
.single-post .contact {line-height: 2em;}
.single-post .contact a {font-weight: bold;}

/* --- ( Featured ) --- */
.post.featured {background-color: #c9dfdf;border-radius: 15px;overflow: hidden;}
.post.featured .l {padding: 4rem;}
.post.featured .r img {display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.post.featured .meta {margin: 1rem 0 2rem 0;color:var(--color-teal);}
.type-featured .lower {margin: 2rem 0;}
.type-featured .post.excerpt.boxed {margin: 0;}
.type-featured .post.excerpt .meta {margin: 0 0 1rem 0;}

/* ---- [ AGGREGATE POSTS ] ---- */
.wp-pagenavi {text-align: center;display: flex;align-items: center;justify-content: center;margin:4rem auto 0 auto;column-gap: 0.5rem;}
.wp-pagenavi .pages {display: none;}
.wp-pagenavi span,
.wp-pagenavi a {color:#151315;text-align:center;line-height:2.5rem;width: 2.5rem;height: 2.5rem;border:0 none;}
.wp-pagenavi .first, .wp-pagenavi .last {width: auto;padding: 0 0.5rem;}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover,
.wp-pagenavi .current, .wp-pagenavi a.page:hover {color:var(--color-white);background-color:var(--color-teal);}

/* ---- [ PUBLICATIONS ] ---- */
.publications.layout .post.excerpt.boxed {background: #f5f6fc;padding: 1rem 1rem 2rem 4rem;border-radius: 5px;}
.publications.layout .post.excerpt.boxed .ico {position: absolute;top:1rem;left: 1rem;width: 2rem;height:auto;}
.publications.layout .post.excerpt.boxed .arrow {position: absolute;bottom: 1rem;right: 1rem;transition: right 0.3s;}
.publications.layout .post.excerpt.boxed .arrow svg {display: block;width: 1rem;height: auto;}
.publications.layout .post.excerpt.boxed .arrow svg polygon {fill:var(--color-blue);}
.publications.layout .post.excerpt.boxed:hover .arrow {right:0.5rem;}

/* ---- [ CONTACT ] ---- */
.contact.layout .bucket {background-color: var(--color-teal-light);border-radius: 15px;overflow: hidden;}
.contact.layout .bucket .lower {padding: 2rem 2rem 2rem 3rem;position: relative;}
.contact.layout .bucket .lower .name {font-size:1.25rem;font-weight: 600;}
.contact.layout .bucket .lower .sub {font-size:1rem;font-weight:400;line-height: 1.25em;margin: 0.5rem 0 0 0;}
.contact.layout .bucket .lower .pin {width: 1rem;height: auto;position: absolute;top:2rem;left:1rem;}
.contact.layout .bucket address {font-style: normal;margin: 2rem 0 0 0;line-height: 1.5em;font-size:0.95rem;}

/* ---- [ SLICK SLIDER ] ---- */
.slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list, .slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after, .slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Arrows */
.slick-arrow {position:absolute;top:50%;transform:translateY(-50%);z-index:3000;color:#fff;cursor:pointer;transition:all 0.2s;}
.slick-prev {left:1rem;}
.slick-next {right:1rem;}

/* News */
.news.latest.layout .controls {display:flex;align-items:start;justify-content: start;column-gap: 0.5rem;margin: 0 0 0 1.5rem;}
.news.latest.layout .controls .slick-arrow {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.news.latest.layout .controls .slick-arrow svg {height: 0.75rem;width: auto;display: block;}
.news.latest.layout .controls .slick-arrow svg polygon {fill:var(--color-dark-blue);transition: fill 0.3s;}
.news.latest.layout .controls .slick-arrow:hover svg polygon {fill:var(--color-teal);}

/* Dots */
ul.slick-dots {display:block;list-style:none;margin:2rem auto 0 auto;padding:0;text-align:center;font-size:0;}
ul.slick-dots li {display:inline-block;margin:0 3px;}
ul.slick-dots li button {display:block;width:0.75rem;height:0.75rem;border-radius:100%;border:0 none;background:#f78f22;cursor:pointer;}
ul.slick-dots li.slick-active button {background:#000000;}

/* ------------------------------------------ */
/* ---------- [ LAYOUT (OTHERS) ] ----------- */
/* ------------------------------------------ */
/* Centering */
.v-center {position:absolute;top:50%;transform:translateY(-50%);}
.h-center {position:absolute;left:50%;transform:translateX(-50%);}
.all-center {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

/* CSS Columns */
ul.columns {margin:0;padding:0;}
ul.columns li {list-style-position:inside;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;}
.w-two-col, .w-three-col, .w-four-col, .w-five-col, .w-six-col {column-gap:50px;}
.w-two-col {column-count:2;}
.w-three-col {column-count:3;}
.w-four-col {column-count:4;}
.w-five-col {column-count:5;}
.w-six-col {column-count:6;}

/* Old Style Columns */
.container {position:relative;}
.constrain {position:relative;width:100%;height:100%;overflow:hidden;}
.outer-col {position:relative;font-size:0;vertical-align:top;}
.col {font-size:16px;vertical-align:top;}

/* Border */
.border-t {border-top:1px solid #000000;}
.border-b {border-bottom:1px solid #000000;}
.border-r {border-right:1px solid #000000;}
.border-l {border-left:1px solid #000000;}
.divider {width:100%;max-width:1200px;margin:0 auto;height:4px;background-color: var(--color-teal-light);}
.mini-divider {background-color: var(--color-teal);height: 4px;width: 1rem;margin: 1.5rem auto;}

/* Row */
.row {margin-bottom:2%;}
.row:last-child {margin-bottom:0;}
.unrow {margin-bottom:-2%;}

/* Layout Padding/Margin */
.w-pad-dtb {padding-top:4em;padding-bottom:4em;}
.w-pad-dlr {padding-right:4em;padding-left:4em;}
.w-pad-dtop {padding-top:4em;}
.w-pad-dbottom {padding-bottom:4em;}
.w-pad-dleft {padding-left:4em;}
.w-pad-dright {padding-right:4em;}
.w-pad-tb {padding-top:2em;padding-bottom:2em;}
.w-pad-lr {padding-right:2em;padding-left:2em;}
.w-pad-top {padding-top:2em;}
.w-pad-bottom {padding-bottom:2em;}
.w-pad-left {padding-left:2em;}
.w-pad-right {padding-right:2em;}
.w-pad-htb {padding-top:1em;padding-bottom:1em;}
.w-pad-hlr {padding-right:1em;padding-left:1em;}
.w-pad-htop {padding-top:1em;}
.w-pad-hbottom {padding-bottom:1em;}
.w-pad-hleft {padding-left:1em;}
.w-pad-hright {padding-right:1em;}
.w-margin-dtb {margin-top:4em;margin-bottom:4em;}
.w-margin-dlr {margin-right:4em;margin-left:4em;}
.w-margin-dtop {margin-top:4em;}
.w-margin-dbottom {margin-bottom:4em;}
.w-margin-dleft {margin-left:4em;}
.w-margin-dright {margin-right:4em;}
.w-margin-tb {margin-top:2em;margin-bottom:2em;}
.w-margin-lr {margin-right:2em;margin-left:2em;}
.w-margin-top {margin-top:2em;}
.w-margin-bottom {margin-bottom:2em;}
.w-margin-left {margin-left:2em;}
.w-margin-right {margin-right:2em;}
.w-margin-htb {margin-top:1em;margin-bottom:1em;}
.w-margin-hlr {margin-right:1em;margin-left:1em;}
.w-margin-htop {margin-top:1em;}
.w-margin-hbottom {margin-bottom:1em;}
.w-margin-hleft {margin-left:1em;}
.w-margin-hright {margin-right:1em;}
.gutter-dtb {margin-top:32px;margin-bottom:32px;}
.gutter-dlr {margin-right:32px;margin-left:32px;}
.gutter-dtop {margin-top:32px;}
.gutter-dleft {margin-left:32px;}
.gutter-dright {margin-right:32px;}
.gutter-dbottom {margin-bottom:32px;}
.gutter-tb {margin-top:16px;margin-bottom:16px;}
.gutter-lr {margin-right:16px;margin-left:16px;}
.gutter-top {margin-top:16px;}
.gutter-left {margin-left:16px;}
.gutter-right {margin-right:16px;}
.gutter-bottom {margin-bottom:16px;}
.gutter-htb {margin-top:8px;margin-bottom:8px;}
.gutter-hlr {margin-right:8px;margin-left:8px;}
.gutter-htop {margin-top:8px;}
.gutter-hleft {margin-left:8px;}
.gutter-hright {margin-right:8px;}
.gutter-hbottom {margin-bottom:8px;}
.m-auto {margin-right:auto;margin-left:auto;}
.m-right {margin-right:0;margin-left:auto;}

/* Spacing Reversal */
.unpush {margin-bottom:-2em;}
.unbucket {margin-bottom:-4em;}

/* Layout Align */
.table {display:table;}
.table-cell {display:table-cell;table-layout:fixed;}
.v-top {vertical-align:top;}
.v-mid {vertical-align:middle;}
.v-bot {vertical-align:bottom;}
.left-wrap, .left {float:left;}
.right-wrap, .right {float:right;}
.left-wrap, .right-wrap {width:48%;}
.left-wrap {clear:both;}
.collapse, .inline {display:inline-block;}
.block {display:block;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-center {text-align:center;}
.aligncenter {float:none;clear:both;margin-right:auto;margin-left:auto;max-width:100%;height:auto;width:100%;height:auto;}
.alignright {float:right;margin:0 0 1em 1em;max-width:100%;height:auto;}
.alignleft {float:left;margin:0 1em 1em 0;max-width:100%;height:auto;}
.alignnone {max-width:100%;height:auto;}

/* Abs */
.pos-reset {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.pos-top-lr {position: absolute;top: 0;left: 0;right:0;}
.pos-bottom-lr {position: absolute;bottom: 0;left: 0;right:0;}

/* Text */
.text {color:#000000;} /* Base Color */
.text p {color:inherit;}
.text p:last-child {margin:0;padding:0;}
.text ol, .text ul {margin:0 0 1rem 1rem;padding:0 0 0 18px;}
.text ol li, .text ul li {line-height:1.5em;margin:0 0 0.15em 0;}
.text iframe {display:block;}
.text ul {margin: 0 0 2rem 1rem;list-style: none;padding: 0}
.text ul li {background:url('images/icons/li.svg') no-repeat left 0.35rem;background-size:0.5rem;margin: 0 0 0.5rem 0;;padding: 0 0 0 1.5rem;}

/* Adjustments */
.bg-dark .text, .txt-white {color:#ffffff;}
.bg-light .text, .txt-dark {color:#000000;}
.bg-blur {background:url('images/bg/bg-blur.png') no-repeat center -10rem;background-size: cover;}

/* Colors */
.text .txt-black, .txt-black {color:var(--color-black);}
.text .txt-white, .txt-white {color:var(--color-white);}
.text .txt-blue, .txt-blue {color:var(--color-blue);;}
.text .txt-teal, .txt-teal {color:var(--color-teal);;}

/* Sizes */
.txt-smallest {font-size:0.625rem;line-height: 1.5em;}
.txt-smaller {font-size:0.75rem;line-height: 1.5em;}
.txt-small {font-size:0.875rem;line-height: 1.5em;}
.txt-base {font-size:16px;line-height: 1.25em;}
.txt-mid {font-size:1.125rem;line-height: 1.25em;}
.txt-midder {font-size:1.25rem;line-height: 1.25em;}
.txt-middest {font-size:1.375rem;line-height: 1.25em;}
.txt-large {font-size:1.5rem;line-height: 1.25em;}
.txt-larger {font-size:1.625rem;line-height: 1.25em;}
.txt-largest {font-size:1.75rem;line-height: 1.25em;}
.text .standout {font-size:1.25rem;color:var(--color-dark-blue);font-weight: 600;}

/* ---------- [ IMAGE ] ---------- */
.image {position:relative;overflow:hidden;}
.image:not(.natural) > img {display:block;position:absolute;top:0;left:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.image.natural > img {position: relative;width:100%;height:auto;max-width:100%;object-fit:unset;top:auto;left:auto;right:auto;}
.image.shorter {width:100%;padding-bottom:25%;}
.image.short {width:100%;padding-bottom:40%;}
.image.half {width:100%;padding-bottom:50%;}
.image.half-plus {width:100%;padding-bottom:65%;}
.image.unsquare {width:100%;padding-bottom:85%;}
.image.square {width:100%;padding-bottom:100%;}
.image.rectangular {width:100%;padding-bottom:111.5%;}
.image.headshot {width:100%;padding-bottom:111.5%;}
.image.tall {width:100%;padding-bottom:125%;}
.image.zoom > img {transition: all 0.3s;}
.image.zoom:hover > img {transform: scale(1.05);}

/* Accents */
.image.rounded > img {border-radius:25px;overflow: hidden;}
.base.wide .image.rounded > img {border-radius:25px 0 0 25px;;}
.alt.wide .image.rounded > img {border-radius:0 25px 25px 0;}
.image.has-accent {overflow: visible;}
.image.has-accent:before {content:'';position: absolute;width: 80%;height: 80%;z-index: 5;}
.image.b.l.g:before {background:url('images/accents/b-l-g.png') no-repeat center;background-size:contain;bottom:-2rem;left:1rem;}
.image.b.r.b:before {background:url('images/accents/b-r-b.png') no-repeat center;background-size:contain;bottom:-2rem;right:1rem;}

/* Alignment */
.image > .obj-c-t {object-position: center top;}
.image > .obj-c-c {object-position: center center;}
.image > .obj-c-b {object-position: center bottom;}
.image > .obj-l-t {object-position: left top;}
.image > .obj-l-c {object-position: left center;}
.image > .obj-l-b {object-position: left bottom;}
.image > .obj-r-t {object-position: right top;}
.image > .obj-r-c {object-position: right center;}
.image > .obj-r-b {object-position: right bottom;}

/* ---------- [ BG ] ---------- */
.bg {background-repeat:no-repeat;background-size:cover;}
.bg.masked {background-position: center -10rem;background-size:contain;}
.bg-image {background-position:center;background-size:cover;}
.bg-image.align-top {background-position: top;}
.bg-image.align-center {background-position: center;}
.bg-image.align-bottom {background-position: bottom;}
.bg-top {background-position:top center;}
.bg-contain {background-size:contain;}
.lt {background-position:left top;}
.lc {background-position:left center;}
.lb {background-position:left bottom;}
.rt {background-position:right top;}
.rc {background-position:right center;}
.rb {background-position:right bottom;}
.ct {background-position:center top;}
.cc {background-position:center;}
.cb {background-position:center bottom;}

.below-100 .bg.masked {background-size: cover;}
.below-100 .masked {top:-13rem;}

.below-75 .bg.masked {background-size: cover;}
.below-75 .masked {top:-15rem;}

.below-67 .bg.masked {background-size: cover;}
.below-67 .masked {top:-15rem;}

.below-50 .bg.masked {background-size: cover;}
.below-50 .masked {top:-18rem;}
.below-50 #hero .caption {padding: 12rem 0 14rem 0;}

.below-25 .bg.masked {background-size: cover;}
.below-25 .masked {top:-13rem;}

/* Colors */
.bg-white {background-color:var(--color-white);}
.bg-gray {background-color:#cecece;}
.bg-black {background-color:var(--color-black);}
.bg-neurons {background:url('images/bg/bg-neurons.png') no-repeat 90% -10rem;background-size:auto 100%;}

/* Overlay */
.overlay {position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.30);z-index:1;}

/* ---------- [ Embed ] ---------- */
.embed-outer {position:relative;overflow:hidden;height:0;max-width:100%;padding-bottom:56.25%;} 
.embed-outer video, .embed-outer iframe, .embed-outer object, .embed-outer embed {position:absolute;top:0;left:0;width:100%;height:100%;}
.embed-outer.map {padding-bottom:60%;}

.video.layout .embed-outer {overflow: hidden;border-radius:5px;cursor: pointer;}
.video.layout .embed-outer:before {content:'';position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;background:url('images/play.svg') no-repeat center;background-size:contain;transition: width 0.3s, height 0.3s;pointer-events: none;}
.video.layout .embed-outer:hover:before {width: 6rem;height: 6rem;}
.video.layout .embed-outer.loaded .video.loader {display: none;}
.video.layout .embed-outer.loaded:before {display: none;}

/* ------------------------------------------ */
/* --------------- [ FORMS ] ---------------- */
/* ------------------------------------------ */
/* General */
.gform_confirmation_wrapper {line-height:2em;}
.gform_wrapper .gform_body {margin:0;padding:0;list-style:none;}
.gform_wrapper .gform_body fieldset {border:0 none;}
.gform_wrapper .gform_body .gfield {position:relative;margin:0 0 24px 0;padding:0;background:none;}
.gform_wrapper .gform_body .gfield.gfield--type-honeypot {display: none;}
.gform_wrapper .gform_body .gfield > label, .gform_wrapper .gform_body .gfield > .gfield_label {display:block;margin:0 0 8px 0;font-weight:bold;}
.gform_wrapper .gform_body .gfield .screen-reader-text,.gform_wrapper .gform_body .gfield .gfield_description {display:block;margin:8px 0;font-size:14px;}
.gform_wrapper .gform_body .gfield.hidden_label > label {display:none;color:var(--color-white);}
.gform_wrapper .gform_body .gfield_html {margin:0;}
.gform_wrapper .gform_footer {position:relative;margin-top:1em;text-align:left;}
.gform_wrapper .gform_footer img.gform_ajax_spinner {position:absolute;top:50%;transform:translateY(-50%);left:150px;}

/* Hidden Label Focus */
.gform_wrapper .gform_body .gfield.hidden_label > label {display:block;position:absolute;top:15px;left:14px;opacity:0;font-size:0px;color:var(--color-white);transition:all 0.2s;font-weight:normal;}
.gform_wrapper .gform_body .gfield.focused.hidden_label > label {display:block;top:-9px;left:4px;opacity:1;color:var(--color-white);font-size:10px;font-weight:bold;transition:all 0.2s;background:var(--color-blue);padding:0 0.5rem;border-radius:5px;z-index:5;}

/* Columns */
.gform_wrapper .gform_body .gfield--width-half {display:inline-block;width:50%;}
.gform_wrapper .gform_body .gfield--width-half.first {padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-half.last {padding-left:0.5%;}
.gform_wrapper .gform_body .gfield--width-third {display:inline-block;width:33.33333333%;}
.gform_wrapper .gform_body .gfield--width-third.first {padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-third.mid {padding-left:0.5%;padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-third.last {padding-left:0.5%;}

/* Inputs */
.gform_wrapper .gform_body .gfield input[type="tel"], 
.gform_wrapper .gform_body .gfield input[type="email"], 
.gform_wrapper .gform_body .gfield input[type="text"], 
.gform_wrapper .gform_body .gfield select, 
.gform_wrapper .gform_body .gfield textarea {display:block;margin:0;padding:12px;border:0 none;width:100%;color:#000;border:2px solid var(--color-teal);transition:border 0.2s;border-radius: 25px;}
.gform_wrapper .gform_body .gfield select {-webkit-appearance:none;cursor:pointer;padding:12px;background: url('images/select.svg') no-repeat 99% center;background-size:0.75rem;}
.gform_wrapper .gform_body .gfield .gfield_radio, 
.gform_wrapper .gform_body .gfield .gfield_checkbox {margin:0;padding:0;}
.gform_wrapper .gform_body .gfield .gfield_radio input, 
.gform_wrapper .gform_body .gfield .gfield_checkbox input {margin-right:5px;}
.gform_wrapper .gform_body .gfield .gchoice label {cursor:pointer;}

/* iOS Adjustment */
.ginput_container_select {position:relative;}

/* Adjust */
.gform_wrapper .gform_body .gfield .ginput_container_date {position:relative;}
.gform_wrapper .gform_body .gfield .ginput_container_date input {display:block;width:100%;padding-right:36px;}
.gform_wrapper .gform_body .gfield .ginput_container_date .ui-datepicker-trigger {position:absolute;top:12px;right:8px;cursor:pointer;}
.gform_wrapper .gform_body .gfield .gfield_list_container {width:100%;}
.gform_wrapper .gform_body .gfield .gfield_list_container input {display:block;width:100%;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice {display:block;width:100%;margin:0 0 5px 0;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice:last-child {margin:0;}

/* Focus */
.gform_wrapper .gform_body .gfield input[type="tel"]:focus,
.gform_wrapper .gform_body .gfield input[type="email"]:focus,
.gform_wrapper .gform_body .gfield input[type="text"]:focus,
.gform_wrapper .gform_body .gfield textarea:focus, 
.gform_wrapper .gform_body .gfield select:focus {border-color:var(--color-blue);transition:border 0.2s;}

/* Focused With Hidden Labels */
.gform_wrapper .gform_body .gfield.focused input[type="tel"],
.gform_wrapper .gform_body .gfield.focused input[type="email"],
.gform_wrapper .gform_body .gfield.focused input[type="text"],
.gform_wrapper .gform_body .gfield.focused textarea, 
.gform_wrapper .gform_body .gfield.focused select {padding:12px;}

/* Validation */
.gform_wrapper p.gform_required_legend {display:block;font-size:14px;margin:0 0 1rem 0;display:none;}
.gfield_required_asterisk {color:#dc0000;display: inline-block;margin-left:0.25rem;font-size:90%;}
.gform_wrapper .gform_validation_errors {margin:0 0 1em 0;padding:8px;background:#d30000;font-size:14px;color:#fff;}
.gform_wrapper .gform_body .gfield .gfield_description.validation_message.validation_message--hidden-on-empty {display: none;}
.gform_wrapper .gform_validation_errors ul, .gform_wrapper .gform_validation_errors ul li, .gform_wrapper .gform_validation_errors a {color:#fff;}
.gform_wrapper .gform_validation_errors h2 {margin:0;font-size:14px;color:#fff;text-align:center;}
.gform_wrapper .gform_body .gfield .gfield_description.validation_message {margin:0;padding:5px;font-size:12px;color:#fff;background:#d30000;}
.gform_wrapper .gform_body fieldset.gfield .gfield_description.validation_message {margin-top:8px;}
.gform_wrapper .gform_body .gfield_error input::placeholder {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error label {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error input[type="tel"],
.gform_wrapper .gform_body .gfield_error input[type="email"],
.gform_wrapper .gform_body .gfield_error input[type="text"],
.gform_wrapper .gform_body .gfield_error textarea, 
.gform_wrapper .gform_body .gfield_error select {border-color:#dc0000;}

/* File Drop */
.gform_drop_area {padding:32px;border:1px dashed var(--color-white);border-radius:5px;margin:0 0 4px 0;text-align:center;background:var(--color-teal-light);color:var(--color-blue);}
.gform_fileupload_rules {font-size:13px;}
.ginput_preview {background:var(--color-blue);padding:8px;color:var(--color-black);font-size:12px;line-height:1em;}
.ginput_preview button, .ginput_preview strong {display:inline-block;vertical-align:middle;}
.ginput_preview button {cursor:pointer;}
.ginput_preview strong {margin-left:5px;}
.ginput_preview a {color:var(--color-teal);}
.ginput_preview b {color:var(--color-teal-2);}
.button.gform_button_select_files {background:var(--color-blue);color:var(--color-white);border:1px solid var(--color-blue);border-radius:5px;padding:8px 16px;margin:0 0 0 8px;}
.button.gform_button_select_files:hover {background:var(--color-white);color:var(--color-black);}

/* Loader */
.gform-loader {display:block;width:1rem;height:1rem;background:url('images/loader.svg') no-repeat center;background-size: contain;}
.gform-loader {position:absolute;top:0.6rem;right:3rem;filter:invert(1);}

/* ---------- [ OVERRIDES ] ---------- */
.ani {will-change:auto;transition:all 0.2s;}
.a {will-change:color, background-color;transition:color 0.2s, background-color 0.2s;}
.hide {display:none;}
.show {display:block;}
.clear {clear:both;}
.rel {position:relative;}
.zup {z-index:100;}
.zupr {z-index:200;}
.o-visible {overflow:visible}
.o-hidden {overflow:hidden;}
.m-img {max-width:100%;height:auto;}
.mm-img {width:100%;min-width:100%;max-width:100%;height:auto;}
.screen-reader-text { border: 0;clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal!important;}

/* ---------- [ MOBILE ] ---------- */
.mobile-toggle {display:none;position:fixed;bottom:15px;right:15px;border:0;margin:0;padding:0;background:var(--color-teal);border-radius:100%;width:50px;height:50px;z-index:100000;}
.mobile-toggle .rel {width:28px;height:24px;}
.mobile-toggle .line {position:absolute;width:28px;height:4px;transition:all 0.2s;border-radius:6px;background:#fff;}
.mobile-toggle .first {top:2px;}
.mobile-toggle .second {top:10px;}
.mobile-toggle .second.hidden {opacity:0;}
.mobile-toggle .third {bottom:2px;}

.mobile-toggle.active .line {transition:all 0.2s;}
.mobile-toggle.active .line.first {opacity:0;}
.mobile-toggle.active .line.second {opacity:1;transform:rotate(45deg);}
.mobile-toggle.active .line.second.hidden {opacity:1;transform:rotate(-45deg);}
.mobile-toggle.active .line.third {opacity:0;}

/* ---------- [ DATE PICKER ] ---------- */
/*.ui-datepicker{background:#fff;width:216px;height:auto;margin:5px auto 0;font:9pt Arial, sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);-moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);box-shadow:0 0 10px 0 rgba(0, 0, 0, .5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-collapse:collapse}.ui-datepicker-header{background-color:#666;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000,offx=1,offy=-1);line-height:30px;min-height:30px!important;border-width:1px 0 0 0;border-style:solid;border-color:#666}.ui-datepicker-title{text-align:center}.ui-datepicker-title select{margin-top:2.5%}.ui-datepicker-next, .ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(./images/datepicker/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background:#f7f7f7;background:url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));background:-webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);border-bottom:1px solid #bbb}.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff,offx=1,offy=0)}.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr{border-bottom:1px solid #bbb}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td a, .ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:30px;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff,offx=1,offy=1)}.ui-datepicker-calendar .ui-state-default{background:#ededed;background:url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #ededed 0, #dedede 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));background:-webkit-linear-gradient(top, #ededed 0, #dedede 100%);background:-o-linear-gradient(top, #ededed 0, #dedede 100%);background:-ms-linear-gradient(top, #ededed 0, #dedede 100%);background:linear-gradient(to bottom, #ededed 0, #dedede 100%);-webkit-box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5);box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5)}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#fff2aa;border:1px solid #c19163;color:#666;-webkit-box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);-moz-box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);text-shadow:0 1px 0 #fff;filter:dropshadow(color=#FFF,offx=0,offy=1);position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}td.ui-datepicker-unselectable.ui-state-disabled{background-color:#d7d7d7}table.ui-datepicker-calendar{margin:0!important}body div#ui-datepicker-div[style]{z-index:9999!important}*/

/* ---------- [ reCaptcha ] ---------- */
.captcha {font-size:12px;}
.grecaptcha-badge {visibility:hidden;}
.gform_validation_container {visibility:hidden;}