.pbPopup-wrapper {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 display:none;
 z-index:88888;
 overflow-y:auto;
 overflow-x:hidden
}
.pbPopup-backdrop {
 background:rgba(0,0,0,.6);
 width:100%;
 position:fixed;
 left:0;
 top:0;
 bottom:0
}
.pbPopup-wrapper.visible {
 display:block
}
.pbPopup-dialog {
 max-width:960px;
 top:10%;
 width:95%;
 padding:20px;
 position:relative;
 background:#fff;
 margin:20px auto;
 transform:translate(0,0)
}
.pbPopup-close {
 position:absolute;
 right:15px;
 top:10px;
 font-family:Helvetica,Arial,sans-serif;
 cursor:pointer;
 font-weight:700;
 color:#666;
 font-size:14px
}
.pbPopup-dialog {
 max-width:640px;
 padding:0
}
.pbPopup-close {
 display:none
}
.pbPopup {
 font-size:20px
}
.pbPopup .logo {
 margin:20px 20px 0;
 float:none;
 height:42px;
}
.pbPopup .headline {
 color:#d9541e;
 font-size:72px;
 font-family:"gotham_bold";
 text-align:center;
 margin:25px 0 10px;
 line-height:1;
 font-style: normal;
 font-weight: 400;
}
.pbPopup .message {
 font-family:"gotham_light";
 color:#fff;
 background:#363636;
 font-size:20px;
 padding:4% 10%;
 line-height:1;
 display:flex
}
.pbPopup .message a {
 background:0 0;
 border:none;
 color:#f8981d;
 text-decoration:underline;
 font-family:"gotham_black";
 line-height:20px
}
.pbPopup .message b {
 font-family:"gotham_medium"
}
.pbPopup .footer {
 text-align:center
}
.pbPopup .footer .link {
 background:0 0;
 border:none;
 color:#f8981d;
 text-decoration:underline;
 margin:3% auto;
 font-family:"gotham_black";
 font-size:14px;
 line-height:20px
}

#image {
  width: 230px;
}
#content {
  flex: 1;
  /* Grow to rest of container */
}