html, body {
  overflow-x: hidden;
}

.menu {
	display: inline-block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -16px;
	margin-left: -16px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h4 {
	color: #ed1c24;
	font-weight: 700;
}

header {
	background-color: transparent;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	z-index: 400;
}

.header-scroll {
	background-color: #2a2a2a;
}

.site-header > .header-inner {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.header-inner > a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em 0 2em;
	position: relative;
	z-index: 2;
}

.header-inner > a:first-of-type > img {
	max-width: 5.7em;
}

.nav-wrap {
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 7.7em;
	height: 100%;
	z-index: 1;
}

.flag {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin-right: -1px;
	height: 100%;
}

.nav-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	overflow: visible;
}

.telephone-wrap {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 2em 0 0;
	z-index: 2;
}

.telephone-wrap a {
	display: inline-block;
	vertical-align: middle;
}

.navbar {
	margin-bottom: 0;
}

.icon-bar {
	background-color: white;
}

.site-header .navbar ul li a, .telephone-wrap a {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}


.banner-wrapper {
	height: 43em;
    background-color: gray;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
}

.banner-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.banner-container {
	height: 100%;
	height: 43em;
	background-size: cover;
	background-position: center;
}

.carousel {
	width: 100%;
}

.banner-inner {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
}

.banner-inner h1 a, .banner-inner h2 a {
	color: white;
}

.banner-inner h1 {
	font-weight: 700;
	font-size: 3em;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.banner-inner h2 {
	font-weight: 700;
	font-size: 2em;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.main-wrapper {
	min-height: 1000px;
}

.main-fluid {
	
}

.main-inner {
	padding: 4em 2em;
}

.centered-text {
	text-align: center;
}

footer {
	background-color: #2a2a2a;
	color: white;
}

.footer-contents {
	max-width: 600px;
	margin: 0 auto;
	text-align: right;
	padding: 2em 1em;
}

.footer-contents > .row > div:first-of-type {
	text-align: left;
}

.footer-contents .fa, .footer-contents span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .4em;
}

.footer-contents .address-wrap p {
	margin: 0;
}

.footer-contents a {
	color: white;
}

.second-menu > div {
	display: inline-block;
}

.second-menu .menu {
	margin: 0;
}

.second-menu ul li {
	display: inline-block;
	padding: 1.2em;
	font-size: 1.2em;
	font-weight: 700;
}

.second-menu ul li a {
	color: white;
}

.second-menu-wrapper {
	border-bottom: 2px rgba(255,255,255,.04) solid;
}

.second-menu {
	text-align: center;
}

.action-wrapper {
	background-color: #ed1c24;
	color: white;
}

.action-inner {
	text-align: center;
	padding: 1em;
}

.action-inner > div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em;
}

.action-inner > div p {
	margin: 0;
}

.action-inner img {
	max-width: 5.7em;
}

.texture-wrapper {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
	background-image: url('../img/light_grey.png');
}

.texture-inner {

}

.iframe-wrapper {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.row > div {
	padding: 1em;
}

.contact-form-inner span input, .contact-form-inner span textarea {
	width: 100%;
}

.key-point-wrapper img {
	max-height: 6.4em;
	width: auto;
}

.statement-wrapper > div {
	display: inline-block;
	vertical-align: middle;
}

.statement-wrapper .founder-image {
	width: 40%;
}

.statement-wrapper .founder-statement {
	width: 60%;
	padding: 0 0 0 2em;
}

.statement-wrapper .founder-statement p {
	font-size: 1.2em;
}

.statement-wrapper .founder-statement p span {
	color: #ed1c24;
	font-weight: 700;
}

.statement-wrapper .founder-statement h3, .statement-wrapper .founder-statement h5 {
	text-align: right;
	font-weight: 700;
	margin: 0;
}

.statement-wrapper .founder-statement h5 {
	font-size: 1.1em
}

.statement-wrapper .founder-image > img {
	width: 100%;
	height: auto;
}

.staff-image img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
	z-index: 2;
}

.row.staff-wrapper .staff-image {
	display: none;
}





















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

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

	.staff-wrapper h3 {
		margin-top: 0;
		font-size: 1.5em;
	}

	.staff-wrapper {
		text-align: center;
	}

	.staff-wrapper ul {
		list-style-type: none;
		padding: 0;
	}
}

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

	.nav-wrap {
		padding-left: 0;
	}

	.telephone-wrap {
		position: relative;
		top: 0;
		right: 0;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.second-menu ul li {
		display: block;
		padding: .4em;
	}

	.second-menu {
		padding: 1em 0;
	}

	.site-header {
		background-color: #2a2a2a;
	}

	.nav-inner .navbar-collapse {
		background-color: #2a2a2a;
		margin-top: 1.3em;
	}

	.action-inner > div {
		display: block;
		padding: .5em 1em;
	}

	.footer-contents, .footer-contents > .row > div:first-of-type {
		text-align: center;
	}

	.banner-inner img {
		max-width: 8em;
	}

	.banner-inner h1 {
		font-size: 2em;
	}

	.banner-inner h2 {
		font-size: 1.5em;
	}

	.banner-wrapper {
		height: 33em;
	}

	.banner-container {
		height: 26em;
	}

	.banner-inner {
		padding-top: 7em;
	}

	.banner-slideshow {
		padding-top: 7em;
	}

	.statement-wrapper > div, .statement-wrapper .founder-image, .statement-wrapper .founder-statement {
		display: block;
		width: 100%;
		text-align: center;
	}

	.statement-wrapper .founder-image img {
		max-width: 20em;
	}

	.statement-wrapper .founder-statement {
		padding: 2em 0 0 0;
	}

	.main-fluid {
		max-width: 500px;
	}
}

@media screen and (max-width: 500px) {
	.banner-inner h1 a {
		display: block;
		width: 12em;
		margin: 0 auto;
	}
}