/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	background-color: #f9f9f9;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p {
	color: #6c7073;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-family: 'Archivo', sans-serif;
	color: #3a5f67;
	font-size: 26px;
	font-weight: 400;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	color: #fff;
	padding: 5px 25px;
	text-transform: uppercase;
	background-color: #1e3ac9;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	color: #1e3ac9;
	text-transform: uppercase;
	font-weight: 600;
}

h4 {
	font-family: 'Archivo', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.wrapper {
	width: 1440px;
	position: relative;
	margin: 0 auto;
}

i.navicon {
	color: #1e3ac9;
	font-size: 46px;
	position: absolute;
	padding: 10px;
	z-index: 6;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
	cursor: pointer;
}

.title {
	background-color: #f9f9f9;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 5;
	-webkit-box-shadow: 0 4px 6px -6px #ababab;
	box-shadow: 0 4px 6px -6px #ababab;
}

nav {
	float: left;
	position: fixed;
}

nav ul {
	margin: 0px;
	padding: 0px;
}

nav ul li {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 16px;
	float: left;
	list-style: none;
	color: #3b3b3b;
	position: relative;
}

nav ul li a {
	display: block;
	padding: 23px 30px;
	position: relative;
	z-index: 4;
}

nav ul li:hover, .active {
	background-color: #1e3ac9;
	color: #f9f9f9;
}

nav ul li a::after {
	position: absolute;
	bottom: 0px;
	font-family: IonIcons;
	content: '\f365';
	font-size: 14px;
	color: #fff;
	left:  calc(50% - 7px);
	z-index: 2;
}

nav ul li ul {
	position: absolute;
	background-color: #1f282f;
	width: 250px;
	display: none;
}

nav ul li ul li a {
	padding: 15px 20px;
}

nav ul li ul li {
	float: none;
	display: block;
	color: #f9f9f9;
}

nav ul li ul li a::after {
	display: none;
}

nav ul li ul li:hover {
	background-color: #1e3ac9;
}

.sub {
	cursor: pointer;
}

.subicon::after {
	content: '\f35f';
}

.social {
	float: right;
	width: 200px;
	overflow: hidden;
	padding-right: 10px;
}

.social i {
	display: block;
	float: right;
	color: #bf92a9;
	font-size: 22px;
	margin: 18px 15px;
}

.social i:hover {
	color: #f0f0f0;
}

header {
	height: 120vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

header::before {
	position: absolute;
	bottom: -600px;
	left: -300px;
	width: 3500px;
	height: 3000px;
	border: solid 750px #1b1b1b;
	content: '';
	z-index: 2;
	transform: rotate(-25deg);
	opacity: 1;
}

header .htxt {
	display: block;
	position: relative;
	top: 50%;
	width: 600px;
	z-index: 4;
	padding-left: 40px;
}

header h1 {
	left: 40px;
	color: #f9f9f9;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

header p {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #f9f9f9;
}

.smallheader::before {
	display: none;
}

.smallheader {
	height: 500px;
}

.smallheader .left-arrow, .smallheader .right-arrow {
	top: 60%;
}

.logo {
	background-color: #1e3ac9;
	display: inline-block;
	position: relative;
	z-index: 4;
	padding: 20px 40px;
	top: 69px;
}

.logo img {
}

.logo span {
	font-size: 60px;
	color: #1e3ac9;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 600;
}

.left-arrow {
	font-family: 'IonIcons';
	font-size: 40px;
	position: absolute;
	z-index: 4;
	color: #fff;
	top: 40%;
	left: 20px;
	cursor: pointer;
	transition: left 1s;
}

.left-arrow:hover {
	left: 30px;
}

.left-arrow::before {
	content: '\f124';
	z-index: 4;
	font-size: 25px;
	opacity: 0.4;
	position: relative;
	top: -6px;
	left: 3px;
}

.right-arrow {
	font-family: 'IonIcons';
	font-size: 40px;
	position: absolute;
	z-index: 4;
	color: #fff;
	top: 40%;
	right: 30px;
	transition: right 1s;
	cursor: pointer;
}

.right-arrow:hover {
	right: 40px;
}

.right-arrow::before {
	content: '\f125';
	z-index: 4;
	font-size: 25px;
	opacity: 0.4;
	position: relative;
	top: -6px;
	left: 30px;
}

.content {
	position: relative;
	content: '';
}

aside {
	float: left;
	width: 780px;
}

.main {
	position: relative;
	float: right;
	width: calc(100% - 880px);
	padding-right: 100px;
	padding-top: 20px;
}

.full {
	float: none;
	width: 100%;
	padding: 40px;
}

h2.homehighlight {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	position: absolute;
	z-index: 4;
	bottom: 100%;
	display: inline-block;
	font-weight: 600;
	padding-right: 45px;
	letter-spacing: 2px;
}

.contact {
	background: url('../images/aside.jpg') no-repeat center;
	background-size: cover;
	padding-left: 150px;
	padding-top: 300px;
	overflow: hidden;
}

.contact span.box {
	background-color: #1d1f20;
	float: right;
	width: 100%;
	padding: 15px;
	padding-left: 35px;
}

.contact p span {
	color: #737474;
}

img.fb {
	float: right;
	height: 60px;
	margin-top: 40px;
}

.contact p.email {
	font-size: 18px;
}

.contact span p {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	line-height: 15px;
	color: #f9f9f9;
	font-size: 26px;
}

.content {
	padding-bottom: 150px;
	position: relative;
}

.content ul {
	padding: 0px;
	margin: 0px;
}

.content ul li {
	list-style: none;
	background-color: #e6e6e6;
	padding: 5px;
	padding-left: 55px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #6c7073;
	position: relative;
}

.content ul li::before {
	background-color: #1e3ac9;
	left: -0px;
	display: block;
	font-family: IonIcons;
	font-size: 20px;
	color: #fff;
	text-align: center;
	content: '\f363';
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0px;
}

.twocols {
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}

.twocols li {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.accreds {
	padding-left: 100px;
	overflow: hidden;
}

.accreds h3 {
	color: #6e8291;
	text-align: right;
}

.accreds span.accred {
	float: right;
	position: relative;
	background-color: #fff;
	padding: 15px;
	border: solid 1px #e9e9e9;
	height: 100px;
	width: 33.333333%;
}

span.accred img {
	max-height: 80%;  
    max-width: 80%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.whychoose {
	padding-right: 50%;
	background: url('../images/whychoose.jpg') no-repeat top right;
	background-size: calc(50% - 20px);
}

.extracontent {
	position: relative;
	overflow: hidden;
	background: url('../images/extrabg.jpg') no-repeat center;
	background-size: cover;
}

.extracontent::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #0e135e;
	opacity: 0.78;
	z-index: 3;
}

.extracontent::before {
	position: absolute;
	bottom: -600px;
	left: -300px;
	width: 3500px;
	height: 3000px;
	border: solid 750px #dfdfdf;
	content: '';
	pointer-events: none;
	z-index: 2;
	transform: rotate(-35deg);
	opacity: 0.13;
	z-index: 4;
}

.extracontent div.blurbfeature, .extracontent div.reviewfeature {
	position: relative;
	z-index: 5;
	float: left;
	width: 50%;
	padding: 140px 120px;
}

.extracontent div p {
	color: #f9f9f9;
}

.blurbfeature p {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 200;
	line-height: 40px;
}

.reviewfeature p {
	font-size: 16px;
	text-align: right;
	clear: both;
}

.reviewfeature i {
	color: #f9f9f9;
	text-align: right;
	font-size: 25px;
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}

.btn {
	position: relative;
	clear: both;
	z-index: 5;
	display: block;
	width: 200px;
	text-align: center;
	color: #f9f9f9;
	font-size: 20px;
	font-weight: 300;
	border: solid 3px #f9f9f9;
	margin: 0 auto;
	top: -80px;
	background-color: rgba(56, 89, 112, 0.14);
}

.btn:hover {
	background-color: rgba(56, 89, 112, 0.64);
}

.btn a {
	display: block;
	padding: 20px;
}

iframe {
	height: 500px;
	width: 100%;
}

footer {
	background-color: #1b1b1b;
	min-height: 200px;
	padding: 20px 40px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

footer p, footer ul {
	color: #e6e6e6;
	font-size: 14px;
	margin: 0px;
}

footer ul {
	margin: 0px;
	padding: 0px;
}

footer ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

footer h4 {
	color: #c0c0c0;
	margin: 0px;
	padding-bottom: 25px;
}

footer div {
	float: left;
	margin-right: 100px;
}

footer p.conhighlight {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 15px;
	background-color: #1e3ac9;
}

footer p.conhighlight a {
}

footer div.flinks i {
	color: #a0a0a0;
	font-size: 22px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.upper {
	text-transform: uppercase;
}

.gallery {
	position: relative;
	overflow: hidden;
}

.galleryimg {
	width: 20%;
	float: left;
	padding: 10px;
}

.grid-item {
	float: left;
	width: 33.33333%;
}

blockquote {
	position: relative;
	overflow: hidden;
	background-color: #cbcbcb;
	padding: 15px 25px;
	display: block;
	margin: 10px;
}

.grid {
}

blockquote p {
	position: relative;
	z-index: 3;
	color: #262626;
	font-size: 14px;
}

blockquote p.author {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	background-color: #1d1d1d;
	position: relative;
	left: -25px;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 25px;
}

blockquote::before {
	position: absolute;
	bottom: -300px;
	left: -250px;
	width: 1500px;
	height: 1000px;
	border: solid 350px #202a31;
	content: '';
	z-index: 2;
	transform: rotate(-25deg);
	opacity: 0.1;
	-webkit-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

form {
	position: relative;
	overflow: hidden;
	font-size: 14px;
}

input, textarea {
	font-family: 'Source Sans Pro', sans-serif !important;
	background-color: #fff !important;
	border: solid 1px #1e3ac9 !important;
	border-radius: 0px !important;
	font-size: 14px !important;
	color: #545454 !important;
}

textarea {
	min-height: 150px;
}

form div.half {
	width: 50%;
	float: left;
}

form div.half:nth-child(odd) {
	width: calc(50% - 10px);
	margin-right: 10px;
}

input[type="submit"] {
	background-color: #1e3ac9 !important;
	padding: 15px 25px !important;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Archivo', sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-top: 10px;
}

input[type="submit"]:hover {
	background-color: #161616 !important;
}


/*Big Lappy*/
@media screen and (max-width: 1440px) {
	.whychoose {
		padding-right: 0px;
		background-image: none;
	}
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	aside, .main {
		float: none;
		width: 100%;
	}
	h2.homehighlight {
		position: relative;
		bottom: initial;
		margin: 0px;
	}
	.accreds {
		padding: 25px;
	}
	.accreds h3 {
		text-align: left;
	}
	.accreds span.accred {
		float: left;
	}
	footer div {
		width: calc(33.3333333% - 50px);
		margin-right: 50px;
	}
	footer div.flinks {
		margin-right: 0px;
	}
	.main {
		padding-bottom: 60px;
		padding-right: 0px;
	}
	.content {
		padding: 20px;
	}
	.galleryimg {
		width: 25%;
	}
	.full {
		padding: 0px;
	}
}
/*IPHONE X Landscape*/
@media screen and (max-width: 910px) {
	nav {
		position: absolute;
		z-index: 4;
		background-color: #f9f9f9;
		width: 100%;
		top: -100vh;
		-webkit-transition: top 0.5s ease-in;
		-o-transition: top 0.5s ease-in;
		transition: top 0.5s ease-in;
	}
	.title {
		overflow: initial;
	}
	nav ul li {
		float: none;
		text-align: center;
		display: block;
	}
	nav ul li ul {
		position: relative;
		width: 100%;
	}
	.navslide {
		top: 69px;
	}
	i.navicon {
		display: block;
	}
	.title {
		position: relative;
	}
	.logo {
		top: 0px;
	}
	.extracontent div.blurbfeature, .extracontent div.reviewfeature {
		float: none;
		width: 100%;
		padding: 50px 100px;
	}
	.btn {
		top: 0px;
	}
	.extracontent {
		padding-bottom: 50px;
	}
	header::after {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		content: '';
		background-color: rgba(46, 46, 46, 0.5);
		z-index: 2;
	}
	header {
		min-height: 700px !important;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 768px) {
	
	.logo {
		display: block;
	}
	header::before {
		opacity: 0.3;
	}
	.contact {
		padding-top: 150px;
	}
	.accreds {
		padding: 0px;
	}
	.galleryimg {
		width: 50%;
	}
	.grid-item {
		width: 50%;
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
	header .htxt {
		padding: 20px;
		width: 100%;
		padding-left: 20px;
		top: 300px;
	}
	.logo span {
		font-size: 30px;
	}
	.contact {
		padding-left: 0px;
	}
	.contact span.box {
	}
	.accreds span.accred {
		width: 50%;
	}
	footer div {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.twocols {
		-webkit-columns: 2;
		-moz-columns: 2;
		-o-columns: 2;
		columns: 2;
	}
	.left-arrow, .right-arrow {
		top: 25%;
	}
	header.smallheader, .vegas {
		height: 300px !important;
		min-height: 0px !important;
	}
	.galleryimg {
		width: 100%;
		float: none;
	}
	.grid-item {
		float: none;
		width: 100%;
	}
	form div.half, form div.half:nth-child(odd) {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}
/*Phone*/
@media screen and (max-width: 395px) { 
	.htxt p {
		font-size: 16px;
	}
	h2.homehighlight {
		padding-right: 25px;
		display: block;
		padding: 10px;
		text-align: center;
		font-size: 40px;
	}
	.contact span p {
		font-size: 18px;
	}
	.accreds span.accred {
		width: 100%;
	}
	.extracontent div.blurbfeature, .extracontent div.reviewfeature {
		padding: 40px;
	}
}