@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#221f1f;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0px;
	position:relative;
    background:#221f1f;
    font-size:2.8em;
    font-family: "Times New Roman", "serif";
    font-weight:300;
    color:#fff;
    text-align: center;
    padding:0 0 30px 0;
}
h1 span {
    border-bottom:4px solid #fff;
    display:block;
	transform: skew(0deg, 2deg);
	padding:10px 0;
}
h1 span strong {
    display:block;
	transform: skew(0deg, -2deg);
    padding:0 0 10px 0;
}

h2 {
	font-size:2em;
	font-weight:600;
    font-family: "Times New Roman", "serif";
}
h3 {
	font-size: 1.5em;
	font-weight:600;
    font-family: "Times New Roman", "serif";
}
h4 {
	font-size: 1.2em;
	font-weight:500;
}


header {
	width:100%;
    height:340px;
	margin:0px auto;
    background:url("../images/headerbg.jpg") top no-repeat;
    background-size: 100% 101%;
    position: relative;
}

.header-logo {
	width:100%;
    padding:20px;
    text-align: center;
}
.header-logo img {
    width:90%;
    max-width:500px;
}
.header-login {
	position: absolute;
    width:200px;
    right:10px;
    bottom:10px;
    text-align: right;
    z-index: 99999999;
}
.header-login a {
    color:#0f9db2;
    font-size:1em;
    font-weight:500;
    border:4px solid #0f9db2;
    border-radius:40px;
    text-decoration: none;
    padding:5px 10px;
    display:inline-block;
}
.header-login a:hover {
    background:#0f9db2;
    color:#000;
}
nav {
	color:#fff;
	text-align: center;
    position: absolute;
    bottom: 0px;
    width:100%;
    margin:0px;
}

main {
	width:100%;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.homebanner {
    background:url("../images/banner.jpg") top no-repeat #221f1f;
    background-size: cover;
    width:100%;
    padding:80px 0;
}
.tagline {
    width:96%;
    max-width:1000px;
    float:right;
    background:rgba(34,31,31,.8);
    color:#fff;
    font-size:2.4em;
    font-weight:500;
    padding:50px 50px 50px 100px;
    margin-top:180px;
    border-radius:200px 0 0 200px;
}

.welcome {
    background:url("../images/welcomebg.jpg") top no-repeat;
    background-size: cover;
    width:100%;
}
.homelower {
    background:url("../images/insurgery.jpg") top no-repeat #003753;
    background-size: cover;
    width:100%;
    color:#fff;
}

.innerbanner {
    background:url("../images/innerbg.jpg") top no-repeat #221f1f;
    background-size: cover;
    width:100%;
    height:50px;
    padding: 0;
}
.callbanner {
    background:#0f9db2;
    width:100%;
    margin:0px;
    padding:30px;
    text-align: center;
    color:#fff;
}
.callbanner a {
    display:block;
    text-decoration: none;
    color:#fff;
    font-size:3em;
    font-weight:600;
}

a.quicklink {
    display:block;
	width:33%;
	float:left;
	margin:.15%;
	border:2px solid #1b1c1c;
	text-align: center;
	position: relative; 
	background:#fcfcfc;
	cursor: pointer;
    text-decoration: none;
}
a.quicklink:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.quicklinkcontent {
	position: absolute;
	width: 100%;
	height: 100%;
	padding:25% 0;
	font-size: 1.6em;
	font-weight: 100;
}
.quicklinkcontent p {
    text-transform: uppercase;
    padding:0px;
    margin:0px;
}
.quicklinkcontent strong {
	font-weight: 900;
	margin-left:3px;
	color:#343535;
}

.quicklinkcontent h3 {
    font-family: 'Poppins', sans-serif;
}
.quicklinkcontent img {
	height:75px;
	width:auto;
	opacity: .7;    
}
.quicklink, .quicklinkcontent img {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.quicklink:hover {
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	position: relative;
	z-index: 100;
	background:#fff;
}
.quicklinkcontent:hover img {
	-webkit-transform: scale(1.5);
    transform: scale(1.5);
	opacity: 1;
}

.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    background:#0f9db2;
    width:50%;
    max-width:300px;
    height: 12px;
	margin:10px 0 40px 0;
}
strong.emph {
    font-weight:900;
    text-decoration: underline;
}
.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#0f9db2;
	padding:25px 30px;
	border-radius:50px;
	color:#000;
	text-decoration: none;
	font-size:1.4em;
    margin:20px 0 10px 0;
}
.c2a:hover {
	color:#ffffff;
	background:#0f9db2;
}

address {
	font-size:1.6em;
	font-style:normal;
    font-weight:400;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}



.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.google-maps {
	position: relative;
	padding-bottom: 80%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


footer {
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 4%;
    background:#221f1f;
    color:#ccc;
}
footer a, footer a:visited, footer a:active {
    color:#ccc;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 960px) {
	.quicklinkcontent {
		position: absolute;
		width: 100%;
		height: 100%;
		padding:10% 0;
		font-size: 1.2em;
		font-weight: 400;
	}
	.quicklinkcontent strong {
		font-weight: 900;
		margin-left:3px;
        margin-top:-10px;
		color:#343535;
        display:block;
	}

}
@media (max-width: 719px) {
    header {
        width:100%;
        height:240px;
        margin:0px auto;
        background:url("../images/headerbg.jpg") top no-repeat;
        background-size: 150% 101%;
        position: relative;
    }
    nav {
        color:#fff;
        text-align: center;
        position: absolute;
        top: 210px;
        width:100%;
        margin:0px;
        z-index: 9999;
    }
    .header-login {
        position: absolute;
        width:200px;
        right:5px;
        bottom:10px;
        text-align: right;
        z-index: 99999999;
    }
    .header-login a {
        font-size:1em;
        padding:0px 8px;
        display:inline-block;
    }
    .homebanner {
        background-size: cover;
        width:100%;
        padding:30px 0;
    }
    .tagline {
        font-size:1.4em;
        padding:30px 20px 30px 40px;
        margin-top:10px;
    }
    h1 {
        font-size:2em;
    }
    h2 {
        font-size:1.6em;
        font-weight:bold;
    }
    h3 {
        font-size: 1.3em;
        font-weight:bold;
    }
    footer {
        text-align: center;
    }

	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
	.quicklink {
		width:49%;
		float:left;
		margin:.5%;
		border:2px solid #1b1c1c;
		text-align: center;
		position: relative; 
		background:#fcfcfc;
		cursor: pointer;
	}
	.quicklink:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.quicklinkcontent {
		position: absolute;
		width: 100%;
		height: 100%;
		padding:10% 0;
		font-size: 1.2em;
		font-weight: 400;
	}
	.quicklinkcontent strong {
		font-weight: 900;
		margin-left:3px;
        margin-top:-10px;
		color:#343535;
        display:block;
	}

	.quicklinkcontent img {
		height:55px;
		width:auto;
		opacity: .7;    
	}
}
