@charset "utf-8";
/* CSS Document */

/***** 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;
}

h3.product-large-card__name.heading-size-4.font-weight-700.d-block.mt-3.mb-2 {
	color: black;
}

.wp-block-button.is-style-featured-arrow {
	margin-right: 20px;
	color: black !important;
	!i;
	!;
}

.d-flex.flex-row.align-items-center.wp-block-buttons.is-style-btn-medium.mt-auto {
	display: flex;
	margin-top: 20px;
}

.snowplowscontainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	line-height: 1.3;
	font-family: 'Quantico', sans-serif;
	background: url('/siteart/dark-trailer-bg.png') repeat center !important;
	background-attachment: fixed !important;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all.3s ease-in-out;
}

a.wp-block-button__link {
	color: red;
	text-decoration: underline !important;
	!i;
	!;
}

.width {
	width: 1400px;
	margin: 0 auto;
	max-width: 90%;
}

.wrapper-width {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

.inventory-width {
	width: 90%;
	margin: 0 auto;
	background: #fff;
}

/**SCROLL UP BUTTON**/
.cd-top {
	display: inline-block;
	outline: none;
	/* Remove outline */
	border: none;
	/* Remove borders */
	height: 50px;
	width: 50px;
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff !important;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #383838
		/*black*/
		url(../siteart/scroll-to-top.svg) no-repeat center 50%;
	visibility: hidden;
	border-radius: 100px;
	opacity: 0;
	padding: 5px;
	/* Some padding */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	border-radius: 5px;
	border: .5px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: opacity .3s 0s, visibility 0s .5s;
	-moz-transition: opacity .3s 0s, visibility 0s .5s;
	transition: opacity .3s 0s, visibility 0s .5s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .5s 0s, visibility 0s 0s;
	-moz-transition: opacity .5s 0s, visibility 0s 0s;
	transition: opacity .5s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #000;
	opacity: 1;
}

.cd-top:hover {
	background-color: #2F2F2F;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block !important;
	margin: 0 auto;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	background: url('/siteart/header-bg.png') repeat center;
}

header .top-hdr {
	width: 100%;
	display: inline-block;
	background: #282871;
	text-align: right;
	line-height: 56px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

header .skew-overlay {
	width: 100%;
	max-width: 700px;
	background: #a31e21;
	transform-origin: bottom left;
	-webkit-transform: skew(230deg, 0deg);
	-ms-transform: skew(230deg, 0deg);
	-o-transform: skew(230deg, 0deg);
	transform: skew(230deg, 0deg);
	display: block;
	position: absolute;
	z-index: 3;
	padding: 28px 0;
}

header .top-hdr a {
	color: #fff;
	margin-left: 10px;
}

header .top-hdr a .fas {
	margin-right: 5px;
}

header.top-hdr a:hover {
	color: #ddd;
}

header a#logo {
	float: left;
	display: block;
	padding: 15px 0 10px 0;
}

header a#logo img {
	width: 100%;
	max-width: 440px;
	height: auto;
	display: inline-block !important;
}

header a#finance img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: inline-block !important;
}

header a#finance {
	float: right;
	display: block;
	padding: 1.8em;
}


/*********************  HOMEPAGE STYLES **************************************/
.cta-btns {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	border-top: 1px solid #fff;
}

.cta-btns a {
	width: 50%;
	float: left;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #a31e21;
	font-size: 20px;
	padding: 1em 5%;
	border: 2px solid #fff;
}

.cta-btns a:hover {
	background: #000;
}


/* welcome section */
.welcome-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 50px 0;
}

.welcome-wrapper .content {
	width: 100%;
	display: inline-block;
	background: rgba(255, 255, 255, .8);
	padding: 3em;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.welcome-wrapper .content img#cutout {
	width: 100%;
	max-width: 333px;
	display: block;
	float: left;
	text-align: center;
	margin: 100px 10px 10px 20px;
}

.welcome-wrapper .content .right {
	float: right;
	width: 60%;
}

.welcome-wrapper .content h1 {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-size: 24px;
	margin-bottom: 15px;
}

.welcome-wrapper .content h1 span {
	color: #a31e21;
}

.welcome-wrapper .content p {
	font-size: 15px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
}

/* MANU LOGOS BANNER */
.manu-logos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	flex-wrap: wrap;
}

.manu-logos a {
	background: rgba(255, 255, 255, .7);
	width: calc(20% - .5em);
	margin: .25em;
	display: block;
}

.manu-logos a:hover {
	background: #fff;
}

.manu-logos img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	height: 133px;
	object-fit: contain;
}


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: url('/siteart/about-bg.jpg') repeat;
	background-attachment: fixed;
}

.page-wrapper .wrapper-width {
	background: #fff;
}

.page-wrapper .page-content {
	width: 100%;
	padding: 3.5em 7%;
	margin: 5px auto;
	display: inline-block;
}

.page-content img#hero {
	width: 100%;
	height: auto;
	display: block;
	margin: 1%;
}

.page-content img#parts {
	float: left;
	width: 48%;
	margin: 1%;
	display: block;
}

.page-content img#third {
	float: left;
	width: 47.33%;
	margin: 1%;
	display: block;
	height: max(10px, 22vw);
	object-fit: cover;
}

.page-wrapper .page-content .title {
	display: block;
	margin-bottom: 20px;
}

.centertxt * {
	text-align: center;
}

.centertxt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-wrapper .page-content p {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
}

.page-wrapper .page-content p a {
	color: #a31e21;
	font-weight: 600;
}

.page-wrapper .page-content p a:hover {
	text-decoration: underline;
	color: #282871;
}

.page-wrapper .page-content .title h3 {
	display: block;
	margin: 40px 0 10px 0;
	text-decoration: underline;
}

.page-wrapper .title img#western {
	text-align: right;
	display: block;
	width: 100%;
	max-width: 120px;
	float: right;
	margin-bottom: 15px;
}

.contact-info {
	float: left;
	width: 40%;
	display: inline-block;
	margin: 15px 0;
	background: rgba(255, 255, 255, .85);
	padding: 1em;
}

.contact-info .left {
	width: 100%;
	padding: 1rem;
}

.contact-info .left .title h2,
.page-wrapper .page-content .title h2 {
	font-family: 'Quantico', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	color: #282871;
	padding-bottom: 10px;
	display: inline-block;
}

.contact-info .left p {
	margin: 20px 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.contact-info .left a {
	color: #a31e21;
	font-weight: 700;
}

.contact-info .left p a:hover {
	color: #282871;
	text-decoration: underline;
}

.contact-info .left p.staff {
	font-size: 15px;
	line-height: 1.3;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255, 255, 255, .85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	line-height: 26px;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #a31e21;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {
	margin-right: 10px;
}


/*********************  PARTS PAGE STYLES **************************************/
/** tabs tart here **/

.tabs h3 {
	line-height: 40px;
	margin-bottom: 25px;
	font-family: 'Quantico', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
}

.tabs p {
	line-height: 24px;
	font-size: 16px;
}

.tabs ul ul {
	padding: 0 12px;
}

.tabs ul ul li {
	display: inline-block;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: 18px;
	font-size: 14px;
	text-decoration: underline;
	border-bottom: none;
}

.tabs ul ul li:hover {
	text-decoration: none;
}

.tabs ul li {
	margin: 15px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2a2a2a;
	border-bottom: 1px solid #c0c0c0;
}

.tabs ul .fas {
	color: #282871;
}

.tabs .fas {
	margin-right: 5px;
}

.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 1rem 2rem;
	margin: 2px;
	width: 49.5%;
	cursor: pointer;
	background: #eeeeee;
	color: #2a2a2a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
	font-weight: 500;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
}

.tabs label:hover {
	background: #ddd;
	color: #2a2a2a;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.tabs input[type="radio"]:checked+label {
	background: #a31e21;
	color: #fff;
}

.tabs input[type="radio"]:checked+label+.tab {
	display: block;
}

/* tabs end */
/*********************  CONTAINERS PAGE STYLES ************************************/
#container .container-head-banner{
	display: flex;
	margin: 20px 0px;
}
#container .halfs{
	width: 50%;
	overflow: hidden;
}
#container .halfs img{
	width: 100%;
}
#container .thirds{
	width: 33.333%;
}
#containerspec .three-fourths{
	width: 65%;
}
#containerspec .one-fourth{
	width: 35%;
}
#container .container-container{
	display: flex;
	column-gap: 15px;
}
#container .thirds img{
	width: 100%;
}
#container .container-box{
	margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}
#container .container-box a{
	background-color: #f4f4f4;
    text-decoration: none;
    display: block;
    border: 17px solid #f4f4f4;
    height: 100%;
	color: black;
}
#container .container-box a:hover{
	color: #A31E21;
}
ul.indent{
	padding-left: 20px;
}

.sp-thumbnails {
    margin-top: 10px;
    text-align: center;
}

.sp-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #ddd;
}

.sp-thumbnail.sp-selected-thumbnail {
    border-color: #A31E21;
}
   
/*********************  SERVICES PAGE STYLES **************************************/
.page-wrapper .page-content ul.services li {
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

.page-wrapper .page-content ul.services li .fas {
	margin-right: 5px;
	color: #282871;
	font-size: 14px;
	vertical-align: middle;
}

.page-wrapper .page-content .left {
	float: left;
	width: 51%;
}

.page-wrapper .page-content .right {
	float: right;
	width: 44%;
}


/*********************  SERVICES PAGE STYLES **************************************/
.page-wrapper .page-content .snow-plow {
	width: 23%;
	margin: 1%;
	/* display: inline-block; */
	border: 1px solid #ddd;
}

.page-wrapper .page-content .snow-plow,
.page-wrapper .page-content .snow-plow * {}

.page-wrapper .page-content .snow-plow h3 {
	display: block;
	margin-bottom: 15px;
	background: #f1f1f1;
	font-size: 20px;
	padding: 10px;
	text-transform: uppercase;
}

.page-wrapper .page-content .snow-plow img {
	float: left;
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 25px;
}

.page-wrapper .page-content .snow-plow p {
	line-height: normal;
	margin-top: 10px;
	padding: 2em;
}



/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #282871;
	border-top: 5px solid #a31e21;
}

footer .width {
	padding: 2em 0;
}

footer h2 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	margin-bottom: 1em;
	letter-spacing: 2px;
}

ul#footer-nav {
	margin: 10px 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

ul#footer-nav li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	width: auto;
}

ul#footer-nav li a {
	display: block;
	text-align: center;
	padding: 20px 1vw;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	text-shadow: 0px 1px 1px rgba(42, 42, 42, 0.25);
}

ul#footer-nav li a:hover {
	color: #ddd !important;
}

/* scrolling wrap */
.ftr-inv {
	width: 100%;
	position: relative;
	display: inline-block;
}

.ftr-inv .overlay {
	width: 100%;
	max-width: 250px;
	height: auto;
	padding: 1.25em 2em;
	position: absolute;
	background: #282871;
	text-align: center;
}

.ftr-inv .overlay:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #282871;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
}

.ftr-inv .overlay h2 {
	text-transform: uppercase;
	color: #ddd;
	font-size: 16px;
	letter-spacing: 2px;
}

.ftr-inv .overlay h2 span {
	color: #fff;
	font-size: 24px;
}

.scrolling-wrap {
	width: 100%;
	height: 92px;
	overflow: hidden;
	border-top: 5px solid #282871;
	border-bottom: 5px solid #282871;
}

.scrolling {
	width: 100%;
	height: 100px;
}

.scrolling-wrap .overlay {
	width: 100%;
	max-width: 300px;
	left: 0;
	padding: 1em;
	background: #282871;
	z-index: 2;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #a31e21;
	padding: 1.5em 0;
}

.site-host p {
	text-transform: uppercase;
	color: #ebebeb;
	letter-spacing: .5px;
	font-size: 11px;
	line-height: 1.6;
	padding: 0 5%;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Quantico', sans-serif;
}

/* popout widgets */
.side {
	background: #fff;
	width: 300px;
	height: 300px;
	position: fixed;
	z-index: 100;
}

#FB {
	top: 275px;
	right: -300px;
	height: 159px;
	z-index: 999999;
}

#FBTab {
	display: block;
	height: 45px;
	width: 45px;
	background: url(../siteart/tabs/tab_fb.png);
	position: absolute;
	left: -43px;
	top: 0px;
}

#weather {
	top: 325px;
	right: -300px;
	height: 159px;
	z-index: 999999;
}

#weatherTab {
	display: block;
	height: 45px;
	width: 45px;
	background: url(../siteart/tabs/tab_weather.png);
	position: absolute;
	left: -43px;
	top: 0px;
}



/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1000px) {

	.snowplowscontainer .snow-plow {
		width: 48% !important;

	}
}

@media screen and (max-width: 767px) {

	.snowplowscontainer .snow-plow {
		width: 100% !important;

	}
	
	.container-head-banner {
    flex-direction: column;
  }
	
	#container .thirds {width: 100%;}
	
	#container .halfs {width: 100%;}
	
	#container .container-container {flex-direction: column;}
}

@media screen and (max-width: 1280px) {
	.width {
		width: 95%;
	}

	/* HEADER */
	header .skew-overlay {
		max-width: 500px;
	}

	/* HOMEPAGE */
	.slider-pro .overlay-content .title {
		padding: 1.5em;
	}

	.slider-pro .overlay-content .title h1 span {
		font-size: 20px;
	}

	.slider-pro .overlay-content .title h1 {
		line-height: 20px;
	}

	.slider-pro .overlay-content {
		max-width: 480px;
		top: 30%;
		left: 5%;
	}

	.cta-btns a {
		font-size: 18px;
	}

	.welcome-wrapper .content img#cutout {
		max-width: 290px;
		margin: 100px 10px 10px 0px;
	}

	.contact-info .left p.staff {
		column-count: 1;
	}

	ul#footer-nav {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1060px) {

	.wrapper-width,
	footer .width {
		width: 95%;
	}

	/* HEADER */
	header .skew-overlay {
		display: none;
	}

	header a#logo img {
		max-width: 400px;
	}

	header a#logo {
		float: none;
		width: 100%;
		text-align: center;
		padding: 10px 0 5px 0;
	}

	header a#finance {
		display: none;
	}

	header .top-hdr {
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}

	/* PARTS PAGE */
	.tabs label {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {

	/* HOMEPAGE */
	.slider-pro .overlay-content {
		display: none;
	}

	.ftr-inv .overlay {
		padding: 1.5em;
		text-align: left;
		max-width: 150px;
		line-height: 20px;
	}

	.ftr-inv .overlay h2 span {
		font-size: 18px;
	}

	.welcome-wrapper .content img#cutout {
		display: none;
		float: none;
	}

	.welcome-wrapper .content .right {
		float: none;
		width: 100%;
	}

	.manu-logos {
		margin-top: 3px;
	}

	/* SERVICES PAGE */
	.page-wrapper .page-content .left,
	.page-wrapper .page-content .right {
		float: none;
		width: 100%;
	}

	.page-wrapper .page-content .left {
		margin-bottom: 25px;
	}

	/* PAGE WRAPPER PAGES */
	.page-wrapper .page-content {
		padding: 2.5em;
	}

	.tabs .tab {
		padding: 1em 0;
	}

	.tabs ul li {
		margin: 10px;
	}
}

@media screen and (max-width: 800px) {

	/* HEADER */
	header .top-hdr {
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}

	/* HOMEPAGE */
	.cta-btns a {
		width: 100%;
	}

	.welcome-wrapper {
		padding: 30px 0;
	}

	.manu-logos a img {
		max-width: 150px;
	}

	.manu-logos a {
		width: calc(33% - .5em);
	}

	/* CONTACT PAGE */
	.contact-info {
		float: none;
		width: 100%;
		margin: 0;
	}

	.contact-info .left p.staff {
		column-count: 2;
	}

	/* SNOW PLOW PAGE */
	.page-wrapper .page-content .snow-plow h3 {
		text-align: center;
	}

	.page-wrapper .page-content .snow-plow img {
		float: none;
		margin: 0 auto;
	}

	.page-wrapper .page-content .snow-plow p {
		padding: .5em 2em 2em 2em;
	}
}

@media screen and (max-width: 700px) {

	/* FOOTER */
	ul#footer-nav li {
		display: block;
	}

	ul#footer-nav li a {
		padding: 15px 2vw;
	}

	footer h2 {
		margin-bottom: .5em;
		font-size: 22px;
	}
}

@media screen and (max-width: 500px) {
	body {
		background-attachment: inherit !important;
	}

	/* HEADER */
	header .top-hdr {
		font-size: 11px;
	}

	header a#logo img {
		max-width: 300px;
	}

	/* HOMEPAGE */
	.manu-logos a {
		float: none;
	}

	div#FB,
	div#weather {
		display: none;
	}

	.manu-logos a {
		width: calc(50% - .5em);
	}

	/* PAGE WRAPPER PAGES */
	.contact-info .left p.staff {
		column-count: 1;
		line-height: 22px;
	}

	.page-wrapper .title img#western {
		float: none;
	}
}

a.standardbtn {
	/* border: 2px solid #000;
	border: max(1px, 0.10417vw) solid #000;
	padding: 16px 30px;
	padding: max(8px, 0.73333vw) max(14px, 1.2625vw);
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	font-size: max(13px, 0.8375vw);
	letter-spacing: 0.08em;
	text-align: left;
	color: #000;
	text-transform: uppercase;
	max-width: 320px;
	max-width: max(100px, 16.66667vw);
	width: 100%;
	position: relative;
	display: block;
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin: 20px 0;
	margin: max(13px, 1.04167vw) 0;
	transition: all ease .2s; */
	text-align: center;
	padding-left: 10px !important;
	padding-right: 10px !important;

}

.centertxt a.standardbtn {
	margin-top: 20px;
}

#formpage input.button,
#formpage input.button:focus,
a.standardbtn,
.formstuff input.button,
.formstuff input.button:focus {
	width: 240px;
	display: inline-block;
	line-height: 18px;
	color: #fff;
	background: #282871;
	padding: 10px 0px;
	margin: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Quantico', sans-serif;
	letter-spacing: 1px;
	transform: none !important;
}