@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon/socicon-webfont.eot');
    src: url('../fonts/socicon/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon/socicon-webfont.woff2') format('woff2'),
         url('../fonts/socicon/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


body{
	background-color: #003a7d;
	color: #FFFFFF;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
header {
    
    background: #003a7d;
    padding-bottom: 10px;
    height: 180px;
}
header #site-name{
	margin: 5px 0 0;
	font-size: 0;
}
header #site-name a{
	display: block;
}
header #site-name .fa{
	font-size: 24px;
	color: #337ab7;;
	padding-left: 15px;
	line-height: 1.4em;
	vertical-align: middle;
	text-decoration: none;
}
header #site-title{
	text-indent: -1000px;
	font-size: 0;
}
header .socicon{
	font-size: 18px;
	line-height: 16px;
}
header #social-icons ul{
	margin: 5px 0 0;
}
header #social-icons a,
header .phone-number a{
	color: #ffffff;
}
header #social-icons a:hover,
header .phone-number a:hover{
	text-decoration: none;
}
header .phone-number{
	font-size: 18px;
	color: #74aedf;
	margin: 0;
}
header .phone-number .glyphicon{
	font-size: 14px;
}
.welcome a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid rgb(255, 255, 255);
    padding: 14px 20px 14px 20px;
    border-radius: 4px;
    font-weight: 400;
}
.welcome{
	margin: 0;
	line-height: 50px;
}
.show-video .title {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    width: auto;
    padding: 10px;
    background: rgba(255,255,255,0.9);
    color: #003a7d;
    min-width: 255px;
    border-radius: 4px;
}
.show-video .title span {
    border: 2px solid #003a7d;
    height: 100%;
    width: 100%;
    display: block;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 7px;
}
.show-video{
	width: 100%;
	position: relative;
	cursor: pointer;
}
.show-video img{
	opacity: 0;
	-webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
	width: 100%;
}
.show-video:hover img{
	opacity: 1
}
#video-box{
	position: fixed;
	top: 0;
	left: 0;
	background: #003a7d;
	z-index: 300;
	overflow: hidden;
}
#video-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 301;
}
#close{
	position: fixed;
	top:55px;
	right: 15px;
	display: none;
	cursor: pointer;
	z-index: 330;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 20px;
}
.close{
	color: #337ab7;
}
.modal-content{
	background-color: #003a7d;
}
.col-sm-6{
	padding-left: 0;
	padding-right: 0;
}
.socicon{
	font-family: 'socicon';
}
.indent{
	margin-left: 25px;
}
div.controls-wrapper{
	display: none !important;
}
.border-top{
	border-top: 1px solid #337ab7;
}
.border-bottom{
	    border-bottom: 1px solid rgba(255, 255, 255, 0);

}
.border-left{
	border-left: 1px solid #337ab7;
}
.border-right{
	    border-bottom: 1px solid rgba(255, 255, 255, 0);

}
footer{
	margin-top: 10px;
	font-size: 12px;
}
footer .com-sm-6{
	padding-left: 15px;
	padding-right: 15px;
}
#footer-nav, #footer-address {
    margin: 0 0 10px;
    line-height: 12px;
    padding-right: 70px;
}
#footer-nav li,
#footer-address li{
	border-left: 1px solid #FFFFFF;
	line-height: 8px;
	color: #FFFFFF;
	font-size: 12px;
}
.site {
    margin: 0 0 10px;
    padding-left: 70px;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 19px;
    padding: 35px;
    font-weight: 300;
}

#footer-nav li:first-child,
#footer-address li:first-child{
	border-left: none;
}
#footer-nav li a,
#footer-address li a{
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}
.small{
	color: #FFFFFF;
}

.looplabs {width: 100px;
}
.design{text-align: center;}
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	display: none;
}
#arrow{
	position: absolute;
	top: 5px;
	right: 35px;
	width: 558px;
	height: 170px;
	display: none;
	background: url(../images/arrow.png) top right no-repeat;
	z-index: 9999;
}
#arrow h2{
	position: absolute;
	bottom: 0;
	font-size: 18px;
	margin: 0;
	text-align: center;
	width: 50%;
	color: #fffcd7;
	left: 50%;
	margin-left: -25%;
	font-weight: 300;
    letter-spacing: 1px;

}
#arrow.arrow1{
	height: 200px;
}
#arrow.arrow2{
	height: 220px;
}
#arrow.arrow3{
	height: 210px;
}
#arrow.arrow3 h2{
	left: 75%;
	margin-left: 0;
}
#skip {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: montserrat;
    letter-spacing:1px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: fff;
    border: 1px solid #fff;
    padding: 10px 20px 10px 20px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #003a7d;
    border-color: #fff;
    transition: ease-in 0.2s;
    border:2px solid rgba(255,255,255, 0.46);
    letter-spacing:1px !important;
}
.help-select{
	position: relative;
}
#social-share{
	display: none;
	padding: 10px 20px 0;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88888;
	background: #003a7d;
}
#social-share a{
	color: #FFFFFF;
}

#close-social-share{
	position: absolute;
	right: 20px;
	font-size: 24px;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
}

small, .small {
    font-size: 14px;
}

.small {
    color: #FFFFFF;
    padding-left: 72px;
}
@media screen and (min-width: 989px){
	header #site-name .fa{
		line-height: 2.0em;
	}
}
@media screen and (max-width: 767px){
	#arrow{
		position: absolute;
		top: 5px;
		right: 0px;
		width: 100%;
		height: 170px;
		display: none;
		background: url(../images/arrow.png) top right no-repeat;
		z-index: 9999;
	}
	#arrow h2{
		position: absolute;
		bottom: 0;
		font-size: 14px;
		margin: 0;
		text-align: center;
		color: #fffcd7;

	}
	#arrow.arrow1{
		height: 200px;
	}
	#arrow.arrow2{
		height: 220px;
	}
	#arrow.arrow3 h2{
		left: 50%;
		margin-left: 0;
	}
	.help-select{
		position: relative;
	}
}


@media (min-width: 768px)
{
.col-sm-4 {
    width: 33.33333333%;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 60px;
}}



/* Iphone query */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

#page {min-height: none;}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: #003a7d;
    padding-bottom: 10px;
    height: 140px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.welcome a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid rgb(255, 255, 255);
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.show-video .title span {
    font-size: 15px;
}

.border-right{border:none;}
.border-bottom {border: : none;}
.border-top{border: none;}
.border-left{border: none;}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 15px;
    padding: 17px;
    font-weight: 300;
}

#footer-nav, #footer-address {
    margin: 0 0 10px;
    line-height: 12px;
    padding-right: 0px;
}

.small {
    color: #FFFFFF;
    padding-left: 0px;
}
.site {
    margin: 0 0 10px;
    padding-left: 0px;
}}