#idm-hd {
  margin-bottom: 0;
}

#idm-bd {
  min-height: 450px;
}

#idm-bd #header.navi-hdr {
  margin-top: -19px;
}

#idm-ft {
  margin-top: 20px;
  text-align: center;
}
#idm-ft .footer ul li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
}

.text-s {
  font-size: 10px;
}

.text-m {
  font-size: 13px;
}

.text-l {
  font-size: 16px;
}

.center {
  text-align: center;
}

.banner {
  max-height: 125px;
  text-align: center;
  padding: 20px;
}
.banner img {
  padding-top: 5px;
  margin: 0px auto;
}

.banner-txt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  padding-top: 12px;
}

.banner-btn {
  margin: 0px auto;
  max-width: 230px;
}

.login {
  margin: 0px auto;
}
.login h1, .login p {
  text-align: center;
}
.login p.left {
  text-align: left;
}
.login input, .login select {
  margin-bottom: 0;
}
.login input[type="checkbox"] {
  display: inline;
  border: 1px solid #e2e2e6;
  margin-right: 5px;
}

.login .row.top-buffer-10 {
  margin-top: 12px;
}

#header {
  background-color: #F7F7F7;
}
#header h1, #header #navigation {
  padding-left: 0;
}

#navigation {
  margin-top: 29px;
  padding-bottom: 3px;
  border-bottom: 1px solid #DDDDDD;
}
#navigation .entry {
  color: #888;
  text-decoration: none;
  margin-right: 40px;
  padding: 0;
  font-size: 14px;
}
#navigation .entry.selected {
  color: #000;
  border-bottom: 3px solid #ff6a13;
}
#navigation .entry:hover {
  text-decoration: underline;
}

.form-group fieldset {
  padding-left: 20px;
  border: none;
}

.navi-ctr.container .login {
  margin-left: 0px;
  padding-left: 0px;
}

.navi-ctr.container .form-group fieldset {
  padding-left: 0;
}

.form-group .validation-feedback {
  color: #f24533;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  min-height: 11px;
  padding-left: 2px;
  padding-top: 1px;
}

.form-group .countdown-resend {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  min-height: 11px;
  padding-left: 2px;
  padding-top: 1px;
}

.form-group .time {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  min-height: 11px;
}

.form-group .validation-feedback.noshow {
  visibility: hidden;
}

.form-group .validation-feedback .icon-Information {
  font-size: 13px;
  display: inline-block;
  margin-top: 1px;
}

#form-create-profile .row, #form-save-profile .row {
  margin-top: 10px;
}

#form-save-profile div.form-group {
  margin-top: 15px;
}

#form-create-profile .form-group h4, #form-save-profile .form-group h4 {
  font-weight: 400;
  color: #333;
  padding-bottom: 5px;
}

#form-save-profile span.displayonly {
  background-color: #fff;
  font-weight: 400;
  height: 30px;
}

/*Temp need to come from YSB bootstrap*/
*, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

h1 {
  font-style: light;
  font-weight: 300;
  font-size: 36px;
}

h2 {
  font-style: bold;
  font-weight: 700;
  font-size: 36px;
}

h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.btn {
  border-radius: 4px;
  line-height: 14px;
}

.btn-primary {
  background-color: #ff6a13;
  color: #fff;
  border: 1px solid #ff6a13;
  font-size: 14px;
  font-weight: bold;
}

.btn-primary:hover {
  color: #fff;
  border-color: #b94600;
  background-color: #b94600;
}

.btn-secondary {
  background-color: #fff;
  border-color: #ff6a13;
  color: #ff6a13;
  font-size: 14px;
  font-weight: bold;
}

.btn-secondary:hover {
  border-color: #b94600;
  color: #b94600;
}

a, a:active {
  color: #FF6A13;
}

a:hover {
  color: #B94600;
  text-decoration: underline;
}

a:visited {
  color: #FF6A13;
}

label[for=chk-persistent] {
  padding-left: 5px;
}

.form-control:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #13a8ff;
  outline: 0;
}

.form-control:hover,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #13a8ff;
  outline: 0;
}

#idm-bd .form-control:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #13a8ff;
  outline: 0;
}

#idm-bd .form-control:hover,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #13a8ff;
  outline: 0;
}

#idm-bd .form-control.error:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #f24533;
  outline: 0;
}

#idm-bd .form-control.error:hover,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #f24533;
  outline: 0;
}

.label-floatlabel.placeholder-text-flurry.error {
  color: #f24533;
}

ol, ul {
  padding-left: 0;
}

.pt-p15 {
  padding-top: 15px;
}

/* bootstrap alerts */
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  z-index: 1002;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-dismissable {
  padding-right: 35px;
}

button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}

.close {
  color: #000;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}

.close:focus, .close:hover {
  color: #000;
  opacity: 0.5;
}

.notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

#gcaptcha {
  margin-bottom: 10px;
}

.show-password, .show-resend {
  background-color: transparent;
  border: none;
  bottom: 6px;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  right: 6px;
  _width: 45px;
  text-align: center;
}

.password-meter {
  display: block;
  float: right;
  position: absolute;
  left: 1px;
  bottom: 1px;
  right: 1px;
  text-align: center;
}

.psw-strength-meter {
  display: inline-block;
  float: left;
  height: 4px;
}

.input-group {
  position: relative;
}

@media screen and (max-width: 766px) {
  #rc-imageselect, .g-recaptcha {
    margin-left: 0%;
  }

  .profile-management .row label.text-m.left.responsive-top-33 {
    margin-top: 5px;
  }

  .profile-management .row label.text-m.left.responsive-top-0 {
    margin-top: 5px;
  }

  .profile-management .row div .text-m.left {
    margin-top: 0;
  }

  .non-mobile-only {
    display: none;
  }

  .mobile-only {
    display: inline-block;
  }

  .login-bnr {
    padding-bottom: 20px;
  }

  #login-banner {
    min-height: 60px !important;
  }

  #idmlogin .banner {
    max-height: 60px;
    padding: 0;
  }

  .login-sep.login-lg-sep {
    border-top: 1px solid #ccc;
  }

  .login-sep.login-ac-sep {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #rc-imageselect, .g-recaptcha {
    margin-left: 12%;
  }

  .profile-management .row label.text-m.left.responsive-top-33 {
    margin-top: 5px;
  }

  .profile-management .row label.text-m.left.responsive-top-0 {
    margin-top: 5px;
  }

  .profile-management .row div .text-m.left {
    margin-top: 0;
  }

  .non-mobile-only {
    display: inline-block;
  }

  .mobile-only {
    display: none;
  }

  .login-bnr {
    padding-bottom: 20px;
  }

  #login-banner {
    min-height: 60px !important;
  }

  #idmlogin .banner {
    max-height: 60px;
    padding: 0;
  }

  .login-sep.login-lg-sep {
    border-top: 1px solid #ccc;
  }

  .login-sep.login-ac-sep {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.91);
    -webkit-transform: scale(0.91);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .profile-management .row label.text-m.left.responsive-top-33 {
    margin-top: 33px;
  }

  .profile-management .row label.text-m.left.responsive-top-0 {
    margin-top: 0;
  }

  .profile-management .row div .text-m.left {
    margin-top: 23px;
  }

  .non-mobile-only {
    display: inline-block;
  }

  .mobile-only {
    display: none;
  }

  .login-sep.login-lg-sep {
    border-left: 1px solid #ccc;
  }

  .login-sep.login-ac-sep {
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 1200px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .profile-management .row label.text-m.left.responsive-top-33 {
    margin-top: 33px;
  }

  .profile-management .row label.text-m.left.responsive-top-0 {
    margin-top: 0;
  }

  .profile-management .row div .text-m.left {
    margin-top: 23px;
  }

  .non-mobile-only {
    display: inline-block;
  }

  .mobile-only {
    display: none;
  }

  .login-sep.login-lg-sep {
    border-left: 1px solid #ccc;
  }

  .login-sep.login-ac-sep {
    border-right: 1px solid #ccc;
  }
}
.form-control, input[type="text"] {
  height: 40px;
}

#idm-bd .container form {
  padding-left: 0;
}

#address-suggestions .results {
  border-radius: 4px;
  margin: 0;
  padding: 0;
  border: 1px solid #d1d1d1;
  background: #fff;
  overflow-x: scroll;
  max-height: 250px;
}

#address-suggestions .results ul {
  list-style: none;
  margin: 0;
}

#address-suggestions .results ul li:hover {
  background-color: #f1f1f1;
}

#address-suggestions .results ul li {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 15px 20px;
}

#address-suggestions .results ul li:last-child {
  border-bottom: none;
}

#address-suggestions .results ul li a {
  color: #000;
}

#address-suggestions .results ul li a:hover {
  color: #ffa500;
}

#address-suggestions .row .dym-ctr {
  border: 1px solid #ffa500;
  padding: 10px 20px;
}

#address-suggestions .row .dym-ctr label {
  font-weight: bold;
}

#twoFAHdr.row {
  margin-top: 0;
}

.question {
  background-position: 0 -3828px;
  height: 16px;
  text-decoration: none !important;
  width: 16px;
}

.question, .ysb-logo {
  background-image: url("https://sep.yimg.com/yf/sbp/img/c998641c.icons-sbba3b64771.png");
  background-repeat: no-repeat;
}

a.question.show-box {
  border-bottom: 0 none !important;
}

#idm-bd .form-control:disabled,
#idm-bd input:disabled:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#idm-bd .form-control:disabled:hover,
#idm-bd input:disabled:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover,
#idm-bd .form-control:disabled:focus,
#idm-bd input:disabled:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
  background-color: #e2e2e6;
  text-shadow: #e2e2e6;
  border: 1px solid #d1d1d1;
  outline: 0 none;
}

#idm-bd .highlight-element {
  text-shadow: 0 0 5px #ff0;
}
