﻿html {
    background-color: white;
}

body {
    font-size: 10pt;
    background-color: white;
    font-family: Verdana, Arial, Tahoma;
    color: #276a7b;
}

a {
    color: #276a7b;
    text-decoration: underline;
}

p a {
    color: #074a5b;
}

.hs-orange {
    color: orange;
}

.hs-navy {
    color: #2c96b0;
    border-top-color: #2c96b0;
}

.hs-blue {
    color: #527fff;
    border-top-color: #527fff;
}

.hs-syr {
    color: #d47598;
    border-top-color: #d47598;
}

.hs-green {
    color: #44a807;
    border-top-color: #44a807;
}

.hs-gray {
    color: #CCCCCC;
    border-top-color: #CCCCCC;
}

.btn-hs {
    background: rgba(44,150,176,1); /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(44,150,176,1) 0%, rgba(101,169,215,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,150,176,1)), color-stop(100%, rgba(101,169,215,1))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,150,176,1) 0%, rgba(101,169,215,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,150,176,1) 0%, rgba(101,169,215,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,150,176,1) 0%, rgba(101,169,215,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(44,150,176,1) 0%, rgba(101,169,215,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c96b0', endColorstr='#65a9d7', GradientType=0 ); /* IE6-9 */
    color: white;
}

    .btn-hs:hover, .btn-hs:visited {
        color: white;
        border-top-color: #25A9C6;
        background: #35B9D6;
    }

.btn-hs-default {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f4));
    background: -webkit-linear-gradient(top, white, #f3f3f4 );
}

.twitter {
    display: inline-block;
}

    .twitter .twitter-share-button {
        margin-bottom: -6px;
    }

.hs-link-menu {
    float: right;
    clear: both;
    margin-top: -15px;
}

    .hs-link-menu a {
        text-decoration: underline;
    }

.hs-menu-line {
    padding-bottom: 2px;
    border-bottom: 1px solid #c6e0d7;
}

div.h2_bar {
    clear: both;
    width: 100%;
    height: 23px;
    border-top: 1px dotted #DCDCDC;
}

.menu-button1 {
     background-color: #3399B5;
}

.menu-button1:hover {
    background-color: #35B9D6;
}

.menu-button {
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c96b0), to(#65a9d7));
    background: -webkit-linear-gradient(top, #2c96b0, #65a9d7);
    background: -moz-linear-gradient(top, #2c96b0, #65a9d7);
    background: -ms-linear-gradient(top, #2c96b0, #65a9d7);
    background: -o-linear-gradient(top, #2c96b0, #65a9d7);
    padding: 9.5px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

/*.main_menu .menu-button {
    padding: 9.5px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}*/

    .menu-button:hover, a.menu-button:hover, a.menu-button:visited {
        color: white;
        border-top-color: #25A9C6;
        background: #35B9D6;
        text-decoration: none;
    }

    .menu-button:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

ul.main_menu {
    list-style-type: none;
    margin: 15px auto 20px auto;
    padding: 0;
}

    ul.main_menu li {
        display: inline-block;
        padding-right: 5px;
        position: relative;
        margin-bottom: 10px;
    }

.menu-button:hover {
    border-top-color: #25A9C6;
    background: #35B9D6;
}

.hs-road {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f4));
    background: -webkit-linear-gradient(top, white, #f3f3f4);
    background: -moz-linear-gradient(top, white, #f3f3f4);
    background: -ms-linear-gradient(top, white, #f3f3f4);
    background: -o-linear-gradient(top, white, #f3f3f4);
    line-height: 25px;
    vertical-align: top;
    padding-left: 25px;
    border-bottom: 1px solid #E0E4E3;
    margin-bottom: 1px;
}

.hs-announcement-panel {
    background-color: #d0e9c6;
    border-bottom: 1px solid #E0E4E3;
    margin-bottom: 1px;
    padding: 10px;
    line-height: normal;
    vertical-align: middle;
}

.hs-road ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    margin-left: -33px;
}

    .hs-road ul li {
        float: left;
        margin-left: 10px;
        padding-left: 25px;
        line-height: 20px;
        padding-bottom: 5px;
        vertical-align: top;
        background-image: url('../images/hs/road_divider.png');
        background-repeat: no-repeat;
    }

        .hs-road ul li:first-child {
            background-image: none;
        }

        .hs-road ul li:last-child {
            font-weight: bold;
        }

        .hs-road ul li a {
            text-decoration: none;
        }

.hs-bottom-gradient {
    background: #f3f3f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f4), to(white));
    background: -webkit-linear-gradient(top, #f3f3f4, white);
    background: -moz-linear-gradient(top, #f3f3f4, white);
    background: -ms-linear-gradient(top, #f3f3f4, white);
    background: -o-linear-gradient(top, #f3f3f4, white);
    height: 25px;
    border-top: 1px solid #E0E4E3;
    margin-top: 1px;
}

.hs-no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.hs-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.hs-bottom-links ul {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
}

    .hs-bottom-links ul li:first-child {
        font-weight: bold;
        border-bottom: 1px solid #c6e0d7;
    }

.hs-bottom-links {
    font-size: 10pt;
    font-family: 'Segoe UI', Tahoma, Verdana, Geneva, Tahoma, sans-serif;
}

    .hs-bottom-links a:hover {
        text-decoration: underline;
    }

.hs-copyright {
    margin: 20px 0 50px 0;
    font-size: 1.0em;
    text-align: justify;
}

.hs-table tfoot tr td, .hs-table tfoot tr th {
    background-color: #e7F1Ff;
    font-weight: bold;
    text-align: right;
}

.hs-table tr.text-left td, .hs-table tr.text-left th {
    text-align: left;
}

.hs-text-green, i.hs-text-green {
    color: #1ab394;
}

a.hs-underline {
    text-decoration: underline;
}

.hs-vertical-pad {
    margin-top: 20px;
}

.hs-service-title img {
    float: left;
    padding: 0px 20px 20px 0px;
    height: 70px;
}

.hs-service-title h2 {
    margin-top: 10px;
}

.hs-sans {
    font-family: 'open sans', 'Helvetica Nue', Arial, Helvetica, sans-serif, Arial;
}

.hs-static-form ul li {
    list-style: none;
    line-height: 30px;
}

.hs-static-form ul {
    padding-left: 0px;
    margin-left: 0px;
}

dl dt, .hs-dim-header {
    color: #579aAb;
}

dl dd {
    color: #074a5b;
    font-weight: 600;
}

    dl dd:after {
        content: " ";
    }

dl dt, dl dd {
    line-height: 25px;
}

dl dd {
    font-family: 'open sans', 'Helvetica Nue', Arial, Helvetica, sans-serif, Arial;
    font-size: 15px;
}

dt.hs-narrow-line {
    line-height: 20px;
}

dl.hs-spaced-list dt, dl.hs-spaced-list dd {
    margin-top: 10px
}

.hs-dd-pad-60 {
    padding-left: 60px;
}

.hs-right {
    width: 160px;
    margin: 0px;
    padding: 0px;
    float: right;
}

.hs-left {
    float: left;
}

blockquote {
    font-size: 12px;
}

table a, table a:hover, table a:visited {
    color: #074a5b;
    font-family: 'open sans', 'Helvetica Nue', Arial, Helvetica, sans-serif, Arial;
    font-weight: 600;
    text-decoration: underline;
}

    table a:hover {
        color: #478a9b;
    }

table.hs-table-name-value tbody tr td:nth-child(2) {
    color: #074a5b;
    font-weight: 600;
}

blockquote i.fa {
    color: #579aAb;
}

.hs-phone-title {
    display: inline-block;
    width: 50px;
}

address {
    margin: 0px;
}

.alert.hs-alert-sm {
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 10px 0px;
}

.alert.alert-warning strong, .alert.alert-warning a {
    color: #8a6d3b
}

.alert a, .alert a:hover, .alert a:visited {
    text-decoration: underline;
}

.hs-alert-sm button.close, .hs-alert-sm button.close span {
    line-height: 15px;
}

select option {
    padding: 5px 0px 5px 0px;
}

.hs-product .wide.hs-margin-bottom-larger {
    margin-bottom: 17px;
}

.hs-height-300 {
    height: 350px;
    position: relative;
}

.hs-height-350 {
    height: 350px;
    position: relative;
}

.hs-height-400 {
    height: 400px;
    position: relative;
}

.hs-height-420 {
    height: 420px;
    position: relative;
}

.hs-height-550 {
    height: 550px;
    position: relative;
}

.hs-height-725 {
    height: 775px;
    position: relative;
}

.hs-height-1150 {
    height: 1150px;
    position: relative;
}

.hs-section-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}

.hs-large {
    font-size: 24px;
}

.hs-larger {
    font-size: 1.2em;
}

.hs-top-buffer {
    margin-top: 10px;
}

    .hs-top-buffer:first-child {
        margin-top: inherit;
    }

div.scroll150 {
    overflow-x: auto;
    width: 150px;
}

div.scrollauto {
    overflow-x: auto;
    width: auto;
}

.hs-media-badge {
    display: inline;
    background: #1B95E0;
    color: white;
    padding: 4px 3px 5px 4px;
    font-size: 11px;
    margin-bottom: -13px;
    border-radius: 4px;
}

    .hs-media-badge:hover {
        background: #0B85D0;
    }

a.hs-media-badge {
    display: inline;
    text-decoration: none;
    margin-right: 4px;
}

a.btn-hs, a.badge, a.btn {
    text-decoration: none;
}

.hs-google-map {
    margin-top: 10px;
    width: 100%;
    height: 600px;
    frameborder: 0;
    scrolling: no;
    marginheight: 0;
    marginwidth: 0;
}

.hs-road .collapse:first-child {
    margin-left: 0px;
    padding-left: 20px;
}

.hs-total-amount {
    font-size: 1.7em;
    /*line-height: 0.9em;*/
}

    .hs-total-amount small {
        font-size: 0.45em;
    }

    .hs-total-amount.hs-condensed-line {
        margin-top: 10px;
        line-height: 0.4em;
    }

.hs-smaller {
    font-size: 0.8em;
}

.hs-strong-green {
    color: forestgreen;
    font-weight: bold;
}

.hs-product small a {
    font-weight: bold;
}

.hs-ads-description {
    display: none;
    margin: 10px 0px 10px 0px;
}

.hs-alert-white {
    border-top-color: #2c96b0;
    border-top-width: 2px;
    background-color: white;
    box-shadow: #DDDDDD 1px 1px;
    padding: 10px !important;
}

.hs-alert-wheat {
    border-top-color: #2c96b0;
    border-top-width: 2px;
    background-color: #FFFBE7;
    box-shadow: #DDDDDD 1px 1px;
    padding: 10px !important
}

.hs-news-title {
    color: #579aAb;
}

.hs-news-link {
    color: #074a5b;
    font-weight: bold;
}

p.hs-text-collapse-1000 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1000px;
}
/**************************************************/
.hs-mobile-menu {
    float: right;
    margin-right: 0px;
}

@media screen and (max-width: 376px) {
    .hs-no-small-mobile {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    body {
        margin: 10px 5px 0px 5px;
    }

    .hs-mobile-menu {
        display: block;
    }

    .hs-no-mobile {
        display: none;
    }

    ul.main_menu {
        list-style-type: none;
        margin: 15px 0px 20px 0px;
        padding: 0;
        /*background-color: rgb(44, 150, 176);*/
    }

        ul.main_menu li {
            display: inline-block;
            padding-right: 0px;
            position: relative;
            /*
            display: inherit;
            width: 100%;
            background-color: inherit;
            line-height: 40px;
            padding-left: 10px;
             */
        }

    .main_menu .menu-button, .menu-button:hover, a.menu-button:hover, a.menu-button:visited {
        padding: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-size: 14px;
        font-weight: normal;
        background: inherit;
        border: none;
        box-shadow: inherit;
    }

    .menu-button:hover {
        border-top-color: white;
        background: rgb(44, 150, 176);
    }

    .hs-mobile-divider {
        border-top: 1px solid white;
    }

    .hs-road ul li:not(:last-child):before {
        font-family: 'FontAwesome';
        content: '\f149';
        margin: 0 5px 0 -15px;
        color: rgba(44,150,176,1);
    }

    .hs-road ul li {
        background-image: none;
        padding-top: 5px;
    }

        .hs-road ul li:last-child a:not(.collapsed):before {
            font-family: 'FontAwesome';
            content: '\f138';
            margin: 0 5px 0 -15px;
            color: #23527c;
        }

        .hs-road ul li:last-child a.collapsed:before {
            font-family: 'FontAwesome';
            content: '\f13a';
            margin: 0 5px 0 -15px;
            color: #23527c;
        }

    .search-form .button-text {
        display: none;
    }

    .hs-btn-search {
        width: auto;
    }

    .hs-search-result-container .hs-left {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .hs-dd-pad-60 {
        padding-left: 15px;
        margin-left: 0px;
    }

    .hs-dl-btn {
        text-align: left;
    }

    .hs-product .badge.hs-margin-15 {
        margin-left: 0px;
    }

    .hs-product div.databaseTitle {
        display: inline-block;
        width: 140px;
    }

    .hs-product .bottom {
        margin-top: 15px;
        position: relative;
        bottom: auto;
    }

    .hs-height-400, .hs-height-725, .hs-height-420, .hs-height-300, .hs-height-350 {
        height: auto;
    }
}

@media screen and (min-width:481px) and (max-width: 1020px) {
    .hs-tablet {
        display: inherit;
    }

    .hs-no-tablet {
        display: none;
    }

    .hs-product div.databaseTitle {
        display: inline-block;
        width: 150px;
    }
}

@media screen and (min-width:1020px) {
    /*    body {
        height: 100%;
        width: 1000px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }*/

    main {
        min-height: calc(100vh - 250px);
    }
}

@media screen and (min-width:520px) {
    .hs-mobile, ul.main_menu li.hs-mobile {
        display: none;
    }

    .hs-road ul li.collapse {
        display: list-item;
    }

    .hs-dl-btn {
        text-align: right;
    }
}

@media screen and (max-width:520px) {
    .hs-road .collapse:first-child {
        margin-left: 10px;
        padding-left: 25px;
    }

    ul.main_menu li {
        display: inline-block;
        padding-right: 2px;
        position: relative;
        /*float: left;*/
        margin-bottom: 10px;
    }
}

@media screen and (min-width:521px) and (max-width:1000px) {
    ul.main_menu li {
        display: inline-block;
        padding-right: 2px;
        position: relative;
        margin-bottom: 10px;
    }
}
/*************************************************************/
.search input.btn, .search a.btn, .hs-search {
    font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial;
}

h2.hs-search {
    font-size: 24px;
    font-weight: 100;
}

.hs-btn-search {
    width: 120px;
}

.hs-search-result-container {
    position: relative;
}

.hs-search-result-container .hs-right {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
}

.hs-search-result-container .hs-left {
    /* margin-right: 170px; */
    /* width: 830px; */
}

.hs-search-result-block {
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

.hs-search-result-block a {
    text-decoration: underline;
}

.hs-search-result-block a:hover {
    color: #23527c;
    text-decoration: underline;
}

.hs-search-result-block a, .hs-search-result-block a:visited {
    color: #337ab7;
    font-weight: 600;
    font-size: 14px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial;
}

a.gray_text, a:hover.gray_text, a:visited.gray_text {
    color: gray;
    font-size: 12px;
}

a:hover.gray_text {
    text-decoration: underline;
}

.hs-no-results a, .hs-no-results a:hover, .hs-no-results a:visited {
    color: #23527c;
    font-weight: 600;
    text-decoration: underline;
}

.neumorphic {
    box-sizing: border-box;
    border-radius: 3px;
    background: #EBECF0;
    box-shadow: inset 2px 2px 5px #BABECC, inset -5px 5px 10px #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    letter-spacing: -0.2px;
    margin: auto;
    text-shadow: 1px 1px 0 #FFF;
    text-align: center;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
}

.ads-panel {
    padding: 6px 15px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 5px 5px 10px #a6a6a6, -5px -5px 10px #ffffff;
    align-items: center;
    justify-content: center;
    /*
    cursor: pointer;
    transition: all 400ms;
    transform: scale(1, 1);
    transition: all 2.8s ease 0s;
    */
}

    .ads-panel:hover {
        /*transform: scale(-1, 1);*/
    }
