/* --------------------------------------------------------------------------- */
/* Style overrides for facetWP paging and filtering on post archive pages      */
/* Version 1.0                                                                */
/* --------------------------------------------------------------------------- */
.facetwp-facet { margin-bottom:0!important;}
.facetwp-checkbox {
	display: inline-block;
    margin-right:5px;
    padding-left:12px!important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-size:0;
    border: 1px solid #004982;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #004982;
    background: #fff!important;
    border-radius:0;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.facetwp-checkbox.checked {
    background: #004982!important;
    color: #fff;
}
.cshl-results-container.top {	
	margin:0 0 40px 0;
}
.cshl-results-container.bottom {	
	margin:40px 0;
}
.facetwp-pager a {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    border-radius: 4px;
    margin-right:-1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-color: #ccc;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 25.5px;
}
.facetwp-pager a:hover {
	background: #6588a8;
    border-color: #6588a8;
    text-decoration:none;
}
.facetwp-pager a.active, .facetwp-pager a.active:hover, .facetwp-pager a:hover {
    color:#000;
    text-decoration:none;
}
.facetwp-pager a.active { background: #ef4e22; border-color: #ef4e22; }
.facetwp-pager a:not(:first-child):not(:last-child) { border-radius:0; }
.facetwp-pager a:first-child:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.facetwp-pager a:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}	
.facetwp-type-dropdown select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
    webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
}
