/****************************************************
    
    Project Name: cede
    Project Description: Register2 pages
    File Name: custom-modules.css
	
	
	1. Bootstrap
	2. Globals
	3. Register2/default.aspx
	4. Register2/ship.aspx
	5. Register2/user.aspx
	6. Register2/address.aspx
	7. Register2/payment.aspx
	8. Register2/paymentdeclinded.aspx
	9. Register2/receipt.aspx
	10. Register2/existinguser.aspx
	11. Register2/sessionlost.aspx
	12. Register2/TermsOfUseTexasAMI.aspx
	13. Register2/SecurityQuestion.aspx
	14. Register
	15. FAQ footer
	16. Discount Modal Offer

****************************************************/



/****************************************************
   1. BOOTSTRAP STYLES
****************************************************/


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: auto;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

textarea {
	min-height: 34px;
	height: auto
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	min-height: 24px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6)
}

.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.btn-large {
	border-radius: 6px;
	font-size: 17.5px;
	padding: 11px 19px;
}

.btn-danger {
	background-color: #DA4F49;
	background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info {
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-success { 
	background: #5BB75B;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-danger:hover {
	text-decoration: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background-color: #BD362F;
	color: #FFFFFF;
}

.btn-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.text-center {
    text-align: center;
}

/****************************************************
    2. GLOBALS
****************************************************/

.session-lost,
.existing-user,
.reg-receipt,
.make-payment-register,
.payment-declined,
.payment-declined h3 {
	font-family: 'Varela Round',Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #696969;	
}

.expiration-date label,
.name-on-card label,
.card-number-group label,
.card-type-group label,
.payment-ammount-group label {
	width: 180px;
	display: inline-block;
	text-align: right;
}

.expiration-controls,
.name-card-controls,
.card-number-controls,
.card-type-controls,
.payment-ammount-controls {
	display: inline-block;
	margin-left: 10px;
}

.ship-shopping-cart .alert-info .pay-price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.ship-shopping-cart .alert-info .pay-name {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	color: #666;
}

.ship-shopping-cart .alert-info .pay-name {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	color: #666;
}

.ship-shopping-cart .alert-info .pay-price {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.ship-shopping-cart .alert-success {
	background: #f4f4f4;
	border: none;
	text-align: right;
	padding: 10px;
	margin: 0px;
}

.ship-shopping-cart .alert-success .total-price {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.ship-shopping-cart .alert-success .total-cost {
	color: #666;
}

.ship .span3,
.ship .span9,
.cede-reg-address .span9,
.cede-reg-address .span3,
.make-payment-register .span9,
.make-payment-register .span3 {
	float: left;
}

.make-payment-register .reg-later .reg-later-link,
.cede-reg-address .reg-later .reg-later-link {
	background: #fff;
	border: none;
	color: #f00;
	font-size: 17px;
	text-decoration: underline;
}

.make-payment-register .reg-later,
.cede-reg-address .reg-later {
	color: #f00;
}

.make-payment-register select,
.cede-reg-address select {
	min-height: 34px;
	border: 1px solid #ccc;
}

.reg-form .notices p, .reg-form .notices [class^="notice-"] {
    margin-bottom: 25px;
}

.course-title {
	font-size: 16px;
	color: #656262;
}

.alert {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

iframe[name="google_conversion_frame"] {
	display: none;
}

.reg-form input[type="checkbox"] {
	vertical-align: baseline !important;
}

/****************************************************
    3. REGISTER2/DEFAULT.ASPX
****************************************************/

.Enroll {
	font-size: 10.5px;
}


.states-heading h3 {
	color: #ED1C24;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	font-size: 24.5px;
	margin-top: 1em;
}

.states-heading ul {
	display: inline-block;
	margin: 25px 0 0 20px;
	padding: 0;
}

.states-heading ul li {
	border-right: 1px solid #CCCCCC;
	float: left;
	padding: 0 10px;
}

.states-heading ul li a {
	font-size: 14px;
}

.reg-steps {
	margin-top: 10px;
}

h2.course-head {
	color: #fff;
	padding: 6px 0px 6px 10px;
	display: block;
	background-color: #0691cd;
	width: 100%;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: normal;
}

p.course-title {
	padding: 10px 0px;
}

.description {
	display: inline-block;
	width: 100%
}

.package .topline input {
	vertical-align: baseline;
	margin-top: 0px;
}

.package .topline label {
	font-size: 18px;
	font-weight: bold;
	margin-left: 182px;
	margin-left: 176px\9;
	color: #0691cd;
	cursor: initial;
}

.package .topline .price {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}

.supplement-control {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

.supplement-control input {
	vertical-align: top;
}

.supplement-label {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.course-options-expand {
	display: inline-block;
	width: auto;
	margin-left: 200px;
	margin-top: -24px;
}

.save-course-options {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.subtotal {
	margin: 20px 0px 0px 0px;
}

.subtotal-title {
	float: left;
}

.subtotalamount {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

.course-options-expand .include {
	background: url(../images/icon-checkbox-included.png) -2px 0px no-repeat;
	padding: 0px 0px 0px 23px;
	padding: 0px 0px 0px 26px\9;
}

.course-options-expand .optional input {
	vertical-align: top;
}

.course-options-expand .optional {
	padding: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px\9;
}

.course-options-expand .optional label {
	margin: 0px 0px 0px 4px;
}

.description p:first-child {
	height: auto
}

.standalone-icon-dvd,
.standalone-icon-deluxe,
.standalone-icon-premium,
.standalone-icon-standard,
.standalone-icon-test,
.standalone-icon-stream {
	float: left;
	margin: -20px 20px 0px 30px;
	width: 150px;
	height: 125px;
	display: inline-block;
}

.standalone-icon-dvd {
	background: url("../images/icon-dvd.png") 0px 0px no-repeat;
}

.standalone-icon-deluxe {
	background: url("../images/bundle-deluxe-v2.png") 0px 0px no-repeat;
}

.standalone-icon-premium {
	background: url("../images/bundle-premium-v2.png") 0px 0px no-repeat;
}

.standalone-icon-standard {
	background: url("../images/bundle-standard-v2.png") 0px 0px no-repeat;
}

.standalone-icon-test {
	background: url("../images/icon-test.png") 0px 0px no-repeat;
}

.standalone-icon-stream {
	background: url("../images/icon-stream.png") 0px 0px no-repeat;
}

.product-btn-continue {
	margin-bottom: 1em;
}

/****************************************************
    4. REGISTER2/SHIP.ASPX
****************************************************/



.ship-head h2 {
	color: #FFF;
	font-size: 27px;
	background-color: #0691cd;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

.order-summary {
	background-color: #a9a8a8;
	color: #fff;
	font-size: 16px;
	padding: 5px 0px 5px 10px;
	text-align: center;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 0px !important;
}

.ship .span3 {
	width: 220px;
	margin-top: .5em;
}

.ship .span9 {
	width: 700px;
}

.ship .span3,
.ship .span9 {
	color: #696969;
	font-size: 14px;
	font-family: 'Varela Round', Arial, Helvetica, sans-serif;
}

.ship-shopping-cart .alert-info {
	background: #f4f4f4;
	border-bottom: 1px #ccc solid;
	border-right: none;
	border-top: none;
	border-left: none;
	text-align: right;
	padding: 10px;
	margin: 0px;
}

/*.ship-shopping-cart .alert-info .pay-name {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	color: #666;
}

.ship-shopping-cart .alert-info .pay-price {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}*/
/*
.ship-shopping-cart .alert-success {
	background: #f4f4f4;
	border: none;
	text-align: right;
	padding: 10px;
	margin: 0px;
}

.ship-shopping-cart .alert-success .total-price {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.ship-shopping-cart .alert-success .total-cost {
	color: #666;
}*/





.reg-shipping-options {
	width: 100%;
	display: inline-block;
	margin: 20px 0px 20px 0px;
}

.reg-shipping-options li label {
	font-size: 14px;
	color: #051f3b;
	font-weight: 700;
}

.reg-shipping-options li input {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 2px;
}

.ship .help-block {
	display: inline;
	font-weight: 700;
	color: #000;
}

.ship .RegH3 {
	font-size: 16px;
	color: #656262;
	background: #fff;
	border: none;
	text-indent: 0;
}

.ship .reg-gender input {
	vertical-align: baseline;
}

.reg-gender-options label {
	display: inline-block;
	padding-left: 5px;
}

.ship .reg-shipping-options li {
	padding: 5px 0px;
}

.same-day-process-group ul {
	margin-left: 0px;
}

.same-day-process-group input {
	vertical-align: baseline;
	margin-right: 5px;
}

.same-day-h3 {
	display: inline-block;
}

.ship .icon-calendar-empty {
	color: red;
}

.ship .same-day-para {
	margin-top: 2px;
}

.reg-shipping-options li label .highlight {
	color: #F66433;
}

.ship-shopping-cart {
 width: 220px;
 font-size: 12px;
}

.ship-shopping-cart .alert-info {
	padding: 10px;
}

.regsum,
.regsum td {
	font-size: 12px;
	background: #f4f4f4;
	color: #666;
	padding: 5px 10px;
}

td.regsumpricefoot {
	color: red;
	border-top: 1px solid #ccc;
}

.ship .btn-danger {
	margin: 10px 0;
	float: right;
}

/****************************************************
    5. REGISTER2/USER.ASPX
****************************************************/


.user-login-page {
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
	width: 460px;
	margin: 50px 204px;
	overflow: hidden;
	height: auto;
	padding: 5px 0 20px 0;
}

.user-login-page,
.user-login-page label {
	color: #696969;
	font-size: 14px;
}

.user-login-page input[type=text],
.user-login-page input[type=email],
.user-login-page input[type=password] {
	min-height: 24px;
	display: block;
	width: 176px;
}

.user-login-page h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 20px 27px;
}

.user-login-page label {
	float: none;
}

.user-login-page .control-group .controls {
	float: left;
	margin-right: 21px;
}

.user-login-page .new-reg-login-btn {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.user-login-page .login-first,
.user-login-page .login-email {
	margin-left: 28px;
}

/****************************************************
   6. REGISTER2/ADDRESS.ASPX
****************************************************/


.cede-reg-address .span9 {
	width: 700px;
}

.cede-reg-address .span3 {
	width: 220px;
}

.cede-reg-address .control-group {
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
	color: #696969;
}

.cede-reg-address .full-name .control-label,
.cede-reg-address .control-group .mail-address-controls,
.cede-reg-address .mail-address .mail-adress-tag,
.cede-reg-address .cede-current-phone .phone-tag,
.cede-reg-address .cede-current-phone .home-phone-controls,
.cede-reg-address .cede-current-phone .cell-phone-controls,
.cede-reg-address .gender-control-group .control-label,
.cede-reg-address .birthday-control-group .control-label {
	float: left;
}

.cede-reg-address .full-name .control-label {
	margin-right: 20px;
	margin-left: 70px;
}

.cede-reg-address .phone-tag {
	margin-left: 66px;
}

.cede-reg-address .cede-current-phone .control-label {
	display: block;
	margin-bottom: 5px;
}

.cede-reg-address .cede-current-phone .help-block {
	display: inline-block;
	margin-left: 136px;
	margin-bottom: 20px;
	clear: both;
}

.cede-reg-address .mail-address .control-label {
	display: block;
}

.mail-address .mail-address-controls {
	margin-left: 20px;
}

.cede-reg-address .btn-danger {
	float: right;
	margin: 20px 28px 20px 0;
}

.cede-reg-address .mail-address.city-tag {
	margin-left: 115px;
}

.cede-reg-address .cede-current-phone .home-phone-controls,
.cede-reg-address .cede-current-phone .cell-phone-controls {
	margin-left: 20px;
}

.cede-reg-address .birthday-control-group .control-label {
	margin: 0 20px 0 50px;
}

.cede-reg-address .gender-control-group .control-label {
	margin-left: 58px;
	margin-right: 21px;
}

.cede-reg-address .reg-gender-options label {
	margin-right: 10px;
}

/****************************************************
    7. REGISTER2/PAYMENT.ASPX
****************************************************/

.make-payment-register .span9 {
	width: 680px;
	padding: 0 10px;
}

.make-payment-register .span3 {
	width: 220px;
}

.make-payment-register .RegH3 {
	font-size: 16px;
	color: #656262;
	background: #fff;
	text-indent: 0;
	width: 670px;
	margin: 20px 0;
}

.make-payment-register input[type=checkbox] {
	margin-right: 5px;
	display: inline-block;
}

.make-payment-register .control-group {
	margin-bottom: 15px;	
}

.make-payment-register .make-payment-btn {
	margin: 30px 0 20px 400px;	
}

.make-payment-register #siteseal {
	display: inline-block;
	margin: 20px 0;	
}

.make-payment-register .well {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

/****************************************************
    8. REGISTER2/PAYMENTDECLINED.ASPX
****************************************************/

.payment-declined h1 {
	text-align: center;
	margin: 20px 0;
}

.payment-declined h3 {
	font-size: 22px;
	margin: 10px 0;
}

.payment-declined .reg-text strong {
	display: inline-block;	
}

.payment-declined .reg-text li,
.payment-declined .reg-text strong {
	margin-bottom: 10px;	
}

.payment-declined .reg-text {
	margin-bottom: 30px;	
}

/****************************************************
    9. REGISTER2/RECEIPT.ASPX
****************************************************/

.reg-receipt {
	margin: 20px 0;	
}

.reg-receipt .dl-horizontal,
.reg-receipt .reg-text p {
    margin-bottom: 15px;
}

.reg-receipt dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
 
.reg-receipt dt:after {
   	content: ":";
}
  
.reg-receipt dd {
   	margin: 0 0 0 160px;
   	padding: 0 0 0.5em 0;
 }
 
/****************************************************
    10. REGISTER2/EXISTINGUSER.ASPX
****************************************************/

.existing-user {
	margin: 30px 0;	
}

.existing-user h2 {
	font-size: 31.5px;	
	margin: 20px 0;
}

.existing-user .offset3 {
    margin-left: 260px;
}

.existing-user .span7 {
    width: 540px;
}

.existing-user .control-group {
	margin: 10px 0;
}

/****************************************************
    11. REGISTER2/SESSIONLOST.ASPX
****************************************************/

.session-lost {
	margin: 30px auto 150px;	
	width: 700px;
}

.session-lost h3 {
	font-size: 25px;
	margin: 15px 0;
	color: #696969;
}

.session-lost p {
	margin: 20px 0;	
}

/****************************************************
    12. REGISTER2/TERMSOFUSETEXASAMI.ASPX
****************************************************/

.terms-of-use {
	color: #696969;
	font-family: 'Varela Round',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.terms-of-use .h1 {
	text-align: center;	
}

.terms-of-use .h1,
.terms-of-use p {
	margin: 10px 0;	
}

.checkbox-agreement-container {
	margin-bottom: 20px
}

/****************************************************
    13. REGISTER2/SECURITYQUESTION.ASPX
****************************************************/

.security-question {
	color: #696969;
	font-family: 'Varela Round',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;	
}

.security-question p {
	margin: 15px 0;
}

.security-question .btn-success {
	margin: 15px 0;	
}

.security-define-container span {
	display: inline-block;
}

.security-label-text {
	min-width: 170px;	
}

/****************************************************
    14. REGISTER
****************************************************/

.lg-state-select-list {
	width: 500px;
	height: 40px;
	font-size: 1.5em;	
	border: 1px solid #999;
}

#registrationmap {
	visibility: hidden !important;	
}

/****************************************************
    	15. FAQ FOOOTER
****************************************************/

.faqitem .question {
    font-weight: bold;
    margin: 1em 0;
}

h2#FAQ {
    width: 957px;
}

#ctl00_ExtraSEO_statelist_dlCity_ctl35_hlState,
#ctl00_ExtraSEO_statelist_dlCity_ctl40_hlState,
#ctl00_ExtraSEO_statelist_dlCity_ctl10_hlState,
#ctl00_ExtraSEO_statelist_dlCity_ctl46_hlState,
#ctl00_ExtraSEO_statelist_dlCity_ctl51_hlState {
	color: white;	
}


/****************************************************
    16. DISCOUNT OFFER MODAL
****************************************************/

.leaving-offer {
	background: url(/images/coupons/bg-repeat-y.png) repeat-y;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	min-width: 310px;
}

.leaving-offer span {
	color: yellow;
	font-weight: bold;	
}

.leaving-offer .close {
	margin-top: -10px;	
}

.leaving-offer .header-img {
	max-width: 100%;
	position: initial;	
}

.leaving-offer .img-container {
	display: none;
}

.leaving-offer .modal-body {
	background-size: 45%;
	overflow: hidden;
	background-position: right 11px;	
}

.leaving-offer .modal-footer,
.leaving-offer .modal-header {
	box-shadow: none;
	border: none;
	padding: 5px 10px;	
}

.leaving-offer .modal-footer {
	background: url(/images/coupons/footer-bg-repeat-x.png) repeat-x;
}

.leaving-offer .promo-code {
	color: yellow;
	padding: 10px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.leaving-offer .main {
	font-weight: 100;
}

.leaving-offer .lg-offer-text {
	font-size: 21px;
	letter-spacing: 2px;
	margin-bottom: 5px;	
	text-align: left;
}

.leaving-offer .list-of-reasons {
	padding-bottom: 10px;	
}

.leaving-offer .list-of-reasons li {
	margin-bottom: 0;	
	letter-spacing: 1.5px;
}

.leaving-offer .modal-footer {
	font-weight: 100;	
}

.leaving-offer .modal-footer .register-button {
	margin-top: 11px;
	box-shadow: none;
	border: none;
}

@media (min-width: 768px) {
	
	.leaving-offer .promo-code {
		top: 18%;
		border: 1px solid yellow;
		position: absolute;
	}
	
	.leaving-offer .main {
		position: absolute;
		top: 35%;	
	}
	
	.leaving-offer {
		width: 750px;
		left: 45%;	
	}
	
	.leaving-offer .header-img {
		max-width: 62%;
		position: absolute;
		top: 7%;	
	}
	
	.leaving-offer .img-container {
		margin-right: -30px;
		margin-bottom: -36px;
		display: inline-block;	
	}
	
	.leaving-offer .list-of-reasons li {
		margin-bottom: 6px;	
		letter-spacing: 1.5px;
	}
}

@media (max-width: 767px) {
	.leaving-offer {
		position: absolute;	
	}	
}