﻿/*========================================================== 
	
	Color information
	
	- Blue: #0E3178 rgb(14,49,120)

		 
============================================================*/

/*====================================== 
		CSS reset/normalize 
========================================*/

/*===== Correct `block` display not defined in IE 8/9. =====*/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small {font-size: 80%;}
svg:not(:root) {overflow: hidden;}

/*====================================== 

			Base Styles

========================================*/
* {box-sizing: border-box;}

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
.clear {clear: both;}
img {border: 0;max-width:100%;} 

body {
    font-family: sans-serif;
	font-weight: 200;
    margin: 0;
	padding:0;
	background: url('../siteart/bg.png') repeat;
	color: #222;
}

.border-bottom {border-bottom: 1px solid rgba(255,255,255,0.7);}
.border-top {border-top: 1px solid rgba(255,255,255,0.7);}
.border-bottom-dk {border-bottom: 1px solid rgba(0,0,0,0.7);}
.border-top-dk {border-top: 1px solid rgba(0,0,0,0.7);}

.padding.top {padding-top: 20px;}
.padding.bottom {padding-bottom: 20px;}
.padding.left {padding-left: 3%;}
.padding.right {padding-right: 3%;}

.padding-small.top {padding-top: 8px;}
.padding-small.bottom {padding-bottom: 8px;}
.padding-small.left {padding-left: 8px;}
.padding-small.right {padding-right: 8px;}




	
/*====================================== 

			Typography

=======================================*/
@font-face {font-family: roboto; src: url(../webfonts/roboto/roboto-regular.woff);}
@font-face {font-family: roboto-bold; src: url(../webfonts/roboto/roboto-bold.woff);}
@font-face {font-family: roboto-bold-italic; src: url(../webfonts/roboto/roboto-bold-italic.woff);}
@font-face {font-family: roboto-italic; src: url(../webfonts/roboto/roboto-italic.woff);}
@font-face {font-family: roboto-light; src: url(../webfonts/roboto/roboto-light.woff);}
@font-face {font-family: roboto-light-italic; src: url(../webfonts/roboto/roboto-light-italic.woff);}

@font-face {font-family: oswald; src: url(../webfonts/oswald/oswald.woff);}
@font-face {font-family: oswald-semibold-italic; src: url(../webfonts/oswald/oswald-semibold-italic.woff);}
@font-face {font-family: oswald-italic; src: url(../webfonts/oswald/oswald-italic.woff);}
@font-face {font-family: oswald-light; src: url(../webfonts/oswald/oswald-light.woff);}
@font-face {font-family: oswald-semibold; src: url(../webfonts/oswald/oswald-semibold.woff);}
@font-face {font-family: oswald-stencil; src: url(../webfonts/oswald/oswald-stencil.woff);}

h1, h2, h3, h4, h5, h6 {
    font-family: oswald, sans-serif ;
	font-weight: 400;
	margin: 5px 0;
	color: #0e3178;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {font-family: oswald-light, sans-serif;}
h1.italic, h2.italic, h3.italic, h4.italic, h5.italic, h6.italic {font-family: oswald-italic, sans-serif;}
.white {color: #fff;}
.dark {color: #111;}
.grey {color: #777;}
.light-grey {color: #aaa;}
.blue {color: #0e3178;}

.inline {display: inline-block; vertical-align: middle;}
img.inline {display: inline-block !important; vertical-align: middle !important;}

h1.not-caps, h2.not-caps, h3.not-caps, h4.not-caps, h5.not-caps, h6.not-caps {
	text-transform: none;
}

h1.huge {font-size: 2.9rem;}
h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

p, li {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	font-family: roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 5px 2%;
}

p.light {font-family: roboto-light, sans-serif;}
p.small, span.small, a.small {font-size: 10px;}
p.medium, span.medium {font-size: 16px;}
p.large, span.large {font-size: 20px;}

p.nopadding {padding: 0;}
.nomargin {margin: 0;}

.bold, strong {font-family: roboto-bold, sans-serif;}
.text-center {text-align: center;}

.oswald {font-family: oswald, sans-serif;}
.oswald-light {font-family: oswald-light, sans-serif;}
.caps {text-transform: uppercase;}




/*====================================== 

			Link Styles

=======================================*/

a {
    text-decoration:none;
	color: #136cab;
}

a:hover  {
	color: red;
} 

a.white {color: #fff;}
a.dark {color: #333}
a.hov-under:hover {text-decoration: underline;}





/*======================================

		See menu.css for Nav Styles 

=======================================*/





/*======================================

			Content Styles

=======================================*/
#wrapper{
	width:100%;
	max-width: 1200px;	/*For sites that shouldn't be full-width */
	padding:0;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto; 
	transition: 0.5s;
}

.tile-bg {background: url(../siteart/subtle-patterns/tile-bg.png) repeat;} 
.lines-bg {background: url(../siteart/subtle-patterns/lines-bg.png) repeat;}
.blue-lines-bg {background: url(../siteart/subtle-patterns/blue-lines-bg.png) repeat;}
.dots-bg {background: url(../siteart/subtle-patterns/dots-bg.png) repeat;}
.triad-bg {background: url(../siteart/subtle-patterns/triad-bg.png) repeat;}
.dark-bg {background: url(../siteart/subtle-patterns/dark-bg.png) repeat;}
.white-bg {background-color: white;}
.blue-bg {background-color: #0E3178;}

img.full-width {width: 100%;}
img.pic-max-100, .pic-max-100 img {width: 100px;}
.row {margin-left: 0; margin-right: 0;}

.blue-border-bottom {border-bottom: 8px solid #0E3178; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}

button {cursor: pointer; font-family: oswald, sans-serif;}

.img-center {display: block; margin: 0 auto;}



/*======================================

			Hero Slider Styles

======================================*/

.hero {
	padding: 0;
}

.home--sliderdots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.home--sliderdot {
	display: inline-block;
	margin: 0 4px;
	border-radius: 100%;
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border: 2px solid #ffffff;
	cursor: pointer;
}

.home--sliderdot:first-of-type {
	background-color: #136cab;
}

.slider-img {
	position: relative;
	z-index: 4;
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.3);
	overflow: hidden;
	border-bottom: 3px solid #F7EFDF;
	padding: 0;
	margin: 0;
	margin-bottom: -10px;
}

.slider-img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 1;
	transition: 1s;
	opacity: 0;
}

.slider-img:first-of-type {opacity: 1;}

#background-img {position: relative; margin: 0; width: 100%;}

.hero-selectors {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 5;
}

.selector {display: block; margin: 10px 0; transition: 0.6s;}

.selector h3 {
	background-color: #0e3178;
	padding: 10px 10px 10px 40px;
	font-size: 16px;
	transition: 0.6s;
	cursor: pointer;
	display: inline-block;
}

.selector p {
	height: 0;
	padding: 3px;
	overflow: hidden;
	transition: 0.6s;
}

.selector:hover >h3 {background-color: #5278C4;}

.selector.selected > h3 {
	font-size: 30px;
	background-color: #0e3178;
	padding: 20px 10px 20px 40px;
	margin: 0;
}

.selector.selected > p {
	height: auto;
	margin: 0;
	background-color: #ddd;
	padding: 14px 20px;
}

.selector img {border: 1px solid #fff; border-radius: 100%;}

.contact-hero {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 2px 15px;
	background-color: #ddd;
	z-index: 5;
    width: 50%;
}






/*======================================

		Services Page Styles

======================================*/

.services > div {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	color: #777;
}

.services > div.service-selected {
	border-bottom: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 3px solid #0E3178;
	color: #0E3178;
}

.services-text > div {
	display: none;
}

.services-text > div.service-show {
	display: block;
}





/*======================================

		Contact Form Styles

======================================*/
form#contact-form {
	width: 100%;
	min-width: 200px;
	display: inline-block;
}

form#contact-form input, form#contact-form textarea {
	width: 100%;
	padding: 5px 10px;
	margin: 6px 0;
	border: 1px solid #ddd;
}

form#contact-form input:focus, form#contact-form textarea:focus {
	border: 1px solid #bbb;
}

form#contact-form button {margin: 0 auto; display: block;}

/* One line Captcha */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 50%;
	display: inline-block;
	float: left;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:11px;
	line-height:13px;
	width: 50%;
	display: inline-block;
	float: left;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
#CaptchaImage {margin-top: 10px !important;}
#CaptchaAnswer {width: 40% !important;}






/*======================================

			Footer Styles

======================================*/

#footer-ul {list-style-type: none; padding: 0;}

#footer-ul li {display: inline-block;}





/*======================================

		  RESPONSIVE STYLE

======================================*/

@media screen and (max-width: 1120px) {
	
}

/*===== Bootstrap col-lg breakpoint =====*/
@media screen and (max-width: 992px) {
	.hide-lg {display: none !important;}
}


/*===== Responsive navbar breakpoint =====*/
@media screen and (max-width: 1000px) {
	#wrapper {top: 80px;}
	.container-fluid {padding: 0;}
	
	.hero {display: none;}	
	
	.mobile-text-center {text-align: center !important;}
}

@media screen and (max-width: 800px) {
	.homelink-text h5 {display: none;}
}

/*===== Bootstrap col-md breakpoint =====*/
@media screen and (max-width: 768px) {
	.hide-md {display: none !important;}
}

@media screen and (max-width: 670px) {
	.learn-more .row .col-sm-4 h2 {height: 2.4em;}
}

/*===== Bootstrap col-sm breakpoint =====*/
@media screen and (max-width: 575px) {
	.hide-sm {display: none !important;}
}

@media only screen and (max-width: 480px) {
	
}

@media screen and (max-width: 447px){
	
}

@media screen and (max-width: 414px){
	
}
	
