/* ----------------------------------------------------
Type
---------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------
Typeface classes
---------------------------------------------------- */
.primary-font {
  font-family: 'Montserrat', sans-serif;
}
.secondary-font {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* ----------------------------------------------------
Headers
Header scales from http://type-scale.com/
---------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
}
h1:display,
.h1:display,
h2:display,
.h2:display,
h3:display,
.h3:display,
h4:display,
.h4:display {
  text-transform: uppercase;
  font-weight: 200;
}
h1,
.h1 {
  margin-bottom: 36px;
}
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: 18px;
}
h1,
.h1,
.h1-size {
  font-size: 2.7rem;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .h1-size {
    font-size: 4.3rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  .h1-size {
    font-size: 5rem;
  }
}
h2,
.h2,
.h2-size {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  h2,
  .h2,
  .h2-size {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2,
  .h2-size {
    font-size: 3.5rem;
  }
}
h3,
.h3,
.h3-size {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3,
  .h3,
  .h3-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3,
  .h3-size {
    font-size: 2.5rem;
  }
}
h4,
.h4,
.h4-size {
  font-size: 1.8rem;
}
h4,
.h4 {
  text-transform: uppercase;
}
/* ----------------------------------------------------
Copy Sizes
---------------------------------------------------- */
.intro-copy {
  font-size: 2rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .intro-copy {
    font-size: 2.3rem;
  }
}
.extra-large-type {
  font-size: 2rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .extra-large-type {
    font-size: 2.3rem;
  }
}
.large-type {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .large-type {
    font-size: 2rem;
  }
}
.default-type {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .default-type {
    font-size: 1.8rem;
  }
}
.small-type {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .small-type {
    font-size: 1.6rem;
  }
}
.extra-small-type {
  font-size: 1.4rem;
}
/* ----------------------------------------------------
Custom type classes
---------------------------------------------------- */
.meta {
  font-size: 1.4rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.meta a {
  display: inline-block !important;
}
.content-label {
  font-size: 1.2rem;
  color: #00643c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 9px;
}
.content-type {
  font-size: 1.4rem;
  color: #696a6c;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}
.dash-top {
  margin-top: 18px;
  padding-top: 18px;
  position: relative;
}
.dash-top:before {
  content: "";
  height: 3px;
  line-height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  background-color: #a6dd5f;
}
.dash-bottom {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.dash-bottom:before {
  content: " ";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  background-color: #a6dd5f;
}
body {
  outline: 5px solid red;
  background-color: #ffffff;
  min-width: 330px;
  position: relative;
  width: 100%;
  height: 100%;
  outline-offset: -5px;
}
body.modal-open {
  overflow: visible;
}
p,
ul,
ol,
dl {
  margin-bottom: 36px;
}
ul.no-style,
ol.no-style {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 1px;
  background-color: #ebebeb;
  border: none;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  hr {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
#page-wrapper {
  background-color: #ffffff;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
section {
  position: relative;
}
section.layer {
  float: left;
  width: 100%;
  margin: 0;
}
section.with-divider {
  border-top: 2px solid #696a6c;
}
.control-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: transparent;
}
.control-wrapper:before,
.control-wrapper:after {
  content: " ";
  display: table;
}
.control-wrapper:after {
  clear: both;
}
.control-wrapper:before,
.control-wrapper:after {
  content: " ";
  display: table;
}
.control-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .control-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.no-pad-bottom {
  padding-bottom: 0;
}
.no-pad-left {
  padding-left: 0;
}
.no-pad-right {
  padding-right: 0;
}
.top-spacing {
  margin-top: 36px;
}
.basics-buttons p {
  margin-bottom: 10px;
}
.sg-selector {
  color: #c7254e;
  background-color: rgba(199, 37, 78, 0.2);
  display: inline-block;
  padding: 0 1px;
  margin: 1px 0;
}
.sg-directions {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Andale Mono", AndaleMono, "Lucida Console", "Lucida Sans Typewriter", monospace;
}
@media (min-width: 992px) {
  .sg-directions {
    font-size: 1.6rem;
  }
}
.sg-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Andale Mono", AndaleMono, "Lucida Console", "Lucida Sans Typewriter", monospace;
}
.sg-icon-list li {
  padding: 10px 10px;
  border-bottom: 1px solid #ebebeb;
}
.sg-icon-list li:first-of-type {
  border-top: 1px solid #ebebeb;
}
.sg-icon-list .glyphicon {
  padding-right: 20px;
}
#sg-tables .row {
  margin-bottom: 36px;
}
.color-swatch {
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  margin-bottom: 18px;
}
.color-swatch .color {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.color-swatch .hex-value {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: #767779;
}
.section-label {
  font-size: 1.4rem;
  display: block;
  padding: 10px 0;
  margin: 10px -15px 36px;
  background-color: #ffffff;
  border-bottom: 2px solid #696a6c;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  color: #696a6c;
  z-index: 100;
  text-transform: uppercase;
  font-weight: 700;
}
#sg-header {
  font-size: 1.2rem;
  background-color: #00643c;
  color: #ffffff;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
#sg-header .sg-title {
  padding-left: 0;
}
#sg-header .sg-menu {
  position: relative;
  text-align: right;
  padding-right: 0;
}
#sg-header .btn-default {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
#sg-header .dropdown-menu {
  left: auto;
  right: 0;
}
