.reg-marketing-promo {
	width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.reg-marketing-promo.legal-txt {
    width: auto;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 10px;
    float: none;
    text-align: center;
    font-size: 13px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.reg-marketing-promo.legal-txt.legal-txt-lg {
    font-size: 14px;
}
.reg-marketing-promo.legal-txt p {
    color: #4D4D4E;
    font-size: 13px;
    margin-bottom: 0;
}
.reg-marketing-promo.legal-txt.legal-txt-lg p {
    font-size: 14px;
}
.reg-marketing-promo.legal-txt p a {
	color: #4D4D4E;
	text-decoration: underline!important;
	font-weight: bold;
}
.reg-marketing-promo h2 {
    padding: 18px 0 0;
	margin: 18px 0;
    border-top: 1px solid #cccccc;
	font-size: 20px;
	color: #30aff6;
}
.reg-marketing-promo .reg-img-content {
	margin: 0 0 3rem;
	padding: 0;
    border: 1px solid #cccccc;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
/* Marketing Promotion - Image */
.reg-marketing-promo .reg-img {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.reg-marketing-promo .reg-img  img{
	padding: 0;
	margin: 0;
	max-width: 100%; 
	max-height: 190px;
	float: left;
	-webkit-box-flex: 1;
    -webkit-flex: 0 0 466px;
    -ms-flex: 0 0 466px;
    flex: 0 0 466px;
}
/* Marketing Promotion - Content */
.reg-marketing-promo .reg-content {
	padding: 24px;
	margin: 0;
	text-align: center;
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}
.reg-marketing-promo .reg-content h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 24px;
}
.reg-marketing-promo .reg-content p {
	margin-bottom: 24px;
}
.reg-marketing-promo .gui-form-checkbox.tick {
	margin: 0;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}
.reg-marketing-promo .gui-form-checkbox.tick .gui-checkbox {
	background: #fff;
}
.reg-marketing-promo .gui-form-checkbox.tick input[type=checkbox]:checked ~ .gui-checkbox:before {
	background: #fff;
}
.reg-marketing-promo .gui-form-checkbox.tick label {
    font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;    
}

/* DOB - Sign Up and No Thanks buttons */
.reg-marketing-promo .reg-content-main .nextBtnYes,
.reg-marketing-promo .reg-content-main .nextBtnNo {
	margin: 0 auto;
	width: 40%;
	min-width: 250px;
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.reg-marketing-promo .reg-content-main .nextBtnYes {
	margin-bottom: 12px;
}
.reg-marketing-promo .reg-content-main .nextBtnNo {
    text-decoration: underline;
    background-color: transparent;
    color: #878787;
}
@media only screen and (max-width:420px) {
    .reg-marketing-promo .reg-content-main .nextBtnYes,
    .reg-marketing-promo .reg-content-main .nextBtnNo {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
}

/*-----------------------------------------------------*/
/*-------------- Order Confirmation Page --------------*/
/*-----------------------------------------------------*/

.checkout .reg-marketing-promo {
    width: auto;
    float: none;
    margin: 20px 12px 0;
}
.checkout .reg-marketing-promo.legal-txt {
    margin: 20px auto 0;
    padding: 0 12px 20px;
}
.checkout .reg-marketing-promo .reg-img-content {
    margin: 0;
}
.checkout .reg-marketing-promo + .order-complete-top-section {
    margin-top: 12px
}

/*----------------------------------------------*/
/*-------------- Web Enabled Page --------------*/
/*----------------------------------------------*/
#newCustomerPanel .reg-marketing-promo  {
    width: 617px;
    float: none;
    margin-top: 10px;
    margin-bottom: 12px;
}
#newCustomerPanel .reg-marketing-promo .reg-img-content {
    margin: 0;
}
#newCustomerPanel .reg-marketing-promo .reg-content {
    padding: 30px;
}
#newCustomerPanel .reg-marketing-promo .reg-img {
    max-width: 310px;
}
#newCustomerPanel .reg-marketing-promo .reg-img img {
    width: 310px;
    height: auto;
    max-height: 100%;
}
#newCustomerPanel .reg-marketing-promo .reg-content h3 {
    font-size: 18px;
    padding: 0;
}
#newCustomerPanel .reg-marketing-promo .reg-content p {
    margin: 0 0 24px;
    color: #4d4d4e;
    font-size: 13px;
}
#newCustomerPanel .reg-marketing-promo.legal-txt {
    padding: 0;
    margin: 0;
}
#newCustomerPanel .reg-marketing-promo.legal-txt p {
    font-size: .9em;
}
#newCustomerPanel .reg-marketing-privacy-policy {
    text-align: center;
    margin: 0 0 12px;
}
#newCustomerPanel .gui-btn {
    color: #fff;
    float: right;
    margin-right: 5px;
}

/*------------------------------------------------*/
/*-------------- Responsive - 768px --------------*/
/*------------------------------------------------*/
@media only screen and (max-width:768px) {
    .reg-marketing-promo .reg-img-content {
        margin: 0 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .reg-marketing-promo .reg-img  img{
        width: 100%;
        max-height: inherit;
    }
    .reg-marketing-promo .reg-content h3 {
        margin-top: 12px;
    }
    .reg-marketing-promo .gui-form-checkbox.tick    {
        margin-bottom: 12px;
    }
    
    /*----------------------------------------------*/
    /*-------------- Web Enabled Page --------------*/
    /*----------------------------------------------*/
    #newCustomerPanel .reg-marketing-promo .reg-img-content {
	    margin: 0;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	#newCustomerPanel .reg-marketing-promo .reg-content h3 {
	    margin-top: 0;
	}
	#newCustomerPanel .reg-marketing-promo .gui-form-checkbox.tick {
	    margin-bottom: 0;
	}
}


/*------------------------------------------------*/
/*-------------- Responsive - 768px --------------*/
/*------------------------------------------------*/
.reg-marketing-promo {
    background-color: #fff;
    color: #000;
    margin:0;
    text-align: center;
}
.reg-marketing-promo .reg-content-main {
    border: 1px solid #ccc;
    padding: 30px;
}
.reg-marketing-promo .reg-title {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
}
.reg-marketing-promo .reg-text {
	font-size: 18px;
	font-weight: bold;
    margin: 10px 0 20px;
}
.reg-marketing-promo .reg-list {
    list-style: none;
    margin: 36px 0;
    padding: 0;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reg-marketing-promo .reg-list .reg-item {
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 0 12px;
    width: auto;
    min-width: 280px;
    text-align: left;
    
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reg-marketing-promo .reg-list li:nth-child(3),
.reg-marketing-promo .reg-list li:nth-child(4) {
    margin-bottom: 0;
}
.reg-marketing-promo .reg-list .reg-item span {
    width: 60%;
    text-align: left;
}
.reg-marketing-promo .reg-list .reg-discounts:before,
.reg-marketing-promo .reg-list .reg-birthday:before,
.reg-marketing-promo .reg-list .reg-exclusive:before,
.reg-marketing-promo .reg-list .reg-access:before {
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    content: "";
    min-width: 38px;
    min-height: 38px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.reg-marketing-promo .reg-list .reg-discounts:before {
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icon-discounts.gif);
}
.reg-marketing-promo .reg-list .reg-birthday:before {
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icon-birthday-treats.gif);
}
.reg-marketing-promo .reg-list .reg-exclusive:before {
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icon-exclusives.gif);
}
.reg-marketing-promo .reg-list .reg-access:before {
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icon-early-access.gif);
}
.reg-marketing-promo .reg-list .reg-item span {
    font-size: 18px;
    margin-left: 24px;
  
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:900px) {
	.reg-marketing-promo .reg-list .reg-item {
        min-width: 230px;
    }
	.reg-marketing-promo .reg-list .reg-item span {
        width: 100%;
    }
}
@media only screen and (max-width:629px) {
    .reg-marketing-promo .reg-list li:nth-child(3) {
        margin-bottom: 24px;
    }
    .reg-marketing-promo .reg-list .reg-item span {
        width: 100%;
        text-align: center;
    }
}