/*
 * Fix
 * Version 0.1.1
 * https://github.com/jaydenseric/Fix
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  display: block;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

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

blockquote {
  margin: 0;
  padding: 0;
}

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

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

.site-wrapper {
  margin: 0 auto;
  max-width: 1080px;
  padding: 30px;
  position: relative;
}

.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.flexrow-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.desk_col_1 {
  width: 3.75%;
  position: relative;
  margin-right: 5%;
}

.desk_col_2 {
  width: 12.5%;
  position: relative;
  margin-right: 5%;
}

.desk_col_3 {
  width: 21.25%;
  position: relative;
  margin-right: 5%;
}

.desk_col_4 {
  width: 30%;
  position: relative;
  margin-right: 5%;
}

.desk_col_5 {
  width: 38.75%;
  position: relative;
  margin-right: 5%;
}

.desk_col_6 {
  width: 47.5%;
  position: relative;
  margin-right: 5%;
}

.desk_col_7 {
  width: 56.25%;
  position: relative;
  margin-right: 5%;
}

.desk_col_8 {
  width: 65%;
  position: relative;
  margin-right: 5%;
}

.desk_col_9 {
  width: 73.75%;
  position: relative;
  margin-right: 5%;
}

.desk_col_10 {
  width: 82.5%;
  position: relative;
  margin-right: 5%;
}

.desk_col_11 {
  width: 91.25%;
  position: relative;
  margin-right: 5%;
}

.desk_col_12 {
  width: 100%;
  position: relative;
  margin-right: 5%;
}

.desk_col_1:only-child, .tab_col_1:only-child, .mob_col_1:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_2:only-child, .tab_col_2:only-child, .mob_col_2:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_3:only-child, .tab_col_3:only-child, .mob_col_3:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_4:only-child, .tab_col_4:only-child, .mob_col_4:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_5:only-child, .tab_col_5:only-child, .mob_col_5:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_6:only-child, .tab_col_6:only-child, .mob_col_6:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_7:only-child, .tab_col_7:only-child, .mob_col_7:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_8:only-child, .tab_col_8:only-child, .mob_col_8:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_9:only-child, .tab_col_9:only-child, .mob_col_9:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_10:only-child, .tab_col_10:only-child, .mob_col_10:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_11:only-child, .tab_col_11:only-child, .mob_col_11:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_12:only-child, .tab_col_12:only-child, .mob_col_12:only-child {
  margin-right: 0;
}

.desk_col_12 {
  margin-right: 0 !important;
}

.desk_col_1:last-child, .tab_col_1:last-child, .mob_col_1:last-child {
  margin-right: 0;
}

.desk_col_2:last-child, .tab_col_2:last-child, .mob_col_2:last-child {
  margin-right: 0;
}

.desk_col_3:last-child, .tab_col_3:last-child, .mob_col_3:last-child {
  margin-right: 0;
}

.desk_col_4:last-child, .tab_col_4:last-child, .mob_col_4:last-child {
  margin-right: 0;
}

.desk_col_5:last-child, .tab_col_5:last-child, .mob_col_5:last-child {
  margin-right: 0;
}

.desk_col_6:last-child, .tab_col_6:last-child, .mob_col_6:last-child {
  margin-right: 0;
}

.desk_col_7:last-child, .tab_col_7:last-child, .mob_col_7:last-child {
  margin-right: 0;
}

.desk_col_8:last-child, .tab_col_8:last-child, .mob_col_8:last-child {
  margin-right: 0;
}

.desk_col_9:last-child, .tab_col_9:last-child, .mob_col_9:last-child {
  margin-right: 0;
}

.desk_col_10:last-child, .tab_col_10:last-child, .mob_col_10:last-child {
  margin-right: 0;
}

.desk_col_11:last-child, .tab_col_11:last-child, .mob_col_11:last-child {
  margin-right: 0;
}

.desk_col_12:last-child, .tab_col_12:last-child, .mob_col_12:last-child {
  margin-right: 0;
}

.desk_offset_1 {
  margin-left: 8.75%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_2 {
  margin-left: 17.5%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_3 {
  margin-left: 26.25%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_4 {
  margin-left: 35%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_5 {
  margin-left: 43.75%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_6 {
  margin-left: 52.5%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_7 {
  margin-left: 61.25%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_8 {
  margin-left: 70%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_9 {
  margin-left: 78.75%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_10 {
  margin-left: 87.5%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_11 {
  margin-left: 96.25%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_offset_12 {
  margin-left: 105%;
}

.desk_offset_0 {
  margin-left: 0;
}

.desk_full {
  width: 100%;
}

.desk_half, .tab_half {
  width: 50%;
}

.desk_third, .tab_third, .mob_third {
  width: 33.333333%;
}

.desk_qtr, .tab_qtr, .mob_qtr {
  width: 25%;
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
  .tab_col_1 {
    width: 3.75%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_1 {
    margin-left: 8.75%;
  }
  .tab_col_2 {
    width: 12.5%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_2 {
    margin-left: 17.5%;
  }
  .tab_col_3 {
    width: 21.25%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_3 {
    margin-left: 26.25%;
  }
  .tab_col_4 {
    width: 30%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_4 {
    margin-left: 35%;
  }
  .tab_col_5 {
    width: 38.75%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_5 {
    margin-left: 43.75%;
  }
  .tab_col_6 {
    width: 47.5%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_6 {
    margin-left: 52.5%;
  }
  .tab_col_7 {
    width: 56.25%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_7 {
    margin-left: 61.25%;
  }
  .tab_col_8 {
    width: 65%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_8 {
    margin-left: 70%;
  }
  .tab_col_9 {
    width: 73.75%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_9 {
    margin-left: 78.75%;
  }
  .tab_col_10 {
    width: 82.5%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_10 {
    margin-left: 87.5%;
  }
  .tab_col_11 {
    width: 91.25%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_11 {
    margin-left: 96.25%;
  }
  .tab_col_12 {
    width: 100%;
    position: relative;
    margin-right: 5%;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .tab_offset_12 {
    margin-left: 105%;
  }
  .desk_offset_0, .tab_offset_0 {
    margin-left: 0 !important;
  }
  .tab_col_12 {
    margin-right: 0 !important;
  }
  .desk_col_0, .tab_col_0, .mob_col_0 {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
  .desk_col_1, .tab_col_1 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_2, .tab_col_2 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_3, .tab_col_3 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_4, .tab_col_4 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_5, .tab_col_5 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_6, .tab_col_6 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_7, .tab_col_7 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_8, .tab_col_8 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_9, .tab_col_9 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_10, .tab_col_10 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_11, .tab_col_11 {
    width: 100%;
    margin-right: 0;
  }
  .desk_col_12, .tab_col_12 {
    width: 100%;
    margin-right: 0;
  }
  .mob_col_1 {
    width: 3.75%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_1 {
    margin-left: 8.75%;
  }
  .mob_col_2 {
    width: 12.5%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_2 {
    margin-left: 17.5%;
  }
  .mob_col_3 {
    width: 21.25%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_3 {
    margin-left: 26.25%;
  }
  .mob_col_4 {
    width: 30%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_4 {
    margin-left: 35%;
  }
  .mob_col_5 {
    width: 38.75%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_5 {
    margin-left: 43.75%;
  }
  .mob_col_6 {
    width: 47.5%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_6 {
    margin-left: 52.5%;
  }
  .mob_col_7 {
    width: 56.25%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_7 {
    margin-left: 61.25%;
  }
  .mob_col_8 {
    width: 65%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_8 {
    margin-left: 70%;
  }
  .mob_col_9 {
    width: 73.75%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_9 {
    margin-left: 78.75%;
  }
  .mob_col_10 {
    width: 82.5%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_10 {
    margin-left: 87.5%;
  }
  .mob_col_11 {
    width: 91.25%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_11 {
    margin-left: 96.25%;
  }
  .mob_col_12 {
    width: 100%;
    position: relative;
    margin-right: 5%;
  }
  .mob_offset_12 {
    margin-left: 105%;
  }
  .desk_offset_0, .tab_offset_0, .mob_offset_0 {
    margin-left: 0 !important;
  }
  .mob_col_12 {
    margin-right: 0 !important;
  }
  .desk_col_0, .tab_col_0, .mob_col_0 {
    display: none;
  }
}
.box-padding-xsmall {
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
}

.box-padding-small {
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.box-padding-medium {
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
}

.box-padding-large {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.box-padding-xlarge {
  padding: 25px;
  background: rgba(255, 255, 255, 0.6);
}

/** This create the css shortcut to handle nth Child. **/
@media screen and (min-width: 769px) {
  .multiline_desk_1:nth-child(1n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_2:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_3:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_4:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_5:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_6:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_7:nth-child(7n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_8:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_9:nth-child(9n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_10:nth-child(10n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_11:nth-child(11n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .multiline_desk_12:nth-child(12n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_1:nth-child(1n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_2:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_3:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_4:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_5:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_6:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_7:nth-child(7n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_8:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_9:nth-child(9n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_10:nth-child(10n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_11:nth-child(11n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
  .multiline_tab_12:nth-child(12n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_1:nth-child(1n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_2:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_3:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_4:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_5:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_6:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_7:nth-child(7n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_8:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_9:nth-child(9n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_10:nth-child(10n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_11:nth-child(11n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) and (min-width: 0) {
  .multiline_mob_12:nth-child(12n) {
    margin-right: 0;
  }
}
.group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3em;
}

.color-swatches-wrapper {
  margin-bottom: 3em;
}

.stylesheet-info-block {
  border-right: 1px solid;
  padding-right: 20px;
  font-size: 0.6em;
  text-align: right;
}

.swatch {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 600;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  height: 0;
  padding-bottom: 15%;
}

.swatch-info {
  margin-top: 90%;
}

.defaultbck {
  background: #3e3e3e;
}

.primaryback {
  background: #e87648;
}

.secondaryback {
  background: #3e3835;
}

html {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 18px;
  }
}

body {
  color: #3e3e3e;
  font-size: 1em;
  line-height: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

strong, .strong, .bold {
  font-weight: 600;
}

p {
  padding-bottom: 0.6em;
}

.allcaps {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.small {
  font-size: 0.8em;
}

.medium {
  font-size: 1.2em;
  line-height: 1.372em;
}

.large {
  font-size: 1.4em;
  line-height: 1.372em;
}

.intro {
  font-size: 1.4em;
  line-height: 1.372em;
}

.highlight {
  color: #e87648;
}

.range-left {
  text-align: left;
}

.range-right {
  text-align: right;
}

.range-center {
  text-align: center;
}

h1 {
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1.19em;
  padding-bottom: 0.4em;
}

h2 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.26em;
  padding-bottom: 0.4em;
}

h3 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 0.4em;
}

h4 {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 0.4em;
}

h5 {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 0.4em;
}

h6 {
  font-size: 0.67em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 0.4em;
}

a {
  color: #f0f0f0;
}

a:hover {
  color: #e87648;
}

a.dark-link {
  color: #3e3e3e;
}

a.dark-link:hover {
  color: #9d8a46;
}

button, .button {
  padding: 0.6em 1em;
  background: rgb(189.5, 189.5, 189.5);
  border-radius: 0.25em;
  color: #3e3e3e;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  vertical-align: middle;
  border: 1px solid rgb(189.5, 189.5, 189.5);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1em;
}

button:hover, .button:hover {
  background: rgb(100.25, 100.25, 100.25);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: white;
  border: 1px solid rgb(100.25, 100.25, 100.25);
}

.button :first-child, .button h1, .button h2, .button h3, .button h4, .button h5, .button h6 {
  margin: 0;
  padding: 0;
}

.outline {
  background: none;
  color: #3e3e3e;
}

.primary {
  background: #e87648;
  color: #fff;
  border: 1px solid #e87648;
}

.primary:hover {
  background: #9d8a46;
  border: 1px solid #9d8a46;
}

.outline.primary {
  background: none;
  color: #e87648;
}
.outline.primary:hover {
  background: #e87648;
  color: white;
  border: 1px solid #e87648;
}

.secondary {
  background: #3e3835;
  color: white;
  border: 1px solid #3e3835;
}

.secondary:hover {
  background: rgb(7.0086956522, 6.3304347826, 5.9913043478);
  border: 1px solid rgb(7.0086956522, 6.3304347826, 5.9913043478);
}

.outline.secondary {
  background: none;
  color: #3e3835;
}
.outline.secondary:hover {
  background: #3e3835;
  color: white;
  border: 1px solid #3e3835;
}

.warning {
  background: #e83a3a;
  color: white;
  border: 1px solid #e83a3a;
}

.warning:hover {
  background: rgb(168.3454545455, 19.6545454545, 19.6545454545);
  border: 1px solid rgb(168.3454545455, 19.6545454545, 19.6545454545);
}

.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: line-through;
}

.small-button {
  font-size: 0.7em;
}

.medium-button {
  font-size: 0.85em;
}

.large-button {
  font-size: 1.2em;
}

ul {
  list-style-type: none;
  width: 100%;
}

li {
  margin-left: 0;
  margin-bottom: 0.4em;
}

li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.bulleted li {
  display: list-item;
  list-style-type: disc;
  margin-left: 1em;
}

ol li {
  display: list-item;
  margin-left: 1em;
  margin-bottom: 0.4em;
}

.ruled li {
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}

.ruled li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

label {
  display: block;
  margin-bottom: 0.6em;
  font-size: 0.8em;
  width: 100%;
}

input {
  width: 100%;
  height: 2.6em;
  margin-bottom: 1em;
  font-size: 1em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border: 1px solid #a4a4a4;
  color: #3e3e3e;
}

.search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input[type=search] {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

input[type=submit] {
  width: auto;
  padding: 0.6em 1em;
}

textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  color: #a4a4a4;
  padding: 0.4em;
  min-height: 200px;
  margin-bottom: 1em;
}

textarea:focus {
  color: #3e3e3e;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  font-size: 1em;
  height: auto;
  border: none;
  padding: 0;
}

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

.large-image {
  margin-bottom: 1em;
}

@-webkit-keyframes fadeInShort {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInShort {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInShort {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeInShort ease-in 1;
          animation: fadeInShort ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes fadeInLong {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInLong {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInLong {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeInLong ease-in 1;
          animation: fadeInLong ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes fadeOutShort {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutShort {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOutShort {
  opacity: 1;
  -webkit-animation: fadeOutShort ease-in 1;
          animation: fadeOutShort ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes fadeOutLong {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutLong {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOutShort {
  opacity: 1;
  -webkit-animation: fadeOutLong ease-in 1;
          animation: fadeOutLong ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
}
.fadeInOut {
  opacity: 0;
  -webkit-animation: fadeInOut 2s ease-in-out forwards;
          animation: fadeInOut 2s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.large {
  font-size: 2.2em;
  line-height: 1.148em;
}

h3 {
  padding-bottom: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
}

body {
  font-size: 0.9em;
  margin: 0 auto;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  background: #f0f0f0;
}

.line {
  margin: 0 auto;
  border-bottom: 1px solid #9d8a46;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}

.mini-line {
  margin: 0 auto;
  border-bottom: 1px solid #9d8a46;
  margin-top: 60px;
  margin-bottom: 60px;
}

.padded-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .padded-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padded-section-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padded-section-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.light-grey-back {
  background-color: #f0f0f0;
}

.features {
  background-color: #3e3835;
  color: #f0f0f0;
}

.pullquote {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 300;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.orange {
  color: #e87648;
}

.card {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #f0f0f0;
  margin-bottom: 5%;
  background-color: #433c39;
}
.card h3 {
  color: #e87648;
  padding-bottom: 10px;
  font-size: 1em;
}

.flexcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menubar-wrapper {
  padding: 30px 40px;
  background-color: #2e2e2e;
  font-size: 1.4em;
}
.menubar-wrapper .menubar {
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
}
@media only screen and (max-width: 768px) {
  .menubar-wrapper {
    padding: 20px;
  }
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-wrapper img {
  max-width: 40px;
  margin-right: 10px;
}

.menu-linkrow a {
  margin-right: 20px;
}
.menu-linkrow :last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .menu-linkrow {
    display: none;
  }
}

.full_section_wrapper {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.header_color_block {
  height: 100%;
}
.header_color_block.orange {
  background-color: #e87648;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  z-index: -1;
  padding: 1.5%;
  border-bottom-right-radius: 160px;
}
.header_color_block.grey {
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: -1;
  padding: 1.5%;
}

.header_text_block_wrapper, .intro_block {
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .header_text_block_wrapper, .intro_block {
    height: 400px;
  }
}
.header_text_block_wrapper .header_text_block, .intro_block .header_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header_text_block_wrapper .header_text_block .button, .intro_block .header_text_block .button {
  width: inherit;
}
.header_text_block_wrapper .header_text_block.icon, .intro_block .header_text_block.icon {
  padding-right: 40px;
}
.header_text_block_wrapper .header_text_block.icon img, .intro_block .header_text_block.icon img {
  width: 100%;
  max-width: 326px;
}
@media only screen and (max-width: 768px) {
  .header_text_block_wrapper .header_text_block.icon, .intro_block .header_text_block.icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header_text_block_wrapper .header_text_block, .intro_block .header_text_block {
    margin-top: 40px;
    height: auto;
  }
}
.header_text_block_wrapper .header_video_block, .intro_block .header_video_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header_text_block_wrapper .header_video_block, .intro_block .header_video_block {
    height: auto;
  }
}

.intro_block {
  height: 600px;
}

.full_section_wrapper {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .full_section_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.overview {
  background-color: #3e3835;
  border-top-left-radius: 160px;
  color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .overview {
    border-top-left-radius: 0;
  }
}

.card-wrapper :nth-child(3n) {
  margin-right: 0;
}

.large-text-block {
  padding-top: 2em;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal {
  background: white;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  max-width: 500px;
  width: 90%;
  position: relative;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  -webkit-animation: slideUp 0.3s ease;
          animation: slideUp 0.3s ease;
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.close-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
}

.close-button:hover {
  color: #E07A2D;
}

.modal-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #2B2B2B;
}

.modal-subtitle {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.form-input {
  padding: 1rem 1.25rem;
  border: 2px solid #E0E0E0;
  border-radius: 10px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: #E07A2D;
}

.submit-button {
  padding: 1rem 2rem;
  background: #E07A2D;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  margin-top: 0.5rem;
}

.submit-button:hover {
  background: #F5A962;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.submit-button:disabled {
  background: #ccc;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}

.launch-note {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #999;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .modal {
    padding: 2rem 1.5rem;
  }
  .modal-title {
    font-size: 1.5rem;
  }
}