
/* 
***************************************************************************************************************************************************
COLORS
***************************************************************************************************************************************************
*/

.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.txt-white {
    color: #ffffff !important;
}

.txt-blue {
    color: #004F9E  !important;
}

.txt-gray {
    color: #797D80 !important;
}

.border-top {
    border-top: 1px solid #f2f3f4 !important;
}

/* 
***************************************************************************************************************************************************
BASE
***************************************************************************************************************************************************
*/

::selection {
    background-color: #004F9E ;
    color: #ffffff;
}

body {
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -webkit-font-smoothing: antialiased; /* Font rendering in Chrome on Mac */
    -moz-osx-font-smoothing: grayscale; /* Font rendering in Firefox on Mac */
}

img {
    max-width: 100%;
}

article img {
    width: 100%;
    height: auto;
}

a {
    color: #004F9E ;
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    color: #004F9E ;
}


td {
    font-size: 1rem;
}

button,
    a[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

strong {
    font-family:'Helvetica Neue LT W05_75 Bold';
}

/* 
***************************************************************************************************************************************************
TEXT AND TYPOGRAPHY
***************************************************************************************************************************************************
*/

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

h1 {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
    color: #000000;
}

article h1 {
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;    
}

h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
}

h3 {
    font-size: 1.125rem;
    margin-bottom: .25rem;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
}

h4 {
    font-size: 1.125rem;
    margin-bottom: .25rem;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
}

h3 + h4 {
    margin-top: .75em;
}

p {
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

img + p, video + p {
    margin-top: 1rem;
}

p + h2, p + h3, p + h4 {
    margin-top: 1.5em;
}

p.ingress {
    font-size: 1.125rem;
}

b, strong {
    font-weight: normal;
}

@media screen and (min-width: 992px) {

    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.125rem;
    }
    
    p.ingress {
        font-size: 1.25rem;
    }
    
    .quote {
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 992px) {

    h1 {
        font-size: 2.375rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.25rem;
    }
    
    h5 {
        font-size: 1.125rem;
    }
    
    .quote {
        font-size: 1.375rem;
    }
}

@media (min-width: 1700px) {

    h1 {
        font-size: 2.625rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.25rem;
    }
    
    h5 {
        font-size: 1.125rem;
    }
    
    p, li {
        font-size: 1.125rem;
    }
}


/* 
***************************************************************************************************************************************************
Padding x space
***************************************************************************************************************************************************
*/

.padding-x-space {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .padding-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .padding-x-space {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

/* 
***************************************************************************************************************************************************
Padding y space
***************************************************************************************************************************************************
*/

.padding-y-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: .5s;
}

@media (min-width: 992px) {
    .padding-y-space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .padding-y-space {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* 
***************************************************************************************************************************************************
Scroll-to element
***************************************************************************************************************************************************
*/

.scroll-to {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

@media screen and (min-width: 1200px) {
    .scroll-to {
        top: -90px;
    }
}

@media screen and (min-width: 1400px) {
    .scroll-to {
        top: -100px;
    }
}

@media screen and (min-width: 1700px) {
    .scroll-to {
        top: -128px;
    }
}

/* 
***************************************************************************************************************************************************
Button
***************************************************************************************************************************************************
*/

.theme-btn, a.theme-btn {
    display: inline-block;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    font-weight: 400;
    padding: 1rem 2.5rem 0.875rem;
    font-size: 0.875rem;
    color: #004F9E ;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 3rem;
    background-color: transparent;
    border: 1px solid #004F9E ;
    transition: 0.25s;
}

.theme-btn:focus, a.theme-btn:focus,
.theme-btn:hover, a.theme-btn:hover {
    background-color: transparent;
    border: 1px solid #004F9E ;
    color: #004F9E ;
    outline: none;
    box-shadow: none;
    opacity: 0.7;
}

.theme-btn.btn-white, a.theme-btn.btn-white {
    border: 1px solid #ffffff;
    color: #ffffff;
}

@media screen and (min-width: 768x) {

    .theme-btn, a.theme-btn {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1700px) {

    .theme-btn, a.theme-btn {
        font-size: 1.125rem;
        padding: 1.125rem 3rem 1rem;
    }
}

/* 
***************************************************************************************************************************************************
Fade-in animation
***************************************************************************************************************************************************
*/

.fade-in {
    transform: translateY(1.5rem);
    opacity: 0;
}

.animate {
    animation-name: fadeUp;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes fadeUp {
    0% {
        transform: translateY(1.5rem);
        opacity: 0;
    }
    
    to {
        transform: translateY(0);
        opacity: 1;
        -transform-translate-y: 0;
    }
}

/* 
***************************************************************************************************************************************************
Section header
***************************************************************************************************************************************************
*/

.section-header h2 {
    margin-bottom: 0;
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
}

.section-header h2 {
    font-size: 1.125rem;
}

.section-header h2 + p {
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {

    .section-header h2 {
        font-size: 1.25rem;
    }
    
    .section-header p {
        width: 800px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {

    .section-header h2{
        font-size: 1.5rem;
    }
    
    .section-header p {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1700px) {

    .section-header p {
        font-size: 1.25rem;
    }
}

/* 
***************************************************************************************************************************************************
Navbar
***************************************************************************************************************************************************
*/

.navbar {
    padding: 0 15px;
    transition: background-color 2s;
    border-bottom: 1px solid #dddddd;
    height: 60px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .navbar {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (min-width: 1200px) {
    .navbar {
        height: 90px;
    }
}

@media screen and (min-width: 1400px) {
    .navbar {
        height: 100px;
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media screen and (min-width: 1700px) {
    .navbar {
        height: 128px;
    }
}

/* Mobile menu button */

.navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler {
    width: 28px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 28px;
    background: #999999;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
    transform-origin: right center;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
    transform-origin: right center;
}

@media screen and (min-width: 768px) {
    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }
}

/* Search box */

.search-box {
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    border: 1px solid #000;
    background-color: transparent;
    padding: 0.5rem 0 0.5rem 20px;    
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 15px;
    line-height: 1;
    max-width: 700px;
    border-radius: 0;
    margin-right: 0.5rem;
}

.search-box:focus {
outline: none;
box-shadow: none;
}

/* Search box mobile */

.search-toggler {
border: none;
background-color: transparent;
display: flex;
margin-right: 1.25rem;
}

.search-toggler svg {
font-size: 20px;
}

#searchOverlay {
width: 100%;
height: 100%;
z-index: 12;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: none;
opacity: 0;
padding-top: 3rem;
text-align: center;
}

#searchOverlay.open {
display: block;
opacity: 1;
}

#searchOverlay .close-search {
position: absolute;
right: 1rem;
top: 1rem;
-webkit-appearance: none;
border: none;
background-color: transparent;
}

#searchOverlay .close-search svg {
color: #000000;
font-size: 20px;
}

#searchOverlay .search-box {
border-bottom: 1px solid #000000;
padding-left: 25px;
line-height: 1;
}
#searchOverlay .search-button, .search-div .search-button {
font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
font-weight: 400;
padding: 1rem 2rem .75rem;
font-size: 0.875rem;
color: #004F9E ;
text-align: center;
text-transform: uppercase;
line-height: 1;
border-radius: 1.5rem;
background-color: transparent;
border: 1px solid #004F9E ;
transition: 0.25s;
margin-top: 0;
outline: none;
}

#searchOverlay .search-button:hover, .search-div .search-button:hover {
background-color: transparent;
border-color: #000000;
color: #000000;
}

#desktopMenu .search-box {
width: 24px;
background-size: 20px;
padding-left: 24px;
transition: all ease-in-out 0.5s;
cursor: pointer;
margin-top: 0.5rem;
color: white;
}

#desktopMenu .search-box:focus {
width: 150px;
padding-left: 32px;
border-bottom: 1px solid #000000;
cursor: text;
color: #000000;
}

@media screen and (min-width: 1700px) {

#desktopMenu .search-box {
    background-size: 24px;
}
}
/* ----- Search results-----------*/
.search-results-div {
    
}

.search-results-div ul.searchresults {
    list-style-type: none;
    padding-left: 0;
}
.search-results-div .searchresults li {
    padding-bottom:1rem;
}
/* ----- Extra menu ----- */
#extra-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

#extra-nav .nav-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    color: #0C2D3B;
    font-weight: 400;
    padding: 0.75rem 0.875rem;
    transition: 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#extra-nav button.nav-link-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    color: #0C2D3B;
    font-weight: 400;
    padding: 0.75rem 0.875rem;
    transition: 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
}

#extra-nav button.nav-link-btn:focus,
#extra-nav button.nav-link-btn:active {
    outline: none;
    border: none;
    box-shadow: none;
}

    #extra-nav .nav-link svg {
        color: #00585A;
        font-size: 0.875rem;
    }

    #extra-nav .nav-link img {
        height: 16px;
        width: 16px;
        margin-right: 0.25rem;
    }

    #extra-nav button.nav-link-btn img {
        height: 16px;
        width: 16px;
        margin-right: 0.25rem;
    }


    #extra-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }

.main-menu #extra-nav {
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 1700px) {

    #extra-nav .nav-link,
    #extra-nav button.nav-link-btn {
        font-size: 1.125rem;
    }

        #extra-nav .nav-link svg {
            font-size: 1rem;
        }
}
/* Mobile navbar */

#mobileMenu {
    max-height: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 10;
    background-color: #ffffff;
    padding: 0;
    box-shadow: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
}

#mobileMenu.open {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

#mobileMenu .offcanvas-submenu-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
}

#mobileMenu .offcanvas-submenu-collapse.open {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

#mobileMenu ul {
    margin-left: 0;
    padding: 0 1rem;
}

#mobileMenu .submenu {
    list-style: none;
}

#mobileMenu .submenu-submenu {
    list-style: none;
}

#mobileMenu .submenu-submenu .nav-link {
    font-family: 'Helvetica Neue LT W05_55 Roman', sans-serif;
    text-transform: none;
}

#mobileMenu .submenu .top-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mobileMenu .submenu .back-button {
    font-size: 20px;
    color: #000000;
}

.close-button {
    font-size: 30px;
    color: #000000;
    padding: 0 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.mobile-search {
    position: absolute;
    top: 1.5rem;
    left: 1rem;
}

#mobileMenu .dropdown-toggle::after {
    display: none;
}

#mobileMenu .nav-item {
    width: 100%;
    border-bottom: 1px solid #C5C8C9;
}


#mobileMenu .top-nav-item {
    padding: 0.75rem 0 0.5rem;
}

#mobileMenu .nav-link {
    text-transform: uppercase;
    color: #3B454E;
    font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
    transition: 0.1s;
    cursor: pointer;
    padding: 0.875rem 0 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mobileMenu .extra-menu .nav-link {
    font-size: 1rem;
    color: #666666;
    font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
}

#mobileMenu .extra-menu .nav-item:last-child .nav-link {
    border-bottom: 1px solid #D7D9DB
}

#mobileMenu .nav-link svg {
    padding-bottom: 2px;
}

#mobileMenu .nav-link[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

#mobileMenu .dropdown {
    list-style: none
}

#mobileMenu .collapse-holder > .dropdown {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

#mobileMenu .dropdown .nav-item {
    border-top: none;
}

#mobileMenu .dropdown .dropdown {
    padding-left: 0;
    border-bottom: 1px solid #D7D9DB;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

#mobileMenu .dropdown .nav-item:last-child .dropdown {
    border-bottom: none;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

#mobileMenu .dropdown .dropdown .nav-link {
    text-transform: none;
    font-family: 'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
    color: #666666;
}

@media (min-width: 768px) {

    #mobileMenu {
        width: 50%;
        transform: translateX(200%);
        box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1);
    }

    #mobileMenu.open {
        width: 50%;
        transform: translateX(calc(100% - 2rem));
    }

    #mobileMenu .collapse-holder > .dropdown {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }
}

@media screen and (min-width: 1200px) {

    #mobileMenu {
        display: none !important;
    }
}

#mobileMenu .mobile-mega-dropdown-menu h3 {
    margin: 0;
    padding: 1rem 0.5rem;
    color: #3B454E;
    font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
    font-size: 1rem;
}

#mobileMenu .mobile-mega-dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}

#mobileMenu .mobile-mega-dropdown-menu .nav-item {
    border-bottom: none;
}

#mobileMenu .mobile-mega-dropdown-menu .nav-link {
    padding-left: 1rem;
    text-transform: none;
    padding: 0.25rem 1rem 1rem;
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
}

#mobileMenu .mobile-mega-dropdown-menu > div:not(:first-child) {
    border-top: 1px solid #C5C8C9;
    margin-top: 0;
}
/* Mobile extra menu */

#mobileMenu #extra-nav {
    padding: 0 1rem 0;
}

    #mobileMenu #extra-nav .nav-link {
        font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
        border-top: none;
        padding: 0.875rem 5px 0.875rem 0;
        display: flex;
        align-items: center;
        justify-content: left;
        text-transform: none;
    }

        #mobileMenu #extra-nav .nav-link img {
            margin-right: 0.5rem;
        }

    #mobileMenu #extra-nav .nav-item:last-child {
        border-bottom: 1px solid #D0DFE3;
    }
/* Desktop navbar */

#desktopMenu {
    max-height: 100vh;
    align-self: flex-end;
    display: none;
    flex-direction: column;
}

#desktopMenu .nav-item {
border: none;
position: relative;
}

#desktopMenu .nav-item .collapse-holder {
position: initial;
}

#desktopMenu .nav-item.dropdown:hover {
cursor: pointer;
}

#desktopMenu .dropdown-toggle::after {
display: none;
}

#desktopMenu .dropdown-toggle:hover .dropdown-menu {
display:  block;
}

    #desktopMenu .nav-item .nav-link {
        font-family: 'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #000;
        font-size: 1rem;
        cursor: pointer;
        white-space: nowrap;
    }

@media screen and (min-width: 1200px) {

    #desktopMenu {
        display: flex;
        height: 100%;
        justify-content: space-between;
    }
}



#desktopMenu .nav-item .nav-link:hover,
#desktopMenu .nav-item .dropdown-item:hover,
#desktopMenu  .nav-item .dropdown-item:hover h3 {
    color: #004F9E ;
}

#desktopMenu .dropdown-menu {
top: calc(100% - 2px);
background-color: #f8f8f8;
border-radius: 0;
border-top: 1px solid #dedfdd;
border-bottom: none;
border-left: 1px solid #dedfdd;
border-right: 1px solid #dedfdd;
/***add scroll ***/
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
}

#desktopMenu .dropdown-menu .nav-item {
background-color: #f8f8f8;
}

#desktopMenu .dropdown-menu .nav-link {
border-bottom: 1px solid #dedfdd;
font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
text-transform: none;
}

#desktopMenu .mega-dropdown-toggle {
position: initial;
}

#desktopMenu .mega-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #dedfdd;
    border-bottom: 1px solid #dedfdd;
    width: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    align-items: flex-start;
    justify-content: flex-start;
}

#desktopMenu .mega-dropdown-toggle:hover .mega-dropdown-menu {
    display: flex;
}

#desktopMenu .mega-dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}

#desktopMenu .mega-dropdown-menu h3 {
    font-family: 'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    line-height: 1;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
}

#desktopMenu .mega-dropdown-menu .empty-categories h3 {
    margin-bottom: 2.375em;
}

#desktopMenu .mega-dropdown-menu .nav-link {
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1;
    padding: 0.875rem 0;
    text-transform: none;
    border-bottom: 1px solid #dedfdd
}


#desktopMenu .mega-dropdown-menu .see-all-link {
    font-family: 'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#desktopMenu .mega-dropdown-menu > div {
    flex-basis: calc(25% - 2rem);
    margin-right: 2.25rem;
}

#desktopMenu .mega-dropdown-menu > div:last-child {
    margin-right: 0;
}


@media screen and (min-width: 1200px) {

    #desktopMenu .mega-dropdown-menu {
        max-height: calc(100vh - 89px);
    }
}

@media screen and (min-width: 1700px) {

    #desktopMenu .mega-dropdown-menu {
        max-height: calc(100vh - 127px);
    }

    #desktopMenu .mega-dropdown-menu h3 {
        font-size: 1.5rem;
    }
}

#desktopMenu .extra-menu {
    align-self: flex-end;
}

#desktopMenu .nav-link {
    padding: 0.5rem 0;
    white-space: nowrap;
}

#main-menu > .nav-item > .nav-link {
    margin: 0 0.75rem;
}

#desktopMenu > ul > .nav-item:last-child .nav-link {
    margin-right: 0;
}

#desktopMenu .extra-menu .nav-link {
    padding: 0.5rem 1rem 0.5rem 0;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
}

#dektopMenu .extra-menu {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

#desktopMenu .extra-menu .nav-link {
    color: #000;
    font-size: .875rem;
    text-transform: none;
}

#desktopMenu .extra-menu .nav-item:last-child .navlink {
    padding-right: 0;
}

#desktopMenu .extra-menu extra-ul {
    margin: 0;
    flex-direction: row;
}

#desktopMenu .extra-menu extra-ul .nav-link {
    padding-right: 0.5rem;
    color: #999999;
}

@media screen and (min-width: 1200px) {

    #desktopMenu .extra-menu {
        margin-bottom: 20px;
    }
    
    #desktopMenu .extra-menu .nav-link {
        font-size: 0.875rem;
    }
    
    #desktopMenu .extra-menu .nav-link.active {
        color: #004F9E;
    }
    
    #desktopMenu .extra-menu .nav-link:hover {
        color: #004F9E;
    }
    
    #desktopMenu .extra-menu extra-ul .nav-link:last-child {
        padding-right: 0.875rem;
    }
}

@media screen and (min-width: 1700px) {

    #desktopMenu .extra-menu {
        margin-bottom: 34px;
    }
}

.navbar-brand {
padding: 0;
}

.navbar-brand img {
height: 30px;
}

@media screen and (min-width: 1400px) {

    .navbar-brand img {
        height: 40px;
    }
}

@media screen and (min-width: 1700px) {

    .navbar-brand img {
        height: 50px;
    }
}

@media (max-width: 1199px) {

    #desktopMenu {
        max-height: calc(100vh - 76px);
    }
    
     .dropdown-ul .dropdown-item {
        border-top: none;
        padding: 0;
        font-size: 1rem;
    }
    
     .dropdown-ul .dropdown-item h3 {
        color: #000000;
        font-size: 1.125rem;
    }
    
     .dropdown-ul .dropdown-item .sub-header {
        font-size: 0.875rem;
        margin-bottom: 30px;
        margin-top: 0.25rem;
    }
}

@media screen and (min-width: 1200px) {
    .navbar > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .navbar-collapse {
        background-color: transparent;
        flex-direction: column;
    }
    
    #desktopMenu .nav-item {
        border: none;
    }
    
     .nav-item.nav-link {
        color: #000;
        font-size: .875rem;
        padding: .5rem .875rem;
    }
    
     .nav-link:hover,
    .extra-menu .nav-link:hover {
        background-color: transparent;
    }
    
    .dropdown-ul.show {
        display: flex;
        flex-wrap: wrap;
    }
    
     .dropdown-ul {
        width: calc(100% + 15px);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }
}

.menu-sm-icons ul {
    list-style: none;
    border-top: 1px solid #D0D3D5;
    padding-left: 0;
    padding-top: 0.5rem;
}

.menu-sm-icons svg {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    color: #a6aeba;
}

@media screen and (min-width: 1200px) {

    .collapsing {
        transition: none;
        display: none;
    }
    
    .nav-item .mega-menu {
        position: absolute;
        left: 0;
        width: 100%;
    }
    
     .nav-item .mega-menu h3 {
        font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    }
    
     .nav-item .nav-link {
        font-size: 1rem;
        padding: 0.5rem;
    }
    
     .dropdown-ul .dropdown-item .sub-header {
        display: inline-block;
        color: #000;
        transition: all .5s;
        font-size: 1.5rem;
        margin-bottom: 0
    }
    
     .dropdown-ul .dropdown-item .sub-sub-header {
        display: block;
        margin-bottom: 0;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1440px) {
     .nav-item .nav-link {
        padding: 0.5rem 0.875rem;
    }
}


@media (min-width: 1700px) {
     .nav-link {
        font-size: 1rem;
        padding: .5rem .875rem;
    }
}


/*
***************************************************************************************************************************************************
FOOTER
***************************************************************************************************************************************************
*/

footer {
    background-color: #C5C8C9;
}

footer .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .d-flex > div {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer h3 {
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
    margin-bottom: 1rem;
}

footer a {
    color: #000000;
}

@media screen and (min-width: 576px) {

    footer .d-flex > div {
        flex-basis: calc(50% - 1rem);
    }
}

@media screen and (min-width: 768px) {

    footer .d-flex > div {
        flex-basis: calc(25% - 1rem);
        margin-bottom: 0;
    }
    
    .footer-map {
        width: calc(100% - 1rem);
    }
}

.social-footer {
    background-color: #494B4D;
}

.social-footer svg {
    color: #C5C8C9;
    font-size: 1.5rem;
    margin: 0 0.25rem;
}

.bottom-footer {
    background-color: #000000;
}

.bottom-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

.bottom-footer ul a {
    color: #797D80;
    padding: 0 0.5rem;
    text-transform: uppercase;
    font-size: 0.75rem;
}


/* 
***************************************************************************************************************************************************
START PAGE
***************************************************************************************************************************************************
*/

/* Hero section */

#hero-section {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

    #hero-section .feature-block {
        margin-top: 0;
    }

.feature-block {
    margin-top: 60px;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #cacaca;
}

.feature-overlay {
min-height: calc(100vh - 60px);
display: flex;
justify-content: center;
align-items: center;
padding-right: 2rem;
padding-left: 2rem;
}

.feature-block svg.fa-chevron-down {
color: #ffffff;
position: absolute;
bottom: 2rem;
font-size: 40px;
right: calc(50% - 20px);
transition: 0.2s;
display: none;
}

.feature-caption {
padding: 1rem;
text-align: center;
width: 280px;
margin: 0 auto;
}

.feature-caption h1 {
font-family: 'ITC Avant Garde Gothic W01 Boo', sans-serif;
color: #ffffff;
margin: 0;
font-size: 1.875rem;
}

.feature-caption h1 span {
font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
}

.feature-caption p {
    font-family: 'ITC Avant Garde Gothic W01 Boo', sans-serif;
    color: #ffffff;
    font-size: 1.125rem;
    margin: 0.5rem 0 0;
    padding-top: 1rem;
    border-top: 3px solid #004F9E;
    line-height: 1.5;
}

.feature-caption .theme-btn {
text-shadow: 0 0 2px rgba(0,0,100,0.3),0 0 5px rgba(0,0,100,0.2);
margin: 1.75rem 0 0;
}

.feature-caption .theme-btn.btn-white:hover {
border: 1px solid rgba(255,255,255,1);
color: rgba(255,255,255,1);
}



#video-wrapper {
z-index: 0;
position: absolute;
height: 100%;
width: 100%;
min-height: 100%;
display: block;
}

#hero-video {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
min-height: 100%;
object-fit: cover;
display: block;
}

#hero-section > .feature-overlay {
z-index: 1;
}

@media screen and (min-height: 550px) {
.feature-block svg.fa-chevron-down {
    display: block;
}
}

@media screen and (min-width: 576px) {

.feature-caption {
    width: 400px;
}

.feature-caption h1 {
    font-size: 2.5rem;
}

.feature-caption p {
    font-size: 1.25rem;
}
}

@media screen and (min-width: 768px) {
.feature-caption {
    width: 570px;
}
}

@media screen and (min-width: 992px) {

.feature-overlay {
    justify-content: flex-start;
    align-items: center;
}

.feature-caption {
    text-align: left;
    padding: 0;
    width: 650px;
    margin: 0;
}

.feature-caption h1 {
    font-size: 3rem;
}

.feature-caption p {
    color: #ffffff;
    font-size: 1.25rem;
}

.feature-block svg.fa-chevron-down {
    font-size: 40px;
}
}

@media screen and (min-width: 1200px) {

    #hero-section {
        margin-top: 90px;
    }



.feature-block {
    margin-top: 90px;
}

.feature-overlay {
    min-height: calc(100vh - 90px);
    padding-left: 11vw;
    padding-right: 11vw;
}

.feature-caption p {
    border-top: 4px solid #004F9E;
    font-size: 1.375rem;
    /*margin-top: 1.5rem;
    padding-top: 1.5rem;*/
    }
}

@media screen and (min-width: 1370px) {

.feature-block svg.fa-chevron-down {
    bottom: 4rem;
}
}

@media screen and (min-width: 1400px) {

    #hero-section {
        margin-top: 100px;
    }


    .feature-block {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1700px) {

    #hero-section {
        margin-top: 128px;
    }
.feature-block {
    margin-top: 128px;
}

.feature-overlay {
    min-height: calc(100vh - 128px);
}

.feature-caption {
    width: 875px;
}

.feature-caption h1 {
    font-size: 3.75rem;
}

.feature-caption p {
    font-size: 2rem;
}

.feature-block svg.fa-chevron-down {
    font-size: 50px;
}

.feature-caption .theme-btn {
    margin: 2.5rem 0 0;
}
}

/* Focus section */

.focus-boxes {
display: flex;
flex-wrap: wrap;
}

.focus-box {
flex-basis: 100%;
flex-grow: 0;
flex-shrink: 0;
position: relative;
margin-bottom: 1.5rem;
display: block;
}

.focus-box:last-child {
margin-bottom: 0;
}

.focus-box h3 {
color: #000000;
font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
text-transform: uppercase;
text-align: center;
font-size: 1rem;
margin-bottom: 0;
transition: color ease-in-out 0.2s;
}

.focus-box:hover h3 {
    color: #004F9E ;
}

.focus-box img {
    object-fit:cover;
    height:260px;
    width:100%;
}

.focus-box:hover img {
    color: #004F9E;
}

.focus-box figure {
position: relative;    
overflow: hidden;
}

.focus-box figure::after {
content: "";
padding-bottom: 62%;
display: block;
 background-color: #004F9E ;
}

.focus-box figure img {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition: opacity ease-in-out 0.2s;
}

.focus-box:hover figure img {
opacity: 0.8;
}

@media screen and (min-width: 480px) {

.focus-box h3 {
    font-size: 1.25rem;
}
}

@media screen and (min-width: 600px) {

.focus-boxes {
    justify-content: space-between;
}

.focus-box {
    flex-basis: calc(33.33% - 0.67rem);
    margin-bottom: 0;
}

.focus-box h3 {
    font-size: 1rem;
}

}

@media screen and (min-width: 1200px) {

.focus-box {
    flex-basis: calc(33.33% - 1rem);
    margin-bottom: 0;
}

.focus-box h3 {
    font-size: 1.25rem;
}
}

@media screen and (min-width: 1700px) {

.focus-box {
    flex-basis: calc(33.33% - 1.375rem);
    margin-bottom: 0;
}

.focus-box h3 {
    font-size: 1.5rem;
}

    .focus-box img {
        height: 360px;
    }

.focus-box figure {
    margin-bottom: 1.625rem;
}

}


/* Promo banner */

.promo-section {
flex-wrap: wrap;    
}

.promo-section > div {
flex-basis: 100%;
flex-grow: 0;
flex-shrink: 0;
}

.promo-section > div:first-child {
background-color: #FFFFFF;
text-align: center;
background-size: cover;
}

.promo-section > div:last-child {
background-size: cover;
min-height:  33vw;
}

.promo-section > div:first-child .theme-btn {
margin-top: 1.5rem;
}

.promo-section h2 {
    color: #000;
    font-family: 'ITC Avant Garde Gothic W01 Boo', sans-serif;
    text-transform: none;
    line-height: 1.375;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.promo-section h2 span {
font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
}

.promo-section p.ingress {
    text-transform: uppercase;
}

    @media screen and (min-width: 768px) {
        .promo-section > div {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-section > div:first-child {
    background-image: none !important;
    text-align: left;
}

.promo-section > div:last-child {
    flex-basis: 50%;
    display: flex;
}

.promo-section > div:last-child a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.promo-section > div:last-child:hover button {
    border-color: #ffffff;
    color: #ffffff;
}
}

@media screen and (min-width: 1200px) {

.promo-section h2 {
    font-size: 2.5rem;
}
}

@media screen and (min-width: 1700px) {

.promo-section h2 {
    font-size: 2.75rem;
}

.promo-section  .theme-btn {
    font-size: 1.25rem;
}
}

/* News and blog section */

a.read-more {
font-family:'Helvetica Neue LT W05_75 Bold';
display: block;
text-transform: uppercase;
font-size: 0.875rem;
}

@media screen and (min-width: 1700px) {

a.read-more {
    font-size: 1rem;
}
}

.news-section {
flex-wrap: wrap;
}

.news-section > div {
flex-basis: 100%;
flex-grow: 0;
flex-shrink: 0;
}

.news-section h2 {
font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
margin-bottom: 1rem;
}

.news-section h3 {
text-transform: uppercase;
}

p.date {
margin: 0;
font-size: 0.875rem;
color: #797D80;
}

p.date + h3 {
margin-top:  0.5rem;
}

.news-post h3 {
text-transform: uppercase;
}


@media screen and (min-width: 768px) {

.news-section > div {
    flex-basis: 50%;
    max-width: 50%;
} 
}

@media screen and (min-width: 992px) {

.news-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.news-section h3 {
    font-size: 1.25rem;
} 
}

.news-post {
border-top: 1px solid #7b7f83;
padding: 1rem 0;
}

.contact-person {
    justify-content: center;
}


.news-page .contact-person {
    justify-content: flex-start;
}

.blog-post {
border-top: 1px solid #7b7f83;
padding: 1rem 0;
}

.blog-post figure {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}

.blog-post figure::after {
content: "";
padding-bottom: 66.67%;
display: block;
}

.blog-post figure img {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;    
}

@media screen and (min-width: 576px) {

.blog-post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-post > figure {
    flex-basis: calc(40% - 0.5rem);
}
.blog-post > div {
    flex-basis: calc(60% - 0.5rem);
}
}

@media screen and (min-width: 768px) {

.blog-post > figure {
    flex-basis: 100%;
}
.blog-post > div {
    flex-basis: 100%;
}
}


@media screen and (min-width: 1400px) {

.blog-post > figure {
    flex-basis: calc(40% - 0.75rem);
}
.blog-post > div {
    flex-basis: calc(60% - 0.75rem);
}
}
/* ________ Find a dealer _________  */

.dealer-section {
    border-top: 1px solid #D7D9DB;
    border-bottom: 1px solid #D7D9DB;
    flex-wrap: wrap;
}

    .dealer-section > div {
        flex-basis: 100%;
    }

        .dealer-section > div:last-child {
            background-size: cover;
            background-position: center;
            min-height: 70vw;
            background-color: #a4a9aa;
        }

    .dealer-section h2 {
        font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
        margin: 0 0 0.5rem;
    }

    .dealer-section #InkaDistributorsMapTablesLayer p {
        font-size: 1rem;
    }

    .dealer-section label {
        text-transform: uppercase;
        font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
        display: block;
        margin: 1rem 0 0.25rem;
        padding-top: 1.5rem;
        border-top: 1px solid #004F9E;
    }

    .dealer-section table label {
        display: block;
        margin: 1rem 0 0.25rem;
        padding-top: 0;
        border-top: none;
    }

    .dealer-section select {
        -webkit-appearance: none;
        background-color: #f8f8f8;
        border: none;
        border-radius: 0;
        background-image: url(/media/evhjwukj/chevron-down-black.svg);
        background-size: 14px auto;
        background-repeat: no-repeat;
        background-position: center right 14px;
        padding: 0.5rem 1rem;
        height: 50px;
    }

        .dealer-section select:focus {
            outline: none;
            border: none;
            box-shadow: none;
            background-color: #f8f8f8;
        }

    .dealer-section input[type="text"] {
        font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
        display: block;
        padding: 0.75rem;
        display: block;
        width: 100%;
        background-color: #f8f8f8;
        border: 1px solid #f8f8f8;
    }

        .dealer-section input[type="text"]:focus {
            border: 1px solid #a4a9aa;
            ;
            outline: none;
        }

    .dealer-section .theme-btn {
        margin-top: 2rem;
    }

    .dealer-section h2 {
        margin-top: 1.5rem;
    }

.map_container {
    position: relative;
}

    .map_container svg {
        background-color: #a4a9aa;
    }

#toworldmap {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0;
    color: white;
    cursor: pointer;
    height: 30px;
    left: 30px;
    line-height: 25px;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 30px;
    top: 30px;
    display: none;
    color: #444444;
    border: 1px solid #a4a9aa;
}

.map_container .jqvmap-zoomin, .map_container .jqvmap-zoomout {
    background: #ffffff;
    color: #444444;
    border: 1px solid #a4a9aa;
}

@media screen and (min-width: 992px) {

    .dealer-section > div {
        flex-basis: 50%;
        max-width: 50%;
        flex-grow: 0;
        flex-shrink: 0;
    }

        .dealer-section > div:last-child {
            min-height: 33vw;
        }
}

@media screen and (min-width: 1700px) {

    .dealer-section p {
        font-size: 1.25rem;
    }

    .dealer-section label {
        font-size: 1.125rem;
    }
}

/* ________ END Find a dealer _________  */
/* Video and contact form section */

.video-contact-section {
flex-wrap: wrap;
}

.video-contact-section > div {
flex-basis: 100%;
flex-grow: 0;
flex-shrink: 0;
}

.video-contact-section > div:first-child {
order: 2;
}

.video-contact-section > div:last-child {
order: 1;
}

.video-contact-section h2 {
font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
margin-bottom: 1rem;
}


@media screen and (min-width: 768px) {

.video-contact-section > div:first-child {
    order: 1;
}

.video-contact-section > div:last-child {
    order: 2;
}

.video-contact-section > div {
    flex-basis: 50%;
    max-width: 50%;
}
}

@media screen and (min-width: 992px) {

.video-contact-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
}

.video-contact-section  .umbraco-forms-fieldset {
    padding: 0;
}

.video-contact-section .umbraco-forms-page .col-md-12 {
    padding: 0;
}

.video-contact-section .umbraco-forms-fieldset {
    margin-bottom: 0;
}

.video-contact-section .umbraco-forms-field {
    margin-bottom: 1rem;
}

.video-contact-section  .umbraco-forms-field label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin: 1.5rem 0 0.5rem;
}

.video-contact-section  .umbraco-forms-field:first-child label {
    margin-top: 0;
}

.video-contact-section .umbraco-forms-form  .umbraco-forms-field .dropdown,
.video-contact-section .umbraco-forms-form  .umbraco-forms-field input {
    margin: 0;
    border: none;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 0;
    max-width: 100% !important;
}

.video-contact-section .umbraco-forms-form .umbraco-forms-field input:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.video-contact-section  .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
    position: relative;
}

.video-contact-section .umbraco-forms-field.dataconsent > label {
    display: none;
}

.video-contact-section .umbraco-forms-field.dataconsent input[type="checkbox"]{
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.video-contact-section .umbraco-forms-field.dataconsent input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004F9E;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 1em 1em #004F9E;
    transform: scale(0);
    transform-origin: center;
    clip-path: polygon(37% 65%, 85% 12%, 95% 21%, 38% 81%, 0 48%, 8% 39%);
}

.video-contact-section .umbraco-forms-field.dataconsent input[type="checkbox"]:checked::before {
    transform: scale(0.7);
}

.video-contact-section .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label {
    text-transform: none;
    padding-left: 30px;
    display: block;
    margin-top: 1.5rem;
}

.video-contact-section .umbraco-forms-form .btn {
    display: inline-block;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    font-weight: 400;
    padding: 1rem 2.5rem 0.875rem;
    font-size: 0.875rem;
    color: #004F9E ;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 3rem;
    background-color: transparent;
    border: 1px solid #004F9E ;
    transition: 0.25s;
}

.video-contact-section .umbraco-forms-form .btn:focus,
.video-contact-section .umbraco-forms-form .btn:hover {
    background-color: transparent;
    border: 1px solid #004F9E ;
    color: #004F9E ;
    outline: none;
    box-shadow: none;
    opacity: 0.7;
}


.video-contact-section .umbraco-forms-form .umbraco-forms-navigation {
    padding-bottom: 0;
    width: 100%;
    padding-top:0;
}

@media screen and (min-width: 450px) {

    .video-contact-section .umbraco-forms-field {
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
    }
    
    .video-contact-section  .umbraco-forms-field label{
        flex-basis: 150px;
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0;
    }
    
    .video-contact-section  .umbraco-forms-field div {
        flex-basis: auto;
        flex-grow: 1;
    }
    
    .video-contact-section  .umbraco-forms-field.dataconsent {
        display: block;
    }
    
    .video-contact-section .umbraco-forms-form .btn {
        margin-left: 150px;
    }
}

@media screen and (min-width: 768px) {

    .video-contact-section .umbraco-forms-form .btn {
        margin-left: 150px;
        font-size: 1rem;
    }
    
    .video-contact-section  .umbraco-forms-field.dataconsent {
        margin-left: 150px;
    }
}

@media screen and (min-width: 1200px) {

    .video-contact-section .umbraco-forms-form .umbraco-forms-field .dropdown,
    .video-contact-section .umbraco-forms-form .umbraco-forms-field input {
        padding: 0.75rem;
    }
    
    .video-contact-section .umbraco-forms-field {
        margin-bottom: 1.5rem;        
    }
}

@media screen and (min-width: 1700px) {

    .video-contact-section  .umbraco-forms-field label {
        flex-basis: 190px;
    }
    
    .video-contact-section .umbraco-forms-form .btn {
        margin-left: 190px;
        font-size: 1.125rem;
        padding: 1.125rem 3rem 1rem;
    }
    
    .video-contact-section  .umbraco-forms-field.dataconsent {
        margin-left: 190px;
    }

    .video-contact-section .umbraco-forms-form .umbraco-forms-field .dropdown,
    .video-contact-section .umbraco-forms-form .umbraco-forms-field input {
        padding: 1rem;
    }
    
    .video-contact-section .umbraco-forms-field {
        margin-bottom: 1.75rem;        
    }
}




/* 
***************************************************************************************************************************************************
SUBPAGES
***************************************************************************************************************************************************
*/

/* ________ Subpage header _________  */

.header-banner {
    margin-top: 60px;
    background-size: cover;
    background-position: center;
    height: 33vw;
    min-height: 200px;   
    position: relative;
}

    .header-banner video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
    }

.header-caption {
    z-index: 1;
}

.header-caption p {
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;    
    line-height: 1.4;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 3px solid #37764D;
    text-transform: uppercase;
}

.header-caption h1 {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {

    .header-banner h1 {
        font-size: 2rem;
    }

    .header-caption p {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 768px) {

    .header-banner h1 {
        font-size: 2.25rem;
    }
}    

@media screen and (min-width: 992px) {

    .header-logo img {
        width: 200px;
    }

    .header-banner h1 {
        font-size: 2.5rem;
    }

    .header-caption p {
        font-size: 1.25rem;
        border-top: 4px solid #37764D;
    }

    .header-caption {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {

    .header-banner {
        margin-top: 90px;
    }

    .header-caption h1 {
        font-size: 3rem;
    }

    .header-caption p {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1700px) {

    .header-banner {
        margin-top: 128px;
        padding-right: 11vw;
        padding-left: 11vw;
    }
    
    .header-caption {
        width: 730px;
    }
    
    .header-caption h1 {
        font-size: 3.75rem;
    }
    
    .header-caption p {
        font-size: 1.75rem;
    }
}

.thin-banner {
    height: auto;
    min-height: 0;
    background-color: #F8F8F8;
}

.thin-banner h1 {
    color: #000000;
}

@media screen and (min-width: 1200px) {

    .thin-banner h1 {
        font-size: 2.625rem;
    }
}

@media screen and (min-width: 1700px) {

    .thin-banner {
        padding: 3rem 4rem 3rem;
    }
}

#video-media {
    height: 100%;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#video-media #ll-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ________ Breadcrumbs _________  */


.breadcrumb {
    background-color: #ffffff;
    margin: 0;
}

.breadcrumb li {
    color: #004F9E;
    font-size: 0.75rem;
    margin-right: 1rem;
    text-transform: uppercase;
}

.breadcrumb a {
    color:  #797D80;
}

.breadcrumb.no-banner {
    margin-top: 60px;
}

@media screen and (min-width: 992px) {

    .breadcrumb.no-banner {
        margin-top: 100px;
    }
}
@media screen and (min-width: 1200px) {

    .breadcrumb.no-banner {
        margin-top: 112px;
    }
}
@media screen and (min-width: 1700px) {

    .breadcrumb.no-banner {
        margin-top: 128px;
    }
}


/* ________ Content sections _________  */

.content-section {
    flex-wrap: wrap;
}

.content-section > div {
    flex-basis: 100%;
}

.content-section:first-child {
    border-top: 1px solid #f2f3f4;
}

@media screen and (min-width: 768px) {

    .content-section > div {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 50%;
    }
    .content-section > div.full-width-content {
        flex-basis: 100%;
        max-width: 100%;
    }
    .content-section:nth-child(even) > .content-text:first-child {
        order: 2;
    }
    
    .content-section:nth-child(even) > .content-text:last-child {
        order: 1;
    }
}

.content-header:first-child {
    border-top: none;    
}

.content-header > div{
    text-align: center;
}

.content-header > div:first-child p {
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    color: #004F9E ;
    font-size: 1.125rem;
}

.content-header > div:last-child > *:first-child {
    margin-top: 1rem;
}

@media screen and (min-width: 576px) {

    .content-header > div:first-child p {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 768px) {

    .content-header > div {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {

    .content-header > div {
        padding-left: calc(50% - 400px);
        padding-right: calc(50% - 400px);
    }

    .content-header > div:first-child p {
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1200px) {

    .content-header > div {
        padding-left: calc(50% - 500px);
        padding-right: calc(50% - 500px);
    }

    .content-header > div:first-child p {
        font-size: 1.5rem;
        max-width: 800px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1700px) {

    .content-header > div {
        padding-left: calc(50% - 550px);
        padding-right: calc(50% - 550px);
    }

    .content-header > div:first-child p {
        font-size: 1.75rem;
    }
}

.content-image {
    position: relative;
}

.content-image::after {
    content: "";
    padding-bottom: 56.25%;
    display: block;
}

.content-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-image.no-crop-img {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.content-image.no-crop-img::after {
    display: none;
}

.content-image.no-crop-img img {
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    object-fit: initial;
    object-position: initial;
}

@media screen and (min-width: 1700px) {

    .content-image.no-crop-img {
        padding: 2rem;
    }
}

/* Certificates */

.certificates-page {
    border-top: 1px solid #f2f3f4;
}

.offcanvas-certificates {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
}

.offcanvas-certificates.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (min-width: 1200px) {

    .offcanvas-certificates {
        top: 90px;
    }
}

@media screen and (min-width: 1400px) {

    .offcanvas-certificates {
        top: 100px;
    }
}

@media screen and (min-width: 1700px) {

    .offcanvas-certificates {
        top: 128px;
    }
}

.certificates-wrap {
    display: flex;
    justify-content: flex-start;
}

.content-certificate {
    background-color: #F8F8F8;
    margin-bottom: 1.5rem;
    background-image: url(/media/14pb3s01/cert-water.png);
    background-repeat: no-repeat;
    background-size: 165px auto;
    background-position: bottom 0.5rem right 0.5rem;
    padding: 1.25rem 1rem 1.5rem;
    flex-basis: 100%;
}

@media screen and (min-width: 576px) {

    .certificates-wrap {
        margin: 0 -0.5rem;
    }

    .content-certificate {
        flex-basis: calc(50% - 1rem);
        margin: 0 0.5rem 1.5rem;
    }
}

@media screen and (min-width: 768px) {

    .certificates-wrap {
        margin: 0 -0.75rem;

    }    
    .content-certificate {
        flex-basis: calc(50% - 1.5rem);
        margin: 0 0.75rem 1.5rem;
        padding: 1.5rem;
    }
}

@media screen and (min-width: 992px) {

    .certificates-wrap {
        margin: 0 -0.5rem;
    }    

    .content-certificate {
        flex-basis: calc(33.33% - 1rem);
        margin: 0 0.5rem 1.5rem;
    }

    .content-certificate {
        background-position: bottom 1rem right 1rem;
    }

}

@media screen and (min-width: 1400px) {

    .certificates-wrap {
        margin: 0 -1rem;
    }    

    .content-certificate {
        flex-basis: calc(33.33% - 2rem);
        margin: 0 1rem 2rem;
    }
}

@media screen and (min-width: 1700px) {

    .certificates-wrap {
        margin: 0 -1rem;
    }

    .content-certificate {
        flex-basis: calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
        margin: 0 1rem 2rem;
        padding: 2rem;
    }
}

.content-certificate .certificate-label {
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.4;
}

.content-certificate p {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.content-certificate p:last-child {
    margin-bottom: 0;
}

.content-certificate a {
    color: #000000;
}

.content-certificate a:hover {
    text-decoration: underline;
}

.certificate-compounds-wrap {
    align-items: flex-end;
    margin-bottom: 0.75rem;
}

.certificate-compounds-wrap .certificate-label {
    margin-right: 0.25rem;
}

.content-certificate h2 {
    text-transform: none;
    margin-bottom: 1.25rem;
}

.certificate-compounds-wrap p {
    margin-bottom: 0;
}

.certificate-compounds-wrap span.certificate-compound {
    margin-right: 0.5rem;
    display: block;
}

.content-certificate a.theme-btn {
    margin-top: 1.5rem;
    color: #004F9E;
}

.content-certificate a.theme-btn:hover {
    text-decoration: none;
    color: #004F9E;
}

@media screen and (min-width: 768px) {

    .certificate-section h2 {
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1700px) {

    .certificate-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .content-certificate p,
    .content-certificate .certificate-label {
        font-size: 1rem;
    }

    .content-certificate a.theme-btn {
        font-size: 0.875rem;
        margin-top: 2rem;
        padding: 1.125rem 2.5rem 1rem;
    }
}

.filter-btn {
    border: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    margin-bottom: 1rem;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    text-transform: uppercase;
    margin-top: ;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    margin-right: 0;
    padding: 0;
}

.filter-btn:focus,
.filter-btn:active,
.filter-btn:hover {
    border: none;
    outline: none;
    box-shadow: none;

}

.filter-btn img {
    height: 24px;
    width: auto;  
    margin-right: 0.5rem;  
}

@media screen and (min-width: 1700px) {

    .filter-btn {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        margin-top: 0.25rem;
    }

    .filter-btn img {
        height: 30px;
        margin-right: 0.75rem;
    }
}

#certificatesFilter {
    width: 280px;
}

@media screen and (min-width: 576px) {

    #certificatesFilter {
        width: 368px;
    }
}

#certificatesFilter {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    padding: 0;
}

.close-certificates-filter {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1rem 1rem;
}

.close-certificates-filter button {
    position: relative;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
}

.close-certificates-filter button:focus,
.close-certificates-filter button:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.close-certificates-filter button span {
    padding: 0;
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #000;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    border-radius: 0;
    right: 0;
}

.close-certificates-filter button span:nth-child(1) {
    transform: rotate(45deg);
}

.close-certificates-filter button span:nth-child(2) {
    transform: rotate(-45deg);
}

.close-certificates-filter button:hover span:nth-child(1) {
    transform: rotate(0);
}

.close-certificates-filter button:hover span:nth-child(2) {
    transform: rotate(0);
}

.filter-category {
    margin: 0 1.25rem;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    transition: all ease 0.2s;
}

.filter-category > a {
    padding: 1rem 0 0.875rem;
    display: block;
}

.filter-category > a h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
    font-size: 1rem;
    margin: 0;
}

.filter-category svg {
    margin-right: 0.5rem;
}

.filter-category svg.fa-minus {
    display: inline;
}

.filter-category svg.fa-plus {
    display: none;
}

.filter-category .collapsed svg.fa-minus {
    display: none;
}

.filter-category .collapsed svg.fa-plus {
    display: inline;
}

.certificate-wrap label p {
    display:inline-block;
}

.filter-category-list label {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.75rem;
}

.filter-category-list label input[type="checkbox"] {
    margin-righgt: 0.5rem;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    padding: 0 !important;
    position: absolute;
    top: 2px;
    left: 0;
}

.filter-category-list label input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004F9E;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 1em 1em #004F9E;
    transform: scale(0);
    transform-origin: center;
    clip-path: polygon(37% 65%, 85% 12%, 95% 21%, 38% 81%, 0 48%, 8% 39%);
}

.filter-category-list label input[type="checkbox"]:checked::before {
    transform: scale(0.7);
}


@media screen and (min-width: 576px) {

    .filter-category {
        margin: 0 2rem;
    }

    .filter-category > a h3 {
        font-size: 1.125rem;
    }
}


/* Contact persons */

.contact-persons {
    width: auto;
    justify-content: center;
    border-bottom: 1px solid #f2f3f4;
}

.contact-person-box {
    padding: 1rem;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border-top: 1px solid #f2f3f4;
}

.contact-person-box ul {
    list-style: none;
    padding-left: 0;
}

.contact-person-box figure {
    position: relative;
    overflow: hidden;
}


.contact-person-box img {
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-person-box li {
    display: flex;
    align-items: center;
}

.contact-person-box ul svg {
    color: #004F9E ;
    margin-right: 0.75rem;
}

.contact-person-box ul a {
    color: #000000;
}

.contact-person-box ul a:hover {
    color: #004F9E ;
}

@media screen and (min-width: 400px) {

    .contact-person-box {
        padding: 2rem;
    }
}

@media screen and (min-width: 500px) {

    .contact-persons {
        justify-content: flex-start;
    }

    .contact-person-box {
        padding: 1rem;
        flex-basis: 50%;
        border-right: 1px solid #f2f3f4;
    }

    .contact-person-box:nth-child(2n+2) {
        border-right: none;
    }
}

@media screen and (min-width: 750px) {

    .contact-person-box {
        padding: 1rem;
        flex-basis: 33.333%;
    }

    .contact-person-box:nth-child(2n+2) {
        border-right: 1px solid #f2f3f4;
    }

    .contact-person-box:nth-child(3n+3) {
        border-right: none;
    }
}

@media screen and (min-width: 992px) {

    .contact-person-box h2 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1200px) {

    .contact-person-box {
        padding: 1.5rem;
        flex-basis: 25%;
    }

    .contact-person-box:nth-child(3n+3) {
        border-right: 1px solid #f2f3f4;
    }

    .contact-person-box:nth-child(4n+4) {
        border-right: none;
    }
}

@media screen and (min-width: 1400px) {

    .contact-person-box {
        padding: 2rem;
    }

    .contact-person-box h2 {
        font-size: 1.5rem;
    }

    .contact-person-box ul li {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1700px) {

    .contact-person-box {
        padding: 4rem;
    }
}

/* Contact persons 2 */

.contact-person-2-box {
    padding: 1rem;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border-top: 1px solid #f2f3f4;
    flex-direction: column;
}

.contact-person-2-box ul {
    list-style: none;
    padding-left: 0;
}

.contact-person-2-box figure {
    position: relative;
    overflow: hidden;
}

.contact-person-2-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-person-2-box li {
    display: flex;
    align-items: center;
}

.contact-person-2-box ul svg {
    color: #004F9E ;
    margin-right: 0.75rem;
}

.contact-person-2-box ul a {
    color: #000000;
}

.contact-person-2-box ul a:hover {
    color: #004F9E ;
}

@media screen and (min-width: 400px) {

    .contact-person-2-box {
        padding: 2rem;
    }
}

@media screen and (min-width: 500px) {

    .contact-person-2-box {
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem;
    }

    .contact-person-2-box figure {
        margin-bottom: 0;
    }

    .contact-person-2-box > div {
        flex-basis: calc(50% - 0.5rem);
    }

    .contact-person-2-box > div:last-child {
        padding-top: 1rem;
    }
}

@media screen and (min-width: 600px) {

    .contact-person-2-box {
        padding: 2rem;
    }

    .contact-person-2-box > div {
        flex-basis: calc(50% - 1rem);
    }

    .contact-person-2-box > div:last-child {
        padding-top: 2rem;
    }
}

@media screen and (min-width: 768px) {

    .contact-person-2-box {
        padding: 1rem;
        flex-basis: 50%;
        border-right: 1px solid #f2f3f4;
    }

    .contact-person-2-box > div {
        flex-basis: calc(50% - 0.5rem);
    }

    .contact-person-2-box > div:last-child {
        padding-top: 0;
    }

    .contact-person-2-box:nth-child(2n+2) {
        border-right: none;
    }
}

@media screen and (min-width: 1200px) {

    .contact-person-2-box h3 {
        font-size: 1.5rem;
    }

    .contact-person-2-box {
        padding: 2rem;
    }

    .contact-person-2-box > div {
        flex-basis: calc(50% - 1rem);
    }

    .contact-person-2-box > div:last-child {
        padding-top: 2rem;
    }

    .contact-person-2-box p,
    .contact-person-2-box ul li {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1700px) {

    .contact-person-2-box h3 {
        font-size: 1.625rem;
    }

    .contact-person-2-box {
        padding: 4rem;
    }
}

/* ________ Link boxes _________  */

.link-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link-box {
    flex-basis: 100%;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}

.link-box figure {
    position: relative;
    overflow: hidden;
}

.link-box figure::after {
    content: "";
    padding-bottom: 62%;
    display: block;
    background-color: #004F9E ;
}

.link-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity ease-in-out 0.2s;
}

.link-box:hover img {
    opacity: 0.8;
}

.link-box h3 {
    color: #000000;
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
    transition: color ease-in-out 0.2s;
}

.link-box:hover h3 {
    color: #004F9E ;
}

@media screen and (min-width: 480px) {

    .link-box h3 {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 576px) {

    .link-boxes {
        margin: 0 -1rem;
    }
    
    .link-box h3 {
        font-size: 1rem;
    }
    
    .link-box {
        flex-basis: calc(50% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 768px) {

    .link-box {
        flex-basis: calc(33.33% - 0.67rem);
    }
}

@media screen and (min-width: 1200px) {

    .link-box {
        flex-basis: calc(25% - 1rem);
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .link-box h3 {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1400px) {

    .link-box {
        flex-basis: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    
    .link-box figure {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 1700px) {

    .link-boxes-section {
        padding-left: 11vw;
        padding-right: 11vw;
    }
    
    .link-box h3 {
        font-size: 1.25rem;
    }
}

/* ________ Link list _________  */

.link-list ul {
    list-style: none;
    padding-left: 0;
}

.link-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bbbcbe;
    padding: 0.5rem 0;
    break-inside: avoid;
}

.link-list li a {
    color: #004F9E;
    padding-top: 5px;
}

.link-list svg {
    color: #004F9E;
    margin-right: 0.5rem;
    height: 14px;
    padding-top: 2px;
}

.link-list .section-header p a {
    color: #004F9E;
}

.link-list a:hover {
    color: #0056b3;
}

@media screen and (min-width: 600px) {

    .link-list ul {
        column-count: 2;
        column-gap: 1.5rem;
    }   
}

@media screen and (min-width: 800px) {

    .link-list ul {
        column-count: 3;
    }   
}

@media screen and (min-width: 800px) {

    .link-list ul {
        column-gap: 2rem;
    }   
}

/* ________ Contact person _________  */

.content-sections + .contact-person {
    border-top: 1px solid #f2f3f4;
}

.contact-person h2 {
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
    font-size: 1.125rem;
}

.contact-person > div {
    flex-basis: calc(50% - 0.5rem);
}


.news-page .contact-person > div {
    flex-basis: calc(25% - 0.5rem);
}

.contact-person > div:first-child img {
    display: block;
    margin: 0 0 0 auto;
    border-radius: 50%;
    width: 280px;
}

.contact-person ul {
    list-style: none;
    padding-left: 0;
}

.contact-person li {
    display: flex;
    align-items: center;
}

.contact-person ul svg {
    color: #004F9E ;
    margin-right: 0.75rem;
}

.contact-person ul a {
    color: #000000;
}

.contact-person ul a:hover {
    color: #004F9E ;
}

.contact-person > div:last-child {
    padding-left: 1rem;
}

}

@media screen and (min-width: 576px) {

    .contact-person > div {
        flex-basis: 50%;
    }

    .news-page .contact-person > div {
        flex-basis: 25%;
    }
    
    .contact-person > div:last-child {
        padding-left: 2rem;
    }

    .contact-person > div:first-child img {
        width: 340px;
        margin-right: 1rem;
    }

    .news-page .contact-person > div:first-child img {
        width: 260px;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 992px) {
.contact-person h2 {
    font-size: 1.25rem;
}

}

@media screen and (min-width: 1200px) {
.contact-person h2 {
    font-size: 1.5rem;
}

.contact-person > div:last-child {
    padding-left: 3rem;
}

.contact-person ul li {
    font-size: 1.125rem;
}   
}

/* ________ Brochure list _________  */

.brochure-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brochure-list > div {
    flex-basis: 190px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0.5rem 2rem;
    text-align: center;
    padding-bottom: 2.875rem;
    position: relative;
}

.brochure-list figure {
    position: relative;
}

.brochure-list figure a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.brochure-list figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.brochure-list h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.brochure-list .brochure-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

@media screen and (min-width: 1200px) {

    .brochure-list > div {
        margin-bottom: 2.5rem;
    }

    .brochure-list .theme-btn {
        padding: 1rem 2rem 0.875rem;
    }

    .brochure-list h3 {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1700px) {

    .brochure-list > div {
        padding-bottom: 3.125rem;
    }
}




/* ________ Video clips slider _________  */

.slick-slider {
    padding: 0 2rem 2rem;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;    
}

.slick-dots li {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;

}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    outline: none;
    background: black;
    opacity: 0.3;
}

.slick-slider > button {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;    
}

.slick-slider > button[aria-disabled="true"] {
    opacity: 0.4;
}

.slick-slider > button:focus,
.slick-slider > button:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.slick-slider .slick-active button {
    opacity: 1;
}


.slick-slider button.slick-prev {
    left: 0;
}

.slick-slider button.slick-next {
    right: 0;
}

@media screen and (min-width: 768px) {

    .slick-slider > button {
        padding-bottom: 4rem;
        font-size: 1.5rem;
    }
}

.video-clips .slick-list figure a {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-clips .slick-list figure a::after {
    content: "";
    display: block;
    padding-bottom: 66.67%;
    background-color: #004F9E ;
}

.slick-initialized .slick-slide {
    padding: 0 0.5rem;
}

.video-clips .slick-list figure a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: opacity ease-in-out 0.2s;
}

.video-clips .slick-list figure a:hover img {
    opacity: 0.8;
}

.video-clips h3 {
  color: #000000;
  font-size: 1rem;
  font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
  text-align: center;
}
.video-clips .slick-slide:hover h3 {
    background-color: #ffffff;
    color: #004F9E;
} 
@media screen and (min-width: 1400px) {

    .slick-initialized .slick-slide {
        padding: 0 1rem;
    }
}


@media screen and (min-width: 1700px) {

    .video-clips {
        padding-left: calc(11vw - 2rem);
        padding-right: calc(11vw - 2rem);
    }



    .video-clips h3 {
      font-size: 1.25rem;
    }
}

/* Modal */

#video {
    background-color: #000000;
}

.videolPopup .modal-dialog {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

.videoPopup .modal-body {
    padding: 0;
    position: relative;
    width: 100%;
}

.videoPopup .close {
    position: absolute;
    top: -32px;
    right: 0;
    font-weight: 400;
    opacity: 1;
    text-shadow: none;
    font-size: 34px;
    color: #ffffff;
    z-index: 1;
}

.videoPopup .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

@media screen and (min-width: 1200px) {

    .videoPopup .modal-dialog {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1700px) {

    .videoPopup .modal-dialog {
        max-width: 1200px;
    }
}

.content-specs h3 {
    margin-bottom: 1rem;
}

.properties-list {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
    width: 100%;
    max-width: 500px;
}

.properties-list li {
    display: flex;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    border-bottom: 1px solid #bbbcbe;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    justify-content: space-between;
}

.properties-list li span {
    flex-basis: calc(50% - 1rem);
    flex-grow: 0;
    flex-shrink: 0;
}

.properties-list li span:first-child {
    text-transform: uppercase;
}

.properties-list li span:last-child {
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif
}

@media screen and (min-width: 1700px) {

    .properties-list {
        max-width: 600px;
    }

    .properties-list li {
        font-size: 1rem;
    }
}

/* ________ Contact info section _________  */

.contact-info-section {
    flex-wrap: wrap;
}

.contact-info-section > div {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.contact-info-section h2 {
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
    margin: 0 0 0.5rem;
}

.contact-info-section ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #004F9E ;
}

.contact-info-section a {
    color: #000000;
}

.contact-info-section ul:last-child {
    border-bottom: none;
}

.contact-info-section > div:last-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .contact-info-section > div {
        flex-basis: 50%;
        max-width: 50%;
    }

    .contact-info-section > div:first-child {
        order: 2;
    }

    .contact-info-section > div:last-child {
        order: 1;
    }
}

@media screen and (min-width: 992px) {

.contact-info-section h2 {
    font-size: 1.5rem;
}

.contact-info-section h3 {
    font-size: 1.25rem;
    }
}

/* ________ Contact form section _________  */

.contact-form-info .umbraco-forms-tooltip,
.contact-form-info label {
display: none !important;
}

.contact-form-info .dataconsent label {
    display: block;
}

.umbraco-forms-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.umbraco-forms-container {
    padding: 0;
}

.contact-form-info .umbraco-forms-page > fieldset {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 0;
}

.contact-form-info .umbraco-forms-form input.text,
.contact-form-info .umbraco-forms-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    border: 1px solid #DDDDDD;
    padding: 1rem;
}

.contact-form-info .dataconsent {
    margin-top: 1rem;
}

@media screen and (min-width: 576px) {
    
    .contact-form-info .dataconsent {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

.contact-form-info .umbraco-forms-fieldset:nth-child(1) .umbraco-forms-field {
margin-bottom: 1rem;
}

.contact-form-info .umbraco-forms-fieldset:nth-child(2) .umbraco-forms-field {
    margin-bottom: 1rem;
}

.contact-form-info .umbraco-forms-fieldset:nth-child(2) .umbraco-forms-field:last-child {
    margin-bottom: 0;
}

.contact-form-info .dataconsent .umbraco-forms-field-wrapper label {
    display: block !important;
    padding-left: 30px;
}

.contact-form-info .dataconsent .umbraco-forms-field-wrapper input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-form-info .dataconsent .umbraco-forms-field-wrapper input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004F9E;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 1em 1em #004F9E;
  transform: scale(0);
  transform-origin: center;
  clip-path: polygon(37% 65%, 85% 12%, 95% 21%, 38% 81%, 0 51%, 7% 41%);
}

.contact-form-info .dataconsent .umbraco-forms-field-wrapper input[type="checkbox"]:checked::before {
  transform: scale(0.8);
}

@media screen and (min-width: 576px) {

    .contact-form-info .umbraco-forms-page > fieldset {
        flex-basis: calc(50% - 0.75rem);
    }
    .contact-form-info .umbraco-forms-fieldset:nth-child(1) .umbraco-forms-field {
        margin-bottom: 0;
    }

    .contact-form-info .umbraco-forms-fieldset:nth-child(1) * {
        height: 100%;
    }

    .contact-form-info .umbraco-forms-fieldset:nth-child(3) {
        flex-basis: 100%;
        margin-top: 1.5rem;
    }

    .contact-form-info .umbraco-forms-navigation {
        flex-basis: 100%;
        text-align:right;
        padding-top: 0 !important;
    }
}

.contact-form-info input[type="submit"] {
    display: inline-block;
    font-family: 'ITC Avant Garde Gothic W01 Md', sans-serif;
    font-weight: 400;
    padding: 1rem 2rem 0.75rem;
    font-size: 0.875rem;
    color: #004F9E ;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 1.5rem;
    background-color: transparent;
    border: 1px solid #004F9E ;
    transition: 0.25s;
}

.contact-form-info input[type="submit"]:hover {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

@media screen and (min-width: 1200px) {

    .contact-form-info input[type="submit"] {
        padding: 1.5rem 3rem 1.25rem;
        border-radius: 3rem;
    }

    .contact-form-info {
        padding-left: calc(50% - 570px);
        padding-right: calc(50% - 570px);
    }
}

.umbraco-forms-submitmessage {
    display: block;
    text-align: center;
}

/* ------- News and blog pages ------- */

.news-page {
    border-top: 1px solid #f2f3f4;
}

.news-page h1 {
    font-size: 1.5rem;
}

.news-page h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.news-page h3 {
    font-size: 1.125rem;
}

#sidebar h2 {
    font-family: 'ITC Avant Garde Gothic W01 Bol', sans-serif;
}

#sidebar .news-post:last-child {
    border-bottom: 1px solid #7b7f83;
}

#sidebar .nav {
    justify-content: flex-end;
    margin-top: 1.5rem;
}

#sidebar .nav li:first-child a {
    margin-left: 0;
}

#sidebar .nav a {
    background-color: #C5C8C9;
    margin-left: 0.5rem;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    color: #ffffff;
}

#sidebar .nav .active a {
    background-color: #004F9E ;
}

@media screen and (min-width: 768px) {

    .news-page h1 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 992px) {

    .news-page h1 {
        font-size: 2rem;
    }
}

/* ------- Pagination ------- */

ul.pagination {
    border-top: 1px solid #c5c8c9;
    padding-top: 1.5rem;
    border-radius: 0;
}

ul.pagination .page-item .page-link {
    background-color: #C5C8C9;
    margin-right: 0.5rem;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    color: #ffffff;
    border-radius: 0;
}

ul.pagination .page-item.active .page-link {
    background-color: #004F9E;
    border-color: #004F9E;
}

ul.pagination .page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}

/* Calculator */

.calculator-box {
    background-color: #C5C8C9;
}

#result {
    color: #000000;
    background-color: #EEEEEE;
}

.calculator .results .is-text {
    width:100%;
    text-align:center;
}

.calculator .disclaimer-text p {
    font-size: .75rem;
}

@media screen and (min-width: 450px) {
    .calculator .video-contact-section .umbraco-forms-field {
        display: block;
    }
}

@media (min-width: 992px) {

    .calculator .results {
        justify-content: space-between;
    }

    .calculator .results .col-lg-6 {
        max-width: calc(50% - 15px);
    }

    .calculator .results .is-text {
        width: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .calculator .video-contact-section .umbraco-forms-field {
        display: flex;
    }
}

/* IE bug fix */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .promo-section {
        height: 33vw;        
    }
}


/* 
***************************************************************************************************************************************************
Podcasts
***************************************************************************************************************************************************
*/

.episode-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.episode-player {
    overflow-y: hidden;
}

.episode .meta {
    padding-top: 0 !important;
}

.episode .buzz_share {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.episode .buzz_share .buzz_share_item {
    padding-left: 0 !important;
}

.episode .buzz_share .buzz_twitter {
    display: none !important;
}

.episode .buzz_share .buzz_spotify {
    position: relative;
}

.latest .episode-img {
    width: 100%;
    height: auto;
}

.episode-img {
    width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .episode-img {
        aspect-ratio: 1/1;
        height: 200px;
        width: 200px;
    }

    .latest .episode-img {
        aspect-ratio: 1/1;
        height: 255px;
        width: 255px;
    }
}

/* Podcasts list */

.podcasts-list {
    max-width: 1400px;
}

    .podcasts-list h3 {
        font-weight: 700;
    }

    .podcasts-list .episode-player iframe {
        display:none;
    }

    .podcasts-list .episode-player .description > p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
 
.episode-container {
    gap: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #111;
}

.podcasts-list .episode-player .episode {
    display: flex;
    flex-direction: column;
}

    .podcasts-list .episode-player .episode .buzz_share {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: auto;
    }

    .podcasts-list .episode-player .episode .buzz_share .buzz_share_item:nth-child(2){
        display: none;
    }

@media (max-width: 992px) {
    .podcasts-list .episode-player .episode .buzz_share {
        order: 3;
    }

    .podcasts-list .episode-player .episode .meta {
        order: 2;
        padding-top: 0 !important;
    }

    .podcasts-list .episode-player .episode div:last-child {
        order: 4;
    }
}


/* Podcast episode */

.podcast-episode > div {
    max-width: 1600px;
    margin: 0 auto;
}

.podcast-episode .episode-player .description {
    display: none;
}
.podcast-episode .episode-player .episode {
    margin: 0;
}

    .podcast-episode .episode-player .episode .buzz_share .buzz_share_item:nth-child(2) {
        display: none;
    }
