@charset "utf-8";

/* CSS Document */



#header{

	width:100%;

	background-color:#fff;

	/*background-color:#5d7295;*/

	/*overflow: auto;*/

	padding-top: 40px;

    min-height: 200px;

    position: relative;

    text-align: center;

	/*background-image: url(../images/bishBackMoreFaded.png);

	background-position: right top;

	background-repeat: no-repeat;

	background-size: contain;*/

}



#header.prospectus{

	background-color:#5d7295;

	background-color:#33373e;

	background-image: url(../prospectus/pimages/0.png);

	/*background-position: right top;

	background-repeat: no-repeat;

	background-size: contain;*/

	background-size: cover;

	background-blend-mode: soft-light;

}

#header.video{

	background-color:#000;

	background-image: url(../images/videoBanner.png);

	background-size: cover;
    
    background-image: url(../images/videoBanner3.png);
    background-position: right;

	/*background-blend-mode: soft-light;*/

}



#mainTitle{

	text-align: center;

	margin: 0px 40px;

    margin-top: 40px;

    color: rgba(0,204,255,1);

}

.video #mainTitle{
    filter: drop-shadow(-2px 2px 4px black);
}


h1{

	/*float: left;*/

	color: #00aeef;

	color:#fff;

}

h1 img{

	vertical-align: bottom;

}

.video #mainTitle h1{
    font-size: 3em;
}

.redirectHeader{

    color: #00aff1;

    padding-bottom: 40px;

}

.take2Header{

	color:#fff !important;

	background-color: #4682b4 !important;

	background-image: url("../images/take2.png"), linear-gradient(110deg, #4682b4 50%, black 50%);

    background-repeat: no-repeat, no-repeat;

    background-position: center;

    /*background-size: contain;*/

	/*background-position-y: -80px;*/

}

.noSearch{

	background-position: right;

}

.take2Title{

	color: #fff;

}



.noSearch #searchForm{

	display:none;

}



#searchHolder{

    position: relative;

}

#searchForm{

    font-weight: normal;

    margin-bottom: 20px;

	

	/*float: right;

    text-align: right;*/

}



#searchForm input {

    font-size: 1.4em;

    min-width: 40%;

    margin: 20px 0px 0px;

    padding: 5px;

}



button {

    font-size: 1em;

    padding: 5px 20px;

    border: #ccc thin solid;

	cursor:pointer;

}



button:hover{

	border:#333333 thin solid;	

}



#showAll a{

	text-decoration: none;

	font-weight: bold;

	color:#333;

}



#showAll a:hover{

	text-decoration: underline;

}

#showAll.prospectus a{

	color:#fff;

}

.white a{

	color:#fff !important;

}



#filterPanel{

	width:100%;

	background-color: #dfe9ed;

	overflow: auto;

	color:#333;

	padding-top: 5px;

}



#filterPanel.prospectus{

	width:100%;

	background-color: #000;

	overflow: auto;

	color:#fff;

	padding-top: 5px;

}

#filterPanel.video{

	width:100%;

	background-color: #e4ba2b;
    
    background-color: #87d238;

	overflow: auto;

	color:#000;

	padding-top: 5px;

}





#filtersHolder{

	display: flex;

	padding-bottom: 30px;

	/*flex-wrap: wrap;*/

}



#filtersHolder.hidden{

	display: none;

}



#filterTitle{

    text-align: left;

    font-weight: bold;

    /*margin: 0px 10px;*/

    cursor: pointer;

    background-color: transparent;

    border: none;

    font-size: inherit;

    /*width: calc(100% - 20px);*/

    width:100%;

}

.filterBorder{

	/*flex:auto;*/

	display: flex;

	align-items: flex-start;

    /* padding-bottom: 30px; */

    flex-wrap: wrap;

    border: 1px white solid;

}

.filterMain{

	flex:100%;

}

.filterTitle{

	width:100%;

	margin-top: 5px;

	font-size: 0.8em;

	font-weight: bold;

}

.filterSort{

	flex: 350px;

}

.filterSortProspectus{

	flex: 150px;

    align-items: center;

    flex-grow: unset;

    flex-direction: column;

}

.filter, .sort{

	flex: auto;

    flex-grow: initial;

	padding: 5px 10px;

    margin: 10px 5px;

    color: #333;

	border-radius: 5px;

	border: 1px solid #999;

	font-size: 0.8em;

	font-weight: bold;

	cursor:pointer;

	background-color: #ebc7c7;

	background-color: #eee;

}

.filterSort .filter{

	flex-grow: inherit;

}

.filter.active, .sort.active{

	background-color: #a1e45f;

}

.filter.inactive, .sort.inactive{

	/*background-color: #ebc7c7;*/

}

.filter:hover, .sort:hover{

	opacity:0.8;

}

.filterImageHolder{

	width: 18px;

	height:18px;

    overflow: hidden;

    display: inline-block;

	background-image: url('../images/filters.png');

	background-position-x:0px;

	background-repeat: no-repeat;

	border: solid 1px #ccc;

    margin-right: 3px;

}



@media screen and (max-width: 1000px) {

	.take2Header{

		color:#fff !important;

		background-color: #4682b4 !important;

		background-image: linear-gradient(110deg, #4682b4 50%, black 50%);

		background-repeat: no-repeat;

		background-position: center;

	}

}



@media screen and (max-width: 633px) {

	#filtersHolder hr{

		width: calc(100% - 20px);

	}

}



