@charset "utf-8";



#header-page-entry {
	margin-bottom: 82px;
}

#header-page-entry .royalSlider {
	height: 560px !important;
}

#header-page-entry .slide {
	height: 100%;
}

#header-page-entry .container-half {
	height: 100%;
}

#header-page-entry .background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header-page-entry .rsGCaption {
	position: static !important;
	top: auto !important;
	left: auto !important;
	background-color: #61c4ea;
	color: white;
}

#header-page-entry .content {
	padding-left: 0;
	padding-right: 0;
}

#header-page-entry .description {
	padding-top: 145px;
	padding-left: 105px;
	width: 100%;
	max-width: 460px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

#header-page-entry h1 {
	margin-bottom: 20px;
	color: white;
	font-size: 60px;
	line-height: 60px;
	text-transform: none;
}

#header-page-entry h3 {
	color: white;
	line-height: 24px;
}

#header-page-entry .button {
	margin-top: 40px;
}




@media (min-width: 1170px) {



}




@media (min-width: 768px) and (max-width: 1169px) {

#header-page-entry .royalSlider {
	height: 340px !important;
}

#header-page-entry .description {
	padding-top: 45px;
	padding-left: 25px;
	font-size: 18px;
	line-height: 22px;
}

#header-page-entry h1 {
	margin-bottom: 15px;
	font-size: 45px;
	line-height: 45px;
}

#header-page-entry .button {
	margin-top: 20px;
}

}



@media (min-width: 0px) and (max-width: 767px) {

#header-page-entry {
	margin-bottom: 41px;
}

#header-page-entry .royalSlider {
	height: 450px !important;
}

#header-page-entry .slide {
	position: relative;
	background-color: #61c4ea;
}

#header-page-entry .container-half {
	height: auto;
}

#header-page-entry .background {
	padding-bottom: 58%;
}

#header-page-entry .content {
}

#header-page-entry .description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	max-width: none;
	font-size: 18px;
	line-height: 22px;
	background-color: rgba(97, 196, 234, .3);
}

#header-page-entry h1 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 30px;
}

#header-page-entry h3 {
	margin-bottom: 0;
	line-height: normal;
}

#header-page-entry .button {
	margin-top: 10px;
}

}