/* Custom styles go here */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700');


/* adds fis logo into the black admin bar and Lisa_ControlBar.css */
.ServiceIcon.professional {
      background: url(../img/fis_logo.png) no-repeat; 
      margin-top: 6px;
      border: none;
      border-bottom: none !important;
}
/* Note that Admin has folder named "images" instead so it will be background: url(./images/fis_logo.png) no-repeat;*/

#ControlNav > li > a { color: #f2f2f2; /*#999*/}
.subNav dl a { color: #f2f2f2; /*#aaa*/ }
.subNav.advanced dl a { color: #f2f2f2; /*#aaa*/}
#ControlBar_SiteSelector p, #ControlBar_LanguageSelector p { color: #f2f2f2; /*#555*/ }
#ControlBar_CustomMenuItems > li > a, #ControlActionMenu > li > a { color: #f2f2f2;/*#999*/ }
#ControlBar_CustomMenuItems > li ul li a, #ControlActionMenu > li ul li a { color: #f2f2f2; /*#aaa*/ }
#ControlEditPageMenu > li > a { color: #f2f2f2; /*#999*/  }
#ControlEditPageMenu > li ul li a { color: #f2f2f2; /*#aaa*/ }
#ControlEditPageMenu li label { color: #f2f2f2; /*#999*/}


/* ********************* ADA ********************* */
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 {
	height: 1px;
	position: absolute;
	text-indent: -300000px !important;
}



/*------------------------------------------------*/
/*-----------------[NEW ]-----------------*/
/*------------------------------------------------*/


/* ******* Overrides ******* */

.carousel-indicators li {margin: 1px 5px;}





/* ******* Homepage ******* */
.homeWhiteHeader {text-align:center!important;font-size:2.1em;font-family: 'Open Sans', sans-serif;font-weight:300;color:#fff; line-height: 1.2}
.homeGreyHeader {text-align:center!important;font-size:2.1em;font-family: 'Open Sans', sans-serif;font-weight:400;color:#494545;}
#dnn_ThirdLeftSection3 h4, #dnn_ThirdMiddleSection3 h4, #dnn_ThirdRightSection3 h4{text-align:center!important;font-size:1.2em;font-family: 'Open Sans', sans-serif;font-weight:600;color:#494545;margin-bottom: 5px;}
.ColorPanes1 {padding:45px 0;}
.inner_content {padding-top:20px;}
.ColorPanes1.innerpage {padding:20px 0;}
.ColorPanes2 {padding:45px 0;}
.ColorPanes2.innerpage {}
.ColorPanes3 {padding:40px 0;}
.ColorPanes3.innerpage {padding:0;}
.ColorPanes4 {padding-top:15px;}

.ColorPanes4 h5 {text-transform:uppercase;font-family: 'Open Sans', sans-serif;font-weight:600!important;}
.ColorPanes4 p {font-size:0.8em!important;letter-spacing:0.5px;}
.ColorPanes4 a {color:#b2cbe0!important;}



/* ******* Top Bar Menu ******* */
.TopBarPane {float: none;text-align:right;font-family: 'Open Sans', sans-serif!important;}
.TopBarPane a{color:#fff!important;}

.TopBarPane p {margin-bottom: 0px!important;}


.TopBarPaneLinks {text-align:right;}

.TopBarPaneLinks li {
	display: inline;font-size: 0.8em;letter-spacing: 1px;
	margin: 0px 6px;
	text-align:center;
	
}

.TopBarPaneLinks a{color:#fff!important;}
.TopBarPaneLinks  a:hover{text-decoration: none!important;color:#C5D9EB!important;}













/* fixes weird space generic3 adds to the right of the site  */
@media (max-width:1023px) {
.wsc_generic_skin {
	overflow: hidden;
}
	/* ******* Misc ******* */

.modal-backdrop {
	/* bug fix - no overlay */    
	display: none;
}
/* ******* DNN Mods ******* */

/* adds fis logo into the black admin bar  */
.ServiceIcon.professional {
	background: url(../img/fis_logo.png) no-repeat;
	margin-top: 6px;
	border: none;
	border-bottom: none !important;
}






