/*
CSS Theme: ACA
Author: imagistic
*/

/* GENERAL STYLES */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lato-Regular', Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-weight: normal;
	font-size: 20px;
	color: #434a54;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 32px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 21px;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 18px;
	margin: 0 0 15px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #005696;
}

a:hover {
	text-decoration: none;
	color: #3587c5;
}

a,
button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

p {
	margin: 0 0 10px 0;
}

img {
	padding: 0;
	margin: 0;
	border: none;
	max-width: 100%;
}

/* GENERAL */

/* Page structure  */
.container {
	width: 1260px;
}

/* Header area */
.header-area .col-sm-9 {
	padding-right: 50px;
}

.logo {
	float: left;
	width: auto;
	margin: 15px 0;
}

.logo .mobile-logo {
	display: none;
}

/* Nav / Menu */
/* also in others.css */
.menu-area {
	float: right;
	margin: 17px 0;
}

.navbar-collapse {
	padding: 0 10px;
}

.mobile-icon {
	text-align: center;
	display: none
}

.mobile-icon li {
	display: inline-block;
	padding: 0 10px 0;
}

.mobile-icon li img {
	margin-right: 5px;
}

/* Social */
.social ul li {
	display: inline-block;
}

.social ul li a {
	background: #696a6c none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 34px;
	text-align: center;
	width: 34px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.social ul li a:hover {
	background: #00ae9e
}

/* Banner section */
.banner-section {
	background: #434a54 url("../images/banner.jpg") no-repeat scroll center center / cover;
	height: 365px;
	border-top: 25px solid #434a54;
}

.banner-section.home-banner {
	background: #434a54 url("../images/banner_3.jpg") no-repeat scroll center center / cover;
}

.banner-section.search-banner {
	background: #434a54 url("../images/banner_2.jpg") no-repeat scroll center center / cover;
}

.banner-section.profile-banner {
	background: #434a54 url("../images/banner_5.jpg") no-repeat scroll center center / cover;
}

.banner-section .banner-content {
	width: 240px;
	display: block;
	margin: 210px auto 0;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 3px solid #25ac9f;
}

.banner-section .banner-content h1 {
	color: #ffffff;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
}

/* Footer section */
.footer-section {
	color: #ffffff;
	font-size: 15px;
	padding: 60px 0 100px;
	background: #434a54;
}

.footer-section h3 {
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.footer-section .row {
	margin: 0 0 0 30px;
}

.footer-section img {
	margin-bottom: 20px;
}

.footer-section p {
	margin: 0;
	line-height: 22px;
}

.footer-section .col-sm-3 {
	border-right: 1px solid #7c8188;
}

.footer-section .col-sm-3:last-child {
	border-right: 0 solid #7c8188;
}

.footer-section .quick-link {
	height: 200px;
	padding-left: 40px;
}

.footer-section .border-none {
	border-right: 0 solid #7c8188;
}

.footer-section a,
.footer-section .quick-link ul li a {
	color: #ffffff;
	display: inline-block;
	padding-bottom: 8px;
}

.footer-section a:hover,
.footer-section .quick-link ul li a:hover {
	text-decoration: underline;
}

.footer-section .social ul {
	margin: 40px 0 20px;
}

.footer-section .social ul li {
	margin-right: 3px;
}

.footer-section .social ul li a img {
	padding: 0;
	margin: 0;
}

.footer-section .for-mobile {
	display: none;
}

/* form styles */
.form-control {
	height: auto;
	font-size: 23px;
}

.form-inline .form-group {
	color: #149084;
	text-align: right;
	width: 100%;
	margin: 25px 0 20px 0;
	overflow: hidden;
}

#fac-search-results .form-inline .form-group :not(label[for='accredited']) {
	color: #ffffff;
}

.form-inline .form-control {
	width: 420px;
	height: 60px;
	margin-left: 17px;
}

label {
	font-weight: normal;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	background: #005696;
}

.buttons {
	background: #00af9e none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: block;
	float: none;
	font-size: 26px;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	line-height: 57px;
	margin: 45px auto;
	overflow: hidden;
	padding: 0 60px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buttons a:hover {
	color: #b5d9d6;
}

.checkbox label,
.radio label {
	padding-left: 0;
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
	left: -99999px;
	position: absolute;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none !important;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
a:focus {
	outline: none !important;
	text-decoration: none;
	color: inherit;
}

/* for checkboxes */
.type-middle input[type=checkbox]:not(old),
.type-middle input[type=radio   ]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
	height: 0;
	position: absolute;
}

.type-middle input[type=checkbox]:not(old) + label,
.type-middle input[type=radio   ]:not(old) + label {
	display: inline-block;
	line-height: 44px;
	margin-left: -57px;
	width: 100%;
}

.type-middle input[type=checkbox]:not(old) + label > span,
.type-middle input[type=radio   ]:not(old) + label > span {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 6px 15px 6px 0;
	border: 2px solid #d8d7d7;
	vertical-align: bottom;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.type-middle input[type=checkbox]:not(old):checked + label > span:before {
	content: '✓';
	display: block;
	width: 1em;
	color: rgb(153, 204, 102);
	font-size: 0.875em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}

.type-middle input[type=radio]:not(old):checked + label > span > span {
	display: block;
	width: 17px;
	height: 17px;
	margin: 4px;
	border-radius: 0.5em;
	background: #00af9e;
}

#fac-search-results .type-middle input[type=radio]:not(old):checked + label > span > span {
	background: #ffffff;
}

/* tables */
.program-session-area {
	padding: 0 0 50px;
}

.program-session-area .table {
	margin: 0;
}

.program-session-area p {
	margin: 25px 0
}

.program-session-area .table > thead > tr > th {
	border: 0 none;
}

.program-session-area .table > tbody > tr > td,
.program-session-area .table > tbody > tr > th,
.program-session-area .table > tfoot > tr > td,
.program-session-area .table > tfoot > tr > th,
.program-session-area .table > thead > tr > td,
.program-session-area .table > thead > tr > th {
	padding: 25px 8px;
}

.program-session-area .table a {
	color: #005696;
}

.program-session-area .table > tbody > tr > td,
.program-session-area .table > tbody > tr > th,
.program-session-area .table > tfoot > tr > td,
.program-session-area .table > tfoot > tr > th,
.program-session-area .table > thead > tr > td,
.program-session-area .table > thead > tr > th {
	border-bottom: 1px solid #dddddd;
}

/* misc styles */
.affiliate-member,
.accredited-member {
	font-style: italic;
	color: #a30146;
}

.accredited-member {
	font-weight: bold;
}

.affiliate-member {
	font-family: "Lato-Regular", ​Arial, ​Helvetica, sans-serif;
	font-weight: normal;
}

.fix {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

hr {
	border-color: #d4d4d4
}

.padding-lg {
	padding: 90px 0;
}

.padding-md {
	padding: 60px 0;
}

.padding-sm {
	padding: 25px 0;
}

.alert {
	margin-bottom: 40px;
}

/*=============================
    01 Home page (fac-home)
===============================*/
/* counts-section */
.counts-section {
	background: #efefef;
}

.counts-section .count {
	width: 625px;
	margin: 0 auto;
	float: none;
	text-align: center
}

.counts-section .count ul li {
	display: inline-block;
	width: 190px;
	color: #149084
}

.counts-section .count ul li span {
	font-size: 45px;
	line-height: 55px;
}

.counts-section .count ul li:first-child {
	color: #a30146
}

.counts-section .count ul li:last-child {
	color: #fbb731
}

.counts-section p:last-child {
	margin: 0;
}

.counts-section .table tbody tr td:first-child {
	color: #005696
}

/* camp-type-section */
.camp-type-section {
	color: #00af9e;
	text-align: center;
}

.camp-type-section .type-middle {
	width: 238px;
	margin: 0 auto;
	float: none;
	text-align: left;
}

.camp-type-section .type-middle input {
	margin-right: 5px;
	margin-top: 30px;
}

.camp-type-section .type-middle small {
	font-size: 18px;
	color: #434a54
}

/* next-area */
.next-area {
	background: #00af9e;
	text-align: center;
}

.next-area a {
	border: 2px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	margin: 40px 0;
}

.next-area a:hover {
	background-color: #ffffff;
	border: 2px solid #00af9e;
	color: #00af9e;
	opacity: 0.9;
	outline: 0;
}

/* camp-search-section */
.camp-search-section {
	padding: 100px 0 63px;
}

.camp-search-section hr {
	margin: 60px 0;
}

.camp-search-section .col-sm-12 {
	padding: 0 25px
}

.ui-autocomplete {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 1px;
	padding: 4px 0 0;
	max-width: 520px;
	z-index: 1000 !important;
}

.ui-autocomplete li {
	border-radius: 3px;
	color: #4c4c4c;
	cursor: pointer;
	list-style-type: none;
	margin: 5px;
	padding: 10px;
	text-transform: none;
}

.ui-autocomplete li:hover {
	background-color: #005696;
	color: #ffffff;
}

.find-content-top {
	text-align: center
}

.find-content-top a {
	display: block;
	margin: 0 auto;
	text-decoration: underline;
	width: 421px;
}

.find-content-top a:hover {
	text-decoration: none;
}

.camp-search-section .col-sm-4 {
	padding: 0 25px
}

.hp-tout {
	background: #efefef none repeat scroll 0 0;
	padding-bottom: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.hp-tout img {
	width: 100%;
}

.hp-tout-icon {
	background: #01af9f none repeat scroll 0 0;
	border-radius: 50%;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	padding-top: 11px;
	text-align: center;
	width: 60px;
	position: absolute;
}

.hp-tout-icon img {
	width: auto
}

.hp-tout span {
	margin: 50px 5% 0;
	display: block;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
}

.hp-tout p {
	font-size: 16px;
	padding: 15px 18px 20px;
}

.hp-tout a {
	border-top: 2px solid #a30146;
	color: #a30146;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	padding-top: 15px;
	text-transform: uppercase;
	width: 185px;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
}

.hp-tout a:hover {
	text-decoration: underline;
}

.camp-search-section .form-inline {
	width: 610px;
	margin: 30px auto 20px;
	float: none;
	padding: 5px 0
}

.camp-search-section .form-inline .form-group {
	float: left;
	width: 87%;
	margin-top: 0;
	margin-right: 10px;
}

.camp-search-section .form-inline input {
	padding: 10px 10px;
	width: 98%;
	margin: 0 5px;
}

.camp-search-section button {
	background: #005696;
	padding: 14px 16px 14px 18px;
	float: left
}

.camp-search-section button:hover {
	background: #01af9f;
}

/* inspirational-area */
.inspirational-area {
	background: #002f53 url("../images/inspirational-quote-img.jpg") no-repeat scroll 0 0 /cover;
	position: relative;
}

.shadow-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	width: 100%;
	height: 100%;
}

.inspirational-area p {
	color: #ffffff;
	font-size: 38px;
	text-align: center;
	margin: 100px 0;
}

.inspirational-area span {
	color: #fbb731;
	font-weight: 700;
	font-style: italic;
}

/*=============================
    02 Search (fac-search)
===============================*/


/* choices */
.choices-made-table {
	margin-bottom: 55px;
}

.choices-made-table table {
	width: 100%;
	color: #fff;
}

.choices-made-table table tbody tr td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 24px;
}

.choices-made-table table tbody tr td:first-child {
	white-space: nowrap;
}

.choices-made-table table tbody tr td:nth-child(2) {
	width: 100%;
}

.choices-made-table table tbody tr td:last-child {
	text-align: right;
}

/* matches */
.number-of-matches h2 {
	margin-bottom: 15px;
}

.number-of-matches table {
	width: 100%;
}

.number-of-matches table tr td {
	padding: 5px 10px;
	text-align: center;
}

.number-of-matches table tr td:first-child {
	text-align: left;
}

.number-of-matches table tr td:nth-child(2),
.number-of-matches table tr td:nth-child(3) {
	width: 25%;
}

/* for collapsible headers */
div[data-toggle=collapse] h2,
div[data-toggle=collapse] img {
	cursor: pointer;
}

div[data-toggle=collapse] h2:hover {
	color: #b5d9d6;
	cursor: pointer;
}

div[data-toggle=collapse] img:hover {
	background-color: #b5d9d6;
	cursor: pointer;
}

div[data-toggle=collapse].center-title3 h2:hover {
	color: #6ab0a9;
	cursor: pointer;
}

div[data-toggle=collapse].center-title3 img:hover {
	background-color: #6ab0a9;
	cursor: pointer;
}

div[data-toggle=collapse] img.arrow-down {
	display: inline-block;
}

div[data-toggle=collapse] img.arrow-right {
	display: none;
}

div[data-toggle=collapse].collapsed img.arrow-down {
	display: none;
	vertical-align: middle;
}

div[data-toggle=collapse].collapsed img.arrow-right {
	display: inline-block;
	vertical-align: middle;
}
.culture-mdl div[data-toggle=collapse] img.arrow-down,
.culture-mdl div[data-toggle=collapse] img.arrow-right {
	height: 23px;
	width: 23px;
}

.arrow h2 {
	display: inline-block;
}

.arrow {
	margin: 53px auto 57px;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	width: 100%;
}

.arrow img {
	background-color: #ffffff;
	border-radius: 50%;
	margin: -15px 10px 0 0;
	padding: 8px;
}

.arrow.center-title3 {
	display: inline-block;
	width: auto;
	color: #00af9e;
	margin: 15px auto;
}

.program-session-area .arrow.center-title3 {
	display: block;
}

.arrow.center-title3 img {
	background-color: #00af9e;
}

.arrow.center-title3:hover img {
	background: #6ab0a9;
	cursor: pointer;
}

.arrow.center-title3:hover {
	color: #6ab0a9;
	cursor: pointer;
}

/* general styles for search */
.search-area {
	color: #149084;
	text-align: center;
}

.search-area a {
	display: inline-block;
}

.search-area label {
	float: left;
}

.search-area .form-inline {
	width: 900px;
	margin: 0 auto;
}

.search-area .form-inline a,
.search-area .form-inline p {
	color: #005696;
	display: inline-block;
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
}

.search-area .form-inline a:hover {
	color: #3587c5;
}

.search-area .form-inline .help-link,
.help-link {
	color: #434a54;
	font-size: 85%;
}

.search-area .form-inline .help-link a,
.help-link a {
	overflow: inherit;
}

.search-area .form-inline .help-link a:hover,
.help-link a:hover {
	text-decoration: underline;
}

.search-area .form-inline .form-group {
	width: auto;
	line-height: 45px;
}
/*.special-population-section .search-area .form-inline .form-group {
	width: 100%;
}*/

.search-area .form-inline .form-control {
	width: 72%;
}


/*
.search-area .search-box {
	float: left;
	width: auto;
	margin-left: 15px;
	padding: 0 0 0 5px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-area .search-box input {
	border: 0 none;
	float: left;
	color: #d4d3d3;
	margin: 0;
	width: 310px;
	padding: 4px 10px 6px 10px;
}

.search-area .search-box button {
	background: #fdb813 none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	margin: 0;
	padding: 6px;
	width: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-area .search-box i {
	font-size: 36px;
}
*/

.search-area .checkbox {
	line-height: 30px;
	margin-top: 5px;
	float: none;
	text-align: center;
}

.search-area .checkbox label input {
	Left: -99999px;
}

.search-area .checkbox label span {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 15px;
	border: 1px solid #d9d8d8;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-area .checkbox li {
	display: inline-block;
	width: auto;
	margin: 7px 28px
}

.search-area .checkbox li label {
	display: inline;
	line-height: 28px;
}

.search-area .checkbox li label span {
	margin-right: 15px;
}

.search-area .checkbox span {
	border: 1px solid #d9d8d8;
	border-radius: 5px;
	display: inline-block;
	float: left;
	height: 30px;
	position: relative;
	width: 30px;
}

.search-area .checkbox p {
	float: left;
	width: auto;
	margin: 0 !important;
	color: #149084;
}

.search-area .checkbox [type=checkbox]:checked + span:before {
	content: "✔";
	left: 6px;
	position: absolute;
	top: 0;
	color: #333333;
}

#fac-search-results .choices-made-section .checkbox [type=checkbox]:checked + span:before {
	color: #ffffff;
}

.search-area .col-sm-6 .checkbox [type=checkbox]:checked + span:before {
	top: -2px;
}

.select-list {
	width: 390px;
	height: 60px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}

.select-list select {
	width: 100%;
	height: 100%;
	color: #bdbcbc;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 10px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url("../images/select-arrow.png") no-repeat scroll right center;
}
/*--------+--------*/
#fac-search-results .camper-section .select-list select {
	background: #ffffff url("../images/select-arrow.png") no-repeat scroll right center;
}
#fac-search-results .narrow-result-top .search-area label {
	color: #ffffff;
}

#fac-search-results .narrow-result-top .form-inline .form-group {
	width: auto;
	text-align: left;
}

#fac-search-results .narrow-result-top #camper-section-content label {
	min-width: 35px;

}

#fac-search-results #camper-section-content .camper-btm li{
	color: #ffffff;
}

#coed-survey-question input[type="radio"]:not(old) + label {
	margin-left: 0;
}

#coed-survey-question li {
	display: inline-block;
	width: 150px;
}

#fac-search-results #camper-section-content .location-top ul.location-search-by li,
#fac-search-results #location-section-content .location-top ul.location-search-by li {
	color: #ffffff;
}
#fac-search-results div.help-link a {
	border: none;
}
#fac-search-results .search-area div.arrow h3,
#fac-search-results .search-area div.culture-btm h3,
#fac-search-results .search-area div h3 {
	color: #ffffff;
}
/*#fac-search-results .search-area div.arrow a h3 {
	color: #00AF9E;
}*/
#fac-search-results section.search-area div.search-top a h3 {
	color:#005696;
}
#fac-search-results li a.pagination-link:hover,
#fac-search-results li a.pagination-link.active {
	color: #25AC9F;
	background: none;
  border: 1px solid #25AC9F;
}
#fac-search-results li a.first:hover,
#fac-search-results li a.previous:hover,
#fac-search-results li a.next:hover,
#fac-search-results li a.last:hover
{
	border: none;
	text-decoration: underline;
}
#fac-search-results li a.pagination-link {
	border: 1px solid #25AC9F;
}
#fac-search-results li a.first,
#fac-search-results li a.previous,
#fac-search-results li a.next,
#fac-search-results li a.last {
		border: none;
}
#fac-search-results li a.pagination-link {
	padding: 2px 10px 4px;
}

#fac-search-results #filter_form .form-group {
	width: auto;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #005696;
	background: #dbdbdb;
	color: #777620;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #dbdbdb;
}


.location-section div.center-title3 {
	display: inline-block;
	cursor: pointer;
}
/*
.location-section div.center-title3:hover h2 {
	color: #b5d9d6;
}
.location-section div.center-title3:hover img {
	background: #b5d9d6;
}
*/
#facet_postal_code {
	max-width: 130px;
	float: left;
	font-size: 18px;
}
.center-title3:hover h2 {
	color: #6ab0a9;
}
.center-title3:hover img {
	background-color: #6ab0a9;
}

/*-------------------*/
.select-list select option {
	padding: 0 10px;
}

.form-inline .subsection-content {
	margin: 30px 0 10px;
	border-top: 1px solid #d4d4d4;
	padding-top: 30px;
}

.form-inline .subsection-content:first-of-type {
	border-top: none;
	padding-top: 0;
}
#user_login_id {
	font-size: 20px;
}
/* choices-made-section */
.choices-made-section {
	background: #00af9e none repeat scroll 0 0;
	color: #ffffff;
}

.choices-made-section table {
	color: #fff;
}

.choices-made-section td a {
	border: none;
	color: #f7d073;
}

.choices-made-section .arrow img {
	/*display: none;*/
}

.choices-made-section .number-of-matches a {
	border: none;
	color: #f7d073;
}

#fac-search-results .choices-made-section h2 {
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
}

#fac-search-results .choices-made-section .arrow:hover h2 {
	color: #b5d9d6;
}

#fac-search-results .choices-made-section .arrow:hover img {
	background-color: #b5d9d6;
}

/* camper-section */
.camper-section {
	padding-top: 50px; /* special margin for first on page */
}

.camper-section .form-inline {
	width: 800px;
}

.camper-top {
	padding-bottom: 10px;
	width: 720px;
	margin: 0 auto;
}

.camper-top input {
	max-width: 150px;
}

.camper-btm {
	margin: 30px 0 10px;
	border-top: 1px solid #d4d4d4;
	padding-top: 30px;
}

.camper-btm ul li {
	float: left;
}

/* location-search-by */
.location-section .center-title2 {
	margin: 43px auto 47px
}

.location-search-by {
	width: 800px;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 auto 35px;
	padding-bottom: 45px;
}

.location-search-by label {
	float: none;
}

.location-search-by li {
	width: 150px;
	display: inline-block;
}

.location-section .location-search-by li:first-child {
	margin-right: 40px;
}

/* location-section */
.location-section .select-list {
	width: 250px;
	float: left;
	margin-left: 17px;
}

#distance_option_holder .form-group:nth-of-type(1) {
	margin-right: 10%;
}

#distance_option_holder .form-group {
	width: auto;
}

.location-section .location-links {
	text-align: center;
	padding: 20px 0 10px;
}

.location-section .location-links li {
	display: inline-block;
	border-right: 2px solid #333333;
	line-height: 18px;
}

.location-section .location-links li a {
	padding: 0 15px;
	margin: 0;
	display: block
}

.location-section .location-links li:last-child {
	border-right: 0 solid #333333
}

/* cost-section */
.cost-section .form-inline {
	width: 770px;
}

.cost-section .form-group {
	line-height: 50px;
	margin: 10px 7px 40px;
}

.cost-section .form-inline .form-control {
	width: 240px;
	float: left;
}

/* special-population-section (disability and specific population) */

.special-population-section ul.checkbox {
	text-align: left;
	width: 102%;
	font-family: 'Lato-SemiboldItalic', Arial, Helvetica, sans-serif;
}

.special-population-section ul.checkbox li {
	margin: 5px 0;
}

/* activities-section */

.activities-section {
	color: #00af9e;
}

#fac-search-results .activities-section {
	color: #ffffff;
}


.activities-section ul {
	margin: 25px 0 40px;
	overflow: hidden;
}

.activities-section ul li {
	display: inline-block;
	width: auto;
	float: left
}

.activities-section ul li:last-child {
	float: right
}

.activities-btm {
	/*width: 800px !important;*/
	margin: 0 auto;
}

.search-area .activities-btm p {
	color: #434a54;
	font-size: 80%;
	font-style: normal;
	margin-top: 0;
}

.activities-btm .arrow img,
.culture-mdl .arrow img {
	margin-top: -10px;
	padding: 6px;
}

.activities-section .activities-btm h3,
.culture-mdl h3 {
	display: inline-block;
}

.activities-btm .center-title3 {
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
	padding: 40px 0;
}

.activities-btm .center-title3:last-child {
	border-bottom: 0;
}

.activities-section input[type="checkbox"]:not(old) + label,
.activities-section input[type="radio"]:not(old) + label {
	line-height: 42px;
}

.activities-section input[type="checkbox"]:not(old) + label,
.activities-section input[type="radio"]:not(old) + label {
	margin-left: 0;
}

.activities-btm ul {
	width: 930px;
	margin: 0 auto 30px;
}

.activities-btm ul li {
	width: auto !important;
	margin: 0 33px 8px;
	float: none
}

.activities-btm ul li:last-child {
	float: none
}

.activities-btm ul li label {
	font-weight: 400
}

.activities-btm ul li input {
	position: absolute !important;
	left: -999999px;
}

/* session-section */
#session-section-content > p {
	color: #434a54;
	font-size: 95%;
	font-style: italic;
	padding: 0 5px 20px 5px;
}

.session-section .form-inline {
	width: 800px;
}

.session-section .form-inline .form-group {
	width: auto;
}

.session-section .form-group {
	width: auto;
	line-height: 50px;
	margin: 35px 5px 20px
}

.session-section .form-inline .form-control {
	width: 250px
}

.session-section input,
.culture-section input,
.day-camp-specific-section input {
	display: none;
}

.session-btm {
	color: #149084;
	padding-top: 45px;
	margin: 35px 0 15px;
	border-top: 1px solid #d4d4d4
}

.session-btm ul li {
	margin: 15px 39px
}

.culture-btm p {
	margin: 0;
}

.culture-btm {
	border-top: 1px solid #d4d4d4;
	margin: 30px 0 10px;
	padding-top: 30px;
}

/* waterfront-section */
.waterfront-section {
	color: #00af9e
}

.waterfront-section li {
	width: 216px;
	margin-bottom: 20px;
}

.waterfront-section .location-search-by {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* day-camp-specific-section */
.day-camp-specific-section {
	color: #00af9e
}

.day-camp-specific-section form {
	width: 800px;
	margin: 0 auto;
}

.specific-top ul li {
	margin: 15px 30px;
}

.specific-btm {
	border-top: 1px solid #d4d4d4;
	padding: 40px 0 20px;
	margin-top: 30px;
}

/* culture-section */
.culture-section {
	color: #00af9e;
	padding: 25px 0 60px
}

.culture-section .col-sm-12 {
	margin: 0 auto;
	float: none;
}

.culture-top {
	margin-bottom: 5px;
}

.culture-mdl {
	border-top: 1px solid #d4d4d4;
	margin-top: 30px;
	padding-top: 10px;
}

.culture-btm .culture-mdl:first-of-type {
	border-top: 0;
	margin-top: 0;
}

.culture-mdl .arrow {
	margin: 0;
	padding: 40px 0 0 0;
}

.culture-btm .culture-mdl:first-of-type .arrow {
	padding: 20px 0 0 0;
}

/* see results */
.see-result-area {
	background: #00af9e;
	padding: 0 0 60px 0;
}

.see-result-area a {
	border: 2px solid #ffffff;
	padding: 11px 36px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}

.see-result-area a:hover {
	background-color: #ffffff;
	border: 2px solid #00af9e;
	color: #00af9e !important;
	opacity: 0.9;
	outline: 0;
}

/*=============================
    03 Search Results (fac-results)
===============================*/

/* Search Results - map view */
.search-content.map-view hr {
	margin: 40px 0 25px;
}
#search-past-dates-prompt {
	clear: both; /* khg - for map-legend */
	padding: 10px 30px;
	margin: 20px auto 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #999999;
	text-align: center;
	width: 90%;
	color: #333333;
}

#map-legend {
	padding: 0 0 20px 0;
}

#search-past-dates-prompt span {
	font-weight: bold;
}

#search-past-dates-prompt ul li {
	display: inline-block;
	width: 150px;
}

#search-past-dates-prompt .type-middle input[type="radio"]:not(old) + label{
	margin-left: 0;
	color: #149084;
}

/* search-content */
.search-content hr {
	margin: 80px 0;
}

.search-content hr:last-child {
	margin: 80px 0 30px;
}

.search-content .col-sm-2 img {
	margin-bottom: 15px;
}

.search-content .col-sm-4 {
	padding: 0;
}

.search-content .col-sm-4 h2 {
	color: #00af9e;
	font-size: 35px;
}

.search-content .program-name a {
	font-size: 28px;
}

.search-content .camp-city-state {
	font-size: 20px;
	margin: 0;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
	float: left;
	display: inline-flex;
}

.search-content .col-sm-4 p {
	font-style: italic;
	float: left;
	font-family: 'Lato-Bold', Arial, Helvetica, sans-serif;
}

.search-content .accredited-member,
.search-content .affiliate-member {
	margin-left: 5px;
}

.search-content .col-sm-4 strong {
}

.search-content .col-sm-6 p {
	margin-bottom: 20px;
}

.search-content .col-sm-6 p:first-child {
	margin-bottom: 30px;
}

.search-content .col-sm-6 p:last-child {
	margin-bottom: 0;
}

.search-content .col-sm-6 p span:first-of-type {
	color: #005696;
	display: block;
}

.search-content .col-sm-6 > a {
	padding-left: 3px;
}

.search-content ul {
	border-top: 1px solid #d4d4d4;
	margin-top: 80px;
	padding: 45px 0;
}

.search-content ul li {
	display: inline-block;
}

a.pagination-link {
	background: #25ac9f none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	text-transform: lowercase;
	padding: 3px 11px 5px;
}

a.pagination-link.active {
	background: #ffffff;
	color: #25ac9f;
	cursor: text;
}

a.pagination-link.next,
a.pagination-link.last {
	background: none;
	color: #25ac9f;
	padding: 0 0 0 10px;
}

a.pagination-link.first,
a.pagination-link.previous {
	background: none;
	color: #25ac9f;
	padding: 0 10px 0 0;
}

.search-content .result-pages {
	text-align: center;
}

/* search-top */
.search-top {
	width: 760px;
	padding-bottom: 50px;
	margin: 60px auto 35px;
	border-bottom: 1px solid #d4d4d4;
}

.search-top h1 {
	color: #00af9e;
}

.search-top h3 {
	display: inline-block;
	line-height: 30px;
	margin: 10px 20px 0;
}

.search-top p {
	margin: 20px 0 20px;
	color: #434a54;
}

.search-top img {
	background: #005696 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	margin-right: 6px;
	padding: 8px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
.search-top .map-place {
	padding: 6px 9px;
}
*/

.search-link {
	width: 100%;
	text-align: center;
}

#fac-search-results #map-results {
	margin: auto;
	height: 600px;
	width: 1000px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
}


/*=============================
    ACA-03-results-narrow-opened
===============================*/
.narrow-result-top {
	text-align: center;
}

.narrow-result-top h1 {
	display: inline-block;
}

.narrow-result-top a {
	border: 2px solid #ffffff;
	display: inline-block;
	margin-bottom: 0;
}

.narrow-result-top a:hover {
	color: #ffffff;
}

/*.narrow-result-top .col-sm-8 {
	padding: 0 70px;
}*/

.narrow-result-top .col-sm-8 h2 {
	border-top: 1px solid #d4d4d4;
	padding: 40px 0 0;
	font-family: 'Lato-Semibold', Arial, Helvetica, sans-serif;
	text-align: center;
}

.narrow-result-top .col-sm-8 ul {
	padding: 20px 20px 0;
	overflow: hidden;
}

.narrow-result-top .col-sm-8 li {
	text-align: left;
	width: 100%;
	float: left;
	font-family: 'Lato-Semibold', Arial, Helvetica, sans-serif;
	line-height: 36px;
}

.narrow-result-top .col-sm-8 li span,
.narrow-result-top .col-sm-8 li a {
	float: right;
	text-align: right;
	color: #f7d073;
	border: 0 none;
	margin-bottom: 0;
}

.narrow-result-top .arrow {
	display: inline-block;
	width: auto;
	cursor: pointer;
}

.narrow-result-top .arrow img {
 	margin-top: 0;
}

.narrow-result-top .arrow:hover img {
	background: #b5d9d6;
}

.narrow-result-top .arrow:hover h2 {
	color: #b5d9d6;
}

.choices-made-section .arrow {
	margin: 0;
	padding: 40px 0;
}

.choices-made-section .arrow h2 {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.choices-made-section h2 {
	font-size: 30px;
}

.choices-made-section .arrow:first-child {
	border-top: 1px solid #d4d4d4;
}

#fac-search-results .choices-made-section .arrow:first-child {
	border-top: none;
}

#fac-search-results .choices-made-section .arrow.center-title3 img {
	background-color: #ffffff;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#fac-search-results .choices-made-section .arrow.center-title3 img:hover {
	background-color: #b5d9d6;
}

#fac-search-results .choices-made-section .arrow.center-title3:hover img {
	background-color: #b5d9d6;
}

#fac-search-results .choices-made-section .arrow.center-title3:hover h2 {
	color: #b5d9d6;
}

.choices-made-section .buttons {
	color: #fff;
	margin-top: 60px;
	padding: 0 36px;
	border-radius: 3px;
}


/* Search page */
.search-page .choices-made-section .arrow:first-child {
	border-top: none;
}

.search-page .choices-made-section .arrow {
	border-bottom: none;
}

/*=============================
    04 Camp Profile,
    05 Program Profile
===============================*/

#fac-camp-profile .main-container .col-sm-9,
#fac-program-profile .main-container .col-sm-9 {
	width: 70%;
}

#fac-camp-profile .main-container .col-sm-3,
#fac-program-profile .main-container .col-sm-3 {
	width: 30%;
}

#fac-camp-profile .content-area .title img:first-child {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

#fac-camp-profile .content-area .title h1 {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-top: 0
}

#fac-camp-profile .content-area .camp-description {
	max-width: 800px;
}

.center-title h1 {
	color: #00af9e;
	text-align: center;
	margin: 60px 0 20px;
}

/* page top links */
.profile-links {
	font-size: 17px;
	margin-bottom: 40px;
	overflow: hidden;
}

.profile-links a {
	float: left;
	font-family: 'Lato-Medium', Arial, Helvetica, sans-serif;
}

.profile-links ul {
	float: right;
	width: 345px;
}

.profile-links ul li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 35px;
}

.profile-links ul li:last-child {
	padding-right: 0;
}

.profile-links ul li a img {
	margin-right: 5px;
	margin-bottom: 2px;
}
.profile-links #print,
.profile-links #add_to_backpack {
	line-height: 24px;
	vertical-align: middle;
	float: none;
}


/* share this */
.st_email {
	background: url("../images/share.png") no-repeat scroll left center transparent;
	color: #005696;
	padding: 0 0 1px 26px;
	/*line-height: 12px;*/
	/*vertical-align: top;*/
}

.st_email:hover {
	color: #3587c5;
	cursor: pointer;
}

.st_email .stButton {
	display: none !important;
}

.admin-links {
	font-size: 17px;
	margin: -20px 0 40px;
	overflow: hidden;
}

.admin-links ul {
	background-color: #f3f3f3;
	float: none;
	padding: 7px 0 4px 4px;
	width: 100%;
}

.admin-links a {
	font-family: 'Lato-Medium', Arial, Helvetica, sans-serif;
}

.admin-links ul li {
	display: inline-block;
	padding-right: 35px;
}

.admin-links ul li:last-child {
	padding-right: 0;
}

/* title */
.title {
	margin-bottom: 30px;
	width: 100%;
}

.title img {
	float: left;
	max-width: 110px;
	max-height: 70px;
	margin-right: 10px;
}

.title h1 {
	float: left;
	margin: 12px 0 0;
	color: #00af9e;
	width: 85%;
}

.mobile-accr-img {
	display: none;
}

.content-area p {
	margin-bottom: 30px;
	padding-right: 60px;
}

.mobile-camp-desc,
.mobile-program-session {
	display: none;
}

/* slider */
.slider {
	padding: 0 0 10px;
	max-width: 800px;
}

.slider:hover .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
}

#owl-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-carousel .owl-wrapper-outer {
	height: auto;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 0;
	width: 60px;
	height: 70px;

	margin-top: -35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
}

.owl-prev {
	left: 20px;
}

.owl-next {
	right: 20px;
}

.owl-prev::before,
.owl-next::before {
	content: "";
	background: url("../images/slider-arrow-right.png") no-repeat scroll 0 0;
	font-size: 55px;
	color: transparent;
}

.owl-next::before {
	content: "";
	background: url("../images/slider-arrow-left.png") no-repeat scroll 0 0;
}

.owl-theme .owl-controls .owl-page {
	display: none;
}

.owl-pagination {
	display: none
}

/* sidebar */
.sidebar {
	font-size: 16px;
	padding-top: 50px;
}

.sidebar img {
	margin: 30px 0 15px 0;
	width: 100px;
}

.sidebar h3 {
	font-family: 'Lato-Medium', Arial, Helvetica, sans-serif;
}

.sidebar h3,
.sidebar p {
	margin: 0;
}

.sidebar p em {
	font-family: 'Lato-Italic', Arial, Helvetica, sans-serif;
}

.sidebar p em span {
	color: #a30146;
}

.sidebar p em,
.sidebar address,
.sidebar .sidebar-contact {
	margin: 0 0 25px 0;
	display: block;
}

.sidebar-btm a {
	margin-top: 20px;
	display: block;
}

/* activities-list */
.activities-list {
	padding: 60px 0 90px;
}

.activities-list h1 {
	margin: 0 0 50px 0;
}

.activities-list .col-sm-12 {
	width: 80%;
	margin: 0 auto;
	float: none;
}

.activities-list ul li a {
	color: #434a54;
	display: block;
}

/*.activities-list a {*/
	/*display: none;*/
/*}*/

/*=============================
    06 Login
===============================*/

/* general-form-container */
.general-form-container{
	color: #00af9e;
	text-align: center;
}

.general-form-container .col-sm-6 {
	width: 580px;
	margin: 0 auto;
	float: none;
}

.general-form-container h1 {
	margin: 0;
}

.general-form-container .form-inline {
	text-align: right;
}

.general-form-container .form-inline input {
	width: 419px;
	margin-left: 17px;
}

.general-form-container .form-inline input#user_email_address {
	width: 390px;
	margin-left: 17px;
}

.general-form-container a {
	text-decoration: underline;
}

.general-form-container p {
	color: #434a54;
	margin: 0;
}

.general-form-container p a {
	padding: 0;
	display: inline-block;
}

button.highlighted {
	border: 2px solid #00af9e;
}

button.highlighted:hover {
	background-color: #ffffff;
	border: 2px solid #00af9e;
	color: #00af9e !important;
	opacity: 0.9;
	outline: 0;
}

/* why-register */
.why-register {
	background: #00af9e;
	text-align: center;
	color: #ffffff;
}

.why-register a {
	border: 2px solid #ffffff;
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

.why-register a:hover {
	background-color: #ffffff;
	border: 2px solid #00af9e;
	color: #00af9e !important;
	opacity: 0.9;
	outline: 0;
}

/* under-register */
.under-register {
	padding: 60px 0;
	text-align: center;
}

.under-register h2 {
	color: #a30146;
}

.under-register p {
	padding: 0 10px;
	margin: 30px 0 0 0;
}

/*=============================
    07 Registration page
===============================*/

/* register-container */
.register-container {
	text-align: center;
}

.register-container h1 {
	color: #00af9e;
}

.register-container h2 {
	text-align: left;
	color: #434a54;
	font-size: 26px;
	margin-bottom: -5px;
	margin-top: 10px;
}

.register-container p {
	padding: 0 65px;
}

.register-container .instructions {
	text-align: center;
	font-family: 'Lato-Italic', Arial, Helvetica, sans-serif;
	margin: -10px 0 15px;
	font-size: 18px;
}

.register-container .buttons {
	padding: 0 60px;
	margin-bottom: 0;
}

.register-container .form-inline .form-group {
	width: 690px;
	padding-right: 57px;
}

/*=============================
    08 Backpack page
===============================*/
.backpack-top h1 {
	margin-top: 15px;
}

.backpack-top .profile-links {
	margin-bottom: 0;
}

.backpack-top .profile-links a {
	float: none;
}

.backpack-top .sort-by .select-list {
	width: 376px;
}

.backpack-top .num-results .select-list {
	width: 150px;
}

.backpack-container {
	margin: 90px 0;
}

.form-inline .col-sm-12 {
	text-align: center;
	float: none;
	margin: 20px 0 0
}

.bkpk-mdl hr:first-child {
	margin: 0 0 90px 0;
}

.bkpk-mdl hr:last-child {
	margin: 90px 0 0 0;
}

/* additional sidebar styles */
.backpack-container .sidebar {
	padding-top: 0;
}

.sidebar ul li {
	display: inline-block;
	padding-right: 25px;
}

.sidebar ul li a {
	float: left
}

.sidebar ul li img {
	margin: 0 6px 0 0 !important;
	width: auto;
	display: inline-block;
}

#fac-backpack .search-area .form-inline .num-results,
#fac-backpack .search-area .form-inline .sort-by {
	width: auto;
}

#fac-backpack .backpack-top .form-inline .form-group {
	text-align: center;
}

/*#fac-backpack .form-group:last-child {
	display: block;
	width: 100%;
}*/


/*=============================
    Modal
===============================*/
/* google map */
  #map-results {
	height: 400px;
}

#coed-survey-question .modal-dialog,
#backpack-add-register .modal-dialog,
#flag-content .modal-dialog {
	margin: 30px auto;
	max-width: 450px;
}

#fac-camp-profile .modal-content,
#fac-camp-profile .modal-content textarea.form-control,
#fac-program-profile .modal-content,
#fac-program-profile .modal-content textarea.form-control {
	font-size: 14px;
}

#fac-camp-profile .modal-title,
#fac-program-profile .modal-title{
	font-size: 20px;
	color: #3587c5;
}
div.modal-footer .btn-ok {
	background: #00af9e;
}
.modal-dialog button.btn-ok {
	background: #00af9e;
	border-color: #00af9e;
}

#confirm-delete .modal-header .modal-title {
	color: #3587c5;
}

#confirm-delete .modal-dialog button.btn-ok {
	background-color: #d9534f;
  border-color: #d43f3a;
}

#confirm-delete .modal-body {
	font-size: 14px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
	cursor: pointer;
}
#fun_recreational_option_holder .culture-mdl .arrow {
		padding: 40px 0 0;
}


/*============================================
       RESPONSIVE MEDIA QUERIES HERE
 =============================================*/

@media screen and (max-width: 1270px) {
	.container {
		width: 1160px;
	}

	.search-content .col-sm-4 h1 {
		color: #00af9e;
		font-size: 33px;
	}

	.profile-links ul {
		width: 265px;
	}

	.backpack-top .form-inline {
		width: 770px;
	}

	.search-area .form-inline a {
		margin-top: 20px;
	}
	#fac-search .search-area,
	#fac-search .camper-section {
		padding: 20px 0 10px;
	}
	#fac-search .camper-section:first-of-type {
		padding-top: 40px;
	}
	#fac-search-results #search_form .search-area {
		padding: 25px 0;
	}
}

@media screen and (max-width: 1199px) {

	/* general */
	.container {
		width: 970px;
	}

	.logo {
		width: 96%;
		margin: 25px 0;
	}

	#cssmenu ul .last-menu li a {
		width: 152px;
	}

	/* footer */
	.footer-section .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.footer-section .social ul li {
		margin: 0 1px 5px 0;
	}

	.footer-section .social ul li a {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}

	.footer-section .quick-link {
		height: 212px;
		padding-left: 30px;
	}

	/* forms */
	.form-inline .form-group {
		padding-left: 10px;
	}

	.search-area .form-inline {
		width: auto
	}

	.search-area .col-md-10 {
		padding: 0;
	}

	.search-area .checkbox {
		line-height: 26px;
	}

	.search-area .checkbox [type="checkbox"]:checked + span::before {
		left: 4px;
		top: -3px;
	}

	.search-area .col-sm-6 .checkbox [type="checkbox"]:checked + span::before {
		top: 0;
		left: 6px;
		font-size: 20px;
	}

	/* 01 home */
	.hp-tout span {
		font-size: 21px;
	}

	/* 02 search */
	.camp-search-section .col-sm-4 {
		padding: 0 15px;
	}

	.session-section .form-inline,
	.cost-section .form-inline {
		width: 770px;
	}

	.cost-section .form-inline .form-control {
		width: 230px;
	}

	.location-top .location-by-state {
		width: 97%;
	}

	.activities-section ul li {
		width: 46%;
	}

	/* 03 search results */
	.search-top {
		margin: 50px auto 35px
	}

	.search-content .col-sm-4 p, .search-content .camp-city-state {
		font-size: 16px;
	}

	.search-content .col-sm-4 h2 {
		color: #00af9e;
		font-size: 26px;
	}

	.search-content .program-name a {
		font-size: 23px;
	}

	.search-content .col-sm-6 {
		padding-left: 0;
	}

	#fac-search-results #map-results {
		width: 900px;
	}


	/* 05, 06 camp and program profile */
	.profile-links ul {
		width: 215px;
	}

	ul.links-3 {
		width: auto
	}

	#fac-camp-profile .content-area .title h1 {
		width: 100%;
		margin-top: 12px;
	}

	/* 07 registration */
	.register-container .form-inline .form-group {
		width: 699px;
	}

	/* 08 backpack */
	.title h1 {
		width: 80%;
		font-size: 32px;
	}

	.backpack-top .form-inline {
		/*width: 700px;*/
	}
	#filter_form .form-group {
		display: inline-block;
	}
	#fac-search-results #filter_form .form-group:first-of-type {
		width: 54%;
	}
	#fac-search-results #filter_form .form-group {
		width: 46%;
	}
	#fac-search-results #filter_form .select-list {
		width: 330px
	}

}

@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 28px;
	}

	.padding-lg {
		padding: 60px 0
	}

	.padding-md {
		padding: 40px 0
	}

	.padding-sm {
		padding: 20px 0 40px;
	}

	.alert {
		margin-bottom: 30px;
	}

	.buttons {
		margin: 25px auto;
		font-size: 20px;
		line-height: 50px;
	}

	.form-control {
		font-size: 21px;
	}

	.form-inline .form-control {
		height: 50px;
	}

	.header-area .col-sm-9 {
		padding-right: 40px;
	}

	.search-content hr {
		margin: 60px 0;
	}

	.container {
		width: 750px;
	}

	.banner-section {
		height: 300px;
	}

	.banner-section .banner-content {
		margin: 170px auto 0
	}

	#cssmenu > ul > li > a {
		padding: 16px 10px 16px 6px;
	}

	#cssmenu > ul > li.has-sub > a {
		padding-right: 24px;
	}

	.arrow {
		margin: 30px auto 35px;
	}

	.arrow img {
		padding: 7px;
		margin-top: -5px;
	}

	.search-top {
		width: 100%;
	}

	.camper-top .select-list select {
		background-size: 20%;
	}

	.special-population-btm .select-list select {
		background-size: 21%;
	}

	.search-area label {
		margin: 3px 0 0;
	}

	.search-area .form-inline .form-group {
		width: 100%;
	}

	.search-area .checkbox {
		line-height: 28px;
	}

	.search-area .checkbox li {
		margin: 7px;
	}

	.search-area .checkbox li label span {
		margin-right: 11px;
	}

	.search-area .checkbox [type="checkbox"]:checked + span::before {
		left: 6px;
		top: -1px;
	}

	.search-area .form-inline {
		width: 91%;
	}

	.search-top {
		width: 90%;
	}

	.search-content .col-sm-4 h1 {
		font-size: 23px;
	}

	.search-content .col-sm-4 p, .search-content .camp-city-state {
		font-size: 14px;
	}

	.search-content .col-sm-6 {
		padding-right: 0;
		padding-left: 15px;
	}

	.search-content .col-sm-6 p {
		font-size: 15px;
	}

	.search-content ul li a {
		padding: 4px 10px 5px 8px;
	}

	.search-area .form-inline p {
		margin-top: 20px;
	}

	.location-by-state li label span {
		margin-right: 10px;
	}

	/* find a camp */
	.camp-search-section hr {
		margin: 40px 0;
	}

	.counts-section .count ul li span {
		font-size: 35px;
		line-height: 45px;
	}

	.counts-section .count ul li {
		width: 150px;
	}

	.type-middle input[type="radio"]:checked:not(old) + label > span > span {
		margin: 3px 0 0 3px;
	}

	.type-middle input[type="checkbox"]:not(old) + label,
	.type-middle input[type="radio"]:not(old) + label {
		height: 30px;
		line-height: 50px;
	}

	.type-middle input[type="checkbox"]:not(old) + label > span,
	.type-middle input[type="radio"]:not(old) + label > span {
		margin: 0 10px 7px 0;
		height: 27px;
		width: 27px;
	}

	.camp-type-section .type-middle small {
		font-size: 16px;
	}

	.camp-search-section .col-sm-4 {
		padding: 0 15px;
	}

	#fac-search-results #map-results {
		height: 500px;
		width: 700px;
	}

	/* Search Results - map view */
	#map-legend img {
		height: 26px;
	}

	.hp-tout span {
		font-size: 22px;
	}

	.hp-tout p {
		font-size: 15px;
		padding: 10px 15px 15px;
	}

	.camp-search-section {
		padding: 50px 0 40px
	}

	.camp-search-section .form-inline {
		margin: 20px auto 0;
	}

	.find-content-top a {
		width: 280px;
	}

	.hp-tout a {
		width: 140px;
		padding-top: 10px;
	}

	.camp-search-section button {
		padding: 9px 13px;
		float: left
	}

	.inspirational-area p {
		font-size: 26px;
		margin: 60px 0
	}

	.hp-tout-icon {
		padding: 11px 1px 0 0
	}

	.type-middle input[type="checkbox"]:not(old) + label,
	.type-middle input[type="radio"]:not(old) + label {
		line-height: 40px;
		height: 28px;
	}

	.location-section .location-search-by li:first-child {
		margin-right: 20px;
	}

	.activities-btm2 ul li {
		margin: 0 26px 8px;
	}

	/* login */
	.next-area a {
		margin: 30px 0;
	}

	/* narrow result page */
	.narrow-result-top .col-sm-8 {
		padding: 0 20px;
	}

	.narrow-result-top .col-sm-8 h2 {
		font-size: 25px;
		padding: 20px 0 0;
		margin: 0;
	}

	.narrow-result-top .col-sm-8 li {
		line-height: 24px;
	}

	.h2-border .arrow {
		padding: 30px 0;
	}

	/* camp profile */
	.profile-links ul li {
		padding-right: 17px;
	}

	.profile-links ul {
		text-align: right;
		width: auto;
	}

	.profile-links {
		margin-bottom: 20px;
	}

	.admin-links ul li:first-child {
		padding-right: 500px;
	}

	.slider-section, .content-area {
		padding-right: 25px;
	}

	.sidebar {
		font-size: 14px;
		padding-top: 0;
		margin-top: 40px;
	}

	.program-session-area {
		padding: 0 0 40px;
	}

	.center-title h1 {
		margin: 40px 0 0
	}

	/* program profile */
	.activities-section {
		padding: 30px 0 50px;
	}

	.activities-section h1 {
		margin: 0 0 20px;
	}

	.past-sessions .arrow {
		margin: 20px auto;
	}

	/* backpack */
	.backpack-top .center-title h1 {
		margin: 0;
	}

	.title {
		margin-bottom: 10px;
	}

	.title h1 {
		width: 77%;
		font-size: 26px;
	}

	.backpack-top .form-inline {
		width: 600px !important;
	}

	.backpack-top .form-inline .form-group {
		margin: 25px 0 0;
		padding-left: 0;
	}

	.backpack-container {
		margin: 60px 0;
	}

	.bkpk-mdl hr:first-child {
		margin: 0 0 60px
	}

	.bkpk-mdl hr:last-child {
		margin: 60px 0 0;
	}

	.backpack-container .sidebar {
		border-top: 0 none;
		margin-top: 10px;
	}

	.backpack-container .sidebar img {
		margin: 5px 0 15px
	}

	.backpack-container .content-area p {
		margin-bottom: 10px;
	}

	.sidebar ul li {
		padding-right: 12px;
	}



	#fac-backpack #filter_form .form-group {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}

	#fac-backpack #filter_form .form-group label {
		min-width: 120px;
		text-align: left;
	}

	#fac-backpack #filter_form .form-group .select-list {
		float: none;
	}

	/* 02 choices intense */
	.camper-section {
		padding: 30px 0 40px;
	}

	.camper-section .form-inline {
		width: 650px;
	}

	.camper-top {
		width: 600px;
	}

	.camper-section .form-inline .form-group {
		margin: 10px 0;
	}

	.select-list {
		width: 300px;
		height: 50px;
	}

	.location-top .location-by-state,
	.location-search-by,
	.activities-section ul li,
	.session-section .form-inline,
	.culture-section .col-sm-12,
	.day-camp-specific-section form,
	.special-population-section .form-inline, .cost-section .form-inline {
		width: 100%;
	}

	.activities-section .activities-btm, .special-population-section .form-inline {
		width: 660px !important;
	}

	.special-population-section .location-by-state {
		width: 510px;
	}

	.special-population-btm {
		width: 570px;
	}

	.location-by-state li {
		margin: 5px 10px
	}

	.cost-section .form-inline {
		width: 640px;
	}

	.cost-section .form-group {
		margin: 10px 7px 20px;
	}

	.cost-section .form-inline .form-control {
		width: 200px;
	}

	.activities-section ul {
		margin: 10px auto 30px;
		width: auto;
		padding-bottom: 10px;
	}

	.activities-section ul li {
		width: auto;
		text-align: left;
	}

	.activities-section .activities-btm {
		width: 80%;
	}

	.activities-btm .center-title3 {
		padding: 30px 0;
	}

	.session-section .form-group {
		margin: 10px 5px 15px;
	}

	.cost-section .form-inline .form-control,
	.session-section .form-inline .form-control {
    width: 200px;
	}

	.cost-section .form-inline .form-group,
	.session-section .form-inline .form-group {
		width: auto;
	}

	.session-btm ul li {
		margin: 6px 27px;
	}

	.session-top {
		margin: 0 auto;
		width: 650px;
	}

	.session-btm {
		margin-top: 15px;
	}

	.waterfront-section li {
		width: 180px;
		text-align: right
	}

	.specific-top ul li {
		margin: 5px 10px;
	}

	.culture-mdl {
		width: 80%;
		margin: 0 auto;
	}

	.culture-mdl .arrow {
		padding: 25px 0;
	}

	.footer-section .social ul li a {
		padding-top: 3px;
	}

	.footer-section .quick-link {
		height: 237px;
		padding-left: 20px;
	}

	.register-container h2 {
		font-size: 24px;
		margin-bottom: -10px;
	}

	.register-container .instructions {
		font-size: 15px;
	}

	#distance_option_holder .special-population-top div.form-group label {
		min-width: 70px;
		text-align: left;
	}
	div.select-list select#facet_distance {
		float: none;
		background-size: 24%
	}

	#distance_option_holder .form-inline {
		text-align: left;
	}
	#fac-search-results ul.result-pages li a.pagination-link {
    padding: 2px 8px 4px; 
	}
	.camper-section #camper-section-content .camper-top div.form-group {
		width: auto;
	}
	#distance_option_holder .form-inline {
		text-align: center;
	}
	#distance_option_holder .form-group:nth-of-type(1) {
    margin-right: 0;
	}
	#fac-search-results .activities-section {
    padding: 0;
	}

	/*
	// #fac-search-results #search_form .padding-sm,
	// #fac-search .padding-sm,
	// #fac-search .camper-section {
	// 	padding: 20px 0 10px;
	// }
	// #fac-search .camper-section:first-of-type {
	// 	padding-top: 40px;
	// }
	*/
	#fac-search-results #filter_form .form-group:first-of-type {
		width: 54%;
	}
	#fac-search-results #filter_form .form-group {
		width: 46%;
	}
	#fac-search-results #filter_form .select-list {
		width: 275px
	}
	#fac-search-results #search_form .search-area {
		padding: 20px 0;
	}
	#fun_recreational_option_holder .culture-mdl .arrow {
		padding: 25px 0 15px;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		margin-bottom: 10px;
	}

	.padding-lg {
		padding: 40px 0
	}

	.padding-md {
		padding: 30px 0;
	}

	.padding40 {
		padding: 0 0 10px 0;
	}

	.padding-sm {
		padding: 0 0 10px;
	}

	.alert {
		margin-bottom: 15px;
	}

	.container {
		width: 510px;
	}

	.header-area .col-sm-9 {
		padding-right: 15px;
	}

	.form-inline .form-control {
		height: 40px;
	}

	.buttons {
		font-size: 20px;
		line-height: 40px;
		padding: 0 30px;
	}

	.type-middle input[type="checkbox"]:not(old) + label > span,
	.type-middle input[type="radio"]:not(old) + label > span {
		width: 25px;
		height: 25px;
	}

	.type-middle input[type="radio"]:checked:not(old) + label > span > span {
		width: 15px;
		height: 15px;
	}

	.special-population-top .select-list select {
		background-size: 32%;
	}

	label {
		float: left;
		font-weight: normal;
	}

	input {
		float: right;
		height: 40px;
	}

	.menu-area {
		margin: 0
	}

	.header-area {
		background: #434a54;
	}

	.header-area .col-sm-9 {
		padding: 0;
	}

	.header-area .col-sm-12 {
		padding: 0;
	}

	.logo .mobile-logo {
		display: block;
		padding: 2px 0 3px;
	}

	.logo .big-logo {
		display: none;
	}

	.social {
		display: none;
	}

	.logo {
		float: none;
		width: 100px;
		margin: 0 auto;
	}

	.header-area .container {
		width: 100%;
	}

	.menu-area {
		float: none;
	}

	#cssmenu .menu-opened {
		background: #5a6372;
	}

	#cssmenu #menu-button {
		left: 0;
		position: absolute;
		top: -49px;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		transition: 0.8s;
	}

	#cssmenu {
		background: #5a6372;
	}

	#cssmenu > ul > li > a {
		color: #ffffff;
		padding: 10px 15px;
	}

	.banner-section {
		height: 190px;
		z-index: 8;
		border-top: 0 none;
	}

	.banner-section .banner-content {
		margin: 120px auto 0;
		width: 160px;
		border-bottom: 2px solid #25ac9f;
	}

	.choices-made-section {
		z-index: 8
	}

	.arrow {
		margin: 10px auto;
		width: auto;
		padding: 5px 0;
	}

	.activities-btm .arrow img,
	.culture-mdl .arrow img {
		margin-top: -6px;
		padding: 6px;
	}

	/*// .narrow-result-top .arrow img {*/
	/*// 	margin: -8px 5px 0 0;*/
	/*// }*/

	.choices-made-section img {
		margin: -6px 10px 0 0
	}

	.h2-border .arrow {
		padding: 20px 0;
	}

	.search-top {
		margin: 40px auto 25px;
		padding-bottom: 20px;
	}

	.search-top h3 {
		font-size: 16px;
		line-height: 23px;
	}

	.search-area .form-inline,
	.search-top {
		width: 100%!important;
	}

	.search-top p {
		margin: 20px 0 15px;
	}

	.search-area .form-inline {
		margin: 0 auto
	}

	.search-area .form-inline a {
		margin-top: 0;
	}

	.search-area .form-inline input {
		float: left
	}

	.search-area .form-inline .form-group {
		margin: 5px auto;
		line-height: 23px;
		float: none;
		text-align: center
	}

	.checkbox, .radio {
		margin-top: 0;
	}

	.search-area .form-inline p {
		margin-top: 0;
	}

	.search-area label {
		margin: 6px 0 0;
	}

	.search-area .checkbox {
		line-height: 22px;
		overflow: hidden;
		display: inline-block;
		margin: 0;
	}

	.search-area .checkbox label span {
		height: 22px;
		width: 22px;
	}

	.search-area .checkbox p {
		margin: 2px 0 0 3px;
	}

	.search-area .checkbox [type="checkbox"]:checked + span::before {
		left: 4px;
		top: -4px;
	}

	.search-area .col-sm-6 .checkbox [type="checkbox"]:checked + span::before {
		font-size: 16px;
		left: 4px;
		top: -4px;
	}

	.search-content hr {
		margin: 30px 0;
	}

	.search-content {
		text-align: center;
	}

	.search-content .col-sm-2 img {
		width: 80px;
		margin-bottom: 20px;
	}

	.search-content .col-sm-4 {
		margin-bottom: 15px;
	}

	.search-content .col-sm-4 p, .search-content .camp-city-state {
		float: none;
	}

	.search-content .col-sm-4 p {
		font-size: inherit;
	}

	.search-content .col-sm-6 {
		padding-right: 15px;
	}

	.search-content .col-sm-6 p {
		width: 452px;
	}

	.location-section .search-area .form-inline {
		width: 400px !important;
	}

	.location-section .location-search-by li:first-child {
		margin-right: 0;
	}

	.activities-section ul li:last-child {
		float: left;
	}

	.search-content ul {
		border-top: 0 solid #d4d4d4;
		margin-top: 0;
	}

	.search-content ul li a {
		padding: 4px 11px 5px 9px;
	}

	.type-middle input[type="checkbox"]:not(old) + label > span,
	.type-middle input[type="radio"]:not(old) + label > span {
		height: 22px;
		width: 22px;
		margin: 0 5px 12px 0;
	}

	.type-middle input[type="checkbox"]:not(old) + label,
	.type-middle input[type="radio"]:not(old) + label {
		height: 30px;
		line-height: 47px;
		margin: 0;
	}

	.type-middle input[type="radio"]:checked:not(old) + label > span > span {
		height: 12px;
		width: 12px;
	}

	#fac-search-results #map-results {
		height: 350px;
		width: 450px;
	}



	/* login */
	.general-form-container .col-sm-6 {
		padding: 0 15px;
		width: 470px;
	}

	.form-inline .form-group {
		margin: 25px 0 20px;
		padding: 0;
	}

	.general-form-container .form-inline {
		margin: 0 auto;
		width: 360px;
	}

	.general-form-container .form-inline label {
		width: 94px;
	}

	.general-form-container .form-inline input {
		width: 250px;
		margin: 0 0 0 10px;
	}

	.general-form-container .form-inline input#user_email_address {
		width: 230px;
		margin: 0 0 0 10px;
	}

	.under-register {
		padding: 40px 0;
	}

	div.select-list select#facet_distance {
		background-size: 22%
	}

	/* registration */
	.register-container h2 {
		font-size: 21px;
		margin-bottom: -10px;
	}

	.register-container .instructions {
		font-size: 14px;
	}

	.register-container p {
		padding: 0;
		font-size: 15px;
	}

	.register-container .form-inline .form-group {
		width: 89%;
		padding: 0;
	}

	.register-container .form-inline .form-control {
		width: 250px;
		margin: 0;
	}

	.register-container label {
		width: 135px;
		text-align: right;
		margin: 5px 0 0 0;
	}

	/* find a camp */
	.camp-type-section .type-middle {
		width: 42%
	}

	.camp-type-section h1 {
		margin: 0;
	}

	.counts-section .count {
		width: 100%;
	}

	.counts-section .count ul li span {
		font-size: 26px;
		line-height: 29px;
	}

	.counts-section .count ul li {
		width: 120px;
	}

	.next-area a {
		margin: 25px 0 22px;
	}

	.camp-search-section {
		padding: 35px 0 15px;
	}

	.camp-search-section hr {
		margin: 30px 0;
	}

	.camp-search-section .col-sm-4 {
		margin: 0 auto 30px;
		width: auto;
	}

	.camp-search-section .form-inline {
		width: 100%;
	}

	.camp-search-section .form-inline .form-group {
		width: 83%;
	}

	.camp-search-section button {
		padding: 4px 9px;
	}

	.camp-type-section .type-middle small {
		font-size: 14px;
	}

	.inspirational-area p {
		font-size: 22px;
		margin: 35px 0;
	}

	/* camp profile */
	#fac-camp-profile .main-container .col-sm-9,
	#fac-program-profile .main-container .col-sm-9 {
		width: inherit;
	}

	#fac-camp-profile .main-container .col-sm-3,
	#fac-program-profile .main-container .col-sm-3 {
		width: inherit;
	}

	.profile-links ul li {
		padding-right: 10px;
	}

	.profile-links ul img {
		width: 14px;
	}

	/* share this */
	.st_email {
		background-size: 14px 15px;
		padding: 0 0 0 20px;
	}

	.admin-links {
		margin: 10px 0 0 0;
	}

	.admin-links input {
		height: inherit;
	}

	.admin-links label {
		padding-left: 10px;
	}

	.title {
		margin: 10px 0;
		text-align: center;
		width: 100%;
	}

	.title img {
		width: 60px;
		float: none;
	}

	.title h1 {
		width: 100%;
		margin: 10px 0;
	}

	.mobile-accr-img {
		display: inline-block;
	}

	.camp-description {
		display: none;
	}

	.program-session-area {
		padding: 0 0 40px 0;
	}

	.center-title h1 {
		margin: 0
	}

	.table {
		font-size: 12px;
	}

	.program-session-area .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		padding: 15px 3px;
	}

	.sidebar {
		text-align: center;
		margin: 10px auto 0;
		padding-right: 15px;
		width: 450px;
	}

	.sidebar-btm a,
	.sidebar img,
	.program-session-area .table {
		display: none;
	}

	.program-session-area p {
		margin: 0;
	}

	.mobile-camp-desc,
	.mobile-program-session {
		display: block;
		text-align: justify;
	}

	.mobile-camp-desc hr {
		display: block;
	}

	.program-session-area a {
		margin: 20px 0 0;
		display: block
	}

	.mobile-camp-desc p {
		margin: 25px auto 0;
		display: block;
	}

	.mobile-camp-desc a {
		margin: 25px 0;
		display: inline-block
	}

	.mobile-program-session ul {
		margin-top: 20px;
	}

	.mobile-program-session ul:last-child {
		margin-bottom: 20px;
	}

	.mobile-program-session ul li {
		width: 100%;
		font-size: 14px;
		font-family: 'Lato-Semibold', Arial, Helvetica, sans-serif;
	}

	ul li a {
		color: #005696
	}

	.main-container .container,
	.main-container .row,
	.main-container .col-sm-9,
	.main-container .slider {
		width: 100%;
		padding: 0;
		margin: 0
	}

	/* program profile */
	.activities-section {
		padding: 20px 0 30px;
		text-align: center;
	}

	.activities-section h1 {
		margin: 0 0 10px;
	}

	.past-sessions .arrow {
		margin: 0 auto;
	}

	.activities-section .col-sm-12 {
		width: 100%;
	}

	.activities-section ul li a {
		margin: 0;
	}

	.activities-section a {
		display: inline-block;
		margin-top: 25px;
	}

	/* backpack */
	.profile-links {
		font-size: 14px;
		/*width: 450px;*/
		margin: 0 auto;
	}

	.profile-links a span {
		float: none;
		display: inline-block;
	}

	.profile-links a p {
		float: none;
		display: none;
	}

	.title h1 {
		font-size: 24px;
	}

	.backpack-top .center-title h1 {
		margin: 10px 0;
	}

	.backpack-top .profile-links ul {
		width: auto;
		padding: 0;
		font-size: 14px;
	}

	.backpack-top .form-inline .form-group {
		display: inline-block;
		float: none;
		margin: 10px auto 0 !important;
		text-align: center;
	}

	.backpack-container {
		padding: 0;
	}

	.backpack-container .table {
		display: none
	}

	.backpack-container .sidebar {
		border-top: 0 none;
	}

	.backpack-top .sort-by .select-list {
		width: auto;
	}

	.sidebar ul li {
		display: none;
	}

	.backpack-container {
		margin: 30px 0;
	}

	.backpack-container .title img {
		width: 90px;
		margin: 10px 0 5px;
	}

	.backpack-container .mobile-camp-desc p,
	.backpack-container .mobile-camp-desc a {
		margin: 0;
	}

	.backpack-container .mobile-camp-desc ul {
		margin-top: 20px;
		text-align: center
	}

	.backpack-container .mobile-camp-desc ul li {
		display: block;
		font-family: 'Lato-Semibold', Arial, Helvetica, sans-serif;
	}

	.mobile-icon {
		display: block
	}

	.form-inline .subsection-content {
		margin: 0 0 10px;
		padding-top: 10px;
	}

	.form-inline .subsection-content:first-of-type {
		padding-top: 0;
	}

	/* 02 choices intense */
	.camper-section .form-inline {
		width: 100% !important;
		padding: 0 3%;
	}

	.camper-section .form-inline .fl {
		float: left
	}

	.camper-section .form-inline .fr {
		float: right
	}

	.camper-section .form-inline .form-group {
		margin: 0 0 15px 0;
		line-height: 22px;
	}

	.camper-top input {
		max-width: 100px;
		font-size: 18px;
	}

	.camper-section {
		padding: 10px 0;
	}

	.camper-top {
		padding-bottom: 20px;
		width: 100%;
	}

	.camper-btm {
		margin: 0 0 10px;
		padding-top: 10px;
	}

	.select-list {
		width: 210px;
		height: auto
	}

	.select-list select {
		height: 39px;
	}

	.location-section .location-search-by {
		border-bottom: 1px solid #d4d4d4;
		margin: 0 auto 20px;
		padding-bottom: 25px;
	}

	.location-section .location-search-by li {
		width: 120px;
	}

	.location-by-state li {
		margin: 5px 6px;
	}

	.location-by-state li label span {
		margin-right: 5px;
	}

	.location-by-state li label {
		line-height: 19px;
	}

	.location-by-state span {
		width: 22px;
		height: 22px;
	}

	.location-top .location-links {
		padding: 0;
	}

	.location-top .location-links li {
		border-right: 0 none;
	}

	.cost-section .form-inline {
		width: 100% !important;
	}

	.cost-section .form-inline .form-group {
		line-height: 22px;
		margin: 0 0 10px 0;
		max-width: 234px;
	}

	.cost-section .form-inline .fl {
		float: left
	}

	.cost-section .form-inline .fr {
		float: right
	}

	.cost-section .form-inline .form-control {
		width: 130px;
		margin-left: 10px;
	}

	.special-population-btm,
	.special-population-section .form-inline {
		width: 100% !important;
	}

	.special-population-section .form-inline .form-group {
		line-height: 37px;
	}

	.special-population-section .select-list {
		display: inline-block;
		float: right;
		margin: 8px auto 0;
		overflow: hidden;
		width: 130px;
	}

	.special-population-section .location-by-state {
		width: 100%;
	}

	.special-population-section .location-by-state li {
		width: auto;
		margin: 2px 0;
	}

	.special-population-section .checkbox p {
		text-align: left;
		margin: 0 !important
	}

	.special-population-btm label {
		width: auto;
		float: left;
		text-align: left;
	}

	.special-population-btm {
		margin: 20px auto;
		padding: 7px 0 0;
	}

	.special-population-section .special-population-btm .select-list {
		width: 190px;
	}

	.activities-section .activities-btm, .special-population-section .form-inline {
		width: 100% !important;
	}

	.session-top,
	.activities-section .form-inline {
		width: 100% !important;
	}

	.activities-section ul li {
		margin: 3px 8px 3px 60px;
		width: auto;
		float: left
	}

	.activities-section .text-center li {
		margin: 3px 8px;
		width: auto;
		float: none
	}

	.activities-btm .center-title3 {
		padding: 15px 0;
	}
	.session-section .form-inline .form-group {
    line-height: 32px;
    margin: 10px 0;
    display: inline-block;
	}

	.session-section .form-inline .form-control {
		display: block;
		float: left;
		font-size: 13px;
		margin-left: 5px;
		width: 138px;
	}

	.session-btm {
		padding-top: 25px;
	}

	.waterfront-section li {
		width: auto;
		margin: 0 17px;
	}

	.waterfront-section a {
		margin-top: 10px;
		display: inline-block
	}

	.waterfront-section .location-search-by {
		padding: 0;
	}

	.see-result-area {
		margin-top: 10px;
	}

	.footer-section .col-sm-3 {
		border: 0 solid;
	}

	.footer-section .quick-link {
		height: auto;
		margin-bottom: 25px;
	}

	.footer-section .social {
		display: none;
	}

	.footer-section .for-mobile {
		display: block;
	}

	.footer-section .for-mobile img {
		width: 160px;
		margin-bottom: 10px;
	}

	.footer-section .social ul li a img {
		width: auto;
	}

	.footer-section .quick-link ul li a {
		padding-bottom: 1px;
	}
	#fac-search #session-section-content div.form-group label {
		min-width: 90px;
	}
	#fac-program-profile .main-container .profile-links {
	width: 100%;
		}
	.location-section .select-list {
    width: 192px;
    float: left;
    margin-left: 17px;
	}

	#fac-search-results .choices-made-section h2 {
		font-size: 25px;
	}

	#fac-search-results .choices-made-table table tbody tr td {
		font-size: 18px;
	}
	.camper-section #camper-section-content .camper-top div.form-group {
		float: none;
		display: inline-block;
		margin-right: 10px;
	}
	#distance_option_holder .form-inline .form-group {
		display: inline-block;
	}
	.select-list #return_sort {
		background-size: 16%;
	}
	#fac-search-results .select-list select#facet_grade {
		background-size: 20%;
	}
	/*Page10 PDF*/
	#fun_recreational_option_holder .culture-mdl .arrow {
		padding: 10px 0;
	}
	#fac-search-results .activities-section {
    padding: 0;
	}
	#fac-search-results #filter_form .form-group:first-of-type {
		width: auto;
	}
	#fac-search-results #filter_form .form-group {
		width: auto;
	}
	#fac-search-results #filter_form .select-list {
		width: 275px
	}
	#fac-search-results #search_form .search-area {
		padding: 10px 0;
	}
	#fac-search .special-population-section .form-inline .form-group label,
	#fac-search .special-population-section .form-inline .form-group .select-list{
		float: none;
    display: inline-block;
    vertical-align: middle;
	}
	#fac-search .special-population-section .form-inline .checkbox {
		text-align: center;
		width: 100%;
	}
	#fac-search #cost-section-content .form-group {
		float: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
	}

}

@media screen and (max-width: 500px) {
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
		margin: 0 0 5px;
	}

	h4 {
		font-size: 18px;
		margin: 0 0 5px;
	}

	input {
		height: 37px;
	}

	.padding-lg {
		padding: 30px 0
	}

	.padding-md {
		padding: 20px 0
	}

	.padding-sm {
		padding: 0;
	}

	.alert {
		margin-bottom: 10px;
	}

	.buttons {
		font-size: 18px;
	}

	.form-inline .form-control {
		height: 35px;
		font-size: 15px;
		padding: 0 10px 3px;
    color: #d4d3d3;
	}

	.form-control {
		padding: 0 10px 3px;
	}

	.container {
		width: 360px;
	}

	.banner-section {
		height: 150px;
	}

	.banner-section .banner-content {
		margin: 100px auto 0;
		padding: 0;
	}

	.arrow {
		margin: 10px auto;
	}

	.activities-btm .arrow img,
	.culture-mdl .arrow img {
		margin-top: -5px;
		padding: 6px;
	}

	.choices-made-section img {
		margin: -4px 10px 0 0;
	}

	.choices-made-section h1 {
		margin-top: 1px;
	}

	.search-top {
		margin: 25px auto 20px;
		padding-bottom: 15px;
	}

	.search-area .form-inline .form-group {
		margin: 10px auto 0;
		line-height: normal;
		float: none;
		text-align: center
	}

	.camper-top .select-list select {
		background-size: 17%;
	}

	.special-population-top .select-list select {
		background-size: 27%;
	}

	.special-population-btm .select-list select {
		background-size: 19%;
	}

	.search-top p {
		margin: 15px 0 10px
	}

	.form-group {
		margin-bottom: 7px;
	}

	.search-content hr {
		margin: 20px 0;
	}

	.search-content .col-sm-2 img {
		margin-bottom: 10px;
	}

	.search-content .col-sm-6 p {
		width: auto;
	}

	.search-content ul {
		padding: 25px 0;
	}

	.search-content .col-sm-6 p {
		margin-bottom: 10px;
	}

	.search-content .col-sm-6 p:first-child {
		margin-bottom: 15px;
	}

	.search-content .col-sm-6 p:last-child {
		margin-bottom: 0;
	}

	#fac-search-results #map-results {
		height: 250px;
		width: 350px;
	}

	/* Search Results - map view */
	#map-legend img {
		height: 23px;
	}

	#fac-search-results .choices-made-section h2 {
		font-size: 18px;
	}

	#fac-search-results .choices-made-table table tbody tr td {
		font-size: 15px;
	}

	/* login */
	.general-form-container .col-sm-6 {
		width: 360px;
	}

	.form-inline .form-group {
		margin: 10px 0;
	}

	.general-form-container .form-inline {
		width: 100%;
	}

	.general-form-container .form-inline label {
		width: auto;
	}

	.general-form-container .form-inline input {
		width: 100%;
	}

	.under-register {
		padding: 30px 0;
	}

	.under-register p {
		margin: 15px 0 0;
	}

	div.select-list select#facet_distance {
		background-size: 18%
	}

	/* registration */
	.register-container  h2 {
		font-size: 19px;
		margin-top: 25px;
	}

	.register-container .instructions {
		font-size: 13px;
	}

	.register-container .form-inline .form-group,
	.register-container .form-inline .form-control {
		width: 100%;
	}

	.register-container label {
		margin: 5px 0 5px 0;
		text-align: left;
		width: auto;
	}

	.register-container p {
		font-size: 14px;
	}

	/* find a camp */
	.camp-search-section .col-sm-12 {
		padding: 0 15px;
	}

	.counts-section .count ul li span {
		font-size: 22px;
		line-height: 25px;
	}

	.counts-section .count ul li {
		width: 82px;
	}

	.camp-type-section .type-middle {
		width: 187px;
	}

	.camp-search-section .form-inline .form-group {
		width: 100%;
	}

	.camp-search-section .form-inline input {
		width: 98%;
	}

	.camp-search-section button {
		float: none;
		margin: 0 auto 10px;
		padding: 6px;
		width: 46px;
	}

	.camp-type-section .type-middle small {
		font-size: 13px;
	}

	.inspirational-area p {
		font-size: 20px;
		margin: 30px 0
	}

	.next-area a {
		margin: 17px 0 14px
	}

	/* narrow result */
	.narrow-result-top .col-sm-8 ul {
		padding: 10px 20px 0;
	}

	.narrow-result-top .col-sm-8 h2 {
		padding: 15px 0 0;
		font-size: 22px;
	}

	.h2-border .arrow {
		padding: 15px 0;
	}

	.narrow-result-top .col-sm-8 li {
		line-height: 20px;
	}

	/* camp profile */
	.program-session-area {
		padding: 0 0 30px 0;
	}

	.content-area p {
		margin-bottom: 15px;
	}

	.sidebar {
		margin-top: 0;
	}

	.sidebar img {
		margin: 20px 0 10px
	}

	.sidebar p em, .sidebar address, .sidebar .sidebar-contact {
		margin: 0 0 15px;
	}

	.mobile-program-session ul, .mobile-camp-desc p, .mobile-camp-desc a {
		margin: 15px 0 0;
	}

	.mobile-program-session ul:last-child {
		margin-bottom: 15px;
	}

	.mobile-program-session ul li {
		font-size: 13px;
	}

	.padd-btm {
		padding-bottom: 0;
	}

	/* program profile */
	.activities-section {
		padding: 0 0 20px;
	}

	.past-sessions .arrow {
		padding: 4px 0 4px;
	}

	.past-sessions .center-title2 img {
		margin: -6px 10px 0 0
	}

	.activities-section a {
		margin-top: 15px;
	}

	/* backpack */
	.sidebar {
		width: 360px;
		font-size: 13px;
	}

	.profile-links {
		font-size: 13px;
	}

	.backpack-top .single {
		width: 100%;
	}

	#fac-backpack #filter_form .form-group label {
		min-width: 95px;
	}

	.title h1 {
		width: 94%;
		font-size: 22px;
		margin: 0 auto;
	}

	.table {
		display: none;
	}

	.backpack-container .title img {
		width: 60px;
		margin-top: 0;
	}

	.backpack-container .mobile-camp-desc p {
		text-align: center;
	}

	.backpack-container .mobile-camp-desc ul {
		margin-top: 15px;
	}

	.mobile-icon li img {
		width: 14px;
	}

	/* 02 choices intense */
	.center-title3 img {
		margin: -6px 4px 0 0
	}

	.camper-section {
		padding: 0;
	}

	.select-list {
		float: left;
	}

	.camper-btm ul li {
		font-size: 13px;
		margin: 5px 5px
	}

	.camper-section .checkbox {
		line-height: 31px;
	}

	.camper-section .checkbox p {
		margin: 0 !important;
	}

	.select-list select {
		height: 35px;
	}

	.location-section .location-search-by li {
		margin: 0 10px;
		width: auto;
	}

	.cost-section .form-inline .fr {
		margin-bottom: 8px;
	}

	.special-population-section .form-inline .form-group {
		margin: 0;
	}

	.special-population-section .select-list {
		float: none;
		margin-bottom: 10px;
	}

	.special-population-btm {
		margin: 5px auto 0;
	}

	.activities-section ul {
		margin: 0 auto 10px;
		padding-bottom: 10px;
	}

	.activities-section ul li {
		margin: 1px 8px 0 0;
	}

	.activities-btm {
		padding-top: 20px;
	}

	.session-section .form-inline .form-group {
		/*// float: left;*/
		margin: 4px 0;
	}

	/*
	.activities-section .text-center li {
		margin: 0 8px;
	}
	*/

	.session-btm {
		padding-top: 15px;
		margin-bottom: 0;
	}

	.session-btm ul li {
		margin: 3px 8px;
	}

	.culture-mdl {
		padding-top: 20px;
		width: 92%;
	}

	.culture-section .location-by-state li {
		margin: 0;
		height: 26px;
	}

	.waterfront-section li {
		margin: 0 7px 0 0
	}

	.specific-top ul li {
		margin: 2px 0
	}

	.specific-btm .location-by-state li {
		margin: 5px 6px
	}

	.specific-btm {
		margin-top: 10px;
		padding: 15px 0 0;
	}

	.arrow img {
		padding: 6px;
	}

	.center-title3 img {
		padding: 6px;
	}

	.footer-section h3 {
		font-size: 16px;
	}

	.footer-section .quick-link {
		margin-bottom: 15px;
	}

	.footer-section {
		padding: 25px 0 30px;
	}

	.footer-section .quick-link ul li a {
		padding-bottom: 0;
		font-size: 14px;
	}

	.footer-section .for-mobile img {
		width: 100px;
	}

	.footer-section .social ul {
		margin: 20px 0 10px;
	}

	/* modal */
	#fac-camp-profile .modal-content,
	#fac-camp-profile .modal-content textarea.form-control,
	#fac-camp-profile .modal-content,
	#fac-camp-profile .modal-content textarea.form-control {
		font-size: 12px;
	}

	#fac-camp-profile .modal-title,
	#fac-program-profile .modal-title{
		font-size: 14px;
	}


	/* google map modal */
	#map-results {
		height: 250px;
	}

	#cost-section-content .form-group label {
		min-width: 70px;
	}
	#distance_option_holder .form-group label {
		min-width: 60px;
	}

	#fac-search .choices-made-table table tbody tr td {
    font-size: 15px;
	}
	#fac-search .choices-made-section table {
    color: #fff;
    font-size: 17px;
	}
	#fac-search .padding-sm .arrow h2 {
		font-size: 15px;
		margin-top: 5px;
	}

	.choices-made-section .arrow h2 {
		font-size: 20px;
	}

	/* Camp profile */
	#fac-program-profile .profile-links > a,
	#fac-program-profile .profile-links > ul {
		float: none;
    text-align: center;
    display: block;
		margin-bottom: 15px;
	}
	#fac-search-results ul.result-pages li a.pagination-link {
    padding: 3px 8px 3px;
	}
	#fac-search-results .activities-section {
    padding: 0;
	}
	#fac-search-results #search_form .search-area {
		padding: 0;
	}
	.select-list #return_sort {
		background-size: 14%;
	}
	#fun_recreational_option_holder .culture-mdl .arrow {
		padding: 10px 0 20px;
	}
	

	.search-content .result-pages {
		font-size: 12px;
	}
}

@media screen and (max-width: 380px) {
	body {
		font-size: 13px;
	}

	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 18px;
	}

	hr {
		margin: 10px 0
	}

	.buttons {
		font-size: 16px;
		line-height: 27px;
		margin: 15px auto;
		padding: 0 25px;
		text-transform: none;
	}

	.padding-lg {
		padding: 20px 0
	}

	.container {
		width: 290px;
	}

	.banner-section {
		height: 130px;
	}

	.banner-section .banner-content {
		margin: 80px auto 0;
		width: 130px;
	}

	.arrow {
		margin: 8px auto 9px;
	}

	.choices-made-section h1 {
		margin-top: 2px;
	}

	.search-area .col-md-10 {
		padding: 0 15px;
	}

	.search-area .form-inline {
		margin: 0 auto;
		width: 100% !important;
	}

	.search-area .form-inline .form-group {
		width: 260px;
		display: inline-block;
		margin: 0 auto;
	}

	.session-section .form-inline .form-group {
		margin: 4px 0;
	}

	.search-area .form-inline p {
		margin-top: 0;
		width: 100%;
	}

	.search-area .checkbox {
		margin: 0 auto;
		width: 235px;
		text-align: center;
	}

	/*
	.search-area .search-box input {
		width: 145px;
	}
	*/
	.search-area .checkbox p {
		margin: 3px 0 0 3px;
		width: auto
	}

	/*
	.search-area .search-box button {
		padding: 11px 9px 10px;
		width: 50px;
	}
	*/
	.search-content ul li a {
		padding: 4px 9px 5px;
	}

	#fac-search-results #map-results {
		width: 280px;
	}

	/* Search Results - map view */
	#map-legend img {
		height: 20px;
	}

	/* login */
	.general-form-container .col-sm-6 {
		width: 280px;
	}

	.under-register {
		padding: 20px 0;
	}

	.under-register p {
		margin-top: 0;
	}

	/* find a camp */
	.camp-search-section .col-sm-4 {
		width: 280px;
	}

	.hp-tout p {
		padding: 10px 10px 15px;
	}

	.inspirational-area p {
		font-size: 16px;
		margin: 25px 0;
	}

	.camp-type-section .type-middle small {
		font-size: 12px;
	}

	/* narrow result */
	.narrow-result-top .col-sm-8 {
		padding: 0;
	}

	/* program profile */
	.profile-links ul li {
		padding-right: 5px;
	}

	ul.links-3 li a img {
		width: 10px;
		margin: 0 3px 0 0;
	}

	/* share this */
	.st_email {
		background-size: 12px 15px;
		padding: 0 0 0 15px;
		line-height: 11px;
	}

	/* backpack */
	.sidebar {
		width: 290px;
	}



	.backpack-top .single,
	.backpack-top .single li {
		font-size: 11px;
	}

	.backpack-top .single li img {
		width: 10px;
	}

	/* 02 choices intense */
	.camper-section .form-inline,
	.cost-section .form-inline {
		width: 100%;
	}

	.cost-section .form-inline .form-control {
		width: 150px;
	}

	.cost-section .form-inline .form-group {
		margin-top: 10px;
	}

	.select-list {
		width: 195px;
	}

	.activities-section ul li {
		margin: 0;
		font-size: 11px;
	}

	.location-section .location-search-by li {
		margin: 0 4px;
	}

	/* registration */
	.register-container h2 {
		font-size: 17px;
		margin-bottom: -5px;
	}

	.register-container .instructions {
		font-size: 12px;
	}
	.location-section .select-list,
 	input#facet_postal_code {
    margin-left: 0;
	}
	.general-form-container .form-inline input#user_email_address {
		width: 100%;
	}

	/*Backpack*/
	.backpack-top #filter_form .form-group label {
		display: block;
		float: none;
		width: 100%;
	}

	.backpack-top #filter_form .form-group .select-list {
		display: block;
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	#camper-section-content div.camper-top .form-group:nth-of-type(1) {
		margin-bottom: 10px;
	}
	#distance_option_holder .form-inline .form-group {
		margin-bottom: 10px;
	}
	#fac-search-results .choices-made-section h2 {
		font-size: 15px;
	}
	#fac-search-results .activities-section {
    padding: 0;
	}
	#fac-search-results #filter_form .select-list {
		width: 200px
	}
	.select-list #return_sort {
		background-size: 18%;
	}

}
