/********GENERAL**********/


html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
}

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: 1.8rem;
  margin-top: 0px;
  padding-top: 30px;
  color: #193444;
  font-weight: bold;
}

h1{
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;  
}

h2{
  font-size: 2.2rem;
}

h3{
  font-family: 'Oswald', sans-serif;    
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase; 
  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.4em;
}

ul{
  font-size: 1.33rem;
  padding-left: 20px; 
  color: #000000; 
}

li{
  padding-bottom: 5px;
}

ol{
  font-size: 1.3rem;
  padding-left: 20px;
  counter-reset: list;
  margin: 0;
}

ol > li {
  list-style: none;
  position: relative;
}

ol > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}



.clear, .clear10, .clear20, .clear30, .clear40{
  clear: both;
  height: 20px;
}



.insideheading{
  height: auto; 
  width: 100%;
  margin-top: 30px;
}

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;
  margin-bottom: 5px;
}

span.underlinegreen{
  border-bottom: 8px solid #268651;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}


span.underlinefullwidth{
  width: 100%;
}





 /****** COOKIE CHECK *********/ 

.cookiecontainer{
  width: 100%; 
  height: auto;
  overflow: auto; 
  background-color: #268651;
  color:#ffffff;
}

.cookieinner{
  max-width:575px; 
  padding-left: 2%;
  padding-right: 2%;
  width: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cookiebutton{
  width: 139px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  background-color: #268651;  
  border: 1px solid #268651;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1.1rem;  
  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: 90% !important;
    position: fixed !important;
    margin: 0 auto !important;
    margin-top: 30% !important;
    top: unset !important;
    border-radius: 20px !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; 
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
  gap: 2rem !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: 100% !important;
}

.privacypolicies-com---nb .cc-nb-text{
  width: 100% !important;
  margin-right: 0 !important;
}

.cc-nb-buttons-container{
  display: flex !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  /*grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
  gap: 1rem !important; */
}

.cc-nb-okagree, .cc-nb-changep{
  margin-bottom: 10px !important;
}

.privacypolicies-com---palette-light .cc-nb-okagree{
  width: 130px !important;
}

.cc-cp-foot .cc-pc-head-close{
  display: none !important;
}

.privacypolicies-com---pc-dialog{
  max-height: 100%;
  overflow-y: scroll;
  border-radius: 0px !important;
  margin-top: 0% !important;
}  

.cc-nb-okagree{
  margin-bottom: 10px !important;
}


@media only screen and (max-device-width: 1100px) 
                   and (orientation: landscape) {
    
.privacypolicies-com---nb-interstitial{
  margin-top: 10% !important;
}
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) 
 {
.privacypolicies-com---nb-interstitial{
  margin-top: 0% !important;
  }

}




/******************* NAV *******************/


.navbar {
  position: absolute; 
  top: 0; 
  width: 100%;
  background-color: #ffffff !important;
  box-shadow: 0px 1px 5px #b6b6b6 ;  
  z-index: 2; 
}

.navcontent{
  max-width: 575px;
  padding-right: 0%;
  padding-left: 0%;  
  margin: 0 auto;
  height: 80px;
  display: block;
  padding-bottom: 0;
  align-items: center; 
}


#logo {
  float:left;
  position: relative; 
  z-index: 9999;
  display: inline-block;
  font-size: 2rem;
  padding-top: 0px;
  top: 16px;
}

#logo svg{
  width: auto;
  padding: 5px 5px 5px 10px;
}


#logo .green{
 fill:#0f793e;
}

#logo:hover .green{
  fill: #01AC4E;
}

#logo:focus > svg{
  fill: #01AC4E;
}

.green{
  fill: #268651;
}

.nav-links,
#logo {
  text-decoration: none;
  color: #017937;
}

.nav-links:hover, .nav-links:focus{
  color: #017937;
  border-bottom: 5px solid #017937;
  text-decoration: none;
}


.hide, .hidelogo, .toppage, #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: auto;
  font: normal 0.8em Tahoma, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  outline-style: none;
  top: -999em;  

}

#skiplinks a:focus  {
  top: 4px;
  left: 280px
}

#skiplinks a:hover {
  text-decoration: underline;
} 


.menuicon {
  position: absolute;
  right: 12px;
  top: 20px;
  width: 100px;
  height: 40px;
  border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.35rem;
  font-weight: bold;
  text-decoration: none;   
  color: #017937;
  border: 1px solid #017937;
  padding: 10px;
  padding-left: 0px;
  z-index: 4;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIyNi42NyIgdmlld0JveD0iMCAwIDMxIDI2LjY3Ij48dGl0bGU+bWVudS13aGl0ZTwvdGl0bGU+PHBhdGggZD0iTTAsMjYuNjdIMzFWMjIuMjJIMFpNMCwxNS41NkgzMVYxMS4xMUgwWk0wLDBWNC40NEgzMVYwWiIgc3R5bGU9ImZpbGw6IzAxNzkzNzsiIC8+PC9zdmc+")  no-repeat;
  background-position: right 12px top 12px;
  background-size: 16px 14px; 
}


.mobile-menu-checked{
  background-color: #30925C;
  border: 1px solid #30925C;  
  color: #ffffff;
  z-index: 9999;
  background: #30925C url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zOSIgaGVpZ2h0PSIxMC4zOSIgdmlld0JveD0iMCAwIDEwLjM5IDEwLjM5Ij48cGF0aCBkPSJNOS44NiwxLjQ3LDguOTIuNTMsNS4yLDQuMjYsMS40Ny41M2wtLjk0Ljk0TDQuMjYsNS4yLjUzLDguOTJsLjk0Ljk0TDUuMiw2LjE0LDguOTIsOS44NmwuOTQtLjk0TDYuMTQsNS4yWiIgc3R5bGU9ImZpbGw6I2ZmZjtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MC43NXB4Ii8+PC9zdmc+")  no-repeat;
  background-position: right 12px top 12px;
  background-size: 14px 14px;   
}


.mobile-menu:checked ~ ul#main-nav, .mobile-menu:checked ~ .buttoncontainer{
  display: block;
}

#main-nav {
  position: absolute;
  display: none;
  width: 100%;    
  padding-left: 0%;
  margin-top: 0px;
  top: -12px;
  padding-top: 80px;
  position: relative;
  background-color: #ffffff;
  font-size: 1rem;
  height: 80px;
  z-index: 9998;
}

#main-nav li {
  text-align: center;
  margin: 12px auto;
  padding-top: 12px;
  cursor: pointer;
  line-height: 16px;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
  height: 46px;
  background-color: #ffffff;
  font-size: 1rem;  
  clear: both;
}

#main-nav li:first-child{
  padding-top:20px;
  padding-bottom: 34px;  
}

#logo:hover, .nav-links:hover {
  color: #017937;
  text-decoration: none;  
}

.dnone, .menubox, .mobile-menu{
 display: none;
}

.menubox{
  display: none;
  cursor: default;
  background-color: #ffffff;
  position: relative;
  top: 0;
  margin-bottom: 0px;
  float: left; 
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 520px;
  margin-top: 0px;
  padding-top: 0px;
  height: auto;
  box-shadow: none;
}

.subtext{
  color: #777777;
  font-size: 1.2rem;
  margin-top: 2px;
  margin-bottom: 40px;
  margin: 0px; 
}

.nav-links{
  cursor: pointer;
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #ffffff;
  text-align: left;
  padding-left: 10%;
  font-size: 1.2rem;  
}

.nav-links:hover > .svg-downarrow, .nav-links:focus > .svg-downarrow{
  fill: #30925C;
}


.dl{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
  padding-bottom: 36px;
  border-bottom: 10px solid #ffffff;
}


.navbar .clear{
  background-color: #ffffff;
}

.buttoncontainer{
  display: none;
  position: absolute;
  top: 100px;
  right: 13px;
  z-index: 9999; 
}



.vert-fix, .vert-fix-nopad{
  display: inline-block;
  vertical-align: middle;
  padding-right: 17px;
  padding-bottom: 8px;
}

.vert-fix-nopad{
  padding-right: 0px;
 }


.mobile-menu:checked ~ .menubox{
  display: block;
}





/*********** MAIN AREA  *********/


.mainarea{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-x: clip !important;
  background-color: #ffffff; 
}

.bannerimg, .bannerimgXL{
  width: 100%;
  height: 500px;
  z-index: 1; 
  position: relative;
}

.bannerimgXL{
  height: 600px !important;
}

.insidebannerimg{
  height: 200px;
}

.bannercontent{
  max-width: 575px;
  margin: 0 auto;
  padding-top: 300px;
  height: 800px;
}

.featureheading{
  padding-top: 80px;
}


.newsarea{
  margin-top: 70px;
}


.rightimage{
  float: right !important;
}


.homeheadbox{
  padding: 20px;
  margin-left: 0% !important;
  /* width: 87% !important; */
  width: 93% !important;
  color: #ffffff !important;
  transform: translateY(20%);
  background-color: rgba(1, 121, 55, 0.85);
  position: absolute;
}

.homeheadbox h1 {
  font-size: 2.69rem;
  margin-bottom: 10px;
}

.homeheadbox h3{
  font-size: 1.7rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-top: auto;
  line-height: 30px;
  color: #ffffff !important;
}

.homeheadbox p{
  color: #ffffff !important; 
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 27px;
  color: white;
  margin-top: 12px;
}

.homebox{
  background-color: #ffffff;
  padding: 20px;
  float: left;
  margin-bottom: 20px;  
}

.homebox h3{
  margin-top: 0px;
  margin-bottom: 0px;
}

.transparent{
  opacity: 0.8;
}


.whitebox, .greybox{
  width: 100%;
}

.whitebox, .greybox{
  min-height: 350px;
  height: auto;
  overflow: auto;
}

.whitebox{
  background-color: #ffffff;
  color: #29303e; 
  text-align: left;
}

.greybox{
 background-color:  #F5F9F6;
}

.legal-box {
  background-color:  #F5F9F6;
  min-height: auto;
  padding-bottom: 0px!important;
}

.first{
  padding-top: 30px;
}


.contentcontainer{
  max-width: 96%;
  margin: 0 auto;
  height: auto;
}

.contentcontainer-banner{
  max-width: 100%;
  height: auto;
}

.insidecontentcontainer{
  background-color: #ffffff;
}






/******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: 2.7rem;
  color: #272c28;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.section-title:last-child  {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  color: #272c28;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.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: 100%;
}







/***** PRODUCT CARDS (RL360 SECTION) *****/

.products-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  background: white;
  border: #E5E5E5 1px solid;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.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.34rem;
  line-height: 20px;
  color: #626b65;
  text-align: center;
  width: 100%;
}

.product-description p{
  font-family: 'Lato', sans-serif;
  font-size: 1.33rem;
  line-height: 20px;
  color: #626b65;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}




/******* CTA BUTTON ******/

.cta-button {
  background: #30925c;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 42px;
  text-align: center;
  width: 96%;
  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;
}






/****** IFGL SECTION ********/

.ifgl-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 49px;

}


.svg-logo-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}


.ifgl-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 100%;

}
.ifgl-heading p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 25px;
  text-align: center;
  margin-bottom: 40px;
  color: #626b65;
}

.ifgl-heading span.bold-first {
color: black;
}



.ifgl-description p {
  font-size: 1.33rem;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #626b65;
}

.provider-logo-body {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}


.cta-button-ifgl {
  background: #30925c;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 42px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  display: block;
  text-decoration: none;
}


.cta-button-ifgl:hover, .cta-button-ifgl:focus {
  background: #017937;
  color: white;
}


                


/****** Stats Section (IFGL Section) *******/



.stats-image {
  width: 100%;
  height: auto;
}

.stats-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.stats-grid {
  display: flex;
  flex-direction: column;
  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: 100%;
  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;
  font-size: 1.33rem;
}



/******CONTACT FORM*******/

.contact-container {
  width: 96%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  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.3rem;
  color: #272c28;
  text-align: center;
}

.spacer {
  height: 19px;
}

.contact-content {
  display: flex;
  flex-direction: column;
  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;
}

.form-icon svg{
  display: flex;
  margin-top: 3px;
}

.contact-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.33rem;
  color: #626b65;
  line-height: normal;
  width: 70%;
}

.contact-text.email {
  color: #017937;
  text-decoration: underline;
}

.office-hours {
  display: flex;
  flex-direction: column;
  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: auto;
}

.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.33rem;
  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-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.7rem;
  color: #626b65;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}

.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.16rem;
  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: 120px;
  padding: 8px 13px;
  resize: none;
}

.form-submit-container {
  display: flex;
  justify-content: 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;
  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;
  margin: 0px;
}

.recaptcha-container{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 25px;
}


.g-recaptcha{
  display: grid;
  place-items: center;
  transform: scale(0.86);
  transform-origin: top right;
}


/******************* 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;
}

#footer-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#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-contents span.underlinegreen{
  border-bottom: 3px solid #268651;
  margin: 0 auto;
  display: inline-block;
}

.footer-contents a{
  padding-right: 5px;
  color: #30925C;
  text-decoration: none;
}

.footer-contents a:hover, .footer-contents a:focus {
  color: #30925C;
  text-decoration: underline;
}

.footercontactcontainer{
  float: right;
  width: 100%;
}

.footercontactcontainer p{
  margin-bottom: 20px;
}

#footer-link-row{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  /*color: #626B65;*/
}

#footer-link-row p{
  font-size: 1.36rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
}


.svg-logo-footer{
  margin-right: 50px;
  
}

#footer-ifgl {
  margin: 0 auto;
}

#logo-container{
  padding-left: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

#logo-container svg{
  width: 80%;
}



#footer-container-bottom{
  display:flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #888b8d; 
  align-items: center;
  margin-top: 20px;
}

#footer-container-bottom p{
text-align: center;
}


#pagerefcontainer p{
  display: inline-block;
  color: #9A9997;
}

.line{
  height: 1px;
  border-top: 1px solid #9a9997;
  width: 99%; 
  margin-top: 20px;
}




    

/******REGULATORY FOOTER******/

            
.regulatory-footer {
  background: #ecf3f1;
  padding: 24px 16px 25px;
    
}

.regulatory-content{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.regulatory-badge {
  background: #dcece3;
  height: 40px;
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 8px;
  margin-bottom: 16px;
}

.regulatory-badge span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #30925c;
}

.regulatory-text p {
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  color: #626b65;
}


.mobilehide{
  display: none;
}


                





/************ CONTAINERS *************/



.container1, .container2, .container3, .container4, .container5, .container6, .container7, .containerleft, .containerright{
  float: left;
  margin-left: 3%;
  margin-right: 3%;
}

.container1, .container2, .container3, .container4{
  width: 94%;
}

.containerleft{
 width: 92%;
 margin-left: 4%;
 margin-right: 4%;
}

.containerright{
 width: 92%;
 margin-left: 4%;
 margin-right: 4%;  
}


.containerright h3{
  margin-top: 40px;
}

.leftmar{
  margin-left: 0%;
  padding-left: 0%;
}

.content{
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.centrepara{
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.centrepara h2{
  text-align: center;
}

.twopara{
  text-align: left;
}

.twopara h2{
  text-align: left;
}

.one, .two{
 margin-bottom: 50px;
}










/******* 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;
}

 






/********************** 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: 60px 30px 40px 0px;
  background-color: rgba(1, 121, 55, 0.85);
  margin-left: 0;
  margin-right: auto;
  
}

.inside-title{
  padding-top: 40px !important;
  font-size: 2rem;
}

h1.inside-title{
  width: 50rem; 
  text-align: left;
}

.headingflexibox{
	background-color: rgba(1, 121, 55, 0.85);
	position: absolute;
	top: 200px;
	width: 90%;
	height: 140px;
	z-index: -1;
}

.legal{
	background-color: transparent !important;
}

 .legal{
  min-height: unset;
  padding-bottom: 0px;
  padding-top: 10px;
 }

.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: 10px 10px;  
  text-align: center;
  background-color: #30925C;
  font-family: 'Oswald', sans-serif;    
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #ffffff;
}

.tablink:hover, .tablink:focus{
  background-color: #28754b;
  color: #ffffff;
  text-decoration: none;
}

.selected{
  color: #555;
  font-weight: bold;
  background-color: #ffffff;
}

.selected, .selected:hover, .selected:focus{
  color: #555;
  font-weight: bold;
  background-color: #ffffff;
  cursor: default;
}

.container1 p {
  font-size: 1.33rem;
  padding: 0 5px;
}

.container1 h3 {
  padding: 0 5px;
}

.policy-links:hover, .policy-links:focus{
  text-decoration: underline;
}

.contenttext{
  width: 96%;
  margin: 0 auto;
}





/************ OVERWRITES **************/


.angelagregoryimg, .nigeldanzelmanimg{
  position: relative;
  z-index: 1;
  width: 60%; 
  height: 280px; 
  margin: 0 auto;
}





/************* IMAGES *****************/



.ifgl-houseimg{
  background: url(/images/ifgl-house.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.bridgeimgXL{
  background: url(/images/dubai-bridge-terms-of-useS.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.dubaiskylineimgXL{
  background: url(/images/dubai-skyline-privacy-policyS.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.dubaiskylineimg2XL{
  background: url(/images/dubai-skyline-cookiesS.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}

.dubaicityscapeimgXL{
  background: url(/images/dubai-cityscape-accessibilityS.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover; 
}


.dubai-cityscapeXL{
  background: url(/images/dubai-cityscapeS.webp);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover; 
}

