/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 7.2.A
License: Copyright 2020 Ultra Design Agency
*/

/* =================================
   Typography
   ================================= */
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    line-height: 100%;
}
h1 {
    font-size: 46px;
    font-family: 'Teko';
    font-weight: 500;
    letter-spacing: 2px;
}
h2 {
    font-size: 36px;
    font-family: 'Teko';
    font-weight: 500;
    letter-spacing: 1.5px;
}
h3 {
    font-size: 28px;
    font-family: 'Teko';
    font-weight: 500;
    letter-spacing: 2px;
}
h4 {
    font-size: 22px;
    font-family: 'Teko';
    font-weight: 500;
    letter-spacing: 2px;
}
h5 {
    font-size: 18px;
    font-family: 'Teko';
    font-weight: 500;
    letter-spacing: 2px;
}
blockquote {
    margin: 1em 40px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(206,206,206,1);
    margin: 1em 0;
    padding: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic, i, em {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
strong, .bold {
    font-weight: 600;
}
.white {
    color: rgba(255,255,255,1);
}
.white-bg {
    background-color: rgba(255,255,255,1);
}
a {
    color: rgba(0,0,0,1);
}
p {
    margin: 0 0 15px;
}
.smaller {
    font-size: 16px;
}
ul.center > li {
    text-align: center;
}
/* =================================
   Layout
   ================================= */
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,1);
    position: relative;
}
body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(0,0,0,1);
    line-height: 1.6;
    font-weight: normal;
    height: 100%;
    background-color: rgba(255,255,255,1);
    animation: fadeIn 2s linear;
    position: relative;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 20px 0 20px;
}
.videoWrapper iframe, .videoWrapper video, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-width {
    margin: 0 auto;
    width: 100%;
}
.fourteen-hundred {
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    padding: 0 5%;
}
.one-thousand {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    padding: 0 5%;
}
.eight-hundred {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
    padding: 0 5%;
}
.flex-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.flex-grow {
    flex-direction: row;
    display: flex;
}
.flex-grow > li, .flex-grow > div {
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.desktop {
    display: block;
}
.tablet {
    display: none;
}
.mobile {
    display: none;
}
.mobile-banner {
    display: none;
}
#container {
    position: relative;
}
/* =================================
  Header
   ================================= */
header {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: right;
    height: 75px;
    z-index: 500;
    transition: all .7s ease;
    font-family: 'Teko';
}
.blue .see-in-action a {
	background-color: rgba(14,30,68,.9);
	color: rgba(255,255,255,1);
	padding: 5px 10px;
}
.blue .see-in-action a svg {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin: 0 0 0 7px;
}
.green .see-in-action a {
    background-color: rgba(53,58,10,.9);
    color: rgba(255,255,255,1);
    padding: 5px 10px;
}
.green .see-in-action a svg {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin: 0 0 0 7px;
}
header.fixed.blue {
    background-color: rgba(14,30,68,.9);
}
header.fixed.green {
    background-color: rgba(53,58,10,.9);
}
header.fixed.black {
    background-color: rgba(0,0,0,.9);
}
header.remove {
    background-color: rgba(0,0,0,0) !important;
}
header .inner {
    position: relative;
}
#header-logo, .header-logo img {
    margin: 0 auto;
    position: fixed;
    left: 40px;
    top: 14px;
    height: 40px;
    display: block;
    z-index: 400;
}
#header-logo img, .header-logo img {
    height: 40px;
}
div.screen header a.target-burger {
    right: 40px;
    top: 37px;
}
header .search-button {
    color: #fff;
    font-size: 16px;
    position: relative;
}
header .menu {
    position: relative;
    right: 50px;
    top: 23px;
    float: right;
    padding: 0 20px 0 0;
}
#menu-header-landing-page {
    right: 50px !important;
}
header .menu > li {
    vertical-align: top;
    display: inline-block;
    margin: 0 0 0 15px;
}
header .menu > li > a {
    color: rgba(255,255,255,1);
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
nav.main-nav > .menu {
    flex-direction: row;
    display: flex;
    position: relative;
    height: 100%;
}
nav.main-nav > .menu > li {
    text-align: left;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15% 2% 0;
    width: 16%;
    position: relative;
    top: -30px;
    -moz-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-color: rgba(0,0,0,0);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
nav.main-nav > .menu > li a::before {
    content: '+++++';
    position: absolute;
    top: -30px;
    font-weight: normal;
    font-size: 1vw;
    letter-spacing: .6vw;
}
nav.main-nav > .menu > li:last-child {
    border: none;
}
nav.main-nav > .menu.stagger > li:nth-child(1) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background-size: cover;
}
nav.main-nav > .menu.stagger > li:nth-child(2) {
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    background-size: cover;
}
nav.main-nav > .menu.stagger > li:nth-child(3) {
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    background-size: cover;
}
nav.main-nav > .menu.stagger > li:nth-child(4) {
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
    background-size: cover;
}
nav.main-nav > .menu.stagger > li:nth-child(5) {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
    background-size: cover;
}
nav.main-nav.landing-content > .menu.stagger > li:nth-child(1) {
    background-image: url(images/mmenu1.jpg);
}
nav.main-nav.landing-content > .menu.stagger > li:nth-child(2) {
    background-image: url(images/mmenu2.jpg);
}
nav.main-nav.landing-content > .menu.stagger > li:nth-child(3) {
    background-image: url(images/mmenu3.jpg);
}
nav.main-nav.landing-content > .menu.stagger > li:nth-child(4) {
    background-image: url(images/mmenu4.jpg);
}
nav.main-nav.landing-content > .menu.stagger > li:nth-child(5) {
    background-image: url(images/mmenu5.jpg);
}
nav.main-nav.green > .menu.stagger > li:nth-child(1) {
    background-image: url(images/gmenu1.jpg);
}
nav.main-nav.green > .menu.stagger > li:nth-child(2) {
    background-image: url(images/gmenu2.jpg);
}
nav.main-nav.green > .menu.stagger > li:nth-child(3) {
    background-image: url(images/gmenu3.jpg);
}
nav.main-nav.green > .menu.stagger > li:nth-child(4) {
    background-image: url(images/gmenu4.jpg);
}
nav.main-nav.green > .menu.stagger > li:nth-child(5) {
    background-image: url(images/gmenu5.jpg);
}
nav.main-nav.blue > .menu.stagger > li:nth-child(1) {
    background-image: url(images/mmenu1.jpg);
}
nav.main-nav.blue > .menu.stagger > li:nth-child(2) {
    background-image: url(images/mmenu2.jpg);
}
nav.main-nav.blue > .menu.stagger > li:nth-child(3) {
    background-image: url(images/mmenu3.jpg);
}
nav.main-nav.blue > .menu.stagger > li:nth-child(4) {
    background-image: url(images/mmenu4.jpg);
}
nav.main-nav.blue > .menu.stagger > li:nth-child(5) {
    background-image: url(images/mmenu5.jpg);
}
nav.main-nav > .menu.stagger li {
    top: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    vertical-align: top;
}
nav.main-nav > .menu > li > a {
    font-size: 28px;
    text-transform: uppercase;
    cursor: none;
    color: rgba(255,255,255,1);
    letter-spacing: 2px;
    font-weight: 500;
    top: 0;
    position: relative;
    display: block;
}
nav.main-nav > .menu > li > ul {
    margin: 15px 0 0;
}
nav.main-nav > .menu > li > ul > li {
    margin: 0 0 20px;
    line-height: 130%;
}
nav.main-nav > .menu > li > ul > li > a {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    color: rgba(255,255,255,1);
    position: relative;
    left: 0;
    transition: all .4s ease;
    line-height: 100%;
}
nav.main-nav > .menu > li > ul > li > a:hover {
    left: 10px;
    color: rgba(199,199,199,1);
}
nav.main-nav > .menu > li > ul > li > a::before {
    position: absolute;
    left: -18px;
    content: '›';
    opacity: 0;
    transition: all .4s ease;
    font-size: 20px;
    top: 3px;
}
nav.main-nav > .menu > li > ul > li > a:hover::before {
    opacity: 1;
    left: -12px;
}
.fancybox-content {
    background: rgba(0,0,0,.9)
}
.blue.fancybox-content {
    background-color: rgba(14,30,68,1) !important;
}
.green.fancybox-content {
    background-color: rgba(53,58,10,1) !important;
}
.searcharea {
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
    font-family: 'Teko';
    text-transform: capitalize;
    font-size: 18px;
    line-height: 100%;
    color: rgb(255, 255, 255);
    width: 240px;
}
.search-btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
}
#search-logo {
    height: 40px;
}
#searchform li {
    position: relative;
}
#searchform li h5 {
    margin: 10px auto 20px;
}
#search-site {
    max-width: 330px;
}
.menu-text {
    position: fixed;
    top: 40px;
    right: 27px;
    opacity: 1;
    transition: all .4s ease;
}
.menu-text.toggled {
    opacity: .2;
    top: 45px;
}
.language-switcher {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 800;
}
.language-switcher li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.language-switcher li img {
    height: 24px;
}
/*
====================================
  Side Navigation
   ================================= */
.sidenav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    width: 200px;
    z-index: 501;
    /*overflow: hidden;*/
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-family: 'Teko';
}
.sidenav.contract {
    width: 50px;
}
.sidenav.expand {
    width: 200px;
}
.sidenav > ul > li {
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid rgba(241,241,241,1);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    height: 40px;
    transition: all .2s ease;
}
.sidenav > ul > li:last-child {
    border: none;
}
.sidenav.blue > ul > li {
    background-color: rgba(14,30,68,1)
}
.sidenav.green > ul > li {
    background-color: rgba(53,58,10,1);
}
.sidenav.blue > ul > li > ul {
    background-color: rgba(14,30,68,1)
}
.sidenav.green > ul > li > ul {
    background-color: rgba(53,58,10,1);
}
.sidenav a {
    color: #fff;
    display: block;
}
.sidenav > ul > li {
    position: relative;
}
.sidenav > ul > li a {
    padding: 8px 0 0 10px;
}
.sidenav > ul > li svg, .sidenav > ul > li img {
    position: absolute;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
}
.sidenav > ul > li svg {
    font-size: 16px;
}
.sidenav > ul > li img {
    height: 20px;
}
.sidenav > ul > li > ul {
    position: absolute;
    top: 40px;
    width: 100% !important;
    left: 0;
    z-index: 400;
    opacity: 0;
    transition: opacity .4s ease;
    transition-delay: .4s;
}
.sidenav > ul > li:hover > ul {
    opacity: 1;
}
.sidenav > ul > li > ul > li {
    width: 100% !important;
    display: block;
    position: relative !Important;
    border-top: 1px solid #fff;
    height: 40px;
}
.sidenav > ul > li > ul > li a {
    padding: 8px 0 10px 10px !important;
}
.sidenav.contract > ul > li a span {
    opacity: 0;
    position: relative;
}
.sidenav.expand > ul > li a span {
    opacity: 1;
}
.sidenav > ul > li > ul > li img {
    height: 16px !Important;
    right: 11px !important;
}
.sidenav > ul > li > a > span:before {
    content: "›";
    position: relative;
    font-size: 16px;
    opacity: 0;
    left: -10px;
    transition: all .4s ease;
}
.sidenav > ul > li:hover > a > span:before {
    opacity: 1;
    left: -5px;
}
.sidenav > ul > li > ul > li > a > span:before {
    content: "›";
    position: relative;
    font-size: 16px;
    opacity: 0;
    left: -10px;
    transition: all .4s ease;
}
.sidenav > ul > li > ul > li:hover > a > span:before {
    opacity: 1;
    left: -5px;
}
/* ===============================
  Text Animation
   =============================== */
.text-animation {
    position: relative;
    color: transparent;
    visibility: visible;
}
.text-animation.state-1::before {
    width: 0;
}
.text-animation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,1);
    width: 0;
    height: 1.1em;
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}
.white .text-animation::before {
    background: rgba(255,255,255,1);
}
.text-animation.state-2::before {
    width: .6em;
}
.text-animation.state-3 {
    color: inherit;
}
.text-animation.state-3::before {
    display: none;
}
.before {
    width: 1px;
    height: 50px;
    background: rgba(0,0,0,1);
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -58px;
    transition: all .5s ease;
}
.before::before {
    width: 50px;
    height: 1px;
    background: rgba(0,0,0,1);
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 24px;
    transition: all .5s ease;
}
.after {
    width: 35px;
    height: 35px;
    background: rgba(0,0,0,0);
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 50%;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -51px;
    transition: all .5s ease;
}
.section_primary {
    visibility: hidden;
}
.scramble {
    visibility: hidden;
}
/* ===============================
  Animated Logos
   =============================== */
.black1 {
    fill: transparent;
    stroke: transparent;
    stroke-width: 4;
}
.white1 {
    fill: transparent;
    stroke: #fff;
    stroke-width: 4;
}
.logo-animation {
    text-align: center;
    margin: 0 0 20px;
}
.vb-1 {
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
}
#v-blue {
    height: 50px;
    text-align: center;
}
.vb-2 {
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
}
.vb-l {
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
}
#v-white {
    height: 50px;
    text-align: center;
}
#logo-anim {
    height: 80px;
}
/* ===============================
  Buttons
   =============================== */
.black-btn, .ctdb-view-topic{
    position: relative !important;
    background: rgba(241, 241, 241,1);
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid rgba(0,0,0,1);
    padding: 14px 50px;
    font-size: 16px;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 5px;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    transition: background .45s ease;
    font-family: 'Teko';
}
.black-btn::before, .ctdb-view-topic:before {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(255,255,255,1);
    height: 1px;
    right: 10%;
    top: -1px;
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.black-btn::after, .ctdb-view-topic:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(255,255,255,1);
    height: 1px;
    left: 10%;
    bottom: -1px;
    -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.black-btn:hover::before, .ctdb-view-topic:hover::before {
    width: 0;
    right: 80%;
}
.black-btn:hover::after, .ctdb-view-topic:hover::after {
    width: 0;
    left: 80%;
}
.gray-btn {
    position: relative !important;
    ;
    background: rgba(221, 221, 221,1);
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid rgba(0,0,0,1);
    padding: 14px 50px;
    font-size: 16px;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 5px;
    box-shadow: inset 0 0 0 3px rgba(247,247,247,1);
    transition: background .45s ease;
    font-family: 'Teko';
}
.gray-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(247,247,247,1);
    height: 1px;
    right: 10%;
    top: -1px;
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.gray-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(247,247,247,1);
    height: 1px;
    left: 10%;
    bottom: -1px;
    -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.gray-btn:hover::before {
    width: 0;
    right: 80%;
}
.gray-btn:hover::after {
    width: 0;
    left: 80%;
}
.black-btn.bbb:hover, .blue .black-btn:hover, .blue .gray-btn:hover {
    background-color: rgba(14,30,68,1);
    color: rgba(255,255,255,1);
}
.black-btn.ggg:hover, .green .black-btn:hover, .green .gray-btn:hover {
    background-color: rgba(53,58,10,1);
    color: rgba(255,255,255,1);
}
.white-btn {
    position: relative !important;
    ;
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,1);
    padding: 14px 50px;
    font-size: 16px;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 5px;
    box-shadow: inset 0 0 0 3px rgba(0,0,0,1);
    transition: background .45s ease;
    font-family: 'Teko';
}
.white-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(0,0,0,1);
    height: 1px;
    right: 10%;
    top: -1px;
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.white-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(0,0,0,1);
    height: 1px;
    left: 10%;
    bottom: -1px;
    -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.white-btn:hover::before {
    width: 0;
    right: 80%;
}
.white-btn:hover::after {
    width: 0;
    left: 80%;
}
.white-btn.bbb:hover, .blue .white-btn:hover, .gray-btn.bbb:hover {
    background-color: rgba(14,30,68,1);
    color: rgba(255,255,255,1);
}
.white-btn.ggg:hover, .green .white-btn:hover, .gray-btn.ggg:hover {
    background-color: rgba(53,58,10,1);
    color: rgba(255,255,255,1);
}
.button-margin {
    margin: 20px 0 0 !important;
}
.gform_footer {
    text-align: center;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    font-size: 100% !important;
}
.gform_wrapper div.validation_error {
    display: none !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.gform_wrapper .validation_message, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #A6A6A6 !important;
    font-weight: 400 !important;
    letter-spacing: normal;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: rgb(0, 0, 0) !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #A6A6A6 !important;
}
.gform_wrapper textarea {
    border: 1px solid #A6A6A6 !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: 1px solid #A6A6A6 !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin: 0px !important;
}
.wp-block-button__link {
    position: relative !important;
    background: rgba(241, 241, 241,1) !important;
    color: rgba(0,0,0,1) !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 1px solid rgba(0,0,0,1) !important;
    padding: 14px 50px !important;
    font-size: 16px !important;
    display: inline-block !important;
    line-height: 100% !important;
    letter-spacing: 5px !important;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,1) !important;
    transition: background .45s ease;
    font-family: 'Teko';
    border-radius: 0 !important;
}
.wp-block-button__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(255,255,255,1);
    height: 1px;
    right: 10%;
    top: -1px;
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.wp-block-button__link::after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    background: rgba(255,255,255,1);
    height: 1px;
    left: 10%;
    bottom: -1px;
    -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.wp-block-button__link:hover::before {
    width: 0;
    right: 80%;
}
.wp-block-button__link:hover::after {
    width: 0;
    left: 80%;
}
/* ===============================
  Landing Page
   =============================== */
.landing-page #section-1 .landingVideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
}
.landing-page #section-1 .landingVideo .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.landing-page .button-margin a {
    width: 270px;
    margin: 0 5px 10px;
    text-decoration: none !important;
}
.landingVideo {
    position: relative;
    width: 100vw;
    height: 100vh;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 60% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 60% {
 -moz-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
}
.arrow-outer {
    border: 1px solid rgba(255,255,255,1);
    padding: 20px 15px 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px;
    bottom: 50px;
}
.arrow {
    position: absolute;
    left: 9.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(255,255,255,1);
    font-size: 14px;
    top: 30px;
}
.bounce {
    -moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 2.5s infinite;
}
.landing-page .accordion-slider {
    max-width: 1600px !important;
}
.landing-page .gray-bg {
    padding: 5% 0 0 !important;
}
.landing-page .page-loop:nth-child(1) {
    padding: 10% 0 !important;
}
.landing-page .xbutton {
    background-color: rgba(0,0,0,1);
}
/* ===============================
  Main
   =============================== */
.bannerVideo {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 450px;
}
.bannerImage {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 450px;
}
.bannerVideo video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bannerVideo .overlay, .bannerImage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
.bannerVideo .bannerText, .bannerImage .bannerText {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.bannerVideo .bannerText h4 {
    margin: 10px auto 0;
}
.bannerVideo .mejs-controls {
    display: none !important;
    visibility: hidden !important;
}
.banner-button {
    margin: 20px auto 0;
}
section.white-bg {
    background-color: rgba(255,255,255,1);
}
section.gray-bg {
    background-color: rgba(247,247,247,1);
}
section.padded {
    padding: 5% 0;
}
section.padded-less {
    padding: 1% 0 5%;
    margin: -5% 0 0;
}
section.sectionBackground {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}
section.sectionBackground .overlay {
    width: 100%;
    padding: 10% 0;
}
section .copy {
    margin: 20px 0;
}
section .copy ul, .blog-page ul, .job-page ul, section .copy ol, .blog-page ol, .job-page ol {
    margin: 20px 0 20px 20px;
}
section .list {
    display: list-item;
    margin: 15px 0 15px 20px;
    text-align: left;
}
section .list > li, .blog-page ul > li, .job-page ul > li, .blog-page ol > li, .job-page ol > li {
    margin: 0 0 3px;
    position: relative;
}
section .list > li::before, .blog-page ul > li::before, .job-page ul > li::before {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    content: '';
    margin: 0 0 0 -20px;
}
section .columns {
    -webkit-columns: 40px 2; /* Chrome, Safari, Opera */
    -moz-columns: 40px 2; /* Firefox */
    columns: 40px 2;
    margin: 20px auto 0;
    position: relative;
}
section .copy table {
    width: 100%;
    margin: 5% 0;
    table-layout: fixed;
}
section .copy table th:nth-child(1) {
    background-color: transparent !important;
    border-left: none !important;
    width: 40%;
}
.links-th {
    background-color: transparent !important;
    border-bottom: none !important;
}
section .copy table th:nth-child(2) {
    border-left: none !important;
}
.blue section .copy table td {
    border: 1px solid rgba(14,30,68,1);
}
.blue section .copy table th {
    background-color: rgba(14,30,68,1);
    color: rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,0) !important;
    border-top: 1px solid rgba(255,255,255,0);
    line-height: 110%;
    padding: 5px 0;
}
.green section .copy table td {
    border: 1px solid rgba(53,58,10,1);
}
.green section .copy table th {
    background-color: rgba(53,58,10,1);
    color: rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,0) !important;
    border-top: 1px solid rgba(255,255,255,0);
    line-height: 110%;
    padding: 5px 0;
}
section .copy table th a {
    color: rgba(255,255,255,1);
    text-decoration: none !important;
}
section .copy table td {
    padding: 2px 8px;
    text-align: center;
    line-height: 120%;
}
section .copy table tr td:nth-child(1) {
    text-align: left;
}
.blue section .list > li:before, .blue .blog-page ul > li:before, .blue .job-page ul > li:before {
    background-color: rgba(14,30,68,.5)
}
.green section .list > li:before, .green .blog-page ul > li:before, .green .job-page ul > li:before {
    background-color: rgba(53,58,10,.5);
}
.job-loop {
    margin: 5% auto;
}
.job-loop > a {
    text-decoration: none !important;
}
.job-loop > a > li {
    display: block;
    vertical-align: top;
    margin: 0 0 10px;
    border: 1px solid #000;
}
.blue .job-loop > a > li {
    border: 1px solid rgba(14,30,68,.5)
}
.green .job-loop > a > li {
    border: 1px solid rgba(53,58,10,.5);
}
.job-body {
    margin: 0 !important;
}
.job-body li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 120%;
}
.job-body li:nth-child(1) {
    width: 15%;
}
.job-body li:nth-child(1) .job-logo {
    width: 100%;
    height: 50px;
}
.blue .job-body li:nth-child(1) .job-logo {
    background-color: rgba(14,30,68,1);
}
.green .job-body li:nth-child(1) .job-logo {
    background-color: rgba(53,58,10,1);
}
.job-body li:nth-child(1) .job-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80% !important;
}
.job-body li:nth-child(2) {
    padding: 2% 3%;
    width: 58%;
    border-right: 1px solid #000;
}
.job-body li:nth-child(3) {
    padding: 2% 3%;
    width: 25%;
    text-align: right;
    font-size: 16px;
}
.blue .team-member-wrap h3 {
    color: rgba(14,30,68,1);
}
.blue .team-member-loop .color-box {
    background-color: rgba(14,30,68,1);
}
.green .team-member-wrap h3 {
    color: rgba(53,58,10,1);
}
.green .team-member-loop .color-box {
    background-color: rgba(53,58,10,1);
}
.team-member-loop .color-box {
    position: absolute;
    left: -10px;
    width: 10px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.team-member-loop li {
    width: 260px;
    margin: 0 2% 4%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    position: relative;
}
.team-li-wrap {
    background-color: rgba(255,255,255,1);
    padding: 30px 0;
}
.team-member-loop-image {
    width: 180px;
    padding: 110px 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 auto 15px;
}
.team-member-wrap {
    width: 180px;
    margin: 0 auto;
}
.team-member-wrap h3 {
    line-height: 100%;
}
.team-member-wrap .title {
    line-height: 100%;
    letter-spacing: 1px;
    font-size: 16px;
}
.bio-popup {
    max-width: 800px;
    width: 90%;
    margin: 0 5%;
}
/* =================================
  SLIDER
   ================================= */
.play-button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.playpause {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: 0;
    cursor: pointer;
}
.bg, .xbutton {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
    transition: opacity .3s ease;
}
.bg {
    animation: pulse 2.2s ease infinite;
    background: rgba(255,255,255,1);
}
.xbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: none;
    background-size: 18px;
    outline: none;
    transition: all .4s ease;
}
.green .xbutton {
    background: rgba(53, 58, 10,1);
}
.green .xbutton:hover {
    background: rgba(53, 58, 10,.6);
}
.blue .xbutton {
    background: rgba(14,30,68,1)
}
.blue .xbutton:hover {
    background: rgba(14,30,68,.6)
}
.xbutton a {
    position: absolute;
    color: #FFF;
    text-decoration: none !important;
}
.xbutton svg {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}
@keyframes pulse {
 0% {
 transform: scale(1, 1);
 opacity: 0.2;
}
 50% {
 opacity: 0.3;
}
 100% {
 transform: scale(1.5);
 opacity: 0;
}
}
.accordion-slider {
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    margin: 0 auto 20px !important;
    width: 100%;
    max-width: 1000px;
    font-size: 0;
    background: rgba(0,0,0,1);
    position: relative;
}
.accordion-slider .box {
    display: block;
    width: 50%;
    font-size: 20px;
    padding: 26% 0;
    position: relative;
    float: left;
    overflow: hidden;
}
.accordion-slider .play-slide {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-slider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    transition: all .3s ease;
}
.accordion-slider-title {
    color: #fff;
    opacity: 0;
    letter-spacing: 1px;
    margin-top: 0;
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px rgb(0, 0, 0, 1);
}
.accordion-slider-content {
    opacity: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 120%;
    text-shadow: 0 0 10px rgb(0, 0, 0, 1);
}
.accordion-slider .box .box-image {
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transform: scale(1.00);
}
.accordion-slider .box:hover .box-image {
    transform: scale(1.05);
}
.accordion-slider .box:hover .overlay {
    background-color: rgba(0,0,0,.5);
}
.accordion-slider .box .white-btn {
    text-shadow: none !important;
}
/* =================================
  TESTIMONIAL
   ================================= */
.blue .testimonial-wrap {
    background: rgb(14,30,68);
    background: -moz-linear-gradient(45deg, rgba(14,30,68,1) 0%, rgba(14,30,68,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(14,30,68,1) 0%, rgba(14,30,68,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
    background: linear-gradient(45deg, rgba(14,30,68,1) 0%, rgba(14,30,68,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1e44', endColorstr='#f7f7f7', GradientType=1 );
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-top: 1vw solid rgb(255, 255, 255);
    border-bottom: 1vw solid rgb(255, 255, 255);
}
.green .testimonial-wrap {
    background: rgb(53,58,10);
    background: -moz-linear-gradient(45deg, rgba(53,58,10,1) 0%, rgba(53,58,10,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(53,58,10,1) 0%, rgba(53,58,10,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
    background: linear-gradient(45deg, rgba(53,58,10,1) 0%, rgba(53,58,10,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353a0a', endColorstr='#f7f7f7', GradientType=1 );
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-top: 1vw solid rgb(255, 255, 255);
    border-bottom: 1vw solid rgb(255, 255, 255);
}
.testimonial-bg {
    padding: 5% 8% 5% 42%;
}
.testimonial-data {
    position: absolute;
    left: 5%;
    bottom: 30px;
    width: 25%;
}
.testimonial-data img {
    max-height: 80px !important;
    max-width: 160px !important;
}
.written-content {
    position: relative;
    width: 90%;
}
.blue .written-content .fa-quote-left, .blue .written-content .fa-quote-right {
    color: rgb(14,30,68);
}
.green .written-content .fa-quote-left, .green .written-content .fa-quote-right {
    color: rgb(53,58,10);
}
.written-content .fa-quote-left {
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 30px;
}
.written-content .fa-quote-right {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 30px;
}
.youtube-wrap {
    max-width: 600px;
}
.youtube-video {
    position: relative;
    background-color: #c7c7c7;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    margin: 0 auto;
    width: 100%;
    padding: 30% 0;
    overflow: hidden;
}
.youtube-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
    transition: all 3s ease;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.youtube-video-bg:hover {
    transform: scale(1.05);
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
}
/* =================================
  PAGE CONTENT
   ================================= */
.event-loop {
    padding: 5% 0 0;
}
.event-loop li {
    display: block;
    vertical-align: top;
    border-top: 1px solid #a6a6a6;
    padding: 5%;
}
.event-loop li .copy {
    margin: 10px 0 20px;
}
.event-loop li img {
    max-height: 100px !important;
    max-width: 200px !important;
}
#counter li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 3% 2% 3%;
}
.blue #counter .fa-primary, .blue #counter h4 {
    fill: rgba(14,30,68,1);
    color: rgba(14,30,68,1);
}
.green #counter .fa-primary, .green #counter h4 {
    fill: rgba(53,58,10,1);
    color: rgba(53,58,10,1);
}
.search-results li {
    padding: 2%;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin: 0 0 2%;
    position: relative;
}
.green .search-results li {
    border-left: 30px solid rgba(53,58,10,1);
}
.green .search-results li h3 {
    color: rgba(53,58,10,1);
}
.green .no-image {
    background-color: rgba(53,58,10,1);
}
.blue .search-results li {
    border-left: 30px solid rgba(14,30,68,1);
}
.blue .search-results li h3 {
    color: rgba(14,30,68,1);
}
.blue .no-image {
    background-color: rgba(14,30,68,1);
}
.featured-image-inner img {
    width: 80% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 130px !important;
}
.post-type {
    font-size: 13px;
    letter-spacing: 4px;
    color: #fff;
    position: absolute;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    left: -25px;
    bottom: -9px;
}
.featured-image {
    width: 25%;
    padding: 10% 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.featured-image .featured-image-inner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.search-content {
    float: left;
    width: 65%;
    margin: 0 0 0 5%;
}
.search-content h3 {
    margin: 0 0 10px;
}
.search-content p {
    line-height: 120%;
}
.bottom-pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 34px;
}
.blog-page .left-page {
    width: 65%;
    padding: 0 5% 0 0;
}
.blog-page .left-page a {
    text-decoration: underline;
}
.blog-page .left-page h1, .blog-page .left-page h2, .blog-page .left-page h3, .blog-page .left-page h4, .blog-page .left-page h5, .blog-page .left-page h6 {
    margin: 0 0 15px;
}
.blog-page .right-page {
    width: 35%;
    padding: 3% 3% 0 3%;
    background-color: rgba(247,247,247,1);
}
.additional-post {
    border: 1px solid rgba(225,225,225,1);
    padding: 10px;
    margin: 15px 0 0;
    background-color: rgba(225,225,225,0);
    transition: all .4s ease;
}
.additional-post:hover {
    background-color: rgba(225,225,225,1);
}
.additional-posts-inner {
    width: 100%;
    padding: 15% 0;
    background-size: cover;
    bckground-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(14,30,68,1);
    display: block;
    position: relative;
}
.additional-posts-inner img {
    max-height: 30px !important;
    max-width: 100px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.additional-posts-bottom {
    width: 100%;
    line-height: 120%;
    font-size: 18px;
    margin: 10px 0 0;
}
.additional-posts-bottom a {
    transition: all .4s ease;
    text-decoration: none !important;
}
.additional-posts-bottom a:hover {
    color: rgba(14,30,68,1);
}
.ginput_container_consent input {
    margin: 0 5px 0 0 !important;
    position: relative;
    top: -3px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #A6A6A6 !important;
    background: transparent;
    background-image: none;
    font-family: 'Teko';
    position: relative;
    padding: 5px 4px !important;
    cursor: pointer;
}
select::-ms-expand {
 display: none;
}
.form-group label {
	text-transform: capitalize;
}
.form-group input {
	  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #A6A6A6;
    background: transparent;
    background-image: none;
    position: relative;
    padding: 5px 4px !important;
    cursor: pointer;
}
.ginput_container_select {
    position: relative;
}
.ginput_container_select::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
::-webkit-input-placeholder {
 opacity: 1;
}
::-moz-placeholder {
 opacity: 1;
}
:-ms-input-placeholder {
 opacity: 1;
}
:-moz-placeholder {
 opacity: 1;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
.gfield_checkbox li input {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
}
.gform_wrapper .gfield_required {
    color: rgb(0, 0, 0) !important;
}
.sign-up .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.sign-up div.ginput_container {
    margin-top: 0 !important;
}
.join {
    margin: 35px 0 0;
}
.sign-up .gfield_html {
    font-size: 16px;
    line-height: 120%;
}
.directory-loop {
    margin: 35px 0 0;
}
.directory-loop li {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 20px;
}
.directory-loop li h4 {
    margin: 0 0 10px;
}
.slider-shortcode {
    margin: 5% 0 0;
}
.gform_body li {
    list-item-style: none !important;
}
.searchboxtext {
    border: 1px solid #a6a6a6;
    font-family: inherit;
    padding: 2px 4px;
    width: 180px;
    background-color: rgba(247,247,247,1);
}
.searchboxbutton {
    margin: 30px auto 0;
}
.news-filter {
    margin: -5% auto;
}
.news-filter .checkbox {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.news-filter .checkbox label:hover, .gform_body label {
    background-color: transparent !important;
}
.news-filter .checkbox input {
    position: relative;
    top: -3px;
    margin: 0 10px 0 0
}
.news-filter h4 {
    margin: 0 0 5px;
}
.news-filter .sepline {
    background-color: #a6a6a6;
    width: 100px;
    height: 1px;
    margin: 20px auto;
}
.news-wrap {
    margin: -5% 0;
}
.docs-loop ul {
    border-bottom: 1px solid rgba(225,225,225,1);
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.docs-loop li {
    vertical-align: middle;
    display: inline-block;
}
.docs-loop li:first-child {
    width: 79%;
}
.docs-loop li:last-child {
    width: 20%;
    min-width: 100px;
}
.docs-loop li p {
    margin: 0;
    line-height: 100%;
    color: rgba(14,30,68,.5);
}
.investor-hub-logos {
    margin: 40px 0 0;
}
.investor-hub-logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 10px;
}
.investor-hub-logos li img {
    max-height: 50px !important;
}
.quarterly-group {
    width: 100%;
    margin: 5% auto;
}
.quarterly-group label {
    position: relative;
    font-size: 20px;
    background-color: rgba(14,30,68,.5);
    line-height: 100%;
    padding: 12px 2vw 9px;
    color: rgba(255,255,255,1);
    transition: all .4s ease;
    margin: .5px;
}
.quarterly-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.quarterly-group input[type="radio"]:checked+label, label:hover {
    background-color: rgba(14,30,68,1);
}
.quarterly-group br {
    display: none;
}
.form-fields {
    background-color: rgba(255,255,255,1);
    padding: 5%;
    margin: 20px;
}
.bg-404 {
    height: 80px;
    width: 100%;
    background-color: rgba(14,30,68,1);
    margin: 0 0 5%;
}
.body-404 {
    margin: 10% 0;
}
.looped-content a, .left-page .copy a {
    text-decoration: underline;
}
.portal-page #portal-banner {
    position: relative;
}
.ctdb-profile-wrapper img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.discussion-link {
    position: absolute;
    bottom: -34px;
}
.discussion-link a {
    background-color: rgba(0,0,0,1);
    border-left: 1px solid rgba(0,0,0,1);
    border-right: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,1);
    border-top: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
    padding: 5px 30px;
    border-radius: 0 0 5px 0;
    transition: all .4s ease;
	margin: 0 2px 0 0;
}
.discussion-link a:hover {
    background-color: rgba(0,0,0,.2) !important;
    color: rgba(0,0,0,1) !important;
}
.discussion-board-link {
    position: absolute;
	bottom: -34px;
}
.discussion-board-link a {
    background-color: rgba(0,0,0,1);
    border-left: 1px solid rgba(0,0,0,1);
    border-right: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,1);
    border-top: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
    padding: 5px 30px;
    border-radius: 0 0 5px 0;
    transition: all .4s ease;
}
.discussion-board-link a:hover {
    background-color: rgba(0,0,0,.2) !important;
    color: rgba(53,58,10,1) !important;
}
.portal-search input {
    padding: 6px 10px 6px 20px;

font-family: 'Teko';

font-size: 16px;

letter-spacing: 2px;

background: rgba(255,255,255,1);

border: 2px solid #f1f1f1;

margin: 3px 5px 0 0 !important;
}
.asset-categories {
	margin: 10px auto;
}
.asset-categories .radio:last-child {
    margin: 0;
}
.radio {
    position: relative;
    display: inline;
    border: 1px solid rgba(0,0,0,.2);
    margin: 0 10px 0 0;
}
.form-submit input {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    transition: all .4s ease;
}
.form-submit input:hover {
    background-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,1);
}
.green .radio label {
    background: rgba(0,0,0,0);
}
.radio label {
    position: relative;
    margin: 0;
    color: rgba(0,0,0,1);
    transition: all .4s ease;
    padding: 5px 10px;
    font-weight: 700;
}
.radio label input {
    display: none;
}
.radio label:hover {
    background-color: rgba(0,0,0,.2) !important;
    color: rgba(0,0,0,1) !important;
}
.clicked {
    background: rgba(0,0,0,.9) !important;
    color: rgba(255,255,255,1) !important;
}
.portal-search {
    margin: 0 0 25px;
}
.board-title {
    text-align: center;
}
.board-title a {
    text-decoration: none !Important;
}
.portal-assets-loop {
    margin: 15px 0 0 !important;
}
.portal-assets-loop > li {
    display: block;
}
.portal-assets-loop > li > ul {
    border: 1px solid rgba(0,0,0,.2);
    margin: 0 0 5px!important;
}
.portal-assets-loop > li > ul > li:first-child {
    width: 66.6666%;
    padding: 8px 2%;
    font-weight: 700;
}
.portal-assets-loop > li > ul > li:last-child {
    width: 33.3333%;
    text-align: right;
    padding: 4px 3px 0 2%;
}
.asset-download {
    background-color: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 0 5px;
    padding: 7px 20px;
    transition: all .4s ease;
    text-decoration: none !important;
    position: relative;
    top: 4px;
}
.asset-download:hover {
    background-color: rgba(0,0,0,.2) !important;
    color: rgba(0,0,0,1);
}
.portal-assets-pagination li {
    font-size: 26px;
    margin: 0 5px;
	display: inline-block;
}
.ctdb-board-description {
    display: none;
}
#ctdb_registration_form br, #ctdb_login_form br {
    display: none;
}
.ctdb-check-humanity-wrapper label {
    display: block !important;
}
.ctdb-check-humanity-wrapper input {
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
}
.ctdb-login-form-wrapper {
    max-width: 400px;
    margin: 5% auto;
}
.ctdb-login-form-wrapper, #ctdb_registration_form input, #ctdb-login-wrap, #ctdb-login-wrap input, .submit {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
#ctdb_registration_form input, #ctdb_login_form input, .submit {
    width: 100%;
    padding: 8px 2%;
}
.ctdb-author-page-header {
    background-color: rgba(0,0,0,1);
}
.ctdb-profile-wrapper {
    max-width: 1000px;
    margin: 15% auto 5%;
    border: 1px solid rgba(0,0,0,.2);
    padding: 5%;
	background-color: rgba(255,255,255,1);
}
.ctdb-page-title {
    display: none;
}
.ctdb-profile-details {
    width: 100%;
}
.ctdb-profile-details tr {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.ctdb-profile-details th, .ctdb-profile-details td {
    padding: 5px;
}
.ctdb-profile-tabs li {
    padding: 5px;
}
.ctdb-profile-tabs li.active-tab {
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,1);
}
.ctdb-board-topics-link .ctdb-board-topics-link-inner:nth-child(1) {
    display: none;
}
.ctdb-profile-avatar, .ctdb-info-avatar {
    display: none;
}
.single-discussion {
    width: 100%;
    margin: 0;
}
.entry-content, .comment-respond, .comment-body {
    margin: 5% auto 5%;
    max-width: 1000px;
    padding: 0 5%;
    width: 90%;
	border-bottom: 2px solid rgb(241, 241, 241);
	
}
.quarterly-group input[type="radio"]:checked + label, label:hover {

    background-color: transparent !important;

}
.ctdb-info-cell {
    text-align: left !important;
}
.ctdb-info-cell p {
    margin: 0;
}
#ctdb-optout-checkbox {
    margin: 0 15px 0 0;
    position: relative;
    top: -2px;
}
.post-navigation {
    display: none;
}
#topic_title {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 10px;
    margin: 0 0 10px;
}
#topic_content {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 10px 0;
    height: 120px;
}
#submit_topic {
    background-color: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 7px 20px;
    transition: all .4s ease;
    text-decoration: none !important;
    position: relative;
}
#new-topic textarea {
    margin: 0 !important;
}
#wp-topic_content-editor-tools {
    margin: 10px 0;
}
.ctdb-content-area {
    background-color: rgba(255,255,255,1);
    padding: 0 0 10%;
}
.ctdb-content-area img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto;
	height: auto;
}
.entry-title {
	display: none;
}
.comment-body {
    margin: 0 auto 10px;
    max-width: 880px;
    padding: 20px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
}
.comment-reply-link {
    background-color: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 7px 20px;
    transition: all .4s ease;
    text-decoration: none !important;
    position: relative;
}
#ctdb-new-topic .js-wpv-fields-and-views-in-toolbar, #wp-comment-media-buttons .js-wpv-fields-and-views-in-toolbar {
    display: none;
}
.ctdb-profile-tab-content {
    margin: 15px 0;
}
.ctdb-profile-tab-content li {
    padding: 5px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.ctdb-profile-tab-content li p {
    margin: 0;
}
.ctdb-profile-tab-content li a, .ctdb-topic-table a {
    font-weight: 700;
}
.profile-edit-button {

    padding: 5px;
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,1);
    display: block;
    margin: 5px 0;
    width: 140px;
    text-align: center;

}
.avatar {
	height: 50px !important;
	width: 50px !important;
	display: block;
	border-radius: 50%;
}
.js-cred-in-toolbar {
	display: none !important;
}
.biography {
	padding: 5px;
	margin: 0 0 5px;
}
#new_topic_board {
	display: none;
}
.entry-content a {
	text-decoration: underline;
	font-weight: 600;
}
.cat-archive {
	padding: 10% 0;
	background-color: rgba(255,255,255,1);
}
.search-topics {

    padding: 6px 10px 6px 20px;
    font-family: 'Teko';
    font-size: 16px;
    letter-spacing: 2px;
    background: rgba(255,255,255,1);
    border: 2px solid rgb(241, 241, 241);
    margin: 3px 5px 0 0 !important;

}
.discussion-table {
	border: 2px solid rgb(241, 241, 241);
}
.discussion-table .table-head {
	background-color: rgb(241, 241, 241) !important;
	font-family: 'Teko';
    font-size: 16px;
    letter-spacing: 2px;
	padding: 6px;
}
.discussion-table td {
	padding: 10px !important;
	border: 1px solid rgb(241, 241, 241);
}
.discussion-table-posted-by {
	font-size: 12px;
	margin: 2px 0 0;
}
.discussion-table a {
	font-weight: 600;
}
.discussion-board-pagination {
	font-size: 30px;	
	text-align: center;
}
.discussion-board-pagination li {
	display: inline-block;
	margin: 0 8px;
}
.ctdb-info-meta-wrap {
	display: none;
}
.ctdb-view-topic {
    display: block;
    margin: 0 auto;
    width: 210px;

}
.archives-loop > li {
	margin: 0 auto 5%;
	border: 2px solid rgb(241, 241, 241);
	padding: 5%;
}
.archives-loop > li .ctdb-field-cols-3 {
	display: none;
}
.author-link, .vcard a {
	text-decoration: underline;
	font-weight: 600;
}
.discussion-excerpt {
	margin: 20px auto;
}
.comment-edit-link, .logged-in-as {
	display: none;
}
ul.ctdb-categories li {
    float: none !important;
    display: inline;
}
#ctdb-follow-checkbox {

    position: relative;
    top: -2px;
    margin: 0 10px 0 0;

}
#new_topic_category, #new_topic_tags {
	padding: 5px !important;
	border: 1px solid rgb(241, 241, 241);
	margin: 0 0 5px !important;
	font-size: 14px;
}
.ctdb-span-3 .dashicons {
    position: relative;
    top: 3px;

}
#reply-title {
	margin: 0 0 10px;
}
.user-img {
  max-width: 50px !important;
  max-height: 50px !important;
}
.profile-img {
  max-width: 100px !important;
  max-height: 100px !important;
}
.ctdb-profile-wrapper .banner {
	display: none;
}
.g-recaptcha {
	margin: 10px 0;
}
.form-group {
    position: relative;
}
.form-group label, #loginform label {

    margin: 10px 0 0;
    display: block;

}
.wpt-credfile-upload-file {
	border: none !important;
}
.button-primary, .btn-primary {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	padding: 10px 5px;
	text-transform: uppercase;
	width: 100%;
}
#loginform {
	max-width: 400px;
	margin: 0 auto;
}
#user_login, #user_pass {
	width: 100%;
	padding: 4px 5px;
}
.cred-user-form {
	max-width: 600px;
	margin: 0 auto;
}
.user-table {
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	font-size: 12px;
	table-layout: inherit !important;
}
.user-table th {
	background: rgba(0,0,0,.6) !important;
	color: rgba(255,255,255,1);
	padding: 5px;
	vertical-align: middle;
}
.user-table td {

    border: 1px solid rgba(0,0,0,.2);
    padding: 5px !important;
    vertical-align: middle;

}
.user-table th:first-child, .user-table td:first-child {
	width: 0 !important;
	padding: 0 !Important;
}
.user-table .button-primary, .btn-primary {
	font-size: 12px;padding: 5px !important;
}
.discussion-back {
	position: relative;
	top: 5px;
}
.discussion-back a {

    background-color: rgba(0,0,0,1);
    border-left: 1px solid rgba(0,0,0,1);
    border-right: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,1);
    border-top: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
    padding: 5px 30px;
    border-radius: 0 0 5px 0;
    transition: all .4s ease;

}
.discussion-back a:hover {

    background-color: rgba(0,0,0,.2) !important;
    color: rgba(53,58,10,1) !important;

}
.author-back-btn {
	position: fixed;
	top: 80px;
	left: 0;
}
.author-back-btn a {

    background-color: rgba(0,0,0,1);
    border-left: 1px solid rgba(0,0,0,1);
    border-right: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,1);
    border-top: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
    padding: 5px 30px;
    border-radius: 0 0 5px 0;
    transition: all .4s ease;

}
.author-back-btn a:hover {

    background-color: rgba(0,0,0,.2) !important;
    color: rgba(53,58,10,1) !important;

}
/* =================================
  FOOTER
   ================================= */
footer {
    position: relative;
    text-align: center;
    padding: 5%;
    color: rgba(255,255,255,1);
    font-family: 'Teko';
}
#footer-logo {
    height: 50px;
    margin: 0 0 10px;
}
footer a {
    color: rgba(255,255,255,1);
}
footer.blue {
    background-color: rgba(14,30,68,1)
}
footer.green {
    background-color: rgba(53,58,10,1);
}
footer .footer-logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
footer .footer-logos li img {
    width: 160px;
}
footer .social-media li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 27px;
    position: relative;
}
footer .social-media li a {
    display: block;
}
footer .social-media li a span {
    position: absolute;
    height: 20px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.3);
    transition: all .4s ease;
}
footer .social-media li a:hover span {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,.7);
}
footer .social-media li a span svg {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,1);
}
#copyright {
    font-size: 14px;
    letter-spacing: 5px;
    margin: 27px auto 0;
}
#copyright span {
    padding: 0 10px
}
.ultra {
    margin: 15px 0 0;
}
#ultra-logo {
    height: 30px;
}
footer .menu li {
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: capitalize;
}
footer .menu li:after {
    content: "|";
    position: relative;
    margin: 0 0 0 10px;
}
footer .menu li:last-child:after {
    content: "";
}
footer.landing {
	background-color: rgba(0,0,0,1);
}
/* =================================
  Responsive Styles
   ================================= */
@media only screen and (max-width : 1250px) {
h1 {
    font-size: 42px;
    letter-spacing: 1px;
}
h2 {
    font-size: 34px;
    letter-spacing: 1.5px;
}
h3 {
    font-size: 26px;
    letter-spacing: 2px;
}
h4 {
    font-size: 20px;
    letter-spacing: 2px;
}
h5 {
    font-size: 18px;
    letter-spacing: 2px;
}
.bannerVideo, .bannerImage {
    height: 400px;
}
}

@media only screen and (max-width : 1000px) {
h1 {
    font-size: 38px;
    letter-spacing: 2px;
}
h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
}
h3 {
    font-size: 22px;
    letter-spacing: 1.5px;
}
h4 {
    font-size: 20px;
    letter-spacing: 1.5px;
}
h5 {
    font-size: 18px;
    letter-spacing: 1.5px;
}
#header-logo, .header-logo {
    height: 35px;
    top: 17px;
}
#footer-logo {
    height: 40px;
}
#search-logo {
    height: 35px;
}
footer .footer-logos li img {
    width: 150px;
}
#ultra-logo {
    height: 24px;
}
.testimonial-data img {
    max-height: 70px !important;
    max-width: 140px !important;
}
.bg, .xbutton {
    width: 48px;
    height: 48px;
}
nav.main-nav > .menu > li a::before {
    top: -30px;
    letter-spacing: 0.4vw;
}
nav.main-nav > .menu > li > a {
    font-size: 22px;
    letter-spacing: 1px;
}
nav.main-nav > .menu > li > ul > li {
    margin: 0 0 15px;
    line-height: 120%;
}
.bannerVideo, .bannerImage {
    height: 400px;
}
.black-btn, .gray-btn, .white-btn {
    padding: 12px 40px;
    font-size: 15px;
    letter-spacing: 4px;
}
.written-content .fa-quote-left {
    left: -40px;
    font-size: 26px;
}
.written-content .fa-quote-right {
    right: -35px;
    font-size: 26px;
}
.post-type {
    font-size: 16px;
    letter-spacing: 4px;
    left: -27px;
}
.additional-posts-inner img {
    max-height: 25px !important;
    max-width: 80px !important;
}
.additional-posts-bottom {
    font-size: 17px;
}
section .columns {
    -webkit-columns: 0px 1; /* Chrome, Safari, Opera */
    -moz-columns: 0px 1; /* Firefox */
    columns: 0px 1;
}
}

@media only screen and (max-width : 850px) {
.desktop {
    display: none;
}
.tablet {
    display: block;
}
.mobile-banner {
    display: block;
}
body {
    line-height: 1.5;
}
h1 {
    font-size: 34px;
    letter-spacing: 2px;
}
h2 {
    font-size: 26px;
    letter-spacing: 1.5px;
}
h3 {
    font-size: 22px;
    letter-spacing: 1px;
}
h4 {
    font-size: 20px;
    letter-spacing: 1px;
}
h5 {
    font-size: 18px;
    letter-spacing: 1px;
}
header.tablet .inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.8)
}
header.tablet #header-logo {
    height: 40px;
    margin: 15px auto 8px;
}
.bannerVideo, .bannerImage {
    height: 350px;
}
.written-content .fa-quote-left {
    font-size: 24px;
}
.written-content .fa-quote-right {
    font-size: 24px;
}
.testimonial-data img {
    max-height: 60px !important;
    max-width: 120px !important;
}
nav.main-nav > .menu > li > a {
    font-size: 20px;
}
nav.main-nav > .menu > li > ul > li > a {
    letter-spacing: 1.5px;
}
#footer-logo {
    height: 35px;
}
.accordion-slider-title {
    top: 75%;
}
.testimonial-data {
    bottom: 20px;
    width: 20%;
}
.job-body li:nth-child(1) {
    width: 25%;
}
.job-body li:nth-child(2) {
    width: 74%;
    border-right: none;
}
.job-body li:nth-child(3) {
    width: 93%;
    text-align: left;
}
.fancybox-content iframe {
    width: 500px !important;
    height: 300px !important;
}
}

@media only screen and (max-width : 650px) {
h1 {
    font-size: 30px;
    letter-spacing: 1.5px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
nav.main-nav > .menu > li > a {
    font-size: 20px;
    text-decoration: underline;
}
nav.main-nav > .menu > li > ul > li {
    margin: 0 0 10px;
    line-height: 120%;
}
nav.main-nav > .menu > li > ul > li > a {
    letter-spacing: 1px;
    font-size: 20px;
}
section .copy {
    margin: 15px 0;
}
.bannerVideo, .bannerImage {
    height: 300px;
}
.black-btn, .gray-btn, .white-btn {
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 3px;
}
.bg, .xbutton {
    width: 45px;
    height: 45px;
}
footer .footer-logos li img {
    width: 130px;
}
section .list > li::before, .blog-page ul > li::before, .job-page ul > li::before {
    height: 6px;
    width: 6px;
    top: 8px;
    margin: 0 0 0 -15px;
}
section .copy ul, .blog-page ul, .job-page ul, section .copy ol, .blog-page ol, .job-page ol {
    margin: 15px 0 15px 15px;
}
.blue .testimonial-wrap {
    background: -moz-linear-gradient(45deg, rgba(14,30,68,1) 0%, rgba(14,30,68,1) 10%, rgba(247,247,247,1) 10%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(14,30,68,1) 0%, rgba(14,30,68,1) 10%, rgba(247,247,247,1) 10%, rgba(247,247,247,1) 100%);
    background: linear-gradient(45deg, rgba(14,30,68,1) 0%, rgba(14,30,68,1) 10%, rgba(247,247,247,1) 10%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1e44', endColorstr='#f7f7f7', GradientType=1 );
}
.green .testimonial-wrap {
    background: -moz-linear-gradient(45deg, rgba(53,58,10,1) 0%, rgba(53,58,10,1) 10%, rgba(247,247,247,1) 10%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(53,58,10,1) 0%, rgba(53,58,10,1) 10%, rgba(247,247,247,1) 10%, rgba(247,247,247,1) 100%);
    background: linear-gradient(45deg, rgba(53,58,10,1) 0%, rgba(53,58,10,1) 10%, rgba(247,247,247,1) 10%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353a0a', endColorstr='#f7f7f7', GradientType=1 );
}
.testimonial-bg {
    padding: 3% 8% 0 20%;
    text-align: right;
}
.testimonial-data {
    bottom: inherit;
    width: 93%;
    position: relative;
    padding: 3% 7% 0;
    text-align: right;
}
.testimonial-data h4, .testimonial-data h5 {
    color: rgba(0,0,0,1);
}
.written-content .fa-quote-left {
    font-size: 20px;
    left: -30px;
}
.written-content .fa-quote-right {
    font-size: 20px;
}
.accordion-slider .box {
    padding: 34% 0;
}
.featured-image {
    width: 50%;
    padding: 15% 0;
    float: none;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}
.search-content {
    float: none;
    width: 100%;
    margin: 0;
    line-height: 120%;
}
.search-content h3 {
    margin: 0 0 10px;
}
.blog-page .left-page {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
}
.blog-page .right-page {
    width: 100%;
    padding: 3%;
}
}

@media only screen and (max-width : 600px) {
.mobile {
    display: block;
}
body {
    font-size: 15px;
}
h1 {
    font-size: 26px;
    letter-spacing: 1px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}
.sidenav {
    width: 150px;
    top: 80%;
}
.sidenav.expand {
    width: 150px;
}
.sidenav > ul > li {
    letter-spacing: 2px;
    height: 35px;
}
.sidenav > ul > li > a {
    padding: 12px 0 12px 0px;
}
.sidenav.expand > ul > li > a {
    letter-spacing: 2px;
}
.sidenav > ul > li > ul > li {
    font-size: 15px;
}
.bannerVideo, .bannerImage {
    height: 250px;
}
header {
    height: 62px;
}
#header-logo, .header-logo {
    height: 30px;
    top: 15px;
}
header .menu > li > a {
    font-size: 18px;
}
header .search-button {
    top: 20px;
    right: 69px;
    padding: 0 15px 0 0;
}
header .menu {
    right: 115px;
    top: 18px;
}
div.screen header a.target-burger {
    top: 29px;
}
nav.main-nav > .menu > li a::before {
    display: none;
}
nav.main-nav > .menu > li > ul {
    margin: 0;
    width: 100%;
}
nav.main-nav > .menu > li > ul > li {
    display: inline-block;
    width: 100%;
    margin: 10px 5% 0 0;
}
nav.main-nav > .menu {
    flex-direction: inherit;
    position: fixed;
    min-height: 100%;
    height: inherit;
    width: 100%;
    padding: 70px 10% 0;
    display: block;
    overflow: scroll;
}
nav.main-nav > .menu > li {
    flex-grow: inherit;
    display: block;
    justify-content: inherit;
    flex-direction: inherit;
    box-sizing: border-box;
    padding: 15px 0 15px;
    width: 100%;
    position: relative;
    top: inherit;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
nav.main-nav > .menu > li:last-child {
    margin: 0 0 50px;
}
nav.main-nav.blue > .menu.stagger {
    background-color: rgba(14,30,68,1);
}
nav.main-nav.green > .menu.stagger {
    background-color: rgba(53,58,10,1);
}
nav.main-nav.green > .menu.stagger > li:nth-child(1) {
    background-image: none;
}
nav.main-nav.green > .menu.stagger > li:nth-child(2) {
    background-image: none;
}
nav.main-nav.green > .menu.stagger > li:nth-child(3) {
    background-image: none;
}
nav.main-nav.green > .menu.stagger > li:nth-child(4) {
    background-image: none;
}
nav.main-nav.green > .menu.stagger > li:nth-child(5) {
    background-image: none;
}
nav.main-nav.blue > .menu.stagger > li:nth-child(1) {
    background-image: none;
}
nav.main-nav.blue > .menu.stagger > li:nth-child(2) {
    background-image: none;
}
nav.main-nav.blue > .menu.stagger > li:nth-child(3) {
    background-image: none;
}
nav.main-nav.blue > .menu.stagger > li:nth-child(4) {
    background-image: none;
}
nav.main-nav.blue > .menu.stagger > li:nth-child(5) {
    background-image: none;
}
.accordion-slider-title, .accordion-slider-content {
    opacity: 1;
}
.accordion-slider .overlay {
    background-color: rgba(0,0,0,.6);
}
.accordion-slider .box:hover .overlay {
    background-color: rgba(0,0,0,.8);
}
.accordion-slider .box {
    font-size: 16px;
    padding: 28% 0;
}
.bg, .xbutton {
    width: 40px;
    height: 40px;
}
div.screen nav.main-nav {
    position: absolute;
    width: 100%;
    overflow: scroll;
}
header.blue.remove {
    background-color: rgba(14,30,68,1) !important;
}
header.green.remove {
    background-color: rgba(53,58,10,1) !important;
}
footer .footer-logos li img {
    width: 110px;
}
.fancybox-content iframe {
    width: 300px !important;
    height: 150px !important;
}
}

@media only screen and (max-width : 400px) {
header .menu {
    display: none;
}
footer .social-media li {
    margin: 0 21px;
}
footer .social-media li a span {
    width: 40px;
}
#copyright {
    font-size: 13px;
    letter-spacing: 3px;
}
.accordion-slider .box {
    padding: 45% 0;
}
section .copy table {
    font-size: 12px;
    letter-spacing: 0;
    margin: 70px 0 0;
}
section .copy table th {
    background-color: transparent !important;
    color: #000 !important;
    transform: rotate(-90deg);
    position: relative;
    left: 0;
    overflow: visible;
    word-wrap: inherit;
    white-space: nowrap;
    top: -20px;
    text-align: left;
}
section .copy table th a {
    display: none;
}
}
.hbspt-form .hs_firstname, .hbspt-form .hs_email, .hbspt-form .hs_phone, .hbspt-form .hs_affiliation {
    float: left;
    width: 49%;
    margin: 12px 0;
}
.hbspt-form .hs_lastname, .hbspt-form .hs_company, .hbspt-form .hs-country_v2, .hbspt-form .hs_department_to_contact {
    float: right;
    width: 49%;
    margin: 12px 0;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form textarea, .hbspt-form input[type="tel"], .hbspt-form select {
    width: 100%;
    padding: 8px!important;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 18px;
    font: inherit;
}
.hbspt-form select {
    -webkit-appearance: button;
    padding: 11px!important;
    line-height: 20px;
    -moz-appearance: menulist;
    appearance: menulist;
}
.hbspt-form textarea {
    height: 80px;
    margin: 12px 0;
    font: inherit;
    width: 100%;
}
.hbspt-form .hs_investor_relations_interest_checkboxes, .hbspt-form .join_newsletter_from_contact_us_form_new_site_ {
    width: 100%;
    margin: 5px 0;
    float: left;
    clear: both;
}
.hbspt-form div.input ul {
    margin: 10px 0;
}
.hbspt-form div.input ul li {
    float: left;
    min-width: 300px;
}
.hbspt-form .hs_submit {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.hbspt-form div.input ul li input {
    margin-right: 10px;
}
.hbspt-form span.hs-form-required {
    display: none;
}
.hbspt-form .hs-button {
    position: relative !important;
    background: rgba(241, 241, 241,1);
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,1);
    padding: 14px 50px;
    font-size: 16px;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 5px;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    transition: background .45s ease;
    font-family: 'Teko';
}
.hbspt-form span {
    background: #fff;
}
.hbspt-form .hs_recaptcha {
    clear: both;
}
.hbspt-form ul.hs-error-msgs {
    margin: 6px 0;
}
.hbspt-form .hs-error-msg, .hbspt-form .hs-error-msgs label {
    color: red;
    width: 100%;
    background: #fff;
}
.hs-form-checkbox span, ul.inputs-list span, .hs-form-checkbox input[type="checkbox"] {
    background: #fff;
}
.blog-page .hs_firstname, .blog-page .hbspt-form .hs_email, .blog-page .hbspt-form .hs_lastname {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.blog-page .hs-form {
    margin-top: 15px;
}
#wpv-view-layout-192-TCPID160 .hbspt-form .hs_email, #wpv-view-layout-192-TCPID148 .hbspt-form .hs_email {
    float: right;
}
.hs_state_au, .hs_state_mx, .hs_state_ca {
    display: none;
}
