/*** Layout ***************************
***************************************/
 *::-ms-backdrop, .img-fluid {
 width: 100%;
}
body {
    background: #292929;
    color: #333333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.wrap {
    background: #f5f5f5;
}
/*** Header  **************************
***************************************/
.section-header {
    background: #ffffff;
    border-top: 7px solid #ee3a43;
}
.section-regular p {
    font-size: 16px;
}
.logo-wrap {
    display: inline-block;
    height: 60px;
    padding-top: 14px;
}
.logo-img {
    border-right: 1px solid #292929;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 20px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}
.logo-img img {
    display: block;
}
.program-title {
    float: left;
    text-align: left;
    display: inline-block;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-top: 4px;
    line-height: 16px;
}
.program-title strong {
    font-weight: 600;
}
/*** Banner  **************************
***************************************/
.section-bnr {
    background: url("../images/bnr-bg.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 0 70px
}
.corner-flag {
    background: url("../images/corner-flag.png") no-repeat top left;
}
.section-bnr-content {
    padding-top: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}
.section-bnr-content h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.1em;
}
.section-bnr-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.1em;
}
.section-bnr-content img {
    margin-bottom: -70px
}
/*** Content  **************************
***************************************/
.content-box {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
.form-heading {
    display: none;
}
/*** Footer  **************************
***************************************/
.section-footer {
    font-size: 13px;
    background: #292929;
    background: -moz-linear-gradient(top, #434343 0%, #292929 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #434343), color-stop(100%, #292929));
    background: -webkit-linear-gradient(top, #434343 0%, #292929 100%);
    background: -o-linear-gradient(top, #434343 0%, #292929 100%);
    background: -ms-linear-gradient(top, #434343 0%, #292929 100%);
    background: linear-gradient(to bottom, #434343 0%, #292929 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#292929', GradientType=0 );
    color: #ffffff;
}
.section-footer ul {
    color: #999999;
}
.section-footer ul a {
    color: #ffffff;
}
.section-footer .copyright {
    color: #999999;
    font-size: 11px;
}
.section-footer .siteseal a {
    opacity: 0.5;
    transition: opacity 0.3s;
}
.section-footer .siteseal a:hover {
    opacity: 1;
}
/*** jquery steps  **************************
***************************************/
/*
    Common 
*/

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard a, .tabcontrol a {
    outline: 0;
}
.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.steps ul > li {
    display: inline-block;
    width: 25%;
    padding: 0;
}
.actions {
    margin-top: 35px;
    text-align: center;
}
.actions ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.actions ul > li {
    float: left;
    padding: 0 5px;
}
/* Accessibility */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}
/*form*/
.mb-wrap {
    padding: 5px;
}
.membership-btn {
    background: #f1f1f1;
    border: 1px solid #cccccc;
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
    z-index: 10;
}



.inactive.membership-btn,
.inactive.gift-btn {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.active.membership-btn,
.active.gift-btn {
    opacity: 1;
}


.gift-image-wrap {
    background: #f1f1f1;
    border: 1px solid #cccccc;
    padding: 15px;
}
.gift-btn {
	margin: 0 5px;
    font-family: "Montserrat", sans-serif;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.gift-btn:hover .gift-image-wrap {
    background: #e8e8e8;
    border: 1px solid #a6a6a6;
}
.gift-btn.active  .gift-image-wrap {
	    background: #f7e9eb;
    border: 1px solid #cb041b;
	color: #cb041b !important;
}
.gift-btn.active {
		color: #cb041b !important;

}
.g-input {
    position: absolute;
    top: -20px;
    left: -20px;
    visibility: hidden;
}
.gift-btn h1 {
    margin: 10px 0 2px;
    font-size: 14px;
    font-weight: 700;
}
.gift-btn p {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}
.membership-btn:hover {
    background: #e8e8e8;
    border: 1px solid #a6a6a6;
}

.membership-btn.active {
	    background: #f7e9eb;
    border: 1px solid #cb041b;
	color: #cb041b !important;
}
.membership-btn.active .mb-dollar {
	color: #cb041b !important;
}

.mb-input {
    position: absolute;
    top: -20px;
    left: -20px;
    visibility: hidden;
}
.mb-year {
    font-size: 22px;
    line-height: 1em;
}
.mb-dollar {
    font-size: 49px;
    color: #ee3a43;
    line-height: 1.2em;
}
.mb-regularly {
    font-size: 14px;
    line-height: 1.3em;
}
.mb-label {
    position: absolute;
    z-index: 99;
    pointer-events: none;
    top: -5px;
    right: -5px;
}
.wizard > .actions > ul > li.disabled {
    display: none;
}
.actions {
    text-align: center;
}
.actions a {
    background: #ed1d35;
    padding: 6px 30px;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}
.actions a:hover {
    background: #cb041b;
    text-decoration: none;
}
.toward-dues-wrap {
    text-align: center;
}
.toward-dues {
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
}
.toward-dues span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.magazine-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.magazine-item-input {
    position: absolute;
    top: -25px;
}
.magazine-item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.magazine-item:hover, .magazine-item.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.target-mobile {
    color: #231f20;
    text-decoration: none;
    line-height: 1.1em;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    padding: 8px 120px 8px 30px;
    ;
    margin: 0 auto 15px;
    background: #ffffff url(../images/target-download-mobile.jpg) no-repeat center right;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #dddcc9;
}
.target-mobile:hover {
    color: #db2930;
    text-decoration: none;
}
.magazine-item.inactive .magazine-item-img {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.magazine-item.active .magazine-item-img {
    opacity: 1;
}
.magazine-type-wrap {
    display: none;
}
.magazine-type-wrap h3 {
    font-size: 16px;
    font-weight: 700;
}
.magazine-item-img {
    pointer-events: none;
}
.steps {
    margin-bottom: 35px;
    font-family: "Montserrat", sans-serif;
}
.steps a .number {
    background: #838383;
    color: #ffffff;
    font-size: 27px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 20px auto 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.steps a {
    color: #838383;
    display: block;
    line-height: 1.3em;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
}
.steps a:hover {
    text-decoration: none;
}
.steps .done a, .steps .current a {
    color: #ee3a43;
}
.steps .done a .number, .steps .current a .number {
    background: #ee3a43;
}
.steps .current a .number {
    margin: 0 auto 5px;
    font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
}
.steps {
    position: relative;
}
.steps>ul {
    z-index: 111;
    position: relative;
}
.steps>ul::after {
    content: "";
    position: absolute;
    top: 45px;
    background: #838383;
    display: block;
    height: 10px;
    left: 0;
    right: 0;
    margin: 0 12%;
    z-index: -1;
}
.step-text a {
	color: #333333;
	text-decoration: underline;
}


/*** Form ***********************
***************************************/
.form-control {
	border: 1px solid #cccccc;
	height: 36px !important;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 0;
	font-size: 14px;
	font-weight: normal;
	-webkit-appearance: none !important;
}
.form-label {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px;
}
#offercode-form {
	background: #ffed92;
	border: 1px solid #ffce12;
}
 .form-control::placeholder {
 color: #9a9a9a;
 font-size: 14px;
 font-weight: normal !important;
}
.was-validated .form-control:invalid::placeholder {
 color: #e0c2c5;
}
.was-validated .form-control:valid {
 border: 1px solid #cccccc;
}
.form-control:valid~.invalid-feedback {
 display: none !important;
}
.custom-control-indicator {
	position: absolute;
	top: 2px;
}
.custom-control-input:checked~.custom-control-indicator {
	background-color: #396bd2;
}
.was-validated .custom-control-input:valid~.custom-control-description {
 color: #333333;
}
.custom-control-indicator, .was-validated .custom-control-input:valid~.custom-control-indicator {
 background-color: #cccccc;
}
.was-validated .custom-control-input:checked~.custom-control-indicator {
	background-color: #396bd2;
}
.no-number-style {
	-moz-appearance: textfield;
}
.no-number-style::-webkit-outer-spin-button, .no-number-style::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.input-group-btn .btn {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 0;
}
/*** Form - Select  *******************
***************************************/
 select::-ms-expand {
 display: none;
}
.select select:focus::-ms-value {
 background: white;
 color: #4c5557;
}
.select {
	background: #FFFFFF url(../images/select-arrow.svg) no-repeat right 12px;
	padding: 0;
	background-size: 22px 13px;
}
.select select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent !important;
	color: #4c5557;
	outline: none;
}
.select select:-moz-focusring {
 color: transparent !important;
 text-shadow: 0 0 0 #000 !important;
}
.select select option {
	outline: none;
}
/*** Form - Payment  ******************
***************************************/
.form-section-header {
	margin: 5px 0 25px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.payment-method-paypal {
	display: none;
	clear: both;
}
.textme {
	display: none;
	margin-top: 10px;
}
.payment-method-credit {
	clear: both;
}
.select-pay {
	clear: both;
	overflow: hidden;
}
.payment-radio {
	cursor: pointer;
	position: relative;
	padding: 7px 5px 14px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.payment-radio input {
	position: absolute;
	top: -25px;
	left: 0;
}
.payment-radio img {
	width: 41px;
	height: 26px;
	float: left;
	margin: 0 2px;
	pointer-events: none;
	position: relative;
}
.payment-radio img.paypal {
	width: 80px;
	height: 20px;
	margin: 3px 0;
}
.active.payment-radio {
	background: url(../images/payment-arrow.png) no-repeat bottom center;
}


/*** Auto Renewal *********************
***************************************/
.nra-auto-renew h4 {
	font-size: 16px;
	margin: 10px 0 20px;
}
.autorenew {
	display: none;
	/*font-weight: bold;*/
}
.autorenew h4 {
	font-size: 20px;
	margin: 10px 0 20px;
}
.autorenew a {
	color: #1c67e2;
}
.autorenew h4 strong {
	color: #e2211c;
}
.autorenew-term {
	display: none;
}
.renewinput {
	font-size: 20px;
}


/*** Auto Renewal *********************
***************************************/
.nra-auto-renew h4 {
	font-size: 16px;
	margin: 10px 0 20px;
}
.autorenew {
	display: none;
	/*font-weight: bold;*/
}
.autorenew h4 {
	font-size: 20px;
	margin: 10px 0 20px;
}
.autorenew a {
	color: #1c67e2;
}
.autorenew h4 strong {
	color: #e2211c;
}
.autorenew-term {
	display: none;
}
.renewinput {
	font-size: 20px;
}

/*** Auto Renewal *********************
***************************************/
.nra-auto-renew h4 {
	font-size: 16px;
	margin: 10px 0 20px;
}
.autorenew {
	display: none;
	/*font-weight: bold;*/
}
.autorenew h4 {
	font-size: 20px;
	margin: 10px 0 20px;
}
.autorenew a {
	color: #1c67e2;
}
.autorenew h4 strong {
	color: #e2211c;
}
.autorenew-term {
	display: none;
}
.renewinput {
	font-size: 20px;
}

.facebook {
	font-size: 40px;
	color: #3b5998;
	}
	.twitter {
		color: #1DA1F2;
			font-size: 40px;

	}