@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-optical-sizing: auto;
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #18354f;
}

.clientlogos {
	margin: 60px 0 20px 0;
}
.clientlogo {
	padding: 20px;
	width: 220px;
	height: 220px;
	margin: 0 20px;
	display: inline-block;
	float: left;
}
.clientlogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Header */
.header {
	background-color: #f8c416;
	width: 100%;
	padding: 30px 0 10px 0;
}
.logo {
	width: 280px;
	margin: 0 auto;
}
.tel {
	text-align: center;
	font-size: 1.25em;
	font-weight: 800;
}
@media (min-width: 768px) {
.tel {
	text-align: right;
	font-size: 1.5em;
}
}
@media (min-width: 992px) {
.header {
	padding: 30px 4% 10px 4%;
}
.logo {
	width: 350px;
	margin: 0 auto;
}
.tel {
	font-size: 2em;
	margin: 0;
}
}
@media (min-width: 1200px) {
.header {
	padding: 30px 4% 10px 4%;
}
}
@media (min-width: 1600px) {
.header {
	padding: 30px 10% 10px 10%;
}
.tel {
	font-size: 2.5em;
	margin-top: 0;
}
.logo {
	width: 400px;
	margin: 0 auto;
}
}

/* Content */
.content {
}

/* Hero */
.hero {
	background-color: #f8c416;
	width: 100%;
	padding: 30px 2% 50px 2%;
	border-top: 1px solid #0e3852;
}
.hero-text {
	width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
.hero {
	background-color: #f8c416;
	width: 100%;
	padding: 50px 2% 50px 2%;
	background-image: url("/images/heropics01.jpg");
	background-position: left -50px center;
	background-repeat: no-repeat;
	background-size: 120%;
}
.hero-text {
	width: 380px;
	text-align: left;
}
}
@media (min-width: 992px) {
.hero {
	background-color: #f8c416;
	width: 100%;
	padding: 80px 4% 80px 4%;
	background-image: url("/images/heropics01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110%;
}
.hero-text {
	width: 420px;
}
}
@media (min-width: 1200px) {
.hero {
	padding: 80px 6% 80px 6%;
	background-position: left -50px center;
	background-size: 100%;
}
}
@media (min-width: 1400px) {
.hero {
	padding: 100px 6% 150px 6%;
	background-position: left -50px center;
	background-size: 100%;
}
.hero-text {
	width: 550px;
}
}
@media (min-width: 1600px) {
.hero {
	padding: 100px 12% 150px 12%;
	background-position: center;
	background-size: 90%;
	}
.hero .preheader {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
	line-height: 1.5em;
	color: #fff;
}
.hero-text {
	width: 630px;
}
}

/* Service Teasers */
.services {
	width: 100%;
	background: #0e3852;
	text-align: center;
	padding: 50px 5% 80px 5%;
	color: #fff;
}
.service-teaser {
	text-align: center;
	padding: 20px 2%;
}
.service-teaser-icon {
	width: 80px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.service-teaser-icon img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.services-pic {
	width: 100%;
	height: auto;
}
.services-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 992px) {
.services {
	width: 100%;
	background: #0e3852;
	text-align: center;
	padding: 100px 6% 80px 6%;
	color: #fff;
}
.service-teaser {
	text-align: center;
	padding: 50px 10%;
}
.service-teaser-icon {
	width: 100px;
	margin: 0 auto 20px auto;
}
.service-teaser-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}


/* Pic Section */
.picsec {
	padding: 100px 0 220px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.picsec-intro {
	background-image: url("/images/intropic.jpg");
}
@media (min-width: 576px) {
.picsec {
	padding: 100px 8% 250px 8%;	
}
}
@media (min-width: 992px) {
.picsec {
	padding: 100px 12% 350px 12%;
}
}
@media (min-width: 1400px) {
.picsec {
	padding: 120px 18% 600px 18%;
}
}

/* Case Studies */
.casestudies {
	width: 100%;
	padding: 50px 0 50px 0;
}
.casestudy {
	border-bottom: 0.5px dotted #fff;
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
	text-align: center;
}
.casestudy-lg {
	border: 1px dotted #0e3852;
	padding: 0 20px 20px 20px;
	margin: 20px 0;
	text-align: center;
	position: relative;
}
.casestudy-title {
	position: relative;
	top: -22px;
	margin: 0 auto 0 auto;
	background: #0e3852;
	padding: 5px 20px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-family: bebas-neue, sans-serif;
	font-size: 1.5em;
}
.casestudy-lg-pics {
	width: 100%;
	margin: 20px 0;
}
.casestudy-lg-pic {
	margin: 10px;
	width: 50%;
	max-height: 300px;
	background: #eaeaea;
}
.casestudy-lg-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.casestudy-head {
	width: 100%;
	background: #f8c416;
	color: #fff;
	padding: 10px 0 5px 0;
	margin: 0 0 25px 0;
}
@media (min-width: 420px) {
.casestudies {
	padding: 50px 5% 50px 5%;
}
}
@media (min-width: 576px) {
.casestudies {
	padding: 50px 8% 50px 8%;
}
}
@media (min-width: 768px) {
.casestudies {
	padding: 75px 2% 75px 2%;
}
.casestudy {
	border-bottom: 0.5px dotted #fff;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.casestudy-lg-pic {
	margin: 10px;
	width: 30%;
	max-height: 300px;
	background: #eaeaea;
}
}
@media (min-width: 1200px) {
.casestudies {
	padding: 75px 8% 75px 8%;
}
.casestudy {
	border-bottom: 0.5px dotted #fff;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: left;
}
}
@media (min-width: 1400px) {
.casestudies {
	padding: 120px 12% 100px 12%;
}
}

/* Text Section */
.textsec {
	padding: 100px 0 100px 0;
}
@media (min-width: 576px) {
.textsec {
	padding: 100px 8% 100px 8%;
}
}
@media (min-width: 992px) {
.textsec {
	padding: 100px 12% 100px 12%;
}
}
@media (min-width: 1400px) {
.textsec {
	padding: 120px 22% 150px 22%;
}
}

/* Team */
.team-member {
	border-bottom: 1px dotted #0e3852;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.team-member-pic {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background: #f8c416;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
.team-member-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
.team-member-pic {
	margin: 0 0 20px 0;
}
}
@media (min-width: 992px) {
.team-member-pic {
	width: 150px;
	height: 150px;
}
}

/* Lists */
.contact-list {
	text-align: center;
}
.contact-list ul {
	list-style: none;
}
.contact-form {
	text-align: center;
	padding-left: 20px;
}
@media (min-width: 768px) {
.contact-list {
	text-align: right;
}
.contact-form {
	text-align: left;
	border-left: 1px dotted #333;
	padding-left: 20px;
}
}

/* Footer */
.footer {
	border-top: 1px solid #0e3852;
	padding: 50px 0;
	margin: 100px 0 0 0;
	position: relative;
	text-align: center;
}
.footer-logo {
	width: 250px;
	height: auto;
	position: relative;
	top: -80px;
	margin: 0 auto -50px auto;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.para-rtoc {
	text-align: center;
}
.para-ltoc {
	text-align: center;
}
@media (min-width: 768px) {
.para-ltoc {
	text-align: left;
}
.para-rtoc {
	text-align: right;
}
}

/* Text */
hgroup {
	text-align: center;
	margin: 0 0 30px 0
}
.hero .preheader {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
	line-height: 1.5em;
	color: #fff;
}
.preheader {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 1em;
}
.hero-text h1 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5em;
	letter-spacing: -1px;
	line-height: .8em;
	margin: 0 0 20px 0;
}
h1 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5em;
	letter-spacing: -1px;
	line-height: .8em;
	margin: 10px 0 20px 0;
}
h2 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 2.5em;
	line-height: 1em;
}
h3 {
	font-weight: 600;
	font-style: normal;	
	font-size: 1.75em
}
p {
	letter-spacing: 0.5px;
	line-height: 1.6em;
	font-size: .9em;
	margin: 0 0 10px 0;
}
.hero-text p {
	font-weight: 400;
	font-size: 1.25em;
	letter-spacing: 0;
	line-height: 1.4em;
}
strong {
	font-weight: 900;
}
@media (min-width: 768px) {
.hero-text h1 {
	font-size: 4.5em;
}
}
@media (min-width: 992px) {
hgroup {
	margin: 0 0 50px 0
}
.hero-text h1 {
	font-size: 5em;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3.25em
}
h3 {
	font-size: 2.25em
}
}
@media (min-width: 1200px) {
p {
	font-size: 1em;
}
}
@media (min-width: 1400px) {
.hero-text h1 {
	font-size: 5.5em;
}
.hero-text p {
	font-size: 1.5em;
}
}
@media (min-width: 1600px) {
.hero-text h1 {
	font-size: 7.5em;
}
h1 {
	font-size: 4.5em;
}
h2 {
	font-size: 3.25em
}
h3 {
	font-size: 1.75em
}
.hero-text p {
	font-size: 1.75em;
}
}

/* Colors */
.whttxt {
	color: #fff;
}
.yelltxt {
	color: #f8c416;
}
.blueback {
	background: #0e3852;
	color: #fff
}
.yellowback {
	background: #f8c416;
	color: #0e3852;
}

.align-center {
	text-align: center;
}


/* Rules */
hr.blu {
	border-top: 1px solid #0e3852;
	width: 40%;
	margin: 20px auto;
}
hr.cs {
	border-top: 1px dotted #0e3852;
	width: 40%;
	margin: 10px auto;
}
hr.wht {
	border-top: 1px solid #fff;
	width: 40%;
	margin: 20px auto;
}

/** Links **/
a {
	color: #f8c416;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 900;
}
a:hover {
	color: #f8c416;
	text-decoration: none;
}
