
html,body{
    margin:0;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-bottom:200px /* IFF fix */
}

@font-face{
    font-family:DerailedBlack;
    src:url("../../fonts/derailed-black-webfont.woff") format('woff');
	font-weight:normal;
}

@font-face{
    font-family:DerailedBold;
    src:url("../../fonts/derailed-bold-webfont.woff") format('woff');
	font-weight:normal;
}

@font-face{
    font-family:DerailedRegular;
    src:url("../../fonts/derailed-regular-webfont.woff") format('woff');
	font-weight:normal;
}

#special_collections_guide_forms{
    background-color:#4a4a4a;
    padding:30px 20px;
    margin-bottom:30px;
    color:#FFFFFF;
}

#special_collections_guide_forms form{
    float:left;
    width:49%;
    margin:0;
}

#collection_container {
			width: 60%;
			float: left;
		}

#special_collections_guide_forms form#guide_filter{
    margin-right:2%;
}

#special_collections_guide_forms form#guide_filter label{
    display:none;
}

#special_collections_guide_forms form#guide_filter select{
    width:100%;
    height:3.5rem;
    -webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
    font-size:1.2rem;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
    background-color:transparent;
    font-family:DerailedRegular,Raleway-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	background-image:url("../../images/icon-arrow-down-white.png");
    background-size:30px;
    background-position:right 10px center;
	background-repeat:no-repeat;
    padding:1rem;
}

#special_collections_guide_forms form#guide_filter select::-ms-expand{
    display:none;
}

#special_collections_guide_forms form#guide_search{
    
}

#special_collections_guide_forms form#guide_search input[type="text"]{
    width:calc(100% - 50px);
    height:3.5rem;
    -webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
    font-size:1.2rem;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
    background-color:transparent;
    font-family:DerailedRegular,Raleway-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
    padding:1rem;
    float:left;
}

#special_collections_guide_forms form#guide_search input[type="text"]::placeholder{
    color:#FFFFFF;
    opacity:1;
}

#special_collections_guide_forms form#guide_search input[type="submit"]{
    background-color:transparent;
    font-size:0;
    overflow:hidden;
    background-image:url("/webtemplate/img/icons/ncuvision__icon-search_light.png");
    background-repeat:no-repeat;
    background-position:center center;
    height:3.5rem;
    width:50px;
    -webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
    display:inline-block;
    border:1px solid #FFFFFF;
    border-left:none;
    float:left;
    cursor:pointer;
}

#special_collections_guide_forms form#guide_filter select:hover,
#special_collections_guide_forms form#guide_filter select:focus,
#special_collections_guide_forms form#guide_search input[type="text"]:hover,
#special_collections_guide_forms form#guide_search input[type="text"]:focus,
#special_collections_guide_forms form#guide_search input[type="submit"]:hover{
    background-color:rgba(0,0,0,.75);
}

#special_collections_guide_forms #guide_az{
    display:none;
}


.zephyr_landing_page_group{
    display:flex;
	flex-wrap:wrap;
    margin-top:30px;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three{
    width:30%;
    margin-right:3.3%;
    padding-bottom:40px;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three a{
    text-decoration:none;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three a img{
    width:100%;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three a h4{
    font-family:DerailedBold;
    font-weight:normal;
    color:#4a4a4a;
    font-size:1.25rem;
    margin:5px 0;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three a h4:after{
    content:">";
    font-size:1.2rem;
    margin-left:15px;
    margin-right:5px;
    transition:all 0.3s ease-in-out;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight:normal;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three a h4:hover:after{
    margin-left:25px;
    margin-right:0px;
}

.zephyr_landing_page_group .zephyr_landing_page_box_three a p{
    color:#4c4c4c;
    line-height:1.2;
    margin:10px 0;
}

p{
    color:#4c4c4c;
    line-height:1.5;
}

p a:hover{
    background-color:#d1e9ff;
    color:#000000;
    text-decoration:none;
}

h3{
    font-family:DerailedBlack;
    font-weight:normal;
    color:#4a4a4a;
    font-size:2.5rem;
}
h4 {

    font-family: DerailedBlack;
    font-weight: normal;
    color: #4a4a4a;
    font-size: 1.2rem;
}
	
img#collection_image{
    float:right;
    margin-left:40px;
    width:40%;
}

#mirador-container {
	width: 40%; 
	float: right;
}

#collectgion-container {
	float: left;
	width: 58%;
}

/*p.request_form{
    display:none;
}

p.request_covid{
    font-weight:bold;
}*/

/* smaller desktops */
/* @media screen and (max-width:64rem){} */

/* mobile */
@media screen and (max-width:48rem){
    
    #special_collections_guide_forms form{
        float:none;
        width:100%;
    }
    
    #special_collections_guide_forms form#guide_filter select{
        border-bottom:none;
    }
    
    .zephyr_landing_page_group{
        display:block;
        flex-wrap:nowrap;
        
    }

    .zephyr_landing_page_group .zephyr_landing_page_box_three{
        width:100%;
        margin-right:0;
        padding-bottom:40px;
    }
    
    img#collection_image{
        float:none;
        margin-left:0;
        width:100%;
    }
    
    
}

@media (max-width: 1000px) {
	#mirador-container {
		float: none;
		width: 100%;
	}
	
	#collection_container {
		width: 100%;
		float: none;
	}
}








