:root {
  --theme-primary-color: #B3C94F;
  --theme-secondary-color: #467849;
}

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

code {
  color:inherit;
  font-family:inherit;
}

p {
    font-size:16px;
	line-height:1.8em;
	margin-bottom:1.5em;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Figtree", sans-serif;
	font-weight:normal;
}

h1 strong, h2 strong{
  font-weight:900;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:60px;
  color:var(--theme-primary-color);
}

h3 {
  font-size:19px;
  margin-bottom:30px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:13px;
}

h6 {
  font-size:10px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}

b, strong {
    font-weight: 800;
}

div, tr {
  scroll-margin-top: 250px;
}

img {
	max-width:100%;
    height:auto;
}

._Template {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width:100%;
}

._Content {
  margin: 300px auto 100px auto;
  max-width: 1110px;
  width:90%;
}

._Content:has(.full-width) {
    margin: 0;
    max-width: none;
    width: 100%;
}

.border-right, .table td.border-right {
    border-right: 2px solid var(--theme-primary-color)!important;
}

.bg-primary .table td.border-right {
    border-right: 2px solid #ffffff !important;
}

.min-vh-100 {
    min-height: 100vh;
}

.bg-img {
  background-image: url(/images/barrels-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.bg-img h2 {
    text-shadow: 2px 2px 2px #0000009e;
}

.half-container {
    width: 90%;
    max-width: 550px;
}

.half-container.hc-left {
    margin-left: auto;
}

.half-container.hc-right {
    margin-right: auto;
}

.full-width {
    position:relative;
    padding-top:80px;
    padding-bottom:80px;
}

.bg-primary.full-width::before, .bg-primary.full-width::after {
    background-image: url(/images/gradient-divider.webp) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    content: " ";
    position: absolute;
    width:100%;
    height:4px;
}

.bg-primary.full-width::before {
   top:-4px;
}

.bg-primary.full-width::after {
    bottom:-4px;
}

/* Navigation Bar */

#navbar {
    background-color: rgb(255 255 255 / 75%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 5px 10px #00000029;
    flex-direction: column;
    padding: 0;
}

.mobBtn {
    display: none;
    position: fixed;
    right: 10px;
    z-index: 1050;
}

.mobBtn button {
    padding: 8px 15px;
    background-color: transparent;
    border:none;
}

.mobBtn span.material-icons {
    color: black;
    font-size: 45px;
}

#sidebar-nav {
  display:none;
  background: #ffffff;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    transition: ease-in-out 0.4s;
    width: 40%;
    min-width: 230px;
    z-index: 1031;
}

#sidebar-nav.active {
    right: 0;
}

#mobileNavMenu {
    margin-top: 120px;
}

#mobileNavMenu ul li {
    display: block;
    float: none;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 6px;
    margin-bottom: 25px;
    font-size: 24px;
    border-bottom: 1px solid;
}

#navbar a {
  text-decoration:none;
} 

#navbar a:hover {
    text-decoration: none;
    background-color: rgb(0 0 0 / 10%);
}

#navbar .nav-logo a:hover {
    background: transparent;
    opacity: 0.8;
}

.nav-logo {
    max-width: calc(100% - 100px);
}

.nav-logo img {
    width: 95%;
    height: auto;
    max-width: 980px;
}

.first-level, .second-level {   
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.second-level {
  text-align:center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.first-level {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top:10px;
    padding-bottom:10px;
}

.sl-links ul {
  text-align:center;
}

.sl-links {
    display: inline;
    text-align: right;
    font-size: 13px;
}

.sl-links a {
    color: #fff;
    font-weight: 700;
    padding: 0 8px;
}

.fl-links a {
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0 !important;
}

.sl-links p {
    display: inline;
}

#navbar ul { 
  padding:0;
  margin:0;
}

#navbar .second-level ul li {
  display:inline;
}

#navbar .first-level ul li {
    display: block;
    float: none;
    text-align: right;
}

#navbar .fl-links .btn {
    border-radius:3px;
    border: none;
    font-size: 13px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  margin:0 5px;
}

.btn-black, #navbar .sl-links .btn-black {
    color: #ffffff!important;
    background-color: #000000;
}

.btn-white, #navbar .sl-links .btn-white {
    color: #000000;
    background-color: #ffffff;
}

.org-name {
    font-weight: bold;
    font-size: 110%;
    padding: 20px 0;
    display: inline-block;
    max-width: 250px;
    white-space: break-spaces;
    line-height: 1.2;
}
.nav-logo:has(img) .org-name {
    display: none;
}

.navbar ul {
  margin-left: auto !important;
}

.sl-links {
    font-size: 14px;
}

#navbar .sl-links ul.DropDownMenu li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#navbar ul.DropDownMenu li.Parent li {
   /* float: none;*/
}

#navbar ul.DropDownMenu li.Parent ul {
  padding: 10px;
  top: auto !important;
}

#navbar ul.DropDownMenu li.Parent:has(.material-icons) a {
  padding-right:25px !important;
}

li.Parent .material-icons {
    position: absolute;
    top: 2px;
    right:-3px;
}

ul.DropDownMenu a:hover {
    background-color: #0000001c;
}

li.Parent ul {
  background-color: var(--theme-secondary-color);
  box-shadow: 3px 3px 10px 0px #00000075;
}

.navsearch, .navsearch code, .navsearch form, .navsearch ._SearchBasic {
    display: inline;
}

.navsearch ._SearchBasic input[type="search"] {
    border: none;
    border-radius: 20px;
    margin-right:5px;
    margin-left:5px;
    padding: 2px 10px;
}

.navsearch ._SearchFind .material-icons {
    font-size: 18px;
    line-height: 0;
    margin-top: 13px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.navsearch button._SearchFind {
    border-radius: 12px;
    position: relative;
    padding: 11px;
}

 /* Visit DGL Button */ 
  
  .visit-dgl {
    margin-top: 5px;
}
  
   .btn-DGL, #navbar a.btn-DGL {
    background-color: #DC2525;
     border-image: none;
    border-radius: 5px !important;
    color: #FFFFFF;
    position: relative;
    padding: 3px 15px !important;
     margin:0;
     width:100%;
}
  
   a.btn-DGL span {
    padding-right: 15px;
}
  
  a.btn-DGL span::after {
    font-family: "Material Icons";
    content: '\e5c8';
    display: inline;
    position:absolute;
    right: 10px;
    transition: 0.3s;
}
  
  .btn-DGL:hover {
    background-color: #D60812!important;
    box-shadow: 0px 5px 5px rgb(255 255 255 / 15%) !important;
  }
  
  a.btn-DGL:hover span::after {
    right: 5px;
}

/* Footer */

.fc-col ul.DropDownMenu {
    margin-bottom: 0;
}

.fc-col ul.DropDownMenu li {
    display: inline-block;
    float: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

footer p {
  font-size:20px;
  margin-bottom:0;
}

footer p, footer p *, footer a, footer li {
  color: #000!important;
}

/* Content Layouts */


/* Forms ---------------------------------------------------------------- */

._EmailForm,
._ProfileForm,
._PublicationForm,
._SubscriptionForm,
._EventRegistrationForm,
._ProductOrderForm {
    background-color: rgb(255 255 255 / 0%);
    margin: 0 auto 20px;
  text-align:right;
    width: 100%;
}

.email-form h4 {
    color: var(--theme-primary-color);
    text-align: center;
  }


.mdl-textfield {
  padding: 5px 0;
  width:100%!important;
}

.mdl-textfield label {
    top: 10px;
    margin-bottom: 0;
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    top: 10px;
  padding-left:10px;
  opacity:0;
}

.mdl-textfield__input {
    background-color: #FFFFFF;
    border-radius: 5px;
    border-bottom-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
    width: 100% !important;
}

.mdl-textfield__label {
    text-transform: capitalize !important;
    padding-left: 10px;
}



.mdl-textfield.is-focused .mdl-textfield__input {
    color: inherit;
    border-color: var(--theme-primary-color);
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-active .mdl-textfield__label {
  color: var(--theme-primary-color);
}



.intl-tel-input {
    width: 100%;
}

._MobileNumber .mdl-textfield__label {
    left: 90px;
}

.mdl-textfield__label:after {
    width: 0;
    height: 0;
}

.mdl-button, .mdl-button--raised.mdl-button--colored, .mdl-button.mdl-button--colored {
    color: initial;
    text-transform: none;
} 
.mdl-button {
  border-radius:0;
  transition:0.3s;
}

.mdl-button--fab {
  border-radius: 50%;
  margin-top:10px;
  margin-right:5px;
}

.mdl-button:hover {
    background-color: rgb(158 158 158 / 50%);
  -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.mdl-textfield textarea {
    height: 100% !important;
}

._Captcha {
  margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

._Question label {
    font-size: 16px;
}

.message textarea {
    height: auto !important;
    min-height: 150px !important;
}

.mdl-button--fab {
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  }


button._EmailSubmit {
    text-transform: uppercase !important;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
  }

  button#txt_document_upload-button {
    background: #d60812;
    border-radius: 14px;
    color: #fff;
    display:block;
    margin: 20px auto;
    padding: 5px 11px;
  }


/* Tables tidy up */

tr.row {
    margin-left: 0;
    margin-right: 0;
}

.table td, .table th {
    border-top: none;
  padding:0;
}

td.service-heading {
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 20px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    border-bottom-color: #cccccc;
    border-bottom-style: dashed;
    padding-left: 0;
    padding-right: 0;
}

.table-column table td {
    padding: 0 20px;
}

.table-column table td {
    border: none !important;
}

figure {
   display: table;
   padding: 5px;
}

figure.table {
    padding: 0;
    display: initial;
}
figure.image {
   margin:20px auto;
}

figure.image img {
    margin: 0 auto;
    display: block;
  max-width: 100%;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 10px;
    text-align: center;
    font-size: 90%;
    margin-bottom: 20px;
}

table {
    color: inherit;
    line-height: 1.4;
    width: 100%;
}

.table-column table td {
    padding: 0 20px;
}

.table-column table td {
    border: none !important;
}

figure {
   display: table;
   padding: 5px;
}

figure.table {
    padding: 0;
    display: initial;
}
figure.image {
   margin:20px auto;
}

figure.image img {
    margin: 0 auto;
    display: block;
  max-width: 100%;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 10px;
    text-align: center;
    font-size: 90%;
    margin-bottom: 20px;
}

/* Page layouts, reusable layouts ------------------------------------------------- */

  .service-heading h3 {
    margin-bottom: 0;
  }

  div._Content ul,
  div._Content ol {
    padding-left: 25px;
  }


  div._Content ol li {
    margin-bottom: 15px;
  }

  div._Content ul {
    line-height:normal;
    padding-left: 0;
    position: relative;
 }


div._Content ul li {
  display:inline-block;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    width:100%;
}

  .h-section .h-section {
    padding-bottom: 0 !important;
  }

  .h-section h3 {
    color: var(--theme-primary-color);
    font-size: 35px;
    text-transform: uppercase;
  }

  .bg-primary.h-section h3 {
    color: inherit;
  }

  .h-section h5 {
    margin-bottom: 20px;
  }

 .h-section h5:last-of-type {
   border-bottom: 1px solid;
   padding-bottom: 20px;
  }

  .image-col {
    padding: 0 !important;
  }

  .max-width-wrapper {
    max-width: 560px;
  }

  .mw-right {
    margin-right: auto;
    margin-left: 0;
  }

  .mw-left {
    margin-right: 0;
    margin-left: auto;
  }

.image-col {
    margin-bottom: 30px;
}

  .image-col img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
  }

  .bg-image img {
    aspect-ratio: 27 / 10;
    object-fit: cover;
    width: 100%;
  }

.bg-image.last-banner img {
    aspect-ratio: 20 / 12;
    margin-bottom: min(-400px, -50vh);
}

.txt-3 {
    column-count: 3;
    margin-bottom: 30px;
}

.txt-3 p {
    margin-bottom: 10px;
}
