/*=====================ACCS STYLES OVERRIDE=====================*/
.accs-search-submit {
	border: 1px solid #B3001B; /*#DD0020;*/
	background-color: #B3001B; /*#DD0020;*/
}
.accs-search-icon {
	color: #fff;
	background-color: #B3001B; /*#DD0020;*/
	/*z-index: 90;
	speak: none;*/
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.accs-view-primary a {
	color: #B3001B; /*#DD0020;*/
}

.accs-bg-primary {
	background-color: #B3001B; /*#DD0020;*/
/*color: #fff;*/
}
.accs-bg-secondary {
	background-color: #eca337;
}

.accs-tile-image {
	background-position: top center;
}
/*
.accs-tile-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	z-index: 100;
	bottom: -3px;/*worked in chrome - bottom:-4px;*/
/*}*/

.accs-tile-f .accs-tile-more, .accs-tile-e .accs-tile-more{
	margin-left:86%;
}

@media(max-width:1025px){
.accs-tile-f .accs-tile-more, .accs-tile-e .accs-tile-more {
    margin-left: 73%;
}
}

@media(max-width:375px){
.accs-tile-f .accs-tile-more, .accs-tile-e .accs-tile-more {
    margin-left: 80%;
}
}
.accs-tile-details {
	position: relative;
}

#accs_emblem a {
	text-decoration: none;
}

.accs-tile-summary {
	position: relative;
	height: 180px;
	width:95%;
}

.accs-level1-title a {
	width: 100%;
}

.accs-view-secondary a {
	color: #B3001B; /*#DD0020;*/
}

/*Override Featured Grid Styles*/

.accs-tile-c {
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 210px;
	margin-top:190px;
	
	}
	
.accs-tile-d {
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 210px;
	margin-top:-219px;
	}

/*=======================================CP THEME STYLES========================================*/

.cp-main-heading {
	font-size: 30px;
	font-weight: bold;
	/*padding: 8px;*/
}
.cp-sub-heading {
	font-size: 24px;
	padding-left: 0px;
	padding-top: 10px;
}
.cp-theme-a {
	background-color: #40A5B5;
}
.cp-theme-b {
	background-color: #FF7100;
}
.cp-theme-c {
	background-color: #91C6CF;
}
.cp-theme-d {
	background-color: #FFA000;
}
.cp-theme-e {
	background-color: #E64058;
} /*COLOR THAT PASSES ALL TESTS ON BLACK TEXT: #ED7385*/
.cp-theme-f {
	background-color: #42AE93;
}
.cp-theme-g {
	background-color: #FF7100;
}
.cp-theme-h {
	background-color: #409777;
} /*COLOR THAT PASSES ALL TESTS ON BLACK TEXT: #49AB87*/

.cp-tile-desc {
	font-size: 12px;
	text-align: left;
	max-height: 180px;
	line-height: 18px;
	font-weight: bold;
	padding: 4px;
	position: relative;
	overflow: hidden;
}
.cp-tile-desc-sm {
	max-height: 300px;
}
.cp-tile-desc p {
	font-size: 12px;
}


.cp-news-btn {
	background-color: #315868/*#80b2c3*/;
	display: inline-block;
	border-width: 0;
	color: #fff;
	padding: 7px 14px;
	text-decoration: underline;
}


.cp-blog_home-title {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1px;
}
.cp-blog_home-details {
	position: relative;
	text-align: left;
	width: 80%;
	margin: auto;
	padding-bottom: 75px;
}

.cp-blog-more {
	position: absolute;
	right: 0px;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 5px 0;
	z-index: 100;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}


/*====================================New Interior Featured Grid========================================*/
#cp-tile-interior-container{
	width:100%;
	margin:auto;
	padding:20px;
	
}

@media only screen and (min-width: 972px) {
	#cp-tile-interior-container li{
		display: inline-block;
		width: 32%;
		margin: 5px;
	}

	.cp-tile-interior {
		-webkit-box-flex: 0 0 calc(30% - 10px);
		-moz-box-flex: 0 0 calc(30% - 10px);
		-webkit-flex: 0 0 calc(30% - 10px);
		-ms-flex: 0 0 calc(30% - 10px);
		flex: 0 0 calc(30% - 10px);
		height: 190px;
		list-style-type:none;
		flex-direction: column;
	}
}

@media only screen and (max-width: 971px) {
	.cp-tile-interior {
	-webkit-box-flex: 0 0 calc(80% - 10px);
	-moz-box-flex: 0 0 calc(80% - 10px);
	-webkit-flex: 0 0 calc(80% - 10px);
	-ms-flex: 0 0 calc(80% - 10px);
	flex: 0 0 calc(80% - 10px);
	height: 190px;
	list-style-type:none;
	flex-direction: row;
}
	
	#cp-tile-interior-container li{
	width: 80%;
	margin: 5px;
}	
		
}

.cp-tile-interior-image {
	background-color: #333;
	background-size: cover;
	width: 44%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 190px;
}

.cp-tile-interior-details {
	position:relative;
	float:right;
	width: 46%;
	height: 88%;
	top:-84%;
	right:5%;
	/*border:1px solid white;*/
}



.cp-tile-interior-summary {
	font-size:82%;
	line-height:111%;
	width:100%;
	
}

.cp-tile-interior-desc {
	width: 100%;
  
    max-height: 63%;
    position: absolute;
	overflow: hidden;
}


.cp-tile-interior-more {
	position: absolute;
    bottom: 7%;
    right: -37%;
    float: right;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    z-index: 100;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

/*End New Interior Featured Grid*/

/*===========================================MEDIA QUERIES============================================*/

@media only screen and (max-width: 1544px) and (min-width:1478px) {
.accs-tile-more-c {
	bottom: 8px;
}
}

@media only screen and (max-width: 1477px) {
.accs-tile-more-d, .accs-tile-more-b {
	bottom: 8px;
}
.accs-tile-more-c {
	bottom: 8px;
}
}



@media only screen and (max-width: 1440px) and (min-width:1330px) {
.cp-tile-desc {
	bottom: 5px
}

}

@media only screen and (max-width: 1329px) and (min-width:1218px) {
.accs-tile-more-c, .accs-tile-more-b {
	bottom: 16px;
}
.cp-tile-desc {
	bottom: 7px
}
}

@media only screen and (max-width: 1217px) {
.accs-tile-more-c, .accs-tile-more-b, .accs-tile-more-d {
	bottom: 16px
}

}

@media only screen and (max-width: 1187px) {
.accs-tile-more-f {
	bottom: 10px;
	left:19px;
}
}

@media only screen and (max-width: 1197px) and (min-width:1097px) {
.accs-tile-more-f {
	bottom: 16px;
}
}

@media only screen and (max-width: 1096px) {
.accs-tile-more-f {
	bottom: 16px
}
}

@media only screen and (max-width: 360px) {
.accs-tile-more-f {
	bottom: 16px
}
}

@media only screen and (max-width: 881px) {

.cp-news-featured {
	margin-top: 60px;
}

}

/*mserrano added 11/7*/

	
@media (min-width:882px){
	
	/*#cp_featured_list .accs-tile{
		display:grid !important;
		/*min-height:200px;*/
		
	/*}*/
	.accs-tiles li.accs-tile-a, .accs-tiles li.accs-tile-b, .accs-tiles li.accs-tile-g, .accs-tiles li.accs-tile-h, .accs-tiles li.accs-tile-e, .accs-tiles li.accs-tile-f {
		width:280px;
	}
}
.accs-tiles li.accs-tile-a {
	-webkit-box-flex: 0 0 60%;
	-moz-box-flex: 0 0 60%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	/*height: 280px;*/
}
.accs-tile-b, .accs-tile-g, .accs-tile-h {
	-webkit-box-flex: 0 0 calc(100% - 10px);
	-moz-box-flex: 0 0 calc(100% - 10px);
	-webkit-flex: 0 0 calc(100% - 10px);
	-ms-flex: 0 0 calc(100% - 10px);
	flex: 0 0 calc(100% - 10px);
	/*height: 280px;*/
}
/*
.accs-tiles .accs-tile:nth-child(odd) .accs-tile-image {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}*/

@media only screen and (min-width: 880px) {

.accs-view-secondary {
	flex: 0 0 280px;
}


.cp-news-featured {
	margin-top: 60px;
 }
}

@media only screen and (min-width: 880px) {/*original 883*/
/* desktop*/
.cp-tile-desc {
	font-size: 13px;
}

.accs-tiles .accs-tile:nth-child(odd) .accs-tile-image {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.accs-tiles {
	font-size: 10px;
}
	
.accs-tiles li.accs-tile-a {
	-webkit-box-flex: 0 0 60%;
	-moz-box-flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	height: 370px;
	margin-bottom: -290px;
}
.accs-tile-b {
	-webkit-box-flex: 0 0 calc(40% - 10px);
	-moz-box-flex: 0 0 calc(40% - 10px);
	-webkit-flex: 0 0 calc(40% - 10px);
	-ms-flex: 0 0 calc(40% - 10px);
	flex: 0 0 calc(40% - 10px);
	height: 180px;
}
}

.schedtable {
	width:100%;
	 border-collapse: collapse;
}

.schedtable td, .schedtable th{
	padding:4px;
	font-size:100%;	
}

.point2point td, .point2point th{
	padding:4px;
}

.schedtable th, .schedtable tr, .schedtable td{
		border:1px solid #333333;
		white-space:nowrap;
}

.point2point th, .point2point tr, .point2point td{
		border:1px solid #333333;
			
}

.schedtable th{
	background-color: #CB0008;
	color:white;
	font-weight:bold;
}

h3{
	/*font-weight:bold;*/
	font-size:17px;
	padding-top:8px;
	padding-bottom:8px;
}

@media (max-width:881px){
.accs-tiles .accs-tile:nth-child(odd) .accs-tile-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
	
	#cp_featured_list .accs-tile{
		height:fit-content;
	}
	
	.accs-tile-summary{
		height:auto;
	}
}

/*Fly out menu*/

.accs-hdr {
    overflow-x: visible;
}

.accs-quick-links, .accs-quick-links ul, .accs-quick-links li {
    list-style: none;
}
@media (min-width: 768px) {
    .accs-quick-links, .accs-quick-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .accs-quick-links {
      /*  float: left;*/
		position: relative; 
    /*z-index: 9999999;*/
}
     
  
    .accs-quick-links ul {
       background: #B3001B;
        position: absolute;
        top: 3.10em;
        left: -9999px;
        opacity: 0;
		    z-index: 999999999999999999999;
    }
    .accs-quick-links li {
        float: left;
        position: relative;
    }
    .accs-quick-links li > a {
        float: left;
        padding: 16px;
    }
	
	.nav.nav-list li a {
		padding:4px !important;
	}
    .accs-quick-links li > a:hover, .accs-quick-links li > a:focus {
        background: #B3001B;
    }
    .accs-quick-links li:focus > a, .accs-quick-links li:hover > a {
        /*background: #f8f8f8;*/
    }
    .accs-quick-links > li:first-child > a {
        border-left: 0;
    }
    .accs-quick-links > li:last-child > a {
        border-right: 0;
    }
    .accs-quick-links li:hover ul, .accs-quick-links li:focus ul, ul.show-menu {
        left: 0;
        opacity: 0.99;
    }
    .accs-quick-links ul li {
        float: none;
        position: static;
    }
    .accs-quick-links ul a {
        float: none;
		line-height: 23px;
		width:240px;
        display: block;
        text-align: left;
		color: #ffffff;
		font-size: 15px;
        text-shadow: none;
        border: 1px solid #e7e7e7;
        border-width: 0 0 1px;
        -webkit-transition: 0.1s linear all;
    }
    .accs-quick-links ul, .accs-quick-links ul li:last-child a {
        border: 0;
    }
    .accs-quick-links ul a:hover, .accs-quick-links ul a:focus {
        background: #B3001B;
        color: #ffffff;
        text-shadow: none;
    }
}

.nav .nav-list{
	z-index: 99999999999999999999999999999;
    margin-top: 50px;
}

.nav .nav-list li a{
	padding:2px !important;
}
.clearer {
 height:0;
 clear:both;
}

.navbar-nav{
	float:none !important;
}
