/*
Theme Name: GORRF Theme
Theme URI: 
Author: Foundry Digital
Author URI: 
Description: The GORRF Theme 
Version: 2.1
*/

/**
 * @license
 * MyFonts Webfont Build ID 3311813, 2016-11-21T23:19:53-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTStd-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 2,500,000
 * 
 * Webfont: AvenirLTStd-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 2,500,000
 * 
 * Webfont: TTNormsProBold by Emtype Foundry
 * URL: http://www.myfonts.com/fonts/emtype/geogrotesque/bold-italic/
 * Copyright: Copyright (c) 2015 by Eduardo Manso. All rights reserved.
 * Licensed pageviews: 100,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3311813
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/328c62");

/*variables*/
:root {
    --primary-white: #FFFFFF;
    --primary-sea-air: #E7F7F0;
    --primary-deep-ocean: #013EB2;
    --primary-asphalt: #141E32;
    --primary-reefgreen: #BFF6AD;
    --border: #ABB8C3;
    --TTNormsProBold: 'TTNormsProBold', Arial, sans-serif;
    --BERNIERRegular: 'BERNIERRegular', Arial, sans-serif;
    --MabryPro: 'MabryPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}



* {
    padding: 0;
    margin: 0;
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: 'MabryPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol,
ul {
    margin: 10px;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

nav ul li,
nav ol li {
    list-style: none;
    list-style-image: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

/* End hide from IE Mac */
.none {
    display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BERNIERRegular', Arial, sans-serif;
}

.common-heading {
    padding-bottom: 17px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 17px;
    color: #141E32;
    font-size: 53px;
    text-transform: lowercase;
}

.common-heading:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 7px;
    background: #013EB2;
    width: 100px;
    border-radius: 7px;
}

h3.common-heading {    
    font-family: 'BERNIERRegular', Arial, sans-serif !important;
}

.newsletter-sec .gfield_label {
    display: none !important;
}

a {
    color: #064a75;
}

a:hover,
a:focus {
    color: var(--primary-deep-ocean);
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'MabryPro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    color: #5d5d5d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.wp-block-columns {
    gap: 12px;
}

.wp-block-column {
    padding: 6px 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #cacaca;
}

.owl-carousel .owl-item img {
    width: 100%;
}

@media (min-width: 1201px) {
    .container {
        width: 1230px;
        max-width: 100%;
    }
}

/*-----------------------main styles starts here-----------------------------------------------*/
.main {
    width: 1230px;
    margin: 0 auto
}

.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

/*Header styles*/
#header-main.sticky {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    z-index: 3;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}

#header-main.sticky {
    height: 63px;
    background-color: var(--primary-deep-ocean);
    animation: slideDown 0.5s linear 0s;
    -webkit-animation: slideDown 0.5s linear 0s;
    -moz-animation: slideDown 0.5s linear 0s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0%)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }

    100% {
        -moz-transform: translateY(0%)
    }
}

.sticky .logo {
    display: none;
}

/*.sticky .header-top { display: none; }*/
.sticky .header-info {
    width: 100%;
}

#header-main {
    background: rgba(0, 0, 0, 0.46);
    position: fixed;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.logged-in.admin-bar #header-main {
    top: 32px !important;
}

#header-main .container {
    position: relative;
    z-index: 2;
}

#header-main [class^="col-"] {
    position: static;
}

#header-main.sticky [class^="col-"] {
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.logo {
    display: inline-block;
    margin: 15px 0 0;
}

.logo img {
    max-height: 120px;
}

.sticky-logo {
    display: none;
}

.sticky .sticky-logo {
    display: inline-block;
    width: 50px;
    vertical-align: top;
    margin-right: 25px;
}

/*.header-info { display: inline-block; float: right; width: 77%; }*/
.header-top {
    /* text-align: right;
    padding-bottom: 22px;
    margin-top: 8px; */
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    /* padding-bottom: 22px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end; */
}

.sticky .header-top {
    padding: 0;
}

.sticky .header-nav {
    margin: 0;
    height: 60px;
}

.sticky .social-list {
    display: none;
}

.social-list {
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.social-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 14px;
}

.social-list li a {
    font-size: 24px;
}

.social-list li a:hover {
    color: #141E32;
}

.register-box {
    /*float: right;*/
    font-family: 'TTNormsProBold', Arial, sans-serif;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    border: 2px solid #FFF;
    border-radius: 200px;
}

.sticky .register-box:after {
    right: 0;
    width: 100%;
}

.sticky .register-box {
    padding: 10px 15px 10px;
    position: absolute;
    right: 0;
    top: 3px;
    line-height: 1;
}

.days-to-go {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 12px 15px;
    margin-right: 17px;
    position: relative;
    z-index: 1;
    font-family: 'TTNormsProBold' !important;
    border-radius: 200px;
    border: 2px solid #FFF;
    background-color:#BFF6AD;
}

.sticky .days-to-go {
    display: none;
}

.register-box a {
    /* font-size: 16px;
    text-transform: uppercase;
    color: #013EB2;
    display: inline-block;
    vertical-align: middle;
    font-family: 'TTNormsProBold', Arial, sans-serif; */
    font-size: 16px;
    text-transform: uppercase;
    color: #013EB2;
    display: inline-block;
    vertical-align: middle;
    /* Update  by Viet */
    font-family: 'TTNormsProBold', Arial, sans-serif;
}

.register-box a:hover,
.register-box a:focus {
    color: #ffffff;
}

.register-box:hover::after {
    background-color: #f89f27
}

.countdown-heading {
    font-family: 'TTNormsProBold', Arial, sans-serif;
}

.sticky .register-box a {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    height: 16px;
}

/*.register-box:hover:after , .register-box:focus:after { background-color: #064a75; }*/
/*.sticky .register-box a:hover, .sticky .register-box a:focus { background-color: #fff; }*/


.header-nav {
    text-align: right;
}

.sticky .header-nav {
    text-align: left;
}

.sticky nav {
    padding-top: 13px;
    vertical-align: middle;
}

nav {
    display: inline-block;
}

nav ul {
    margin: 0;
    padding: 0;
}

.enumenu_ul {
    margin: 0;
    text-align: right;
}

.enumenu_ul li {}

.enumenu_ul>li {
    display: inline-block;
    margin-bottom: 0;
}

.enumenu_ul>li:first-of-type {
    margin-left: 0;
}

.enumenu_ul>li>a {
    font-family: 'TTNormsProBold', Arial, sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0 18px 25px;
    position: relative;
    letter-spacing: 0.2px;
    -webkit-backface-visibility: hidden;

}

.sticky .enumenu_ul>li>a {
    padding: 0 15px 20px;
}

/*.enumenu_ul > li.search-bttn > a { padding-right: 0; }*/
.enumenu_ul>li:hover>a {
    color: #BFF6AD;
}

.enumenu_ul>li:hover>a:after {
    opacity: 1;
}

/*.enumenu_ul > li.search-bttn:hover > a:after { opacity: 0; }*/
.enumenu_ul>li>a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #013EB2;
    height: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.enumenu_ul>li>ul {
    display: none;
    text-align: left;
}

.enumenu_ul li .sb-menu-col ul {
    display: block;
}

.enumenu_ul>li:hover>ul {
    display: block;
}

.enumenu_ul>li>ul {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 999;
    background-color: #f3f3f3;
    padding: 21px;
}

.enumenu_ul>li>ul li {
    margin-bottom: 3px;
}

.enumenu_ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 1.6%;
}

.enumenu_ul>li>ul>li:last-child {
    margin-right: 0;
}

.enumenu_ul>li>ul>li>a {
    font-family: 'TTNormsProBold', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 11px;
    display: table;
    color: #064a75;
}

.sb-menu-col {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 1.6%;
}

.sb-menu-col:last-of-type {
    margin-right: 0;
}

.sb-menu-col ul {
    margin: 0;
}

.sb-menu-col ul li {
    list-style-type: none;
}

.sb-menu-col ul+h5 {
    margin-top: 19px;
}

/*Header styles*/

/*-----------midd section styles goes here-----------*/
.banner-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    padding: 140px 0;
}

.banner-text {
    display: block;
    margin: 150px auto 0;
    text-align: left;
    max-width: 1160px;
}

.banner-text h1 {
    display: inline-block;
    color: #fff;
    line-height: 50px;
    font-size: 50px;
    padding: 10px 15px 5px;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    margin-left: 20px;
    font-family: 'BERNIERRegular', Arial, sans-serif;
}

.banner-text h2 {
    color: #fff;
    line-height: 1.65;
    padding: 0 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-family: 'MabryPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.banner-text h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100px;
    border-bottom: 2px solid #BFF6AD;
    content: "";
}

.banner-text h1 span {
    font-family: 'BERNIERRegular', Arial, sans-serif;
}

.banner-text h2 span {
    font-family: 'MabryPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.banner-text p {
    font-family: 'Handelson', Arial, sans-serif;
    color: #fff;
    font-size: 67px;
}

.video-sec,
.pagebanner-section {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.video-sec video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

.homepage-cta {
    margin: 50px auto;
}

.homepage-cta .col-12 {
    margin-bottom: 15px;
}

.homepage-cta .card {
    background-color: #013EB2;
    border-radius: 8px;
}

.homepage-cta .card h3,
.homepage-cta .card p {
    color: #fff;
    text-transform: none;
}

.homepage-cta .card h3 {
    text-transform: lowercase;
}

.categories-sec {
    background-color: #1fbfd6;
    color: #fff;
    overflow: hidden;
}

.categories-sec h1,
.categories-sec h2,
.categories-sec h3,
.categories-sec h4,
.categories-sec h5,
.categories-sec h6,
.categories-sec p {
    color: #fff;
}

/*.categories-list { display: table; width: 100%; }*/
.categories-list-item {
    /*display: table-cell; width: 33%;*/
    padding: 22px 54px 10px 54px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.categories-list-item:nth-of-type(odd) {
    position: relative;
}

.categories-list-item:nth-of-type(odd):after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    position: absolute;
    background: #064a75;
    width: 100%;
    z-index: -1;
}

.categories-list-item .material-icons {
    font-size: 60px;
    color: #fff;
    margin-bottom: 4px;
}

.categories-list-item:last-of-type:after {
    left: -2px;
}

.categories-list-item h3 a {
    color: inherit;
}

.cat-details img {
    max-width: 60px;
    max-height: 60px;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}

#simple a {
    font-weight: normal;
    color: #fff;
}

.cat-details:hover #simple a {
    color: #064a75;
}

#simple td {
    padding: 0 0 4px;
    margin: 0;
}

#simple {
    display: inline-block;
    width: auto !important;
    float: left !important;
}

/*.row:before, .row:after { content: ""; display: table }
.row:after { clear: both; }
.row { *zoom:1; }
.row .col-50 { float: left; width: 50%; }*/
.table-sec {
    display: table;
    width: 100%;
}

.table-cell-sec {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.wp-block-table table th,
.wp-block-table table td {
    border: 0;
}

/* Gravity Forms */

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    border-radius: 6px;
    border: 1px solid #ABB8C3;
    background: #FFF;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: var(--primary-asphalt);
    font-family: Mabry Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120%;
    /* 16.8px */
    text-transform: none;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
    font-weight: 400 !important;
    color: var(--primary-asphalt);
    margin-left: 12px;
    text-transform: none;
}

.owl-nav {}

.owl-prev,
.owl-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:before {
    content: '\E408';
    color: var(--primary-deep-ocean);
    font-family: 'Material Icons';
    font-size: 60px;
    margin: auto;
    text-align: center;
    line-height: 60px;
}

.owl-next:before {
    content: '\E409';
    color: var(--primary-deep-ocean);
    font-family: 'Material Icons';
    font-size: 60px;
    margin: auto;
    text-align: center;
    line-height: 60px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
textarea {
    background: #fff;
    color: #002855;
    font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 8px 14px;
    margin-bottom: 10px;
    font-weight: 100;
    box-sizing: border-box;
    box-shadow: none;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--border);
    max-width: 100%;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -ms-transition: border-color 0.5s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="password"].error,
input[type="password"].error,
input[type="search"].error,
input[type="url"].error,
input[type="date"].error,
textarea.error {
    border-color: #f00;
    margin-bottom: 5px;
}

input[type="text"]+span.error,
input[type="email"]+span.error,
input[type="tel"]+span.error,
input[type="password"]+span.error,
input[type="password"]+span.error,
input[type="search"]+span.error,
input[type="url"]+span.error,
input[type="date"]+span.error,
textarea+span.error {
    padding-bottom: 5px;
}

span.error {
    color: #fff;
}

.newsletter-sec .gform_wrapper ul li.gfield {
    margin: 0 !important;
}

.newsletter-sec .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter-sec .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
}

.newsletter-sec .gform_button {
    margin: 0 !important;
}

.newsletter-sec .gform_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter-sec .gform_title {
    margin-top: 0 !important;
}

input[type="submit"],
button[type="submit"] {
    font-family: 'TTNormsProBold', Arial, sans-serif;
    width: 100%;
    font-size: 18px;
    background: var(--primary-reefgreen);
    color: var(--primary-deep-ocean);
    padding: 13px 20px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
    background-color: #f89f27;
    border-color: #f89f27;
}

.container :-moz-placeholder {
    color: #ccc;
}

.container ::-webkit-input-placeholder {
    color: #ccc;
}

.container ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.container :-ms-input-placeholder {
    opacity: 1;
    color: #ccc;
}

.about-sec {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

/*.about-sec [class^="col-"] { position: static; }*/
.about-sec p {}

.about-sec .common-heading {
    text-align: left;
}

.about-sec .common-heading:after {
    right: auto;
}

.about-text {
    padding: 30px 60px;
    /* height:400px; */
    float: right;
    z-index: 2;
    position: relative;
    background-color: #ffffff;
}

.about-slider {
    width: 100%;
}

.about-slider-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-text .button {
    display: inline-block;
}

.news-sec {
    padding: 50px 0 40px;
    position: relative;
    z-index: 2;
}

.news-list {
    padding-top: 28px;
}

.news-list-item {
    background-color: #fff;
    margin-bottom: 27px;
    border-radius: 8px;
    border: 1px solid rgba(20, 30, 50, 0.11);
}

/*.news-list-item.large { margin-bottom: 0; }*/
.news-list-item>a {
    display: block;
    overflow: hidden;
}

/*.news-list-item > a:hover figure { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }*/
.news-list-item figure {
    height: 157px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*-webkit-transition: transform 0.8s ease-in-out; -o-transition: transform 0.8s ease-in-out; transition: transform 0.8s ease-in-out; backface-visibility: hidden;*/
}

.news-list-item.large figure {
    height: 406px;
    min-height: 406px;
    margin-bottom: 0;
    padding: 0;
}

.news-detail {
    padding: 16px 20px;
}

.news-detail h4 {
    text-transform: none;
    font-family: 'TTNormsProBold', Arial, sans-serif;
}

.news-detail a {
    color: var(--primary-asphalt);
    font-family: 'TTNormsProBold', Arial, sans-serif;
}

.news-detail a:hover {
    color: #013EB2
}

.news-detail p {
    padding: 4px 0;
}

.posted-date {
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: 0px;
    display: table;
    margin-bottom: 9px;
    display: block;
}

.posted-date a {
    color: inherit;
    display: inline-block;
}

.posted-date a:hover,
.posted-date a:focus {
    color: #013EB2;
}

.read-more-bttn,
.btn.btn-primary,
input[type="submit"] {
    font-family: 'TTNormsProBold', Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    background: #013EB2;
    padding: 13px 28px;
    border: 2px solid transparent;
    border-radius: 6px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
}

.read-more-bttn:hover,
.read-more-bttn:focus .btn.btn-primary:hover,
.btn.btn-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #127AD8;
    color: #ffffff;
    border-color: #127AD8;
}

.sponsors-supporters {
    padding: 40px 0;
    background-color: #ffffff;
}

.sponsors-list {
    margin: 72px 0 21px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

.sponsors-list li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    /*margin: 0 4.7% 10px 0;*/
}

.sponsors-list li:last-of-type {
    margin-right: 0;
}

.sponsors-list li figure {}

.sponsors-list li figure img {
    opacity: 0.8;
}

/*----------------midd section styles ends here-------*/

/*Footer styles*/

footer {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="773" viewBox="0 0 1920 773" fill="none"><path d="M517.795 -212.112C501.18 -231.746 485.608 -252.388 470.773 -273.861C456.289 -294.726 442.719 -316.118 429.711 -338.646C429.711 -338.646 429.36 -339.255 429.184 -339.559L-377.049 125.867C-377.049 125.867 -376.698 126.476 -376.522 126.78C-349.978 172.75 -321.479 217.185 -291.505 259.956C-261.003 303.641 -228.851 345.966 -195.094 386.148C-160.986 426.939 -125.098 465.891 -88.0394 503.355L570.379 -154.791C552.113 -173.066 534.585 -192.173 518.099 -212.287L517.795 -212.112Z" fill="%23013EB2"/><path d="M968.842 75.4875C943.869 68.7969 918.977 60.8411 894.823 52.0537C870.669 43.2664 846.597 33.2146 823.262 22.3306C799.927 11.4468 776.85 -0.397705 754.334 -13.3782L288.927 792.722C335.094 819.245 382.081 843.671 429.887 866.001C478.173 888.459 526.798 908.692 576.547 926.653C626.296 944.614 677.039 960.782 727.946 974.421C779.029 988.365 830.884 999.427 882.949 1008.74L1044.66 92.1987C1019.35 87.7332 993.815 82.1785 968.842 75.4875Z" fill="%23013EB2"/><path d="M313.429 -706.656L-614 -625.481C-609.579 -572.829 -602.804 -520.319 -593.371 -468.125C-584.113 -416.236 -572.501 -364.488 -559.015 -313.01L340.229 -554.08C333.533 -579.034 327.751 -604.516 323.409 -629.611C318.892 -655.011 315.768 -680.81 313.429 -706.656Z" fill="%23013EB2"/><path d="M1447.09 -1529.55C1448.65 -1521.93 1450.34 -1514.79 1451.67 -1508.25C1465.2 -1448.27 1479.99 -1388.21 1491.16 -1328.09C1496.52 -1299.12 1501.03 -1266 1483.65 -1240.55C1466.97 -1216.71 1434.92 -1207.54 1407.86 -1212.22C1380.5 -1216.72 1358.71 -1233.36 1336.66 -1249.05C1260.98 -1302.78 1186.44 -1363.66 1105.82 -1410.48C1072.2 -1430.04 1019.47 -1442.63 1030.99 -1381.89C1042.64 -1321.64 1057.95 -1281.77 1077.95 -1226.75C1116.84 -1119.31 1188.53 -953.679 1227.02 -811.096C1242 -755.613 1244.49 -706.31 1244.49 -706.31L1644.75 -13.1133C1622.22 -0.106689 1599.17 11.9868 1575.71 22.6865C1552.12 33.8667 1528.14 43.6531 1504.11 52.655C1479.6 61.5281 1454.86 69.3123 1429.91 76.0073C1404.64 82.8782 1379.46 88.4844 1354.06 93.0012C1328.35 97.6938 1302.86 100.642 1277.01 102.98L1358.01 1030C1410.67 1025.58 1463.19 1018.8 1515.39 1009.37C1567.28 1000.12 1619.04 988.505 1670.52 975.021C1721.53 961.408 1771.91 945.312 1822.02 927.343C1871.35 909.421 1920.36 888.84 1968.62 866.257C2016.27 844.026 2063.17 819.792 2109.45 793.076C2134.72 778.488 2159.33 763.466 2183.29 748.011L1354.99 -686.483L1466.28 -666.704L2255.2 699.597C2286.02 677.746 2316.01 655.157 2344.99 631.527L1610.04 -641.313L1753.62 -616.227L2431.27 557.367C2466.36 525.337 2499.66 492.313 2531.78 457.942L1598.71 -1158L1779.2 -1118.9L2626.13 347.862C2663.03 301.392 2697.62 253.014 2729.45 203.383L1992.38 -1073.11L2205.92 -1026.71L2822.57 41.2476C2857.93 -28.2815 2888.44 -99.8818 2914.46 -172.945L2045.55 -1677.76L2287.56 -1631.97L2984.19 -425.495C3007.96 -543.938 3020.06 -664.988 3020 -786.726L2561.73 -1580.39L2862.52 -1523.47C2836.71 -1580.83 2808.12 -1637.38 2775.95 -1693.09C2766.28 -1709.84 2756.31 -1726.41 2746.21 -1742.49C2640.03 -1908.1 2514.31 -2023.87 2405.61 -2110.9C1844.08 -2559.6 1326.8 -2053.56 1446.78 -1529.38L1447.09 -1529.55Z" fill="%23013EB2"/><path d="M-603.296 -1032.3L1014.76 -747.015C1041.9 -743.604 1124.08 -739.086 1118.46 -806.471C1111.18 -893.599 1091.58 -936.679 1070.33 -999.502C1038.51 -1093.98 1000.07 -1185.85 962.119 -1277.6C924.61 -1367.16 886.012 -1456.51 851.724 -1547.53C838.442 -1582.48 825.77 -1617.79 815.709 -1654.19C806.844 -1686.42 788.835 -1745.03 815.612 -1773.88C825.81 -1785.04 841.796 -1789 855.934 -1787.01C870.071 -1785.02 882.747 -1778.54 894.684 -1771.22C918.383 -1756.9 939.483 -1738.63 959.061 -1719.49C1008.2 -1672.36 1054.08 -1621.72 1104.74 -1575.47C1126.24 -1555.81 1148.52 -1536.2 1173.53 -1521.01C1187.26 -1512.7 1207.81 -1501.02 1225.35 -1507.9C1266.88 -1524.57 1234.91 -1624.23 1223.1 -1671.4C1200.37 -1761.38 1181.82 -1834.29 1167.19 -1946.8C1151.75 -2064.94 1150.68 -2187.72 1156.65 -2306.04C1163.72 -2450.57 1180.6 -2528.91 1200.98 -2604C891.453 -2604.32 577.525 -2525.79 290.106 -2359.87C-215.921 -2067.75 -528.286 -1569.59 -602.992 -1032.47L-603.296 -1032.3Z" fill="%23013EB2"/></svg>');
    background-color: #127AD8;
}

.footer-main {
    padding-top: 38px;
    padding-bottom: 17px;
}

.footer-main:after {
    position: absolute;
    top: 0;
    left: -7.6%;
    bottom: 0;
    z-index: -1;
    background: var(--primary-deep-ocean);
    width: 60.6%;
}

.footer-top {
    padding-bottom: 29px;
}

.footer-main h3 {
    color: #fff;
    margin-top: -2px;
    -webkit-backface-visibility: hidden;
}

.footer-main .common-heading,
.footer-main .gform_title {
    padding-bottom: 23px;
    text-align: left;
}

.footer-main .common-heading:after {
    right: auto;
}

.footer-main p {
    color: #fff;
}

.footer-main .gform_description {
    color: #ffffff;
}

.footer-main a {
    color: var(--primary-deep-ocean);
}

.footer-main a:hover,
.footer-main a:focus {
    color: #fff;
}

.footer-main form {
    margin-top: 9px;
}

.footer-main form input[type="submit"],
.footer-main form button[type="submit"] {
    margin-bottom: 12px;
}

.footer-main form p {
    font-size: 12px;
    margin-top: 11px;
    color: #fff;
    letter-spacing: 0.3px;
    word-spacing: -1.7px;
    font-family: Raleway;
    font-weight: 500;
    padding: 0 0 10px;
}

.footer-main .table-cell-sec {}

.footer-links,
.footer-links-right {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}

.footer-links>li,
.footer-links-right>li {
    margin-bottom: 15px;
    list-style-type: none;
    -webkit-margin-before: 0;
    width: 33%;
    float: left;
    -webkit-margin-after: 0;
    list-style: none;
}

.footer-links li a,
.footer-links-right li a {
    color: #fff;
}

.footer-links li a:hover,
.footer-main .footer-links ul li a:focus,
.footer-links-right li a:hover,
.footer-main .footer-links-right ul li a:focus {
    color: #141E32;
}

.footer-links>li>a,
.footer-links-right>li>a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-family: 'TTNormsProBold'
}

.footer-links>li>a:hover,
.footer-links>ul>li>a:focus,
.footer-links-right>li>a:hover,
.footer-links-right>ul>li>a:focus {
    color: #141E32;
}

.footer-links>li>ul,
.footer-links-right>li>ul {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.footer-links>li>ul>li>ul,
.footer-links-right>li>ul>li>ul {
    display: none;
}

.footer-main .footer-links li ul li,
.footer-main .footer-links-right li ul li {
    margin-bottom: 4px;
    list-style: none;
}

.footer-main .sb-menu-col {
    width: 100%;
    margin-right: 0;
}

/*.footer-main .sb-menu-col:nth-of-type(3n) { width: 24%; margin-right: 0; }*/
.footer-main .sb-menu-col ul {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    padding-left: 1px;
}

.footer-main .sb-menu-col ul li {
    margin-bottom: 4px;
}

.footer-main .sb-menu-col ul li a {
    color: #fff;
}

.footer-main .sb-menu-col ul li a:hover,
.footer-main .sb-menu-col ul li a:focus {
    color: #064a75;
}

.footer-main .sb-menu-col ul+h5 {
    margin-top: 19px;
}

.newsletter-sec {
    width: 68.4%;
    margin-left: auto;
}

.newsletter-sec span {
    display: inline-block;
}

.footer-nav {
    padding-top: 9px;
    padding-left: 2px;
    padding-bottom: 13px;
}

.footer-nav a {
    color: #fff;
}

.footer-nav ul {
    margin: 0;
    padding: 10px 0 0 0;
}

.footer-nav ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 11px;
    margin-right: 8px;
}

.footer-nav ul li:after {
    content: '';
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    background-color: #064a75;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-nav ul li:last-child:after {
    display: none;
}

.footer-nav ul li a {
    display: block;
    font-weight: 400;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    color: #141E32;
}

.footer-nav .social-list {
    margin: 0 0 0 auto;
    display: block;
    text-align: right;
    padding: 0;
}

.footer-nav .social-list li {
    padding: 0;
    margin-right: 14px;
}

.footer-nav .social-list li:after {
    display: none;
}

.footer-nav .social-list li:last-child {
    margin-right: 0;
}

.copyright-sec {
    padding: 8px 0;
}

.copyright-sec p {
    padding-bottom: 0;
    opacity: 0.5;
}

.copyright-sec p a {
    color: inherit;
    font-weight: 400;
}

.copyright-sec p a:hover,
.copyright-sec p a:focus {
    color: #141E32;
}

.footer-logo {
    height: unset;
    width: unset;
}

/*Footer styles*/
.text-right {
    text-align: right;
}

.search-container {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 6px;
}

.search-container a {
    color: #064a75;
}

.sticky .search-container {
    display: none;
}

.search-container a {}

.search-form-container {
    display: none;
    position: absolute;
    right: 15px;
    background: var(--primary-reefgreen);
    width: 465px;
    top: 100%;
    padding: 10px;
}

.search-form-container input[type="text"],
.search-form-container input[type="email"],
.search-form-container input[type="tel"],
.search-form-container input[type="password"],
.search-form-container input[type="password"],
.search-form-container input[type="search"],
.search-form-container input[type="url"],
.search-form-container input[type="date"],
.search-form-container textarea {
    margin: 0;
    padding: 8px 35px 8px 14px;
}

.search-form-container input[type="submit"],
.search-form-container button[type="submit"] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 20px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: transparent;
    border: 0;
}

.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    padding: 8px 0 7px;
}

.menu-icon .menu-box {
    width: 18px;
    height: 12px;
    margin-right: 20px;
    padding: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.menu-icon .menu-box span {
    width: 100%;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    display: block;
    border-radius: 0;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(5px) translateX(3px);
    -webkit-transform: rotate(45deg) translateY(5px) translateX(3px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(2px);
    -webkit-transform: rotate(-45deg) translateY(-4px) translateX(2px);
}

.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
}

.enumenu_ul .arrow:after {
    content: '\E313';
    font-size: 24px;
    color: #fff;
    font-family: 'Material Icons';
    display: inline-block;
}

.enumenu_ul .arrow.up:after {
    content: '\E316';
    font-size: 24px;
    color: #fff;
    font-family: 'Material Icons';
    display: inline-block;
}

.register-mob {
    display: none;
}

.sponsors-list.owl-carousel .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.footer-nav [class^="col-"] {
    float: none;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
}

.copyright-sec [class^="col-"] {
    float: none;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
}

.successmsg {
    font-size: 13px;
    font-family: Raleway;
    font-weight: 500;
    color: #fff;
    display: none;
}

.preload-img {
    display: none;
}

.iphone .video-sec {
    display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .about-slider:before {
        left: -79px;
    }

    .sticky .register-box {
        padding: 23px 40px 17px;
    }
}

/** CONTENT **/
.wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
}

section {
    margin-bottom: 20px;
    padding: 0 2%;
}

.left-sidebar {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 2%;
    z-index: 1;
}

.social section {
    width: 100%;
}

aside {
    margin-bottom: 20px;
    padding: 0 2%;
}

/** PAGE HEADING */
.pagebanner {
    background: no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0;
    z-index: 1;
    position: relative;
}

/* ====================
   ELEMENTS 
   ==================== */

/** IMG **/
img {
    max-width: 100%;
    height: auto;
}

section img {
    margin-bottom: 20px;
}

.gallery-icon img {
    margin: 0 !important;
    border: none !important;
}

.gallery-item {
    margin: 0 !important;
    padding: 0 !important;
}

/** TEXT **/
.page-title {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
}

.news-list-item h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
    color: var(--primary-deep-ocean);
}

h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
    color: var(--primary-deep-ocean);
}

h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
    color: var(--primary-asphalt)
}

p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: var(--primary-asphalt)
}

section a {
    text-decoration: none;
    color: var(--primary-deep-ocean);
    font-family: var(--MabryPro);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

section strong {
    color: #000;
    font-feature-settings: 'liga' off;
    /* H7 */
    font-family: TTNormsProBold, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
}

a:hover {
    color: var(--primary-asphalt);
}

ul {
    padding: 0 0 0 30px;
    margin: 0 0 20px;
}

li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin: 1em 0;
    padding: 0;
}

#breadcrumbs {
    display: none
}

blockquote {
    background: #f9f9f9;
    margin: 30px 20px 30px 50px;
    padding: 20px;
    quotes: "\201C""\201D""\2018""\2019";
    border-bottom: 1px solid #E2E2E2;
}

blockquote:before {
    color: var(--primary-deep-ocean);
    content: open-quote;

    font-size: 100px;
    line-height: 32px;
    margin-left: -70px;
    display: block;
    float: left;
}

blockquote p {
    display: inline;
}

.page-id-93 section h3 {
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

.page-id-93 section h3:first-of-type {
    border: none;
    padding: 0;
    margin-top: 0px;
}

/** TABLE **/
table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

th {
    font-size: 16px;
    font-weight: bold;
    background-color: #064a75;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

tr:nth-child(odd) {
    background: var(--primary-sea-air);
}

th,
td {
    padding: 5px;
}

td {
    font-size: 12px;
    line-height: 18px;
}

/** FORM **/
section input[type="text"],
section input[type="email"] {
    border: 1px solid #cccccc;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 96%;
}

section textarea {
    border: 1px solid #cccccc;
    padding: 15px 2%;
    width: 96%;
    margin-bottom: 20px;
}

section label {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #064a75;
}

.button {
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: block;
    border: 1px solid var(--primary-reefgreen);
    background: var(--primary-reefgreen);
    color: var(--primary-deep-ocean);
    text-align: center;
}

.about-text a {
    display: inline-block;
    width: auto;
}

.button:hover {
    background-color: #064a75;
    color: #ffffff;
    border-color: #064a75;
}

/* ====================
   RIGHT SIDEBAR 
   ==================== */

/** NEWS ARTICLE **/
aside h3 {
    font-size: 24px;
    color: var(--primary-deep-ocean);
}

aside ul {
    padding: 0;
    margin: 0 0 20px;
}

aside ul li {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
    margin: 0;
    list-style: none;
}

aside ul li a {
    color: #064a75;
    font-size: 16px;
    clear: both;
    line-height: 22px;
    font-family: 'AvenirLTStd-Black'
}

aside ul li a:hover {
    color: var(--primary-deep-ocean);
}

aside .post-date {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 30px;
}

aside .post-date:before {
    content: ' ';
    display: block;
}

aside .button {
    margin-bottom: 20px;
    margin-top: -10px;
}

.section-break {
    margin: 40px 0;
}

/** RELATED PAGES **/
.related-page {
    margin-bottom: 30px;
}

.related-page a {
    font-family: 'TTNormsProBold', Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
    margin-bottom: 27px;
    border-radius: 8px;
    border: 1px solid rgba(20, 30, 50, 0.11);
}

.related-page a:hover {
    color: var(--primary-deep-ocean);
}

.related-page img {
    margin: 0;
    width: 100%;
}

.related-page:hover img {
    opacity: 0.8;
}

.related-page-name {
    color: var(--primary-deep-ocean);
    display: block;
    padding: 10px;
    font-family: 'TTNormsProBold', Arial, sans-serif;
}

.related-page:hover .related-page-name {
    background-color: var(--primary-asphalt);
    color: var(--primary-white);
}

.related-page-subheading {
    color: #5d5d5d;
    font-family: 'AvenirLTStd-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 15px;
    padding: 0 15px;
}

.event-tiles>div {
    background-color: #fff;
}

.related-page .overlay {
    position: absolute;
    /* background: rgba(1, 62, 178, 0.52); */
    display: flex;
    align-items: end;
    justify-content: left;
    padding-left: 20px;
    inset: 0;
    border-radius: 8px;
    background-image: url(images/icon-vector-green.png);
    background-color: rgba(1, 62, 178, 0.52);

    background-repeat: no-repeat;
    background-position: top right;
}

/* aside .related-page:nth-child(even) .overlay {
    background-image:
    url(images/icon-vector-purple.png),
        linear-gradient(rgba(160, 62, 255, 0.59), rgba(160, 62, 255, 0.59));
} */
aside .related-page:nth-child(even) .overlay {
    background-image: url(images/icon-vector-purple.png);
    background-color: rgba(160, 62, 255, 0.39);
}

aside h3 {
    font-family: var(--TTNormsProBold) !important;
    color: #000;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.wrapper.news h2 {
    font-size: 40px !important;
    line-height: 38px;
    color: var(--primary-deep-ocean);
    text-transform: none;
}

.wrapper.news aside h3 {
    font-size: 22px !important;
    color: var(--primary-deep-ocean);
    text-transform: none;
}

.wrapper.news aside ul li a {
    font-family: var(--TTNormsProBold);
    font-size: 18px;
    color: var(--primary-asphalt);
}

.wrapper.news aside .post-date {
    color: var(--primary-asphalt);
}

.related-page .overlay h2 {
    color: #fff;
    font-size: 40px;
}

.page-template-template-event h2,
.page-template-template-event h3,
.page-template-template-event h2 a,
.page-template-template-event h3 a,
.wrapper.page section h2,
.wrapper.page section h3,
.wrapper.news h3,
.extra-info h2 {
    color: #000;
    font-feature-settings: 'liga' off;
    font-family: TTNormsProBold;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 32.4px */
    text-transform: lowercase;
}


.extra-info h2 {
    text-transform: none;
}

.page-template-template-event h2::first-letter,
.page-template-template-event h3::first-letter,
.wrapper.page section h2::first-letter,
.wrapper.page section h3::first-letter {
    text-transform: uppercase;
}

.page-template-template-event h3,
.wrapper.page section h3,
.wrapper.news h3 {
    font-size: 18px;
    font-weight: 400;
}

.wrapper.page em {

    padding: 15px;
    background: var(--primary-sea-air);
    display: block;
    border-radius: 8px;
    color: var(--primary-deep-ocean);
    font-family: var(--MabryPro);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.page-template-template-event h3.common-heading {
    font-family: var(--BERNIERRegular);
    padding-bottom: 17px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 17px;
    color: #141E32;
    font-size: 53px;
}

.gform_legacy_markup_wrapper h3.gform_title {
    text-transform: lowercase;
}

.has-vivid-cyan-blue-background-color {
    background-color: unset;
}

/** RECENT COMMENTS **/
#recentcomments {
    margin-bottom: 20px;
}

#recentcomments li a {
    font-size: 14px;
    color: #064a75;
}

#recentcomments li a:hover {
    color: var(--primary-deep-ocean);
}

/** CATEGORIES **/
.post-categories {
    list-style: none;
    padding: 0;
}

.cat-item,
.post-categories li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid var(--border);
    width: auto !important;
}

.cat-item a,
.post-categories a,
.wrapper.news aside ul li.cat-item a {
    line-height: 36px;
    font-size: 14px;
    border: none;
    color: var(--primary-asphalt);
    background-color: var(--primary-white);
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-weight: normal;
    padding: 5px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: var(--MabryPro);
}

.post-categories a {
    border: 0;
}

.wrapper.news aside ul li.cat-item a {
    line-height: 20px;
}

.wrapper.news aside ul li.cat-item:hover {
    border: 1px solid var(--primary-deep-ocean);
    color: var(--primary-deep-ocean);
}

.wrapper.news aside ul li.cat-item a:hover {
    color: var(--primary-deep-ocean);
}

.cat-item a:hover,
.post-categories a:hover {
    color: var(--primary-asphalt);
}

.essb_links {
    padding-top: 10px !important;
}

.essb_links_list li {
    min-width: 125px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.essb_links li,
.essb_links li a,
.essb_links li a .essb_icon,
.essb_links li a .essb_network_name,
.essb_links ul {
    font-family: 'TTNormsProBold', Arial, sans-serif !important;
}

.essb_links li a {
    min-width: 100%;
    text-align: center;
}

/** QUICK LINKS **/
.features-sidebar {
    position: relative;
}

.features-sidebar ul {
    padding: 15px 0 20px;
    margin: 0 0 0 0;
    border: 1px solid rgba(20, 30, 50, 0.11);
}

.features-sidebar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features-sidebar ul a {
    margin: 0;
    display: block;
    padding: 5px 20px;
    color: var(--primary-asphalt, #141E32);
    font-family: var(--MabryPro);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 226%;
    /* 36.16px */
}

.features-sidebar ul a:hover {
    color: #127AD8;
}

.jump-icon {
    margin: -15px auto 0;
    width: 35px;
    text-align: center;
    display: block;
}

/** TEXT WIDGETS **/
aside .so-widget-sow-editor {
    margin-bottom: 60px;
}

/* ====================
   LEFT SIDEBAR 
   ==================== */
.left-sidebar .posted-on {
    margin: 0;
}

/* ====================
   NEWS PAGE 
   ==================== */

.news section article {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.news section article .news-thumb {
    height: 300px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.news section article h2 {
    text-transform: none;
}

.news section article h2 a {
    color: var(--primary-asphalt);
    font-size: 22px;
    font-family: 'TTNormsProBold', Arial, sans-serif;
}

.news section article h2 a:hover {
    text-decoration: underline;
}

.news section article .news-excerpt {
    padding: 20px;
}

.news section article .posted-on {
    font-size: 12px;
    color: var(--primary-asphalt);
    margin: 0;
}

.banner-sec {
    overflow: hidden;
    height: 400px;
}

.banner-sec iframe {
    width: 140%;
    max-width: 140%;
    height: 100%;
    border: 0;
    min-height: 220%;
    top: -50%;
    position: absolute;
    z-index: -2;
}

.video-banner-foundry {
    position: relative;
    background: transparent;
    min-height: 762px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.ytplayer-container {
    position: absolute;
    background-color: #ebebeb;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -5;
}

.video-banner-foundry:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(350deg, rgba(0, 45, 73, 0.98) 0%, rgba(0, 44, 72, 0.6) 40%, rgba(0, 46, 73, 0.36) 60%, rgba(0, 47, 74, 0.15) 80%, rgba(0, 64, 64, 0.02) 97%, rgba(0, 0, 128, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(350deg, rgba(0, 45, 73, 0.98) 0%, rgba(0, 44, 72, 0.6) 40%, rgba(0, 46, 73, 0.36) 60%, rgba(0, 47, 74, 0.15) 80%, rgba(0, 64, 64, 0.02) 97%, rgba(0, 0, 128, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(350deg, rgba(0, 45, 73, 0.98) 0%, rgba(0, 44, 72, 0.6) 40%, rgba(0, 46, 73, 0.36) 60%, rgba(0, 47, 74, 0.15) 80%, rgba(0, 64, 64, 0.02) 97%, rgba(0, 0, 128, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(350deg, rgba(0, 45, 73, 0.98) 0%, rgba(0, 44, 72, 0.6) 40%, rgba(0, 46, 73, 0.36) 60%, rgba(0, 47, 74, 0.15) 80%, rgba(0, 64, 64, 0.02) 97%, rgba(0, 0, 128, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(100deg, rgba(0, 45, 73, 0.98) 0%, rgba(0, 44, 72, 0.6) 40%, rgba(0, 46, 73, 0.36) 60%, rgba(0, 47, 74, 0.15) 80%, rgba(0, 64, 64, 0.02) 97%, rgba(0, 0, 128, 0) 99%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    opacity: 0.7;
    z-index: -4
}

.banner-text {
    display: block;
    margin: 350px auto 0;
    text-align: center;
    max-width: 1160px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ====================
  SHOW FEATURES 
   ==================== */

.feature-image {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

/* ====================
   CONTACT PAGE 
   ==================== */

.google-map {
    background-image: none;
    height: 300px;
    display: block;
}

#map {
    width: 100%;
    height: 300px;
    background-color: #f2f2f2;
}

/* ====================
   SEARCH RESULTS
   ==================== */

.search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results-list li {
    padding: 20px;
    list-style: none;
}

.search-results-list li:nth-child(odd) {
    background: #ffffff
}

.search-results-list li h2 a {
    text-transform: none;
    color: #064a75;
}

.search-results-list li h2 a:hover {
    color: var(--primary-deep-ocean);
}


/* ====================
   SPONSOR LOGOS
   ==================== */

.partner-logo {
    float: left;
    margin: 0 20px 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    max-width: 220px;
    max-height: 140px;
    background-color: #ffffff;
}

.cat-details h3 {
    margin: 0;
}

.cn-set-cookie {
    padding: 5px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 14px !important;
    display: block !important;
    border: 1px solid var(--primary-deep-ocean); !important;
    background-color: var(--primary-deep-ocean); !important;
    color: #ffffff !important;
    text-align: center !important;
    background-image: none !important;
    border-radius: 0 !Important;
    width: 100%;
    margin: 10px !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.remove-flex {
    flex: none !important;
    display: block !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (min-width: 768px) {
    .page-title {
        font-size: 48px;
    }

    section {
        float: left;
        margin-bottom: 40px;
        padding: 0;
    }

    .full-width section {
        width: 100%;
    }

    .news-single section {
        width: 50%;
        margin-bottom: 40px;
        padding: 0;
    }

    .sidenav section {
        width: 75%;
        margin-bottom: 40px;
        padding: 0;
    }

    .single section {
        width: 50%;
    }

    .left-sidebar {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 40px;
        padding: 0;
    }

    .single .left-sidebar {
        width: 16%;
    }

    .show-features section {
        width: 100%;
    }

    aside {
        width: 30%;
        margin-bottom: 40px;
        padding: 0;
        float: right;
    }

    .button {
        width: auto;
        padding: 20px 40px;
    }

    aside .button {
        margin-bottom: 40px;
        margin-top: -30px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .home h3 {
        line-height: 32px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    li {
        font-size: 14px;
        line-height: 22px;
    }

    th {
        font-size: 14px;
        line-height: 22px;
    }

    th,
    td {
        padding: 5px 10px;
    }

    td {
        font-size: 14px;
        line-height: 22px;
    }

    #recentcomments {
        margin-bottom: 40px;
    }

    .news-article article .posted-on {
        font-size: 12px;
    }

    aside ul {
        margin: 0 0 40px;
    }

    aside h3 {
        font-size: 12px !important;
    }

    aside ul li a {
        font-size: 18px;
        line-height: 16px;
    }

    .feature-image {
        width: 40%;
        float: right;
    }

    .feature-content {
        width: 55%;
    }

    .about-slider-item:before {
        content: '';
        display: block;
        top: 0;
        left: -30%;
        bottom: 0;
        width: 50%;
        background: #fff;
        position: absolute;
        z-index: 1;
    }

    /*.enumenu_ul > li:first-of-type > ul { position: absolute; left: 15px; right: 15px; z-index: 999; background-color: rgba(236,236,236,.9); padding: 20px 20px 10px 20px;width:auto;}*/
    .enumenu_ul>li>ul {
        position: absolute;
        z-index: 999;
        left: auto;
        right: auto;
        background-color: #ececec;
        padding: 20px 20px 10px 20px;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .enumenu_ul>li>ul a {
        font-weight: normal;
        color: #064a75;
    }

    .enumenu_ul>li>ul a:hover {
        color: var(--primary-deep-ocean);
    }

    /*.enumenu_ul > li:first-of-type > ul > li { display: inline-block; vertical-align: top; width: 13%; margin-right: 1%; }*/
    .enumenu_ul>li:first-of-type>ul>li:last-of-type {
        /*width:10%;*/
    }

    .enumenu_ul>li>ul>li {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-right: 0;
    }

    .categories-list-item:nth-of-type(even):after {
        content: '';
        display: block;
        top: 0;
        left: -20px;
        right: auto;
        bottom: 0;
        position: absolute;
        background: #1fbfd6;
        width: 120%;
        z-index: -1;
    }

    .categories-list-item:after,
    .categories-list-item .cat-details {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .copyright-sec p {
        margin: 0;
    }

    .categories-list-item:hover .cat-details {
        margin-top: -5px;
    }

    .categories-list-item:hover::after {
        cursor: pointer;
        background-color: #f89f27;
    }

    .categories-list-item:hover .material-icons {
        color: #ffffff;
        cursor: pointer;
    }

    .categories-list-item:hover p {
        color: #ffffff;
        cursor: pointer;
    }

    .categories-list-item:hover h3 {
        color: #ffffff;
        cursor: pointer;
    }

    .categories-list-item:hover a {
        color: #ffffff !important;
        cursor: pointer;
    }

}

@media screen and (min-width: 768px) {

    .search-form-container {
        left: 15px;
        width: 730px;
    }


}

@media screen and (min-width: 992px) {

    .wrapper {
        width: 970px;
    }

    .search-form-container {
        width: 950px;
    }

}

@media screen and (min-width: 1024px) {

    .news section article {
        margin-bottom: 30px;
    }

    .news section article img {
        float: left;
        margin-right: 30px;
    }

    .news section article .news-thumb {
        width: 300px;
        height: 400px;
        margin: 0 30px 0 0;
        float: left;
    }

    .news section article .news-excerpt {
        padding: 30px;
    }

    #breadcrumbs {
        display: block;
        margin-bottom: 40px;
    }

    .news-single section {
        width: 480px;
    }

    .sidenav section {}

    #header-main {
        /* height: 152px;
        background: rgba(0, 0, 0, 0.46); */
        background: rgba(1, 62, 178, 0.5);
        padding: 10px 0;
    }


}

@media screen and (min-width: 1200px) {

    .wrapper {
        padding: 0;
    }

    .full-width section {
        width: 100%;
    }

    .single section {
        width: 640px;
    }

    aside {
        width: 300px;
    }

    .wrapper {
        width: 1200px;
    }

    .news-single section {
        width: 560px;
    }

    .news section article .news-thumb {
        width: 300px;
        height: 300px;
    }

    .search-form-container {
        width: 1170px;
    }

    .about-text {
        ;
        max-width: 600px
    }
}

@media screen and (min-width: 1230px) {
    .search-form-container {
        width: 1200px;
    }
}

@media screen and (max-width: 480px) {
    .header-info {
        margin: 0 auto;
    }
}


@media screen and (min-width: 1040px) {
    .logged-in.admin-bar #header-main {
        top: 0;
    }
    .header-top {
        padding-bottom: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 1040px) {
    .logged-in.admin-bar #header-main {
        top: 0;
    }
    .header-top {
        padding-bottom: 20px;
        margin-top: 0;
    }
}

/* custom.css*/


.homepage-cta .card{

    background-color: #E7F7F0 ;

}

.homepage-cta .card:hover{

    border: 2px solid #93D4B8;

}

.homepage-cta .card h3, .homepage-cta .card p, .common-heading, .news-detail a{

    color: var(--primary-deep-ocean);

}

.homepage-cta .card-body {

    padding: 28px 37px;

}

.register-box a{

    font-size: 14px;

    

}

.days-to-go {

    padding: 10px 11px;

    background-color: var(--primary-reefgreen);

}

.countdown-heading {

    font-family: 'Mabry Pro', Arial, sans-serif;

    font-size: 14px;

    font-weight: 500;

}

.page-template-template-event h2, 

.page-template-template-event h3, 

.page-template-template-event h2 a, 

.page-template-template-event h3 a, 

.wrapper.page section h2, 

.wrapper.page section h3, 

.wrapper.news h3, 

.extra-info h2{

    color: var(--primary-deep-ocean);

}

.footer-links li a:hover, 

.footer-main .footer-links ul li a:focus, 

.footer-links-right li a:hover, 

.footer-main .footer-links-right ul li a:focus{

    color: var(--primary-reefgreen);

}

.read-more-bttn, .btn.btn-primary, input[type="submit"]{

    background: var(--primary-reefgreen);

    color: var(--primary-deep-ocean);

    text-transform: uppercase;

    border: none;

}

.read-more-bttn:hover, .btn.btn-primary:hover, input[type="submit"]:hover{

    background: var(--primary-green);

    border: none;

    color: var(--primary-deep-ocean);

}

.enumenu_ul>li:hover>a, .enumenu_ul>li>a:after{

    color: var(--primary-reefgreen)

}

.days-to-go:hover {

    background-color: var(--primary-green);

}

.register-box a:hover, .register-box a:focus{

    color: var(--primary-deep-ocean);

}

.news section article h2 a {

    color: var(--primary-deep-ocean);

}

.wrapper.news aside ul li a {

    color: var(--primary-deep-ocean);

}

@media (min-width: 768px) and (max-width: 1919.98px) {

    .video-banner-foundry {

        min-height: unset;

        padding-top: 56.25%;

    }

    .banner-text{

        /* margin: 185px auto 0; */

    }

    

    .ytplayer-container {

        bottom: 0;

    }

    

    .ytplayer-container iframe {

        width: 100% !important;

        height: 100% !important;

    }

}

@media (min-width: 768px) and (max-width: 991px){

    .banner-text {

        display: flex;

        flex-direction: column;

        margin: 50px auto 0;

        align-items: center;

    }

}

@media (min-width: 992px) and (max-width: 1366px){

    .banner-text {

        margin: 185px auto 0;

    }

}

@media (max-width: 991px){

    .register-box {

        font-size: 24px;

        color: #1b325c;

        padding: 0px;

        position: absolute;

        top: 18%;

        right: 0;

    }

    .days-to-go {

        display: none;

    }

    .countdown-heading {

        color: #fff;

        font-size: 14px;

        padding: 8px 17px;

    }

    .header-top .social-list {

        display: none;

    }

    .header-nav {

        text-align: left;

        height: 60px;

        position: relative;

        background-color: var(--primary-asphalt);

    }

    .register-mob {

        display: inline-block;

        width: 74%;

        vertical-align: top;

        background: #BFF6AD;

        height: 100%;

        text-align: center;

        height: 60px;

    }

    .register-mob a {

        display: inline-block;

        font-size: 18px;

        text-transform: uppercase;

        color: #013EB2;

        height: 100%;

        line-height: 60px;

        font-weight: 700;

    }

    .header-nav nav {

        display: inline-block;

        width: 25%;

        height: 59px;

        background: var(--primary-asphalt);

    }

    .menu-icon {

        text-align: center;

        display: block;

        position: relative;

        padding: 0;

        z-index: 111;

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

        -webkit-transform: translateZ(0);

    }

    .menu-icon .menu-box {

        padding-top: 23px;

    }

    .menu-icon:after {

        content: '';

        display: block;

        top: 0;

        bottom: 0;

        left: auto;

        right: 0;

        width: 0;

        height: 0;

        position: absolute;

    }

    .enumenu_ul {

        display: none;

        position: absolute;

        width: 100%;

        background: var(--primary-asphalt);

        text-align: left;

        /* max-height: 350px; */

        overflow: auto;

        top: 60px;

        left: 0;

    }

    #header-main [class^="col-"] {

        padding: 10px 0 0;

    }

    #header-main {

        position: relative;

        /* background-color: var(--primary-asphalt); */

        background-color: rgba(1, 62, 178, 0.7);

    }

    .enumenu_ul li {

        display: block;

        position: relative;

        -webkit-backface-visibility: hidden;

    }

    .enumenu_ul>li {

        margin-left: 0;

        margin-bottom: 3px;

    }

    .enumenu_ul li a, .sticky .enumenu_ul li a {

        display: block;

        padding: 10px 20px;

        position: relative;

        color: #fff;

        border: 1px solid transparent;

        font-size: 16px;

        -webkit-backface-visibility: hidden;

    }

    .enumenu_ul>li>a {

        background-color: var(--primary-asphalt);

    }

    .enumenu_ul>li>ul {

        background-color: var(--primary-asphalt);

        padding: 0;

        position: static;

        margin: 4px auto;

    }

    .enumenu_ul>li>ul>li {

        display: block;

        margin: 0;

        width: 100%;

    }

    .enumenu_ul>li>ul>li>a {

        margin: 0;

        display: block;

        color: var(--primary-sea-air);

    }

    .sticky .container {

        max-width: 100%;

    }

    .sticky .register-box {

        display: none;

    }

    .sticky .register-box {

        padding: 10px;

        right: 0;

    }

    #header-main.sticky {

        padding: 0;

        top: -1px;

    }

    .sticky .sticky-logo {

        display: block;

        width: 25%;

        float: left;

        padding: 10px;

        height: 60px;

        margin: 0;

        text-align: center;

    }

    .sticky .register-mob {

        width: 45%;

    }

    .sticky nav {

        padding-top: 0px;

    }

    .sticky .sticky-logo img {

        max-height: 100%;

    }

    

}



@media screen and (min-width: 768px){

    p {

        font-size: 18px;

        line-height: 140%;

    }

    .page-title {

        font-size: 78px;

        line-height: 100%;

    }

}



p, td, li {

    font-size: 18px;

    line-height: 140%;

}

/* table tr td:first-child, table tr:first-child td {

    font-weight: bold;

} */

.banner-text p{

    font-size: 58px;

    margin-bottom: 2px;

}

.banner-text h1 span{

    font-size: 78px;

    line-height: 95%;

    letter-spacing: -2.12px;

}

.banner-text h2 span{

    font-size: 18px;

}

.banner-text h1{

    margin-bottom: 10px;

}

.homepage-cta .card h3{

    font-family: 'TTNormsProBold', Arial, sans-serif;

    text-transform: capitalize;

    letter-spacing: unset;

}



/* h1,

h2,

h3,

h4,

h5,

h6 {

    letter-spacing: -2.12px;

} */

section strong {

    font-family: 'MabryPro', sans-serif;

    font-size: 18px;

}

.features-sidebar ul a {

    font-size: 18px;

    font-weight: bold;

}

/* @media (max-width: 991px){ */

    table {

        table-layout: auto;

    }

/* } */

@media (max-width: 767px){

    .banner-text p{

        font-size: 38px;

    }

    .banner-text h1 span{

        font-size: 42px;

    }

    .banner-text h1{

        margin-left: 0;

    }

}

@media (max-width: 376px){

    .register-mob {

        width: 70%;

    }

    .register-mob a{

        font-size: 16px;

    }

}