﻿/*

Site Colors

    Teal - #4CA297
    Yellow - #D7DC4F
    
    Dark Blue - #003D7C

    Charcoal - #252525

    Light Charcoal - #454545

*/

/* Common Size / Layout Elements */

p {
    font-size: .9375rem;
    color: #252525;
}

label {
    color: #252525;
    font-weight: bold;
}

li {
    font-size: .875rem;
}

ul {
    margin-left: 40px;
    list-style-type: circle;
}

ol {
    margin-left: 40px;
    list-style-type: decimal;
}

    ol li {
        margin-bottom: 8px;
    }

table tbody tr td {
    font-size: .875rem;
    padding: 9px;
    line-height: 18px;
}

    table tbody tr td a {
        font-weight: normal;
    }


table tr.even, table tr.alt, table tr:nth-of-type(even), table tbody tr:nth-child(2n) {
    background: #F9F9F9;
}

@media only screen and (max-width: 525px) {

    table tbody tr td {
        font-size: .75rem;
        padding: 5px;
    }
}

.ERRORTEXT {
    color: #FF0000;
}

.ERRORTEXTLARGEBOLD {
    font-size: 1rem;
    color: #FF0000;
    font-weight: bold;
}

/* End Common Size / Layout Elements */

h1 {
    display: block;
    font-size: 1.3125rem;
    font-weight: bold;
    color: #252525;
}

h2 {
    width: 100%;
    display: block;
    font-size: 1.625rem;
    color: #4CA297;
    margin-top: 10px;
    margin-bottom: 1rem;
    padding-bottom: 6px;
    position: relative;
}

    h2:before {
        content: '';
        position: absolute;
        bottom: 0;
        background: #003D7C;
        width: 70px;
        height: 3px;
        left: 0;
    }

    h2:after {
        margin-top: 5px;
        content: '';
        position: absolute;
        bottom: 0;
        background: #003D7C;
        width: 190px;
        height: 1px;
        left: 0;
    }

    h2 a {
        color: #4CA297;
        font-weight: normal;
    }

        h2 a::after {
            content: " \25BA";
            color: #003D7C;
        }

        h2 a.open::after {
            content: " \25BC";
        }

        h2 a:hover, h3 a:hover {
            color: #003D7C;
        }

#maincontent h3 {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #4CA297;
}

h4 {
    font-size: 1.375rem;
    color: #4CA297;
}

h5 {
    font-size: 1.25rem;
    color: #003D7C;
    padding-left: 20px;
}

    h5 a {
        color: #003D7C;
        font-weight: normal;
    }

        h5 a::after {
            content: " \25BA";
            color: #4CA297;
        }

        h5 a.open::after {
            content: " \25BC";
        }

        h5 a:hover {
            color: #4CA297;
        }

.h5text {
    padding-left: 40px;
}

.yellow {
    color: #D7DC4F;
}

#maincontent ul.breadcrumbs {
    float: right;
    padding: 0 10px 0 0;
    margin: 0;
}

    #maincontent ul.breadcrumbs li {
        background: none;
        padding-left: 0;
    }

.statement-block {
    background: url(../images/herodicus/Herodicus_2021_Website_v4.jpg);
    background-position-x: center;
    background-position-y: 50%;
    padding: 25px 0;
}

    .statement-block p {
        font-size: 1rem;
        color: white;
        padding: 0 60px 0 60px;
    }

    #maincontent .statement-block h3 {
        color: #D7DC4F;
    }

/* Form Elements */


.button {
    font-weight: bold;
    color: #4CA297;
    background-color: transparent;
    border-color: #4CA297;
    padding: .5rem 1rem;
}

    .button:hover, .button:focus {
        opacity: 0.5;
        background-color: #4CA297;
        color: #fefefe;
    }

.inversebutton {
    font-weight: bold;
    color: #fefefe;
    background-color: #4CA297;
    border-color: #fefefe;
    padding: .5rem 1rem;
}

    .inversebutton:hover, .inversebutton:focus {
        opacity: 0.5;
        background-color: #fefefe;
        color: #4CA297;
        border-color: #4CA297;
    }

    table .button {
        margin-bottom: 0;
    }

.tableinput {
    margin-bottom: 0;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 6px;
    margin-bottom: 0;
    float: left;
    margin-right: 7px;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        font-weight: normal;
        display: inline;
    }

    .fieldset {
        padding-left: 5px;
        padding-right: 5px;
    }

.fieldset legend {
    margin-left: 1.25rem;
    font-size: 1.25rem;
    color: #003D7C;
}

.fieldset input[type="checkbox"] + label, .fieldset input[type="radio"] + label {
    font-weight: normal;
    display: block;
    margin-left: 20px;
}

.fieldset .grid-container {
    padding-left: 0;
    padding-right: 0;
}


.light-off-menu {
    background: #ffffff;
    z-index: 1;
    height: 100%;
    border: 1px solid #ececec;
}

    .light-off-menu .off-menu-close {
        background: #4CA297;
        padding: 18px 20px;
        border-bottom: 1px solid #ececec;
    }

        .light-off-menu .off-menu-close h3 {
            font-size: 16px;
            display: inline-block;
            width: 80%;
            margin: 0;
            line-height: 24px;
            color: #fff;
            float: left;
        }

        .light-off-menu .off-menu-close span {
            display: inline-block;
            cursor: pointer;
            text-align: right;
            width: 20%;
            font-size: 14px;
            color: #fff;
        }

    .light-off-menu .off-menu {
        padding: 0 20px;
        margin-bottom: 30px;
    }

        .light-off-menu .off-menu li a {
            border-bottom: 1px solid #ececec;
            padding: 19px 0 15px 0;
            color: #8e8e8e;
            font-size: 13px;
            font-weight: normal;
        }

            .light-off-menu .off-menu li a i {
                color: #8e8e8e;
            }

            .light-off-menu .off-menu li a:hover i {
                color: #4CA297;
            }

        .light-off-menu .off-menu li .submenu li {
            background: #f6f6f6;
        }

            .light-off-menu .off-menu li .submenu li a {
                padding: 15px 0 15px 40px;
            }

    .light-off-menu .off-social {
        padding: 0 0 0 20px;
        margin-bottom: 25px;
    }

        .light-off-menu .off-social h6 {
            font-weight: 600;
            margin-bottom: 30px;
        }

        .light-off-menu .off-social a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #222222;
            text-align: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            display: inline-block;
        }

            .light-off-menu .off-social a i {
                color: #aaaaaa;
            }

            .light-off-menu .off-social a:hover {
                background: #4CA297;
            }

                .light-off-menu .off-social a:hover i {
                    color: #fff;
                }

    .light-off-menu .responsive-search {
        padding: 0 10px;
    }

        .light-off-menu .responsive-search input {
            color: #6c6c6c;
            font-size: 13px;
            box-shadow: none;
            border: 1px solid #ececec;
        }

        .light-off-menu .responsive-search .input-group-button button {
            width: 40px;
            height: 40px;
            background: #303030;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            line-height: 40px;
            text-align: center;
        }

            .light-off-menu .responsive-search .input-group-button button i {
                display: inline-block;
                color: #fff;
            }

            .light-off-menu .responsive-search .input-group-button button:hover {
                background: #4CA297;
            }

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #aaa;
}

.js-drilldown-back > a::before {
    border-color: transparent #aaa transparent transparent;
}


#headerwrap {
    background-color: #454545;
    max-height: 150px;
}

#header {
    position: relative;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 128px;
}

    #header .logo {
        margin-bottom: -26px;
    }

        #header .logo img {
            max-width: 425px;
            position: relative;
            z-index: 400 !important;
        }

    #header .top-button {
        margin-top: 35px;
        background-color: #4CA297;
        color: white;
        font-weight: bold;
    }

    #header .desktop-menu {
        clear: both;
        vertical-align: bottom;
        z-index: 500 !important;
    }

    #header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: none;
    }

    #header .desktop-menu .submenu {
        background-color: #454545
    }

    #header .desktop-menu a {
        color: white;
    }

#header .desktop-menu a:hover {
    color: #D7DC4F;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #1779ba;
}

.account-links {
    color: #4CA297;
    padding-bottom:50px;
}

.account-links a {
    color: #4CA297;
}

@media only screen and (max-width: 975px) {
    #headerwrap {
        display: none;
    }
}

    .orbit-caption {
        height: 100%;
        padding-left: 225px;
        background-color: rgba(10, 10, 10, 0.0);
    }

        .orbit-caption h4 {
            position: relative;
            top: 25%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #003D7C;
            font-size: 42px;
            font-weight: normal;
        }

        .orbit-caption p {
            position: relative;
            padding-top: 20px;
            color: white;
            font-size: 28px;
            line-height: 32px;
            font-weight: normal;
        }

    .gradient_1_bottom {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
        height: 150px;
        background-image: url(../images/herodicus/Title_banner_1.jpg);
        background-position: left bottom;
    }

        .gradient_1_bottom h1 {
            padding-top: 50px;
            padding-left: 100px;
            font-size: 2rem;
            text-align: left;
            color: white;
            width:auto;
        }

    .gradient_1 {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
        height: 150px;
        background-image: url(../images/herodicus/Title_banner_1.jpg);
    }

        .gradient_1 h1 {
            padding-top: 50px;
            padding-left: 100px;
            font-size: 2rem;
            text-align: left;
            color: white;
            width: auto;
        }

.gradient_2 {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    height: 150px;
    background-image: url(../images/herodicus/banners/Title-Banner-2-w-logo-150.jpg);
    background-position: left bottom;
}

        .gradient_2 h1 {
            padding-top: 50px;
            padding-left: 100px;
            font-size: 2rem;
            text-align: left;
            color: white;
        }

    .gradient_3 {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
        height: 150px;
        background-image: url(../images/herodicus/Title_banner_3.jpg);
        background-position: center bottom;
    }

        .gradient_3 h1 {
            padding-top: 50px;
            padding-left: 100px;
            font-size: 2rem;
            text-align: left;
            color: white;
        }

.gradient_3_middle {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    height: 150px;
    background-image: url(../images/herodicus/banners/Title-Banner-3-Middle-150.jpg);
    background-position: center center;
}

        .gradient_3_middle h1 {
            padding-top: 50px;
            padding-left: 100px;
            font-size: 2rem;
            text-align: left;
            color: white;
        }

.membership_banner_text {
    font-family: Arial, sans-serif;
    font-size: .8125rem;
    margin: 3px 30px auto auto;
    color: #FFF;
    display: block;
    float: right;
    padding-bottom: 10px;
    min-height: 100px;
}

@media only screen and (max-width: 975px) {
    .gradient_1_bottom, .gradient_1, .gradient_2, .gradient_3, .gradient_3_middle {
        height: 75px;
    }

        .gradient_1_bottom h1, .gradient_1 h1, .gradient_2 h1, .gradient_3 h1, .gradient_3_middle h1 {
            padding-top: 20px;
            padding-left: 25px;
            font-size: 1.75rem;
        }
}

.sectionmenu {
    background-color: black;
    background: url(../images/herodicus/Herodicus_2021_Website_v4.jpg);
    background-position-x: center;
    background-position-y: 50%;
}

.sectionmenu a {
    color: white;
}

    .sectionmenu a:hover {
        color: #4CA297;
    }

/* Home Page */
#home-banner {
    margin-bottom: 20px;
}

        #home-banner img {
            width: 100%;
        }

    /* Photos Pages */

    .boardimages img {
        border-color: #AFAFAF;
        border-width: 2px;
        border-style: solid;
        max-height: 200px;
    }

    .blue {
        color: #003D7C;
    }

    .committee_term {
        white-space: nowrap;
    }


/* Lower Triple Column Area */

.lower-block {
    background: url(../images/herodicus/Herodicus_2021_Website_v4.jpg);
    background-position-x: center;
    background-position-y: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-attachment: fixed;*/
}

#info-cols h1 {
    color: #D7DC4F;
}

#info-cols aside {
    padding-bottom: 30px;
    float: left;
}

#info-cols p {
    color: white;
}

#info-cols ul {
    color: white;
}

#info-cols a {
    color: #D7DC4F;
    font-weight: bold;
}

    #info-cols a:hover {
        color: #4CA297;
        font-weight: bold;
    }

#info-cols .button {
    background-color: #D7DC4F;
    color: #003D7C;
}

    #info-cols .button:hover, #info-cols .button:focus {
        opacity: 0.8;
    }


    /* Footer */

#footerwrap {
    margin: 0 0 0 0;
    max-width: none;
    width: 100%;
    background: #454545; /* For browsers that do not support gradients */
}

    #mainfooter {
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        padding-top: 10px;
    }

        #mainfooter p {
            color: white;
        }

        #mainfooter a {
            color: #D7DC4F;
            text-decoration: none;
        }

/*To top*/
#toTop {
    height: 30px;
    width: auto;
    padding: 0 11px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    background: #333
}

    #toTop p {
        line-height: 30px;
        font-family: sans-serif;
        font-size: 1.25em;
        color: white;
    }

/* Registration Elements */


#Registration table {
    text-align: center;
    width: 90%;
    border: 1px;
}

    #Registration table td {
        padding: 0in 5.4pt 0in 5.4pt;
        line-height: 22.5pt;
    }

.Radio span {
    margin-left: 5px;
    display: inline-block;
    /*width: 90%;*/
    vertical-align: top;
}

.Radio {
    padding: 10px 10px 10px 10px;
}

    .Radio.Alt {
        background: #f9f9f9;
    }

    .Radio:hover, .Radio.Selected {
        color: #FFFFFF;
        background-color: #4CA297;
    }

    .Radio:hover td, .Radio.Selected td {
        color: #FFFFFF;
        background-color: #4CA297;
    }

        .Radio:hover label, .Radio.Selected label {
            color: #FFFFFF;
        }