﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
@import url("https://use.typekit.net/xsc1fxp.css");

/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#000!important;
	font-size:16px;
	font-weight:400;
	}

	
h1 {
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#CD382B!important;
	text-transform:uppercase;
	font-size:32px;
	font-weight:700;
	padding-bottom:15px;
}
		

h2 {
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#000!important;
	font-size:24px;
	font-weight:700;
	padding-bottom:10px;
}

	
h3 {
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#CD382B!important;
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
}


h4 {
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#000!important;
	font-size:18px;
	font-weight:700;
}


h5 {
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#000!important;
	font-size:15px;
	font-weight:700;
}


h6 {
	font-family: 'Source Sans Pro', sans-serif!important;
	color:#CD382B!important;
	font-size:14px;
	font-weight:400;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}
.header_padding {
	padding:1% 6%;
	border-bottom:1px solid #707070;
}
.header-icon {
	margin:0 auto;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.primary_navLink {
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#000!important;
}
.primary_navLink:hover {
	color:#CD382B!important;
}
.li_width {
	min-width:120px;
	padding:0px 20px;
	text-align:center;
	margin:0 auto;
}
.header-phone {
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#CD382B!important;
	padding-right:25px;
}
.header-phone:hover {
	color:#000!important;
	transition:0.3s;
}
.header-email {
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#CD382B!important;
}
.header-email:hover {
	color:#000!important;
	transition:0.3s;
}
.header-contact {
	text-align:right;
	padding:0px 25px 20px 25px;
}


/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: transparent;
	border-bottom: ;
	text-align: center;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}
a.noIcon {
    padding: 10px 25px;
}






/*===================== 
	home styles 
=======================*/
.buttons_div {
	padding:2% 6%;
	margin-left:0px!important;
	margin-right:0px!important;
}
.trucks-button {
	background-image:url("../siteart/truck-img.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#000;
	margin:0 auto;
	min-height:410px;
	padding:18% 20%;
	text-align:center;
}
.trailers-button {
	background-image:url("../siteart/trailer-img.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 auto;
	min-height:410px;
	background-color:#000;
	padding:18% 20%;
	text-align:center;
}
.finance-button {
	background-image:url("../siteart/finance=img.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 auto;
	background-color:#000;
	min-height:410px;
	padding:18% 20%;
	text-align:center;
}
.contact-button {
	background-image:url("../siteart/contact-img.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 auto;
	min-height:410px;
	padding:18% 20%;
	background-color:#000;
	text-align:center;
}
.home_h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:26px;
	color:#fff!important;
	text-transform:uppercase;
	font-weight:700;
}
.home_p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#fff!important;
	font-weight:400;
	padding-top:10px;
	padding-bottom:15px;
}
.browse_btn {
	background-color:#fff;
	padding:5px 35px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	color:#CD382B!important;
	font-weight:700;
	text-transform:uppercase;
	border-style:none!important;
}
.browse_btn:hover {
	background-color:#cd382b;
	color:#fff!important;
	border-style:none!important;
	transition:0.3s;
}
.affordability_div {
	background-image:url("../siteart/red-texture.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	height:462px;
	margin-bottom:35px;
	text-align:center;
	background-position:center;
}
.affordability_text {
	padding:10%;
}
.home_h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:58px;
	color:#fff!important;
	text-transform:uppercase;
	font-weight:700;
}
.home_h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:40px;
	color:#fff!important;
	text-transform:uppercase;
	font-weight:700;
}
.redtruck {
	background-position: top left;
}
.bluetruck {
    float: right;
}
.about_text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#000!important;
	font-weight:400;
	text-align:center;
	padding: 8% 8% 2% 8%;
	line-height:1.8em;
}
.res_text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	color:#A12D23!important;
	font-weight:700;
	text-transform:uppercase;
}
.google-maps {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
.trucks-div {
	min-height: 310px;
}






/*===================== 
	contact styles 
=======================*/
.content-padding {
	padding:2% 10%;
}
.contact-padding {
	padding:50px 15px 15px 15px;
}
.contact-divLeft {
	border:1px solid #eee;
	padding:25px 30px 30px 30px;
	text-align:center;
}
.contact-divRight {
	border:1px solid #eee;
	padding:25px 20px 50px 20px;
	text-align:left;
}
h4 > a {
	color:#CD382B!important;
}
h4 > a:hover {
	color:#000!important;
}
contact-title > a:hover {
	color:#CD382B!important;
	font-weight:700!important;
}
.contact-divInside {
	min-height:30px;
	padding-left:0px;
	padding-right:15px;
}
.contact-email {
	color:#CD382B!important;
	font-family: 'Source Sans Pro', sans-serif;
}
.contact-email:hover {
	color:#000!important;
}
.store-img {
	padding:10px 0px;
}



/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}
.footer_background {
	background-color:#440E0E;
	padding:2% 6%;
}
.seo-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px!important;
	color:#fff!important;
	text-align:center;
}
.truck-link {
	font-weight:700;
	color:#fff!important;
}
.truck-link:hover {
	color:#dedede!important;
}
.footerlink {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	color:#fff!important;
	text-align:center;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
@charset "utf-8";

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #cd3823 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #cd2823 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Extra Large Devices, Wide Screens */
@media only screen and (max-width : 1440px) {
.header_padding {
    padding: 1% 3%;
}
.buttons_div {
    padding: 2% 3%;
}
.trucks-button {
    padding: 24% 10%;
}
.trailers-button {
    padding: 24% 10%;
}
.finance-button {
    padding: 24% 10%;
}
.contact-button {
    padding: 24% 10%;
}
.affordability_text {
    padding: 13%;
}

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.affordability_text {
    padding: 16%;
}
.trucks-button {
    padding: 20% 12%;
	min-height: 335px;
}
.trailers-button {
    padding: 20% 12%;
	min-height: 335px;
}
.finance-button {
    padding: 20% 12%;
	min-height: 335px;
}
.contact-button {
    padding: 20% 12%;
	min-height: 335px;
}
.home_h3 {
    font-size: 18px;
}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.trucks-button {
	background-size:auto!important;
    margin: 0 auto;
    min-height: 330px;
    text-align: center;
    width: 100%;
    background-position: center;
	padding:0%!important;
	margin-bottom:10px;
}	
.trailers-button {
	background-size:auto!important;
    margin: 0 auto;
    min-height: 330px;
    text-align: center;
    width: 100%;
    background-position: center;
	padding:0%!important;
	margin-bottom:10px;
}
.finance-button {
	background-size:auto!important;
    margin: 0 auto;
    min-height: 330px;
    text-align: center;
    width: 100%;
    background-position: center;
	padding:0%!important;
	margin-bottom:10px;
}
.contact-button {
	background-size:auto!important;
    margin: 0 auto;
    min-height: 330px;
    text-align: center;
    width: 100%;
    background-position: center;
	padding:0%!important;
	margin-bottom:10px;
}
.home_p {
    padding: 2% 27%;
}
.home_h3 {
    padding: 10% 0% 0% 0%;
}
.affordability_div {
    height: 338px;
    margin-bottom: 35px;
    text-align: center;
    background-position: center;
}
.home_h2 {
    font-size: 50px;
}
.home_h4 {
    font-size: 26px;
}
.affordability_text {
    padding: 13%;
}
.about_text {
    padding: 16% 12% 2% 12%;
}
.about_text {
    padding: 2% 10% 2% 10%;
}
.redtruck {
	margin:0 auto!important;	
}
.header_logo {
	margin:0 auto;
	text-align:center;
}
.primary_navLink {
    text-align: left;
    color: #fff!important;
}
.primary_navLink:hover {
    color: #CD382B!important;
}
.close_mobile:hover {
    color: #CD382B!important;
}
.header-contact {
	text-align:center;
	padding:10px 15px 20px 15px;
}
	
}

@media only screen and (max-width : 870px) {
.home_h3 {
    padding: 14% 0% 0% 0%;
}
.affordability_text {
    padding: 17%;
}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.trucks-button {
	height:300px;
	min-height:auto!important;
}
.trailers-button {
	height:300px;
	min-height:auto!important;
}
.finance-button {
	height:300px;
	min-height:auto!important;
}
.contact-button {
	height:300px;
	min-height:auto!important;
}
.home_h3 {
    padding: 8% 0% 0% 0%!important;
}
.content-padding {
    padding: 2% 5%;
}
.contact-divRight {
    padding: 25px 15px 50px 15px;
}

}

@media only screen and (max-width : 720px) {
.affordability_text {
    padding: 20%;
}
.home_h2 {
    font-size: 45px;
}
.home_h4 {
    font-size: 20px;
}
}

@media only screen and (max-width : 600px) {
.affordability_text {
    padding: 22% 10%;
}
}

@media only screen and (max-width : 525px) {
.affordability_text {
    padding: 27% 10%;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.home_p {
    padding: 3% 20%;
}
.home_h3 {
    padding: 14% 0% 0% 0%!important;
}
}

@media only screen and (max-width : 450px) {
.affordability_text {
    padding: 32% 6%;
}
.contact-divRight {
    padding: 25px 0px 50px 0px;
}
.contact-divRight {
    border: transparent;
}
h5 {
	font-size:14px;
}
.contact-email {
	font-size:14px;
}
p {
		font-size:14px;
}
}

@media only screen and (max-width : 362px) {
.affordability_text {
    padding: 40% 6%;
}
.home_h2 {
    font-size: 38px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

