@charset "UTF-8";
/* CSS Document */

/******* colors 

greenish #b2c516;


***************/

html { position: relative; min-height: 100%; }
body { padding-top: 56px; color: #253d60; font-family: 'Lato', sans-serif; }


/*****  Nav Bar  *****/
.navbar { margin-bottom: 0 !important; background-color: #ffffff; box-shadow: 0px 0px 10px -5px rgba(21,23,26,0.57); }
.navbar-expand-lg .navbar-collapse { justify-content: flex-end; }
.navbar-brand{ width: 140px; }
.navbar-brand img { width:100%; height:auto; margin-left:25px; }

.nav>li:first-child{padding-left:0px;}
.nav>li:last-child{padding-right:0px;}
.nav li a { text-transform:uppercase; letter-spacing: 2px; font-size:12px; color:#253d60; padding:15px 25px;}
.nav li a:hover { color: #b2c516; text-decoration: none; }

.navbar-toggler .fa-bars{color:#253d60;}
.show .dropdown-menu{margin-top:0px; border-radius: 0px; left:auto; border:none; background-color:#eaf2f4;}
.show .dropdown-menu li a{display: block;}


/*********** video ***********/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/********** footer ***********/
footer { background-color: transparent; }
footer .row { padding-top: 40px; padding-bottom: 40px; }
footer p { padding: 0; margin: 0; }
.credit-row {text-align: center; padding: 15px 8px; }
.credit-row p { text-align: center !important; }
.credit-row { padding-top:10px; padding-bottom:10px; background-color: transparent; color: #ffffff; font-size: 9px; }
.credit-row span { display: inline-block; color: #ffffff; }
.credit-row span:after { content: '|'; display: inline-block; position: relative; margin-left: 10px; margin-right: 10px; }
.credit-row span:last-child:after { display: none; }
.credit-row a { display: inline; position: relative; color: #ffffff; }
.credit-row a:hover {opacity:.75;}

/**********  **********/
.pagebody { padding-top: 40px; padding-bottom: 40px; }
.padding-top-bottom { padding-top: 40px; padding-bottom: 40px; }

/* loading graphic */
.loadingGraphic { background-image: url('/core/js/fancybox/fancybox_sprite.png');position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 1010;  }

/* loading overlay */

.loading-overlay { position: fixed; display:none; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 99999 !important; }
.loading-overlay.loading { display:block; }
.loading-overlay .loading-outer { width: 300px; height: 200px; margin: -50px auto 0 -150px; position: absolute; top: 50%; left: 50%; }
.loading-overlay .loading-inner { text-align: center; color: #fff !important; }
.loading-overlay .loading-inner div.spinner { width: 48px; height:48px; background-image:url(/core/js/fancybox/fancybox_loading@2x.gif); background-repeat:no-repeat; margin: 0 auto 20px auto;}
.loading-overlay .loading-inner img { margin-bottom: 20px; }
.loading-overlay .loading-inner h5 { font-size:24px; color:#fff; text-align: center; }

/* default-form */
.loadingGraphic div { width: 44px;	height: 44px;background: url('/core/js/fancybox/fancybox_loading.gif') center center no-repeat; }

.submitting:after { content: '\f110'; position: relative; display: inline-block; font-family: 'Font Awesome 5 Pro'; color: #e36f26; -webkit-animation: a 2s infinite linear; animation: a 2s infinite linear; margin-left: 10px }
.submitting:focus:after, .submitting:hover:after { color: #fff }


.form-group { position: relative; margin-bottom: 1.2rem; }

.form-control, .custom-select { font-family: inherit; width: 100%; border: 0; border-bottom: 1px solid #ccc; outline: 0; font-size: 1rem; padding: 7px 0; background: transparent; background-color: transparent !important; transition: border-color 0.2s; border-radius: 0; box-shadow: none; border-left: none; border-top: none; border-right: none; }

.form-control::placeholder { color: transparent; }
.form-control:placeholder-shown ~ .control-label { font-size: .9rem; cursor: text; top: 12px; }

.control-label { position: absolute; top: -5px; display: block; transition: 0.2s; font-size: .6rem; line-height: 1.0; color: #9b9b9b; }

.form-control:focus, .custom-select:focus { padding-bottom: 6px; font-weight: 600; border-width: 2px; border-bottom: #b2c516 solid 2px; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; }

.form-control:focus ~ .control-label, .custom-select:focus ~ .control-label { position: absolute; top: -5px; display: block; transition: 0.2s; font-size: .6rem; color: #b2c516; font-weight: 600; }

/* reset input */
.form-control:required, .form-control:invalid, .custom-select:required, .custom-select:invalid { box-shadow: none; }

select.custom-select:not([multiple]) { -webkit-appearance: none; -moz-appearance: none; }

input.middle:focus { outline-width: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; 
}

.btn-primary {
    color: #fff;
    background-color: #b2c516;
    border-color: #b2c516;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}



/* reset input */
.form-control:required, .form-control:invalid { box-shadow: none; }

/****** cover ******/

body.cover,html.cover{height:100%;background-color:#eee}body.cover{display:-ms-flexbox;display:flex;color:#253d60;text-shadow:0 .05rem .1rem rgba(0,0,0,.15);box-shadow:inset 0 0 5rem rgba(0,0,0,.15)}.cover-container{max-width:42em}.masthead{margin-bottom:2rem}.masthead-brand{margin-bottom:0}.nav-masthead .nav-link{padding:.25rem 0;font-weight:700;color:rgba(255,255,255,.5);background-color:transparent;border-bottom:.25rem solid transparent}.nav-masthead .nav-link:focus,.nav-masthead .nav-link:hover{border-bottom-color:rgba(255,255,255,.25)}.nav-masthead .nav-link+.nav-link{margin-left:1rem}.nav-masthead .active{color:#fff;border-bottom-color:#fff}@media (min-width:48em){.masthead-brand{float:left}.nav-masthead{float:right}}.cover{padding:0}.cover .btn-lg{padding:.75rem 1.25rem;font-weight:700}.mastfoot{font-size:12px;color:#253d60}


/****** page-title ******/
.page-title { background-color: rgba(229, 231, 217, 1); width: 100%; padding: 50px; position: relative; -webkit-box-shadow: 2px 3px 3px -9px rgba(0,0,0,0.2); -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.2); box-shadow: 2px 3px 3px rgba(0,0,0,0.2); text-align: left; }
.page-title h1 { margin-bottom: 0; text-align: left; }
.page-title a { color: #8dbbd8}

/******* breadcrumbs *******/

.breadcrumb { justify-content: center; background-color: transparent; margin-bottom: 0; }
.breadcrumb-item { text-transform: uppercase; font-size: 10px; }


/******* swiper *******/

.swiper-slide { display: flex; justify-content: center; margin-bottom: 0; }
.swiper-slide img, .swiper-slide video { width: 100%; height: auto; object-fit: cover; }
    
.swiper-slide figcaption { position: absolute; top: 50%; transform: translateY(-50%); padding: 30px; text-align: center; }
.swiper-slide figcaption .caption_title { color: #ffffff; font-size: 28px; }
.swiper-slide figcaption .caption_text { color: #ffffff; font-size: 16px; }
.swiper-slide figcaption .btn { margin-top: 15px; background-color: #fff; }
.swiper-slide figcaption .btn:hover { color: #ccc; }


/* error messages */
label.error { position: relative; width: auto; display: block; color: #ffffff !important; background-color: #900; padding: 8px; max-width: 700px; margin: 10px auto; border-radius:6px; text-align: center; z-index: 1000; }

label.error:before {
	display: block;
	top: -15px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 0, 0, 0);
	border-bottom-color: #900;
	border-width: 10px;
	margin-left: -10px;
}

.error-right label.error { width: auto; display: inline-block; color: #ffffff !important; background-color: #900; padding: 8px; max-width: 700px; margin: 10px auto; border-radius:6px;  text-align: center; z-index: 1000;  }

.error-right label.error:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 0, 0, 0);
	border-bottom-color: #900;
	border-width: 10px;
	margin-left: -10px;
}


p.error { width: auto; display: block; color: #fff; background-color: #900; padding: 8px; max-width: 700px; margin: 10px auto; border-radius:6px; position:relative; text-align: center; }

.required { color: #900; font-size: 140%; font-family: Helvetica, Arial, sans-serif; line-height:normal;}	

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* map and directions */

.map-holder { width: 100%; height: 445px; }
#map_canvas, #map_canvas_full, .map_canvas { margin:0; width: 100%; height: 100%; position: relative; overflow: hidden; }



@media print {
	html, body { height: auto; }
	#map_canvas, #map_canvas_full { height: 650px; }
	#directions-panel { float: none; width: auto; }
}
		
#directions_control { display: none; }		

#directions_control h2 {color:#292929;font-size:20px;text-transform:uppercase;letter-spacing:5px;display:inline-block;vertical-align:middle;zoom:1;*display:inline;margin:40px 0 47px 0; text-shadow:rgba(0,0,0,.24) 0 1px 2px; text-align: center;}
#directions_control h2:before, #directions_control h2:after {content:'';display:block;height:3px;width:100%;position:relative;top:-15px;}
#directions_control h2:after {top:12px;}


#directions-panel { height: 100%; width: 100%; overflow: auto;  color: #666; font-size:14px; }
#directions-panel li { font-size:12px; color: #666; }

#directions_control { width: 100%; padding: 5px 10px 8px 10px; margin: 0; font-size: 11px; font-family: Arial; text-align: center; color: #fff; border-top: 1px solid #c7caab; display: block; background-color: #495886;
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.4);
box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}
#directions_control .button, .button:visited {color:#fff;text-transform:uppercase;padding:0 15px;min-height:32px;font-size:14px;border:none;border-radius:0;background:#495886;display:inline-block;vertical-align:middle;zoom:1;*display:inline;text-align:center;}

.adp-directions { width: 100%; margin: 0 0; }
.adp-summary {	margin: 0 43px;	font-weight: 700;	color: #295782;}
.adp-placemark {	padding-right: 20px;	font-weight: 700;	text-indent: 10px;}
.adp-text {	font-weight: 700;	text-indent: 10px;	color: #295782;}
#controlContainer { margin: 5px auto 2px auto; }
.controlInput { }

/*********** login *************/

.loginBox {
    align-self: center;
	max-width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 30px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	 -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	 z-index: 220;
}

.loginBox .t2h-logo { display: block; text-align: center; margin-bottom: 20px; }
.loginBox .t2h-logo img { max-width: 170px; }

.loginBox label { font-size: 12px; }





@media (min-width: 1200px) {
 
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
}


@media (max-width: 767px) {

}



@media (max-width: 640px) {
	
	.credit-row {text-align: center; }
	.footer-logo { width: 60%; margin: 15px; }
	.footer h4 { color: #82a738; font-size:10px; }

	.logo-left { text-align:center; }
	.logo-right { text-align:center; }

}

