/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

html {
  box-sizing: border-box;
  background: #ffffff;
}

html,
body {
  position: relative;
  font-size: 10px;
}

html, body, section.home-section {
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  position: relative;
  float: left;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/* column layout */
.display-for-small-only, .display-for-medium-down, .display-for-medium-only {
  display: none;
}

.display-for-large-only, .display-for-medium-up {
  display: block;
}

.row {
  width: 100%;
}

.row,
.columns, .column {
  float: left;
  position: relative;
}

.large-1 {
  width: 8.33333%;
}

.large-2 {
  width: 16.66667%;
}

.large-3 {
  width: 25%;
}

.large-4 {
  width: 33.33333%;
}

.large-5 {
  width: 41.66667%;
}

.large-6 {
  width: 50%;
}

.large-7 {
  width: 58.33333%;
}

.large-8 {
  width: 66.66667%;
}

.large-9 {
  width: 75%;
}

.large-10 {
  width: 83.33333%;
}

.large-11 {
  width: 91.66667%;
}

.large-12 {
  width: 100%;
}

.large-fifth {
  width: 20%;
}

.large-60 {
  width: 60%;
}

.large-40 {
  width: 40%;
}

.full {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  /* column layout */
  .display-for-large-only {
    display: none;
  }

  .display-for-medium-down, .display-for-medium-only {
    display: block;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .display-for-small-only {
    display: block;
  }

  .hide-for-small, .display-for-medium-up, .display-for-medium-only {
    display: none;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }
}
header.site-header {
  height: 64px;
  color: #ffffff;
  line-height: 64px;
  background: #113041;
  background: -moz-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #113041), color-stop(100%, #1B4F6A));
  background: -webkit-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: -o-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: -ms-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: linear-gradient(to right, #113041 0%, #1B4F6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr="#113041", EndColorStr="#1B4F6A");
}
header.site-header .logo {
  position: relative;
  display: inline-block;
}
header.site-header .page-location {
  font-size: 20px;
  display: inline-block;
}
header.site-header .page-sub-location {
  font-size: 13px;
  color: #95989A;
  display: inline-block;
}
header.site-header .page-location + .page-sub-location:before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 1px;
  background: #ffffff;
  vertical-align: middle;
  margin: 0 18px;
}
header.site-header nav {
  float: right;
  margin-right: 50px;
}
header.site-header nav ul {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
header.site-header nav ul li a {
  padding-bottom: 5px;
  border-bottom: 1px solid #95989A;
}

body.interior nav {
  display: none;
}

@media only screen and (max-width: 767px) {
  header.site-header .page-location {
    font-size: 16px;
    position: relative;
    margin-left: -40px;
  }
  header.site-header .page-sub-location {
    font-size: 12px;
  }
  header.site-header .page-location + .page-sub-location:before {
    margin: 0 8px;
  }
  header.site-header nav {
    float: left;
    margin-right: 0;
    width: 100%;
    color: #000000;
    padding-left: 40px;
  }
  header.site-header .logo {
    height: 68px;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header .logo {
    margin-left: -40px;
    height: 68px;
  }
  header.site-header nav {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 400px) {
  header.site-header .logo {
    margin-left: -60px;
  }
  header.site-header .page-location {
    font-size: 14px;
    margin-left: -50px;
  }
  header.site-header .page-sub-location {
    font-size: 10px;
  }
  header.site-header .page-location + .page-sub-location:before {
    margin: 0 8px;
  }
}
.interior .wrapper {
  padding: 78px 234px;
}
.interior .wrapper .title-section {
  margin-bottom: 80px;
}
.interior .wrapper h1 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 38px;
  line-height: 42px;
}
.interior .wrapper .back-link {
  @inlcude roboto-regular;
  text-align: right;
  font-size: 14px;
  line-height: 42px;
}
.interior .wrapper .back-link a {
  padding-bottom: 4px;
  border-bottom: 1px solid #95989A;
}
.interior .wrapper .back-link a:hover {
  text-decoration: none;
}
.interior .interior-content h2 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 34px;
}
.interior .interior-content ul {
  color: #585858;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 20px;
  padding-left: 20px;
  line-height: 30px;
  margin-bottom: 64px;
}
.interior .interior-content ul li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
  .interior .wrapper {
    padding: 78px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .interior .wrapper {
    padding: 40px;
  }
  .interior .wrapper .title-section {
    margin-bottom: 40px;
  }
  .interior .wrapper .back-link {
    margin-top: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .interior .wrapper {
    padding: 40px 20px;
  }
}
.quick-roi-form .wrapper {
  padding: 0 224px;
}
.quick-roi-form label {
  font-size: 14px;
  font-family: "Catamaran";
  font-weight: 700;
  display: block;
}
.quick-roi-form .quick-roi-form-top {
  padding: 80px 10px 74px;
  border-bottom: 2px solid #E25118;
}
.quick-roi-form .quick-roi-form-top .column:first-child {
  padding-right: 36px;
}
.quick-roi-form .quick-roi-form-top .column:last-child {
  padding-left: 36px;
}
.quick-roi-form input[type=text], .quick-roi-form input[type=number], .quick-roi-form textarea {
  font-family: "Roboto";
  font-weight: 400;
  color: #4B4B4B;
  font-size: 14px;
  line-height: 48px;
  padding: 0 16px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 18px;
}
.quick-roi-form .select-style {
  font-family: "Roboto";
  font-weight: 400;
  border: 1px solid #E2E2E2;
  color: #4B4B4B;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding-left: 16px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 18px;
}
.quick-roi-form .select-style:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../images/icon-select.png") no-repeat;
}
.quick-roi-form .select-style select {
  padding: 0 0 0 0;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  width: 100%;
}
.quick-roi-form .select-style select:focus {
  outline: 0;
}
.quick-roi-form .quick-roi-form-comparisons {
  padding: 0 10px 74px;
  line-height: 48px;
}
.quick-roi-form .quick-roi-form-comparisons .form-row {
  border-bottom: 1px solid #E2E2E2;
  padding: 18px 0 14px;
}
.quick-roi-form .quick-roi-form-comparisons .form-row:first-child .remove-wrapper {
  display: none;
}
.quick-roi-form .quick-roi-form-comparisons h3 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  width: 26%;
}
.quick-roi-form .quick-roi-form-comparisons label.roof-type {
  width: 9.5%;
}
.quick-roi-form .quick-roi-form-comparisons label.cost-per-square-foot {
  width: 17%;
}
.quick-roi-form .quick-roi-form-comparisons .select-style {
  width: 33.5%;
  margin: 0;
  margin-right: 20px;
}
.quick-roi-form .quick-roi-form-comparisons input[type=number] {
  width: 7%;
  display: block;
  margin: 0;
}
.quick-roi-form .quick-roi-form-comparisons .add-new-comparison {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: #4B4B4B;
  margin-top: 18px;
}
.quick-roi-form .quick-roi-form-comparisons .add-new-comparison span {
  font-family: "Roboto";
  font-weight: 700;
  color: #E25118;
}
.quick-roi-form .quick-roi-form-comparisons .remove-wrapper {
  width: 4%;
  display: inline-block;
  text-align: right;
}
.quick-roi-form .quick-roi-form-comparisons .remove-wrapper a {
  font-size: 21px;
  text-decoration: none;
  color: #666;
}
.quick-roi-form .quick-roi-form-options {
  padding: 0 10px 74px;
}
.quick-roi-form .quick-roi-form-options h2 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 32px;
}
.quick-roi-form .quick-roi-form-options .left {
  width: 66.6666%;
  padding-right: 5%;
}
.quick-roi-form .quick-roi-form-options .right {
  margin-top: 20px;
  width: 33.3333%;
}
.quick-roi-form .quick-roi-form-options label {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #4B4B4B;
  padding-right: 20px;
}
.quick-roi-form .quick-roi-form-options input[type=checkbox] {
  display: none;
}
.quick-roi-form .quick-roi-form-options input[type=checkbox] + label span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}
.quick-roi-form .quick-roi-form-options input[type=checkbox]:checked + label span:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E25118;
  top: 4px;
  left: 4px;
}
.quick-roi-form .quick-roi-form-options input[type=submit] {
  background: #E25118;
  height: 48px;
  line-height: 48px;
  display: block;
  max-width: 324px;
  border-radius: 24px;
  text-align: center;
  border: 0;
  outline: 0;
  color: #ffffff;
  font-size: 14px;
  @inlcude roboto-medium;
  width: 100%;
  margin-top: 32px;
}
.quick-roi-form .quick-roi-form-options textarea {
  height: 134px;
}

@media only screen and (max-width: 1300px) {
  .quick-roi-form .wrapper {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .quick-roi-form .wrapper {
    padding: 0 40px;
  }
  .quick-roi-form .quick-roi-form-comparisons {
    padding-left: 0;
    padding-right: 0;
  }
  .quick-roi-form .quick-roi-form-comparisons h3 {
    width: 100%;
  }
  .quick-roi-form .quick-roi-form-comparisons .select-style {
    width: 48%;
  }
  .quick-roi-form .quick-roi-form-comparisons label.cost-per-square-foot {
    width: 24%;
    padding-right: 2%;
    text-align: right;
  }
  .quick-roi-form .quick-roi-form-comparisons input[type=number] {
    width: 7%;
  }
  .quick-roi-form .quick-roi-form-comparisons label.roof-type {
    width: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .quick-roi-form .quick-roi-form-top {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .quick-roi-form .quick-roi-form-top .column:first-child {
    padding-right: 0;
  }
  .quick-roi-form .quick-roi-form-top .column:last-child {
    padding-left: 0;
  }
  .quick-roi-form .quick-roi-form-comparisons {
    padding-bottom: 40px;
  }
  .quick-roi-form .quick-roi-form-comparisons .select-style {
    width: 100%;
  }
  .quick-roi-form .quick-roi-form-comparisons label.roof-type {
    width: 100%;
  }
  .quick-roi-form .quick-roi-form-comparisons label.cost-per-square-foot {
    width: 100%;
    text-align: left;
    margin-top: 12px;
  }
  .quick-roi-form .quick-roi-form-comparisons input[type=number] {
    width: 100%;
    margin-bottom: 12px;
  }
  .quick-roi-form .quick-roi-form-options {
    padding-left: 0;
    padding-right: 0;
  }
  .quick-roi-form .quick-roi-form-options .left, .quick-roi-form .quick-roi-form-options .right {
    width: 100%;
    padding-right: 0;
  }
  .quick-roi-form .quick-roi-form-options label {
    margin-top: 12px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .quick-roi-form .wrapper {
    padding: 0 20px;
  }
}
footer {
  padding: 0 64px;
  background: #113041;
  background: -moz-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #113041), color-stop(100%, #1B4F6A));
  background: -webkit-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: -o-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: -ms-linear-gradient(left, #113041 0%, #1B4F6A 100%);
  background: linear-gradient(to right, #113041 0%, #1B4F6A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr="#113041", EndColorStr="#1B4F6A");
  height: 44px;
  line-height: 44px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=app.css.map */
