@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-light/HelveticaNeue-Light.eot');
    src: url('helveticaneue-light/HelveticaNeue-Lightd41dd41d.eot?#iefix') format('embedded-opentype'),
        url('helveticaneue-light/HelveticaNeue-Light.woff2') format('woff2'),
        url('helveticaneue-light/HelveticaNeue-Light.woff') format('woff'),
        url('helveticaneue-light/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* ---------- General/Body styles start ---------- */
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-size: 15px;
}

p {
    line-height: 2em;

}
.margin-top {
    margin-top:-40px;
    
}
.margin-bottom {
    margin-bottom: -40px;
}
.no-pad {
    padding: 0;
}
.pad-left-0 {
    padding-left: 0;
}
.pad-top-30 {
    padding-top: 30px;
}
.pad-top-10 {
    padding-top: 10px;
}
.pad-top-12 {
    padding-top: 12px;
}
.pad-top-15 {
    padding-top: 15px;
}
.pad-btm-30 {
    padding-bottom: 30px;
}
.pad-btm-10 {
    padding-bottom: 10px;
}
.pad-btm-64 {
    padding-bottom: 64px;
}
.pad-right-20 {
    padding-right: 20px;
}
label {
    font-weight: 400;
}
.min-61 {
    min-height: 71px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-btm-0 {
    margin-bottom: 0;
}
.blue-stock-text {
    color: #7BD3FC;
    font-weight: bold;
}
.upcase {
    text-transform: uppercase;
}
.lowcase {
    text-transform:lowercase;
}
.capcase {
    text-transform:capitalize;
}
.common {
    line-height: 17px;
}
.col-20{
    width: 20%;
    float: left;
}
.carousel img {
    min-width: 100%;
    min-height: 200px;
}
.bottom-gray {
    border-bottom: 1px solid #ededed;
}
.call-now {
    display: none;
}
.blue-text {
    color: #1b459c !important;
}

.black-text {
    color: #333 !important;
}
.white-text {
    color: #fff !important;
}
.border-left {
    border-left: 1px solid #EDEDED;
    height: 99px /9;
}
.section-headline {
    text-align: center;
}
.white-text {
    color: white!important;
}
.sf_cols.contact-strip p {
    line-height: 1.3em;
}
button.navbar-toggle {
    border: none;
}
button.navbar-toggle .icon-bar {
    background-color: #1b459c;
    height: 3px;
}
.thin {
    font-weight: 100;
}
.text-left{
    text-align: left !important;
}
.modal-backdrop {
   background-color: #1796D7;
}
#branch-search-results {
    display: none;
}

a:focus {
    text-decoration: none;
}
.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
/*.modal-close {
    background-color: white;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 3px;
    font-size: 26px;
    font-weight: 100;
    position: absolute;
    top: 621px;
    right: 281px;
    cursor: pointer;
}*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

#bio-modal.modal.fade .modal-dialog, #state-modal.modal.fade .modal-dialog, #login-modal.modal.fade .modal-dialog {
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
    position: absolute;
}

#bio-modal.modal.in .modal-dialog, #state-modal.modal.in .modal-dialog, #login-modal.modal.in .modal-dialog {
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
} 



.modal-close {
    background-color: white;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 3px;
    font-size: 26px;
    font-weight: 100;
    position: relative;
    left: -webkit-calc(50% - 22px);
    left: -moz-calc(50% - 22px);
    left: calc(50% - 22px);
    bottom: -15px;
    cursor: pointer;
}
#login-modal .sign-in-container {
    margin: 0 auto;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    max-width: 100%;
}
#login-modal .modal-content {
    height: 300px;
    border-radius: 15px;
    box-shadow: none;
    background-color: transparent;
    border: none;
    margin: 0 78px;
}

#login-modal .modal-close {
    position: absolute;
    bottom: -90px;
}.state-modal-content
.modal .sign-in-container {
    margin: 0 auto;
    position: relative;
    left: 78px;
    top: 320px;
}
.modal .state-modal-content {
    position: relative;
    margin: 0px auto;
}
.state-modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 450px;
}
						 
				  
 

#state-modal .modal-close {
}

.height-100{
    height: 100%;
}
.fw-300 {
    font-weight: 300;
}


#skip-link {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
    opacity: 0;
}
#skip-link:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #BF1722;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
    opacity: 0;
}
/* ---------- General/Body styles end ---------- */

/*---------start pagination styles-------*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1b459c!important;
    border-color: #1b459c!important;
    color: white!important;
}
.pagination > li > a {
    font-size: 12px;
    padding: 14px 16px;
    color: #C7C7C7;
    cursor: pointer;
}
/*---------end pagination styles-------*/

/*-----------start careers page--------------*/


#search-jobs {
    background-color: #1b459c;
    min-height: 340px;
    height: auto;
    padding: 50px 0 80px;
    cursor: pointer;
}

.search-btn {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 11px;
    color: #919191;
    padding-right: 32px;
}

.search-btn:hover {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 11px;
    background-color: #1b459c;
    color: white;
    padding-right: 32px;
}
#search-jobs p.p-18 {
    margin-bottom: 50px;
}
#search-container input, #careers-hero input {
    height: 50px;
    border-radius: 10px;
    padding-left: 15px;
    width: 100%;
    border: none;
    cursor: pointer;
}
#search-container input::-webkit-input-placeholder, #careers-hero input::-webkit-input-placeholder {
    color: #000;
}
#search-container input:-moz-placeholder , #careers-hero input:-moz-placeholder  {
    color: #000;
}
#search-container input::-moz-placeholder, #careers-hero input::-moz-placeholder {
    color: #000;
}
#search-container input:-ms-input-placeholder, #careers-hero input:-ms-input-placeholder {
    color: #000;
}
#search-jobs select, #careers-hero select {
    width: 30%;
    border: 1px solid #1b459c;
    height: 38px;
    position: absolute;
    top: 7px;
    right: 68px;
}
#search-container .icon-container, #careers-hero .icon-container {
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1b459c;
    color: white;
    padding: 18px 25px;
    margin-left: -59px;
    width: 60px;
    cursor: pointer;
}
/*#search-container:hover .icon-container {
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    color: #1b459c;
    padding: 18px 25px;
    margin-left: -59px;
    width: 60px;
    cursor: pointer;
}*/
/*-----------end careers page--------------*/

/* --------------- Event Calendar start -------------- */
.sfcalendarEventPreviewEditLnk {
    display: none;
}

.sfcalendar-padding {
    padding: 10px;
}
.RadScheduler_Metro {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
.RadScheduler_Metro .rsHeader {
    border: 1px solid #1b459c!important;
    color: #fff;
    background-color: #1b459c!important;
}
.RadScheduler_Metro .rsHeader h2 {
    font-size: 15px;
    text-transform: none!important;
}
.k-window-titlebar.k-header {
    border-radius: 0!important;
    background-color: #1b459c!important;
}
h2.sfcalendarEventPreviewTitle {
    padding: 0;
    margin: 0;
    font-size: 24px;
}
div.k-window.sfcalendarEventPreviewWrp {
    background-color: #FFF;
    width: 400px !important;
    min-width: 500px!important;
}
.eventCalendarModal .eventCalendarSummary {
    padding: 10px 0;
}
.k-widget.k-window.sfcalendarEventPreviewWrp {
    border-radius: 0!important;
}
.details-url {
    padding-bottom: 5px;
}
ul.sfeventDatesLocationContacts li:before {
    content: '-';
}
ul.sfeventDatesLocationContacts {
    list-style-type: none;
    padding: 30px 0;
}
.sfeventDetails.sfdetails {
    padding: 15px;
}

.image-gallery {
    padding: 5px;
}
.image-gallery img {
    width: 100%;
}
/* --------------- Event Calendar end -------------- */


/*------------Button Styles------------*/
button:focus, button:active:focus, button.active:focus {
    outline: none;
}
.btn-sm-blue{
    background-color: #1b459c;
    color: white;
    border-radius: 7px;
    padding: 10px 10px;
    border: none;
}
.btn-sm-black{
    background-color: #484848;
    color: white;
    border-radius: 7px;
    padding: 10px 10px;
    border: none;
}
.btn-sm-white{
    background-color: #FFF;
    color: #1b459c;
    border-radius: 7px;
    padding: 10px 10px;
    border: none;
}
.btn-sm-clear-white{
    background-color: transparent;
    color: white;
    border-radius: 7px;
    padding: 9px 10px;
    border: 2px solid #FFF;
}
.btn-sm-clear-blue{
    background-color: transparent;
    color: #1b459c;
    border-radius: 7px;
    padding: 9px 10px;
    border: 2px solid #1b459c;
}

span.btn-sm-clear-blue {
    white-space: nowrap;
    display: inline-block;
}
.btn-md-blue{
    background-color: #1b459c;
    color: white;
    border-radius: 7px;
    padding: 13px 20px;
    border: none;
}
.btn-md-clear-blue.squared {
    border: 2px solid #1b459c;
    background-color: transparent;
    color: #1b459c;
    border-radius: 11px;
    padding: 10px 30px;
    display: inline-block;
}
.btn-md-clear-blue.rounded {
    border: 2px solid #1b459c;
    background-color: transparent;
    color: #1b459c;
    border-radius: 25px;
    padding: 10px 30px;
    display: inline-block;
}
.btn-md-blue.squared {
    background-color: #1b459c;
    color: white;
    border-radius: 11px;
    padding: 13px 20px;
    border: none;
    width: auto;
    display: inline-block;
    border: 2px solid #1b459c;
}
.btn-md-blue.rounded {
    background-color: #1b459c;
    color: white;
    border-radius: 25px;
    padding: 13px 20px;
    border: none;
    width: auto;
    display: inline-block;
    border: 2px solid #1b459c;
}

.btn-md-black{
    background-color: #484848;
    color: white;
    border-radius: 7px;
    padding: 13px 20px;
    border: none;
}
.btn-md-white{
    background-color: #FFF;
    color: #1b459c;
    border-radius: 7px;
    padding: 13px 20px;
    border: none;
}
.btn-md-clear-white{
    background-color: transparent;
    color: white;
    border-radius: 7px;
    padding: 11px 18px;
    border: 2px solid #FFF;
}
.btn-md-clear-blue{
    background-color: transparent;
    color: #1b459c;
    border-radius: 7px;
    padding: 11px 18px;
    border: 2px solid #1b459c;
}
.btn-md-clear-blue.widget {
    background-color: transparent;
    color: #1b459c;
    border-radius: 11px;
    padding: 10px 30px;
    border: 2px solid #1b459c;
    display: inline-block;
}
.btn-lg-blue{
    background-color: #1b459c;
    color: white;
    border-radius: 7px;
    padding: 17px 30px;
    border: none;
    cursor: pointer;
}
.btn-lg-black{
    background-color: #484848;
    color: white;
    border-radius: 7px;
    padding: 17px 30px;
    border: none;
}
.btn-lg-white{
    background-color: #FFF;
    color: #1b459c;
    border-radius: 7px;
    padding: 17px 30px;
    border: none;
}
.btn-lg-clear-white{
    background-color: transparent;
    color: white;
    border-radius: 7px;
    padding: 15px 28px;
    border: 2px solid #FFF;
}
.btn-lg-clear-blue{
    background-color: transparent;
    color: #1b459c;
    border-radius: 7px;
    padding: 15px 28px;
    border: 2px solid #1b459c;
}
.btn-sm-blue:hover, .btn-md-blue:hover, .btn-lg-blue:hover {
    background-color: #fff;
    color: #1b459c;
    border: 2px solid #1b459c;
    text-decoration: none;
    padding: 7px 8px;
}
.btn-sm-black:hover, .btn-md-black:hover, .btn-lg-black:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
}
.btn-md-blue.rounded:hover, .btn-md-clear-blue.rounded {
    border-radius: 25px;
    padding: 13px 20px;
    width: auto;
}
.btn-md-blue.squared:hover {
    border-radius: 11px;
    padding: 13px 20px;
    border: none;
    border: #1b459c 2px solid;
}
.btn-md-black:hover, .btn-md-blue:hover{
    padding: 11px 18px;
}
.btn-lg-black:hover, .btn-lg-blue:hover{
    padding: 15px 28px;
}
.btn-sm-blue:hover, .btn-sm-black:hover{
    padding: 10px 8px;
}
.btn-sm-white:hover, .btn-md-white:hover, .btn-lg-white:hover {
    background-color: #1b459c;
    color: #fff;
    text-decoration: none;
}
.btn-sm-clear-blue:hover, .btn-md-clear-blue:hover, .btn-lg-clear-blue:hover {
    background-color: #1b459c;
    color: #fff;
    text-decoration: none;
}
.btn-sm-clear-white:hover, .btn-md-clear-white:hover, .btn-lg-clear-white:hover {
    background-color: #fff;
    color: #1b459c;
    text-decoration: none;
}
/*--------end button styles------------*/


/*-------start headline styles---------*/
.h1-blue {
    color: #1b459c;
    letter-spacing: -20%;
    font-size: 46px;
}
.h1-white {
    color: #FFF;
    letter-spacing: -20%;
    font-size: 46px;
}
.h1-black {
    color: #484848;
    letter-spacing: -20%;
    font-size: 46px;
}
/*.h2-black {
    color: #484848;
    letter-spacing: -20%;
    font-size: 36px;
}
.h2-white {
    color: #f0f0f0;
    letter-spacing: -20%;
    font-size: 36px;
}
.h2-blue {
    color: #1b459c;
    letter-spacing: -20%;
    font-size: 36px;
}*/
.h2-black {
    color: #484848;
    letter-spacing: -20%;
    font-size: 26px;
}
.h2-white {
    color: #f0f0f0;
    letter-spacing: -20%;
    font-size: 26px;
}
.h2-blue {
    color: #1b459c;
    letter-spacing: -20%;
    font-size: 26px;
}
.h3, h3 {
    font-size: 18px;
    margin-top: 10px;
}
h4 {
    font-size: 13px;
    font-style: italic;
}


h6 {
    font-size: 13px;
    font-style: italic;
}

/*--------end headline styles----------*/

/*----start paragraph font sizes-------*/
.p-10 {
    font-size: 10px;
}
.p-12 {
    font-size: 12px;
}
.p-16 {
    font-size: 16px;
}
.p-18 {
    font-size: 18px;
    color: #464646;
    line-height: 1.5em;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
}

/*----end paragraph font sizes-------*/

/* ---------- Header styles start ---------- */
.top-sign-in {
    padding-top: 3px;
}
.mobile-input {
    border: none;
    border-bottom: 1px solid #BFBFBF;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
    position: relative;
    z-index: 3;
}
.mainnav .fa-search {
    font-size: 20px;
    margin-top: 25px;
    padding: 5px;
    color: #1b459c;
}
#navbar-collapse-1 .active {
    height: 80px;
    border-bottom: 3px solid #1796D7;
    background-color: #EEEEEE;
}
#nav-top {
	height: 50px;
	width: 100%;
	background-color: #1b459c;
	color: white;
	font-size: 0.9em;
}
.nav-top {
	height: 50px;
	width: 100%;
	background-color: #1b459c;
	color: white;
	font-size: 0.9em;
}
#nav-top button.btn-submit-search {
    color: #232011;
    background-color: transparent;
    position: relative;
    right: 43px;
    margin-right: -43px;
    bottom: 2px;
    margin-top: 5px;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.nav-top button.btn-submit-search {
    color: #232011;
    background-color: transparent;
    position: relative;
    right: 43px;
    margin-right: -43px;
    bottom: 2px;
    margin-top: 5px;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#nav-search button.btn-submit-search {
    color: #1b459c;
    background-color: transparent;
    margin-right: 40px;
    margin-top: 5px;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-close-search {
    color: #1b459c;
    background-color: transparent;
    margin-left: -45px;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#close-search {
    height: 40px !important;
    top: 15px !important;
}
.btn-close-search i.fa-close {
    font-size: 35px;
}
.btn-round {
    border: 2px solid #EBEBEB;
    border-radius: 35px;
    padding: 13px;
    color: #009FD6;
    display: inline-block;
}
#nav-top li {
	display: inline;
	padding-left: 30px;
}
.nav-top li {
	display: inline;
	padding-left: 30px;
}
#nav-top li i{
    margin-right: 3px;
}
.nav-top li i{
    margin-right: 3px;
}
#nav-top a {
	color: #f0f0f0;
}
.nav-top a {
	color: #f0f0f0;
}
#nav-top .text-larger {
    font-size: 1em;
}
.nav-top .text-larger {
    font-size: 1em;
}
#nav-top .text-smaller {
    font-size: 0.8em;
}
.nav-top .text-smaller {
    font-size: 0.8em;
}
.header-top-nav {
	float: right;
	margin-top: 16px;
}
#nav-top .navbar-form {
	margin: 8px 0 0 20px;
	padding: 0;
	float: right;
}

.navbar-position {
    position: absolute;
    right: -156px;
}
.nav-top .navbar-form {
	margin: 8px 0 0 20px;
	padding: 0;
}


.navbar-form {

    left: 150px;
    position: absolute;

}
#nav-top .navbar-form input {
    background-color: #1b459c;
    border: 1px solid #232011;
    border-radius: 20px;
    color: white;
    font-size: 1em;
}
.nav-top .navbar-form input {
    background-color: #1b459c;
    border: 1px solid #232011;
    border-radius: 20px;
    color: white;
    font-size: 1em;
}
#nav-top input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
.nav-top input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
#nav-top input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity:  1;
}
.nav-top input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity:  1;
}
#nav-top input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity:  1;
}
.nav-top input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity:  1;
}
#nav-top input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}
.nav-top input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}

/* Internet Explorer 9 */

.navbar-form .form-group label{
    color: white !important;
}

.index #aspnetForm:first-child {
    position: absolute \9;
    left: 234px \9;
}
.sfTemplateEditor #aspnetForm:first-child {
    position: relative;
    left: auto;
} 

li#font-size {
    padding-right: 15px;
}
li#font-size-exp {
    background-color: #1D323D;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 0;
    display: none;
    opacity: 0;
    position: relative;
    top: 50px;
    margin-left: 15px;

}
li#font-size-exp #font-size-exp-text {
    margin-right: 15px;
}

#font-size-text {
    position: absolute;
    left: 50px;
    top: 8px;
    opacity: 0;
}
#font-size-minus span{
    position: absolute;
    left: 55px;
    bottom: 10px;
    font-size: 1.3em;
    line-height: 14px;
    opacity: 0;
}
#font-size-plus span {
    position: absolute;
    left: 85px;
    bottom: 10px;
    font-size: 1.3em;
    line-height: 14px;
    opacity: 0;
}

#font-size-plus, #font-size-minus, #font-size-exp a {
    text-decoration: none !important;
}
.text-size-show {
    display: inline !important;
}
#nav {
	height: 80px;
	font-size: 1.0em;
	color: #484848;
    background-color: white;
}
#nav .navbar {
	border: 0;
    background-color: white;
    z-index: 1049;
}
#nav .container {
	height: 80px;
}
#nav .nav>li{
    position: static;
}
#nav li a {
    height: 80px;
    padding: 30px 28px 10px 28px;
}
#nav span a {
    padding: 31px 28px 31px 28px;
    height: 80px;
}
#nav .navbar-brand {
	height: 80px;
   
    position: relative;
    z-index: 10;
    padding-left: 15px;
    padding-right: 11px;
}
#nav a {
	color: #484848;
    transition: all 0.5s ease;    
}
#nav-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #484848;
}
#nav-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #484848;
   opacity:  1;
}
#nav-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #484848;
   opacity:  1;
}
#nav-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #484848;
}
#nav .navbar{
    border-bottom: 1px solid #EDEDED;
}
#nav .navbar-toggle {
    margin-top: 23px;
	border-color: #2a3338;
}
#nav #navbar-collapse-1 .dropdown-menu a:visited {
    background-color: #1b459c;
}
.dropdown-menu li a.current {
    background-color: #1b459c !important;
    color: white;
    text-decoration: none;
    transition: all 0.5s ease;
}
#nav .navbar-collapse a:hover {
    background-color: #1b459c;
    color: white;
    text-decoration: none;
    transition: all 0.5s ease;
}
#nav .navbar li.login{
    opacity: 0;
    width: 0px;
}
#nav .navbar.navbar-fixed-top li.login{
    display: block;
}
#nav .navbar li.login a{
    display: block;
}
#nav .navbar-fixed-top .navbar-right{
    margin-right: 0;
}
#nav-search-dropdown button {
    position: absolute;
    right: 15px;
    top: 19px;
    height: 34px;
    width: 43px;
}
#nav-search .form-control {
    width: 82%;
}
#close-search:focus, #close-search:hover,#close-search:active {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #1b459c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}
#nav-search-dropdown i.fa-search {
    margin-top: -4px;
    margin-left: -7px;
    font-size: 30px;
}
#nav-search {
    z-index: 12;
    position: absolute;
    background-color: #fff;
    left: 0;
    height: 77px;
}
#nav-search .form-group input {
    height: 77px;
    border: none;
    font-size: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}
#nav-search .form-group input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#second-nav.stick {
    top: 120px;
    margin: 0px auto;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9;
    background: #fff;
}

/*======== Start Mobile Nav Slide In Menu ===========*/
#navbar-collapse-2 {
    padding: 10px 20px 0;
}
#navbar-collapse-2 a {
    font-size: 18px;
}
#navbar-collapse-2 i.fa-chevron-right {
    padding: 2px 10px;
    color: #1b459c;
    font-size: 18px;
    width: 45px;
    cursor: pointer;
}
#personal, #business, #Offshore, #contactus, #aboutus, .nav-divider, .slidein-menu li, hr {
    clear: both;
}
.slidein-menu {
    position: relative;
    background-color: #313A3F;
    display: none;
    z-index: 10001;
    position: absolute;
    width: 100%;
    margin-top: -1px;
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid #ededed;
    padding: 20px;
}
#nav .slidein-menu a {
    color: white;
}
.slidein-menu .fa-chevron-left{
    padding: 10px;
    color: #FFF;
    font-size: 24px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.slidein-menu h3 {
    margin-top: 8px;
    color: white
}
.slidein-menu hr {
    border-top: 1px solid #47545c;
}
#nav .slidein-menu h3 a {
    padding-left: 0;
}
/*========= End Mobile Nav Slide In Menu ============*/

/*===========Start mobile sign in dropdown===========*/
.fixed {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 13;
}
.close-bar {
    height: 50px;
    background-color: #1b459c;
}
.top-sign-in-close {
    padding: 10px;
    margin-top: 0;
}
#nav-top #sign-in-collapse {
    color: black;
    border-bottom: 1px solid #EEEEEE;
    height: 100%;
    margin-top: -5px;
}
.nav-top #sign-in-collapse {
    color: black;
    border-bottom: 1px solid #EEEEEE;
    height: 100%;
    margin-top: -5px;
}
#sign-in-collapse {
    position: relative;
    z-index: 3;
    background-color: white;
    margin-top: 5px;
}
#sign-in-collapse .online-sign {
    margin-bottom: 30px;
}
#sign-in-collapse .col-sm-6 {
    width: 50%;
    float: left;
}
#sign-in-collapse p, #sign-in-collapse a {
    color: black;
}
#sign-in-collapse input {
    border: none;
    height: 38px;
}
#sign-in-collapse input[type=text]{
    width: 100%;
}
#sign-in-collapse .forgot-user-link, #sign-in-collapse .forgot-pw-link {
    color: #DADADA;
}
#sign-in-collapse .btn-md-clear-blue {
    color: #1b459c;
}
#sign-in-collapse .not-enrolled {
    padding: 20px 0;
    color: #1A506A;
}
#sign-in-collapse .not-enrolled a{
    color: #1A506A;
}
.sign-in-logo img {
    margin: 30px 0 30px 30px;
}
#sign-in-collapse .button-row input {
    height: 12px;
    margin-right: 10px;
}
#sign-in-collapse .button-row {
    padding-top: 20px;
}
#sign-in-collapse input:focus {
    outline: none;
}
#sign-in-collapse input::-webkit-input-placeholder {
   color: #6d6d6d;
}

#sign-in-collapse input:-moz-placeholder { /* Firefox 18-  */
    color: #6d6d6d;   
}

#sign-in-collapse input::-moz-placeholder {  /* Firefox 19+ */
    color: #6d6d6d;
}

#sign-in-collapse input:-ms-input-placeholder { 
    color: #6d6d6d;
}
#other .column, #other2 .row {
    margin-left: 0;
    margin-right: 0;
}
#other .column, #other2 .column {
    padding: 25px 30px;
}
#other select, #other2 select {
    height: 47px;
}
.dropdown-menu {
    top: 48px;
    height: 40px;
    margin: 0;
    border: 0;
    padding: 0;
}
#nav .dropdown-menu li{
    display: inline-block;
    height: 40px;
}
#nav .dropdown-menu li a {
    padding: 10px 15px 10px 15px;
    height: 40px;
}
.dropdown-menu>li>a {
    display: inline-block;
}
#nav #navbar-collapse-1 .active-item .dropdown-menu {
    z-index: 101;
}
#nav #navbar-collapse-1 .active .dropdown-menu {
    display: block !important;
    z-index: 10000;
}
#navbar-collapse-1 .dropdown-menu {
    position: absolute;
    width: 205%;
    left: -53%;
    text-align: center;
    background-color: #313A3F;
}

#navbar-collapse-1 .dropdown-menu a {
    color: #ffffff;
}
#nav .fa-search {
    font-size: 20px;
    margin-top: 25px;
    padding: 5px;
    color: #1b459c;
}

/*===========end mobile sign in dropdown===========*/


/* ---------- Header styles end ---------- */


span.btn-lg-blue, span.btn-md-blue {
    display: inline-block;
} 
/* ---------- Search Results ---------- */
.media-body {
    padding-bottom: 25px;
}

/* ---------- Footer styles start ---------- */


.mobile-phone {
    display: none;
}

.desktop-phone {
    
}
.contact-strip, .contact-strip a, .contact-strip a:hover {
    height: 100px;
    font-size: 1.1em;
    background-color: #283339;
    color: #055ab8;
}
.contact-strip .col {
    position: relative;
    width: 20%;
    padding: 28px 0 0 20px;
    float: left;
}
.contact-strip .contact-item {
    padding-right: 0;
}
.contact-strip .xs-50 {
    padding-left: 0;
}
.contact-strip .contact-item p {
    margin-left: 50px;
}
.contact-strip #location-text {
    margin-left: 45px;
}
.contact-strip .contact-item a {
    color: #055ab8;
    text-decoration: none;
}
.contact-strip img {
    height: 35px;

}
.contact-strip .col-20 {
    width: 20%;
    float: left;
}
.contact-strip .col-80 {
    width: 80%;
    float: left;
    padding: 0 10px;
}
.need-help-text {
    font-size: 1.5em;
    padding-top: 32px !important;
    color: white;
}

.need-help-text p {
    font-size: 24px;
    color: white;
}

#footer-social-icons {
    height: 100px;
    background-color: #313a40;
    color: white;
}
#footer-social-icons .social-icons {
    padding-top: 26px;
}
#footer-social-icons img {
    margin-left: 2px;
    margin-right: 2px;
}
#connect-text {
    font-size: 1.1em;
    float: left;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: -webkit-calc(50% - 150px);
    padding-left: -moz-calc(50% - 150px);
    padding-left: calc(50% - 150px);
}

#footer-bottom {
    min-height: 200px;
    background-color: #313a40;
    padding-bottom: 30px;
}

#footer-links li {
    display: inline-block;
    padding: 0 6px !important;
    font-size: 0.9em;
    line-height: 30px;
}
#footer-links a {
    color: #cccccc;
}
#footer-bottom .footer-nav {
    padding-top: 30px;
    padding-left: 0;
}

#footer-bottom select {
    display: inline;
    border: none;
    box-shadow: none;
    background-color: transparent;
    width: 100px;
    padding: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#state-select {
    padding-right: 0 !important;
}
#footer-bottom a span {
    white-space: nowrap;
}

#footer-bottom .form-control {
    color: #cccccc;
    font-size: 1em;
}

@-moz-document url-prefix() {
  select {
    padding: 5px;
  }
}

footer hr {
    margin: 0;
    border-color: #555e64;
}

#footer-bottom .copyright-text {
    padding-top: 10px;
    color: #6f6f6f;
    font-size: 0.9em;
}

#footer-bottom .footer-icons {
    padding-top: 25px;
}
#footer-bottom .footer-icons img {
    margin-left: 8px;
    margin-right: 8px;
}

/* ---------- Footer styles end ---------- */

#hero {
	height: 200px;

}

/* ---------- Hero/carousel start ---------- */
.background-hero {
    height: 450px;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: top center;
}
.background-hero2 {
    height: 200px;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: top center;
}
.owl-nav {
    display: none;
}
#hero-carousel .owl-carousel {
    min-height: 500px;
    max-height: 700px;
    clear: both;
}
#hero-carousel .owl-carousel .owl-item img {
    min-height: 500px;
    max-height: auto;
    width: 100%;
}
/* ---------- Hero carousel end ---------- */


/* ---------- Info Callout styles start ---------- */

#info-callout {
    height: 300px;
    width: 100%;
    background-color: white;
}

/* ---------- Info Callout styles end ---------- */

/*=================================*/
/*===========Index Page============*/
/*=================================*/
[action*="./"] #main-container .wrapper{
    padding: 40px 0;
}
[action="./"] #main-container .wrapper{
    padding: 0;
}
#hero-carousel .item {
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}

#tools {
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.tools .col-md-2{
    padding-right: 0px;
}
.tools .col-sm-4{
    border-bottom: 2px solid #fff;
    -webkit-transition : border-bottom .3s ease-out;
    -moz-transition : border-bottom .3s ease-out;
    -o-transition : border-bottom .3s ease-out;
    transition : border-bottom .3s ease-out;
}
.tools .col-sm-4:hover {
    border-bottom: 2px solid #fff;
    /*border-bottom: 2px solid #1796D7;*/
}
.tools a {
    color: #898989;
}
.tools h4 {
    line-height: 1.5em;
    margin-top: 0px;
    text-align: left;
}
.tools p {
    line-height: 2em;
    text-align: left;
}
/*.tools img {
    max-height: 50px;
}*/
.tools-services {
    background-color: #F9F9F9;
    border-top: 1px solid #EDEDED;
    padding: 50px 0px 70px !important;
}
.tools-services .col-sm-4 {
    min-height: 295px;
    padding: 0 50px;
}
.tools-services img {
    margin: 0 auto;
    padding-bottom: 20px;
    height: 85px;
}
.tools-services p {
    line-height: 2em;
    color: #898989;
}
.tools-services button {
    margin-top: 10px;
}
.index .section-headline {
    padding-bottom: 40px;
}
.header-text {
    position: absolute;
    top: 76px;
    left: 45%;
    z-index: 1; 
}
.owl-item { -webkit-transform: translateZ(0); }
.owl-dots {
    position: absolute;
    top: 91%;
    left: 50%;
}
.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 1px solid white;
    float: left;
    margin: 2.5px;
}
.owl-dot.active {
    background-color: white;
}
.stock-ticker {
    background-color: white;
    height: 100px;
    border-top: 1px solid #EDEDED;
    padding: 15px 0;
}
.stock-ticker h2 {
    margin-top: 0px;
    padding-right: 5px;
    font-size: 30px;
}
.stock-ticker .col-xs-4 {
    padding-top: 10px;
}

/*=================================*/
/*============SBA Page=============*/
/*=================================*/

.sba-content {
    border-bottom: 1px solid #ededed;
    padding: 40px 0 50px;
}
.sba-content h3 {
    margin-bottom: 40px;
}
.sba-content .table {
    margin: 30px 0;
}
.table-responsive {
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #FFF;
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #F2F6FA;
}
.deposit-table th, .deposit-table td {
    text-align: center;
    vertical-align: top !important;
    width: 15%;
}
.deposit-table thead:first-child > tr:first-child > th {
    border-top: 2px solid #DDD;
}

.deposit-table h3, .deposit-table h6 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.table-striped th {
    color: #686868;
    padding: 15px 8px !important;
}
.table-striped td {
    color: #999;
    padding: 15px 8px !important;
}
.sba-icons {
    padding: 50px 0;
}
.sba-icons .col-sm-4 {
    text-align: center;
}
.sba-icons img{
    margin-bottom: 20px;
}
.sba-icons a {
    text-decoration: none;
    color: #000;
}

/*=================================*/
/*==========Personal Page==========*/
/*=================================*/

.personal #hero-carousel button {
    margin: 5px 0 0 0;
}
.personal .sign-in-container button {
    margin: 0;
}
/*--------start sign in container-------*/
.sign-in-container {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 230px;
    max-width: 450px;
    z-index: 1;
    margin-left: 15px;
}
.forgot-list {
    list-style-type: none;
}
.sign-in-container .nav-tabs li{
    background-color: #F0F0F0;
}
.sign-in-container .nav-tabs li.active {
    border-radius: 10px;
    background-color: white;
    font-weight: bold;
}
.sign-in-container .nav-tabs.nav-justified>li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sign-in-container .nav-tabs.nav-justified>li.active>a {
    border: none;
    
    text-align: left;
}
.sign-in-container hr {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #CCCCCC;
    background-color: #CCCCCC;
}
#banking .password,#banking2 .password, #banking .user-id,#banking2 .user-id {
    border: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#banking input[type=text],#banking input[type=password],#banking2 input[type=text],#banking2 input[type=password] {
    padding-left: 20px;
}
#banking input[type=checkbox],#banking2 input[type=checkbox] {
    margin-left: 20px;
    margin-right: 10px;
}
#banking input:focus,#banking2 input:focus {
    outline: none;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #6C6C6C;
}
.not-enrolled {
    background-color: #1D323D;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.not-enrolled a, .not-enrolled p {
    color: #a7a9a8;
}
.not-enrolled p {
    padding: 10px 5px 5px 5px;
}
.forgot-pw-link, .forgot-user-link {
    color: #6C6C6C;
}

.sign-in-container ::-webkit-input-placeholder {
   color: #6C6C6C;
}

.sign-in-container :-moz-placeholder { /* Firefox 18-  */
    color: #6C6C6C;   
}

.sign-in-container ::-moz-placeholder {  /* Firefox 19+ */
    color: #6C6C6C;
}

.sign-in-container :-ms-input-placeholder { 
    color: #6C6C6C;
}
/*----end sign in container-------*/

.index .enroll button {
    margin-top: 40px;
}
.button-row {
    padding: 20px 20px 20px 0;
}
.button-row .btn {
    margin-top: 7px;
    margin-bottom: 5px;
    padding: 10px 25px;
    margin-right: 20px;
}
.button-row i {
    color: #1b459c;
}

.black-circle {
    background-color: black;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 40px;
}
.black-circle img {
    width: 45px;
    height: 45px;
    margin-top: 15px;
}

ul.sf-autocomplete {
    z-index: 99999 !important;
}
/*=================================*/
/*---------About BankUnited--------*/
/*=================================*/

#hero-about {
    height: 200px;
    background: #29a7e4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YTdlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Y2M4ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #29a7e4 0%, #4cc8fc 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#29a7e4), color-stop(100%,#4cc8fc));
    background: -webkit-linear-gradient(left,  #29a7e4 0%,#4cc8fc 100%);
    background: -o-linear-gradient(left,  #29a7e4 0%,#4cc8fc 100%);
    background: -ms-linear-gradient(left,  #29a7e4 0%,#4cc8fc 100%);
    background: linear-gradient(to right,  #29a7e4 0%,#4cc8fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29a7e4', endColorstr='#4cc8fc',GradientType=1 );

}
#hero-about h1 {
    margin-top: 77px;
    color: white;
}
.aboutus-copy {
    padding: 50px 0 !important;
    border-bottom: 1px solid #ededed;
}
.aboutus-copy p {
    font-size: 16px;
    line-height: 27px;
}

.aboutus-copy .col-20 {
    width: 18%;
}
.board-of-directors {
    padding: 76px 0 87px !important;
    background-color: #F9F9F9;
}
.aboutus-copy h2 {
    padding-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
}
.board-of-directors a {
    color: #000;
    text-decoration: none;
}
.board-of-directors .learn-more {
    color: #1899DE;
}
.board-box {
    border: 2px solid #e6e6e6;
    padding:10px 20px;
    margin-bottom:20px;
}
.board-box:hover {
    border: 2px solid #1b459c;
}
.board-of-directors .member-bio {
    display: none;
}
.bio-modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    margin: 0 50px;
}
.bio-modal-content .member-bio {
    text-align: left;
}
.bio-modal-content h3, .bio-modal-content .member-title  {
    margin-bottom: 15px;
}
.bio-modal-content .modal-close {
    top: auto !important;
}
#contact-about h3 {
    margin-bottom: 40px;
    line-height: 36px;
}
.circle-col p {
    color: #1b459c;
}
.or p {
    margin-top: 20px;
}
.dark-circle {
    background-color: #313A40;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.circle-col .zip-search input {
    width: 100%;
}

.aboutus-copy .phone-num, .aboutus-copy .message, .aboutus-copy .zip-search input {
    min-width: 160px;
    left: calc(50% - 80px);
    position: relative;
}

.circle-col .phone-num {
    border: 2px solid #EBEBEB;
    border-radius: 20px;
    padding: 10px 0;
    color: #000;
}

.phone-num a {
    color: #000;
    text-decoration: none;
}
.message {
    border: 2px solid #1b459c;
    padding: 10px 0;
    border-radius: 10px;
}

.zip-search input {
    border: 2px solid #EBEBEB;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: -5px;
    height: 51px;
}

.zip-search .btn-default {
    border: medium none;
    position: absolute;
    right: 50px;
    padding: 10px;
    background-color: #FFF;
}
.zip-search .btn-default em {
    color: #CECECE;
}




.aboutus-copy .icon-wrapper {
    background-color: #FFF;
    width: 60px;
    height: 60px;
    margin: 0px auto 15px;
}

.aboutus-copy img#phone {
    width: 60px;
}

.search-jobs {
    background-color: #1b459c;
    min-height: 340px;
    height: auto;
    padding: 50px 0 80px !important;
}
.search-jobs p.p-18 {
    margin-bottom: 50px;
}
.search-jobs input, .careers-hero input {
    height: 50px;
    border-radius: 10px;
    padding-left: 15px;
    width: 100%;
    border: none; 
}
.search-jobs select, .careers-hero select {
    width: 30%;
    border: 1px solid #1b459c;
    height: 38px;
    position: absolute;
    top: 7px;
    right: 68px;
}
.search-jobs .icon-container, .careers-hero .icon-container {
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1b459c;
    padding: 18px 25px;
    margin-left: -59px;
    width: 60px;
}
.btn-lg-blue.i.fa.fa-chevron-right:hover {
    color: #1b459c;
}

/*=================================*/
/*----------Careers Page-----------*/
/*=================================*/
.careers-hero h1 {
    margin-top: 0;
}
.headline-tag {
    padding: 80px 0 !important;
}
.image-bullets .left-col {
    height: 449px;
}
.image-bullets .right-col {
    padding: 70px 15px;
}
.image-bullets h2 {
    margin-top: 0;
    font-size: 18px;
}

.image-bullets p {
    line-height: 1.8em;
}
.gray-circle {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: #D7D7D7;
    margin: 0 auto;
}
.career-info {
    padding: 60px 0 90px !important;
    background-color: #F9F9F9;
}
.career-info h2 {
    margin-bottom: 40px;
}
.career-info p {
    padding: 10px 100px;
    line-height: 27px;
}
.headline-tag p {
    padding: 0 100px;
}
.career-info p {
    margin-bottom: 40px;
}
/*=================================*/
/*-----------Contact Us------------*/
/*=================================*/

.store-info {
    height: 70px;
    background-color: #2A3338;
    padding: 30px 0;
}
.store-info img {
    width: 30px;
    margin-right: 10px;
}
.store-info ul {
    list-style-type: none;
    padding-left: 0
}
.store-info ul li {
    display: inline;
}
.store-info .circle {
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    margin-right: 5px;
}
.store-info .meta {
    color: #7AD2FB
}
.store-info .col-lg-2{
    padding-left: 12px;
    padding-right: 12px;
    padding-left: 12px /9;
    padding-right: 12px /9;
}
.form-section, .contact-section {
    padding-top: 25px;
}
.form-section .form-group, .contact-section .form-group {
    margin: 0;  
}
.form-section h2, .contact-section h2 {
    font-size: 26px;
    padding-bottom: 50px;
}
.no-gap {
   padding: 0 !important;
   margin: 0 !important;
}
.form-section input, .contact-section input {
    width: 100%;
    padding-top: 30px;
    padding-left: 5px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #CCCCCC;
}
.input-label {
    display: none;
}
.contact-section .input-left-border {
    border-left: 1px solid #CCCCCC;
}
.contact-section .address2 {
    border-left: 1px solid #CCCCCC;
}
.contact-section .zip-code {
    border-left: 1px solid #CCCCCC;
}
.contact-section .state {
    border-left: 1px solid #CCCCCC;
}
.contact-section .Phone {
    border-left: 1px solid #CCCCCC;
}

.contact-section .border {
    border-left: 1px solid #CCC;
}
#radio-container .contact-label {
    color: #A9A9AB;
    padding-left: 5px;
}
#radio-container {
    height: 52px;
    padding-top: 30px;
    border-bottom: 1px solid #CCCCCC;
}
#radio-container label {
    float: none;
    margin-left: 22px;
    color: #A9A9AB;
    position: relative;
}
#radio-container input[type='radio'] {
    float: left;
    width: inherit;
    margin-right: 5px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 3px;
    left: -18px;
    height: 14px;
    width: 14px;
    background: transparent;
    border: 1px solid #A9A9AB;
    cursor: pointer;
    z-index: 8;
    border-radius: 25px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked ~ .control__indicator {
    background: #e8f5ef;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--radio .control__indicator::after {
    background: #1b459c;
    width: 14px;
    height: 14px;
    top: -1px;
    left: 0;
    border-radius: 25px;
}
.control input:checked ~ .control__indicator::before {
    content: "";
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    top: 4px;
    left: 5px;
    position: absolute;
    z-index: 9;
    border-radius: 25px;
}
#select-container {
    height: 52px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 8px;
}
.category {
    border: 1px solid #1b459c;
}
.category option {
    color: #AEA9A9;
}
#textarea-container {
    border-bottom: 1px solid #CCCCCC;
}
#questions-comments {
    height: 200px;
    width: 100%;
    border: none;
    resize: none;
    outline: 0;
    padding-left: 5px;
}
#submit-container {
    margin: 50px 0;
}
.form-section #submit, .contact-section #submit {
    background-color: #1b459c;
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
}

.form-section [data-sf-role="success-message"], 
.form-section [data-sf-role="loading-img"], 
.form-section [data-sf-role="error-message"],
.contact-section [data-sf-role="success-message"], 
.contact-section [data-sf-role="loading-img"], 
.contact-section [data-sf-role="error-message"] {
    margin-left: 18%;
}

.terms-conditions {
    /*margin-top: 50px !important;*/
    margin-bottom: 50px !important;
    width: 1170px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.terms-conditions p {
    line-height: 27px;
    font-size: 12px;
}
/*============================================*/
/*==============Offshore PAGE================*/
/*============================================*/

.paragraph .row{
    padding: 0px 0 50px;
}
.paragraph p {
    line-height: 30px;
}

.mobile-img-container:hover {
    border-bottom: 2px solid #1796D7;
}

.mobile-img-container {
    padding-bottom: 30px;
    padding-top: 30px;
    height: 178px;
}
.mobile-img-container p {
    line-height: 26px
}
.mobile-img img {
    margin: 0 auto;
    padding-bottom: 20px;
    height: 75px;
}

/*=================================*/
/*----------International----------*/
/*=================================*/
.international-content {
    padding: 70px 0;
    font-size: 1.1em;
    line-height: 1.8em;
}

#international-content:target {
    padding-top: 120px;
}
.international-content h3 {
    margin-bottom: 50px;
}
.inter-list {
    list-style-type: none;
    padding: 30px 0;
    line-height: 1.8em;
    list-style-position: inside;
    text-indent: -5px;
    padding-left: 5px;
}

.inter-list li::before, .inter-list-nopad li::before {
    content: "-";
}

.inter-list-nopad {
    list-style-type: none;
    padding: 0px 0;
    line-height: 1.8em;
    list-style-position: inside;
    text-indent: -5px;
    padding-left: 5px;
}

.inter-list-nopad li ul li, .inter-list li ul li {
    list-style-type: none;
}

.inter-list-nopad li ul li::before, .inter-list li ul li::before {
    content: "-";
}

/*============================================*/
/*==============LOCATIONS PAGE================*/
/*============================================*/
.load-more-locations {
    display: none;
} 
.load-more-locations:active {
    color: white;
} 
#zip-search {
    padding: 0px 0 30px;
}
#zip-search p {
    padding-left: 51px;
    padding-right: 12px;
}
#zip-search p::before {
    background-image: url('../img/disaster-icon.png');
    content: "";
    display: block;
    height: 48px;
    width: 36px;
    position: absolute;
    top: 10px;
    left: 18px;
    background-repeat: no-repeat;
}
.zip-search-form input[type=number] {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.zip-search-form select {
    border: 1px solid #40AFE3;
}
#map {
    height: 100%;
}
a.map-link {
    text-decoration: none;
    cursor: text;
}
.info-window a.map-link {
    cursor: pointer;
}
.blue-circle {
    height: 40px;
    width: 40px;
    color: white;
    background-color: #1b459c;
    border-radius: 20px;
    padding-top: 10px;
}
.blue-circle-md {
    height: 145px;
    width: 145px;
    color: white;
    background-color: #1b459c;
    border-radius: 94px;
    padding-top: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 auto;
}
.blue-circle-md div div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
    max-width: 140px;
}
#map-section.disaster-map {
    background: #f9f9f9;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    position: relative;
    margin-bottom: -40px;
}

#map-section .marker-row {
    padding: 15px 0;
    border-bottom: 1px solid #3DADE2;
}
#map-section .disaster-locations .marker-row {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #0096db;
    display: table;
    width: 100%;
}
#map-section .disaster-locations .marker-row.location-hidden {
    display:none;
}
#map-section .disaster-locations .marker-row:hover, #map-section .disaster-locations .marker-row.collapsed:hover {
    background: #0096db;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    float: none;
}
#map-section .disaster-locations {
    border-top: 1px solid #cccccc;
}
#map-section .disaster-locations .marker-row.collapsed {
    background: #fff;
}
#map-section p {
    line-height: 1.5em;
}
#map-section .circle-col {
    padding-top: 10px;
    padding-left: 35px;
}
#map-section .button-col {
    padding-top: 20px;
}
#map-section p {
    margin-bottom: 0;
}
#map-section .bottom-row {
    padding: 30px;
}
#map-section h4 {
    font-size: 14px;
    color: #65BEE8;
    font-weight: 300;
    cursor: pointer;
}
#locations-col {
    background-color: rgba(255,255,255,.9);
    z-index: 5;
    position: absolute;
    height: 750px;
    overflow: auto;
    top: 716px;
    right: 0;
}
#locations-col.disaster-locations {
    background-color: transparent;
    z-index: 5;
    position: relative;
    height: auto;
    overflow: hidden;
    top: auto;
    right: 0;
    margin-bottom: 60px;
}
.closed-branch p, .open-branch p {
    position: relative;
    display: block;
}
.collapsed .closed-branch p::after, .collapsed .open-branch p::after {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    content: "";
    position: absolute;
    right: 29px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.closed-branch p::after, .open-branch p::after {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    content: "";
    position: absolute;
    right: 29px;
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#map-result {
    margin-left: 15px !important;
}
.disaster-pub-date {
    background: #0096db;
    color: #fff;
    padding: 16px 0 10px;
}
.disaster-headings {
    display: block;
    width: 100%;
    padding: 20px 0 40px;
}
.disaster-headings p {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 16px;
}
.location-hidden {
    display: block;
}
.location-message-body {
    padding: 45px;
}
.location-title {
    font-size: 18px;
    line-height: 26px;
    color: #0096db;
    padding-bottom: 10px;
}
#map-section .disaster-locations .marker-row.collapsed .table-cell p {
    color: #231f20;
}

#map-section .location-message-body p {
    line-height: 17px;
    color: #231f20;    
}
.table-cell .map-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}
.location-message {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.status-content {
    display: inline-block;
    line-height: 34px;
    padding-left: 15px;
}
#map-section .disaster-locations .marker-row.collapsed .open-branch.table-cell p {
    color: #50d377;
}
#map-section .disaster-locations .marker-row.collapsed .closed-branch.table-cell p {
    color: #fa6557;
}
#map-section .disaster-locations .marker-row .table-cell p,
#map-section .disaster-locations .marker-row:hover .table-cell p,
#map-section .disaster-locations .marker-row.collapsed:hover .table-cell p,
#map-section .disaster-locations .marker-row.collapsed:hover .open-branch.table-cell p,
#map-section .disaster-locations .marker-row.collapsed:hover .closed-branch.table-cell p {
    color: #fff;
}
#map-section.disaster-map .load-more-locations {
    display:block;
}
#map-section.disaster-map .bottom-row .btn-load-more {
    border: 1px solid #0096db;
    border-radius: 10px;
    color: #231f20;
    display: inline-block;
    padding: 12px 43px;
}
.disaster-page-content {
    display: flex;
    align-items: stretch;
    padding-bottom: 100px;
    padding-top: 50px;
}
.disaster-content-lg {
    width: 66%;
    padding-left:15px;
    padding-right:8%;
}
.disaster-content-sm {
    align-content: center;
    background: #f9f9f9;
    text-align: center;
    padding: 0px 62px;
    width: 31%;
    margin-left: 30px;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
}
.btn-load-more span {
    position: relative;
    padding-left: 14px;
}
.disaster-content-lg h1 {
    color: #0096db;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 23px;
}
.btn-load-more span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/icon-show-more.png');
    position: relative;
    top: 4px;
    left: -13px;
}
.table-title {
    display:none;
}
.disaster-content-sm .btn-md-clear-blue.squared {
    border: 1px solid #1b459c;
    background-color: transparent;
    color: #1b459c;
    border-radius: 11px;
    padding: 10px 30px;
    display: inline-block;
    max-width: 143px;
    margin: 0 auto;
}
.disaster-content-sm .btn-sm-clear-blue:hover, .disaster-content-sm .btn-md-clear-blue:hover, .disaster-content-sm .btn-lg-clear-blue:hover {
    background-color: #1b459c;
    color: #fff;
    text-decoration: none;
}
.disaster-headings select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 16px;
    border: none;
    background: transparent;
    webkit-box-shadow: none;
    box-shadow: none;
}
.filter-status label {
    padding: 0 6px;
}
.filter-label {
    font-weight: bold;
}
/*=================================*/
/*-------------Treasury------------*/
/*=================================*/
#solutions-2col {
    background: url(../img/gray-bg.gif) center center;
    background-position: 50.3%;
}

.solutions-2col .right-col h4 {
    font-size: 21px !important;
    margin-bottom: 0px;
} 
.fixed-nav-template #left-col{
    position: absolute;
    z-index: 4;
}
.fixed-nav-template #right-col{
    margin-left: 33%;
}
.fixed-nav-template #left-col.affix{
    position: fixed !important;
    top: 90px;
}
.fixed-nav-template #right-col .col-sm-12{
    padding: 60px 40px;
}
.fixed-nav-template #right-col .col-sm-12:first-of-type{
    padding-top: 40px;
}
.fixed-nav-template #right-col .active {
    background-color: #fff !important;
}
.fixed-nav-template #right-col .fa-map-marker {
    margin-right: 5px;
}
.call-us {
    margin-right: 10px;
}
.or {
    margin: 0 10px;
}
#left-col {
    padding: 40px 0 0 60px;
}
#left-col li {
    padding-bottom: 14px;
}
#left-col .active {
    border-right: 5px solid #E5E5E5;

}
#left-col .anchor-list {
    list-style-type:none;
    width: 330px;
}
.anchor-list li {
    cursor: pointer;
    width: 290px;
    padding-right: 40px;
}
.solutions-anchor {
    color: #bbb;
    margin-bottom: 0;
}

/*=================================*/
/*========Commercial Page==========*/
/*=================================*/

/*#commercial-content {
    padding-top: 20px;
}
#commercial-content h2 {
    margin-bottom: 30px;
}*/

body .content {
    /*padding: 70px 0px;*/
}

.content h2 {
    margin-bottom: 50px;
}

.concierge h2 {
    margin-bottom: 30px;
    margin-top: 40px;
}

body .generic-table {
    padding: 30px 0px 80px;
}

.generic {
    padding: 70px 0;
}

/*============================================*/
/*===============BUSINESS PAGE================*/
/*============================================*/
#hero-carousel .enroll {
}
#hero-carousel .owl-carousel .owl-item .enroll {
    margin-top: 400px;
}
#hero-carousel .owl-carousel .owl-item .enroll img {
    min-height: 1px;
}
.owl-item .container{
    position: relative;
    height: 100%;
}
.enroll {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(20, 41, 61, 0.8);
    min-height: 100px;
}
.enroll p {
    color: #E3E5E5;
}
.enroll a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    margin-top: 57px;
}
.enroll-first {
    font-size: 16px;
    padding-top: 10px;
}
.enroll-second {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.6em;
}
.dollar-sign {
    padding-top: 25px;
}
#col-container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.services {
    border-bottom: 1px solid #EDEDED;
}
.services .mobile-img {
    min-height: 80px;
}
.business-services {
    background-color: #F9F9F9;
    padding: 0 0 50px !important;
}
#services-container {
    border-right: 2px solid #EEEEEE;
}
#services-container p {
    padding: 15px 0;
}
.cd-timeline {
    position: relative;
    padding: 2em 0px !important;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    width: 33.3333% !important;
}
.cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 73px;
  left: 267px;
  height: 63%;
  width: 2px;
  background: #EEEEEE;
  display: block !important;
}
.cd-timeline-block p {
    padding-top: 5px;
    font-size: 18px;
    cursor: pointer;
}
.mini-circle {
    height: 25px;
    width: 25px;
    border-radius: 5px;

    position: relative;
    left: 262px;
    top: 39px;
    cursor: pointer;
    background: url('../img/greydot.png') no-repeat ;
}
.active .mini-circle {
    height: 25px;
    width: 25px;
    border-radius: 13px;
    background-color: #efefef;
    position: relative;
    left: 255px;
    top: 39px;
    cursor: pointer;
    border: 2px solid #d6d6d6 !important;
    background-image: none;
}
.services-desc {
    padding-top: 54px !important;
    width: 66.6666% !important;
}
.services-desc h3{
    color: #1b459c;
    padding-bottom: 10px;
}
.services-desc .description{
    padding-bottom: 15px;
}
.services-desc .learnmore {
    background-color: transparent;
    border: 2px solid #1b459c;
    color: #1b459c;
    padding: 10px 35px;
    border-radius: 5px;
}
.services-desc button {
    margin-top: 20px;
}
.sbf-officer {
    max-width: 500px;
    margin: 0 auto;
}


/*============================================*/
/*================Testimonials================*/
/*============================================*/
.testimonial-container {
    width: 100%;
    padding: 15px 0;
}



.testimonial-container .testimonial-img { float: left;}
.testimonial-container .testimonial-img img { max-width: 150px;}

.testimonial-container .testimonial-content { float: left;}

.testimonial-container .testimonial-author {
    clear: both; 
    float: left; 
    text-align: right; 
    width: 100%;
}

.testimonial-container .testimonial-separator {
    clear: both;
}
/*============================================*/
/*===Displaying Hidden Content within Editor==*/
/*============================================*/
.sfPageEditor .admin-display{
    display: block !important;
}
.sfPageEditor .margin-top {
    margin-top: 0;
}


/*============================================*/
/*==============Speedbump Styling=============*/
/*============================================*/

.theFieldset {
    display: block;
    height: 100px;
    border: 1px solid #009FD5;
    padding: 0px 15px 10px 10px;
    margin: 0px 5px 20px;
}

.theLegend {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    background: transparent none repeat scroll 0% 0%;
    padding: 0px 10px 5px;
    margin-bottom: 0;
    border-bottom: none;
    width: auto;
}

a {
    color: #009FD6;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button a {
    text-decoration: none;
    color: inherit;
}

img {
    border: medium none;
}

.btn-md-blue {
    background-color: #1b459c;
    color: #FFF;
    border-radius: 7px;
    padding: 7px 8px;
    border: 2px solid #1b459c;
    margin-top: 6px;
}

.btn-md-blue a:hover {
    color: #009FD6;
}
.btn-md-blue a {
    color: #FFF;
    text-decoration: none;
    padding: 9px 10px;
}

.btn-md-blue:hover {
    background-color: #fff;
    color: #1b459c;
    border: 2px solid #1b459c;
    text-decoration: none;
    padding: 7px 8px;
}

.single-column-offset {
    margin: 0 8.333%;
    width: 85%;

}
#map{
    margin:0 15px;
}

/*============================================*/
/*==============SBF New Template==============*/
/*============================================*/

.hero-title {
    background: #0094dc;
}
.hero-title h1 {
    color: #fff;
    text-transform: uppercase;
}



.checkmarks {
    padding-left: 20px;
}
.checkmarks li {
    color: #000;
    font-size: 16px;
}
.checkmarks li::before {
    content: "";
    display: block;
    border-right: 2px solid #1b459c;
    border-bottom: 2px solid #1b459c;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    position: relative;
    left: -14px;
    top: 6px;
}

/*============================================*/
/*===============MEDIA QUERIES================*/
/*============================================*/
@media (min-width: 768px) {
    /*.mainnav li.dropdown-toggle:hover > ul.dropdown-menu {
        display: inline;
        float: left;
    }*/
    .navbar-nav>span {
        float: left;
    }
    .nav>span {
        position: relative;
        display: block;
    }
    .mainnav span {
        height: 80px;
    }
    .nav>span {
        padding-top: 30px;
    }


}
@media(min-width: 1900px){
    .header-text {
        left: 46%;
    }
}
@media(max-width: 1400px){
    #hero-carousel .owl-carousel {
        min-height: 250px;
    }
}

@media(max-width: 1200px){

    /*=========Header==========*/
    #navbar-collapse-1 #p-drop {
        right: -webkit-calc(-1500% + 575px) !important;
        right: -moz-calc(-1500% + 575px) !important;
        right: calc(-1500% + 575px) !important;
    }
    #navbar-collapse-1 #b-drop {
        right: -webkit-calc(-1500% + 708px) !important;
        right: -moz-calc(-1500% + 708px) !important;
        right: calc(-1500% + 708px) !important;
    }
    #navbar-collapse-1 #c-drop {
        right: -webkit-calc(-1500% + 920px) !important;
        right: -moz-calc(-1500% + 920px) !important;
        right: calc(-1500% + 920px) !important;
    }
    .mainnav .dropdown-menu li a {
        padding: 10px 10px 10px 10px;
        height: 40px;
    }

    #nav .dropdown-menu li a,
    #second-nav li a
	 {
        padding: 10px;
        font-size: 12px;
    }

    .navbar-position {
    position: absolute;
    right: -76px;
}

.navbar-form {

    left: 66px;
    position: absolute;

}
    /*=========Index Page==========*/
    .header-text {
        left: 46%;
        top: 64px;
    }
    a.enroll-now {
        margin-left: -20px;
        margin-top: 45px;
    }
    .forgot-pw-link, .forgot-user-link {
        font-size: 12px;
    }
    .sign-in-container {
        max-width: 390px;
        top: 216px;
    }
   .tools .col-sm-4 {
        min-height: 300px;
    }
    #hero-carousel .owl-carousel .owl-item .enroll img {
        width: 35px;
    }
    /*=======Personal Page=========*/
    .personal #hero-carousel .enroll {
        margin-left: 57.066667%;
    }
    .personal .sign-in-container {
        top: 200px
    }
    .personal .header-text {
        top: 46px
    }
    /*========Contact Page=========*/
    .store-info {
        height: 150px;
    }
    
    /*=======Treasury Page=========*/
    #solutions-2col {
        background-position: 48.3%
    }
    #left-col {
        padding: 0;
        margin-top: 40px;
    }
    #left-col li {
        width: 98%
    }
    #left-col .anchor-list {
        padding-left: 0;
    }

    .collapsed .closed-branch p::after, .collapsed .open-branch p::after {
        right: 6px;
    }

    .closed-branch p::after, .open-branch p::after {
        right: 6px;
    }


    /*===========Footer============*/
    .contact-strip .xs-50 .col-sm-9 {
        padding-right: 0;
    }
}

@media(max-width: 1085px){
    /*=========Offshore Page========*/
    .corporate-banking .enroll {
        margin-top: -110px;
    }

    .dropdown-menu li a {
    padding: 10px;
    font-size: 12px;
}
}

@media(max-width: 991px){
    /*=========Header================*/
    #nav .container {
        width: 100%;
        padding: 0 0;
    }

    .container > .navbar-header {
        padding-left: 7%;
    }

    #navbar-collapse-1 .dropdown-menu {
        width: 100%;
        left: 0;
        height: auto;
}
    
    #nav-top li {
        padding-left: 5px;
    }
        .nav-top li {
        padding-left: 5px;
    }
    li#font-size {
        padding-left: 15px;
        padding-right: 5px;
    }
    li#font-size-exp {
        margin-left: 5px;
    }
    li#font-size-exp #font-size-exp-text {
        margin-right: 5px;
        margin-left: 5px;
    }
    #nav-top .navbar-form {
      margin-left: 15px;
    }
    .nav-top .navbar-form {
      margin-left: 15px;
    }
    #nav li a {
        padding: 30px 15px 10px 15px;
    }
    #nav .dropdown-menu li a {
        padding: 10px 10px 10px 10px;
        font-size: 12px;
    }
    #nav .navbar-brand {
       
    }
    #nav .navbar-brand img {
        width: 120px;
    }
    #navbar-collapse-1 #p-drop {
        right: -webkit-calc(-1500% + 467px) !important;
        right: -moz-calc(-1500% + 467px) !important;
        right: calc(-1500% + 467px) !important;
    }
    #navbar-collapse-1 #b-drop {
        right: -webkit-calc(-1500% + 585px) !important;
        right: -moz-calc(-1500% + 585px) !important;
        right: calc(-1500% + 585px) !important;
    }
    #navbar-collapse-1 #c-drop {
        right: -webkit-calc(-1500% + 700px) !important;
        right: -moz-calc(-1500% + 700px) !important;
        right: calc(-1500% + 700px) !important;
    }

    .col4fix {
        width: 33.3333%;
        float: left;
    }

    .col8fix {
        width: 66.6667%;
        float: left;
    }
    /*=========Index Page============*/
    .da-slider {
    min-height: 250px;
    max-height: 400px;

    }
    
    #hero-carousel .owl-carousel {
        min-height: 250px;
        max-height: 400px;
    }
    .remember-id {
        font-size: 11px;
    }
    #banking input[type=checkbox]{
        margin-right: 5px;
    }
    .no-pad-991 {
        padding-left: 0;
        padding-right: 0;
    }
    .min-255 {
        min-height: 255px;
    }
    .header-text {
        left: 405px;
        top: 6px;
    }
   .tools .col-md-3 {
        text-align: center;
        padding: 25px;
    }
    #hero-carousel .owl-carousel .owl-item .enroll {
        margin-top: 310px;
    }
    .enroll-first {
        font-size: 16px;
        padding-top: 5px;
        margin-bottom: 0;
        line-height: 1.3em;
    }
    .enroll a {
        margin-left: -20px;
    }
    .nav-tabs.nav-justified>li>a {
        font-size: 11px;   
    }
    .sign-in-container {
        top: 208px;
        left: 5px;
        max-width: 313px;
    }
    .button-row {
        padding: 13px 20px 10px 3px;
    }
    .modal .sign-in-container {
        max-width: 450px;
    }
    .owl-dots {
        left: 44%;
    }
    .tools-services {
        height: auto;
    }
    .tools-services .col-sm-4 {
        height: auto;
    }
    .tools-services button {
        margin: 0 auto 40px auto;
        display: block!important;
    }
    .tools-services .btn-learn-last {
        margin-bottom: 0;
    }
    .stock-ticker h3 {
        margin-bottom: 0;
    }
    .contact-strip, .contact-strip a, .contact-strip a:hover {
        font-size: 14px;
    }

        /*=======Careers Page==========*/
    .image-bullets .right-col {
        padding: 0px 15px;
    }

    /*=======Personal Page===========*/
    #hero-carousel .item {
        height: 400px;
    }
    .personal .enroll-first {
        margin-bottom: 0;
    }
    #cd-timeline::before {
        top: 73px;
        left: 233px;

    }
    .mini-circle {

        left: 222px;
        top: 39px;
    }

    .active .mini-circle {
        left: 216px;
        top: 39px;
    }

    .cd-timeline::before {
        content: "";
        top: 73px;
        left: 227px;

    }

    /*=======Offshore Page==========*/
    .corporate-banking .enroll {
        margin-top: -90px;
    }

    /*========Business Page==========*/
    .enroll {
        margin-top: -90px;
        height: auto;
    }
    
    /*==========Locations Page========*/
    #locations-col {
        top: 720px;
    }
    /*===========Footer============*/
    
    /*=======Treasury Page=========*/
    
    body.fixed-nav-template #solutions-2col {
        background-position: 46.8%;
    }
    body.fixed-nav-template #left-col {
        padding: 40px 0 0 10px;
    }
    .anchor-list li {
        width: 73%;
    }
    .anchor-list .p-18 {
        font-size: 14px;
    }
    #left-col li {
        width: 73%
    }

    .terms-conditions {
        width: 100% !important;
    }

    .branch-status {
        width: 24px;
        display: inline-block;
    }
    .branch-status img {
        max-width:100%;
    }
    .status-content {
        padding-left: 4px;
    }
    .collapsed .closed-branch p::after, .collapsed .open-branch p::after {
        right: -3px;
    }

    .closed-branch p::after, .open-branch p::after {
        right: -3px;
    }
    .disaster-page-content {
        display: block;
    }
    .disaster-content-lg {
        width: 100%;
        padding-left: 15px;
        padding-right: 8%;
    }
    .disaster-content-sm {
        width: 100%;
        padding: 27px 62px;
        margin: 0;
        margin-top:25px;
    }
}
@media(max-width: 800px){
    .button-row {
        padding: 13px 20px 10px 3px;
    }
    #nav li a{
        padding: 30px 16px 10px 16px;
    }
    #nav .dropdown-menu li a {
        padding: 10px 5px 10px 10px;
    }
    #navbar-collapse-1 #b-drop {
        right: -webkit-calc(-1500% + 544px) !important;
        right: -moz-calc(-1500% + 544px) !important;
        right: calc(-1500% + 544px) !important;
    }
    #treasury-hero h1 {
        font-size: 37px;
    }
}

@media(max-width: 768px){
    /*========Index Page============*/

    /*.hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }*/
    #banking input[type=checkbox] {
        margin-left: 8px;
        margin-right: 5px;
    }
    .container > .navbar-header {
        padding-left: 5%;
    }

    .col4fix {
					
        float: none;
        width: auto;
    }

    .col8fix {
        width: 100%;
        float: none;
    }
   .tools .container {
        width: 760px;
    }
    .sign-in-container {
        top: 217px;
        left: -1px;
    }
    .modal .sign-in-container {
        top: 253px;
    }
    .modal-close {
       
    }
    .header-text {
        top: 0;
    }
    .mainnav .dropdown-menu li a {
        padding: 10px 5px 10px 5px;
    }
    

    #nav .dropdown-menu li a {
        padding: 10px 5px 10px 5px;
    }
    #navbar-collapse-1 #p-drop {
        right: -webkit-calc(-1500% + 429px) !important;
        right: -moz-calc(-1500% + 429px) !important;
        right: calc(-1500% + 429px) !important;
    }
    #navbar-collapse-1 #b-drop {
        right: -webkit-calc(-1500% + 521px) !important;
        right: -moz-calc(-1500% + 521px) !important;
        right: calc(-1500% + 521px) !important;
    }

    #navbar-collapse-1 {
    padding: 10px 20px 0px;
    }

    #navbar-collapse-1 i.fa-chevron-right {
    padding: 2px 15px;
    color: #1b459c;
    font-size: 18px;
    }

    .da-slider {
    height: 250px !important;

    }
    /*========== Nav Bar ============*/

    .navbar-nav>span {
        float: none;
    }
    .nav>span {
        position: relative;
        display: block;
    }
    #nav button span {
        height: 3px;
    }
    #nav .navbar-collapse span {
        height: auto;
    }
    .nav>span {
        padding-top: auto;
    }
    #nav .navbar-brand {
      
    }
    #nav-top .pad-top-12 {
        padding-top: 0;
        margin: 7px 0;
    }
    .nav-top .pad-top-12 {
       
        margin: 7px 0;
    }

    .not-enrolled-mobile {
        background-color: #fff;
    }
    #nav .navbar-collapse a:hover {
        background-color: #ffffff !important;
        color: #484848;
    }
    #nav .navbar-collapse {
        /*background-color: white;
        border-bottom: 1px solid #ededed;*/
    }
    #nav-top .top-sign-in:hover, #nav-top .top-sign-in:focus{
        text-decoration: none;
    }
    .nav-top .top-sign-in:hover, .nav-top .top-sign-in:focus{
        text-decoration: none;
    }
    #nav-top .top-sign-in:visited {
        color: white;
    }
    .nav-top .top-sign-in:visited {
        color: white;
    }
    #nav-top .navbar-toggle {
        margin: 0;
    }
    .nav-top .navbar-toggle {
        margin: 0;
    }
    #nav li a {
       
        padding: 30px 12px 10px 12px;
    }
    #navbar-collapse-1 .nav [data="about"] {
        padding: 10px 0px 10px 16px;
    }
    #navbar-collapse-1 .nav .dropdown .item {
        padding: 10px 0px 10px 16px;
    }
    #nav-search::-webkit-input-placeholder {
        color: #EDEDED;
    }

    #nav-search:-moz-placeholder { /* Firefox 18- */
        color: #EDEDED;  
    }

    #nav-search::-moz-placeholder {  /* Firefox 19+ */
        color: #EDEDED;  
    }

    #nav-search:-ms-input-placeholder {  
        color: #EDEDED;  
    }

    .navbar-position {
        position: relative;
        right: 0;
        z-index: 99;
    }

    .navbar-form {
        left: 0;
        position: relative;
       

    }
    
}

@media(max-width: 767px){
    .accordion {
        margin-bottom: 0;
    }
    #second-nav li a
	{
        font-size: 15px;
    }
    .call-now {
        display: block;
    }
    .panel-default .panel-heading {
        height: 40px;
        background-color: #FBFBFB;
    }
    .panel-title i {
        font-size: 27px;
        color: #1796D7;
        margin-top: -3px;
    }
    .panel-title a {
        color: #9B9B9B;
        font-weight: 300;
    }
    .panel-title .collapsed img {
        height: 27px;
        margin-top: -3px;
    }
    /*========== Nav Bar ============*/
    #nav-search {
        z-index: 999999;
    }
    .mainnav .navbar-collapse a:hover {
        background-color: #ffffff !important;
        color: #484848;
    }
    .mainnav .navbar-collapse {
        background-color: white;
        border-bottom: 1px solid #ededed;
    }
    #nav-top .top-sign-in:hover, #nav-top .top-sign-in:focus{
        text-decoration: none;
    }
    .nav-top .top-sign-in:hover, .nav-top .top-sign-in:focus{
        text-decoration: none;
    }
    #nav-top .top-sign-in:visited {
        color: white;
    }
    .nav-top .top-sign-in:visited {
        color: white;
    }
    #nav-top .navbar-toggle {
        margin: 0;
    }
    .nav-top .navbar-toggle {
        margin: 5px 0px 0px;
    }
    .mainnav li a {
        height: auto;
        padding: 0 16px 18px;
    }

    #navbar-collapse-1 a {
        font-size: 18px;
    }

    #nav .navbar-collapse {
        background-color: white;
        border-bottom: 1px solid #ededed;
    }
    #navbar-collapse-1 .nav [data="about"] {
        padding: 10px 0px 10px 16px;
    }
    #navbar-collapse-1 .nav .dropdown .item {
        padding: 10px 0px 10px 16px;
    }
    #nav-search::-webkit-input-placeholder {
        color: #EDEDED;
    }

    #nav-search:-moz-placeholder { /* Firefox 18- */
        color: #EDEDED;  
    }

    #nav-search::-moz-placeholder {  /* Firefox 19+ */
        color: #EDEDED;  
    }

    #nav-search:-ms-input-placeholder {  
        color: #EDEDED;  
    }

    .nav > li:first-child {
    border-top: medium none;
    padding-top: 0;
    }

    #nav li {
        padding-left: 16px;
    }

    #nav li a {
        padding: 0px 0px 18px;
        height: auto;
    }
    .slidein-menu.navbar-fixed-top {
        position: fixed;
        top: 81px;
    }

    .caret {
    display: inline-block;
    float:right;
    }

    #b-drop {
        left: 0px !important;
        right: 0px !important;
        padding: 0px !important;
        height: 100% !important;
        position: absolute !important;
        float: left !important;
        top: -57px !important;
        min-height: 181px !important;
    }

    #b-drop li{
        display:block;
    } 

    .background-hero {
        height: 250px;
    }

    /*==========Index Page===========*/
    .paragraph p {
        padding: 0 33px;
    }
    .aboutus-copy p {
        padding: 0 20px;
    }
    .aboutus-copy ul {
        padding: 0 50px;
    }
    #hero-carousel .owl-carousel {
        height: 250px;
    }
    #hero-carousel .owl-carousel .owl-item img {
        height: 250px;
        width: 100%;
    }
    .margin-btm-50 {
        margin-bottom: 50px;
    }
    .header-text {
        left: 10%;
        top: 50px;
    }
   .tools img {
        height: 50px;
    }
    #hero-carousel .enroll {
        margin-left: 0;
    }
    #hero-carousel .owl-carousel .owl-item .enroll {
        margin-top: 160px;
    }
    #hero-carousel .owl-carousel .owl-item .enroll img {
        height: 70px;
        width: 35px;
    }
    .owl-controls {
        display: none;
    }
    #hero-carousel .container {
        padding: 0;
    }
    .dollar-sign {
        padding-top: 20px;
    }
    #hero-carousel .item {
        height: 250px;
    }
    .tools {
        clear: both;
        padding: 0 0 25px;
    }
   .tools .col-sm-4 {
        min-height: 200px;
    }
   .tools .container {
        width: 100%;
    }
   .tools .pad-150 {
        padding-top: 150px;
        padding-bottom: 170px;
    }
   .tools .col-xs-3 {
        text-align: center;
    }
    .tools-services img {
        height: 55px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .tools-services .col-sm-4 {
        min-height: 1px;
    }
    .stock-ticker {
        height: 147px;
    }
   .tools .col-sm-4:hover {
        border-bottom: 0px transparent;
    }

    /*=========Personal Page=========*/
    .bottom-gray {
        border-bottom: 1px solid #ededed;
    }
    .personal #hero-carousel .enroll {
        margin-left: 0;
    }
    .personal .header-text {
        top: 0;
    }
    .pad-left-10 {
        padding-left: 10px;
    }
    .personal .enroll-first {
        margin-bottom: 10px;
    }
    
    /*======Locations Page===========*/
    
    #locations-col {
        position: static;
        overflow: initial;
        height: auto;
    }
    .zip-search-form input[type=number], #miles {
        margin-bottom: 10px;
    }
    .location-hidden {
        display: none;
    }
    .zip-search-button {
        text-align: center;
    }
    .marker-row .col-xs-6 {
        padding: 0 0 0 30px;
    }
    .load-more-locations {
        display: block;
    }
    /*==========About Page===========*/

    .aboutus-copy .col-20 {
        width: 100%;
        padding-bottom: 40px;
    }

    .aboutus-copy .phone-num, .aboutus-copy .message, .aboutus-copy .zip-search input {
        width: 200px;
        left: calc(50% - 100px);
    }

    .zip-search .btn-default {
        right: calc(50% - 90px);
    }

    .zip-search .btn-default em {
        color: #CECECE;
    }

    
    .col-20{
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .board-boxe {
        border: 2px solid #E6E6E6;
        padding: 30px;
    }

    #search-jobs .icon-container, .careers-hero .icon-container {
        position: absolute;
        top: -50px;
        right: -1px;
        margin-left: 0;
    }

    /*=======Careers Page============*/
    #search-container {
        margin-top: 0;
        position: absolute;
        width: 100%;
        /*top: 170px;*/
        left: 0;
        cursor: pointer;
    }
    .career-info p, .headline-tag p {
        padding: 10px 0;
    }
    .headline-tag {
        padding: 50px 0;
    }
    .image-bullets .right-col {
        padding: 40px 15px;
    }

    #search-jobs .icon-container, #careers-hero .icon-container {
        position: absolute;
        top: -50px;
        right: -1px;
        margin-left: 0px;
    }
    /*=======Treasury Page===========*/
    .fixed-nav-template #treasury-hero h1 {
        font-size: 34px;
    }


    .fixed-nav-template #right-col {
        margin-left: 0px;
    }

        /*=======International Page======*/
    .international-content {
        padding: 15px 20px 25px;
    }

    .fixed-nav-template #right-col {
        float: none !important;
    }

    #solutions-2col {
        background: none;
    }
    /*========Offshore Page=========*/
    .corporate-banking .enroll {
        margin-top: 0;
    }

    /*========Business Page==========*/
    .enroll {
        margin-top: 0;
    }
    .enroll-first {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .enroll a {
        margin-top: 25px;
    }

    /*=========Contact Page==========*/
    .store-info {
        height: 230px;
    }
    .store-info img {
        width: 24px;
    }
    .store-info .top-10 {
        margin-top: 10px;
    }
    .store-info .col-lg-2 {
        min-height: 70px;
    }
    .store-info .m-top-10 {
        margin-top: 0;
    }
    .contact-section {
        padding-top: 30px;
    }
    .contact-section h3 {
        padding-bottom: 30px;
    }
    .contact-section .input-left-border,.contact-section .address2,.contact-section .state,.contact-section .zip-code,.contact-section .phone,.contact-section #select-container {
        border-left: none;
    }
    #textarea-container {
        clear: both;
    }
    
    /*========Footer==============*/
    .mobile-phone {
        display: inline-block;
    }

    .store-info .mobile-phone a{
        color: #7AD2FB;

    }

    .desktop-phone {
        display: none;
    }
    
    .contact-strip {
        height: 260px;
    }
    .contact-strip .xs-100{
        width: 100%;
    }
    .contact-strip .xs-50 {
        width: 50%;
        height: 92px;
    }
    .contact-strip .col {
        padding: 20px 0 0 20px;
    }
    .need-help-text p {
        text-align: center;
    }
    .contact-strip .contact-item {
        padding-right: 15px;
    }
    .contact-strip #location-text {
        margin-left: 50px;
    }
    .contact-strip #location-icon {
        margin-left: 5px;
    }
    .contact-strip #feedback-icon {
        margin-left: 3px;
    }
    
    #map-result {
        height: 500px;
        width: 100%;
        margin-left: 15px !important;
    }

    .modal-dialog {
        width: 100%;
        padding: 6px;
    }
    
    #login-modal .modal-close {
        bottom: -161px;
    }
    .blue-circle-md {
        margin: 7.5px auto 7.5px;
    }
    .disaster-headings {
        display: none;
    }
    .table-title {
        font-weight: bold;
        display:inline;
    }
    #map-section .disaster-locations .marker-row {
        display: block;
    }

    .table-cell {
        display: block;
        vertical-align: middle;
        height: auto;
        float: none;
        width: 100%;
    }
}
@media(max-width: 710px){
    #hero-carousel .owl-carousel .owl-item img {
        width: auto;
    }
}

@media(max-width: 480px){
    /*=========Header============*/
    .mainnav .navbar-brand {
        padding-top: 30px;
    }
    .mainnav .navbar-brand img {
        width: 200px;
    }
    #nav-top .navbar-toggle {
        margin-right: 13px;
    }
    .nav-top .navbar-toggle {
        margin-right: 13px;
    }
    /*=========Index Page=========*/
    .paragraph .row {
        margin: 0;
    }
    .paragraph p {
        line-height: 30px;
        padding: 0 10px;
    }
    .header-text { 
        font-size: 30px;
    }
    .owl-dots {
        top: 86%;
    }
    .enroll {
        padding-left: 0;
    }
    .enroll a {
        margin-left: -17px;
    }
    #hero-carousel .owl-carousel .owl-item .enroll img {
        height: auto;
        width: auto;
        margin-left: 10px;
        margin-top: -10px;
    }

    #hero-carousel .item {
        background-position: top right;
    }

    .tools-services {
        padding: 5px 0 40px;
    }
    .tools-services h2 {
        font-size: 30px;
    }

    .tools img {
    height: auto;
    max-width: 50px;
}
    /*======Personal Page=========*/
    .personal #hero-carousel .owl-carousel .owl-item .enroll {
         margin-top: 142px; 
    }
    /*========About Page==========*/

    /*=======Offshore Page=======*/
    .corporate-banking .enroll, .enroll {
        height: 110px;
    }
    .dollar-sign {
        padding-top: 30px;
    }
    .enroll a {
        margin-top: 40px;
    }

     /*========Contact Page========*/
    .store-info .col-xs-6 {
        padding: 0;
    }
    
    .commercial-content {
        padding: 20px 20px 0;
    }
    /*========Footer==============*/
    .contact-strip {
        height: 260px;
    }
    .contact-strip .xs-100{
        width: 100%;
    }
    .contact-strip .xs-50 {
        width: 50%;
    }
    .contact-strip .col {
        padding: 20px 0 0 17px;
    }
    .contact-strip, .contact-strip a, .contact-strip a:hover {
        font-size: 17px;
    }
    .state-modal-content {
        max-width:96%;
    }
    .modal .state-modal-content
    {
        margin:0;
    }
    #state-modal .modal-close {
       
    }

    #bio-modal.modal.fade .modal-dialog, #state-modal.modal.fade .modal-dialog {
        top: 54%;
    }

    #bio-modal.modal.in .modal-dialog, #state-modal.modal.in .modal-dialog {
        top: 54%;
    }
    /*=======Treasury Page========*/
    #right-col .col-sm-12 .btn-sm-clear-blue {
        margin-top: 25px;
    }
    
    #map-result {
        height: 250px;
        width: 100%;
        margin-left: 15px !important;
    }

    /*=========Branch Locato=========*/
    
    .location-hidden {
        display: none!important;
    }
    .load-more-locations {
        display: block;
    } 
    #locations-col {
        height: auto;
        overflow: hidden;
    }
    .blue-circle-md {
        margin: 7.5px auto 7.5px;
    }
    
}

/*======iPhone 6+ ============*/
@media(max-width: 414px){

    /*=========Header============*/
    .navbar-brand img {
        width: 75%;
    }
    #nav-search-dropdown i.fa-search {
        margin-top: 1px;
        margin-left: -7px;
        font-size: 25px;
    }
    .btn-close-search i.fa-close {
        font-size: 30px;
        margin-top: 3px;
    }
    .button-row a.btn-md-clear-blue {
        margin-right: -47px;
    }
    /*========Index Page==========*/
    .navbar-brand {
        width: 75%;
    }
    .enroll-first {
        font-size: 16px;
    }
    .enroll a {
        margin-left: -16px;
    }
    .contact-strip .contact-item  {
        padding-right: 0;
    }
    /*========About Page=========*/
    .aboutus-copy {
        padding: 20px 0;
    }
    
    /*========Treasury Page======*/
    body.fixed-nav-template #treasury-hero h1 {
        font-size: 2.1em;
    }
    /*=========Footer============*/
    .modal .state-modal-content {
        position: relative;

    }
    #state-modal .modal-close {

    }
}

/*======iPhone 6 ============*/
@media(max-width: 375px){

    /*=========Header============*/
    
    .navbar-brand {
        width: 71%;
    }
    .navbar-brand img {
        width: 75%;
    }
    .button-row a.btn-md-clear-blue {
        margin-right: -25px;
    }
    .header-text {
        font-size: 26px;
    }
    /*=======Personal Page=======*/
    .personal #hero-carousel .owl-carousel .owl-item .enroll {
        margin-top: 152px;
    }
    .personal .enroll .col-xs-9 {
        padding-left: 15px;
    }
    .black-circle {
        height: 60px;
        width: 60px;
        border-radius: 30px;
    }
    .black-circle img {
        width: 30px;
        height: 30px;
    }
    .body {
        padding-left: 0;
    }

    /*========SBA Page=========*/
    .sba-content {
        padding: 20px 0 30px;
    }
    .sba-hero h1 {
        font-size: 30px;
    }
    .sba-icons {
        padding: 40px 0 20px;
    }

    /*========About Page=========*/

    
    /*======Contact Page=========*/
    .store-info .circle {
        display: none;
    }


    /*=========Footer============*/
    .contact-strip .xs-50 {
        min-height: 93px;
    }
}
/*=========Galaxy Note 3, Note 4=========*/
@media(max-width: 360px){

    /*=========Header============*/
    .navbar-brand img {
        width: 82%;
    }
    .sign-in-logo img {
        margin: 30px 0 30px 20px;
    }
    /*========Home page==========*/
    .enroll-first {
        padding-top: 15px;
        font-size: 14px;
    }
    .enroll-second {
        font-size: 12px;
    }
    .enroll .col-xs-3 {
        padding: 0;
    }
    .enroll .col-xs-9 {
        padding-left: 0;
    }
    .enroll a {
        margin-left: -6px;
    }
    .contact-strip {
        height: 280px;
    }
    /*========About Page=========*/
    
    /*========Treasury Page======*/
    #treasury-hero h1 {
        font-size: 2.1em;
    }

    /*=========Footer============*/
    .modal .state-modal-content {
        position: relative;
        top: 20px;

    }
    #state-modal .modal-close {

    }
}

/*======== iPhone 4 and 5 =========*/
@media(max-width: 320px){

    /*=========Header============*/
    .sign-in-logo img {
        width: 260px;
    }
    .navbar-brand img {
        width: 88%;
    }
    .sign-in-logo img {
        margin: 30px 0 30px 10px;
    }
    .button-row a.btn-md-clear-blue {
        margin-right: -25px;
        padding: 11px 18px;
    }
    /*======Personal Page========*/
    .mobile-img-container {
        min-height: 173px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    /*========About Page=========*/

    /*========Index Page=========*/
    .enroll a {
        margin-left: -16px;
    }
   .tools {
        padding: 0 0 25px;
    }
    /*=========Footer============*/
    .modal .state-modal-content {
        top: 0;
        /*left: 28px;*/
    }
    #state-modal .modal-close {

    }
    /*======Treasury Page========*/
    body.fixed-nav-template #right-col .col-sm-12 {
        padding: 20px !important;
    }

     /*=======Contact Page========*/
    .store-info img {
        width: 16px;
    }
}
@media(min-width:550px){    
    #login-modal .modal-content {
           margin: 0 78px;
    }
    .modal-dialog{ margin:10px;}
}
@media(min-width: 200px)  {
    
    #login-modal .modal-content, .modal-dialog  {
        margin: 0 15px 0 0;
    }

}
@media(min-width:550px){    
    #login-modal .modal-content {
           margin: 0 78px;
    }
    .modal-dialog{ margin:10px;}
}


/*=======Stock Ticker========*/
.ccbnSTQ					  {border: 1px solid #000; width:96%;text-align:center;margin:3px;}
.ccbnBgTtl                    {background-color: #009fd6;}
.ccbnTtl                      {color: #fff; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold; text-transform:uppercase;line-height:30px;}
.ccbnOutline                  {background-color: #DDD;}
.ccbnBgTblTtl                 {background-color: #CCCCCC;}
.ccbnTblTtl a                  {color: #484848; font:"Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnBgTblLabelLeft           {background-color: #FFFFFF;}
.ccbnTblTxt                   {color: #244156; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnPrice                   {color: #244156; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnTxt p, .ccbnTblTxt p     {margin: 3px 0 7px 0;}
.ccbnBgTblTxt                 {background-color: #FFFFFF;}
.ccbnBgTblLabelLeft           {background-color: #FFFFFF;}
.ccbnBgPrice                  {background-color: #FFFFFF;}
.ccbnTblLabelLeft             {color: #244156; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnPos                      {color: #00B000; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnNeg                      {color: #FF0000; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnNeutral                  {color: #000; font: "Trebuchet MS",Arial,sans-serif; font-weight:bold;}
.ccbnBgTblSubTxt              {background-color: #FFFFFF;}
.ccbnTblSubTxt                {color: #666;font: 10px/12px "Trebuchet MS",Arial,sans-serif;}
.ccbnLnkBU					  {color:#fff; text-decoration:none;}
.ccbnLnkOverBU				  {color:#fff; text-decoration:underline;}


@media (min-width: 768px) {
	#second-nav {
		line-height: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	#second-menu {
		display: inline-block;
	}
}

/*  Landing Page Styling  */
/*  Landing Page Styling  */

.remove-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
}
.text-blue {
    color: #1b459c
}

.background-gray {
    background: #f9f9f9;
}

.xtra-padding {
    padding: 10px 0;
}

.hero {
    position: relative;
}
.hero-copy {
    position: absolute;
    top: 0;
    width: 100%;
}
.hero .container {
    position: relative;
    padding: 0;
}
.hero h1 {
    position: relative;
    top: 0;
    background: #1b459c;
    color: #fff;
    margin: 0;
    left: 0%;
    width: 91%;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Arial";
    font-size: 22px;
    text-align: center;
    margin-left: 5%;
}
.hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.fluid-img img{
    max-width: 100%;
    height: auto;
}
#main-container .wrapper.background-gray, #main-container .wrapper.qualify-rewards, #main-container .wrapper.checking-accounts {
    padding: 40px 0;
}
.wrapper.checking-accounts {
    padding-bottom: 0 !important;
}

.wrapper.background-gray h2, .wrapper.qualify-rewards h2 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 500;
    margin-top: 0;
}


.wrapper.background-gray h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    font-style: normal;
}
.text-center {
    text-align: center !important;
}
.wrapper.background-gray.next-level .btn, .wrapper.checking-accounts .btn {
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
}

.btn.border {
    color: #1b459c;
    border: 2px solid #1b459c !important;
}

.wrapper.next-level p strong {
    color: #616161;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.wrapper.qualify-rewards h2 {
    text-transform: uppercase;
    font-weight: 500;
}
.wrapper.qualify-rewards p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.circle {
    margin: 0 auto;
    background: #1b459c;
    color: white;
    border-radius: 100px;
    font-weight: 500;
    position: relative;
}

.circle.sm {
    height: 66px;
    width: 66px;
}
.circle.sm p {
    font-size: 15px;
}

.circle.sm span {
    font-size: 12px;
}

.circle.md {
    height: 88px;
    width: 88px;
}
.circle.md p {
    font-size: 18px
}

.circle.md span {
    font-size: 16px
}

.circle.lg {
    height: 112px;
    width: 112px;
}
.circle.lg p{
    font-size: 25px;
}

.circle.lg span {
    font-size: 22px;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.circle-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.wrapper.qualify-rewards .circle p {
    margin-bottom: 0;
    line-height: 22.5px;
}

.circle span {
    display: block;
}

.wrapper.banking-services {
    padding: 0 0 0 0;
}
.wrapper.background-gray.banking-services .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper.banking-services h2 {
    margin: 30px 0;
    font-weight: 400;
    color: rgb(72, 72, 72);
}
.wrapper.background-gray.banking-services p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.wrapper.banking-services img {
    width: 100%;
}

.wrapper.banking-services ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
}

.wrapper.banking-services li:before {
    content: '';
    display: inline-block;
    padding: 11px;
    margin-top: 2px;
    margin-right: 15px;
    background: url(../img/arrow-blue.jpg) no-repeat;
    background-size: contain;
}

.wrapper.wrapper.checking-accounts h2 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 32px;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    color: rgb(72, 72, 72);
    margin-top: 0;
}
.wrapper.wrapper.checking-accounts p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
.wrapper.checking-accounts p strong {
    color: #616161;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}

.wrapper.checking-accounts .icons .col {
    margin-bottom: 20px;
}

.wrapper.checking-accounts .icons img {
    margin-bottom: 30px;
}

.wrapper.checking-accounts .btn.background {
    background: #1b459c;
    color: white;
}

.wrapper.wrapper.checking-accounts .copyinfo p{
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.5px;
    margin-bottom: 16px;
}
.container {
    max-width: 1140px;
}

@media (min-width:576px) {
    .wrapper.background-gray.banking-services .container, .wrapper.qualify-rewards .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .hero .container {
        width: 100%;
    }
    .hero h1 {
        position: absolute;
        width: 300px;
        font-size: 22px;
        text-align: left;
    }
    .circle.sm {
        height: 84px;
        width: 84px;
    }
    .circle.sm p {
        font-size: 18px;
    }
    .circle.sm span {
        font-size: 13px;
    }
    .circle.md {
        height: 108px;
        width: 108px;
    }
    .circle.md p {
        font-size: 24px;
    }
    .circle.md span {
        font-size: 17px;
    }
    .circle.lg {
        height: 142px;
        width: 142px;
    }
    .circle.lg p {
        font-size: 30px;
    }
    .circle.lg span {
        font-size: 22px;
    }
    .wrapper.background-gray.banking-services .container, .wrapper.qualify-rewards .container {
        max-width: 720px;
    }
    .wrapper.background-gray.banking-services .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .wrapper.background-gray.banking-services .left-column {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .wrapper.background-gray.banking-services .right-column {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 49%;
    }
    .wrapper.qualify-rewards .align-items-start p {
        padding: 0 20px;
    }
    .wrapper.qualify-rewards .circle p {
        margin-bottom: 0;
        line-height: 28px;
    }
    .wrapper.banking-services {
        padding: 40px 0;
    }
    .wrapper.banking-services h2 {
        margin: 0 0 30px;
    }
}
@media (min-width:769px) {

    .hero h1 {

        margin-left: 7%;
    }
}

@media (min-width: 992px) {
    .hero .container {
        width: 970px;
    }
    .hero h1 {
        margin-left: 15px;
        width: 330px;
        font-size: 28px;
    }
    .w-100 {
        display: none;
    }
    .wrapper.qualify-rewards .align-items-start p {
        padding: 0 0;
    }
    .wrapper.background-gray.banking-services .container, .wrapper.qualify-rewards .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper.background-gray.banking-services .container, .wrapper.qualify-rewards .container {
        max-width: 1140px;
    }
    .hero .container {
        width: 1170px;
    }

}
@media (min-width: 1281px) {

    .hero h1 {
        left: 0;
        width: 409px;
        font-size: 36px;
    }
}