body.main-page{padding-top: 100px}
 header{opacity: 1}
.main-page #globalWrapper{
	min-height: 500px;
	position: relative;
}
#page-area{
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
}
#page-area footer{
	opacity: 0.85
}
.blue-text{
	color: #1d4874;
}

.black-text{
	color: #000000;
}

.medium-text{
	font-size: 16px;
}
.medium-large-text{
	font-size: 24px;
	line-height:30px;
}
.medium-large-bold-text{
	font-size: 24px;
	line-height:30px;
	font-weight:600;
}

.medium-large-unbold-text{
	font-size: 18px;
	line-height:24px;
	font-weight:300;
}


.medium-large-unbold-text-title{
	font-size: 14px;
	line-height:24px;
	font-weight:300;
	text-transform:uppercase;
}


.medium-large-unbold-text-phone{
	font-size: 14px;
	line-height:24px;
	font-weight:300;
}


.large-text{
	font-size: 50px;
	font-weight: 600;
	color:#1d4874;
}
#content h4{
	margin-top: 0.75em;
}
h4 > a{
	font-weight:600;
}
a.item-title{
	font-weight: 600;
	font-size: 16px;
	margin: 3px 0px;
	display: inline-block;
}
/* custom pagination*/
.pagination > li > a{
	color:#72777c;
}
.pagination > li > a, .pagination > li > span{
	padding: 10px 12px;
	font-weight: 600;
	margin: 0px;
	margin-right: 1px;
}
.pagination > li > a [class^="icon-"]:before, .pagination > li > span [class^="icon-"]:before{
	font-weight: 600;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 0px;
}
hr.divider,
hr.top-divider{
	height: 0px;
	border-top: 5px solid #e5e5e5;
}
hr.top-divider{
	margin-top: 0px;
}
#slide-container .rslides_nav{
	position: absolute;
	top: 50%;
	margin-top: -1.2em;
	z-index: 99;
	font-size: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    width: 2em;
	font-family: 'custom-icons';
	display: block;
	color: #FFF;
	text-align: center;
	opacity: 0.6;
	font-weight:100;
}
#slide-container .rslides_nav.prev{
	left: 3px;
}
#slide-container .rslides_nav.prev:before{
	content: '\e804';
}
#slide-container .rslides_nav.next{
	right: 3px;
}
#slide-container .rslides_nav.next:before{
	content:'\e805';
}
#slide-container .rslides_nav.prev:hover,
#slide-container .rslides_nav.next:hover{
	text-decoration:none;
	opacity: 1;
}
#big-banner{
	position:relative;
}
#big-banner .banner-title{
	position:absolute;
	bottom: 0.6em;
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	line-height: 0.9em;
	text-transform: uppercase;
}
#big-banner .banner-title div[class^=col-]{
	margin-bottom: 0px;
}


#footerRights .text-left,
#footerRights .text-right{
		text-align: center;
	}
	


@media(max-width:992px){
	body.main-page{padding-top: 112px;}
}
@media(max-width:767px){
	body.main-page{padding-top: 76px;}
	#big-banner .banner-title{
		font-size: 28px;
		bottom: 12px;
	}
}
.img-responsive{
	width: 100%;
}
#slide-container{
	position: relative;
}
#homeMenu{
	position: absolute;
	bottom: 30px;
	background-color: transparent;
	display: block;
	width: 100%;
	z-index:99;
}
#homeMenu .container{
	padding-left: 60px;
	padding-right: 60px;
}
#homeMenu ul{
	margin:0;
}
#homeMenu ul li{
	position: relative;
}
#homeMenu a{
	display: block;
	margin: 0px;
	padding: 10px 15px;
	background-color: #d1d1d1;
	font-size: 14px;
	color:#00366a;
	font-weight: 600;
	text-decoration: none;
	opacity: 0.7;
}
#homeMenu a:hover{
	background-color: #EEE;
}
#homeMenu ul li .bg-hover{
	position:absolute;
	bottom: -20px;
	left: 0;
	height: auto;
	opacity: 0;
	padding: 0px 15px;
}
@media (max-width: 767px){
	#homeMenu{
		position: relative;
		bottom: auto;
	}
	#homeMenu ul li{
		padding: 0px;
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	#homeMenu ul li a{
		background-color: rgba(255, 255, 255, 0.8);
		opacity: 1;
	}
	#homeMenu .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media (max-width: 992px){
	#footerRights .text-left,
	#footerRights .text-right{
		text-align: center;
	}
	
	
}
.table-header{
	background-color:#00366a;
	color:#FFF;
	font-weight:bold;
	padding: 1.2em 0px;
	line-height: 1.2em;
}
.table-row{
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.team-listing .table-row{
	color: #777;
	padding: 0.7em 0;
	font-size: 13px;
}
.table-row:last-child{
	border: none;
}
.table-row a.item-title{
	font-size: 16px;
	font-weight: bold;
}
.team-listing .table-row a.item-title{
	font-size: 14px;
}
.table-row p{
	color:#777;
	font-size: 13px;
}
@media(max-width:992px){
	.table-header{
		display: none;
	}
	.team-listing .table-row{
		border-bottom: none;
	}
}
@media(min-width: 992px){
	.team-listing .table-row > .col-avatar{
		padding: 0;
	}
}
.cir-container{
	padding-left: 0;
}
.cir-list li:last-child{
	border: none;
}
.cir-list li .cir-row{
	font-size: 50px;
	line-height: 0.7em;
	font-weight:bold;
	color:#1d4874;
	border-bottom: 1px solid #d7dfe6;
	padding: 30px 0px;
}
.cir-list li:first-child .cir-row{
	padding-top: 0px;
}
.cir-list li .cir-desc{
	font-size: 14px;
	line-height: 1.9em;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	padding:0;
	margin: 0;
	display: block;
}
.cir-list li .cir-desc.inline-desc{
	display: inline-block;
	font-size: 28px;
	font-weight: 200;
	text-transform: none;
}

.cir-list li .inline-desc + .cir-desc{
	margin-top: -12px;
}
.cir-list li .cir-line{
	border-left: 1px solid #d7dfe6;
	padding-left: 0px;
	padding-right: 0px
}
.cir-list li .cir-line .cir-row{
	padding-left: 15px;
}
@media(max-width: 767px){
	.cir-container{
		padding-left: 15px;
	}
}
@media(max-width: 1200px){
	.cir-container{
		padding-right: 0px;
	}
	
	#footerRights .text-left,
	#footerRights .text-right{
		text-align: center;
	}

}
@media(max-width: 767px){
	.cir-container{
		padding-right: 15px;
	}
}
.media-kit{
	padding: 0;
}
.media-kit li{
	list-style: none;
	padding-left: 30px;
}
.media-kit li.pdf{
	background:url('../images/pdf.png') top left no-repeat;
}
.media-kit li > a{
	margin-right: 10px;
}




.vertical{
    position:absolute;
    top:50%;    
    left:0;
    width:100%;
}


