/* 
 *  Styles that correct pages that exist both full screen and in iframe portlet.
 *
 */

/* Moving the CHAT CSS from individual pages */ 
#chat-available{
            background-image: url(/newImages/livechat-image-final.jpg);
            padding-left:0em;
            background-repeat: no-repeat;
            height:90px;
            width:308px;
            display:none;
            cursor: pointer;
}

#chat-unavailable{
            background-image: url(/newImages/livechat-not-available-final.jpg);
            padding-left:0em;
            background-repeat: no-repeat;
            height:90px;
            width:308px;
            display:none;
            cursor: pointer;
}
 /* End CHAT CSS */
 
.centerWrapper { 
	float: inherit; 
	margin-left: auto;
    margin-right: auto;
	width: auto;
    max-width: 640px;
}

.centerWrapper .logo {
	margin-top: 5%;
	margin-bottom: 50px; 
}

.centerWrapper h1 { 
	text-align: center; 
	margin-bottom: 15px; 
	/*color: #42BFE7;*/
	color: #004e87;
	/*font: 400 26px 'Rokkitt','Arial Narrow',serif;*/
	font: 400 26px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.staticFooter { 
	margin-top: 100px; 
}

.stickyFooter { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%; 
	clear: both; 
}

.hide-in-frame {
	display: none;
}

.footerWrapper {
  width: 100%;
  clear: both;
}

.footerWrapper .footerContent {
  width: 100%;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
}

.footerWrapper .footerContent  .footer-links p {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 13px;
  text-align: center;
}

.footer-social {
    background-color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 72px;
}

.footer-links {
    padding-top: 22px;
    padding-bottom: 31px;
    background-color: #004e87;
    text-align: center;
    color: white;
}

.footer-links a, .footer-links a:hover {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.footer-links span.spacer {
    padding: 0px 14px 0px 14px;
}

/*------------------------------------*\
    MEMBER LOGIN
	Mega Nav & Right Column
\*------------------------------------*/

.member-login {
  margin: 15px 0 20px 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.member-login,
.member-login a {
  font-weight: normal;
}

.member-login,
.member-login a,
.member-login h2,
.member-login h3 {
  color: white;
  font-weight: normal;
}

.member-login a {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 5px;
}

.member-login a:hover {
  text-decoration: none;
}

.member-login a.link {
	line-height: 1.8;
}

.member-login h2,
.member-login h3 {
  width: 100%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.member-login hr {
  border-top: #ffffff 1px solid;
  border-right: none;
  border-bottom: #eeeeee 1px solid;
  border-left: none;
  margin-top: 5px;
  margin-bottom: 0px;
}

.member-login form,
.member-login p {
  margin: 0 25px 0 20px;
  padding-right: 0px;
}

.member-login input[type="text"] {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  margin-right: 5px;
  border-color: #CCC;
  border-width: 1px;
  color: black;
}

.member-login input[type="password"] {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  margin-right: 5px;
  border-color: #CCC;
  border-width: 1px;
  color: black;
}

.member-login label {
  width:100%;
  display: block;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
}

.member-login label.remember-me {
  display: inline-block;
  margin-top: 7px;
  font-size: 14px;
}

.member-login .button {
  float: right;
  width: 78px;
  height: 28px;
}

.member-login .button.right {
  margin-right: 0px;
  margin-bottom: 0px;
}

.member-login label span,
.member-login label span a {
  color: #c1d8e1;
}

.member-login .login-row {
  margin-top: 10px;
}

/* Login Button Row */

.member-login .login-row input[type="checkbox"] {
  margin-bottom: 15px;
  margin-left: 20px;
}

.register-account{
  clear:both;
}

.member-login .secure-site {
  display: inline-block;
  float: right;
  font-size: 12px;
}

.member-login .secure-site i {
  font-size: 1.5em;
  color: #FCD505;
}

/* Member-Login Adjustments from Main Style*/

.main-nav li div.nav-container .member-login label span a {
  color: #c1d8e1;
}

.main-nav li div.nav-container .member-login {
  margin-top: 0;
}

.main-nav li div.nav-container .member-login .login-row input[type="checkbox"] {
  margin-left: 25px;
}

.member-login {
	text-align: left;
}

.loginWrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-color: #009BDA;*/
    background-color:#004e87;
    border-color: -moz-use-text-color #0078AA #0078AA -moz-use-text-color;
    border-image: none;
    border-right: 1px solid #0078AA;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    margin-bottom: 10px;
    padding-top: 1px;
    width: 100%;
}

.loginWrapper { 
	width: 315px; 
	margin: 0 auto 0 auto; 
}

.errorWrapper {
	width: 348px; 
	margin: 0 auto 0 auto; 
}

.errorWrapper .alert-box p {
    margin: 5px 10px 5px 15px;
}

.errorWrapper p, form.styled {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 15px 15px;
}

.registration-error {
	color: #b94a48;
	font-size: 9.5px;
}

@media only screen and (min-width: 992px) {
  .footer-linkslegacy .flink-sectionlegacy:nth-child(2) {
    border-left: 1px solid #0078CC;
    border-right: 1px solid #0078CC;
  }

  .footer-linkslegacy .flink-sectionlegacy {
    padding-left: 70px;
  }

  .footer-centeredLegacy {    
    text-align: center;
  }
  
  .footer-linkslegacy .bpi-footer-row .flink-sectionlegacy:nth-child(2) {
    border-right: none;
    padding-left: 22%;
  }
}

.footer-linkslegacy .flink-sectionlegacy ul li {
	padding: 0px;
	margin: 0;
	padding-left: 0px;
	min-height: 25px;
	list-style-type: none;
}
.footer-linkslegacy .flink-sectionlegacy ul li:before {
	display: none
}

.footer-linkslegacy .footer-centeredLegacy .col-md-12 p {
	font-size: 16px;
	color: white;
	line-height: 20px;
	margin: 5px 0 15px 0;
}

.footer-linkslegacy .flink-sectionlegacy ul {
	padding: 0px;
	margin: 0;
}

.footer-linkslegacy .flink-sectionlegacy ul li {
	padding: 0px;
	margin: 0;
	padding-left: 0px;
	min-height: 25px;
	list-style-type: none;
}

.footer-linkslegacy .bodyRowLegacy .row .flink-sectionlegacy h2 {
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: inherit;
}

.footer-linkslegacy .bodyRowLegacy .row {
	max-width: 980px;
	margin: auto;
}

.footer-linkslegacy .flink-sectionlegacy {
	height: auto;
	margin-bottom: 40px;
	text-align: left;
}

/*MBC-18156 override boostrap 3 break point until all legacy apps that use
the global footer have been updated to use bootstrap 4. Once all have been updated
to boostrap 4 this rule can be removed*/
@media  only screen and (min-width: 992px) {
  .footer-linkslegacy .flink-sectionlegacy {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      width: 33.333333%;
      float: left;
  }

  .footer-linkslegacy .bpi-footer-row .flink-sectionlegacy {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      float: left;
  }
}


.footerWrapper .footerContent  .footer-linkslegacy p {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 13px;
}

.footer-social {
    background-color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 72px;
}

.footer-linkslegacy a, .footer-linkslegacy a:hover {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.footer-linkslegacy {
    padding-top: 22px;
    padding-bottom: 31px;
    background-color: #004e87;
    color: white;
}

.footer-linkslegacy a, .footer-linkslegacy a:hover {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.sharedPageTest {
  color: red;
}

/* ============================================= *\
  cust_login.jsp page style -- BEGIN
\* ============================================= */

/* The switch - the box around the slider */
  .member-login .rememberMeSwitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
  }
  /* Hide default HTML checkbox */
  .rememberMeSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  /* The slider */
  .rememberMeSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .rememberMeSlider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4.5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked+.rememberMeSlider {
    background-color: #0078CC;
  }
  
  input:focus+.rememberMeSlider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked+.rememberMeSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  /* Rounded sliders */
  .rememberMeSlider.round {
    border-radius: 34px;
  }
  
  .rememberMeSlider.round:before {
    border-radius: 50%;
  }
  
  @media only screen and (max-width: 634px) {
    #showPassContainer {
      bottom: 26px;
      height: 1px;
    }
  }
  
  .loginWrapper {
    border: none !important;
    background: none !important;
  }
  
  .loginLabel {
    background-color: #004e87;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
  }
  
  .loginBody {
    border: 1px solid #004E87;
    border-bottom: 0;
    color: #000;
  }
  
  .secure-site {
    color: #000 !important;
  }
  
  .icon-lock::before {
    color: #004E87;
  }
  
  .forgotUserPass {
    font-size: 12px;
    text-align: center;
  }
  
  .forgotUserPassText {
    padding-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
  }
  
  .footerContentText {
    margin-left: 23%;
  }
  
  .footerContent {
    border-top: 0;
    color: #000;
    padding-top: 1.5em;
  }

  .footerContentLogin {
    border: 1px solid #004E87;
    border-top: 0;
    color: #000;
    padding: 1.5em 0;
    border-radius: 0 0 10px 10px;
  }
  
  .mobileRememberUsername {
    position: relative;
    bottom: 2.85em;
    left: 5.5em;
    color: #000 !important;
  }
  
  .loginLinkText {
    color: #0078CC !important;
  }
  
  .loginButton {
      background-color: #fcdf05;
      border-color: #e3c905;
  }
  
  .loginButton:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00;
  }

  .member-login input::-ms-reveal, .member-login input::-ms-clear {
    display: none;
  }

/* ============================================= *\
  cust_login.jsp page style -- END
\* ============================================= */