﻿.pageTitle {
    display: none;
}
/*fix x-axis scrollbar */
#s4-workspace {
	overflow-x: hidden !important;
}
.parallax{
	background-attachment: fixed;
}
body {
	/*overflow-x: hidden;*/
    /*padding-bottom: 40px;*/
    /*color: #5a5a5a;*/
    /*height: 100%;*/
}
/*logo customizations - oob*/
/*#bso-logo { 
	left: 55px; 
	top: 55px; 
	z-index: 500; 
	max-width: 175px; 
	max-height: 196px; 
	width: 175px;
	height: 196px !important;  
	min-width: 175px !important;
	cursor: pointer;
	position: absolute;
}*/
#bso-logo { 
	left: 55px; 
	top: 55px; 
	z-index: 500; 
	max-width: 175px; 
	max-height: 196px; 
	width: 175px;
	height: 196px !important;  
	min-width: 175px !important;
	cursor: pointer;
	position: absolute;
}

/*logo customizations - autism
#bso-logo { 
	left: 55px; 
	top: 55px; 
	z-index: 500; 
	max-width: 200px; 
	max-height: 200px; 
	width: 200px;
	height: 200px !important;  
	min-width: 200px !important;
	cursor: pointer;
	position: absolute;
}*/
/* autism awareness logo size
#bso-logo-mob {
	max-width: 36px;
	max-height: 36px;
	margin-left: 3px;
	margin-top: -3px;
}*/
/* Real Logo*/
#bso-logo-mob {
	max-width: 32px;
	max-height: 36px;
	margin-left: 3px;
	margin-top: -3px;
}
.mob-Title {
	padding-top: 5px;
	display: unset;
	padding-left: 5px;
}

@media only screen and (max-width: 368px) {
    .show-xxs {
        display: unset;
    }
    .hide-xxs {
        display: none;
    }

}
@media only screen and (min-width: 367px){
	.show-xxs {
        display: none;
    }
    .hide-xxs {
        /*splay: unset;*/
    }
}
@media (max-width: 768px){
	.navbar-searchTxt {
		font-weight: bold;
		display: inline !important;
    	margin-left: 10px
	}
}
@media (max-width: 768px){
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px !important;
	}
	.navbar-searchIco {
    	position: relative;
    	float: left !important;
    	background-color: #000000 !important;
    	width: 100% !important;
	}	
}
}


@media (min-width: 768px){
	.navbar-header {
    	float: right;
	}
}
/*
Mobile Sub-navbar customizations:
mob-navBtn
*/

#mob-navBtnCtr {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#mob-navBtn {
	line-height: 35px;
	margin: 0px auto;
	background-color: rgb(0, 68, 55);
	color: #ffffff;
	width: 100%;
	height: 35px;
	font-weight: bold;
	min-width: 100%;
	padding-left: 15px;
	user-select: none;
}
#mob-navBtn>span {
	padding-right: 3px;
}
#mob-navBtn:hover{
	cursor: pointer;
}
#mob-navBtn.exp, #mob-navBtn:hover {
	background-color: rgba(0, 68, 55, 0.75);
}
/* navigation style / color fixes (sp classes & bootstrap glue) */
.ms-core-listMenu-horizontalBox .menu-item-text { /* NAVBAR MENU ITEM COLOR GLOBAL */
    color: #ffffff;
    /*font-size: 14px !important;*/
}
.ms-core-listMenu-horizontalBox > ul > li > span > span > span.menu-item-text { /* NAVBAR MENU ITEM COLOR */
    font-size: 14px !important;
}

.ms-core-listMenu-horizontalBox > ul > li > ul > li > a > span { /* Dropdown Item Font Size */
	font-size:12px !important;
}
.ms-core-listMenu-horizontalBox > ul > li > ul > li > a:hover span { /* Dropdown Item Hover Color */
	color: #000000 !important;
}
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    padding-right: 13px !important;
}
/*zz13_RootAspMenu > li > ul > li > a:hover span{ 
	color: #000000 !important;
}*/
.ms-core-listMenu-root ul li ul li .menu-item-text:hover {
    color: #000000;
}
.ms-listMenu-editLink {
	display: none !important;
}
/*.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected {
	background-color: #efefef;
    background-color: rgba( 239,239,239,0.78 ) !important;
}*/
.ms-core-listMenu-verticalBox ul > li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, 
.ms-core-listMenu-verticalBox ul > li > a.ms-core-listMenu-item:hover, 
.ms-core-listMenu-verticalBox ul > li > a.ms-core-listMenu-item:active {
    background-color: #cde6f7;
    background-color: rgba( 200,255,200,0.5 ) !important;
}
.nav > li > a, .nav > li > a:visited {
    color: rgb(145, 124, 77);
}
@media only screen and (max-width: 767px)
{
    .ms-core-listMenu-horizontalBox > ul > li {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: rgba(0,0,0,0.95 );
		border-radius: 5px;
	}
	.ms-core-listMenu-horizontalBox > ul > li.hover, 
	.ms-core-listMenu-horizontalBox > ul > li:hover, 
	.navbar-searchIco:hover {
		background-color: rgba(0,0,0,0.5 ) !important;
	}
	.ms-core-listMenu-horizontalBox > ul {
    	-webkit-padding-start: 0;
	}
}
.navbar-toggle {
	min-width: 4em !important;
	margin-right: 5px !important;
}
.navbar {
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.65);
}
.navbar-wrapper { /* wraps navbar above page header image */
	display: table-cell;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.navbar-searchIco { /* Search Icon Styling (similar to mobile hamburger menu) */
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-searchIco:hover{ /* Search Icon Hover Style */
	background-color: #000000;
	border: 1px solid transparent;
}
.navbar-searchIco > span{ /*Search Icon color*/
	color: #ffffff;
}
.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
	color: #fff; background-color: rgba(0, 68, 55, 0.78) !important;
}

/* 
 * Header Image / Carousel Customizations
 */
.headImg { /*Header-Image customizations for sub-site pages (non carousel)*/
	height: 70% !important;
	position: relative;
}
.headImg-inner {
	height: 100% !important;
	position: relative;
    width: 100%;
    overflow: hidden;
}
.page-head .item {
    height: 350px;
    background-color: #bbb;
}
.carousel .item {
    height: 700px;
    background-color: #bbb;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}
.fill-page-head {
	width: 100%;
    min-height: 320px !important;
    background-position: center;
    background-size: cover;
}

.alert {
	margin-top: 15px;
	margin-bottom: 0 !important;
}
/* 
 * Footer Customizations
 */

.footerSecond {
	background-color: rgba(0, 0, 0, 0.6);
	margin-top: 0;
	margin-bottom: 0;
}
.footFootPP a {
	color: #ffffff;
	font-weight: 500;
}
.footFootPP a:hover {
	text-decoration: none;
	font-weight: 600;
}
.footFootCP {
	color: #FFFFFF;
}
@media only screen and (max-width: 767px)
{
    .btn {
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

/* 
 * Button Styling
 */

.btn { /* styles buttons globally, primairly used on Home */
	font-size: 12px !important;
	margin-right: 2px;
	margin-left: 2px;
}
.btn-events, .btn-wp-news {
    /*padding: 14px 24px;*/
    border: 0 none;
    /*font-weight: 700;
    letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
    background-color: rgb(0, 68, 55);
    color: #ffffff;
    border-radius: 0;
}
.btn-events:visited, .btn-wp-news:visited, btn-default:visited {
	color: #FFFFFF;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
} 
.btn-events:hover, .btn-events:focus, .btn-events:active, .btn-events.active, .open > .dropdown-toggle.btn-primary,
.btn-wp-news:hover, .btn-wp-news:focus, .btn-wp-news:active, .btn-wp-news.active, .btn-default:hover, .btn-default:focus  {
    background: rgba(0, 68, 55, 0.5);
    color: #ffffff;
}
.btn-events:active, .btn-events.active, .btn-wp-news:active, .btn-wp-news.active {
    background: #003325;
    box-shadow: none;
}

.btn.sharp {
  border-radius:0;
}
.alert-dismissable button {
    min-width: unset !important; 
}
.alert {
	border-radius: 0px;
}
/* Bootstrap Customizations */
.col-nopad  {
	padding-right: 0 !important;
    padding-left: 0 !important;
}

.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #004437; /* green */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
}
#siteactiontd {
	margin-right: 10px;
}
#ms-help {
	display: none;
}
#RibbonContainer-TabRowRight, #suiteLinksBox {
	display: none;
}
#ctl00_ctl48_SiteActionsMenuMain_ctl00_wsaDesignEditor, #zz7_MenuItem_ShareThisSite {
	display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

