@import url('sitestructure.css');
@import url('loginolb.css');

/* adds fis logo into the black admin bar and Lisa_ControlBar.css */
.ServiceIcon.professional {
    background: url(fis_logo.png) no-repeat;
    margin-top: 6px;
    border: none;
    border-bottom: none !important;
}
/* Note that skin has folder named "img" instead so it will be background: url(fis_logo.png) no-repeat;*/

#ControlNav > li > a {
    color: #f2f2f2 !important; /*#999*/
}

.subNav dl a {
    color: #f2f2f2 !important; /*#aaa*/
}

.subNav.advanced dl a {
    color: #f2f2f2 !important; /*#aaa*/
}

#ControlBar_SiteSelector p, #ControlBar_LanguageSelector p {
    color: #f2f2f2 !important; /*#555*/
}

#ControlBar_CustomMenuItems > li > a, #ControlActionMenu > li > a {
    color: #f2f2f2 !important; /*#999*/
}

#ControlBar_CustomMenuItems > li ul li a, #ControlActionMenu > li ul li a {
    color: #f2f2f2 !important; /*#aaa*/
}

#ControlEditPageMenu > li > a {
    color: #f2f2f2 !important; /*#999*/
}

#ControlEditPageMenu > li ul li a {
    color: #f2f2f2 !important; /*#aaa*/
}

#ControlEditPageMenu li label {
    color: #f2f2f2 !important; /*#999*/
}
/****************/


/******************************************************** Normalize Styles ****************/
html, body, div, span, applet, object, iframe, /*h1, h2, h3, h4, h5, h6,*/ blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, font, ins, kbd, q, s, samp, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal; /*height:100%;*/
}

html {
}

body {
    line-height: 1.42857143;
    color: #272727;
    font-family: 'PT Sans', sans-serif !important;
    background-color: transparent !important;
}

p {
}

ol, ul {
}

ol {
    list-style: decimal;
}

ul {
    list-style: circle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/*hr {
	border: 0;
	color: #272727;
	background-color: #272727;
	height: 2px;
	margin: 0.55%;
}*/

/******************************************************** Utility Classes ****************/
.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px1px1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.clear {
    height: 0;
    clear: both;
}

.hidden {
    position: absolute;
    left: -5000px;
}
/* For links and image popup windows */
.FCKImageGalleryContainer {
    background: #fff;
    text-align: left;
}

.FCKLinkGalleryContainer {
    background: #fff;
    text-align: left;
}

/* back up*/
#top-link {
    background: url("images/up.png") no-repeat scroll 0 0 transparent;
    bottom: 1.5%;
    display: none;
    padding: 2% 1.25%;
    position: fixed;
    right: 1.05%;
    text-decoration: none;
    z-index: 903;
    cursor: pointer;
}

.fa {
    font-family: 'FontAwesome';
    font-style: normal;
}
/******************************************************** Page ****************/

#header {
    margin: auto;
}

.container.actual {
    /*margin-top:6%;*/
}

#logosection {
    width: 28%;
    float: left;
    padding: 0.05% 0 0.1% 1.05%;
}
/*For IE7*/
*:first-child + html #logosection {
    margin-top: 10px;
    width: 65.4%;
    float: left;
}

#dnn_topnav {
    float: right;
}
/*For IE7*/
*:first-child + html #dnn_topnav {
    margin-top: 10px;
    width: 280px;
    float: right;
}
/*For IE7*/
*:first-child + html #leftCol {
    width: 22.4%;
    float: left;
    margin-top: 1.5%;
}

*:first-child + html #dnn_footer {
    margin-top: 1.5%;
}

.greybg {
    background-color: #eaeaea;
    width: 100%;
}

#dnn_Footer {
    width: 14%;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 2%;
}

#dnn_dnnCopyright_lblCopyright, #dnn_dnnTEXT_lblText {
    font-size: .85em;
    color: #fff;
    margin: auto;
    text-align: center;
}

    #dnn_dnnCopyright_lblCopyright p, #dnn_dnnTEXT_lblText p {
        text-align: center;
        margin: auto;
    }
/*#dnn_dnnTEXT_lblText::after {
	content: "All rights reserved.";
	text-align: center;
}*/

.centerFooter {
    margin: auto;
    text-align: center;
}

.footerTitle {
    display: block;
    font-size: 1.4em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2.5%;
    color: #ffffff;
    border-bottom: solid 1px #783c4e;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .footerTitle {
        font-size: 1.25em;
    }

    #dnn_Footer1 a, #dnn_Footer2 a, #dnn_Footer3 a, #dnn_Footer4 a, #dnn_Footer1b a, #dnn_Footer2b a, #dnn_Footer3b a {
        font-size: 1.2em;
    }
}

#dnn_Footer1 ul, #dnn_Footer2 ul, #dnn_Footer3 ul, #dnn_Footer4 ul {
    list-style: none;
}

@media screen and (max-device-width:400px) {
    #dnn_dnnCopyright_lblCopyright p, #dnn_dnnTEXT_lblText p {
        text-align: center;
        margin: auto;
    }
    /*#dnn_dnnTEXT_lblText::after {
	content: "All rights reserved.";
	text-align: left;
}*/
    .centerFooter {
        margin: auto;
        display: inline;
        PADDING-LEFT: 0;
        padding-right: 0;
    }

    div#dnn_PreFooterA {
        margin-bottom: 4%;
    }
}
/*#dnn_PreFooter {
	margin-bottom: 2%;
}*/

#dnn_PreFooterA, #dnn_PreFooterB, #dnn_PreFooterC, #dnn_PreFooterD, #dnn_PreFooterE {
    text-align: center !important;
    display: block;
    color: #f2f2f2 !important;
    margin-right: -30px;
}

    #dnn_PreFooterA li, #dnn_PreFooterB li, #dnn_PreFooterC li, #dnn_PreFooterD li, #dnn_PreFooterE li {
        list-style: none;
        list-style-image: none;
        font-size: 1.6em; /*FF 1.7em */
        line-height: 1.5; /*FF 1.9 */
        border-left: solid 1px #f7f7f7;
        padding-top: 5%;
        padding-bottom: 5%;
    }

@media screen and (max-device-width: 767px) {
    #dnn_PreFooterA li, #dnn_PreFooterB li, #dnn_PreFooterC li, #dnn_PreFooterD li, #dnn_PreFooterE li {
        border-left: none !important;
    }

    .greyLinks a {
        font-size: 0.75em;
    }
}

@media screen and (max-device-width: 991px) {
    #dnn_PreFooterA li, #dnn_PreFooterB li, #dnn_PreFooterC li, #dnn_PreFooterD li, #dnn_PreFooterE li {
        /*font-size: 1.3em;*/
        line-height: 1.1;
    }

    .greyLinks a {
        font-size: 1.2em;
    }
}

#dnn_PreFooterE li {
    border-right: solid 1px #f7f7f7;
}

[data-key="sameHeights"] {
    min-height: 50px;
}

.greyLinks {
    /* padding-bottom: 2%;*/
}

    .greyLinks ul {
        margin: 0;
    }

    .greyLinks a {
        color: #f2f2f2 !important;
        text-decoration: none;
        font-weight: bold;
        background: #757072;
        display: block;
        /*padding-bottom: 15px;*/
    }

        .greyLinks a:hover {
            text-decoration: underline;
            background: #8f898b;
            display: block;
            /*line-height:1.5;*/
            padding-top: 5%;
            padding-bottom: 5%;
            margin-top: -5%;
            margin-bottom: -5%;
        }
/***************** to make 5 columns ********************/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*****************************************/

#dnn_Footer4 .footerLinks li {
    list-style: none;
    list-style-image: none;
}

#dnn_Footer1 a, #dnn_Footer2 a, #dnn_Footer3 a, #dnn_Footer1b a, #dnn_Footer2b a, #dnn_Footer3b a {
    color: #f2f2f2 !important;
    text-decoration: none;
    font-size: 0.92em;
    display: block;
    line-height: 1.65;
    letter-spacing: 1px;
    font-weight: normal;
}

#dnn_Footer4 a {
    color: #e0863e;
}

div#dnn_Footer1 a:hover, div#dnn_Footer2 a:hover, div#dnn_Footer3 a:hover, div#dnn_Footer1 p, div#dnn_Footer2 p, div#dnn_Footer1b a:hover, div#dnn_Footer2b a:hover, div#dnn_Footer3b a:hover {
    text-decoration: underline;
    color: #fff;
    display: block;
    line-height: 1.65;
}

div#dnn_Footer4 a:hover {
    color: white;
}

div#dnn_PreFooterA p, div#dnn_PreFooterB p, div#dnn_PreFooterC p, div#dnn_PreFooterD p, div#dnn_PreFooterE p {
    color: #fff !important;
}

div#dnn_Footer4 {
    text-align: center;
}

#dnn_FooterLogos {
    margin: auto;
}

#dnn_PreFooterA h5, #dnn_PreFooterB h5 {
    font-size: 1.8em;
    color: white;
    line-height: 1.5;
}

#dnn_PreFooterC img {
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}

ul.noBullet {
    list-style-type: none;
}
/**************************************************************************  
							Primary Nav
**************************************************************************/
.navbackground {
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

#navbar, .navbar-default {
    width: 100%;
    z-index: 12;
    left: 0;
    border: none !important;
}

.navbar {
    min-height: 10px;
}

ul.nav.nav-pills {
    margin-left: 0;
}

.navbar-toggle { /* adjusting toggle button to fit in custom navbar height */
    margin-top: 0.7% !important;
    border: none !important;
}

.nav.navbar-nav.nav-tabs {
    float: right;
}

.navbar.navbar-default.navbar-static-top {
    font-weight: bold;
}

.navbar-brand a, .navbar-brand a:visited {
    color: black;
    padding: 10px 15px;
}

    .navbar-brand a:hover {
        color: yellowgreen !important;
        cursor: default;
        background-color: green !important;
        border: 1px solid #ddd;
        border-bottom-color: transparent !important;
        padding: 10px 15px;
    }
/*.navbar-default .navbar-nav > li > a {
	color: white !important;
}*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff !important; /* #eee kept showing from bootstrap 3405*/
    border-color: transparent !important;
    border-radius: 0 0 0 0 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

.nav-tabs {
    border-bottom: transparent !important;
}

    .nav-tabs > li > a {
        border-radius: 0 0 0 0 !important;
    }

        .nav-tabs > li > a:hover {
            border: 1px solid #908e8c !important;
        }

.dropdown-menu {
    /*	background-color: #a09d9c;
	border: 1px solid #908e8c;
	border: 1px solid rgba(167,41,57,0.15);
	border-radius: 0px !important;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	top:89% !important;*/
}

@media screen and (min-width:0\0) {
    .dropdown-menu {
        top: 100% !important;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 10% !important;
        margin-top: 3% !important;
    }
}
/* to fix menu on IE*/

/*.dropdown-menu > li > a {
	color: white !important;
}
.dropdown-menu > li > a:hover {
	background-color: #a09d9c !important;
}
*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #de8444 !important;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}

.nav-collapse .collapse {
    margin-right: 60px;
}
/************************************** e1059523 **************************************/

.pull-right {
    float: right !important;
    padding-right: 0.25%;
    padding-top: 0.25%;
}

#subPageWrapper, #indexPageWrapper, #adminPageWrapper {
    margin: auto;
    position: relative;
    min-height: 500px;
}

    #subPageWrapper:after, #indexPageWrapper:after, #adminPageWrapper:after {
        content: "";
        display: block;
    }

    #indexPageWrapper .padding-0 { /*usmetro*/
        /*padding: 15px 0 0 10px;*/
        margin: 0 !important;
    }

.pullLeft {
    margin-left: -30px;
    margin-right: 15px;
}

#dnn_headerNavPane {
    text-align: right;
    padding-top: 2%;
    padding-bottom: 2%;
    z-index: 12;
}

/*to hide on smartphones */
@media only screen and (max-device-width:480px) {
    #dnn_headerNavPane {
        display: none;
    }
}

#dnn_headerNavPane p, #dnn_headerNavPane a {
    color: #272727;
    font-size: 1em;
}

.headernavMenu .root {
    display: block; /* converts to block element */
    float: left; /* float left */
    list-style: none; /* removes bullets */
}

.headernavMenu .mi a {
    display: block; /* converts to block element */
    color: #9ab415; /* text color */
    text-decoration: none !important; /* removes underline in links */
}

.headernavMenu .root a {
    font-size: 18px; /* text size for menu */
    padding: 16px 30px; /* gives padding around link */
}

#liveArea {
    background-color: white;
    /*max-width:1170px;*/
    margin: auto;
}

#dnn_Sidebar {
    margin-top: 10%;
    padding: 2%;
    /*background-color: rgba(239,239,239,0.2);*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    #dnn_Sidebar a {
        color: #444;
        text-decoration: none;
    }

        #dnn_Sidebar a:hover {
            color: #ea002a;
            text-decoration: underline;
        }

    #dnn_Sidebar .DnnModule {
        margin-bottom: 7%;
    }

        #dnn_Sidebar .DnnModule:nth-of-type(n+2) {
            margin-top: 14%;
        }

    #dnn_Sidebar dd {
        font-size: .85em;
        line-height: 1.6em;
    }

.sidebarTitle {
    background-color: #ea002a;
    color: white;
    font-size: 1.5em;
    line-height: 1.8;
    display: block;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fa.fa-map-signs.fa-5x, .fa.fa-laptop.fa-5x {
    color: #dfdbd9;
}

div#contentContainer {
    height: auto;
    margin: auto;
    min-height: 25%;
    /*width: 87%;*/
}

#dnn_sidebar {
    padding: 2%;
}

#dnn_ContentPane {
    padding: 2%;
    margin-bottom: 2%;
}

    #dnn_ContentPane .adminPageWrapper {
        width: 100%;
    }

#indexPageWrapper #dnn_ContentPane {
    padding-top: 0;
}

#indexPageWrapper .h1, #indexPageWrapper h1 {
    margin-top: 0;
}

/*to condense width on mobile */
@media screen and (max-device-width:320px) {
    #dnn_ContentPane {
        width: 100%;
    }
}

/*to condense width on mobile */
@media screen and (max-device-width:320px) {
    .mHide {
        display: none !important;
    }
}

#dnn_ContentPane .adminPageWrapper a {
    color: #000;
}

@media screen and (max-device-width:767px) {
    #indexPageWrapper #dnn_olbPane {
        border: 1px solid #333;
        background-color: cadetblue;
        padding: 15px;
        min-width: 500px;
        margin: 58% auto !important;
    }
}

@media screen and (min-device-width:768px) {
    #indexPageWrapper #dnn_olbPane {
        margin: 15px;
        min-width: 230px;
        width: 100%;
    }
}

#OLBiframe, #OLBiframeQ2, #OLBiframeDown, #OLBiframeMobile {
    background-color: rgba(255,255,255,0.85);
    padding: 2% 4%;
    margin-bottom: 2%;
    box-shadow: 0px 0px 3px #000;
    border-radius: 4px;
    border: solid 1px #757072;
}

#olbRow {
    position: absolute;
    display: inline-block;
    float: left;
    z-index: 500;
}

#mobileolbRow {
    margin-top: 5%;
    margin-bottom: 3%;
}

#dnn_mobileButtons {
    background-color: burgundy;
    z-index: 555;
}

.olbpane a:link {
}

.olbpane a:visited, .olbpane a:hover {
}

.olbpane a:active {
    text-decoration: underline;
}

#subPageWrapper #dnn_sidebarPane {
    margin-top: 8%;
    margin-left: 3%;
}

.row.row-offcanvas.row-offcanvas-right {
    padding-left: 2%;
    padding-right: 2%;
}

#dnn_BannerPane {
    max-height: 641px;
    height: 100%;
    min-height: 400px;
}

@media screen and (max-device-width:991px) {
    #dnn_BannerPane {
        max-height: 400px;
        min-height: 80px;
    }

    #dnn_FooterLogos {
        padding-left: 40%;
    }
}

@media screen and (max-device-width:767px) {
    #dnn_BannerPane {
        max-height: 200px;
        min-height: 80px;
    }

    #dnn_FooterLogos {
        padding-left: 30%;
    }

    .greyLinks {
        text-align: center;
    }
    /*#dnn_PreFooterA li {
    width: 170%;
    padding-left: 50%;
}*/
}

@media screen and (max-device-width:767px) and (-webkit-min-device-pixel-ratio:0) {

    #dnn_FooterLogos {
        padding-left: 30%;
    }
}

div#dnn_bannerPaneShort {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.left.btn.btn-primary.btn-xs {
    float: none;
}

.right.btn.btn-primary.btn-xs {
    float: none;
}

#dnn_CTA1, #dnn_CTA2, #dnn_CTA3 {
    background-color: #ea002a;
    height: 100%;
}

.row.BoxesRow.items-container.simple-items {
    padding-bottom: 2%;
}

@media screen only and (min-device-width:500px) {
    #dnn_CTA1, #dnn_CTA2 {
        margin-left: 5%;
    }
}

@media screen only and (min-device-width:400px) and (max-device-width:499px) {
    #dnn_CTA1, #dnn_CTA2 {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

.content {
    margin: auto;
    z-index: -1;
}

.footer, footer {
    position: relative;
    width: 100%;
    display: block;
    background-position: bottom;
    min-height: 50px;
    height: auto;
}

    .footer p, .footer a {
        color: #fff;
    }

.greyBackground {
    width: 100%;
    background: #757072;
    border-bottom: solid 4px #e0863e;
    min-height: 18px;
}

.footerFill2 {
    background-color: #742331;
    min-height: 35px;
    line-height: 1.5em;
    padding-bottom: 2%;
    padding-top: 2%;
}

@media only screen and (max-device-width:400px) {
    .footerFill2 {
        padding-bottom: 2%;
        padding-top: 2%;
    }
}

/* from MESH */
.footerLinks h3 {
    font-size: 1.3em;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px 10px;
    border-bottom: none;
    line-height: 1.2;
}

.footerLinks p, .footerLinks a, .footerLinks h3, .footerLinks ul {
    text-align: center !important;
}

.footerLinks a {
    letter-spacing: 2px;
}

footer .footerFill2 .footerLinks ul {
    margin: 0px 0px 25px;
}

    footer .footerFill2 .footerLinks ul li {
        color: #c0bbbd; /*lightened for a11y */
        /*font-size: 11px;*/ font-size: 1.0em;
        overflow: hidden;
    }

        footer .footerFill2 .footerLinks ul li .locationLinks {
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    footer .footerFill2 .footerLinks ul a {
        color: #e0863e;
        text-decoration: none;
        /*font-size: 16px;*/ font-size: 1.2em;
    }
/* end MESH */
img#dnn_logo_imgLogo {
    max-width: 100%;
    padding-top: 4%;
}

.wrapper {
    width: 80%;
    margin: auto;
}

.back-to-top {
    position: fixed;
    bottom: 10%;
    right: .75%;
    text-decoration: none;
    padding: 0.25% 0.65%;
    display: none;
    z-index: 25;
}

    .back-to-top:hover {
        background-color: #ec971f !important;
    }

i.fa.fa-chevron-circle-up.fa-inverse.fa-lg {
    color: #742331;
}

@media only screen and (max-device-width:1200px) {
    .back-to-top {
        font-size: 0.75em;
        bottom: 15em !important;
    }
}

TH {
    color: #742331;
    font-size: 1.25em;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}

#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

@media only screen and (max-device-width:1024px) {
    .btn-danger {
        padding: none !important;
    }
}

a.btn.btn-lg.btn-warning.btn-enroll {
    color: white;
    padding: 1.2% 2.8%;
    font-size: 1em;
    margin-top: 1%;
    margin-bottom: 1%;
}
/*
.btn-success {
    color: #fff !important;
    text-decoration: none !important;
}

********  from bootstrap.min    ***********
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
}
.btn:hover, .btn:focus, .btn.focus {
	color: #f2f2f2 !important;
	text-decoration: underline !important;
}
.btn:active, .btn.active {
}*/

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}

.Search {
    margin-top: 5%;
    position: relative;
    right: -11%;
}

@media and (min-width:768px) and (max-width:991px) {
    .Search {
        right: -57%;
    }
}

#dnn_dnnSearch_ClassicSearch {
    margin-top: 7%;
}

#dnn_dnnSearch_cmdSearch {
    padding: 1.4% 4%; /*FF*/
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #f7f7f7;
    color: #5c0c25;
    border: solid 1px #CCC;
    -webkit-margin-left: 3%; /*Chrome*/
    -moz-margin-left: 1%; /*FF*/
}

#dnn_dnnSearch_ClassicSearch label, input#dnn_dnnSearch_WebRadioButton, input#dnn_dnnSearch_SiteRadioButton {
    display: none;
    visibility: hidden;
}

#dnn_dnnSearch_txtSearch {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 10%; /* ff*/
    border: 1px solid #ccc;
    height: 34px;
}
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #dnn_dnnSearch_txtSearch {
        padding-left: 14%;
    }

    #dnn_dnnSearch_cmdSearch {
        padding: 1.30% 4%;
    }

    #dnn_dnnSearch_txtSearch {
        margin-left: -14%;
    }
}

@media screen and (min-width:0\0) {
    #dnn_dnnSearch_cmdSearch {
        padding: 1.50% 4%;
        margin-left: 3.5%;
    }
}

@media and (max-width:991px) and (-webkit-min-device-pixel-ratio:0) {
    #dnn_dnnSearch_txtSearch {
        height: 28px;
    }
}

@media and (min-width:991px) and (-webkit-min-device-pixel-ratio:0) {
    #dnn_dnnSearch_cmdSearch {
        1.9% 4%
    }
}

@media and (max-width:991px) {
    #dnn_dnnSearch_cmdSearch {
        padding: 1% 4%;
    }
}

@media (max-width:480px) { /* for centered full width menu on phones hamburger */
    ul#dnn_PrimaryNavigation {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: 0;
    }

    .nav > li {
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .navbar-brand {
        float: right;
        padding-right: 23%;
    }
}

.img-border {
    margin: 0.75% 2%;
    border: 1px solid #005EA9;
    -webkit-box-shadow: 10px 10px 10px -5px rgba(217,217,217,0.5);
    -moz-box-shadow: 10px 10px 10px -5px rgba(217,217,217,0.5);
    box-shadow: 10px 10px 10px -5px rgba(217,217,217,0.5);
}

.img-responsive.img-border {
}

.img-subpageBanner {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*#dnn_Branch1right, #dnn_Branch2right, #dnn_Branch3right, #dnn_Branch4right, #dnn_Branch5right {
	margin-top:10%;
}*/
/* centering branch image */
/*#dnn_Branch1right img, #dnn_Branch2right img, #dnn_Branch3right img, #dnn_Branch4right img, #dnn_Branch5right img { 
	margin-left: 8%;
	margin-right: 8%;
}*/
.branch {
    width: 100%;
}

.branchName {
}

.branchAddress {
    width: 75%;
    float: left;
}

.googleButton {
    width: 25%;
    text-align: center;
    float: right;
    padding-top: 2%;
}

.branchContacts {
    float: left;
    width: 23%;
    padding-bottom: 2%;
}

.branchPhoto {
    float: left;
    clear: right;
    width: 36%;
}

.branchOfficers {
    float: right;
    width: 39%;
    padding-bottom: 2%;
}

.director, .directors {
    /*	float: left;*/
    padding: 3%;
    text-align: left;
}

.directorphoto {
    float: right;
}

@media screen and (max-device-width:380px) {
    .directorphoto {
        margin: auto;
    }
}

.directors h3 {
    padding-left: 5%;
}

.organizers {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
}

th.privacyLg {
    background: #666;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 1.3em;
    vertical-align: top;
    line-height: 1.3;
    padding-left: .5%;
    padding-top: .25%;
    padding-bottom: 1%;
}

th.privacySm {
    background: #666;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 1.4;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: .5%;
    padding-right: .5%;
}

.orangeText {
    color: rgb(203, 133, 75);
}
/***************            from container to spur editor.css           *****************
.Content h1, .AdminTitle {
	font-weight: bold;
	color: #005daa;
}

.Content h1 strong {
	color: #005daa;
	font-weight: bold;
}
.Content h2 {
	color:#000;
	font-weight: bold;
}

.Content h3 {
	font-weight: bold;	
	color:#929292;
	border-bottom: 3px double #929292;
}

.Content h4 {
	margin: 0;
	padding: 0;
	color: #005daa;
	font-weight: bold;
}

.Content h5 {
	color: #005daa;
}

.Content h6 {
	color: #000;
}

.Content .acctTable td {
	border: 1px solid #3b3b3b;
	border-collapse: collapse;
	background: #f7efe1;
}
.Content .acctTable th {
	border: 1px solid #3b3b3b;
	background: #3b3b3b;
	color: #fff;
}
.Content .acctTable th a {
	text-decoration: underline;
	color: #fff;
}
.Content .acctTable .subHead {
	background: #dab776;
}
.Content .acctTable .oddRow {
	background: #eedfc1;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: #272727;
}

sup {position: relative; bottom: 0.5em; right: 0pt; font-size: 0.75em;}

.disclosure, .disclosure p, .Content .disclosure {
font-size: .9em;
padding: 0.25%;
font-style: italic;
color:#272727 !important;
}
.disclosure b, .disclosure p b, .Content .disclosure b, .disclosure span b {
	font-weight:bold;
}

.disclosure ul, .disclosure li {
list-style-type:disc;
line-height:1.0;
font-size:inherit;	
list-style:inside;
display:block;
padding:0 5px;
}

.Content a.quietlink {
	color:#272727;
	font-size:1em;
}

.Content a.unstyledTel, a.unstyledTel, .unstyledTel a {
	text-decoration:none !important;
	color:#272727 !important;
}
*/
/* with blue text on white bg */
/*.btn-default { 
    color: #5bc0de !important;
    background-color: #fff !important;
    border-color: #a5deef !important;
}

h2 a.unstyledTel {
	text-decoration: none !important;
	color: #ff3333 !important;
}
.blueBG.dark {
	display:block;
	background-color:#1f5496;
	line-height: 2.5em;
}
.blueBG.med {
	display:block;
	background-color:#4371af;
	line-height: 2.5em;
}
.blueBG.light {
	display:block;
	background-color:#6891c5;
	line-height: 2.5em;
}
.blueBG.lightest {
	display:block;
	background-color:#94b5df;
	line-height: 2.5em;
}*/

/*********************           end container paste          *********************************/

/*******************               Offcanvas           ********************/

.navbar-collapse {
    max-height: 100%;
}

@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -2%;
        margin-right: -6px;
        background-image: url(logobackground.png);
        background-color: #5C0C25;
        z-index: 700;
        max-height: 125vh;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-right.active {
        right: 0%;
        min-height: 1000px;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 90%;
        height: 100%;
        display: none;
    }

    .subPageWrapper.row-offcanvas-right {
        right: -100%;
    }
}

.phoneHeader {
    border-bottom: 2px solid #de8444;
    background-color: #5C0C25;
    color: white;
    min-height: 65px;
    min-width: 99%;
    margin-left: -15px;
    width: auto;
    margin-right: -15px !important;
}

/******Pop up notice *****/
#noticePopupRow.showOnEdit {
    display: none;
}

.showControlBar #noticePopupRow.showOnEdit {
    display: block;
}

    .showControlBar #noticePopupRow.showOnEdit .Normal p {
        padding: 10%;
    }


/* ------- for A11y -------  */

a#skip {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

    a#skip:focus, a#skip:active {
        position: static !important;
        clip: auto;
        overflow: visible;
        height: auto;
    }

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px1px1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
