/* COLORS:
802629 	- maroon (old)
001d60	- blue (old)
e6e4ec	- light-blue (old)
f3f2f6 	- light-light blue (old)
C12637 - cardinal red
0E3F75 - Buckeye Blue
0098D3 - tech blue
B0B3AF - monumental gray
F3DF89 - solar yellow
729364 - appalachian green
BBD36F - pawpaw green
*/

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #0E3F75; /* blue */
    line-height: 1.4em;
}

.AccordionDefault {
    color: #fff;
    background-color: #0E3F75;
    background-image: url('../images/icon_plus.png');
    background-repeat: no-repeat;
    background-position: 100% Center;
    background-size: auto 100%;
    padding: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 10px 0;
}

.StructuredDocumentListDefault {
    color: #0E3F75;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.DocumentListingAppearance {
    color: #0E3F75 !important;
    font-weight: normal !important;
}

em, strong, p {
    font-family: 'Source Sans Pro', sans-serif;
}

span {
    color: #C12637; /* red */
}

strong {
    font-weight: bold;
}

    strong.maroon {
        color: #C12637; /* red */
    }

    strong.larger {
        text-transform: uppercase;
        font-size: 1.4em;
        line-height: 1em;
    }

html {
    background: no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    line-height: 1;
    background: #FFF;
    min-width: 100%;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: no-quotes;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

.wpb_content_element blockquote p {
    font-size: 20px;
    line-height: 1.8em;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 2px #000;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: 100;
    text-align: left;
}

h1,
h1 span,
h1 a:link,
h1 a:visited,
h2,
h2 span,
h2 a:link,
h2 a:visited,
h3,
h3 span,
h3 a:link,
h3 a:visited,
h4,
h4 span,
h4 a:link,
h4 a:visited,
h5,
h5 span,
h5 a:link,
h5 a:visited,
h6,
h6 span,
h6 a:link,
h6 a:visited {
    color: #0E3F75; /* blue */
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: -0.02em;
    font-weight: 800;
}

h1 {
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1em;
    margin-bottom: 30px;
}

    h1 span {
        line-height: 1em;
        color: #C12637; /* red */
    }

    h1.smaller {
        font-size: 1.7em;
    }

.standard h1 {
    color: #C12637; /* red */
}

    .standard h1 span {
        color: #0E3F75; /* blue */
    }

h2 {
    line-height: 1em;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
    color: #C12637; /* red */
    font-weight: bold;
    font-size: 1.8em
}

h3 {
    color: #C12637; /* red */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 10px;
}

h4,
h4 span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: bold;
}

    h4 span {
        font-size: 1em;
        color: #C12637; /* red */
    }

    h4.inline {
        display: inline-block;
    }

h5 {
    font-size: 1.5em;
    font-weight: normal;
    color: #C12637; /* red */
    text-transform: none;
}

h6 {
    color: #0E3F75; /* blue */
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 20px;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:link, a:visited,
a:link strong, a:visited strong {
    color: #C12637;
    text-decoration: none;
}

a:active, a:hover,
a:active strong, a:hover strong {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

hr {
    border: 0;
    height: 0;
    margin: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.right,
.right p {
    text-align: right;
}

.clear {
    clear: both;
}

/* Styles */

/* Header */

/* Search */
.search {
    margin: 5px 0px;
    height: 28px;
}

.extra-contact-show {
    display: none;
}

@media (max-width: 767px) {
    .search {
        float: right;
    }
}

input[type=text].search_input {
    float: left;
    display: block;
    width: 85%;
    max-width: 250px;
    height: 24px;
    margin: 0;
    padding: 3px;
    color: #aaa;
}

input[type=submit].search_submit {
    border: none;
    background-color: transparent;
    background-image: url('../images/icon_search2.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
    width: 26px;
    height: 26px;
    margin: 0 0 0 3px;
    padding: 0;
    cursor: pointer;
}

input[type=text],
textarea {
    background-color: #fff;
    border: 1px #ccc solid;
    display: table-cell;
    font-size: 14px;
    padding: 3px;
}

@media only screen and (max-width:1000px) {
    input[type=text].search_input {
        width: 145px;
    }

    .extra-contact-show {
        display: none;
    }
}

@media (max-width: 600px) {
    input[type=text].search_input {
        width: 125px;
    }
}

/* Contact */
.contact {
    /*font-size:12px;
	font-weight:bold;*/
    height: 100px;
}

.contactUs {
    background-color: #C12637;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    width: 150px;
    /*margin-top:15px;*/
    display: inline-block;
    z-index: 100;
}

    .contactUs:hover {
        background-color: #0E3F75;
        color: white;
        cursor: pointer;
    }

    .contactUs:visited {
        background-color: #0E3F75;
        color: white;
    }

.contact a {
    /*font-weight:bold;
	color:#0E3F75; /* blue */
    /*text-transform:uppercase;*/
    /*padding-left:20px;*/
    /*background-image:url('../images/icon_contact.png');*/
    background-repeat: no-repeat;
}

@media only screen and (max-width:767px) {
    .contact {
        height: 25px;
    }

        .contact a {
            float: right;
        }

    .extra-contact {
        display: none;
    }

    .extra-contact-show {
        display: block;
    }
}


/* Logo */
.logo {
    position: absolute;
    left: -10px;
    top: -15px;
    z-index: 1;
    max-height: 100px;
    min-height: 60px;
    min-width: 120px;
}

.logo_text a {
    display: block;
    padding-top: 20px;
}

@media only screen and (max-width: 1560px) {
    .logo {
        max-width: 220px;
        left: -5px;
        top: -20px;
    }
}

@media only screen and (max-width: 1152px) {
    .logo {
        left: 3px;
    }

    .logo_text img {
        padding-left: 15px;
    }
}

@media (max-width: 948px) {
    .logo {
        max-width: 220px;
    }

    .logo_text img {
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .logo {
        max-width: 220px;
        left: -5px;
        top: 0px;
    }

    .logo_text img {
        padding-left: 25px;
    }
}

@media (max-width: 600px) {
    .logo {
        max-width: 200px;
    }
}

@media (max-width: 350px) {
    .logo {
        max-width: 150px;
    }
}


/* Nav */

/*IE10+ Nav Menu fix*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav.navbar-nav.mainMenu {
        width: 1200px;
    }
}

.menuBar {
    width: 100%;
    padding-left: 50px;
    background-color: #ffffff;
    color: white;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    min-height: 0;
    margin-left: 50px;
}

ul.nav.navbar-nav.mainMenu > li {
    font-size: 1.2em;
    text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
}

ul.nav.navbar-nav.mainMenu > li > a, ul.nav.navbar-nav.mainMenu > li > a:link, ul.nav.navbar-nav.mainMenu > li > a:visited, ul.nav.navbar-nav.mainMenu > li > a:active {
    color: #4A4A4A;
    font-weight: bold;
    display: block;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: white;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #B0B3AF;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #B0B3AF;
        }

    .navbar-default .navbar-toggle {
        border: 1px solid #4A4A4A;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #B0B3AF;
        }

    #nav_faq ul {
        float: none !important;
    }
}

.navbar-nav > li {
    margin-left: 0;
    margin-right: 0;
}

    .navbar-nav > li > a {
        padding: 15px 26px;
        line-height: 1.4em;
    }

.navbar-default .navbar-nav > .active > a {
    background-color: #C12637;
}

nav {
    margin-bottom: 0;
}

.dropdown-menu > li > a {
    padding: 15px 30px;
    background-color: white;
    color: #4A4A4A;
    border: 1px !important;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
        background-color: #0E3F75;
        color: white;
    }

@media (max-width: 1164px) {
    .navbar-nav > li > a {
        padding: 15px 20px;
        font-size: .9em;
    }
}

@media (max-width: 1052px) {
    .navbar-nav > li > a {
        padding: 15px 15px;
    }
}

@media (max-width: 948px) {
    .navbar-nav > li > a {
        padding: 15px 8px;
    }
}

@media (max-width: 830px) {
    .navbar-nav > li > a {
        font-size: 11px;
    }
}

/*nav bar custom overwrite of default bootstrap settings*/
@media (max-width: 850px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        display: block;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
/*end of nav bar custom settings*/


/* Footer */
footer {
    width: 100%;
    background-color: #0E3F75; /* blue */
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
}

    footer ul {
        margin: 10px 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        footer ul li {
            display: inline-block;
        }

            footer ul li a {
                display: block;
                color: #fff;
                border-right: 1px #fff solid;
                padding: 0 20px;
            }

    footer a, footer a:active, footer a:link, footer a:hover, footer a:visited {
        color: white;
    }

    footer ul li:last-of-type a {
        border-right: 0;
    }

/* Centered Column */
.row-centered {
    max-width: 95%;
    margin: 0 auto;
}

.col-centered {
    display: inline-block;
    float: none;
}

/* Side Menu */
.sidemenu {
    margin-top: 50px;
}

    .sidemenu h2 {
        color: #0E3F75; /* blue */
    }

    .sidemenu ul li a.current-page {
        color: #C12637; /* maroon */
        font-weight: bold;
    }

@media only screen and (max-width:767px) {
    .sidemenu {
        margin-top: 0;
        padding: 0 10px;
        border-bottom: 1px #ccc solid;
        margin-bottom: 50px;
    }
}

/* Origo col */
.origo-col {
    padding: 0 0 0 0.5%;
}


/* Front Page */

/* Splash */
.splash_home {
    min-height: 200px;
    background-image: url('../images/header_splash_v2.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

@media only screen and (max-width: 1119px) {
    .splash_home {
        background-size: auto 100%;
    }
}

.protecting {
    text-align: center;
    color: #fff;
    opacity: 0.8;
    font-size: 3em;
    font-weight: 800;
    margin-top: 100px;
    margin-bottom: 50px;
}

.quick_links {
    margin-bottom: 50px;
}

    .quick_links div {
        padding: 0px 3px;
    }

    .quick_links a img {
        width: 100%;
    }

/* Content */
.content {
    margin: 30px auto 60px auto;
}

    .content p {
        margin-bottom: 20px;
    }

    .content ul {
        margin: 0;
        padding: 0;
    }

        .content ul li {
            margin: 10px 0;
            list-style-position: outside;
            list-style: none;
            padding-left: 1.5em;
            text-indent: -1em;
            font-size: 1.1em;
            color: #0E3F75; /* blue */
        }

            .content ul li:before {
                content: "> ";
                color: #C12637; /* red */
                margin-right: 5px;
            }

            .content ul li a {
                color: #0E3F75; /* blue */
                font-weight: normal;
            }

                .content ul li a span {
                    color: #C12637; /* red */
                    font-weight: bold;
                }

    .content .scrollable {
        width: 100%;
        height: 250px;
        overflow: auto;
    }

@media only screen and (max-width:767px) {
    .content {
        padding: 0 20px;
    }
}

/* Important Notices */
.importantnotice {
    text-align: center;
    top: -22px;
}

@media only screen and (max-width:1199px) {
    .importantnotice {
        top: -72px;
    }
}

.importantnotice #importantnotices {
    margin-bottom: 8px;
    padding: 1%;
}

.importantnotice a#tab_button {
    background: url('../images/white-arrow.gif') no-repeat right -45px;
    background-color: #0E3F75; /* blue */
    color: #fff;
    padding: 0.5em 1.7em 0.5em 0.5em;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    position: relative;
}

.importantnotice a:focus {
    outline: none;
}

.importantnotice .active#tab_button {
    background-position: right 15px;
}

/* Welcome */
.welcome p {
    line-height: 1.6em;
    font-size: 19px;
}

.content p.arrow-link a {
    display: block;
    padding-left: 50px;
    background-image: url('../images/icon_arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 42px;
    color: #0E3F75; /* blue */
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
    text-transform: uppercase;
    min-height: 37px;
}

    .content p.arrow-link a span {
        color: #C12637; /* red */
    }

        .content p.arrow-link a span.tiny {
            display: block;
            font-size: 11px;
            text-transform: uppercase;
            margin-top: 5px;
        }

/* News */
.news {
    background-color: #fff;
    border: 1px #ccc solid;
    padding: 20px;
}

    .news ul {
        margin: 20px 0;
        padding: 0;
    }

        .news ul li {
            margin: 10px 0;
            list-style-position: outside;
            list-style: none;
            padding-left: 1.5em;
            text-indent: -1em;
        }

            .news ul li:before {
                content: "> ";
                color: #C12637; /* red */
                margin-right: 5px;
            }

            .news ul li a {
                color: #0E3F75; /* blue */
                font-weight: normal;
            }

                .news ul li a span {
                    white-space: nowrap;
                    color: #C12637; /* red */
                    font-weight: bold;
                }

.news_links a {
    display: block;
    background-color: #C12637; /* red */
    padding: 4px 4px 4px 32px;
    margin: 10px 0;
    background-image: url('../images/icon_arrow_white.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: auto 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}



.followus {
    display: block;
    background-color: #0E3F75; /* blue */
    padding: 4px 4px 4px 4px;
    margin: 10px 0;
    
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: auto 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}





/* Bottom Callout */
.callout_wrapper {
    width: 100%;
    background-color: #0E3F75; /* blue */
    padding: 20px 0;
    margin: 0;
}

    .callout_wrapper .row .col {
        display: table;
        margin-bottom: 5px;
        padding: 0px 2px;
    }

    .callout_wrapper h3 {
        display: block;
        font-weight: 100;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin: 20px;
    }

    .callout_wrapper a:link,
    .callout_wrapper a:visited {
        display: table-cell;
        width: 100%;
        background-color: #0E3F75; /* light blue */
        padding: 0 20px 0 52px;
        margin: 2px 0;
        background-image: url('../images/icon_arrow_white.png');
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: auto 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 1em;
        height: 65px;
        vertical-align: middle;
    }

    .callout_wrapper a:active,
    .callout_wrapper a:hover {
        background-color: #C12637; /* red */
    }

/* Shaded Panel */
.shaded {
    background-color: #f1f1f5; /* light blue */
    padding: 4%;
}

    .shaded h3 {
        font-size: 18px;
    }

    .shaded li {
        font-size: 14px;
        line-height: 1.2em;
        margin: 5px 0;
    }

    .shaded img {
        display: block;
        margin: 10px auto;
    }

    .shaded label {
        font-weight: normal;
        margin: 5px 0;
    }

    .shaded input,
    .shaded select {
        margin: 5px 0;
        padding: 0 3px;
    }

.statement {
    background: rgba(255,255,255,0.8);
    padding: 50px 75px;
    margin: 130px 0;
    font-size: 26px;
}

@media only screen and (max-width:767px) {
    .statement {
        margin: 10px 0;
        padding: 30px;
    }

        .statement p {
            font-size: 0.8em;
        }
}


/* Remove Padding */
.no_padding {
    padding: 0;
}


/* Splash */
.splash_wrapper {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

@media only screen and (max-width: 1119px) {
    .splash_wrapper {
        background-size: auto 100%;
    }
}


/* Contact Us */
.content .contact_link,
.content .contact_link a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

    .content .contact_link img,
    .content .contact_link a img {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .content .contact_link h4,
    .content .contact_link a h4,
    .content .contact_link h1,
    .content .contact_link a h1 {
        display: inline-block;
        float: left;
    }


/* About */
.splash_wrapper.about {
    min-height: 200px;
    background-image: url('../images/header_splash_about.jpg');
}

.highlight {
    background-color: #C12637; /* red */
    color: #fff;
    padding: 30px;
    margin: 50px 0 0 10px;
}

    .highlight img {
        margin: 0 auto 20px auto;
    }

.content .highlight a:link,
.content .highlight a:visited,
.content .highlight a:link p,
.content .highlight a:visited p {
    color: #fff;
    text-decoration: none;
}

/* Resources */
.border-right {
    border-right: 1px #ccc solid;
}

@media (max-width: 767px) {
    .border-right {
        border-right: 0;
        margin-bottom: 50px;
    }
}


/* Fees */
.fees p {
    margin-bottom: 0px;
}


/* Complaint */
.calendar {
    display: flex;
}

    .calendar img {
        margin: auto 5px auto 0;
    }

input[type=submit],
input[type=reset],
input[type=button] {
    background-color: #C12637; /* red */
    border: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 8px 20px;
    margin: 20px 0;
}


/* Publications */
.splash_wrapper.pubs {
    min-height: 350px;
    background-image: url('../images/header_splash_publications.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_publications.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_publications.jpg', sizingMethod='scale')";
}


/* Licensing */
.content ul li.news_links {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

    .content ul li.news_links a {
        color: #fff;
        text-transform: none;
        font-weight: normal;
        max-width: 200px;
    }

    .content ul li.news_links:before {
        content: '';
        margin: 0;
    }

.icon_link {
    text-align: center;
    height: 110px;
    margin: 20px 0;
}

    .icon_link img {
        display: block;
        margin: 0 auto;
    }

    .icon_link a {
        color: #0E3F75; /* blue */
    }

    .icon_link.big_news_links a {
        display: block;
        background-color: #C12637; /* red */
        padding: 20px 4px 20px 50px;
        margin: 10px 0;
        background-image: url('../images/icon_arrow_white.png');
        background-repeat: no-repeat;
        background-position: 24px center;
        background-size: auto 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        max-width: 200px;
        margin: auto;
    }

@media only screen and (min-width: 1321px) {
    .offset_top_licensing {
        margin-top: 80px;
    }
}


/* Laws Rules */
.splash_wrapper.lawsrules {
    min-height: 350px;
    background-image: url('../images/header_splash_laws_rules.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_laws_rules.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_laws_rules.jpg', sizingMethod='scale')";
}


/* Law Enforcement */
.splash_wrapper.lawenforcement {
    min-height: 350px;
    background-image: url('../images/header_splash_law_enforcement.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_law_enforcement.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_law_enforcement.jpg', sizingMethod='scale')";
}


/* FAQs */
.splash_wrapper.faq {
    min-height: 350px;
    background-image: url('../images/header_splash_faq.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_faq.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_splash_faq.jpg', sizingMethod='scale')";
}

.faq_search {
    background-color: #0098D3; /* light blue */
}

    .faq_search .col {
        display: table;
    }

        .faq_search .col label {
            width: 150px;
            margin: 10px;
            line-height: 2.3em;
            color: #fff;
        }

        .faq_search .col input {
            margin: 10px;
            width: 94%;
            padding: 1%;
        }

        .faq_search .col span {
            display: table-cell;
            width: 100%;
        }

@media only screen and (max-width: 767px) {
    .faq_search .col span {
        display: block;
    }
}

.offset_top_faq {
    margin-top: 30px;
}

.faq_answer_visible {
    display: block;
    visibility: visible;
    color: #C12637;
    margin-left: 50px;
}

    .faq_answer_visible a {
        color: #0E3F75 !important;
        text-decoration: underline;
    }

.faq_answer_hidden {
    display: none;
    visibility: hidden;
}



/* EPTS */
.epts p {
    margin-bottom: 20px;
}

.eptslist li {
    list-style-type: decimal;
    margin-left: 30px;
}

.eptsrow {
    height: 2em;
}


/* Table Border */
.table_border th,
.table_border td {
    border: 1px solid;
    vertical-align: middle;
    padding: 0 5px 0 10px;
}

.table_border th {
    font-weight: bold;
    text-align: center;
}


/* Search Results */
.offset_top_search {
    margin-top: 30px;
}

@media only screen and (min-width: 1321px) {
    .offset_top_search {
        margin-top: 80px;
    }
}


/* RSS */
.rss ul li {
    margin: 0;
    text-indent: 1em;
}

    .rss ul li:before {
        content: "";
    }

.rss .category li {
    margin: 5px 0;
    font-weight: bold;
}


/* Offsets */
.offset_top_large {
    margin-top: 100px;
}

.offset_top_medium {
    margin-top: 50px;
}

.offset_top_small {
    margin-top: 20px;
}

.offset_bottom_large {
    margin-bottom: 100px;
}

.offset_bottom_medium {
    margin-bottom: 50px;
}

.offset_bottom_small {
    margin-bottom: 20px;
}

.offset_bottom_extraSmall {
    margin-bottom: 15px;
}

.hiddenOverflow {
    overflow: no-content;
}


/* Force Color */
.force_maroon {
    color: #C12637 !important;
}

.ButtonNDC {
    margin: 0px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #C12637; /* red */
    border: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 8px 20px;
    margin: 20px 0;
}

@-ms-viewport {
    width: auto !important;
}

.txtBoxDiv {
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

/*OARRS SECTION*/
/*Home Page*/
.oarrs-home-splash {
    min-width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('/images/oarrs_header_splash.png');
    background-color: rgba(255,255,255,0.4);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.oarrsPopUpPanelSmall {
    padding: 10px;
    background-color: white;
    border-color: #C12637;
    border-style: solid;
    border-width: 3px;
    max-width: 50%;
    min-width: 30%;
    min-height: 20%;
    max-height: 70%;
    vertical-align: middle;
}

.logoRow {
    vertical-align: middle;
}

    .logoRow img {
        padding: 1em;
        max-width: 100%;
        height: auto;
    }

@media (min-width: 990px) {
    .mobile_only {
        display: none;
        text-align: center;
    }
}

@media (max-width: 989px) {
    .no_mobile {
        display: none;
    }
}

.access {
    background: #0E3F75cc;
    padding: 30px 50px;
    float: left;
}

    .access .login {
        padding: 0 0 30px 0;
    }

    .access h3 {
        display: inline-block;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
    }

    .access .login h3 {
        padding: 0 40px 0 0;
        background-image: url(/images/oarrs_back_login.png);
        background-size: auto 80%;
        background-position: 100% 4px;
        background-repeat: no-repeat;
    }

    .access p {
        padding: 0;
        color: #fff;
    }

        .access p a {
            color: #fff;
        }

    .access input {
        display: block;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 70%;
        max-width: 250px;
    }

        .access input[type=text],
        .access input[type=password] {
            font-size: 1em;
            font-weight: normal;
            width: 400px;
            border: 1px #ccc solid;
            background: #fff;
        }

.padBtmSM {
    padding-bottom: 5px;
}

.padBtmMed {
    padding-bottom: 10px;
}

.padBtmLG {
    padding-bottom: 15px;
}

.padBtmXL {
    padding-bottom: 20px;
}

.padTopSM {
    padding-top: 5px;
}

.padTopMed {
    padding-top: 10px;
}

.padTopLG {
    padding-top: 15px;
}

.padTopXL {
    padding-top: 20px;
}

.RdBtnListCssClassOarrs {
    color: white;
    font-size: larger;
    font-style: normal;
    list-style: none;
}


    .RdBtnListCssClassOarrs input {
        display: inline !important;
        padding-right: 5px;
        width: auto !important;
        min-width: 0 !important;
    }

    .RdBtnListCssClassOarrs label {
        color: white;
        display: inline !important;
        font-family: Helvetica, sans-serif !important;
        font-weight: normal;
        padding-left: 5px;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* Register */
.register_form {
    padding: 40px 20px;
    margin: 0 0 30px 0;
    border: 1px #aaa solid;
    overflow: hidden;
}

    .register_form label {
        font-size: 1.3em;
    }

        .register_form label span {
            display: block;
            font-weight: bold;
            font-size: 0.7em;
        }

    .register_form input[type=checkbox]:not(old),
    .register_form input[type=radio ]:not(old) {
        width: 28px;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

        .register_form input[type=checkbox]:not(old) + label,
        .register_form input[type=radio ]:not(old) + label {
            display: inline-block;
            margin-left: 0px;
            padding-left: 28px;
            background: url('../images/check_off.png') no-repeat 0 0;
            line-height: 24px;
        }

        .register_form input[type=checkbox]:not(old):checked + label {
            background: url('../images/check_on.png') no-repeat 0 0;
        }

        .register_form input[type=radio]:not(old):checked + label {
            background: url('../images/check_on.png') no-repeat 0 0;
        }

    .register_form .form_option {
        display: inline-block;
        float: left;
        margin-right: 40px;
    }

        .register_form .form_option:last-of-type {
            margin-right: 0;
        }

    .register_form .submit_next {
        width: 100px;
        height: 50px;
        text-indent: -9999px;
        background-color: transparent;
        background-image: url('../images/button_next.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
        cursor: pointer;
    }

    .register_form select,
    .register_form input[type=text] {
        border: 1px solid #aaa;
        border-radius: 0;
        background-color: #fff;
        min-width: 75px;
        padding: 3px 10px 3px 3px;
        margin-right: 10px;
        font-size: 13px;
        height: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .register_form select {
        background-image: url('../images/back_select.png');
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-size: auto 100%;
    }

    .register_form input[type=text] {
        height: 24px;
    }

.oarrs ul li {
    margin: 10px 0;
    list-style-position: outside;
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1em;
    font-size: 1.1em;
    color: #0E3F75; /* blue */
}

    .oarrs ul li:before {
        content: "> ";
        color: #C12637; /* red */
        margin-right: 5px;
    }

.txtBoxDiv {
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

/*For master page mpe*/
.modalMasterBackground {
    background-color: Gray;
    opacity: 0.7;
}

.PopUpMasterPanelSmall {
    padding: 10px;
    background-color: white;
    border-color: #C12637;
    border-style: solid;
    border-width: 3px;
    max-width: 50%;
    min-width: 30%;
    min-height: 20%;
    max-height: 70%;
    vertical-align: middle;
}

.oarrs ul li a {
    color: #0E3F75; /* blue */
    font-weight: normal;
}

    .oarrs ul li a span {
        color: #C12637; /* red */
        font-weight: bold;
    }

.redTable td {
    color: #C12637; /* red */
}

.container p.doc-link a {
    display: block;
    padding-left: 40px;
    background-image: url('/images/icon_doc.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 37px;
    color: #C12637;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 37px;
}

    .container p.doc-link a span {
        display: block;
        color: #C12637; /* red */
        font-weight: normal;
        font-size: 0.8em;
    }

.earlyInterventionTable thead {
    background-color: #0E3F75;
}

.earlyInterventionTable thead td {
    color: white !important;
    text-align: center;
}

    .earlyInterventionTable td {
        text-align: center;
    }

