﻿/*

Site Colors

    Red - #9c1839

    Orange - #e94f45

    Tan - #fffadd

    Grey - #2d2f2f

    From Hero

    Teal - #4CA297
    Yellow - #D7DC4F
    
    Dark Blue - #003D7C

    Charcoal - #252525

*/

/* Common Size / Layout Elements */

#maincontent p {
    font: 16px 'Lora Regular', Cambria, Times Roman;
    color: #10102A;
    padding: 10px;
    transition: 0.5 all ease;
}

#maincontent label {
    font: 400 14px/28px 'Work Sans', sans-serif;
    color: #2d2f2f;
}

.accessible_on a:focus {
    outline: 2px solid #F00 !important;
}

#maincontent a {
    text-decoration: none;
    transition: 0.5s all ease;
    color: #9c1839;
    font-weight: 700;
}

    #maincontent a:hover {
        color: #000;
        text-decoration: none;
    }

    #maincontent a:focus {
        outline: 1px dotted #ccc;
    }

label {
    color: #252525;
}

#maincontent ul {
    padding: 0;
    margin: 10px 0;
    font: 400 16px/30px 'Work Sans', sans-serif;
    color: #2d2f2f;
    padding: 10px;
    text-align: justify;
    transition: 0.5 all ease;
}

    #maincontent ul.breadcrumbs {
        padding: 0 10px 0 0;
        margin: 0;
    }

#maincontent ul.breadcrumbs li{
    background: none;
    padding-left: 0;
}

#maincontent ol {
    padding: 0;
    margin: 10px 0 0 30px;
    font: 400 16px/30px 'Work Sans', sans-serif;
    color: #2d2f2f;
    padding: 10px;
    text-align: justify;
    transition: 0.5 all ease;
}

#maincontent ul:not(.breadcrumbs):not(.sectionmenu) li {
    padding: 5px 0 5px 30px;
    list-style: none;
}

    #maincontent ul:not(.breadcrumbs):not(.sectionmenu) li::before {
        content: "\2022";
        color: #9c1839;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

#maincontent ol li {
    padding: 5px 0;
    list-style: decimal;
}

#maincontent ol ol,
#maincontent ul ul {
    margin: 0;
    padding: 5px 0 5px 20px;
}

    #maincontent ol ul li,
    #maincontent ul ul li {
        background: 0 0;
        padding: 5px 0;
        list-style: circle;
    }

    #maincontent ol ol li {
        padding: 5px 0;
        list-style-type: lower-alpha;
    }

    #maincontent ul ul ul li {
        list-style: square;
    }

    #maincontent ol ol ol li {
        list-style: lower-roman;
    }

table tbody tr td {
    font-size: .875rem;
    padding: 9px;
    line-height: 18px;
    font: 400 14px/28px 'Work Sans', sans-serif;
    color: #2d2f2f;
}

    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;
}

    .ERRORTEXT ul li {
        color: #FF0000;
    }

.ERRORTEXTLARGEBOLD {
    font-size: 1rem;
    color: #FF0000;
    font-weight: bold;
}

/* End Common Size / Layout Elements */

#pagetitle {
    background: url(../images/ACLStudyGroup/banner-4.png);
    min-height: 150px;
    background-size: 100% 150px;
    padding-top: 25px;
}

#pagetitle2 {
    background: url(../images/ACLStudyGroup/banner-5.png);
    min-height: 150px;
    background-size: 100% 150px;
    padding-top: 25px;
}

#maincontent #pagetitle h1, #maincontent #pagetitle2 h1 {
    display: block;
    color: #AF0400;
    font: 32px 'Chivo Bold', 'Brandon Black', Helvetica;
}

    #maincontent #pagetitle h1 span, #maincontent #pagetitle2 h1 span {
        display: block;
        color: white;
        font: 400 40px/50px 'Oswald', sans-serif;
    }

@media only screen and (max-width: 525px) {
    #pagetitle, #pagetitle2 {
        min-height: 100px;
        background-size: 100% 150px;
        padding-top: 4px;
    }

    #maincontent #pagetitle h1, #maincontent #pagetitle2 h1 {
        font: 400 24px/36px 'Oswald', sans-serif;
    }
}



    #maincontent h1 {
        margin: 15px 0 30px 0;
        text-align: center;
        color: #777;
        position: relative;
        font: 400 14px/20px 'Work Sans', sans-serif;
        padding: 10px 0;
    }

        #maincontent h1 span {
            display: block;
            color: #353535;
            font: 400 40px/50px 'Oswald', sans-serif;
        }

            #maincontent h1 span:before {
                content: '';
                height: 1px;
                width: 100px;
                background: #cc3b40;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                margin: auto;
            }

            #maincontent h1 span:after {
                content: '';
                height: 1px;
                width: 100px;
                background: #cc3b40;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                bottom: 0;
            }

h2 {
    font: 24px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    color: #AF0400;
    text-align: left;
    transition: 0.5 all ease;
}

h3 {
    color: #10102a;
    font: 20px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    text-align: left;
}

#maincontent h4 {
    font: 16px 'Chivo Bold', 'Brandon Black', Helvetica, sans-serif;
    color: #696969;
    text-align: left;
}

        

        #maincontent h4 a {
            color: #022098;
        }

    h5 {
        font: 400 20px/26px 'Work Sans', sans-serif;
        color: #e94e44;
    }

        h5 a {
            color: #e94e44;
        }

        h5 span {
            display: block;
            font: 400 16px/18px 'Work Sans', sans-serif;
        }

    h6 {
        font: 700 14px/20px 'Work Sans', sans-serif;
        color: #000;
        text-align: left;
    }

    hr {
        border-bottom: 1px dashed #bd8888;
        height: 0;
        margin: 10px 0;
        padding: 0 !important;
    }

    /* Form Elements */


    .button {
        font-weight: bold;
        color: #9c1839;
        background-color: transparent;
        border-color: #9c1839;
        padding: .5rem 1rem;
    }

        .button:hover, .button:focus {
            opacity: 0.5;
            background-color: #9c1839;
            color: #fefefe;
        }

    table .button {
        margin-bottom: 0;
    }

    .tableinput {
        margin-bottom: 0;
    }

input[type="checkbox"], input[type="radio"] {
    margin-bottom: 0;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        font-weight: normal;
        display: inline;
    }


    .light-off-menu {
        background: #ffffff;
        z-index: 1;
        height: 100%;
        border: 1px solid #ececec;
    }

        .light-off-menu .off-menu-close {
            background: #fffadd;
            padding: 18px 20px;
            border-bottom: 1px solid #ececec;
        }

            .light-off-menu .off-menu-close h3 {
                font-size: 16px;
                display: inline-block;
                width: 90%;
                margin: 0;
                line-height: 20px;
                color: #2d2f2f;
                float: left;
            }

            .light-off-menu .off-menu-close span {
                display: inline-block;
                cursor: pointer;
                text-align: right;
                width: 10%;
                font-size: 14px;
                color: #2d2f2f;
            }

        .light-off-menu .off-menu {
            padding: 0 20px;
            margin-bottom: 30px;
        }

            .light-off-menu .off-menu li a {
                border-bottom: 1px solid #ececec;
                padding: 15px 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: #9c1839;
                }

            .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: #fffadd;
                }

                    .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: #fffadd;
                }

    .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: #9c1839;
        max-height: 210px;
    }

    #header {
        position: relative;
        max-width: 72rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: 210px;
    }

        #header .logo img {
            max-width: 375px;
            position: relative;
            z-index: 400 !important;
        }

        #header .top-button {
            margin-top: 35px;
            background-color: #4b4b4b;
            color: #fffadd;
            font-weight: bold;
            margin-bottom: 100px;
        }

        #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: #252525
        }

        #header .desktop-menu a {
            color: #FFFFFF;
        }

            #header .desktop-menu a:hover {
                color: #fffadd;
            }

    .dropdown.menu > li.is-active > a {
        background: transparent;
        color: #1779ba;
    }

    .is-dropdown-submenu {
        min-width: 325px;
    }

    .account-links {
        color: #FFFFFF;
        font: 400 16px/30px 'Work Sans', sans-serif;
        padding-top: 10px;
        padding-bottom: 110px;
    }

        .account-links a {
            color: #FFFFFF;
        }

    .title-bar {
        background-color: #9c1839;
    }

    @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;
        margin-bottom: 15px;
    }

        .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/ACLStudyGroup/banner.png);
        margin-bottom: 15px;
    }

    #maincontent .gradient_1 h1 {
        width: 100%;
        display: block;
        font-weight: bold;
        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/ACLStudyGroup/banner_2.png);
        margin-bottom: 15px;
        padding-top: 20px;
    }

    #maincontent .gradient_2 h1 {
        width: 100%;
    }

        #maincontent .gradient_2 h1 span {
            display: block;
            color: #353535;
            font: 400 40px/50px 'Oswald', sans-serif;
        }

            #maincontent .gradient_2 h1 span:before {
                content: '';
                height: 1px;
                width: 100px;
                background: #cc3b40;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                margin: auto;
            }

            #maincontent .gradient_2 h1 span:after {
                content: '';
                height: 1px;
                width: 100px;
                background: #cc3b40;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                bottom: 0;
            }

    .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;
        margin-bottom: 15px;
    }

        .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;
        margin-bottom: 15px;
    }

        .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;
            }
    }

    #maincontent ul.sectionmenu {
        margin-top: 0;
        background-color: #dddddd;
    }

#maincontent .sectionmenu li a {
    color: #9c1839;
}

#maincontent .sectionmenu a:hover {
    color: #2d2f2f;
}

    #maincontent .mission-text {
        color: #fff;
        width: 80%;
        margin: auto;
        padding: 60px 0;
        font: 300 16px/30px 'Work Sans', sans-serif;
        position: relative;
    }

        #maincontent .mission-text:before {
            content: '';
            background: url(../images/ACLStudyGroup/blockquote-open.png) no-repeat center center;
            position: absolute;
            height: 104px;
            width: 148px;
            left: 0;
            top: 0;
        }

        #maincontent .mission-text:after {
            content: '';
            background: url(../images/ACLStudyGroup/blockquote-close.png) no-repeat center center;
            position: absolute;
            height: 104px;
            width: 148px;
            right: 0;
            bottom: 0;
        }

    .block-quotes {
        background: #3f3f3f;
        padding: 25px 0;
    }

    #maincontent .block-quotes .ph3 {
        color: #fff;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        font: 300 30px/36px 'Oswald', sans-serif;
    }

    .block-quotes .ph3:before {
        content: '';
        position: absolute;
        background: #6d7377;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        height: 1px;
        width: 100px;
    }

    .block-quotes .ph3:after {
        content: '';
        position: absolute;
        background: #6d7377;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 1px;
        width: 100px;
    }

    /* 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;
    }



    /* Footer */

    footer {
        background: #4b4b4b;
        padding: 20px 0;
    }

    #footerwrap {
        margin: 0 0 0 0;
        max-width: none;
        width: 100%;
        background: #4b4b4b; /* 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: #fffadd;
            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: 20px;
        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: #fffadd;
        }

            .Radio:hover td, .Radio.Selected td {
                color: #FFFFFF;
                background-color: #fffadd;
            }

            .Radio:hover label, .Radio.Selected label {
                color: #FFFFFF;
            }