@charset "UTF-8";
/* CSS Document */

:root {
  --dark-grey: #313638;
  --blue: #0b5c94;
  --blue-dark: #132249;
  --blue-light: #a3cbf0;
  --white: #FFFFFF;
  --light-grey: #efefef;

  
}

body { overflow: hidden;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

body {
	font-family: "urw-din", open sans, calibri, sans-serif;
	color: var(--dark-grey);	
	font-weight: 400;
    background: #fff;
    overflow-x: hidden !important;
    font-size: 1.05em;
}

html , body {
    width: 100% !important;
    
}

h1 {
    font-family: "urw-din", open sans, calibri, sans-serif;
    font-weight: 700;    
    font-size: 2.5em;
    color: var(--white);
    text-transform: uppercase;
}

.h1-sm {
    font-size: 2em;
}

.splash h1, .secondary-splash h1 {
    font-weight: 700;    
    font-size: 1.75em;
}

h2 {
   font-family: "urw-din", open sans, calibri, sans-serif;
    font-weight: 700;    
    font-size: 1.5em;
    color: var(--white);
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    font-size: 1.5em;
    color: var(--blue);
    text-transform: uppercase;
}

p, ul li {
    font-size: 1.05em;
    line-height: 1.3em;
}

.content ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

strong {
    font-weight: 700;
}

.balance {
    text-wrap: balance;
}

.text-lg { 
    font-size: 1.15em !important;
}

.text-light {
    color: var(--blue);
}

.highlight {
    color: var(--blue);
}

p.accent {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

p.dark {
    color: var(--white);
}

p a:link, p a:visited {
    color: var(--blue);
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease-out;
    
}

p.dark a:link, p.dark a:visited {
    color: var(--blue-light);
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease-out;   
}

p a:active, p a:hover {
    color: var(--copper);
    text-decoration: none;
    transition: all 0.2s ease-out;
}

p.dark a:active, p.dark a:hover {
    color: var(--copper);
    text-decoration: none;
    transition: all 0.2s ease-out;
}

p.feature {
    color: var(--blue);
    font-weight: 800;
    font-size: 3em;
}

p.unit { 
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p.unit-sm {
    font-weight: 700;
    font-size: 1.3em;
    color: var(--blue);
}

p.spec {
    text-transform: uppercase;
}

.icon { 
    width: 4.5em;
    margin-bottom: 1em;
}

::-moz-selection {
    color: var(--blue-light);
    background: var(--blue);
}

::selection {
    color: var(--blue-light);
    background: var(--blue);
}

.top-bar {
    border-top: 8px solid var(--blue-dark);
}

.navbar-brand h1 {
    font-size: 1.6em;
}

.navbar-brand .accent {
    font-size: 0.9em;
}

.navbar {
    border-top: 10px solid var(--blue-dark);
}

.nav-link {
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.nav-link:hover {
    color: var(--blue-dark);
    transition: all 0.2s ease-out;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--blue-light) ;
}

.navbar-nav .nav-link.active:hover {
    color: var(--blue-dark);
}

.dropdown-menu-dark {
    background: var(--dark-grey);
}

.splash {
    height: 75vh;
    height: 75svh;
    padding-top: 125px;
}

.secondary-splash { 
    height: 30vh;
    height: 30svh;
    margin-top: var(--nav-height);
}

.grey-banner h1 { 
    font-size: 1.3em;    
}

@media (max-width: 991px) {
    .offcanvas-body, .offcanvas-header {
        background: var(--dark-grey);
    }
}

.offcanvas-header{
    color: var(--white) !important;
}

.splash {
    height: 95vh;
    height: 95svh;
    padding-top: 125px;
    border-bottom: 5px solid var(--blue);
}

.secondary-splash {
    height: 40vh;
    height: 45svh;
    padding-top: 125px;
}

.content {
    padding-block: 6em;
}

.grey-banner {
    background: var(--blue);
    margin-top: -10em;
    height: 4em;
    width: 100%;
    -webkit-box-shadow: 8px 8px 10px 0 rgba(0,0,0,.25);
    box-shadow: 8px 8px 10px 0 rgba(0,0,0,.25);
    position: relative;
}


@media (min-width: 768px) {
.grey-banner {
    background: var(--blue);
    margin-top: -10em;
    height: 4em;
    width: auto;
    padding-right: 4em !important;
    -webkit-box-shadow: 8px 8px 10px 0 rgba(0,0,0,.25);
    box-shadow: 8px 8px 10px 0 rgba(0,0,0,.25);
    position: relative;
}

.grey-banner h1 { 
    font-size: 1.75em;    
}

.grey-banner:before {
    content:'';
    padding: 2em;
    width: 2em;
    transform: skew(-20deg) !important;
    background: var(--blue);
    display: inline-block;
    position: absolute;
    top: 0;
    right: -2em;
}
}

.bg-dark-transparent {
    background: rgba(26,51,61, 0.7);
}

.content {
    padding-block: 8em;
}

.headline-content {
    background: var(--blue);
}

.bg-grey {
    background: var(--light-grey);
}

.bg-white {
    background: var(--white);
    border-top: 1px solid var(--light-grey);
}

.bg-light-diagonal {
    background-image: linear-gradient(297deg, transparent 0%, transparent 34%,rgba(178, 178, 178,0.02) 34%, rgba(178, 178, 178,0.02) 53%,transparent 53%, transparent 100%),linear-gradient(222deg, transparent 0%, transparent 30%,rgba(8, 8, 8,0.02) 30%, rgba(8, 8, 8,0.02) 58%,transparent 58%, transparent 100%),linear-gradient(352deg, transparent 0%, transparent 25%,rgba(88, 88, 88,0.02) 25%, rgba(88, 88, 88,0.02) 57%,transparent 57%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
}

.bg-light-noise {
    background-image: url("/images/noise.png");
    background-size: 60px 60px;
    background-repeat: repeat;
}

.bg-blue {
    background: linear-gradient(180deg, var(--blue) 60%, var(--blue-dark) 100%);
}

.bg-blue-dark {
    background: linear-gradient(180deg, var(--blue-dark) 60%, var(--dark-grey) 100%);
}

.shadow-inner {
    -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,.5);
}

.white-bumper {
    margin-block: -11em 2em;
    background: var(--white);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15), 0 -50px 50px 0 rgba(21,63,111,.09);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15), 0 -50px 50px 0 rgba(21,63,111,.09);
    padding-block: 4em;
    padding-inline: 2em;
}


.cta {
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 60px 0 rgba(7,72,115,.15);
    box-shadow: 0 0 60px 0 rgba(7,72,115,.15);
}

.cta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    position: relative;
}

.cta-btm {
    width: 100%;
    height: 100px;
    position: relative;
    background: var(--blue);
    border-radius: 0 0 30px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) { 

.cta-sm .cta-btm {
    height: 85px;
}

}

@media (min-width: 1200px) and (max-width: 1399px) { 

.cta-sm .cta-btm {
    height: 90px;
}

}

a.cta-link {
    text-decoration: none ;
}

.cta-btm:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 75px;
    top: -75px;
    left: 0;
    background: var(--blue);
    background: linear-gradient(0deg, var(--blue) 10%, rgba(255,255,255,0) 100%); 
}

.cta-btm div {
    border-left: 8px solid var(--blue-light);
    padding-left: 15px;
    color: var(--white);
    transition: all ease-in 0.2s;
}

.cta-link:hover .cta-btm div {
    transition: all ease-in 0.2s;
    color: var(--blue-light);
}

.cta-link:hover .cta img {
    filter: grayscale(0.5);
}

.map {
    height: 650px;
}

.pt-6 {
    padding-top: 5em;
}

.pb-6 {
    padding-bottom: 5em;
}

.sticky-custom {
    position: sticky;
    top: 100px;
    z-index: 1000;
}

.footer { 
    padding-block: 6em;
}

.footer p {
    font-size: 0.8em;
}

.btn-primary { 
  color: var(--white); 
  background-color: var(--blue); 
  border-color: var(--blue); 
  font-weight: 700;
  padding-block: 0.75em;
  padding-inline: 1em;
} 

.btn-group .btn-primary {
    border-color: var(--blue-dark);
}
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: var(--blue-light);
  background-color: var(--blue-dark); 
  border-color: var(--dark-grey); 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: var(--blue-dark); 
  border-color: var(--dark-grey); 
} 
 
.btn-primary .badge { 
  color: var(--white); 
  background-color: var(--blue); 
}



/* MEDIA QUERIES
------------------------*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
    .mt-sm, .mt-xs {
        margin-top: 0;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) {

    .grey-banner, .grey-banner:before { 
        height: 6em;
    }
    
    .body03 .grey-banner,
    .body03 .grey-banner:before, 
    .body05 .grey-banner, 
    .body05 .grey-banner:before {
        height: 4em;
    }

    .mt-sm {
        margin-top: 0;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/*X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }
