﻿#mainHeader
{   
    min-height: 44px;
    min-width: 1000px;
    padding: 0px;
    background-color: #194F90;
}

#mainLogoLink
{
    position: absolute;
    border: 0px none;
    padding-left: 4em;
    padding-top: 2px;
}

#mainNav
{
    height: 26px;
    min-height: 26px;
    min-width: 1000px;
    padding: 0px;
}

/* Menu */
#navMenu
{  
    margin: 6px 0em 0px 0px;
    font-size: 13pt;
    background-color: #194F90;
    text-transform: uppercase;
    float: right !important;
    font-weight: 700;
}

#navMenu ul
{
    padding: 0px;
    z-index: 99;
    list-style: none;
    margin: 0;
}

#navMenu ul li
{
    margin-right: 3em;
    border: 0px;
    border-style: none;
    padding: 1px;
}
#navMenu ul li a
{
    font-size: 1.1em;
    text-decoration: none;
    white-space: nowrap;
	font-weight: normal;
	text-align:  right;
    color: #8897C3;
}
#navMenu ul li a:visited
{
    color: #8897C3;
}
#navMenu ul li a.selected
{
    color: #f7f7f7;
}
#navMenu ul li a.highlighted
{
    color: #FFFFFF;
}

#navMenu ul li ul
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#navMenu ul li ul li
{
    border: 0px;
    border-style: none;
    padding: .8em;
    background: #194F90;
}

#navMenu ul li ul li a
{
    font-weight: normal;
    font-size: 1.0em;
    padding: 2px;
}


#headLoginStatus
{
    margin-right: 4em;
    float: right;
    margin-top: 10px;
    padding: 4px;
    color: #8897C3;
}

/* end Menu */

/* breadcrumbs */
#breadcrumbNav
{
    display: inline-block;
    padding-top: .4em;
    padding-bottom: .4em;
}

.breadcrumbLink .ui-button-text, .inlineButton .ui-button-text
{
    padding: 0em .5em 0em .5em;
    font-size: .85em;
}
/* end breadcrumbs */

#mainBody
{
    min-width: 1000px;
}

.block, .cd_block {
    font-size: 1.1875rem;
    padding: 7rem 0;
}

.colorful.secondary {
    color: #8d8c8c;
}

.center-text, .text-center {
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}

.h1, .h2, h1, h2 {
    font-family: Museo,sans-serif;
}


.h2 {
    font-size: 2.625rem;
}

b.extra, strong.extra {
    font-weight: 900;
}

a, a:visited {
    line-height: inherit;
    color: #0056b8;
    text-decoration: none;
    cursor: pointer;
}

a:link 
{
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
}


.bold-button
{
    font-weight: 700;
    letter-spacing: 0.03rem;
}

.row 
{
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.gutter-below 
{
    margin-bottom: 20px;
}

.medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.lead {
    font-size: 1.5rem;
    line-height: 1.6;
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}


.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.footer-menu .button, .footer-menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem;
}

.hoverCard {
    color: #454545;
    -webkit-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.hoverCard:focus, .hoverCard:hover {
    background: #e0e0e0;
}


#mainFooter
{
    min-height: 270px;
    padding: 0px;
    overflow: hidden;
    background-color: #8D8C8C;
    color: #FFFFFF;
    font-size: 1.125rem;
}

#mainFooter .menu-item {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
}

#mainFooter .menu-item>a {
    display: inline-block;
    color: inherit;
    padding: 0;
}

#mainFooter .menu-item:not(:last-child):after {
    display: inline-block;
    vertical-align: middle;
    content: "|";
    margin: 0 .6em;
}

#menu-footer-links
{
    margin-top: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.column, .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0;
}

#footerButtonRight
{
    display: inline-block;
    float:right;
    padding-top: 8px;
    padding-right: 30px;
}

#inner-footer {
    margin-top: 1em;
}

.larger-text, .text-larger {
    font-size: 120%;
}

.text-right {
    text-align: right;
}

#footerHeader
{
    height: 14px;
    text-align: center;
    background-color: #194F90;
    color: #7080AF;
    font-size: 11px;
    margin-top: 0px;
    cursor: pointer;
}

#footerPhone
{
    width: 280px;
    padding-top: 12px;
    font-size: 1.3em;
}

.master-header-toggler 
{
    background-color: #8DD2CD;
    border-bottom: 4px solid #194F90;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.master-header-toggler-hover 
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.master-footer-toggler 
{
    background-color: #194F90;
    color: #7080AF;
}
.master-footer-toggler-hover 
{
}

.master-footer-toggler .ui-layout-toggler .content-closed
{
   font-size: 11px; /* IMPORTANT: default = 1px */
   text-align: center;
   margin-top: 1px;
}

.master-footer-toggler-right
{
    float: right;
    font-size: 10px;
    margin-right: 8px;
}

.failureNotification {
    color: #f44336;
}

@media screen and (max-width: 39.99875em) {

    #menu-footer-links .menu-item {
        display: block;
        text-align: center;
        padding: .5rem 0;
        border-bottom: .0625rem solid hsla(0,0%,100%,.1);
    }

    .show-for-medium {
        display: none !important;
    }

    #mainFooter .menu-item:not(:last-child):after 
    {
        display: none;

    }

    #mainFooter .columns
    {
        text-align:center;
    }

    #lnkFooterContact
    {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    #lnkFeeback
    {
        margin-bottom: 2em;
    }
}
