/** CRISPR **/
.crispr.pf-widget-modal .pf-widget-content, .crispr.pf-widget-slideout {
    width: 624px;
    height:324px;
    background-image: url(https://d2r8ootic371nc.cloudfront.net/lytics-gen/crispr-bg.png);
    overflow-y: hidden;
    border: 12px solid #FFF
}
.crispr form {
    width: 300px;
    position: relative;
    left: 100px;
    top: -70px;
}
.crispr form input[type=text], .crispr form input[type=email]{
    height: 32px;
    margin-bottom:8px;
}
.crispr .branding,
.crispr .pf-widget-cancel {
    display: none
}
.crispr .pf-widget-ok {
    width: 150px;
    padding: 0;
    height: 38px;
    color: #FFF;
    line-height: 12px;
    text-align: center;
}
.crispr.pf-widget .pf-widget-message {
    line-height: 1;
    color: #FFF;
    font-weight: 700;
    position: relative;
    top: -54px;
    left: 8px;
    font-size: 30px;
    width: 500px;
    letter-spacing:-1px;
}
.crispr.pf-widget .pf-widget-close {
    font-size: 42px;
    color:#FFF;
    text-shadow: 2px 4px #000;
}
.crispr.pf-widget-slideout .pf-widget-message {
    text-align:center !important;
    margin-bottom: 30px !important;
}
.crispr.pf-widget .pf-widget-headline {
    height: 54px;
    visibility: hidden;
}
.crispr.pf-widget .pf-widget-btn.pf-widget-ok {
    color: #fff;
    background-color: #b577b2;
    font-size:22px;
    font-weight:bold;
    text-shadow:2px 2px #666;
}
.crispr.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
    margin-left:65px;
}

/** GNH **/

.gnh p, .gnh input {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
}

.gnh.pf-widget-modal .pf-widget-content, .gnh.pf-widget-slideout {
    width: 805px;
    max-width: 805px;
    height: 183px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-newsweek/GNHbg2.png);
    overflow-y: hidden;
    border: 1px solid #000 !important;
}

.gnh.pf-widget-modal {
    text-align: left;
}

.gnh form {
    width: 100%;
    position: relative;
    left: 20px;
    top: 100px;
}

.gnh form input[type=text], .gnh form input[type=email], .gnh form select {
    height: 32px;
    margin-bottom: 8px;
    border-radius: 6px;
    width: 285px;
}

.gnh #email {
    padding-bottom: 0;
    padding-top: 0px;
}

.gnh form select {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
}

.gnh form input[type=text] {
    width: 263px;
    margin-left: 10px;
}

.gnh .branding, .gnh .pf-widget-cancel {
    display: none !important;
}

.gnh .pf-widget-ok {
    width: 150px;
    padding: 0;
    height: 38px;
    color: #FFF;
    line-height: 12px;
    text-align: center;
}

.gnh.pf-widget .pf-widget-message {
    position: relative;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    line-height: 1;
    color: #FFF;
    top: 89px;
    left: 217px;
    font-size: 1.25em;
    width: 540px;
    letter-spacing: 1px;
    font-weight: 100 !important;
    margin-bottom:0;
}

.gnh.pf-widget .pf-widget-close {
    color: #FFF;
    text-shadow: 2px 4px #000;
}

.gnh.pf-widget-slideout .pf-widget-message {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.gnh.pf-widget .pf-widget-headline {
    display: none;
    /*height: 54px;
    color: #FFF;
    position: relative;
    left: 47px;
    top:-20px;
    font-size:62px;
    letter-spacing: 2px;
    text-shadow: 2px 4px #000;*/
}

.gnh.pf-widget .pf-widget-btn.pf-widget-ok {
    color: #fff;
    background-color: #000;
    font-size: 1em;
    font-weight: normal;
    position: relative;
    top: -1px;
    height: 32px;
    border: 1px solid #FFF;
    left: 10px;
    width: 175px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
}

.gnh.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
    margin-left: 65px;
}

.gnh .pf-form-label, .gnh .pf-required-flag {
    display: none !important;
}

.gnh .pf-form-required {
    display: inline-block;
}

.gnh.pf-widget-modal .pf-widget-content {
    padding: 0px !important;
}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) and (orientation : portrait) {
.gnh.pf-widget-modal .pf-widget-content, .gnh.pf-widget-slideout {
    width: 100%;
    max-width: 100%;
    background-size: contain;
    background-color: #232323;
    background-repeat: no-repeat;
}
.gnh form input[type=text], .gnh form input[type=email], .gnh form select {
    width: 180px;
}
.gnh.pf-widget .pf-widget-btn.pf-widget-ok {
    width: 100px;
    font-size:.9em;
}
.gnh.pf-widget .pf-widget-message {
    top: 100px;
    left: 5px;
    font-size: 1em;
    width: 100%;
    letter-spacing: 0px;
    text-align:center;
}
.gnh form {
    left: 0px;
    top: 110px;
    text-align:center;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) and (orientation : portrait) {
.gnh.pf-widget-modal .pf-widget-content, .gnh.pf-widget-slideout {
    height: 250px;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) and (orientation : portrait) {

    }


/** OMICs - use class omics **/
.omics input, .omics select {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
}

.omics p, .omics .pf-widget-ok {
    font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
}

.omics.pf-widget-modal .pf-widget-content, .omics.pf-widget-slideout {
    width: 720px;
    height: 212px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/omics-bg.png);
    overflow-y: hidden;
    border: 6px solid #000 !important;
}

.omics form {
    width: 680px;
    position: absolute;
    left: 13px;
    top: 144px;
    text-align: left;
    height: 50px;
}

.omics form input[type=text], .omics form input[type=email], .omics form select {
    height: 40px;
    width: 254px;
    position: relative;
    left: 0px;
    top: -2px;
    background-color: #b6b7bc;
    color: #333333 !important;
    border-radius: 6px;
    border: 1px solid #FFF;
}

.omics form select {
    top: -2px;
    margin-left: 10px;
    padding: 0 0 0 10px;
}

.omics ::placeholder, .omics option {
    color: #333 !important;
    opacity: .7 !important;
}

.omics form input[type=text] {
    margin-left: 0px;
}

.omics .branding, .omics .pf-widget-cancel {
    display: none;
}

.omics .pf-widget-ok {
    width: 150px;
    padding: 0;
    height: 38px;
    color: #FFF;
    line-height: 12px;
    text-align: center;
}

.omics.pf-widget .pf-widget-message {
    line-height: 1;
    color: #FFF;
    font-weight: lighter;
    position: relative;
    top: -50px;
    left: 62px;
    font-size: 1em;
    width: 600px;
}

.omics.pf-widget-slideout .pf-widget-message {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.omics.pf-widget .pf-widget-headline {
    height: 54px;
}

.omics.pf-widget .pf-widget-btn.pf-widget-ok {
    color: #fff;
    background-color: #0a3144;
    font-size: 20px;
    border: 1px solid #FFF;
    width: 152px;
    top: 0px;
    height: 40px;
    left: 0px;
    display: inline-block;
    float:right;
}

.omics.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
    margin-left: 65px;
}

.omics .pf-form-label, .omics .pf-required-flag {
    display: none !important;
}

.omics .pf-widget select.default {
    color: #5a5a5a !important;
}

.omics .pf-form-required {
    display: inline-block;
}
.omics.pf-widget-modal .pf-widget-content {
    padding: 0px;
}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) and (orientation : portrait) {
.omics.pf-widget-modal .pf-widget-content, .omics.pf-widget-slideout {
    width: 100%;
    border: 3px solid #000 !important;
    background-size:contain; 
    background-repeat: no-repeat;
    background-color: #092f48;
}
.omics.pf-widget .pf-widget-message {
    left: 0px;
    width: 100%;
}
.omics form {
    width: 100%;
}
.omics form input[type=text], .omics form input[type=email], .omics form select {
    height: 30px;
    width: 175px;
    left: 0px;
}
.omics.pf-widget .pf-widget-btn.pf-widget-ok {
    font-size: 14px;
    width: 100px;
    height: 30px;
    float: none;
    margin-left: 10px;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) and (orientation : portrait) {
.omics.pf-widget-modal .pf-widget-content, .omics.pf-widget-slideout {
    width: 100%;
    height:250px;
    border: 3px solid #000 !important;
}

.omics.pf-widget .pf-widget-message {
    top: 40px;
    left: 0px;
    font-size: .9em;
    width: 100%;
}
.omics form {
    text-align:center;
}
.omics form input[type=text], .omics form input[type=email], .omics form select {
    padding: 0;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) and (orientation : portrait) {
.omics.pf-widget-modal .pf-widget-content, .omics.pf-widget-slideout {
    width: 100%;
    height:300px;
    border: 3px solid #000 !important;
}

.omics.pf-widget .pf-widget-message {
    top: 40px;
    left: 0px;
    font-size: .9em;
    width: 100%;
}
.omics form input[type=text], .omics form input[type=email], .omics form select {
    width: 100%;
}
.omics.pf-widget .pf-widget-btn.pf-widget-ok {
    width: 100%;
}
.omics form input[type=text], .omics form input[type=email], .omics form select {
    padding: 0;
}
    }
    
    
    
/** OMICs EBook - use class omics-ebook **/

.omics-ebook p, .omics-ebook .pf-widget-ok, .omics-ebook h2 {
    font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif !important;
}
.omics-ebook .pf-va-middle img {display:none;}
.omics-ebook.pf-widget-modal .pf-widget-content, .omics-ebook.pf-widget-slideout {
    width: 748px;
    height: 400px;
    background: transparent url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/omics-ebook.png) no-repeat right top;
    overflow-y: hidden;
    border: 4px solid #fff !important;
}
.omics-ebook h2.pf-widget-headline {
	display:none;
    }

.omics-ebook ::placeholder, .omics-ebook option {
    color: #333 !important;
    opacity: .7 !important;
}

.omics-ebook form input[type=text] {
    margin-left: 0px;
}

.omics-ebook .branding, .omics-ebook .pf-widget-cancel {
    display: none;
}

.omics-ebook .pf-widget-ok {
    width: 150px;
    padding: 0;
    height: 38px;
    color: #FFF;
    line-height: 12px;
    text-align: center;
}

.omics-ebook.pf-widget .pf-widget-message {
	width:43%;
	color: #fff;
	width: 279px;
    margin-left: 25px;
    text-align:center;
    font-size:1.6em !important;
}

.omics-ebook.pf-widget-slideout .pf-widget-message {
    text-align: center !important;
    margin-bottom: 30px !important;
}


.omics-ebook.pf-widget .pf-widget-btn.pf-widget-ok {
    color: #fff;
    background-color: #0e4159;
    font-size: 20px;
    border: 1px solid #FFF;
    width: 279px;
    margin-top: 176px;
    height: 44px;
    margin-left: 25px;
    display: inline-block;
    float:left;
}

.omics-ebook.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
    margin-left: 65px;
}

.omics-ebook .pf-form-label, .omics-ebook .pf-required-flag {
    display: none !important;
}

.omics-ebook.pf-widget-modal .pf-widget-content {
    padding: 0px !important;
}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) and (orientation : portrait) {
.omics-ebook.pf-widget-modal .pf-widget-content, .omics-ebook.pf-widget-slideout {
    width: 445px;
    height: 605px;
    overflow-y: visible;
    background: transparent url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/OmicsEbookMobile.png) no-repeat left top;
    background-size:contain;
}
.omics-ebook.pf-widget .pf-widget-btn.pf-widget-ok {
    margin: 100px auto 0 auto !important;
    display: static;
    float:none;
}
.omics-ebook .pf-widget-content {max-width:445px;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) and (orientation : portrait) {
.omics-ebook.pf-widget-modal .pf-widget-content, .omics-ebook.pf-widget-slideout {
    width: 375px;
    height: 605px;
    overflow-y: visible;
    background: transparent url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/OmicsEbookMobile.png) no-repeat left top;
    background-size:contain;
}
.omics-ebook.pf-widget .pf-widget-btn.pf-widget-ok {
    margin: 100px auto 0 auto !important;
    display: static;
    float:none;
}
.omics-ebook .pf-widget-content {max-width:445px;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) and (orientation : portrait) {
.omics-ebook.pf-widget-modal .pf-widget-content, .omics-ebook.pf-widget-slideout {
    width: 300px;
    height: 435px;
    overflow-y: visible;
    background: transparent url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/OmicsEbookMobile.png) no-repeat center top;
}
.omics-ebook.pf-widget .pf-widget-btn.pf-widget-ok {
    margin: 100px auto 0 auto !important;
    display: static;
    float:none;
}
.omics-ebook .pf-widget-content {max-width:320px;}
    }



/** GEN GE TEMPLATE (use class gen-ge) **/
.gen-ge.pf-widget-modal .pf-widget-content, .gen-ge.pf-widget-slideout {
    width: 680px;
    max-width: 680px;
    height:450px;
    overflow-y: hidden;
}
.gen-ge.pf-widget-modal .pf-widget-img {
    border-radius:0;
    width:680px;
    height:450px;
    left:0;
    margin-left:0;
    top:0;
    z-index:-9999;
}
.gen-ge .branding,
.gen-ge .pf-widget-cancel {
    display: none
}
.gen-ge.pf-widget .pf-widget-message {
    line-height: 1.5;
    color: #999;
    position: relative;
    top: -110px;
    left: 310px;
    font-size: 20px;
    width: 313px;
    letter-spacing:-.3px;
    margin:0;
}
.gen-ge.pf-widget .pf-widget-close {
    color:#333;
}
.gen-ge.pf-widget-slideout .pf-widget-message {
    text-align:center !important;
    margin-bottom: 30px !important;
}
.gen-ge.pf-widget .pf-widget-headline {
    font-style:italic;
    font-weight:800;
    color: #0066ac;
    position: relative;
    left:160px;
    top:-120px;
    font-size:42px;
    height: 54px;
    letter-spacing: 2px;
}
.gen-ge.pf-widget .pf-widget-btn.pf-widget-ok {
    color: #FFF;
    text-align: center;
    font-style: italic;
    background-color: #0066ac;
    font-size:22px;
    font-weight:800;
    position: relative;
    top:-80px;
    height:64px;
    left:164px;
    width:200px;
    border-radius:6px;
    padding-top:7px;
}
.gen-ge.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
    margin-left:65px;
}
/* ----------------- NEW Styles ---------------------------*/


    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.gen-ge.pf-widget-modal .pf-widget-content, .gen-ge.pf-widget-slideout {
    width: 470px;
    max-width: 470px;
    height: 311px;
}
.gen-ge.pf-widget-modal .pf-widget-img {
    width: 470px;
    height: 311px;
}
.gen-ge.pf-widget .pf-widget-headline {
    left: 113px;
    top: -130px;
    font-size: 30px;
}	
.gen-ge.pf-widget .pf-widget-message {
    top: -140px;
    left: 210px;
    font-size: 18px;
    width: 240px;
}
.gen-ge.pf-widget .pf-widget-btn.pf-widget-ok {
    font-size: 22px;
    top: -130px;
    height: 50px;
    left: 110px;
    width: 200px;
    padding-top: 2px;
}
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.gen-ge.pf-widget-modal .pf-widget-content, .gen-ge.pf-widget-slideout {
    width: 310px;
    max-width: 310px;
    height: 205px;
}
.gen-ge.pf-widget-modal .pf-widget-img {
    width: 310px;
    height: 205px;
}
.gen-ge.pf-widget .pf-widget-headline {
    left: 75px;
    top: -155px;
    font-size: 20px;
}	
.gen-ge.pf-widget .pf-widget-message {
    top: -190px;
    left: 130px;
    font-size: 13px;
    width: 162px;
}
.gen-ge.pf-widget .pf-widget-btn.pf-widget-ok {
    font-size: 20px;
    top: -187px;
    height: 45px;
    left: 73px;
    width: 150px;
    padding-top: 0px;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
	    
    }


/** GEN GNH New Modal **/

.gen-gnh-new p, .gen-gnh-new .pf-widget-ok, .gen-gnh-new h2 {
    font-family:  "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;color: #000 !important;
}
.gen-gnh-new .span-color {background: url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/genbg1.png) no-repeat center;display:inline-block;width:75px;height:43px;background-size:contain;text-indent:-75px;overflow:hidden;}
.gen-gnh-new .span-color-2 {background:url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/genbg2.png) no-repeat center;display:inline-block;width:60px;height:30px;background-size:contain;text-indent:-60px;overflow:hidden;vertical-align:4px;}
.gen-gnh-new .span-highlights {display:inline-block;vertical-align:10px;padding-left:2px;padding-right:3px;color:#000;}
.gen-gnh-new .pf-va-middle img, .gen-gnh-new .pf-widget-body img {    
	background: #ebebeb !important;
	padding: 37px !important;
	width: 329px !important;
	height:404px !important;
	left:0 !important;
	margin-left:0 !important;
	border-radius: 0 !important;
	top:0 !important;
	bottom:0 !important;
}
.gen-gnh-new.pf-widget-modal .pf-widget-content, .gen-gnh-new.pf-widget-slideout {
    width: 658px;
    height: 404px;
    overflow-y: hidden;
    box-shadow: 5px 5px 10px #000;
    padding:0;
    background-color:#fff;
}
.gen-gnh-new h2.pf-widget-headline {
	width:329px !important;
	float:right !important;	
	margin-top:26px !important;
	font-weight:200 !important;
	font-size:1.8em !important;
	text-align: left !important;
	padding-left:25px !important;
	color: #4e4e4e !important;
	padding-right:15px !important;
    }
.gen-gnh-new.pf-widget-slideout h2.pf-widget-headline {
	margin-top:5px !important;
	float:none !important;	
    }
.gen-gnh-new .pf-va-middle, .gen-gnh-new.pf-widget-slideout .pf-widget-content {
	width:329px;
	float:right;
	text-align:left;
}
.gen-gnh-new.pf-widget-slideout .pf-widget-content {
	width:354px;
	float:right;
	text-align:left;
}
.gen-gnh-new ::placeholder, .gen-gnh-new option {
}

.gen-gnh-new form input[type=text] {
}

.gen-gnh-new .branding, .gen-gnh-new .pf-widget-cancel {
    display: none;
}

.gen-gnh-new .pf-widget-ok {
}

.gen-gnh-new.pf-widget .pf-widget-message {
    width: 100% !important;
	padding-left:25px !important;
	font-size:.9em !important;
	line-height:1.3em !important;
	color: #000 !important;
	padding-right:15px !important;

}

.gen-gnh-new.pf-widget-slideout .pf-widget-message {
}


.gen-gnh-new.pf-widget .pf-widget-btn.pf-widget-ok {
	background: #CE1126;
	color: #fff !important;
	font-size:1.2em;
	font-weight:600;
	margin-left:25px;
	border-radius: 0;
	text-transform:uppercase;
	padding:5px 26px;
}

.gen-gnh-new.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
}

.gen-gnh-new .pf-form-label, .gen-gnh-new .pf-required-flag {
}

.gen-gnh-new.pf-widget-modal .pf-widget-content {
}


.gen-gnh-new.pf-widget input[type=email], .gen-gnh-new.pf-widget form select, .gen-gnh-new.pf-widget input[type=text] {width:86% !important;max-width:86% !important;border:1px solid #ccc !important;margin-left:25px !important;}
.gen-gnh-new.pf-widget label {margin-left:25px !important;font-size:.9em !important;padding-bottom:0 !important;margin-bottom:0 !important;}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .gen-gnh-new.pf-widget-modal .pf-widget-content, .gen-gnh-new.pf-widget-slideout {    
    width: 329px;    
    height: 662px;
  }
.gen-gnh-new .pf-va-middle img {    
	overflow:hidden;
	z-index:-1;
	padding: 24px 65px 24px 65px !important;
	height:305px !important;
}
.gen-gnh-new h2.pf-widget-headline {
	float:none !important;	
	margin-top:295px !important;
	background:#fff !important;
	margin-bottom:0 !important;
	padding-top:20px !important;
	padding-bottom: 6px;
	line-height:1.3em;
    }
.gen-gnh-new.pf-widget .pf-widget-message {
	background: #fff;
	margin-bottom:20px;
}
.gen-gnh-new.pf-widget .pf-widget-close {
	color: #fff;
	text-shadow: 2px 2px #000;
	}
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) and (orientation: portrait) {
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) and (orientation: portrait) {
}


/** GEN GNH New Slideout **/

.gen-gnh-new-noimage p, .gen-gnh-new-noimage .pf-widget-ok, .gen-gnh-new-noimage h2 {
    font-family:  "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;color: #000 !important;
}
.gen-gnh-new-noimage .span-color {background: url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/genbg1.png) no-repeat center;display:inline-block;width:75px;height:43px;background-size:contain;text-indent:-75px;overflow:hidden;}
.gen-gnh-new-noimage .span-color-2 {background:url(https://s3-us-west-2.amazonaws.com/s.leveragelab.com/lytics-gen/genbg2.png) no-repeat center;display:inline-block;width:60px;height:30px;background-size:contain;text-indent:-60px;overflow:hidden;vertical-align:4px;}
.gen-gnh-new-noimage .span-highlights {display:inline-block;vertical-align:10px;padding-left:2px;padding-right:3px;color:#000;}
.gen-gnh-new-noimage .pf-va-middle img, .gen-gnh-new-noimage .pf-widget-body img {    
	background: #ebebeb !important;
	padding: 37px !important;
	width: 329px !important;
	height:404px !important;
	left:0 !important;
	margin-left:0 !important;
	border-radius: 0 !important;
	top:0 !important;
	bottom:0 !important;
}
.gen-gnh-new-noimage.pf-widget-modal .pf-widget-content, .gen-gnh-new-noimage.pf-widget-slideout {
    width: 628px;
    border-left:50px solid #ebebeb;
    height: 290px;
    overflow-y: hidden;
    box-shadow: 5px 5px 10px #000;
    padding:0;
    background-color:#fff;
}

.gen-gnh-new-noimage h2.pf-widget-headline {
	width:329px !important;
	float:right !important;	
	margin-top:26px !important;
	font-weight:200 !important;
	font-size:1.8em !important;
	text-align: left !important;
	padding-left:25px !important;
	color: #4e4e4e !important;
	padding-right:15px !important;
    }
.gen-gnh-new-noimage.pf-widget-slideout h2.pf-widget-headline {
	width:500px !important;
	margin-top:0px !important;
    }
.gen-gnh-new-noimage.pf-widget-slideout h2.pf-widget-headline {
	float:none !important;	
    }
.gen-gnh-new-noimage .pf-va-middle, .gen-gnh-new-noimage.pf-widget-slideout .pf-widget-content {
	width:100%;
	text-align:left;
}
.gen-gnh-new-noimage.pf-widget-slideout .pf-widget-content {
	padding: 0 !important;
}
.gen-gnh-new-noimage ::placeholder, .gen-gnh-new-noimage option {
}

.gen-gnh-new-noimage form input[type=text] {
}

.gen-gnh-new-noimage .branding, .gen-gnh-new-noimage .pf-widget-cancel {
    display: none;
}

.gen-gnh-new-noimage .pf-widget-ok {
}

.gen-gnh-new-noimage.pf-widget .pf-widget-message {
    width: 100% !important;
	padding-left:25px !important;
	font-size:.9em !important;
	line-height:1.3em !important;
	color: #000 !important;
	padding-right:15px !important;

}

.gen-gnh-new-noimage.pf-widget-slideout .pf-widget-message {
	Margin:0 !important;
}


.gen-gnh-new-noimage.pf-widget .pf-widget-btn.pf-widget-ok {
	background: #CE1126;
	color: #fff !important;
	font-size:1.2em;
	font-weight:600;
	margin-left:25px;
	border-radius: 0;
	text-transform:uppercase;
	padding:5px 26px;
}

.gen-gnh-new-noimage.pf-widget-slideout .pf-widget-btn.pf-widget-ok {
}

.gen-gnh-new-noimage .pf-form-label, .gen-gnh-new-noimage .pf-required-flag {
}

.gen-gnh-new-noimage.pf-widget-modal .pf-widget-content {
}

.gen-gnh-new-noimage.pf-widget input[type=email], .gen-gnh-new-noimage.pf-widget form select, .gen-gnh-new-noimage.pf-widget input[type=text] {width:auto !important;border:1px solid #ccc !important;margin-left:25px !important;padding:4px 15px !important;}
.gen-gnh-new-noimage.pf-widget-slideout input[type=email], .gen-gnh-new-noimage.pf-widget-slideout form select, .gen-gnh-new-noimage.pf-widget-slideout input[type=text] {width:60% !important;border:1px solid #ccc !important;margin-left:25px !important;}

.gen-gnh-new-noimage.pf-widget-slideout label {width:100px !important; padding-left:25px !important;}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .gen-gnh-new-noimage.pf-widget-modal .pf-widget-content, .gen-gnh-new-noimage.pf-widget-slideout {    
    width: 329px;    
    height: 662px;
  }
.gen-gnh-new-noimage .pf-va-middle img {    
	overflow:hidden;
	z-index:-1;
	padding: 24px 65px 24px 65px !important;
	height:305px !important;
}
.gen-gnh-new-noimage h2.pf-widget-headline {
	float:none !important;	
	margin-top:295px !important;
	background:#fff !important;
	margin-bottom:0 !important;
	padding-top:20px !important;
	padding-bottom: 6px;
	line-height:1.3em;
    }
.gen-gnh-new-noimage.pf-widget .pf-widget-message {
	background: #fff;
	margin-bottom:20px;
}
.gen-gnh-new-noimage..pf-widget .pf-widget-close {
	color: #fff;
	text-shadow: 2px 2px #000;
	}
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) and (orientation: portrait) {
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) and (orientation: portrait) {
}
