@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Bold'), url('../fonts/proxima-bold.woff') format('woff');
}
@font-face {
    font-family: 'Proxima Nova Alt Light';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Alt Light'), url('../fonts/proxima-lt.woff') format('woff');
}

body::before {
    /*content: "xs";*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000;
    color: #fff;
}
/*@media (min-width : 768px) { body::before { content: "sm"; }}
@media (min-width : 992px) { body::before { content: "md"; }}
@media (min-width : 1200px) { body::before { content: "lg"; }}*/

body {
    font-family: 'Proxima Nova Alt Light';
}
.bold {
    font-family: 'Proxima Nova Bold';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Proxima Nova Bold';
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'Proxima Nova Alt Light';
}
h3{
    margin-top: 0 !important;
}
h3.section-heading{
    margin-top: 20px !important;
}
ol,ul{
    padding: 0 0 0 15px;
}
@media (min-width : 768px) { 
    .navbar {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0px;
    }
}
/*.container-fluid {
  width: 80%;
}*/

.slider-tabs {
    position: absolute;
    bottom: 40px;
    z-index: 999;
    left: 0px;
    right: 0px;
}
.slider-tabs .slider-single-tab {
    border-radius: 5px;
    background: url("../images/tab.jpg") no-repeat;
    background-size: cover;
    overflow: auto;
    margin: 20px auto;
    display: block;
    padding: 0px;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.slider-tabs .slider-single-tab .btn {
    border-radius: 0px 0px 5px 5px;
}
.slider-single-tab h3 {
    background: rgba(0, 0, 0, 0.9);
    /*border-bottom: 1px solid #333;*/
    color: #ededed;
    margin: 0;
    padding: 15px 10px 8px 25px;
    font-size: 18px;
}
.slider-single-tab p {
    background: rgba(0, 0, 0, 0.6);
    /*border-bottom: 1px solid #333;*/
    color: #ededed;
    margin: 0;
    padding: 10px 15px 5px;
}

.section, .section-inverse {
    padding-top: 40px;
    padding-bottom: 40px;
}
h2.section-heading {
    text-align: center;
    font-weight: bold;
}
.section-heading-divider {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #34ccff;
    width: 40px;
    max-width: 40px;
    margin: 20px auto;
}
.section-heading-divider-left {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #34ccff;
    width: 80px;
    max-width: 80px;
    margin-bottom: 20px;
}
.section .media, .section-inverse .media {
    margin-bottom: 50px;
}
.section .media .media-left .fa, .section-inverse .media .media-left .fa {
    color: #34ccff;
}
/*Section inverse*/
.section-inverse h2.section-heading {
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.section-inverse .section-heading-divider {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #34ccff;
    width: 40px;
    max-width: 40px;
    margin: 20px auto;
}

.section-inverse .media-body, .section-inverse .media-body h4 small {
    color: #fff;
}
.section-inverse .media-body h4 a:hover {
    text-decoration: none;
}
.section-inverse .media-body p {
    color: #999;
}

#services {
    background-color: #171b26;
}


/*NAV*/
.navbar.main-nav {
    margin-bottom: 0px;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    border: none;
}
.navbar-brand {
    padding:10px 0;
    height: auto;
}
.main-nav .nav > li > a {
    border-top: solid 5px transparent;
    color: #008682;
    font-weight: bold;
}
.main-nav .nav > li > a:hover, .main-nav .nav > li > a:focus {
    border-color: #00A708;
    background: #f0f0f0;
    color: #00A708;
}

.activenav {
	border-color: #00A708;
    background: #f0f0f0;
    color: #00A708 !important;
	border-top: solid 5px #00A708 !important;
}
	
@media (min-width : 768px) { 
    .main-nav .nav > li > a {
        font-size: 9px;
    }
}
@media (min-width : 992px) { 
    .main-nav .nav > li > a {
        font-size: 15px;
        padding-top: 35px;
		padding-bottom: 36px;
    }
}
.navbar-toggle {
    background-color: #008682;
    color: #ffffff;
    border-radius: 0px;
}
@media (max-width: 767px) {
    .main-nav .nav > li > a {
        line-height: 10px;
        font-size: 15px;
        border: none;
    }
    .main-nav .nav > li > a:hover {
        color: #171b26;
    }
    .navbar-brand {
        margin-left: 15px;
    }
    .navbar-nav {
        margin-bottom: 0px;
    }
    .dropdown-submenu.active>.dropdown-menu {
        border-radius: 0px;
        background-color: #61c7fc;
    }
}
hr.menu-divider {
    margin: 5px 0px 8px;
}
.unfixed-items {
    background-color: #0193de;
}
.nav.unfixed-items > li > a {
    color: #ffffff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.active>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.active>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.submenu-width-210 {
    width: 210px;
}



/*Footer*/
footer.footer {
    border-top: solid 10px #153332;
    background-color: #00080B;
    color: #aeafaf;
    padding-top: 10px;
    margin-top: 50px;
}
footer hr.footer-divider {
    margin-bottom: 10px;
    border-color: #000;
}
footer .copyright {
    font-size: 80%;
    padding-bottom: 10px;
}
footer .container .social-links {
    margin-top: 20px;
}
.footer-icon {
    color: #ffffff;
}
footer ul.footer-nav li a {
    color: #999;
    float: none;
    padding: 3px 30px;
    border-bottom: thin solid transparent;
    border-right: thin solid transparent;
    margin-bottom: 4px;
}
footer ul.footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    top: 3px;
    left: 8px;
}
footer ul.footer-nav li a:hover {
    background-color: #010f16;
    border-bottom: thin solid #20292d;
    border-right: thin solid #20292d;
    border-radius: 3px;
}
footer ul.footer-nav li {
    list-style: outside none none;
}
/*BOOTSTRAP OVERRIDES */
a:focus {
    outline: none;
}

/*PAGE TITLE */
.page-title {
    background-color: #171b26;
    color: #fff;
    font-weight: bold;
    min-height: 100px;
    padding-top: 250px;
    position: relative;
    margin-bottom: 30px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title h1 {
    font-weight: bold;
}
.page-title-heading {
    background-color: rgba(23,27,38,0.6);
}
@media (max-width: 767px) {
    .page-title {
        padding-top: 30px;
        /*height: 100px;*/
    }
    .page-title h1 {
        padding-left: 20px;
    }
}


/* carousel */

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    color: #171b26;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}
/* End carousel */

/*SIDEBAR*/
.sidebar-widget {
    margin-bottom: 30px;
}
.sidebar-widget h4 {
    border-bottom: solid 3px #333;
    padding-bottom: 5px;
}
.sidebar-widget ul li {
    border-bottom: thin dotted #999;
}
.sidebar-widget ul li a:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    top: 5px;
    left: 8px;
}
.sidebar-widget ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}


/*FIXED ITEMS*/
.fixed-left {
    position: fixed;
    /*top: 80px;*/
    /*left: -80px;*/
    min-width: 80px;
    background-color: #0193de;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9989;
    padding: 5px;
    border-radius: 0px 5px 5px 0;
    border-right: 1px solid #d0d1d5;
    border-bottom: 1px solid #d0d1d5;
}
#internet-banking {
    top: 140px;
    /*top: 80px;*/
    left: -128px;
}
#self-service {
    top: 140px;
    left: -164px;
}
#atm-locator {
    top: 200px;
    left: -180px;
}
#internet-banking:hover, #self-service:hover, #atm-locator:hover {
    left: 0px
}
.fixed-left:hover {
    left: 0px;
}
.fixed-left i {
    border-left: thin solid #d7d7d7;
    padding-left: 10px;
    margin-left: 15px;
}
.fixed-left a {
    /*text-transform: uppercase;*/
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    /*font-family: 'Proxima Nova Bold';*/
    padding: 5px;
}
.fixed-left a:hover {
    color: #171b26;
    text-decoration: none;
}

/*SIDEBAR*/
.home-column {
    margin-bottom: 30px;
}
.home-column ul li {
    border-bottom: thin dotted #999;
}
.home-column ul li a:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    top: 5px;
    left: 8px;
}
.home-column ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

ul.home-products li a img {
    /* IE10 */
    background-color: #0193de;
    margin-bottom: 10px;
    border-bottom: solid 3px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px;
}
ul.home-products li a:hover img {
    background-color: #171b26;
}

/*bootstrap carousel*/

.carousel .carousel-inner .item img {
    width: 100%;
}


.branch-column {
    margin-bottom: 20px;
}

.branch-column p, .branch-column p *,.branch-column div, .branch-column div *{
    font-family: 'Proxima Nova Alt Light' !important;
    font-size: 14px !important;
}
.branch-column p{
    margin-bottom: 0 !important;
    text-align: left !important;
}

.news-articles {
    margin-bottom: 30px;
    /*min-height: 280px;*/
}
.news-articles img {
    margin-bottom: 10px;
    width: 100%;
    /*height: 300px;*/
}

.gallery-img{    
    margin-bottom:30px;
}
.gallery-img img:hover {
    opacity: 0.6;
}

.footer-imgs{
    text-align: center;
    margin: 25px 0 0 0;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    max-width: 100%;
}

.footer-imgs img{
    height: 55px;
    margin: 0 20px;
}

footer{
    margin-top: 25px !important;
}

.top-title{
    margin-top: 0;
}
#map_canvas{
    height: 500px;
    border: 2px solid #ddd;
}
#directionsPanel{
    max-height: 500px;
    overflow: auto;
}

/*.home-right-btns {
    background: url("../img/internet-banking-btn.png") repeat;
    text-indent: -9999px;
    background-size: contain;
    padding-top: 24.83%;
    margin-bottom: 9px;
    width: 100%;
}
.home-right-btns:last-child{
    margin-bottom: 0;
}
.home-right-btns:hover  {
    background: url("../img/internet-banking-btn-hover.png") repeat;
    background-size: contain;
}*/

    .btn-home {
        padding: 14px 12px;
        font-size: 18px;
        line-height: 1.71;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-align: left;
        background-color: #0193de;
    }
    .btn-home img {
        padding-right: 14px;
        width: 55px;
    }
/*.atm-locator-btn {
    background: url("../img/atm-locator-btn.png") no-repeat;
    max-width:263px;
    max-height:140px;
    text-indent: -9999px;
    background-size: cover;
    height: 65px;
    width: 100%;
}
a:hover .atm-locator-btn {
    background: url("../img/atm-locator-btn-hover.png") no-repeat;
    background-size: cover;
}*/
.top-bar {
    /*border-bottom: solid 5px #010f16;*/
    background-color: #171b26;
    color: #aeafaf;
}
.top-bar .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 15px;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.top-bar .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #010f16;
}

.open .dropdown-menu.product-cat {
    background-color: #171b26;
    color: #ffffff;
}
.open .dropdown-menu.product-cat li a {
    color: #ffffff;
}
.open .dropdown-menu.product-cat li a:hover {
    color: #171b26;
}
.product-cat-btn {
    background-color: #010f16;
    color: #ffffff;
}
.product-cat-btn.open a, .nav > li.product-cat-btn > a, .nav > li.product-cat-btn > a:hover {
    color: #ffffff !important;
}
.open > .product-cat-btn a, .open  > .product-cat-btn a:hover, .open  > .product-cat-btn a:focus {
    background-color: #010f16;
    border-color: #337ab7;
    color: #fff;
}

.home-product {
    margin-top: 20px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .navbar {
        top: 36px;;
    }
}

.news-ticker-container {
    overflow: auto;
}
.news-ticker-container .news-ticker{
    border: thin solid #eaeaea;
}
.news-ticker-container h4 {
    font-family: 'Proxima Nova Alt Light';
    font-weight: bold !important;
    background-color: #008682;
    color: #ffffff;
    padding: 3px 10px;
    margin: 0px;
}
.news-ticker-container li {
    padding: 4px 38px 4px 15px;
}

.news-ticker-container li a:hover {
    text-decoration: none;
}
.news-ticker-container li a:before {
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    top: 3px;
    left: -5px;
}
.home-product, .product-box {
    position: relative;    
}
.home-product{
    /*height: 165px;*/
    margin-top: 15px !important;
}
.home-product img, .product-box img{
    width: 100%;
}
.home-product img{
    /*height: 165px;*/
}
.home-product a span, .product-box a span {
    display: block;
    color: #ffffff;
    background-color: rgba(0, 123, 119, 0.67);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
}
.home-product a span{
    position: relative;
    font-size: 20px;
    padding: 6px 10px;
    margin-top: -40px;
    width: 100%;
}
.product-box a span {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    padding: 8px 10px;
    /*width: 100%;*/
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
@media (min-width : 768px) and (max-width : 1199px) {
    .home-product a span{
        font-size: 18px;
    }
    .product-box a span {
        font-size: 20px;
    }
    .home-product a span{
        margin-top: -37px;
    }
    .product-box a span {
        margin-top: -44px;
    }
}
.home-product a:hover span, .product-box a:hover span {
    padding: 6px 10px 6px 15px;
}
.home-product a:hover, .product-box a:hover {
    text-decoration: none !important;
}
.carousel-indicators li {
    border: 2px solid #008682 !important;
}
.carousel-indicators .active {
    background-color: #008682 !important;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 20px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#pagediv {
	padding:10px;
	background:#e0dede;
	margin-bottom: 3px;
}

#pagediv span {
	padding:3px 0 0 30px;
	background:transparent url(../images/button.jpg) no-repeat scroll center left;
	color: #231f20;
	border: none;
	outline:none;
	text-decoration:none;
}	

#pagediv h3{
	margin: 0;
}

#pagediv a {
	display:inline-block;
	width:90%;
}
#pagediv a:link
{
	color:#333;
}
.submitbtn
{
	background-color:#003A7D;
}

.none88{
	color:#988962;
	border: none;
}

@media only screen and (max-width:870px) {
#pagediv a{width:80%;} }



/* Methods */
.method .header, .method .cell {
  padding: 6px 6px 6px 10px; }
.method .list-header .header {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #999;
  background-color: #eee; }
.method [class^="row"],
.method [class*=" row"] {
  border-bottom: 1px solid #ddd; }
  .method [class^="row"]:hover,
  .method [class*=" row"]:hover {
    background-color: #f7f7f7; }
.method .cell {
  font-size: 0.85em; }
  .method .cell .mobile-isrequired {
    display: none;
    font-weight: normal;
    text-transform: uppercase;
    color: #aaa;
    font-size: 0.8em; }
  .method .cell .propertyname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .method .cell .type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .method .cell code {
    color: #428bca; }
  .method .cell a, .method .cell a:hover {
    text-decoration: none; }
  .method .cell code.custom {
    color: #8a6d3b;
    text-decoration: none; }
  .method .cell .text-muted {
    color: #ddd; }
@media (max-width: 991px) {
  .method [class^="row"],
  .method [class*=" row"] {
    padding-top: 10px;
    padding-bottom: 10px; }
  .method .cell {
    padding: 0 10px; }
    .method .cell .propertyname {
      font-weight: bold;
      font-size: 1.2em; }
      .method .cell .propertyname .lookuplink {
        font-weight: normal;
        font-size: 1.5em;
        position: absolute;
        top: 0;
        right: 10px; }
    .method .cell .type {
      padding-left: 10px;
      font-size: 1.1em; }
    .method .cell .isrequired {
      padding-left: 10px;
      display: none; }
    .method .cell .description {
      padding-left: 10px; }
    .method .cell .mobile-isrequired {
      display: inline; } }


/* Row Utilities */
[class^='row'].margin-0,
[class*=' row'].margin-0,
[class^='form-group'].margin-0,
[class*=' form-group'].margin-0 {
  margin-left: -0px;
  margin-right: -0px; }
  [class^='row'].margin-0 > [class^='col-'],
  [class^='row'].margin-0 > [class*=' col-'],
  [class*=' row'].margin-0 > [class^='col-'],
  [class*=' row'].margin-0 > [class*=' col-'],
  [class^='form-group'].margin-0 > [class^='col-'],
  [class^='form-group'].margin-0 > [class*=' col-'],
  [class*=' form-group'].margin-0 > [class^='col-'],
  [class*=' form-group'].margin-0 > [class*=' col-'] {
    padding-right: 0px;
    padding-left: 0px; }
  [class^='row'].margin-0 [class^='row'],
  [class^='row'].margin-0 [class*=' row'],
  [class^='row'].margin-0 [class^='form-group'],
  [class^='row'].margin-0 [class*=' form-group'],
  [class*=' row'].margin-0 [class^='row'],
  [class*=' row'].margin-0 [class*=' row'],
  [class*=' row'].margin-0 [class^='form-group'],
  [class*=' row'].margin-0 [class*=' form-group'],
  [class^='form-group'].margin-0 [class^='row'],
  [class^='form-group'].margin-0 [class*=' row'],
  [class^='form-group'].margin-0 [class^='form-group'],
  [class^='form-group'].margin-0 [class*=' form-group'],
  [class*=' form-group'].margin-0 [class^='row'],
  [class*=' form-group'].margin-0 [class*=' row'],
  [class*=' form-group'].margin-0 [class^='form-group'],
  [class*=' form-group'].margin-0 [class*=' form-group'] {
    margin-left: 0;
    margin-right: 0; }
    



#productslider {
    position: relative;
    height: 224px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slidenew {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 0;
}