﻿body
{
    color: #333;
    margin: 0 auto;
    background-color: #FFF;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
}

h1
{
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Maven Pro' , Arial, Helvetica, sans-serif;
    letter-spacing: -0.01em;
    color: #F50;
    font-size:2em;
    line-height:1em;
}

h2
{
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Maven Pro' , Arial, Helvetica, sans-serif;
    letter-spacing: -0.01em;
    font-size:1.5em;
    line-height:1em;
}

a
{
    text-decoration:underline;
}

p
{
    font-size: 0.9em;
}

.panel h3
{
    font-size:20px;
}

.panel.callout a
{
    /*color: #FFF;*/
    font-weight:bold;
}

.section-container section .title a, .section-container .section .title a, .section-container.auto section .title a, .section-container.auto .section .title a
{
    text-decoration: none;
}

.row
{
    width: 100%;
    max-width: 100%;
}

.logo
{
    margin-top:20px;
}

.logo_mobile {
    margin: 5px 0;
    max-width: 120px;
}

#header
{
    height: auto;
    font-size: 0.75em;
    
    box-shadow: 0 1px 3px #aaa;
    -moz-box-shadow: 0 1px 3px #aaa;
    -webkit-box-shadow: 0 1px 3px #aaa;
    background-color: white;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(white,#f8f8f8);
    background-image: -ms-linear-gradient(top,white,#f8f8f8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#f8f8f8));
    background-image: -webkit-linear-gradient(white,#f8f8f8);
    background-image: linear-gradient(top,white,#f8f8f8);
    display: block;
    padding: 5px 10px;
    position: relative;
    z-index: 10000;
    margin-bottom: 20px;
}

#header-loggedin
{
    height: auto;
    background-color: white;
    background-repeat: no-repeat;
}

#header-loggedin p
{
    font-size: 0.75em;
}

a.header
{
    color: #222;
    text-decoration: none;
    padding: 5px;
}

a:hover.header
{
    text-decoration: none;
    background: #0593DC;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#header a:hover.nohover
{
    background: inherit;
}

#header a.selected
{
    text-decoration: none;
    background: #EDEDED;
    color: #222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#header-loggedin a
{
    text-decoration:underline;
}

#header .mainmenu
{
    margin-top: 17px;
    clear: both;
    float: right;
    line-height: 1;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

.mainmenu
{
    margin-top: 17px;
    clear: both;
    float: right;
    line-height: 1;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

#header .mainmenu_sub
{
    margin-top: 15px;
    clear: both;
    float: right;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.mainmenu_sub
{
    margin-top: 15px;
    clear: both;
    float: right;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-bottom: 5px;
}

#header ul li, #header ul div
{
    list-style: none outside none;
    display: inline;
    float: right;
    width: auto;
    margin-left: 1.3em;
}

#header .mainmenu
{
    font-size: 1.4em;
}

#header .submenu
{
    margin-top: 17px;
    clear:both;
    float: right;
    line-height: 1;
    text-transform: uppercase;
}

.submenu
{
    margin-top: 17px;
    float: right;
    clear:both;
    line-height: 1;
    text-transform: uppercase;
}


.submenu a.header:hover
{
    background-color: #FFF;
    color: inherit;
    text-decoration: underline;
}


#header-loggedin .mainmenu
{
    font-size: 1em;
    text-transform:none;
}

#header-loggedin .submenu
{
    margin-top: 17px;
    clear:none;
    float: right;
    line-height: 1;
    text-transform: none;
}

#header-loggedin .profilePhoto
{
    margin-top: 10px;
    max-height: 48px;
}
#header-loggedin .serviceLevel
{
    
}

.header_dashboardlink
{
    display:none;
}

.highlight-orange
{
    color: #F50;
}
.highlight-red
{
    color: #C60F13;
    font-weight:bold;
}

#footer
{
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 0.8em;
    background-color: #F3F3F3;
    color: #333;
    
    display: block;
    background-color: #FFF;
    border-top: 1px solid #EDEDED;
    margin-top: 50px;
    text-align: center;
}

#footer a
{
    color: #333;
}


a.footer
{
    color: #333;
}

/*
* Primary navigation
*/

.top-bar a
{
    text-decoration:none;
}

/*
* Custom media query
*/

@media only screen and (max-width: 767px)
{
    #header .mainmenu
    {
        float: none;
        margin-top: 26px;
    }
    #header .mainmenu_sub
    {
        float: none;
    }

    #header .mainmenu_phone
    {
        float: none;
    }
    
    h1
    {
        font-size:1.5em;
    }
}

@media all and (max-width: 1024px)
{
    #bottom_panels
    {
        display: none !important;
    }
}


input.tiny, textarea.tiny { width: 80px; }

@media only screen and (max-width: 767px) {
	div.form-field input.tiny { display: block; width: 100%; padding: 6px 2% 4px; font-size: 18px; }	
}

/* custom top bar */
.top-bar
{
    background: #0593dc;
    margin-bottom: 1.875em;
}

.top-bar-section li a:not(.button) 
{
    background: #0593dc !important;
}

.top-bar-section>ul>.divider 
{
    border-right: solid 1px #0593ee;
    border-left: solid 1px #0593ee;
}

.top-bar-section .divider {
    border-bottom: solid 1px #0593ee;
    border-top: solid 1px #0593ee;
}

.top-bar-section li a:not(.button):hover 
{
    background: #72C0F8; /*#2ba6cb;*/
}

.top-bar.expanded .title-area 
{
    background: #0593dc; /*#2ba6cb;*/
}
 
.top-bar.expanded .toggle-topbar a {
    color: #fff;
}
     
.top-bar.expanded .toggle-topbar a span {
    box-shadow: 0px 10px 0px 1px #fff, 
    0px 16px 0px 1px #fff,
     0px 22px 0px 1px #fff;
}

.top-bar-section ul 
{
    background-color: #f2f2f2;
}

.button{
   background-color:#0593dc;
}

/* Custom sidenav */
.sidebar
{
    margin-bottom: 1.25em;
    border: 1px solid #ccc;
}

.sidebar nav
{
    padding: 0.9375em;
    padding-top:0; padding-bottom:0;
}

.sidebar h6
{
    background: #fafafa;   
    padding: 0.9375em; 
    margin-top: 0; margin-bottom:0;
    font-size: 13px;
}

.side-nav li 
{
    margin:0;
}

.side-nav li a {
    padding: 0.33333rem 0;
}

.side-nav li a {
    display: inline-block;
    text-transform:capitalize;
    padding-left:10px;
}

.side-nav i
{
    color:#999;
}
     
/* Custom form spacing */
form .row .row 
{
    margin-top: 0px;
}

fieldset label
{
    clear:both;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea 
{
    color: rgba(0, 0, 0, 1)
}

::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {  
   color: rgba(0, 0, 0, 0.5);
}

/* Other member styles */

.section-container.title, .section-container .title, .section-container.auto .title, .section-container.auto .title 
{
    font-weight:bold;
    text-transform:capitalize;
}

.section-container section.active .title, .section-container .section.active .title, .section-container.auto section.active .title, .section-container.auto .section.active .title {
    background: none repeat scroll 0% 0% #f8f8f8;
    text-transform:capitalize;
    font-weight:bold;
}

.memberLogoPreview, .memberPhotoPreview
{
    max-width:250px;
    max-height:100px;
}

fieldset .highlight-red
{
    font-size:0.8em;
    margin-bottom:14px;
    display:inline-block;
}

/*record not yet viewed*/
.notviewed
{
    font-weight:bold;
}