@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	background: #f4f4f4!important;
	line-height: 1.5;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="date"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.width {max-width: 1500px; margin: 0 auto; width: 90%;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1200px;}

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff!important;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #383838 /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #2F2F2F;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #ccc;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	border-bottom: 1px solid #ddd;*/
}

header .flex-wrapper {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

a#logo {
	position: relative;
	z-index: 999;
	margin: -3em 0;
}

a#logo img {
	width: 100%;
	display: block;
	max-width: 180px;
	height: auto;
}

header .contact {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	padding: 1em 7%;
	background: #233d7f;
}

header .contact a {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
	margin-left: 3%;
}

header .contact a span {margin-left: 5px;}
header .contact a i:hover {color: #ccc;}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-hero {
	width: 100%;
	display: inline-flex;
	margin: 0 auto;
	background: url('/siteart/main-hero.jpg') no-repeat center;
	background-size: cover;
	padding: 15em 0;
	position: relative;
}

.homepage-hero .cta-btns {
	width: 100%;
	max-width: 350px;
	font-weight: 700;
	position: absolute;
	left: 10%;
	bottom: 20%;
}

.homepage-hero .cta-btns a, .banner-wrapper a {
	color: #233d7f;
	background: #ccc;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin: 1%;
	border: 1px solid #233d7f;
	font-weight: 700;
}

.homepage-hero .cta-btns a#blue {
	color: #fff;
	background: #233d7f;
}

.homepage-hero .cta-btns a:hover, .homepage-hero .cta-btns a#blue:hover, .banner-wrapper a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}

/* banner section */
.banner-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url('/siteart/banner-hero.png') no-repeat center;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
}

.banner-wrapper h2 {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
	padding: 10px;
	/*text-shadow: 5px 5px 15px #222222;*/
}

.banner-wrapper h2 span {
	font-weight: 700;
	color: #ddd;
	display: block;
}

.banner-wrapper a {
	max-width: 350px;
	margin-top: 2%;
}

/* welcome section */
.welcome-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	background: #fff;
	line-height: 1.6;
}

.welcome-wrapper .left {
	float: left;
	width: 55%;
	padding: 80px 30px 80px 0;
}

.welcome-wrapper h1 {
	text-transform: uppercase;
	color: #233d7f;
	font-size: 36px;
	display: block;
	margin-bottom: 25px;
	line-height: 1.3;
}

.welcome-wrapper h1 span {
	color: #000;
	font-size: 20px;
}



/*********************  SERVICES STYLES **************************************/
.services-wrapper {
	width: 100%;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(255,255,255,.85);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1)!important;
	padding: 2em 1em;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-top: 1%;
	text-transform: uppercase;
}



/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #f4f4f4;
}

.page-wrapper .title {
	width: 100%;
    padding: 5em 7%;
    text-align: center;
    background: url("/siteart/banner-hero.png") no-repeat center;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #e6e6e6;
	letter-spacing: 1px;
	display: block;
	font-size: 40px;
}

.page-wrapper h2 {
	padding: 10px;
}

.page-wrapper h2 .fas {
	padding: 5px;
	font-size: 25px;
}

.page-wrapper p {
	padding: 1.5em;
}

.page-wrapper .cta-btns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 1em auto;
}

.page-wrapper .cta-btns a {
	color: #fff;
	background: #233d7f;
	border: 1px solid #233d7f;
	padding: 1em;
	width: calc(50% - 1em);
	margin: .5em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}
.page-wrapper .cta-btns a:hover {
	background: #000;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info .left {
	float: left;
	width: 48.5%;
	text-align: center;
	border: 1px solid #ddd;
	margin: .5%;
	background: #fff;
}

.contact-info .left p {
	font-size: 16px;
	padding: 2em 1em;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.contact-info .left a {
	color: #233d7f;
	text-decoration: underline;
}

.contact-info .left p a:hover {
	color: #2a2a2a;
	text-decoration: none;
}

.contact-info .left h2 {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .75px;
	border-bottom: 5px solid #233d7f;
	text-transform: uppercase;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #233d7f;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
/* scrolling wrap */
.ftr-inv {
	width: 100%;
	position: relative;
	display: inline-block;
}

.ftr-inv .overlay {
  width: 100%;
  max-width: 225px;
  height: auto;
  padding: 1.2em 2.8em;
  position: absolute;
  left: 0;
  top: 0;
  background: #233d7f;
}

.ftr-inv .overlay:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #233d7f;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.ftr-inv .overlay h2 {
	text-transform: uppercase;
	color: #ddd;
	font-size: 14px;
	letter-spacing: 2px;
}

.ftr-inv .overlay h2 span {
	color: #fff;
	font-size: 22px;
}

.scrolling-wrap {
    width: 100%;
    height: 92px;
    overflow: hidden;
	border-top: 5px solid #233d7f;
	border-bottom: 5px solid #233d7f;
}
 
.scrolling {
    width: 100%;
    height: 92px;
}

.scrolling-wrap .overlay {
	width: 100%;
	max-width: 300px;
	left: 0;
	padding: 1em;
	background: #282871;
	z-index: 2;
}

footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
}

footer .wrapper-width {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2em 0;
}

footer .col a:hover {
	color: #2a2a2a;
	font-weight: bolder;
}

footer .col a {
	color: #000;
}

footer .col {
	width: calc(33.33% - 1em);
	margin: .5em;
	padding: 25px 0;
	display: inline-block;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #233d7f;
	padding: 20px 0;
}

.site-host p {
	font-weight: 600;
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: .75px;
	font-size: 9px; 
	padding: 0 7%;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1150px) {
	a#logo img {max-width: 160px;}
	
	.homepage-hero {padding: 12em 0;}
	.banner-wrapper h2 {font-size: 28px;}
	.ftr-inv .overlay h2 span {font-size: 18px;}
	.ftr-inv .overlay {max-width: 175px; padding: 1.3em 1.3em 1.3em 1.8em;}
	
	footer .col {width: 46%;}
	footer .col.mobile {width: 100%; float: none; margin: 0 auto;}
	footer iframe {width: 100%;}
}

@media screen and (max-width: 800px) {	
	header .contact a span {margin-left: 0; display: none;}
	header .contact a i {font-size: 24px;}
	.homepage-hero {padding: 11em 0;}
	.homepage-hero .cta-btns {bottom: 12%;}
	.welcome-wrapper .left {float: none; width: 100%; margin: 0 auto; padding: 30px}
	.homepage-hero .cta-btns, .banner-wrapper a {max-width: 275px;}
	.banner-wrapper h2 {font-size: 24px;}
	.homepage-hero .cta-btns {width: 80%; max-width: none; margin: 0 auto; left: 0; right: 0;}
	.homepage-hero .cta-btns a, .banner-wrapper a {margin: 5px auto;}
	
	.welcome-wrapper h1 {font-size: 34px;}

	.page-wrapper .cta-btns a {width: 100%; margin: 5px auto;}
	.page-wrapper .title {padding: 4em 7%;}
	.page-wrapper .title h1 {font-size: 34px;}
}

@media screen and (max-width: 500px) {
	.welcome-wrapper h1 span {font-size: 18px;}
	.welcome-wrapper h1 {font-size: 32px;}
	.ftr-inv .overlay {display: none;}
	.homepage-hero {padding: 10em 0;}
	.banner-wrapper {padding: 75px 0;}
	
}