﻿/*CSS form GE Modal Integration Start*/ 
html,
body {
  height: 100%;
}
html {
  overflow: auto;
}
.modal-popup {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 101;
  -webkit-backface-visibility: hidden;
}
.modal-popup.modal-popup--sm .modal-content {
  max-width: 500px;
}
.modal-popup.modal-popup--active .modal-card__wrapper {
  opacity: 1;
  margin-top: 0;
}
.modal-popup.modal-popup--active .modal__background {
  opacity: 1;
}
.modal-popup > .modal3 {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-popup .modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  position: relative !important;
  width: 100%;
  max-width: 960px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .modal-popup .modal-content {
    margin: 0;
  }
}
.modal-popup .override-app-wrapper > div:first-child {
  -webkit-overflow-scrolling: touch !important;
  background-color: white !important;
  overflow: auto !important;
  max-height: calc(80vh - 150px) !important;
}
.modal-popup .modal-footer {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #divAnonSessionTimer .sf-timer-modal {
    width: 450px;
  }
}

.pageMask,
.pageMask2 {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #666;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  visibility: hidden;
  top: auto;
  z-index: 999;
}

.modal3 {
  font-size: 12px;
}

.modal3 .p-m,
.modal3 ._p-m * {
  padding: 10px;
}

.modal3 .mb-m,
.modal3 ._mb-m * {
  margin-bottom: 10px;
}

.modal3 .ml-m,
.modal3 ._ml-m * {
  margin-left: 10px;
}

.modal3 .mr-m,
.modal3 ._mr-m * {
  margin-right: 10px;
}

.modal3 a.btn,
.modal3 a.submit-btn {
  display: inline-block;
  background: #0052c2;
  padding: 0 13px 0 13px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0052c2;
  font-size: 11px;
}

.modal3 a.btn span,
.modal3 a.submit-btn span {
  padding: 0;
  cursor: pointer;
  background: 0;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  line-height: 21px;
  height: 22px;
}

.modal3 a.btn span span,
.modal3 a.btn span b {
  color: #fff;
}

.modal3 .fl,
.modal3 .floatLeft {
  float: left;
}

.modal3 .fr,
.modal3 .floatRight {
  float: right;
}

.modal3 .fc {
  clear: both;
}

.modal3 .fc-fix:before,
.modal3 .fc-fix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.modal3 .fc-fix:after {
  clear: both;
}
.modal3 .fc-fix {
  zoom: 1;
}

.modal3 .alertFont {
  font-size: 18px;
}
.modal3 .intro {
  position: relative;
  margin: 0 0 10px !important;
  padding: 20px 20px 15px 20px;
  background-color: #ecebeb;
}

.modal3 .intro:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(top, rgba(91, 91, 91, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(91, 91, 91, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(91, 91, 91, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a65b5b5b', endColorstr='#00000000', GradientType=0);
}

.modal3 .topSep,
.modal3 .topSep td,
.modal3 .topSep th {
  border-top: 1px solid #d6d6d6;
}

.modal3 .bottomSep,
.modal3 .bottomSep td {
  border-bottom: 1px solid #d6d6d6;
}

.modal3 .bg-modal,
.modal3 ._bg-modal * {
  background-color: #ecebeb;
}

.modal3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0 none;
  z-index: 1210;
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
    .modal3 {
        top: 51px;
    }
} 

.modal-backdrop {
  height: 100%;
  position: fixed !important;
  z-index: 1070;
  background-color: #000000;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-dialog {
  position: absolute !important;
  z-index: 1070;
  margin: 10px;
  position: relative;
  width: auto;
}
.modal-header {
  padding: 15px;
  border-bottom: none;
  min-height: 16.3px;
}
.modal-body {
  max-height: none !important;
  overflow: hidden !important;
  padding: 0 30px;
  position: relative;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
h4.modal-title {
  color: #6b5e51;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px !important;
  font-weight: normal;
  margin: 0.5em 0 !important;
  padding: 0 15px;
  border-bottom: none !important;
}
.modal-footer {
  padding: 30px;
}
.modal-body .modal-footer.resp-btn-row {
  padding: 30px 0 !important;
}
.modal-sm .modal-content {
  border-radius: 0 !important;
}
.modal-sm {
  width: auto !important;
}
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0 none;
  position: relative;
}
.modal-content-mask {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 0.5;
}
.modal-content.override-app-wrapper .row {
  margin-right: 0;
}
.modal-content .close {
  margin-right: 10px;
  float: right;
  line-height: 1;
  opacity: 1;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: 7.5px;
}
.modal-content .close:focus {
  outline: 1px dotted #000;
  outline-offset: -1px;
}
.close a {
  font-family: connections;
  font-size: 30px;
  color: #828282;
  text-shadow: none;
}
.close a:hover {
  text-decoration: none;
}
.close a:active {
  outline: none !important;
}
.close_char,
.close-char {
  /*color: #524940;*/
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  float: right;
  cursor: pointer;
}

.btn-primary span {
  color: #fff !important;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.fade.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-close button.close {
  background: transparent url("https://styles-olui2.fs.ml.bac-assets.com/sve/p/mymerrill/images_prod/bg/modal/icons-sprite.png") no-repeat 0 -79px;
  margin: 5px;
  width: 15px;
  height: 18px;
}
.modal-content .close {
  margin-right: 7px;
  margin-top: 0.5px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-close button.close:hover,
.modal-close button.close:focus {
  background-position: 0 -118px;
  color: #0052c2 !important;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}

.modal-override-wrapper h4.modal-title,
.modal-confirmation h4.modal-title {
  background: #012169 !important;
  height: 27px;
  text-align: left;
  color: #fff;
  line-height: 27px;
  font-size: 12px !important;
  font-weight: bold;
  padding-left: 10px;
  border: 1px solid #333;
  border-bottom: 0;
  font-family: Arial !important;
  margin: 0 !important;
  width: auto !important;
}
.modal-override-wrapper .modal-header,
.modal-confirmation .modal-header {
  padding: 0;
}
.modal-override-wrapper .close,
.modal-confirmation .close {
  margin-right: 10px !important;
  margin-top: 0px !important;
  position: absolute;
  top: -1px;
  float: right;
  right: 0;
  z-index: 3000000000;
  text-shadow: none;
}
.modal-override-wrapper .close:focus,
.modal-confirmation .close:focus {
  outline: 1px dotted #fff !important;
}
.modal-override-wrapper .close a,
.modal-confirmation .close a {
  font-size: 12px !important;
  font-family: Arial !important;
  display: none;
}
.modal-override-wrapper .close .ada-hidden,
.modal-confirmation .close .ada-hidden,
.modal-override-wrapper .close .adahidden,
.modal-confirmation .close .adahidden {
  font-size: 12px !important;
  font-family: Arial !important;
  left: 0;
}
.modal-override-wrapper .close-char,
.modal-confirmation .close-char {
  float: right !important;
  font-weight: normal !important;
  background: url("https://styles-olui2.fs.ml.bac-assets.com/sve/p/mymerrill/images_prod/bg/modal/sprite_icons.png") right -989px no-repeat !important;
  padding-right: 15px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 28px;
}
.modal-override-wrapper .modal-body {
  padding: 20px !important;
}
.modal-override-wrapper .modal-dialog {
  margin: 0;
}
.modal-confirmation .modal-body {
  padding: 0 !important;
}
.modal-override-wrapper .modal-footer {
  padding: 30px 15px !important;
}
.modal-confirmation .modal-footer {
  padding: 20px 0 0 0 !important;
}
.modal-confirmation p {
  margin-top: 0;
}
.modal-confirmation .ml-m.mr-m.mb-m {
  padding-bottom: 15px;
}

.overlay{
  position: static;
  top: 0;
  left: 0;
  visibility: hidden;
}

.col50-50:after,
.col33-33-33:after,
.col33-66:after,
.col66-33:after,
.col25-75:after,
.col40-60:after,
.col60-40:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.hoverPopup .alertModule span.top,
.hoverPopup .messageModule span.top,
.module .alertModule span.top,
.module .messageModule span.top,
.contentModule span.top {
  margin-top: 0 !important;
}


.modalHead {
  background: #131d4e url("https://styles-olui2.fs.ml.bac-assets.com/sve/p/mymerrill/images_prod/bg/modal/sprite_bg.gif") left -165px repeat-x !important;
  height: 27px;
  text-align: left;
  color: #fff;
  line-height: 27px;
  font-weight: bold;
  padding-left: 10px;
  border: 1px solid #333;
  border-bottom: 0;
}

.modalBody {
  background: #fff;
}

.modal3 .hide {
  display: none;
}

.modal3 .btn[disabled],
.modal3 .btn:hover[disabled],
.modal3 .btn:active[disabled],
.modal3 .btn.btn-disabled,
.modal3 .btn:hover.btn-disabled,
.modal3 .btn:active.btn-disabled {
  background: #0052c2 !important;
  color: #fff !important;
  cursor: default;
}
.override-app-wrapper .btn.btn-disabled,
.override-app-wrapper .btn.btn-disabled:hover {
  background: #ece6dd !important;
  color: #857363 !important;
  border-color: #ece6dd !important;
}
.modal3 .bold {
  font-weight: bold;
}
.modal3 .mt-5 {
  margin-top: 5px;
}
.modal3 .mb-5 {
  margin-bottom: 5px;
}
#mod_MainNav #main-nav-nav.affix {
  top: 55px !important;
}
#marketChartingSlider .button {
  padding: 45px 0 0 7px;
}
.timerModalBackground {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #666;
  z-index: 100000 !important;
}

.modal3 .modal__close {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
  float: right;
  transition: 0.35s all ease-in-out;
  margin: 3px 5px 0px;
  padding: 0 10px;
  box-sizing: border-box;
}

.modal3 .modal__close .close-char {
  display: none;
}

.modal3 .modal__close .modal__close-icon {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  top: 1px;
  text-align: right;
  vertical-align: top;
  border: none;
  transition: 0.35s all ease-in-out;
  background: transparent;
}

.modal3 .modal__close .modal__close-icon:before,
.modal3 .modal__close .modal__close-icon:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  transition: 0.35s all ease-in-out;
  display: block;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal3 .modal__close .modal__close-icon:before {
  height: 2px;
}

.modal3 .modal__close .modal__close-icon:after {
  width: 2px;
}

.modal3 .modal__close.modal__close--hide-text {
  padding: 0;
  overflow: hidden;
  height: 18px;
  width: 18px;
  padding-left: 18px;
}

.modal3 .modal__close:hover,
.modal3 .modal__close:active,
.modal3 .modal__close:focus {
  color: #ece6dd;
}

.modal3 .modal__close:hover .modal__close-icon:before,
.modal3 .modal__close:active .modal__close-icon:before,
.modal3 .modal__close:focus .modal__close-icon:before,
.modal3 .modal__close:hover .modal__close-icon:after,
.modal3 .modal__close:active .modal__close-icon:after,
.modal3 .modal__close:focus .modal__close-icon:after {
  background-color: #ece6dd;
}
.modal3 .close {
  margin-top: 10px;
}
.modal3 .modal__close {
  color: #666666;
  padding: 0;
  overflow: hidden;
  height: 18px;
  width: 18px;
  padding-left: 18px;
  margin-bottom: 5px;
}
.modal3 .modal__close .modal__close-icon {
  position: absolute;
  height: 18px;
  width: 18px;
}
.modal3 .modal__close .modal__close-icon:before,
.modal3 .modal__close .modal__close-icon:after {
  background-color: #666666;
  left: -50%;
}
.modal3 .modal__close:hover,
.modal3 .modal__close:active,
.modal3 .modal__close:focus {
  color: #333333;
}

.modal3 .modal__close:hover .modal__close-icon:before,
.modal3 .modal__close:active .modal__close-icon:before,
.modal3 .modal__close:focus .modal__close-icon:before,
.modal3 .modal__close:hover .modal__close-icon:after,
.modal3 .modal__close:active .modal__close-icon:after,
.modal3 .modal__close:focus .modal__close-icon:after {
  background-color: #333333;
}

.modal3 .txt-16 {
  font-size: 15px;
}

.modal3 .modal-font__bold {
  font-weight: bold;
}

.modal3 .w-500px {
  max-width: 500px;
}

.modal3 .modal-footer.override-app-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.modal3 .alert-icons {
  margin-right: 10px;
}

.modal3 .modal-confirmation-message {
  margin-bottom: 10px;
}

.modal3 .modal-profile-admin .main-modal-body {
  overflow: hidden;
  padding: 20px 20px 15px 20px;
  position: relative;
  background-color: #f9f7f4;
}

.modal-confirmation .modal-body .m-m {
  margin: 15px;
}
.modal__close {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
  float: right;
  transition: 0.35s all ease-in-out;
  margin: 3px 5px 0px;
  padding: 0 10px;
  box-sizing: border-box;
}
.modal__close .close-char {
  display: none;
}
.modal__close .modal__close-icon {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  top: 1px;
  text-align: right;
  vertical-align: top;
  border: none;
  transition: 0.35s all ease-in-out;
  background: transparent;
}
.modal__close .modal__close-icon:before,
.modal__close .modal__close-icon:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  transition: 0.35s all ease-in-out;
  display: block;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal__close .modal__close-icon:before {
  height: 2px;
}
.modal__close .modal__close-icon:after {
  width: 2px;
}
.modal__close.modal__close--hide-text {
  padding: 0;
  overflow: hidden;
  height: 18px;
  width: 18px;
  padding-left: 18px;
}
.modal__close.modal__close--hide-text .modal__close-icon {
  position: absolute;
  height: 18px;
  width: 18px;
}
.modal__close.modal__close--hide-text .modal__close-icon:before,
.modal__close.modal__close--hide-text .modal__close-icon:after {
  left: -50%;
}
.modal__close.modal-layout--light {
  color: #666666;
}
.modal__close.modal-layout--light .modal__close-icon:before,
.modal__close.modal-layout--light .modal__close-icon:after {
  background-color: #666666;
}
.modal__close.modal-layout--light:hover,
.modal__close.modal-layout--light:active,
.modal__close.modal-layout--light:focus {
  color: #333333;
}
.modal__close.modal-layout--light:hover .modal__close-icon:before,
.modal__close.modal-layout--light:active .modal__close-icon:before,
.modal__close.modal-layout--light:focus .modal__close-icon:before,
.modal__close.modal-layout--light:hover .modal__close-icon:after,
.modal__close.modal-layout--light:active .modal__close-icon:after,
.modal__close.modal-layout--light:focus .modal__close-icon:after {
  background-color: #333333;
}
.modal__close:hover,
.modal__close:active,
.modal__close:focus {
  color: #ece6dd;
}
.modal__close:hover .modal__close-icon:before,
.modal__close:active .modal__close-icon:before,
.modal__close:focus .modal__close-icon:before,
.modal__close:hover .modal__close-icon:after,
.modal__close:active .modal__close-icon:after,
.modal__close:focus .modal__close-icon:after {
  background-color: #ece6dd;
}
.modal3 .close {
  margin-top: 10px;
}
.modal3 .modal__close {
  color: #666666;
  padding: 0;
  overflow: hidden;
  height: 18px;
  width: 18px;
  padding-left: 18px;
  margin-bottom: 5px;
}
.modal3 .modal__close .modal__close-icon {
  position: absolute;
  height: 18px;
  width: 18px;
  box-sizing: inherit;
}
.modal3 .modal__close .modal__close-icon:before,
.modal3 .modal__close .modal__close-icon:after {
  background-color: #666666;
  left: -50%;
}
.modal3 .modal__close:hover,
.modal3 .modal__close:active,
.modal3 .modal__close:focus {
  color: #333333;
}
.modal3 .modal__close:hover .modal__close-icon:before,
.modal3 .modal__close:active .modal__close-icon:before,
.modal3 .modal__close:focus .modal__close-icon:before,
.modal3 .modal__close:hover .modal__close-icon:after,
.modal3 .modal__close:active .modal__close-icon:after,
.modal3 .modal__close:focus .modal__close-icon:after {
  background-color: #333333;
}

.modal-override-wrapper.modal-confirmation .close a,
.modal-confirmation.modal-confirmation .close a,
.switching-sites-modal.modal-confirmation .close a {
  color: #fff;
}
.modal-override-wrapper .close a,
.modal-confirmation .close a,
.switching-sites-modal .close a {
  display: block;
}
.modal-override-wrapper .close:focus,
.modal-confirmation .close:focus,
.switching-sites-modal .close:focus {
  outline-color: #fff;
}
.modal-override-wrapper .modal__close,
.modal-confirmation .modal__close,
.switching-sites-modal .modal__close {
  color: #fff;
}
.modal-override-wrapper .modal__close .modal__close-icon:before,
.modal-confirmation .modal__close .modal__close-icon:before,
.switching-sites-modal .modal__close .modal__close-icon:before,
.modal-override-wrapper .modal__close .modal__close-icon:after,
.modal-confirmation .modal__close .modal__close-icon:after,
.switching-sites-modal .modal__close .modal__close-icon:after {
  background-color: #fff;
}
.modal-override-wrapper .modal__close:hover,
.modal-confirmation .modal__close:hover,
.switching-sites-modal .modal__close:hover,
.modal-override-wrapper .modal__close:active,
.modal-confirmation .modal__close:active,
.switching-sites-modal .modal__close:active,
.modal-override-wrapper .modal__close:focus,
.modal-confirmation .modal__close:focus,
.switching-sites-modal .modal__close:focus {
  color: #fff;
}
.modal-override-wrapper .modal__close:hover .modal__close-icon:before,
.modal-confirmation .modal__close:hover .modal__close-icon:before,
.switching-sites-modal .modal__close:hover .modal__close-icon:before,
.modal-override-wrapper .modal__close:active .modal__close-icon:before,
.modal-confirmation .modal__close:active .modal__close-icon:before,
.switching-sites-modal .modal__close:active .modal__close-icon:before,
.modal-override-wrapper .modal__close:focus .modal__close-icon:before,
.modal-confirmation .modal__close:focus .modal__close-icon:before,
.switching-sites-modal .modal__close:focus .modal__close-icon:before,
.modal-override-wrapper .modal__close:hover .modal__close-icon:after,
.modal-confirmation .modal__close:hover .modal__close-icon:after,
.switching-sites-modal .modal__close:hover .modal__close-icon:after,
.modal-override-wrapper .modal__close:active .modal__close-icon:after,
.modal-confirmation .modal__close:active .modal__close-icon:after,
.switching-sites-modal .modal__close:active .modal__close-icon:after,
.modal-override-wrapper .modal__close:focus .modal__close-icon:after,
.modal-confirmation .modal__close:focus .modal__close-icon:after,
.switching-sites-modal .modal__close:focus .modal__close-icon:after {
  background-color: #fff;
}

.modal3 .quote__modal__disclaimer-body,
.modal3 .rwd-modal__body--legacy {
  max-width: 70vw;
  max-height: 70vh;
  overflow-y: auto;
}
.modal3 .quote__modal__disclaimer-body.rwd-modal--sm,
.modal3 .rwd-modal__body--legacy.rwd-modal--sm {
  max-width: 500px;
}
.modal3 .quote__modal__disclaimer-body {
  padding: 10px;
}
.modal3 .quote__modal__disclaimer-body,
.modal3 .rwd-modal__body--legacy {
  max-width: 70vw;
  max-height: 70vh;
  overflow-y: auto;
}
.modal3 .quote__modal__disclaimer-body.rwd-modal--sm,
.modal3 .rwd-modal__body--legacy.rwd-modal--sm {
  max-width: 500px;
}
.modal3 .quote__modal__disclaimer-body {
  padding: 10px;
}
/*CSS form GE Modal Integration End*/
