/******************************
 * Additional Styles
 ******************************/

#banner-home { margin-top: 50px; }
#banner-home .background-overlay { background: none; }
#yt-header { display: none; }

.map-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
	.home h1 {
		font-size: 2.0rem !important;
	}
	.home .secondary-content h2 {
		font-size: 1.75rem !important;
	}
}

.home #content { margin-top: 45px; }

@media (min-width: 49em) {
	.menu-toggle { display: none !important; }
	.home #content { margin-top: 160px; }
	#masthead .main-navigation {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 64em) {
}

.search-form {
	position: absolute;
	right: 200px;
	top: 200px;
}

.search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	width: 37px;
	margin: 3px 0;
	padding: 6px 0 0 12px;
	position: relative;
	-webkit-transition: height 400ms ease, background 400ms ease;
	transition:         height 400ms ease, background 400ms ease;
	height: 40px;
}

.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	height: 80px;
}
.search-form .search-submit { display:none; }

.content img:first-of-type {
	display: block;
	float: left;
	padding: 0;
}

.main .text img {
	margin: 0;
	padding: 0;
}

/** Main image on HOme Page **/
#hero {
	width:100%;
	margin:0;
	position: relative;
	max-height: 550px;
	overflow: hidden;
}
#hero img { float: left; }

#hero .hero-text {
	background:rgba(0,0,0,0.5);
	text-align: center;
	position: absolute;
	top:50%;
	left:5%;
	right: 5%;
	padding: 0.25rem;
	transform:translateY(-50%);
}

#hero .hero-text p.lineone {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    opacity: 1;
}

#hero .hero-text p.linetwo {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 46px;
    max-height: 46px;
}
#hero .hero-text p.linethree {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    background-color: rgba(0, 0, 0, 0.75);
    border-color: rgb(0, 0, 0);
    border-radius: 3px;
    outline: 0;
    box-shadow: none;;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    margin: 0px auto;
    padding: 12px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 60%;
    max-height: none;
    max-width: 90%;
    opacity: 1;
    border-width: 0px;
    border-style: solid;
}
#hero .hero-text p.linethree a { color:#fff; }

/* Media Queries */

/* phone protrait 360 px */
@media (min-width: 22.5em) {}

/* phone landscape 640px */
@media (min-width: 40em) {}

/* tablet portrait 768 px */
@media (min-width: 48em) {
	#hero .hero-text {
		background:rgba(0,0,0,0.5);
		position: absolute;
		top: 50%;
		left: 15%;
		right: 15%;
		padding: 3rem;
		transform:translateY(-50%);
	}
	#hero .hero-text p.lineone {
		font-size: 26px;
		line-height: 40px;
	}
	#hero .hero-text p.linetwo {
		font-size: 20px;
		line-height: 24px;
	}
	#hero .hero-text p.linethree {
		font-size: 17px;
		line-height: 17px;
		margin: 20px auto;
		padding: 12px 35px;
		letter-spacing: 0px;
		min-height: 0px;
		min-width: 60%;
		max-height: none;
		max-width: 60%;
	}
}

/* tablet-landscape 1024px */
@media (min-width: 64em) {
	.home #content { margin-top: 130px; }
	#hero .hero-text {
		background:rgba(0,0,0,0.5);
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		padding: 3rem;
		transform:translateY(-50%);
	}
	#hero .hero-text p.lineone {
		font-size: 28px;
		line-height: 32px;
	}
	#hero .hero-text p.linetwo {
		font-size: 18px;
		line-height: 24px;
	}
}

/* desktop 1366px */
@media (min-width: 85.375em) {
	#hero .hero-text p.lineone {
		font-size: 35px;
		line-height: 21px;
	}
}

/* Large desktop 1680px */
@media (min-width: 105em) {
	#hero .hero-text p.lineone {
		font-size: 36px;
		line-height: 52px;
	}
}







@media screen and (max-width: 1024px) {
	.headertag {
		font-size: 13px;
		text-align: left !important;
	}
}
@media screen and (man-width: 480px) {
	.headertag {
		display:none;
	}
}

body.error404 .search-form{
	position: relative;
	right: unset;
	top: unset;
}

body.error404 .search-form .search-field {
	background-color: transparent;
	background-image: url(../images/search-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin: 0px 0;
	padding: 6px 0 0 12px;
	position: relative;
	-webkit-transition: height 400ms ease, background 400ms ease;
	transition:         height 400ms ease, background 400ms ease;
	height: 40px;
	border: 2px solid #f7a11a;
}

body.error404 .search-form .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
}
body.error404 .search-form button { display:none; }










