#digital-offering-hero.hero{
  background-image: url(../../digital-offering/assets/img/22.jpg);
}
#digital-offering-hero.hero h1 {
  font-size: 60px;
  padding: 100px 0 75px 0;
}
#digital-offering-hero h1 span {
  line-height: 120%; margin-top: 30px;
}
#login-button {
  display: block;
  background: #f03d00;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  top: 0px;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 171px;
  color: white;
  font-family: SimpleSansBold, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
#login-button:hover {
  background: #fc7243;
  cursor: pointer;
}
@media (max-width: 991px) {
  #login-button {
    width: 100px;
  }
}
ul.list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}
ul.list li.checkmark {
  background: url(https://www.firstdata.com/images/fd-facelift/partners/ul-check.svg) no-repeat;
  padding-left: 40px;
  padding-top: 5px;
  min-height: 50px;
  font-size: 18px;
}
ul.list li.checkmark:hover,
ul.list li.checkmark.open:hover {
  font-weight: bold;
  cursor: pointer;
  color: #00a9e0;
}
ul.list li.checkmark.open {
  color: #424242;
  font-weight: bold;
}
ul.list li.checkmark p {
  font-weight: normal;
  font-size: 90%;
  margin: 10px 0 25px 0;
  display: none;
  color: #424242;
}
.options {
  display: flex;
  align-items: center;
}
.option-button {
  flex: 1;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box {
  border: 2px solid transparent;
  padding: 40px 15px 30px;
  /* min-height: 200px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  background: #f3f5f5;
  z-index: 1;
  margin-top: -25px;
}
.box:hover {
  border: 2px solid #ccc;
  cursor: pointer;
}

.option-button.disabled .box:hover {
  cursor: default;
  border: 2px solid transparent;
  padding: 40px 15px 30px;
}

.option-button .number {
  font-size: 26px;
  line-height: 52px;
  display: block;
  background: #004164;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  z-index: 2;
}
.open .box, .open .box:hover {
  border: 2px solid #f03d00;
  cursor: default;
}
.open .number {
  background: #f03d00;
}
h3.orange {
  margin-bottom: 0;
}
.faq-question {
  margin-bottom: 30px;
  margin-top: 20px;
}

.faq-question h4 {
  margin-bottom: 5px;
}

.faq-question h4 i {
  margin-right: 7px;
}

.faq-question p {
  margin-left: 34px;
}
.ui-datepicker {
  margin-top: 4px !important;
  margin-left: -2px !important;
}

.ui-widget.ui-widget-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #00a9e0;
  padding: 0;
}

.ui-widget.ui-widget-content .ui-datepicker-header {
  background: #00a9e0;
  color: white;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.ui-widget.ui-widget-content .ui-datepicker-header .ui-icon {
  text-indent: -9999px;
  overflow: hidden;
}

.ui-widget.ui-widget-content .ui-state-default {
  border: none;
  background: #eee;
}

.ui-widget.ui-widget-content .ui-state-default:hover {
  background: #f03d00;
  color: white;
}

.ui-widget.ui-widget-content .ui-state-disabled .ui-state-default {
  background: white;
  opacity: 1;
  color: #aaa;
}

.ui-widget.ui-widget-content .ui-state-highlight {
  border-color: #00a9e0;
  background: #eee;
  color: #00a9e0;
  font-weight: bold;
}

.ui-widget.ui-widget-content .ui-state-active {
  background: #f03d00;
  color: white;
  font-weight: bold;
}


/* datepicker fix for arrow chars: < \f053 & \f064 > */

.ui-datepicker .ui-widget-header a.ui-datepicker-prev span:before {
  content: "\2b05" !important;
  color: #fff !important;
}

.ui-datepicker .ui-widget-header a.ui-datepicker-next span:before {
  content: "\27a1" !important;
  color: #fff !important;
}

/* drop dwon menu */
.nav li:hover .menu_dropdown { display: block; }
.menu_dropdown { position: absolute; background: #fff; right: 10px; display: none; padding: 0px 0; border: 1px solid #ddd; font-size: 15px; margin-top: 50px; z-index: 33;min-width: 180px;max-width: 400px }
.nav li { position: relative; }
.nav .dropdown-item { position: relative;top:2px; margin-right:5px }
.menu_dropdown a:hover { background: #f3f3f3;  cursor:pointer}
.menu_dropdown a { display: block; white-space: nowrap; color: #004165 !important; padding: 3px 10px; cursor:pointer}
.show_config_modal {display:block}
.hide_config_modal {display:none}
.config_terminal_modal {min-width:1150px;}
.config_terminal_modal-body {width:1050px;min-height:400px; }
.button.square-icon {padding: 8px;min-width: 0;width: 50px;height: 50px;text-align: center;line-height: 50px;margin-right: 10px;color: white;}
.show_element {display:block}
.hide_element {display:none}