html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Lato', Verdana, sans-serif;
/*	font-family:"Museo 500", Verdana, serif; */
	font-weight:500;
	font-style:normal;
	color: #555;
	line-height: 150%;
}

a {
	color: #A07029;
}

h1,h2 {
	margin: 0;
	line-height: 120%;
}

h3 {
	font-size: 25px;
	margin: 0;
	line-height: 120%;
}

#header_wrap {
	width: 100%;
	height: auto;
	background-color: #494D52;
	border-top: 1px solid #ccc;
	background-image: url(/assets/img/bg/pattern_bg.png);
	background-position: center center;
	background-repeat: repeat;
	border-bottom: 1px solid #ccc;
}

#header {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0;
}

#logo {
	display: block;
	width: 250px;
	float: left;
}

#header_cta {
	float: right;
	text-align: right;
	font-weight: 700;
	color: white;
	display: block;
	width: auto;
	height: 60px;
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 130%;
}

#header_cta a,
#header_cta a:hover {
	color: white;
	text-decoration: none;	
}

#home_cta_phone {
	font-size: 25px;
	font-weight: 700;
}

#quote {
	color: #d8a456;
	font-size: 18px;
}

#nav_wrap {
	width: 100%;
	height: auto;
	background-color: #494D52;
	border-bottom: 1px solid #333;
}

#nav-toggle {
	display: none;
}

ul#nav {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0;
}

ul#nav li {
	list-style: none;
	color: white;
}

ul#nav li a {
	float: left;
	display: block;
	margin: 0 5px;
	padding: 5px 25px 5px 5px;
	font-weight: 500;
	text-decoration: none;
	color: white;
	font-size: 17px;
}

ul#nav li a:hover {
	color: #d8a456
}

body#home .home,
body#driveways .driveways,
body#patios .patios,
body#paving .paving,
body#gallery .gallery,
body#contact .contact {
	color: #d8a456;
}

#banner_wrap {
	width: 100%;
	height: 600px;
	background-image: url(/assets/img/bg/bg.jpg);
	background-position: center center;
	border-bottom: 1px solid #ccc;
}

#banner {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

#banner_box {
	position: relative;
	top: 100px;
	width: 800px;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
	text-align: center;
	margin: 0 auto;
}

#banner_box_text {
	color: white;
}

#banner_box_text p {
	font-size: 18px;	
}

#banner_box_text_box {
	color: white;	
}

#banner h1 {
	color: white;
	font-size: 45px;
	line-height: 55px;	
}

#home_badges_wrap {
	width: 100%;
	height: 160px;
	background-color: grey;
}

#home_badges {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}

a.home_badge_boxes {
	float: left;
	width: 250px;
	height: 280px;
	margin: 20px;
	background-color: yellow;
	position: relative;
	top: -180px;
	border: 5px solid #eee;
	background-color: #A07029;
	text-decoration: none;
	background-image: url(/assets/img/home/badge_arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 100;
}

.home_badge_boxes h2 {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #555;
	display: block;
	width: 80%;
	padding: 10px 10%;
	color: white;
	font-weight: 700;
}

#home_content_wrap {
	width: 100%;
	height: auto;
	background-color: white;
	position: relative;
	top: 0;
}

#home_content {
	width: 1200px;
	max-height: 700px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	position: relative;
	top: -130px;
}

#home_content img {
	float: right;
	padding: 6px;
	border: 1px solid #ccc;
	margin: 0 0 0 20px;
}

#inner_content_wrap {
	width: 100%;
	height: auto;
	background-color: white;
}

#inner_content {
	width: 1200px;
	max-height: 700px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

#inner_content h1 a {
	text-decoration: none;
	color: #555;
}


#inner_content img {
	float: right;
	padding: 6px;
	border: 1px solid #ccc;
	margin: 0 0 0 20px;
}

ul#bullets li {
	padding-bottom: 10px;
	line-height: 120%;
}

#inner_content_gallery_wrap {
	width: 100%;
	height: auto;
	background-color: #faf7f7;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

#inner_content_gallery {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

a.inner_content_gallery_box {
	display: block;
	float: left;
}

a:hover.inner_content_gallery_box {
	opacity: 0.5;
}

#inner_content_gallery h2 {
	font-size: 30px;
	margin: 0;
}

#inner_content_gallery p {
	padding: 0 0 20px 0;
}

#inner_content_gallery img {
	float: left;
	padding: 6px;
	border: 1px solid #ccc;
	margin: 0 10px 20px 10px;
}

#home_cta_wrap {
	width: 100%;
	height: auto;
	background-color: #dcd9d9;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#home_cta {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}

#home_cta_40 {
	width: 35%;
	height: auto;
	float: right;
	height: 330px;
	padding: 0 0 20px 0;
}

#home_cta_40_phone a,
#home_cta_40_phone a:hover {
	color: #A07029;
	text-decoration: none;
}

#home_cta_60 {
	width: 60%;
	padding: 0 5% 20px 0;
	height: auto;
	float: left;
	height: 330px;
}

form#contact_form {
	display: block;
	padding: 15px 0 0 0;
}

form#contact_form label {
	display: none;
}

.placeholder {
	font-family: 'Lato', Verdana, sans-serif;
}

.message {
	width: calc(94% - 2px);
	border: 1px solid #FFF;
	float: left;
	font-family: 'Lato', Verdana, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 100px;
	margin: 10px 2% 5px 0%;
	padding: 0px 0px 0px 2%;
}

.half {
	width: calc(44% - 2px);
	border: 1px solid #FFF;
	float: left;
	height: 36px;
	font-family: 'Lato', Verdana, sans-serif;
	font-size: 16px;
	margin: 10px 4% 5px 0%;
	padding: 0px 0px 0px 2%;
}

.full {
	width: calc(94% - 2px);
	border: 1px solid #FFF;
	float: left;
	font-family: 'Lato', Verdana, sans-serif;
	font-size: 16px;
	height: 36px;
	margin: 10px 2% 5px 0%;
	padding: 0px 0px 0px 2%;
}

.submit, form span {
	width: 46%;
	border: 1px solid #777;
	float: left;
	color: #333;
	display: block;
	line-height: 36px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	max-height: 38px;
	font-family: 'Lato', Verdana, sans-serif;
	font-size: 16px;
	background-color: transparent;
}

form span {
	margin-left: 4%;
	cursor: pointer;
}

:not(output):-moz-ui-invalid {
	box-shadow: none;
}

#testimonials_wrap {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	border-bottom: 1px solid #999;
}

#testimonials {
	width: 1200px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}

.testimonial_box {
	float: left;
	width: 46%;
	margin: 0 2%;
	padding: 0 0 20px 0;
}

#testimonials .testimonial_box p {
	position: relative;
	padding: 30px;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
	font-style: italic;
	color: #b48949;
	background: #f0f0ef;
	border-radius: 6px;
	min-height: 130px;
}

#testimonials .testimonial_box p::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	margin: auto;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: #f0f0ef transparent;
	display: block;
	width: 0;
}

#locations_wrap {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	border-bottom: 1px solid #999;
}

#locations {
	width: 900px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 30px 150px;
}

#suppliers_wrap {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
}

#suppliers {
	width: 1200px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}

.suppliers_img {
	width: 16.666%;
	display: block;
	height: auto;
	float: left;
	padding: 20px 0 0 0;
}

.suppliers_img img {
	width: 95%;
	height: auto;
}


#footer_wrap {
	width: 100%;
	height: auto;
	background-color: #494D52;
	background-image: url(/assets/img/bg/pattern_bg.png);
	background-position: center center;
	background-repeat: repeat;
	border-top: 1px solid #333;
}

ul#footer_nav {
	width: 1200px;
	height: 40px;
/* 	background-color: #494D52; */
	margin: 0 auto;
	padding: 30px 0;
}

ul#footer_nav li {
	list-style: none;
	color: white;
}

ul#footer_nav li a {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 35px 5px 0;
	font-weight: 500;
	text-decoration: none;
	color: white;
	font-size: 17px;
}

ul#footer_nav li a:hover {
	color: #d8a456
}

a#facebook {
	border: 1px solid #ccc;
	padding: 5px 10px !important;
	margin-right: 20px !important;
}

a:hover#facebook {
	border: 1px solid #d8a456;
}

#footer {
	width: 1200px;
	height: 100px;
/* 	background-color: #494D52; */
	margin: 0 auto;
	color: white;
	font-size: 15px;
}

#footer p {
	margin: 5px 0;
}

#footer_credit_left {
	float: left;
	margin-right: 50px;
}

#footer_credit_right {
	float: right;
}

#footer_credit_right a {
	text-decoration: none;
	color: #d8a456;
}

a#footer_a {
	color: #d8a456;	
}

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

	#suppliers {
		width: 90%;
		padding: 25px 5%;
		margin: 0 auto;
	}
	
	.suppliers_img {
		width: 12%;
		padding: 0 2%;
	}

	.suppliers_img img {
		width: 100%;
		height: auto;
	}
		
}

@media all and (max-width: 1200px) {
	
	#header, 
	ul#nav,
	#banner,
	#home_badges,
	#home_content,
	#home_cta,
	#testimonials,
	#home_locations,
	#inner_content,
	#inner_content_gallery,
	#locations,
	#footer,
	ul#footer_nav {
		width: 90%;
		padding: 20px 5%;
	}
	
	ul#footer_nav {
		padding: 20px 5%;
	}

	#header,
	ul#nav {
		padding: 10px 5%;
	}
	
	#banner {
		padding: 0 5%;
	}
	
	#home_badges_wrap {
		height: auto;
	}

	#home_badges {
		width: 100%;
		padding: 10px 0;
		height: auto;
	}

	a.home_badge_boxes {
		float: left;
		width: 22%;
		height: 280px;
		margin: 1%;
		position: static;
		top: 0;
		border: 2% solid #eee;
	}

	a.home_badge_boxes img {
		width: 100%;
	}

	#banner_box {
		top: 30px;
		width: 90%;
		height: auto;
		padding: 10px;
		text-align: center;
		margin: 0 auto;
		position: static;
	}
		
	#banner_wrap,
	#banner {
		height: auto;
		padding: 10px 0;
	}
	
	#home_content {
		position: static;
	}
	
	#home_content {
		max-height: none;
		height: auto;
		top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#home_cta,
	#home_locations {
		padding: 25px 0;	
	}
	
	#inner_content_gallery {
		width: 100%;
	}
	
	a.inner_content_gallery_box {
		display: block;
		float: left;
		width: 25%;
	}
	
	a.inner_content_gallery_box img {
		width: 100%;
	}
	
	#inner_content {
		padding-top: 30px;
		padding-bottom: 25px;
	}
		
	#inner_content_gallery {
		width: 90%;
		padding: 10px 5%;
	}

	#inner_content_gallery img {
		float: left;
		padding: 2%;
		border: 1% solid #ccc;
		margin: 0 2% 20px 2%;
		width: 90%;
		height: 100%;
	}
	
	ul#footer_nav {
		height: auto;
	}

	ul#footer_nav li {
		list-style: none;
		color: white;
	}
	
	ul#footer_nav li a {
		float: none;
	}

	a#facebook {
		margin: 10px 0 0 0 !important;
	}

	#inner_content {
		max-height: none;
		height: auto;
	}

}

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

	#home_badges_wrap {
		height: auto;
		width: 100%;
	}

	#home_badges {
		width: 100%;
		padding: 10px 0;
		height: auto;
	}

	a.home_badge_boxes {
		float: left;
		width: 38%;
		height: 280px;
		margin: 15px 5%;
		position: static;
		top: 0;
	}

	#home_badges {
		width: 90%;
		padding: 10px 5%;
	}
	
	a.home_badge_boxes {
		float: left;
		width: 38%;
		height: 280px;
		margin: 15px 5%;
		position: static;
		top: 0;
	}

	#banner_wrap {
		background-image: url(/assets/img/bg/bg-mobile.jpg);
	}

	#nav-toggle {
		display: block;
		width: 100%;
		background: #494D52;
		color: #fff;
		border: none;
		border-bottom: 1px solid #333;
		font-size: 17px;
		font-family: inherit;
		padding: 10px 15px;
		cursor: pointer;
		text-align: left;
	}

	#nav-toggle:hover {
		background: #3f3f3f;
	}

	.js #nav {
		display: none;
		width: 100%;
		height: auto;
		background: #3f3f3f;
		padding: 0;
	}

	.js #nav.nav-open {
		display: block;
	}

	.js #nav li {
		float: none;
		display: block;
		width: 100%;
		border-bottom: 1px solid #555;
	}

	.js #nav li a {
		float: none;
		display: block;
		padding: 10px 15px;
		font-size: 18px;
		margin: 0;
	}
	
	#nav_wrap {
		border-bottom: 0;
	}
	
	#home_cta_40 {
		width: 100%;
		height: auto;
	}
	
	#home_cta_60 {
		width: 100%;
		height: auto;
	}

}

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

	.suppliers_img_30 {
		width: 70%;
		height: 40px;
		display: block;
		margin: 0 auto;
	}

	.suppliers_img {
		width: 30%;
		padding: 0 1.5% 20px 1.5%;
	}

	.suppliers_img img {
		width: 100%;
		height: auto;
	}

}

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

	#home_content img {
		display: none;
	}

	#inner_content img {
		display: none;
	}
	
	.testimonial_box {
		width: 100%;
		margin: 0;
		padding: 0 0 20px 0;
	}

	#testimonials .testimonial_box p {
		min-height: 0;
	}
	
}

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

	a.inner_content_gallery_box {
		width: 33%;
	}

	#inner_content_gallery {
		width: 90%;
		padding: 10px 5%;
	}

	#inner_content_gallery img {
		float: left;
		padding: 2%;
		border: 1% solid #ccc;
		margin: 0 2% 20px 2%;
		width: 90%;
		height: 100%;
	}

	.suppliers_img_30 {
		width: 90%;
		height: 40px;
		display: block;
		margin: 0 auto;
	}


	#header_cta {
		display: none;
	}
	
	#logo {
		text-align: center;
		width: 100%;
	}

}

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

	#home_badges {
		width: 100%;
		padding: 10px 0;
	}
	
	a.home_badge_boxes {
		width: 250px;
		height: 280px;
		margin: 20px;
		background-position: right bottom;
	}

}

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

	#home_badges {
		width: 95%;
		padding: 10px 2%;
	}
	
	a.home_badge_boxes {
		width: 250px;
		height: 280px;
		margin: 10px;
		background-position: right bottom;
	}

}

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

	#inner_content_gallery_wrap {
		padding: 10px 0;
	}

	#home_badges {
		width: 100%;
		padding: 10px 0%;
	}
	
	a.home_badge_boxes {
		width: 250px;
		height: 280px;
		margin: 11px;
		background-position: right bottom;
	}

	.suppliers_img_30 {
		width: 100%;
	}

}

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

	#home_badges {
		width: 95%;
		padding: 10px 2.5%;
	}
	
	a.home_badge_boxes {
		width: 47%;
		height: 280px;
		margin: 1%;
		background-position: right bottom;
		border: 1px solid #eee;
	}
			
	#footer_credit_right {
		float: left;
		clear: left;
	}
	
}

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


	a.inner_content_gallery_box {
		width: 50%;
	}

	#inner_content_gallery {
		width: 90%;
		padding: 10px 5%;
	}

	#inner_content_gallery img {
		float: left;
		padding: 2%;
		border: 1% solid #ccc;
		margin: 0 2% 20px 2%;
		width: 90%;
		height: 100%;
	}

	.home_badge_boxes h2 {
		font-size: 18px;
		line-height: 22px;
		width: 90%;
		padding: 10px 5%;
		color: white;
		font-weight: 700;
	}

	#banner h1 {
		font-size: 30px;
		line-height: 130%;
	}

}

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

	#home_badges {
		width: 95%;
		padding: 10px 2.5%;
	}
	
	a.home_badge_boxes {
		width: 47%;
		height: 210px;
		margin: 10px 1%;
		background-position: right bottom;
		border: 1px solid #eee;
	}

	.home_badge_boxes h2 {
		font-size: 18px;
		line-height: 120%;		
	}

	a.home_badge_boxes img {
		height: 110px;
	}
	
}

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

	#header a img {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	a.home_badge_boxes {
		height: 250px;
	}

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.grecaptcha-badge { visibility: hidden; }
.recaptcha-notice { font-size: 11px; color: #777; clear: both; padding-top: 10px; }
.recaptcha-notice a { color: #777; }

#toTop{display:none;text-decoration:none;position:fixed;bottom:30px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:100%;background:url(/assets/js/UItoTop/img/ui.totop.png) no-repeat left top;opacity:0.3}#toTopHover{background:url(/assets/js/UItoTop/img/ui.totop.png) no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0)}#toTop:active,#toTop:focus{outline:none}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}