<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#main {
    background: #ffffff;
}

#byebye {
    display: none;
}

.hidden {
     opacity:0;
}

.visible {
     opacity:1;
}

.fading {
    opacity: 1;
}

.footer {
    background: #393939;
    color: #efefef;
}

/* footer {
    z-index: -1;
} */

#footerBar {
    background: #303030;
    color: #efefef;
    padding-top: 1rem;
}




#hero &gt; div &gt; div &gt; h1 {
    color: white;
    font-weight: 700;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

#hero {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-row {
    background: rgba(30, 43, 76, 0.65);
}

#innerRow {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bigH {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

.blueH4 {
    color: rgb(30, 43, 76);
    font-weight: 500;
}

.blueUnderH4 {
    color: rgb(30, 43, 76);
    font-weight: 500;    
}

.blueLine {
    border-bottom: solid 0.2rem rgb(30, 43, 76);
    width: 33%;
    margin: 1rem 0rem;
}

.blueH {
    color: rgb(30, 43, 76);
    font-weight: 500;
}

.bigBlueH {
    color: rgb(30, 43, 76);
    text-transform: uppercase;
    font-weight: 700;
}

.whiteLink {
    color: #fff;
    transition: all 0.2s ease;
    text-decoration: none;
}

.whiteLink:hover {
    text-decoration: underline;
    color: #08df81;
    transition: all 0.2s ease;
}



.whiteText {
    color: #ffffff;
}

#hero &gt; div &gt; div &gt; p {
    font-size: 120%;
    color: white;
    font-weight: bold;
}


.rowContainer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.upp {
    text-transform: uppercase;
    color: #2c3f71;
    font-weight: 500;
}


.outerRow &gt; .innerRow &gt; .imageFeature &gt; div {
    -webkit-clip-path: polygon(100% 0, 0 0, 10% 50%, 0 100%, 100% 100%);
}

.iconFeature {
    width: 5rem;
}

.logoFeature {
    max-height: 3rem;
    width: auto;
    margin: 1.5rem 0rem 1rem 0rem;
}

body &gt; div.headerNavigation &gt; div &gt; div &gt; a &gt; img {
    height: 60px;
    width: auto;
    transition: all 0.2s ease;
}

body &gt; div.navScroll &gt; div &gt; div &gt; a &gt; img {
    height: 28px;
    width: auto;
    transition: all 0.2s ease;
}

@media screen and (max-width: 39.9376em) {
    body &gt; div.headerNavigation &gt; div &gt; div &gt; a &gt; img {
        height: 28px !important;
    }
}


.headerNavigation {
    width: 100%;
    background-color: none;
    position: fixed;
    transition: all 0.5s ease;
    padding-top: 12px;
    z-index: 1000;
    /* -webkit-box-shadow: 0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 5px -1px rgba(50, 50, 50, 0.5); */
}

.newLink {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

a:hover {
    color: #08df81;
}



div.buttonGap {
    margin: 2rem 0rem 1rem 0rem;
    clear: both;
}

.nav {
    padding-bottom: 12px; 
    background-color: rgba(255, 255, 255, 0.01);
}

.navScroll {
    background-color: rgba(30, 43, 76, 0.86);
    -webkit-box-shadow: 0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    transition: all 0.5s ease;
}

 div.navLink &gt; a {
    padding-left: .5rem;
    padding-right: .5rem;
}

.navLink {
    margin-top: 3px;
    transition: all 0.5s ease;
}

.navButton {
    padding: 0px;
    margin-top: 3px;
    text-align: right;
    border: solid 0px transparent;
    transition: all 0.4s ease;
}

div.headerNavigation &gt; div &gt; div &gt; div &gt; a {
    color: #ffffff;
    transition: all 0.4s ease;
}

div.navScroll &gt; div &gt; div &gt; div &gt; a {
    color: black;
    transition: all 0.4s ease;
}

.navButtonScroll {
    /* margin-top: 3px; */
    padding-right: 1rem;
    padding-left: 1rem;
    transition: all 0.4s ease;
}

.navButtonScroll &gt; a {
    padding: 6px;
    border: solid 2px black;
    border-radius: 3px;
    background-color: #ffffff;
    color: black;
    transition: all 0.4s ease-out;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 5px -1px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 5px -1px rgba(50, 50, 50, 0.5);
}

.navButtonScroll &gt; a:hover {
    border: solid 2px #08df81;
    border-radius: 3px;
    color: #08df81;
    transition: all 0.4s ease-in;
    -webkit-box-shadow: 0px 5px 10px -1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 10px -1px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 10px -1px rgba(50, 50, 50, 0.5);
}

#mobileMenu {
    visibility: hidden;
    opacity: 0;
    z-index: 999 !important;
    width: 100%;
    min-height: 100%;
    color: #ffffff;
    background: rgba(30, 43, 76, 0.93);
    padding: 1rem;
    text-align: center;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    transition-timing-function: linear, step-end, step-end;
}

.menuActive {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.1s;
    background: rgba(30, 43, 76, 0.93);
    transition: all 0.1s;
    z-index: 999 !important;
    transition-timing-function: linear, step-end, step-end;
}

.fixedPosition {
    overflow: hidden;
    position: static;
}

.forceVisible {
    opacity: 1 !important;
}

menu-toggle:hover {
    cursor: pointer;
}

.mobileMenuInner {
    padding: 5rem 1rem 3rem 1rem;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.mobileMenuInner &gt; a {
    color: #ffffff;
    font-weight: 500;
}

.mobileMenuInner &gt; a:hover {
    color: #ffffff;
    font-weight: 500;
}

.breathe {
    margin: 1.5rem 0rem;
}

.mobileMenuInnerLinks &gt; a {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}


div.headerNavigation:hover &gt; div.categoryRowScroll {
    opacity: 1;
    height: auto;
    padding: .5rem 0rem !important;
    transition: all 0.2s ease;
}

div.headerNavigation &gt; div &gt; div.small-4.medium-6.columns.navLink.navLinkStart &gt; a {
    color: #ffffff;
    transition: all 0.2s ease;
}

div.navScroll &gt; div &gt; div.small-4.medium-6.columns.navLink.navLinkStart &gt; a {
    color: #ffffff;
    transition: all 0.2s ease;
}


div.navLinkScroll:hover {
    opacity: 1;
    transition: all 0.2s ease;
}

.button {
    background-color: #202b47 !important;
    font-weight: bold;
    opacity: 1;
    cursor: auto;
    transition: all 0.2s ease;
}

.button:hover {
    opacity: .9;
    transition: all 0.2s ease;
}

</pre></body></html>