/* main.scss */
@import url(../bootstrap-3.3.2/css/bootstrap.css);
/* bootstrap-theme.css */
legend {
  border: none;
  width: auto;
  padding-right: 1rem;
  color: #676767;
  text-transform: uppercase;
  font-size: 2.2rem; }

fieldset {
  border-top: solid thin #b4b4b4; }

.row .row {
  margin: 0; }

.dropdown-menu {
  background: #ddd;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 1rem;
  text-transform: uppercase;
  line-height: 3rem; }

.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 400;
  color: #acacac; }

.form-control::-moz-placeholder {
  /* FF 19+ */
  text-transform: uppercase;
  font-weight: 400;
  color: #acacac; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  font-weight: 400;
  color: #acacac; }

.btn, .panel, .label, .form-control {
  border-radius: 0; }

.form-control {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.row-spacer {
  margin-top: 15px; }

.medium-row-spacer {
  margin-top: 30px; }

.big-row-spacer {
  margin-top: 60px; }

.row-spacer.collapsed {
  margin-top: 0; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.btn-wrapper > .btn {
  width: 100%;
  height: 100%;
  line-height: inherit; }

.btn,
.btn-lg,
.btn-sm,
.btn-xs,
.btn-link,
.label,
.label-lg,
.label-sm,
.label-xs {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border: 0;
  color: white !important; }
  .btn:hover,
  .btn-lg:hover,
  .btn-sm:hover,
  .btn-xs:hover,
  .btn-link:hover,
  .label:hover,
  .label-lg:hover,
  .label-sm:hover,
  .label-xs:hover {
    color: white; }
  .btn:focus,
  .btn-lg:focus,
  .btn-sm:focus,
  .btn-xs:focus,
  .btn-link:focus,
  .label:focus,
  .label-lg:focus,
  .label-sm:focus,
  .label-xs:focus {
    color: white; }
  .btn:active,
  .btn-lg:active,
  .btn-sm:active,
  .btn-xs:active,
  .btn-link:active,
  .label:active,
  .label-lg:active,
  .label-sm:active,
  .label-xs:active {
    color: white; }

.btn-wrapper {
  height: 40px;
  line-height: 30px; }

.btn-default {
  background-color: #676767;
  transition: background-color 200ms; }
  .btn-default:hover {
    background-color: #818181; }
  .btn-default:focus {
    background-color: #818181; }
  .btn-default:visited {
    background-color: #676767 !important; }
  .btn-default:active {
    background-color: #4e4e4e; }
  .btn-default.dropdown-toggle {
    background-color: #676767 !important; }

.btn-primary {
  background-color: #676767;
  transition: background-color 200ms; }
  .btn-primary:hover {
    background-color: #818181; }
  .btn-primary:focus {
    background-color: #818181; }
  .btn-primary:visited {
    background-color: #676767 !important; }
  .btn-primary:active {
    background-color: #4e4e4e; }
  .btn-primary.dropdown-toggle {
    background-color: #676767 !important; }

.btn-action {
  background-color: #676767;
  transition: background-color 200ms; }
  .btn-action:hover {
    background-color: #818181; }
  .btn-action:focus {
    background-color: #818181; }
  .btn-action:visited {
    background-color: #676767 !important; }
  .btn-action:active {
    background-color: #4e4e4e; }
  .btn-action.dropdown-toggle {
    background-color: #676767 !important; }

.btn-accent1 {
  background-color: #af1f24;
  transition: background-color 200ms; }
  .btn-accent1:hover {
    background-color: #d9282e; }
  .btn-accent1:focus {
    background-color: #d9282e; }
  .btn-accent1:visited {
    background-color: #af1f24 !important; }
  .btn-accent1:active {
    background-color: #84171b; }
  .btn-accent1.dropdown-toggle {
    background-color: #af1f24 !important; }

.btn-accent2 {
  background-color: #ffbc0a;
  transition: background-color 200ms; }
  .btn-accent2:hover {
    background-color: #ffca3d; }
  .btn-accent2:focus {
    background-color: #ffca3d; }
  .btn-accent2:visited {
    background-color: #ffbc0a !important; }
  .btn-accent2:active {
    background-color: #d69b00; }
  .btn-accent2.dropdown-toggle {
    background-color: #ffbc0a !important; }

.btn-accent3 {
  background-color: #676767;
  transition: background-color 200ms; }
  .btn-accent3:hover {
    background-color: #818181; }
  .btn-accent3:focus {
    background-color: #818181; }
  .btn-accent3:visited {
    background-color: #676767 !important; }
  .btn-accent3:active {
    background-color: #4e4e4e; }
  .btn-accent3.dropdown-toggle {
    background-color: #676767 !important; }

.btn-accent4 {
  background-color: #ddd;
  transition: background-color 200ms; }
  .btn-accent4:hover {
    background-color: #f7f7f7; }
  .btn-accent4:focus {
    background-color: #f7f7f7; }
  .btn-accent4:visited {
    background-color: #ddd !important; }
  .btn-accent4:active {
    background-color: #c4c4c4; }
  .btn-accent4.dropdown-toggle {
    background-color: #ddd !important; }

.btn-accent5 {
  background-color: #5191e6;
  transition: background-color 200ms; }
  .btn-accent5:hover {
    background-color: #7eadec; }
  .btn-accent5:focus {
    background-color: #7eadec; }
  .btn-accent5:visited {
    background-color: #5191e6 !important; }
  .btn-accent5:active {
    background-color: #2475e0; }
  .btn-accent5.dropdown-toggle {
    background-color: #5191e6 !important; }

.btn-send, .btn-primary-brand {
  background-color: #af1f24;
  transition: background-color 200ms; }
  .btn-send:hover, .btn-primary-brand:hover {
    background-color: #d9282e; }
  .btn-send:focus, .btn-primary-brand:focus {
    background-color: #d9282e; }
  .btn-send:visited, .btn-primary-brand:visited {
    background-color: #af1f24 !important; }
  .btn-send:active, .btn-primary-brand:active {
    background-color: #84171b; }
  .btn-send.dropdown-toggle, .btn-primary-brand.dropdown-toggle {
    background-color: #af1f24 !important; }

.btn-primary-brand-dark {
  background-color: #84171b;
  transition: background-color 200ms; }
  .btn-primary-brand-dark:hover {
    background-color: #af1f24; }
  .btn-primary-brand-dark:focus {
    background-color: #af1f24; }
  .btn-primary-brand-dark:visited {
    background-color: #84171b !important; }
  .btn-primary-brand-dark:active {
    background-color: #581012; }
  .btn-primary-brand-dark.dropdown-toggle {
    background-color: #84171b !important; }

.btn-file {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .btn-file .file-label {
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

/* Nav Tabs */
.nav-tabs {
  border: none; }

.nav-tabs > li > a {
  border-radius: 0;
  background: #ddd;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-right: 3px;
  border: none;
  width: 170px;
  text-align: center; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  background: #af1f24;
  color: white; }

.tab-content {
  margin: 4px 0 0 0; }

.tab-pane {
  padding: 15px 0 15px 60px;
  background: #ddd; }

.tab-pane > table th,
.tab-pane > table td {
  font-size: 1.6rem;
  padding: 3px 0; }

.tab-pane > table th {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

.tab-pane > table td {
  font-family: "adelle", serif;
  font-style: italic;
  padding-right: 2.5rem; }

.clearfix:before, p:before, .clearfix:after, p:after {
  display: table;
  content: " ";
  clear: both; }

.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto; }

@media (min-width: 992px) and (max-width: 1199px) {
  .btn,
  .btn-lg,
  .btn-sm,
  .btn-xs,
  .btn-link,
  .label,
  .label-lg,
  .label-sm,
  .label-xs {
    font-size: 1.4rem; } }
html {
  /* This makes 1rem roughly equal to 10 pixels */
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  color: #676767;
  overflow-y: scroll;
  font-family: "proxima-nova", sans-serif; }

h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  position: relative; }

h2.hr {
  background: white;
  padding-right: 1.8rem;
  float: left; }

hr + h2 {
  margin-top: -3rem;
  background: white;
  float: left;
  padding-right: 5.5rem; }

hr + h4 {
  position: relative;
  margin-top: -3rem;
  background: #ececec;
  float: left;
  padding-right: 1.6rem;
  padding-left: 4.3rem; }

hr + h4 + .tooltip-button {
  font-size: 2rem;
  margin-top: -3rem;
  background: #ececec;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 35px;
  border-left: solid 1.5rem #ececec; }

h3 {
  font-family: "proxima-nova", sans-serif;
  color: #af1f24;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 1rem 0; }

ul {
  margin: 0;
  padding: 0; }

a, a:link, a:hover, a:visited, a:focus {
  color: inherit;
  text-decoration: none; }

textarea {
  resize: none;
  height: 200px !important; }

hr {
  border: none;
  height: 1px;
  background: black;
  width: 100%;
  position: relative; }

h2 + hr {
  float: left;
  margin-top: -23px;
  margin-bottom: 30px;
  z-index: 0; }

figure {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px; }
  figure > img {
    width: 100%;
    height: auto;
    display: block; }
  figure figcaption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 64px;
    line-height: 3.9;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    padding: 0 1rem; }

.cycle-prev, .cycle-next {
  width: 65px !important;
  position: absolute;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%); }

.cycle-prev {
  left: 0; }

.cycle-next {
  right: 0; }

.template {
  display: none; }

.form-control {
  height: 40px;
  border: solid thin #2c2c2c; }

.select-wrapper {
  position: relative; }

.select-wrapper:after {
  content: '\e259';
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
  font-size: 1.7rem;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.top-buffer {
  margin-top: 30px; }

.auto-height {
  height: auto !important; }

.pointer-events-none {
  pointer-events: none; }

.grey-container-wrapper, .gray-container-wrapper {
  background-color: #ececec;
  margin-top: 15px;
  margin-bottom: 15px; }

.map-wrapper {
  position: relative; }
  .map-wrapper .map-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.header-line {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #464646; }
  .header-line span {
    z-index: 1;
    background: #ececec;
    position: relative;
    padding: 0 5rem; }
  .header-line::after, .header-line::before {
    z-index: -1;
    height: 1px;
    position: absolute;
    background: #464646;
    content: ' ';
    top: 40%; }
  .header-line::before {
    left: 0;
    right: 50%; }
  .header-line::after {
    left: 50%;
    right: 0; }

main {
  margin-top: 4.3rem;
  z-index: 0; }

.collapse-header-after main {
  margin-top: 0; }

.social-icon {
  height: 47px;
  width: 47px;
  background-size: contain !important; }
  .social-icon.social-twitter {
    background: url("../images/social-twitter.png") center center no-repeat;
    background-color: #2aa9df;
    transition: background-color 200ms; }
    .social-icon.social-twitter:hover {
      background-color: #56bbe6; }
    .social-icon.social-twitter:focus {
      background-color: #56bbe6; }
    .social-icon.social-twitter:visited {
      background-color: #2aa9df !important; }
    .social-icon.social-twitter:active {
      background-color: #1c8bba; }
    .social-icon.social-twitter.dropdown-toggle {
      background-color: #2aa9df !important; }
  .social-icon.social-linkedin {
    background: url("../images/social-linkedin.png") center center no-repeat;
    background-color: #066c9a;
    transition: background-color 200ms; }
    .social-icon.social-linkedin:hover {
      background-color: #088ecb; }
    .social-icon.social-linkedin:focus {
      background-color: #088ecb; }
    .social-icon.social-linkedin:visited {
      background-color: #066c9a !important; }
    .social-icon.social-linkedin:active {
      background-color: #044a69; }
    .social-icon.social-linkedin.dropdown-toggle {
      background-color: #066c9a !important; }
  .social-icon.social-pinterest {
    background: url("../images/social-pinterest.png") center center no-repeat;
    background-color: #c91f27;
    transition: background-color 200ms; }
    .social-icon.social-pinterest:hover {
      background-color: #e13a42; }
    .social-icon.social-pinterest:focus {
      background-color: #e13a42; }
    .social-icon.social-pinterest:visited {
      background-color: #c91f27 !important; }
    .social-icon.social-pinterest:active {
      background-color: #9d181e; }
    .social-icon.social-pinterest.dropdown-toggle {
      background-color: #c91f27 !important; }
  .social-icon.social-houzz {
    background: url("../images/social-houzz.png") center center no-repeat;
    background-color: #7ac043;
    transition: background-color 200ms; }
    .social-icon.social-houzz:hover {
      background-color: #95cd69; }
    .social-icon.social-houzz:focus {
      background-color: #95cd69; }
    .social-icon.social-houzz:visited {
      background-color: #7ac043 !important; }
    .social-icon.social-houzz:active {
      background-color: #629c34; }
    .social-icon.social-houzz.dropdown-toggle {
      background-color: #7ac043 !important; }
  .social-icon.social-facebook {
    background: url("../images/social-facebook.png") center center no-repeat;
    background-color: #365f9f;
    transition: background-color 200ms; }
    .social-icon.social-facebook:hover {
      background-color: #4777c1; }
    .social-icon.social-facebook:focus {
      background-color: #4777c1; }
    .social-icon.social-facebook:visited {
      background-color: #365f9f !important; }
    .social-icon.social-facebook:active {
      background-color: #294879; }
    .social-icon.social-facebook.dropdown-toggle {
      background-color: #365f9f !important; }
  .social-icon.social-youtube {
    background: url("../images/social-youtube.png") center center no-repeat;
    background-color: #ec3437;
    transition: background-color 200ms; }
    .social-icon.social-youtube:hover {
      background-color: #f06365; }
    .social-icon.social-youtube:focus {
      background-color: #f06365; }
    .social-icon.social-youtube:visited {
      background-color: #ec3437 !important; }
    .social-icon.social-youtube:active {
      background-color: #d91417; }
    .social-icon.social-youtube.dropdown-toggle {
      background-color: #ec3437 !important; }
  .social-icon.social-google-plus {
    background: url("../images/social-google-plus.png") center center no-repeat;
    background-color: #db5442;
    transition: background-color 200ms; }
    .social-icon.social-google-plus:hover {
      background-color: #e37b6d; }
    .social-icon.social-google-plus:focus {
      background-color: #e37b6d; }
    .social-icon.social-google-plus:visited {
      background-color: #db5442 !important; }
    .social-icon.social-google-plus:active {
      background-color: #c53825; }
    .social-icon.social-google-plus.dropdown-toggle {
      background-color: #db5442 !important; }
  .social-icon.social-instagram {
    background: url("../images/social-instagram.png") center center no-repeat;
    background-color: #125688;
    transition: background-color 200ms; }
    .social-icon.social-instagram:hover {
      background-color: #1872b5; }
    .social-icon.social-instagram:focus {
      background-color: #1872b5; }
    .social-icon.social-instagram:visited {
      background-color: #125688 !important; }
    .social-icon.social-instagram:active {
      background-color: #0c3a5b; }
    .social-icon.social-instagram.dropdown-toggle {
      background-color: #125688 !important; }

.form-row {
  padding-top: 30px;
  padding-bottom: 30px; }
  .form-row .radio-inline input[type=radio] {
    display: inline;
    margin: auto;
    position: relative; }
  .form-row > div {
    height: 40px;
    text-align: left;
    line-height: 35px;
    margin-bottom: 30px; }
    .form-row > div:last-child {
      margin-bottom: 0; }
    .form-row > div .btn {
      width: 100%;
      height: 100%; }

.offcanvas-nav-open {
  overflow: hidden; }

.site-toolbar > div {
  transition: all 300ms linear; }

#search-btn {
  padding: 0 10px;
  cursor: pointer; }
  #search-btn.enabled input[type=text] {
    float: left;
    border-bottom: solid thin white; }
  #search-btn.enabled .glyphicon {
    float: right; }
  #search-btn input[type=text] {
    cursor: pointer;
    display: block;
    margin: 6px 0 0 0;
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    outline: none; }
    #search-btn input[type=text]:disabled {
      color: white; }
      #search-btn input[type=text]:disabled::-webkit-input-placeholder {
        padding-left: 20px;
        text-transform: uppercase; }
      #search-btn input[type=text]:disabled:-moz-placeholder {
        /* older Firefox*/
        padding-left: 20px;
        text-transform: uppercase; }
      #search-btn input[type=text]:disabled::-moz-placeholder {
        /* Firefox 19+ */
        padding-left: 20px;
        text-transform: uppercase; }
      #search-btn input[type=text]:disabled:-ms-input-placeholder {
        padding-left: 20px;
        text-transform: uppercase; }
    #search-btn input[type=text]::-webkit-input-placeholder {
      color: white;
      padding-left: 10px; }
    #search-btn input[type=text]:-moz-placeholder {
      /* older Firefox*/
      color: white;
      padding-left: 10px; }
    #search-btn input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      padding-left: 10px; }
    #search-btn input[type=text]:-ms-input-placeholder {
      color: white;
      padding-left: 10px; }
  #search-btn .glyphicon {
    cursor: pointer;
    display: block;
    margin: 12px 0 0 0;
    padding: 0; }

#site-header ul.menu {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 1000;
  width: 100%; }
  #site-header ul.menu a, #site-header ul.menu span {
    min-width: 50px;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 0.5em 0.5em; }
  #site-header ul.menu ul {
    background: #af1f24 !important;
    color: white !important;
    width: auto; }
    #site-header ul.menu ul ul {
      background: #2c2c2c !important; }
  #site-header ul.menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    #site-header ul.menu li:hover {
      background: #af1f24 !important;
      color: white !important; }
      #site-header ul.menu li:hover li:hover {
        background: #2c2c2c !important;
        color: white !important; }
        #site-header ul.menu li:hover li:hover li:hover {
          background: #464646 !important;
          color: white !important; }
  #site-header ul.menu ul.menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0; }
    #site-header ul.menu ul.menu li {
      float: none;
      width: 270px;
      line-height: 2;
      padding: 0 0.5em; }
    #site-header ul.menu ul.menu ul.menu {
      top: 0;
      left: 100%; }

#site-header .site-nav > ul.menu > li:last-child > ul.menu {
  left: auto;
  right: 0;
  text-align: right; }
  #site-header .site-nav > ul.menu > li:last-child > ul.menu ul.menu {
    left: auto;
    right: 100%;
    text-align: right; }

#site-wrapper {
  position: relative;
  z-index: 0;
  left: 0;
  transition: left 300ms ease-in-out;
  background: white; }

#site-wrapper-cover {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  transition: background 300ms ease-in-out;
  z-index: 50; }

#mobile-search {
  background: #ddd;
  height: 60px;
  padding: 1rem 0.5rem;
  position: relative; }
  #mobile-search input[type='search'] {
    width: 83%;
    margin-right: 2%;
    padding-left: 35px; }
  #mobile-search .btn {
    width: 15%;
    height: 40px;
    line-height: 30px; }
  #mobile-search .glyphicon {
    position: absolute;
    left: 14px;
    top: 18px;
    font-size: 20px; }

#offcanvas-nav {
  display: none;
  z-index: 100;
  width: 100%;
  width: 100vw;
  max-width: 420px;
  height: 100%;
  height: 100vh;
  background-color: #af1f24;
  position: fixed; }
  #offcanvas-nav > header {
    position: relative;
    z-index: 1000; }
  #offcanvas-nav .scrollbody {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    z-index: 500; }
  #offcanvas-nav .menu {
    width: 100%;
    display: block; }
    #offcanvas-nav .menu li {
      line-height: 60px;
      min-height: 60px;
      display: block;
      float: none;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      #offcanvas-nav .menu li.expanded > .menu {
        max-height: 800px; }
      #offcanvas-nav .menu li span, #offcanvas-nav .menu li a {
        cursor: pointer;
        padding-left: 1rem;
        font-size: 1.7rem;
        color: white;
        width: 100%;
        position: relative; }
      #offcanvas-nav .menu li:after {
        height: 1px;
        background: white;
        content: ' ';
        display: block;
        position: absolute;
        bottom: 0;
        width: 95%; }
      #offcanvas-nav .menu li:last-child:after {
        display: none; }
    #offcanvas-nav .menu .menu {
      max-height: 0;
      background: #2c2c2c;
      position: relative;
      z-index: 150;
      left: 0;
      right: 0;
      top: 100%;
      transition: max-height 500ms linear; }
      #offcanvas-nav .menu .menu > li span, #offcanvas-nav .menu .menu > li a {
        padding-left: 3rem;
        color: white !important; }
      #offcanvas-nav .menu .menu .menu {
        background: white; }
        #offcanvas-nav .menu .menu .menu > li span, #offcanvas-nav .menu .menu .menu > li a {
          color: #2c2c2c !important;
          padding-left: 6rem; }
        #offcanvas-nav .menu .menu .menu > li:after {
          background: #2c2c2c !important; }

#mobile-site-nav-toggle {
  background: white; }
  #mobile-site-nav-toggle > div {
    float: left;
    cursor: pointer; }
    #mobile-site-nav-toggle > div[data-site-nav] {
      width: 30%;
      padding-left: 1rem;
      text-transform: uppercase;
      height: 100%;
      display: table; }
      #mobile-site-nav-toggle > div[data-site-nav] > span {
        display: table-cell;
        vertical-align: middle; }
  #mobile-site-nav-toggle > img {
    height: 100%;
    width: auto; }

#mobile-site-header img {
  margin-left: 2rem;
  height: 100%;
  width: auto; }

.offcanvas-nav-btn {
  background: #af1f24;
  color: white;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  height: 100%;
  text-transform: uppercase;
  float: right !important;
  cursor: pointer; }

.site-nav {
  display: none; }

.site-mode-professionals #site-nav-homeowners,
.site-mode-homeowners #site-nav-professionals,
.site-mode-professionals #mobile-site-nav-homeowners,
.site-mode-homeowners #mobile-site-nav-professionals {
  display: none; }

.site-mode-homeowners #site-nav-homeowners,
.site-mode-professionals #site-nav-professionals,
.site-mode-homeowners #mobile-site-nav-homeowners,
.site-mode-professionals #mobile-site-nav-professionals {
  display: block !important; }

.site-mode-homeowners .site-mode-professionals,
.site-mode-professionals .site-mode-homeowners {
  display: none; }

.site-mode-homeowners .site-mode-homeowners,
.site-mode-professionals .site-mode-professionals {
  display: block; }

#site-header {
  background-color: white;
  text-transform: uppercase;
  font-weight: 300;
  height: 225px;
  position: relative;
  box-shadow: 0px -8px 25px black; }
  #site-header .top-bar {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.6rem;
    background-color: #af1f24;
    color: white;
    position: relative;
    z-index: 2000; }
    #site-header .top-bar ul {
      list-style: none;
      line-height: 40px;
      padding: 0; }
      #site-header .top-bar ul li {
        display: inline-block; }
    #site-header .top-bar #site-nav-toggle li {
      padding: 0 3rem;
      color: white;
      cursor: pointer;
      text-transform: capitalize; }
      #site-header .top-bar #site-nav-toggle li.active {
        color: #2c2c2c;
        background-color: white; }
    #site-header .top-bar #utility-nav-strip {
      float: right;
      text-align: right;
      font-size: 1.4rem;
      font-weight: 600; }
      #site-header .top-bar #utility-nav-strip > ul {
        height: 40px;
        float: right; }
      #site-header .top-bar #utility-nav-strip > li:first-child {
        margin-left: 0; }
      #site-header .top-bar #utility-nav-strip ul ul {
        z-index: 2000; }
  #site-header #site-logo {
    display: block;
    float: left; }
    #site-header #site-logo img {
      display: block; }
  #site-header .btn-wrapper {
    height: 40px;
    line-height: 30px;
    margin-top: 20px; }

.header-img {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px; }

.video-container {
  position: relative;
  color: white;
  font-size: 4.4rem;
  overflow: hidden;
  max-height: 660px;
  font-family: "proxima-nova", sans-serif; }
  .video-container .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .video-container .play-btn .glyphicon-play {
      position: absolute;
      top: 45%;
      left: 50%;
      margin-top: -45px;
      margin-left: -40px;
      width: 80px;
      height: 90px; }
  .video-container video {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7); }
    .video-container video.playing {
      -webkit-filter: none;
      filter: none; }
  .video-container .scroll-down-arrow {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAaCAMAAAA9vNo6AAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMAAgUKEBMVGCEnKzc7RFBTVFVYWVtjc4KDk6Okpauws7jBy83O2eDj6Ovt8fL3+Pv8owMkvwAAAQ5JREFUeAGd0+dyqmAYxPEVC4rF44kaCxYNltdgee7/5mKA2RkcwzL8ruD/YRe9/f176aMyfxnf9z04e7qMUdH4Yk8OR0us/Uopa0sc0YnMRJBIMfvqAN7sIYJEyuPTw6/uIQv6D9I+spRDF5n63FKrFkpqrSw1r4PQP1nCjVDKyFni1EdOY6GDiCmLBl4NnQ7Kp7gh3vA3MiiXsvHx3iRmkEyJJ/hTe8cgkbJro0BteisK+pel3KY1FAsiS4VNvGiGlooCSDzHeYCcwTkb/8yDxnMwiCkcv8ZzMIgpHL/GczCIKfnxSzwHg5jC8ZfGc1gYGsdfAc8hxi/wHGL8As8hxy/wHHr8SrC9XrcBhB9Cdko8xxXG3QAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: contain; }
  .video-container .video-text-wrapper {
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .video-container .video-text-wrapper:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    .video-container .video-text-wrapper p {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 0.5rem;
      font-weight: 100; }

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  width: 100%;
  height: 100%; }

#site-header .site-nav > .menu > li {
  height: 62px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 3.4; }

#site-header .site-nav {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  font-size: 1.5rem;
  font-weight: 600; }

#utility-nav-strip ul.menu {
  text-align: right; }
  #utility-nav-strip ul.menu ul.menu {
    left: auto;
    right: 0; }

#utility-nav-strip ul.menu li {
  height: 40px;
  line-height: 26px;
  float: none;
  text-align: right; }
  #utility-nav-strip ul.menu li ul.menu {
    background: #2c2c2c !important;
    color: white !important; }
    #utility-nav-strip ul.menu li ul.menu li:hover {
      background: #af1f24 !important;
      color: white !important; }
  #utility-nav-strip ul.menu li:hover {
    background: #2c2c2c !important;
    color: white !important; }

#site-footer {
  text-align: center;
  font-family: "proxima-nova", sans-serif; }
  #site-footer #newsletter-signup {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2rem; }
    #site-footer #newsletter-signup p {
      margin-bottom: 5rem; }
  #site-footer #newsletter-signup-email {
    display: block;
    float: left;
    width: 70%;
    background: #ececec; }
  #site-footer #newsletter-signup-btn {
    display: block;
    float: left;
    width: 25%;
    margin-left: 5%;
    height: 40px;
    line-height: 1.8;
    font-style: italic;
    font-weight: bold; }
  #site-footer #connect-box {
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(left, #af1f24 50%, #ececec 50%);
    /* FF3.6+ */
    background: -moz-linear-gradient(left, #af1f24 50%, #ececec 50%);
    /* IE10+ */
    background: -ms-linear-gradient(left, #af1f24 50%, #ececec 50%);
    /* W3C */
    background: linear-gradient(to right, #af1f24 50%, #ececec 50%); }
  #site-footer .menu {
    list-style: none; }
  #site-footer .connect {
    padding: 2.3rem 0; }
  #site-footer .connect div {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.6rem;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3.25rem;
    text-transform: uppercase;
    color: white; }
  #site-footer .social h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.6rem;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3.25rem;
    text-transform: uppercase;
    color: white;
    color: #676767; }
  #site-footer .social li {
    display: inline-block;
    margin-right: 14px; }
    #site-footer .social li:last-child {
      margin-right: 0; }

#copyright-box {
  background: #2c2c2c;
  font-family: "proxima-nova", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 2.4rem 0; }
  #copyright-box .nav-strip {
    margin: 0 auto 2.4rem;
    display: block; }
    #copyright-box .nav-strip div {
      font-size: 1.7rem;
      color: white;
      display: inline-block; }
      #copyright-box .nav-strip div:after {
        content: '|';
        display: inline-block;
        margin: 0 1rem; }
      #copyright-box .nav-strip div:last-child:after {
        display: none; }
  #copyright-box p {
    width: 55%;
    margin: 0 auto; }

#associated-logos {
  padding: 2.4rem 0; }
  #associated-logos a {
    margin-right: 3rem; }
    #associated-logos a:last-child {
      margin-right: 0; }

.image-overlay-content {
  margin-top: -260px;
  color: white;
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }
  .image-overlay-content h2, .image-overlay-content p, .image-overlay-content p + p {
    background: #af1f24;
    padding: 14px 20px;
    display: inline-block;
    height: 50px;
    font-weight: 300;
    text-transform: none; }
  .image-overlay-content h2 {
    line-height: 0.7;
    font-size: 3.2rem; }
  .image-overlay-content p {
    font-size: 1.8rem; }
  .image-overlay-content p:nth-of-type(2) {
    background: rgba(0, 0, 0, 0.5);
    height: 25px;
    font-size: 1.2rem;
    padding: 7px 20px;
    line-height: 0.8;
    margin-top: 50px; }
  .image-overlay-content.hidden {
    opacity: 0; }

.icon-box {
  background: #ececec;
  height: 235px;
  display: block;
  margin-bottom: 30px; }
  .icon-box img.icon {
    display: block;
    position: absolute;
    top: 34%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .icon-box span.icon-label, .icon-box span.icon-description {
    display: block;
    position: absolute;
    left: 10%;
    right: 10%;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold; }
  .icon-box span.icon-label {
    top: 52%;
    font-size: 1.8rem; }
  .icon-box span.icon-description {
    top: 65%;
    font-size: 1.2rem; }

#gs-fuel-content {
  display: none; }

.grey-dealer-box {
  background: #FAFAFA;
  border: 1px solid #979797;
  line-height: 22px;
  padding: 1em;
  margin: 0 0 1em 0; }
  .grey-dealer-box h2 {
    font-size: 22px;
    color: #676767;
    font-weight: 100; }
  .grey-dealer-box p {
    margin: 2em auto;
    font-size: 14px;
    color: #676767; }
  .grey-dealer-box a {
    font-size: 16px;
    color: #B52021; }

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.filter-container {
  background: #ececec;
  padding: 15px; }

.tab-pane {
  background: #ececec; }

.gallery-filters select {
  width: 100%;
  height: 35px;
  background: #fff;
  border-bottom-left-radius: 0px;
  font-size: 16px;
  border: 1px solid #333; }

.gallery-filters .tab-content {
  border-top: 1px solid #333;
  margin-top: 0; }

.gallery-tab > a {
  background: transparent !important;
  border: 1px solid #333 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: none !important;
  color: #333 !important; }

.gallery-tab.active > a {
  background: #ececec !important; }

.details-label {
  font-weight: bold;
  text-transform: uppercase; }

.singleimage.product {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none; }
  .singleimage.product a {
    color: #9d181e; }
    .singleimage.product a:hover {
      text-decoration: underline; }

@media (min-width: 768px) {
  .gallery-item .product-holder {
    display: none !important; } }
h3.gallery-details {
  margin-top: 1.5em; }

h3.gallery-details small {
  color: #fff; }

.singleimage-container .social-bar .social-icon {
  display: inline-block;
  margin-top: 1.5em; }

#view-design-image-popup-image {
  margin: 25px auto; }

#final-slide {
  border: 1px solid #444;
  width: 100%; }

#final-slide-top, #final-slide-bottom {
  width: 100%;
  padding: 50px 20px; }

#final-slide-bottom {
  background: #af1f24; }

#final-slide h2, #final-slide h3, #final-slide h4, #final-slide h5 {
  color: #fff;
  text-transform: none; }

#final-slide-cta {
  border: 1px solid #fff;
  width: 60%;
  margin: 20px auto;
  padding: 20px; }

#final-slide-cta .btn {
  margin-top: 1.5rem; }

.child-category {
  background-color: #af1f24;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  line-height: 25px; }

.site-mode-chooser-container {
  background: #ddd;
  text-align: center;
  height: 0;
  overflow: hidden; }
  .site-mode-chooser-container.show {
    height: auto;
    padding: 5rem; }
  .site-mode-chooser-container .glyphicon-remove {
    background: white;
    color: #af1f24;
    font-size: 2rem;
    padding: 0.5em;
    margin: 0 0 1.5em;
    display: block;
    position: absolute;
    top: -2em;
    right: -2em; }
  .site-mode-chooser-container .line1 {
    font-size: 4.1rem; }
  .site-mode-chooser-container .line2 {
    font-size: 1.2rem;
    text-transform: uppercase; }
  .site-mode-chooser-container .btn-primary-brand {
    width: 100%;
    height: 55px;
    font-size: 2rem;
    line-height: 2.4;
    text-transform: capitalize; }

.page-home .header-box {
  background: #af1f24;
  padding: 14px 20px;
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 3.1rem;
  color: white;
  text-align: center;
  margin-top: 4rem;
  font-family: "proxima-nova", sans-serif; }
.page-home .search-box {
  margin-top: 4rem; }
  .page-home .search-box input[type=search], .page-home .search-box button {
    height: 50px;
    display: inline-block; }
  .page-home .search-box input[type=search] {
    border: none;
    outline: none;
    padding: 1rem 5rem;
    width: 90%; }
  .page-home .search-box button {
    width: 7%;
    margin-left: 3%; }
.page-home .whats-new-container {
  background: url("../images/690_POST_1140x370_ItsHERE.jpg") center center no-repeat;
  background-size: cover;
  height: 370px;
  position: relative;
  overflow: hidden; }
  .page-home .whats-new-container .whats-new-content {
    background: rgba(103, 103, 103, 0.9);
    height: 100%;
    padding: 2.5rem 4rem 7rem 7rem; }
    .page-home .whats-new-container .whats-new-content h2, .page-home .whats-new-container .whats-new-content h3, .page-home .whats-new-container .whats-new-content p {
      color: white; }
    .page-home .whats-new-container .whats-new-content h2 {
      font-size: 1.25rem;
      font-weight: 700; }
    .page-home .whats-new-container .whats-new-content h3 {
      font-size: 3rem;
      font-weight: 700; }
    .page-home .whats-new-container .whats-new-content p {
      font-size: 2.2rem; }
.page-home .pro-box {
  background-color: #af1f24;
  background-position: 3rem 4rem;
  background-repeat: no-repeat no-repeat;
  color: white;
  height: 365px;
  padding: 1rem 3rem;
  margin-top: 3rem; }
  .page-home .pro-box h2 {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    width: 75%;
    text-align: left;
    margin: 3rem auto 0;
    padding-left: 2rem;
    text-transform: uppercase; }
  .page-home .pro-box p {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem; }
  .page-home .pro-box ul {
    list-style-position: inside;
    margin-top: 3rem; }
    .page-home .pro-box ul li {
      font-size: 1.4rem;
      font-weight: 300; }
  .page-home .pro-box .btn {
    display: block;
    margin: 3rem auto 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
.page-home main .content .home-page-box {
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative; }
  .page-home main .content .home-page-box > div {
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: center center; }
    .page-home main .content .home-page-box > div .caption {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      height: 64px;
      line-height: 4.2;
      font-size: 1.6rem;
      text-transform: uppercase;
      color: white;
      background: rgba(0, 0, 0, 0.7);
      font-weight: 300;
      padding: 0 1rem; }
.page-home main .content .col-lg-12 {
  height: 370px; }
.page-home main .content .col-lg-4 {
  height: 250px; }

@media (max-width: 767px) {
  main .content .col-lg-12, main .content .col-lg-4 {
    height: 150px !important; } }
@media (min-width: 1200px) {
  .page-home main .content > .row > div > div .caption {
    line-height: 3.4;
    font-size: 2rem; } }
#category-header {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 0.8rem; }

.page-single-product .rating-star-counter {
  font-size: 5rem;
  cursor: pointer;
  text-align: center; }
.page-single-product .rating-star-counter.selected .glyphicon-star {
  color: #ffbc0a; }
.page-single-product .social-bar .social-icon {
  display: inline-block; }

.product.small {
  height: 250px;
  outline: solid thin rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 15px 0;
  background: url("../images/small-product-placeholder.png") center center;
  background-size: cover;
  overflow: hidden; }
  .product.small .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5); }
  .product.small img {
    display: block;
    min-height: 100%;
    min-width: 100%; }

.product.large .product-info > * {
  margin: 15px 0; }
.product.large .product-gallery {
  margin: 0;
  height: 500px;
  width: 750px;
  background: url("../images/large-product-placeholder.png") center center;
  background-size: cover; }
.product.large h2 {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif; }
.product.large .product-rating {
  font-size: 2.1rem; }
  .product.large .product-rating .glyphicon-star {
    color: #ffbc0a; }
  .product.large .product-rating .glyphicon-star-empty {
    color: #2c2c2c; }
.product.large .product-description {
  font-family: "adelle", serif;
  font-size: 1.8rem; }
.product.large .btn {
  display: block;
  width: 200px;
  height: 65px;
  font-size: 1.6rem;
  line-height: 60px; }
  .product.large .btn .glyphicon {
    font-size: 2rem; }

.filter-wrapper {
  background: #ececec;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 1rem;
  margin-top: 3rem;
  height: auto;
  text-transform: uppercase; }
  .filter-wrapper .filter-body label {
    padding-left: 4.5rem; }
  .filter-wrapper.collapsed {
    height: 0;
    padding: 0; }

@media (max-width: 767px) {
  .product.small {
    height: 150px; }
    .product.small .name {
      font-size: 1.3rem; }
    .product.small img {
      height: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      margin-left: 50%; }

  .product.large h2 {
    margin: 0; }
  .product.large .product-gallery {
    height: auto;
    width: auto; }
    .product.large .product-gallery img {
      width: 100%;
      max-height: 100%; }
  .product.large .btn {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    line-height: 41px; }
    .product.large .btn .glyphicon {
      font-size: 1.6rem; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product.large h2 {
    margin: 0; }
  .product.large .product-gallery {
    height: auto;
    width: auto; }
    .product.large .product-gallery img {
      width: 100%;
      max-height: 100%; }
  .product.large .btn {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    line-height: 41px; }
    .product.large .btn .glyphicon {
      font-size: 1.6rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .product.large h2 {
    margin: 0; }
  .product.large .product-gallery {
    height: auto;
    width: auto; }
    .product.large .product-gallery img {
      width: 100%;
      max-height: 100%; }
  .product.large .btn {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    line-height: 41px; }
    .product.large .btn .glyphicon {
      font-size: 1.6rem; } }
.gallery, .gallery-item {
  margin-bottom: 30px; }
  .gallery img, .gallery-item img {
    width: 100%; }

.page-video-gallery .gallery-header {
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: solid thin black; }
  .page-video-gallery .gallery-header > h2 {
    margin-top: -12px;
    background: white;
    padding-right: 1.8em; }
  .page-video-gallery .gallery-header > .btn {
    margin-top: -19px;
    position: relative; }
    .page-video-gallery .gallery-header > .btn:before {
      display: block;
      content: ' ';
      width: 2em;
      height: 100%;
      background: white;
      position: absolute;
      left: -2em;
      top: 0; }
.page-video-gallery .gallery-item {
  height: 225px; }
  .page-video-gallery .gallery-item .description {
    font-size: 1.53rem;
    font-family: "adelle", serif; }
  .page-video-gallery .gallery-item:nth-child(n+7) {
    display: none; }
    .page-video-gallery .gallery-item:nth-child(n+7).active {
      display: block; }
.page-video-gallery .visible-xs > .show-more-btn {
  width: 100%; }
.page-video-gallery #video-player {
  height: 510px; }

@media (max-width: 767px) {
  .page-video-gallery .gallery-item h3 {
    font-size: 1.8rem; }
  .page-video-gallery .gallery-item .description {
    font-size: 1.5rem; }
  .page-video-gallery .gallery-item:nth-child(n+5) {
    display: none; }
  .page-video-gallery #video-player {
    height: 225px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-video-gallery .gallery-item h3 {
    font-size: 1.5rem; }
  .page-video-gallery .gallery-item .description {
    font-size: 1.23rem; }
  .page-video-gallery .gallery-item:nth-child(n+5) {
    display: none; }
  .page-video-gallery #video-player {
    height: 460px; } }
.page .nav.affix-top {
  position: absolute; }
.page .nav.affix {
  top: 40px; }
.page .nav.affix-bottom {
  position: absolute; }
.page .nav ul {
  list-style: none; }
  .page .nav ul li {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.6rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.7rem;
    margin-bottom: 2rem; }
    .page .nav ul li.current {
      color: #af1f24; }
.page main .row {
  /* padding-top: 5rem; */ }
.page .block img {
  max-width: 100%;
  margin-bottom: 2rem; }
.page .block p {
  margin-top: 2em;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem; }

.contact-page main {
  text-align: center; }
  .contact-page main #page-header-text p {
    width: 80%;
    margin: 0 auto;
    font-family: "adelle", serif;
    font-size: 1.8rem;
    margin-bottom: 30px; }
  .contact-page main #contact-map {
    margin-top: -15px; }

.locator-page main {
  padding-bottom: 50px;
  margin-top: 50px; }
.locator-page #location-search-wrapper {
  position: relative;
  margin-bottom: 50px; }
  .locator-page #location-search-wrapper .glyphicon {
    position: absolute;
    left: 8px;
    top: 9px;
    font-size: 25px;
    color: #acacac; }
  .locator-page #location-search-wrapper #location-search {
    background: #f4f4f4;
    padding-left: 35px; }
.locator-page #locator-map-canvas {
  margin-top: 20px;
  height: 600px; }
.locator-page #result-count-wrapper {
  background: #af1f24;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase; }
  .locator-page #result-count-wrapper #result-count {
    padding: 0.5rem 0; }
.locator-page .search-result {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-top: 2.5rem;
  border-bottom: solid thin #2c2c2c;
  padding-bottom: 2.5rem; }
  .locator-page .search-result .col-xs-12 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem; }
  .locator-page .search-result .type.retail {
    color: #af1f24; }
  .locator-page .search-result .type.distributor {
    color: #ffbc0a; }
  .locator-page .search-result .btn {
    font-family: "adelle", serif;
    font-size: 1.8rem;
    color: white;
    font-style: italic; }
  .locator-page .search-result .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.9rem; }
  .locator-page .search-result .distance {
    color: #af1f24; }
  .locator-page .search-result .contact {
    text-transform: uppercase; }
  .locator-page .search-result .product-availability-item .check {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background: #96b01c;
    display: inline-block;
    line-height: 19px;
    text-align: center;
    font-size: 1rem;
    float: left;
    color: white;
    margin-top: 7px;
    margin-right: 7px; }

.page-pressroom .gray-container-wrapper, .page-pressroom .grey-container-wrapper {
  margin-top: -15px;
  margin-bottom: 0; }
.page-pressroom .header-wrapper {
  background-color: #af1f24;
  color: white;
  margin-bottom: 15px;
  margin-top: 15px; }
.page-pressroom .section-header {
  margin-bottom: 15px;
  font-size: 1.2rem; }
  .page-pressroom .section-header > div {
    border: solid thin #2c2c2c;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 600; }
    .page-pressroom .section-header > div:after {
      content: '\e259';
      position: absolute;
      right: 1.2rem;
      top: 1.2rem;
      font-size: 1.7rem;
      font-family: 'Glyphicons Halflings';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .page-pressroom .section-header + .section {
    font-size: 1.2rem;
    height: auto;
    transition: height 300ms linear; }
    .page-pressroom .section-header + .section.collapsed {
      height: 0; }

.page-careers main .gray-container-wrapper, .page-careers main .grey-container-wrapper {
  margin-bottom: 0; }
.page-careers main ul {
  color: #af1f24;
  list-style-type: none;
  margin-bottom: 3rem; }
  .page-careers main ul li {
    margin-bottom: 1rem; }
  .page-careers main ul li:before {
    content: '-';
    display: inline-block;
    margin-right: 1rem; }
.page-careers main #career-picker {
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 3rem; }
  .page-careers main #career-picker li {
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: color 200ms linear; }
  .page-careers main #career-picker li:hover {
    color: #797979; }
  .page-careers main #career-picker li.active {
    color: #af1f24; }
  .page-careers main #career-picker li.active:hover {
    color: #d9282e; }
  .page-careers main #career-picker li:before {
    display: none; }
.page-careers main #career-list > ul {
  display: none;
  color: #af1f24;
  margin-top: 3rem;
  font-family: "adelle", serif;
  font-size: 1.6rem; }
  .page-careers main #career-list > ul a {
    color: inherit;
    text-decoration: underline; }
  .page-careers main #career-list > ul li:before {
    display: none; }
.page-careers main .address {
  white-space: pre-line;
  color: #af1f24; }

.resources-page .resource-table-header {
  background: #e5e5e5;
  height: 70px;
  padding: 0 9rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 70px;
  color: black; }
.resources-page .resource-table-wrapper {
  padding: 0 55px 45px;
  background: #fafafa;
  border: solid thin #e5e5e5; }

.resource-table {
  width: 100%;
  margin: 1rem auto; }
  .resource-table th:nth-child(1), .resource-table td:nth-child(1) {
    width: 60%;
    font-weight: 600; }
  .resource-table th:nth-child(2), .resource-table td:nth-child(2) {
    width: 25%; }
  .resource-table th:nth-child(3), .resource-table td:nth-child(3) {
    width: 15%;
    text-align: right; }
  .resource-table thead > tr {
    border-bottom: solid thin #e5e5e5; }
  .resource-table tr td, .resource-table tr th {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.7rem;
    height: 50px;
    color: black; }
    .resource-table tr td:first-child, .resource-table tr th:first-child {
      padding-left: 4rem; }
    .resource-table tr td:last-child, .resource-table tr th:last-child {
      padding-right: 4rem; }
  .resource-table tr th {
    color: #af1f24;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase; }
  .resource-table tr:nth-child(even) {
    background: #dfdfdf; }

@media (max-width: 767px) {
  .header-img {
    height: 150px; }

  .offcanvas-nav-open #site-wrapper {
    left: 100%; }
  .offcanvas-nav-open #offcanvas-nav {
    display: block; }

  #offcanvas-nav {
    max-width: 100%; }

  #mobile-site-nav-toggle > div {
    padding: 0.5rem 1rem; }

  .scrollbody, .menu > .menu {
    padding-top: 145px; }

  #mobile-site-header, #mobile-site-nav-toggle {
    height: 45px; }

  .offcanvas-nav-btn {
    padding: 1.1rem 2rem;
    font-size: 1.7rem; }

  .video-container {
    font-size: 1.1rem; }

  .image-overlay-content {
    margin-top: 0px;
    color: #2c2c2c;
    margin-bottom: 30px; }
    .image-overlay-content h2, .image-overlay-content p, .image-overlay-content p + p {
      background: transparent;
      padding: 14px 20px;
      display: block;
      height: 75px;
      font-weight: 300;
      text-transform: none;
      text-align: center;
      margin: 0; }
    .image-overlay-content br {
      display: none; }
    .image-overlay-content img {
      display: block;
      margin: 0 auto 30px; }
    .image-overlay-content h2 {
      line-height: 1.0;
      font-size: 3.2rem; }
    .image-overlay-content p {
      font-size: 1.8rem; }
    .image-overlay-content p:nth-of-type(2) {
      display: none;
      background: rgba(0, 0, 0, 0.5);
      height: 25px;
      font-size: 1.2rem;
      padding: 7px 20px;
      line-height: 0.8;
      margin-top: 50px; }
    .image-overlay-content.hidden {
      opacity: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-img {
    height: 250px; }

  .offcanvas-nav-open #site-wrapper {
    left: 420px; }
  .offcanvas-nav-open #offcanvas-nav {
    display: block; }
  .offcanvas-nav-open #site-wrapper-cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }

  .scrollbody, .menu > .menu {
    padding-top: 180px; }

  #mobile-site-header, #mobile-site-nav-toggle {
    height: 80px; }

  .offcanvas-nav-btn {
    padding: 2rem;
    font-size: 3rem; }

  .video-container {
    font-size: 4.4rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  ul.menu a, ul.menu span {
    padding: 0.3em 0.3em !important; }

  #site-header .site-nav {
    font-size: 1.4rem; }

  .video-container {
    font-size: 4.4rem; } }
@media (min-width: 1200px) {
  .video-container {
    font-size: 4.4rem; } }

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

/*#gform_1 ul.gfield_radio {
    display: flex;
}*/

/*#gform_1 ul.gfield_radio {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
#gform_1 ul.gfield_checkbox {
    display: flex;
    justify-content: space-between;
    width: 70%;
}*/

.gform_wrapper .top_label .gfield_label{
  font-size: 15px;
  color: #fff;
  background: #af1f24;
  font-weight: 700;
  padding: 0.5em 0.7em;
  border-radius: 5px;
}

input#gform_submit_button_1 {
    background-color: #af1f24;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    color: white !important;
    border: solid 1px #af1f24;
    border-radius: 5px;
}

.btn.btn-accent1{
  background-color: #af1f24;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 700;
  color: white !important;
  border: solid 1px #af1f24;
  border-radius: 4px; 
}

body .gform_wrapper .gform_body {
    font-size: 18px;
}
.gform_fields > li.show_count { display: block; }
.gform_fields > li.search_step_1{ display: block !important; }
.gform_fields > li{ display: none; }


.side-form .gform_wrapper .top_label .gfield_label{
  font-weight: normal;
  padding: 5px 10px;
  font-size: 14px;
  background: none;
  padding: 0px;
  color: #af1f24;
  font-weight: 700;
}

.side-form .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.side-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.side-form .gform_wrapper ul.gfield_checkbox li label,
.side-form .gform_wrapper .gfield_radio li label{
  font-size: 12px;
  font-weight:normal;
}

.side-form .gform_fields > li{
  padding: 10px 10px !important;
  margin: 4px 0px !important;
  border: solid #ccc 1px;
}

.side-form .gform_fields > li:last-child,
.side-form .gform_fields > li:first-child{
    border: solid #ccc 0px;
}
