@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:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	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 {
	font-size:1.8em;
	font-weight:normal;
    background:#732626;
    color:#fff;
    text-align: center;
    padding:10px 0;
    margin:0 0 50px 0;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
    background:#4971b2;
    color:#fff;
    text-align: center;
    padding:10px 0;
    margin:0 0 10px 0;
}
h3 {
	font-size: 1.8em;
	font-weight:normal;
    color:#732626;
    text-align: center;
}
h4 {
    font-size:1.4em;
    font-weight: bold;
    border-bottom:1px solid #cdcfd2;
}


header {
	width:100%;
	margin:0px auto;
    background:url("../images/headerBG.jpg") top no-repeat #1855a6;
    background-size:cover;
    height:200px;
    position: relative;
}
.topbar {
    background:#c8cdd0;
    padding:6px 0;
    text-align: center;
    color:#1855a6;
    position: relative;
    font-size:1.1em;
    font-weight:bold;
}
.socials {
    position:absolute;
    top:6px;
    right:20px;
    text-align: right;
    width:auto;
}
.socials img {
    height:24px;
    width:auto;
    margin:0 5px;
}
.logo {
    width:35%;
    float:left;
    padding:30px 0 0 30px;
}
.logo img {
    max-height:120px;
}
nav {
	color:#fff;
	text-align: right;
    width:65%;
    float:left;
    padding-top:5%;
    position:relative;
}
.banner {
    width:100%;
}
.banner img {
    display:block;
    width:100%;
    height:auto;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

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

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}
.pad-all {
	padding: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}
.mar-all {
	margin:2%;
}

.quicklinks {
    width:100%;
    max-width:1200px;
    margin:100px auto;
    position: relative;
}
.quickblock {
    width:33.33%;
    margin:0;
    padding:20px;
    background:#d6dbe1;
    float:left;
}
.quickblock img {
    display:block;
}
.middleQB {
    background:#babdc2;
    padding:60px 20px;
    margin-top:-40px;
    box-shadow: 0px 0px 5px #aaa;
    position: relative;
    z-index: 10;
}

.graybox {
    width:100%;
    margin:0 0 60px 0;
    padding:10px 4%;
    background:#eee;
    border-radius:5px;
}

.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
    background-size: 24px 14px;
	padding:1px 0px 5px 33px;
	margin: 8px 0 8px 0;
}	
hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	background:#732626;
    display:inline-block;
	padding:3% 5%;
	border-radius:5px;
	color:#fff;
	text-decoration: none;
	font-size:1.2em;
    margin:40px auto;
}
.c2a:hover {
	color:#fff;
	background:#1856a7;
}

address {
	font-size:1.2em;
	font-style:normal;
	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:0 0 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;
}

.application fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#f2f2f2;
}
.application legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
.application div {
	margin:10px;
	text-align:left;
}
.application label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.application #submit {
	text-align:center;
}
.application input {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:73%;
}
.application textarea {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:73%;
	height:120px;
}
.application select {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:auto;
	cursor:pointer;
}
.application input[type=radio], .application input[type=checkbox]{
	width:auto;
}

.button, .application .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;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	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:100px auto 0 auto;
	padding:1%;
    background:#2f4c7b;
    color:#cdcfd2;
    letter-spacing: .1em;
}
footer a, footer a:visited, footer a:active {
    color:#cdcfd2;
}
footer a:hover {
    color:#fff;
}
#credit {
    margin-top:50px;
	width:100%;
	text-align:center;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


@media (max-width: 940px) {
    .contain {
        padding:0px 5%;
    }
    .topbar {
        text-align: left;
        padding-left:5%;
    }
    .logo {
        width:60%;
    }
    nav {
        width:40%;
    }

}
@media (max-width: 719px) {
    header {
        height:auto;
        position: relative;
        padding-bottom:10px;
    }
    .topbar {
        background:#c8cdd0;
        padding:6px 0;
        text-align: center;
        color:#1855a6;
        position: relative;
        font-size:1.1em;
        font-weight:bold;
    }
    .topbar span {
        display:block;
        margin-bottom:5px;
    }
    .topbar i {
        display:none;
    }
    .socials {
        position:relative;
        top:auto;
        right:auto;
        text-align: center;
    }
    .logo {
        width:80%;
        float:none;
        padding:0px;
        margin:10px auto;
    }
    nav {
        text-align: center;
        width:100%;
        float:none;
        padding-top:0;
        position:relative;
    }
    h1 {
        font-size:1.4em;
    }
    h2 {
        font-size:1.3em;
    }
    h3 {
        font-size:1.2em;
    }
	.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%;
	}
    .quicklinks {
        width:100%;
        max-width:1200px;
        margin:100px auto;
        position: relative;
    }
    .quickblock {
        width:95%;
        margin:0 auto;
        padding:20px;
        background:#d6dbe1;
        float:none;
    }

    .middleQB {
        background:#babdc2;
        padding:60px 20px;
        margin-top:-40px;
        box-shadow: 0px 0px 5px #aaa;
        position: relative;
        z-index: 10;
    }

}
