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

* {
	margin:0;padding:0;
} 

html, body {
	height: 100%;
}

html {
	overflow-y:scroll;
}

body {
	font-size:10px;
	font-family: 'Raleway', sans-serif;
}

#wrap {
	min-height: 100%;	
}

#main {
	overflow:auto;
	padding-bottom: 35px;
	min-height:100%;
} 

#footer {
	position: relative;
	margin-top: -35px;
	height: 35px;
	clear:both;
	font-size:1.1em;
}

#footer p {
	padding:10px 0;
	margin-bottom:0;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	background:none;
	display:block;
	padding-right:10px;
	float:left;
}

.header {
	background:#f5f5f5;
	padding:10px 0;
}

.header span.phone, .header span.email, .header span.hours {
	font-size:1.4em;
	color:#9b9b9b;
	background:url(../img/icons/phone.png) no-repeat;
	padding-left:25px;
	background-position:0 3px;
}

.header span.email {
	background:url(../img/icons/email.png) no-repeat;
	padding-left:25px;
	background-position:0 3px;
}

.header span.hours {
	background:url(../img/icons/hours.png) no-repeat;
	padding-left:25px;
	background-position:0 3px;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

/******** Font Formatting ********/

img.logo {
	padding:15px 0;
	max-height:70px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:100;
	color:#3c5a96;
	background:url(/theme/Live/img/heading-bg.png) center bottom no-repeat;
	text-align:center;
	padding-bottom:30px;
	margin-bottom:60px;
}

.node-body h1, .node-body h2, .node-body h3, .node-body h4, .node-body h5 {
	background:none;
	margin:0;
	padding:0;
	text-align:left;
	margin-bottom:30px;
	font-size:2.4em;
}

.node-body p, .node-body ul, .node-body ol, .node-excerpt {
	font-size:1.8em;
	font-weight:200;
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
}

.node-excerpt {
	margin-bottom:20px;
}

.node-body ul, .node-body ol {
	margin-left:25px;
}

.error-message {
	color:#F00;
	font-size:1.1em;
}

label {
	font-size:1.3em;
	font-weight:200;
}

a {
	color:#3c5a96;
}

a.selected, a:hover {
	text-decoration:underline;
}

.navbar-default {
	background:#fff;
}

.navbar-default .navbar-nav {
	margin-top:10px;
}

.navbar-default .navbar-nav > li > a {
	font-size:1.4em;
	color:#999;
}


.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3c5a96;
  background-color: transparent;
  text-decoration:none;
  background:url(../img/nav-bg.png) center bottom no-repeat;
}

.submit input {
	padding:5px 10px;
	font-size:1.2em;
}

.myIframe {
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch;
	border:0;
}

.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border:0;
	background:#fff;
}

.btn-site {
	transition:.4s;
	margin-bottom:30px;
	background:#666;
	color:#fff;
	border:1px solid #000;
}

.btn-site:hover {
	background:#fff;
	color:#000;
}

.carousel-caption {
	width:500px;
	left:15%;
	bottom:15%;
	background:rgba(0,0,0,.6);
	padding:0 0 0 0;
}

.carousel-caption h1 {
	font-weight:400;
	background:rgba(0,0,0,.3);
	text-transform:uppercase;
	font-size:2.4em;
	padding:20px;
	margin:0;
	text-align:left;
	color:#fff;
}

.carousel-caption p {
	font-size:1.8em;
	padding:20px;
	margin:0;
	text-align:left;
	font-weight:200;
}


.carousel-control.left, .carousel-control.right {
	background:none;
}

.carousel {
	margin-top:-20px;
	margin-bottom:48px;
	max-width:1800px;
	margin-left:auto;
	margin-right:auto;
}

.carousel .item {
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#icons {
	margin-bottom:60px;
}

#contactView span {
	font-size:1.8em;
	color:#3c5a96;
	padding-left:70px;
	height:60px;
	display:block;
}

#contactView span.phone {
	background:url(/theme/Live/img/icons/phone-icon.png) no-repeat;
}

#contactView span.address {
	background:url(/theme/Live/img/icons/map-icon.png) no-repeat;
	line-height:2.5em;
}

#contactView span.hours {
	background:url(/theme/Live/img/icons/hours-icon.png) no-repeat;
	line-height:2.5em;
}

.block-whyus h3 {
	text-align:left;
	background:none;
	border-bottom:1px solid #3c5a96;
	margin-bottom:20px;
}

.block-whyus ul {
	margin-left:0;
}

.block-whyus ul li {
	list-style:none;
	background:url(/theme/Live/img/tick.png) no-repeat;
	padding-left:25px;
	background-position:0;
	margin-bottom:10px;
}

h5.panel-title {
	background:none;
	padding:0;
	margin:0;
	text-align:left;
	font-size:1.4em;
	font-weight:800;
	color:#fff;
}

.panel .panel-heading {
	background:#3c5a96;
}

.panel-body {
	font-size:1.4em;
}

.block-faqs h3 {
	text-align:left;
	background:none;
	border-bottom:1px solid #3c5a96;
	margin-bottom:20px;
}

.block-testimonials {
	background:url(/theme/Live/img/testimonials.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:60px 0;
}

.block-testimonials .testimonial {
	background:rgba(255,255,255,0.6);
	padding:30px;
	text-align:justify;
	margin-bottom:30px;
}

.block-testimonials .testimonial span {
	font-size:1.4em;
	font-style:italic;
	font-weight:800;
}


.block-testimonials h3 {
	text-align:left;
	background:none;
	font-size:3.4em;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:30px;
}

.block-testimonials h3 span.small {
	font-style:italic;
	color:#fff;
}

ul.social {
	background:rgba(255,255,255,0.6);
	height:80px;
	padding:15px 0;
	margin:0 auto 30px auto;
}

ul.social li {
	list-style:none;
	display:block;
	float:left;
	width:16.66%;
	text-align:center;
}

ul.social li img {
	max-height:50px;
}

#certass img {
	max-height: 100px;
	margin: auto;
	margin-bottom: 30px;
}

.callout {
	position: absolute;
	display: block;
	max-width: 100px;
	z-index: 9999999;
	bottom: -40px;
	right: 40px;
}

.callout img {
	max-width: 100px;
	border: 2px solid #fff;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.navbar-default .navbar-nav > li.active > a,
		.navbar-default .navbar-nav > li.active > a:hover,
		.navbar-default .navbar-nav > li > a:hover,
		.navbar-default .navbar-nav > li > a:focus {
		  color: #3c5a96;
		  background-color: transparent;
		  text-decoration:none;
		  background:none;
		}
		
		ul.social {
			background:rgba(255,255,255,0.6);
			min-height:230px;
			padding:15px 0;
			margin:0 auto 30px auto;
		}
		
		ul.social li {
			width:50%;
			margin-bottom:30px;
		}
		
		ul.social li img {
			max-height:40px;
		}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

/******** Messages ********/

#authMessage .message, div .message {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    color: #b94a48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    background-color: #f2dede;
    border: 1px solid #fbeed5;
    border-color: #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#authMessage .error, div .error {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    color: #b94a48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    background-color: #f2dede;
    border: 1px solid #fbeed5;
    border-color: #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#authMessage .success, div .success {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    color: #468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    background-color: #dff0d8;
    border: 1px solid #fbeed5;
    border-color: #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}