* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --font-financier:'Financier Display';
    --font-inter: "Inter", sans-serif;
    --black:#000000;
    --title-green:#1E3E36;
    --green: #234943;
    --dark-green:#0F3F36;
    --body-text: #234943;
    --white: #FFF;
    --transition: all 400ms ease-in-out;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	font-family: var(--font-inter);
	color: var(--body-text);
    font-size: 16px;
	letter-spacing: 0;
	line-height: 130%;
    touch-action: pan-x pan-y;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.container { 
    max-width: 951px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.small-container{
    max-width: 1177px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
a {
	color: var(--black);
	text-decoration: none;
    transition: var(--transition);
    text-decoration: none;
}
html, body {
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
b,strong{
    font-weight: 600;
}
a:hover { color: var(--dark-text);}
a:visited{
    color: var(--black);
}
p a{text-decoration: underline; color: #1E3E36; font-weight: 400;    transition: var(--transition);}
p a:hover{color: var(--black); text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none;  }
img { max-width: 100%; display: block; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none;  }
.input-field input,.input-field textarea {
    width: 100%;
    padding: 14px 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: var(--black);
    border-radius: 3px;
    border: 1px solid var(--black);
    font-family: var(--font-inter);
}
.input-field input[type="submit"] {
    background-color: var(--dark-green);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 95%;
    transition: var(--transition);
}
.input-field input[type="submit"]:hover{
     background-color: var(--black);
}
.input-field:not(:last-child) {
    margin-bottom: 12px;
}

.input-field input::placeholder, .input-field textarea::placeholder {
    color: var(--black);
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.nav-links .page-numbers {
    margin: 0 5px !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--green);
    border-radius: 50%;
}

.nav-links .page-numbers:hover {
    background: var(--black);
    opacity: 1;
}

video, iframe { width: 100% }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--font-rebuchet-ms); font-weight: 700;color: #12153E;}

h1,.h1 { font-size: 83px; line-height: 95%; font-weight: 400; margin: 0 0 25px; color: var(--title-green); font-family: var(--font-financier);}
h2,.h2 { font-size: 64px; line-height: 100%;font-weight: 400;margin: 0 0 25px; color: var(--title-green);font-family: var(--font-financier);}
h3,.h3 { font-size: 34px; line-height: normal; ; font-weight: 400;margin: 0 0 25px; color: var(--title-green);font-family: var(--font-financier);}
h4,.h4 { font-size: 28px; line-height: 95%; font-weight: 400; margin: 0 0 25px; color: var(--title-green);font-family: var(--font-financier);}
h5,.h5 { font-size: 24px; line-height: 100%; font-weight: 400;margin: 0 0 25px; color: var(--title-green);font-family: var(--font-financier);}

.small-title{font-size: 14px; line-height: 95%;font-weight: 600;margin: 0 0 22px; text-transform: uppercase; color: var(--title-green);}
.text-block  .small-title{
    margin: 0 0 25px;
}

p { font-size: 16px; line-height: 140%; font-weight: 400;color: var(--title-green);margin-bottom: 25px;}
p:last-child{margin-bottom: 0px;}
p:empty { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.switch-column {
    flex-direction: row-reverse;
}
.overflow-hidden,.body-hidden{
    overflow: hidden;
}



.error-404 .content_block {
    text-align: center;
}

.error-404 .content_block h1.page-title {
    font-size: 150px;
    line-height: 1;
    margin: 0;
    text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, 4px 4px 1px #000, 5px 5px 1px #000, 6px 6px 1px #000, 7px 7px 1px #000, 8px 8px 1px #000, 25px 25px 8px rgba(0, 0, 0, 0.2);
    color: #234943;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.error-404.not-found {
    padding: 150px 0;
    margin: 0;
}
.error404 .site-main {
    min-height: auto;
}

/*gravity form*/

ul,
li,
ol {
    margin: 0;
    padding: 0;
}

.list-unstyled li::before {
    display: none;
}

.list-unstyled li,
.site-main .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-main ul li{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 22px;
    margin: 0 0 35px;
    position: relative;
}
.site-main ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 26px;
    position: relative;
    color: var(--black);
}

.site-main ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
}
.site-main ol li:last-child{
    margin-bottom: 0px;
}
.site-main ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--black);
    font-weight: 700;
}
.site-main ol li:last-child{
    margin-bottom: 0px;
}

.site-main ul li {
    list-style-type: none;
}
.site-main ul li b,.site-main ol li b  {
    color: var(--black);
}

.site-main ul li ol li {
    list-style-type: inherit;
}

.site-main ul li ol li::before {
    display: none;
}

.site-main ul,
.site-main ol {
    margin-bottom: 30px;
}
.site-main ul:last-child, .site-main ol:last-child{
    margin-bottom: 0px;
}
.site-main ol li:last-child,
.site-main ul li:last-child {
    margin-bottom: 0;
}

.site-main ul li:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0px;
    right: auto;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--black);
}

.site-main ul li a,.site-main ol li a{
    text-decoration: underline;
    color: var(--black);
}
.site-main ul li a:hover,.site-main ol li a:hover{
    color: var(--hover-text);
}
li::marker,
.menu li::marker {
    color: var(--black);
}

.list-unstyled li,
.site-main .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-unstyled li::before {
    display: none;
}

.btn{
    background-color: var(--green) !important;
    border-radius: 3px;
    color: var(--white) !important;
    padding: 13px 18.5px !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 14px;
    line-height: 95%;
    font-weight: 600;
    transition: var(--transition) !important;
    position: relative;
    margin: 0 !important;
    text-transform: uppercase;
}

.btn:hover{
    background-color: var(--black) !important;
}

a + a {
    margin-left: 25px !important;
}

.inline-cta{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: var(--red);
    transition: var(--transition);
    text-decoration: none;
}
.inline-cta:hover{
    color: var(--dark-blue);
    text-decoration: none;
}


.video-popup-inner video,
.mfp-iframe {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.mfp-content {
  max-width: 900px;
}

.page-template-page-news_insight .site-content{
    background: var(--neutral);
}
.page-template-page-news_insight .site-content .loading{
    background-color: rgb(242 244 247 / 50%);
}

.video-popup-inner video,
.mfp-iframe {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.mfp-content {
  max-width: 900px;
}
.separator-line {
    height: 1px;
    width: 100%;
    background: rgba(152, 100, 26, 0.35);
    margin-bottom: 48px;
}
.mobile-img{
    display: none
}

.site-main{
    min-height: 500px;
    position: relative;

}
.search-content{
    padding-top: 175px;
}
.video-popup-inner video,
.mfp-iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.mfp-content {
  max-width: 800px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    opacity: 1;
    width: 60px;
    height: 60px;
    font-size: 35px;
    font-weight: 400;
    font-family: var(--font-aeonik-mono);
}
.mfp-bg{
    background: #000;
    opacity: 0.4;
}
.entry-footer{
    padding: 0px 0px 50px 0px;
}
.nav-links a:hover{
    opacity: 0.5;
}
/*---------- Header Start -----------*/
.site-header .container{
    max-width: 1109px;
}

.site-header.sticky {
    top: 0px;
    position: fixed;
    /* background: rgb(35 73 67 / 85%); */
    backdrop-filter: blur(15px);
    animation: goDown 0.8s ease-in-out forwards;
}

@keyframes goDown {
    0% {
        transform: translateY(-60px);
    }
    100% {
      transform: translateY(0px);
    }
  }


header.site-header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--green);
    z-index: 99;
}

.site.no-transparent .content-area {
    padding-top: 150px;
    padding-bottom: 55px;
}

@keyframes goDown {
    0% {
        transform: translateY(-60px);
    }
    100% {
      transform: translateY(0px);
    }
  }
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}

.main-navigation {
    transition: all .5s cubic-bezier(.23,1,.32,1);
    position: relative;
}
.main-navigation ul{
    display: flex;
    list-style: none;
}
.main-navigation ul li a,.head-right ul li a{
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: var(--white);
    transition: var(--transition);
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.main-navigation ul li a:hover,.head-right ul li a:hover{
    color: rgb(255 255 255 / 60%);
}
.main-navigation ul li.menu-item-has-children > a::after{
    content: "";
    position: relative;
    background-image: url(../images/down-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 6px;
    top: 2.3px;
    transition: var(--transition);
}
.main-navigation ul li.menu-item-has-children:hover::before{
    content: "";
    position: absolute;
    top: 19px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent;
    height: 40px;
    width: 150px;
    transition: var(--transition);
    max-width: 200px;
}
.main-navigation ul li.menu-item-has-children:hover > a::after{
    transform: rotate(180deg);
    top: -2px;
    opacity: 0.6;
}
.main-navigation ul li:not(:last-child),.head-right ul li:not(:last-child){
    margin-right: 30px;
}
.site-branding img {
    max-width: 275px;
}

.menu-toggle.active {
    z-index: 999;
}
.menu-toggle{
    display: none;
}
.header-mobile {
    display: none;
}

.head-right ul{
    display: flex;
    list-style: none;
}
.main-navigation .sub-menu{
    flex-direction: column;
    box-shadow: none;
    top: 60px;
    left: 0px;
    flex-direction: column;
    background: #234943;
    padding: 26px;
    max-width: 150px;
    display: none;
    transition: var(--transition);
}
.menu-close{
    display: none;
}

.main-navigation li.menu-item-has-children:hover .sub-menu{
    display: flex;
}
.main-navigation .sub-menu li{
    margin-right: 0px;
}
.main-navigation .sub-menu li:not(:last-child){
    margin-bottom: 24px;
}
.head-center .head-right.mobile{
    display: none;
}
/*---------- Header End -----------*/


/*---------- Footer Start -----------*/
footer{
    padding:40px 0px;
    background: var(--green);
}
footer .container{
    max-width: 1109px;
}
footer *{
    color: var(--white);
}
.footer-top{
    display: flex;
    margin-bottom: 105px;
}
.footer-left{
    width: 50%;
}
.footer-right{
    width: 50%;
}
.footer-right ul{
    list-style: none;
    display: flex;
    flex-direction: column;
}

.footer-right ul li a{
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
}
.footer-right ul li a:hover{
    color: rgb(255 255 255 / 60%);
}
.footer-right ul li:not(:last-child){
    margin-bottom: 35px;
}

.footer-logo img{
    max-width: 275px;
}

.footer-menu ul{
    display: flex;
    justify-content: space-between;
}
.footer-top .footer-menu ul{
    flex-direction: column;
}
.copyright-bar .footer-menu ul li:not(:last-child){
    margin-right: 113px;
    margin-bottom: 0px;
}
.copyright-text p{
    font-size: 14px;
    line-height: 115%;
}
.footer-menu-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}
.footer-top{
    margin-bottom: 45px;
    padding: 0px 15px;
}
/*---------- Footer End -----------*/

