html {
    background-color:#434345;
    overflow-x:auto;
    }

body {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    background:#ffffff;
    height:100%;
    overflow-x:auto;
    margin:0 auto;
    padding:0;
    font-size:.95em;
    color:#333333;
    }
.bgmaincolor {
    background-color:#c0c0c0;
}

.bgaltcolor {
    background-color:#ef3b39;
    color: #ffffff;
}
.center {
    text-align:center;
    }

.vcenter {
    vertical-align:middle;
    }

.buttongroup a:first-child {padding-right:10px;}
        
@media only screen and (max-width : 541px) {
    p.buttoncap, p.buttongroup {margin:0;line-height:70px;}
    .buttongroup a:first-child {padding-right:0;}
    }
    
.nonavbar {
    height:38px;
    font-family:'Roboto', sans-serif;
    font-weight:400;
    text-align:center;
    background-color:#0088aa;
    padding-top:20px;
    }

    .nonavbar a, .nonavbar a:visited {
        color:#ffffff;
        }

    .nonavbar a:hover, .nonavbar a:active {
        color:#ececec;
        }

.container {
    background-color:#ffffff;
    padding-left: 2%;
    padding-right: 2%;
    }

    .header {
        padding-top:20px;
        padding-bottom:15px;
        }

    .content {
        margin:40px 0;
        font-size:1.05em;
        line-height:1.6em;
        }

    .social {
        margin-top:15px;
        margin-bottom:15px;
        text-align:right;
        vertical-align:top;
        }

        .social span {
            font-family: 'Roboto Condensed', sans-serif;
            font-size:200%;
            font-weight:300;
            color:#333333;
            }

        .social a {
            text-align:center;
            padding-left:15px;
            }

        .fa-facebook, .fa-twitter {
            color:#ffffff;
            background-color:#ef3e2d;
            padding:5px 3px 2px 3px;
            width:30px;
            }

        .fa-facebook:hover, .fa-twitter:hover {
            color:#ffffff;
            background-color:#f34f3a;
            width:30px;
            -webkit-transition:all 0.3s ease-in-out;
            -moz-transition:all 0.3s ease-in-out;
            -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out
            }

        .highlights {
            /*float:right;*/
            height:325px;
            padding-top:90px;
            }

    img { max-width:100%;}

    .breadcrumbs, .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited {
        font-family: 'Roboto', sans-serif;
        font-weight:400;
        font-size:.9em;
        color:#434345;
        }

    /* headings */

    h1 	{
        font-family: 'angelinaregular', 'Roboto', sans-serif;
        font-weight:600;
        font-size:300%;
        text-align:left;
        color:#0088aa;
        padding-top:.5em;
        }

    /*h1.welcome {
        font-family: 'angelinaregular', 'Roboto', sans-serif;
        font-style:italic;
        font-size:300%;
        font-weight:600;
        }*/

    h1.apptitle {
        font-size:40px;
        font-family:'Roboto', sans-serif;
        font-weight:400;
        margin-top:20px;
        }

    legend h1 {
        font-size:30px;
        font-family:'Roboto', sans-serif;
        font-weight:400;
        margin-top:0;
        padding-top:0;
        }

    h2 	{
        font-family: 'Roboto', sans-serif;
        font-weight:400;
        font-size:175%;
        text-align:left;
        color:#ef3e2d;
        padding-top:1em;
        }

    h3 	{
        font-family: 'Roboto', sans-serif;
        font-weight:400;
        font-size:135%;
        text-align:left;
        color:#ef3e2d;
        padding-top:1em;
        }

    h4 	{
        font-family: 'Roboto', sans-serif;
        font-size:120%;
        font-weight:400;
        text-align:left;
        color:#ef3e2d;
        padding-top:1em;
        }

    h4.tagline {
        font-family: 'Roboto', sans-serif;
        font-size:120%;
        font-weight:400;
        text-align:left;
        color:#ef3e2d;
        padding-top:0;
        }

    h5 	{
        font-family: 'Roboto', sans-serif;
        font-size:105%;
        font-weight:400;
        text-align:left;
        color:#ef3e2d;
        padding-top:1em;
        }

    /* page elements */

    p	{
        text-align:left;
        }

     table {
        border-collapse:collapse;
        }

    td {
       vertical-align:top;
       padding:5px;
       line-height:1.4em;
        }

    td.tablehead, th.tablehead {
        font-family: 'Roboto', sans-serif;
        background-color:#434345;
        color:#ffffff;
        text-align:center;
        font-weight:400;
        padding:10px 20px;
        vertical-align:middle;
        }

    td.tablesubhead {
        font-family: 'Roboto', sans-serif;
        background-color:#004B8D;
        color:#ffffff;
        font-weight:300;
        vertical-align:middle;
        }

    td.alt {
        background-color:#ecf0f9;
        }

    /* lists */

    ol li, li ol li {
        list-style-type:decimal;
        text-align:left;
        }

    ul li {
        list-style-type:disc;
        text-align:left;
        }


    /* links */

    a, a:visited 	{
        font-weight:400;
        color: #008aaa;
        text-decoration:underline;
        }

    a:hover, a:active	{
        font-weight:400;
        color: #008aaa;
        text-decoration:underline;
        }

    /* buttons */

     a.button, a.button:visited  {
        font-family: 'Roboto', sans-serif;
        font-weight:400;
        background:#008aaa;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 25px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
         min-width:200px;
        }

    a.button:hover, a.button:active,  a.button_fixed:hover, a.button_fixed:active {
        background-color:#0098b6;
        color:#ffffff;
        text-decoration:none;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        min-width:200px;
        }

    .fixed {
        width:175px;
        }


     a.button_fixed {
        font-family: 'Roboto', sans-serif;
        font-size:16px;
        font-weight:400;
         background:#008aaa;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        width:200px;
        display:inline-block;
       }

    div.inactivebutton {
        font-family: 'Roboto', sans-serif;
        font-weight:300;
        background:#d4f4eb;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    a.smallbutton, a.smallbutton:visited {
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        font-weight:300;
        background:#008aaa;
        border:none;
        color:#ffffff;
        padding:5px 10px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        width:200px;
        }

    a.smallbutton:hover, a.smallbutton:active {
        background-color:#0098b6;
        color:#ffffff;
        text-decoration:none;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        }

    input.button {
        font-family: 'Roboto', sans-serif;
        font-size:16px;
        font-weight:400;
        background:#008aaa;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 25px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        min-width:200px;
        -webkit-appearance: none;
        }

    input.button:hover {
        background-color:#0098b6;
        color:#ffffff;
        }

input {        }

    #top {
        bottom:20px;
        right:20px;
        padding:10px 20px;
        float:right;
        z-index: 9999;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        background: #343435;
        color: #ffffff;
        cursor: pointer;
        border: 0;
        border-radius: 2px;
        text-decoration: none;
        transition: opacity 0.2s ease-out;
        opacity:0;
        }

        #top:hover {
            background: #575759;
            }

        #top.show {
            opacity: 1;
            }

    /* key dates */

    #kdwrapper {
        background-color:#ecf0f9;
        margin:125px auto 30px auto;
        padding:0 15px 20px 15px;
        }

    .kdwrapper-nomargin {
        background-color:#ecf0f9;
        margin:0 auto 30px auto;
        padding:0 15px 20px 15px;
        }

    #kdwrapper p {
        font-size:.9em;
        }

    #kdwrapper-short {
        margin:50px auto 30px auto;
        padding:0 15px 20px 15px;
        }

    h2.kd {
        font-size:150%;
        margin:0 -15px 0 -15px;
        padding-top:0;
        background-color:#434345;
        color:#ffffff;
        padding:10px;
        text-align:center;
        }

    #kd {
        margin-left:35px;
        margin-top:125px;
        float:right;
        padding:0;
        }

    ul.keydates {
        margin-left:0;
        margin-top:25px;
        padding-left:0;
        }

    ul.keydates li {
        line-height:1.35em;
        list-style-type:none;
        font-size:.9em;
        padding-bottom:25px;
        }

    .footer-wrapper {
        background-color:#434345;
        }

        .footer {
            background-color:#434345;
            color:#ffffff;
            padding-bottom:20px;
            }

            .footer h4 {
                color:#ffffff;
                }

            .footer a, .footer a:visited {
                font-weight:400;
                color: #ffffff;
                text-decoration:underline;
                }

            .footer a:hover, .footer a:active	{
                font-weight:400;
                color: #cccccc;
                text-decoration:underline;
                }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
         .highlights {
            padding-top:0;
            }

        .emailsignup-head {
            text-align:center;
            }
        }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        .logo {
            display:block;
             margin:auto;
            }

         .highlights {
            padding-top:0;
            }

        .social {
           margin-top:0;
           margin-bottom:20px;
           text-align:center;
            }

        .content, .footer, .emailsignup {
            padding-left:2%;
            padding-right:2%;
            }

        .highlights {
            text-align:center;
            float:none;
            }

        .subfooter {
             display:block;
             margin:auto;
            }

        }

    @media only screen and (max-width:768px) {
        #kdwrapper {margin-top:0;}
        }

    @media only screen and (min-width: 769px) and (max-width:785px) {
        #cssmenu > ul > li > a {
            letter-spacing:0 !important;
            }
        }

    @media only screen and (min-width: 786px) and (max-width: 891px) {
       #cssmenu > ul > li > a {
            letter-spacing:0 !important;
            }
        }


    @media only screen and (min-width:1180px) {
        #cssmenu.align-center > ul > li {
            padding-left:10px;
            padding-right:20px;
            }
        }

    /* Print */

@media print {

    html {
        background:#ffffff;
        }

    body {
        font-family:Arial, sans-serif !important;
        text-align:left;
        margin:0;
        padding:0;
        }

    .container {
        width:100%;
        }

    p  {
        text-align:left;
        }

    a 	{
        font-weight:600;
        color: #00407c;
        text-decoration:underline;
        }

    #top, .header, .social, .navbar, .nonavbar, #cssmenu, .highlights, .pullquote, #kdwrapper,
    #kd-thin, .emailsignup-wrapper, .footer-wrapper, .footer {
        display:none;
        }

    #jAccordion > * {
        display: block !important;
        }

    .jcontainer {
        display: block !important;
        }
    }


/**************************
* Accordion
**************************/

.accordion {
    margin-bottom:20px;
    background-color:#0088aa;
    color:#ffffff;
    padding-right:48px;
    padding:1em;
    display:block;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight:400;
    cursor:pointer;
}

.accordion:after {
    display:inline-block;
    float:right;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    color:#ffffff;
    font-size:18px;
    margin-right:10px;
    right:0;
    top:23px;
    content:"\f055";
}

.accordion-open:after {
    content: "\f056";
}

.jAccordion .jcontainer {
    margin:-20px 0 20px;
    padding:0;
}

.jAccordion .content {
    margin:0;
    padding:.9375em;
}

.jAccordion h3 {
    margin:0;
    padding:0;
}

.jAccordion p {
    margin-bottom:.25em;
}

 /* misc */

    label 	{
        width: 10em;
        float: none;
        margin:3px 0 0;
        text-align:right;
        }

    label.mainlong {
        width: 14em;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block;
        }

    label.long {
        width: 30em;
        float: left;
        }

    label.longest {
        width: 60em;
        text-align:left;
        float:left;
        display:block;
        margin-right: 0.5em;
        }

    label.error {
        color: #C00;
        float:none;
        padding-left: .2em;
        vertical-align: top;
        font-weight:600;
        font-variant:small-caps;
        display: none;
        }

    fieldset {
        padding:10px;
        margin-top:20px;
        }

    legend {
        font-family: 'Roboto', sans-serif;
        font-weight:400;
        font-size:140%;
        text-align:left;
        color:#0088aa;
        }

    .submitted {
        color:blue;
        }

    .requiredfield,.required {
        color: #FF3333;
        font-weight:400;
    }
