﻿html{
	width:100%;
	height:100%;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
	font-family: 'PT Sans','Lato', sans-serif;
	font-size: 18px;
    font-weight: 400;
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
	font-family: 'PT Sans','Lato', sans-serif;
	font-size: 18px;
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
	font-family: 'PT Sans','Oswald', sans-serif;
}
.text-title{
	font-size: 1.2em;
	font-family: 'PT Sans','Oswald', sans-serif;
	font-weight: 700;
}
.text-bold{
	font-weight: 700;
}

.text-color-maroon{
	color: #cc0e18;
}
.text-color-white{
	color: #fff;
}
.offset-left-15{
	padding-left: 30px;
}
.hr-color-maroon {
	border-top: 1px solid #cc0e18;
}
.dash-line {
	border-top: 1px dashed #b3b3b3;
}
.bg-maroon{
	background-color: #cc0e18;
}
.flxiImg{
	width: 100%;
	height: auto;
}
.center-ver-line{
	background-image: URL('../images/bg-ver-line.png');
	background-position: center center;
	background-repeat: repeat-y;
}
.boxHighlight{
	background-color: #ffecec;
	padding: 30px;
}
.boxHighlight ul {
	list-style: none;
}
.boxHighlight ul li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxHighlight ul li::before{
	content: "\2022";
  	color: #c31118;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
  	margin-left: -1em;
}
.full-screen{
	width:100%;
	height:auto;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
}
.wrapper-page{
	width:100%;
	height:auto;
}
.wrapper-contents{
	padding: 15px;
}

.box-col-x2{
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
}
.box-col-x2 .col{
	width: 50%;
	height: 100%;
	min-height:100%;
 	float: left;
 	position: relative;
}
.imgHolder{
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.imgHolder img{
	width: 100%;
	height: auto;
	transition: .25s;
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.imgHolder:hover img {
    transform: scale(1.05)
}
.textHolder{
	width: 100%;
	height: auto;
	padding: 30px;
	position: relative;
}
.pos-center-xy{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.icon-email {
	width: 100%;
	max-width: 24px;
	margin-top: -8px;
	margin-left: 5px;
}
#block-nav{
	background-color:rgba(255,255,255,0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	z-index: 1040;
}
#block-nav .logo{
	text-align:left;
	z-index: 200;
	position: relative;
	width: 30%;
}
#block-nav .logo img{
	width: 100%;
	max-width: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#block-nav .navGroup{
	position: absolute;
	right: 0px;
	top: 0px;
}
#block-nav .navGroup .icon {
    padding-top: 23px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 23px;
    display: inline-block;
    font-size: 32px;
    display: none;
    color: #8e080e;
    cursor: pointer;
}

#block-nav .navGroup .link{
	float: left;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-family: 'PT Sans','Oswald', sans-serif;

}
#block-nav .navGroup .link:hover{
	background-color:rgba(146, 20, 25, 0.9);
}
#block-nav .navGroup .link:hover .subGroup{
	display: block;
}
#block-nav .navGroup .link:hover a{
	color: #fff;
}
#block-nav .navGroup .link a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 31px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
#block-nav .navGroup .link .subGroup{
	position: absolute;
	top: 91px;
	left: 0px;
	clear: both;
	min-width: 250px;
	width: 250px;
	padding-top: 0px;
	background-color:rgba(142,8,14,0.7);
	display: none;
}
#block-nav .navGroup .link .subGroup .link{
	float: none;
	clear: both;
	text-transform: capitalize;
	position: relative;
}
#block-nav .navGroup .link .subGroup .link:hover{
	background-color:rgba(0,0,0,0.3);
}
#block-nav .navGroup .link .subGroup .link a{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#block-nav .navGroup .link .subGroup .link .linkSub{
	background-color:rgba(95, 5, 9, 0.9);
	position: absolute;
    left: -200px;
    top: 0px;
    width: 200px;
    display: none;
}

#block-nav .navGroup .link .subGroup .link:hover .linkSub{
	display: block;
}

#block-nav .navGroup .link .subGroup .link .linkSub a:hover{
	background-color:rgba(0,0,0,0.3);
}
#block-nav .navGroup .menu {

}

#block-nav .navGroup .menu.active .icon{
	background-color:rgba(195,17,24,0.7);
	color: #fff;
}
#block-nav .navGroup .menu.active .link{
	display: block;
}

#block-nav .navGroup .menu.mOver:hover .icon{
	background-color:rgba(195,17,24,0.7);
	color: #fff;
}
#block-nav .navGroup .menu.mOver:hover .link{
	display: block;
}
#block-nav .navGroup .menu .linkWrapper{

}
#block-nav .container{
	position: relative;
}
#block-banner{
	background-color:#c31118;
	text-align:center;
}
#block-banner .banners{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#block-banner .banners .base{
	width: 100%;
	height: auto;
	z-index: -1;
	position: relative;
}

#block-banner .banners .bannerBox{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 0%;
	background-position: center center;
	background-size: cover;
	min-height: 400px;
	opacity: 0.0;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#block-banner .banners .bannerBox.active{
	opacity: 1.0;
	z-index: 10;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
#block-banner .banners .bannerBox img{
	width: 100%;
	height: auto;
}
#block-banner .banners .bannerBox .info-section{
	width: 100%;
	position: absolute;
    right: 0%;
    bottom: 0%;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    padding-bottom: 15px;
    padding-right: 15px;
    display: none;
}
#block-banner .banners .bannerBox .info-section .title{
	font-size: 2.8em !important;
	width: 100%;
	text-align: right;
}
#block-banner .banners .bannerBox .info-section .description{
	width: 100%;
    text-align: right;
}

#block-banner .banners .bannerBox .info{
	width: 100%;
	position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
#block-banner .banners .bannerBox .title{
	width: 70%;
    font-family: 'PT Sans','Oswald', sans-serif;
    font-size: 2.4em;
    line-height: 1.0em;
    margin: 0px auto;
    padding-bottom: 10px;
    text-shadow: 2px 2px 4px #000000;
}
#block-banner .banners .bannerBox .description{
	width: 70%;
    margin: 0px auto;
    text-shadow: 2px 2px 4px #000000;
}

#block-banner .banners .bannerNav{
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	pointer-events: none;
    transform: translateX(-0%) translateY(-50%);
    -webkit-transform: translateX(-0%) translateY(-50%);
    z-index: 50;
}

#block-banner .banners .bannerNav .prev{
	float: left;
}
#block-banner .banners .bannerNav .next{
	float: right;
}
#block-banner .banners .bannerNav .prev img, #block-banner .banners .bannerNav .next img{
	width: 50px;
	height: 50px;
	pointer-events: all;
	cursor: pointer;
}
#block-content{
	min-height:600px;
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom: 30px;
}

#block-footer{
	background-color:#c31118;
	color: #fff;
}
#block-footer .footer{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0.8em;
}
#block-footer .footer .linksGroup{
	text-align: left;
	display: inline-block;
	padding-bottom: 0px;
	font-family: 'PT Sans','Oswald', sans-serif;
}
#block-footer .footer .linksGroup .link{
	display: block;
	font-size: 1.2em;
	padding-bottom: 15px;
}
#block-footer .footer .linksGroup .link a{
    color: #fff;
    text-decoration: none;
}
#block-footer .footer .intro{
	padding-bottom: 15px;
}
#block-footer .footer .intro .logo{
	padding-bottom: 10px;
}
#block-footer .footer .intro .logo img{
	width: 100%;
	max-width: 150px;
}
#block-footer .footer .intro .description{
	padding-top: 10px;
}
#block-footer .footer .contactInfo{
	display: inline-block;
	float: right;
}
#block-footer .footprint{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#8e080e;
	font-size: 0.8em;
}
#block-footer .footprint .copyright{
	text-align: left;
}
#block-footer .footprint .linksGroup{
	text-align: right;
}
#block-footer .footprint .linksGroup .link{
	display: inline-block;
	padding-left: 15px;
}
#block-footer .footprint .linksGroup .link a{
    color: #fff;
    text-decoration: none;
}

.sectionsTabs{
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.sectionsTabs .tab{
	width: 33.33%;
	float: left;
}
.sectionsTabs .tab .frameOutter{
	width: 100%;
	position: relative;
	padding: 15px;
}
.sectionsTabs .tab .frameInner{
	width: 100%;
	position: relative;
	background-position: center center;
    background-size: cover;
}
.sectionsTabs .tab a{
	width: 100%;
	height: 100%;
	display: block;
}
.sectionsTabs .tab img{
	width: 100%;
	height: auto;
}

.sectionsTabs .tab:hover .title{
	background-color:#cc0e18 !important;
}
.sectionsTabs .tab:hover .text-color-maroon{
	color:#ffffff !important;
}
.sectionsTabs .tab:hover .img::before{
	background-color: rgba(0,0,0,0.7);
}
.sectionsTabs .tab img{
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  position: relative;
}
.sectionsTabs .tab .img::before{
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  content: '';
	  background-color: rgba(0,0,0,0.0);
		width: 100%;
		height: 100%;
}
.sectionsTabs .title{
	width: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background-color:rgba(255,255,255,0.7);
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}

.sectionsTabs .title h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsList{
	padding-top: 15px;
	padding-bottom: 15px;
}
.newsList .news{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: URL('../images/arrow-right.png');
	background-position: center right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cc0e18;
}
.newsList .news .date{
	padding-bottom: 10px;
	width: 90%;
}
.newsList .news .title{
	width: 90%;
}
.newsList .news a{
	text-decoration: none;
	color: #000;
}
.newsList .newsMore{
	text-align: right;
}
.newsList .newsMore a{
		text-decoration: none;
		font-size: 0.8em;
		/*color: #0371c5;*/
}


.reportsList{
	padding-top: 15px;
	padding-bottom: 15px;
}
.reportsList .report{
	padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
}
.reportsList .report a{
	text-decoration: none;
	color: #545454;
}
.reportsList .report .title{
	width: 70%;
	float: left;
}
.reportsList .report .action{
	width: 30%;
	float: left;
	text-align: right;
}
.reportsList .reportsMore{
	text-align: right;
}
.reportsList .reportsMore a{
	text-decoration: none;
	font-size: 0.8em;
	/*color: #0371c5;*/
}
.shareChart{
	padding-top: 15px;
}
.tinChart{
	padding-top: 15px;
}
.tinChart table{
	background-color: #f0f0f0;
	padding: 15px;
	font-size: 0.8em;
	border: 15px solid #f0f0f0;
}
.tinChart table td{
	padding: 3px 10px;
	background-color: #fff;
	border-right: 1px solid #f0f0f0;
}

.bod {
	padding: 15px;
}
.bod .name{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	height: 65px;
}
.bod .title{
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
}
.bod .action{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.8em;
}

.nav-left {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-left .link{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cc0e18;
}
.google-maps > div {
    width: 100%;
    height: 500px;
}
.mapSelection {
	padding-bottom: 15px;
}
.mapSelection select{
	width: 100%;
	padding: 10px;
}
.newsletter {
	margin: 10px;
	padding: 20px;
	border: 1px solid #fff;
}
.newsletter .title {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 5px;
}
.newsletter .form_newsletter {
		overflow: hidden;
		position: relative;
}
.newsletter #form_newsletter {
		overflow: hidden;
		position: relative;
}
.newsletter #form_newsletter input{
		width: 70%;
		float: left;
		border: 0px;
		background-color: #fff;
		padding: 5px;
		font-size: 1.2em;
		color: #8e080e;
		border-radius: 0px;
}
.newsletter #form_newsletter button{
		width: 30%;
		float: left;
		border: 0px;
		background-color: #8e080e;
		padding: 5px;
		font-size: 1.2em;
}
.newsletter #form_newsletter .errorMsg{
		color: #ffd800;
		text-align: center;
		padding: 5px;
}

.bod-profile {
	font-size: 16px;
}
.bod-profile .name{
	font-weight: 700;
}
.bod-profile .title{
	padding-top: 15px;
}
.bod-profile .bio{
	padding-top: 15px;
}
@media (min-width: 1366px) {
	.container {
    	width: 1306px;
	}	
}
@media (max-width: 1199px) {
	#block-nav .navGroup .link .subGroup {
		position: absolute;
    	left: -250px;
    	top: 0px;
    	width: 200px;
	}
	#block-nav .navGroup .link {
		float: right;
		clear: both;
		display: none;
		min-width: 250px;
		text-align: right;
		background-color: rgba(195,17,24,0.9);
	}
	#block-nav .navGroup .link a {
	    color: #fff;
	    padding-top: 15px;
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-bottom: 15px;
	}
	#block-nav .navGroup .icon {
		display: block;
		clear: both;
		width: 100px;
		float: right;
	}


}
@media (min-width: 1600px) {
	.container {
    	width: 1540px;
	}	
}
@media (max-width: 991px) {
	.offset-left-15{
		padding-left: 15px;
	}
	#block-banner .banners .bannerBox .info{
	    left: 50%;
	    top: 50%;
	}

	#block-banner .banners .bannerBox {
	    min-height: 550px;
	}
	#block-footer .footprint .copyright{
		text-align: center;
		padding-bottom: 15px;
	}
	#block-footer .footprint .linksGroup{
		text-align: center;
	}
	#block-footer .footprint .linksGroup .link{
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
	}
	#block-footer .footer .intro{
		border-bottom: dashed 1px #8e080e;
		margin-bottom: 15px;
	}
	#block-footer .footer .linksGroup {
	    text-align: left;
	    display: block;
	}
	#block-footer .footer .linksGroup .link{
		border-bottom: dashed 1px #8e080e;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#block-footer .footer .contactInfo{
		padding-top: 10px;
		float: left;
	}
	.sectionsTabs .tab{
		width: 50%;
		float: left;
	}
	.center-ver-line{
		background-image: none;
	}
	.box-col-x2 .col{
		width: 100%;
	}
	.pos-center-xy {
	    width: 100%;
	    position: relative;
	    top: auto;
	    left: auto;
	    transform: translateX(0%) translateY(0%);
	    -webkit-transform: translateX(0%) translateY(0%);
	}
	.textHolder {
	    padding: 15px;
	}
}
@media (max-width: 767px) {
	#block-footer .footer .contactInfo {
	    display: block;
	    float: none;
	}
	#block-banner .banners .bannerBox{
		min-height: 600px;
	}
	#block-banner .banners .bannerBox .info {
	    top: 55%;
	}
	#block-banner .banners .base {
	    height: 600px;
	}
}
@media (max-height: 700px) {
	.full-screen {
    	min-height:700px;
	}
}
@media (max-width: 476px) {
	.wrapper-page{
		padding-top: 56px;
	}
	#block-nav{
		position: absolute;
	}
	#block-nav .logo{
		width: 50%;
	}
	#block-nav .logo img {
	    max-width: 70px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	#block-nav .navGroup {
	    width: 100%;
	}
	#block-nav .navGroup .link {
	    width: 100%;
	}
	#block-nav .navGroup .icon {
	    padding-top: 10px;
	    padding-left: 20px;
	    padding-right: 22px;
	    padding-bottom: 9px;
	    font-size: 26px;
	    width: auto;
	}

	#block-nav .navGroup .link .subGroup {
	    top: auto;
	    left: auto;
	    right: auto;
	    position: relative;
	}

	#block-nav .navGroup .link .subGroup {
    	width: auto;
	}

	#block-footer .footer .linksGroup .link {
	    width: 50%;
	    float: left;
	    text-align: center;
	}
	#block-footer .footer .contactInfo {
	    padding-top: 30px;
	}
	.sectionsTabs .tab{
		width: 100%;
		float: left;
	}
	#block-banner .banners .bannerBox{
		min-height: 100%;
	}
	#block-banner .banners .bannerBox .title {
	    width: 90%;
	    font-size: 2.0em;
	}
	#block-banner .banners .bannerBox .description {
	    width: 90%;
	    font-size: 0.8em;
	}
	#block-banner .banners .bannerBox .info {
	    top: 50%;
	}
	#block-banner .banners .bannerBox .title {
	    font-size: 1.3em;
	}
	#block-banner .banners .base {
	    height: 250px;
	}
	#block-banner .banners .bannerNav .prev img, #block-banner .banners .bannerNav .next img{
		width: 30px;
		height: 30px;
	}
	#block-nav .navGroup .link .subGroup .link .linkSub{
		position: relative;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	}

}