/* FOUNDATION STYLE RESETS *******************************************************/
.row{max-width:1200px !important;}
p, span, div, a, button, input, td, tr, th, h1, h2, h3, h4, h5, h6 {font-family:"Gabarito",sans-serif;color:rgb(46, 52, 56);}

.adminTooltiptext{
    font-size:16px !important;
    line-height:22px !important;
    color:rgba(0,0,0,.7) !important;
}
/* END FOUNDATION STYLE RESETS ***************************************************/




/* HEADER STYLES *****************************************************************/
.header{    
    min-height:150px;
    background:#FFFFFF;   
}

.header .headerNav{
    max-width: 1600px;
    margin: 0px auto;
    display: block;
    min-height: 150px;
}
.header .headerNav img{
    float: left;
    height: 74px;
    margin-top: 24px;
    margin-left: 0px;   
}

.header .navigation{
    float:right;
    margin-top: 61px;
    margin-right: 0px;   
}    
.header .navigation li{
    list-style-type:none;
    display:inline-block;
    font-size:20px;
    cursor:pointer;
    padding-right: 16px;
    margin-left: 16px;   
    position:relative; 
}
.header .navigation a{
    color:#006699;
    font-weight:bold;
}
.header .navigation li:hover{
    color:#f47920;
}

.header .navigation .signupButton{
    background: #069;
    text-align: center;
    padding: 0px 30px 3px;
    border-radius: 29px;
    border: 2px solid #069;
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,.7);
}      
.header .navigation .signupButton a{
    color:#FFFFFF !important;
}

.header .navigation li .downArrow{
    content: '';
    position: absolute;
    right: 0%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid;
    border-right-color: currentcolor;
    border-bottom: 2px solid;
    border-bottom-color: currentcolor;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX( -5px ) rotate( 45deg );
    -ms-transform: translateX( -5px ) rotate( 45deg );
    transform: translateX( -5px ) rotate( 45deg );
}      

.header .navigation li .subMenu{
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
    visibility: hidden;
    text-align: left;
    background: white;
    box-shadow: 0px 0px 16px rgba(0,0,0,.1);
    width: 240px;
    padding: 10px;
}

.header .navigation li .subMenu a{
    display:block;
    font-size:16px;
    padding:10px 0px 10px 10px;
    cursor:pointer;
    text-decoration:none;
}
.header .navigation li .subMenu a:hover{
    color:#f47920;
}
    
.header .navigation li:hover .subMenu{visibility: visible;}
.header .navigation li .subMenu:hover {visibility: visible;}


.header .navigation li.navDivRight{
    border-left: 2px solid rgb(52,45,52);
    height: 14px;
    width: 0px;
    margin-left: 40px;    
}    


.header .sandwichMenu{
    float: right;
    margin: 44px 30px 0px 0px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.header .navigationMobile{
    display:none;
    margin-top:20px;
    margin-bottom:20px;
}    
.header .navigationMobile li{
    list-style-type: none;
    display: block;
    font-size: 20px;
    cursor: pointer;
    padding: 8px 16px;
    margin-bottom: 2px;
    background: #F0F0F0;
    margin-right: 20px;
}

.mobileChoicesMenu{
    font-size: 18px;
    font-family: 'Gabarito', sans-serif;
    font-weight: bold;
    padding: 10px;
    height: 43px;
    border-radius: 4px; 
    background: rgba(255,255,255,.8);   
}


/* END HEADER STYLES *************************************************************/

/* BODY STYLES *******************************************************************/
#body{min-height:500px;}
.pageHeader{
    background:#F1F3F4;
}

.pageHeader h1{
    color: #2E3438;
    padding: 40px 20px;
    font-size: 50px !important;
    font-weight: 700;
    display:none;
}



/* HOME */
.homeHeader{
    height: 300px;
    background: url(../images/chalkboard.jpg);
    background-size: cover;
    display: block;
    background-position: 50% 50%;    
}    


.homeHeader h1{
    color: white;
    font-weight: bold;
    font-size: 57px;
    margin-top: 50px;
    margin-bottom: 36px;  
}

.homeHeader h2{
    font-weight: normal;
    color: #FF7E2A;
    font-size: 33px;
    font-style: italic;
}      






/* END BODY STYLES ***************************************************************/


/* FOOTER STYLES *****************************************************************/
.footer{
    padding:40px 0px 40px 0px;
    background:#006699;
    margin-top:50px;
}

.footer .legalText {
    font-size:12px;
    color:#99a2ab; 
    line-height: 18px;   
}    

/* END FOOTER STYLES *************************************************************/
  