body {
    margin:0;
    padding:0;
    font: 14px/1.4em 'Open Sans', sans-serif;
    color: #414141
}
h1, .title {
    color: #3a71a5;
    font: 300 30px/1.2em 'Lato', sans-serif;
    margin: 0 0 0.5em;
    text-transform: uppercase
}

.title a{
    color: #3a71a5;
    font: 300 30px/1.2em 'Lato', sans-serif;
    margin: 0 0 0.5em;
    text-transform: uppercase;
	text-decoration:none;
}
h2 {
    font: 400 22px/1.2em 'Lato', sans-serif;
    color: #3a71a5;
}
h3 {
    font-size:16px;
    font-weight:700
}
h4 {
}

a {
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
    
    color: #3a71a5;
}
img.fl-left {margin:0 2em 1em 0}
img.fl-right {margin:0 0 1em 2em}

/* IDs */
#header {
    border-top:7px solid #505050;
    padding:27px 0 0;
}
#header .wrapper {
    background:url(../images/header-btm-right.png) no-repeat 100% 100%;
    padding-bottom:27px;
}
#banner {
	position:relative;
    background:url(../images/banner-bg.jpg) repeat-x 0 0;
}
#banner .wrapper{
	position:relative;
    background:url(../images/banner-shadow.png) no-repeat 0 bottom;
    padding-bottom:60px;
}
#banner .cycle-slideshow {
    height:330px;
}
#per-slide-template {
    position:absolute;
    top:-42px;
    right:0;
    z-index:150;
    height:372px;
    width:342px;
    text-align:right;
    padding-right:25px;
    
    background:url(../images/banner-pager-bg.png) no-repeat 0 bottom;
}
#per-slide-template a {
    display:block;
    font:17px/3em 'Lato', sans-serif;
    color:#fff;
    position:relative
}
#per-slide-template a.cycle-pager-active:before {
    content:"\f111";
    font-family:FontAwesome;
    font-size: 11px;
    line-height:1em;
    position:absolute;
    margin-left:-20px;
    top:1.5em;
}


#webmain {
}
#webcontent {
    overflow:hidden;
    margin:10px 0 35px
}

#footer {
    background-color: #3a71a5;
    font-family: 'Lato', sans-serif;
    color: #fff;
}
#footer a {
    color: inherit;
}
#footer a:hover, #btmnav a.active{
	color:#aacff2;
}
#colophon {
    font-size: 12px;
    line-height: 2.8em;
    background-color: #505050;
    color: #a9a9a9
}
#register a {
	color:inherit;
	text-decoration:none
}
#register a:hover {
    color: #fff;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

/* #topnav
   ========================================================================== */
.topnav {
    background:url(../images/topnav.jpg) repeat-x 0 0;
    height:43px;
}

.topnav ul {
	display: table;
	margin:0;
	padding:0;
    width:70%;
    padding-right:30%;
    height:43px;
    background:url(../images/topnav-right.jpg) no-repeat 100% 0;
}
.topnav li {
	list-style:none;
	display: table-cell;
}
.topnav li a {
	color:#fff;
	display:block;
	font:16px/1em 'Lato', sans-serif;
	padding:13px 10px 14px;
	outline:none;
	text-decoration:none;
}
.topnav li a i {
    margin-left:5px;
    font-size:15px;
}
.topnav li a:hover, .topnav li a:focus, .topnav li.sfHover > a {
	color:#cae7fc;
} 

.topnav li a.active {
	color:#a7d8fd;
	cursor:default
}

/* #btmnav
   ========================================================================== */
#btmnav  {}
#btmnav ul {
	list-style:none;	
	margin:0 60px 2em 0;
	padding:0
}
#btmnav li {
	padding:0 3px;
	color:inherit;
    font-size: 13px;
    line-height: 2em
}
#btmnav a {
	color:inherit;
	text-decoration:none;
}
/**************** CLASSES *************************/
.wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
}
.fl-left {float:left}
.fl-right {float:right}

/* ==========================================================================
   Gallery
   ========================================================================== */
ul.gallery {margin:0;padding:0}
ul.gallery li {
	list-style:none;
	display:inline;
}
ul.gallery a {
	padding: 2px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
	margin:5px; 
	overflow:hidden;
	width:205px;
	height:205px;
	position:relative
}
ul.gallery a:hover {
	border: 4px solid #7eb8f8;
	margin:3px;
}
ul.gallery img {
	height:205px;
	position: absolute;
	clip:rect(0,205px,205px,0);
}

/* ==========================================================================
   Columns
   ========================================================================== */
.col {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;width:100%;padding:0 5px}
.one-quarter {width:25%;}
.three-quarter {width:75%;}
.half {width:35%}
.one-third {width:33%}
.two-third {width:66%}
.one-fifth {width:20%;}
.two-fifth {width:40%;}
.three-fifth {width:60%;}
.four-fifth {width:80%;}

/* ==========================================================================
   Thank You Overlay
   ========================================================================== */
#thankyoumessage { margin: 0 auto; margin-top: 300px; width: 600px;  background: #0F131F; border-radius: 8px; border: solid 5px #fff;  z-index: 999; text-align: center; box-shadow: 0px 0px 5px #000; behavior:url(PIE.php);}
#thankyoumessage h2 { font: 30px 'Oswald', arial; color: #fff; margin-bottom: 0px; text-transform: uppercase;}
#thankyoumessage a { font: 11px tahoma, arial; color: #ccc; cursor: pointer; }
#overlay { background: rgba(0,0,0,0.7); position: fixed; top:0px; left: 0px; width: 100%; height: 100%; z-index: 999; -pie-background: rgba(0,0,0,0.7); behavior:url(PIE.php);}

/* ==========================================================================
   Scroll Up Styles
   ========================================================================== */
#scrollUp {
	bottom: 0px;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
	margin-bottom: 0px;
}

/* ==========================================================================
   Quick Contact
   ========================================================================== */
.qc {
	padding:20px 30px;
}
.qc h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	line-height:1.3em;
	margin:0 0 0.5em
}
.qc p {
	font-size:12px;
	line-height:1.3em;
	color:#d8d8d8;
}
.qc form {
	margin-bottom:0
}
.qc input, .qc textarea {
	width: 226px;
	margin-bottom: 5px !important;
	border-radius:0 !important;
}
.qc button, button.submit {
	color: #10579a;
	border: 0;
	padding: 5px;
	text-transform: uppercase;
	font-weight:700;
	font-size:16px;
	cursor:pointer;
}
.qc button:hover, button.submit:hover {
	background-color:#fbf5d5
}

.heading {
    font-size:22px;
    line-height: 3em;
}

.contact {
    text-align: right;
    font-size: 15px;
    line-height: 2em;
}
.contact span {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    margin-top:1em
}

#cta {
    font-size: 18px;
    background: url(../images/info-bar.png) no-repeat 0 bottom;
    padding-bottom: 25px;
    margin: 1.5em 0
}
#cta i, .testimonials i {
    color:#545a5e
}

.team .title {
    position: absolute;
    z-index: 200;
}
.team-name {
    padding-top:50px;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 0;
}
.team-info {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 5px;
}
.cycle-slideshow {   
    height: 160px;
}
.cycle-overlay {
    position:absolute;
    top:15px;
    left:400px;
    z-index:175;
    width:270px;
    height:225px;
    color:#fff;
    font-size:14px;
    line-height:2em;
}
.cycle-overlay .slide-title {
    font:25px/1em 'Lato', sans-serif;
    margin:25px 0;
}
.cycle-overlay .slide-title:before {
    content:"\f111";
    font-family:FontAwesome;
    font-size: 22px;
    line-height:1em;
    position:absolute;
    margin-left:-35px;
    top:1.25em;
    z-index:175
}
.cycle-overlay a {
    float:right;
    background-color: #fff;
    border-radius:15px;
    color:#505050;
    font-weight:600;
    font-size:16px;
    line-height:1.4em;
    display:inline-block;
    margin-top:10px;
    padding:2px 15px;
}
.cycle-overlay a:hover {
    color:#000
}

.contactinfo {
    font:25px/1.3em 'Lato', sans-serif;
    color:#505050;
    text-align:right;
    padding-top:15px
}
.contactinfo i {
    margin-right:5px
}
.contactinfo span {
    display:block;
    color:#2d5386;
    font-size:22px;
    line-height:1.3em;
}

.testimonials {
    margin-left:2em
}
.testimonials p {
    font-style: italic;
    margin-bottom:0;
}
.testimonials p.cite {
    margin-top:0;
    font-style:normal;
    font-size:16px;
    line-height:1.4em;
    font-weight:600
}

.t-bg {
    width:245px;
    height:176px;
    padding: 15px 15px 15px 135px;
    color:#fff;
    
    background:url(../images/testimonials-bg.png) no-repeat 0 0;
}

.profile-img {
    margin-right:2em;
    margin-top:1.4em
}
