﻿/*!
 * 
 * Developed by: Saforian
 *
 * Developed for: ATA
 *
 *
 */
.helvetica {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.overflow {
    width: auto;
    float: none;
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:focus {
    outline: none;
    border: none;
}

a:focus {
    outline: none;
    border: none;
}

a:hover,
a:active {
    outline: 0;
}

body {
    background: #ffffff;
    font-size: 63.7%;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a:link, a:visited {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

hr {
    height: 1px;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #ffffff;
    clear: both;
    overflow: 0;
}

    hr.clean {
        border: none;
    }

    hr.double {
        margin: 0 0 40px 0;
        padding: 0;
    }

a {
    color: #a01924;
    text-decoration: none;
}

    a:hover {
        color: #dd2837;
        text-decoration: underline;
    }

p,
figcaption {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #666666;
    margin: 0;
    padding: 0;
}

    div.smaller,
    p.smaller,
    figcaption.smaller {
        font-size: 1.2em;
        line-height: 1.4em;
        overflow: hidden;
    }

    p.waySmaller {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    p a.more,
    figcaption a.more {
        font-size: 100%;
        display: inline;
        display: block;
        padding-top: 15px;
    }

    p strong.dark,
    figcaption strong.dark {
        color: #363636;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    text-rendering: optimizelegibility;
    line-height: 1.2em;
    color: #363636;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-weight: normal;
    }

h1 {
    font-size: 3.8em;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.8em;
}

    h3.blue {
        text-transform: uppercase;
        color: #004d93;
    }

h4 {
    font-size: 1.6em;
    margin: 0 0 .4em;
}

h5 {
    font-size: 1.4em;
    padding-bottom: 5px;
}

    h5 a {
        line-height: 1.6em;
    }

h6 {
    font-size: 1.3em;
    margin: 0 0 .4em;
}

    h6.special {
        font-size: 1.2em;
        margin-bottom: 5px;
    }

h2.special {
    font-size: 2.8em;
}

h2.issue-category {
    text-transform: uppercase;
}

iframe {
    max-width: 100%;
    max-height: 100%;
}

/****** LISTS ******/
ul,
ol {
    padding: 0;
    margin: 0;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

ul {
    list-style: disc;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    font-size: 1.4em;
    line-height: 1.6em;
    color: #999999;
}

    ul li {
        margin: 0 0 10px;
    }

ol {
    list-style: decimal;
}

li {
    line-height: 1;
}
/****** FORMS ******/
form label,
form input,
form textarea,
form button,
form select {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.8em;
}

form label {
    display: block;
    margin: 0 0 5px 0;
}

form input[type="text"],
form input[type="password"] {
    display: inline-block;
    display: inline;
    zoom: 1;
    _height: 18px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    color: #363636;
    line-height: 1em;
}

form select, form textarea {
    display: inline-block;
    display: inline;
    zoom: 1;
    _height: 26px;
    height: 26px;
    padding: 4px;
    margin-bottom: 9px;
    color: #363636;
    line-height: 1em;
}

form textarea,
form input[type="text"],
form input[type="password"] {
    background-color: #ffffff;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    form textarea:focus,
    form input[type="text"]:focus,
    form input[type="password"]:focus {
        border: 1px solid rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

form textarea {
    height: auto;
    overflow: auto;
    /*remove scrollbar in IE*/
}

form button,
form input[type="submit"] {
    cursor: pointer;
}

    form button:focus,
    form input[type="submit"]:focus {
        border: 1px solid rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

form.subscribe input[type="text"] {
    padding: 5px 5px 4px 5px;
}

form.subscribe button {
    border: 1px solid #5e0f15;
    color: #ffffff;
    background: #a01924;
    text-shadow: 0 1px 0 #5e0f15;
    margin: 0;
    vertical-align: top;
    padding: 1px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    form.subscribe button:hover {
        background: #cc202e;
    }
/****** BUTTONS & LINKS ******/
.btn-main,
.btn-secondary,
.btn-gray {
    display: inline-block;
    display: inline;
    zoom: 1;
    _height: 17px;
    margin: 0 0 10px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

    .btn-main:hover,
    .btn-secondary:hover,
    .btn-gray:hover {
        text-decoration: none;
    }

    .btn-main.block,
    .btn-secondary.block,
    .btn-gray.block {
        display: block;
    }

.btn-main {
    background: #00407a;
    background: -moz-linear-gradient(top, #005aac 0%, #00407a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005aac), color-stop(100%, #00407a));
    background: -webkit-linear-gradient(top, #005aac 0%, #00407a 100%);
    background: -o-linear-gradient(top, #005aac 0%, #00407a 100%);
    background: -ms-linear-gradient(top, #005aac 0%, #00407a 100%);
    background: linear-gradient(to bottom, #005aac 0%, #00407a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005aac', endColorstr='#00407a');
    color: #ffffff;
    border: 1px solid #00407a;
    border-bottom: 1px solid #00182d;
}

    .btn-main:hover {
        background: #003a6f;
        color: #ffffff;
    }

    .btn-main:active,
    .btn-main.active {
        background: #00407a;
        background: -moz-linear-gradient(top, #005aac 0%, #00407a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005aac), color-stop(100%, #00407a));
        background: -webkit-linear-gradient(top, #005aac 0%, #00407a 100%);
        background: -o-linear-gradient(top, #005aac 0%, #00407a 100%);
        background: -ms-linear-gradient(top, #005aac 0%, #00407a 100%);
        background: linear-gradient(to bottom, #005aac 0%, #00407a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005aac', endColorstr='#00407a');
        -webkit-box-shadow: inset 0 5px 10px #002546;
        -moz-box-shadow: inset 0 5px 10px #002546;
        box-shadow: inset 0 5px 10px #002546;
        border: 1px solid #00182d;
    }

.btn-secondary {
    background: #c31f2c;
    background: -moz-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c31f2c), color-stop(100%, #a91a26));
    background: -webkit-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
    background: -o-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
    background: -ms-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
    background: linear-gradient(to bottom, #c31f2c 0%, #a91a26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c31f2c', endColorstr='#a91a26');
    color: #ffffff;
    border: 1px solid #a01924;
    border-bottom: 1px solid #74121a;
    width: 110px;
    margin: 0 auto;
    display: block;
}

    .btn-secondary:hover {
        background: #a01924;
        color: #ffffff;
    }

    .btn-secondary:active,
    .btn-secondary.active {
        background: #c31f2c;
        background: -moz-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c31f2c), color-stop(100%, #a91a26));
        background: -webkit-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
        background: -o-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
        background: -ms-linear-gradient(top, #c31f2c 0%, #a91a26 100%);
        background: linear-gradient(to bottom, #c31f2c 0%, #a91a26 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c31f2c', endColorstr='#a91a26');
        -webkit-box-shadow: inset 0 5px 10px #74121a;
        -moz-box-shadow: inset 0 5px 10px #74121a;
        box-shadow: inset 0 5px 10px #74121a;
        border: 1px solid #74121a;
    }

.left-btn .btn-secondary {
    float: left;
    margin-top: 15px;
}

.left-btn .btn-gray {
    margin-top: 10px;
}

.btn-secondary .block al-c .center-btn {
    float: none;
    margin-top: 0px;
}

.btn-gray {
    background: #d5d5d5;
    background: -moz-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#d5d5d5');
    color: #333333;
    border: 1px solid #dedede;
    border-bottom: 1px solid #ababab;
}

    .btn-gray:hover {
        background: #d9d9d9;
        color: #333333;
    }

    .btn-gray:active,
    .btn-gray.active {
        background: #d5d5d5;
        background: -moz-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d5d5d5));
        background: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
        background: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
        background: -ms-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
        background: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#d5d5d5');
        -webkit-box-shadow: inset 0 5px 10px #b8b8b8;
        -moz-box-shadow: inset 0 5px 10px #b8b8b8;
        box-shadow: inset 0 5px 10px #b8b8b8;
        border: 1px solid #ababab;
    }

    .btn-gray.larger,
    .btn-main.larger,
    .btn-secondary.larger {
        display: block;
        font-size: 2em;
        width: 300px;
        margin: 10px;
        padding: 15px;
    }

    .btn-gray.large,
    .btn-main.large,
    .btn-secondary.large {
        display: block;
        font-size: 1.8em;
        width: 250px;
        margin: 10px;
        padding: 10px;
    }

    .btn-gray.medium,
    .btn-main.medium,
    .btn-secondary.medium {
        display: block;
        font-size: 1.6em;
        width: 200px;
        margin: 10px;
        padding: 10px;
    }

    .btn-gray.small,
    .btn-main.small,
    .btn-secondary.small {
        display: block;
        width: 150px;
        margin: 10px;
        padding: 10px;
        font-size: 1.2em;
    }

    .btn-gray.smaller,
    .btn-main.smaller,
    .btn-secondary.smaller {
        display: block;
        width: 100px;
        margin: 10px;
        padding: 10px;
        font-size: 1.1em;
    }
/* btn align and sets*/
.ctr-btn .btn-main,
.ctr-btn .btn-secondary,
.ctr-btn .btn-gray {
    margin: 0 auto 10px;
}

.btn-set {
    margin: 0 0 10px 0;
}

    .btn-set a {
        position: relative;
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0px;
        margin-left: -1px;
    }

        .btn-set a:last-child {
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

        .btn-set a:first-child {
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

.btn-set-dropdown {
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;
    _height: 17px;
}

    .btn-set-dropdown > a {
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0px;
        margin-left: -1px;
    }

        .btn-set-dropdown > a:first-child {
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

        .btn-set-dropdown > a.drop {
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

        .btn-set-dropdown > a .carat {
            text-indent: -999999px;
            display: block;
        }

    .btn-set-dropdown ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 200;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 2px 0 0 0;
        padding: 4px 0;
        min-width: 120px;
        background: #0082f9;
        border: 1px solid #005aac;
    }

        .btn-set-dropdown ul li a {
            float: none;
            display: block;
            padding: 5px 15px;
            background: #0082f9;
            color: #363636;
            font-size: 1.2em;
        }

            .btn-set-dropdown ul li a:hover {
                background: #00182d;
                color: #ffffff;
                text-decoration: none;
            }

.multi-btn {
    display: block;
    margin: 0 0 30px;
    font-size: 100%;
}

    .multi-btn a {
        text-decoration: none;
    }

        .multi-btn a.back {
            text-transform: uppercase;
            background: url('/_layouts/ATARedesign/img/arrow_back_btn.png') 0% 50% no-repeat;
            padding: 5px 0 5px 25px;
            font-weight: bold;
            font-size: 1.8em;
            float: left;
            display: block;
            width: 70px;
            color: #ffffff;
        }

            .multi-btn a.back:hover {
                color: #f2f2f2;
            }

    .multi-btn .right-set {
        float: right;
        width: 165px;
    }

        .multi-btn .right-set a {
            font-size: 1.4em;
            padding: 8px 0;
            font-weight: normal;
            margin: 0 10px;
            float: left;
            color: #ffffff;
        }

            .multi-btn .right-set a:hover {
                color: #f2f2f2;
            }

.hist-bttn {
    width: 190px;
}

.join-btn {
    width: 40%;
}

.join-img {
    border: 1px solid #DEDEDE;
}

.underline a:hover {
    text-transform: underline;
}

a.more {
    font-size: 1.4em;
    line-height: 1.6em;
    display: block;
    text-decoration: none;
}

a.smaller {
    font-size: 1.0em;
    line-height: 1.1em;
    display: block;
    text-decoration: none;
}

a.view-all {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    display: inline-block;
    display: inline;
    zoom: 1;
    _height: 20px;
    text-transform: uppercase;
    padding: 0 22px 0 0;
    background: url('/_layouts/ATARedesign/img/icon_learn_more.png') 100% 50% no-repeat;
}

a.h-link {
    font-size: 1.4em;
    display: block;
    text-align: right;
    padding: 2px 0 0 0;
    text-decoration: none;
    font-weight: bold;
}

.sub-btn-text {
    display: block;
    font-size: 1.3em;
    color: #a01924;
}
/******clearfix ******/
header,
footer,
.row-fluid,
.group,
.form-group,
.input-group,
.footer-list.alt,
.inner,
.link-list.has-cal li p {
    zoom: 1;
}

    header:before,
    footer:before,
    .row-fluid:before,
    .group:before,
    .form-group:before,
    .input-group:before,
    .footer-list.alt:before,
    .inner:before,
    .link-list.has-cal li p {
        display: table;
        content: "";
    }

    header:after,
    footer:after,
    .row-fluid:after,
    .group:after,
    .form-group:after,
    .input-group:after, f .footer-list.alt:after,
    .inner:after,
    .link-list.has-cal li p {
        display: table;
        content: "";
        clear: both;
    }
/****** HELPERS ******/
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bump {
    font-size: 1.4em;
}

.unbump {
    font-size: .75em;
}

.al-l {
    text-align: left;
}

.al-c {
    text-align: center;
}

.al-r {
    text-align: right;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fix {
    position: fixed;
}

.f-right {
    float: right;
    display: block;
    margin: 0 0 15px 15px;
}

.f-left {
    float: left;
    display: block;
    margin: 0 15px 15px 0;
}
/******HEADER******/
#site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #00172e;
}

    #site-header .header-logo {
        width: 100%;
        height: 12px;
        background-color: #00488f;
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        padding: 10px;
    }

        #site-header .header-logo h6 {
            color: #ffffff;
            font-size: 1.1em;
        }

    #site-header .inner {
        width: 920px;
        padding: 15px 10px 10px;
        margin: 0 auto;
    }

#brand {
    float: left;
}

#navigations {
    float: right;
}

    #navigations ul {
        margin: 0;
    }

        #navigations ul li a {
            text-decoration: none;
        }

#top-nav {
    position: relative;
    margin: 0 0 20px;
}

    #top-nav #search-block {
        position: absolute;
        top: 0;
        right: 0;
    }

        #top-nav #search-block input[type="text"] {
            width: 180px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin: 0;
            border: 1px solid #ffffff;
        }

        #top-nav #search-block button {
            margin: 0 0 0 -3px;
            background: #ffffff url('/_layouts/ATARedesign/img/icon_search.jpg') 50% 50% no-repeat;
            color: #ffffff;
            border: 1px solid #ffffff;
            width: 25px;
            height: 28px;
            vertical-align: top;
        }

    #top-nav ul {
        float: right;
        list-style: none;
        font-size: 100%;
        margin: 0 215px 0 0;
    }

        #top-nav ul li {
            float: left;
            margin: 10px 20px 10px 0;
        }

            #top-nav ul li a {
                display: block;
                font-size: 1em;
                text-transform: uppercase;
                color: #7da7d9;
            }

                #top-nav ul li a:hover {
                    color: #3672ba;
                }

            #top-nav ul li.active a {
                font-weight: bold;
            }

            #top-nav ul li.divider {
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #004d93;
            }

#main-nav {
    float: right;
    clear: both;
}

    #main-nav ul {
        float: right;
        list-style: none;
        font-size: 100%;
    }

        #main-nav ul li {
            float: left;
            margin: 0 10px 0 0;
        }

            #main-nav ul li a {
                display: block;
                padding: 15px 20px;
                font-size: 1.4em;
                text-transform: uppercase;
                color: #ffffff;
            }

                #main-nav ul li a:hover {
                    color: #7da7d9;
                }

            #main-nav ul li.active {
                background: #0063a5;
                background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0063a5), color-stop(100%, #00397d));
                background: -webkit-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: -moz-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: -ms-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: -o-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: linear-gradient(to right, #0063a5 0%, #00397d 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063a5', endColorstr='#00397d');
                zoom: 1;
            }

#main a.hlink {
    color: White;
}

    #main a.hlink :hover {
        color: #7da7d9;
    }

#main > hgroup {
    margin: 0 0 20px;
}

    #main > hgroup h1 {
        margin: 0 0 40px;
    }

#main .box > header {
    position: relative;
    background: url('/_layouts/ATARedesign/img/bg_main_headers.png') repeat;
}

    #main .box > header h2 {
        color: White;
        text-transform: uppercase;
    }

#main li ul {
    font-size: 1.0em;
    margin: 5px 10px 0 0;
}

#subnav {
    background: #a01924;
}

    #subnav ul {
        padding: 0;
        list-style: none;
        font-size: 100%;
    }

        #subnav ul li {
            float: left;
            padding: 15px 0;
            margin: 0;
            font-size: 1.5em;
        }
            /****** SPACE BETWEEN LINKS ******/
            #subnav ul li a {
                display: block;
                padding: 0 10px;
                color: #ffffff;
                text-decoration: none;
                border-right: 1px solid #e13e4b;
            }
            /****** ^^SPACE BETWEEN LINKS^^ ******/
            #subnav ul li.last a {
                border: none;
            }

            #subnav ul li.active {
                background: url('/_layouts/ATARedesign/img/arrow_subnav_active.png') 50% 100% no-repeat;
            }

    #subnav.quicklinks {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 4px;
        padding: 0 40px;
    }

        #subnav.quicklinks ul li {
            font-size: 1.4em;
        }

            #subnav.quicklinks ul li a {
                color: #d4b3b5;
            }

                #subnav.quicklinks ul li a:hover {
                    color: #e6d4d5;
                }

            #subnav.quicklinks ul li.list-title {
                font-size: 1.8em;
                color: #ffffff;
                margin-right: 10px;
                padding: 13px 0;
            }
/****** SUBNAV2 ******/
#subnav2 {
    background: #a01924;
}

    #subnav2 ul {
        padding: 0;
        list-style: none;
        font-size: 100%;
    }

        #subnav2 ul li {
            float: left;
            padding: 15px 0;
            margin: 0;
            font-size: 1.5em;
        }
            /****** SPACE BETWEEN LINKS ******/
            #subnav2 ul li a {
                display: block;
                padding: 0 10px;
                color: #ffffff;
                text-decoration: none;
                border-right: 1px solid #e13e4b;
            }
            /****** ^^SPACE BETWEEN LINKS^^ ******/
            #subnav2 ul li.last a {
                border: none;
            }

            #subnav2 ul li.active {
                background: url('/_layouts/ATARedesign/img/arrow_subnav_active.png') 50% 100% no-repeat;
            }

    #subnav2.quicklinks {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 4px;
        padding: 0 40px;
    }

        #subnav2.quicklinks ul li {
            font-size: 1.4em;
        }

            #subnav2.quicklinks ul li a {
                color: #d4b3b5;
            }

                #subnav2.quicklinks ul li a:hover {
                    color: #e6d4d5;
                }

            #subnav2.quicklinks ul li.list-title {
                font-size: 1.8em;
                color: #ffffff;
                margin-right: 10px;
                padding: 13px 0;
            }

/****** SUBNAV2 ******/

/****** LISTS ******/
.link-list {
    font-size: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
    /*BASIC*/
    .link-list.basic {
        border: 1px solid #dedede;
        border-left: none;
        border-right: none;
        margin-top: 20px;
    }

        .link-list.basic li {
            margin: 0;
            border-bottom: 1px dotted #dedede;
        }

            .link-list.basic li a {
                text-decoration: none;
                text-shadow: 0 1px 0 #ffffff;
                display: block;
                padding: 20px 0;
                font-size: 1.4em;
                color: #363636;
                font-weight: bold;
            }

                .link-list.basic li a:hover {
                    color: #666666;
                }

            .link-list.basic li:last-child {
                border-bottom: none;
            }

        .link-list.basic form {
            padding-bottom: 15px;
        }
    /*HAS CALENDAR*/
    .link-list.has-cal {
        /*CALENDAR ICON*/
    }

        .link-list.has-cal li {
            /*padding: 0 0 40px;*/
            margin: 0 0 25px;
        }

            .link-list.has-cal li p {
                padding: 0 0 20px !important;
                border-bottom: 1px solid #dedede;
            }

        .link-list.has-cal .cal-icon {
            text-align: center;
            background: #004d93;
            color: #ffffff;
            font-weight: bold;
            width: 60px;
            float: left;
            margin: 0 15px 15px 0;
        }

            .link-list.has-cal .cal-icon header.topcal {
                font-size: 20px;
                padding: 10px 0;
                margin: 0;
                border-bottom: 1px dotted #ffffff;
            }

            .link-list.has-cal .cal-icon footer.bottomcal {
                padding: 5px 0;
                font-size: 10px;
                text-transform: uppercase;
            }
    /*HAS VID*/
    .link-list.has-vid li {
        padding: 0 0 30px;
        margin: 0 0 60px;
    }

        .link-list.has-vid li p {
            float: left;
            padding: 0 0 10px !important;
            border-bottom: 1px solid #dedede;
        }

    .link-list.has-vid .vid-thumb {
        text-align: center;
        float: left;
        margin: 0 15px 15px 0;
    }
    /*PLAIN*/
    .link-list.plain li {
        font-size: 1.4em;
        margin: 0 0 20px;
    }

        .link-list.plain li a {
            text-decoration: none;
        }

        .link-list.plain li:last-child,
        .link-list.plain li.last {
            margin: 0;
        }

        .link-list.plain li form {
            font-size: 0.6em;
            padding: 0 0 0 20px;
        }

    .link-list.clean {
        margin: 0;
    }

/****** History Page ******/
.quick-jump {
    display: block;
}

.box.history header {
    margin: 0px;
    padding: 0px;
}

.box.history .top-header {
    background-color: #004e94;
    height: 50px;
    margin-bottom: 40px;
}

    .box.history .top-header ul {
        margin: 0;
        padding: 0;
    }

        .box.history .top-header ul .quick-jump {
            background: url('/_layouts/ATARedesign/img/history-quick-arrow.png') no-repeat left center #0b63b1;
            width: 30%;
            overflow: hidden;
            float: right;
            height: 50px;
        }

        .box.history .top-header ul li {
            list-style: none;
            margin: 0px;
        }

            .box.history .top-header ul li h2 {
                font-size: 1em;
                font-weight: normal;
                color: #fff;
                text-transform: uppercase;
                float: left;
                padding: 17px 0 0px 35px;
            }

            .box.history .top-header ul li p {
                float: right;
                text-align: right;
                padding: 12px 30px 0 0;
                font-size: 1.1em;
                text-transform: uppercase;
                font-weight: bold;
            }

            .box.history .top-header ul li a {
                display: block;
                color: #fff;
                text-decoration: none;
                color: #00325e;
            }

        .box.history .top-header ul ul {
            display: none;
            top: 43px;
        }

        .box.history .top-header ul li:hover ul {
            display: block;
            position: absolute;
            margin: 50px 0 0;
            width: 175px;
            z-index: 1;
            font-size: 1.1em;
            font-weight: bold;
        }

        .box.history .top-header ul li:hover li {
            float: none;
        }

            .box.history .top-header ul li:hover li a {
                background-color: #0b63b1;
                border-top: 1px solid #00325e;
                color: #00325e;
                padding: 10px 30px;
            }

        .box.history .top-header ul li li a:hover {
            background-color: #00325e;
            color: #0b63b1;
        }

.history-box {
    position: relative;
    height: 100%;
}

    .history-box h1 {
        position: absolute;
        top: 0px;
        z-index: 10;
        padding: 10px 15px;
        background: #004e94;
        color: #fff;
        font-size: 2.8em;
    }

    .history-box .history-text {
        padding: 40px 40px 40px 80px;
    }

    .history-box .history-text-no-img {
        padding: 80px 40px 40px 80px;
    }

    .history-box .overlay-img {
        background: url('/_layouts/ATARedesign/img/history_line.png') repeat-y left top;
        height: 100%;
        position: absolute;
        top: 0px;
        width: 100px;
        z-index: 1;
    }

    .history-box .overlay-img-hover {
        background: url('/_layouts/ATARedesign/img/history_line_white.png') repeat-y left top;
        opacity: 0.5;
    }

    .history-box .last {
        margin-top: 53px;
        height: 183px;
    }



/****** SLIDERS ******/
#sponsors-slider .inner, #endorsments-slider .inner {
    margin: 0 auto;
    width: 940px;
}

#sponsors-slider ul {
    padding: 0;
    list-style: none;
}

    #sponsors-slider ul li {
        width: 157px;
        height: 91px;
        margin: 0 10px;
        float: left;
    }

.box-slider {
    position: relative;
    background: #ffffff;
    border: 1px solid #dedede;
    padding: 15px;
    margin: 0 0 20px;
}

    .box-slider ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .box-slider li {
        width: 145px;
        float: left;
        margin: 0 8px;
    }

        .box-slider li h4 {
            font-size: 1.1em;
            margin-top: .4em;
        }

        .box-slider li p {
            font-size: 0.85em;
            line-height: 1.5em;
        }

    .box-slider .next-prev li a {
        display: block;
        width: 30px;
        height: 48px;
        position: absolute;
        text-indent: -9999999px;
        text-decoration: none;
    }

    .box-slider .next-prev li.next a {
        background: url('/_layouts/ATARedesign/img/slider_boxslider_next.png') 50% 50% no-repeat;
        top: 145px;
        right: -23px;
    }

    .box-slider .next-prev li.prev a {
        background: url('/_layouts/ATARedesign/img/slider_boxslider_prev.png') 50% 50% no-repeat;
        top: 145px;
        left: -25px;
    }
/****** HOMEPAGE ******/
#hero {
    width: 100%;
    position: fixed;
    /*top: 186px;*/
    top: 176px;
    z-index: -10;
}

    #hero .inner {
        position: relative;
        max-width: 1400px;
        min-width: 960px;
        /*width: 960px;*/
        margin: 0 auto -2px;
        height: 100%;
    }

    #hero .hero-overlay {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        #hero .hero-overlay h1 {
            position: absolute;
            top: 57%;
            left: 16.428%;
            color: #ffffff;
        }

        #hero .hero-overlay p {
            position: absolute;
            top: 68%;
            left: 16.428%;
            color: #ffffff;
            font-size: 1.6em;
            line-height: 1.8em;
            text-transform: uppercase;
            width: 50%;
            /*width: 60%;*/
        }

            #hero .hero-overlay p strong {
                padding: 5px 10px;
                background: #0063a5;
                background: -moz-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0063a5), color-stop(100%, #00397d));
                background: -webkit-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: -o-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: -ms-linear-gradient(left, #0063a5 0%, #00397d 100%);
                background: linear-gradient(to right, #0063a5 0%, #00397d 100%);
            }

    #hero .hero-back {
        max-height: 600px;
    }

        #hero .hero-back img {
            width: 100%;
            height: auto;
        }

#homepage-buckets > .header-label,
.clean-box > .header-label {
    font-size: 1.4em;
    color: #999999;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 10px 0 0;
}

#homepage-buckets .box,
.clean-box .box {
    position: relative;
    background: none;
    border: none;
}

    #homepage-buckets .box > header,
    .clean-box .box > header {
        border: none;
        margin: 0;
        padding: 0 0 20px 0px;
    }

    #homepage-buckets .box h2,
    .clean-box .box h2 {
        color: #004d93;
        text-transform: uppercase;
    }

    #homepage-buckets .box img,
    .clean-box .box img {
        margin: 0 0 20px;
    }
/*#homepage-buckets .box a.view-all,
.clean-box .box a.view-all {
  position: absolute;
  bottom: 0;
  left: 0;
}*/
#homepage-buckets .wrap-set .btn-set,
.clean-box .wrap-set .btn-set {
    float: left;
    margin: 0 10px 10px 0;
}

.container.rev .box {
    background: none;
    border: none;
}

    .container.rev .box h3 {
        margin: 0 0 5px;
    }

        .container.rev .box h3 a {
            color: #ffffff;
        }

            .container.rev .box h3 a:hover {
                color: #d9d9d9;
            }

    .container.rev .box img {
        margin: 0 auto 20px;
    }

.container.sponsors-row {
    background: url('/_layouts/ATARedesign/img/bg_sponsors.png') repeat;
    padding: 10px;
}

    .container.sponsors-row img {
        display: block;
        margin: 0 auto;
    }

.container.endorsments-row {
    background-color: rgb(184,184,186);
    padding: 10px;
}

.home-header-spacing {
    padding-bottom: 25px;
}

.home-header-spacing-small {
    padding: 10px 10px 20px;
    color: #BE2F37;
}

.endorsment-link {
    margin: 8px 15px;
}
/****** CONTENT ******/
.social-int {
    padding: 15px 0 10px 0;
}

    .social-int .social-btn {
        float: right;
        display: block;
        margin: 0 0 0 10px;
    }

    .social-int .social-btn-twitter {
        float: right;
        display: block;
        margin: 0 0px 0 0;
    }

    .social-int .social-btn-twitter-wwd {
        float: right;
        display: block;
        margin: 0 0px 0 0;
        position: relative;
        right: 25px;
    }

.tweet-btn {
    overflow: visible;
}

.youtube-ch {
    padding: 0 0 0 88px;
    display: block;
}

.youtube-chan {
    padding: 0 0 0 88px;
    display: block;
}

.youtube-vid {
    text-align: center;
}

.intro h1 {
    margin: 0 0 10px;
}

.intro-social h1 {
    margin: 0 0 10px;
    float: left;
}

.intro p {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0 0 20px;
}

.intro.alt p {
    font-size: 1.4em;
    line-height: 1.6em;
}

.header-label {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
}

#main > hgroup {
    margin: 0 0 20px;
}

    #main > hgroup h1 {
        margin: 0 0 40px;
    }

#main .box > header {
    position: relative;
    background: #004d93 url('/_layouts/ATARedesign/img/bg_main_headers.png') repeat;
}

    #main .box > header h2 {
        color: #ffffff;
        text-transform: uppercase;
    }

    #main .box > header span {
        display: block;
        width: 25px;
        height: 42px;
        background: url('/_layouts/ATARedesign/img/ribbon_main_headers.png') no-repeat;
        position: absolute;
        right: -24px;
        top: 0;
    }

#sidebar .box {
    background: url('/_layouts/ATARedesign/img/bg_texture.png') repeat;
}

    #sidebar .box > header {
        border: none;
        margin: 0;
        padding: 20px 35px;
    }

    #sidebar .box h2 {
        color: #004d93;
        text-transform: uppercase;
    }

    #sidebar .box .inner > img {
        margin: 0 0 20px;
    }

    #sidebar .box.join-ata a {
        text-decoration: none;
    }

        #sidebar .box.join-ata a:hover h2 {
            color: #f5f5f5;
        }

    #sidebar .box.join-ata figure {
        margin: 0;
        line-height: 0;
    }

        #sidebar .box.join-ata figure img {
            height: 100%;
        }

    #sidebar .box.join-ata footer {
        background: #004d93;
        padding: 15px 35px;
    }

    #sidebar .box.join-ata h2 {
        color: #ffffff;
    }

.box {
    background: #f5f5f5;
    color: #999999;
    border: 1px solid #dedede;
    margin: 0 0 20px;
}

.box2 {
    background: #f5f5f5;
    color: #999999;
    border: 1px solid #dedede;
    margin: 0 0 20px 25px;
    padding-left: 100px;
}

.box > header {
    margin: 0 0 30px;
    padding: 10px 35px;
    border-bottom: 1px solid #dedede;
}

.box .date-time {
    display: block;
    margin: 0 0 20px;
    font-size: 1.4em;
    line-height: 2em;
    color: #363636;
}

    .box .date-time strong {
        display: block;
        color: #a01924;
    }

.box .box-intro {
    margin: 0 0 20px;
}

.box h3 {
    position: relative;
    margin: 0 0 20px;
}

    .box h3 a {
        font-weight: bold;
        color: #363636;
        text-decoration: none;
    }

        .box h3 a:hover {
            color: #666666;
        }

    .box h3 .pointer {
        position: absolute;
        display: block;
        width: 29px;
        height: 35px;
        top: -7px;
        left: -47px;
        background: url('/_layouts/ATARedesign/img/arrow_article_headers.png') 50% 50% no-repeat;
    }

.box h4 a {
    font-weight: bold;
    color: #363636;
    text-decoration: none;
}

    .box h4 a:hover {
        color: #666666;
    }

.box p, .issue-details div {
    margin: 0 0 10px;
}

    .box p:last-child {
        margin: 0;
    }

.box > .inner {
    padding: 0 35px 40px;
}

.box .inner header {
    padding: 40px 0 0 0;
}

.box .inner .resources {
    font-size: 1.4em;
}

    .box .inner .resources ul {
        font-size: 1em;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.box figure {
    margin: 0 0 40px;
}

.box footer.inner {
    border-top: 1px solid #dedede;
    padding-top: 30px;
}

    .box footer.inner ul {
        font-size: 100%;
        list-style: none;
        padding: 0 0 10px;
    }

        .box footer.inner ul li {
            font-size: 1.4em;
            margin: 0 0 20px;
        }

            .box footer.inner ul li .btn-secondary {
                font-size: .85em;
                margin: 0 auto;
                margin-bottom: 30px;
                margin-top: 10px;
            }

            .box footer.inner ul li a {
                text-decoration: none;
                color: #898989;
            }

                .box footer.inner ul li a:hover {
                    color: #636363;
                }

    .box footer.inner .btn-main,
    .box footer.inner .btn-secondary,
    .box footer.inner .btn-gray {
        margin: 0;
    }

.box.mod header img {
    float: right;
    margin: 0 10px 10px 10px;
}

.box.mod footer h5 {
    color: #999999;
    margin: 0 0 20px;
}

.box.mod footer p {
    margin: 0 0 30px;
}

.box.mod footer ul {
    font-size: 100%;
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}

.box.mod footer .copyright {
    padding: 30px 0 0 0;
    font-size: 1.2em;
    border-top: 1px solid #dedede;
    margin: 30px 0 0 0;
}

.box.has-search form {
    position: absolute;
    top: 8px;
    right: 35px;
}

    .box.has-search form input[type="text"] {
        width: 150px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        border: 1px solid #ffffff;
    }

    .box.has-search form button,
    .box.has-search form input[type="submit"] {
        margin: 0 0 0 -3px;
        background: #ffffff url('/_layouts/ATARedesign/img/icon_search.jpg') 50% 50% no-repeat;
        color: #ffffff;
        border: 1px solid #ffffff;
        width: 25px;
        height: 28px;
        vertical-align: top;
    }

.box.has-search ul {
    font-size: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .box.has-search ul li {
        margin: 0 0 5px;
    }

        .box.has-search ul li:last-child {
            margin: 0;
        }

        .box.has-search ul li a {
            font-size: 1.2em;
            text-decoration: none;
            line-height: 1.4em;
            color: #999999;
        }

            .box.has-search ul li a:hover {
                color: #666666;
            }

.img-left {
    float: left;
    margin: 0 20px 20px 0;
}
/*box sections*/
.box-sec-b > div {
    margin: 0 0 30px;
}

    .box-sec-b > div:last-child {
        margin: 0;
    }

.box-sec-a h2 {
    color: #004d93;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.box-sec-a > div {
    padding: 0 0 20px;
    margin: 100px 0 20px;
    border-bottom: 1px solid #dedede;
}

    .box-sec-a > div:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    .box-sec-a > div a {
        font-size: 1.4em;
        text-decoration: none;
    }

figure.box figcaption.inner {
    padding: 20px 40px;
}

.menu-list {
    padding: 0;
    margin-bottom: 0;
    margin-top: -30px;
    list-style: none;
    font-size: 100%;
}

    .menu-list li {
        border: 1px solid #dedede;
        border-bottom: none;
        border-left: none;
        margin: 0;
        font-size: 1.2em;
    }

        .menu-list li a {
            padding: 9px 10px 9px 20px;
            position: relative;
            color: #363636;
            display: block;
            text-decoration: none;
        }

            .menu-list li a:hover {
                color: #a01924;
            }

        .menu-list li span {
            display: none;
        }

        .menu-list li.list-title {
            padding: 9px 10px 9px 20px;
            /* background: #003260;*/
            background: #004d93;
            color: #ffffff;
            font-weight: bold;
        }

        .menu-list li.active {
            position: relative;
        }

            .menu-list li.active a {
                color: #a01924;
                font-weight: bold;
            }

            .menu-list li.active span {
                position: absolute;
                left: -12px;
                bottom: 0;
                display: block;
                width: 28px;
                height: 35px;
                background: url('/_layouts/ATARedesign/img/arrow_menu_list_active.png') 50% 50% no-repeat;
            }

#sidebar .menu-list {
    margin-top: 0;
}

    #sidebar .menu-list li {
        border-right: none;
    }

#browse-search {
    margin-bottom: 50px;
}

    #browse-search #search .inner,
    #browse-search #browse .inner {
        padding: 25px;
        height: 155px;
    }

    #browse-search #search h2,
    #browse-search #browse h2 {
        text-transform: uppercase;
        font-size: 1.9em;
        color: #ffffff;
        margin: 0 0 20px;
    }

        #browse-search #search h2 a.view-all,
        #browse-search #browse h2 a.view-all {
            font-size: .5em;
            background: none;
            color: #ffffff;
            margin: 0 0 0 10px;
        }

            #browse-search #search h2 a.view-all:hover,
            #browse-search #browse h2 a.view-all:hover {
                color: #cccccc;
            }

    #browse-search #browse {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        margin-right: 0;
        background: #002546;
    }

        #browse-search #browse ul {
            font-size: 100%;
            padding: 0;
            list-style: none;
            margin-bottom: 0;
        }

            #browse-search #browse ul li {
                font-size: 1.2em;
            }

                #browse-search #browse ul li a {
                    text-decoration: none;
                    color: #ffffff;
                }

                    #browse-search #browse ul li a:hover {
                        color: #cccccc;
                    }

                #browse-search #browse ul li.active a {
                    color: gold;
                }

    #browse-search #search {
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        background: #004d93;
    }

        #browse-search #search form {
            width: 311px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin: 0 0 20px;
            -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
        }

        #browse-search #search input[type="text"] {
            width: 250px;
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
            border: 1px solid #ffffff;
            margin: 0;
        }

        #browse-search #search button {
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
            margin: 0 0 0 -3px;
            background: #ffffff url('/_layouts/ATARedesign/img/icon_search_body.png') 50% 50% no-repeat;
            color: #ffffff;
            border: 1px solid #ffffff;
            width: 50px;
            height: 28px;
            vertical-align: top;
        }

        #browse-search #search a.more-options {
            margin: 0 5px 0 0;
            font-size: 1.1em;
            text-decoration: none;
            display: block;
            color: #ffffff;
        }

            #browse-search #search a.more-options:hover {
                color: #d9d9d9;
            }
/****** FOOTER ******/
#page-footer {
    background: #00172e url('/_layouts/ATARedesign/img/bg_footer.jpg') 50% 0% no-repeat;
}

    #page-footer > .row-fluid {
        padding: 40px 10px;
        width: auto;
    }

    #page-footer #end {
        background: url('/_layouts/ATARedesign/img/bg_footer_end.png') repeat;
        padding: 15px;
    }

        #page-footer #end a {
            color: #7da7d9;
            text-decoration: none;
            margin: 0 0 0 20px;
            text-transform: uppercase;
        }

            #page-footer #end a:hover {
                color: #3672ba;
            }

.footer-list {
    list-style: none;
    font-size: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

    .footer-list li {
        font-size: 1.2em;
        margin: 0 0 7px;
    }

        .footer-list li a {
            color: #7da7d9;
            text-decoration: none;
        }

            .footer-list li a:hover {
                color: #3672ba;
            }

        .footer-list li.list-title {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0 0 15px;
        }

    .footer-list.alt {
        margin: 0 0 20px;
    }

        .footer-list.alt li {
            float: left;
            margin: 0 5px 0 0;
        }

            .footer-list.alt li.list-title {
                float: none;
                margin: 0 0 15px;
            }

.copy {
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #ffffff;
}

#footer-tweet {
    position: relative;
    background: #a01924;
    padding: 5px 12px 3px;
    margin: 40px 0 30px;
}

    #footer-tweet p {
        color: #ffffff;
    }

    #footer-tweet #twitter {
        color: #ffffff;
        font-size: 1.2em;
        line-height: 1.4em;
    }

    #footer-tweet .tweet-date {
        color: #ffffff;
        text-transform: uppercase;
    }

    #footer-tweet .links {
        list-style: none;
        padding: 10px 0;
        font-size: 100%;
        margin: 0;
    }

        #footer-tweet .links li {
            font-size: 1.1em;
            float: left;
            margin: 0 10px 0 0;
        }

            #footer-tweet .links li a {
                text-decoration: none;
                color: #ffffff;
            }

                #footer-tweet .links li a:hover {
                    color: #f5f5f5;
                }

    #footer-tweet .arrow-bottom {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 100%;
        left: 0;
        background: url('/_layouts/ATARedesign/img/arrow_footer_twitter.png') 50% 50% no-repeat;
    }

.tweet {
    float: left;
    position: relative;
    font-size: 100%;
    margin: 0 0 40px 0;
}

    .tweet ul {
        padding: 0;
    }

        .tweet ul li {
            list-style: none;
            font-size: 0.9em;
            margin: 15px 0 10px 0;
        }

.top-pad {
    padding-top: 10px;
}

.top-pad2 {
    padding-top: 35px;
}

.marg-top {
    padding-top: 15px;
}

.bot-pad h5 {
    padding-bottom: 20px;
}

.bot-pad {
    padding-bottom: 20px;
}

.hist-pad p {
    padding-top: 5px;
}

.cent-align {
    text-align: center;
    display: block;
}

.date-stamp {
    font-size: 1.2em;
}

article.inner {
    padding-bottom: 30px;
}

.h2-blue {
    color: #004d93;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.gray {
    border-top: 1px solid #dedede;
    border-bottom: none;
    height: 15px;
}

.min-height-join {
    min-height: 260px;
}
/******STRUCTURE******/
.container {
    padding: 20px 10px;
}

    .container > .inner {
        margin: 0 auto 20px;
        width: 940px;
    }

.container-alt {
    padding: 10px;
    background: #f5f5f5 url('/_layouts/ATARedesign/img/bg_texture.png') repeat;
}

.container.rev {
    padding: 50px 10px;
    background: #a01924;
}

    .container.rev * {
        color: #ffffff;
    }
/*width constraint*/
#subnav ul, subnav2 ul,
.container > .row-fluid,
.container-alt > .row-fluid,
#page-footer > .row-fluid {
    width: 940px;
    margin: 0 auto;
}
/*split five offgrid*/
.split5 {
    width: 100%;
    margin: auto;
    padding-top: 10px;
}
    /*.split5 .item {
  width: 17%;
  margin: 0 1.5%;
  float: left;
}*/
    .split5 .item {
        width: 15%;
        margin: 0 2.5%;
        float: left;
    }

        .split5 .item.last {
            width: auto;
            float: none;
            overflow: hidden;
            margin: 0;
        }

.mobile-youtube-channel {
    margin-top: 20px;
    display: none;
}

.councilmem {
    background: #fff;
    height: 100%;
    padding: 10px;
    border: #dedede solid 1px;
    text-align: center;
}

    .councilmem img {
        padding: 15px;
    }

.desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 0.8 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
}

/****** IE MODAL STYLES ******/
.modal-overlay {
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 250;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}

    .modal header {
        position: relative;
    }

        .modal header .modal-close {
            display: block;
            position: absolute;
            top: 10px;
            right: 10px;
            background: #a01924;
            color: #ffffff;
            padding: 5px 7px;
            line-height: 1em;
            text-transform: uppercase;
            font-weight: bold;
        }

    .modal .body a {
        margin: 0 10px 0 0px;
    }
/****** END IE MODALS STYLES ******/

.mobile,
.search-icon-mobile,
.menu-icon-mobile,
.mobile-menu,
.mobile-menu-top,
.mobile-search {
    display: none;
}
/*margin right instead of margin left to do overflow hidden*/
.row-fluid > [class*="span"] {
    float: left;
    margin-right: 4.48%;
}

    .row-fluid > [class*="span"].l {
        margin-right: 0;
        width: auto;
        float: none;
        overflow: hidden;
    }
    /*Use this to set exact percentages and have the last box be ok*/
    .row-fluid > [class*="span"]:last-child {
        margin-right: 0;
        width: auto;
        float: none;
        overflow: hidden;
    }

.row-fluid .span1 {
    width: 4.26%;
}

.row-fluid .span2 {
    width: 12.93%;
}

.row-fluid .span3 {
    width: 21.63%;
}

.row-fluid .span4 {
    width: 30.33%;
}

.row-fluid .span5 {
    width: 37.17%;
}

.row-fluid .span6 {
    width: 47.74%;
}

.row-fluid .span7 {
    width: 53.83%;
}

.row-fluid .span8 {
    width: 62.16%;
}

.row-fluid .span9 {
    width: 70.49%;
}

.row-fluid .span10 {
    width: 78.82%;
}

.row-fluid .span11 {
    width: 87.15%;
}

.row-fluid .span12 {
    width: 95.48%;
}

.row-fluid .span13 {
    width: 10%;
}

.letterBtn {
    background-color: #fbfbfb;
    color: #848484;
    border: 1px solid #e5e5e5;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.pagerBtn {
    background-color: #fbfbfb;
    color: #848484;
    border: 1px solid #e5e5e5;
    width: 35px;
    height: 25px;
    line-height: 19px;
    margin-right: 3px;
}

.searchForm {
    background-color: #f0f0f0;
    padding: 0 8px 15px 8px;
}

    .searchForm input[type="text"] {
        margin-left: 5px;
        min-width: 200px;
    }

.placeholder {
    color: #aaa !important;
}

@media (max-width: 1350px) {
    #hero {
        /*top: 190px;*/
        top: 180px;
    }

        #hero .hero-overlay h1 {
            top: 56%;
        }

        #hero .hero-overlay p {
            width: 60%;
        }

        #hero .star-overlay {
            margin-top: 2px;
        }

    #site-header {
        border-bottom: 2px solid #00172E;
    }
}

@media (max-width: 1250px) {
    #hero .hero-overlay h1 {
        top: 56%;
    }

    #hero .hero-overlay p {
        width: 60%;
    }
}

@media (max-width: 1100px) {
    #hero .hero-overlay h1 {
        top: 54.5%;
        font-size: 3.5em;
    }

    #hero .hero-overlay p {
        width: 60%;
        top: 69%;
        font-size: 1.4em;
    }
}

@media (max-width: 1000px) {
    #subnav ul, subnav2 ul,
    .container > .row-fluid,
    .container-alt > .row-fluid,
    #page-footer > .row-fluid {
        width: 94%;
    }

    .container > .inner {
        width: 94%;
    }

    #browse-search #search form {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #browse-search #search input[type="text"] {
        width: 80%;
    }

    #browse-search #search button {
        width: 10%
    }
}

/******RESPONSIVE******/
@media (max-width: 950px) {
    .box.history .top-header ul li p {
        padding: 15px 20px 30px 30px;
        font-size: .9em;
    }

    .box.history .top-header ul li h2 {
        width: 60%;
        padding: 17px 0 0px 17px;
        font-size: .9em;
    }
    /*GENERAL WIDTHS*/
    body {
        width: 100%;
        min-width: 0 !important;
    }

    #subnav ul, subnav2 ul,
    .container > .row-fluid,
    .container-alt > .row-fluid,
    #page-footer > .row-fluid {
        width: 94%;
        padding: 20px 3%;
    }

    .container > .inner {
        width: 94%;
    }

    #site-header {
        position: absolute;
    }

    #hero {
        position: absolute;
        /*top: 188px;*/
        top: 178px;
    }

        #hero .inner {
            width: 100%;
            min-width: 0;
        }

    #sponsors-slider .inner, #endorsments-slider .inner {
        width: 100%;
        overflow: hidden;
    }

    #main-nav ul li a {
        padding: 15px 10px;
    }

    #subnav {
        height: 45px;
        position: relative;
        /*top: -1px;*/
        top: -11px;
    }

        #subnav ul {
            padding: 0px 3%;
        }

            #subnav ul li a {
                padding: 0 10px;
            }

    #subnav2 {
        height: 45px;
        position: relative;
        /*top: -1px;*/
        top: -11px;
    }

        #subnav2 ul {
            padding: 0px 3%;
        }

            #subnav2 ul li a {
                padding: 0 10px;
            }
    /*HOMEPAGE*/
    #homepage-buckets .box {
        height: auto !important;
    }

        #homepage-buckets .box a.view-all {
            position: static;
        }

    #sidebar .btn-secondary {
        width: 85%;
    }

    .inner.intro {
        width: 94%;
        padding: 0px 3%;
        padding-bottom: 20px;
    }

    .inner.intro-social {
        width: 94%;
        padding: 0px 3%;
        padding-bottom: 20px;
    }

    .intro-social h1 {
        width: 100%;
    }

    .social-int {
        padding: 10px 0;
    }

        .social-int .social-btn {
            float: none;
            display: inline-block;
            margin-left: 0px;
        }

        .social-int .social-btn-twitter {
            float: none;
            display: inline-block;
            margin-left: 0px;
        }

        .social-int .social-btn-twitter-wwd {
            float: none;
            display: inline-block;
            margin: 0 0px 0 0;
            position: relative;
            right: 0;
        }

    #site-header .header-logo {
        width: auto;
    }

    .f-right {
        float: none;
        margin: 0 0 15px 0;
    }

    .f-right {
        float: none;
        margin: 0 0 15px 0;
    }

    .youtube-chan {
        padding: 0px;
    }
}

@media (max-width: 930px) {
    /*GENERAL WIDTHS*/
    .box.history .top-header ul li p {
        padding: 15px 20px 30px 0px;
        font-size: .9em;
    }
}

@media (max-width: 850px) {
    .box.history .top-header ul li a {
        color: #0b63b1;
    }

    .box.history .top-header ul .quick-jump {
        width: 50px;
    }

    .box.history .top-header ul li h2 {
        width: 80%;
    }

    .box.history .top-header ul li p {
        padding: 15px 50px 0px 0;
        font-size: .9em;
    }

    #subnav.quicklinks ul li.list-title {
        font-size: 1.4em;
        padding: 15px 0;
    }

    #subnav2.quicklinks ul li.list-title {
        font-size: 1.4em;
        padding: 15px 0;
    }

    #main-nav ul li a {
        font-size: 1.3em;
    }

    #site-header .inner {
        padding-left: 3%;
        padding-right: 3%;
        width: auto;
    }

    #hero .hero-overlay p {
        font-size: 1.3em;
    }

    #subnav.quicklinks ul li {
        font-size: 1.3em;
    }

    #subnav.quicklinks ul li {
        font-size: 1.3em;
    }

    #subnav2.quicklinks ul li {
        font-size: 1.3em;
    }

    #subnav2.quicklinks ul li {
        font-size: 1.3em;
    }

    #main-nav ul li {
        margin-right: 0px;
    }

    .non-mobile-menu-top ul {
        padding-left: 0px;
    }

    #top-nav ul li {
        margin-right: 15px;
    }

    #subnav ul li {
        font-size: 1.4em;
        padding-top: 17px;
    }

    #subnav2 ul li {
        font-size: 1.4em;
        padding-top: 17px;
    }

    .f-left {
        float: none;
        display: block;
        margin: 0 0 15px 0;
    }

    .btn-secondary {
        width: 85%;
    }
}

@media (max-width: 800px) {
    .box.history .top-header ul li h2 {
        width: 80%;
    }

    #subnav.quicklinks ul li.list-title {
        font-size: 1.3em;
    }

    #subnav ul {
        width: auto;
    }

        #subnav ul li {
            font-size: 1.3em;
            padding-top: 17px;
        }

    #subnav2.quicklinks ul li.list-title {
        font-size: 1.3em;
    }

    #subnav2 ul {
        width: auto;
    }

        #subnav2 ul li {
            font-size: 1.3em;
            padding-top: 17px;
        }

    .box.has-search form input[type="text"] {
        width: 100px;
    }
}

@media (max-width: 750px) {
    #main-nav ul li a {
        padding: 15px 7px;
    }

    #navigations {
        float: none;
    }

    #main-nav {
        margin-top: -60px;
    }

    #subnav ul li a {
        padding: 0 7px;
    }

    #subnav2 ul li a {
        padding: 0 7px;
    }

    #top-nav ul li {
        margin-right: 10px;
    }

        #top-nav ul li a {
            font-size: .9em;
        }
}

@media (max-width: 700px) {
    .box.history .top-header {
        height: auto;
    }

        .box.history .top-header ul li ul {
            right: -10px;
        }

        .box.history .top-header ul li h2 {
            margin-bottom: 17px;
        }

    /*GENERAL WIDTHS*/
    .row-fluid > [class*="span"] {
        margin: 0;
        width: auto;
        float: none;
    }

        .row-fluid > [class*="span"].l {
            overflow: auto;
        }

        .row-fluid > [class*="span"]:last-child {
            overflow: auto;
        }
    /*GENERIC*/
    #main .box > header span {
        display: none;
    }
    /*PAGE FOOTER*/
    #page-footer {
        background: #00172E;
        padding: 0 10px;
    }

        #page-footer .footer-list {
            margin: 0 0 20px;
        }

            #page-footer .footer-list li {
                font-size: 1.5em;
                margin: 0 0 10px;
                cursor: pointer;
            }

            #page-footer .footer-list .footer-list .alt li a {
                padding-right: 20px;
            }

        #page-footer #end {
            zoom: 1;
        }

            #page-footer #end:before {
                display: table;
                content: "";
            }

            #page-footer #end:after {
                display: table;
                content: "";
                clear: both;
            }

            #page-footer #end .copy {
                font-size: 1.5em;
            }

                #page-footer #end .copy a {
                    margin: 0 auto;
                    padding: 3px 10px;
                    font-size: .7em;
                    display: inline-block;
                    text-align: center;
                }

    .mobile {
        display: block;
        float: right;
    }

    .non-mobile-menu-top,
    .non-mobile-menu {
        display: none;
    }

    #brand {
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 75px;
        height: 60px;
    }

        #brand img {
            max-width: 75px;
        }

    #site-header {
        border-bottom: none;
    }

    #hero {
        /*top: 92px;*/
        top: 82px;
    }

        #hero .hero-overlay h1 {
            top: 50%;
            font-size: 3em;
        }

        #hero .hero-overlay p {
            display: none;
        }

    .search-icon-mobile {
        display: inline;
        float: right;
        position: relative;
        right: 20px;
        top: 13px;
        background: url('/_layouts/ATARedesign/img/mobile_search.png');
        height: 31px;
        width: 31px;
    }

        .search-icon-mobile:hover,
        .search-icon-mobile.active {
            background: url('/_layouts/ATARedesign/img/mobile_search_hover.png');
        }

    .menu-icon-mobile {
        display: inline;
        float: left;
        position: relative;
        left: 20px;
        top: 13px;
        background: url('/_layouts/ATARedesign/img/mobile_menu.png');
        height: 31px;
        width: 31px;
    }

        .menu-icon-mobile:hover,
        .menu-icon-mobile.active {
            background: url('/_layouts/ATARedesign/img/mobile_menu_hover.png');
        }

    #main-nav {
        background: #e7e7e7;
        padding: 10px 0 0 0;
        position: relative;
        z-index: 1;
        margin-top: 0px;
    }

        #main-nav ul {
            margin: 0 0 10px;
            padding: 0 0 0 10px;
            float: left;
            font-size: 1.5em;
        }

            #main-nav ul li {
                text-transform: uppercase;
                list-style-type: none;
                width: 100%;
            }

                #main-nav ul li a {
                    color: #001931;
                    font-weight: 700;
                    line-height: 2em;
                    padding: 0 20px;
                    background: none;
                }

                    #main-nav ul li a:hover {
                        text-decoration: none;
                        color: #931721;
                    }

                #main-nav ul li.active a {
                    background: #e7e7e7;
                    text-decoration: none;
                    color: #931721;
                }

    #top-nav {
        background: #004c93;
        padding: 7px 0;
        text-align: center;
        margin: 0px;
        float: none;
        height: 30px;
    }

        #top-nav ul {
            margin: 0px;
            padding: 0px;
            font-size: 1em;
            float: none;
        }

            #top-nav ul li {
                text-transform: uppercase;
                list-style-type: none;
                display: inline;
                padding-right: 15px;
                float: none;
                display: inline-block;
            }

                #top-nav ul li a {
                    color: #7da7d9;
                    font-size: 1em;
                    font-weight: 300;
                    font-family: "Helvetica Neue", Helvetica, sans-serif;
                }

        #top-nav .last {
            padding-right: 0px;
        }

        #top-nav #search-block {
            left: 0;
            width: 100%;
            background-color: #fff;
            padding: 0 0 0 20px;
            height: 75px;
        }

            #top-nav #search-block input[type="text"] {
                float: left;
                width: 80%;
                padding: 20px 0;
                color: #004c93;
                font-size: 2em;
                margin: 7px 0 0 0;
                border: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
            }

            #top-nav #search-block input:focus,
            #top-nav #search-block textarea:focus {
                outline: 0;
            }

            #top-nav #search-block button {
                width: 10%;
                height: 100%;
                margin: 0 30px 0 0;
            }

    .mobile-search {
        height: 75px;
    }

    #subnav {
        padding-bottom: 5px;
        height: 100%;
        padding: 10px 20px;
        /*margin-top: 90px;*/
        position: relative;
        /*top: -1px;*/
        top: -11px;
    }

        #subnav ul {
            padding: 0px;
            margin: 0 0 10px 0;
        }

            #subnav ul li {
                padding: 8px 0;
                display: block;
                width: 100%;
                margin: 0;
            }

                #subnav ul li a {
                    padding: 0px;
                    border-right: none;
                }

                #subnav ul li.active {
                    background: url('/_layouts/ATARedesign/img/mobile_arrow.png') no-repeat left center;
                    text-decoration: none;
                    color: #fff;
                    font-weight: 700;
                }

                    #subnav ul li.active a {
                        padding: 2px 0 0 20px;
                    }

        #subnav.quicklinks ul li.list-title {
            font-size: 1.4em;
            padding: 5px 0;
        }
    /*JENNA*/
    #subnav2 {
        padding-bottom: 5px;
        height: 100%;
        padding: 10px 20px;
        /*margin-top: 90px;*/
        position: relative;
        /*top: -1px;*/
        top: -11px;
    }

        #subnav2 ul {
            padding: 0px;
            margin: 0 0 10px 0;
        }

            #subnav2 ul li {
                padding: 8px 0;
                display: block;
                width: 100%;
                margin: 0;
            }

                #subnav2 ul li a {
                    padding: 0px;
                    border-right: none;
                }

                #subnav2 ul li.active {
                    background: url('/_layouts/ATARedesign/img/mobile_arrow.png') no-repeat left center;
                    text-decoration: none;
                    color: #fff;
                    font-weight: 700;
                }

                    #subnav2 ul li.active a {
                        padding: 2px 0 0 20px;
                    }

        #subnav2.quicklinks ul li.list-title {
            font-size: 1.4em;
            padding: 5px 0;
        }
    /*JENNA*/
    #homepage-buckets > .header-label,
    .clean-box > .header-label {
        margin: 0px;
    }

    .container > .inner {
        margin: 0px;
        width: 94%;
    }
    /* .container > .inner h2 {
    margin: 0px 3%;
    width: 94%;
  }
  .container > .inner h3 {
    margin: 0px 3%;
    width: 94%;
  }
  .container > .inner p {
    margin: 0px 3%;
    width: 94%;
  } */
    .container > .row-fluid {
        padding: 20px 3%;
        width: 94%;
    }

    .container.rev {
        padding: 25px 10px;
    }

    #main-nav ul li a {
        font-size: 1.3em;
    }

    .header-logo {
        display: none;
    }

    #sidebar .btn-secondary {
        width: 220px;
    }

    #browse-search #browse {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    #browse-search #search {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        height: auto;
    }

    #browse-search {
        margin-bottom: 20px;
    }

        #browse-search #browse .inner {
            height: auto;
        }

        #browse-search #search .inner {
            height: auto;
        }

    .box.has-search form {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
    }

        .box.has-search form input[type="text"] {
            width: 80%;
        }

        .box.has-search form button, .box.has-search form input[type="submit"] {
            width: 10%;
        }

    .box-sec-a h2 {
        margin: 20px 0 20px;
    }

    .mobile-pad {
        padding-bottom: 20px;
    }

    .mobile-pad-top {
        padding-top: 30px;
    }

    .box .inner header {
        padding-top: 20px;
    }

    .box > .inner {
        padding: 0 35px 20px;
    }

    .link-list.has-cal li p {
        border-bottom: none;
    }

    .link-list.has-cal li {
        border-bottom: 1px solid #dedede;
    }

    .mobile-cap {
        font-size: 1.2em;
        margin-bottom: 5px;
        text-align: left;
        height: 40px;
        padding-top: 20px;
        padding-left: 60px;
    }

    .mobile-img {
        display: inline-block;
        float: left;
        max-height: 50px;
    }

    .mobile-join-img {
        max-height: 50px;
        width: auto;
        padding: 10px 20px 10px 0;
    }

    .split5 .item {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

        .split5 .item img {
            width: auto;
            max-height: 113px;
        }

    .mobile-cent {
        text-align: center;
    }

    .max100 {
        max-width: 100px;
    }

    .mobile-2-c {
        display: block;
        overflow: hidden;
    }

    .mobile-council-img {
        max-height: 75px;
        width: auto;
        padding-top: 30px;
    }

    .mobile-youtube-channel {
        display: block;
    }

    .youtube-chan {
        display: none
    }

    .inner.intro {
        padding-bottom: 20px;
    }

    .inner.intro-social {
        padding-bottom: 20px;
    }

    .mobile-marg {
        margin: 0 3%;
    }
}

@media (max-width: 600px) {
    #hero .hero-overlay h1 {
        font-size: 2.8em;
    }
}

@media (max-width: 550px) {
    .box.history .top-header ul li h2 {
        width: 65%;
    }

    #hero .hero-overlay h1 {
        font-size: 2.5em;
    }
}

@media (max-width: 475px) {
    #hero .hero-overlay h1 {
        font-size: 2.3em;
    }
}

@media (max-width: 400px) {
    #page-footer #end .copy {
        font-size: 1.2em;
    }

        #page-footer #end .copy a {
            font-size: .9em;
        }

    #hero .hero-overlay h1 {
        font-size: 2em;
    }

    #top-nav ul li {
        padding-right: 0px;
    }

    .btn-secondary {
        width: 85%;
    }

    #sidebar .btn-secondary {
        width: 85%;
    }
}
/******END RESPONSIVE******/

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* For landscape layouts only */
}


/*Slider styles*/
.flexslider {
    border-width: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 15px 0 25px;
}

    .flexslider ul li {
        margin: 0;
    }

.slider-bg {
    cursor: pointer;
}

.slider-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin-top: -38%;
    padding-top: 19%;
}

.slider-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 0 13.2%;
}

.slider-star-back {
    margin: -2% 0 0 7.5%;
}

.slider-blurb {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 8.2% 0 13.7%;
    text-transform: uppercase;
}

    .slider-title a, .slider-blurb a {
        color: #fff;
        text-decoration: none;
    }

.slider-controlnav-wrapper {
    background-color: white;
    margin: -200px 0 0 -35px;
    padding: 2px;
    width: 31px;
    overflow: hidden;
    position: absolute;
}

.slider-controlnav {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    list-style: none;
    margin: 0;
    padding: 5px 5px;
    width: 30px;
}

    .slider-controlnav li {
        margin: 12px 6px;
    }

        .slider-controlnav li a {
            background-color: #fff;
            border-radius: 18px;
            border: 2px solid #cfcfcf;
            cursor: pointer;
            display: block;
            height: 10px;
            text-indent: -9999px;
            width: 10px;
        }

            .slider-controlnav li a:hover {
                border-color: #cfcfcf;
                background: #cfcfcf;
            }

            .slider-controlnav li a.flex-active {
                border-color: #A01924;
                background: #A01924;
                cursor: default;
            }

.header-spacer {
    margin-top: 147px;
}

@media (max-width: 700px) {
    .header-spacer {
        margin-top: 90px;
    }
}

@media (max-width: 768px) {
    .slider-title {
        font-size: 32px;
    }

    .slider-blurb {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .slider-title {
        font-size: 20px;
    }

    .slider-blurb {
    }

    .slider-controlnav-wrapper {
        display: none;
    }
}

@media (max-width: 550px) {
    .slider-blurb {
        display: none;
    }

    #wrapper {
        width: 960px;
        margin: auto;
    }

    html.ms-dialog #wrapper {
        width: 100%;
    }
}
