/********GENERAL**********/


html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 12px;
  scroll-behavior: smooth;
}

body{
  font-family: 'Lato', sans-serif;
  color: #272C28;
  width: 100%;
  background-color: #017937;  
  letter-spacing: 0.05em;
}

*, *:before, *:after{
  box-sizing: border-box;
}

input:focus,
label:focus,
select:focus,
a:focus,
textarea:focus,
button:focus {
  outline: none;
}

a, img{
  border:none;
  outline:none;
}

a{
  text-decoration: none;
  color: #017937; 
}


h1, h2{
  font-family: 'Oswald', sans-serif;  
  font-size: 3.5rem;
  margin-top: 0px;
  padding-top: 10px;
  font-weight: bold;
}

h1{
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;  
}

h2{
  font-family: 'Oswald', sans-serif;    
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

h3{
  font-family: 'Oswald', sans-serif;    
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}

h4{
  font-family: 'Oswald', sans-serif; 
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

p{
  font-size: 1.33rem;
  line-height: 1.515;
  color: #626B65;
}


ul{
  font-size: 1.33rem;
  padding-left: 20px;
  color: #000000;
}

ol{
  font-size: 1.33rem;
  padding-left: 20px;
  counter-reset: list;
  margin: 0;
}

li{
  padding-bottom: 5px;
}


ol > li {
  list-style: none;
  position: relative;
}

ol > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

.oswald{
  font-family: 'Oswald', sans-serif;  
}



.clear, .clear10, .clear20, .clear30, .clear40{
  clear: both;
  height: 20px;
}


h1.heading{
  font-size: 3.5rem;
}


h2.subheading, h2.insidesubheading{
  font-size: 1.5rem;
  color: #ffffff;
  padding-top: 20px;
}

h2.insidesubheading{
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}


h2.sectionheading{
  font-size: 2.8rem;
  text-transform: uppercase;
}



span.underlinegreen{
  border-bottom: 8px solid #268651;
  margin-bottom: 10px;
  display: block;
  width: 80px;
}



span.underlinefullwidth{
  width: 100%;
}

@media only screen 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)
and (-webkit-min-device-pixel-ratio: 2) { 
.largercontentimage{
  min-height: 470px;
}
.largestcontentimage{
  min-height: 570px;
}}

@media only screen 
  and (min-width: 1025px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.largercontentimage{
   min-height: 470px;
}

.largestcontentimage{
  min-height: 570px;
  }}




.left{
  padding-left: 15%;
  padding-right: 0%;
}



.container1, .container2, .container3, .container4, .container5, .container6, .container7, .containerleft, .containerright{
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

.container1{
  width: 98%;
}


 /****** COOKIE CHECK *********/ 


.cookiecontainer{
  width: 100%; 
  height: auto;
  overflow: auto; 
  background-color: #268651;
  color:#ffffff;
  padding-bottom: 2px;
}

.cookieinner{
  max-width:1440px; 
  padding-left: 1%;
  padding-right: 1%;
  width: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cookietext{
 float: left;
 width: 90%;
 padding-right: 5%;
}

.cookiebut{
  float:left;
  position: relative;
  width: 10%;
}

.cookiebutton{
  float: right;
  width: 139px;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  background-color: #268651;  
  border: 1px solid #268651;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1.2rem;  
  font-weight: bold;
  text-decoration: none; 
  -webkit-appearance: none;  
}

.cookiebutton:hover, .cookiebutton:focus{
  background-color: #30925C;
  border: 1px solid #30925C;  
  color: #ffffff;  
  cursor: pointer;
}



/**************** COOKIE POPUP ********************************/


.privacypolicies-com---nb-interstitial{
    width: 968px !important;
    position: fixed !important;
    margin: 0 auto !important;
    margin-top: 17% !important;
    top: unset !important;
    border-radius: 20px;
}

.privacypolicies-com---pc-dialog{
    margin-top: 2% !important;
  }

.cc-nb-content-container{
  display: flex !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  -ms-flex-pack: justify !important;
  -ms-flex-pack: center !important; 
}

.cc-nb-text-container{
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;  
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -o-flex-direction: row !important;   
    -ms-flex-direction: row !important; 
    justify-content: flex-start !important; 
    -webkit-justify-content: flex-start !important;    
    -ms-flex-pack: start !important; 
    width: 70% !important;
}

.cc-nb-buttons-container{
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    -webkit-flex-direction: row !important;
    -webkit-justify-content: flex-end !important;
    -webkit-align-items: center !important;
    -ms-flex-direction: row !important;
    -ms-flex-align: center !important;
    margin-top: -25px !important;  
}

@media only screen and (max-width: 1100px)
 {
.privacypolicies-com---nb-interstitial{
    width: 87% !important;
    margin-top: 20% !important;
  }
}






/******************* NAV *******************/

.navbar {
  position: fixed; 
  top: 0; 
  width: 100%;
  height: auto;
  background-color: #ffffff !important;
  box-shadow: 0px 1px 5px #b6b6b6;   
  z-index: 2; 
}

.navcontent{
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px; 
  margin: 0 auto;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -ms-flex-pack: justify;
  -ms-flex-pack: center;  
  padding-bottom: 0;
  align-items: center; 
}

.menuicon {
  display: none;
}


.hide, #skiplinks span{
  z-index: 1;
  position: absolute;
  top: -999em;
  left: -999em;
}

#skiplinks {
  position: relative;
  float: left;
}

#skiplinks ul, #skiplinks li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#skiplinks a {
  display: block;
  position: absolute;
  width: 180px;
  font-size: 1.1rem;
  color: #017937;
  text-transform: uppercase;
  text-decoration: none;
  outline-style: none;
  top: -999em;  
}

#skiplinks a:focus  {
  top: -30px;
  left: 235px
}

#skiplinks a:hover {
  text-decoration: underline;
} 

#logo {
  position: relative; 
  z-index: 9999;
  display: inline-block;
  font-size: 5rem;
  padding-top: 5px;
  margin-top: 0;    
}

#logo .green{
 fill:#0f793e;
}

#logo:hover .green{
  fill: #01AC4E;
}

#logo:focus > svg{
  fill: #01AC4E;
}

.nav-links,
#logo {
  text-decoration: none;
  color: #017937;
}

.nav-links{
  padding-bottom: 5px;
  margin-left: 50px;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  white-space: nowrap;
}

.nav-links:hover, .nav-links:focus{
  color: #017937;
  border-bottom: 5px solid #017937;
  text-decoration: none;
}


#main-nav {
  font-family: 'Oswald', sans-serif;    
  display: flex !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;  
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;   
  -ms-flex-direction: row; 
  justify-content: flex-end; 
  -webkit-justify-content: flex-end;    
  -ms-flex-pack: end; 
  width: 83%;
  list-style-type: none;
  padding-left: 10px;
  margin-top: 0px;
  padding-top: 35px;
  height: 80px;
  z-index: 9998;
}

#main-nav li {
  text-align: center;
  margin: 0;
  font-size: 1.42rem;  
  cursor: pointer;
  font-weight: bold;
}

#logo:hover, .nav-links:hover {
  color: #017937;
}

.dnone, .menubox, .mobile-menu{
 display: none;
}

.menubox{
  display: none;
  cursor: default;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 520px;
  padding-top: 100px;
}


.subtext{
  color: #777777;
  font-size: 1.1rem;
  margin-top: 2px;
  margin-bottom: 40px;
  margin: 0px; 
}


.navbar:hover, .navbar:focus{
  background-color: #ffffff !important;
  transition: 0.3s;
}


  .buttoncontainer{
  display: flex !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;  
  flex-direction: row;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-direction: row;    
  -ms-flex-align: center;         
  z-index: 9999;
  position: relative;    
}

.roundedbutton {
  width: 142px;
  margin: 0 auto;
}



.vert-fix, .vert-fix-nopad{
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}

.vert-fix-nopad{
  padding-right: 0px;
}


.mobile-menu:checked ~ .menubox{
  display: block;
}


/*********** MAIN AREA  *********/


.mainarea{
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #ffffff; 
}

.transparent{
  opacity: 0.8;
}

#whitebox{
  min-height: 450px;
  max-height: 800px;
}

.whitebox, .greybox{
  width: 100%;
  height: auto;
  overflow: auto;  
}

.whitebox, .greybox{
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.whitebox{
  background-color: #ffffff;
}

.greybox{
  background-color:  #F5F9F6;
  min-height: 250px;
}

.legal-box {
  background-color:  #F5F9F6;
  min-height: auto;
  padding-bottom: 0px!important;
}

.contentcontainer, .insidecontentcontainer{
  max-width: 1200px;
  margin: 0 auto;
}

.insidecontentcontainer{
  max-width: 1110px;
}

.content{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

.contentcontainer{
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}


.featureheading{
  padding-top: 200px;
}

.bannerimg, .bannerimgXL, .insidebannerimg{
  width: 100%;
  height: 640px;
  z-index: 1; 
  position: relative;
}

.bannerimgXL{
 height: 640px;
}

.insidebannerimg{
  height: 300px;
}

.bannercontent{
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 300px;
  height: 600px;
}

.newsarea{
  display: flex;
  margin-top: 120px;
}



.homeheadbox{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 1500px;
  padding: 48px 30px 4px 0px;
  width: 50vw;
  background-color: rgba(1, 121, 55, 0.851);
}

h3.subheading{
  width: 47rem; 
}

h1.home-title{
  width: 47rem;
}

p.home-body-text{
  width: 47rem;
}



.contentcontainer-banner{
  max-width: 1200px;
  height: auto; 
} 

.homeheadbox h1 {
  font-size: 4.67rem;
  margin-bottom: 25px;
}

.homeheadbox h3{
  font-size: 3rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-top: auto;
  line-height: 46px;
  color: #ffffff !important;
}

.homeheadbox p{
  color: #ffffff !important; 
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 22px;
  color: white;
  margin-top: 12px;
}

.homebox{
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 20px;
  float: left;
  margin-left: 1% !important;
  width: 25% !important;
}

.homebox h3{
  margin-top: 0px;
  margin-bottom: 0px;
}




/******PRODUCT SECTION CONTAINERS*******/

.section {
  padding: 40px 16px;
}

.section-white {
  background: white;
}

.section-grey {
  background: #f5f9f6;
}

.section-title  {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.34rem;
  color: #272c28;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}


.section-title:last-child  {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.34rem;
  color: #272c28;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
}



.provider-logo {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.provider-logo svg {  
  display: block;
  margin: 0 auto;
}


.description-text p {
  font-size: 1.33rem;
  line-height: 24px;
  text-align: center;
  color: #626b65;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 702px;
}




  /***** PRODUCT CARDS (RL360 SECTION) *****/

.products-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  background: white;
  border: #E5E5E5 1px solid;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  max-width: 1200px;
  overflow: hidden; 
}

  
.product-icon {
  width: 36px;
  height: 36px;
  background: #e5f1eb;
  border-radius: 8px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-title p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.33rem;
  line-height: 20px;
  color: #626b65;
  text-align: left;
  width: 257px;
}

.product-description p {
  font-family: 'Lato', sans-serif;
  font-size: 1.33rem;
  line-height: 20px;
  color: #626b65;
  text-align: left;
  width: 257px;
  margin: 0 auto;
  text-overflow: ellipsis;
}




  

  /****** CTA BUTTON ******/

.cta-button {
  background: #30925c;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 42px;
  text-align: center;
  width: 320px;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.cta-button:hover, .cta-button:focus {
  background: #017937;
  color: white;
}

.cta-button a {
  color: white;
  font-family: 'Lato', sans-serif;
}

.cta-button-ifgl {
  background: #30925c;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 42px;
  text-align: center;
  width: 320px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.cta-button-ifgl:hover, .cta-button-ifgl:focus {
  background: #017937;
  color: white;
}


/****** IFGL SECTION ********/

.ifgl-container{
  display: flex;
  width: 100%;
  margin-bottom: 49px;
}


.svg-logo-body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 41%;
}



.ifgl-text-container {
  flex: 1;
  margin: 0px 10px 10px 0px;
  width: 50%;
  padding-right: 35px;
}



.ifgl-heading p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 25px;
  text-align: left;
  margin-bottom: 40px;
  color: #626b65;
}

.ifgl-heading span.bold-first {
  color: black;
}



.ifgl-description p {
  font-size: 1.5rem;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}

.provider-logo-body {
  text-align: left;
  margin-top: 17px;
  margin-bottom: 30px;
}






/****** STAT SECTION (IFGL SECTION) *******/


.stats-image {
  width: 48%;
  margin-left: 5px;
}

.stats-image img {
  width: 100%;
  height: 384px;
}

.stats-grid {
  display: flex;
  flex-direction: row;
  gap: 49px;
}

.stat-item {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 32px 32px;
  text-align: center;
}

.stat-number  {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.35rem;
  color: #30925c;
  margin-bottom: 10px;
}

.stat-label   {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 25px;
  color: #626b65;
}


/******FAQs*******/

.faq-container {
  width: 1200px;
  gap: 40px;
  margin-bottom: 50px;
}

.faq-content {
  display: flex;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 24px;
  margin-top: 2.5rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  width: 100%;
}

.faq-item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.faq-question {
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question-text {
  font-weight: 500;
  font-size: 1.33rem;
  color: #626b65;
  padding-right: 2rem;
}

.faq-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #30925c;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0rem 1.5rem 1.25rem 1.5rem;
  color: #475569;
  line-height: 1.625;
}








/******CONTACT FORM*******/

.contact-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 110px;
}

.header {
  display: flex;
  flex-direction: column;
  padding-top: 42px;
  gap: 32px;
  align-items: center;
}

.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.35rem;
  color: #272c28;
  text-align: center;
}

.spacer {
  height: 19px;
}

.contact-content {
  display: flex;
  width: 97.5%;
  justify-content: center;
  gap: 24px;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info,
.office-hours {
  background-color: white;
  border: #E5E5E5 1px solid;
  padding: 16px 16px 40px 16px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-item.center {
  align-items: center;
}

.icon {
  flex-shrink: 0;
}

.icon svg {
  display: block;
}



.contact-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.34rem;
  color: #626b65;
  line-height: normal;
  width: 321px;
}

.contact-text.email {
  color: #017937;
  text-decoration: underline;
}

.office-hours {
  display: flex;
  flex-direction: column;
  border: #E5E5E5 1px solid;
  gap: 15px;
}

.office-hours-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.office-hours-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.34rem;
  color: #626b65;
  line-height: normal;
  width: 321px;
}

.hours-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hours-row {
  display: flex;
  gap: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.34rem;
  color: #626b65;
  line-height: 25px;
}

.hours-day {
  width: 152px;
}

.hours-time {
  flex: 1;
  text-align: right;
}

.form-container {
  background-color: white;
  border: #E5E5E5 1px solid;
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}

.form-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 5em;
}

.form-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding-bottom: 24px;
}

.form-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.67rem;
  color: #626b65;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.form-row {
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
}

.form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

.form-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.34rem;
  color: #626b65;
  height: 24px;
  display: flex;
  align-items: center;
}

.form-input,
.form-textarea {
  background-color: #f3f3f5;
  border: none;
  border-radius: 8px;
  padding: 0 13px;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  color: #626b65;
}

.form-input {
  height: 36px;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #626b65;
  font-family: 'Lato', sans-serif;
  font-size: 1.16rem;
}

.form-textarea {
  height: 240px;
  padding: 8px 13px;
  resize: none;
}

.form-submit-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;

}

.submit-button {
  background-color: #30925c;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0 20px;
  height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 25px;
  cursor: pointer;
  width: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-button:hover {
  background-color: #277a4b;
}

#submitBtn:disabled{
  background-color: #f5f5f5;
  color: #808080;
  border: 0;
  cursor: not-allowed;
}

#successmsg{
  display: none;
}

.error { border:2px solid #d22630;}

.errormsg{
  color: #d22630;
  display: none;
  flex: 1;    
  flex-direction: column;
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  
}

.form-footer {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 8px;
  width: 100%;
}



.recaptcha-container {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  position: relative;
}


.g-recaptcha{
  float: left;
}

.recaptScale {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); /* For older Safari/Chrome */
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; /* For older Safari/Chrome */
}





/******* Lists ***********/

ul.normal{
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 0px;
}

li.pdf{
  padding-left: 1.8em;
  font-size: 1.3rem;
  vertical-align: bottom;
  background-image: url(/images/pdf.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  margin-right: 20px;
}

li.bullet{
  list-style-type: circle;
  margin-left: 20px;
  padding-bottom: 20px;
}




/************ OVERWRITES **************/


.angelagregoryimg, .nigeldanzelmanimg{
  position: relative;
  z-index: 1;
  width: 50%; 
  height: 280px; 
  margin-left: 15%;
}

.dropdowncontent .container4{
    width:25%;
  }

.col2, .col3{
    margin-left: 10.5%;
 }






/********************** T&C TABS ***********************/

.homeheadbox.legal h1{
  font-size: 40px;
}

.homeheadbox.legal{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50vw;
  max-width: 1500px; 
  padding: 50px 30px 40px 0px;
  background-color: rgba(1, 121, 55, 0.85);
  margin-left: 0;
  margin-right: auto;
  width: 50vw;
}

.inside-title{
  padding-left: 10px;
  font-size: 2rem;
}

h1.inside-title{
  width: 47rem; 
  text-align: left;
}

.headingflexibox{
	background-color: rgba(1, 121, 55, 0.85);
	position: absolute;
	top: 200px;
	width: 40%;
	height: 140px;
	z-index: -1;
}

.legal{
	background-color: transparent !important;
}

 .legal{
  min-height: unset;
  padding-bottom: 0px;
 }

.legaltabscontainer{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  gap: 10px;
}

.tablink{
  display: inline-block;
  padding: 20px 65px;  
  text-align: center;
  background-color: #30925C;
  font-family: 'Oswald', sans-serif;    
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ffffff;
}

.tablink:hover, .tablink:focus{
  background-color: #28754b;
  color: #ffffff;
  text-decoration: none;
}

.selected, .selected:hover, .selected:focus{
  color: #000000;
  font-weight: bold;
  background-color: #ffffff;
  cursor: default;
}

.policy-links:hover, .policy-links:focus{
  text-decoration: underline;
}







/******************* FOOTER *******************/

footer{
  width: 100%;
  background-color: #F9FAFB;
  height: auto;
  min-height: 300px;
}

#footerlogo{
  display: block;
  padding-top: 5px;
  width: 250px;
  height: 70px; 
  float: left;
  fill: #268651;
}

#footerlogo svg:hover{
  fill: #ffffff;
} 

.footer-contents{
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  color: #30925C;
  z-index: -1;
}

.footer-text{
  font-size: 1.4rem;
  width: 35%;
  margin-bottom: 130px;
}

#footer-link-row{
  display:inline-block; 
  color: #626B65;
}

.footer-contents span.underlinegreen{
  margin-bottom: 0px;
  border-bottom: 3px solid #DCECE3;
}

.footer-contents a{
  padding-right: 5px;
  color: #30925C;
  text-decoration: none;
}

.footer-contents a:hover, .footer-contents a:focus {
  color: #30925C;
  text-decoration: underline;
}

.svg-logo-footer{
  margin-left: 60px;
}

#logo-container{
  padding-left: 20px;
  align-items: baseline;
}

#footer-container-bottom{
  display:flex; 
  flex-direction: row; 
  justify-content: space-between; 
  color: #888b8d; 
  align-items: center;
  margin-top: 20px;
}


#pagerefcontainer p{
  display: inline-block;
}

.line{
  height: 1px;
  border-top: 1px solid #9a9997;
  width: 99%; 
  margin-top: 20px;
}








/******REGULATORY FOOTER******/

    
.regulatory-footer {
  background: #ecf3f1;
  padding: 25px 16px 25px;
}

.regulatory-content{
  width: 1170px;
  margin: 0 auto;
}

.regulatory-badge {
  background: #dcece3;
  height: 40px;
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 10px 8px;
  margin-bottom: 16px;
}

.regulatory-badge span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.16rem;
  color: #30925c;
}

.regulatory-text p{
  font-size: 1.33rem;
  line-height: 18px;
  text-align: left;
  color: #626b65;
}





/************* IMAGES *****************/

.bridgeimgXL{
  background: url(/images/dubai-bridge-terms-of-useL.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.dubaiskylineimgXL{
  background: url(/images/dubai-skyline-privacy-policyL.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.dubaiskylineimg2XL{
  background: url(/images/dubai-skyline-cookiesL.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.dubaicityscapeimgXL{
  background: url(/images/dubai-cityscape-accessibilityL.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}


.dubai-cityscapeXL{
  background: url(/images/dubai-cityscapeL.webp);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover; 
}