.body a:hover, .body a:active {
	text-decoration: none;
}

.body .auto-width {
	width: auto !important;
}

.body .col-left {
	padding-right: 30px !important;
}

.body .col-right {
	padding-left: 30px !important;
}

.body .sub {
	margin-bottom: 60px;
	position: relative;
}

.body button {
    font-size: 16px !important;
    width: auto !important;
    padding: 9px 25px;
    margin: 10px 12.5px;
}

.body button.lt {
	border: 1px solid #ccc;
}

.body button.full-width {
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
}

.body .feat-copy {
    position: relative;
    padding: 60px 60px 0;
    max-width: 650px;
    margin: 0 auto;
}

.body p {
	font-size: 18px;
	line-height: 24px;
	color: black;
	margin: 0 0 20px;
}

.body p.eyebrow {
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.body .feat-copy button {
	margin: 10px 3px 0;
}

.body .headline {
	margin: 0 auto 10px;
}

.body .center-all-wrap {
	position: relative;
}

.body .center-all.top, .body .center-all.bottom {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: absolute;
    padding: 0 15px;
}

.body .center-all.top {
    top: 0;
    bottom: auto;
	margin: 50px 0 0;
}

.body .center-all.bottom {
    bottom: 0;
    top: auto;
	margin: 0 0 50px;
}

.body .sub-copy {
	padding: 0 60px;
    max-width: 650px;
    margin: 15px auto;
}

.body .sub-copy p:last-child { 
	margin-bottom: 0; 
}

.body .subhead {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #a41818;
}

.body .sub-grid {
	padding: 0 30px;
}

.body .sub-grid .col-xs-6 {
	padding: 0 30px !important;
}

#feat-ovr {
	width: 40%;
    right: 0;
    left: auto;
    padding: 0 20px;
}

#feat-ovr h1 {
	margin-bottom: 0;
}

#feat-ovr p {
	font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

	/* medium styles */

	.body .col-left {
		padding-right: 20px !important;
	}

	.body .col-right {
		padding-left: 20px !important;
	}

	.body .feat-copy {
		padding: 40px 40px 0;
	}

	.body button {
    	font-size: 14px !important;
    	margin: 7px 10px;
    }

	.body p {
	    font-size: 16px;
	    line-height: 22px;
	}

	.body p.eyebrow {
		font-size: 18px;
	}

	.body .center-all.top {
		margin: 33px 0 0;
	}

	.body .center-all.bottom {
		margin: 0 0 33px;
	}

	.body .sub-copy {
		padding: 0 40px;
	}

	.body .subhead {
		font-size: 21px;
		line-height: 27px;
	}

	.body .sub-grid {
		padding: 0 20px;
	}

	.body .sub-grid .col-xs-6 {
		padding: 0 20px !important;
	}

	#feat-ovr h1 {
		font-size: 28px;
		margin-bottom: 3px;
	}

	#feat-ovr p {
		font-size: 14px;
	    line-height: 19px;
	}

}

@media only screen and (max-width: 991px) and (min-width: 768px) {

	/* small styles */

	.body .col-left {
		padding-right: 15px !important;
	}

	.body .col-right {
		padding-left: 15px !important;
	}

	.body .feat-copy {
		padding: 30px 30px 0;
	}

	.body .sub {
		margin-bottom: 50px;
	}

	.body button {
    	font-size: 12px !important;
    	margin: 5px 10px;
    }

	.body p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.body p.eyebrow {
		font-size: 16px;
	}

	.body .center-all.top {
		margin: 25px 0 0;
	}

	.body .center-all.bottom {
		margin: 0 0 25px;
	}

	.body .sub-copy {
		padding: 0 30px;
	}

	.body .subhead {
		font-size: 18px;
		line-height: 24px;
	}

	.body .sub-grid {
		padding: 0 15px;
	}

	.body .sub-grid .col-xs-6 {
		padding: 0 15px !important;
	}

	#feat-ovr {
		width: 45%;
	    right: 0;
	    left: auto;
	    padding: 0 10px;
	}

	#feat-ovr h1 {
		font-size: 20px;
		margin-bottom: 0;
	}

	#feat-ovr p {
		font-size: 11px;
    	line-height: 15px;
	}
	
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	/* mobile styles */

	.body .feat-copy {
	    margin: -35px 20px 0;
	    background: white;
	    padding: 20px 20px 0;
	    max-width: none;
	}

	.body .feat-copy p {
		max-width: 450px;
    	margin: 0 auto 10px;
	}

	.body .sub {
		margin-bottom: 40px;
	}

	.body button {
    	font-size: 12px !important;
    	margin: 5px 10px;
    }

	.body p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.body p.eyebrow {
    	font-size: 14px;
    	margin: 0 auto 5px;
    }

    .body .headline {
    	max-width: 450px;
    }

    .body .center-all.top {
		margin: 15px 0 0;
	}

	.body .center-all.bottom {
		margin: 0 0 15px;
	}

	.body .sub-copy {
		padding: 0 20px;
		max-width: 450px;
	}

	.body .subhead {
		font-size: 16px;
		line-height: 22px;
	}

	.body .sub-grid {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.body .sub-grid .sub {
		margin-bottom: 20px;
	}

	.body .sub-grid .col-xs-6 {
		padding: 0 10px !important;
	}

	.body .sub-grid .col-xs-6 button {
		margin: 0;
	}

	.account-navigation-bar#customer-service {
	    margin-top: 0;
	}

	#feat {
	    margin-top: 15px;
	}

	#feat-ovr {
	    width: 100%;
	}

	#feat-ovr p {
		font-size: 14px;
	    line-height: 20px;
	    margin: 5px 0 0;
	}

}