* {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    font-family: "AP Moller Sans";
    box-sizing: border-box;
    font-feature-settings: 'pnum' 1;
    letter-spacing: 0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -font-smoothing: antialiased;
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
    font-family: "AP Moller Sans";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #112333;
    font-feature-settings: 'pnum' 1;
    letter-spacing: 0.5px;
    /*overflow-x: hidden;*/
}


p,h4,h5,h6 {
    font-family: "AP Moller Sans";
}

h1,h2,h3 {
    font-family: "AP Møller Serif";
    opacity: 1;
}

.link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

h4.label, h4.modulelabel {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #64B2D4;
}
.cream h4.label,
.marine h4.label,
.white h4.label {
    color: #64B2D4;
}
h4.modulelabel {
    text-align: center;
    margin: 100px auto 20px auto;
}

h2.moduletitle {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
}



a.dark_downloadlink {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #7F8890;

}

a > text > tspan.st3,
svg.tspan .st3{
    font-family: "AP Møller Serif" !important;
    text-align: center;
}

p.date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #7F8890;
}


.cream, .cream p, .cream h2,.cream h4, .cream p a, .cream *, .topmoduleoverlay div.cream {
    color: black;
    background-color: #f0ebe7;
    text-decoration: none;
}
.white, .white p, .white h2,.white h4, .white p a {
    color: black;
    background-color: #FFFFFF;
    text-decoration: none;
}
.marine, .marine p, .marine h2,.marine h4, .marine p a {
    color: #FFFFFF;
    background-color: #112333;
    text-decoration: none;
}


span.d-spacer-20 {
    display: inline-block;
    width: 20px;
}

span.m-spacer-20 {
    display: none;
}

span.d-spacer-10 {
    display: inline-block;
    width: 20px;
}

span.m-spacer-10 {
    display: none;
}

span.d-spacer-5 {
    display: inline-block;
    width: 5px;
}

span.m-v-spacer-40 {
    display: none;

}

br.mobile {
    display: none;
}
br.tablet {
    display: none;
}

.mobile-img {
    display: none;
}
.desktop-img {
    display: block;
}

a {
    text-decoration: none;
    color: white;
}


a:hover {
    text-decoration: none;
    color: white;
}


#link-icon,
img.icon-md {
    vertical-align:middle;
    width: 20px !important;
    margin-right: 6px;
    padding-bottom: 3px;
}

a.iconlink svg{
    width: 25px;
    vertical-align:middle;
    padding-bottom: 3px;
    padding-right: 4px;
}

a.iconlink:hover .st0{
    fill: #64B2D4;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.desktopchar {
    display: inline-block;
}

.cream .file_link_title, .cream .web_link_title {
    color: #7F8890;
}

.mail-link {
    font-size: 11px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #112333 !important;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    font-family: "AP Moller Sans" !important;
    font-feature-settings: 'pnum' 1 !important;
    letter-spacing: 0.5px !important;
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 600 !important;
    text-decoration: none !important;    
}




@media (max-width: 760px) {
    .mobile-img {
        display: block;
    }
    .desktop-img {
        display: none;
    }
    br.mobile {
        display: block;
    }
    br.tablet {
        display: none;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .desktopchar {
        display: none;
    }
    span.d-spacer-5 {
        display: none;
    }
    span.m-spacer-5 {
        display: inline-block;
        width: 5px;
    }
    span.d-spacer-10 {
        display: none;
    }
    span.m-spacer-10 {
        display: inline-block;
        width: 20px;
    }
    span.d-spacer-20 {
        display: none;
    }
    span.m-spacer-10 {
        display: inline-block;
        width: 10px;

    }
    span.m-v-spacer-40 {
        display: block;
        clear: both;
        height: 40px;
    }

}


@media (min-width: 761px) and (max-width: 1024px){
    br.tablet {
        display: block;
    }
}


