﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr {border:#000 1px solid;}
html {font-family: "roboto", sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 25px;}
.header-button button {width: 220px; background: #A41E2E; border: none; border-radius: 50px; padding: 12px 0; color: #fff; text-transform: uppercase; font-family: "roboto-condensed", sans-serif; font-size: 16px; line-height: 26px; font-weight: bold;}
.header-button button:hover {background: #303032; transition: .8s;}
.home-link nav.primary ul > li:first-child a, .team-link nav.primary ul > li:nth-child(4) a, .about-link nav.primary ul > li:nth-child(5) a, .resources-link nav.primary ul > li:nth-child(6) a, .sold-link nav.primary ul > li:last-child a {color: #A41E2E;}
.header-logo img {width: 220px;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.home-hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-size: cover; background-position: center;}
.hero-bkgrd {background: url("/siteart/sky.jpg") no-repeat; background-size: cover; background-position: center;}
.hero-home-overlay {background: #FFF; background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);}
.home-overlay {background: #FFF; background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);}
.hero-overlay {background: #FFF; background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);}
.hero-wrap {text-align: center; padding: 100px 0 125px 0; width: 90%; margin: 0 auto;}
.hero-wrap h1 {text-transform: uppercase; font-weight: bold; font-family: "roboto-condensed", sans-serif; font-size: 120px; line-height: 130px; position: relative; z-index: 500;}
.gradient-text {background: linear-gradient(0deg, #85858A, #303032); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.gradient-text span {background: linear-gradient(0deg,  #E36776, #A41E2E); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.gradient-text span {color: #A41E2E;}
.hero-wrap img {width: 1600px; margin-top: -40px; position: relative; z-index: 500;}
.airplane-flying {display: inline-block; animation: airplane-float 5s ease-in-out infinite; color: #E36776}
@keyframes airplane-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-link {display: flex; justify-content: center; padding-top: 50px;}
.hero-wrap i {background: #303032; color: #fff; width: 48px; height: 69px; border-radius: 50px; display: flex; justify-content: center; align-items: center; font-size: 25px; line-height: 25px;}
.hero-wrap a:hover i {background: #A41E2E; transition: .8s; padding-top: 10px;}

.video-wrap {width: 90%; margin: 0 auto; text-align: center; height: 500px;}
.player {position: relative; width: 100%; height: 100%; overflow: hidden; background: #000; border-radius: 5px;}
.player video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 5px;}
.player h2 {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; pointer-events: none; font-family: "roboto-condensed", sans-serif; text-transform: uppercase; font-weight: bold; font-size: 60px;  line-height: 70px; width: 850px;}

.cat-flex {display: flex; gap: 10px; justify-content: center; align-items: center; width: 90%; margin: 0 auto; padding: 125px 0;}
.cat-flex a {width: 100%;}
.new-inv-bkgrd {background: url("/siteart/new-inventory.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.our-team-bkgrd {background: url("/siteart/our-team.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.our-services-bkgrd {background: url("/siteart/our-services.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.cat-overlay {background: rgba(48,48,50,0.60); border-radius: 5px;}
.cat-wrap {padding: 20px 20px 40px 20px;}
.cat-icon {display: flex; justify-content: flex-end;}
.cat-icon i {background: #fff; border-radius: 50px; height: 54px; width: 54px; display: flex; justify-content: center; align-items: center; color: #303032; font-size: 22px; line-height: 22px; transform: rotate(-45deg);}
.cat-content {padding-top: 200px;}
.cat-content h3 {font-family: "roboto-condensed", sans-serif; font-weight: bold; font-size: 30px; line-height: 40px; color: #fff; text-transform: uppercase; margin-bottom: 12px;}
.cat-content p {font-family: "roboto", sans-serif; font-size: 16px; line-height: 26px; color: #fff;}
.cat-content > p:last-child {font-weight: bold; text-transform: uppercase; margin-top: 20px;}
.cat-content p i {padding-left: 15px;}
.cat-flex > a:nth-child(2) .cat-content {padding-top: 250px;}
.cat-flex a:hover .cat-content p i {padding-left: 25px; transition: .8s;}
.cat-flex a:hover .cat-overlay {background: rgba(48,48,50,0.50); transition: .8s;}
.cat-flex a:hover .cat-icon i {transform: rotate(315deg); transition: .8s;}

.contact-wrap {width: 90%; margin: 0 auto; display: flex; gap: 150px; align-items: center; justify-content: space-between; padding-bottom: 125px;}
.contact-wrap > div {width: 100%;}
.contact-links h4, .contact-links h2, .resources-wrap h2, .team-wrap h2 {font-family: "roboto-condensed", sans-serif; font-weight: bold; font-size: 40px; line-height: 50px; color: #303032; text-transform: uppercase; margin-bottom: 15px;}
.contact-links h4 span, .contact-links h2 span {font-weight: lighter;}
.contact-links p, .team-wrap p {font-family: "roboto", sans-serif; font-size: 18px; line-height: 28px; color: #303032;}
.contact-links > div {margin-top: 30px;}
.contact-links > div > div {display: flex; gap: 15px; align-items: center; margin-top: 8px;}
.contact-links > div > div i {width: 35px; height: 35px; background: #A41E2E; border-radius: 50px; color: #fff; font-size: 15px; line-height: 15px; display: flex; justify-content: center; align-items: center;}
.contact-links > div > div p span {font-family: "roboto", sans-serif; font-size: 14px; line-height: 14px; color: #303032; font-weight: lighter; text-transform: capitalize;}
.contact-links > div > div p {font-family: "roboto", sans-serif; font-size: 18px; line-height: 28px; color: #303032;}
.contact-links a:hover {color: #A41E2E; transition: .8s;}
.contact-links a {color: #303032;}
.contact-bkgrd {background: #F7F7F7; border-radius: 5px;}
.contact-form {padding: 80px 40px;}
.contact-form h4, .contact-form h2 {font-family: "roboto-condensed", sans-serif; font-weight: bold; font-size: 40px; line-height: 50px; color: #303032; text-transform: uppercase; margin-bottom: 15px;}
.contact-links h5 {font-size: 28px; line-height: 38px; font-family: "roboto-condensed", sans-serif; text-transform: uppercase; color: #303032; margin-bottom: 15px;}
.contact-form p {font-family: "roboto", sans-serif; font-size: 18px; line-height: 28px; color: #303032;}
.contact-form form {margin-top: 30px;}
.contact-form .form-flex > div {display: flex; gap: 10px; margin-bottom: 10px;}
.contact-form input {width: 100%; background: #fff; border: none; border-radius: 3px; padding: 12px 0 12px 20px; font-family: "roboto", sans-serif; font-size: 15px; line-height: 25px; color: #919191;}
.contact-form input::placeholder, .contact-form .form-textarea textarea::placeholder {color: #919191;}
.contact-form .form-textarea {display: flex;}
.contact-form .form-textarea textarea {width: 100%; background: #fff; border: none; border-radius: 3px; padding: 12px 0 0 20px; font-family: "roboto", sans-serif; font-size: 15px; line-height: 25px; color: #919191; height: 120px;}
.contact-form form .submitselect {width: 175px; background: #A41E2E; border-radius: 50px; padding: 10px 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; display: flex; justify-content: center; align-items: center; margin-top: 30px; font-family: "roboto-condensed", sans-serif;}
.contact-form form .submitselect:hover, .contact-form form .submit:hover {background: #303032; transition: .8s; cursor: pointer !important;}
.contact-form form .CaptchaAnswerPanel input {width: auto;}
.contact-form form .CaptchaWhatsThisPanel a {font-family: "roboto", sans-serif !important; color: #303032; text-decoration: underline;}
.contact-form form .submit {width: 175px; background: #A41E2E; border-radius: 50px; padding: 10px 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; font-family: "roboto-condensed", sans-serif;}
.location-flex a {display: flex; margin-top: 5px; font-weight: bold; text-transform: uppercase; gap: 10px;}
.location-flex i {color: #303032 !important; font-size: auto !important; line-height: auto !important; width: auto !important; height: auto !important; border-radius: 0px !important; background: none !important;}
.location-flex a:hover i {color: #A41E2E !important; transition: .8s;}

/*---SALES TEAM---*/
.sub-hero {width: 90%; margin: 0 auto; text-align: center; padding: 80px 0 100px 0;}
.sub-hero h1 {font-family: "roboto-condensed", sans-serif; font-size: 70px; line-height: 80px; text-transform: uppercase; font-weight: bold; color: #303032;}
.sub-hero > p {color: #434346; font-family: "roboto", sans-serif; font-size: 18px; line-height: 28px; margin: 0 auto; margin-top: 15px; width: 800px;}
.sub-hero button {width: 175px; background: #A41E2E; border-radius: 50px; padding: 10px 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; font-family: "roboto-condensed", sans-serif; border: none; margin-top: 30px;}
.sub-hero button:hover {background: #303032; transition: .8s;}
.breadcrumbs {display: flex; justify-content: center; gap: 10px; align-items: center; margin-top: 10px;}
.breadcrumbs a, .breadcrumbs p {color: #434346; font-size: 16px; line-height: 26px;}
.breadcrumbs a:hover {color: #A41E2E; transition: .8s;}

.team-wrap {width: 90%; margin: 0 auto; padding-bottom: 125px;}
.team-flex {display: flex; gap: 10px; justify-content: center}
.team-flex > div {text-align: center; width: 450px; background: #f7f7f7; border-radius: 5px; padding: 20px 20px 30px 20px;}
.team-flex i {font-size: 50px; line-height: 50px; color: rgba(255,255,255,0.50); width: 100%; border-radius: 3px; padding: 100px 0; background: #303032;}
.team-flex h2 {font-family: "roboto-condensed", sans-serif; text-transform: uppercase; color: #303032; font-size: 30px; line-height: 40px; margin: 25px 0 5px 0;}
.team-flex p {color: #75757B; font-family: "roboto", sans-serif; font-size: 16px; line-height: 26px; font-style: italic;}
.team-flex a {display: flex; background: #fff; color: #303032; font-family: "roboto-condensed", sans-serif; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; justify-content: space-between; padding: 10px 20px 8px 20px; margin-top: 30px; border-radius: 3px; align-items: center; gap: 10px;}
.team-flex a i {padding: 0px; background: none; color: #303032; font-size: 22px; line-height: 32px; width: auto;}
.team-bio {width: 985px; margin: 0 auto; padding-top: 60px;}
.team-bio h3 {font-family: "roboto-condensed", sans-serif; text-transform: uppercase; font-weight: bold; color: #303032; font-size: 25px; line-height: 30px; margin-bottom: 20px;}
.team-bio h3 span {color: #75757B; font-size: 17px; line-height: 27px; text-transform: none; font-weight: 500; font-family: "roboto", sans-serif; font-style: italic;}
.team-bio p {color: #303032; font-family: "roboto", sans-serif; font-size: 17px; line-height: 27px; margin-bottom: 10px;}
.team-flex a:hover {background: #A41E2E; color: #fff; transition: .8s;}
.team-flex a:hover i {color: #fff; transition: .8s;}
.bio-mobile {display: none;}

/*---CONTACT US---*/
.contact-map {width: 90%; margin: 0 auto; padding-bottom: 125px;}
.contact-map iframe {border-radius: 5px;}

/*---RESOURCES---*/
.resources-wrap {width: 90%; margin: 0 auto; padding-bottom: 125px;}
.resources-wrap h2 {margin-bottom: 25px;}
.resources-wrap button {background: #A41E2E; border-radius: 50px; padding: 10px 25px; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; font-family: "roboto-condensed", sans-serif; border: none; margin-bottom: 10px;}
.resources-wrap button:hover {background: #303032; transition: .8s;}

/*---ABOUT US---*/
.about-wrap {display: flex; gap: 100px; align-items: center;}
.about-wrap > div:first-child {width: 50%;}
.about-wrap > div:last-child {width: 50%;}
.about-wrap img {width: 100%; border-radius: 5px;}
.about-wrap button {width: 175px; background: #A41E2E; border-radius: 50px; padding: 10px 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; font-family: "roboto-condensed", sans-serif; border: none; margin-top: 30px;}
.about-wrap button:hover {background: #303032; transition: .8s;}

/*---SUBSCRIBE---*/
.subscribe-wrap {width: 90%; margin: 0 auto; margin-bottom: 125px;}

/*---SERVICES---*/
.services-wrap {display: flex; gap: 100px; align-items: center;}
.services-wrap > div:first-child {width: 50%;}
.services-wrap > div:last-child {width: 50%;}
.services-wrap img {width: 100%; border-radius: 5px;}
.services-wrap button {width: 175px; background: #A41E2E; border-radius: 50px; padding: 10px 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; line-height: 26px; font-family: "roboto-condensed", sans-serif; border: none; margin-top: 30px;}
.services-wrap button:hover {background: #303032; transition: .8s;}

/*---RECENTLY-SOLD---*/
.sold-wrap {width: 80%; margin: 0 auto; display: flex; gap: 10px; flex-wrap: wrap; padding-bottom: 125px;}
.sold-wrap > div {width: 32%; text-align: center; margin-bottom: 20px;}
.sold-wrap img {width: 100%; border-radius: 5px; margin-bottom: 10px;}
.sold-wrap h2 {font-family: "roboto-condensed", sans-serif; text-transform: uppercase; color: #303032; font-size: 30px; line-height: 40px;}
.sold-wrap p {color: #434346; font-family: "roboto", sans-serif; font-size: 16px; line-height: 26px; text-transform: uppercase;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #303032;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; justify-content: space-between;}
.footer-wrap p {font-family: "roboto-condensed", sans-serif; font-weight: bold; font-size: 18px; line-height: 28px; color: #fff; text-transform: uppercase; margin-bottom: 15px;}
.footer-wrap li {margin-bottom: 5px; color: #fff;}
.footer-wrap li a {font-family: "roboto", sans-serif; font-size: 15px; line-height: 25px; color: #fff;}
.footer-right {display: flex; gap: 100px;}
.quick-links {display: flex; gap: 50px;}
.footer-sub-p {font-family: "roboto", sans-serif !important; font-size: 15px !important; line-height: 25px !important; font-weight: lighter !important; text-transform: none !important; width: 350px;}
.footer-sub button {width: 175px; background: #A41E2E; border-radius: 50px; padding: 8px 20px; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 25px; font-family: "roboto-condensed", sans-serif; display: flex; justify-content: space-between; align-items: center; margin-top: 20px; border: 2px #A41E2E solid;}
.footer-sub button i {font-size: 20px;}
.footer-sub button:hover {border: 2px #fff solid; background: none; width: 190px; transition: .8s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content, .parts-list-content {padding: 50px 0 !important; font-family: "roboto", sans-serif !important;}
.list-top-section .list-title .list-title-text, .parts-list-content .parts-title-and-breadcrumbs .parts-title-text {font-family: "roboto-condensed", sans-serif !important; text-transform: uppercase !important;}
.list-top-section .list-listings-count, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .parts-list-content .error-message {color: #A41E2E !important;}
.faceted-search-content button.faceted-search {background: #303032 !important;}
.faceted-search-content .faceted-section-head .faceted-section-title, .faceted-search-content .faceted-section-box .faceted-search {font-family: "roboto", sans-serif !important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1800px) {
	.hero-wrap img {width: 100%;}
}
@media only screen and (max-width: 1600px) {
	.hero-wrap h1 {font-size: 115px; line-height: 125px;}
	.hero-wrap img {margin-top: -75px;}
	.player h2 {font-size: 55px; line-height: 65px;}
	.header-logo img {width: 200px;}
	.header-button button {width: 200px;}
}
@media only screen and (max-width: 1550px) {
	.hero-wrap h1 {font-size: 110px; line-height: 120px;}
	.contact-wrap {flex-wrap: wrap; gap: 80px;}
	.contact-form .form-flex > div {flex-wrap: nowrap;}
	.header-logo img {width: 180px;}
	.header-button button {width: 180px;}
}
@media only screen and (max-width: 1500px) {
	.hero-wrap h1 {font-size: 105px; line-height: 115px;}
	.player h2 {font-size: 50px; line-height: 60px; width: 750px;}
}
@media only screen and (max-width: 1450px) {
	.hero-wrap h1 {font-size: 100px; line-height: 110px;}
}
@media only screen and (max-width: 1400px) {
	.header-logo img {width: 160px;}
	.header-button button {width: 160px; font-size: 15px; line-height: 25px;}
	.hero-wrap h1 {font-size: 95px; line-height: 105px;}
	.hero-wrap img {margin-top: -70px;}
	.player h2 {font-size: 45px; line-height: 55px; width: 650px;}
	.contact-form .form-flex > div {flex-wrap: wrap;}
}
@media only screen and (max-width: 1350px) {
	.hero-wrap h1 {font-size: 90px; line-height: 100px;}
	.hero-wrap img {margin-top: -65px;}
}
@media only screen and (max-width: 1300px) {
	.hero-wrap h1 {font-size: 85px; line-height: 95px;}
	.hero-wrap img {margin-top: -60px;}
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-wrap > div {width: 100%;}
	.footer-right {justify-content: space-between; gap: 50px;}
}
@media only screen and (max-width: 1250px) {
	.sold-wrap > div {width: 49%;}
}
@media only screen and (max-width: 1200px) {
	.header-button {display: none;}
	.about-wrap, .services-wrap {gap: 80px;}
}
@media only screen and (max-width: 1150px) {
	.hero-wrap h1 {width: 580px; margin: 0 auto;}
	.hero-wrap {padding: 50px 0 125px 0;}
	.hero-wrap img {margin-top: -55px;}
	.sub-hero {padding: 50px 0 100px 0;}
}
@media only screen and (max-width: 1100px) {
	.team-bio {width: 100%;}
}
@media only screen and (max-width: 1050px) {
	.cat-flex {flex-wrap: wrap;}
	.cat-content, .cat-flex > a:nth-child(2) .cat-content {padding-top: 125px;}
	.hero-wrap img {margin-top: -50px;}
	.about-wrap, .services-wrap {flex-wrap: wrap;}
	.about-wrap > div, .services-wrap > div {width: 100% !important;}
}
@media only screen and (max-width: 950px) {
	.hero-wrap img {margin-top: -45px;}
}
@media only screen and (max-width: 900px) {
	.sub-hero > p {width: 100%;}
}
@media only screen and (max-width: 800px) {
	.player h2 {width: 90%;}
	.sold-wrap > div {width: 100%;}
	.team-flex {flex-wrap: wrap;}
	.team-flex > div {width: 400px;}
	.bio-mobile {display: contents;}
	.bio-desktop {display: none;}
	.team-bio {padding: 0px !important; background: none !important; width: 425px !important;}
	.team-bio > div {padding: 50px 0;}
	.team-bio h3 {text-align: left;}
	.team-bio p {font-style: normal; text-align: left;}
}
@media only screen and (max-width: 750px) {
	.footer-right {flex-wrap: wrap;}
	.footer-right > div {width: 100%;}
	.footer-wrap p {width: 100%;}
}
@media only screen and (max-width: 650px) {
	.hero-wrap h1 {width: 100%; font-size: 80px; line-height: 90px;}
	.hero-wrap img {margin-top: -35px;}
	.player h2 {font-size: 40px; line-height: 50px;}
	.video-wrap {height: 450px;}
}
@media only screen and (max-width: 625px) {
	.hero-wrap h1 {font-size: 75px; line-height: 85px;}
	.hero-wrap img {margin-top: -25px;}
}
@media only screen and (max-width: 600px) {
	.contact-form .form-flex > div {flex-wrap: wrap;}
	.team-flex > div {width: 100%;}
	.team-bio {width: 100% !important;}
}
@media only screen and (max-width: 580px) {
	.hero-wrap h1 {font-size: 70px; line-height: 80px;}
	.hero-wrap img {margin-top: -20px;}
}
@media only screen and (max-width: 550px) {
	.hero-wrap h1, .sub-hero h1 {font-size: 65px; line-height: 75px;}
	.hero-wrap img {margin-top: -15px;}
	.player h2 {font-size: 35px; line-height: 45px;}
	.video-wrap {height: 400px;}
}
@media only screen and (max-width: 525px) {
	.hero-wrap h1, .sub-hero h1 {font-size: 60px; line-height: 70px;}
	.hero-wrap img {margin-top: -10px;}
}
@media only screen and (max-width: 500px) {
	.hero-wrap {padding: 50px 0 80px 0;}
	.cat-flex {padding: 100px 0;}
	.contact-wrap, .contact-map, .resources-wrap, .team-wrap, .sold-wrap {padding-bottom: 100px;}
	.sub-hero {padding: 50px 0 80px 0;}
	.subscribe-wrap {margin-bottom: 100px;}
	.location-flex i {display: none !important;}
}
@media only screen and (max-width: 480px) {
	.hero-wrap h1, .sub-hero h1 {font-size: 55px; line-height: 65px;}
	.hero-wrap img {margin-top: -5px;}
	.contact-links h2, .contact-form h2, .resources-wrap h2 {font-size: 35px; line-height: 45px;}
}
@media only screen and (max-width: 450px) {
	.hero-wrap h1, .sub-hero h1 {font-size: 50px; line-height: 60px;}
	.hero-wrap img {margin-top: 0px;}
	.player h2 {font-size: 30px; line-height: 40px;}
	.video-wrap {height: 350px;}
	.header-logo img {width: 140px;}
}
@media only screen and (max-width: 425px) {
	.hero-wrap h1, .sub-hero h1 {font-size: 45px; line-height: 55px;}
	.contact-form {padding: 80px 20px;}
}
@media only screen and (max-width: 380px) {
	.hero-wrap h1, .sub-hero h1 {font-size: 40px; line-height: 50px;}
	.player h2, .cat-content h3, .contact-links h5 {font-size: 25px; line-height: 35px;}
	.video-wrap {height: 300px;}
	.cat-icon i {height: 45px; width: 45px; font-size: 20px; line-height: 20px;}
	.cat-content p {font-size: 15px; line-height: 25px;}
	.contact-links p, .contact-form p, .team-wrap p, .sub-hero p, .contact-links > div > div p {font-size: 16px; line-height: 26px;}
	.contact-links h4, .contact-form h4 {font-size: 35px; line-height: 45px;}
	.contact-links h2, .contact-form h2, .resources-wrap h2 {font-size: 30px; line-height: 40px;}
	.team-flex h2, .sold-wrap h2 {font-size: 25px; line-height: 35px;}
}
@media only screen and (max-width: 350px) {
	.header-logo img {width: 120px;}
}