﻿@font-face {
    font-family: 'Swis721 Lt BT';
    src: url('../fonts/Swiss721BT-Light.woff2') format('woff2'), url('../fonts/Swiss721BT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Swis721 Blk BT';
    src: url('../fonts/Swiss721BT-Black.woff2') format('woff2'), url('../fonts/Swiss721BT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Swis721 BlkCn BT';
    src: url('../fonts/Swiss721BT-BlackCondensed.woff2') format('woff2'), url('../fonts/Swiss721BT-BlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
    font-family: 'Source Sans Pro',sans-serif;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

body, .btn {
    font-size: 14px;
    font-size: 1.4rem;
}

body {
    background: #fff;
}

.fas {
    font-family: fontawesome;
    font-style: normal;
}

.submenu {
    text-align: right;
    width: 100%;
    margin-top: -20px;
}

    .submenu li {
        display: inline-block;
        list-style: none;
        margin-left: 10px;
    }

.clear, .entry-content, .comment-content, .site-header, .site-content, .site-footer {
    *zoom: 1;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

label.error, .warningmsg {
    color: #CC0000;
    font-weight: bold;
}

.page-heading {
    border-bottom: 5px solid #eee;
    margin: 0 0 40px;
}

    .page-heading h1 {
        border-bottom: 5px solid #fdbe50;
        display: inline-block;
        position: relative;
        top: 5px;
        padding-bottom: 10px;
        margin: 0;
    }

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 {
    font-size: 32px;
    color: #094FA3;
    font-family: 'Prata',serif;
    margin-bottom: 15px;
}

.page-heading h1 {
    border-bottom: 5px solid #fdbe50;
    display: inline-block;
    position: relative;
    top: 5px;
    padding-bottom: 10px;
    margin: 0;
}

h2 {
    font-size: 24px;
    color: #094FA3;
    font-family: 'Prata',serif;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    color: #094FA3;
    font-family: 'Prata',serif;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    color: #094FA3;
    font-weight: 700;
    margin-bottom: 5px;
}

h5 {
    font-size: 18px;
    color: #094FA3;
    font-weight: 700;
    margin-bottom: 5px;
}

h6 {
    font-size: 16px;
    color: #094FA3;
    font-weight: 700;
    margin-bottom: 5px;
}

p {
    margin-bottom: 1em;
}

a:hover {
    text-decoration: none;
}

button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    outline: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #094FA3;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #094FA3;
    box-shadow: inset 0 0 0 0 #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

div.back {
    margin: 0 0 20px;
}

    div.back a {
        background: #999;
        border: 2px solid #999;
        color: #FFF;
        padding: 2px 6px;
        font-size: 12px;
        text-transform: uppercase;
    }

        div.back a:hover {
            background: #fff;
            color: #999;
            box-shadow: inset 0 100px 0 0 #fff;
        }

/* Buttons */
div.btnOrange, div.btnOrange.buttonStack, input.btnGrey, input.btnBlue, input.btnOrange, a.btnGrey, a.btnBlue, a.btnOrange, a.btnRed {
    outline: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #094fa3;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #094fa3;
    box-shadow: inset 0 0 0 0 #fff;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    height: 32px;
    width: auto;
    padding: 3px 10px 0;
}

a.btnOrange {
    background: #666;
    border: 1px solid #666;
    width: 30px;
}

.btnOrange:hover {
    color: #000;
}

a.btnRed {
    background: #F00;
    border: 1px solid #F00;
}

a.btnRed:hover {
    color: #F00;
}

.buttonFont {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    vertical-align: top;
    padding: 0 !important;
}

/* Site Content */
.site-content-background-container {
    background: #fff;
    background: -moz-linear-gradient(top,#eeeeee 0%,#ffffff 20%,#ffffff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(20%,#ffffff),color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,#eeeeee 0%,#ffffff 20%,#ffffff 100%);
    background: -o-linear-gradient(top,#eeeeee 0%,#ffffff 20%,#ffffff 100%);
    background: -ms-linear-gradient(top,#eeeeee 0%,#ffffff 20%,#ffffff 100%);
    background: linear-gradient(to bottom,#eeeeee 0%,#ffffff 20%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
}

.site-header, .site-content, .site-footer, .slide-down-content, .footer-tiles-content {
    max-width: 1540px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

    .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
        clear: both;
    }

    .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
        content: " ";
        display: table;
    }

/* Header */
.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-title {
    float: left;
    margin: 0;
    margin-right: 20px;
}

    .site-title img {
        display: block;
    }

.mobile-search-toggle {
    float: right;
    font-size: 20px;
    color: #000;
    padding: 5px 20px;
}

    .mobile-search-toggle:hover {
        color: #094FA3;
    }

    .mobile-search-toggle .search-text {
        text-transform: uppercase;
        padding-left: 0;
    }

.mobile-search-bar {
    display: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 10px 20px;
}

.slide-down-button-container {
    position: relative;
}

.slide-down-container {
    display: none;
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.slide-down-content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

    .slide-down-content > div {
        padding: 10px 0;
    }

.slide-down-close-button {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -15px;
    color: #999;
    font-size: 20px;
    z-index: 500;
    display: none;
}

    .slide-down-close-button a {
        display: block;
        color: #999;
    }

        .slide-down-close-button a:hover {
            color: #094FA2;
        }

        .slide-down-close-button a i {
            padding: 3px;
        }

.slide-down-search {
    text-align: center;
}

    .slide-down-search input[type="search"] {
        width: 300px;
    }

.slide-down-title {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slide-down-content ul {
    margin: 0;
    list-style-type: none;
}

.slide-down-content li {
    padding: 10px 0;
}

.slide-down-content span {
    color: #777;
    font-weight: 300;
    display: block;
}

.slide-down-see-more {
    margin-top: 10px;
    text-transform: uppercase;
}

/* Menu */
.main-navigation {
    float: left;
    margin-top: 13px;
}

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation li {
        display: inline-block;
        position: relative;
    }

        .main-navigation li a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            color: #094FA3;
            padding: 20px 8px;
            text-transform: uppercase;
        }

        .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation li:hover > a {
            color: #000;
        }

    .main-navigation ul ul {
        position: absolute;
        width: 200px;
        top: 60px;
        left: 50%;
        z-index: 99999;
        background: #fff;
        width: 200px;
        margin-left: -100px;
        border: 1px solid #eee;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .main-navigation ul ul:before {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #eee;
            position: absolute;
            content: "";
            top: -11px;
            left: 50%;
            margin-left: -10px;
            display: block;
        }

        .main-navigation ul ul ul:before {
            display: none;
        }

    .main-navigation ul ul ul {
        right: 0;
        top: -1px;
        left: 198px;
        margin: 0;
        border-left: none;
    }

    .main-navigation ul ul a {
        padding: 5px 10px;
        font-size: 14px;
        color: #555;
    }

    .main-navigation ul ul li.menu-item-has-children > a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .main-navigation ul ul .current_page_item > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul a:hover {
        color: #094FA3;
    }

    .main-navigation ul ul li {
        display: block;
    }

.mobile-menu-bar {
    display: none;
    z-index: 2001;
    width: 100%;
    height: 40px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.menu-toggle {
    font-size: 20px;
    color: #000;
    padding: 5px 20px;
    float: left;
}

.menu-text {
    text-transform: uppercase;
    padding-left: 5px;
}

.menu-toggle:hover {
    color: #094FA3;
}

.menu-toggle i {
    position: relative;
    top: 1px;
}

.header-right {
    float: right;
    margin-top: 31px;
    margin-left: 5px;
}

    .header-right a {
        color: #999;
        padding: 2px;
        font-size: 20px;
    }

        .header-right a.search-icon {
            color: #555;
        }

        .header-right a:hover {
            color: #094FA3;
        }

/* Content */
.site-content .content-area {
    padding: 40px 0;
}

.site-main {
    position: relative;
}

#menu {
    height: 28px;
    border-bottom: 1px dotted #B2D1E6;
    background: url(../img/background.navigation.jpg) top repeat-x;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

#nav li {
    position: relative;
    display: inline;
    float: left;
    height: 29px;
    z-index: 1000;
}

    #nav li a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        height: 28px;
        line-height: 24px;
        color: white;
        text-align: center;
        text-decoration: none;
        margin-bottom: 4px;
        border-bottom: 4px solid white;
    }

#nav a:hover {
    border-bottom: 4px solid #0067ab;
    background: #DFECF4;
    color: #0067ab;
}

table.sales th {
    background: #094fa3;
    color: #fff;
    padding: 8px;
    border-right: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

table.sales td {
    padding: 8px;
}

/* Footer */
.site-footer-container {
    background: #eee;
}

.site-footer {
    font-size: 14px;
    color: #777;
}

.footer-sponsors {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

    .footer-sponsors > div {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 20px;
    }

.site-footer a {
    color: #444;
}

.footer-contact-information {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.site-info {
    padding: 30px 0;
}

.site-info-right {
    float: right;
    text-align: right;
}

.site-info-left {
    float: left;
    text-align: left;
}

/*.saledaylink {
    display: inline-block;
    margin: 10px 4px 10px 0;
    padding: 0 4px;
    background-color: #e1e1e1;
    color: #121212;
    border: 1px solid #121212;
}

.saledaylinkactive {
    background-color: #094fa3;
    color: white;
    border: 1px solid #094fa3;
}*/

.buttonbar {
    margin: 10px 0;
}

    .buttonbar .button {
        margin-right: 10px;
    }

.button {
    outline: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #094fa3;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #094fa3;
    box-shadow: inset 0 0 0 0 #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .button:hover {
        color: #094fa3;
        background-color: white;
    }

.buttonactive {
    border: 2px solid #fdbe50;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #094fa3;
    background: #094fa3;
}

.photomodal .modal-dialog {
    max-width: 902px;
}

.videomodal .modal-body {
    width: 450px;
    height: 260px;
    overflow: hidden;
    padding: 0;
}

.videomodal iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .main-navigation ul li:hover > ul {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (max-width:1042px) {
    .main-navigation {
        margin-top: 0;
        clear: right;
        float: right;
        margin-right: 50px;
    }

        .main-navigation li a {
            padding-top: 10px;
        }

    .header-right {
        margin-top: 0;
        margin-right: 50px;
    }

        .header-right a {
            padding: 2px 5px;
        }
}

@media screen and (max-width:873px) {
    .site-title {
        float: none;
        text-align: center;
        margin: 0;
        height: 92px;
    }

        .site-title img {
            display: inline;
        }

    .main-navigation {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .header-right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .container {
        padding: 0;
    }

    .site-header {
        margin-top: 40px;
    }

    .main-navigation {
        position: fixed;
        margin: 0;
        top: 0;
        left: 0;
        text-align: left;
        z-index: 2000;
        width: 100%;
    }

        .main-navigation.enable-scrolling {
            overflow-y: scroll;
            height: 100%;
        }

    .mobile-menu-bar {
        display: block;
    }

    #menu-main {
        display: none;
        width: 100%;
        background: #fff;
        z-index: 2002;
    }

    .menu-item-has-children > a:after {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
    }

    .main-navigation li {
        display: block;
    }

    .main-navigation li a {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #000;
        white-space: nowrap;
    }

    .mobile-active-sub-menu.menu-item-has-children > a:after {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f077";
    }

    .menu-item-has-children > a:after {
        position: absolute;
        right: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .main-navigation ul ul {
        position: static;
        visibility: visible;
        border: 0;
        margin: 0;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        display: none;
    }

        .main-navigation ul ul:before {
            display: none;
        }

        .main-navigation ul ul a {
            color: #000;
            border-bottom: 1px solid #ddd;
            padding: 10px 10px 10px 25px;
        }

            .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation li:hover > a, .main-navigation ul ul .current_page_item a, .main-navigation ul ul .current-menu-item a, .main-navigation ul ul a:hover {
                color: #000;
                background: #eee;
            }

    .header-right {
        display: none;
    }

    .site-info-right {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .site-info-left {
        display: block;
        float: none;
        text-align: center;
    }

    .slide-down-search input[type="search"] {
        width: auto;
    }

    .videomodal .modal-dialog {
        max-width: 602px;
    }

    .videomodal .modal-body {
        width: 600px;
        height: 350px;
        overflow: hidden;
        padding: 0;
    }
}

@media screen and (min-width:769px) {
    #menu-main {
        display: block !important;
    }

    .mobile-search-bar {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {

    .videomodal .modal-dialog {
        max-width: 602px;
    }

    .videomodal .modal-body {
        width: 600px;
        height: 350px;
        overflow: hidden;
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {

    .videomodal .modal-dialog {
        max-width: 902px;
    }

    .videomodal .modal-body {
        width: 900px;
        height: 525px;
        overflow: hidden;
        padding: 0;
    }
}
