/* *** OU GLOBAL *** */
*, *:before, *:after {
    box-sizing: inherit;
}
html {
    font-size: 100%;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
  /* overflow: scroll; */
    overflow-x: hidden;
    padding-top: 0;
}
.l-header {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}
body #center{
	min-height:600px;
}
table tr td {
    font: 500 14px sans-serif;
}
a,
p a {
    /* color: #14325f; */
    color: #0054A0;
    font-size: inherit;
    text-decoration: none;
}
a:hover, p a:hover {
    /* color: #d0d6df; */
    color: #003893;
    font-size: inherit;
    text-decoration: underline;
}
p {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #14325f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    /* color: #dd4f05; */
    color: #14325f;
}
.contentHeader h2,
h1 {
    margin: 10px 0 20px 0;
    color: #14325f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    text-transform: none;
}
h2 {
    margin: 0 0 15px 0;
    color: #003468;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    text-transform: none;
}
h3 {
    margin: 0 0 15px 0;
    color: #25406a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    text-transform: none;
}
h4 {
    margin: 0 0 10px 0;
    color: #35383c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4;
    text-transform: none;
}
h5 {
    margin: 0 0 10px 0;
    color: #003468;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.4;
}
h6 {
    margin: 0 0 10px 0;
    color: #003468;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.4;
}

/* css only tool tip */
a.infolayer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    color: green;
    border: 1px dotted #333;
}
a.infolayer:hover {
    z-index: 25;
    text-decoration: underline;
    text-decoration: none;
}
a.infolayer span.left,
a.infolayer span.right {
    display: none;
    text-decoration: none;
    width: 200px;
}
a.infolayer:hover span.left,
a.infolayer:hover span.right {
    display: block;
    position: absolute;
    top: 20px;
    width: 150px;
    border: 1px dashed #999999;
    background-color: #ffffaa;
    text-align: left;
    padding: 1px 2px;
    color: #333333;
    z-index: 5000;
}
a.infolayer:hover span.left {
    left: -110px;
    border-radius: 8px;
    width: 500px;
    padding: 8px;
}
a.infolayer:hover span.right {
    left: -10px;
    border-radius: 8px;
    width: 500px;
    padding: 8px;
}

.dropLayer {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 501;
}
/* *** Accordion UI States and Icons ***  */
body .ui-accordion .ui-state-default {
	background: #e7eaef;
	color: #14325f;
}
body .ui-accordion .ui-state-focus {
	background: #14325f;
	color: white;
}
body .ui-accordion .ui-state-active {
	background: white;
	color: #14325f;
}
body .ui-accordion .ui-state-hover {
	background: #14325f;
	color: white;
}
body .ui-accordion .ui-state-default .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_14325f_256x240.png);
}
body .ui-accordion .ui-state-hover .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_ffffff_256x240.png);
}
body .ui-accordion .ui-state-focus .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_ffffff_256x240.png);
}
body .ui-accordion .ui-state-active .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_14325f_256x240.png);
}
body .ui-accordion-header-active .ui-state-focus .ui-icon,
body .ui-accordion .ui-state-hover .ui-icon {
	background-image: url(/_resources/images/jquery/ui-icons_ffffff_256x240.png);
}

/* *** Nested Accordions in Tab Set UI States and Icons *** */
body .ui-tabs .ui-accordion .ui-state-default {
	background: #e7eaef;
	color: #14325f;
}
body .ui-tabs .ui-accordion .ui-state-focus {
	background: #14325f;
	color: white;
}
body .ui-tabs .ui-accordion .ui-state-active {
	background: white;
	color: #14325f;
}
body .ui-tabs .ui-accordion .ui-state-hover {
	background: #14325f;
	color: white;
}
body .ui-tabs .ui-accordion .ui-state-default .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_14325f_256x240.png);
}
body .ui-tabs .ui-accordion .ui-state-hover .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_ffffff_256x240.png);
}
body .ui-tabs .ui-accordion .ui-state-focus .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_ffffff_256x240.png);
}
body .ui-tabs .ui-accordion .ui-state-active .ui-icon {
    background-image: url(/_resources/images/jquery/ui-icons_14325f_256x240.png);
}
body .ui-tabs .ui-accordion-header-active .ui-state-focus .ui-icon,
body .ui-tabs .ui-accordion .ui-state-hover .ui-icon {
	background-image: url(/_resources/images/jquery/ui-icons_ffffff_256x240.png);
}
.ui-tabs {
	overflow: auto;
}
/* *** content row *** */
.contentRow .center {
    text-align: left;
    padding: 4px 7px 4px 7px;
}
.contentRow ol li,
.contentRow ul li {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.contentRow ul li p,
.contentRow ol li p {
    color: #333;
    line-height: 1.5;
    font-size: inherit;
    margin: 0 0 10px 0;
}

/* *** content column *** */
.contentColumn {
    padding-bottom: 20px;
}
.contentColumn p img {
    margin: 10px 0;
}
.contentColumn p {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.contentColumn ul {
    padding-left: 20px;
    margin-top: 5px;
}
.contentColumn ol {
    padding-left: 25px;
    margin-top: 5px;
}
.contentColumn ol li,
.contentColumn ul li {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 5px 0;
}
/* *** top color bar *** */
.topColor {
    position: absolute;
    top: 6px;
    width: 100%;
    background: #ece8e5;
    height: 76px;
    z-index: -1;
}

/* *** Content Wrapper - centers content on page *** */
.centerContent {
    width: 100%;
    max-width: 1170px;
    /* height: 80px; */
    padding: 0 0;
    margin: 5px auto 0 auto;
    background: #fff;
    z-index: 2;
    /* position:relative; */
}

/* *** Header *** */
.headerRow {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: -5px;
    position: relative;
    background: #fff;
   /* border-top: 5px solid #dd4f05; */
	border-top: 5px solid #cf4b00;
    opacity: 1.0;
    box-sizing: border-box;
}

/* *** Header item styles *** */
/* *** position and link to header logo image *** */
.logoImage {
    float: left;
    width: 500px;
    width: -webkit-calc(100% - 565px);
    width: calc(100% - 565px);
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 10px 10px;
    position: relative;
}

.logoImage a img {
    max-width: 100%;
    height: auto;
    padding: 0;
    border: 0 none;
}
.logoImage .address {
    display: none;
    position: relative;
    margin-left: 10px;
    margin-top: -10px;
    width: 500px;
    background: #eeebe8;
    line-height: 10px;
    color: #666;
    font-size: 1.1em;
}
/* *** toggle container *** */
.main-toggle-container {
    display: none;
}

/* *** position action nav bar *** */
.actionNavBar {
    float: right;
    margin-top: 0;
    margin-right: 0;
    /* width: 500px; */
    width: 565px;
    height: 30px;
    text-align: left;
    /* background: #dd4f05; */
	background: #cf4b00;
    color: #fff;
    opacity: 1.0;
    border-radius: 0;
    z-index: 1;
}
.actionNavBox {
    height: 22px;
    margin-top: 5px;
    padding-left: 5px;
}
.actionNavBox > a {
    margin: 0;
    padding: 0 8px;
    border-right: 1px solid #fff;
    font: 700 14px/14px sans-serif;
    color: #fff;
    text-decoration: none;
}
.actionNavBox a:hover {
    text-decoration: underline;
}

/* *** search styles *** */
.headersearch {
    float: right;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    text-align: right;
}
.headersearch form {
    float: right;
}
#q {
    float: left;
    width: 150px;
    height: 30px;
    padding: 0 10px;
    vertical-align: top;
    background: #f3f4f7;
    border: 1px solid #14325f;
    color: #333;
    font: italic 500 12px/22px arial, helvetica, sans-serif;
    text-align: left;
    box-sizing: border-box;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#sa {
    width: 60px;
    height: 30px;
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: top;
    background: #14325f;
    border: 1px solid #14325f;
    border-radius: 0;
    color: #fff;
    font: 700 12px/16px arial, helvetica, sans-serif;
    box-sizing: border-box;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	-webkit-appearance: none;
    -moz-appearance: none;
}
#sa:hover {
    /* background: #a98eb3; */
    background: #003893;
    cursor: pointer;
    border: 0 none;
}
.displayNone {
    display: none;
}

/* *** a-z index link styles *** */
.azIndex {
    float: left;
    width: 50%;
    margin-left: 10px;
    text-align: left;
}
.azIndex a {
    margin: 10px 0 0 0;
    float: right;
    color: #0054A0;
    font: 700 12px/12px arial, helvetica, sans-serif;
    text-align: left;
    text-decoration: none;
}
.azIndex a:hover {
    color: #003893;
    text-decoration: underline;
}

/* *** Home Page Drop Down Menu Position and Styling *** */
.dropmenu {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

ul#menu {
    width: 100%;
    height: 40px;
    padding: 0 0;
    letter-spacing: 0;
    z-index: 1000;
    margin: 0 auto;
}
ul#menu li {
    display: block;
    width: 20%;
    list-style: none;
    position: relative;
    float: left;
    margin: 0 0;
    z-index: 100;
    height: 60px;
    border-left: 1px solid rgba(255,255,255,0.50);
    text-align: center;
    box-sizing: border-box;
}

ul#menu .nav {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: transparent;
    vertical-align: middle;
    line-height: .1em;
}
ul#menu li.first {

}
ul#menu li.last {
    border-right: 1px solid rgba(255,255,255,0.50);
}

/* *** for wide drop menus *** */
ul#menu li.mega div {
    display: none;
    float: left;
    position: relative;
    padding: 10px 5px 15px 5px;
    background: #dcd8d2;
}
ul#menu li.hovering div {
    display: block;
}
ul#menu li.mega p {
    float: left;
    width: 95%;
    padding: 0 0;
    margin: 0 0;
    font-weight: 700;
}

ul#menu li.mega div a {
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
    font: 500 14px/18px arial, helvetica, sans-serif;
    color: #14325f;
    text-decoration: none;
    text-align: left;
}
ul#menu li.mega .nav a {
    display: block;
    height: 60px;
    padding: 22px 5px 10px 5px;
    font: 700 16px/18px Arial, Helvetica, sans-serif;
    color: #fff;
    background: transparent;
    text-decoration: none;
    box-sizing: border-box;
}
ul#menu li.mega:hover .nav a {
    color: #14325f;
    text-decoration: none;
}
ul#menu li.mega {
    background: #14325f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul#menu li.mega:hover {
    background: #d0d6df;
}
/* *** for narrow drop menus *** */
ul#menu li.mega div.narrow {
    position: absolute;
    top: 60px !important;
    left: -1px;
    width: 100%;
}
ul#menu li.hovering div.narrow {
    display: block;
    border: 1px solid #fff;
    border-top-width: 0;
    border-radius: 0 0 8px 8px;
}
.droplink a:hover {
    color: #fff;
}
/* styles for wide panel */
ul#menu li.mega #panel {
    clear: both;
    width: 989px;
    min-height: 225px;
    padding: 0 0;
    margin: 0 0;
    left: -1px;
    top: -4px;
    border: 1px solid #fff;
    border-top-width: 0;
    border-radius: 0 0 8px 8px;
}
ul#menu li.mega #panel .panelColumn1 {
    float: left;
    width: 150px;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .panelColumn2 {
    float: left;
    width: 180px;
    padding: 5px 5px;
    margin: 0 0;
    color: #7d2c7e;
}
ul#menu li.mega #panel .panelColumn3 {
    float: left;
    width: 620px;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row1 {
    clear: both;
    width: 100%;
    height: 70px;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row2 {
    clear: both;
    width: 100%;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row3 {
    clear: both;
    width: 100%;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row2column {
    float: left;
    width: 30%;
    padding: 5px 5px;
    margin: 0 0;
}
/* original dropmenu styles */
ul#menu li.twoline span.nav a {
    padding-top: 14px;
}
ul#menu li.mega div a:hover {
    color: #003893;
    text-decoration: underline;
}
ul#menu li.mega div {
    background: #d0d6df;
}
ul#menu li.mega div.narrow {
    border-radius: 0 0 0 0;
}
ul#menu li.mega #panel {
    clear: both;
    width: 998px;
    min-height: 225px;
    padding: 0 0;
    margin: 0;
    border: 1px solid #fff;
    border-top-width: 0;
    border-radius: 0 0;
}
/* styles for wide panel */
ul#menu li.mega #panel .panelColumn1 blockquote {
    padding: 0 0 0 10px;
    margin: 0 0;
}
/* style for narrow panel */
ul#menu li.mega blockquote {
    padding: 0 0 0 10px;
    margin: 0 0;
}
ul#menu li.mega #panel .panelColumn1 {
    float: left;
    width: 220px;
    padding: 10px 5px 15px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .panelColumn2 {
    float: left;
    height: 30px;
    width: 740px;
    padding: 10px 5px 15px 5px;
    margin: 0 0;
    color: #14325f;
}
ul#menu li.mega #panel .panelColumn3 {
    float: left;
    width: 740px;
    height: auto;
    padding: 10px 5px 15px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row1 {
    clear: both;
    width: 100%;
    height: 50px;
    padding: 5px 5px;
    margin: 0 0;
    color: #14325f;
    font: 500 16px/22px Arial, Helvetica, sans-serif;
}
ul#menu li.mega #panel .column3row2 {
    clear: both;
    width: 100%;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row3 {
    clear: both;
    width: 740px;
    margin: 0 0;
    padding: 5px 5px;
}
ul#menu li.mega #panel .column3row2column {
    float: left;
    width: 30%;
    padding: 5px 5px;
    margin: 0 0;
}
ul#menu li.mega #panel .column3row2column .bigNumber {
    margin: 0 auto;
    color: #14325f;
    font: 700 100px/100px Arial, Helvetica, sans-serif;
    letter-spacing: -2px;

}
ul#menu li.mega #panel .column3row2column h4 {
    margin: 10px 0 10px 0;
    color: #14325f;
    font: 700 15px/15px Arial, Helvetica, sans-serif;
}
ul#menu li.mega #panel .column3row2column h3 {
    margin: 0 0 10px 0;
    color: #14325f;
    font: 500 24px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

ul#quicklinkmenu {
    position: relative;
    display: block;
    float: right;
    margin: 4px 20px 0 0;
    padding: 0;
    width: 95px;
    font: 500 12px/16px arial, helvetica, sans-serif;
    z-index: 1000;
}
ul#quicklinkmenu li.menu_head {
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
    list-style: none;
    cursor: pointer;
    color: #fff;
    font: 700 14px/14px arial, helvetica, sans-serif;
    line-height: inherit;
    text-transform: uppercase;
}
ul#quicklinkmenu li.menu_head:after {
    content: "\F107";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    padding-left: 0;
    position: absolute;
    top: 0px;
    right: -12px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
body.ql-open ul#quicklinkmenu li.menu_head:after {
    top: 1px;
    right: -12px;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
ul#quicklinkmenu .menu_body {
    display: none;
    position: absolute;
    right: -20px;
    width: 220px;
    margin: 0;
    padding: 5px 5px;
   /* background: #dd4f05; */
	background: #cf4b00;
    border: none;
    border-radius: 0;
}
body.ql-open ul#quicklinkmenu .menu_body {
    display: block;
}
ul#quicklinkmenu .menu_body ul {
    padding: 3px 5px;
    margin: 2px 2px 0 0;
}
ul#quicklinkmenu .menu_body li {
    padding: 1px 0 1px 3px;
    margin-top: 5px;
    list-style: none;
}
ul#quicklinkmenu .menu_body li a {
    width: 150px;
    margin: 0;
    padding: 0;
    color: #fff;
    font: 500 15px/8px arial, helvetica, sans-serif;
    text-transform: none;
}
ul#quicklinkmenu .menu_body li a:hover {
    background: none;
    text-decoration: underline;
}


/* Content */
.contentRow {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    background: #fff;
    min-height:700px;
	min-height:75vh;
}
/* Content cell container */
.contentRow .cellContainer {
    margin: 5px 5px;
    background: #fff;
}
.deptSection .breadCrumb,
.contentRow .breadCrumb {
    white-space: normal;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}
.contentRow .breadCrumb a {
    padding: 4px 4px 4px 4px;
    color: #767676;
    font-size: 0.813rem;
    line-height: 1;
    font-style: italic;
}
.contentRow .breadCrumb a:first-child {
    padding-left: 0;
}
.contentRow .breadCrumb a:hover {

}
.contentRow .depttitle {
    font-family: Arial, Helvetica, sans-serif;
}

/* *** Footer *** */
.footerRow {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0 15px 5px 15px;
    clear: both;
    /* background: #ddd7d2 url(/resources/images/leaf.gif) no-repeat scroll right bottom; */
    background: #e7eaef;
    font-family: Helvetica, sans-serif;
}
.footerRow a {
    color: #14325f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.footerRow a:hover {
    color: #003893;
}
.footerRow .cellContainer {
    margin: 2px;
    background: transparent;
}
/* bottom clear */
.bottomClear {
    clear: both;
}
/* bottom validation menu */
.validate {
    /*display: none;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 25px 0;
    background: #e7eaef;
    text-align: center;
}
.validate, .validate p, .validate a:link, .validate a:visited {
    /* color: #aa9e97; */
	color: #706864;
}
/* *** position footer sections *** */
.leftTopFooterLinks, .rightFooterLinks {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.leftTopFooterLinks {
    float: left;
    width: 70%;
    margin: 25px 0 0 0;
    padding: 0;
}
.rightFooterLinks {
    float: right;
    width: 30%;
    margin: 25px 0 0 0;
    padding: 0;
    text-align: right;
}
.leftTopFooterLinks div a,
.rightFooterLinks div a {
    margin: 0 5px;
    font: 400 14px Arial, Helvetica, sans-serif;
    line-height: 17px;
    color: #14325f;
}
.leftTopFooterLinks div a:hover,
.rightFooterLinks div a:hover {
    color: #003893;
    text-decoration: underline;
}
.leftTopFooterLinks div {
    margin: 0 0 5px 0;
}
.leftTopFooterLinks div:nth-child(3) {
    margin: 12px 0 10px 0;
}
.leftTopFooterLinks div:nth-child(3) a {
    font-weight: 700;
}
.leftTopFooterLinks p {
    font: 500 13px Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.rightFooterLinks div.right {
    margin: 0 0 15px 0;
}
.rightFooterLinks span.socialImage {
    width: 40px;
    padding: 0 2px;
}
.rightFooterLinks span.socialImage a:hover {
    position: relative;
    top: 1px;
    left: 1px;
}
.noborderSocialimg {
    border: 0 none;
}

/* tab nav styles */
.ou-tabmenu {
    position: absolute;
    margin-left: 0;
}
.ou-tabmenu a.submenutab,.ou-tabmenu a.submenutabon {
    background: #fff;
    text-align: center;
    text-decoration: none;
    padding: 2px 10px;
    margin-bottom: -3px;
    font: 500 13px arial, helvetica, sans-serif;
}
.ou-tabmenu a.submenutab {
    border-color: #ccc #333 #999 #ccc;
    background: #eee;
    color: #336699;
}
.ou-tabmenu a.submenutabon, .ou-tabmenu a.submenutabon:link, .ou-tabmenu a.submenutabon:visited {
    border-color: #999 #333 #fff #999;
    font-weight: 700;
}
.ou-tabmenu a.submenutab:hover, .ou-tabmenu a.submenutabon:hover {
    background: #f9f9f9;
    color: #900;
    text-align: center;
    text-decoration: underline;
    border: 1px solid;
    border-color: #ccc #333 #999 #ccc;
}
.ou-tabmenu a.submenutabon:hover {
    color: #900;
    background: #fff;
    border-color: #999 #333 #fff #999;
}
.ou-tabmenu .menuUnderline {
    border-bottom: 1px solid #999;
    padding: 2px 5px;
    width: 100%;
}

/* old tab nav styles */
/* page menu tabs */
.tabmenu {
    padding: 3px 0px;
}
.tabmenu a.submenutab,.tabmenu a.submenutabon {
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 2px 3px 2px 3px;
    margin-bottom: -3px;
    font-weight: 700;
}
.tabmenu a.submenutab {
    border-color: #999;
    background-color: #eeebe8;
}
.tabmenu a.submenutabon {
    border-color: #999 #333 transparent #999;
}
.tabmenu a.submenutab:hover,.tabmenu a.submenutabon:hover {
    background-color: #fff;
    color: #333333;
    text-align: center;
    text-decoration: underline;
    border: 1px solid;
    border-color: #ccc #333 transparent #ccc;
}
.tabmenu a.submenutabon:hover {
    color: #000000;
    background-color: #fff;
    border-color: #999 #333 transparent #999;
}
.tabmenu .menuUnderline {
    border-bottom: 1px solid #999;
    padding: 2px 5px;
}
.tabmenu a.submenutab {
    border-radius: 5px 5px 0 0;
}
.tabmenu a.submenutabon {
    border-radius: 5px 5px 0 0;
    border-color: #999 #000 transparent #999;
    background-color: #fff;
}

.xsmall {
    font-size: x-small;
}

.superscript {
    text-decoration: underline;
    position: relative;
    left: 1px;
    bottom: 2px;
}
div.centercontent {
    width: 98%;
    margin: 0px auto;
}

/*** float ***/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatNone {
    float: none;
}
.floatLeftClearRight {
    float: left;
    clear: right;
}
.floatNoneClearBoth {
    float: none;
    clear: both;
    width: 100%;
}
/* custom card component styling*/
.card{
    border:1px solid #7f9bc9;
    margin:10px 0;
}
.card img{
	width:100%;
}
.card .card-block{}
.card .card-block .card-title{
	padding:20px 20px 0;
}
.card .card-block .card-text{
	padding:0 20px;
}
.card ul.list-group{
	list-style:none;
	padding:0;
	margin:0;
}
.card ul.list-group .list-group-item{
	margin:0;
	padding:10px 20px;
	border-top:1px solid #7f9bc9;
}
.card a.btn{
	margin:0;
	width:100%;
	border-top:1px solid rgba(255,255,255,1);
}
.card a.btn:hover{
	border-top:1px solid rgba(255,255,255,1);
}
/* end custom card component styling*/
/*** text-align ***/
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/*** vertical-align ***/
.top {
    vertical-align: top;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}

/*** acronym ***/
acronym {
    border-bottom: 1px dashed #cccccc;
    cursor: help;
    font: 700 smaller sans-serif;
    color: #14325f;
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}

/* rounded corner images */
img.roundCorner {
    border-radius: 7px 7px;
}
/* *** Padding minimum within Cells *** */
.centerContent .cellContainer {
    padding: 4px 7px 4px 7px;
}
/* *** Padding minimum within curved corner Cells *** */
.cellContainerPad {
    padding: 4px 7px 4px 7px;
}

/*** highslide link styles ***/
a.highslide, a.highslide:hover {
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4;
    text-transform: uppercase;
}
a.highslide img {
    margin: 12px 0 0 0;
}
a.highslide:hover img {
    text-decoration: none;
}

/* *** additional wysiwyg editor styles *** */
.rounded-corners {
    border-radius: 5px 5px;
}
.padded {
    padding: 5px 5px;
}
.rounded-corners-padded {
    padding: 5px 5px;
    border-radius: 5px 5px;
}

.dark-panel {
    background: #cac3c0;
}
.light-panel {
    background: #eeebe8;
}
.yellow-background {
    background: #ffc;
}

.red-text {
   color: #cc0000;
}
.black-text {
    color: #333;
}
.white-text {
    color: #efefef;
}
.blue-text {
    color: #0000cc;
}
.green-text {
    color: #008000;
}

.capitalize-text {
    text-transform: capitalize;
}
.lowercase-text {
    text-transform: lowercase;
}
.uppercase-text {
    text-transform: uppercase;
}
.small-caps-text {
    font-variant: small-caps;
}

.large-text, a.large-text:link, a.large-text:visited {
    font-size: 16px;
}
.medium-text, a.medium-text:link, a.medium-text:visited {
    font-size: 14px;
}
.small-text, a.small-text:link, a.small-text:visited {
    font-size: 12px;
}
.extra-small-text, a.extra-small-text:link, a.extra-small-text:visited {
    font-size: 11px;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

/* button styles */
a.btn {
    display: inline-block;
    padding: 20px 10px;
    margin-bottom: 5px;
    color: #333;
    font: 600 18px/24px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    background-color: #e7e7e7;
    background-image: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a.btn:focus,
a.btn:active:focus,
a.btn.active:focus,
a.btn.focus,
a.btn:active.focus,
a.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a.btn:hover,
a.btn:focus,
a.btn.focus {
    color: #fff;
    text-decoration: none;
}
a.btn:active,
a.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
a.btn-secondary,
a.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border: none;
}
a.btn-primary {
    background-color: #425a7e;
}
a.btn-secondary {
    background-color: #14325f;
}
a.btn-secondary:hover,
a.btn-primary:hover {
    color: #fff;
    background-color: #003893;
    border: none;
}

/* *** OU REDESIGN NEW *** */
.bkgimage {
    display: none;
}

.contentRow .cellContainer,
.logoImage .address,
.homeNewsColumn .cellContainer3,
.cellContainer2,
.topColor,
.insideSection {
    background: #fff;
}

/*** Library Dimple Box Adjustment Classes ***/
.dimpleBoxLibrary .events {
    background: url(/resources/images/dimples/library-top.jpg);
}
.dimpleBoxLibrary .contact {
    background: url(/resources/images/dimples/library-middle.jpg);
}
.dimpleBoxLibrary .portal {
    background: url(/resources/images/dimples/library-pinterest.jpg);
}
.dimpleBoxLibrary .dimpleAlt.portal span {
    height: 84px;
    width: 144px;
    background: url(/resources/images/dimples/library-pinterest-on.png);
}
.dimpleBoxLibrary .dimpleAlt.portal:hover span.portalspan {
    padding: 0 0 4px 0;
    margin-top: 27px;
}
.dimpleBoxLibrary .dimpleAlt.events:hover span {
    padding: 0 0 4px 0;
    margin-top: 35px;
}

/*** Dimple Box Classes ***/
.dimpleBox {
    background: white;
    margin: 0 auto;
    float: none;
    clear: both;
    text-align: center;
}
.dimple, .dimpleAlt, .scorecard, .donate {
    white-space: nowrap;
    float: left;
    margin-bottom: 9px;
    color: #eee;
    text-align: center;
    font: 500 20px Arial, Helvetica, sans-serif;
    line-height: 26px;
    height: 154px;
    width: 144px;
}
.marginleft {
    margin-left: 9px;
}
.events {
    background: #fff url(/resources/images/dimples/events1.jpg);
}
.events:hover {
    background: #89408a;
}
.contact {
    background: #fff url(/resources/images/dimples/contactus1.jpg);
}
.contact:hover {
    background: #89408a;
}
.portal {
    background: #fff url(/resources/images/dimples/wvcportal1.jpg);
}
.portal:hover {
    background: #89408a;
}
.dimpleAlt span {
    display: none;
}
.dimple span {
    display: block;
    width: 130px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 8px;
}
.dimpleAlt:hover span {
    color: white;
    display: block;
    width: 100px;
    z-index: 3;
    margin: 0 auto;
    margin-top: 45px;
    padding: 8px 8px;
}
.dimpleAlt:hover {
    z-index: 1;
    color: white;
}
.dimpleAlt a:link, .dimpleAlt a:visited {
    color: #fff;
    text-decoration: none;
    font: 500 20px Arial, Helvetica, sans-serif;
    line-height: 26px;
}
.dimpleAlt:hover a:link, .dimpleAlt a:hover {
    color: #fff;
    text-decoration: none;
}
.dimple a:link, .dimple a:visited {
    color: #fff;
    text-decoration: none;
    font: 500 20px Arial, Helvetica, sans-serif;
    line-height: 26px;
}
.dimple:hover a:link, .dimple a:hover {
    color: #fff;
    text-decoration: none;
}
.dimpleAlt.portal span {
    display: none;
    width: 130px;
    z-index: 3;
    margin: 0 auto;
}
.dimpleAlt.portal:hover span {
    display: block;
    text-decoration: none;
    text-align: center;
}
.dimpleAlt.portal:hover span.portalspan {
    padding: 0 0 4px 0;
    margin-top: 53px;
}
.dimpleAlt.portal:hover span.angelspan {
    padding: 0 0;
}
.dimpleAlt.portal:hover span:hover {
    text-decoration: underline;
}
.dimple:hover span:hover, .dimpleAlt:hover span:hover {
    text-decoration: underline;
    cursor: pointer;
}
.scorecard a:link, .scorecard a:visited, .donate a:link, .donate a:visited {
    color: #fff;
    font: 13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.scorecard:hover, .donate:hover {
    text-shadow: 3px 3px 6px #fdc200;
    text-decoration: none;
}
.scorecard {
    background: #2f2d3b url(/resources/images/dimples/scorecard-bg.png);
    height: 45px;
    padding-top: 3px;
}
.scorecard .bold {
    color: #fdc200;
    font: 16px bold Arial,Helvetica,sans-serif;
}
.donate {
    background: #376f42 url(/resources/images/dimples/foundation-bg.png);
    height: 45px;
    padding-top: 3px;
}
.donate .bold {
    font-family: Hoefler Text, 'EB Garamond', Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    line-height: 20px;
}

.clearFloat {
    width: 100%;
    float: none;
    clear: both;
    height: 0;
}

/* *** table default *** */
table.table-striped{
	border-collapse:collapse;
	border:1px solid rgba(208,214,223,0.75);
}
table.table-striped thead tr:nth-child(2n+1){
	background:rgba(208,214,223,0.5);
}
table.table-striped tr th,
table.table-striped tr td{
	padding:5px;
}
table.table-striped tr:nth-child(2n){
	background:rgba(208,214,223,0.25);
}
table.table-striped tr td {
	margin:0;
	vertical-align:middle;
}
table.table-striped tr td p,
table.table-striped tr td a{
	margin:0;
}
table.table-striped tr td a.btn{
	font-size:18px;
}
.table-scrollable{
	overflow-x:auto;
}
table tr th {
    font: 700 14px Arial, Helvetica, sans-serif;
}
table tr td {
    font: 500 14px Arial, Helvetica, sans-serif;
}
/* *** expanding list styles *** */
.contentRow .collapse-head {
    cursor: pointer;
    color: #14325f;
    float: left;
    clear: right;
    width: 100%;
    font-weight: 700;
}
.contentRow .collapse-head:hover {
    color: #003468;
    text-decoration: underline;
}
.contentRow .collapse-head.open {
    color: #003468;
    text-decoration: none;
}
.contentRow .collapse-head.open:hover {
    color: #14325f;
    text-decoration: underline;
}
.contentRow .collapse-body {
    display: none;
    float: left;
    clear: right;
    width: 100%;
    border: 1px dotted #003468;
    padding: 3px 3px;
}
.contentRow .collapse-body p {
    padding: 3px 3px;
}

/* *** expand List Link font, line height, text decoration and color *** */
.contentRow .collapse-body li a {
    font: 700 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #89408a;
}
.contentRow .collapse-body li a:hover {
    color: #003468;
    text-decoration: underline;
}

/* *** Collapse All Style *** */
#showAllCollapse {
    text-decoration: none;
    color: #14325f;
}
#showAllCollapse:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #003468;
}

/* *** List item font, line height, text decoration and color *** */
ul.navigationList li {
    color: #003468;
    text-decoration: none;
 /*   font: 500 13px Arial, Helvetica, sans-serif; */
}

/* *** PHP Directory Browse Styles  */
.dirbrowse {
	list-style: none;
	margin-left: -15px;
}

/* twocolumn layout*/
.twocolumn{
	display:block;
	float:left;
	width:100%;
}
.column-left{
	display:block;
	float:left;
	margin-right:1%;
	width:49%;
}
.column-right{
	display:block;
	float:left;
	margin-left:1%;
	width:49%;
}
/*** BREAKPOINTS (https://scotch.io/tutorials/default-sizes-for-twitter-bootstraps-media-queries) ***/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    ul#menu li.twoline span.nav a {
        font-size: 15px;
    }

    .footerRow .leftTopFooterLinks {
        width: 100%;
        text-align: center;
    }
    .footerRow .rightFooterLinks {
        width: 100%;
        text-align: center;
    }
    .footerRow .rightFooterLinks .right {
        margin: 25px 0 20px 0;
        text-align: center;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    html {
        font-size: 100%;
    }
    .l-header {
        margin-bottom: 10px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    }
    .l-header .headerRow .actionNavBar,
    .l-header .dropLayer {
        display: none;
    }
    body.mob-open {
        overflow: hidden;
    }
    body.mob-open .l-header {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        overflow-y: auto;
        z-index: 9998;
    }
    body.mob-open .l-header .headerRow .actionNavBar,
    body.mob-open .l-header .dropLayer {
        display: block;
    }
    body.mob-open .main-toggle-container .toggle button.toggle-element {
        background: none;
    }
    body.mob-open .main-toggle-container .toggle button.toggle-element:before {
        top: 0px;
        background: #14325f;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.mob-open .main-toggle-container .toggle button.toggle-element:after {
        top: -4px;
        background: #14325f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.mob-open .logoImage {

    }

    .logoImage {
        position: relative;
        width: 275px;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .logoImage a img {
        width: 100%;
        max-width: 275px;
        height: auto;
    }
    .headerRow{
        min-height:50px;
    }
    .main-toggle-container {
        display: block;
        float: right;
        width: 80px;
        height: 60px;
        padding: 20px 0 0px 0;
        background: #fff;
        cursor: pointer;
        box-sizing: border-box;
    }
    .main-toggle-container span.menu-text {
        display: block;
        float: left;
        margin: 5px 5px;
        font: 700 14px/14px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0;
    }
    .main-toggle-container .toggle {
        display: block;
        float: left;
        width: auto;
        position: relative;
        padding: 0;
        background: #fff;
        z-index: 10;
        cursor: pointer;
        color: #fff;
    }
    .main-toggle-container .toggle button.toggle-element {
        display: block;
        float: left;
        width: 24px;
        height: 4px;
        margin: 10px 0 0 0;
        padding: 0;
        background: #14325f;
        border: none;
        cursor: pointer;
        box-sizing: initial;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .main-toggle-container .toggle button.toggle-element:before {
        top: -7px;
        content: '';
        display: block;
        width: 24px;
        height: 4px;
        background: #14325f;
        position: relative;
        z-index: -1;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .main-toggle-container .toggle button.toggle-element:after {
        top: 3px;
        content: '';
        display: block;
        width: 24px;
        height: 4px;
        background: #14325f;
        position: relative;
        z-index: -1;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .main-toggle-container .toggle:hover {
        -webkit-transition: top 0.4s ease 0s;
        transition: top 0.4s ease 0s;
    }
    .main-toggle-container .toggle:hover .toggle-element:before {
        top: -8px;
    }
    .main-toggle-container .toggle:hover .toggle-element:after {
        top: 4px;
    }

    .headersearch {

    }
    .headersearch form {
        display: block;
        float: left;
        width: 100%;
    }
    .headersearch form #q {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        height: 40px;
        font-size:16px;
    }
    .headersearch form #sa {
        height:40px;
		width: 80px;
        font-size: 16px;
    }

    .actionNavBar {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 0 10px;
    }
    .actionNavBar .actionNavBox {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .actionNavBar .actionNavBox a {
        display: block;
        float: left;
        width: 100%;
        margin: 0;
        padding: 11px;
        /* color: #dd4f05; */
		color: #cf4b00;
        border-bottom: 1px solid rgba(221,79,5,0.3);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .actionNavBar .actionNavBox a:hover {
       /* background-color: #dd4f05; */
		background-color: #cf4b00;
        color: #fff;
    }
    ul#quicklinkmenu {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin: 10px 0 5px 0;
    }
    ul#quicklinkmenu li.menu_head {
      /* color: #dd4f05; */
		color: #cf4b00;
        padding-left:10px;
    }
    ul#quicklinkmenu li.menu_head ul.menu_body {
        float: left;
        width: 100%;
        margin: 0;
        padding: 10px 0 5px 0px;
        position: relative;
        right: 0;
        background: #fff;
    }
    ul#quicklinkmenu li.menu_head ul.menu_body li {
        width: 100%;
        float: left;
    }
    ul#quicklinkmenu li.menu_head ul.menu_body li a {
        display: block;
        width: 100%;
        padding: 4px 0;
        /* color: #dd4f05; */
		color: #cf4b00;
        padding-bottom: 10px;
        margin-top: 5px;
    }
    ul#quicklinkmenu li.menu_head:after {
        right: auto;
        left: 110px;
    }
    body.ql-open ul#quicklinkmenu li.menu_head:after {
        right: auto;
        left: 110px;
    }

    .azIndex {
        width: 100%;
        margin:0;
    }
    .azIndex a {
        float: left;
        padding: 10px;
        margin-bottom:20px;
    }


    .dropLayer {
        padding: 0 10px;
    }
    ul#menu li {
        width: 100%;
    }
    ul#menu li.mega {
        background: #fff;
    }
    ul#menu li.mega .nav a {
        padding: 22px 0 10px 0;
        color: #14325f;
        text-align: left;
        border-bottom: 1px solid rgba(20, 50, 95, 0.3);
    }
    ul#menu li.mega.first .nav a {
        border-top:2px solid rgba(20,50,95,0.6);
    }
    ul#menu li.mega div.narrow,
    ul#menu li.mega #panel {
        display: none;
    }
    ul#menu li.twoline span.nav a {
        padding-top: 22px;
        font-size: 16px;
        padding-left:5px;
    }
    .column-left,
	.column-right{
		width:100%;
		margin:0;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.highslide img {
    	width: 95%;
    }
}

/* Only Desktop */
@media only screen and (min-width : 1170px) {

.centerContent {
        margin: 5px auto 0 auto;
        z-index: 2;
    }

/* *** Full Width Browser Bar - Header *** */
   .headerRow:before {
        content: '';
        display: block;
        width: 100vw;
        height: 5px;
        position: absolute;
        right: 100%;
        background: #cf4b00;
        margin-top: -5px;
    }
    .headerRow:after {
        content: '';
        display: block;
        width: 100vw;
        height: 5px;
        position: absolute;
        left: 100%;
        background: #cf4b00;
        margin-top: -5px;
    } 
/* *** Full Width Browser Bar - Main Nav *** */
    .dropLayer:before {
        content: '';
        display: block;
        width: 100vw;
        height: 60px;
        position: absolute;
        right: 100%;
        background: #14325f;
    } 
    .dropLayer:after {
        content: '';
        display: block;
        width: 100vw;
        height: 60px;
        position: absolute;
        top: 0;
        left: 100%;
        background: #14325f;
    }
/* *** Full Width Browser Bar - Footer *** */
    .footerRow:before {
        content: '';
        display: block;
        width: 100vw;
        height: 170px;
        position: absolute;
        left: 0;
        background: #e7eaef;
        z-index: -1;
    }
}
