﻿
@font-face {
    font-family: MyriadPro;
    src: url(/assets/fonts/MyriadPro-Regular.woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MyriadPro;
    src: url(/assets/fonts/MyriadPro-Semibold.woff);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MyriadPro;
    src: url(/assets/fonts/MyriadPro-SemiboldIt.woff);
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: MyriadPro;
    src: url(/assets/fonts/MyriadPro-Bold.woff);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MyriadPro;
    src: url(/assets/fonts/MyriadPro-BoldIt.woff);
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: MyriadProCond;
    src: url(/assets/fonts/MyriadPro-Cond.woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MyriadProCond;
    src: url(/assets/fonts/MyriadPro-CondIt.woff);
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: MyriadProCond;
    src: url(/assets/fonts/MyriadPro-BlackCond.woff);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MyriadProCond;
    src: url(/assets/fonts/MyriadPro-BlackCondIt.woff);
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

h2 {
    line-height: 60px;
    font-size: 50px;
    font-style: italic;
    color: var(--color-primary);
}

h2, h3, h4, h5, h6 {
    line-height: 1.1;
}


    :root {
        --family-body: MyriadPro, sans-serif;
        --color-primary: #003b58;
        --color-secondary: rgb(24 155 215);
        --black: #000;
        --white: #fff;
        --color-txt: #000;
        --bg-body: #fff
    }

*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: thin solid currentColor;
    border-width: 0;
    outline: none;
    letter-spacing: 0
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    background-color: var(--bg-body);
    scroll-behavior: smooth !important
}

footer {
    padding: 16px;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.3;
    word-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-txt);
    font-family: var(--family-body);
    background-color: var(--bg-body);
    overflow: hidden
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.1;
}

 ol,  ul,  li {
    list-style: none;
    list-style-type: none
}


footer ol, footer ul, footer li {
    list-style: none !important;
    list-style-type: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

button, input, optgroup, option, select, textarea {
    border-radius: 0;
    outline: 0;
    color: var(--color-txt);
    font-family: var(--family-body)
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-ui-invalid {
    box-shadow: none
}

a, button {
    cursor: pointer
}

.container {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    width: 94%
}

/*.btn {
    background-color: var(--color-primary);
    color: var(--white);
    font-size: 18px;
    line-height: 1.25;
    border-radius: 1em;
    padding: 4px 10px 4px 20px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--color-primary)
}*/

:root {
    --screen-size: 1920;
    --max-width: 100vw
}

@media (max-width: 1400px) {
    :root {
        --screen-size: 1400
    }
}

@media (max-width: 1200px) {
    :root {
        --screen-size: 1200
    }
}

@media (max-width: 1024px) {
    :root {
        --screen-size: 1024
    }
}

@media (max-width: 769px) {
    :root {
        --screen-size: 769
    }
}

@media (max-width: 500px) {
    :root {
        --screen-size: 500
    }
}

@media (max-width: 375px) {
    :root {
        --screen-size: 375
    }
}


.gap-1 {
    gap: 8px;
}

@media (min-width: 1300px) {
    .gap-1-xl {
        gap: 8px;
    }
}


picture {
    width: 100%;
    height: auto
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: auto
}

.title {
    font-size: calc(var(--max-width) / var(--screen-size) * 54);
    line-height: 1.2407407407
}

.bold {
    font-weight: 700
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right;
}

.italic {
    font-style: italic
}

.normal {
    font-style: normal
}

.fs-xlarge {
    font-size: calc(var(--max-width) / var(--screen-size) * 78);
    line-height: 1
}

.fs-large {
    font-size: calc(var(--max-width) / var(--screen-size) * 30);
    line-height: 1.2
}

.fs-medium {
    font-size: calc(var(--max-width) / var(--screen-size) * 24);
    line-height: 1.2
}

.featured-media-release {
    padding: 0 calc(var(--max-width) / var(--screen-size) * 10)
}

.grid {
    display: flex;
    justify-content: center
}

@media (min-width: 1200px) {
    .grid > div {
        padding: 0 calc(var(--max-width) / var(--screen-size) * 36);
        flex-basis: calc(var(--max-width) / var(--screen-size) * 478);
        flex-grow: 0
    }

        .grid > div + div {
            border-left: solid 1px rgba(0,0,0,.2)
        }

        .grid > div.event-column, .grid > div.media-release-column {
            flex-basis: calc(var(--max-width) / var(--screen-size) * 455)
        }
}

@media (max-width: 1199.98px) {
    .grid > div {
        padding: calc(var(--max-width) / var(--screen-size) * 36) 0;
        width: 100%;
        max-width: calc(var(--max-width) / var(--screen-size) * 500)
    }

        .grid > div + div {
            border-top: solid 1px rgba(0,0,0,.2)
        }
}

@media (max-width: 1199.98px) {
    .grid {
        flex-direction: column;
        align-items: center
    }
}

/*.btn {
    background-color: var(--color-primary);
    color: var(--white);
    font-size: calc(var(--max-width) / var(--screen-size) * 18);
    line-height: 1.25;
    border-radius: 999px;
    padding: .5em 1em;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--color-primary)
}*/

/*    .btn .icon-btn {
        width: 24px;
        display: inline-block
    }

    .btn:hover {
        background-color: var(--white);
        color: var(--color-primary)
    }*/



.text-primary {
    color: var(--color-primary)
}

.text-white {
    color: var(--white)
}

.section-Welcome {
    padding-bottom: calc(var(--max-width) / var(--screen-size) * 100)
}

    .section-Welcome .container {
        max-width: calc(var(--max-width) / var(--screen-size) * 1400)
    }

.full-article {
    max-width: calc(var(--max-width) / var(--screen-size) * 1005);
    margin: auto
}

.article-container {
    padding: calc(var(--max-width) / var(--screen-size) * 135) calc(var(--max-width) / var(--screen-size) * 25)
}

.flex {
    display: flex
}

.services-block {
    max-width: calc(var(--max-width) / var(--screen-size) * 434);
    margin: auto
}

.service-datetime {
    display: block
}

    .service-datetime > span {
        display: inline-block
    }

.about-body p {
    margin-bottom: .5em
}

.on-hover-primary:hover {
    color: var(--color-primary)
}

.inline {
    display: inline
}

.news-section {
    max-width: calc(var(--max-width) / var(--screen-size) * 1400);
    margin: auto
}

    .news-section article {
        padding: calc(var(--max-width) / var(--screen-size) * 32) calc(var(--max-width) / var(--screen-size) * 64)
    }

        .news-section article:nth-child(even) {
            background: rgba(38,150,210,.15)
        }

        .news-section article:nth-child(odd) {
            background: rgba(38,150,210,.05)
        }

    .news-section p {
        display: block;
        margin-top: 1em
    }

    .news-section time + p {
        display: inline
    }

@media (max-width: 768px) {
    .news-section.article-container {
        padding-left: 0;
        padding-right: 0
    }

        .news-section.article-container article {
            padding: calc(var(--max-width) / var(--screen-size) * 32)
        }
}

.header {
    position: relative;
    z-index: 999
}

.icon svg {
    width: 24px
}

.logo {
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap: 0 16px;*/
    width: 100%;
    margin: auto;
    margin-top: -1rem;
}

    /*@media (max-width: 1000px) {
    .logo {
        max-width: 150px
    }
}*/

    .logo span {
        font-family: bodega-serif,serif;
        text-transform: uppercase
    }

.tag-line {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px
}

nav a, img {
    display: block
}

@media screen and (max-width: 450px) {
    .tag-line {
        display: flex;
        flex-direction: column
    }
}

.desktop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    z-index: 100;
    transition: background-color .25s ease-in-out
}

    .desktop:not(.top) {
        background: linear-gradient(to bottom,var(--color-primary) 15%,var(--color-primary) 100%)
    }

        .desktop:not(.top) .logo .tag-line {
            background: red !important
        }

    .desktop.top {
        background: linear-gradient(to bottom,var(--color-primary), var(--color-primary));
    }

@media screen and (min-width: 1200px) {

    .desktop .nav-1 {
        max-height: 65px
    }

        .desktop .nav-1 .sub-nav {
            display: flex;
            align-items: center;
            padding: 0 16px;
            max-height: 65px;
            position: relative;
        }


            .desktop .nav-1 .sub-nav:first-child {
                justify-content: flex-end
            }


            .desktop .nav-1 .sub-nav li > a + ul {
                position: absolute;
            }


    .social-bar a + a {
        padding-left: 8px !important;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1774px) {
    .desktop .nav-1{
        display: flex;
    }


        .desktop .nav-1 .sub-nav li {
            padding: 0 10px;
        }

        .desktop .nav-1 .sub-nav li > a {
            padding: 8px 0px;
        }


        .desktop .nav-1 .sub-nav.right {
            order: 2;
        }

        .desktop .nav-1 .sub-nav.left {
            order: 1;
        }


        .desktop .nav-1 .sub-nav li a {
            font-size: 16px;
        }

    .logo-container {
        flex: 1;
    }

    .logo {
        /*max-width: 225px;*/
        width: 225px;
        /*margin-left: 32px;*/
    }
}

@media screen and (min-width: 1775px) {

    .desktop .nav-1{
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }

        .desktop .nav-1 .sub-nav li a {
            font-size: 20px;
        }

        .desktop .nav-1 .sub-nav.right li {
            padding: 10px;
        }

        .desktop .nav-1 .sub-nav.left li {
            padding: 10px 20px;
        }


    .logo-container {
        /*margin-left: -1rem;
        margin-right: -1rem*/
    }

    .logo {
        max-width: 300px;
    }
}





.desktop .nav-1 .sub-nav li a {
    display: block;
    /*color: inherit;*/
    letter-spacing: 1px;
    line-height: 1;
    transition: opacity .25s ease-in-out;
    font-family: MyriadProCond;
}

.desktop .nav-1 .sub-nav > li > a {
    color: white;
    filter: drop-shadow(2px 4px 6px #0a4e90);
    text-align: center;
}

.social-bar a > img {
    margin-bottom: 0px;
    width: 20px;
}

.desktop .nav-1 .sub-nav li a:hover {
    opacity: .75 !important;
}

.sub-nav.left > li > a {
    font-weight: 700;
}

.sub-nav.right li a {
    font-style: italic;
}

.desktop .iconSocials {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding-top: 35px;
    padding-right: 35px
}


.desktop .nav-1 .sub-nav li:hover > a {
    /*padding-bottom: 16px;*/
}


#iconNav {
    display: none;
    position: fixed;
    top: 32.5px;
    right: 30px;
    transform: translateY(-50%)
}

@media screen and (max-width: 1199px) {

    #iconNav {
        display: block
    }

    .icon svg {
        width: 50px
    }

    .left {
        order: 1;
    }

    .right {
        order: 2;
    }

    .desktop {
    }

        .desktop .nav-1{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            max-height: 59px;
        }

            .desktop .nav-1 .sub-nav {
            }

            .desktop .nav-1 .sub-nav {
                display: none;
            }

                .desktop .nav-1 .sub-nav li > a + ul {
                    text-align: center;
                }

                .desktop .nav-1 .sub-nav.right li, .desktop .nav-1 .sub-nav.left li {
                    padding: 16px;
                }


                .desktop .nav-1 .sub-nav li a {
                    font-size: 40px !important
                }

                    .social-bar a img {
                        width: 48px;
                    }



            .desktop .nav-1 .logo-container {
                position: sticky;
                top: 0;
                margin-bottom: 2rem;
                /*left: 50%;*/
                /*transform: translate(-50%)*/
            }

            .desktop .nav-1 .iconSocials {
                display: none;
                position: initial;
                justify-content: center
            }

        .desktop.expanded {
            /*background: var(--color-primary);
                height: 100%;
                overflow: auto;*/
        }

            .desktop.expanded .nav-1{
                max-height: 100vh;
                height: 100vh;
                overflow: auto;
                padding-bottom: 2rem;
            }

                .desktop.expanded .nav-1 .sub-nav, .desktop.expanded .nav-1 .iconSocials {
                    display: block;
                }

    .logo {
        max-width: 250px;
    }

    .social-bar a + a {
        padding-left: 16px;
    }
}

.desktop .nav-1 .sub-nav li > a + ul {
    display: none;
    background: white;
    z-index: 1;
    box-shadow: 0 0 32px -2px #0000002e;
    transform: translate(0, 0);
    transition: transform 250ms ease-out;
}

.desktop .nav-1 .sub-nav li:hover > a + ul {
    display: block;

    transform: translate(-8px, 0px);
}


/*desktop .nav-1.sub-nav li:hover > ul {
}*/

.footer-bottom {
    max-width: 250px;
    margin: auto
}

@media (min-width: 768px) {
    .footer-bottom {
        max-width: 100%
    }
}

.copy-right {
    text-align: center;
    font-size: 16px;
    padding: 48px 32px
}

.menu {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

    .menu li {
        display: block;
        padding-top: 16px
    }

        .menu li .icon {
            width: 40px
        }

    .menu a {
        line-height: 1
    }

        .menu a:hover {
            color: var(--color-primary)
        }

@media (min-width: 768px) {
    .menu {
        flex-direction: row
    }

        .menu li {
            padding: 0 16px
        }

            .menu li .icon {
                width: 20px
            }

            .menu li + li {
                border-left: 1px solid var(--black)
            }
}

.link:hover {
    color: var(--color-primary)
}

.footer-image {
    background: var(--footer-image-sm) center/cover;
    min-width: 100vw;
    min-height: 74.609375vw
}

@media (min-width: 768px) {
    .footer-image {
        background: var(--footer-image) center/cover;
        min-height: 20.3125vw
    }
}


/* @media screen and (max-width: 1774px) {
        
    }*/

.icon {
    display: block;
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer
}

    .icon:hover span {
        border-top-color: #131313
    }

    .icon span {
        position: absolute;
        left: 0;
        right: 0;
        border-top: 2px solid white;
        display: block;
        transition: transform .3s ease-in-out
    }

        .icon span:nth-child(1) {
            top: 0
        }

        .icon span:nth-child(2) {
            top: 50%
        }

        .icon span:nth-child(3) {
            bottom: 0
        }

.expanded .icon span:nth-child(1) {
    transform: rotate(45deg) translate(40%)
}

.expanded .icon span:nth-child(2) {
    transform: rotateY(90deg) translate(40%)
}

.expanded .icon span:nth-child(3) {
    transform: rotate(-45deg) translate(40%)
}

body {
    min-width: 375px
}


.flex {
    display: flex;
}

.social-bar {
    flex: 1;
}

.flex-end {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

footer {
    background: var(--color-primary);
}

footer * {
    color: white;
}

.text-center {
    text-align: center;
}

.m-1 {
    margin: 1em !important
}

.mb-075 {
    margin-bottom: .75em !important
}

.mb-1 {
    margin-bottom: 1em !important
}

.mt-1 {
    margin-top: 1em !important
}

.mr-half {
    margin-right: .5em !important
}

.mb-150, .mb-175 {
    margin-bottom: 1.5em !important
}

.mb-20 {
    margin-bottom: 2em !important
}

.mb-half {
    margin-bottom: .5em !important
}

footer span {
    display: inline-block;
}


footer .social-bar {
    padding: 32px 0px;
}
.brand-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.brand-container > * {
    padding: 8px;
}

.brand-container > span {
    font-size: 40px;
}

.sub-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .sub-nav li {
    margin: 8px;

}

footer .sub-nav li a {
    padding: 8px;
    font-family: MyriadProCond;
    letter-spacing: 1px;
}

.myriadProCond {
    font-family: MyriadProCond;
    letter-spacing: 1px;
}

.italic {
    font-style: italic;
}

@media (min-width: 787px) {
    .legal > span + span::before {
        content: " | ";
    }
}

@media (max-width: 786px) {
    .brand-container {
        flex-direction: column;
    }

    .brand-container span {
        display: none;
    }
    footer .sub-nav li a {
        font-size: 24px;
    }

    .legal > span {
        display: block;
    }
}




article.media-releases ul, main li {
    list-style: unset;
}

article.media-releases ul {
    margin-left: 2em;
    margin-bottom: 1em;
}

article.media-releases li {
    margin-bottom: 0.5em;
}

article.media-releases p {
   margin-bottom: 1em;
}


article.media-releases .btn.arrowless {
    margin-top: 3rem;
    display: inline-block;
}

article.media-releases .featured-image {
    margin-bottom: 1rem;
}


article.media-releases > section::after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 800px) {

    article.media-releases .featured-image {
        margin-left: 1rem;
        float: right;
        width: 50%;
        max-width: 600px;
    }

}
