/*********************/
/*** MODULES FONT  ***/
/*********************/
@font-face {
    font-family: ETmodules;
    font-display: swap;
    src: url(../../../core/admin/fonts/modules/all/modules.eot);
    src: url(../../../core/admin/fonts/modules/all/modules.eot?#iefix) format("embedded-opentype"), url(../../../core/admin/fonts/modules/all/modules.ttf) format("truetype"), url(../../../core/admin/fonts/modules/all/modules.woff) format("woff"), url(../../../core/admin/fonts/modules/all/modules.svg#ETmodules) format("svg");
    font-weight: 400;
    font-style:normal
}


/*********************/
/***  SITE LAYOUT  ***/
/*********************/

header#main-header .container{
	width:90%;
	max-width:100%;
}

.et_header_style_left #main-header .logo_container{
	min-height:160px;
}


.et_menu_container div#et-top-navigation.null{
/*	width: 300px; */
	padding-left: 0px !important;
	padding-right: 80px;
	padding-top: 60px;
	text-align:right;
}

@media all and (max-width: 748px){
	
	#et-top-navigation{
		display:none;
	}

	.et_pb_row {
		width:90%;
	}

}

.mobile_nav .et_mobile_menu{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	background-color:#1a1b28 !important;
	position:absolute;
	left:auto !important;
	right:0px;
	top:0px;
	float:right;
	margin-right:-2%;
	margin-left:auto;
	border-top:none;
}

.mobile_menu_bar.mobile_menu_bar_toggle{
	z-index: 11000;
}
/*.mobile_menu_bar.mobile_menu_bar_toggle:before{
	content:'MENU';
	color:#fff;
	font-size: 50px;
}
*/
/*********************/
/*** ANC SPECIFIC  ***/
/*********************/
table tr td{
	background-color:#ffffff;
}

table.ANC_table{
	width:90%;
	margin-bottom: 3rem;
}

table.ANC_table tr:nth-child(odd) td{
	background-color:#f6f9fb;
}

table.ANC_table tr:nth-child(even) td{
	background-color:#ffffff;
}
table.ANC_table tr th{
background-color:#a7c6dd
}

table.ANC_table tr td:first-child{
	max-width: 45%;
}
table.ANC_table thead.anc_trigger th{
	color: #fff;
	cursor:pointer;
}
table.ANC_table tbody.anc_body{
	display:block;
	overflow:hidden;
	height:auto;
	max-height:0px;
	transition:max-height: .5s;
}
table.ANC_table tbody.anc_body tr{
	height:0px;
}
table.ANC_table tbody.anc_body.active tr{
	height:auto;
}
table.ANC_table tbody.anc_body.active{
	display:table-row-group;
	max-height:200vh;
}


.item_note{
	font-style:italic;
}

ul.agency_process{
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
ul.agency_process li{
	display:inline-block;
	margin-left: 1rem;
}
ul.agency_process li a{
	display:inline-block;
	font-size: 80%;
	border: solid 1px #2ea3f2;
	padding: .25rem .5rem;
	line-height:80%;
	border-radius: .5rem .5rem .5rem .5rem;
	background-color:#2ea3f200;
	transition: background-color .5s;
}
ul.agency_process li a:link,
ul.agency_process li a:hover{
	text-decoration:none !important;
}
ul.agency_process li a:hover{
	background-color:#2ea3f222;
}
.cke_top{
	background:#f6f9fb !important;
}

.onehalf{
	width:49%;
	margin-right:1%;
	float:left;
}
.onethird{
	width:32%;
	margin-right:1%;
	float:left;
}

.onefourth{
	width:24%;
	margin-right:1%;
	float:left;
}

.onefifth{
	width:19%;
	margin-right:1%;
	float:left;
}

@media screen and (max-width: 1100px){
	.onefourth,.onefifth{
		width:32%;
	}
}

@media screen and (max-width: 900px){
	.onethird,.onefourth,.onefifth{
		width:49%;
	}
}

@media screen and (max-width: 400px){
	.onehalf,.onethird,.onefourth,.onefifth{
		width:90%;
		margin-right:auto;
		margin-left:auto;
		float:none;
	}
}

ul.top_info li p{
	line-height:120%;
}

.txt_excpt{
	display:none;
	margin:0 !important;
	padding:0 !important;
}

#anc_popup{
	display:none;
	position:fixed;
	top:10%;
	width:50%;
	left:50%;
	margin-left: -25%;
	z-index:11100;
}

#anc_popup2{
	display:none;
	position:fixed;
	top:10%;
	width:300px;
	left:60%;
	margin-left: 0;
	z-index:11100;
}
#anc_img_prvw_outer{
	display:none;
	position:fixed;
	text-align:center;
	padding:0px;
	left:50%;
	top:10%;
	z-index:11100;
	border: none;
}
#anc_img_prvw{
	display:inherit;
	position:relative;
	background-color:#fff;
	padding: 30px 30px 10px 30px;
	margin:0px;
	text-align:center;
	top:0;
	left: -50%;
	max-width: 80%;
	box-shadow:none;
	z-index:11100;
	border: none;
}
#anc_img_prvw img{
	max-width:100%;
	max-height: 680px;
	margin:0px auto;
}
.alert{
	max-width:60%;
	padding: 30px;
	border: solid 3px #5a9fda;
	box-shadow: 0px 0px 8px #444;
	background-color:#fff;
	margin-top: 18px;
	margin-bottom:18px;
}

#search_results .alert{
	position:absolute;
	width: 40%;
	left: 30%;
}

#pop_close, #pop_close2, #anc_img_prvw_close{
	display:block;
	position:relative;
	float:right;
	margin: -26px -26px 0px 0px;
	text-decoration:none;
	font-size: 16px;
}
@media screen and (max-width:600px){
	#anc_popup{
		width:80%;
	}
	.alert{
		padding: 20px;
	}
#pop_close,#pop_close2,#anc_img_prvw_close{
	margin: -30px -30px 0px 0px;
}
}

h2.banner_headline{
	display:block;
	font-size: 2.5rem;
	margin: 0px auto 30px auto;
	padding-top: 60px;
	text-align:center;
	color:#fff;
	font-weight:900;
	text-shadow:0px 0px 4px #000;
}

div.top_image div.et_pb_fullwidth_code.et_pb_fullwidth_code_0{
	padding-top:180px !important;
}

a.clear_btn{
	display:inline-block;
	color:#fff;
	background-color:#97b9d5;
	border: solid 1px #fff;
	padding: 2px 6px;
	text-decoration:none;
	font-size: 90%;
	margin-left: 30px;
}
a.clear_btn.flush{
	margin-left:0px;
}
a.clear_btn:link, a.clear_btn:hover{
	text-decoration:none;
}
a.clear_btn:hover{
	background-color:#6799a5;
}

/********************
 HOME PAGE
*******/

/** category panels **/

#home_panels .et_pb_module.et_pb_text{
	margin: 4rem 1rem;
}

@media screen and (max-width:980px){
	#home_panels .et_pb_module.et_pb_text#panel-play{
		margin-top:0px;
	}
}


@media screen and (max-width:680px){
	
	#home_panels .et_pb_module.et_pb_text{
		margin: 4rem 0px;
	}
}

div.home_panel,div.home_panel h3,div.home_panel h3 a.shade{
	display:flex;
	flex-wrap:wrap;
	justify-content:center; 
	flex-direction:column;
	align-items:center;
	width:100%;
/*	max-width:360px; */
	height:100%;
/*	max-height:399px; */
	min-height:296px;
}

div.home_panel{
	background-repeat:no-repeat;
	background-size: cover;
	background-position:top center;
	text-align:center;
	border-radius:3rem 0 3rem 0;
	border-radius:3rem 3rem 3rem 3rem;
	overflow:hidden;
}
div.home_panel h3{
	padding:0px;
	margin:0px;
	line-height:170%;
}
div.home_panel a:link, div.home_panel a:hover{
	text-decoration:none;
	color:#fff;
}
div.home_panel h3{
	background-color:rgba(0,0,0,0.5);
	  -webkit-transition: background .5s ease-out;
	  -moz-transition: background .5s ease-out;
	  -o-transition: background .5s ease-out;
	  transition: background .5s ease-out;
}
div.home_panel h3 a.shade:link{
}
div.home_panel h3:hover{
	background-color:rgba(0,0,0,0.0);
}


div.home_panel h3:hover a{

	text-shadow: 0 0 .5rem rgb(0,0,0,0.5);
}
div.home_panel h3 a{
/*	padding-top: 50%; */
	font-weight:bold;
	color:#fff;
	font-size: 4rem;
	line-height:1.001;
}
div.home_panel h3 a em{
	display:block;
	width:40px;
	height:40px;
	margin:0px auto 32px auto;
	margin:0 auto 2rem auto;
	background-image: url(images/icons/icon-white-explore.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% auto;
}
div.home_panel  h3 a span.sub{
	display:block;
	width: 50%;
	min-width: 120px;
	margin: 16px auto 0px auto;
	margin: 1rem auto 0px auto;
	font-weight:normal;
	text-align:center;
	font-size: 1.15rem;
	line-height: 120%;
}

div#home-explore{
	background-image:url(images/home_panel_image-explore2.webp);
}
div#home-explore h3 a em{
	background-image: url(images/icons/icon-white-explore.png);
}
div#home-adapt-equip{
	background-image:url(images/home_panel_image-adapt-equip.jpg);
}
div#home-adapt-equip h3 a em{
	background-image: url(images/icons/icon-white-play.png);
}
div#home-sleep{
	background-image:url(images/home_panel_image-lodging.webp);
}
div#home-sleep h3 a em{
	background-image: url(images/icons/icon-white-sleep.png);
}

div#home-birding{
	background-image:url(images/home_panel_image-birding.jpg);
	background-position:center center;
}
div#home-birding h3 a em{
	background-image: url(images/icons/icon-white-sleep.png);
}

/*********************/
/** Resource Slider **/

.anc-border-section{
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-top: 48px;
	padding-top: 3rem;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	border-top: solid 10px rgb(95,127,47);
}

div.anc_post_slider_box{
	display:block;
	position:relative;
	width:100%;
	height:120px;
	float:left;
	overflow:hidden !important;
}
ul.anc_post_slider_slider{
	display:block;
	position:absolute;
	left:0px;
	height:120px;
	width:200%;
	float:none;
	  -webkit-transition: left .5s ease-out;
	  -moz-transition: left .5s ease-out;
	  -o-transition: left .5s ease-out;
	  transition: left .5s ease-out;
}
ul.anc_post_slider_slider li,ul.anc_post_slider_slider li a{
	display:inline-block;
	height: 120px;
	width:110px;
	float:left;
	font-size: 15px;
}
ul.anc_post_slider_slider li{
	margin: 0 1rem;
}

ul.anc_post_slider_slider li:first-child{
	margin: 0 1rem 0 0;
}
ul.anc_post_slider_slider li:last-child{
	margin: 0 0 0 1rem;
}

ul.anc_post_slider_slider li a{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	padding: 10px;
	padding: .875rem;
	line-height: 130%;
}
ul.anc_post_slider_slider li a:link{
	background-color:#104583;
	text-decoration:none;
}
ul.anc_post_slider_slider li a:hover{
	background-color:#3065a3;
	text-decoration:none;
}

.post_slide_nav{
	display:inline-block;
	position:relative;
	width: 30px;
	height:30px;
	font-size: 30px;
	margin-top: 45px;
	vertical-align:middle;
	color:#fff;
	text-shadow: 0px 0px 3px #555;
	cursor:pointer;
}


.post_slide_nav:before{
	font-size: 30px;
}
.post_slide_nav.back{
	float:left;
	margin-left: -40px;
	margin-right: -30px;
}

.post_slide_nav.forward{
	float:left;
	margin-right: -100px;
	margin-left: 20px;
}

@media all and (min-width:1350px){
	.post_slide_nav.fa{
		display:none !important;
	}
}
@media all and (max-width:991px){
	.home_panel{
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}



/**********************/
/***  SEARCH FORM   ***/
/**********************/

.accessbl{
	display:block;
	position:absolute;
	left: -20000px;
	width:1px;
	height:1px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.inline-accessbl{
	display:inline-block;
	width:1px;
	height:1px;
	overflow:hidden;
}
/*
form#search_box{
	display:block;
	width: 60%;
	max-width: 750px;
	margin: 0px auto;
	padding: 12px;
	padding:.75rem;
	height:104px;
	height:6.5rem;
	background-color:rgba(255,255,255,0.20);
}
*/
form#search_box{
	display:block;
	width: 80%;
	max-width: 900px;
	margin: 0px auto;
	padding: 4px;
	padding:.25rem;
/*	height:104px;
	height:6.5rem;
	background-color:rgba(255,255,255,0.20);
*/
}
/*
div.et_pb_fullwidth_code.et_pb_module.banner_bottom{
	position:relative;
	bottom:0px; 
	width:100%;
	background-color:rgba(0,0,0,0.6);
	padding: 32px 0px;
}
*/
div.et_pb_section.search_bar div.et_pb_fullwidth_code.et_pb_module.banner_bottom{
	position:relative !important;
	width:100%;
	padding: 12px 0px;
}
div.et_pb_section.search_bar{
/*	background-color: rgba(15, 36, 94, 0.5); */
	margin:0px !important;
}

#search-right, #srch_sub{
	height:124px;
	height:7.8rem;
}

#srch_reg_field,#srch_txt_field,#srch_cat_field{
	height:36px;
	height: 2.25rem;
}
#search-right #srch_txt_field,#search-right #srch_reg_field,#search-right #srch_cat_field,#search-right #srch_cat_opts,#search-right #srch_city_field, #srch_curr_field {
	border: solid 1px #ddd !important;
}
@media screen and (min-width:681px){
	#search-right #srch_cat_field{
		border-right: none !important;
	}
}
#search-right #srch_cat_opts {
	border-left: none !important;
}
form#search_box div{
	background:transparent;
	margin:0px;
	padding:0px;
}
#search-right{
	width: 85%;
	float:left;
	display:flex;
	flex-wrap:wrap;
}

form#search_box div#srch_txt_field, form#search_box div#srch_reg_field, form#search_box div#srch_cat_field{
	background-color:#fff;
}

#srch_txt_field{
	width: 60%;
	float:left;
	border-radius: .75rem 0 0 0;
	overflow:hidden;
}

#srch_reg_field{
	width: 33%;
	height:36px;
	border-left: solid 1px #103372;
	border-radius: 0 0 0 .75rem; 
}


@media screen and (max-width:680px){
	#srch_txt_field{
		border-radius: .75rem .75rem 0 0;
	}
	
	#srch_reg_field{
		border-radius: 0 0 0 0; 
	}

}


#srch_city_field{
	width: 37%;
	height:36px;
	border-left: solid 1px #103372;
}
#srch_curr_field{
	width: 30%;
	height:36px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	border-left: solid 1px #103372;
}

@media screen and (max-width:700px){
	#srch_city_field{
		width: 50%;
	}
	#srch_curr_field{
		width: 50%;
		font-size:90%;
	}
}
@media screen and (max-width:850px){
	.ANC-mobile-off{
		display:none;
	}
}


#srch_spacer{
	clear:both;
	float:left;
	width:100%;
	height:8px;
	height:.5rem;
}
form#search_box div#srch_cat_field{
	display:flex;
	justify-content:space-between;
	clear:both;
	float:left;
	width:100%;
	padding-right: 0;
/*	border-radius: 0 0 0 .75rem; */
}


@media screen and (max-width:680px){
	form#search_box div#srch_cat_field{
		border-radius: 0 0 0 0;
	}	
}


#srch_cat_field label{
	display:inline-block;
	height:100%;
	font-size: 100%;
	padding-left: 12px;
	padding-left: .75rem;
	line-height: 36px;
	line-height: 2.25rem;
}



#cat_opts{
	float:right;
	width: 55%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#cat_opts label{
	display:inline-block;
	width: auto;
	float:right;
	font-weight: bold;
}
#cat_opts label input, #srch_curr_field input{
	vertical-align:middle;
	margin: auto 3px auto 5px;
}

@media screen and (max-width:780px){
	#cat_opts label{
		font-size: 85%;
	}

}

form#search_box div input[type=text]{
	width:100%;
	height:100%;
	border:none;
	box-shadow:none;
	font-size: 100%;
	padding-left: 12px;
	padding-left: .75rem;
}

form#search_box  select#sreg{
	-webkit-appearance:none;
	border:none;
	float:left;
	height:100%;
	width:99%;
	box-shadow:none;
	border-radius:0px;
	padding-left: 12px;
	padding-left: .75rem;
	background-color:#fff;
	font-size: 100%;
	border-radius: 0 0 0 .75rem; 
}


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

	form#search_box  select#sreg{
		border-radius: 0 0 0 0;
	}

}

form#search_box  select#sreg option:first-child:after{
	font-family:fontawesome;
	content: "\f078";
	color:blue;
}

form#search_box div#srch_sub{
	width:15%;
	float:left;
	background-color:#1C5B92;
	color:#fff;
	border-radius: 0 .75rem .75rem 0;
}


@media screen and (max-width:680px){
	form#search_box div#srch_sub{
		border-radius: 0 0 .75rem .75rem;
	}
}


form#search_box div#srch_sub:hover{
	background-color:rgb(28,91,146);
}
#srch_sub button#srch_submit{
	-webkit-appearance:none;
	background-color:transparent;
	border: none;
	width:100%;
	font-size: 1.9rem;
	height:100%;
	color:#fff;
	font-weight:500;
	padding-top: 0px;
	cursor:pointer;
}
#srch_sub button#srch_submit span{
	font-size: .8rem;
	font-weight:600;
}

@media screen and (max-width:980px){
	form#search_box{
		width: 90%;
		margin: 0px auto;
	}

}

#clear_region{
	opacity: 0.0;
	transition: opacity .5s;
	margin-right: .75rem;
}

#clear_region.active{
	opacity: 1.0;
	cursor:pointer;
}
#clear_region:before{
	color:#C6501599;
}

@media screen and (max-width:700px){
	#search-right,form#search_box div#srch_txt_field,form#search_box div#srch_reg_field,form#search_box div#srch_cat_field,form#search_box div#srch_sub{
		width:100%;
		clear:both;
		float:none;
	}
	form#search_box div#srch_txt_field,form#search_box div#srch_reg_field,form#search_box div#srch_cat_field,form#search_box div#srch_sub{
		margin-top:0px;
		margin-bottom:8px;
		margin-bottom.5rem;
		height: 36px;
		height: 2.25rem;
	}
	#srch_spacer{
		display:none;
	}
	form#search_box div#srch_sub{
		margin-bottom: 0;
		margin-top: .5rem;
	}
	#srch_sub button#srch_submit{
		padding-top: 3px;
	}
	h2.banner_headline{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	form#search_box,.banner_bottom{
		height:auto;
	}

	#cat_opts{
		float:right;
		width: 100%;
		text-align:center;
	}
	#cat_opts label{
		float:none;
	}

	.banner_bottom{
		padding: 10px 0px;
	}
	form#search_box div#search-right{
		height:auto;
	}
	form#search_box div#srch_cat_field label[for='scat']{
		width:0px;
		height:0px;
		padding:0px;
		margin:0px;
		border:none;
		text-indent:-1000px;
		overflow:hidden;
		float:right;
		display:inline-block;
	}

}

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

	form#search_box div#srch_cat_field label[for='scat']{
		width:0px;
		height:0px;
		padding:0px;
		margin:0px;
		border:none;
		text-indent:-1000px;
		overflow:hidden;
		float:right;
		display:inline-block;
	}
	form#search_box div#srch_cat_field{
		text-align:center;
		padding-right:0px;
		padding-right:0rem;
	}
	#cat_opts{
		float:unset;
		clear:both;
		margin-left:auto;
		margin-right:auto;
	}
}


/**********************/
/***  ADVANCED SEARCH FORM   ***/
/**********************/

form#adv_srch {
	display:block;
	height:auto;
	max-height:5000px;
	overflow:hidden;
	transition:max-height:.75s;
}

form.hide#adv_srch {
	max-height:0px;
	height:0px;
}

button#show_srch_form{
	-webkit-appearance:none;
	width:auto;
	padding: .75rem 1.5rem;
	background-color:rgb(28,91,146);
	border: none;
	font-size: 1.2rem;
	color:#fff;
	margin-left:auto;
	margin-right:0px;
	transition: background-color .5s;
}
button#show_srch_form:hover{
	background-color:rgb(198,80,21);
}
button.hide#show_srch_form{
	display:none;
}
form#adv_srch  button#srch_submit{
	-webkit-appearance:none !important;
	display:inline-block !important;
	width:auto;
	padding: 1rem 2.5rem !important;
	background-color:rgb(28,91,146) !important;
	border: none;
	font-size: 1.2rem !important;
	color:#fff !important;
	font-weight:500 !important;
	text-align:center !important;
	transition: background-color .5s !important;
}

form#adv_srch  button#srch_submit:hover{
	background-color:rgb(198,80,21) !important;
}
form#adv_srch  button#srch_submit span{
	font-size: .8rem !important;
	font-weight:600 !important;
}

@media screen and (max-width:740px){
	form#adv_srch  button#srch_submit{
		width:100% !important;
	}

}




#adv_srch #stxt, #scity, #adv_srch #scity, #scurrange, #scitrange{
	font-size: 120%;
	padding: .5rem;
	border: solid 1px #777;
	border-radius: .5rem;
	background-color:#fff;
	background-image:none;
}
#gen_city{
	margin-left: 1rem;
}
#scurrange, #scitrange{
	-webkit-appearance: none;
	margin: 0px .5rem;
	font-size:100%;
}
.form_row{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width:90%;
	box-sizing:content-box;
	padding: 0rem 5% 1rem 5%;
}

fieldset.search_more .form_row{
	padding: .5rem 5% 0px 5%;
}

.form_row input[type="text"], .form_row input[list="sreg"]{
	width:80%;
	background-color: #e0e6ee;
	transition: background-color .5s;
}

.form_row input[type="text"], .form_row textarea{
	margin-left: 5%;
}

@media screen and (max-width:740px){
	.form_row input[type="text"]{
		width:100%;
	}

}
.form_row input[type="text"]:placeholder-shown{
	background-color: #fff;
}

fieldset.adv_srch{
	display:none;
	padding:.5rem 0  2rem 0!important; 
	margin-top: 2rem;
	background-color:#f3f8fb;
/*	border-radius: 2rem; 
	border: solid 1px #6f9fca66 !important; */
}
.ANC_form fieldset.adv_srch{
	background-color:transparent;
}
.ANC_form fieldset.adv_srch.active{
	background-color:#f3f8fb;
}
h1.agn_review{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
h1.agn_review a{
	display:inline-block;
	font-size: .9rem;
}

form.ANC_form {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
}
form.ANC_form fieldset{
	width: 48%;
	border-radius: .5rem;
}
form.ANC_form .gravity-theme {
	width:90%;
	margin: 2rem auto;
}
form.ANC_form fieldset.full_width{
	width: 100%;
}
/*form.ANC_form fieldset.adv_srch.double_col{
	width: 100%;
	display:flex !important;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}

form.ANC_form fieldset.double_col .form_row{
	width: 40%;
}
form.ANC_form fieldset.double_col .form_row.full{
	width: 90%;
}
*/
@media screen and (max-width: 950px){

	form.ANC_form fieldset{
		width: 100%;
	}
/*	form.ANC_form fieldset.double_col .form_row{
	width: 100%;
*/
}

}

#adv_search button#srch_submit {
	font-size: 1.2rem !important;
	padding: .75rem !important;
}

form.ANC_form fieldset.adv_srch{
	margin-top: .5rem;
}
fieldset.adv_srch.active{
	display:block;
}
fieldset legend{
	font-size: 130%;
	padding: .5rem 1.5rem;
}

fieldset legend{
	border-radius: .5rem .5rem .5rem .5rem;
}

fieldset fieldset legend{
	font-size: 110%;
	background-color:transparent;
	padding-left: 1rem;
}
fieldset legend em{
	font-size: 90% !important;
}
form.ANC_form input,
form.ANC_form textarea, form.ANC_form .form_row input[type="text"]{
	border-radius: .5rem !important;
	padding: 1rem;
	font-size: 1rem !important;
	font-weight: bold;
	border:solid 1px #dddddd88;
	background-color: #ffffff99;
	transition: border .5s, background-color .5s;
}
form.ANC_form input:focus,
form.ANC_form textarea:focus,
form.ANC_form .form_row input[type="text"]:focus{
	background-color: #ffffffff;
	border:solid 1px #ddddddff;
}
form.ANC_form textarea{
	width: 100%;
	line-height: 140%;
	font-weight:normal;
	height:auto;
	min-height: 9rem;
}


fieldset.adv_srch .form_row input[type="text"]{
	font-size:1rem;
	padding: .75rem;
	line-height: 1;
	border-radius: .5rem;
}

.entry-content a.anc_button,
form.ANC_form input[type=submit]{
	border-radius: .5rem !important;
	display:inline-block;
	padding: .5rem 1rem;
	color:#fff;
	background-color:rgb(28,91,146);
	font-size: 1.2rem;
	font-weight:bold;
	border:none;
	box-shadow:none;
	transition:background-color .5s;
}

.page-template-page-template-blank .gfield_label{
	margin-bottom: 0px !important;
	line-height:100%;
}
.page-template-page-template-blank .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 0px;
}
.ANC_form .gform_footer.before{
	margin-top: 2rem;
	width:100%;
}
.entry-content a.anc_button:link,
.entry-content a.anc_button:hover,
.entry-content a.anc_button:visted,
.entry-content a.anc_button:visited:hover{
	text-decoration:none !important;
}
a.anc_button:hover,
table.ANC_table td input[type=submit]:hover{
	background-color:#a7c6dd !important;
}

.entry-content a.anc_button{
	font-size: 1rem;
}

table.ANC_table td label{
	margin-right: 16px;
	margin-right:1rem;
}

.ANC_form h3{
	width:100%;
	padding: .5rem 1rem;
	font-size: 110%;
	margin-top: 2rem;
	border-radius: .5rem;
	background-color:#80a9c6;
	color:#fff !important;
	cursor:pointer;
}
form.ANC_form h3:hover{
	background-color:#3a79a6;
}


.ANC_form button[type='button']{
	text-align:center;
	cursor:pointer;
	width:100%;
	padding: 1rem;
	font-size: 1.5rem !important;
	margin-top: 2rem;
	border-radius: .5rem;
	border:none;
	box-shadow:none;
	color:#fff !important;
	background-color:#3a79a6;
	transition: background-color .5s;
}


.ANC_form button[type='button']:hover{
	background-color:#80a9c6 !important;
}

form.ANC_form fieldset.adv_srch{
	display: block !important;
	padding:0px !important;
}

form.ANC_form .section_holder{
	display:none;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}


form.ANC_form .section_holder.active{
	display:flex;
}
form.ANC_form fieldset.adv_srch.active{
	padding:.5rem 0px .5rem 0px !important;
}
form.ANC_form fieldset.adv_srch legend{
	display: block !important;
	background-color: #f3f8fb;
}
form.ANC_form fieldset.adv_srch legend:after, .ANC_form h3:after{
	font-family:FontAwesome;
	content:" \f105";
}
form.ANC_form fieldset.adv_srch.active legend:after, .ANC_form h3.active:after{
	content:" \f107";
}

form.ANC_form fieldset.adv_srch legend:hover{
	background-color:#d8e8f2;
}
form.ANC_form fieldset.adv_srch.active legend{
	background-color:#d8e8f2;
	border-radius: .5rem .5rem 0px 0px;
}

form.ANC_form fieldset.adv_srch legend.head_head{
	cursor:pointer;
}
form.ANC_form fieldset.adv_srch div.form_row{
	display: none;
}
form.ANC_form fieldset.adv_srch.active div.form_row{
	display: flex;
}

.ANC_form button[type='button'].anc_inline_btn,
button.anc_inline_btn{
	width:auto;
	font-size: .9rem !important;
	padding: 6px;
	border-radius: 4px;
	display:inline-block;
	margin: 0px .25rem;
}
form.ANC_form .form_row input[type='text'].anc_inline_inpt,
button.anc_inline_inpt{
	width:40%; !important;
	max-width:40%  !important;
	font-size: .9rem !important;
	padding: 6px;
	border-radius: 4px !important;
	display:inline-block;
	margin: 0px .25rem;
}
form.ANC_form .form_row select.anc_inline_select,
button.anc_inline_select{
	width:40%; !important;
	max-width:40%  !important;
	font-size: .9rem !important;
	padding: 6px;
	border-radius: 4px !important;
	display:inline-block;
	margin: 0px .25rem;
}

/*** Agency image upload thumbs ***/

ul#agency_imgs{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width:100%;
	flex-wrap:wrap;
}
ul#agency_imgs li{
	display:block;
	width: 6rem;
	height:6rem;
	background-size: cover;
	margin: 0px .25rem 1rem .25rem;
	border: solid 1px #000;
	cursor:pointer;
}
#agency_img_prvw{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	background-color:#000000bb;
	justify-content:center;
	align-items:flex-start;
}
#agency_img_prvw.active{
	display:flex;
}
#agency_img_prvw img{
	display:block;
	max-width: 40%;
	border:solid 1px #000;
	margin-top: 10%;
}
/*** Agency image upload frame ***/

.ANC_form button[type='button']#ANC_review_img_upload_btn{
	border:none;
	background-color:#f3f8fb;
	color:#000 !important;
	width:auto;
	border-radius: .5rem;
	font-size: 130%;
	padding: .5rem 1.5rem;
	margin: 2rem 0px .5rem .5rem;
	cursor: pointer;
	transition: background-color .5s;
}
.ANC_form button[type='button']#ANC_review_img_upload_btn:hover{
	background-color:#b4d1e6;
	color:#000 !important;
}

#ANC_review_image_upload{
	display:block;
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0px;
	left: -20000000px;
	background-color:#000000bb;
	z-index: 20000;
	cursor:pointer;
}

#ANC_review_image_upload.active{
	left: 0px;
}

#ANC_review_image_upload #ANC_review_image_upload_frame{
	display:block;
	width: 90vw;
	height: 90vh;
	min-width: 300px;
	min-height: 600px;
	position:relative;
	margin: 5vh auto;
	z-index: 20000;
}

@media screen and (min-width: 1100px){
	#ANC_review_image_upload #ANC_review_image_upload_frame{
		display:block;
		width: 80vw;
		height: 70vh;
	}
}

input[type='submit'].gform_button{
	background-color:rgb(28,91,146);
	color:#fff;
	font-size: 130%;
	padding: 1.5rem;
	border:none;
	border-radius: .5rem;
	cursor:pointer;
}
input[type='submit'].gform_button:hover, input[type='submit'].gform-button:hover{
	background-color:#80a9c6;
}
input[type='submit'].gform-button{
	background-color:rgb(28,91,146);
	color:#fff;
	font-size: 100%;
	padding: .5rem;
	border:none;
	border-radius: .5rem;
	cursor:pointer;
	margin:0px auto !important;
}

#gform_5 .gform_footer.before input[type=submit]{
	position:fixed;
	top: 0px;
	right: .5rem;
	z-index: 100090;
}
@media screen and (max-width: 641px){
	#gform_5 .gform_footer.before input[type=submit]{
		line-height:normal !important;;
	}
}
/*** ANC Popup ***/

#anc_pop_mask{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width: 100vw;
	height: 100vh;
	z-index: 100000;
	background-color:rgb(0,0,0,0.3);
	transition:background-color .5s;
}
#anc_pop_mask.active{
	display:flex;
	align-items:flex-start;
	justify-content:center;
}

#anc_pop_box{
	display:none;
	max-width: 60%;
	width:auto;
	height:auto;
	margin-top: 20vh;
	z-index: 100000;
	text-align:right;
}
#anc_pop_mask.active #anc_pop_box{
		display:block;
}
#anc_pop_cont{
	text-align:left;
	max-width:100%;
	margin: 0px auto;
	padding: 3rem;
	background-color:#fff;
	border: solid 8px #80a9c6;
	border-radius: 1rem 1rem 1rem 1rem;
	box-shadow: 0px 0px 1rem #000;
	z-index: 100000;
}
#anc_close_pop{
	z-index: 100000;
	font-family: ETmodules;
	font-weight: bold;
	font-size: 2rem;
	line-height: 100%;
	color:#000;
	transition:transform .5s;
	text-decoration:none;
	z-index: 100000;
	margin: 0px -1rem; 1rem auto;
	display:inline-block;
}
#anc_close_pop:hover{
	text-decoration:none;
	transform: rotate(0.15turn);
}

@media screen and (max-width:740px){
	fieldset legend{
		width:100%;
		text-align:left;
		border-radius: .5rem;
		padding: .25rem .5rem;
	}
}
fieldset.search_more{
	width:100%;
	height:auto;
	padding: 0px !important;
	margin-top: -2rem;
	margin-bottom: 2rem;
	max-height:0px;
	overflow:hidden;
	border-color:#fff !important;
	background-color:#fff;
	transition: max-height .5s, background-color .5s, padding .5s;
}
fieldset.search_more.active{
	max-height:80vh;
	padding: .5rem 2rem !important;
/*	background-color:  #d5dfe8 !important; */
}
fieldset.search_more .form_row label.main{
	margin-top:1rem;
}
#reg_btns {
	display:flex;
	width:100%;
	justify-content:flex-start;
	box-sizing:border-box;
}
#reg_btns button{
	width: auto;
	margin-left:0%;
	margin-right:2%;
	color:#6f9fca;
	background-color:#fff;
	border: solid 2px #6f9fca;
	border-radius: 0;
	font-size: 120%;
	font-weight:bold;
	padding: 1rem 1.5rem;
	transition:background-color .5s, border .5s;
}



@media screen and (max-width:740px){
	#reg_btns button{
		width: 40%;
		margin-left:1.5%;
		margin-right:1.5%;
		border-radius: 1.75rem;
		font-size: 110%;
	}
	#reg_btns {
		padding:1rem 0;
	}
}

#reg_btns button:hover{
	background-color:#6f9fca33; 
}

#reg_btns button.active,#reg_btns button.active:hover{
	background-color:rgb(28,91,146);
	color:#fff;
	border: solid 2px rgb(28,91,146);
}

#reg_btns button.active:before{
	font-family:Fontawesome;
	content:'\f00c';
	color:#fff;
	margin-left: -1rem;
	margin-right:.5rem;
}


@media screen and (max-width:740px){
	#adv_srch #reg_btns{
		justify-content:center;
	}
	#reg_btns button.adv_srch_cat{
		width:100%;
		border-radius: 0px;
	}
	#reg_btns button.adv_srch_cat:first-child{
		margin-bottom:.5rem;
	}
}

.form_row:nth-child(odd){
/*	background-color: #f6f6f6;  */
}

.form_row .sub{
	width:30%;
	text-align:right;
}
.form_row .sub.full{
	width:auto;
	text-align:right;
	margin-left: .5rem;
}

.more_lnk{
	font-size: 90%;
	margin-left: 2rem;
	cursor:pointer;
}

.opt_block{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width:98%;
	padding-left: 2%;
}
.form_row button.more_btn{
	font-size: 90%;
	font-weight:bold;
	color:#104583;
	padding: .5rem 1rem;
	box-shadow: none;
	border: solid 1px #104583;
	border-radius: 8px;
	background-color: #fff;
	transition: background-color .5s;
}
.form_row button.more_btn.active{
	background-color:#104583;
	color:#fff;
}
.form_row label{
	display:flex;
	width:auto;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-right: 1%;
	margin-bottom: 0px;
	padding: .25rem .5rem .25rem .25rem;
	width:auto;
/*	max-width:48%; */
	min-width:23%;
	cursor:pointer;
	border-radius: .25rem;
}

.opt_block label{
	margin: 0px .5rem 0rem 0px;
	font-size: 1rem;
}
.opt_block label.opt_top{
	align-items: flex-start;
}
.opt_block label.wide_opt{
	min-width: 60%;
	max-width: 70%;

}
.opt_block.vert label{
	width: 100% ;
	max-width:100%;
}
.opt_block span{
	display:block;
	max-width:90%;
	line-height:120%;
}
label input{
	margin-right: .5rem;
}
.form_row label.main{
	width: 100%;
	max-width:100%;
	border-left: none;
	cursor:default;
}

.form_row.with_more label.main{
	width: 65%;
	max-width:65%;
	font-weight:bold;
}

@media screen and (max-width:740px){
	.form_row label{
		width: 100%;
		max-width: 100%;
		display:block;
		text-indent: -2rem;
		padding-left: 3rem;
		line-height:130%;
	}
	.opt_block label{
		margin: 0px 0px .5rem 0px;
	}
	.opt_block.vert label{
		display:flex;
		text-indent:0px;
		padding-left: 1rem;
	}
	.opt_block.vert label span{
		display:inline-block;
	}
	.opt_block label.opt_top{
		text-indent: 0rem;
		display:flex;
	}
	.opt_block label.wide_opt{
		width: 100%;
		max-width: 100%;
	}
}
 #adv_srch .form_row label .sub{
 	font-size: 85%;
 	width: auto;
 	text-align:left;
 	margin-left: 1rem;
 }
 
 
@media screen and (max-width:740px){
	 #adv_srch .form_row label .sub{
		display:block;
		width:100%;
		text-align:left;
		margin-left:0px;
		line-height:120%;
		text-indent:0px;
	}
	
	#adv_srch .opt_block label{
 		background-color: #e0e6ee44;
	}
	
	.form_row label.main{
		text-indent: 0;
		padding-left: 0;
	}

}
 
 #adv_srch label.active{
 	background-color: #e0e6ee;
 }

#adv_srch input[type=checkbox], #adv_srch input[type=radio]{
   -webkit-appearance: none;
   -webkit-box-shadow:none;
   -webkit-padding-end: 0px;
   -webkit-padding-start: 0px;
	border: solid 1px #888;
	background-color:#fff;
	display:inline-block !important;
	width: 1rem;
	height: 1rem;
	vertical-align:baseline;
	cursor:pointer;
}

@media screen and (max-width:740px){
	#adv_srch input[type=checkbox], #adv_srch input[type=radio]{
	   vertical-align:middle;
	}
}
#adv_srch input[type=checkbox]{
   -webkit-border-radius: 0px;
	border-radius: 0px 0px 0px 0px;
}

 #adv_srch input[type=radio]{
   -webkit-border-radius: 25%;
	border-radius: 50%;
}


#adv_srch input[type=checkbox]:checked,  #adv_srch input[type=radio]:checked{
   background-color:#6f9fca;
}
.clear_icon{
	display:block;
	opacity:0;
	margin-left: .5rem;
	color:#bf5d5d;
	transition:opacity .5s;
}

.clear_icon.active{
	opacity: 1;
	cursor:pointer;
}

@media screen and (max-width:740px){
	.clear_icon{
		float:right;
		margin-right:1rem;
	}
}

/**********************/
/***  SEARCH RESULTS   ***/
/**********************/

h1.search_rslt{
	display:block;
	width:100%;
	text-align:center;
}
h1.search_rslt .sub{
	display:block;
	width:100%;
	max-width:1180px;
	margin:0px auto;
	text-align:center;
	font-size: 70%;
	font-weight:normal;
	line-height:120%;
}

#srch_xtra_links{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row-reverse;
	width:100%;
	max-width:1180px;
	margin:0px auto 1rem auto;
}
#srch_xtra_links a{
	display:inline-block;
	margin: 0px .5rem;
}

#srch_top{
	display:block;
	width:80%;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0px auto;
	padding-left: 10px;
}
.search_sel{
	display:flex;
	padding:0px !important;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	margin:0px 0px 1rem 2rem;
}
.search_sel li{
	display:inline-block;
	margin:0px;
	padding:.5rem 1rem;
	border: solid 1px #dedede;
	background-color:transparent;
	color:#666;
	text-align:center;
	line-height: 1.2;
	overflow:hidden;
	cursor:pointer;
	font-size: 90%;
	transition: background-color .5s, color .5s;
}
.search_sel li:first-child{
	border-radius: 1rem 0px 0px 1rem;
}
.search_sel li:last-child{
	border-radius: 0px 1rem 1rem 0px;
}
.search_sel li.active, .search_sel li:hover{
	background-color:#92adcd;
	color:#fff;
}
.search_sel li.search_sel_ttl{
	font-weight:bold;
	background-color:rgb(28,91,146);
	color:#fff;
	cursor:normal;
}

.search_sel li.srch_sel_submit{
	background-color:#1C5B92;
	color:#fff;
	margin-left: .25rem;
	border-radius: 0px 1rem 1rem 0px;
}
.search_sel li.srch_sel_submit:hover{
	background-color:#92adcd;
}

/***  PAGE LAYOUT  ***/

#search_layout{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
	width:90%;
	height: 80vh;
	padding-left: 5%;
	padding-right:5%;
	margin:0px auto;
}

#search_layout #search_results{
	min-width: 300px;
	width: 30%;
	display:flex;
	flex-direction: column;
	align-items:flex-start;
	height: 80vh;
	overflow:auto;
}
#search_layout #aca_map{
	margin-top: 0px;
	width: 69%;
/*	max-width: 69%; */
	max-width:calc(100% - 300px);
	height: 80vh;
}

@media screen and (max-width:780px){
	#search_layout {
		flex-direction:column-reverse;
		flex-wrap:nowrap;
	}
	#search_layout #search_results, #search_layout #aca_map{
		width:100%;
		max-width:100%;
	}
	#search_layout #search_results{
		width: 100%;
		display:flex;
		flex-direction: column;
		flex-wrap:wrap;
		align-items:flex-start;
		overflow:auto;
		margin-top: 2rem;
	}
	#search_layout #aca_map{
		margin-top: 2rem;
		height:50vh;
	}
	ul.search_sel{
		justify-content:center;
		align-items:stretch
	}
	ul.search_sel li.search_sel_ttl{
		display:inline-block;
		width:100%;
		border-radius: 1rem;
	}
	ul.search_sel li.search_sel_btn{
		padding:0px;
		width:30%;
		height:auto;
		max-height:0px;
		border: none;
		transition: max-height .5s, padding .5s;
		border-radius:0px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	ul.search_sel li.search_sel_btn.mactive{
		padding:.5rem 1rem;
		height:auto;
		max-height:12rem;
		border: solid 1px rgb(222,222,222);
	}
}

/** Resource Slider **/


div.anc_item_slider_box{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	float:left;
	overflow:auto;
}
ul.anc_item_slider_slider{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	position:relative;
	height:auto;
	width:100%;
}
ul.anc_item_slider_slider li{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	position:relative;
	width:95%;
	cursor:pointer;
	padding: .5rem .5rem 0rem .5rem;
	font-size:90%;
	line-height: 1.2;
}
ul.anc_item_slider_slider li ul.features{
	padding-left:0px;
	width:100%;
}
ul.anc_item_slider_slider li ul.features li{
	display:list-item;
	height: auto !important;
	min-height: 0px;
	line-height:1.3;
	padding:.15rem 0px 0px 0px;
	margin: 0px;
	width:auto;
	float:none;
	list-style-type:none;
}

ul.anc_item_slider_slider li ul.features li.trail_info_li{
	display:flex; !important;
	justify-content:flex-start;
}

dl.trail_info{
	display:flex;
	width: 31%;
	flex-wrap:wrap;
/*	font-size: 90%;*/
	flex-direction:column;
	margin: 0px 1.5% 0px 0px;
}

dl.trail_info:last-child{
	margin-right:0px;
}
dl.trail_info dt, dl.trail_info dd{
	width:100%;
	display:inline-block;
	text-align:left;
	margin-left: 0px !important;
}
dl.trail_info dt{
	font-weight:bold;
}
ul.anc_item_slider_slider li.lodging ul.features{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
ul.anc_item_slider_slider li.lodging ul.features li{
	display:inline-block;
	width: 49.5%;
}


ul.anc_item_slider_slider li.found_item{
	margin: 0px 9px 0px 10px;
	margin: 0 .5625rem 0 .625rem;
}

ul.anc_item_slider_slider  li.found_item{
	border:solid 3px #fff;
	text-decoration:none;
	transition:border .5s;
}
ul.anc_item_slider_slider li.found_item:hover{
	border:solid 3px #ddd;
}
ul.anc_item_slider_slider li ul li:hover{
	border:none;
}


ul.anc_item_slider_slider li.active{
	border: solid 3px #90baea;
}

div.item_slide_nav{
	width: 30px;
	height:30px;
	font-size: 30px;
	margin-top: 100px;
	vertical-align:middle;
	color:#fff;
	text-shadow: 0px 0px 3px #555;
	cursor:pointer;
}

div.item_slide_nav.tiny{
	display:none !important;
}

div.item_slide_nav.full{
	display:block;
}
@media all and (min-width:560px){
	div.item_slide_nav.small{
		display:none !important;
	}
}
@media all and (max-width:559px){
	div.item_slide_nav.small{
		display:block;
	}
}

@media all and (min-width:1360px){
	div.item_slide_nav.med{
		display:none !important;
	}
}
@media all and (max-width:1359px){
	div.item_slide_nav.med{
		display:block;
	}
}


.item_slide_nav:before{
	font-size: 30px;
}
.item_slide_nav.back{
	float:left;
	margin-left: -40px;
	margin-right: -30px;
}

.item_slide_nav.forward{
	float:left;
	margin-right: -100px;
	margin-left: 20px;
}

@media all and (max-width:991px){
	.home_panel{
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}

.found_item_img{
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
	height: 200px;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center center;
}

.found_item_icon{
	display:block;
	width: 48px;
	height: 48px;
	position:absolute;
	bottom: 10px;
	left:50%;
	margin-left: -24px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 100% ;
}
.found_item_icon.lodging{
	background-image:url(/wp-content/plugins/ANC-features/images/icon-white-sleep-70.png);	
}
.found_item_icon.site{
	background-image:url(/wp-content/plugins/ANC-features/images/icon-white-explore-70.png);	
}
.found_item_icon.play{
	background-image:url(/wp-content/plugins/ANC-features/images/icon-white-play-70.png);	
}


.found_item h4{
	font-size: 1.1rem;
	font-weight:bold;
	margin-top:.5rem;
	padding-bottom: .25rem;
	width:100%;
}

.found_item_desc{
	line-height:1.2;
	white-space:normal;
}
.found_item_amenities{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.found_item_amenities img{
	display:inline-block;
	width: 2.5rem;
	height: 2.5rem;
}

.reg_map{
	display:inline-block;
	position:absolute;
	bottom:0px;
	width:100%;
	height: 285px;
	margin: 8px -8px -8px -8px;
	margin: .5rem -.5rem 0px -.5rem;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% auto;
	border: solid 1px #0f3371;
}

.disp_table .anc_inspect, .disp_table .anc_no_inspect{
	display:inline-block;
	width: 20px;
	height: 20px;
	background-repeat:no-repeat;
	background-size: 100% auto;
	margin-left: 8px;
	margin-left: .5rem;
}

.dt_ttl .anc_inspect, .dt_ttl .anc_no_inspect{
	display:inline-block;
	vertical-align:middle;
	width: 28px;
	height: 28px;
	background-repeat:no-repeat;
	background-size: 100% auto;
	margin-left: 16px;
	margin-left: 1rem;
	margin-top:-6px;
	margin-top:-.375rem;
}

.disp_table .anc_inspect, .dt_ttl .anc_inspect{
	background-image:url(images/icons/blue/verified-filled.png);
}
/*.dt_ttl .anc_no_inspect, .disp_table .anc_no_inspect{ */
.dt_ttl .anc_no_inspect{
	background-image:url(images/icons/blue/not-verified-filled.png);
}


@media screen and (max-width:500px){	
	.disp_table .anc_inspect{
		margin-left: 4px;
		margin-left: .25rem;
	}
}

#aca_map{
	margin-top: 2rem;
}
#aca_map .mapboxgl-canvas-container canvas.mapboxgl-canvas{
	width:100% !important;
}

#aca_map .mapboxgl-marker{
	width: 2rem;
	height: 2.5rem;
	background-image:url(images/ACA-location-pin-shadow.svg);
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}
.mapboxgl-popup-content {
	padding: 10px;
}
.mapboxgl-popup-content h4 {
	font-size: 1.1rem;
	line-height: 1.3;
	padding-bottom:0px;
	text-align:center; 
}
.mapboxgl-popup-content h4 a{
	font-weight:bold;
}
.mapboxgl-popup-content h4 a:link{
	text-decoration:none;
}
.mapboxgl-popup-content h4 a:hover{
	text-decoration:underline;
}
.mapboxgl-popup-content .map_feats{
	display:flex;
	flex-wrap:wrap;
}
.mapboxgl-popup-content .map_feats img{
	max-width: 14%;
	margin-right: 2%;
}
.mapboxgl-popup-content .map_feats img.access_ver{
	display:none;
}

.mapboxgl-popup-content dl{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	margin: .5rem 0px 0px 0px;
}
.mapboxgl-popup-content dt{
	display:inline-block;
	width: 38%;
	line-height: 1.2;
	margin: 0px 0px .4rem 0px;
}

.mapboxgl-popup-content dd{
	display:inline-block;
	width: 60%;
	margin: 0px 0px .4rem 0px;
	line-height: 1.2;
}

ul.features {
	padding-bottom:.5rem;
}

.panel_actions{
	display:flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
	padding-bottom:1rem;
}

.entry-content .panel_actions a{
	display:inline-block;
	padding: .25rem .5rem;
	border-radius: 1rem;
	text-decoration:none;
	font-size: 90%;
}
.entry-content .panel_actions a:link, .entry-content .panel_actions a:visited{
	text-decoration:none;
	color:#fff;
	background-color:#90baea;
}

.entry-content .panel_actions a:hover, .entry-content .panel_actions a:visited:hover{
	text-decoration:none;
	color:#fff;
	background-color:#3247fa;
}

/**********************/
/***  DETAIL PAGES   ***/
/**********************/

.changed, .changed:link{
	color:#ad1e1e !important;
}

ul.icons.side_icons li.changed{
	border: dashed 2px #ad1e1e;
}

.DT_top{
	display:block;
	width:100%;
	border-bottom: solid 1px #0f3371;
	margin: 40px 0px;
	margin: 2.5rem 0rem;
}
h1.dt_ttl{
	display:block;
	width: 50%;
	float:left;
	font-weight: bold;
	color:#0f3371;
}
ul.head_icons{
	display:block;
	float:left;
	width:49%;
}

ul.icons.head_icons li{
	background-repeat:no-repeat;
	background-size: auto 100%;
	display:inline-block;
	float:right;
	width: 40px;
	height: 40px;
	overflow:hidden;
	text-indent:-1000px;
}
ul.icons{
	padding-left:0px !important;
}
ul.icons li{
	list-style-type:none;
}


.slideshow-wrapper .slideshow-fullsize .slideshow-imgnext.imgnav:before,
.slideshow-wrapper .slideshow-fullsize .slideshow-imgprev.imgnav:before{
	background-color:rgba(255,255,255,1.0) !important;
	color:#888 !important;
}

.slideshow-wrapper .slideshow-thumbnails.thumbsbot .slideshow-slideright,
.slideshow-wrapper .slideshow-thumbnails.thumbsbot .slideshow-slideleft{
	background-color:rgba(255,255,255,0.8) !important;
}
.slideshow-wrapper .slideshow-thumbnails.thumbsbot .slideshow-slideright:hover,
.slideshow-wrapper .slideshow-thumbnails.thumbsbot .slideshow-slideleft:hover{
	background-color:rgba(255,255,255,1.0) !important;
}
.slideshow-information.infobottom h3.slideshow-info-heading{
	color:#000 !important;
	font-weight:normal !important;
	font-size: 1rem !important;
}
.dt_sidebar{
	display:block;
	width: 39%;
	float:left;
}

.dt_maininfo{
	width: 60%;
	float:left;
	margin-left: 1%;
	padding:0px 0 0px 32px;
	padding:0 0 0 2rem;
}

.inspect_message{
	display:block;
	margin-top:.75rem;
	text-transform:UPPERCASE;
}

@media all and (max-width:900px){
	.dt_sidebar, .dt_maininfo{
		width: 100%;
		float:none;
		clear:both;
		margin-left: 0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}
}

.dt_gallery{
	width:100%;
	margin-bottom: 20px;
	margin-bottom:1.25rem;
}

div#colorbox{
	z-index: 100090;
}

.dt_sidebar .loc_map, .dt_sidebar  #map{
	margin: 20px auto;
	width:100%;
	height: 220px;
	border:solid 1px #999;
}

.side_icons_box{
	display:block;
	float:left;
	width: 22%;
	min-width: 85px;
	padding:0px;
}
.side_icons_box h4, .side_info_box h4{
	width:100%;
	color:#2c5074;
	font-weight:bold;
}
.side_icons_box h4{
	text-align:center;
}
ul.icons.side_icons li{
	background-repeat:no-repeat;
	background-size: 45px auto ;
	background-position: center top;
	display:block;
	min-width:70px;
	padding-top: 47px;
	text-align:center;
	line-height: 110%;
	font-size: 85%;
	font-style:italic;
	color:#0f3371;
	margin-bottom: 12px;
	white-space: break-spaces;
	float:none;
}

.side_info_box{
	width: 65%;
	float:left;
	margin-left: 6%;
}
.side_info_box dl dt, .side_info_box dl dd{
	font-size: 90%;
	line-height:120%;
}
.side_info_box dl dd{
	margin-left:0px;
	margin-bottom:12px;
	margin-bottom: .75rem;
}
.side_info_box dl div{
	display:inline;
}

.det_bottom .review_box, .det_bottom .suggest_edit_box{
	display:none;
}

@media all and (max-width:900px){
	.side_icons_box{
		width: 49%;
		margin-left: 0px;
	}
	.side_info_box{
		width: 49%;
		margin-left: 1%;
	}
	ul.icons.side_icons li{
		float:left;
		width: 30%;
		margin-right: 2%;
		min-height:74px;
	}
	.side_info_box dl div.info_left{
		display:block;
		max-width:39%;
		margin-right:2.5%;
		float:left;
	}
	.side_info_box dl div.info_right{
		display:block;
		max-width:58%;
		float:left;
	}
	.side_info_box .review_box, .side_info_box .suggest_edit_box{
		display:none;
	}
	.det_bottom .review_box, .det_bottom .suggest_edit_box{
		display:block;
	}
}

@media all and (max-width:680px){

	ul.icons.side_icons li{
		overflow:hidden;
		text-indent:-1000px;
		height: 50px;
		min-height: 50px;
		width:50px;
		padding:0px;
	}
}
@media all and (max-width:500px){

	h1.dt_ttl,ul.head_icons{
		float:none;
		width:100%;
		text-align:center;
	}
	
	ul.icons.head_icons li{
		float:none;
	}
}

.dt_maininfo h2, .dt_maininfo h3, .dt_maininfo h4, .dt_maininfo h5, .dt_maininfo h6{
	clear:both;
	padding: 18px 0 8px 0;
	margin:0px;
	color:#3065a3; /* 104583 */
	font-weight:bold;
}
.dt_maininfo h2{
	font-size: 24px;
	font-size:1.5rem;
}
.dt_maininfo h3{
	font-size: 20px;
	font-size:1.25rem;
}
.dt_maininfo h4{
	font-size: 20px;
	font-size:1.25rem;
}
.dt_maininfo h5{
	font-size:18px;
	font-size:1.12rem;
}
.dt_maininfo h6{
	font-size:1rem;
}

.itm_desc, .sub_desc{
	clear:both;
}

.itm_desc strong{
	color:#104583;
	font-size: 115%;
}

div.sub_notes, div.sub_note{
	clear:both;
	width:100%;
}

dl.det_list{
	margin-bottom:0px;
}

dl.det_list dt, dl.det_list dd{
	display:inline;
	margin-left: 0px;
}
dl.det_list p{
	display:block;
	margin:.5rem 0px 0px 0px;
	
}

div.dl_line{
	width: 48%;
	float:left;
	line-height:130%;
	margin: 0 2% 6px 0px;
}
div.dl_line.full{
	width: 100%;
	float:none;
}


div.dl_line:nth-child(odd){
	clear:both;
}

dl.sub_detail dt, dl.sub_detail dd{
	display:inline !important;
	margin-left: 0px;
}
dl.sub_detail dt{
	margin: 0 8px 0 0;
}
/*
dl.sub_detail dt, dl.sub_details dd{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	line-height:120%;
}

dl.sub_detail dt{
	width: 40%;
	float: left;
	position: relative;
	margin: 0 1% 0 0;
}
dl.sub_detail dd{
	width: 55%;
	float: left;
	position: relative;
	margin: 0 1% 0 0;
}
*/

#embed_media{
	margin-top: 40px;
	margin-top: 2.5rem;
}

a.ANC_help{
	display:inline-block;
	width: 1.25rem;
	height: 1.25rem;
	text-align:center;
	font-weight:bold;
	font-size: 1rem;
	line-height: .8rem;
	text-decoration:none !important;
	padding: .25rem;
	border-radius: 50%;
	color:#FFFFFF;
	background-color:#3769c6;
	margin-left: .5rem;
}

/**********************/
/***  BROWSE PAGE   ***/
/**********************/

table.disp_table{
	border-collapse:collapse;
}

.disp_table tr:nth-child(odd) td{
	background-color:#e8eff4;

}
.entry-content .disp_table tr td, .entry-content .disp_table tr th{
	border: solid 1px #a8afb4;
}
.entry-content .disp_table tr th{
	padding: 8px 16px;
	font-size: 120%;
}
.entry-content .disp_table tr td{
	padding: 4px 16px;
}
.entry-content .disp_table th, .entry-content .disp_table th a{
	text-transform:uppercase;
	font-weight:bold;
	color:#777;
	text-decoration:none;
	white-space:no-wrap;
}
.disp_table th a i{
	margin-left: 4px;
}
.disp_table th a i:before{
	color: #d2dde9;
}
.disp_table th a i.active:before{
	color: #777;
}

.disp_table th a:link, .disp_table th a:visited{
	text-decoration:none;
}
.disp_table th a:hover, .disp_table th a:hover:visited{
	text-decoration:underline;
}
td.browse_feat img{
	width: 2.5rem;
}

span.mob{
	display:none;
}
table.disp_table span.mob{
	font-weight:bold;	
}	

@media only screen and ( max-width: 650px ) {
	
	table.disp_table{
		border: none !important;
	}
	
	table.disp_table th{
		display:none;
	}
	table.disp_table tbody{
		display:flex;
		flex-wrap:wrap;
		align-items:stretch;
	}
	table.disp_table tr{
		display:block;
		width: 47%;
		float:left;
		margin-bottom: 1.5rem;
	/*	margin: 0px 2% 1rem 2%; */
		border: solid 1px #ddd;
		background-color:#e8eff4 !important;
	}
	table.disp_table tr:nth-child(odd){
		margin-left: 6%;
	}

	table.disp_table tr:first-child{
		display:none;
	}
	table.disp_table tr:nth-child(even){
	clear:both;
	}
	table.disp_table td{
		display:block;
		text-align:center;
		width: 100%;
		border: none !important;
		background-color:#fff !important;
		padding: 2px 0px 2px 0px;
	}
	table.disp_table td:first-child{
		font-weight: bold;
		font-size: 120%;
	}
	table.disp_table tr td:first-child{
		background-color:rgb(57,122,137, 0.8) !important;
		padding: 1rem;
	}
	table.disp_table tr td:first-child a:after{
		 content: '»';
		color:#fff;
		margin-left: .5rem;
		transition:margin-left .5s, margin-right .5s;
	}
	table.disp_table tr td:first-child:hover{
		background-color:rgb(57,122,137, 1.0) !important;
	}
	table.disp_table tr td:first-child:hover a:after{
		margin-left: .75rem;
		margin-right: -.25rem;
	}
	table.disp_table tr td:nth-child(2){
		background-color:#fff !important;
	}
	table.disp_table tr td.browse_feat{
		background-color:#e8eff4 !important;
	}
	table.disp_table tr td:first-child a{
		text-decoration:none;
		color:#fff;
	}
	div.top_image{
		margin-bottom: 40px;
	}
	div.top_image h1.fancy{
		font-size: 90px;
		padding-top: 120px;
		padding-bottom: 80px;

	}
	span.mob{
		display:block;
	}

}

/**********************/
/*** FOW POST TABS  ***/
/**********************/

ul.fow_tabs{
	margin-top: 24px;
	margin-top:1.5rem;
}

ul.fow_tabs li{
	width:100%;
	list-style-type:none;
	border-bottom: solid 1px #dedede;
	padding: 8px 0px;
	padding: .5rem 0rem;
	margin-bottom: 8px;
	margin-bottom:.5rem;
	cursor:pointer;
}

ul.fow_tabs li.active{
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

ul.fow_tabs li h4, ul.fow_tabs li h3{
	width:100%;
	font-weight:bold;
	margin:0px;
	font-size: 18px;
}
ul.fow_tabs li h4 em{
	display:inline-block;
	margin-right: 16px;
	margin-right: 1rem;
	color:#cecece;
}

ul.fow_tabs li div.fow_tab_cont{
	display:block;
	height:auto;
	max-height:0px;
	overflow:hidden;
	-webkit-transition: max-height 1s; 
	-moz-transition: max-height 1s; 
	-ms-transition: max-height 1s; 
	-o-transition: max-height 1s; 
	transition: max-height 1s;
	

}
ul.fow_tabs li.active div.fow_tab_cont{
	max-height: 1200px;
	max-height:75rem;
}
ul.fow_tabs li div.fow_tab_cont ul {
	margin-left: 32px;
	margin-left: 2rem;
}
ul.fow_tabs li div.fow_tab_cont ul li{
	list-style-type:disc;
	padding: 0 0px 0 12px;
	padding: 0 0 0 .5rem;
	border-bottom:none;
}

div.review_note{
	display:block;
	width:100%;
	padding: .5rem 1rem;
	text-align:center;
	font-size: 80%;
	background-color:#f4f4f4;
}


/***  SPECIAL CKEDITOR STYLES  ***/
.anc_red{
	color: #961616;
}
.anc_blue{
	color: #2350a2;
}
.anc_green{
	color: #357b34;
}