.affiliate-hero {
	background-image: url(../jpg/hero-13.jpg);
    padding-top: 60px;
    padding-bottom: 65px;
    background-size: cover;
    background-position: 50% center;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.affiliate-hero h2,
.affiliate-hero h3 {
	color: #fff;
}
.affiliate-hero h2{
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 20px;
}
.affiliate-hero h3 {
	font-size: 18px;
}
/*.navbar, .navbar a {
    color: #fff;
}
.nav-scrolled .nav-scrolled a{
	color:#000;
}*/
.affiliate-promo {
    padding: 55px 0;
}
.affiliate-promo h2,.promoting3d h3{
    font-size: 36px;
    font-weight: bold;
	line-height: 45px;
}
.promoting3d h3{
	color:#000;
	margin-bottom: 20px;
}
.affiliate-promo p{
    max-width: 610px;
    margin: 25px auto;
}
.affiliate-hero {
    background: #136EF6;
	margin-top: 91px;
}
section.promoting3d {
    padding: 50px 0;
	background: #f9f9fb;
}
section.join-affiliate {
    padding: 50px 0;
	background: #000;
    color: #fff;
}

.promo {
    margin: 50px 0 0;
}
.promo-left {
    float: left;
    width: 55%;
	border-bottom: 1px solid;
	padding-bottom: 25px;
}
.promo-left h2 {
	margin: 0 0 20px;
}
.tc-blurb p,.join-affiliate h3 {
    color: #fff;
}
.tc-blurb p{
	text-transform:capitalize;
}
.promo-right {
    float: right;
    width:45%;
	padding: 20px 0 0;
	text-align: center;
}
.promo-cta > a{
	min-width: 200px;
}
.tc-btn-md{
	height: 50px;
    line-height: 50px;
    font-size: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 20px;
    transition: opacity 250ms ease-out;
    border: none;
}
.tc-btn-md.tc-btn-green{
	background: #006bed;
    color: #fff;
}
.tc-btn-md.tc-btn-black{
	background: #000;
    color: #fff;
}

section.tc-advantages {
    padding: 50px 0 70px;
    background-image: url(../jpg/green-bg.jpg);
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: 50%;
}
section.tc-advantages h2 {
	margin: 0 0 30px;
}
.tc-advantages-col {
    float: left;
    width: 25%;
}

section.qualities-details {
    padding: 65px 0 50px;
}
.industry-cols {
    margin: 0 0 0;
}
section.industry-leading .container1170 > h3 {
	margin: 10px 0 0;
}
.industry-col {
	float: left;
    width: 48.5%;
    min-height: 280px;
    text-align: left;
    border: 1px solid #e7e8ec;
    margin: 0 0 35px;
    border-radius: 4px;
    border-top: 2px solid #27ac5f;
    padding: 20px 45px 20px 70px;
}
.industry-col:nth-child(even) {
	float: right;
}

.industry-h3 > h3 {
	font-size: 28px;
    line-height: 80px;
    float: left;
    letter-spacing: -0.015em;
}
.industry-h3 > img {
	float: right;
}
.industry-h3 {
    margin: 0 0 25px;
}
.industry-col p {
	min-height: 120px;
}

section.affiliate-interest, section.join-affiliate{
    padding: 50px 0;
    text-align: center;
	background-color: #f9f9fa;
}
section.join-affiliate{
	padding: 50px 0 60px;
	background: #000;
	color: #fff;
}
.affiliate-interest h2, join-affiliate h2{
	margin: 0 0 8px;
}
section.affiliate-benefits {
    padding: 50px 0;
    text-align: center;
	background-color: #006bed;
	color: #fff;
}
.affiliate-benefits h2 {
	margin: 0 0 8px;
	color: #fff;
}
.affiliate-benefits ul li{
	text-align: left;
	list-style: none;
	color: #000;
	clear: both;
	margin-bottom: 15px;
	font-weight: 300;
}

.affiliate-benefits ul li:before{
    font-family: 'tc-icons';
    content: "\e66c";
    font-size: 28px;
    float: left;
    display: inline-block;
    line-height: 27px;
    margin-right: 20px;
}
.join-affiliate .tc-blurb h4{
    font-size: 18px;
    font-weight: 600;
}
.join-affiliate-cta{
	margin-top: 40px; 
}
.join-affiliate h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 45px;
}
img.affiliate-interest-hero {
    margin: 10px auto;
}


@media(max-width: 1199px) {
	
	.industry-col {
		padding: 20px 20px 20px 35px;
		min-height: 310px;
	}
	.industry-h3 > h3 {
		font-size: 24px;
	}	
	.promo-right{
	    width: 55%;
	}
	.promo-left{
		width: 45%;
	}
	.promo-left h2{
		font-size: 32px;
		line-height: 1.3em;
	}
	.affiliate-benefits ul li span{
	    font-size: 14px;
	}
	.affiliate-benefits ul li:before{
	    padding: 0 9px 0 0;
	}
	
}

@media(max-width: 1023px) {
	
	.industry-col {
		float: none !important;
		width: 100%;
		min-height: 0;
	}
	.industry-col p {
		min-height: 0;
		margin: 0 0 25px;
	}
	.affiliate-benefits ul li:before {
		margin-right: 0px;
	}
	.promo-right{
		float: none;
		padding: 0px 0 30px;
        
		width: 100%;
	}
	.promo-right img{
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}
	.promo-left{
	    float: none;
		text-align: center;
		width: 100%;
	}
	.promo-left h2{
		font-size: 36px;
	}
	.affiliate-benefits ul{
		margin: 0;
	}
	.tc-cart-features-col{
		padding: 0 10px;
	}
}

@media(max-width: 767px) {
	.industry-col {
		padding: 15px 20px;
	}
	.industry-h3 {
		text-align: center;
	}
	.industry-h3 > img {
		float: none;
	}
	
	.industry-h3 > h3 {
		float: none;
		line-height: 40px;
	}
	.industry-col p {
		text-align: center;
	}
	.industry-learnmore {
		text-align: center;
	}
	.affiliate-benefits ul{
	    padding: 0 0 0px 20px;
	}
	.join-affiliate h3{
		line-height: 1.3em;
	}
}

section.pci-compliance {
    background-color: #f9f8f9;
    padding: 30px 0;
}
.pci-right {
    float: right;
}
.pci-left {
    float: left;
    width: 730px;
}
p.pci-text {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.015em;
    padding-right: 40px;
    margin: 0 0 20px;
}
p.pci-author {
    margin: 0;
}
.tc-cart-features-col {
	margin: 40px -15px 0 -15px;
}
.tc-cart-feature {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 15px;
	margin: 0 0 35px;
}
.tc-cart-feature-heading {
    margin: 0 0 5px;
}
.tc-cart-feature-icon {
    float: left;
    color: #25b46a;
    font-size: 50px;
    line-height: 1;
    width: 50px;
    margin: 0 12px 0 0;
}
.tc-cart-feature-heading h4 {
    line-height: 53px;
}

section.executive-team {
    text-align: center;
    background-color: #f9f8f9;
    padding: 50px 0 0;
}
section.executive-team h3 {
    margin: 10px 0 0;
}

.executive-col-group {
	margin: 0 -15px;
}
.executive-col-group .col-4 {
	padding: 0 15px;
	margin: 50px 0 0;
}
.executive {
    text-align: left;
}
.executive-pic {
    float: left;
	margin-right: 15px;
}
.executive-bio {
    padding: 40px 0 0;
}
.executive-bio .executive-role {
	margin: 5px 0 0;
}
p.executive-details {
    min-height: 300px;
	margin: 20px 0 0;
}

section.were-hiring {
    text-align: center;
    padding: 80px 0;
	
	background-image: url(../jpg/we-are-hiring.jpg);
	background-size: cover;
	background-position: 50% center;
}
.were-hiring h2, 
.were-hiring h3 {
    color: #fff;
}
.were-hiring h3 {
    margin: 15px 0 0;
}

section.contact-area {
    padding: 50px 0 100px;
    background-color: #f9f8f9;
    text-align: center;
}
section.contact-area h3 {
	margin: 0;
}
section.contact-area h3 {
    margin: 20px 0 40px;
}
.contact-cols {
    margin: 60px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #e7e8ec;
}
.contact-left {
    float: left;
    text-align: left;
}
.contact-text-icon {
    float: left;
    width: 60px;
    padding: 6px 0 0;
}
.contact-text {
    margin: 35px 0 0;
}
.contact-text-text {
    float: left;
    width: 360px;
}
.contact-text-text h4 {
	margin: 0 0 3px;
}

@media(max-width: 1199px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 24px;
	}
	.inc-500-left {
		width: 645px;
	}
	.pci-left {
		width: 550px;
	}
	p.executive-details {
		min-height: 215px;
	}
	.contact-right {
		float: right;
		width: 540px;
	}
}
@media(max-width: 1023px) {
	.inc-500 {
		margin: 30px 0 0;
	}
	.inc-500-right {
		float: none;
		padding: 20px 0;
		width: 100%;
	}
	.inc-500-right img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}
	.inc-500-left {
		float: none;
		text-align: center;
		width: 100%;
	}
	.tc-advantages-col img {
		max-width: 100%;
	}
	.tc-advantages-col {
		padding: 0 10px;
	}
	.pci-left {
		float: none;
		width: 100%;
	}
	.pci-right {
		margin-left: 20px;
	}
	.tc-cart-feature-heading h4 {
		line-height: 24px;
		padding: 10px 0 0;
	}
	.tc-cart-feature br {
		display: none;
	}
	.tc-cart-feature-heading {
		min-height: 58px;
	}
	
	p.executive-details {
		min-height: 290px;
	}
	.were-hiring h3 br {
		display: none;
	}
	
	.contact-left {
		float: none;
		margin: 0 auto;
		max-width: 440px;
	}
	.contact-text {
		margin: 0 0 20px;
	}
	.contact-cols {
		margin: 30px 0 0;
	}
	.contact-right {
		float: none;
		margin: 0 auto;
	}
}

@media(max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.affiliate-hero h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.affiliate-hero {
		padding-top: 35px;
		padding-bottom: 35px;
		margin-top: 70px;
	}
	.affiliate-promo h2, .promoting3d h3,.join-affiliate h2,section.faq-section h2 {
    font-size: 28px;
    line-height: 36px;
}
	br{
		display:none;
	}
	.pci-right {
		float: none;
		margin: 0 auto 30px auto;
		width: 100%;
		text-align: center;
	}
	.pci-right img {
		margin: 0 auto;
	}
	p.pci-text {
		text-align: center;
		padding: 0;
	}
	.pci-left {
		text-align: center;
	}
	.tc-cart-feature {
		float: none;
		width: 100%;
	}
	.executive-pic {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.executive-profile {
		text-align: center;
	}
	p.executive-details {
		min-height: 0;
		text-align: center;
	}
	section.executive-team {
		padding: 50px 0;
	}
	.contact-text {
		text-align: center;
	}
	.contact-text-icon {
		float: none;
		width: 100%;
	}
	.contact-text-text {
		float: none;
		width: 100%;
	}
	.contact-right img {
		display: block;
		margin: 0 auto;
	}
	.contact-right {
		float: none;
		width: 100%;
	}
	.tc-advantages-col {
		width: 50%;
		padding: 10px;
	}
}



section.faq-section {
    background-color: #fff;
    padding: 30px 0 80px;
}
section.faq-section h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 36px;
    font-weight: bold;
    line-height: 45px;
}
section.faq-section .container1170 > p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
}
.faqs {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}
.faq {
	border-bottom: 1px solid #000;
}
.faq:last-child {
	border-bottom: none;
}
.faq-question {
    padding: 20px 45px 20px 0px;
    font-weight: bold;
    cursor: pointer;
	position: relative;
	-webkit-transition: height 250ms; /* Safari */
    transition: height 250ms;
}
.faq-answer {
    padding: 0 100px 30px 0px;
    text-align: justify;
	display: none;
	margin-top: 10px;
}
.faq-question:after {
    content: "+";
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #2a2d32;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.faq.active .faq-question:after {
	 content: "-";
	 background-color: #006bed;
}
.faq-question:hover:after {
	background-color: #006bed;
}
.faq-question:hover {
	color: #006bed;
}
.col-6{
	float:left;
	width:50%;
}
@media(max-width: 767px) {
	.faq-answer {
		padding-right: 40px;
	}
	.col-6{
	float:none;
	width:100%;
}
	.affiliate-hero h2 {
    font-size: 36px;
}
}