/*----------------------------------------------------------------------------

   Resets

----------------------------------------------------------------------------*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }

html,
body {
  background-color: #fff;
  position: relative;
  }

body, html, div, blockquote, img, label, p, a, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, fieldset, input, th, td, figure {
  border: 0;
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-size: 110%;
  }

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  }

a, :focus {
  outline: 0;
  }

a {
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  }

a, a:visited {
  color: #3bbeca;
  text-decoration: none;
  }

a:hover, a:active {
  color: #6b6b6b;
  }

table {
  border-collapse: separate;
  border-spacing: 0;
  }

caption, th, td {
  font-weight: normal;
  text-align: left;
  }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  }

blockquote, q {
  quotes: "" "";
  }

::-moz-selection {
  color: #333;
  background-color: #eee;
  }

::selection {
  color: #333;
  background-color: #eee;
  }

/*----------------------------------------------------------------------------

   Utility Classes

----------------------------------------------------------------------------*/

.col-12-wrapper,
.col-10-wrapper,
.col-8-wrapper,
.col-6-wrapper,
.col-4-wrapper {
  margin: 0 auto;
  position: relative;
  }

.col-12-wrapper {
  max-width: 75em;
  }

.col-10-wrapper {
  max-width: 62.25em;
  }

.col-8-wrapper {
  max-width: 49.5em;
  }

.col-6-wrapper {
  max-width: 36.75em;
  }

.col-4-wrapper {
  max-width: 24em;
  }

.modulate-grid {
  background-color: #fff;
  position: relative;
  }

.clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  }

.screen-reader {
  left: -9999em;
  position: absolute;
  top: -9999em;
  }

/*----------------------------------------------------------------------------

   Typography

----------------------------------------------------------------------------*/

body {
  color: #666;
  font-family: 'AvenirNextLTW01-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }

h1, h2, h3, h4 {
  color: #231f20;
  font-weight: 400;
  margin-bottom: 0.5em;
  }

h1, h2 {
  font-family: 'Didot W01 Roman', 'Times New Roman', Times, serif;
  }

h1 {
  font-size: 2.5em;
  line-height: 1.25;
  }

h2 {
  font-size: 2em;
  line-height: 1.25;
  }

h3 {
  font-family: 'Didot W01 Italic', 'Times New Roman', Times, serif;
  font-size: 1.75em;
  line-height: 1.25;
  }

h4 {
  font-family: 'Didot W01 Italic', 'Times New Roman', Times, serif;
  font-size: 0.875em;
  line-height: 1.5;
  }

p {
  font-size: 1.25em;
  line-height: 1.75;
  margin-bottom: 1.75em;
  }

strong, b {
  color: #231f20;
  font-family: 'Avenir Next LT W01 Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  }

abbr, acronym {
  cursor: help;
  text-transform: uppercase;
  }

small {
  font-size: 0.75em;
  line-height: inherit;
  }

/* 660px and wider
------------------*/

@media only screen and ( min-width: 41.25em ) {

h1 {
  font-size: 3.75em;
  }

h2 {
  font-size: 3em;
  }

h3 {
  font-size: 2em;
  }

}

/*----------------------------------------------------------------------------

   Lists

----------------------------------------------------------------------------*/

ul, ol {
  font-size: 0.875em;
  line-height: 1.75;
  margin-bottom: 1.75em;
  }

ul {
  list-style: disc;
  padding-left: 1em;
  }

ol {
  list-style: decimal;
  }

li {
  margin-bottom: 0.5em;
  }

/* 660px and wider
------------------*/

@media only screen and ( min-width: 41.25em ) {

ul, ol {
  font-size: 1em;
  padding-left: 0;
  }

}

/*----------------------------------------------------------------------------

   Horizontal Rule

----------------------------------------------------------------------------*/

hr {
  background-color: #3bbeca;
  border: none;
  color: #3bbeca;
  display: block;
  height: 2px;
  margin: 2em auto;
  text-align: center;
  width: 40px;
  }

/*----------------------------------------------------------------------------

   Value Props

----------------------------------------------------------------------------*/

.section-head {
  color: #3bbeca;
  display: block;
  font-family: 'Avenir Next LT W01 Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  text-transform: uppercase;
  }

/*----------------------------------------------------------------------------

   Figures & Captioned Images

----------------------------------------------------------------------------*/

figure {
  margin-bottom: 1.75em;
  position: relative;
  }

figcaption {
  background-image: url(../images/caption_@2x.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-family: 'Didot W01 Italic', 'Times New Roman', Times, serif;
  font-size: 0.75em;
  line-height: 1.25;
  padding-left: 2.25em;
  margin-top: 0.75em;
  text-transform: lowercase;
  }

/*----------------------------------------------------------------------------

   Buttons

----------------------------------------------------------------------------*/

.button {
  display: inline-block;
  font-size: inherit;
  min-width: 12em;
  padding: 0.75em 0.75em;
  text-align: center;
  white-space: nowrap;
  width: auto;
  }

.cta-button {
  display: inline-block;
  font-size: inherit;
  padding: 1em 2.5em 1.2em;
  white-space: nowrap;
  width: auto;
  }

.transparent-button,
.transparent-button:visited {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff;
  }

.transparent-button:hover,
.transparent-button:active {
  background-color: #3bbeca;
  color: #fff;
  }

.blue-button,
.blue-button:visited {
  background-color: #3bbeca;
  color: #fff;
  }

.blue-button:hover,
.blue-button:active {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff;
  }

/* 660px and wider
------------------*/

@media only screen and ( min-width: 41.25em ) {

.cta-button {
  font-size: 1.25em;
  }

}

/*----------------------------------------------------------------------------

   Banner Ad

----------------------------------------------------------------------------*/

.banner-ad,
.banner-ad:visited {
  background-color: #3bbeca;
  color: #fff;
  display: block;
  padding: 1.25em 3.75%;
  text-align: center;
  }

.banner-ad:hover,
.banner-ad:active {
  background-color: #4a4c5b;
  color: #fff;
  }

/*----------------------------------------------------------------------------

   Site Header

----------------------------------------------------------------------------*/

.site-header {
  background-color: #fff;
  padding: 1.25em 3.75%;
  position: relative;
  }

.logo {
  position: relative;
  width: 128px;
  }

/* 770px and wider
------------------*/

@media only screen and ( min-width: 48.125em ) {

.logo {
  float: left;
  }

}

/*----------------------------------------------------------------------------

   Main Nav

----------------------------------------------------------------------------*/

.site-menu {
  font-family: 'Avenir Next LT W01 Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  list-style: none;
  margin: 1.83333333em 0 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  }

.site-menu li {
  float: left;
  margin: 0 0 0 2em;
  }

.site-menu li:first-child {
  margin-left: 0;
  }

.site-menu li.scroll-item {
  display: none;
  }

.site-menu li a,
.site-menu li a:visited {
  color: #6b6b6b;
  }

.site-menu li a:hover,
.site-menu li a:active {
  color: #3bbeca;
  }

.site-menu li.call-item a,
.site-menu li.call-item a:visited,
.site-menu li.call-item a:hover,
.site-menu li.call-item a:active {
  color: #3bbeca;
  }

/* 600px and wider
------------------*/

@media only screen and ( min-width: 37.5em ) {

.site-menu {
  position: relative;
  right: auto;
  top: auto;
  }

.site-menu li.scroll-item {
  display: block;
  }

}

/* 770px and wider
------------------*/

@media only screen and ( min-width: 48.125em ) {

.site-menu {
  float: right;
  }

}

/*----------------------------------------------------------------------------

   Hero

----------------------------------------------------------------------------*/

.hero {
  background-image: url(../images/13x21r.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 3.75%;
  position: relative;
  text-align: center;
  }

.hero .hero-text {
  padding: 12% 0 38%;
  position: relative;
  }

.hero h1 {
  color: #fff;
  margin-bottom: 0.66666667em;
  }

.hero h1 span {
  display: block;
  font-family: 'AvenirNextLTW01-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.4em;
  margin-top: 1em;
  }

/*----------------------------------------------------------------------------

  Plans

----------------------------------------------------------------------------*/
section.buildings {
  padding-top: 2em;;
  }

div.buildings {
  background-color: #fff;
  }

.split-section {
  margin: 0 auto;
  max-width: 30.5em;
  }

.plans .modulate-grid {
  padding: 5% 0;
  }

.gallery figure {
  float: left;
  margin-right: 4.081633%;
  width: 47.959184%;
  }

.gallery figure:nth-of-type(2n) {
  margin-right: 0;
  }

/* 784px and wider
------------------*/

@media only screen and ( min-width: 49em ) {

.split-section {
  float: left;
  margin: 0;
  max-width: none;
  position: relative;
  width: 49%;
  }

.portrait-image {
  margin-right: 2%;
  }

.plans .modulate-grid {
  margin-left: -17.3469%;
  margin-top: 10.2041%;
  padding: 10.2041% 17.3469%;
  }

}

/*----------------------------------------------------------------------------

  Find Yours

----------------------------------------------------------------------------*/

.find-plan {
  padding: 0 3.75%;
  position: relative;
  }

.find-plan .modulate-grid {
  margin: 0 auto;
  max-width: 30.5em;
  padding: 5% 0 1%;
  }

.fancy-heading,
.floor-plans,
.floor-plans figure,
.components-list,
.diy-section,
.diy-options {
  position: relative;
  }

/*.fancy-heading {
	border: 1px solid #3bbeca;
	margin-bottom: 2em;
	padding: 0.3125em;
}*/

.figure-heading {
  margin-top: 0.9375em;
  }

.figure-heading hr {
  margin-bottom: 0.625em;
  margin-top: 0.625em;
  }

.floor-plans figcaption {
  background-image: none;
  color: #231f20;
  font-family: 'Avenir Next LT W01 Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  padding-left: 0;
  text-align: center;
  }

.components-list {
  margin-top: 1.25em;
  }

.fancy-heading h3,
.figure-heading h4,
.components-list h3 {
  text-align: center;
  }

/*.fancy-heading h3 {
	background-color: #3bbeca;
	color: #fff;
	font-family: 'Didot W01 Roman', 'Times New Roman', Times, serif;
	margin-bottom: 0;
	padding: 0.5em 3.75%;
}*/

.components {
  list-style: none;
  padding-left: 0;
  }

.components b {
  display: block;
  }

.diy-section {
  border: 1px solid #4a4c5b;
  padding: 0.3125em;
  }

.diy-options {
  background-color: #4a4c5b;
  padding: 1.875em 3.75% 0.625em;
  }

.diy-section h3,
.diy-section h4,
.diy-section p,
.diy-section ul {
  color: #fff;
  }

.diy-section h3 {
  text-align: center;
  }

.diy-section h4 {
  font-size: 1em;
  }

/* 450px and wider
------------------*/

@media only screen and ( min-width: 28.125em ) {

.floor-plans figure {
  float: left;
  margin: 0 2% 3.5% 0;
  }

.floor-plans figure:nth-of-type(2),
	.floor-plans figure:nth-of-type(5) {
  margin-right: 0;
  }

.lrg-cabin {
  width: 57.5%;
  }

.sm-cabin {
  width: 40.5%;
  }

.xs-barn {
  width: 32%;
  }

}

/* 520px and wider
------------------*/

@media only screen and ( min-width: 32.5em ) {

.components li {
  float: left;
  margin: 0 3.0303% 3.0303% 0;
  width: 48.484848%;
  }

.components li:nth-of-type(2n) {
  margin-right: 0;
  }

}

/* 1100px and wider
------------------*/

@media only screen and ( min-width: 68.75em ) {

.figure-heading {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  }

}

/*----------------------------------------------------------------------------

  The Process

----------------------------------------------------------------------------*/

.our-process {
  padding: 3.75em 3.75% 0;
  position: relative;
  }

.process-steps {
  background-color: #effafb;
  padding: 3em;
  }

.process {
  list-style: none;
  margin-bottom: 0;
  margin: 0 2em 0 2em;
  }

.process li {
  counter-increment: step-counter;
  margin-bottom: 2em;
  padding-left: 3.75em;
  position: relative;
  }

.process li:before {
  background-color: #3bbeca;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: inline-block;
  font-size: 1.5em;
  left: 0;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2em;
  -webkit-border-radius: 100%;
  }

.process b {
  display: block;
  }

/* 950px and wider
------------------*/

@media only screen and ( min-width: 59.375em ) {

.our-process .modulate-grid {
  margin: 0;
  max-width: none;
  width: 40.5%;
  }

.process-steps-wrapper {
  margin: 0;
  max-width: none;
  }

.process-steps {
  margin-left: 10.5%;
  padding: 5% 8.5%;
  }

}

/*----------------------------------------------------------------------------

  Social

----------------------------------------------------------------------------*/
.social-links {
  display: block;
  font-size: 1.125em;
  list-style: none;
  margin: 1.5em auto 0.25em;
  padding-left: 0;
  text-align: center;
  }

.social-links li {
  display: inline-block;
  margin: 0 0.16666667em 0.625em;
  }

.social-links li a,
.social-links li a:visited {
  border: 2px solid #666;
  border-radius: 100%;
  color: #666;
  display: block;
  line-height: 2em;
  width: 2.16666667em;
  -webkit-border-radius: 100%;
  }

.social-links li a:hover,
.social-links li a:active {
  background-color: #3bbeca;
  border-color: #3bbeca;
  color: #fff;
  }

/*----------------------------------------------------------------------------

  Contact Us

----------------------------------------------------------------------------*/

.contact-us {
  padding: 0 3.75%;
  position: relative;
  }

.contact-text-wrapper {
  background-color: #effafb;
  padding: 3.75%;
  position: relative;
  }

.contact-methods {
  text-align: center;
  }

.contact-methods h2 {
  margin-bottom: 0.75em;
  }

.contact-methods h2 span {
  display: block;
  font-family: 'Avenir Next LT W01 Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.25em;
  letter-spacing: 0.05em;
  margin-top: 1em;
  text-transform: uppercase;
  }

.contact-buttons {
  list-style: none;
  margin: 0 auto;
  max-width: 30.5em;
  }

.contact-methods .cta-button {
  display: block;
  text-align: center;
  }

/* 700px and wider
------------------*/

@media only screen and ( min-width: 43.75em ) {

.contact-text-wrapper {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  }

.contact-methods {
  margin-top: 8%;
  }

.contact-methods h2 {
  color: #fff;
  }

}

/* 950px and wider
------------------*/

@media only screen and ( min-width: 59.375em ) {

.contact-methods {
  margin-top: 16%;
  }

.contact-buttons {
  margin: 0;
  max-width: none;
  }

.contact-methods li {
  float: left;
  margin: 0 3.030303% 3.030303% 0;
  width: 48.484848%;
  }

.contact-methods li:last-child {
  margin-right: 0;
  }

}

/*----------------------------------------------------------------------------

  Footer

----------------------------------------------------------------------------*/

footer[role=contentinfo] {
  padding: 0 3.75%;
  position: relative;
  }

.footer-wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 30.375em;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  position: relative;
  }

.validator {
  position: absolute;
  right: 0;
  top: 1.75em;
  width: 100px;
  }

.logo-banner {
  background-color: #f9f9fa;
  padding: 0.625em 3.75% 0.9375em;
  position: relative;
  }

.corp-logos {
  display: block;
  font-size: 0.75em;
  line-height: 1.5;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  }

.corp-logos li {
  display: inline-block;
  margin: 0 10px;
  width: 220px;
  }

.corp-logos img {
  margin: 0 auto;
  width: 120px;
  }

.corp-logos span {
  display: block;
  }

div#mti_wfs_colophon {
  display: none !important;
  }

/* 780px and wider
------------------*/

@media only screen and ( min-width: 48.75em ) {

.footer-wrapper {
  margin: -3.75em auto 0;
  padding-top: 2.5em;
  }

}

/*----------------------------------------------------------------------------

  Form Styles

----------------------------------------------------------------------------*/

fieldset {
  margin-bottom: 0.75em;
  }

form input[type="checkbox"] {
  margin-bottom: 1em;
  }

form label {
  font-size: 1em;
  margin-left: 0.5em;
  }

/*----------------------------------------------------------------------------

  Custom

----------------------------------------------------------------------------*/

h3.cabin {
  padding-top: 1.7em;
  }

.dl-horizontal {
  font-size: 1.5em;
  }

.dl-horizontal dt {
  padding-top: 0.5em;
  }

.dl-horizontal dd {
  padding-top: 0.5em;
  }

body {
  padding-top: 2em;
}