﻿
:root {
    --CSSColor: #12273B;
    --HeadingColor: #0070b8;
    --LinkColor: #0070b8;
    --LinkHoverColor: #0F4D8A;
}

/* barlow-300 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-300italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-regular - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-500 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-500italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-600 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-600italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: "Barlow",Arial,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--CSSColor);
    /* Used for the sticky footer, see: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css */
    display: flex;
    min-height: 100%;
    flex-direction: column;
    position: relative;
}


/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
    width: device-width;
}

img, embed, object, video {
    max-width: 100%;
    height: auto !important;
}

/* ckEditor LayoutManager */

.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.container-fluid .row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

@media screen and (max-width: 850px) {

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* END ckEditor LayoutManager */

h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow",Arial,sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: var(--HeadingColor);
    margin-top: 0;
    margin-bottom: .5rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}

h3 {
    font-size: 1.575rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: .9rem;
}

h6 {
    font-size: .675rem;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#main p + ul {
    margin-top: -10px;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: var(--LinkColor);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
    background-color: transparent
}

a:hover {
    outline: none;
    color: var(--LinkHoverColor);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: #12273B;
    text-decoration: none;
    cursor: default;
    font-weight: 300;
}

a:hover > img {
    opacity: 0.65;
}

hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 30px 0 30px 0;
}

.button {
    background-color: #808080;
    border: 1px solid #808080;
}

.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.fab,
.fal,
.far,
.fas,
.fad {
    color: #878787;
}

.hasPropertyBackgroundColor .fab,
.hasPropertyBackgroundColor .fal,
.hasPropertyBackgroundColor .far,
.hasPropertyBackgroundColor .fas,
.hasPropertyBackgroundColor .fad {
    color: inherit;
}



.blue {
    color: #599DBF;
}

.green {
    color: #588C73;
}

.yellow {
    color: #F2E394;
}

.orange {
    color: #F2AE72;
}

.red {
    color: #C02942;
}

.brown {
    color: #8C4646;
}

/*********************************************************************************************************************************/

#container{
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
}

/* Used for the sticky footer */
#container::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}

@media (--break-lg) {
    #container {
        padding-top: var(--space-lg);
    }

    #container::after {
        margin-top: var(--space-lg);
    }
}

#container--full {
    padding: 0;
}

#container--full::after {
    content: none;
}
/* End used for the sticky footer */


#header {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    height: 137px;
    background-color: #fff;
    border-top: 40px solid #0070b8;
    /* Do not use overflow: hidden; here otherwise the navigation cannot fold out */
}


#headerContent {
    position: relative;
    margin: 0 auto;
    max-width: 1594px;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    justify-content: space-between;
    padding: 20px 20px 20px 20px;
}

#headerTopContent {
    position: absolute;
    top: -40px;
    right: 25px;
    display: flex;
    justify-content: space-between;
    z-index: 10000;
}

#headerTopContent p {
    margin: 0;
    padding: 0;
}

#topContent a,
#topContent a:visited {
    text-decoration: none;
    color: #fff;
    height: 40px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color 0.15s;
    color: #fff;
}

    #topContent a:hover {

        background-color: #005185;
        border-color: #004978;
    }

#regionContainer {
    position: relative;
}

#regionContainer a,
#regionContainer a:visited,
#regionContainer a:hover {
    text-decoration: none;
}

#regionContainer .regionDropDownLink {
    height: 40px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: 0.15s;
    color: #fff;
}

#regionContainer .regionDropDownLink:hover {
    background-color: #005185;
    border-color: #004978;
}

#regionContainer .regionDropDownLink::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#regionDropDown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1025;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.125rem;
    color: #12273B;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0 solid rgba(18,39,59,0.15);
    border-radius: 2px;
    background: #0070b8;
    left: initial;
    right: 0;
    z-index: 1;
}

#regionDropDown.show {
    display: block;
}

#regionContainer .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    color: #fff;
}

#regionDropDown a:hover {
    background-color: #005185;
}


#navigationLogo {
    display: inline-block;
    margin: 0 30px 0px 0;
    position: relative;
    z-index: 9999;
}


#siteLogo > a {
    background: url('../../layout/images/logo.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 57px;
    width: 125px;
    display: block;
    text-indent: -9000px;
}


#navigationWrapper {
    margin-right: auto;
}

#menu-icon {
    display: none;
}


#customNavContainer {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#customNavContainer a
#customNavContainer a:visited,
#customNavContainer a:hover {
    text-decoration: none;
}

#customNavContainer .nav-link {
    color: #fff;
    background-color: #0070b8;
    border-color: #0070b8;
    margin-right: 1rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 2px;
    text-decoration: none;
    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;
}

#customNavContainer .nav-link:hover {
    background-color: #005992;
    border-color: #005185
}

    #customNavContainer .nav-link-alert {
        color: #fff;
        background-color: #D9515F;
        border-color: #D9515F;
    }

#customNavContainer .nav-link-alert:hover {
    color: #fff;
    background-color: #d23242;
    border-color: #cb2c3d
}

#main-menu #customNavContainer
{
    display: none;
}


#main {
    max-width: 1594px;
    margin: 137px auto 0 auto;
    padding: 0 20px 30px 20px;
    overflow: hidden;
}


#main ul {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
}

#main li
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

#main li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0070b8;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #0070b8;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    color: #fff;
}

#footerContent {
    max-width: 1594px;
    margin: 0 auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 1rem;
}

#footerContent a {
    color: #fff;
    text-decoration: none;
}

#footerContent a:hover {
    color: #4C86A5;
}

#footerContent a[href^="tel:"]:hover {
    color: #fff;
}

#footerContent h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

#footerContent .fab,
#footerContent .fal,
#footerContent .far,
#footerContent .fas {
    font-size: 24px;
    margin: 5px 2px 0 2px;
    color: #fff;
}



/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 45px;
    color: #333;
    text-decoration: none;
}

.scroll-to-top:visited {
    color: #333;
}

.scroll-to-top:hover {
    color: #333;
    background-color: #aaa;
    text-decoration: none;
}


#cookieConsent {
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}

#cookieConsent.alert-info {
    border-radius: 0;
    background-color: rgba(50, 50, 50, 0.9);
    border: none;
    color: #fff;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
}

.cookieConsentButtonContainer #accepptAllButton {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}



@media screen and (max-width: 1200px) {
    #navigationLogo {
        margin: 0 25px 0px 0;
    }

    #customNavContainer .nav-link {
        padding: 0.2rem 0.5rem;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1023.9px) {

    #header {
        position: relative;
    }

    .scrolled #header {
        position: fixed;
        top: -40px;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }


    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 5px 35px 0 0;
        font-size: 40px;
        color: #000;
        cursor: pointer;
    }

    #menu-icon .fa-bars {
        color: #0070b8 
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 20px;
        overflow: auto;
        width: 100%;
        padding-bottom: 30px;   
        max-height: calc(100vh - 110px);
    }

    .showNavigation {
        display: inherit;
    }

    #headerContent #customNavContainer {
        display: none;
    }

    #main-menu #customNavContainer {
        display: block;
    }

    #customNavContainer .nav-item {
        padding: 5px 0 5px 5px;
    }

    #main {
        margin: 20px auto 0 auto;
    }

}

@media screen and (max-width: 767.9px) {
    #cookieConsent {
        bottom: inherit;
    }
}
