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

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}
body{
    background: floralwhite;
}
#main-container{
	width: 980px;
	margin: 0px auto;
    background: rgb(255, 246, 229);
    box-shadow: 0px 0px 35px rgb(255, 210, 144);
}
#header{
	width: 940px;
	height: 100px;
	margin: 0px 20px;
}
#logo{
    width: 110px;
    height: 90px;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    float: left;
}
#col-header-first{
    margin-left: 0px;
}
.col-header{
    float: left;
    height: 100px;
    margin: 0px 15px;
    padding: 8px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-header h2{
    margin: 41px -11px 0px;
    padding: 5px 10px;
    float: left;
    background-color: #BE3C46;
    color: blanchedalmond;
    text-transform: uppercase;
    border-radius: 10px;
}
.col-header h4 i{
    color: rgb(59, 89, 152);
    font-weight: bold;
}
.col-header span{
    color: #be3c46;
    font-weight: bold;
}
.col-header-last{
    float: right;
    margin: 0px;
}
.social{
    float: right;
    margin: 5px;
}
.fb{
    width: 32px;
    height: 32px;
    background-image: url(../img/fb.png);
}
.gplus{
    width: 32px;
    height: 32px;
    background-image: url(../img/gplus.png);
}
.twitter{
    width: 32px;
    height: 32px;
    background-image: url(../img/twitter.png);
}
#header-contact-info{
    font-size: 14px;
    margin: 15px 0px;
    color: rgb(190, 60, 70);
    font-weight: 900;
}
#header-contact-info span{
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
#nav{
	width: 980px;
	height: 50px;
	margin: 0px;
    background-color: #be3c46;
    border-bottom: 3px solid rgb(255, 170, 0);
}
#nav ul li{
    float: left;
    list-style: none;
}
#nav ul li:hover .submenu{
    display: block;
}
#nav ul li a{
    padding: 15.5px 19px;
    display: block;
    text-decoration: none;
    font-weight: bolder;
    color: blanchedalmond;
    font-size: 14px;
}
#nav ul li a:hover{
    border-bottom: 3px solid rgb(255, 231, 182);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
#nav ul li a.active{
    border-bottom: 3px solid rgb(255, 231, 182);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
#nav ul li a span{
    margin-right: 7px;
}
#nav .submenu{
    background-color: blanchedalmond;
    position: absolute;
    z-index: 2;
    display: none;
}
#nav .submenu li{
    clear: both;
    width: 100%;
}
#nav .submenu li a{
    color: #be3c46;
    border-bottom: 3px solid #be3c46;
}
#nav .submenu li a:hover{
    border-bottom: 3px solid rgb(255, 170, 0);
    display: block;
}
#slider{
     width: 980px;
     height: 400px;
     margin: 0px;
     background-image: url(../img/header-bg.jpg);
     background-size: 100%;
}
#content{
	width: 940px;
	margin: 0px 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content h1{ 
    border-bottom: 2px solid #D7D1C5;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    color: #be3c46;
}
.col-body-container{
    margin: 30px 0px;
    margin-bottom: 0px;
}
.col-container{
    width: 293.3333333333333px;
    float: left;
    border-right: 1px solid rgb(228, 210, 186);
    height: 172px;
}
.col-container-last{
    border-right: 0px;
}
.col-body-icon{
    text-align: center;
}
.col-body-icon h3{
    color: rgb(90, 90, 90);
    margin: 5px;
}
.col-body-icon span{
    font-size: 65px;
    color: rgb(190, 60, 70);
}
.col-body-text{
    font-size: 14px;
    text-align: center;
    margin: 10px 15px;
}
#content .article h1{
    text-align: center;
    margin: 10px 0px;
    color: #be3c46;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.article p{
    margin: 20px 0px;
    font-size: 14px;
    text-indent: 40px;
}
.article div.registered-address{
    font-size: 14px;
    border: 5px solid rgb(190, 60, 70);
    margin: 10px 0px 0px;
    padding: 0px 10px 0px;
    border-radius: 10px;
    border-top: 0px;
    border-bottom: 0px;
    float: left;
}
.article div.registered-address h3{
    text-align: center;
}
.article div.registered-address span.fa{
    color: rgb(190, 60, 70);
    font-size: 25px;
    margin-right: 10px;
}
.article div.registered-address table{
    height: 120px;
}
#footer{
    width: 980px;
    height: 90px;
    background-color: #BE3C46;
    color: blanchedalmond;
    margin: 0px;
    font-size: 12px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer #left-footer{
    float: left;    
}
#footer #left-footer p{
    margin-left: 18px;
}
#footer a{
    color: #FFFFFF;
}
#footer a:hover{
    text-decoration: none;
}
#footer ul{
    clear: both;
}
#footer ul li{
    list-style: none;
    float: left;
    padding: 20px 15px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clearfix{
    clear: both;
}
.hr{
    width: 80%;
    border-bottom: 1px solid rgb(190, 60, 70);
    margin: 30px auto 0px;
}
#content .article .small-h1{
    font-size: 25px;
}
#content .article .verysmall-h1{
    font-size: 14px;
}
#content .article .verylight-h1{
    font-size: 12px;
    font-weight: 100;
    font-style: italic;
    text-align: left;
    margin-left: 65px;
    border-left: 5px solid rgb(190, 60, 70);
    padding-left: 10px;
}
#content .article .border-left{
    border-left: 5px solid rgb(190, 60, 70);
    padding-left: 10px;
    padding: 10px;
}
#content h1.remove-border{
    border: 0px;
}
.text-align-center{
    text-align: center;
}
#content .article h1.text-align-right{
    text-align: right;
    margin-right: 10px;
}
#content .article h1.text-align-left{
    text-align: left;
}
ul.ul-normal{
    padding-left: 30px;
    padding-top: 5px;
    margin: 10px 0px 20px;
}
ul.ul-normal li{
    font-size: 14px;
    list-style: none;
    line-height: 23px;
}
ul.ul-normal li span{
    color: #be3c46;
    padding-right: 15px;
    font-size: 16px;
}
.color-primary{
    color: #be3c46;
}
.underline{
    text-decoration: underline;
}

/*
Director Picture Container
*/

.col-dirpic-container{
    margin: 20px 0px;
    padding: 0px 50px;
    margin-bottom: 0px;
}

.dirpic-container{
    width: 220px;
    height: 220px;
    margin: 0px 23px;
    float: left;
    position: relative;
}
.two-pics{
    padding: 0px 180px;
}
.photo{
    width: 100%;
    height: 100%;
}
.picname{
    width: 100%;
    background: rgba(255, 235, 205, 0.7);
    padding: 5px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    color: #be3c46;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.picname i{
    font-size: 13px;
    margin-top: 0px;
    display: block;
}
.photo img{
    width: 220px;
    height: 220px;
    border-radius: 5px;
}
.deposits-statistics{
    border-collapse: collapse;
    width: 780px;
    margin: 20px auto;
    border: 1px solid rgb(190, 60, 70);
}
.deposits-statistics tr td{
    background: rgb(255, 235, 205);
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgb(190, 60, 70);
    font-size: 14px;
}
.deposits-statistics tr th{
    background-color: rgb(190, 60, 70);
    padding: 10px;
    color: beige;
}
.deaf-info tr td{
    border-right: 1px solid rgb(190, 60, 70);
}
.deaf-info .alternative_row th{
    background: rgb(255, 235, 205);
    color: rgb(190, 60, 70);
    border-bottom: 1px solid #BE3C46;
}
#map{
    width: 100%;
    height: 400px;
    margin: 10px 0px;
    border: 0px;
}


.loans-sidebar{
    background-image: url(../img/sidebar.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 10px;
}
.loans-sidebar ul{
    list-style: none;
}
.loans-sidebar ul li{
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    float: left;
}
.loans-sidebar ul li:hover{
    color: rgb(190, 60, 70);
    background-color: rgba(255, 197, 110, 0.72);
    font-weight: bold;
}
.loans-sidebar ul .active-loan{
    background-color: #BE3C46;
    color: blanchedalmond;
}
.loans-sidebar ul .active-loan:hover{
    background-color: #BE3C46;
    color: blanchedalmond;
}

.loans-details{
    background: bisque;
    padding: 10px;
    box-sizing: border-box;
}
.loans-table{
    width: 570px;
    float: left;
    margin: 0px auto;
}
.loans-table tr th{
    width: 130px;
}
.loans-table tr td{
    text-align: left;
}
.loans-image img{
    width: 335px;
    height: 230px;
    float: left;
    margin: 0px 0px 0px 15px;
}
#loan7{
    margin: 0px 288px;
}
.mission-statements{
    list-style: none;
    border-left: 3px solid rgb(190, 60, 70);
}
.mission-statements li{
    font-size: 13px;
}
.mission-statements li span{
    color: #BE3C46;
    font-size: 18px;
    margin: 0px 10px;
}
.special-link{
    text-decoration: none;
    background: rgb(190, 60, 70);
    color: rgb(255, 246, 229);
    padding: 15px;
    margin: 40px;
    display: block;
    border: 4px solid rgb(255, 194, 102);
    border-radius: 5px;
    -webkit-transition: background, border 0.5s;
    -o-transition: background, border 0.5s;
    transition: background, border  0.5s;
    box-shadow: inset 0px 0px 10px rgb(119, 95, 33);
    animation: pulse 1.5s ease infinite;
}
.special-link:hover{
    background: rgb(255, 194, 102);
    color: rgb(190, 60, 70);
    border: 4px solid rgb(190, 60, 70);
    box-shadow: none;
}

.gallery{
    width: 440px;
    float: left;
    margin: 3px 3px;
    border: 2px solid rgb(190, 60, 70);
    height: 300px;
    border-radius: 7px;
}
.gallery img{
    width: 100%;
    border-radius: 5px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}