/*
Theme Name: Windmill Scottsdale
Theme URI: http://windmillscottsdale.com
Author: Digital Sky Design
Description: This is a custom theme built specifically for the Windmill Scottsdale website.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/




/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,700;1,300&display=swap');
html {
    color: #FFF;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #282828;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Redefine Base HTML Tags */

body,
html {
	height: 100%;
	margin: 0;
	background: #0d2c49;
	font: normal 400 1em/1em "ubuntu-n4", "ubuntu", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Gets rid of the heavier weight applied to fonts in Chrome */
}

*:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
	display: inline-block;
	font-family: "ubuntu-n7", "ubuntu", Arial, Helvetica, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: .375em;
}

input,
select,
textarea {
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;		
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	width: 100%;
	border: 1px solid #FFF;
	font: normal 400 1em/1em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	padding: .75em .375em;
	margin-bottom: 0.750em;
}

select {
	width: 100%;
	border: 1px solid #FFF;
	font: normal 400 1em/1em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	padding: .75em .375em;
	background: url(/wp-content/themes/windmill-open-house/images/select-arrow.png) #FFF no-repeat 99% center;	
}

a.button,
input[type=submit],
input[type=button] {
	display: inline-block;
	color: #bac2d1 !important;
	font: normal 400 1em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	text-transform: uppercase;
	padding: .875em 5em;
	margin: 0;	
	border: 1px solid #FFF !important;
	background-color: #00597f;
	transition: all 0.2s linear;
	text-decoration: none !important;
}

a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
	color: #FFF !important;
	border: 1px solid #00597f !important;
	cursor: pointer;
	text-decoration: none !important;
}

input[type="radio"],
input[type="checkbox"] {
	border: none;
	width: 18px;
	height: 18px;
	margin: 0 0.5em -0.188em 0;
	background: url(/wp-content/themes/windmill-open-house/images/checkbox.png) no-repeat;	
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background: url(/wp-content/themes/windmill-open-house/images/checkbox-checked.png) no-repeat;	
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
	font-family: "ubuntu-n7", "ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span {
	font-family: "ubuntu-n4", "ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

::-webkit-input-placeholder {
	color: #999;
	line-height: 1.25em;
}

:-moz-placeholder {
	color: #999;
	opacity: 1;
	line-height: 1.25em;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
	line-height: 1.25em;
}

:-ms-input-placeholder {
	color: #999;
	line-height: 1.25em;
}

:placeholder-shown {
	color: #999;
	line-height: 1.25em;
}

img {
    max-width: 100%;
	display: inline-block; 
	margin: 0;
	vertical-align: top;	
}

strong {
	font-family: "ubuntu-n7", "ubuntu", Arial, Helvetica, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

em {
	font-family: "ubuntu-n4", "ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}

strong em,
em strong {
	font-family: "ubuntu-i7", "ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
}

abbr {
	text-decoration: none !important;
}

figure {
	margin: 0;
	padding: 0;	
}

div,
form,
header,
footer,
article,
aside,
textatea,
input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}




/* Headings Margins */

p + h1,
p + h2,
p + h3 {
	margin-top: 2em;
}




/* Header */

#header {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 999;
	top: 0;
	padding: 1em;
	background: #0d2c49;
}

#header-inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 147px;
	height: 40px;
	background: url(/wp-content/themes/windmill-open-house/images/wm-logo.png) 0 0 no-repeat;
	background-size: 147px 40px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#open-house-btn {
	display: none;
}




/* Slide-in Mobile Navigation Panel */

#nav-panel {
    position: fixed;
    z-index: 9000;
    top: 4.5em;
    left: 0;
    width: 100%;
	height: 100%;
    padding: 0 1em 1em 1em;
    visibility: hidden;
	background: #0d2c49;
}

.transparent-layer {
    position: fixed;
    top: 4.5em;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.nav-panel-button {
    position: fixed;
	top: .625em; 
	right: 0;
	margin: 1.125em 1em 0 0;
    background-color: #FFF;
    height: 3px;
    width: 26px;
    border-style: solid;
    border-color: #0d2c49;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 0;
    border-right-width: 0;
	cursor: pointer;
    box-sizing: content-box;
	-ms-user-select: none;
    -mos-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.nav-panel-button:before, .nav-panel-button:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 26px;
    height: 3px;
    display: block;
    transition: all .2s linear;
}

.nav-panel-button:after {
    top: 8px;
}

.nav-panel-button.active {
    background-color: #0d2c49;
}

.nav-panel-button.active:before {
    transform: rotate(45deg);
    top: 0;
}

.nav-panel-button.active:after {
    transform: rotate(-45deg);
    top: 0;
}




/* Mobile Accordion Menu */

.site-navigation ul {
	list-style: none outside;
	margin: 0;
	padding: 0;	
}

.site-navigation ul li:first-child {
	border-top: 2px solid #FFF;
}

.site-navigation ul li {
	display: block;
	font: normal 400 1.125em/1em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	text-transform: uppercase;
	border-bottom: 2px solid #FFF;
	padding: 0.75em 0;
	overflow: hidden;
}

.site-navigation ul li:hover {
	cursor: pointer;	
}

.site-navigation ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;	
	transition: all 0.2s linear;
}
	
.site-navigation ul li a:hover,
.site-navigation ul li a:focus {
	color: #bac2d1;	
}

.site-navigation ul li li {
	font: normal 400 1em/1em "ubuntu-n4", "ubuntu", Arial, Helvetic;
	text-transform: none;
	border-bottom: none;
	margin-left: 0.938em;
	padding: 0.25em 0;
}

.site-navigation ul li li:first-child {
	border-top: none;
	margin-top: 0.5em;
}

li.menu-item-has-children a:after {
	content: "";
	color: #FFF;
    display: inline-block;
	float: right;
    margin-top: 2px;
    margin-right: 12px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
    border-width: 6px; 
    position: relative;
    border-bottom: 6px solid transparent;
    border-right: none;
    border-left-color: initial;
    border-top-color: transparent;
}

li.menu-item-has-children li a:after {
	display: none;	
}

li.sub-menu-active a:after {
	content: "";
	margin-bottom: 2px;
    margin-right: 6px;
    border-bottom: none;
    border-right: 6px solid transparent;
    border-left-color: transparent;
    border-top-color: initial;
}




/* Page Containers */

.page-container {
	margin-top: 72px;
}




/* Home Page Carousel */

.owl-carousel {
	position: relative;
	width: 100%;
	height: 100%;
}

.owl-carousel .carousel-slide {
	height: 300px; 
	padding: 0 1em;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.owl-carousel .carousel-slide h1 {
	display: table;
	font: normal 400 1em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	color: #0d2c49;
	margin: 0 auto;
	padding: .5em;
	text-transform: uppercase;
	text-align: center;
	/* background-color: rgba(255, 255, 255, 0.8); */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.owl-carousel .carousel-slide h1 p {
	margin: 0;
}

.owl-carousel .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	margin: 5px 7px;
	border-radius: 100%;
	zoom: 1;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}

.owl-carousel .owl-dot.active {
	background-color: #CCC;
}




/* Home Page Sections */

.home-section {
	overflow: hidden;
}

.home-section .parallax-img {
	height: 300px;
	padding: 0 1em;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.home-section .parallax-img h1 {
	display: table;
	font: normal 400 1em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	color: #0d2c49;
	margin: 0 auto;
	padding: .5em;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.home-section .parallax-img h1 p {
	margin: 0;
}

.home-section-content {
	padding: 3em 1em;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.home-section-blue {
	background: #0d2c49;
}

.home-section-grey {
	background: #8c9197;
}

.home-section-white {
	background: #FFF;
}

.home-section-content h2 {
	color: #FFF;
	font: normal 400 1.25em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	margin: 0 0 2em 0;
}
	
.home-section-content p {
	font: normal 400 1em/1.375em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	color: #FFF;
	margin: 0;
}

.home-section-content a {
	color: #FFF;
	text-decoration: underline;
}

.home-section-content a:hover {
	color: #FFF;
	text-decoration: underline;
}

.home-section-content ul {
	list-style: square outside;
	margin: 0 0 1.5em 1.125em;
	padding: 0;
}

.home-section-content ul li {
	line-height: 1.375em;
	margin-bottom: 0.125em;
}

.home-section-content ol {
	list-style: decimal outside;
	margin: 0 0 1.5em 1.125em;
	padding: 0;
}

.home-section-content ol li {
	line-height: 1.375em;
	margin-bottom: 0.125em;
}

p.fine-print {
	color: #999;
	font-size: 0.875em;
}

a.tel,
a.tel:hover {
	color: #FFF;
	text-decoration: none !important;
}

.video-embed {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
	margin: 0 0 2.5em 0;
}

.video-embed iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}




/* Sections */

.section {
	overflow: hidden;
	background: #FFF;
}

.section .parallax-img {
	height: 300px;
	padding: 0 1em;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.section-content {
	padding: 3em 1em;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.section-content.short-padding{padding: 7em 2em 2em 2em;}


.section-content h1,
.section-content h2 {
	color: #282828;
	font: normal 400 1.25em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	margin: 0 0 .25em 0;
}
	
.section-content p {
	font: normal 400 1em/1.375em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	color: #282828;
	margin: 0 0 1.375em 0;
}

.section-content a {
	color: #282828;
	text-decoration: underline;
}

.section-content ul {
	list-style: square outside;
	margin: 0 0 1.5em 1.125em;
	padding: 0;
}

.section-content ul li {
	line-height: 1.375em;
	margin-bottom: 0.125em;
}

.section-content ol {
	list-style: decimal outside;
	margin: 0 0 1.5em 1.125em;
	padding: 0;
}

.section-content ol li {
	line-height: 1.375em;
	margin-bottom: 0.125em;
}




/* Home Maintenance */

.home-maintenance-banner-text {
	color: #FFF;
	background-color: #666;
	padding: 1.5em 1em;
	text-align: center;
	text-transform: uppercase;
}

.home-maintenance-banner-text p  {	
	font-size: 1.25em;
	line-height: 1.125em;
	margin: 0;
}

.home-maintenance-banner-text p.large {
	font-size: 1.5em;
}

p.large-intro-text {
	font-size: 1.25em;
	margin-bottom: 3em;
}




/* Floor Plans */

.section .static-page-banner {
	width: 100%;
	height: 100%;
}

.lot-description-image {
	border: .75em solid #DFDFDF;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}

.lot-description-image img {
	position: relative;
	z-index: 0;
}

.lot-description-image div {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .75em 1em;
	background-color: rgba(0, 0, 0, .5);
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font: normal 500 1.125em/1.25em "ubuntu-n5", "ubuntu", Arial, Helvetica;
}

.section .floor-plan-img {
	width: 100%;
	height: 100%;
}

.square-footage-table {
	color: #666;
	text-transform: uppercase;
	text-align: center;
	font: normal 400 1em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
}

.square-footage-table div {
	display: block;
	margin-bottom: 1em;
}

.square-footage-table div:last-child {
	margin-bottom: 0;
}

.sf-number {
	font: normal 500 1.25em/1.25em "ubuntu-n5", "ubuntu", Arial, Helvetica;
}


/* Site Map */

.site-map-overlay {
    position: relative;
	z-index: 0;
}

.site-map-overlay > img {
    display: block;
    max-width: 100%;
	width: 100%;
	height: 100%;
}

.site-map-overlay > a {
    display: block;
    position: absolute;
	z-index: 1;
}

.site-map-overlay > a:hover {
    /* background-color: rgba(255, 0, 0, .5); */
}

.site-map-overlay a.site-map-link-1 span,
.site-map-overlay a.site-map-link-2 span,
.site-map-overlay a.site-map-link-3 span,
.site-map-overlay a.site-map-link-4 span,
.site-map-overlay a.site-map-link-5 span,
.site-map-overlay a.site-map-link-6 span,
.site-map-overlay a.site-map-link-7 span,
.site-map-overlay a.site-map-link-8 span {
	display: inline-block;
	border: 1px solid #FFF;
	color: #FFF;
	padding: .5em 1em;
	margin: 1em 0 0 1em;
	background: #0d2c49;
	text-transform: uppercase;
	text-align: center;
	font: normal 500 .875em/1em "ubuntu-n5", "ubuntu", Arial, Helvetica;
}

.site-map-overlay a.site-map-link-1 span.desktop,
.site-map-overlay a.site-map-link-2 span.desktop,
.site-map-overlay a.site-map-link-3 span.desktop,
.site-map-overlay a.site-map-link-4 span.desktop,
.site-map-overlay a.site-map-link-5 span.desktop,
.site-map-overlay a.site-map-link-6 span.desktop,
.site-map-overlay a.site-map-link-7 span.desktop,
.site-map-overlay a.site-map-link-8 span.desktop {
	display: none;
}

.site-map-overlay > a.site-map-link-1 {
    top: 0;
    left: 0;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-2 {
    top: 0;
    left: 25%;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-3 {
    top: 0;
    left: 50%;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-4 {
    top: 0;
    left: 75%;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-5 {
    top: 50%;
    left: 0;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-6 {
    top: 50%;
    left: 25%;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-7 {
    top: 50%;
    left: 50%;
    width: 25%;
    height: 50%;
}

.site-map-overlay > a.site-map-link-8 {
    top: 50%;
    left: 75%;
    width: 25%;
    height: 50%;
}




/* Car Collector Options */

.car-collector-options-intro {
	overflow: hidden;
	margin-bottom: 2em;
}

.car-collector-options-intro img {
	display: none;
}

.floorplans-row {
	padding: 1em 0;
	border-bottom: 1px dotted #666;
}

.section-content .floor_plans{
	padding: 0 0 5rem;
}

.section-content .floor_plans li {
	list-style: none;
	display: inline-block;
	width: 44%;
	margin-bottom: 30px;
}

.section-content .floor_plans li:nth-child(even) {
	margin-left: 10%;
  }

.section-content .floor_plans .floorplan-name {
	font: normal 700 1.25em/1.25em "ubuntu-n7", "ubuntu", Arial, Helvetica;   
	margin: 0;
}
.section-content .floor_plans .floorplan-sqft{}

.section-content .floor_plans .floorplan-btn {
	text-align: center;        
	color: #FFF;
    font: normal 300 1em/1.25em "ubuntu-n5", "ubuntu", Arial, Helvetica;
    text-transform: uppercase;
    padding: .625em 6em;
    margin: 0;
    background-color: #0d2c49;
    transition: all 0.2s linear;
    text-decoration: none;
}	

.floor-plans .gallery{
	padding: 0 0 6rem;
}
.floorplans-left {
	margin-bottom: 1em;
}

.floorplans-left p.floorplan-name {
	font: normal 600 1.25em/1.25em "ubuntu-n7", "ubuntu", Arial, Helvetica;
	margin: 0;
}

.floorplans-left p.floorplan-sqft {
	
}

.plan_img{margin-bottom: 1.5rem;}

.floorplans-right a {
	display: inline-block;
	color: #FFF;
	font: normal 500 1em/1.25em "ubuntu-n5", "ubuntu", Arial, Helvetica;
	text-transform: uppercase;
	padding: .625em 4em;
	margin: 0;
	background-color: #0d2c49;
	transition: all 0.2s linear;
	text-decoration: none;
}

.floorplans-right a:hover {
	background-color: #00597f;
}




/* Map */

.map-container {
	margin: 0 auto;
	margin-top: 3em;
}

.map-left {
	display: none;
}

.map-right {
	margin-bottom: 2em;
}

.map-right iframe {
	border: 6px solid #6586c4 !important;
}




/* Open House Schedule Popup Theme */

.pum-theme-171 .pum-title,
.pum-theme-default-theme .pum-title {
	font-family: "ubuntu-n7", "ubuntu", Arial, Helvetica; 
	font-weight: 700;
	font-style: normal;
	font-size: 1.625em; 
	line-height: 1.75em;
	text-transform: uppercase;
	margin-bottom: 1em;
} 

.pum-theme-171 .pum-content,
.pum-theme-default-theme .pum-content {
	font-family: "ubuntu-n7", "ubuntu", Arial, Helvetica; 
	font-weight: 700;
	font-style: normal;
	font-size: 1em; 
	line-height: 1.375em;
	text-align: center;
	text-transform: uppercase;
} 

.pum-theme-171 .pum-content a.button,
.pum-theme-default-theme .pum-content a.button {
	margin: 1.5em 0;
}




/* Car Barn Floorplan Popup Theme */

.pum-theme-240 .pum-title,
.pum-theme-default-theme .pum-title {
	font-family: "ubuntu-n7", "ubuntu", Arial, Helvetica; 
	font-weight: 700;
	font-style: normal;
	font-size: 1.625em; 
	line-height: 1.75em;
	text-transform: uppercase;
	margin: 0 0 -.325em 0;
} 

.pum-theme-240 .pum-content,
.pum-theme-default-theme .pum-content {
	font-family: "ubuntu-n4", "ubuntu", Arial, Helvetica; 
	font-weight: 400;
	font-style: normal;
	font-size: 1em; 
	line-height: 1.375em;
	text-align: center;
}

.pum-theme-240 .pum-content img,
.pum-theme-default-theme .pum-content img {
	margin-top: 2em;
}

/* misc*/
.description {
	color: #54575F;
}	
.signature-wrapper {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
}

.signature-wrapper img:first-child {
    margin-right: 1rem;
}

.quote-wrapper {
    display: flex;
	align-items: center;
	margin-bottom: 2rem;
}


.quote-author-image {
    width: 40%;
    margin-right: 2.5rem;
    flex-shrink: 0;
}

.quote-author-image img {
    width: 100%;
}

.quote {
    font-size: 1.4rem;
    line-height: 2;
    font-style: italic;
}

.list-container {
    margin-top: 3rem;
    width: 100%;
}

.list-item:first-child {
    border-top: 1px dotted #231F20;
}

.list-item {
    border-bottom: 1px dotted #231F20;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0;
}

.list-heading {
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    align-items: center;
    flex-basis: 70%;
}

.list-heading img {
    height: 1.3rem;
    display: inline-block;
    margin-right: 0.4rem;
}

.list-des {
    flex-basis: 30%;
}


/* Footer */
	
#footer {
	width: 100%;
	color: #FFF;
	padding: 1em;
}

#footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer-inner p {
	color: #bac2d1;
	font: normal 400 .75em/1.375em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	margin: 0;
}

#footer-inner p a {
	color: #bac2d1;
	text-decoration: none;
	transition: all 0.2s linear;
}

#footer-inner p a:hover {
	color: #bac2d1;
	text-decoration: underline;
	transition: all 0.2s linear;
}

#footer-inner span.spacer {
	display: inline-block;
	width: 30px;
}




/* Gravity Forms */

.gform_wrapper {
	overflow: inherit;
	margin: 0 auto;
	max-width: 500px;
}

.gfield label {
	display: none !important;
}

.gform_wrapper ul {
	list-style: none !important;
	margin: 0 !important;	
	padding: 0 !important;
}

.gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}

.gform_wrapper .gfield_required {
	color: #900;
	padding-left: 1px;
}

.gform_wrapper .validation_message {
	display: none;
}

.gform_wrapper .gfield_error label {
	color: #0F0;
}

.alert,
.validation_error {
	width: 100%;
	padding: 0.625em;
	margin-bottom: 0.938em;
	font: normal 500 1em/1.250em "proxima-nova-n5", "proxima-nova", Arial, Helvetica;
	color: #b94a48;
	background-color: #f2dede;
	border: 1px dashed #b94a48;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#gforms_confirmation_message {
	padding: 0.625em;
	margin-bottom: 0.938em;
	font: normal 500 1em/1.250em "proxima-nova-n5", "proxima-nova", Arial, Helvetica;
	color: #000000;
	background-color: #C2FFC1;
	border: 1px dashed #0C3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert,
.alert h4 {
	color: #c09853;
}

.alert h4 {
	margin: 0;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success h4 {
	color: #468847;
}

.alert-danger,
.alert-error,
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.gform_wrapper .gfield_error label {
	color: #b94a48;
}

.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 1.875em 0;
}

.gform_wrapper .gfield_html {
	margin-bottom: 1.875em;	
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font: normal 700 0.875em/1em "ubuntu-n7", "ubuntu", Arial, Helvetica;
    margin: 0 0 0.5em 0 !important;
    padding: 0 !important;
	text-transform: uppercase;
    clear: both;
}

.gform_wrapper .gf_progressbar {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 0.875em !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.50);
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px),linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.gform_wrapper .gf_progressbar:after {
    content:"";
    display: block;
    width: 100%;
    z-index:990;
    height: 24px;
    margin-top:-24px;
    background-color:rgba(0, 0, 0, 0.1);
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none !important;
    margin-left: 12px;
}

.gform_wrapper .percentbar_blue {
    background-color: #3299CC;
    color: #FFF;
}

.gform_wrapper .percentbar_gray {
    background-color: #7C7C7C ;
    color: #FFF;
}

.gform_wrapper .percentbar_green {
    background-color: #88B831;
    color: #FFF;
}

.gform_wrapper .percentbar_orange {
    background-color: #FF7120;
    color: #FFF;
}

.gform_wrapper .percentbar_red {
    background-color: #FF2A1A;
    color: #FFF;
}

.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: 14px;
    height: 14px;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
    font-size: 20px;
    font-family: arial,sans-serif;
    margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_number,
.gform_wrapper .gf_step span.gf_step_label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}




/* Default WordPress Styles */

.alignleft,
.alignright {
	display: block;
	margin: 0 0 0.938em 0;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {

	#nav-panel {
		width: 60%;
	}
	
}




@media only screen and (min-width: 768px) {
	
	.home-section .parallax-img,
	.section .parallax-img {
		height: 600px;
		background-attachment: fixed;
	}
	
	.home-section .parallax-img h1,
	.owl-carousel .carousel-slide h1 {
		font: normal 400 1.25em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
		padding: 1.5em;
		max-width: 500px;
	}

	.home-section-content,
	.section-content {
		padding: 7em 2em;
	}

	.home-section-content h2,
	.section-content h1,
	.section-content h2 {
		font: normal 400 1.5em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	}

	.home-section-content p {
		font: normal 400 1.25em/1.375em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	}
	
	.owl-carousel .carousel-slide {
		height: 600px;
	}

	.home-maintenance-banner-text p  {	
		font-size: 1.375em;
		line-height: 1.25em;
	}

	.home-maintenance-banner-text p.large {
		font-size: 1.75em;
	}
	
	.lot-description-image {
		float: right;
		width: 34%;
		margin: .375em 0 0 0;
	}

	.lot-description {
		float: left;
		width: 60%;
	}
	
	.square-footage-table {
		display: table;
		width: 100%;
	}

	.square-footage-table div {
		display: table-cell;
		width: 33.33333%;
		margin-bottom: 0;
	}
	
	.site-map-overlay a.site-map-link-1 span.mobile,
	.site-map-overlay a.site-map-link-2 span.mobile,
	.site-map-overlay a.site-map-link-3 span.mobile,
	.site-map-overlay a.site-map-link-4 span.mobile,
	.site-map-overlay a.site-map-link-5 span.mobile,
	.site-map-overlay a.site-map-link-6 span.mobile,
	.site-map-overlay a.site-map-link-7 span.mobile,
	.site-map-overlay a.site-map-link-8 span.mobile {
		display: none;
	}
	
	.site-map-overlay a.site-map-link-1 span.desktop,
	.site-map-overlay a.site-map-link-2 span.desktop,
	.site-map-overlay a.site-map-link-3 span.desktop,
	.site-map-overlay a.site-map-link-4 span.desktop,
	.site-map-overlay a.site-map-link-5 span.desktop,
	.site-map-overlay a.site-map-link-6 span.desktop,
	.site-map-overlay a.site-map-link-7 span.desktop,
	.site-map-overlay a.site-map-link-8 span.desktop {
		display: inline-block;
	}

	.car-collector-options-intro img {
		display: inline;
		float: left;
		max-width: 300px;
		margin: 0 1em 0 0;
	}
	
	

	.floorplans-table {
		display: table;
		width: 100%;
	}

	.floorplans-row {
		display: table-row;
		width: 100%;
		padding: 0;
	}

	.floorplans-left {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		padding: 1em 0;
		border-bottom: 1px dotted #666;
		margin: 0;
	}

	.floorplans-left p.floorplan-name {
		font: normal 700 1.25em/1.25em "ubuntu-n7", "ubuntu", Arial, Helvetica;
		margin: 0;
	}

	.floorplans-left p.floorplan-sqft {
		
	}

	.bottom_img img{width: 100%;}

	.footer-wrapper{background-color: #0E2D48;
		color: #ffffff;		
		text-align: center;}
	.footer-wrapper .section-content p{color: #ffffff;}
	.footer-wrapper .section-content .h4{font-size: 1.5rem; }	
	.footer-wrapper .section-content  p {margin-top: 0;
		margin-bottom: 1rem;}
	.footer-wrapper .section-content .footer-learn-more {
		display: inline-block;
		text-decoration: none;
		color: #ffffff;
		background-color: #343F4D;
		text-align: center;
		text-transform: uppercase;
		padding: 10px 60px;
	}
	.floorplans-right {
		display: table-cell;
		width: 50%;
		text-align: right;
		vertical-align: middle;
		padding: 1em 0;
		border-bottom: 1px dotted #666;
	}

	.floorplans-right a {
		padding: .625em 6em;
	}
	
	.map-container {
		display: table;
		width: 600px;
		margin-bottom: 3em;
	}
	
	.map-left,
	.map-right {
		display: table-cell;
		width: 300px;
		vertical-align: middle;
		margin-bottom: 0;
	}

	.alignleft {
		float:  left;
		display: inline-block;
		margin: .375em 2em 0 0;
	}
	
	.alignright {
		float:  right;
		display: inline-block;
		margin: .375em 0 0 2em;
	}
	
	#footer-inner br {
		display: none;
	}                
	
}

@media only screen and (max-width: 768px) {
	.section-content .floor_plans{
	padding: 0 0 5rem;
	}
	.section-content .floor_plans li {
		list-style: none;
		display: inline-block;
		width: 100%;	
		margin-bottom: 30px;
	}

	.quote {
		font-size: 1.2rem;
	}

	.quote-wrapper {
        flex-wrap: wrap;
    }
    .quote-author-image {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}
	
@media only screen and (min-width: 1000px) {
	
	#header {
		padding: 1.5em 1em;
		height: 8em;
	}
	
	#logo {
		width: 220px;
		height: 60px;
		position: absolute;
		top: .875em;
		left: 0;
		background-size: 220px 60px;
	}
	
	#open-house-btn {
		display: inline;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999999999;
		background: #404a65;
		padding: 1em 1.5em;
	}
	
	#open-house-btn a {
		color: #FFF;
		text-decoration: none;
	}
	
	#open-house-btn a:hover {
		color: #bac2d1;
	}

	#nav-panel {
		position: absolute;
		top: 3em;
		left: auto;
		right: 0;
		width: auto;
		height: 3.5em;
		padding: 0;
		text-align: right;
		visibility: visible;
	}
	
	.nav-panel-button,
	.transparent-layer {
		display: none !important;
	}
	
	.site-navigation ul li:first-child {
		border-top: none;
		padding: 0;
	}
	
	.site-navigation ul li {
		display: inline-block;
		font: normal 400 1em/1em "ubuntu-n4", "ubuntu", Arial, Helvetica !important;
		text-transform: none;
		border-bottom: none;
		padding: 0 0 0 1.25em;
	}
	
	.site-navigation ul li a {
		display: inline-block;
		line-height: 3.5em;
	}
	
	.site-navigation ul ul {
		display: none;
		min-width: 121px;
		background-color: #FFF;
		border: 1px solid #0d2c49;
		position: absolute;
		z-index: 99999999999999999999;
		top: 3.438em;
		left: auto;
		padding: 1em;
	}
	
	.site-navigation ul ul:after {
		bottom: 100%;
		right: 78%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.site-navigation ul ul:after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #FFF;
		border-width: 14px;
		margin-left: 132px;
	}
	
	.site-navigation ul li:hover > ul {
		display: block !important;
	}
	
	.site-navigation ul ul li {
		display: block;
		text-align: left;
		margin-left: 0;
		margin-bottom: 0.5em;
		padding: 0;
	}
	
	.site-navigation ul ul li:last-child {
		margin-bottom: 0;
	}
	
	.site-navigation ul ul li a {
		color: #000;	
		line-height: 1em;
		cursor: pointer;
	}
	
	.site-navigation ul li li:first-child {
		margin-top: 0;
	}
	
	li.menu-item-has-children a:after,
	li.sub-menu-active a:after {
		display: none;
	}
	
	.page-container {
		margin-top: 128px;
	}
	
	.square-footage-table {
		font: normal 400 1.25em/1.25em "ubuntu-n4", "ubuntu", Arial, Helvetica;
	}
	
	.sf-number {
		font: normal 500 1.5em/1.25em "ubuntu-n5", "ubuntu", Arial, Helvetica;
	}
	
	.site-map-overlay a.site-map-link-1 span,
	.site-map-overlay a.site-map-link-2 span,
	.site-map-overlay a.site-map-link-3 span,
	.site-map-overlay a.site-map-link-4 span,
	.site-map-overlay a.site-map-link-5 span,
	.site-map-overlay a.site-map-link-6 span,
	.site-map-overlay a.site-map-link-7 span,
	.site-map-overlay a.site-map-link-8 span {
		font: normal 500 1em/1em "ubuntu-n5", "ubuntu", Arial, Helvetica;
	}
	
}




/* ==========================================================================
   Serve high resolution images to all devices that use retina displays.
   ========================================================================== */

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	
	#logo {
		background-size: 147px 40px !important;
		background: url(/wp-content/themes/windmill-open-house/images/wm-logo@2x.png) 0 0 no-repeat;
	}
	
	select {
		background-size: 20px 20px !important;
		background: url(/wp-content/themes/windmill-open-house/images/select-arrow@2x.png) #FFF no-repeat 99% center;	
	}

	input[type="radio"],
	input[type="checkbox"] {
		background-size: 18px 18px !important;
		background: url(/wp-content/themes/windmill-open-house/images/checkbox@2x.png) no-repeat;	
	}
	
	input[type="radio"]:checked,
	input[type="checkbox"]:checked {
		background-size: 18px 18px !important;
		background: url(/wp-content/themes/windmill-open-house/images/checkbox-checked@2x.png) no-repeat;	
	}
	
}




@media all and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1000px) {
	
	#logo {
		background-size: 220px 60px !important;
		background: url(/wp-content/themes/windmill-open-house/images/wm-logo@2x.png) 0 0 no-repeat;
	}
	
}



@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
	}
}	
	
	/* new css for car-collection-options page */

.pg_car_collector {background-color: #fff;}
*, ::before, ::after {
	box-sizing: border-box;
}

body {
   font-family: 'Ubuntu', sans-serif;
   font-weight: 300;
   margin: 0;
   color: #231F20;
   font-size: 1rem;
   line-height: 1.5;
}

.h2, h2 {
   font-size: 2rem;
}

.h4, h4 {
   font-size: 1.5rem;
}

.h5, h5 {
   font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   margin-bottom: .5rem;
   font-weight: 500;
   line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
}

p {
   margin-top: 0;
   margin-bottom: 1rem;
}

.align-items-end {
   -ms-flex-align: end!important;
   align-items: flex-end!important;
}

.mb-5, .my-5 {
   margin-bottom: 3rem!important;
}

.mb-4, .my-4 {
   margin-bottom: 1.5rem!important;
}

@media (min-width: 768px) {
   .mb-md-0, .my-md-0 {
	   margin-bottom: 0!important;
   }
}

@media (min-width: 992px) {
   .mb-lg-0, .my-lg-0 {
	   margin-bottom: 0!important;
   }
}

.w-100 {
   width: 100%!important;
}

.banner img {
   width: 100%;
}

.about {
   padding: 3rem 0 4rem;
}

.about h2 {
   color: #2E3947;
}

.floor-plans, .envira_gallery {
   padding: 0 0 8rem;
}

.floor-plans h5 {
   margin-bottom: 5px;
   line-height: 1;
}

.floor-plans p {
   margin-bottom: 5px;
}

.floor-plans a {
   display: block;
   text-decoration: none;
   color: #ffffff;
   background-color: #0E2D48;
   text-align: center;
   text-transform: uppercase;
   padding: 10px 0;
}

.gallery img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border: 2px solid #8E9298;
}

.footer-des-image img {
   display: block;
   width: 100%;
}

.footer-des .footer-des-wrapper {
   background-color: #0E2D48;
   color: #ffffff;
   padding: 4rem 0;
   text-align: center;
}

.footer-learn-more {
   display: inline-block;
   text-decoration: none;
   color: #ffffff;
   background-color: #343F4D;
   text-align: center;
   text-transform: uppercase;
   padding: 10px 60px;
}


.container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

@media (min-width: 576px) {
   .container {
	   max-width: 540px
   }
}

@media (min-width: 768px) {
   .container {
	   max-width: 720px
   }
}

@media (min-width: 992px) {
   .container {
	   max-width: 960px
   }
}

@media (min-width: 1200px) {
   .container {
	   max-width: 1140px
   }
}

.container-fluid {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

.row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px
}

.no-gutters {
   margin-right: 0;
   margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
   padding-right: 0;
   padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
   position: relative;
   width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px
}

.col {
   flex-basis: 0;
   flex-grow: 1;
   max-width: 100%
}

.col-auto {
   flex: 0 0 auto;
   width: auto;
   max-width: none
}

.col-1 {
   flex: 0 0 8.333333%;
   max-width: 8.333333%
}

.col-2 {
   flex: 0 0 16.666667%;
   max-width: 16.666667%
}

.col-3 {
   flex: 0 0 25%;
   max-width: 25%
}

.col-4 {
   flex: 0 0 33.333333%;
   max-width: 33.333333%
}

.col-5 {
   flex: 0 0 41.666667%;
   max-width: 41.666667%
}

.col-6 {
   flex: 0 0 50%;
   max-width: 50%
}

.col-7 {
   flex: 0 0 58.333333%;
   max-width: 58.333333%
}

.col-8 {
   flex: 0 0 66.666667%;
   max-width: 66.666667%
}

.col-9 {
   flex: 0 0 75%;
   max-width: 75%
}

.col-10 {
   flex: 0 0 83.333333%;
   max-width: 83.333333%
}

.col-11 {
   flex: 0 0 91.666667%;
   max-width: 91.666667%
}

.col-12 {
   flex: 0 0 100%;
   max-width: 100%
}

.order-first {
   order: -1
}

.order-last {
   order: 13
}

.order-0 {
   order: 0
}

.order-1 {
   order: 1
}

.order-2 {
   order: 2
}

.order-3 {
   order: 3
}

.order-4 {
   order: 4
}

.order-5 {
   order: 5
}

.order-6 {
   order: 6
}

.order-7 {
   order: 7
}

.order-8 {
   order: 8
}

.order-9 {
   order: 9
}

.order-10 {
   order: 10
}

.order-11 {
   order: 11
}

.order-12 {
   order: 12
}

.offset-1 {
   margin-left: 8.333333%
}

.offset-2 {
   margin-left: 16.666667%
}

.offset-3 {
   margin-left: 25%
}

.offset-4 {
   margin-left: 33.333333%
}

.offset-5 {
   margin-left: 41.666667%
}

.offset-6 {
   margin-left: 50%
}

.offset-7 {
   margin-left: 58.333333%
}

.offset-8 {
   margin-left: 66.666667%
}

.offset-9 {
   margin-left: 75%
}

.offset-10 {
   margin-left: 83.333333%
}

.offset-11 {
   margin-left: 91.666667%
}

@media (min-width: 576px) {
   .col-sm {
	   flex-basis: 0;
	   flex-grow: 1;
	   max-width: 100%
   }

   .col-sm-auto {
	   flex: 0 0 auto;
	   width: auto;
	   max-width: none
   }

   .col-sm-1 {
	   flex: 0 0 8.333333%;
	   max-width: 8.333333%
   }

   .col-sm-2 {
	   flex: 0 0 16.666667%;
	   max-width: 16.666667%
   }

   .col-sm-3 {
	   flex: 0 0 25%;
	   max-width: 25%
   }

   .col-sm-4 {
	   flex: 0 0 33.333333%;
	   max-width: 33.333333%
   }

   .col-sm-5 {
	   flex: 0 0 41.666667%;
	   max-width: 41.666667%
   }

   .col-sm-6 {
	   flex: 0 0 50%;
	   max-width: 50%
   }

   .col-sm-7 {
	   flex: 0 0 58.333333%;
	   max-width: 58.333333%
   }

   .col-sm-8 {
	   flex: 0 0 66.666667%;
	   max-width: 66.666667%
   }

   .col-sm-9 {
	   flex: 0 0 75%;
	   max-width: 75%
   }

   .col-sm-10 {
	   flex: 0 0 83.333333%;
	   max-width: 83.333333%
   }

   .col-sm-11 {
	   flex: 0 0 91.666667%;
	   max-width: 91.666667%
   }

   .col-sm-12 {
	   flex: 0 0 100%;
	   max-width: 100%
   }

   .order-sm-first {
	   order: -1
   }

   .order-sm-last {
	   order: 13
   }

   .order-sm-0 {
	   order: 0
   }

   .order-sm-1 {
	   order: 1
   }

   .order-sm-2 {
	   order: 2
   }

   .order-sm-3 {
	   order: 3
   }

   .order-sm-4 {
	   order: 4
   }

   .order-sm-5 {
	   order: 5
   }

   .order-sm-6 {
	   order: 6
   }

   .order-sm-7 {
	   order: 7
   }

   .order-sm-8 {
	   order: 8
   }

   .order-sm-9 {
	   order: 9
   }

   .order-sm-10 {
	   order: 10
   }

   .order-sm-11 {
	   order: 11
   }

   .order-sm-12 {
	   order: 12
   }

   .offset-sm-0 {
	   margin-left: 0
   }

   .offset-sm-1 {
	   margin-left: 8.333333%
   }

   .offset-sm-2 {
	   margin-left: 16.666667%
   }

   .offset-sm-3 {
	   margin-left: 25%
   }

   .offset-sm-4 {
	   margin-left: 33.333333%
   }

   .offset-sm-5 {
	   margin-left: 41.666667%
   }

   .offset-sm-6 {
	   margin-left: 50%
   }

   .offset-sm-7 {
	   margin-left: 58.333333%
   }

   .offset-sm-8 {
	   margin-left: 66.666667%
   }

   .offset-sm-9 {
	   margin-left: 75%
   }

   .offset-sm-10 {
	   margin-left: 83.333333%
   }

   .offset-sm-11 {
	   margin-left: 91.666667%
   }
}

@media (min-width: 768px) {
   .col-md {
	   flex-basis: 0;
	   flex-grow: 1;
	   max-width: 100%
   }

   .col-md-auto {
	   flex: 0 0 auto;
	   width: auto;
	   max-width: none
   }

   .col-md-1 {
	   flex: 0 0 8.333333%;
	   max-width: 8.333333%
   }

   .col-md-2 {
	   flex: 0 0 16.666667%;
	   max-width: 16.666667%
   }

   .col-md-3 {
	   flex: 0 0 25%;
	   max-width: 25%
   }

   .col-md-4 {
	   flex: 0 0 33.333333%;
	   max-width: 33.333333%
   }

   .col-md-5 {
	   flex: 0 0 41.666667%;
	   max-width: 41.666667%
   }

   .col-md-6 {
	   flex: 0 0 50%;
	   max-width: 50%
   }

   .col-md-7 {
	   flex: 0 0 58.333333%;
	   max-width: 58.333333%
   }

   .col-md-8 {
	   flex: 0 0 66.666667%;
	   max-width: 66.666667%
   }

   .col-md-9 {
	   flex: 0 0 75%;
	   max-width: 75%
   }

   .col-md-10 {
	   flex: 0 0 83.333333%;
	   max-width: 83.333333%
   }

   .col-md-11 {
	   flex: 0 0 91.666667%;
	   max-width: 91.666667%
   }

   .col-md-12 {
	   flex: 0 0 100%;
	   max-width: 100%
   }

   .order-md-first {
	   order: -1
   }

   .order-md-last {
	   order: 13
   }

   .order-md-0 {
	   order: 0
   }

   .order-md-1 {
	   order: 1
   }

   .order-md-2 {
	   order: 2
   }

   .order-md-3 {
	   order: 3
   }

   .order-md-4 {
	   order: 4
   }

   .order-md-5 {
	   order: 5
   }

   .order-md-6 {
	   order: 6
   }

   .order-md-7 {
	   order: 7
   }

   .order-md-8 {
	   order: 8
   }

   .order-md-9 {
	   order: 9
   }

   .order-md-10 {
	   order: 10
   }

   .order-md-11 {
	   order: 11
   }

   .order-md-12 {
	   order: 12
   }

   .offset-md-0 {
	   margin-left: 0
   }

   .offset-md-1 {
	   margin-left: 8.333333%
   }

   .offset-md-2 {
	   margin-left: 16.666667%
   }

   .offset-md-3 {
	   margin-left: 25%
   }

   .offset-md-4 {
	   margin-left: 33.333333%
   }

   .offset-md-5 {
	   margin-left: 41.666667%
   }

   .offset-md-6 {
	   margin-left: 50%
   }

   .offset-md-7 {
	   margin-left: 58.333333%
   }

   .offset-md-8 {
	   margin-left: 66.666667%
   }

   .offset-md-9 {
	   margin-left: 75%
   }

   .offset-md-10 {
	   margin-left: 83.333333%
   }

   .offset-md-11 {
	   margin-left: 91.666667%
   }
}

@media (min-width: 992px) {
   .col-lg {
	   flex-basis: 0;
	   flex-grow: 1;
	   max-width: 100%
   }

   .col-lg-auto {
	   flex: 0 0 auto;
	   width: auto;
	   max-width: none
   }

   .col-lg-1 {
	   flex: 0 0 8.333333%;
	   max-width: 8.333333%
   }

   .col-lg-2 {
	   flex: 0 0 16.666667%;
	   max-width: 16.666667%
   }

   .col-lg-3 {
	   flex: 0 0 25%;
	   max-width: 25%
   }

   .col-lg-4 {
	   flex: 0 0 33.333333%;
	   max-width: 33.333333%
   }

   .col-lg-5 {
	   flex: 0 0 41.666667%;
	   max-width: 41.666667%
   }

   .col-lg-6 {
	   flex: 0 0 50%;
	   max-width: 50%
   }

   .col-lg-7 {
	   flex: 0 0 58.333333%;
	   max-width: 58.333333%
   }

   .col-lg-8 {
	   flex: 0 0 66.666667%;
	   max-width: 66.666667%
   }

   .col-lg-9 {
	   flex: 0 0 75%;
	   max-width: 75%
   }

   .col-lg-10 {
	   flex: 0 0 83.333333%;
	   max-width: 83.333333%
   }

   .col-lg-11 {
	   flex: 0 0 91.666667%;
	   max-width: 91.666667%
   }

   .col-lg-12 {
	   flex: 0 0 100%;
	   max-width: 100%
   }

   .order-lg-first {
	   order: -1
   }

   .order-lg-last {
	   order: 13
   }

   .order-lg-0 {
	   order: 0
   }

   .order-lg-1 {
	   order: 1
   }

   .order-lg-2 {
	   order: 2
   }

   .order-lg-3 {
	   order: 3
   }

   .order-lg-4 {
	   order: 4
   }

   .order-lg-5 {
	   order: 5
   }

   .order-lg-6 {
	   order: 6
   }

   .order-lg-7 {
	   order: 7
   }

   .order-lg-8 {
	   order: 8
   }

   .order-lg-9 {
	   order: 9
   }

   .order-lg-10 {
	   order: 10
   }

   .order-lg-11 {
	   order: 11
   }

   .order-lg-12 {
	   order: 12
   }

   .offset-lg-0 {
	   margin-left: 0
   }

   .offset-lg-1 {
	   margin-left: 8.333333%
   }

   .offset-lg-2 {
	   margin-left: 16.666667%
   }

   .offset-lg-3 {
	   margin-left: 25%
   }

   .offset-lg-4 {
	   margin-left: 33.333333%
   }

   .offset-lg-5 {
	   margin-left: 41.666667%
   }

   .offset-lg-6 {
	   margin-left: 50%
   }

   .offset-lg-7 {
	   margin-left: 58.333333%
   }

   .offset-lg-8 {
	   margin-left: 66.666667%
   }

   .offset-lg-9 {
	   margin-left: 75%
   }

   .offset-lg-10 {
	   margin-left: 83.333333%
   }

   .offset-lg-11 {
	   margin-left: 91.666667%
   }
}

@media (min-width: 1200px) {
   .col-xl {
	   flex-basis: 0;
	   flex-grow: 1;
	   max-width: 100%
   }

   .col-xl-auto {
	   flex: 0 0 auto;
	   width: auto;
	   max-width: none
   }

   .col-xl-1 {
	   flex: 0 0 8.333333%;
	   max-width: 8.333333%
   }

   .col-xl-2 {
	   flex: 0 0 16.666667%;
	   max-width: 16.666667%
   }

   .col-xl-3 {
	   flex: 0 0 25%;
	   max-width: 25%
   }

   .col-xl-4 {
	   flex: 0 0 33.333333%;
	   max-width: 33.333333%
   }

   .col-xl-5 {
	   flex: 0 0 41.666667%;
	   max-width: 41.666667%
   }

   .col-xl-6 {
	   flex: 0 0 50%;
	   max-width: 50%
   }

   .col-xl-7 {
	   flex: 0 0 58.333333%;
	   max-width: 58.333333%
   }

   .col-xl-8 {
	   flex: 0 0 66.666667%;
	   max-width: 66.666667%
   }

   .col-xl-9 {
	   flex: 0 0 75%;
	   max-width: 75%
   }

   .col-xl-10 {
	   flex: 0 0 83.333333%;
	   max-width: 83.333333%
   }

   .col-xl-11 {
	   flex: 0 0 91.666667%;
	   max-width: 91.666667%
   }

   .col-xl-12 {
	   flex: 0 0 100%;
	   max-width: 100%
   }

   .order-xl-first {
	   order: -1
   }

   .order-xl-last {
	   order: 13
   }

   .order-xl-0 {
	   order: 0
   }

   .order-xl-1 {
	   order: 1
   }

   .order-xl-2 {
	   order: 2
   }

   .order-xl-3 {
	   order: 3
   }

   .order-xl-4 {
	   order: 4
   }

   .order-xl-5 {
	   order: 5
   }

   .order-xl-6 {
	   order: 6
   }

   .order-xl-7 {
	   order: 7
   }

   .order-xl-8 {
	   order: 8
   }

   .order-xl-9 {
	   order: 9
   }

   .order-xl-10 {
	   order: 10
   }

   .order-xl-11 {
	   order: 11
   }

   .order-xl-12 {
	   order: 12
   }

   .offset-xl-0 {
	   margin-left: 0
   }

   .offset-xl-1 {
	   margin-left: 8.333333%
   }

   .offset-xl-2 {
	   margin-left: 16.666667%
   }

   .offset-xl-3 {
	   margin-left: 25%
   }

   .offset-xl-4 {
	   margin-left: 33.333333%
   }

   .offset-xl-5 {
	   margin-left: 41.666667%
   }

   .offset-xl-6 {
	   margin-left: 50%
   }

   .offset-xl-7 {
	   margin-left: 58.333333%
   }

   .offset-xl-8 {
	   margin-left: 66.666667%
   }

   .offset-xl-9 {
	   margin-left: 75%
   }

   .offset-xl-10 {
	   margin-left: 83.333333%
   }

   .offset-xl-11 {
	   margin-left: 91.666667%
   }
}

.container.short {
   max-width: 900px;
}
/* new css for car-collection-options page */