/* @override 
	https://1ivu6q1gqh2kndjc23ryof11v5-wpengine.netdna-ssl.com/wp-content/themes/shippingeasy_v3/css/enterprise.css?ver=4.9.3 */

#hero {
	background-position-x: center;
	background-size: cover;
}
#hero .starter {
	padding: 100px 20px;
	margin-bottom: 75px;
}
#hero .hero-text {
	margin-bottom: 14px !important;
}
#hero p {
	font-size: 17px !important;
	line-height: 21px !important;	
	padding: 0 80px !important;
	margin-bottom: 70px;
}
#hero h2 {
	text-align: center;
	color: #31A121;
	margin: 0;
	font-size: 55px;
	margin-bottom: 8px;
}
#hero .price-desc {
	margin-bottom: 35px;
}
#hero .ent-cta {
	text-align: center;
	color: #fff;
}
#hero .ent-cta span {
	margin: 0 15px;
	font-size: 17px;
}

.feature {
	text-align: center;
}
.feature img {
	margin-bottom: 8px;
}
.feature h4 {
	text-align: left;
	color: #337DAD;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
}

.feature p {
	text-align: left;
}
.header {
	margin: 50px 0 40px;
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 22px;
}

.primary {
	margin-bottom: 40px;
	padding-bottom: 60px;
	border-bottom: 1px solid #DEDEDE;
	
}
.primary h3 {
	color: #337DAD;
}

.grey {
	background: #F3F2F2;
}

.listings h3 {
	color: #337DAD;
}
.listings ul {
	list-style: none;
	padding: 0;
}
.listings li,
.listings li:first-child {
	padding: 3px 5px 3px;
}

.listings .check {
	background: #f5f5f5 url('../png/check-2.png') no-repeat 99% center;
}
.listings .wip {
	background: #f5f5f5 url('../wip.html') no-repeat 99% center;
}
.listing-cta {
	margin-bottom: 30px;
	text-align: center;
	margin: 40px 0 60px ;
}
.users h3 a,
.questions h3 {
	color: #337DAD;
	font-weight: normal;
	font-style: normal;
}
.users h3 {
	margin-top: 0;
}
.users {
	margin-bottom: 30px;
}
.processed {
	font-size: 21px;
	color: #585858;
}
.users img {
	padding: 20px;
	box-shadow: 0px 0 7px rgba(0,0,0,0.4);
	background: #F3F3F3;
}
.ent-cta {
	text-align: center;
}
.ent-cta span {
	padding: 0 15px;
	font-size: 17px;
}
.ent-cta .button-outline {
	background: #274f96;
	border: 1px solid #274f96 !important;
}
.ent-cta .button-ouline:hover {
	background: #3060b5 !important;
}
.button.blue {
	background-color: #274f96;
}
.cta-tagline {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin: 16px 0 70px;
}

/* Features Table */

.feat_table h1 {
	color: #328923;
	font-weight: lighter;
}

.feat_block {
	width: 48%;
	float: left;
	margin: 0 1%;
	background: #fff;
}
@media only screen and ( max-width: 640px ) /* 640px */
{
    #feat_lists {
        width: 100%; /* 990px */
        margin-left: 0%; /* 15px */
    }
    #feat_lists .feat_block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .ent-cta .button,
    .ent-cta .button-outline {
    	display: block;
    	margin: 0px auto;
    	max-width: 80%;
    }
    .ent-cta span {
    	line-height: 80px;
    }
    #hero {
    	background-size: cover ;
    }
    
}
.final-cta {
	margin-top: 0px;
}
.final-cta h2 {
	margin-top: 0px !important;
}

/* Co-Brand */

.affiliate-band {
	background-color: #F5F6FA;
	padding-top: 80px;
	padding-bottom: 80px;
}

.affiliate-band .container {
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	column-gap: 24px;
	max-width: 800px;
}


.affiliate-band img {
	max-width: 200px;
	max-height: 200px;
}
.affiliate-band .affiliate-heading {
	margin-top: 0;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}

.affiliate-band .affiliate-text {
	font-size: 18px;
	line-height: 27px;
}

@media only screen and ( max-width: 640px ) /* 640px */
{
	.affiliate-band .container {
		flex-flow: row wrap;
		justify-content: center;
		text-align: center;
		padding: 40px;
	}

	.affiliate-band .affiliate-image {
		margin-bottom: 24px;
	}
}
