@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #808080;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 6rem; line-height: 1.2; color: #11294B; }
h2 { font-size: 4rem; line-height: 1.2; }
h3 { font-size: 3.5rem; line-height: 1.3; }
h4 { font-size: 2.5rem; line-height: 1.3;}
h5 { font-size: 2.2rem; line-height: 1.3; border: solid 1px #DDD; border-radius: 5px; padding: 25px 30px 30px 30px; margin-top: 40px; }
h6 { font-size: 1.9rem; line-height: 1.3; margin: 0 0 5px 0;}
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-med {
	font-size: 1.5rem;
}
.text-hightlight_blue {
	color: #11294B;
}
.text-hightlight_red {
	color: #AF272F;
}
.text-block {
	border-left: 5px solid #AF272F; 
	padding: 0 0 0 15px; 
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 4rem; }
	h2 { font-size: 3rem; }
	h3 { font-size: 2.5rem; }
	h4 { font-size: 2.2rem;  }
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #AF272F;
}
a:hover {
	color: rgba(175,38,46,0.7);
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 1% 0 1%;
	padding: 40px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
    background: #EEE;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}


/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	border-bottom: solid 1px #DDD;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
	position: relative;
}
section.banner-hero {
	height: 600px;
	background-image: url(../images/banner/banner-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-hero-slider {
	width: 50%;
	margin: 50px 0 0 0;
	float: left;
}
.slider ul {
	height: 500px;
	list-style: none;
	margin: 0;
	background: #000;
	border-radius: 5px;
}
.slider ul li {
	height: 100%;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-hero-caption {
	width: 50%;
	margin: 0 0 0 0;
	float: left;
	padding: 120px 50px;
	box-sizing: border-box;
}
.banner-hero-caption h2 {
	font-size: 8rem;
	line-height: 1;
	color: #11294B;
	margin: 0 0 30px 0;
}
.banner-hero-caption h3 {
	font-size: 3.5rem;
	color: #AF272F;
}
.hero-image-caption {
	background: rgba(255,255,255,0.7);
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	color: #11294B;
	font-weight: bold;
    font-size: 1.4rem;
}
.banner-caption {
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	color: #11294B;
	font-weight: bold;
}
section.bold {
	background: #AF272F;
	color: #FFF;
}
section.navy {
	background: #12294b;
	color: #FFF;
}
section.subtle {
	background: rgba(17,40,74,0.1);
}
.packages {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
footer.main {
	background: #11294B;
	color: #FFF;
	overflow: hidden;
	clear: both;
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.banner-hero-caption h2 {
		font-size: 7rem;
	}
	.banner-hero-caption h3 {
		font-size: 2.7rem;
	}
}

@media only screen and (max-width: 768px) {
	section.banner-hero {
		height: auto;
	}
	.banner-hero-slider {
		width: 90%;
		margin: 50px 5% 20px 5%;
		float: left;
	}
	.slider ul {
		height: 250px;
	}
	.banner-hero-caption {
		width: 100%;
		text-align: center;
		padding: 40px 50px 40px 50px;
		background: #F7F7F7;
	}
	.banner-hero-caption h2 {
		font-size: 5rem;
	}
	.banner-hero-caption h3 {
		font-size: 2.7rem;
	}
	main {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.banner-hero-caption h2 {
		font-size: 3.5rem;
		margin: 0 0 10px 0;
	}
	.banner-hero-caption h3 {
		font-size: 2rem;
	}
	.banner-caption {
		display: none;
	}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.nav-primary {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 40px;
	position: absolute;
	top: 80px;
	text-align: right;
}
nav.nav-primary ul {
	list-style: none;
	padding: 0 5% 0 0;
	margin: 0;
	height: 40px;
	position: relative;
}
nav.nav-primary ul li {
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem;
}
nav.nav-primary ul li a {
	color: #AF272F;
	display: block;
	padding: 0px 20px 52px 20px;
	text-decoration: none;
	float: left;
	line-height: 40px;
}
a.nav-phone {
    position: absolute;
    top: 0;
    background-color: #e7e9ec;
    padding: 5px 20px 10px 20px;
    border-radius: 0 0 5px 5px;
    right: 5%;
	font-size: 2rem;
	display: inline-block;
	float: left;
	font-weight: normal;
}
a.nav-phone span {
	color: #11294B;
	font-size: 1.4rem !important;
	font-weight: normal !important;
}
nav.nav-primary ul li:hover {
	color: #333333;
}
nav.nav-primary ul li:hover > a {
	color: #333333;
}
nav.nav-primary ul li li:hover > a {
	border-bottom: none;
}
nav.nav-primary ul li:hover > ul {
	display: block;
}
nav.nav-primary ul ul {
	background: #FFF;
	padding: 20px 15%;
	text-align: center;
	display: none;
	width: 100%;
	position: absolute;
	top: 65px;
	border-top: solid 1px #DDD;
	left: 0px;
	margin: 0;
	z-index: 100;
	height: 530px;
	-webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.15);
}
nav.nav-primary ul ul li {
	width: 29.333%;
	margin: 0 2% 0 2%;
	float: left;
	text-align: left;
	background-size: 100px 100px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 2.5rem;
	font-weight: bold;
	color: #11294B;
	line-height: 1;
}
nav.nav-primary ul ul li a {
	color: #11294B;
	display: block;
	width: 100%;
	line-height: 1;
	padding: 40px 10px 40px 110px;
}
nav.nav-primary ul ul li a:hover {
	color: #AF272F;
}
nav.nav-primary ul ul li:last-child {
	width: 100%;
	background-size: 50px 50px;
	font-size: 2rem;
	border-top: solid 1px #DDD;
	margin-top: 10px;
}
nav.nav-primary ul ul li:last-child a {
	padding: 40px 10px 40px 60px;
}

@media only screen and (max-width:1180px) {
    nav.nav-primary ul li a {
		padding: 10px 10px;
	}
}

@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #AF272F;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	nav.nav-primary {
		height: auto;
		overflow: hidden;
	}
	nav.nav-primary ul {
		height: auto;
		position: relative;
		top: 0;
        padding-top: 50px;
	}
	nav.nav-primary ul li {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 2.4rem;
		background-image: url(../images/icons/icon-arrow-right.png);
		background-position: right 20px center;
		background-size: 10px 10px;
		background-repeat: no-repeat;
	}
	nav.nav-primary ul li a {
		width: 100%;
		padding: 15px 20px;
		display: block;
		float: none;
		color: #FFF;
	}
	nav.nav-primary ul li a:hover {
		color: rgba(255,255,255,0.7);
	}
	nav.nav-primary ul ul {
		background: #A82830;
		position: relative;
		overflow: hidden;
		top: 0;
		left: 0;
		height: auto;
		padding: 20px 20px;
		border-top: none;
	}
	nav.nav-primary ul ul li {
		width: 100%;
		margin: 0;
		background-size: 40px 40px;
		font-size: 1.7rem;
		color: #FFF;
	}
	nav.nav-primary ul ul li a {
		color: #FFF;
		padding: 15px 10px 15px 50px;
	}
	nav.nav-primary ul ul li a:hover {
		color: rgba(255,255,255,0.7);
	}
	nav.nav-primary ul ul li:last-child {
		font-size: 1.7rem;
	}
	a.nav-phone {
        display: none;
    }
	
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 40px;
		right: 15px;
		background: #FFF url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 30px 30px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:768px) {
    .trigger {
		top: 30px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	margin: 60px 0 0 0;
}
ul.featitems li {
	width: 29.333%;
	margin: 0 2% 20px 2%;
	float: left;
	text-align: left;
	background-size: 100px 100px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 2.5rem;
	font-weight: bold;
	color: #11294B;
	border-top: solid 2px #AF272F;
	border-radius: 0 40px 0 0;
	line-height: 1;
}
ul.featitems li a {
	padding: 40px 10px 40px 110px;
	display: block;
	color: #11294B;
}
ul.featitems li a:hover {
	color: #AF272F;
}

@media only screen and (max-width: 768px) {
	ul.featitems li {
		width: 46%;
		margin: 0 2% 20px 2%;
		background-size: 50px 50px;
		font-size: 2rem;
		border-radius: 0 20px 0 0;
	}
	ul.featitems li a {
		padding: 20px 10px 20px 60px;
		display: block;
		color: #11294B;
	}
}

@media only screen and (max-width: 480px) {
	ul.featitems {
		margin: 30px 0 0 0;
	}
	ul.featitems li {
		font-size: 1.5rem;
	}
}

/* Sponsorships
–––––––––––––––––––––––––– */
ul.sponsorships {
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.sponsorships li {
	width: 23%;
	float: left;
	padding: 20px;
	line-height: 1.2;
	border-bottom: solid 2px #DDD;
	margin: 0 1% 25px 1%;
	border-radius: 0 0 20px 0;
}
ul.sponsorships li:nth-child(4n+1) {
	clear: left;
}
ul.sponsorships li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
ul.sponsorships a {
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
	ul.sponsorships li {
		width: 48%;
	}
	ul.sponsorships li:nth-child(4n+1) {
		clear: none;
	}
	ul.sponsorships li:nth-child(2n+1) {
		clear: left;
	}
}
@media only screen and (max-width: 480px) {
	ul.sponsorships li {
		width: 98%;
	}
}

/* Testimonials
–––––––––––––––––––––––––– */
ul.testimonials {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.testimonials li {
    margin-bottom: 50px;
    background: #e7e9ec;
    border-radius: 5px;
    color: #11294B;
}
ul.testimonials li:nth-of-type(odd) {
    width: 30%;
}
ul.testimonials li:nth-of-type(even) {
    width: 70%;
    padding: 50px 50px;
    border-bottom: solid 3px #AF272F;
    border-radius: 0 0 50px 0;
}
ul.testimonials li img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    ul.testimonials li {
        margin-bottom: 0;
    }
    ul.testimonials li:nth-of-type(odd) {
        width: 100%;
    }
    ul.testimonials li:nth-of-type(even) {
        width: 100%;
        margin-bottom: 50px;
        padding: 40px 20px;
    }
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
	margin: 40px 0;
}
ul.contact-details li {
	border-left: solid 3px #FFF;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	font-size: 1.4rem;
}
ul.contact-details li a {
	color: #FFF;
	font-size: 2rem;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	
}
ul.sitemap li {
	margin: 0 0 10px 0;
	font-size: 1.2rem;
}
ul.sitemap li a {
	color: #FFF;
	font-size: 1.4rem;
}
ul.sitemap li a:hover {
	color: rgba(255,255,255,0.6);
}


@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 15px 0;
	background: #EEE;
	cursor: pointer;
    color: #af272f;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: solid 2px #af272f;
    border-radius: 0 0 15px 0;
    background-image: url(../images/icons/ic_arrow-down_red.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.accordian section {
	display: none;
    padding: 20px 0 0 0;
}
.accordian section.active {
	display: block;
}



/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px 30px;
    margin-left: 5%;
}
img.logo-menu {
	width: 150px;
	height: auto;
	padding: 0;
	padding: 20px;
	display: none;
}
img.logo-footer {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	padding: 0;
    margin-bottom: 20px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	border: solid 1px #DDD;
}
img.logo-partners {
	width: 150px;
	height: auto;
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
}
img.social {
	width: 100%;
    max-width: 250px;
	height: auto;
	display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	img.logo-menu {
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	img.logo {
        width: 150px;
        height: auto;
        display: inline-block;
        padding: 15px 15px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 3px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #666;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 180px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid red;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 15px 40px;
	margin: 20px auto 0 auto;
	background: #11294B;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #AF272F;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.5rem;
	border-radius: 5px;
	font-weight: bold;
}
a.btn-primary:hover {
	background-color: #11294B;
}


a.btn-packages {
	width: 100%;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
}

/* Buttons - Messenger
––––––––––––––––––––––––– */
a.btn-messenger {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	height: auto;
	width: 80px;
}
a.btn-messenger:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
a.btn-messenger img {
	width: 50px;
	height: auto;
	display: block;
	margin: 0 auto;
}
a.btn-messenger p {
	text-align: center;
	border-radius: 5px;
	right: 0;
	opacity: 0;
	font-size: 1rem;
	padding: 5px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	margin-bottom: 4px;
	font-style: italic;
}
a.btn-messenger:hover p {
	display: block;
	opacity: 0.9;
	background: #FFF;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: rgba(255,255,255,0.5);
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 35px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.map {
	width: 100%;
	height: 450px;
	display: block;
}

@media only screen and (max-width: 768px) {
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
