/* 	
------------------------------------------------------------------
	SITE STYLESHEET 
------------------------------------------------------------------
*/

/* --------- TYPEFACES -------------------- 
	
	GOOGLE FONTS
	
	HEADLINES
	font-family: 'Rubik', sans-serif;
	font-weight: 300, 400, 600;
	
	BODY COPY
	font-family: 'Karla', sans-serif;
	font-weight: 300, 400, 700;
			
*/

/* --------- CSS VAR DECLARATIONS ------------------------------- */

:root {
	--headlinesFont: 'Rubik', sans-serif;
	--bodyCopyFont: 'Karla', sans-serif;
	
	--blackColor: #222;
	--blackHoverColor: #111;
	--orangeColor: #e28029;
	--orangeColorRGB: rgb(226,128,41);
	--darkGreenColor: #004129;
	--darkGreenColorRGB: rgb(0,65,41);
	--lightTanColor: #d1c79e;
	--lightTanColorRGB: rgb(209,199,158);
	--tanColor: #b3a26c;
	--tanColorRGB: rgb(179,162,108);
	
	--headlinesColor: var(--darkGreenColor);
	--bodyCopyColor: #41504b;
	--linkColor: var(--orangeColor);
	--linkHoverColor: var(--darkGreenColor);
}


/* --------- GENERAL LAYOUT & POSITIONING --------------------------- */

.centered {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.invis {
	display: none;
}
.mobileShow {
	display: none !important;
}
.mobileShowInline {
	display: none !important;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.exactOneFifthColumn {
	width: 20%;
	margin: 0;
}
.oneQuarterColumn {
	width: 23%;
	margin: 0;
}
.oneThirdColumn {
	width: 31%;
	margin: 0;
}
.exactOneThirdColumn {
	width: 33.333%;
	margin: 0;
}
.oneHalfColumn {
	width: 46%;
	margin: 0;
}
.exactOneHalfColumn {
	width: 50%;
	margin: 0;
}
.twoThirdsColumn {
	width: 62%;
}
.threeQuarterColumn {
	width: 71%;
	margin: 0;
}
.wrapper {
	width: 88%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.exactOneHalfColumn .wrapper {
	width: 76%;
	padding: 15% 0;
	max-width: none;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: var(--bodyCopyFont);
	font-style: normal;
	font-weight: 300;
	background-color: #fff;
	color: var(--bodyCopyColor);
	position: relative;
}
.flexbox-row {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.flexbox-row-reverse {
	flex-direction: row-reverse;
}
.flexbox-row-reverse-mobile {
	flex-direction: row;
}
.flexbox-row-vertical-center {
    align-items: center;
    align-content: center;
}
.flexbox-row-justify-content-center {
    justify-content: center;
}
.flexbox-row-justify-content-flex-start {
    justify-content: flex-start;
}
.flexbox-row-stretch {
	align-items: stretch;
}
.flexbox-column-reverse {
	flex-direction: column-reverse;
}
.elementMargin {
	margin-top: 1.5em;
}
.elementMarginSmall {
	margin-top: 1.0em;
}
.elementMarginLarge {
	margin-top: 2.5em;
}
.mobileElementMargin,
.mobileElementMarginLarge {
	margin-bottom: 0;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.darken10, .darken15, .darken20, .darken25, .darken30, .darken35, .darken40, .darken45, .darken50,
.greenDarken10, .greenDarken15, .greenDarken20, .greenDarken25, .greenDarken30, .greenDarken35, .greenDarken40, .greenDarken45, .greenDarken50 {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.darken10 {
	background-color: rgba(0,0,0,0.1);
}
.darken15 {
	background-color: rgba(0,0,0,0.15);
}
.darken20 {
	background-color: rgba(0,0,0,0.2);
}
.darken25 {
	background-color: rgba(0,0,0,0.25);
}
.darken30 {
	background-color: rgba(0,0,0,0.3);
}
.darken35 {
	background-color: rgba(0,0,0,0.35);
}
.darken40 {
	background-color: rgba(0,0,0,0.4);
}
.darken45 {
	background-color: rgba(0,0,0,0.45);
}
.darken50 {
	background-color: rgba(0,0,0,0.5);
}
.greenDarken10 {
	background-color: rgba(0,65,41,0.1);
}
.greenDarken15 {
	background-color: rgba(0,65,41,0.15);
}
.greenDarken20 {
	background-color: rgba(0,65,41,0.2);
}
.greenDarken25 {
	background-color: rgba(0,65,41,0.25);
}
.greenDarken30 {
	background-color: rgba(0,65,41,0.3);
}
.greenDarken35 {
	background-color: rgba(0,65,41,0.35);
}
.greenDarken40 {
	background-color: rgba(0,65,41,0.4);
}
.greenDarken45 {
	background-color: rgba(0,65,41,0.45);
}
.greenDarken50 {
	background-color: rgba(0,65,41,0.5);
}
.section {
	position: relative;
	width: 100%;
	padding: 7.0em 0;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
}
.whiteSection {
	background-color: #fff;
}
.colorSection {
	background-color: var(--darkGreenColor);
}
.colorSectionLight {
	background-color: rgba(0,65,41,0.12);
}
.gradientSection {
	background-color: #fff;
	background: linear-gradient(180deg, rgba(255,255,255,1.0) 20%, rgba(229,236,233,1.0) 100%);
}
.gradientSectionReverse {
	background-color: #fff;
	background: linear-gradient(180deg, rgba(229,236,233,1.0) 0%, rgba(255,255,255,1.0) 90%);
}
.lightTanSection {
	background-color: var(--lightTanColor);
}
.tanSection {
	background-color: var(--tanColor);
}
.parallaxSection {
	background: linear-gradient(90deg, rgba(0,65,41,0.8) 0%, rgba(0,65,41,0.1) 100%);
}
.imageSection {
	padding: 8.0em 0;
}
.noPaddingSection {
	padding: 0;
}
.builderSection {
	padding: 2.75em 0 2.5em 0;
}
.siteBuilders .section .wrapper {
	max-width: 1500px;
}
.onePixelMarginTop {
	margin-top: 1px;
}
.onePixelMarginBottom {
	margin-bottom: 1px;
}
.onePixelMarginLeft {
	margin-left: 1px;
}
.onePixelMarginRight {
	margin-right: 1px;
}
.headerBarStickyPadder {
	height: 0;
	/* 
	This is controlled by JS to add verticle space to 
	the visual document when the main nav bar switches 
	from position relative to position sticky. This 
	helps remove the large visual jump in the content. 
	*/
}
.headerBar {
	width: 100%;
	background-color: var(--darkGreenColor);
	border-bottom: 1px solid #ddd;
	padding: 0.9em 0;
	position: relative;
	z-index: 9990;
}
.headerBarNavContainer {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.heroSection {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	min-height: calc(100vh - 100px);
}
.heroContent {
	display: table-cell;
	vertical-align: middle;
	padding: 3.0em 0;
}
.homeHero {
	background: #fff url(/images/home/home-hero-2023-10-18.jpg) center center no-repeat;
	background-size: cover;
}
.homeHeroDrone {
	background: #fff url(/images/home/homeHeroDrone.jpg) center center no-repeat;
	background-size: cover;
}
.schoolsHero {
	background: #fff url(/images/schools/schoolsHero1.jpg) center bottom no-repeat;
	background-size: cover;
}
.locationHero {
	background: #fff url(/images/location/locationHero1.jpg) center center no-repeat;
	background-size: cover;
}
.shoppingHero {
	background: #fff url(/images/shopping/shoppingHero1.jpg) center center no-repeat;
	background-size: cover;
}
.buildersHero {
	background: #fff url(/images/builders/builders-hero-2023-10-18.jpg) center center no-repeat;
	background-size: cover;
}
.guideHero {
	background: #fff url(/images/guide/guide-hero.jpg) center left no-repeat;
	background-size: cover;
}
.footer {
	background-color: var(--darkGreenColor);
	border-top: 2px solid #fff;
}
.footer .wrapper {
	padding: 4.0em 0;
}
.imageBanner {
	width: 100%;
	position: relative;
}
.imageBannerTile {
	position: relative;
	width: 25%;
	height: auto;
	padding-top: 22vh;
}
.imageBannerTileHome1 {
	background: #fff url(/images/home/imageBannerTile1.jpg) center center no-repeat;
	background-size: cover;
}
.imageBannerTileHome2 {
	background: #fff url(/images/home/imageBannerTile2.jpg) center center no-repeat;
	background-size: cover;
}
.imageBannerTileHome3 {
	background: #fff url(/images/home/imageBannerTile3.jpg) center center no-repeat;
	background-size: cover;
}
.imageBannerTileHome4 {
	background: #fff url(/images/home/imageBannerTile4.jpg) center center no-repeat;
	background-size: cover;
}
.verticalBanner {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 17% 2.0em 2.2em 2.0em;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 2.5em;
}
.verticalBannerAlt {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 25% 2.0em 2.2em 2.0em;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 2.5em;
}
.verticalBannerContent {
	background-color: #fff;
	padding: 3.0em 2.0em 2.4em 2.0em;
	border-radius: 2px;
}
.verticalBannerContent > div {
	margin: 0 auto;
	max-width: 350px;
}
.verticalBannerAlt .verticalBannerContent > div {
	margin: 0 auto;
	max-width: 450px;
}
.verticalBannerHome1 {
	background: var(--lightTanColor) url(/images/home/verticalBannerHome1.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerHome2 {
	background: var(--lightTanColor) url(/images/home/verticalBannerHome2-2023.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerHome3 {
	background: var(--lightTanColor) url(/images/home/verticalBannerHome3-2024.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool1 {
	background: var(--lightTanColor) url(/images/schools/stJohnXXIII.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool2 {
	background: var(--lightTanColor) url(/images/schools/ormsby.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool3 {
	background: var(--lightTanColor) url(/images/schools/stMonica.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool4 {
	background: var(--lightTanColor) url(/images/schools/motherMary.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool5 {
	background: var(--lightTanColor) url(/images/schools/jasperPlace.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool6 {
	background: var(--lightTanColor) url(/images/schools/bruceSmith.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool7 {
	background: var(--lightTanColor) url(/images/schools/joeyMossSchool.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerSchool8 {
	background: var(--lightTanColor) url(/images/schools/joanCarrSchool.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerShopping1 {
	background: var(--lightTanColor) url(/images/shopping/cabelas.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerShopping2 {
	background: var(--lightTanColor) url(/images/shopping/petValu.jpg) center top no-repeat;
	background-size: contain;
}
.verticalBannerShopping3 {
	background: var(--lightTanColor) url(/images/shopping/shoppes.jpg) center top no-repeat;
	background-size: contain;
}
.parallaxBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -999;
}
.shoppingParallaxBG {
	background: #c5d8e7 url(/images/shopping/farmers-market-parallax-bg.jpg) center center no-repeat;
	background-size: cover;
}
.standardCard {
	position: relative;
	background-color: #fff;
	border-top: 6px solid var(--orangeColor);
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	padding: 3.0em 3.0em 2.5em 3.0em;
	margin: 0 auto;
}
.builderContactCard {
	position: relative;
	background-color: #fff;
	border-top: 6px solid var(--orangeColor);
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	padding: 3%;
	max-width: 1200px;
	margin: 0 auto 2.5em auto;
}

/* --------- TYPOGRAPHY -------------------- 
		
	GOOGLE FONTS
	
	HEADLINES
	font-family: 'Rubik', sans-serif;
	font-weight: 300, 400, 600, 800;
	
	BODY COPY
	font-family: 'Karla', sans-serif;
	font-weight: 200, 300, 400, 500, 700;
		
*/

h1,h2,h3 {
	font-family: var(--headlinesFont);
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
	color: var(--headlinesColor);
	text-transform: uppercase;
}
.colorSection h1, .colorSection h2, .colorSection h3, .tanSection h1, .tanSection h2, .tanSection h3 {
	color: #fff;
}
.parallaxSection h1, .parallaxSection h2, .parallaxSection h3 {
	color: var(--orangeColor);
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.7em;
}
span.withSeparator {
	display: inline-block;
	position: relative;
	padding-bottom: 0.75em;
	margin-bottom: 0.25em;
}
span.withSeparator:after {
	content: '';
	position: absolute;
	width: 75%;
	left: 0;
	transform: none;
	bottom: 0;
	min-width: 100px;
	max-width: 200px;
	height: 1px;
	background-color: transparent;
	border-top: 2px solid var(--orangeColor);
}
.colorSection span.withSeparator:after,
.tanSection span.withSeparator:after,
.parallaxSection span.withSeparator:after {
	border-top: 2px solid #fff;
}
.centered span.withSeparator:after {
	left: 50%;
	transform: translateX(-50%);
}
span.headingSubtitle {
	display: block;
	font-family: var(--bodyCopyFont);
	text-transform: uppercase;
	font-size: 0.5em;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: var(--orangeColor);
	line-height: 1.5em;
	margin: 0.3em 0;
}
.siteBuy h3 span.headingSubtitle {
	font-size: 0.65em;
}
.colorSection span.headingSubtitle,
.tanSection span.headingSubtitle {
	color: #fff;
	color: rgba(255,255,255,0.6);
}
.parallaxSection span.headingSubtitle {
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.heroSection h1 {
	font-weight: 600;
	font-size: 3.2em;
	margin: 0 0 0.25em 0;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.85);
}
.heroSection h1 span {
	display: block;
	font-size: 0.5em;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	margin: 0.3em 0;
}
.footer h2 {
	color: #998542;
	font-size: 1.6em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0.6em;
}
.imageBanner h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-weight: 400;
	font-size: 1.5em;
	background-color: rgba(0,0,0,0.6);
	padding: 1.2em 1.4em;
	text-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.imageBannerTileHome1 h3,
.imageBannerTileHome3 h3 {
	background-color: rgba(0,65,41, 0.75);
}
.imageBannerTileHome2 h3,
.imageBannerTileHome4 h3 {
	background-color: rgba(226,128,41,0.77);
}
.verticalBanner h3 {
	text-transform: none;
	font-size: 1.5em;
}
p {
	font-family: var(--bodyCopyFont);
	color: var(--bodyCopyColor);
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0 0 1.0em 0;
	font-weight: 400;
}
.colorSection p,
.tanSection p,
.parallaxSection p {
	color: #fff;
}
p.finePrint {
	font-size: 0.9em;
	color: #7b97a4;
}
p span.finePrint {
	display: block;
	font-size: 0.9em;
}
.heroSection p.leadIn {
	font-size: 1.8em;
	line-height: 1.6em;
	color: #fff;
	font-weight: 400;
	text-shadow: 0 0 16px rgba(0,0,0,0.85);
	margin: 0 auto;
}
p.pullQuote {
	font-style: italic;
}
p.guideline-name {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 700;
}
p.byLine {
	font-size: 1.0em;
	opacity: 0.8;
	font-weight: 700;
	margin-top: -0.6em;
}
p.byLine span.byLineTitle {
	font-weight: 400;
}
.footer p {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #fff;
}
.verticalBannerContent p {
	font-size: 1.05em;
}

h1 strong,h2 strong,h3 strong,h4 strong {
	font-weight: 700;
}
p strong {
	font-weight: 700;
}


/* --------- LISTS -------------------------------------------------- */

ul, ol {
	list-style: disc;
	margin: 0 0 1.8em 1.2em;
}
li {
	font-family: var(--bodyCopyFont);
	color: var(--bodyCopyColor);
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 0.7em 0;
	font-weight: 400;
}
li strong {
	font-weight: 700;
}
li span.fa-li {
	color: var(--orangeColor);
	font-size: 0.9em;
	left: -2.5em; // this is an override of the font-awesome attribute to give a little more space between the bullet and the text
}
.colorSection li,
.tanSection li,
.parallaxSection li {
	color: #fff;
}
.colorSection li span.fa-li,
.tanSection li span.fa-li,
.lightTanSection li span.fa-li {
	color: var(--orangeColor);
}


/* ---------  FONT-AWESOME ICONS  ------------------------------------------------- */

.far, .fas, .fal, .fab {
	margin: 0;
}
.button i {
	display: inline-block;
	margin-left: 0.4em;
	font-size: 1.0em;
}


/* --------- FORMS -------------------------------------------------- */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}


/* --------- TABLES ------------------------------------------------- */







/* --------- IMAGES, VIDEOS & MAPS ------------------------------------------------- */
.sliderContainer {
	position: relative;
}
.fancybox-bg {
	background-color: #2b2f32;
}
.fancybox-slide--html .fancybox-content {
  	padding: 4.5em 3.5em;  
}
.fill {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.videoWrapper {
	background-color: #fff;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}
.headerLogo {
	display: inline-block;
	width: 175px;
	height: auto;
	margin-left: -0.5em;
	filter: brightness(0) invert(1); /* make non-transparent parts black, then invert to white */
}
.footerLogo {
	display: block;
	max-width: 128px;
	margin: 0 0 1.8em 0;
}
.googleMap1 {
	width: 100%;
	height: 560px;
}
.footerGoogleMap {
	width: 100%;
	height: 220px;
}
.buyFooterGoogleMap {
	width: 100%;
	height: 450px
}
.builderContactCardImg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.imageBG {
	min-height: none;
}
.imageBGLocation1 {
	background: transparent url(/images/location/heritageValleyHospital.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGLocation2 {
	background: transparent url(/images/location/commute-2023.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGLocation3 {
	background: transparent url(/images/location/schools-2023.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGLocation4 {
	background: transparent url(/images/location/playground.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGLocation5 {
	background: transparent url(/images/location/recreation.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGLocation6 {
	background: transparent url(/images/location/transportation.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGShopping1 {
	background: transparent url(/images/shopping/garden-centres.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGShopping2 {
	background: transparent url(/images/shopping/currents-windermere.jpg) center center no-repeat;
	background-size: cover;
}
.imageBGShopping3 {
	background: transparent url(/images/shopping/keswick-square.jpg) center center no-repeat;
	background-size: cover;
}
.guidelines-thumb {
	max-width: 200px; 
	margin-bottom: 1.0em;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	outline: 3px solid transparent;
	transition: all 200ms;
}
.guidelines-thumb:hover {
	outline: 3px solid rgba(0,0,0,0.2);
}

/* --------- LINKS & NAVIGATION -------------------------------------------------- */
a:link, a:visited {
	color: var(--linkColor);
	text-decoration: none;
	transition: color 250ms;
	outline: none;
	transition: all 200ms;
}
a:hover, a:focus {
	color: var(--linkHoverColor);
	outline: none;
}
.parallaxSection a.parallaxUnderlineLink:link, .parallaxSection a.parallaxUnderlineLink:visited,
.colorSection a.colorSectionUnderlineLink:link, .colorSection a.colorSectionUnderlineLink:visited {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.35);
	transition: none;
}
.parallaxSection a.parallaxUnderlineLink:hover, .parallaxSection a.parallaxUnderlineLink:focus,
.colorSection a.colorSectionUnderlineLink:hover, .colorSection a.colorSectionUnderlineLink:focus {
	border-bottom: 1px solid rgba(255,255,255,1.0);
}
.parallaxSection a.parallaxUnderlineLinkAlt:link, .parallaxSection a.parallaxUnderlineLinkAlt:visited,
.colorSection a.colorSectionUnderlineLinkAlt:link, .colorSection a.colorSectionUnderlineLinkAlt:visited {
	color: rgba(255,255,255,0.65);
	border-bottom: none;
	transition: none;
}
.parallaxSection a.parallaxUnderlineLinkAlt:hover, .parallaxSection a.parallaxUnderlineLinkAlt:focus,
.colorSection a.colorSectionUnderlineLinkAlt:hover, .colorSection a.colorSectionUnderlineLinkAlt:focus {
	color: rgba(255,255,255,1.0);
	border-bottom: 1px solid #fff;
}
.mainNav {
	/* NOTE: There is also some JS that controls some of the .mainNav attributes in the site.js file */
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;    
    align-items: center;
    align-content: center;
	width: calc(100% - 220px); /* full width minus room for the logo */
	max-width: 960px;
	position: relative;
}
.mobileMainNavToggle {
	display: none;
}
.mainNav a:link, 
.mainNav a:visited {
	display: inline-block;
	font-family: var(--bodyCopyFont);
	color: var(--linkColor);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.0em;
	padding: 1.0em 0.5em;
	margin-top: 10px; /* this is to counter-act the links being pushed up and no longer vertically centered because of the 10px margin on the :after border */
	transition: all 250ms ease;
}
.mainNav a:link:after, 
.mainNav a:visited:after {
	display: block;
	content: '';
	margin-top: 10px;
	border-bottom: 3px solid var(--linkColor);
	transform: scaleX(0);
	transition: transform 250ms ease;
}
.mainNav a:hover, 
.mainNav a:focus {
	color: #fff;
}
.mainNav a:hover:after, 
.mainNav a:focus:after {
	transform: scaleX(1);
}
.mainNav a.visitUsLink:link, 
.mainNav a.visitUsLink:visited {
	background-color: var(--linkColor);
	margin-top: 0px;
	padding: 0.8em 1.2em;
	color: #fff;	
	border-radius: 2px;
}
.mainNav a.visitUsLink:after {
	display: none;
}
.mainNav a.visitUsLink:hover, 
.mainNav a.visitUsLink:focus {
	background-color: #fff;
	color: var(--linkColor);
}
.siteHome a.homeLink,
.siteSchools a.schoolsLink,
.siteLocation a.locationLink,
.siteShopping a.shoppingLink,
.siteBuy a.buyLink,
.siteBuilders a.buildersLink,
.siteGuide a.guideLink {
	color: #fff;
}
.siteHome a.homeLink:after,
.siteSchools a.schoolsLink:after,
.siteLocation a.locationLink:after,
.siteShopping a.shoppingLink:after,
.siteBuy a.buyLink:after,
.siteBuilders a.buildersLink:after,
.siteGuide a.guideLink:after {
	display: block;
	content: '';
	margin-top: 10px;
	border-bottom: 3px solid var(--linkColor);
	transform: scaleX(1);
}
.documentsBarLink {
	padding: 1.0em 5%;
}
.documentsBarLink:link,
.documentsBarLink:visited {
	display: block;
	text-align: center;
	background-color: #5d5d5d;
	font-size: 1.05em;
	color: #fff;
	line-height: 1.35em;
	transition: all 250ms ease;
}
.documentsBarLink:hover,
.documentsBarLink:focus {
	background-color: var(--orangeColor);
}
.documentsBarLinkFooter:link,
.documentsBarLinkFooter:visited {
	font-size: 1.05em;
	padding: 1.4em 5%;
}
.documentsBarLinkFooter:hover,
.documentsBarLinkFooter:focus {
	background-color: var(--linkColor);
}
.heroScrollToContent:link,
.heroScrollToContent:visited {
	color: rgba(255,255,255,0.8);
	font-size: 2.0em;
	padding: 0.3em;
	display: inline-block;
	position: absolute;
	bottom: 0.7em;
	left: 50%;
	transform: translateX(-50%);
	transition: color 250ms ease;
}
.heroScrollToContent:hover {
	color: rgba(255,255,255,1.0);
}
.button:link,
.button:visited {
	display: inline-block;
	background-color: var(--blackColor);
	color: #fff;
	padding: 1.0em 1.5em;
	margin: 1px 1px 1px 0;
	border: none;
	border-radius: 2px;
	font-size: 1.05em;
	line-height: 1.25em;
	letter-spacing: 0.05em;
	font-family: var(--headlinesFont);
	text-transform: uppercase;
	font-weight: 400;
	transition: all 250ms ease;
}
.button:hover,
.button:focus {
	background-color: var(--blackHoverColor);
}
.smallButton:link,
.smallButton:visited {
	font-size: 0.95em;
	padding: 1.0em 1.3em;
}
.tinyButton:link,
.tinyButton:visited {
	font-size: 0.85em;
	padding: 0.8em 1.2em;
}
.orangeButton:link,
.orangeButton:visited {
	background-color: var(--linkColor);
	color: #fff;
}
.orangeButton:hover,
.orangeButton:focus {
	background-color: var(--linkHoverColor);
}
.colorSection .orangeButton:hover, .colorSection .orangeButton:focus {
	background-color: rgba(255,255,255,0.17);
}
.darkGreenButton:link,
.darkGreenButton:visited {
	color: #fff;
	background-color: rgba(0,65,41,1.0);
}
.darkGreenButton:hover, 
.darkGreenButton:focus {
	background-color: rgba(0,65,41,0.9);
}
.darkGreenTransparencyButton:link,
.darkGreenTransparencyButton:visited {
	background-color: rgba(0,65,41,0.15);
	color: var(--linkColor);
}
.darkGreenTransparencyButton:hover,
.darkGreenTransparencyButton:focus {
	background-color: rgba(0,65,41,1.0);
	color: #fff;
}
.whiteButton:link,
.whiteButton:visited {
	background-color: #fff;
	color: var(--darkGreenColor);
}
.whiteButton:hover,
.whiteButton:focus {
	color: var(--linkColor);
}
.whiteTransparencyButton:link,
.whiteTransparencyButton:visited {
	background-color: rgba(255,255,255,0.17);
	color: #fff;
}
.whiteTransparencyButton:hover,
.whiteTransparencyButton:focus {
	background-color: rgba(255,255,255,1.0);
	color: var(--orangeHoverColor);
}
p + .button {
	margin-top: 1.0em !important;
}
.heroSection p.leadIn + .button {
	margin-top: 2.0em !important;
}
a.footerTextLink:link,
a.footerTextLink:visited {
	color: var(--linkColor);
}
a.footerTextLink:hover,
a.footerTextLink:focus {
	color: var(--linkColor);
	text-decoration: underline;
}


/* --------- ONE HIT WONDERS -------------------------------------------------- */
/*
.transitMap {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 460px;
}
*/




/*
====================================================================================================
@media Queries
====================================================================================================
*/

@media all and (min-width: 1px) and (max-width: 1023px) /* Mobile  ---------------------------------------- */
{
	.exactOneFifthColumn,
	.oneQuarterColumn,
	.oneThirdColumn,
	.exactOneThirdColumn,
	.twoThirdsColumn,
	.oneHalfColumn,
	.exactOneHalfColumn,
	.threeQuarterColumn {
		width: 100%;
	}
	.mobileCenter {
		text-align: center;
	}
	.mobileHide {
		display: none !important;
	}
	.mobileShow {
		display: inherit !important;
	}
	.mobileShowInline {
		display: inline-block !important;
	}
	.flexbox-row-reverse-mobile {
		flex-direction: row-reverse;
	}
	.flexbox-column-reverse-mobile {
		flex-direction: column-reverse;
	}
	.mobileElementMargin {
		margin-bottom: 1.6em;
	}
	.mobileElementMarginLarge {
		margin-bottom: 2.75em;
	}
	.section {
		padding: 4.0em 0;
	}
	.noPaddingSection {
		padding: 0;
	}
	.builderSection {
		padding: 2.5em 0;
	}
	.headerBar {
		padding: 0.6em 0;
	}
	.headerBarNavContainer {
		display: block;
		position: relative;
	}
	.headerLogo {
		width: 112px;
		margin-left: 0;
	}
	.mobileMainNavToggle {
		display: block;
		font-size: 1.6em;
		position: absolute;
		right: 0;
		top: 9px;
		color: #fff !important;
	}	
	.mainNav {
		display: none;
		width: 100%;
		max-width: none;
		padding-top: 1.2em;
	}
	.mainNav a:link, 
	.mainNav a:visited,
	.mainNav a.visitUsLink:link,
	.mainNav a.visitUsLink:visited {
		display: block;
		text-align: center;
		margin: 3px 0;
		padding: 1.0em 1.4em;
		background-color: #eee;
		color: var(--bodyCopyColor);
		border-radius: 2px;
	}
	.mainNav a.visitUsLink i {
		display: none;
	}
	.mainNav a:link:after, 
	.mainNav a:visited:after, 
	.mainNav a:hover:after, 
	.mainNav a:focus:after {
		display: none;
	}
	.mainNav a:hover, .mainNav a:focus {
		
	}
	.siteHome a.homeLink,
	.siteSchools a.schoolsLink,
	.siteLocation a.locationLink,
	.siteShopping a.shoppingLink,
	.siteBuy a.buyLink,
	.siteBuilders a.buildersLink,
	.siteGuide a.guideLink {
		background-color: var(--linkColor);
		color: #fff;
	}
	.footerLogo {
		margin: 0 auto 2.0em auto;
	}
	.footer {
		text-align: center;
	}
	.footer .joinUsOnInstagram {
		margin-top: 1.0em;
	}
	h1 {
		font-size: 2.2em;
	}
	h2 {
		font-size: 1.9em;
	}
	h3 {
		font-size: 1.4em;
	}
	.heroSection {
		min-height: calc(100vh - 62px);
	}
	.heroSection h1 {
		font-size: 2.4em;
		margin: 0 0 0.3em 0;
	}
	.heroSection p.leadIn {
		font-size: 1.4em;
		text-shadow: 0 0 16px rgba(0,0,0,0.85);
	}
	.imageBG {
		min-height: 50vh;
	}
	.imageBannerTile {
		width: 100%;
		padding-top: 25vh;
		margin-bottom: 1px;
	}
	.imageBanner h3 {
		font-size: 1.2em;
		padding: 1.0em 1.0em;
	}
	.verticalBanner, .verticalBannerAlt {
		padding: 65% 0 0 0;
	}
	.verticalBannerContent {
		padding: 3.0em 2.0em 2.4em 2.0em;
		border-radius: 0 0 2px 2px;
	}
	.standardCard {
		margin: 0 auto 2.5em auto;
		padding: 3.0em 1.5em 2.5em 1.5em;
	}
	.builderContactCard {
		padding: 5% 5% 10% 5%;
	}
	.builderLogoMobileCenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	

} /* end mobile portrait & landscape ------------------------------------------ */











@media all and (min-width: 769px) and (max-width: 1023px)  /* 1023 -------------------------------------------------------------------------------- */
{
	.oneQuarterColumn {
		width: 46%; /* we resize quarters to halfs as they just get too skinny */
	}
	.imageBannerTile {
		width: 50%;
		padding-top: 25vh;
		margin-bottom: 0;
	}
	.imageBanner h3 {
		padding: 1.2em 1.0em;
		font-size: 1.4em;
	}

	
	

} /* end 769 ------------------------------------------------------------------- */







@media all and (min-width: 1024px) and (max-width: 1279px)  /* 1024 ------------------------------------------------------------------------------- */
{



} /* end 1024 ------------------------------------------------------------------ */






@media all and (min-width: 1280px) and (max-width: 1915px)  /* 1915  ------------------------------------------------------------------------------- */
{
	


} /* end 1915 ----------------------------------------------------------------- */







@media all and (min-width: 1916px)  /* 1920 & > ------------------------------------------------------------------------------- */
{

	.exactOneHalfColumn .wrapper {
		width: 56%;
		padding: 15% 0;
		max-width: none;
	}
	.builderContactCard {
		padding: 2%;
	}

}

