﻿.primary-color {
  background-color: #455560;
}

.primary-color-80 {
  background-color: #6a7780;
}

.primary-color-60 {
  background-color: #8f99a0;
}

.primary-color-40 {
  background-color: #b5bbbf;
}

.primary-color-20 {
  background-color: #dadddf;
}

.fill-color {
  background-color: #ffffff;
}

.secondary-color {
  background-color: #999900;
}

.accent-color {
  background-color: #a50333;
}

.tertiary-color-dark {
  background-color: #827d77;
}

.tertiary-color {
  background-color: #d3cec8;
}

.tertiary-color-light {
  background-color: #f6f5f4;
}

.error-color {
  background-color: #ea8702;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  font-family: "azo-sans-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  color: #455560;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, blockquote, h4, h5, h6 {
  font-family: "azo-sans-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #455560;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, blockquote, h4, h5, h6 {
  font-weight: 400;
}

.h1, h1 {
  font-size: 2.125em;
  font-weight: 200;
}
@media (min-width: 640px) {
  .h1, h1 {
    font-size: 3.375em;
  }
}

.h2, h2 {
  font-size: 1.375em;
}
.h2.tabs, h2.tabs {
  font-size: 1.125em;
}
@media (min-width: 640px) {
  .h2, h2 {
    font-size: 1.875em;
  }
  .h2.tabs, h2.tabs {
    font-size: 1.875em;
  }
}

.h3, h3, blockquote {
  font-size: 1.25em;
}
@media (min-width: 640px) {
  .h3, h3, blockquote {
    font-size: 1.5em;
  }
}

.h2.tabs, .h4.tabs {
  font-weight: 200;
}

.h5, .h6, h5, h6 {
  font-size: 0.875em;
}

.h5, h5 {
  text-transform: uppercase;
  color: #827d77;
}

p, .body1, .body2, .body3, ul, ol {
  font-size: 0.875em;
}

p strong, .body1 strong, .body2 strong, .body3 strong {
  font-weight: 400;
}

@media (min-width: 640px) {
  .body1 {
    font-size: 1.125em;
  }
}

blockquote {
  font-style: italic;
  padding: 10px 0;
  border-left: none;
}

.testimonial-names {
  font-size: 0.875em;
  font-weight: 400;
  color: #827d77;
}

.tile-labels, .disclaimer {
  font-size: 0.625em;
  font-weight: 400;
}
@media (min-width: 640px) {
  .tile-labels, .disclaimer {
    font-size: 0.75em;
  }
}

.copy, .image-description span, .accent-flag span {
  display: block;
  font-weight: 400;
}

.image-description {
  font-size: 1.875em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  word-break: break-word;
  width: 175px;
}
.image-description span {
  font-size: 0.6em;
  line-height: 1.5;
}
.image-description span.glyphicon {
  font-size: 0.77778em;
}

.accent-flag {
  font-size: 1.125em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  width: 100px;
  padding: 0.5em;
  color: #ffffff;
  background-color: #a50333;
}
.accent-flag span {
  font-size: 0.66667em;
}

.numbers-large, .numbers-small, .numbers-total {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 400;
}
.numbers-large span, .numbers-small span, .numbers-total span {
  font-size: 0.46667em;
  font-weight: 300;
}

.numbers-small span, .numbers-total span {
  font-weight: 400;
}

.numbers-small {
  font-size: 1.125em;
  display: inline-block;
}
.numbers-small span {
  font-size: 0.6em;
  text-align: center;
}
@media (min-width: 640px) {
  .numbers-small {
    font-size: 1.25em;
  }
}

.numbers-total .copy, .numbers-total .image-description span, .image-description .numbers-total span, .numbers-total .accent-flag span, .accent-flag .numbers-total span {
  font-size: 0.6em;
}

.download-link {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
}

.btn {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  color: #ffffff;
  padding: 0.35em 1.25em;
  border-radius: 0;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.35);
}
.btn:hover, .btn:focus, .btn.hover-over {
  color: #ffffff;
}
.btn.primary-button {
  background-color: #999900;
}
.btn.primary-button:hover, .btn.primary-button:focus, .btn.primary-button.hover-over {
  background-color: #caca96;
}
.btn.primary-button.active, .btn.primary-button:active {
  background-color: #676c21;
}
.btn.secondary-button {
  background-color: #455560;
}
.btn.secondary-button:hover, .btn.secondary-button:focus, .btn.secondary-button.hover-over {
  background-color: #6a7780;
}
.btn.secondary-button.active, .btn.secondary-button:active {
  background-color: #303e48;
}
.btn[disabled], .btn.disabled {
  background-color: #c1c2c4;
}
.btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].hover-over, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.hover-over {
  background-color: #c1c2c4;
}

a {
  font-style: italic;
  color: #455560;
  text-decoration: underline;
}

a.block-link {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-size: 1.125em;
  font-weight: 400;
}
a.block-link span.glyphicon {
  font-size: 0.77778em;
}
a.block-link:hover, a.block-link:focus, a.block-link.hover-over {
  color: #6a7780;
  text-decoration: none;
}
a.block-link.active, a.block-link:active {
  color: #303e48;
}
a.block-link[disabled], a.block-link.disabled {
  color: #c1c2c4;
}
a.block-link[disabled]:hover, a.block-link[disabled]:focus, a.block-link[disabled].hover-over, a.block-link.disabled:hover, a.block-link.disabled:focus, a.block-link.disabled.hover-over {
  color: #c1c2c4;
  cursor: not-allowed;
}

input[type=text], select, .options-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #dadddf;
}

input[type=text], select {
  height: 3.125em;
  width: 100%;
  padding: 0.5em 1em;
  line-height: normal;
}

select {
  background: #dadddf url(/img/carat.png) 95% center no-repeat;
}
select:hover {
  border-color: #dadddf;
  background-color: #dadddf;
}
select::-ms-expand {
  display: none;
}

.options-button {
  border: none;
  margin: 1px;
  background-color: #dadddf;
  cursor: pointer;
  overflow: auto;
  float: left;
}
.options-button:hover {
  background-color: #455560;
  color: #ffffff;
  font-weight: 400;
}
.options-button label {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: 400;
}
.options-button label span {
  text-align: center;
  padding: 15px 0;
  display: block;
}
.options-button label input {
  position: absolute;
  z-index: -1;
}
.options-button input[type=radio] {
  outline: none;
}
.options-button input[type=radio]:checked {
  outline: none;
}
.options-button input[type=radio]:checked + span {
  background-color: #455560;
  color: #ffffff;
  font-weight: 400;
}

.custom-checkbox {
  display: inline-block;
}
.custom-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.custom-checkbox input[type=checkbox] + label {
  font-size: 0.875em;
  font-weight: 300;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.custom-checkbox input[type=checkbox] + label span {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #b5bbbf;
  margin-right: 0.625em;
}
.custom-checkbox input[type=checkbox]:checked + label span {
  background: url(/img/custom-checkbox.svg) center center no-repeat;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.1875em;
  cursor: pointer;
  animate: 0.2s;
  background-color: #dadddf;
  border: none;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #455560;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
  margin-top: -10px;
}
@media (min-width: 640px) {
  .range-slider input[type=range]::-webkit-slider-thumb {
    width: 1em;
    height: 1em;
    margin-top: -5px;
  }
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.1875em;
  cursor: pointer;
  animate: 0.2s;
  background-color: #dadddf;
  border: none;
}
.range-slider input[type=range]::-moz-range-thumb {
  background-color: #455560;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}
@media (min-width: 640px) {
  .range-slider input[type=range]::-moz-range-thumb {
    width: 1em;
    height: 1em;
  }
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 1.5625em;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower {
  border: none;
  border-radius: 0;
  background: -ms-linear-gradient(top, white 0%, white 43%, #dadddf 43%, #dadddf 50%, #dadddf 57%, white 57%, white 57%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 43%, #dadddf 43%, #dadddf 50%, #dadddf 57%, white 57%, white 57%, white 100%);
  /* W3C */
}
.range-slider input[type=range]::-ms-fill-upper {
  border: none;
  border-radius: 0;
  background: -ms-linear-gradient(top, white 0%, white 43%, #dadddf 43%, #dadddf 50%, #dadddf 57%, white 57%, white 57%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 43%, #dadddf 43%, #dadddf 50%, #dadddf 57%, white 57%, white 57%, white 100%);
  /* W3C */
}
.range-slider input[type=range]::-ms-thumb {
  border: transparent;
  background-color: #455560;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
}
@media (min-width: 640px) {
  .range-slider input[type=range]::-ms-thumb {
    width: 1em;
    height: 1em;
  }
}

a.block-link.filter {
  text-transform: capitalize;
  text-align: left;
}

.lt-ie10 .custom-checkbox {
  display: table;
}
.lt-ie10 .custom-checkbox input[type=checkbox] + label {
  display: table-cell;
}

.nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
@media (min-width: 640px) {
  .nav-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.nav-tabs > li > a {
  border: none;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  font-style: normal;
  line-height: 1.2;
  padding: 10px 0 5px;
  margin: 0 15px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .nav-tabs > li > a {
    margin: 0 30px;
  }
}
@media (min-width: 980px) {
  .nav-tabs > li > a {
    margin: 0 20px;
  }
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border: none;
  border-bottom: 5px solid transparent;
  background-color: transparent;
}
.nav-tabs > li.active > a {
  line-height: 1;
  color: #455560;
  border: none;
  border-bottom: 5px solid #455560;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 5px solid #455560;
}
.nav-tabs > li.active.tabs {
  font-weight: 400;
}
.nav-tabs > li.active.h2.tabs {
  font-size: 1.375em;
}
@media (min-width: 640px) {
  .nav-tabs > li.active.h2.tabs {
    font-size: 1.875em;
  }
}
.nav-tabs > li.tabs:first-child > a {
  padding-left: 0;
  margin-left: 0;
}
.nav-tabs > li.tabs:first-child:nth-last-child(3), .nav-tabs > li.tabs:first-child:nth-last-child(3) ~ li {
  max-width: 33.3333%;
}
.nav-tabs > li.tabs:first-child:nth-last-child(3):nth-last-child(2), .nav-tabs > li.tabs:first-child:nth-last-child(3) ~ li:nth-last-child(2) {
  text-align: center;
}
.nav-tabs > li.tabs:last-child > a {
  padding-right: 0;
  margin-right: 0;
}
.nav-tabs > li.h2.tabs {
  margin-bottom: 1.25em;
}
.nav-tabs > li.h4.tabs {
  margin-bottom: 0.625em;
}

/*# sourceMappingURL=base.css.map */