/* Scroll margin top*/
body * {
  scroll-margin-top: 8rem;
 }


@font-face {
  font-family: "ff-legato";
  src:
    local("ff-legato"),
    url("../fonts/369DC0_1_0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ff-legato-bold";
  src:
    local("ff-legato-bold"),
    url("../fonts/369DC0_0_0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

a, .a {
  font-family: "ff-legato-bold";
  color: #2b749e !important;
  font-size: 1.2em;
  text-transform: uppercase;
  
}

a:hover{
  font-family: "ff-legato-bold";
  color: #9bb40c !important;
  font-size: 1.2em;
  text-transform: uppercase;
  
}

h2, .h2 {
  font-family: "ff-legato";
  color: #9bb40c ;
}


h3, .h3 {
  font-family: "ff-legato";
  color: #9bb40c !important;
}

.heading {
  font-family: "ff-legato-bold";
  color: #3da3dc !important;
  text-transform: uppercase;
 
}

.menu-item__link {
  font-family: "ff-legato-bold";
  color: #2b749e !important;
  font-size: 1.7em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-item__link:hover{
  font-family: "ff-legato-bold";
  color: #9bb40c  !important;
  font-size: 1.7em;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn {
  font-family: "ff-legato-bold";
  color:#ffffff !important;
  font-size: 1.5rem;
  min-width: 18rem;
  max-width: 30rem !important;
}
.btn:hover {
  font-family: "ff-legato-bold";
  color:#ffffff !important;
  text-transform: none;
  font-size: 1.5rem;
  min-width: 18rem;
  max-width: 30rem !important;
}

.btn-lg {
  font-family: "ff-legato-bold";
  #font-size: 1.5em !important;
  min-width: 18rem !important;
  max-width: 30rem !important;
}
.body-text {
  font-family: "ff-legato";
  font-size:2em !important;
}

.block--system-branding img {
 width: 50%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: uppercase !important;
  scroll-margin-top: 8rem;
  }
.eu-cookie-withdraw-tab {
left: 70% !important;
}

@media (min-width: 320px) {
  .body-text {
    font-size: 1.2em !important;
  }
 
  body {
  padding-top: 100px;
  }
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
  font-size: 1.2em !important;
 
  }
}

@media (min-width: 768px) {
  .body-text {
    font-size: 1.8rem !important;
    line-height:3rem !important;
  }
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
  font-size: calc(1rem + 1.4vw) !important;
 
  }
  
  
}


.body-text strong {
  color: #9bb40c !important;
  font-weight: bold !important;
}

.parallax {
height: 100%; 
width: 100vw;
background-size: cover;
background-attachment: fixed;
font-size:0px;
}

.body-text {
   --body-text-heading-color: #9bb40c !important;
}

.slider-box {
  background-color: rgba(2, 48, 71, 0.7);
  color: #ffffff !important;
  border-radius: var(--dp-bs-border-radius);
  padding: 1em;
  
}

.slider-box-heading  {
    color: #ffffff !important;
}

.btn-primary {
  --dp-bs-btn-color: #ffffff;
  --dp-bs-btn-bg: #2b749e;
  --dp-bs-btn-border-color: #2b749e;
  --dp-bs-btn-hover-color: #ffffff;
  --dp-bs-btn-hover-bg: #9bb40c;
  --dp-bs-btn-hover-border-color: #9bb40c;
  --dp-bs-btn-focus-shadow-rgb: 213, 113, 0;
  --dp-bs-btn-active-color: #000;
  --dp-bs-btn-active-bg: #9bb40c;
  --dp-bs-btn-active-border-color: rgb(251.4, 145.2, 25.5);
  --dp-bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dp-bs-btn-disabled-color: #000;
  --dp-bs-btn-disabled-bg: #fb8500;
  --dp-bs-btn-disabled-border-color: #fb8500;
}

.eu-cookie-withdraw-tab {
left: 80% !important;
background-color: #2b749e;
}
.eu-cookie-withdraw-banner{
background-color: #2b749e !important;
}
.eu-cookie-compliance-content {
background-color: #2b749e !important;
}  
.eu-cookie-compliance-banner {
background-color: #2b749e !important;
}  

.eu-cookie-compliance-secondary-button {
  font-family: "ff-legato-bold";
  font-size: 1.5rem;
  min-width: 18rem;
  max-width: 30rem !important;
  height:3rem;
  cursor: pointer;
  background-color: #9bb40c;
  border-radius: 5px;
  --dp-bs-btn-padding-x: 1rem;
  --dp-bs-btn-padding-y: 1rem;
  --dp-bs-btn-font-family: ;
  --dp-bs-btn-font-size: 1rem;
  --dp-bs-btn-font-weight: 700;
  --dp-bs-btn-line-height: 1.5;
  --dp-bs-btn-color: var(--dp-bs-body-color);
  --dp-bs-btn-bg: transparent;
  --dp-bs-btn-border-width: 2px;
  --dp-bs-btn-border-color: transparent;
  --dp-bs-btn-border-radius: var(--dp-bs-border-radius);
  --dp-bs-btn-hover-border-color: transparent;
  --dp-bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --dp-bs-btn-disabled-opacity: 0.65;
  --dp-bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--dp-bs-btn-focus-shadow-rgb), .5);
  
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--dp-bs-btn-border-width) solid var(--dp-bs-btn-border-color);
  border-radius: var(--dp-bs-btn-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  font-family: "ff-legato-bold";
  font-size: 1.5rem;
  
  min-width: 5rem;
  max-width: 10rem !important;
  cursor: pointer;
  background-color: #023047;
  border-radius: 5px;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
  font-weight: normal;
  --dp-bs-btn-padding-x: 1rem;
  --dp-bs-btn-padding-y: 1rem;
  --dp-bs-btn-color: var(--dp-bs-body-color);
  --dp-bs-btn-hover-border-color: transparent;
  --dp-bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--dp-bs-btn-focus-shadow-rgb), .5);
}

.disagree-button.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover {
  background-color: #023047;
  background-image: none;
}

.d-p-single-text-block .img-fluid {
  max-width: 70%;
  margin-left:2em;
}

.d-p-single-text-block--in-group .heading {
  text-align: center
}
  
.text-muted {
  color: #ffffff !important; 
} 
.form-control::file-selector-button {
  color: #023047;
  background-color: #ffffff;
}
.form-label {
  font-weight: bold;
  color:#ffffff;
}

.dmenu ul {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  }

.dmenu li {
  display:inline-block; !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dmenu a {
color: #ffffff !important;
}

.dmenu a:hover {
color: #9bb40c !important;
}

.form-control {
color: #000000 !important;
}

.footer-secondary {
  background-color: #ffffff !important;
}
