@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

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

img[src$=".svg"] {
  width: 100%;
}

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

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@media (min-width: 600px) {
  .animate-items .is-visible:nth-child(1) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }

  .animate-items .is-visible:nth-child(2) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }

  .animate-items .is-visible:nth-child(3) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }

  .animate-items .is-visible:nth-child(4) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }

  .animate-items .is-visible:nth-child(5) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }

  .animate-items .is-visible:nth-child(6) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }

  .animate-items .is-visible:nth-child(7) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }

  .animate-items .is-visible:nth-child(8) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }

  .animate-items .is-visible:nth-child(9) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }

  .animate-items .is-visible:nth-child(10) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }

  .animate-items .is-visible:nth-child(11) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }

  .animate-items .is-visible:nth-child(12) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }

  .animate-items .is-visible:nth-child(13) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }

  .animate-items .is-visible:nth-child(14) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }

  .animate-items .is-visible:nth-child(15) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }

  .animate-items .is-visible:nth-child(16) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }

  .animate-items .is-visible:nth-child(17) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }

  .animate-items .is-visible:nth-child(18) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }

  .animate-items .is-visible:nth-child(19) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }

  .animate-items .is-visible:nth-child(20) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
}
.animate-items .grid-item.scroll {
  opacity: 1;
}

.animate-items .grid-item .item {
  opacity: 1;
}

@media (min-width: 600px) {
  .animate-items .grid-item .item {
    opacity: 0;
  }

  .scroll {
    opacity: 0;
  }

  .is-visible.fadeUp {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeDown {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeRight {
    animation: fadeRight;
    -webkit-animation-name: fadeRight;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeLeft {
    animation: fadeLeft;
    -webkit-animation-name: fadeLeft;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
  }
}
.mobile {
  display: block;
}
@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 900px) {
  .desktop {
    display: block;
  }
}

.wrap900 {
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}

.wrap1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.wrap1200 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.wrap1400 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .mobile-full {
    width: 100% !important;
  }
}

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

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid.flex-end {
  justify-content: flex-end;
}
.grid.flex-start {
  justify-content: flex-start;
}
.grid.flex-center {
  justify-content: center;
}
.grid .w-50 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-50 {
    width: 50%;
  }
}
.grid .w-33 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-33 {
    width: 33.3333333%;
  }
}
.grid .w-25 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid .w-25 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .grid .w-25 {
    width: 25%;
  }
}

body, html {
  font-size: 16px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 900px) {
  body, html {
    font-size: 18px;
    scroll-behavior: smooth;
  }
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

.page-introduction {
  margin-bottom: 60px;
  background: #f0f0f0;
  box-shadow: inset 0 -60px 0 #ffffff;
}
@media (min-width: 900px) {
  .page-introduction {
    box-shadow: inset 0 -90px 0 #ffffff;
    margin-bottom: 90px;
  }
}
.page-introduction .base {
  position: relative;
  z-index: 2;
  border: 8px solid #c4a666;
  padding: 30px 20px;
  background: #ffffff;
  margin-top: -40px;
}
@media (min-width: 900px) {
  .page-introduction .base {
    margin-top: -90px;
    padding: 30px 50px 50px;
  }
}
.page-introduction .base h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-introduction .base h2 {
    font-size: 30px;
  }
}
@media (min-width: 900px) {
  .page-introduction .base h2 {
    font-size: 36px;
  }
}
.page-introduction .base p {
  font-size: 18px;
}
@media (min-width: 600px) {
  .page-introduction .base p {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .page-introduction .base p {
    font-size: 24px;
  }
}
.page-introduction .base p strong {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.page-base {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .page-base {
    margin: 90px auto;
  }
}

.button, .sbi_load_btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #000000;
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 15px 20px;
  overflow: hidden;
  font-size: 14px;
  min-width: 230px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.2s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:hover, .sbi_load_btn:hover {
  background: #c4a666;
  box-shadow: 4px 4px #8d7237, -4px -4px #e0d1b0;
  color: #ffffff;
}
.button.sbi_load_btn, .sbi_load_btn.sbi_load_btn {
  border-radius: 0 !important;
  margin-top: 30px !important;
  padding: 15px 20px !important;
}
.button.sbi_load_btn:hover, .sbi_load_btn.sbi_load_btn:hover {
  background: #c4a666;
  box-shadow: 4px 4px #8d7237, -4px -4px #e0d1b0 !important;
}

.base.text-center hr {
  margin: 20px auto;
}
.base.alt p, .base.alt li, .base.alt h4, .base.alt h2, .base.alt h3 {
  color: #ffffff;
}
.base.alt .button {
  background: #c4a666;
  color: #ffffff;
}
.base.alt .button:hover {
  background: #ffffff;
  color: #c4a666;
}
.base.alt .wp-caption figcaption {
  color: #ffffff;
}
.base p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.base p.large {
  font-size: 18px;
}
@media (min-width: 600px) {
  .base p.large {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .base p.large {
    font-size: 24px;
  }
}
.base p.large strong {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.base strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.base em {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.base strong em,
.base em strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.base hr + h2 {
  margin-top: -10px;
}
.base strong.bronze-text, .base em.bronze-text, .base p.bronze-text, .base h2.bronze-text, .base h3.bronze-text, .base h4.bronze-text, .base b.bronze-text, .base i.bronze-text, .base li.bronze-text {
  color: #c4a666;
}
.base h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2;
  color: #c4a666;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
@media (min-width: 480px) {
  .base h2 {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .base h2 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .base h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .base h2 {
    font-size: 60px;
  }
}
.base h3 {
  line-height: 1.2;
  color: #c4a666;
  font-size: 18px;
}
@media (min-width: 600px) {
  .base h3 {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .base h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .base h2 + h4 {
    margin-top: -20px;
  }
}
.base h4 + p .button {
  margin-top: 30px;
}
.base h4 {
  line-height: 1.2;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .base h4 {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .base h4 {
    font-size: 26px;
  }
}
.base hr {
  width: 60px;
  height: 2px;
  margin: 20px 0;
  background: #c4a666;
  border: none;
}
.base a:not(.button) {
  color: #c4a666;
  text-decoration: underline;
}
.base a:not(.button):hover {
  text-decoration: none;
}
.base a:not(.button) strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.base ul {
  margin: 0 0 30px 20px;
  list-style: none;
}
@media (min-width: 900px) {
  .base ul {
    margin: 0 0 40px 20px;
  }
}
.base ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  line-height: 1.5;
}
.base ul li::before {
  position: absolute;
  top: -1px;
  left: 8px;
  text-indent: -15px;
  content: "•";
  color: #c4a666;
}
.base ul li ul {
  margin: 12px 0 30px 0;
}
.base ol {
  list-style: none;
  counter-reset: a;
  margin: 0 0 30px 20px;
}
@media (min-width: 900px) {
  .base ol {
    margin: 0 0 30px 30px;
  }
}
.base ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  line-height: 1.5;
}
.base ol li::before {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  text-indent: -35px;
  counter-increment: a;
  content: counter(a) ".";
  color: #c4a666;
  top: 0px;
}
.base .alignnone, .base .aligncenter {
  margin: 0 auto 30px;
}
.base .alignright {
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 600px) {
  .base .alignright {
    width: auto;
    margin: 0 0 30px 30px;
    float: right;
  }
}
.base .alignleft {
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 600px) {
  .base .alignleft {
    width: auto;
    float: left;
    margin: 0 30px 30px 0;
  }
}
.base .wp-caption {
  width: 100% !important;
  margin-bottom: 30px;
  text-align: center;
}
.base .wp-caption figcaption {
  margin: 10px auto;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #464444;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 900px) {
  .base .wp-caption figcaption {
    font-size: 16px;
  }
}
.base .wp-caption img {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.base blockquote {
  padding-left: 30px;
  margin: 40px auto;
  border-left: 4px solid #c4a666;
}
.base blockquote p {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  font-size: 18px;
}
@media (min-width: 600px) {
  .base blockquote p {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .base blockquote p {
    font-size: 24px;
  }
}
.base blockquote p:last-of-type {
  margin-bottom: 0px;
}
.base .vidwrap {
  max-width: 1000px;
  margin: 0 auto;
}
.base .vidwrap .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}
.base .vidwrap .embed-container iframe, .base .vidwrap .embed-container object, .base .vidwrap .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header {
  z-index: 999;
  position: relative;
  width: 100%;
}
@media (min-width: 900px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 900px) {
  .site-header.sticky {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
  }
}
.site-header.sticky .header-top {
  padding: 0;
}
.site-header.sticky .header-top .grid-item {
  display: none !important;
}
.site-header.sticky .wrap1400 {
  position: relative;
}
.site-header.sticky .main-navigation .grid {
  align-items: center;
  justify-content: space-between;
}
.site-header.sticky .main-navigation .menu {
  justify-content: flex-end;
}
@media (min-width: 900px) {
  .site-header.sticky .main-navigation .menu li {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .site-header.sticky .main-navigation .menu li {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .site-header.sticky .main-navigation .menu li {
    margin: 0 0 0 40px;
  }
}
@media (min-width: 1400px) {
  .site-header.sticky .main-navigation .menu li {
    margin: 0 0 0 60px;
  }
}
.site-header.sticky .main-navigation .menu li.search-trigger {
  display: none;
}
@media (min-width: 900px) {
  .site-header.sticky .main-navigation .menu li.search-trigger {
    display: inline-block;
  }
  .site-header.sticky .main-navigation .menu li.search-trigger:hover::after {
    color: #ffffff;
    cursor: pointer;
  }
}
.site-header.sticky .main-navigation .menu li.search-trigger a {
  display: none;
}
.site-header.sticky .main-navigation .menu li.search-trigger::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c4a666;
  content: "\e904";
  font-size: 24px;
  vertical-align: middle;
  top: 16px;
  position: relative;
}
.site-header.sticky .main-navigation .sticky-search {
  width: 250px;
  position: absolute;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  display: none;
  top: 7px;
  right: 0;
}
@media (min-width: 1200px) {
  .site-header.sticky .main-navigation .sticky-search {
    top: 8px;
  }
}
.site-header.sticky .main-navigation .sticky-search.open {
  display: flex;
}
.site-header.sticky .main-navigation .sticky-search input {
  font-size: 18px;
  padding: 10px 8px;
  text-indent: 5px;
  color: #000000;
  width: 100%;
  border-radius: 999em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.site-header.sticky .main-navigation .sticky-search label {
  width: calc(100% - 50px);
}
.site-header.sticky .main-navigation .sticky-search button {
  width: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 24px;
  border-radius: 999em;
  color: #c4a666;
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.site-header.sticky .main-navigation .sticky-search button:hover {
  color: #000000;
}
.site-header.sticky .main-navigation .logo {
  display: block;
  width: 50px;
  margin-left: 20px;
}
@media (min-width: 900px) {
  .site-header.sticky .main-navigation .logo {
    margin: 0;
  }
}
.site-header .header-top {
  display: none;
}
@media (min-width: 900px) {
  .site-header .header-top {
    display: block;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
.site-header .header-top .wrap1400.grid {
  position: relative;
  align-items: center;
}
.site-header .header-top .grid-item {
  width: 33.3333333%;
}
.site-header .header-top .grid-item:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .header-top .button {
  background: transparent;
  border: 2px solid #c4a666;
  font-size: 12px;
  padding: 15px 10px;
}
@media (min-width: 1200px) {
  .site-header .header-top .button {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.site-header .header-top .button:hover {
  background: #ffffff;
  color: #c4a666;
  border: none;
}
.site-header .header-top .logo {
  margin: 0 auto 0 0;
  display: block;
  width: 200px;
}
@media (min-width: 900px) {
  .site-header .header-top .logo {
    width: 250px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .site-header .header-top .logo {
    width: 275px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-top .logo {
    width: 330px;
  }
}
.site-header .header-top .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .header-top .social li {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .site-header .header-top .social li {
    margin-left: 12px;
  }
}
.site-header .header-top .social a {
  font-size: 30px;
  color: #c4a666;
}
.site-header .header-top .social a:hover {
  color: #ffffff;
}
.site-header .header-top .social .icon-tik-tok {
  font-size: 21px;
}
.site-header .header-top .search-trigger {
  font-size: 30px;
  margin-left: 10px;
  display: inline-block;
  color: #c4a666;
}
.site-header .header-top .search-trigger:hover {
  color: #ffffff;
  cursor: pointer;
}
.site-header .header-top .general-search-form {
  width: 250px;
  position: absolute;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  display: none;
  top: 28px;
}
@media (min-width: 1200px) {
  .site-header .header-top .general-search-form {
    top: 38px;
  }
}
.site-header .header-top .general-search-form.open {
  display: flex;
}
.site-header .header-top .general-search-form input {
  font-size: 18px;
  padding: 10px 8px;
  text-indent: 5px;
  color: #000000;
  width: 100%;
  border-radius: 999em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.site-header .header-top .general-search-form label {
  width: calc(100% - 50px);
}
.site-header .header-top .general-search-form button {
  width: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 24px;
  border-radius: 999em;
  color: #c4a666;
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.site-header .header-top .general-search-form button:hover {
  color: #000000;
}
.site-header .main-navigation {
  background: #000000;
}
.site-header .main-navigation .grid {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 900px) {
  .site-header .main-navigation .grid {
    justify-content: center;
  }
}
.site-header .main-navigation .logo {
  display: block;
  width: 50px;
  margin-left: 20px;
}
@media (min-width: 900px) {
  .site-header .main-navigation .logo {
    display: none;
  }
}
.site-header .main-navigation .menu-primary-container {
  display: none;
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu-primary-container {
    display: block;
  }
}
.site-header .main-navigation .sticky-search {
  display: none;
}
.site-header .main-navigation .mobile-subscribe {
  display: none;
}
.site-header .main-navigation .menu {
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu li {
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  .site-header .main-navigation .menu li {
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .site-header .main-navigation .menu li {
    margin: 0 30px;
  }
}
.site-header .main-navigation .menu li.disable > a {
  pointer-events: none;
}
.site-header .main-navigation .menu li.search-trigger {
  display: none;
}
.site-header .main-navigation .menu li.right-aligned .sub-menu {
  left: auto;
  right: -20px;
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu li.menu-item-has-children {
    position: relative;
  }
  .site-header .main-navigation .menu li.menu-item-has-children::after {
    content: "▼";
    color: #c4a666;
    font-size: 6px;
    top: -2px;
    position: relative;
  }
}
@media (min-width: 900px) and (min-width: 1024px) {
  .site-header .main-navigation .menu li.menu-item-has-children::after {
    font-size: 10px;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu li.menu-item-has-children > a {
    position: relative;
  }
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu li.menu-item-has-children:hover > a {
    color: #c4a666;
  }
  .site-header .main-navigation .menu li.menu-item-has-children:hover > .sub-menu {
    display: block !important;
    animation: growDown 400ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform-origin: top center;
    visibility: visible;
    opacity: 1;
  }
}
.site-header .main-navigation .menu a {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu a {
    display: inline-block;
    padding: 22px 0;
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .site-header .main-navigation .menu a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .site-header .main-navigation .menu a {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .site-header .main-navigation .menu a {
    font-size: 14px;
  }
}
.site-header .main-navigation .menu a:hover {
  color: #c4a666;
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu .sub-menu {
    transform-origin: top;
    position: absolute;
    top: 55px;
    left: -20px;
    visibility: hidden;
    opacity: 0;
    background: #464444;
    width: 200px;
  }
}
@media (min-width: 900px) and (min-width: 1024px) {
  .site-header .main-navigation .menu .sub-menu {
    width: 250px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .site-header .main-navigation .menu .sub-menu {
    top: 56px;
    width: 275px;
  }
}
@media (min-width: 900px) and (min-width: 1400px) {
  .site-header .main-navigation .menu .sub-menu {
    top: 58px;
  }
}
.site-header .main-navigation .menu .sub-menu li {
  border-bottom: 1px solid rgba(240, 240, 240, 0.2);
  margin: 0;
}
.site-header .main-navigation .menu .sub-menu li:last-of-type {
  border: none;
}
.site-header .main-navigation .menu .sub-menu li.disable > a {
  pointer-events: none;
}
.site-header .main-navigation .menu .sub-menu li.menu-item-has-children::after {
  content: "▶";
  color: #c4a666;
  font-size: 10px;
  top: 19px;
  right: 20px;
  position: absolute;
}
.site-header .main-navigation .menu .sub-menu li a {
  display: block;
  padding: 16px 20px;
  line-height: 1.2;
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .site-header .main-navigation .menu .sub-menu li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .site-header .main-navigation .menu .sub-menu li a {
    font-size: 16px;
  }
}
.site-header .main-navigation .menu .sub-menu li a:hover {
  background: #c4a666;
  color: #ffffff;
}
@media (min-width: 900px) {
  .site-header .main-navigation .menu .sub-menu li .sub-menu {
    transform-origin: top;
    position: absolute;
    top: 0px;
    left: auto;
    right: -200px;
    visibility: hidden;
    opacity: 0;
    background: #828085;
    width: 200px;
  }
}
@media (min-width: 900px) and (min-width: 1024px) {
  .site-header .main-navigation .menu .sub-menu li .sub-menu {
    width: 250px;
    right: -250px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .site-header .main-navigation .menu .sub-menu li .sub-menu {
    width: 275px;
    right: -275px;
  }
}

.admin-bar .site-header {
  top: 32px;
}

.site-footer {
  padding: 80px 0 0;
  background: #000000;
  color: #ffffff;
}
.site-footer ::selection {
  background: #c4a666;
  color: #ffffff;
}
.site-footer ::-moz-selection {
  background: #c4a666;
  color: #ffffff;
}
.site-footer .pattern {
  z-index: 1;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-footer .grid {
  align-items: center;
  justify-content: center;
}
.site-footer .grid-item:not(.logo) {
  width: 100%;
}
@media (min-width: 900px) {
  .site-footer .grid-item:not(.logo) {
    width: 300px;
  }
}
.site-footer .grid-item:not(.logo):first-of-type {
  text-align: center;
  line-height: 1.4;
  order: 1;
}
@media (min-width: 900px) {
  .site-footer .grid-item:not(.logo):first-of-type {
    order: 0;
    text-align: right;
  }
}
.site-footer .grid-item:not(.logo):first-of-type h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c4a666;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.site-footer .grid-item:not(.logo):first-of-type .login:hover {
  color: #c4a666;
}
.site-footer .grid-item:not(.logo):first-of-type .menu li {
  margin-bottom: 15px;
}
.site-footer .grid-item:not(.logo):first-of-type .menu a:hover {
  color: #c4a666;
}
.site-footer .grid-item:not(.logo):last-of-type {
  text-align: center;
  line-height: 1.4;
  order: 2;
}
@media (min-width: 900px) {
  .site-footer .grid-item:not(.logo):last-of-type {
    text-align: left;
  }
}
.site-footer .grid-item:not(.logo):last-of-type h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c4a666;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.site-footer .grid-item:not(.logo):last-of-type p {
  margin-top: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c4a666;
}
.site-footer .grid-item:not(.logo):last-of-type a {
  color: #ffffff;
}
.site-footer .grid-item:not(.logo):last-of-type a:hover {
  color: #c4a666;
}
.site-footer .logo {
  width: 100%;
  order: 0;
  margin: 0 auto 40px;
}
@media (min-width: 900px) {
  .site-footer .logo {
    margin: 0;
    order: 1;
    width: calc(100% - 600px);
    padding: 0 40px;
  }
}
.site-footer .logo a {
  display: block;
  max-width: 175px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .site-footer .logo a {
    max-width: 225px;
  }
}
@media (min-width: 900px) {
  .site-footer .logo a {
    max-width: 300px;
  }
}
.site-footer .social {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .site-footer .social {
    margin: 0;
    margin-top: 45px;
    justify-content: flex-end;
  }
}
.site-footer .social li {
  margin: 0 8px;
}
@media (min-width: 900px) {
  .site-footer .social li {
    margin-left: 8px;
  }
}
.site-footer .social a {
  color: #c4a666;
  font-size: 32px;
}
.site-footer .social a:hover {
  color: #ffffff;
}
.site-footer .social .icon-tik-tok {
  font-size: 21px;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}
.site-footer .subscribe {
  margin: 50px auto;
  position: relative;
}
.site-footer .subscribe .line {
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 100%;
  top: 23px;
  background: #c4a666;
}
.site-footer .subscribe .button {
  position: relative;
  z-index: 2;
  background: #c4a666;
  color: #ffffff;
  margin: 0 10px;
}
.site-footer .subscribe .button:hover {
  background: #ffffff;
  color: #000000;
}
.site-footer .disclaimer {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .site-footer .disclaimer {
    font-size: 16px;
  }
}
.site-footer .copyright {
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .site-footer .copyright {
    font-size: 13px;
  }
}
.site-footer .copyright a {
  text-decoration: underline;
}
.site-footer .copyright a:hover {
  text-decoration: none;
}

#cookie-law-info-bar {
  box-shadow: none !important;
}
#cookie-law-info-bar .cli-bar-message {
  font-weight: 700 !important;
}

.cli-switch input:checked + .cli-slider, .cli-tab-footer .wt-cli-privacy-accept-btn {
  background: #c4a666 !important;
}

#wt-cli-accept-all-btn:hover {
  opacity: 0.8 !important;
}

#cookie-law-info-again {
  box-shadow: none !important;
}

#cookie_hdr_showagain {
  font-weight: 700 !important;
}

.home-hero {
  overflow: hidden;
  position: relative;
}
.home-hero video {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.home-hero .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .home-hero .overlay {
    background: rgba(0, 0, 0, 0.2);
  }
}
.home-hero .wrap1400 {
  position: relative;
  z-index: 3;
}
.home-hero .hero {
  padding: 70px 0 80px;
}
@media (min-width: 600px) {
  .home-hero .hero {
    padding: 150px 0 150px;
  }
}
@media (min-width: 900px) {
  .home-hero .hero {
    padding: 400px 0 300px;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero {
    padding: 450px 0 350px;
  }
}
.home-hero h1 {
  color: #ffffff;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .home-hero h1 {
    font-size: 35px;
  }
}
@media (min-width: 600px) {
  .home-hero h1 {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .home-hero h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .home-hero h1 {
    font-size: 65px;
  }
}

.below-hero {
  margin-bottom: 90px;
}
@media (min-width: 900px) {
  .below-hero {
    margin-bottom: 150px;
  }
}
.below-hero .pattern {
  z-index: 1;
  position: absolute;
  height: 120px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .below-hero .pattern {
    height: 200px;
  }
}
.below-hero .wrap1200 {
  padding-top: 60px;
}
@media (min-width: 600px) {
  .below-hero .wrap1200 {
    padding-top: 100px;
  }
}
.below-hero .base {
  position: relative;
  z-index: 2;
  border: 8px solid #c4a666;
  padding: 30px 20px;
  background: #ffffff;
}
@media (min-width: 900px) {
  .below-hero .base {
    padding: 30px 50px 50px;
  }
}
.below-hero .base p {
  font-size: 18px;
}
@media (min-width: 600px) {
  .below-hero .base p {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .below-hero .base p {
    font-size: 24px;
  }
}
.below-hero .button {
  position: absolute;
  width: 230px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -28px;
}

.two-column {
  margin: 60px auto;
  position: relative;
}
@media (min-width: 600px) {
  .two-column {
    margin: 90px auto;
  }
}
@media (min-width: 900px) {
  .two-column {
    margin: 120px auto;
  }
}
.two-column.photo-content .base {
  margin: 60px auto 40px;
}
@media (min-width: 900px) {
  .two-column.photo-content .base {
    padding-left: 60px;
    margin: 0 auto 70px 0;
  }
}
.two-column.content-photo .grid {
  flex-wrap: wrap-reverse;
}
.two-column.content-photo .base {
  margin: 60px auto 40px;
}
@media (min-width: 900px) {
  .two-column.content-photo .base {
    padding-right: 60px;
    margin: 0 0 70px auto;
  }
}
.two-column .grid {
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .two-column .grid {
    margin-bottom: -100px;
  }
}
.two-column .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .two-column .grid-item {
    width: 50%;
  }
}
.two-column .grid-item.content .base {
  width: 94%;
  max-width: 700px;
}
.two-column .grid-item.content .base hr {
  margin-top: 0px;
}
.two-column .grid-item.photo img {
  width: 100%;
}
.two-column .pattern {
  position: relative;
  z-index: 1;
  height: 90px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: -70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .two-column .pattern {
    height: 200px;
  }
}

.honor-awards {
  margin: 60px auto;
  position: relative;
}
@media (min-width: 900px) {
  .honor-awards {
    margin: 90px auto 60px;
  }
}
.honor-awards .grid {
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .honor-awards .grid-item:first-of-type {
    width: 465px;
  }
}
@media (min-width: 900px) {
  .honor-awards .grid-item:first-of-type .base {
    padding-right: 40px;
  }
}
.honor-awards .grid-item:last-of-type {
  width: 100%;
}
@media (min-width: 900px) {
  .honor-awards .grid-item:last-of-type {
    width: calc(100% - 465px);
  }
}
.honor-awards .grid-item:last-of-type img {
  margin-bottom: 30px;
}
.honor-awards .bottom {
  position: relative;
  margin-top: -60px;
  z-index: 1;
  width: 100%;
  height: 80px;
  background: #f0f0f0;
}
@media (min-width: 600px) {
  .honor-awards .bottom {
    height: 120px;
  }
}

.tech-specs {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .tech-specs {
    margin: 60px auto 90px;
  }
}
.tech-specs .container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 30px 30px;
}
@media (min-width: 600px) {
  .tech-specs .container {
    padding: 40px 40px 30px;
  }
}
@media (min-width: 900px) {
  .tech-specs .container {
    padding: 70px 90px 40px;
  }
}

.stories-in-stone {
  position: relative;
}
.stories-in-stone .bottom {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  background: #f0f0f0;
}
@media (min-width: 600px) {
  .stories-in-stone .bottom {
    height: 120px;
  }
}
.stories-in-stone .bottom .button {
  margin-top: -23px;
}

#tribe-events #tribe-events-bar {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
#tribe-events #tribe-bar-form {
  background: #f0f0f0;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#tribe-events #tribe-bar-form::before {
  display: none;
}
#tribe-events #tribe-bar-form.tribe-bar-collapse {
  display: block;
  padding: 15px 0px;
}
#tribe-events #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner.tribe-clearfix {
  padding-top: 0px;
}
#tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
  background: #000000;
  color: #ffffff;
}
#tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-filters-wrap,
#tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  width: 100%;
}
#tribe-events #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner {
  padding: 15px;
}
#tribe-events #tribe-bar-form.tribe-bar-collapse .tribe-bar-submit, #tribe-events #tribe-bar-form.tribe-bar-collapse div {
  padding-right: 0;
  width: 100% !important;
}
#tribe-events #tribe-bar-form .tribe-bar-geoloc-filter {
  display: none;
}
#tribe-events #tribe-bar-form #tribe-bar-filters-wrap {
  width: calc(100% - 200px);
}
#tribe-events #tribe-bar-form #tribe-bar-views {
  width: 200px;
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter {
  margin-bottom: 0;
  padding: 15px 10px 15px 0;
  width: calc(50% - 75px);
}
@media (min-width: 900px) {
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter {
    width: calc(50% - 100px);
  }
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter {
  margin-bottom: 0;
  padding: 15px 10px 15px 0;
  width: calc(50% - 75px);
}
@media (min-width: 900px) {
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter {
    width: calc(50% - 100px);
  }
}
#tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-submit {
  margin: 0 0 0 auto;
  padding: 15px 0;
  width: 150px;
  float: none;
}
@media (min-width: 900px) {
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-submit {
    width: 200px;
  }
}
#tribe-events #tribe-bar-form label {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#tribe-events #tribe-bar-form .tribe-events-button {
  text-align: center;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  background: #000000;
  margin: 0;
  height: 50px;
  min-width: 0px !important;
}
#tribe-events #tribe-bar-form .tribe-events-button:hover {
  background: #c4a666;
}
#tribe-events .tribe-bar-views-inner {
  background: #f0f0f0;
  padding: 0;
  height: 50px;
}
#tribe-events .tribe-bar-views-inner #tribe-bar-views-label {
  display: none !important;
}
#tribe-events .tribe-events-notices {
  padding: 10px 10px 12px;
  border-radius: 0px;
  background: #c4a666;
  border-color: #c4a666;
  color: #c4a666;
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 30px auto;
  text-align: center;
  text-shadow: none;
}
#tribe-events #tribe-events-content:not(.tribe-events-single),
#tribe-events .the-events-calendar-category-list {
  width: 94% !important;
  max-width: 1400px;
  margin: 0 auto !important;
}
#tribe-events .the-events-calendar-category-list h4 {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
#tribe-events .the-events-calendar-category-list .custom-select {
  max-width: 300px;
}
#tribe-events .tribe-events-sub-nav {
  display: flex;
  justify-content: space-between;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-right {
  margin-left: auto;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-right a {
  font-size: 14px;
  color: #000000;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-right a:hover {
  color: #c4a666;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-sub-nav .tribe-events-nav-right a {
    font-size: 16px;
  }
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-right span {
  right: 5px;
  top: 7px;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-left {
  margin-right: auto;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-left a {
  font-size: 14px;
  color: #000000;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-left a:hover {
  color: #c4a666;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-sub-nav .tribe-events-nav-left a {
    font-size: 16px;
  }
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-left span {
  left: 5px;
  top: 7px;
}
#tribe-events .tribe-events-sub-nav li {
  width: 50%;
  margin: 0;
  padding: 0;
}
#tribe-events .tribe-events-sub-nav a {
  text-transform: uppercase;
  background: none;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding: 0px;
  color: #c4a666;
}
#tribe-events .tribe-events-sub-nav a:hover {
  color: #000000;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-sub-nav a {
    font-size: 20px;
  }
}
#tribe-events .tribe-events-sub-nav a span {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-sub-nav a span {
    font-size: 26px;
  }
}
#tribe-events #tribe-events-header {
  margin: 30px auto 10px;
}
#tribe-events .tribe-events-calendar thead th {
  background: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#tribe-events .tribe-events-calendar td {
  background: #ffffff;
}
#tribe-events .tribe-events-calendar td.mobile-active {
  background: #ffffff;
}
#tribe-events .tribe-events-calendar td.mobile-active:hover {
  background: #ffffff;
}
#tribe-events .tribe-events-calendar td.mobile-active::after {
  background-color: #828085;
}
#tribe-events #tribe-mobile-container .tribe-mobile-day-heading {
  display: none;
}
#tribe-events #tribe-mobile-container .url {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c4a666;
  letter-spacing: normal;
  text-transform: none;
  background: transparent !important;
  font-size: 27px;
  line-height: 1.2;
}
#tribe-events #tribe-mobile-container .url:hover {
  color: #828085;
}
#tribe-events #tribe-mobile-container .tribe-events-event-schedule-details {
  display: block;
  width: 100%;
  margin: 10px auto;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #000000;
}
@media (min-width: 600px) {
  #tribe-events #tribe-mobile-container .tribe-events-event-schedule-details {
    font-size: 15px;
  }
}
#tribe-events #tribe-mobile-container .tribe-events-event-image {
  margin: 20px auto;
  float: none;
  width: 100%;
}
#tribe-events #tribe-mobile-container .tribe-events-event-image a {
  background: transparent !important;
}
#tribe-events #tribe-mobile-container .tribe-event-description p {
  font-size: 16px;
  margin: 20px auto;
}
#tribe-events .tribe-events-calendar div[id*=tribe-events-daynum-] {
  background: #f0f0f0;
}
#tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #c4a666;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
#tribe-events table .type-tribe_events {
  padding: 0px !important;
  margin: 0 5px !important;
}
#tribe-events .url {
  color: #000000;
  background-image: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  opacity: 1;
}
#tribe-events #tribe-events-content .tribe-events-calendar td {
  border-color: #828085;
}
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
#tribe-events .tribe-events-calendar div[id*=tribe-events-daynum-], #tribe-events .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  color: #000000;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ffffff;
}
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  box-shadow: none;
  background: #ffffff;
}
#tribe-events #tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type=submit], #tribe-events .tribe-events-button {
  text-align: center;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 0;
  padding: 12px 5px;
  font-size: 12px;
  background: #000000;
  min-width: 200px;
}
@media (min-width: 900px) {
  #tribe-events #tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type=submit], #tribe-events .tribe-events-button {
    font-size: 14px;
  }
}
#tribe-events .tribe-events-button:hover {
  background: #c4a666;
  color: #ffffff;
}
#tribe-events .tribe-bar-views-list {
  border-radius: 0 !important;
  background: #c4a666;
  padding: 0px;
}
#tribe-events .tribe-bar-views-list span {
  display: none;
}
#tribe-events #tribe-bar-views-toggle {
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #ffffff;
  padding-left: 30px;
  height: 100%;
  font-size: 16px !important;
}
#tribe-events #tribe-bar-views-toggle:hover {
  cursor: pointer;
}
#tribe-events #tribe-bar-views-toggle[aria-expanded=true]:after {
  margin-top: 0px;
  right: 15px;
  bottom: 0;
  position: absolute;
}
#tribe-events #tribe-bar-views-toggle span {
  position: absolute;
  left: 10px;
}
#tribe-events #tribe-bar-views-toggle:after {
  display: none;
}
#tribe-events #tribe-bar-views .tribe-bar-views-option {
  background: #c4a666;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#tribe-events #tribe-bar-views .tribe-bar-views-option:hover {
  background: #c4a666;
  color: #ffffff;
}
#tribe-events #tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  color: #ffffff;
  background: #c4a666;
}
#tribe-events #tribe-bar-views .tribe-bar-views-option.tribe-bar-active:hover {
  background: #c4a666;
  color: #ffffff;
}
#tribe-events #tribe-bar-views .tribe-bar-views-option:last-of-type {
  border-radius: 0px !important;
}
#tribe-events .tribe-events-page-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
@media (min-width: 1024px) {
  #tribe-events .tribe-events-page-title {
    font-size: 32px;
  }
}
#tribe-events .tribe-events-page-title a {
  font-size: 15px;
  background: none;
  vertical-align: middle;
  color: #000000;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  #tribe-events .tribe-events-page-title a {
    font-size: 20px;
  }
}
#tribe-events .tribe-events-page-title a:hover {
  text-decoration: none !important;
  color: #c4a666;
}
#tribe-events .recurring-info-tooltip, #tribe-events .tribe-events-calendar .tribe-events-tooltip, #tribe-events .tribe-events-shortcode.view-week .tribe-events-tooltip, #tribe-events .tribe-events-week .tribe-events-tooltip {
  padding: 20px;
}
#tribe-events .tribe-event-description p {
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #tribe-events .tribe-event-description p {
    font-size: 16px;
  }
}
#tribe-events h3 {
  color: #000000;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1024px) {
  #tribe-events h3 {
    font-size: 20px;
  }
}
#tribe-events .tribe-events-tooltip .tribe-events-event-thumb {
  float: none;
  width: 100%;
}
#tribe-events .tribe-events-tooltip .tribe-events-event-thumb img {
  width: 100%;
  max-height: none;
  max-width: none;
  padding: 0;
}
#tribe-events #tribe-events-content .tribe-events-abbr {
  display: block;
  padding: 10px 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #c4a666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 30px;
}
.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events {
  border-top: none;
  padding-top: 30px;
}
.tribe-events-list .type-tribe_events {
  padding: 40px 0 20px;
  border-top: 2px solid #f0f0f0;
}
@media (min-width: 600px) {
  .tribe-events-list .type-tribe_events {
    padding: 60px 0 20px;
  }
}
.tribe-events-list .list-view-grid .grid-item:first-of-type {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .tribe-events-list .list-view-grid .grid-item:first-of-type {
    margin: 0;
    width: 285px;
  }
}
@media (min-width: 900px) {
  .tribe-events-list .list-view-grid .grid-item:first-of-type {
    width: 330px;
  }
}
.tribe-events-list .list-view-grid .grid-item:first-of-type .tribe-events-event-image {
  width: 100%;
  float: none;
  margin: 0;
  padding-top: 12px;
}
.tribe-events-list .list-view-grid .grid-item:first-of-type .tribe-events-event-image:hover img {
  border-color: #000000 !important;
}
.tribe-events-list .list-view-grid .grid-item:first-of-type img {
  width: 100%;
  max-height: none;
  border-bottom: 7px solid #c4a666;
}
.tribe-events-list .list-view-grid .grid-item:last-of-type {
  width: 100%;
}
@media (min-width: 600px) {
  .tribe-events-list .list-view-grid .grid-item:last-of-type {
    width: calc(100% - 285px);
    padding-left: 20px;
  }
}
@media (min-width: 900px) {
  .tribe-events-list .list-view-grid .grid-item:last-of-type {
    width: calc(100% - 330px);
    padding-left: 30px;
  }
}
.tribe-events-list .tribe-events-loop {
  margin: 0 auto;
  max-width: 1100px !important;
}
.tribe-events-list .type-tribe_events {
  margin: 0 0 30px !important;
}
@media (min-width: 600px) {
  .tribe-events-list .type-tribe_events {
    margin: 0 0 60px !important;
  }
}
.tribe-events-list .tribe-events-list-separator-month::after {
  border-color: #f0f0f0;
  border-width: 2px;
}
.tribe-events-list .tribe-events-list-separator-month span {
  padding: 0 10px;
  color: #464444;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 600px) {
  .tribe-events-list .tribe-events-list-separator-month span {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .tribe-events-list .tribe-events-list-separator-month span {
    font-size: 28px;
  }
}
.tribe-events-list .tribe-events-list-event-title {
  display: block;
  margin-bottom: 5px;
}
.tribe-events-list .tribe-events-list-event-title .tribe-event-url {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: none;
  color: #c4a666;
  display: inline-block;
  line-height: 1.2;
  font-size: 27px;
}
@media (min-width: 600px) {
  .tribe-events-list .tribe-events-list-event-title .tribe-event-url {
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .tribe-events-list .tribe-events-list-event-title .tribe-event-url {
    font-size: 36px;
  }
}
.tribe-events-list .tribe-events-list-event-title .tribe-event-url:hover {
  background: none;
  color: #c4a666;
}
.tribe-events-list .tribe-events-event-image:hover img {
  border-color: #c4a666;
}
.tribe-events-list .tribe-events-event-image a {
  background: none;
}
.tribe-events-list .tribe-events-event-image a:hover {
  background: none;
}
.tribe-events-list .tribe-events-event-meta {
  padding: 0px;
  border: none;
  background: transparent;
}
.tribe-events-list .tribe-event-schedule-details {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #c4a666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0px;
}
.tribe-events-list .tribe-events-venue-details {
  display: none;
}
.tribe-events-list .tribe-events-event-cost {
  display: none;
}
.tribe-events-list #tribe-events-footer {
  position: relative;
  margin-top: 90px;
  padding: 30px 0 20px !important;
  border-top: 2px solid #f0f0f0;
}
.tribe-events-list #tribe-events-footer .tribe-events-ical.tribe-events-button {
  z-index: 4;
  margin: 0 auto;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 200px;
  top: -22px;
  background: #000000;
  color: #ffffff;
}
.tribe-events-list #tribe-events-footer .tribe-events-ical.tribe-events-button:hover {
  background: #f0f0f0;
  color: #000000;
}
.tribe-events-list .tribe-events-read-more {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.tribe-events-list .tribe-events-read-more:hover {
  color: #c4a666;
}

.datepicker .table-condensed thead,
.datepicker .table-condensed tbody,
.datepicker .table-condensed tbody tr {
  width: 100%;
  display: table;
}
.datepicker.dropdown-menu {
  border-radius: 0 !important;
}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.datepicker .datepicker-switch {
  font-size: 18px;
  color: #000000;
}
.datepicker .datepicker-switch:hover {
  background: #f0f0f0;
}
.datepicker thead {
  display: block;
  margin-bottom: 10px;
}
.datepicker th {
  border-radius: 0;
}
.datepicker .prev, .datepicker .next {
  font-size: 27px;
  color: #c4a666;
  line-height: 0;
}
.datepicker .prev:hover, .datepicker .next:hover {
  background: #f0f0f0;
}
.datepicker table tr td span {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
}
.datepicker .dow {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.datepicker .day, .datepicker .month, .datepicker .year {
  border-radius: 0;
  box-shadow: none;
}
.datepicker .day:hover, .datepicker .month:hover, .datepicker .year:hover {
  background: #f0f0f0 !important;
  color: #c4a666 !important;
}
.datepicker .day.focused, .datepicker .day.active, .datepicker .month.focused, .datepicker .month.active, .datepicker .year.focused, .datepicker .year.active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c4a666 !important;
  background: #f0f0f0 !important;
}

#tribe-events {
  padding: 0px;
}
#tribe-events .noimage {
  max-width: 1000px;
  margin: 0 auto;
}
#tribe-events .tribe-events-single-event-description p {
  margin-bottom: 30px !important;
}
#tribe-events .single-post-title hr {
  margin: 0px auto 30px;
  width: 90px;
  height: 2px;
  background: #000000;
  border: none;
}
#tribe-events .single-post-title .datetime {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #464444;
  line-height: 1.4;
}
@media (min-width: 600px) {
  #tribe-events .single-post-title .datetime {
    font-size: 20px;
  }
}
#tribe-events .tribe-events-single {
  margin: 60px auto;
}
#tribe-events .tribe-events-single .grid-item:first-of-type img {
  width: 100%;
}
#tribe-events .tribe-events-single .tribe-events-event-meta {
  border: none !important;
  background: transparent !important;
}
#tribe-events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group-venue, #tribe-events .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
  display: block;
  width: 100%;
  margin: 0 auto !important;
  padding: 0px;
}
#tribe-events .tribe-events-single .tribe-events-single-section.tribe-events-event-meta.primary {
  display: none !important;
}
#tribe-events .tribe-events-single .grid {
  align-items: center;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-other {
  display: none !important;
}
#tribe-events .tribe-events-single .tribe-events-venue-map {
  border: none !important;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue {
  line-height: 1.2 !important;
  background: #f0f0f0;
  padding: 30px 20px !important;
  text-align: center;
  outline: 1px solid #828085;
  outline-offset: -10px;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 16px;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue h4:first-of-type {
  margin-top: 0px;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue address.tribe-events-address {
  font-size: 16px;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue dd {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-single .tribe-events-meta-group-venue dd {
    font-size: 18px;
  }
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue dd:last-of-type {
  margin-bottom: 0px !important;
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue a {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #c4a666;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-single .tribe-events-meta-group-venue a {
    font-size: 18px;
  }
}
#tribe-events .tribe-events-single .tribe-events-meta-group-venue a:hover {
  color: #000000;
}
@media (min-width: 900px) {
  #tribe-events .tribe-events-single .grid-item:last-of-type {
    padding-left: 60px;
  }
}
#tribe-events .tribe-events-back .button {
  color: #c4a666;
}
#tribe-events .tribe-events-back .button:hover {
  color: #ffffff;
}
#tribe-events .social-share {
  margin: 60px auto !important;
  position: relative;
}
#tribe-events .social-share .line {
  z-index: 1;
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f0f0f0;
  top: 55px;
}
#tribe-events .social-share .ssba-classic-2 {
  width: max-content;
  margin: 0 auto;
}
#tribe-events .social-share .share {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  color: #000000;
}
#tribe-events .social-share .share-buttons {
  margin: 0 auto;
  width: max-content;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
#tribe-events .social-share a:hover {
  opacity: 0.8;
}

#tribe_events_filters_wrapper {
  position: relative !important;
  float: none !important;
  margin-bottom: 0px !important;
}

.tribe_events_filter_control {
  display: none;
}

#tribe_events_filters_wrapper.tribe-events-filters-vertical {
  width: 100% !important;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content {
  max-width: 1000px;
  margin: 40px auto 0;
  width: 94%;
  border: none;
  padding: 0px !important;
  float: none !important;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-label {
  display: none;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-legend {
  margin: 0 0 5px;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ffffff;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form fieldset {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form fieldset {
    margin: 0;
    width: 50%;
    padding: 0 10px;
  }
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .tribe-events-filters-group-heading {
  background: #ffffff;
  border: none;
  pointer-events: none;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin-bottom: 5px;
  font-size: 16px;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .tribe-events-filters-group-heading::after {
  display: none;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form button.tribe-js-filters-reset {
  display: none !important;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .tribe-events-filter-select {
  background: #ffffff;
  padding: 0px;
  border: none;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #f0f0f0;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .tribe-dropdown .select2-selection--single .select2-selection__rendered, #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .tribe-ea-dropdown .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  height: 45px;
  background: #f0f0f0;
  color: #000000;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form span.select2-selection__arrow {
  height: 42px;
  right: 4px;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filters_form .tribe-dropdown .select2-selection--single .select2-selection__clear {
  line-height: 40px;
}

.tribe-dropdown.select2-container--open .select2-dropdown--below, .tribe-ea-dropdown.select2-container--open .select2-dropdown--below {
  border-radius: 0px !important;
  border: 1px solid #f0f0f0 !important;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #ffffff !important;
  background: #000000 !important;
}

.tribe_events_filters_reset--desktop {
  display: none !important;
}

.tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content, .tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
  padding: 0px !important;
  float: none !important;
  clear: both;
}

.events-headline {
  margin: 60px auto;
}
.events-headline h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #c4a666;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .events-headline h1 {
    font-size: 35px;
  }
}
@media (min-width: 900px) {
  .events-headline h1 {
    font-size: 55px;
  }
}
@media (min-width: 1024px) {
  .events-headline h1 {
    font-size: 72px;
  }
}

.events-calendar .single-post-title {
  margin: 90px auto 30px;
  position: relative;
}
@media (min-width: 900px) {
  .events-calendar .single-post-title {
    margin-top: 240px;
  }
}
@media (min-width: 1200px) {
  .events-calendar .single-post-title {
    margin-top: 280px;
  }
}
.events-calendar .single-post-title .wrap1200 {
  position: relative;
  z-index: 3;
}
.events-calendar .single-post-title .title {
  margin-bottom: 30px;
  position: relative;
}
.events-calendar .single-post-title .title .line {
  position: absolute;
  z-index: 1;
  background: #f0f0f0;
  top: 50%;
  height: 2px;
  width: 100%;
  left: 0;
}
.events-calendar .single-post-title .title span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 auto;
  display: inline-block;
  padding: 0 12px;
  background: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  z-index: 2;
  color: #c4a666;
  font-size: 15px;
}
@media (min-width: 600px) {
  .events-calendar .single-post-title .title span {
    padding: 0 20px;
    font-size: 18px;
  }
}
.events-calendar .single-post-title h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #000000;
  letter-spacing: -0.03em;
  margin: 50px auto;
}
@media (min-width: 480px) {
  .events-calendar .single-post-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  .events-calendar .single-post-title h1 {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .events-calendar .single-post-title h1 {
    font-size: 55px;
  }
}
@media (min-width: 1024px) {
  .events-calendar .single-post-title h1 {
    font-size: 72px;
  }
}
.events-calendar .social-share {
  margin: 60px auto;
}
.events-calendar .social-share .share-buttons .text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c4a666;
  display: block;
  margin-bottom: 7px;
}

.timeline {
  margin: 60px auto;
  position: relative;
}
.timeline .toc {
  position: fixed;
  left: 0;
  top: 20px;
  z-index: 998;
  max-width: max-content;
  display: none;
}
@media (min-width: 600px) {
  .timeline .toc {
    left: 3%;
    top: 20px;
  }
}
@media (min-width: 900px) {
  .timeline .toc {
    top: 76px;
  }
}
.timeline .toc.start {
  display: block;
}
.timeline .toc .inner {
  width: 100px;
  padding: 20px 20px 25px;
  background: #464444;
  border-bottom: 8px solid #c4a666;
}
@media (min-width: 900px) {
  .timeline .toc .inner {
    padding: 20px 25px 25px;
    width: 120px;
  }
}
.timeline .toc li {
  margin: 14px auto;
}
@media (min-width: 900px) {
  .timeline .toc li {
    margin: 16px auto;
  }
}
.timeline .toc a {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  font-size: 16px;
}
@media (min-width: 900px) {
  .timeline .toc a {
    font-size: 22px;
  }
}
.timeline .toc a:hover {
  color: #ffffff;
}
.timeline .toc a.active {
  color: #ffffff;
}
.timeline .wrap1400 {
  padding-left: 110px;
}
@media (min-width: 600px) {
  .timeline .wrap1400 {
    padding-left: 140px;
  }
}
.timeline .year {
  background: #c4a666;
  padding: 10px 0;
  margin: 60px auto;
}
.timeline .year:first-of-type {
  margin-top: 0;
}
.timeline .year h2 {
  margin: 0 auto;
}
.timeline .row {
  margin: 30px auto 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
}
@media (min-width: 900px) {
  .timeline .row {
    margin: 70px auto 60px;
    padding-bottom: 60px;
  }
}
.timeline .row:last-of-type {
  border: none;
  padding-bottom: 0px;
}
.timeline .row.grid .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .timeline .row.grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .timeline .row.grid .grid-item .base {
    padding-right: 60px;
  }
}
.timeline .row .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
.timeline .row .base h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .timeline .row .base h3 {
    font-size: 30px;
  }
}
@media (min-width: 900px) {
  .timeline .row .base h3 {
    font-size: 36px;
  }
}
.timeline .row .timeline-slider {
  background: #f0f0f0;
  text-align: center;
}
.timeline .row .timeline-slider .slick-prev::before {
  padding-left: 8px;
}
.timeline .row .timeline-slider img {
  margin: 0 auto;
  max-height: 320px;
  width: auto;
  height: auto;
}
.timeline .row .timeline-slider .caption {
  background: #464444;
  padding: 10px 20px 20px;
  color: #ffffff;
  line-height: 1.4;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.admin-bar .timeline .toc {
  top: 20px;
}
@media (min-width: 600px) {
  .admin-bar .timeline .toc {
    top: 66px;
  }
}
@media (min-width: 782px) {
  .admin-bar .timeline .toc {
    top: 52px;
  }
}
@media (min-width: 900px) {
  .admin-bar .timeline .toc {
    top: 107px;
  }
}
@media (min-width: 1024px) {
  .admin-bar .timeline .toc {
    top: 108px;
  }
}

.post-index {
  margin: 60px auto 30px;
}
@media (min-width: 768px) {
  .post-index {
    margin: 60px auto;
  }
}

.post-list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .post-list {
    margin: 0px -15px;
  }
}
.post-list .grid-item {
  width: 100%;
  margin-bottom: 60px;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .post-list .grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .post-list .grid-item {
    width: 33.3333333%;
  }
}
.post-list .post {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .post-list .post {
    margin: 0 15px;
  }
}
.post-list .blog-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 8px solid #c4a666;
}
.post-list .blog-thumbnail:hover .overlay {
  opacity: 1;
}
.post-list .blog-thumbnail:hover img {
  transform: scale(1.1);
}
.post-list .blog-thumbnail .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 10px;
  font-size: 12px;
}
@media (min-width: 600px) {
  .post-list .blog-thumbnail .cat {
    font-size: 14px;
  }
}
.post-list .blog-thumbnail img {
  width: 100%;
  transition: ease-in 0.4s;
  margin-bottom: -3px;
}
.post-list .blog-thumbnail .overlay {
  transition: ease-in-out 0.2s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(196, 166, 102, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.post-list .post-title:hover h3 {
  color: #000000;
}
.post-list .post-title h3 {
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .post-list .post-title h3 {
    font-size: 24px;
  }
}
.post-list .date {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 5px;
  color: #828085;
  letter-spacing: 0.15em;
}
.post-list .excerpt {
  line-height: 1.6;
}
.post-list .excerpt strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.post-list .readmore a {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  color: #c4a666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.post-list .readmore a:hover {
  color: #000000;
}

.nav-links a {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #464444;
  display: flex;
  align-content: center;
  align-items: center;
}
.nav-links a:hover {
  color: #c4a666;
}
.nav-links a .icon {
  color: #c4a666;
}

.share-buttons {
  margin: 60px auto;
  width: 235px;
}
@media (min-width: 900px) {
  .share-buttons {
    margin: 60px auto -30px;
  }
}
.share-buttons .text {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #464444;
  display: block;
}
.share-buttons a:hover {
  opacity: 0.8;
}

.single-post .page-base {
  margin: 60px auto 70px;
}
@media (min-width: 900px) {
  .single-post .page-base {
    margin: 70px auto 80px;
  }
}

.related-posts {
  margin: 60px auto 0;
}
.related-posts .base {
  margin-bottom: 30px;
}
.related-posts .post-list .grid-item {
  width: 100%;
}
@media (min-width: 1024px) {
  .related-posts .post-list .grid-item {
    width: 33.3333333%;
  }
}
.related-posts .post-list .item {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .related-posts .post-list .item {
    margin: 0 15px;
  }
}

.page-id-3687 .nav-links {
  padding: 60px 0;
  border-top: 2px solid #f0f0f0;
}

.banner {
  position: relative;
  margin: 60px auto;
}
@media (min-width: 900px) {
  .banner {
    margin: 180px auto;
  }
}
.banner.reverse .bg {
  flex-direction: row-reverse;
}
.banner .bg {
  position: absolute;
  z-index: 1;
  height: 80%;
  top: 10%;
  width: 100%;
}
@media (min-width: 900px) {
  .banner .bg {
    height: calc(100% + 120px);
    top: -60px;
  }
}
.banner .bg .grid-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .wrap1100 {
  position: relative;
  z-index: 2;
}
.banner .base {
  background: #c4a666;
  padding: 30px 20px 10px;
}
@media (min-width: 600px) {
  .banner .base {
    padding: 30px 40px 10px;
  }
}
.banner .base p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.logos {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .logos {
    margin: 180px auto;
  }
}
.logos .grid {
  border-top: 2px solid #f0f0f0;
}
.logos .grid-item {
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
}
@media (min-width: 900px) {
  .logos .grid-item {
    width: 50%;
    border-left: 2px solid #f0f0f0;
  }
}
.logos .grid-item:nth-of-type(odd) {
  border-left: none;
}
.logos .inner.base {
  padding: 60px 0 30px;
}
@media (min-width: 600px) {
  .logos .inner.base {
    padding: 60px 60px 30px;
  }
}
@media (min-width: 900px) {
  .logos .inner.base {
    padding: 60px;
  }
}
.logos .inner.base .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .logos .inner.base .logo {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .logos .inner.base .logo {
    height: 300px;
  }
}
.logos .inner.base .logo img {
  max-height: 200px;
  max-width: 300px;
}
@media (min-width: 900px) {
  .logos .inner.base .logo img {
    max-height: none;
    max-width: 100%;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .logos .inner.base .logo img {
    max-width: 400px;
  }
}
.logos .inner.base h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 600px) {
  .logos .inner.base h3 {
    font-size: 30px;
  }
}
.logos .inner.base h4 {
  font-size: 16px;
}
@media (min-width: 600px) {
  .logos .inner.base h4 {
    font-size: 18px;
  }
}
.logos .inner.base h4 span {
  color: #c4a666;
}

.download-logos {
  position: relative;
  margin: 60px auto;
}
@media (min-width: 900px) {
  .download-logos {
    margin: 240px auto 160px;
  }
}
.download-logos .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 80%;
  top: 10%;
}
@media (min-width: 900px) {
  .download-logos .bg {
    height: calc(100% + 120px);
    top: -60px;
  }
}
.download-logos .bg .grid-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.download-logos .wrap1100 {
  position: relative;
  z-index: 2;
}
.download-logos .base {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px 10px;
}
@media (min-width: 600px) {
  .download-logos .base {
    padding: 30px 40px 10px;
  }
}

.resource-links {
  padding: 40px 0;
  border-top: 2px solid #f0f0f0;
}

.page-id-3449 .usage-intro {
  margin: 60px auto;
}
.page-id-3449 .usage-intro .wrap1400 {
  padding: 40px 0 10px;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
.page-id-3449 .usage-intro .base {
  max-width: 900px;
  margin: 0 auto;
}
.page-id-3449 .usage-intro .base h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-id-3449 .usage-intro .base h2 {
    font-size: 36px;
  }
}
.page-id-3449 .usage-gallery .grid {
  margin: 0 -10px;
}
.page-id-3449 .usage-gallery .grid-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media (min-width: 600px) {
  .page-id-3449 .usage-gallery .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-id-3449 .usage-gallery .grid-item {
    width: 33.3333333%;
  }
}
.page-id-3449 .usage-gallery .grid-item img {
  width: 100%;
}
.page-id-3449 .usage-gallery .grid-item p {
  max-width: 300px;
  margin: 0px auto 20px;
  line-height: 1.4;
  font-size: 14px;
}
.page-id-3449 .spacing-graphic {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  height: auto;
}
.page-id-3449 .spacing-gallery .grid-item {
  margin: 0 20px 40px;
}
@media (min-width: 480px) {
  .page-id-3449 .spacing-gallery .grid-item {
    margin: 0 40px 40px;
  }
}
.page-id-3449 .download-logos {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .page-id-3449 .download-logos {
    margin: 160px auto;
  }
}

.page-id-3448 .online .base, .page-id-3448 .print .base, .page-id-3448 .alternative .base, .page-id-3448 .colors .base {
  max-width: 900px;
  margin: 0 auto;
}
.page-id-3448 .online .base.alt p, .page-id-3448 .online .base.alt h2, .page-id-3448 .print .base.alt p, .page-id-3448 .print .base.alt h2, .page-id-3448 .alternative .base.alt p, .page-id-3448 .alternative .base.alt h2, .page-id-3448 .colors .base.alt p, .page-id-3448 .colors .base.alt h2 {
  color: #000000;
}
.page-id-3448 .online .base h2, .page-id-3448 .print .base h2, .page-id-3448 .alternative .base h2, .page-id-3448 .colors .base h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-id-3448 .online .base h2, .page-id-3448 .print .base h2, .page-id-3448 .alternative .base h2, .page-id-3448 .colors .base h2 {
    font-size: 36px;
  }
}
.page-id-3448 .colors .grid.first {
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-id-3448 .colors .grid.first {
    justify-content: flex-start;
  }
}
.page-id-3448 .colors .grid:last-of-type {
  justify-content: center;
}
@media (min-width: 900px) {
  .page-id-3448 .colors .grid:last-of-type {
    justify-content: flex-end;
  }
}
.page-id-3448 .colors .grid .grid-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 1.6;
  font-size: 15px;
}
@media (min-width: 600px) {
  .page-id-3448 .colors .grid .grid-item {
    width: 33.33%;
  }
}
@media (min-width: 900px) {
  .page-id-3448 .colors .grid .grid-item {
    width: 200px;
    height: 200px;
  }
}
.page-id-3448 .colors .grid h4 {
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .page-id-3448 .colors .grid h4 {
    font-size: 20px;
  }
}
.page-id-3448 .online .grid, .page-id-3448 .print .grid, .page-id-3448 .alternative .grid {
  margin-top: 40px;
}
.page-id-3448 .online .grid-item, .page-id-3448 .print .grid-item, .page-id-3448 .alternative .grid-item {
  width: 100%;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .page-id-3448 .online .grid-item, .page-id-3448 .print .grid-item, .page-id-3448 .alternative .grid-item {
    padding: 0 30px;
    width: 50%;
  }
}
.page-id-3448 .online .grid-item p, .page-id-3448 .print .grid-item p, .page-id-3448 .alternative .grid-item p {
  margin: 20px auto;
  line-height: 1.4;
}
.page-id-3448 .print {
  padding: 60px 0 20px;
  background: #f0f0f0;
}
.page-id-3448 .online {
  padding: 60px 0 20px;
  background: #c4a666;
}
.page-id-3448 .alternative {
  padding: 60px 0 20px;
  background: #f0f0f0;
}
.page-id-3448 .download-logos {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .page-id-3448 .download-logos {
    margin: 160px auto;
  }
}

.post-template-flexible-post .page-hero .hero,
.single-post .page-hero .hero {
  padding: 90px 0 110px;
  text-align: center;
}
@media (min-width: 600px) {
  .post-template-flexible-post .page-hero .hero,
.single-post .page-hero .hero {
    padding: 110px 0 130px;
  }
}
@media (min-width: 900px) {
  .post-template-flexible-post .page-hero .hero,
.single-post .page-hero .hero {
    padding: 280px 0;
  }
}
.post-template-flexible-post .page-hero .post-category,
.single-post .page-hero .post-category {
  color: #c4a666;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .post-template-flexible-post .page-hero .post-category,
.single-post .page-hero .post-category {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .post-template-flexible-post .page-hero .post-category,
.single-post .page-hero .post-category {
    font-size: 26px;
  }
}
.post-template-flexible-post .page-hero .post-category a,
.single-post .page-hero .post-category a {
  margin: 0 auto 20px;
  display: inline-block;
  color: #ffffff;
}
.post-template-flexible-post .page-hero .post-category a:hover,
.single-post .page-hero .post-category a:hover {
  color: #c4a666;
}

.flexible .page-base {
  margin: 60px auto 70px;
}
@media (min-width: 900px) {
  .flexible .page-base {
    margin: 70px auto 80px;
  }
}
.flexible .row {
  padding: 60px 0 40px;
}
@media (min-width: 900px) {
  .flexible .row {
    padding: 80px 0;
  }
}
.flexible .row .grid {
  align-items: center;
}
.flexible .row .grid-item .base {
  margin: 30px auto 0px;
  width: 94%;
}
@media (min-width: 900px) {
  .flexible .row .grid-item .base {
    max-width: 700px;
    margin: 0 auto 0 0;
    padding: 0px 0 0px 30px;
  }
}
@media (min-width: 1024px) {
  .flexible .row .grid-item .base {
    padding: 0px 0 0px 60px;
  }
}
@media (min-width: 1200px) {
  .flexible .row .grid-item .base {
    padding: 0px 0 0px 70px;
  }
}
.flexible .row .grid-item.photo img {
  margin: 0 auto;
  width: 100%;
}
.flexible .row.lgray {
  background: #f0f0f0;
}
.flexible .row.dgray {
  background: #464444;
}
.flexible .row.bronze {
  background: #c4a666;
}
.flexible .row.bronze .anchor hr {
  background: #464444;
}
.flexible .row.bronze .anchor h2 {
  color: #ffffff;
}
.flexible .row.content-content .grid {
  align-items: normal;
}
@media (min-width: 900px) {
  .flexible .row.content-content .grid {
    margin: 0 -40px;
  }
}
@media (min-width: 900px) {
  .flexible .row.content-content .grid .grid-item:last-of-type {
    border-left: 2px solid #f0f0f0;
  }
}
.flexible .row.content-content .grid .base {
  width: 100%;
}
@media (min-width: 900px) {
  .flexible .row.content-content .grid .base {
    max-width: none;
    padding: 0 40px;
  }
}
.flexible .row.content-content h3.subheadline {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0px auto;
  color: #464444;
}
@media (min-width: 600px) {
  .flexible .row.content-content h3.subheadline {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .flexible .row.content-content h3.subheadline {
    font-size: 28px;
    margin: 0px auto 40px;
  }
}
@media (min-width: 1200px) {
  .flexible .row.content-content h3.subheadline {
    font-size: 32px;
  }
}
.flexible .row.content-content.dgray h3.subheadline {
  color: #c4a666;
}
@media (min-width: 900px) {
  .flexible .row.content-content.dgray .grid-item:last-of-type {
    border-left: 2px solid #828085;
  }
}
@media (min-width: 900px) {
  .flexible .row.content-content.lgray .grid-item:last-of-type {
    border-left: 2px solid #ffffff;
  }
}
.flexible .row.content-content.bronze h3.subheadline, .flexible .row.content-content.bronze h2, .flexible .row.content-content.bronze h4 {
  color: #ffffff;
}
@media (min-width: 900px) {
  .flexible .row.content-content.bronze .grid-item:last-of-type {
    border-left: 2px solid #464444;
  }
}
.flexible .row.content-content.bronze .base blockquote {
  border-color: #464444;
}
.flexible .row.reverse .grid {
  flex-wrap: wrap-reverse;
}
.flexible .row.reverse .grid .base {
  margin: 30px auto 0;
}
@media (min-width: 900px) {
  .flexible .row.reverse .grid .base {
    max-width: 700px;
    margin: 0 0 0 auto;
    width: 94%;
    padding: 0px 30px 0px 0px;
  }
}
@media (min-width: 1024px) {
  .flexible .row.reverse .grid .base {
    padding: 0px 60px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .flexible .row.reverse .grid .base {
    padding: 0px 70px 0px 0;
  }
}
.flexible .bg.white {
  background: #ffffff;
  padding: 0px;
  margin: 60px auto 70px;
}
@media (min-width: 900px) {
  .flexible .bg.white {
    margin: 70px auto 80px;
  }
}
.flexible .bg.white .page-base {
  margin: 0;
}
.flexible .bg.lgray {
  background: #f0f0f0;
  padding: 60px 0 40px;
}
@media (min-width: 900px) {
  .flexible .bg.lgray {
    padding: 80px 0;
  }
}
.flexible .bg.lgray .page-base {
  margin: 0;
}
.flexible .bg.dgray {
  background: #464444;
  padding: 60px 0 40px;
}
@media (min-width: 900px) {
  .flexible .bg.dgray {
    padding: 80px 0;
  }
}
.flexible .bg.dgray .page-base {
  margin: 0;
}
.flexible .bg.bronze {
  background: #c4a666;
  padding: 60px 0 40px;
}
@media (min-width: 900px) {
  .flexible .bg.bronze {
    padding: 80px 0;
  }
}
.flexible .bg.bronze .page-base {
  margin: 0;
}
.flexible .bg.bronze .base blockquote {
  border-color: #464444;
}
.flexible .fullwidth {
  width: 100%;
  margin-bottom: -4px;
  position: relative;
  z-index: 2;
}
.flexible .photo-gallery {
  margin: 60px auto;
}
.flexible .photo-gallery .grid {
  justify-content: flex-start;
}
.flexible .photo-gallery .grid-item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .flexible .photo-gallery .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .flexible .photo-gallery .grid-item {
    width: 33.3333333%;
  }
}
.flexible .photo-gallery .gallery-button {
  display: block;
  width: 100%;
}
.flexible .photo-gallery .gallery-button img {
  width: 100%;
  height: auto;
}
.flexible .photo-gallery .nivo-lightbox-title-wrap {
  display: none !important;
}

.page-id-125 .award-of-the-year a, .tax-award-year .award-of-the-year a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
  padding: 15px 120px 15px 20px;
  background: #000000;
  color: #ffffff;
  border-bottom: 5px solid #c4a666;
  font-size: 24px;
}
@media (min-width: 600px) {
  .page-id-125 .award-of-the-year a, .tax-award-year .award-of-the-year a {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .page-id-125 .award-of-the-year a, .tax-award-year .award-of-the-year a {
    padding: 20px 230px 20px 60px;
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .page-id-125 .award-of-the-year a, .tax-award-year .award-of-the-year a {
    padding: 20px 290px 20px 60px;
  }
}
.page-id-125 .award-of-the-year a span, .tax-award-year .award-of-the-year a span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.page-id-125 .award-of-the-year a strong, .tax-award-year .award-of-the-year a strong {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.page-id-125 .award-of-the-year a::before, .tax-award-year .award-of-the-year a::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../../../themes/ntma/images/lined.svg);
  background-position: -100px -25px;
  background-size: 40%;
  background-repeat: no-repeat;
}
.page-id-125 .award-of-the-year a img, .tax-award-year .award-of-the-year a img {
  position: absolute;
  width: 90px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  .page-id-125 .award-of-the-year a img, .tax-award-year .award-of-the-year a img {
    right: 20px;
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .page-id-125 .award-of-the-year a img, .tax-award-year .award-of-the-year a img {
    right: 60px;
  }
}
.page-id-125 .post-list .award .blog-thumbnail, .tax-award-year .post-list .award .blog-thumbnail {
  position: relative;
}
.page-id-125 .post-list .award .blog-thumbnail .winner, .tax-award-year .post-list .award .blog-thumbnail .winner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(196, 166, 102, 0.9);
  color: #ffffff;
  text-shadow: 2px 2px #b09251;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page-id-125 .post-list .award .blog-thumbnail .winner, .tax-award-year .post-list .award .blog-thumbnail .winner {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .page-id-125 .post-list .award .blog-thumbnail .winner, .tax-award-year .post-list .award .blog-thumbnail .winner {
    font-size: 22px;
  }
}
.page-id-125 .post-list .award .location, .tax-award-year .post-list .award .location {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
  color: #828085;
  letter-spacing: 0.15em;
}
.page-id-125 .post-list .year .blog-thumbnail:hover .overlay, .tax-award-year .post-list .year .blog-thumbnail:hover .overlay {
  background: rgba(196, 166, 102, 0.5);
}
.page-id-125 .post-list .year .overlay, .tax-award-year .post-list .year .overlay {
  opacity: 1;
  top: 0;
  background: transparent;
}
.page-id-125 .post-list .year h2, .tax-award-year .post-list .year h2 {
  font-size: 90px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: -20px;
}
@media (min-width: 600px) {
  .page-id-125 .post-list .year h2, .tax-award-year .post-list .year h2 {
    font-size: 100px;
  }
}
@media (min-width: 900px) {
  .page-id-125 .post-list .year h2, .tax-award-year .post-list .year h2 {
    font-size: 120px;
    letter-spacing: -0.04em;
  }
}

.single-honor-awards .page-hero .hero {
  padding: 90px 0 60px;
  text-align: center;
}
@media (min-width: 600px) {
  .single-honor-awards .page-hero .hero {
    padding: 90px 0 60px;
  }
}
@media (min-width: 900px) {
  .single-honor-awards .page-hero .hero {
    padding: 220px 0 60px;
  }
}
.single-honor-awards .page-hero .award-year {
  color: #ffffff;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .single-honor-awards .page-hero .award-year {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .single-honor-awards .page-hero .award-year {
    font-size: 26px;
  }
}
.single-honor-awards .page-hero .location {
  color: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .single-honor-awards .page-hero .location {
    font-size: 18px;
  }
}
.single-honor-awards .job-of-year {
  background: #c4a666;
  padding: 12px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 600px) {
  .single-honor-awards .job-of-year {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .single-honor-awards .job-of-year {
    font-size: 26px;
  }
}
.single-honor-awards .award-introduction {
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .single-honor-awards .award-introduction {
    margin-bottom: 90px;
  }
}
.single-honor-awards .award-introduction .contractor {
  background: #f0f0f0;
  padding: 50px 0 110px;
}
.single-honor-awards .award-introduction .contractor .label {
  color: #c4a666;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .single-honor-awards .award-introduction .contractor .label {
    font-size: 18px;
  }
}
.single-honor-awards .award-introduction .contractor .contractor-info {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  color: #828085;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .single-honor-awards .award-introduction .contractor .contractor-info {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .single-honor-awards .award-introduction .contractor .contractor-info {
    font-size: 24px;
  }
}
.single-honor-awards .award-introduction .contractor .contractor-info span {
  color: #c4a666;
}
.single-honor-awards .award-introduction .base {
  position: relative;
  z-index: 2;
  border: 8px solid #c4a666;
  padding: 30px 20px;
  background: #ffffff;
  margin-top: -90px;
}
@media (min-width: 900px) {
  .single-honor-awards .award-introduction .base {
    padding: 30px 50px 50px;
  }
}
.single-honor-awards .award-introduction .base p {
  font-size: 18px;
}
@media (min-width: 600px) {
  .single-honor-awards .award-introduction .base p {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .single-honor-awards .award-introduction .base p {
    font-size: 24px;
  }
}
.single-honor-awards .credits {
  margin: 90px auto 30px;
}
@media (min-width: 600px) {
  .single-honor-awards .credits .grid {
    margin: 0 -30px;
  }
}
.single-honor-awards .credits .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .single-honor-awards .credits .grid-item {
    width: 33.333333%;
    border-right: 2px solid #f0f0f0;
  }
  .single-honor-awards .credits .grid-item:nth-of-type(3n) {
    border: none;
  }
}
.single-honor-awards .credits .base {
  padding: 0 0 30px;
}
@media (min-width: 600px) {
  .single-honor-awards .credits .base {
    padding: 0 30px 30px;
  }
}
.single-honor-awards .credits .base h4 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #c4a666;
  letter-spacing: 0.15em;
}
.single-honor-awards .credits .base p {
  margin-bottom: 0;
}
.single-honor-awards .photo-gallery {
  margin: 60px auto;
}
.single-honor-awards .photo-gallery .grid {
  justify-content: flex-start;
}
.single-honor-awards .photo-gallery .grid-item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .single-honor-awards .photo-gallery .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .single-honor-awards .photo-gallery .grid-item {
    width: 33.3333333%;
  }
}
.single-honor-awards .photo-gallery .gallery-button {
  display: block;
  width: 100%;
}
.single-honor-awards .photo-gallery .gallery-button img {
  width: 100%;
  height: auto;
}
.single-honor-awards .share-buttons {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .single-honor-awards .share-buttons {
    margin: 60px auto -60px;
  }
}
.single-honor-awards .nav-links {
  margin: 60px auto 30px;
}
.single-honor-awards .nav-links .prev, .single-honor-awards .nav-links .next {
  display: inline-block;
}
.single-honor-awards .nav-links .next {
  margin-left: auto;
}

.award-buttons {
  background: #f0f0f0;
  padding: 50px 0 0;
  margin-bottom: 90px;
  border-bottom: 10px solid #ffffff;
}
.award-buttons .grid {
  margin-bottom: -35px;
}
.award-buttons .button {
  margin: 0 5px 10px;
  padding: 10px 15px;
  font-size: 12px;
  width: 300px;
}
@media (min-width: 600px) {
  .award-buttons .button {
    width: 350px;
    font-size: 14px;
  }
}
.award-buttons .button .icon {
  font-size: 30px;
  vertical-align: middle;
}

.brochure {
  background: #f0f0f0;
  padding: 30px 40px;
}

.page-search-results {
  margin: 60px auto 20px;
}
.page-search-results .post-list {
  margin: 0 auto;
}
.page-search-results .grid {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-search-results .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .page-search-results .grid {
    margin: 0 -30px;
  }
}
.page-search-results .grid-item {
  width: 100%;
}
@media (min-width: 600px) {
  .page-search-results .grid-item {
    margin-bottom: 80px;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page-search-results .grid-item {
    width: 33.333333%;
  }
}
.page-search-results .post {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-search-results .post {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .page-search-results .post {
    padding: 0 30px;
  }
}
.page-search-results .post-type {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 5px;
  color: #828085;
  letter-spacing: 0.15em;
}
.page-search-results .readmore {
  margin-top: 15px;
}

.video-gallery {
  margin: 60px auto;
}
.video-gallery .headline {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .video-gallery .headline {
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {
  .video-gallery .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .video-gallery .grid {
    margin: 0 -30px;
  }
}
.video-gallery .grid-item {
  margin-bottom: 60px;
}
.video-gallery .grid-item:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 900px) {
  .video-gallery .grid-item:last-of-type {
    margin-bottom: 60px;
  }
}
@media (min-width: 900px) {
  .video-gallery .grid-item .inner {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .video-gallery .grid-item .inner {
    padding: 0 30px;
  }
}
.video-gallery .grid-item .inner .embed-container {
  margin: 0 auto;
}
.video-gallery .grid-item .inner h4 {
  margin: 20px auto 10px;
  text-transform: none;
  letter-spacing: normal;
  color: #c4a666;
}
@media (min-width: 900px) {
  .video-gallery .grid-item .inner h4 {
    margin: 20px auto;
  }
}

.tech-spec-links {
  margin: 60px auto;
}
.tech-spec-links .grid-item {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 600px) {
  .tech-spec-links .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .tech-spec-links .grid-item {
    width: 33.3333333%;
  }
}
.tech-spec-links .item {
  margin: 0 auto;
  height: 100%;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 600px) {
  .tech-spec-links .item {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .tech-spec-links .item {
    margin: 0 30px;
  }
}
.tech-spec-links .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tech-spec-links .item a:hover .title {
  color: #000000;
}
.tech-spec-links .item a:hover img {
  transform: translateY(-8px);
}
.tech-spec-links .item .img {
  background: #f0f0f0;
  box-shadow: inset 0 60px 0 0 #ffffff;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.tech-spec-links .item .img img {
  width: 100%;
  height: auto;
  padding: 0 20px;
  transition: 0.25s;
}
.tech-spec-links .item .title {
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .tech-spec-links .item .title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tech-spec-links .item .title {
    font-size: 24px;
  }
}

.methods-introduction {
  background: #f0f0f0;
  padding-top: 60px;
}
.methods-introduction .base {
  margin-top: 0px !important;
}

.available-downloads {
  background: #f0f0f0;
  padding-bottom: 60px;
  box-shadow: inset 0 60px 0 0 #ffffff;
}
.available-downloads .base {
  padding: 60px 30px 30px;
  background: #464444;
  border-bottom: 10px solid #c4a666;
  max-width: 600px;
  margin: 0 auto;
}
.available-downloads .base h4 {
  color: #c4a666;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .available-downloads .base h4 {
    font-size: 20px;
  }
}
.available-downloads .base a {
  color: #ffffff;
}

.poured-in-place {
  padding-top: 60px;
  box-shadow: inset 0 120px 0 0 #f0f0f0;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .poured-in-place {
    margin-bottom: 60px;
  }
}
.poured-in-place .grid {
  flex-wrap: wrap-reverse;
}
@media (min-width: 900px) {
  .poured-in-place .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .poured-in-place .grid {
    margin: 0 -30px;
  }
}
.poured-in-place .grid-item {
  margin-bottom: 60px;
}
.poured-in-place .grid-item.sidebar {
  display: flex;
}
.poured-in-place .grid-item.sidebar .inner {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  .poured-in-place .inner {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .poured-in-place .inner {
    padding: 0 30px;
  }
}
.poured-in-place .graphic {
  border: 2px solid #f0f0f0;
  width: 100%;
}
.poured-in-place .base {
  padding: 60px 30px 30px;
  background: #464444;
  border-bottom: 10px solid #c4a666;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
}
.poured-in-place .base h4 {
  color: #c4a666;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .poured-in-place .base h4 {
    font-size: 20px;
  }
}
.poured-in-place .base a {
  color: #ffffff;
}

.page-template-types-systems .types-downloads,
.page-id-93 .types-downloads {
  margin: 60px auto;
}
.page-template-types-systems .types-downloads .grid,
.page-id-93 .types-downloads .grid {
  flex-wrap: wrap-reverse;
}
@media (min-width: 900px) {
  .page-template-types-systems .types-downloads .grid,
.page-id-93 .types-downloads .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .page-template-types-systems .types-downloads .grid,
.page-id-93 .types-downloads .grid {
    margin: 0 -30px;
  }
}
.page-template-types-systems .types-downloads .grid-item,
.page-id-93 .types-downloads .grid-item {
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .page-template-types-systems .types-downloads .grid-item,
.page-id-93 .types-downloads .grid-item {
    margin-bottom: 0px;
  }
}
.page-template-types-systems .types-downloads .grid-item.sidebar,
.page-id-93 .types-downloads .grid-item.sidebar {
  display: flex;
  margin-bottom: 0px;
}
.page-template-types-systems .types-downloads .grid-item.sidebar .inner,
.page-id-93 .types-downloads .grid-item.sidebar .inner {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  .page-template-types-systems .types-downloads .inner,
.page-id-93 .types-downloads .inner {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .page-template-types-systems .types-downloads .inner,
.page-id-93 .types-downloads .inner {
    padding: 0 30px;
  }
}
.page-template-types-systems .types-downloads .base,
.page-id-93 .types-downloads .base {
  padding: 60px 30px 30px;
  background: #464444;
  border-bottom: 10px solid #c4a666;
  height: 100%;
  margin: 0 auto;
}
.page-template-types-systems .types-downloads .base h4,
.page-id-93 .types-downloads .base h4 {
  color: #c4a666;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .page-template-types-systems .types-downloads .base h4,
.page-id-93 .types-downloads .base h4 {
    font-size: 20px;
  }
}
.page-template-types-systems .types-downloads .base a,
.page-id-93 .types-downloads .base a {
  color: #ffffff;
}
.page-template-types-systems .graphic,
.page-id-93 .graphic {
  border: 2px solid #f0f0f0;
  width: 100%;
}

.page-id-93 .page-base.two-column .grid {
  flex-wrap: wrap-reverse;
}
@media (min-width: 900px) {
  .page-id-93 .page-base.two-column .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .page-id-93 .page-base.two-column .grid {
    margin: 0 -30px;
  }
}
.page-id-93 .page-base.two-column .grid-item {
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .page-id-93 .page-base.two-column .grid-item {
    margin-bottom: 0px;
  }
}
.page-id-93 .page-base.two-column .grid-item:first-of-type {
  margin-bottom: 0px;
}
@media (min-width: 900px) {
  .page-id-93 .page-base.two-column .inner {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .page-id-93 .page-base.two-column .inner {
    padding: 0 30px;
  }
}
.page-id-93 .caption {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #c4a666;
  margin-top: 20px;
  text-align: center;
}

.downloads {
  margin: 60px auto;
}
.downloads .grid-item {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 900px) {
  .downloads .grid-item {
    width: 33.3333333%;
  }
}
.downloads .item {
  margin: 0 auto;
  height: 100%;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 900px) {
  .downloads .item {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .downloads .item {
    margin: 0 30px;
  }
}
.downloads .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.downloads .item a:hover .icon-fax {
  background: #000000;
}
.downloads .item img {
  margin: 0 auto -20px;
  position: relative;
  z-index: 2;
  height: 180px;
}
@media (min-width: 600px) {
  .downloads .item img {
    height: 250px;
  }
}
.downloads .dl {
  background: #f0f0f0;
  display: flex;
  text-align: left;
  height: 100%;
  margin-top: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.downloads .dl .icon-fax {
  padding: 40px 5px;
  font-size: 20px;
  background: #c4a666;
  color: #ffffff;
  line-height: 1.4;
}
.downloads .dl .title {
  padding: 40px 20px;
  line-height: 1.4;
}

.gca-below {
  margin: 60px auto;
}
.gca-below .grid {
  align-items: center;
}
.gca-below .sidebar {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 900px) {
  .gca-below .sidebar {
    margin: 0;
    width: 400px;
  }
}
.gca-below .sidebar .base {
  padding: 60px 30px 30px;
  background: #464444;
  width: 100%;
  border-bottom: 10px solid #c4a666;
}
.gca-below .sidebar .base h4 {
  color: #c4a666;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .gca-below .sidebar .base h4 {
    font-size: 20px;
  }
}
.gca-below .sidebar .base a {
  color: #ffffff;
}
@media (min-width: 900px) {
  .gca-below .main {
    width: calc(100% - 400px);
    padding-left: 60px;
  }
}

.page-id-115 .page-base {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .page-id-115 .page-base {
    margin: 60px auto 80px;
  }
}

.palette-series {
  margin: 60px auto -30px;
}
.palette-series .base {
  margin-bottom: 60px;
}
.palette-series .base h4 {
  color: #c4a666;
}
@media (min-width: 900px) {
  .palette-series .grid {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .palette-series .grid {
    margin: 0 -30px;
  }
}
.palette-series .grid-item {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 900px) {
  .palette-series .grid-item {
    width: 33.3333333%;
  }
}
.palette-series .grid-item .inner {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .palette-series .grid-item .inner {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .palette-series .grid-item .inner {
    padding: 0 30px;
  }
}
.palette-series .grid-item .inner a {
  display: block;
}
.palette-series .grid-item .inner a:hover .text {
  color: #000000;
}
.palette-series .grid-item .inner a:hover img {
  transform: translateY(-10px);
}
.palette-series .grid-item .inner .img {
  background: #f0f0f0;
  padding: 0 10px 15px;
  box-shadow: inset 0 20px 0 0 #ffffff;
}
.palette-series .grid-item .inner .img img {
  width: 100%;
  max-width: none;
  transition: 0.25s;
}
.palette-series .grid-item .inner .text {
  display: block;
  margin-top: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  font-size: 20px;
}
@media (min-width: 900px) {
  .palette-series .grid-item .inner .text {
    font-size: 24px;
  }
}

.app-store {
  margin: 60px auto 80px;
}
.app-store .wrap600 {
  max-width: 600px;
  width: 94%;
  margin: 0 auto;
}
.app-store a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.app-store a:hover .apple {
  transform: translateY(-6px);
}
.app-store a .img {
  width: 200px;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .app-store a .img {
    margin: 0;
  }
}
.app-store a .inner {
  position: relative;
  z-index: 1;
  display: block;
  padding: 50px 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  background: #c4a666;
  color: #ffffff;
  width: 100%;
}
@media (min-width: 900px) {
  .app-store a .inner {
    width: calc(100% - 200px);
    padding: 40px 40px 50px;
  }
}
.app-store a .inner .text {
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 18px;
}
@media (min-width: 900px) {
  .app-store a .inner .text {
    font-size: 20px;
  }
}
.app-store a .inner .apple {
  position: absolute;
  bottom: -25px;
  width: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.25s;
}

.page-template-color-palette-gallery .series {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .page-template-color-palette-gallery .series {
    margin: 80px auto;
  }
}
.page-template-color-palette-gallery .series .base {
  margin-bottom: 10px;
}
.page-template-color-palette-gallery .series .grid {
  margin: 0 -5px;
}
@media (min-width: 600px) {
  .page-template-color-palette-gallery .series .grid {
    margin: 0 -10px;
  }
}
.page-template-color-palette-gallery .series .grid-item {
  width: 50%;
  text-align: center;
  text-transform: uppercase !important;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .page-template-color-palette-gallery .series .grid-item {
    width: 33.3333333%;
    margin-bottom: 20px;
  }
}
@media (min-width: 900px) {
  .page-template-color-palette-gallery .series .grid-item {
    width: 25%;
  }
}
.page-template-color-palette-gallery .series a {
  display: block;
  margin: 5px;
  position: relative;
}
@media (min-width: 600px) {
  .page-template-color-palette-gallery .series a {
    margin: 5px 10px;
  }
}
.page-template-color-palette-gallery .series a:hover .overlay {
  opacity: 1;
}
.page-template-color-palette-gallery .series a .overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 3px);
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 35px;
  transition: 0.25s;
}
.page-template-color-palette-gallery .series a .overlay span {
  width: 35px;
  height: 35px;
  background: #62b3b7;
  color: #ffffff;
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-color-palette-gallery .series a .title {
  display: block;
}
.page-template-color-palette-gallery .nivo-lightbox-title {
  text-transform: uppercase !important;
}

.page-template-venetian-rustic-gallery .series {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .page-template-venetian-rustic-gallery .series {
    margin: 80px auto;
  }
}
.page-template-venetian-rustic-gallery .series .bar {
  background: #f0f0f0;
  padding: 40px 0;
  margin: 20px auto 0;
}
@media (min-width: 600px) {
  .page-template-venetian-rustic-gallery .series .bar {
    padding: 0;
    margin: 40px auto 90px;
  }
}
@media (min-width: 900px) {
  .page-template-venetian-rustic-gallery .series .bar {
    margin: 80px auto 120px;
  }
}
.page-template-venetian-rustic-gallery .series .bar .grid {
  align-items: center;
}
@media (min-width: 600px) {
  .page-template-venetian-rustic-gallery .series .bar .grid {
    margin: 0 -20px;
  }
}
.page-template-venetian-rustic-gallery .series .bar img {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 375px;
}
@media (min-width: 600px) {
  .page-template-venetian-rustic-gallery .series .bar img {
    margin: -40px 0;
    padding: 0 20px;
  }
}
.page-template-venetian-rustic-gallery .series .bar .grid-item {
  width: 100%;
}
.page-template-venetian-rustic-gallery .series .bar .grid-item.graphic {
  width: 50%;
}
@media (min-width: 600px) {
  .page-template-venetian-rustic-gallery .series .bar .grid-item.graphic {
    width: 30%;
  }
}
.page-template-venetian-rustic-gallery .series .bar .grid-item.text {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-venetian-rustic-gallery .series .bar .grid-item.text {
    width: 40%;
  }
}
.page-template-venetian-rustic-gallery .series .bar .base {
  padding: 20px 0 0;
}
@media (min-width: 600px) {
  .page-template-venetian-rustic-gallery .series .bar .base {
    padding: 40px 20px 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.page-id-35 .find-contractor {
  margin: 60px auto;
}
.page-id-35 .page-base {
  margin: 60px auto;
}
.page-id-35 .post-index .base {
  margin-bottom: 60px;
}
.page-id-35 .post-index .base h4 {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #c4a666;
}
@media (min-width: 480px) {
  .page-id-35 .post-index .base h4 {
    font-size: 18px;
  }
}
.page-id-35 .post-list .grid-item {
  margin-bottom: 10px;
}
.page-id-35 .post-list .blog-thumbnail:hover .overlay {
  background: rgba(196, 166, 102, 0.5);
}
.page-id-35 .post-list .overlay {
  opacity: 1;
  top: 0;
  background: transparent;
}
.page-id-35 .post-list h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: -10px;
  padding: 0 20px;
  font-size: 28px;
}
@media (min-width: 480px) {
  .page-id-35 .post-list h2 {
    padding: 0 30px;
    font-size: 32px;
    margin-top: -20px;
  }
}
@media (min-width: 1400px) {
  .page-id-35 .post-list h2 {
    font-size: 48px;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 768px) {
  .members .grid {
    margin: 0 -40px;
  }
}
.members .grid-item {
  margin-bottom: 40px;
}
.members .member-item {
  height: 100%;
  border: 2px solid #f0f0f0;
  padding: 40px 20px 25px;
}
@media (min-width: 480px) {
  .members .member-item {
    padding: 40px 30px 25px;
  }
}
@media (min-width: 768px) {
  .members .member-item {
    margin: 0 20px;
  }
}
@media (min-width: 1024px) {
  .members .member-item {
    padding: 60px 40px 35px;
  }
}
.members .member-item div {
  display: flex;
  line-height: 1.4;
  margin-bottom: 10px;
  align-items: baseline;
}
.members .member-item h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .members .member-item h3 {
    font-size: 20px;
  }
}
.members .member-item h3 .distance {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}
.members .member-item .icon {
  color: #c4a666;
  width: 30px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 20px;
}
.members .member-item ul {
  display: inline-block;
  width: calc(100% - 30px);
}
.members .member-item ul li {
  margin-bottom: 5px;
}
.members .member-item ul li.email {
  word-break: break-all;
}
.members .member-item ul a:hover {
  color: #c4a666;
  text-decoration: underline;
}

.page-template-contractor-map .page-introduction {
  margin-bottom: 20px;
}
.page-template-contractor-map .acf-map {
  height: 400px;
}
@media (min-width: 600px) {
  .page-template-contractor-map .acf-map {
    height: 600px;
  }
}
.page-template-contractor-map .acf-map .gm-style .gm-style-iw-c {
  border-radius: 0px !important;
  padding: 20px 15px 15px !important;
}
.page-template-contractor-map .acf-map .container div {
  display: flex;
  line-height: 1.4;
  margin-bottom: 5px;
  align-items: baseline;
}
.page-template-contractor-map .acf-map .container h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .page-template-contractor-map .acf-map .container h4 {
    font-size: 18px;
  }
}
.page-template-contractor-map .acf-map .container .icon {
  color: #c4a666;
  width: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 12px;
}
.page-template-contractor-map .acf-map .container ul {
  display: inline-block;
  width: calc(100% - 18px);
}
.page-template-contractor-map .acf-map .container ul li {
  margin-bottom: 5px;
}
.page-template-contractor-map .acf-map .container ul a:hover {
  color: #c4a666;
  text-decoration: underline;
}
.page-template-contractor-map .contractor-search {
  padding: 20px 0;
}
.page-template-contractor-map .contractor-search .grid {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .page-template-contractor-map .contractor-search .grid {
    justify-content: space-between;
  }
}
.page-template-contractor-map .contractor-search .search-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .page-template-contractor-map .contractor-search .search-form {
    width: auto;
    justify-content: flex-end;
  }
}
.page-template-contractor-map .contractor-search .search-form fieldset {
  margin: 10px;
}
@media (min-width: 1200px) {
  .page-template-contractor-map .contractor-search .search-form fieldset {
    margin: 10px 5px;
  }
}
@media (min-width: 1400px) {
  .page-template-contractor-map .contractor-search .search-form fieldset {
    margin: 10px;
  }
}
.page-template-contractor-map .contractor-search .search-form .custom-select {
  position: relative;
  background: #c4a666;
  width: 120px;
}
.page-template-contractor-map .contractor-search .search-form .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 9px;
  right: 10px;
  color: #c4a666;
}
.page-template-contractor-map .contractor-search .search-form select {
  font-size: 16px;
  border: 1px solid rgba(196, 166, 102, 0.2);
  background: #f0f0f0;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .page-template-contractor-map .contractor-search .search-form {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.page-template-contractor-map .contractor-search .search-form:after {
  display: block;
}
.page-template-contractor-map .contractor-search .search-form label {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.page-template-contractor-map .contractor-search .search-form input.input {
  background: #c4a666;
  border-radius: 999em;
  overflow: hidden;
  width: 210px;
  color: #ffffff;
  border: none;
  height: 45px;
  padding: 8px;
  appearance: none;
  -webkit-appearance: none;
  color: #ffffff;
  font-size: 16px;
  text-indent: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1400px) {
  .page-template-contractor-map .contractor-search .search-form input.input {
    width: 220px;
  }
}
.page-template-contractor-map .contractor-search .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.page-template-contractor-map .contractor-search .search-form input::-moz-placeholder {
  color: #ffffff;
}
.page-template-contractor-map .contractor-search .search-form input::-ms-placeholder {
  color: #ffffff;
}
.page-template-contractor-map .contractor-search .search-form input::placeholder {
  color: #ffffff;
}
.page-template-contractor-map .contractor-search .search-form input.button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  min-width: 110px;
  padding: 14px;
}
.page-template-contractor-map .contractor-search .search-form .reset {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 10px;
  display: inline-block;
  color: #c4a666;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
}
.page-template-contractor-map .contractor-search .search-form .reset:hover {
  color: #000000;
}
.page-template-contractor-map .contractor-search .zones {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-template-contractor-map .contractor-search .zones {
    margin-bottom: 0;
  }
}
.page-template-contractor-map .contractor-search .zones .container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin: 10px 20px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1200px) {
  .page-template-contractor-map .contractor-search .zones .container {
    margin: 0 20px 0 0;
  }
}
.page-template-contractor-map .contractor-search .zones .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-template-contractor-map .contractor-search .zones .container .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #b3b2b1;
}
.page-template-contractor-map .contractor-search .zones .container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-template-contractor-map .contractor-search .zones .container input:checked ~ .checkmark:after {
  display: block;
}

.product-filters {
  margin: 60px auto;
}
.product-filters .base {
  margin-bottom: 30px;
}
.product-filters .filters {
  justify-content: center;
}
.product-filters .filters div {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 600px) {
  .product-filters .filters div {
    margin: 10px;
    width: auto;
  }
}
.product-filters .container {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  max-width: max-content;
}
@media (min-width: 600px) {
  .product-filters .container {
    max-width: none;
  }
}
.product-filters .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-filters .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #b3b2b1;
}
.product-filters .container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-filters .container input:checked ~ .checkmark:after {
  display: block;
}

.member-welcome-bar {
  background: #f0f0f0;
}
.member-welcome-bar .grid {
  align-items: center;
}
@media (min-width: 600px) {
  .member-welcome-bar .grid {
    height: 75px;
  }
}
.member-welcome-bar .welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background: #c4a666;
}
@media (min-width: 600px) {
  .member-welcome-bar .welcome {
    justify-content: flex-start;
    width: 275px;
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  .member-welcome-bar .welcome {
    width: 350px;
    padding: 0 30px;
  }
}
.member-welcome-bar .welcome strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.member-welcome-bar .welcome .icon {
  margin-right: 5px;
  vertical-align: bottom;
}
.member-welcome-bar .member-links {
  padding: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 600px) {
  .member-welcome-bar .member-links {
    width: auto;
    justify-content: flex-end;
    padding: 0;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .member-welcome-bar .member-links {
    padding: 0;
  }
}
.member-welcome-bar .member-links a {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #464444;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 10px;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .member-welcome-bar .member-links a {
    margin: 0;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .member-welcome-bar .member-links a {
    margin-left: 20px;
    font-size: 14px;
  }
}
.member-welcome-bar .member-links a:hover {
  color: #c4a666;
}
.member-welcome-bar .member-links a .icon {
  margin-right: 5px;
  font-size: 18px;
  color: #c4a666;
  vertical-align: sub;
}

.member-content {
  margin: 40px auto 30px;
}
@media (min-width: 600px) {
  .member-content {
    margin: 60px auto 30px;
  }
}
@media (min-width: 900px) {
  .member-content {
    margin: 60px auto;
  }
}
.member-content .grid {
  justify-content: flex-start;
  align-items: flex-start;
}
.member-content .member-sidebar {
  width: 100%;
  padding: 20px 30px;
  background: #464444;
  border-bottom: 10px solid #c4a666;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .member-content .member-sidebar {
    margin: 0;
    width: 350px;
  }
}
.member-content .member-sidebar .expand {
  cursor: pointer;
  position: relative;
}
@media (min-width: 900px) {
  .member-content .member-sidebar .expand {
    cursor: text;
    pointer-events: none;
  }
}
.member-content .member-sidebar .expand:hover::before {
  color: #c4a666;
}
.member-content .member-sidebar .expand::before {
  font-size: 27px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
  position: absolute;
  top: -3px;
  right: 0px;
  color: #ffffff;
}
@media (min-width: 900px) {
  .member-content .member-sidebar .expand::before {
    display: none;
  }
}
.member-content .member-sidebar .expand.open::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  content: "\e914";
}
.member-content .member-sidebar .expanded {
  display: none;
}
@media (min-width: 900px) {
  .member-content .member-sidebar .expanded {
    display: block !important;
  }
}
.member-content .member-sidebar h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #c4a666;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 600px) {
  .member-content .member-sidebar h4 {
    font-size: 24px;
  }
}
.member-content .member-sidebar .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.member-content .member-sidebar .menu li.current-menu-item > a {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
}
.member-content .member-sidebar .menu li.current-menu-item > a::after {
  content: "\e906";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
}
.member-content .member-sidebar .menu li:last-of-type {
  border: none;
}
@media (min-width: 900px) {
  .member-content .member-sidebar .menu li.menu-item-has-children {
    position: relative;
  }
}
.member-content .member-sidebar .menu li.menu-item-has-children:hover > .sub-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 900px) {
  .member-content .member-sidebar .menu .sub-menu {
    background: #464444;
    width: 300px;
    position: absolute;
    top: 0px;
    left: auto;
    right: -300px;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 900px) {
  .member-content .member-sidebar .menu .sub-menu li {
    margin: 0 20px;
  }
}
.member-content .member-sidebar .menu .sub-menu li.current-menu-item > a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.member-content .member-sidebar .menu .sub-menu li.current-menu-item > a::after {
  display: none;
}
.member-content .member-sidebar .menu .sub-menu a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #ffffff;
}
@media (min-width: 900px) {
  .member-content .member-sidebar .menu .sub-menu a {
    padding: 12px 20px;
  }
}
.member-content .member-sidebar .menu .sub-menu a:hover {
  color: #c4a666 !important;
}
.member-content .member-sidebar .menu a {
  color: #ffffff;
  display: block;
  padding: 12px 0;
  font-size: 17px;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.member-content .member-sidebar .menu a:hover {
  color: #c4a666;
}
.member-content .member-sidebar .search-form {
  border-radius: 999em;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 20px auto;
  background: #ffffff;
}
.member-content .member-sidebar .search-form input {
  font-size: 18px;
  padding: 10px 8px;
  text-indent: 5px;
  color: #000000;
  width: 100%;
  border-radius: 999em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.member-content .member-sidebar .search-form label {
  width: calc(100% - 50px);
}
.member-content .member-sidebar .search-form button {
  width: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 36px;
  border-radius: 999em;
  color: #c4a666;
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.member-content .member-sidebar .search-form button:hover {
  color: #000000;
}
.member-content .member-main {
  width: 100%;
}
@media (min-width: 900px) {
  .member-content .member-main {
    padding-left: 60px;
    width: calc(100% - 350px);
  }
}
.member-content .member-main .base.page-title {
  margin-bottom: 30px;
}
.member-content .member-main .base.page-title h2 {
  margin-bottom: 0px;
  line-height: 1;
}
.member-content .member-main .base.page-title hr {
  margin-top: 0px;
}
.member-content .member-main .accordion {
  margin: 60px auto;
}
.member-content .member-main .accordion .content {
  margin-top: 40px;
}
.member-content .member-main .section-headline {
  margin-bottom: 20px;
}
.member-content .member-main .block {
  border: 2px solid #f0f0f0;
  padding: 30px 30px 10px;
  margin-bottom: 60px;
}
.member-content .member-main .block hr {
  width: 100%;
  margin: 30px 0;
  background: #f0f0f0;
}
.member-content .member-main .block.grid .grid-item {
  width: 100%;
}
@media (min-width: 600px) {
  .member-content .member-main .block.grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .member-content .member-main .block.grid .grid-item:first-of-type {
    padding-right: 30px;
  }
}
@media (min-width: 600px) {
  .member-content .member-main .block.grid .grid-item:last-of-type {
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 2px solid #f0f0f0;
  }
}
.member-content .member-main .wysiwyg {
  margin-bottom: 60px;
}
.member-content .member-main .back {
  margin-bottom: 60px;
}

.page-id-4054 .page-base {
  position: relative;
  z-index: 3;
  margin: -40px auto 90px;
}
.page-id-4054 .ur-frontend-form {
  background: #ffffff;
  padding: 40px 5px;
  max-width: 700px;
  margin: 0 auto 60px;
  border: 2px solid #f0f0f0;
}
@media (min-width: 600px) {
  .page-id-4054 .ur-frontend-form {
    padding: 40px 30px;
  }
}
.page-id-4054 .register .user-registration-message {
  display: flex;
  align-items: center;
  margin: 0 auto 30px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none !important;
}
.page-id-4054 .register .user-registration-message li {
  list-style: none !important;
  margin-bottom: 0px !important;
}
.page-id-4054 .register .user-registration-message li::before {
  display: none !important;
}
.page-id-4054 .register .user-registration-error {
  background: transparent;
  border: none;
  padding: 0px;
  font-size: 14px !important;
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.page-id-4054 .register .user-registration-error::before {
  display: none;
}
.page-id-4054 .register .required {
  color: #c4a666 !important;
}
.page-id-4054 .register label {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 8px 0;
  font-size: 16px !important;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 600px) {
  .page-id-4054 .register label {
    font-size: 18px !important;
  }
}
.page-id-4054 .register input {
  width: 100%;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px 10px !important;
  height: 50px;
  background: #f0f0f0;
  border-color: transparent;
  font-size: 16px;
}
@media (min-width: 900px) {
  .page-id-4054 .register input {
    font-size: 18px;
  }
}
.page-id-4054 .register input.input-text {
  padding-left: 10px !important;
}
.page-id-4054 .register .user-registration-password-strength {
  margin: 20px auto;
}
.page-id-4054 .register .ur-button-container {
  margin-top: 20px;
}
.page-id-4054 .register .ur-submit-button {
  margin-left: 0 !important;
  padding: 15px 20px !important;
}
.page-id-4054 #ur-recaptcha-node {
  padding: 0 10px;
  margin: 30px 0;
}

.base .gform_wrapper {
  margin: 30px auto 40px;
}
.base .gform_wrapper .gsection {
  border-bottom: 2px solid #828085;
}
.base .gform_wrapper .gform_description {
  margin: 0 0 40px;
  color: #000000;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 900px) {
  .base .gform_wrapper .gform_description {
    font-size: 24px;
  }
}
.base .gform_wrapper .gform_fields {
  margin: 0;
  display: table;
  width: 100%;
  clear: both;
}
.base .gform_wrapper .gfield {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1;
}
.base .gform_wrapper .gfield:before {
  display: none;
}
.base .gform_wrapper .gfield label {
  display: block;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 4px 0 0 0;
}
.base .gform_wrapper .gfield .gfield_label {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 8px 0;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
}
.base .gform_wrapper .gfield_required {
  color: #c4a666;
  margin-left: 3px;
}
.base .gform_wrapper input, .base .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px 10px;
  height: 50px;
  background: #f0f0f0;
  border-color: transparent;
  font-size: 18px;
}
@media (min-width: 900px) {
  .base .gform_wrapper input, .base .gform_wrapper textarea {
    font-size: 20px;
  }
}
.base .gform_wrapper textarea {
  height: 200px;
}
.base .gform_wrapper .gform_validation_container {
  display: none;
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-left, .base .gform_wrapper .name_first {
    width: 48%;
    clear: left;
    float: left;
  }
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-right, .base .gform_wrapper .name_last {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (max-width: 768px) {
  .base .gform_wrapper .name_first {
    display: block;
    margin-bottom: 30px;
  }
}
.base .gform_wrapper .form-address .address_line_1, .base .gform_wrapper .form-address .address_line_2 {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.base .gform_wrapper .form-address .address_city, .base .gform_wrapper .form-address .address_zip, .base .gform_wrapper .form-address .address_state {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 600px) {
  .base .gform_wrapper .form-address .address_city, .base .gform_wrapper .form-address .address_zip, .base .gform_wrapper .form-address .address_state {
    padding-right: 15px;
    width: 33.3333333%;
    clear: none;
  }
}
@media (min-width: 600px) {
  .base .gform_wrapper .form-address .address_city.address_zip, .base .gform_wrapper .form-address .address_zip.address_zip, .base .gform_wrapper .form-address .address_state.address_zip {
    padding-right: 0;
  }
}
.base .gform_wrapper .form-address .address_country {
  display: block;
  clear: left;
}
@media (min-width: 600px) {
  .base .gform_wrapper .form-address .address_country {
    width: 48%;
    float: left;
  }
}
.base .gform_wrapper .ginput_container_select, .base .gform_wrapper .address_country {
  position: relative;
  height: 50px;
  border-color: transparent;
}
.base .gform_wrapper .ginput_container_select:after, .base .gform_wrapper .address_country:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
}
.base .gform_wrapper .ginput_container_select select, .base .gform_wrapper .address_country select {
  font-size: 0.9em;
  border: none;
  background: #f0f0f0;
  height: 48px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .base .gform_wrapper .ginput_container_select, .base .gform_wrapper .address_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.base .gform_wrapper .ginput_container_select:after, .base .gform_wrapper .address_country:after {
  display: block;
}
.base .gform_wrapper .ginput_container_checkbox,
.base .gform_wrapper .ginput_container_radio {
  /* after */
  /* before */
}
.base .gform_wrapper .ginput_container_checkbox .gchoice,
.base .gform_wrapper .ginput_container_radio .gchoice {
  line-height: 1.6;
  margin: 5px 0;
}
.base .gform_wrapper .ginput_container_checkbox .gchoice label,
.base .gform_wrapper .ginput_container_radio .gchoice label {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .base .gform_wrapper .ginput_container_checkbox .gchoice label,
.base .gform_wrapper .ginput_container_radio .gchoice label {
    font-size: 20px;
  }
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before,
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:after,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:before,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  top: 2px;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:after,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #c4a666;
  background-color: #c4a666;
  z-index: 0;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:before,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before,
.base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 13px;
  margin-top: 3px;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio],
.base .gform_wrapper .ginput_container_radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  background: #ffffff;
  border: 2px solid #000000;
  top: 3px;
  position: relative;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label:before,
.base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label:before {
  background: #ffffff;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label::after,
.base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 999em;
  left: 2px;
  top: 5px;
  background: #000000;
}
.base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  border-radius: 50%;
}
.base .gform_wrapper .form-nolabel .gfield_label, .base .gform_wrapper .form-nolabel .gsection_title {
  display: none !important;
}
.base .gform_wrapper .gform_footer .gform_button {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #000000;
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 15px 20px;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  width: 200px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.2s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base .gform_wrapper .gform_footer .gform_button:hover {
  background: #c4a666;
  box-shadow: 4px 4px #8d7237, -4px -4px #e0d1b0;
  color: #ffffff;
}
.base .gform_wrapper .gform_validation_errors {
  display: none;
}
.base .gform_wrapper .gfield_error input, .base .gform_wrapper .gfield_error textarea {
  border: 1px solid #c4a666 !important;
}
.base .gform_wrapper .gfield_error .validation_message {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  text-align: left;
  font-size: 13px;
  display: block;
  clear: both;
  padding-top: 7px;
}

.gform_confirmation_message {
  color: #c4a666;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4em;
  padding: 30px 0;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 900px) {
  .gform_confirmation_message {
    font-size: 27px;
  }
}

.accordion {
  margin: 60px auto 90px;
}
@media (min-width: 900px) {
  .accordion {
    margin: 80px auto 90px;
  }
}
.accordion .expanded {
  display: none;
}
.accordion .container {
  background: #ffffff;
  padding: 30px 20px 35px;
  margin-bottom: 20px;
  border: 2px solid #f0f0f0;
}
.accordion .content {
  margin-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  .accordion .content {
    padding-left: 55px;
  }
}
.accordion .expand {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  position: relative;
  padding-left: 55px;
}
.accordion .expand:first-of-type {
  border: none;
}
.accordion .expand:hover h3 {
  color: #000000;
}
.accordion .expand::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
  position: absolute;
  padding: 6px;
  left: 0px;
  color: #ffffff;
  background: #62b3b7;
  border-radius: 999em;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  font-size: 24px;
}
@media (min-width: 600px) {
  .accordion .expand::before {
    font-size: 27px;
  }
}
.accordion .expand.open::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background: #62b3b7;
  content: "\e914";
}
.accordion .expand h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #c4a666;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .accordion .expand h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .accordion .expand h3 {
    font-size: 32px;
  }
}

.find-contractor {
  margin: 60px auto;
}
@media (min-width: 900px) {
  .find-contractor {
    margin: 100px auto;
  }
}
.find-contractor .base h2 {
  color: #000000;
}
.find-contractor .search-contractors {
  position: relative;
  padding: 60px 0;
  background: #f0f0f0;
  margin-top: 30px;
}
.find-contractor .search-contractors .angle {
  position: absolute;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  top: -15px;
}
.find-contractor .search-contractors .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.find-contractor .search-contractors .search-field {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 12px;
  background: #c4a666;
  border-radius: 999em;
  overflow: hidden;
  width: 250px;
  color: #ffffff;
}
.find-contractor .search-contractors .search-field input {
  background: #c4a666;
  width: calc(100% - 50px);
  border: none;
  height: 50px;
  padding: 8px;
  appearance: none;
  -webkit-appearance: none;
  color: #ffffff;
  font-size: 16px;
  text-indent: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.find-contractor .search-contractors .search-field ::-webkit-input-placeholder {
  color: #ffffff;
}
.find-contractor .search-contractors .search-field ::-moz-placeholder {
  color: #ffffff;
}
.find-contractor .search-contractors .search-field .icon-search {
  color: #ffffff;
  width: 50px;
  display: inline-block;
  vertical-align: sub;
  font-size: 32px;
}
.find-contractor .search-contractors .button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  margin: 10px 12px;
}
.find-contractor .search-contractors .radios {
  display: flex;
  margin: 10px 0;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.find-contractor .search-contractors .radios .container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.find-contractor .search-contractors .radios .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.find-contractor .search-contractors .radios .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #b3b2b1;
}
.find-contractor .search-contractors .radios .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.find-contractor .search-contractors .radios .container input:checked ~ .checkmark:after {
  display: block;
}
.find-contractor .search-contractors .radios .container .checkmark:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c4a666;
}

.blog-sidebar {
  margin: 60px auto;
  width: 100%;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
.blog-sidebar .grid {
  padding: 40px 0 30px;
  justify-content: center;
  align-items: center;
}
.blog-sidebar .widget {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .blog-sidebar .widget {
    padding: 0 10px;
    margin: 0;
    width: 50%;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .blog-sidebar .widget {
    max-width: none;
    padding: 0 30px;
    width: auto;
  }
}
.blog-sidebar .widget:last-of-type {
  margin-bottom: 0;
}
.blog-sidebar h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #464444;
}
@media (min-width: 1200px) {
  .blog-sidebar h3 {
    width: auto;
    font-size: 18px;
  }
}
.blog-sidebar .custom-select {
  position: relative;
  background: #f0f0f0;
  width: 250px;
  margin: 0 10px 10px;
}
@media (min-width: 1200px) {
  .blog-sidebar .custom-select {
    width: 300px;
  }
}
.blog-sidebar .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #c4a666;
}
@media (min-width: 600px) {
  .blog-sidebar .custom-select:after {
    top: 10px;
  }
}
.blog-sidebar select {
  font-size: 12px;
  border: 1px solid rgba(130, 128, 133, 0.2);
  background: #f0f0f0;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none !important;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 600px) {
  .blog-sidebar select {
    font-size: 16px;
    height: 45px;
  }
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .blog-sidebar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.blog-sidebar:after {
  display: block;
}

.featured-post {
  padding: 60px 0 0;
  margin-bottom: 120px;
  background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 50%, #ffffff 50%, #ffffff 100%);
}
.featured-post h2 a {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  color: #c4a666;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  display: block;
}
@media (min-width: 480px) {
  .featured-post h2 a {
    font-size: 27px;
  }
}
@media (min-width: 600px) {
  .featured-post h2 a {
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .featured-post h2 a {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .featured-post h2 a {
    font-size: 48px;
  }
}
.featured-post h2 a:hover {
  color: #464444;
}
.featured-post .img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.featured-post .img:hover .overlay {
  opacity: 1;
}
.featured-post .img:hover .overlay span {
  animation: fadeUp;
  -webkit-animation-name: fadeUp;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: 0.6s cubic-bezier(0.175, 0.885, 0.2, 1.5);
  animation-fill-mode: forwards;
}
.featured-post .img:hover img {
  transform: scale(1.025);
}
.featured-post .img img {
  width: 100%;
  transition: ease-in 0.4s;
  margin-bottom: -3px;
}
.featured-post .img .overlay {
  transition: ease-in-out 0.2s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.featured-post .img .overlay span {
  display: block;
  text-align: center;
  margin-top: -35px;
}
@media (min-width: 1024px) {
  .featured-post .img .overlay span {
    margin-top: -60px;
  }
}
.featured-post .box {
  position: relative;
  z-index: 3;
  border: 4px solid #c4a666;
  padding: 30px 15px;
  background: #ffffff;
  max-width: 1000px;
  width: 94%;
  margin: -60px auto 0;
}
@media (min-width: 480px) {
  .featured-post .box {
    padding: 30px 20px;
    border: 8px solid #c4a666;
  }
}
@media (min-width: 1024px) {
  .featured-post .box {
    margin: -90px auto 0;
    padding: 50px 50px 40px;
  }
}
.featured-post .box p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .featured-post .box p {
    font-size: 18px;
  }
}
.featured-post .box .date {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #c4a666;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
@media (min-width: 600px) {
  .featured-post .box .date {
    font-size: 16px;
  }
}
.featured-post .box .button {
  position: absolute;
  width: 230px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -28px;
}

.page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.page-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}
.page-hero .wrap1400 {
  position: relative;
  z-index: 2;
}
.page-hero .hero {
  padding: 70px 0 80px;
  text-align: center;
}
@media (min-width: 600px) {
  .page-hero .hero {
    padding: 120px 0 80px;
  }
}
@media (min-width: 900px) {
  .page-hero .hero {
    padding: 280px 0 130px;
  }
}
.page-hero span {
  display: block;
  color: #ffffff;
  line-height: 1.2;
  font-size: 20px;
  margin: 0 auto 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page-hero span {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .page-hero span {
    font-size: 26px;
  }
}
.page-hero hr {
  width: 60px;
  height: 2px;
  margin: 0px auto 20px;
  background: #c4a666;
  border: none;
}
.page-hero h1 {
  color: #ffffff;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.01em;
}
@media (min-width: 480px) {
  .page-hero h1 {
    font-size: 35px;
  }
}
@media (min-width: 600px) {
  .page-hero h1 {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .page-hero h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .page-hero h1 {
    font-size: 65px;
  }
}

.mobile-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 900px) {
  .mobile-container {
    display: none;
  }
}
.mobile-container .search-trigger {
  color: #ffffff;
  font-size: 40px;
  margin-right: 20px;
  cursor: pointer;
}
.mobile-container .search-trigger:hover {
  color: #c4a666;
}
.mobile-container .general-search-form {
  width: 200px;
  position: absolute;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  display: none;
  top: 12px;
  right: 80px;
}
.mobile-container .general-search-form.open {
  display: flex;
}
.mobile-container .general-search-form input {
  font-size: 16px;
  padding: 10px 8px;
  text-indent: 5px;
  color: #000000;
  width: 100%;
  border-radius: 999em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.mobile-container .general-search-form label {
  width: calc(100% - 50px);
}
.mobile-container .general-search-form button {
  width: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 24px;
  border-radius: 999em;
  color: #c4a666;
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.mobile-container .general-search-form button:hover {
  color: #000000;
}

.mobile-toggle-container {
  display: block;
  position: relative;
  width: 65px;
  height: 68px;
  cursor: pointer;
  z-index: 999;
  display: block;
  right: 0px;
  background: #c4a666;
}
@media (min-width: 900px) {
  .mobile-toggle-container {
    display: none;
  }
}

.mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center;
}
.mobile-toggle:hover .menu-icon::after, .mobile-toggle:hover .menu-icon::before {
  background: #000000;
}
.mobile-toggle:hover .menu-icon span {
  background: #000000;
}

.menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.menu-icon::after, .menu-icon::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  border-radius: 999em;
  background: #ffffff;
  content: "";
  opacity: 1;
  transition: all 0.2s ease;
}
.menu-icon::before {
  top: -11px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1);
}
.menu-icon::after {
  bottom: -13px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999em;
  background: #ffffff;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}

@media (max-width: 900px) {
  .menu-open .site-header {
    position: relative !important;
  }
  .menu-open .site-header.stick, .menu-open .site-header.unstuck {
    position: relative !important;
  }
  .menu-open .mobile-subscribe {
    display: block !important;
    padding: 0 0 20px;
    margin: 0 auto;
    text-align: center;
  }
  .menu-open .menu-primary-container {
    z-index: 999;
    margin: 0 auto;
    display: block !important;
    width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-open .menu-primary-container .menu {
    padding: 20px 0;
    display: block;
  }
  .menu-open .menu-primary-container .menu li {
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid rgba(240, 240, 240, 0.2);
  }
  .menu-open .menu-primary-container .menu li#menu-item-40 {
    border: none;
  }
  .menu-open .menu-primary-container .menu li:last-of-type {
    border: none;
  }
  .menu-open .menu-primary-container .menu li.menu-item-has-children {
    position: relative;
  }
  .menu-open .menu-primary-container .menu li.menu-item-has-children::after {
    content: "▼";
    color: #c4a666;
    font-size: 10px;
    top: 16px;
    right: 20px;
    position: absolute;
  }
  .menu-open .menu-primary-container .menu li a {
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 20px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 900px) and (min-width: 480px) {
  .menu-open .menu-primary-container .menu li a {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container .menu li a:hover {
    color: #c4a666;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container .menu li .sub-menu {
    padding: 0;
    background: #464444;
  }
  .menu-open .menu-primary-container .menu li .sub-menu li {
    max-width: 100%;
    margin: 0 auto;
    border-bottom: none;
  }
  .menu-open .menu-primary-container .menu li .sub-menu li:last-of-type {
    border: none;
  }
  .menu-open .menu-primary-container .menu li .sub-menu li.menu-item-has-children::after {
    display: none;
  }
  .menu-open .menu-primary-container .menu li .sub-menu li .sub-menu {
    display: block !important;
    background: #828085;
  }
  .menu-open .menu-primary-container .menu li .sub-menu li .sub-menu a {
    padding: 12px 30px;
    border: none;
  }
  .menu-open .menu-primary-container .menu li .sub-menu li a {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(240, 240, 240, 0.2);
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .menu-primary-container .menu li .sub-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (min-width: 900px) {
  .menu-open .menu-primary-container .menu li .sub-menu li a {
    font-size: 18px;
  }
}
.menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
  right: 0px !important;
}
.menu-open .mobile-toggle:hover .menu-icon span {
  left: 0px !important;
}
.menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
  opacity: 0 !important;
  transition: all 0.6s ease;
}
.menu-open .mobile-toggle .menu-icon-left {
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open .mobile-toggle .menu-icon-right {
  transform: rotate(-225deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
  width: 35px;
  height: 35px;
  background: #c4a666;
  transition: ease-in 222ms;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  color: #fff;
  background: #62b3b7;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "\e91b";
}
[dir=rtl] .slick-prev:before {
  content: "\e91a";
}

.slick-next {
  right: 0px;
}
.slick-next:hover:before, .slick-next:focus:before {
  color: #fff;
  background: #62b3b7;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "\e91a";
}
[dir=rtl] .slick-next:before {
  content: "\e91b";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

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