* {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4em;
}

.pad-b-sm {
	padding-bottom: 25px;
}
.pad-b-mid {
	padding-bottom: 50px;
}
.pad-b-mid:last-child {
	padding-bottom: 0;
}
.pad-t-sm {
	padding-top: 25px;
}
.mar-b-none {
	margin-bottom: 0;
}


.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}

.display-block {
	display: block;
}

.eager-mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: black;
	z-index: 10000;
}

.banner-image {
	background: url('../images/HeroImage.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 400px;
}

@media screen and (max-width: 1199px) {
	.banner-image {
		height: 250px;
		background-position: center top;
	}
}

@media screen and (max-width: 960px) {
	.banner-image {
		height: 200px;
		background-position: center top;
	}
}

@media screen and (max-width: 767px) {
	.banner-image {
		height: 100px;
		margin-top: 75px;
	}
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 15px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.h1, .h2, .h3, h1, h2, h3 {
		margin-bottom: 15px;
	}
}

h1 {
	font-size: 35px;
	color: #F15A29;
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 21px;
	}
}

h1 .subtext {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 1199px) {
	h1 .subtext {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	h1 .subtext {
		font-size: 13px;
	}
}

h2 {
	font-size: 30px;
}
@media screen and (max-width: 1199px) {
	h2 {
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 17px;
	}
}

h3 {
	font-size: 20px;
}

@media screen and (max-width: 1199px) {
	h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	h3 {
		font-size: 15px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 15px;
	color: #000;
}

@media screen and (max-width: 1199px) {
	p {
		font-size: 13px;
	}
}

a {
	color: #000;
}
@media screen and (max-width: 1199px) {
	a {
		font-size: 13px;
	}
}

a:hover {
	color: #F15A29;
}

section a {
	text-decoration: underline;
}

section a.no-underline {
	text-decoration: none;
}

.txt-orange {
	color: #F15A29;
}

header .container { 
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	header .nav-container {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 1000;
		box-shadow: 1px 1px 2px #eee;
	}
}

@media screen and (max-width: 767px) {
	header .container {
		padding: 12px 0;
		height: 75px;
	}
}

.mar-btm {
	margin-bottom: 20px;
}

.mar-btm-large {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.sm-mar-btm-large {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.xs-mar-btm-large {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.xs-mar-btm-mid {
		margin-bottom: 20px;
	}
}

.pad-top {
	padding-top: 20px;
}

/* header .logo {
	height: 80px;
}

@media screen and (max-width: 1199px) {
	header .logo {
		height: 60px;
	}
}

@media screen and (max-width: 1023px) {
	header .logo {
		height: 50px;
	}
} */

header .eager-logo {
	display: inline-block;
	width: 162px;
	margin-right: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	header .eager-logo {
		width: 122px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 991px) {
	header .eager-logo {
		width: 116px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	header .eager-logo {
		margin-top: 10px;
	}
}


header .factor-1-logo {
	display: inline-block;
	width: 130px;
	transform: translateY(-4px);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	header .factor-1-logo {
		width: 92px;
		transform: translateY(-3px);
	}
}

@media screen and (max-width: 991px) {
	header .factor-1-logo {
		width: 88px;
		transform: translateY(-2px);
		position: relative;
		z-index: 1000;
	}
}

@media screen and (max-width: 767px) {
	header .factor-1-logo {
		margin-top: 10px;
	}
}

.navbar {
	background: none;
    border: 0;
    position: absolute;
    top: -7px;
}

@media screen and (min-width: 992px) {
	.navbar {
		background: none;
		border: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 15px;
	padding-right: 0;
	padding-left: 20px
}

.navbar-default .navbar-nav>li>a:hover {
	color: #F15A29;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #F15A29;
	background: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
		color: #000;
		font-size: 13px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 991px) {
	.navbar {
		left: 0;
		z-index: 999;
		right: 0;
	}
	.navbar-collapse.in {
		border: none;
		height: 430px;
	}
	.nav {
		background: #fff;
		width: 100%;
		position: absolute;
		top: 53px;
		border-top: 1px solid #ddd;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		max-height: calc(100vh - 75px);
    	overflow-y: auto;
	}
	.nav>li {
		border-bottom: 1px solid #ddd;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) {
	.navbar-nav>li>.dropdown-menu {
		box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-radius: 3px;
		right: -45px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		padding-top: 0px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-toggle {
		margin-top: 8px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-toggle {
		margin-top: 16px;
	}
	.nav {
		top: 61px;
	}
}


/* Booking nav item styling */
.navbar-nav>li:last-child{
	position: relative;
}
.navbar-nav>li:last-child>a{
	z-index: 1;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
}
.navbar-nav>li:last-child>a:hover,
.navbar-nav>li:last-child>a:focus {
	color: #fff;
}
.navbar-nav>li:last-child:hover::after{
	background: #e64c1a;
}
.navbar-nav>li:last-child::after{
	position: absolute;
	content: '';
	display: block;
	height: 30px;
	width: 153px;
	background: #F15A29;
	border-radius: 2px;
	top: 10px;
	right: -10px;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li:last-child>a {
		font-size: 13.75px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
	.navbar-default .navbar-nav>li:last-child>a {
		font-size: 12px;
		padding-left: 24px;
	}
	.navbar-nav>li:last-child::after{
    height: 27px;
    width: 133px;
    top: 11px;
    right: -10px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav>li:nth-child(7) {
		border-bottom: 0;
	}
	.navbar-nav>li:last-child {
		padding-bottom: 15px;
	}
	.navbar-nav>li:last-child::after {
    height: 40px;
    width: auto;
    top: 0px;
    left: 15px;
    right: 15px;
	}
	.navbar-nav>li:last-child>a {
		padding-right: 40px;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.nav {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}

li.dropdown a:hover {
	cursor: pointer;
}

section .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

section .container.pad-none {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	section .container {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.container-fluid {
	padding: 0;
}

.container.expandable h3 {
	max-width: calc(100% - 30px);
	margin-bottom: 0;
}

.container.expandable h3:hover {
	cursor: pointer;
}

.container.expandable,
.container-fluid.expandable {
	border-bottom: 1px solid #eee;
}

.container.expandable:hover,
.container-fluid.expandable:hover {
	cursor: pointer;
}

.container.expandable .icon-expand,
.container-fluid.expandable .icon-expand {
	height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
	margin-top: -15px;
/*
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}

@media screen and (max-width: 767px) {
	.container.expandable .icon-expand,
	.container-fluid.expandable .icon-expand {
		right: 25px;
	}
}

.container.expandable.expanded .icon-expand,
.container-fluid.expandable.expanded .icon-expand {
	margin-top: 10px;
	transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
	.container.expandable.expanded .icon-expand,
	.container-fluid.expandable.expanded .icon-expand {
		margin-top: 0;
	}
}

.container.expandable .checklistheading,
.container-fluid.expandable .checklistheading {
	position: relative;
	padding-right: 50px;
}

.container.expandable .checklistheading h2,
.container-fluid.expandable .checklistheading h2 {
	line-height: 1.3em;
}

.container.expandable .container-contents,
.container-fluid.expandable .container-contents {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.container.expandable.expanded .container-contents,
.container-fluid.expandable.expanded .container-contents {
	height: auto;
	visibility: visible;
}

.container.expandable.expanded .checklistheading,
.container-fluid.expandable.expanded .checklistheading {
	padding-bottom: 0;
}

.container.expandable .icon-expand,
.container-fluid.expandable .icon-expand{
	
}

@media screen and (max-width: 991px) {
	section .container.expandable {
		padding-bottom: 35px;
    	padding-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	section .container.expandable {
    	padding-top: 25px;
		padding-bottom: 25px;
	}
}

section .container-fluid,
footer .container-fluid {
	background-color: #f9f9f9;
}

section .container-fluid.white,
footer .container-fluid.white {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.row:first-child .callout-container{
		margin-top: 0
	}
	.col-sm-6.callout-container:nth-child(2):after {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
	}
}
.callout-container {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.row:first-child .callout-container:first-child {
		margin-top: 5px;
	}
	.callout-container:first-child {
		margin-top: 20px;
	}
}

.container.checklist-contents {
	padding-top: 35px;
	padding-bottom: 35px;
}

.container.checklist-contents h3 {
	margin-bottom: 0;
	line-height: 1.3em;
}
@media screen and (min-width: 1200px) {
	.container.checklist-contents h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 1199px) {
	.container.checklist-contents h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.container.checklist-contents h3 {
		font-size: 13px;
	}
}

@media screen and (min-width: 1200px) {
	.container.checklist-contents {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	.container.checklist-contents {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.callout {
	width: 60px;
    height: 60px;
    display: block;
    background-color: #F15A29;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
	position: absolute;
}

.callout-text {
	margin-left: 60px;
	padding-left: 20px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.callout {
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 50px;
    	-webkit-transform: translateY(-17px);
    	-moz-transform: translateY(-17px);
    	-ms-transform: translateY(-17px);
    	transform: translateY(-17px);
	}
	.callout-text {
		margin-left: 55px;
	}
}

@media screen and (min-width: 400px) and (max-width: 991px) {
	.callout {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
    	-webkit-transform: translateY(-12px);
    	-moz-transform: translateY(-12px);
    	-ms-transform: translateY(-12px);
    	transform: translateY(-12px);
	}
	.callout-text {
		margin-left: 40px;
	}
}

@media screen and (max-width: 400px) {
	.callout {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 17px;
    	-webkit-transform: translateY(-7px);
    	-moz-transform: translateY(-7px);
    	-ms-transform: translateY(-7px);
    	transform: translateY(-7px);
	}
	.callout-text {
		margin-left: 30px;
	}
}

.callout:after {
	content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #F15A29;
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}



@media screen and (min-width: 400px) and (max-width: 991px) {
	.callout:after {
		width: 10px;
		height: 10px;
		right: -5px;
	}
}

@media screen and (max-width: 400px) {
	.callout:after {
		width: 8px;
		height: 8px;
		right: -4px;
	}
}

@media screen and (max-width: 767px) {
	.main-newsletter {
		max-width: 200px!important;
	}
}
	
.logo-container .sub-container {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}

.logo-container .sub-container:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.logo-container .sub-container {
		display: block;
		text-align: center;
	}
}

.logo-container .logo {
	width: calc(100% / 4 - 100px);
}

@media screen and (max-width: 1199px) {
	.logo-container .logo {
		width: calc(100% / 4 - 40px);
	}
}

@media screen and (max-width: 767px) {
	.logo-container .logo {
		width: 175px;
		margin: 0 auto 30px;
	}
}
.logo-container .logo img {
	width: 100%;
}

.icon-map {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-10px, 20px);
	-moz-transform: translate(-10px, 20px);
	-ms-transform: translate(-10px, 20px);
	transform: translate(-10px, 20px);
}

@media screen and (max-width: 1199px) {
	.icon-map {
		width: 30px
	}
}

.small-print {
	font-size: 10px;
}

.form-success {
	border: 1px solid #40b940;
    border-radius: 3px;
    padding: 10px;
    background: #e5ffe5;
    color: #046f04;
}

.form-error {
	border: 1px solid #e04040;
    border-radius: 3px;
    padding: 10px;
    background: #fff0f0;
    color: #d21515;
}


.address {
	padding-top: 25px;
}

@media screen and (min-width: 768px) {
	.address h3 {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 767px) {
	.icon-map {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 auto 20px;
		width: 25px
	}
	.address {
		text-align: center;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.circle-image {
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.pull-right-sm {
		float: right;
		margin: 0 0 10px 10px;
	}
}
@media screen and (max-width: 767px) {
	.center-xs {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.image-center {
	margin: 0 auto;
	position: relative;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
	.sm-image-full {
		width: 100%;
	}
}
.pad-top-mid {
	padding-top: 40px;
}
#gmap_canvas,
#gmap_canvas2 {
	width: 100%;
	height: 425px;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	#gmap_canvas,
	#gmap_canvas2 {
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
	#gmap_canvas,
	#gmap_canvas2 {
		height: 250px;
	}
}

#gmap_canvas img,
#gmap_canvas2 img {
	max-width:none!important;
	background:none!important
}

.sub-newsletter {
	text-align: center;
}
.sub-newsletter a:hover p {
	color: #F15A29;
}
@media screen and (max-width: 767px) {
	.sub-newsletter {
		margin-bottom: 30px;
	}
}

.sub-newsletter img {
	max-width: 100%;
}

.sub-newsletter h4 {
	font-size: 15px;
}

.no-margin {
	margin: 0;
}

.no-bottom-padding {
	padding-bottom: 0!important;
}

.no-bottom-padding h1 {
	margin-bottom: 0;
}

#eagerForm textarea {
	resize: vertical;
	max-height: 250px;
	min-height: 100px;
}

footer .container-fluid {
	padding: 45px 0;
}

footer .logo-link {
	display: inline-block;
	vertical-align: top;
}

footer .logo {
	height: 50px;
	margin-left: 20px;
}
footer .cpa-text-container {
	width: 130px;
	display: inline-block;
	font-size: 13px;
}

footer .cpa-logo {
	margin-left: 10px;
}

footer .cpa-text-container .cpa-text {
	padding-top: 7px;
	display: flex;
}

@media screen and (max-width: 1199px) {
	footer .logo {
		height: 40px;
	}
	footer .cpa-text-container {
		width: 110px;
		font-size: 11px;
	}
	
	
	footer .cpa-text-container .cpa-text {
		padding-top: 6px;
	}
}


@media screen and (max-width: 767px) {
	footer {
		text-align: center;
		font-size: 11px;
	}
	
	footer .logo {
		height: 30px;
	}

	footer .logo-link.fb-logo {
		display: block;
		/* margin-top: 20px; */
	}
	
	footer .txt-r {
		text-align: center;
		margin-bottom: 20px;
	}

	footer .cpa-text-container .cpa-text {
		padding-top: 0;
		text-align: right;
	}
}


@media screen and (max-width: 1199px) {
	.copyright {
		font-size: 13px;
	}
}

@media screen and (min-width: 1199px) {
	.copyright {
		/* margin-top: 17px; */
	}
}

@media screen and (min-width: 767px) {
	.copyright {
		/* margin-top: 13px; */
	}
}

footer .disclaimer {
    display: block;
    margin-top: 6px;
    font-size: 10px;
}



.accordion-content {
	display: block;
	height: 0;
	overflow: hidden;
}

.accordion-content.expanded {
	height: auto;
	margin-top: 15px;
}

button.expand {
	position: absolute;
    top: -10px;
    right: 0;
    border: 0;
    background: none;
    font-size: 34px;
    width: 40px;
    height: 40px;
    padding: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform 0.1s linear;
	-moz-transition: transform 0.1s linear;
	-ms-transition: transform 0.1s linear;
	transition: transform 0.1s linear;
}
@media screen and (max-width: 767px) {
	button.expand {
    	font-size: 30px;
	}
}

button.expand:focus {
	outline: none;
}

button.expand .icon {
	position: absolute;
    top: -6px;
    left: 15px;
}

button.expand.expanded {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.form-control {
    box-shadow: none;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 3px;
}
.form-control:focus {
	outline: 0;
	box-shadow: none;
    border: 1px solid #ccc;
}

#eagerForm input.ng-touched.ng-invalid-required,
#eagerForm textarea.ng-touched.ng-invalid-required {
	border-color: #e21f1f;
}

#eagerForm button {
	border: none;
    background: #eae9e9;
    padding: 10px 20px;
    border-radius: 3px;
}
#eagerForm button:hover {
	cursor: pointer;
}
#eagerForm button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.inline-error {
	font-size: 13px;
    padding-top: 5px;
    display: block;
    color: #e21f1f;
}

.col-sm-4 img {
	max-width: 100%;
}

iframe {
	border: 0;
	width: 100%;
}

.ato-tv {
	height: 30px;
    margin-top: -10px;
	margin-left: 5px;
}

@media screen and (max-width: 767px)  {
	.ato-tv {
		height: 20px;
		margin-top: -6px;
		margin-left: 3px;
	}
}

.mainvideo h3,
.subvideo h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.subvideo h3 {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.mainvideo h3 .date,
.subvideo h3 .date {
	font-size: 13px;
	color: #999;
}

.mainvideo iframe {
	height: 312px;
}
.subvideo iframe {
	height: 148px;
}

@media screen and (max-width: 767px)  {
	.mainvideo,
	.subvideo {
		text-align: center;
		margin-top: 15px;
	}
	.mainvideo iframe,
	.subvideo iframe {
		width: 270px;
    	height: 152px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px)  {
	.mainvideo iframe {
		height: 256px;
	}
	.subvideo iframe {
		height: 120px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.mainvideo {
		width: 100%;
		margin-bottom: 10px;
	}
	.mainvideo iframe {
		height: 405px;
	}
	.subvideo-container {
		width: 100%;
	}
	.subvideo iframe {
		height: 194px;
	}
}

.hideMap {
	display: none;
}

.showMap {
	display: block;
}

.hightail-callout {
	position: relative;
    padding-left: 85px;
    padding-top: 15px;
    margin: 0 auto;
    width: 380px;
	height: 70px;
}

.hightail-callout .logo {
	height: 70px;
    position: absolute;
    padding-left: 80p;
    left: 0;
    top: 0;
}

.hightail-callout .callout-heading {
	display: block;
    font-weight: bold;
    font-size: 14px;
}

.hightail-callout a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.hightail-callout {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 410px) {
	.hightail-callout {
		width: 290px;
		padding-top: 0;
		padding-left: 62px;
	}
	.hightail-callout .logo {
		top: 12px;
		height: 50px;
	}
}

.booking-form {
	height: 1400px
}

@media screen and (max-width: 992px) {
	.booking-form {
		height: 1500px
	}
}