@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700&display=swap');
.ui-widget-overlay {
  z-index           : 10000 !important;
  background-image  : none !important;
  background-color  : #000000 !important;
  background-repeat : repeat !important;
  opacity           : 0.60 !important;
  filter            : Alpha(Opacity=60);
  position          : fixed;
}
.ui-dialog {
  z-index       : 10001 !important;
  padding       : 0 !important;
  border        : none !important;
  border-radius : 10px !important;
}
.ui-widget-overlay.eip-overlay {
  z-index           : 10000 !important;
  background-image  : none !important;
  background-color  : #000000 !important;
  background-repeat : repeat !important;
  opacity           : 0.60 !important;
  filter            : Alpha(Opacity=60);
}
.eip-wrapper,
.eip-overlay {
  position : fixed !important;
}
.ui-dialog .ui-dialog-content.eip {
  display    : none;
  background : url("/images/exit-popups/du-wddc6/bg.png") 294px 233px no-repeat #ffffff;
}
.without_title .ui-dialog-titlebar {
  display : none;
}
.eip-wrapper.ui-dialog {
  z-index       : 10001 !important;
  padding       : 0 !important;
  border        : none !important;
  border-radius : 0 !important;
}
.ui-dialog .eip {
  padding     : 0;
  border      : 5px solid #0d5f8f;
  display     : none;
  font-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color       : #101010;
}
#eip {
  display : none;
}
.eip__container {
  display : table;
  width   : 100%;
}
.eip__container_wrapper {
  padding : 0;
}
.eip__container_cell {
  padding : 24px 32px 30px 32px;
  width   : auto;
}
.eip__container_top {
  display          : table;
  width            : 100%;
  background-color : #1771a6;
}
.eip_top_table {
  display        : table-cell;
  vertical-align : middle;
  margin         : 0;
  padding        : 0 0 0 34px;
  height         : 161px;
  line-height    : 1;
  color          : #ffffff;
  text-align     : left;
  font-size      : 32px;
}
/*Buttons and links*/
.ui-dialog .eip #eip-close {
  position   : absolute;
  top        : 12px;
  right      : 17px;
  width      : 13px;
  height     : 13px;
  background : url("/images/exit-popups/du-wddc6/close.png") 0 0 no-repeat transparent;
}
.ui-dialog .eip #eip-close:hover {
  opacity : 0.8;
}
.ui-dialog .eip .eip__container__btn-wrapper {
  text-align : left;
}
.ui-dialog .eip .eip__container__btn-wrapper_inner {
  display    : inline-block;
  text-align : center;
}
.ui-dialog #eip #eip-offer-button,
.ui-dialog #eip #eip-offer-button:focus {
  margin-top      : 0;
  padding         : 10px;
  display         : inline-block;
  min-width       : 170px;
  max-width       : 220px;
  font-size       : 16px;
  font-weight     : 700;
  line-height     : 1.2;
  text-align      : center;
  color           : #ffffff;
  background      : #d43318;
  text-decoration : none;
  text-transform  : uppercase;
  outline         : none;
}
.ui-dialog .eip #eip-container #eip-offer-button:hover {
  background : #bd3218;
}
/*End Buttons and links*/
/*Content*/
.ui-dialog .eip .eip-title {
  line-height    : 1;
  font-size      : 44px;
  font-family    : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight    : 800;
  color          : #ffffff;
  text-transform : uppercase;
  margin         : 0 0 8px 0;
}
.ui-dialog .eip .eip-subtitle {
  margin      : 0;
  line-height : 1.4;
  font-size   : 20px;
  font-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight : 700;
  color       : #ffffff;
}
.ui-dialog .eip .eip-subtitle2 {
  margin      : 0;
  line-height : 1.5;
  font-size   : 16px;
  font-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight : 700;
  color       : #1771a6;
}
.ui-dialog .eip p {
  font-size   : 14px;
  font-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight : 400;
  color       : #ffffff;
}
.ui-dialog .eip p span {
  text-transform : uppercase;
}
.ui-dialog .eip-ul {
  padding         : 0;
  margin          : 22px 0 18px 0;
  list-style-type : none;
}
.ui-dialog .eip-ul li {
  margin-bottom : 5px;
}
.ui-dialog .eip-ul li:after {
  content : '';
  display : block;
  clear   : both;
}
.ui-dialog .eip-ul li div:first-child {
  float : left;
}
.ui-dialog .eip__icon1 {
  margin-right : 10px;
  width        : 25px;
  height       : 24px;
  background   : url("/images/exit-popups/du-wddc6/icon1.png") 0 0 no-repeat transparent;
}
.ui-dialog .eip__icon2 {
  margin-right : 10px;
  width        : 25px;
  height       : 24px;
  background   : url("/images/exit-popups/du-wddc6/icon2.png") 0 0 no-repeat transparent;
}
.ui-dialog .eip__icon3 {
  margin-right : 10px;
  width        : 25px;
  height       : 24px;
  background   : url("/images/exit-popups/du-wddc6/icon3.png") 0 0 no-repeat transparent;
}
.ui-dialog .eip__item-text {
  margin-left : 35px;
  line-height : 1.2;
  font-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size   : 16px;
  font-weight : 600;
  text-align  : left;
  color       : #242424;
}
/*End Content*/
