.popup-wrapper {
    width: 300px;
    height: 400px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -150px;
    margin-top: -200px;
    text-align: center;
    overflow: hidden;
    z-index: 999999999999;
    font-family:  Arial, Helvetica, sans-serif;
    display: none;
}

.popup-wrapper-content{
  padding: 0 10px;
  overflow: hidden;
  width: 280px;
}

.popup-wrapper-header {
    overflow: hidden;
}

.popup-wrapper p {
    font-size: 14px;
    color: black;
    font-weight: normal;
    margin-top: 0;
    padding: 0 20px 0 10px;
    text-align: left;
}

.popup-wrapper-cta {
    color: #999999 !important;
    margin-top: 40px;
    display: block;
}

.responsive-entry-banner {
    width: 100%;
    margin-bottom: 10px;
}

.responsive-entry-logo{
  float: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.btn-overlay{
    background: none;
    padding: 0;
    margin: 0 auto;
    width: 240px !important;
    line-height: 1;
    border: none;
    border-radius: 0;
    -webkit-appearance: none !important;
}

.btn-normal{
    padding: 20px;
    text-align: center;
    width: 80%;
    margin-bottom: 9px;
    display: block;
}

.btn-light-blue{
    background: url('/morgans/clientconnect/smartbanner/button-bg.jpg') bottom left repeat-x;
    color: #fff;       
}

.btn-light-blue:link, 
.btn-light-blue:visited , 
.btn-light-blue:hover, 
.btn-light-blue:focus {
    color: #fff !important;
}

.overlay-bg {
    background: url('/morgans/clientconnect/smartbanner/overlay-bg.png') repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999999999999;
    display: none;
}

.prevent-scroll{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}

.prevent-scroll .container {
    position: relative;z-index: 1;
}


.show-smart-banner body{
        margin-top: 140px;
    }
    .show-smart-banner .top-bar{
        top: 140px;
    }

    .smartbanner {;
      left:0;top:0;
      width:100%;
      height:140px;
      font-family: "Helvetica Neue", helvetica, arial, sans-serif;
      background:#fff;
      overflow:hidden;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      -webkit-font-smoothing:antialiased;
      -webkit-text-size-adjust:none;
      position: fixed;
      z-index: 80001;
      display: none;
    }
    .smartbanner-container {
      margin:0 auto;
      padding: 25px 140px 25px 180px;
    }

    .not-supported .smartbanner-container{
      padding-right: 10px;
    }
    .smartbanner-close {
      position:absolute;
      left:20px;top:50%;
      display:block;
      font-family:'ArialRoundedMTBold',Arial;
      font-size:40px;
      font-weight: bold;
      text-align:center;
      text-decoration:none;
      -webkit-font-smoothing:subpixel-antialiased;
      margin-top: -8.5px;
      color:#000 !important;
    }
    .smartbanner-close:active,.smartbanner-close:hover {
      color:#333;
    }
    .smartbanner-icon{
      display:inline-block;
      width:90px;
      left: 60px;
      height:90px;
      position: absolute;
      overflow: hidden;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      top: 25px;
    }
    .smartbanner-info{
      position:relative;
      display: inline-block;
      font-size:20px;
      line-height:1.2em;
      color:#000;
    }

    .not-supported .smartbanner-info{
        width: auto;
    }

    .smartbanner-title {
      font-size:25px;
      line-height:25px;
      color:#000;
      font-weight: normal;
    }
    .smartbanner-button{
      position:absolute;
      right:20px;
      top:0;
      padding:0;
      height:140px;
      width: 140px;
      font-size:25px;
      line-height:140px;
      text-align:right;
      color:#33A7DE !important;
      text-decoration:none;
    }