@charset "UTF-8";
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

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

/*------------------------------------------------------------------------- BASE STYLES
*/
@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/librebaskerville-bold-webfont.woff2") format("woff2"), url("../fonts/librebaskerville-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/librebaskerville-regular-webfont.woff2") format("woff2"), url("../fonts/librebaskerville-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  display: block;
  font-size: 100%;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  background: #FFF;
}

p, a, h1, h2, h3, h4, h5, h6, li, input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #1d1d1b;
  text-decoration: none;
  font-weight: 400;
}

iframe[name="google_conversion_frame"] {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -9999;
}

/*-------------------------------------------------------------------------SHARED STYLES
*/
#content {
  z-index: 1;
  padding-top: 185px;
  height: auto;
  overflow-x: hidden;
  width: 100vw;
}

@media screen and (max-width: 1366px) {
  #content {
    padding-top: 165px;
  }
}

@media screen and (max-width: 900px) {
  #content {
    padding-top: 95px;
    max-width: 100vw;
  }
}

.intro_container {
  width: 100%;
  height: auto;
  background: #323131;
  overflow: hidden;
  max-height: 80vh;
  max-height: calc(100vh - 110px);
  position: relative;
}

@media screen and (max-width: 900px) {
  .intro_container {
    max-height: none;
    text-align: center;
  }
}

.intro_container:after {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #FFF;
}

@media screen and (max-width: 1200px) {
  .intro_container:after {
    height: 5px;
  }
}

.intro_container img {
  width: 50%;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 900px) {
  .intro_container img {
    width: 100%;
  }
}

.intro_container .intro_content {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 120px 10%;
}

@media screen and (max-width: 1366px) {
  .intro_container .intro_content {
    padding: 60px 8% 60px 8%;
  }
}

@media screen and (max-width: 1200px) {
  .intro_container .intro_content {
    padding: 30px 6%;
  }
}

@media screen and (max-width: 900px) {
  .intro_container .intro_content {
    padding: 40px 5%;
    position: static;
    display: block;
    width: 100%;
  }
}

.intro_container h1 {
  display: inline-block;
  float: left;
  font-size: 2.6rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  color: #FFF;
  max-width: 100%;
  line-height: 1.6em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.intro_container h1:after {
  width: 30%;
  height: 1px;
  content: "";
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .intro_container h1:after {
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1366px) {
  .intro_container h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .intro_container h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 900px) {
  .intro_container h1 {
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
}

.intro_container *:not(button):not(h1) {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  color: #FFF;
  max-width: 100%;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) {
  .intro_container *:not(button):not(h1) {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 900px) {
  .intro_container *:not(button):not(h1) {
    font-size: 1.1rem !important;
  }
}

.intro_container button {
  width: 100px;
  height: 100px;
  background: url(../images/scroll_down@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  text-indent: -9999px;
  margin-top: 30px;
}

@media screen and (max-width: 1366px) {
  .intro_container button {
    width: 80px;
    height: 80px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .intro_container button {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .intro_container button {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
}

.content_head {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 40px 0;
}

@media screen and (max-width: 1366px) {
  .content_head {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .content_head {
    padding: 40px 0 30px;
    text-align: center;
  }
}

.content_head h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #6f6f6f;
  padding-bottom: 20px;
  margin-top: 20px;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  color: #c1a774;
}

@media screen and (max-width: 900px) {
  .content_head h1 {
    font-size: 2rem;
  }
}

.content_head p.emph {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .content_head p.emph {
    font-size: 1rem;
  }
}

.content_head p.emph strong {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.content_head p.emph a{
  font-weight: bold;
  color: #c1a774 !important;
  font-size: 1em !important;
  position: relative;
}

.content_head p.emph a:after{
  width: 0;
  height: 1px;
  background: #c1a774;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 300ms ease-in-out;
}

@media screen and (min-width: 900px) {
  .content_head p.emph a:hover:after{
    width: 100%;
  }
}

.item {
  width: 100%;
  height: 620px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .item {
    height: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .item {
    height: 460px;
  }
}

@media screen and (max-width: 900px) {
  .item {
    text-align: center;
    height: auto;
  }
}

.item img {
  display: inline-block;
  width: 50%;
  height: auto;
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .item img {
    width: 50%;
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  .item img {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.item .aside {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  padding: 120px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  background: #c1a774;
}

@media screen and (max-width: 1366px) {
  .item .aside {
    padding: 60px 6% 60px 8%;
  }
}

@media screen and (max-width: 1200px) {
  .item .aside {
    padding: 30px 5% 30px 5% !important;
    width: 55%;
    left: 45%;
  }
}

@media screen and (max-width: 900px) {
  .item .aside {
    position: static;
    width: 100%;
    padding: 40px 5% 50px 5%;
    text-align: center;
  }
}

.item .aside h2 {
  font-size: 2.2rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  color: #FFF;
  max-width: 80%;
  width: auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 1366px) {
  .item .aside h2 {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .item .aside h2 {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 900px) {
  .item .aside h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.item .aside h2 a {
  font-size: inherit;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .item .aside h2 a {
    line-height: 1.4em;
  }
}

.item .aside h2 a:after {
  width: 30%;
  height: 1px;
  content: "";
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .item .aside h2 a:after {
    right: 0;
    margin: auto;
  }
}

.item .aside h2 a:hover:after {
  width: 100%;
}

.item .aside h2:after {
  width: 30%;
  height: 1px;
  content: "";
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .item .aside h2:after {
    right: 0;
    margin: auto;
  }
}

.item .aside *:not(h2):not(a) {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #FFF;
  padding-bottom: 15px;
}

@media screen and (max-width: 1366px) {
  .item .aside *:not(h2):not(a) {
    font-size: 1rem;
  }
}

.item .aside *:not(h2):not(a):last-of-type {
  padding-bottom: 0;
}

.item .aside .learn_more {
  height: 56px;
  width: 220px;
  line-height: 54px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #FFF;
  background: transparent;
  display: inline-block;
  color: #FFF;
  margin-top: 30px;
  font-size: 0.75rem;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out ,left 400ms ease-in-out, opacity 400ms ease-in-out !important;
}

@media screen and (max-width: 1366px) {
  .item .aside .learn_more {
    border: 1px solid #FFF;
  }
}

@media screen and (max-width: 900px) {
  .item .aside .learn_more {
    height: 46px;
    line-height: 44px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    width: 160px;
    float: none;
    margin: 25px auto 0 auto;
  }
}

.item .aside .learn_more:hover {
  background: #FFF;
  color: #1d1d1b;
}

.item .aside .download {
  padding-top: 15px;
  font-size: 1.4rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  color: #FFF;
  padding-left: 40px;
  background: url(../images/icons/download@2x.png);
  background-position: left bottom 4px;
  background-size: 25px;
  background-repeat: no-repeat;
  display: inline-block;
  width: auto;
  float: left;
  clear: both;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .item .aside .download {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 900px) {
  .item .aside .download {
    font-size: 1rem;
    background-size: 22px;
    background-position: left bottom 8px;
    padding-top: 10px;
    float: none;
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-top: 50px !important;
    background-position: center top 18px;
  }
}

.item .aside .download span {
  display: inline-block;
  float: left;
  width: auto;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .item .aside .download span {
    display: inline-block;
    margin: auto;
    width: auto;
    text-align: center;
    float: none;
  }
}

.item .aside .download span:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  transition: width 400ms ease-in-out;
}

.item .aside .download:first-of-type {
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  .item .aside .download:first-of-type {
    padding-top: 30px;
  }
}

@media screen and (min-width: 900px) {
  .item .aside .download:hover span:after {
    width: 100%;
  }
}

.item .aside > * {
  position: relative;
  left: 20%;
  opacity: 0;
  transition: left 400ms ease-in-out, opacity 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .item .aside > * {
    left: 0 !important;
    opacity: 1 !important;
  }
}

.item.animate .aside > * {
  left: 0 !important;
  opacity: 1 !important;
}

.item:nth-of-type(2n) img {
  left: 50%;
}

@media screen and (max-width: 1200px) {
  .item:nth-of-type(2n) img {
    left: 50%;
  }
}

.item:nth-of-type(2n) .aside {
  left: 0;
  right: 50%;
}

@media screen and (max-width: 1366px) {
  .item:nth-of-type(2n) .aside {
    padding: 60px 8% 60px 6%;
  }
}

@media screen and (max-width: 1200px) {
  .item:nth-of-type(2n) .aside {
    padding: 30px 5% 30px 5% !important;
    right: 45%;
  }
}

.item:nth-of-type(2n) .aside > * {
  position: relative;
  left: -20%;
  opacity: 0;
  transition: left 400ms ease-in-out, opacity 400ms ease-in-out;
}

.item.content_item img {
  left: 0;
}

.item.content_item .aside {
  left: 50%;
  right: 0;
}

body#news .content_item .aside p, body#news .content_item .aside h3, body#news .content_item .aside h4, body#news .content_item .aside h5 {
  font-style: italic;
}

body#news .content_item .aside p:before, body#news .content_item .aside h3:before, body#news .content_item .aside h4:before, body#news .content_item .aside h5:before {
  content: "“ ";
}

body#news .content_item .aside p:after, body#news .content_item .aside h3:after, body#news .content_item .aside h4:after, body#news .content_item .aside h5:after {
  content: "”";
}

body#news .content_wrapper {
  padding-top: 0 !important;
}

body#news .item ~ .content_wrapper {
  padding-top: 80px !important;
}

body#product .product_nav {
  display: block;
  clear: both;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding: 30px 0;
  height: auto;
  overflow: visible;
  position: relative;
}

body#product .product_nav .intro {
  width: 60%;
  margin-right: 5%;
  display: inline-block;
  min-height: 175px;
}

@media screen and (max-width: 1366px) {
  body#product .product_nav .intro {
    min-height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  body#product .product_nav .intro {
    min-height: 175px;
  }
}

@media screen and (max-width: 900px) {
  body#product .product_nav .intro {
    width: 100%;
    min-height: 0;
    text-align: center;
  }
}

body#product .product_nav .intro img {
  width: auto;
  height: 175px;
  display: inline-block;
  margin-right: 50px;
  float: left;
}

@media screen and (max-width: 1366px) {
  body#product .product_nav .intro img {
    height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  body#product .product_nav .intro img {
    height: 175px;
  }
}

@media screen and (max-width: 900px) {
  body#product .product_nav .intro img {
    display: none;
  }
}

body#product .product_nav .intro h1 {
  color: #c1a774;
  font-size: 2.6rem;
  padding-bottom: 16px;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  padding-top: 20px;
}

@media screen and (max-width: 1366px) {
  body#product .product_nav .intro h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 900px) {
  body#product .product_nav .intro h1 {
    font-size: 2rem;
  }
}

body#product .product_nav .intro h2, body#product .product_nav .intro p.emph {
  font-size: 1.125rem;
  padding-bottom: 30px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 1366px) {
  body#product .product_nav .intro h2, body#product .product_nav .intro p.emph {
    font-size: 1rem;
  }
}

body#product .product_nav .intro h2:after, body#product .product_nav .intro p.emph:after {
  width: 100px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 225px;
  background: #1d1d1b;
}

@media screen and (max-width: 1366px) {
  body#product .product_nav .intro h2:after, body#product .product_nav .intro p.emph:after {
    left: 200px;
  }
}

@media screen and (max-width: 1200px) {
  body#product .product_nav .intro h2:after, body#product .product_nav .intro p.emph:after {
    left: 225px;
  }
}

@media screen and (max-width: 900px) {
  body#product .product_nav .intro h2:after, body#product .product_nav .intro p.emph:after {
    left: 0;
    right: 0;
    margin-left: 0;
    margin: auto;
  }
}

body#product .product_nav .quick_links_wrapper {
  width: 26%;
  display: inline-block;
  float: right;
  padding-top: 40px;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 1366px) {
  body#product .product_nav .quick_links_wrapper {
    padding-top: 26px;
  }
}

@media screen and (max-width: 1200px) {
  body#product .product_nav .quick_links_wrapper {
    width: 34%;
  }
}

@media screen and (max-width: 900px) {
  body#product .product_nav .quick_links_wrapper {
    width: 100%;
    display: block;
    padding-bottom: 40px;
  }
}

body#product .product_nav .quick_links_wrapper > p {
  font-size: 1.125rem;
  padding-bottom: 12px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  body#product .product_nav .quick_links_wrapper > p {
    text-align: center;
  }
}

body#product .product_nav .quick_links_wrapper .quick_links {
  position: relative;
  width: 100%;
  height: 46px;
  text-align: left;
}

body#product .product_nav .quick_links_wrapper .quick_links > p {
  width: 100%;
  height: 46px;
  line-height: 44px;
  display: inline-block;
  border: 1px solid #f3f3f3;
  padding: 0 20px;
  color: #d0d0d0;
  background: url(../images/icons/dropdown@2x.png);
  background-size: 12px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

body#product .product_nav .quick_links_wrapper .quick_links > ul {
  width: auto;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 6666;
  background: #FFF;
  height: 0px;
  border: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 900px) {
  body#product .product_nav .quick_links_wrapper .quick_links > ul {
    min-width: 100%;
  }
}

body#product .product_nav .quick_links_wrapper .quick_links > ul.open {
  border: 1px solid #f3f3f3;
  height: 320px;
}

body#product .product_nav .quick_links_wrapper .quick_links > ul li {
  height: auto !important;
  width: 100%;
}

body#product .product_nav .quick_links_wrapper .quick_links > ul li a {
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}

body#product .product_nav .quick_links_wrapper .quick_links > ul li a:hover {
  background: #c1a774;
  color: #FFF;
}

body#product .product_nav .quick_links_wrapper .quick_links > ul > li > a {
  font-weight: bold;
}

body#product .item {
  width: 50%;
  height: 620px;
  display: inline-block;
  float: left;
  border-bottom: 6px solid #FFF;
}

@media screen and (max-width: 1366px) {
  body#product .item {
    height: 420px;
  }
}

@media screen and (max-width: 1200px) {
  body#product .item {
    height: 360px;
  }
}

@media screen and (max-width: 900px) {
  body#product .item {
    width: 100%;
    height: 250px;
  }
}

body#product .item img {
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0 !important;
}

body#product .item .aside {
  width: 100%;
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1) !important;
  transition: background 400ms ease-in-out;
}

body#product .item .aside h2 {
  width: 100%;
  max-width: 60%;
  display: block;
  margin: 0 auto;
  left: 0 !important;
  top: -15%;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  transition: top 400ms ease-in-out, opacity 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  body#product .item .aside h2 {
    max-width: 80%;
  }
}

body#product .item .aside h2:after,
body#product .item .aside h2 a:after {
  display: none !important;
}

body#product .item .aside a.learn_more {
  display: block;
  margin: 0 auto;
  left: 0 !important;
  top: -15% !important;
  font-weight: bold;
  transition: top 400ms ease-in-out, opacity 400ms ease-in-out;
}

body#product .item.animate .aside h2 {
  top: 0 !important;
}

body#product .item.animate .aside a.learn_more {
  top: 0 !important;
}

body#product .item:hover .aside {
  background: rgba(0, 0, 0, 0.6) !important;
}

@media screen and (max-width: 900px) {
  body#product .item .aside h2 {
    top: 0 !important;
  }
  body#product .item .aside a.learn_more {
    top: 0 !important;
  }
}

.content_wrapper {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 80px 0 80px 0;
  background: url(../images/divider.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
  .content_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .content_wrapper {
    padding: 40px 0 40px;
    text-align: center;
  }
}

.content_wrapper h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #6f6f6f;
  padding-bottom: 20px;
  margin-top: 20px;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  color: #c1a774;
}

@media screen and (max-width: 900px) {
  .content_wrapper h1 {
    font-size: 2rem;
  }
}

.content_wrapper h2 {
  font-size: 2.2rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 20px;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-right: 16%;
  position: relative;
  padding-top: 25px;
}

@media screen and (max-width: 1366px) {
  .content_wrapper h2 {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .content_wrapper h2 {
    font-size: 1.6rem;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.content_wrapper h2:after {
  width: 160px;
  height: 2px;
  background: #1d1d1b;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .content_wrapper h2:after {
    height: 1px;
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .content_wrapper h2:after {
    right: 0;
    margin: auto;
  }
}

.content_wrapper > h2:first-of-type {
  padding-top: 0;
}

.content_wrapper h3 {
  font-size: 1.6rem;
  line-height: 1.4em;
  padding-bottom: 25px;
}

@media screen and (max-width: 1366px) {
  .content_wrapper h3 {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .content_wrapper h3 {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 900px) {
  .content_wrapper h3 {
    font-size: 1.4rem;
  }
}

.content_wrapper h4 {
  font-size: 1.1rem;
  color: #c1a774;
  padding-bottom: 16px;
}

.content_wrapper p, .content_wrapper h5 {
  color: #939393;
  font-size: 1.1rem;
  line-height: 1.6em;
  padding-bottom: 25px;
}

@media screen and (max-width: 1366px) {
  .content_wrapper p, .content_wrapper h5 {
    font-size: 1.1rem;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .content_wrapper p, .content_wrapper h5 {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

.content_wrapper p a, .content_wrapper h5 a {
  font-weight: bold;
  color: #c1a774 !important;
  font-size: 1em !important;
  position: relative;
}

.content_wrapper p a:after, .content_wrapper h5 a:after {
  width: 0;
  height: 1px;
  background: #c1a774;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 300ms ease-in-out;
}

@media screen and (min-width: 900px) {
  .content_wrapper p a:hover:after, .content_wrapper h5 a:hover:after {
    width: 100%;
  }
}

.content_wrapper strong {
  font-size: 1em;
  font-weight: bold;
  color: inherit;
  font-style: inherit;
}

.content_wrapper em {
  font-size: 1em;
  font-weight: inherit;
  color: inherit;
  font-style: italic;
}

.content_wrapper > p, .content_wrapper > h5, .content_wrapper > ul {
  max-width: 60%;
}

@media screen and (max-width: 1200px) {
  .content_wrapper > p, .content_wrapper > h5, .content_wrapper > ul {
    max-width: 85%;
  }
}

@media screen and (max-width: 900px) {
  .content_wrapper > p, .content_wrapper > h5, .content_wrapper > ul {
    max-width: 100%;
  }
}

.content_wrapper > ul, .content_wrapper > ol {
  padding-bottom: 12px;
}

.content_wrapper > ul li, .content_wrapper > ol li {
  color: #939393;
  font-size: 1.125rem;
  line-height: 1.4em;
  padding-bottom: 16px;
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 900px) {
  .content_wrapper > ul li, .content_wrapper > ol li {
    font-size: 1rem;
  }
}

.content_wrapper > ul li:before, .content_wrapper > ol li:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #c1a774;
  margin-right: 8px;
}

.content_wrapper hr {
  width: 100%;
  height: 10px;
  background: url(../images/divider.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.content_wrapper img {
  width: auto !important;
  height: auto !important;
  max-width: 60%;
  margin-bottom: 20px;
}

.content_wrapper form {
  width: 100%;
  display: block;
  margin: auto;
  text-align: left;
}

.content_wrapper form legend {
  color: #1d1d1b;
}

.content_wrapper form legend:after {
  background: #1d1d1b;
}

.content_wrapper form p {
  color: #1d1d1b;
  padding-bottom: 10px;
}

.content_wrapper form p.success, .content_wrapper form p.error {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.content_wrapper form > span.warning {
  background: #ba3c3c;
  display: inline-block;
  padding: 0 6px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: -15px;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .content_wrapper form > span.warning {
    font-size: 0.8rem;
  }
}

.content_wrapper form li {
  width: 100%;
}

.content_wrapper form li label {
  color: #1d1d1b;
}

.content_wrapper form li input, .content_wrapper form li select, .content_wrapper form li textarea {
  border: 1px solid #1d1d1b;
}

.content_wrapper form li select {
  background-image: url(../images/icons/dropdown-black@2x.png);
}

.content_wrapper form button {
  border: 2px solid #1d1d1b;
  color: #1d1d1b;
}

.content_wrapper form button:hover {
  background: #1d1d1b;
  color: #FFF;
}

.content_wrapper .dropbox {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .content_wrapper .dropbox {
    position: static;
    width: 100%;
  }
}

.content_wrapper .column {
  width: 47.5%;
  display: inline-block;
  float: left;
  margin-right: 5%;
  position: relative;
}

@media screen and (max-width: 900px) {
  .content_wrapper .column {
    width: 100%;
    margin-right: 0;
  }
}

.content_wrapper .column:nth-of-type(2n) {
  margin-right: 0;
}

.content_wrapper .column > ul, .content_wrapper .column > ol {
  padding-bottom: 12px;
}

.content_wrapper .column > ul li, .content_wrapper .column > ol li {
  color: #939393;
  font-size: 1.125rem;
  line-height: 1.4em;
  padding-bottom: 16px;
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 900px) {
  .content_wrapper .column > ul li, .content_wrapper .column > ol li {
    font-size: 1rem;
  }
}

.content_wrapper .column > ul li:before, .content_wrapper .column > ol li:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #c1a774;
  margin-right: 8px;
}

.content_wrapper .column img {
  max-width: 100%;
}

.content_wrapper .mailing_list form legend {
  display: none;
}

.content_wrapper .mailing_list form h2 {
  color: #1d1d1b;
  padding-right: 0;
}

.content_wrapper .mailing_list form h2:after {
  right: auto;
}

table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  table {
    margin-bottom: 15px;
  }
}

table thead tr th {
  text-align: center;
  padding: 12px 5px;
  font-size: 1.125rem;
  border: 1px solid #cdcdcd;
  background: #c1a774;
  color: #FFF;
}

table tbody tr td {
  padding: 8px 5px;
  color: #696969;
  font-size: 1rem;
  line-height: 1.4em;
  border: 1px solid #cdcdcd;
  text-align: center;
}

body#mailing-list .content_wrapper,
body#accessibility .content_wrapper,
body#privacy-policy .content_wrapper,
body#terms-of-use .content_wrapper {
  background: none;
}

body#site-map .content_head,
body#error404 .content_head {
  padding-bottom: 0;
}

body#site-map .content_wrapper,
body#error404 .content_wrapper {
  padding-top: 0;
  background: none;
}

body#site-map ul.sitemap,
body#error404 ul.sitemap {
  padding: 0;
  text-align: left;
}

body#site-map ul.sitemap li,
body#error404 ul.sitemap li {
  padding-bottom: 0;
  padding-left: 20px;
}

body#site-map ul.sitemap li a,
body#error404 ul.sitemap li a {
  padding-bottom: 12px;
  display: inline-block;
  max-width: 90%;
}

body#site-map ul.sitemap > li > a,
body#error404 ul.sitemap > li > a {
  font-weight: bold;
}

body#site-map ul.sitemap > li > ul > li.subsubnav > a,
body#error404 ul.sitemap > li > ul > li.subsubnav > a {
  font-weight: bold;
  color: #c1a774;
}

/*--------------------------------------------------------------------------HEADER
*/
#header {
  width: 100%;
  height: 110px;
  background: #f7f8fb;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media screen and (max-width: 1366px) {
  #header {
    height: 100px;
  }
}

@media screen and (max-width: 900px) {
  #header {
    position: fixed;
    height: 95px;
    transition: top 300ms ease-in-out;
  }
  #header.hide {
    top: -137px;
  }
}

#header #access {
  display: none;
}

#header .header_wrapper {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 10;
  background: #f7f8fb;
  z-index: 9999;
}

@media screen and (max-width: 1366px) {
  #header .header_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  #header .header_wrapper {
    width: 100%;
  }
}

#header .header_wrapper div {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: left;
  height: 100px;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div {
    height: 90px;
  }
}

#header .header_wrapper div.header_left {
  padding-top: 20px;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_left {
    position: absolute;
    top: 99px;
    right: 0;
    max-width: 1280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 90%;
    padding-top: 0;
    width: 160px;
    top: 94px;
    z-index: 1;
  }
}

#header .header_wrapper div.header_left p, #header .header_wrapper div.header_left a {
  color: #000;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  padding-left: 30px;
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  clear: both;
}

@media screen and (max-width: 1366px) {
  #header .header_wrapper div.header_left p, #header .header_wrapper div.header_left a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_left p, #header .header_wrapper div.header_left a {
    background-color: #f7f8fb;
    padding: 10px 30px 10px 55px;
    height: auto;
    background-position: left 20px center;
    float: right;
    position: relative;
    margin-right: 20px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
    text-indent: -9999px;
    width: 62px;
    height: 42px;
    padding: 0;
    background-position: center;
    margin-right: 10px !important;
    position: relative;
    z-index: 9999;
    clear: none;
  }
}

#header .header_wrapper div.header_left p.phone, #header .header_wrapper div.header_left a.phone {
  background-image: url(../images/icons/phone@2x.png);
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_left p.phone, #header .header_wrapper div.header_left a.phone {
    margin-right: 0;
  }
}

#header .header_wrapper div.header_left p.email, #header .header_wrapper div.header_left a.email {
  background-image: url(../images/icons/email@2x.png);
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
  #header .header_wrapper div.header_left p.email, #header .header_wrapper div.header_left a.email {
    text-indent: -9999px;
    min-width: 100px;
  }
  #header .header_wrapper div.header_left p.email:before, #header .header_wrapper div.header_left a.email:before {
    content: "Email";
    position: absolute;
    top: 0;
    left: 30px;
    width: auto;
    text-indent: 0;
  }
}

#header .header_wrapper div.header_left p:after, #header .header_wrapper div.header_left a:after {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 0;
  background: #1d1d1b;
  content: "";
  height: 1px;
  transition: width 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_left p:after, #header .header_wrapper div.header_left a:after {
    left: 20px;
    bottom: 8px;
  }
}

@media screen and (min-width: 1200px) {
  #header .header_wrapper div.header_left a:hover:after {
    width: 100%;
  }
}

#header .header_wrapper div.header_center {
  width: 60%;
  text-align: center;
  padding-top: 12px;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_center {
    margin-left: 20%;
    margin-left: 0;
    text-align: left;
    width: 80%;
    padding-top: 6px;
    background: #f7f8fb;
    z-index: 5;
    position: relative;
    height: 95px;
    padding-left: 5%;
  }
}

#header .header_wrapper div.header_center h1 a {
  width: 400px;
  height: 50px;
  background: url(../images/logo.png);
  background: url(../images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

@media screen and (max-width: 1366px) {
  #header .header_wrapper div.header_center h1 a {
    height: 44px;
  }
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_center h1 a {
    width: 100%;
    background-position: left center;
  }
}

#header .header_wrapper div.header_center h2 {
  text-transform: uppercase;
  color: #acacac;
  padding-top: 10px;
  font-size: 0.88rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_center h2 {
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding-top: 0;
    width: 110%;
    line-height: 1.3em;
  }
}

#header .header_wrapper div.header_right {
  text-align: right;
  position: relative;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_right {
    height: 95px;
    background: #f7f8fb;
    z-index: 6;
  }
}

#header .header_wrapper div.header_right .get_in_touch_scroll {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  background: #c1a774;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: background 300ms ease;
}

#header .header_wrapper div.header_right .get_in_touch_scroll:hover {
  background: #93806a;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_right .get_in_touch_scroll {
    display: none;
  }
}

#header .header_wrapper div.header_right #hamburger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  #header .header_wrapper div.header_right #hamburger {
    bottom: 28px;
    right: 25%;
  }
}

@media screen and (min-width: 900px) {
  #header .header_wrapper div.header_right #hamburger {
    display: none;
  }
}

#header .header_wrapper div.header_right #hamburger button {
  background: none;
  width: 30px;
  height: 3px;
  background: #1d1d1b;
  text-indent: -9999px;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

#header .header_wrapper div.header_right #hamburger button:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  bottom: 9px;
  right: 0;
  background: #1d1d1b;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: bottom 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: bottom 300ms ease-in-out, transform 300ms ease-in-out;
  transition: bottom 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#header .header_wrapper div.header_right #hamburger button:after {
  content: "";
  width: 50%;
  position: absolute;
  height: 3px;
  top: 9px;
  right: 0;
  background: #1d1d1b;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: top 300ms ease-in-out, width 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: top 300ms ease-in-out, width 300ms ease-in-out, transform 300ms ease-in-out;
  transition: top 300ms ease-in-out, width 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#header .header_wrapper div.header_right #hamburger:hover button:after {
  width: 100%;
}

#header .header_wrapper div.header_right #hamburger.active button {
  background: none;
}

#header .header_wrapper div.header_right #hamburger.active button:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: bottom 300ms ease-in-out, transform 300ms ease-in-out;
  transition: bottom 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#header .header_wrapper div.header_right #hamburger.active button:after {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top 300ms ease-in-out, width 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: top 300ms ease-in-out, width 300ms ease-in-out, transform 300ms ease-in-out;
  transition: top 300ms ease-in-out, width 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.nav_container {
  width: 100%;
  height: auto;
  background: #e9e9e9;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 8888;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1366px) {
  .nav_container {
    top: 100px;
  }
}

@media screen and (max-width: 900px) {
  .nav_container {
    top: 95px;
    position: fixed !important;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
  }
  .nav_container.open {
    max-height: 464px;
  }
}

.nav_container .wrapper {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: auto;
  position: relative;
  height: 75px;
}

@media screen and (max-width: 1366px) {
  .nav_container .wrapper {
    height: 65px;
  }
}

@media screen and (max-width: 900px) {
  .nav_container .wrapper {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}

.nav_container .upload_artwork {
  max-width: 15%;
  width: 180px;
  text-align: center;
  line-height: 75px;
  font-size: 0.85rem;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  background: #dddddd;
  transition: color 300ms ease, opacity 400ms ease, visibility 0ms 0ms;
}

@media screen and (max-width: 1366px) {
  .nav_container .upload_artwork {
    height: 65px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1200px) {
  .nav_container .upload_artwork {
    display: none;
  }
}

.nav_container .upload_artwork:hover {
  color: #c1a774;
}

.nav_container .get_in_touch_scroll {
  width: 180px;
  max-width: 15%;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  background: #c1a774;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: background 300ms ease, opacity 400ms ease, visibility 0ms 400ms;
}

@media screen and (max-width: 1200px) {
  .nav_container .get_in_touch_scroll {
    display: none;
  }
}

.nav_container .get_in_touch_scroll:hover {
  background: #93806a;
}

.nav_container #nav {
  width: 85%;
  display: inline-block;
  float: left;
  height: 75px;
}

@media screen and (max-width: 1366px) {
  .nav_container #nav {
    height: 65px;
  }
}

@media screen and (max-width: 1200px) {
  .nav_container #nav {
    width: 100%;
    height: auto;
  }
}

.nav_container #nav > li {
  width: auto;
  padding: 0 30px;
  height: 100%;
  display: inline-block;
  float: left;
  position: relative;
  background-color: #e9e9e9;
  transition: background 400ms ease;
}

@media screen and (max-width: 1390px) {
  .nav_container #nav > li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1010px) {
  .nav_container #nav > li {
    padding: 0 14px;
  }
}

@media screen and (max-width: 900px) {
  .nav_container #nav > li {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    padding: 0 0 0 10% !important;
    background: none !important;
    border-bottom: 1px solid #dddddd;
  }
}

.nav_container #nav > li.subnav {
  padding: 0 45px 0 30px;
  background-image: url(../images/icons/subnav@2x.png);
  background-size: 8px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1390px) {
  .nav_container #nav > li.subnav {
    padding: 0 35px 0 20px;
    background-position: right 20px center;
  }
}

@media screen and (max-width: 1010px) {
  .nav_container #nav > li.subnav {
    padding: 0 28px 0 14px;
    background-position: right 14px center;
  }
}

.nav_container #nav > li:after {
  position: absolute;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c1a774;
  content: "";
  transition: height 400ms ease;
}

.nav_container #nav > li a {
  font-size: 0.85rem;
  transition: color 300ms ease;
}

.nav_container #nav > li > a {
  line-height: 75px;
}

@media screen and (max-width: 1366px) {
  .nav_container #nav > li > a {
    line-height: 65px;
  }
}

@media screen and (max-width: 900px) {
  .nav_container #nav > li > a {
    line-height: 50px;
  }
}

.nav_container #nav > li.first {
  padding: 0;
  width: 60px;
  transition: opacity 400ms ease;
}

@media screen and (max-width: 900px) {
  .nav_container #nav > li.first {
    width: 100%;
  }
}

.nav_container #nav > li.first a {
  text-indent: -9999px;
  display: inline-block;
  background-image: url(../images/icons/home@2x.png);
  background-size: 20px;
  background-position: center top 26px;
  background-repeat: no-repeat;
  width: 60px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: background 0ms ease 400ms, -webkit-filter 300ms ease;
  transition: filter 300ms ease, background 0ms ease 400ms;
  transition: filter 300ms ease, background 0ms ease 400ms, -webkit-filter 300ms ease;
}

@media screen and (max-width: 1366px) {
  .nav_container #nav > li.first a {
    background-position: center top 21px;
  }
}

@media screen and (max-width: 900px) {
  .nav_container #nav > li.first a {
    background: none;
    text-indent: 0;
    display: block;
    width: 100%;
  }
}

.nav_container #nav > li.first:hover a {
  -webkit-filter: none !important;
          filter: none !important;
}

.nav_container #nav > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  background: #3c3c3b;
  padding: 50px 50px 32px 50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms ease 0ms, visibility 0ms ease 400ms;
}

.nav_container #nav > li > ul.products_custom_nav {
  width: 1280px;
  left: -60px;
  max-width: 90vw;
  display: block;
}

.nav_container #nav > li > ul.products_custom_nav .column {
  width: 22.75%;
  margin-right: 3%;
  display: inline-block;
  float: left;
}

.nav_container #nav > li > ul.products_custom_nav .column:last-of-type {
  margin-right: 0;
}

.nav_container #nav > li > ul.products_custom_nav .column > a {
  color: #c1a774;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 18px;
  display: block;
}

.nav_container #nav > li > ul.products_custom_nav .column > a:hover {
  color: #93806a;
}

.nav_container #nav > li > ul.products_custom_nav .column ul li a {
  color: #FFF;
  padding-bottom: 18px;
  display: block;
  line-height: 1.3;
}

.nav_container #nav > li > ul.products_custom_nav .column ul li a:hover {
  color: #c1a774;
}

.nav_container #nav > li > ul:not(.products_custom_nav) {
  min-width: 150%;
}

.nav_container #nav > li > ul:not(.products_custom_nav) li a {
  color: #FFF;
  padding-bottom: 18px;
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}

.nav_container #nav > li > ul:not(.products_custom_nav) li a:hover {
  color: #c1a774;
}

@media screen and (min-width: 900px) {
  .nav_container #nav > li:not(.first):hover {
    background-color: #3c3c3b !important;
    transition: background 600ms ease;
  }
  .nav_container #nav > li:not(.first):hover:after {
    height: 5px;
  }
  .nav_container #nav > li:not(.first):hover > a {
    color: #FFF;
  }
  .nav_container #nav > li:not(.first):hover > ul {
    opacity: 1;
    visibility: visible;
    transition: opacity 600ms ease 0ms, visibility 0ms ease 0ms;
  }
}

.nav_container.sticky {
  position: fixed;
  top: 0;
}

.nav_container.sticky #nav li.first a {
  background-image: url(../images/icons/logo@2x.png);
  background-size: 30px auto;
  background-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.nav_container.sticky .upload_artwork {
  opacity: 0;
  visibility: hidden;
  transition: color 300ms ease, opacity 400ms ease, visibility 0ms 400ms;
}

.nav_container.sticky .get_in_touch_scroll {
  opacity: 1;
  visibility: visible;
  transition: background 300ms ease, opacity 400ms ease, visibility 0ms 0ms;
}

.nav_container.fade #nav li.first {
  opacity: 0;
}

body#product ul#nav > li:nth-of-type(2),
body#about ul#nav > li:nth-of-type(3),
body#clients ul#nav > li:nth-of-type(4),
body#news ul#nav > li:nth-of-type(5),
body#showcase ul#nav > li:nth-of-type(6),
body#resources ul#nav > li:nth-of-type(7),
body#contact-us ul#nav > li:nth-of-type(8) {
  background-color: #dddddd;
}

/*-------------------------------------------------------------------------FORMS
*/
form h2 {
  font-size: 2.6rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #FFF;
}

@media screen and (max-width: 1366px) {
  form h2 {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  form h2 {
    font-size: 1.6rem;
  }
}

form h2 em {
  display: none;
}

form h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 1px;
  background: #FFF;
  margin: auto;
}

form legend {
  display: none;
}

form p {
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #FFF;
  padding-bottom: 25px;
  max-width: 95%;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  form p {
    font-size: 1.3rem;
    padding-bottom: 20px;
    max-width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  form p {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  form p {
    font-size: 1rem;
    line-height: 1.5em;
    padding-bottom: 15px;
    max-width: 100% !important;
  }
}

form p.error {
  background: #ba3c3c !important;
  padding: 15px 0;
  max-width: 100%;
  color: #FFF;
  font-size: 1.2rem !important;
}

form p.success {
  background: #4a8144 !important;
  padding: 15px 0;
  max-width: 100%;
  color: #FFF;
  font-size: 1.2rem !important;
}

form li {
  width: 100%;
  display: inline-block;
  float: left;
  text-align: left;
  letter-spacing: 1px;
}

form li label {
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  padding-top: 15px;
  line-height: 20px;
}

@media screen and (max-width: 900px) {
  form li label {
    font-size: 0.8rem;
    min-width: 100%;
  }
}

form li label .warning {
  margin-left: 10px;
  background: #ba3c3c;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  form li label .warning {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    padding: 4px 10px;
  }
}

form li > input, form li > select {
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0 30px;
  background: #FFF;
}

@media screen and (max-width: 900px) {
  form li > input, form li > select {
    padding: 0 5%;
  }
}

form li textarea {
  width: 100%;
  height: auto;
  background: #FFF;
  resize: resize-y;
  min-height: 160px;
  padding: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 900px) {
  form li textarea {
    padding: 5%;
  }
}

form li select {
  background-image: url(../images/icons/dropdown@2x.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 14px;
}

@media screen and (max-width: 900px) {
  form li select {
    background-position: right 5% center;
  }
}

form li:nth-of-type(2n) {
  margin-right: 0;
}

form li.full {
  width: 100%;
  margin-right: 0;
}

form .subscription_options {
  margin-bottom: 5px;
  padding-top: 25px;
}

form .subscription_option_group {
  padding-top: 30px;
}

form .subscription_option_group > label {
  display: none;
}

form dl {
  height: auto;
  overflow: hidden;
}

form dl dt, form dl dd {
  display: inline-block;
  width: auto;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

form dl dt input, form dl dd input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

form dl dt label, form dl dd label {
  font-size: 16px;
  padding-left: 35px;
  margin-right: 30px;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 35px;
}

form dl dt label.radio-style:before, form dl dd label.radio-style:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

form dl dt label.radio-style:after, form dl dd label.radio-style:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 5px;
  margin: auto;
  top: 0;
  bottom: 1px;
  background: #c1a774;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

form dl dt label.radio-style.checked:after, form dl dd label.radio-style.checked:after {
  opacity: 1;
}

form dl dt label.checkbox-style:before, form dl dd label.checkbox-style:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  background: none;
  border: 1px solid #1d1d1b;
}

form dl dt label.checkbox-style:after, form dl dd label.checkbox-style:after {
  width: 20px;
  height: 20px;
  content: "✔";
  position: absolute;
  left: 1px;
  margin: auto;
  top: 2px;
  bottom: 1px;
  line-height: 20px;
  text-align: center;
  color: #c1a774;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

form dl dt label.checkbox-style.checked:after, form dl dd label.checkbox-style.checked:after {
  opacity: 1;
}

form dl dd {
  clear: both;
}

form dl dt {
  display: none;
}

form button {
  height: 46px;
  width: 100%;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #FFF;
  background: transparent;
  display: inline-block;
  color: #FFF;
  margin: auto;
  margin-top: 20px;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  form button {
    height: 46px;
    line-height: 44px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    width: 160px;
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 900px) {
  form button:hover {
    background: #FFF;
    color: #1d1d1b;
  }
}

form .grecaptcha-badge{
  display: none;
}

/*-------------------------------------------------------------------------SITE MAP
*/
/*-------------------------------------------------------------------------FOOTER
*/
.artwork_upload_link {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 80px 12% 80px 12%;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .artwork_upload_link {
    width: 90%;
    padding: 60px 20%;
  }
}

@media screen and (max-width: 1200px) {
  .artwork_upload_link {
    padding: 60px 12%;
  }
}

@media screen and (max-width: 900px) {
  .artwork_upload_link {
    padding: 40px 0;
    text-align: center;
  }
}

.artwork_upload_link h2 {
  font-size: 2.25rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  max-width: 90%;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 1366px) {
  .artwork_upload_link h2 {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .artwork_upload_link h2 {
    font-size: 1.4rem;
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.artwork_upload_link h2:after {
  content: "";
  width: 20%;
  height: 2px;
  background: #1d1d1b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .artwork_upload_link h2:after {
    height: 1px;
  }
}

@media screen and (max-width: 900px) {
  .artwork_upload_link h2:after {
    right: auto;
    width: 40%;
    right: 0;
    margin: auto;
  }
}

.artwork_upload_link p {
  color: #939393;
  font-size: 1.125rem;
  line-height: 1.4em;
  padding-bottom: 30px;
  max-width: 80%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  .artwork_upload_link p {
    font-size: 1.1rem;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 900px) {
  .artwork_upload_link p {
    font-size: 1rem;
    padding-bottom: 20px;
  }
}

.artwork_upload_link hr {
  width: 100%;
  height: 100px;
  background: url(../images/divider.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.artwork_upload_link a {
  height: 64px;
  width: 280px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #c1a774;
  background: transparent;
  display: inline-block;
  color: #c1a774;
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  margin-top: 5px;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .artwork_upload_link a {
    height: 46px;
    line-height: 44px;
  }
}

@media screen and (min-width: 900px) {
  .artwork_upload_link a:hover {
    background: #c1a774;
    color: #FFF;
  }
}

.artwork_upload_link ~ .client_logo_wrapper {
  background: url(../images/divider.png), url(../images/divider.png) !important;
  background-size: 100% auto !important;
  background-position: center bottom, center top !important;
  background-repeat: no-repeat !important;
}

.client_logo_wrapper {
  clear: both;
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: auto;
  padding: 80px 0 140px 0;
  background: url(../images/divider.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.client_logo_wrapper.client_page {
  margin-bottom: 40px;
}

@media screen and (max-width: 1366px) {
  .client_logo_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .client_logo_wrapper {
    padding: 60px 0 80px 0;
  }
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper {
    width: 80%;
    padding: 40px 0 40px 0 !important;
  }
}

.client_logo_wrapper .client {
  width: 12%;
  height: auto;
  display: inline-block;
  margin-right: 10%;
  float: left;
  margin-bottom: 10%;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper .client {
    margin-right: 20%;
    width: 40%;
    display: none;
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 900px) {
  .client_logo_wrapper .client:nth-child(5n+1) {
    clear: left;
  }
  .client_logo_wrapper .client:nth-child(5n) {
    margin-right: 0;
  }
  .client_logo_wrapper .client:nth-last-child(1), .client_logo_wrapper .client:nth-last-child(2), .client_logo_wrapper .client:nth-last-child(3), .client_logo_wrapper .client:nth-last-child(4), .client_logo_wrapper .client:nth-last-child(5) {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper .client:nth-child(2n+1) {
    clear: left;
  }
  .client_logo_wrapper .client:nth-child(2n) {
    margin-right: 0;
  }
  .client_logo_wrapper .client:nth-last-child(1), .client_logo_wrapper .client:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper .client:nth-child(2n) {
    margin-right: 0;
  }
  .client_logo_wrapper .client:nth-child(2n+1) {
    clear: left;
  }
  .client_logo_wrapper .client:nth-child(1), .client_logo_wrapper .client:nth-child(2), .client_logo_wrapper .client:nth-child(3), .client_logo_wrapper .client:nth-child(4), .client_logo_wrapper .client:nth-child(5), .client_logo_wrapper .client:nth-child(6) {
    display: inline-block;
    opacity: 1 !important;
  }
}

.client_logo_wrapper .client img {
  width: 100%;
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper .client img {
    opacity: 0.8;
    -webkit-filter: gray;
            filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 600ms;
  }
}

.client_logo_wrapper .client.additional {
  display: none;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.client_logo_wrapper .client.activate {
  opacity: 1;
}

.client_logo_wrapper .client.activate img {
  opacity: 0.8;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition-property: opacity,filter,-webkit-filter;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-delay: 600ms;
}

@media screen and (min-width: 900px) {
  .client_logo_wrapper .client:hover img {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0ms;
  }
}

.client_logo_wrapper:not(.client_page) .client:nth-of-type(9),
.client_logo_wrapper:not(.client_page) .client:nth-of-type(10),
.client_logo_wrapper:not(.client_page) .client:nth-of-type(11),
.client_logo_wrapper:not(.client_page) .client:nth-of-type(12) {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper:not(.client_page) .client:nth-of-type(5),
  .client_logo_wrapper:not(.client_page) .client:nth-of-type(6) {
    margin-bottom: 0;
  }
}

.client_logo_wrapper.client_page .client {
  opacity: 1 !important;
  display: inline-block !important;
}

.client_logo_wrapper.client_page .client img {
  opacity: 0.8;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition-property: opacity,filter,-webkit-filter;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0ms;
}

.client_logo_wrapper.client_page .client:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0);
}

@media screen and (min-width: 900px) {
  .client_logo_wrapper.client_page .client:nth-last-of-type(1),
  .client_logo_wrapper.client_page .client:nth-last-of-type(2),
  .client_logo_wrapper.client_page .client:nth-last-of-type(3),
  .client_logo_wrapper.client_page .client:nth-last-of-type(4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  .client_logo_wrapper.client_page .client:nth-last-of-type(1),
  .client_logo_wrapper.client_page .client:nth-last-of-type(2),
  .client_logo_wrapper.client_page .client:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .client_logo_wrapper.client_page .client:nth-last-of-type(1) {
    display: none !important;
  }
}

.client_footer_content_wrapper,
.artwork_footer_content_wrapper {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  padding: 60px 0 60px 0;
  position: relative;
  left: -5%;
  opacity: 0;
  transition: left 400ms ease-in-out, opacity 400ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .client_footer_content_wrapper,
  .artwork_footer_content_wrapper {
    padding: 30px 0 30px 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
}

.client_footer_content_wrapper.animate,
.artwork_footer_content_wrapper.animate {
  left: 0;
  opacity: 1;
}

.client_footer_content_wrapper h2,
.artwork_footer_content_wrapper h2 {
  font-size: 2.6rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .client_footer_content_wrapper h2,
  .artwork_footer_content_wrapper h2 {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .client_footer_content_wrapper h2,
  .artwork_footer_content_wrapper h2 {
    font-size: 1.6rem;
  }
}

.client_footer_content_wrapper h2:after,
.artwork_footer_content_wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 1px;
  background: #1d1d1b;
  margin: auto;
}

.client_footer_content_wrapper p,
.artwork_footer_content_wrapper p {
  font-size: 1.6rem;
  max-width: 50%;
  display: block;
  margin: auto;
  line-height: 1.6em;
  color: #acacac;
}

@media screen and (max-width: 1366px) {
  .client_footer_content_wrapper p,
  .artwork_footer_content_wrapper p {
    font-size: 1.3rem;
    max-width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .client_footer_content_wrapper p,
  .artwork_footer_content_wrapper p {
    max-width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .client_footer_content_wrapper p,
  .artwork_footer_content_wrapper p {
    max-width: 90%;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}

.client_footer_content_wrapper p strong,
.artwork_footer_content_wrapper p strong {
  color: #c1a774;
}

.artwork_footer_content_wrapper {
  width: 90%;
  max-width: 1280px;
  display: block;
  margin: auto;
  left: 0 !important;
  opacity: 1 !important;
  margin: 60px auto;
  background: url(../images/divider.png), url(../images/divider.png);
  background-size: 100% auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  padding: 70px 0 80px;
}

.artwork_footer_content_wrapper p {
  font-size: 1.25rem;
  max-width: 100%;
}

.artwork_footer_content_wrapper .button {
  height: 56px;
  width: 260px;
  line-height: 54px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #c1a774;
  background: transparent;
  display: inline-block;
  color: #c1a774;
  margin: auto;
  margin-top: 30px;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
}

.artwork_footer_content_wrapper .button:hover {
  background: #c1a774;
  color: #FFF;
}

.client_showcase_container {
  width: 80%;
  display: block;
  margin: auto;
  height: 400px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
  .client_showcase_container {
    width: 90%;
    max-width: 1280px;
    height: 320px;
  }
}

@media screen and (max-width: 900px) {
  .client_showcase_container {
    width: 100%;
    max-width: 100vw;
    height: 250px;
  }
}

.client_showcase_container .slick-list {
  overflow: hidden;
}

.client_showcase_container .showcase_item {
  width: 50%;
  height: 400px;
  display: inline-block;
  float: left;
  border: 5px solid #FFF;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  .client_showcase_container .showcase_item {
    height: 320px;
  }
}

@media screen and (max-width: 1200px) {
  .client_showcase_container .showcase_item {
    height: 260px;
  }
}

@media screen and (max-width: 900px) {
  .client_showcase_container .showcase_item {
    width: 100%;
    float: none;
    height: 250px;
  }
}

.client_showcase_container .showcase_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.client_showcase_container .showcase_item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1d1d1b;
  background: rgba(50, 50, 50, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .client_showcase_container .showcase_item .overlay {
    background: rgba(50, 50, 50, 0.5);
  }
}

.client_showcase_container .showcase_item .overlay h2 a {
  font-size: 2rem;
  color: #FFF;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  max-width: 40%;
  display: inline-block;
  position: relative;
  line-height: 1.4em;
  position: absolute;
  bottom: 54%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  .client_showcase_container .showcase_item .overlay h2 a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .client_showcase_container .showcase_item .overlay h2 a {
    font-size: 1.4rem;
    max-width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .client_showcase_container .showcase_item .overlay h2 a {
    max-width: 50%;
    padding-bottom: 15px !important;
  }
}

.client_showcase_container .showcase_item .overlay a.button {
  height: 46px;
  width: 160px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #FFF;
  background: transparent;
  display: inline-block;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .client_showcase_container .showcase_item .overlay a.button {
    height: 46px;
    line-height: 44px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    width: 160px;
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 900px) {
  .client_showcase_container .showcase_item .overlay a.button:hover {
    background: #FFF;
    color: #1d1d1b;
  }
}

@media screen and (max-width: 900px) {
  .client_showcase_container .showcase_item.slick-active .overlay {
    opacity: 1;
  }
}

@media screen and (min-width: 900px) {
  .client_showcase_container .showcase_item:hover .overlay {
    opacity: 1;
  }
}

.client_showcase_container .slick-prev {
  width: 40px;
  height: 40px;
  background-color: #1d1d1b;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/icons/left-white@2x.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left 10px center;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  bottom: 0;
  right: 110%;
  margin: auto;
  z-index: 200;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .client_showcase_container .slick-prev {
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 900px) {
  .client_showcase_container .slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.client_showcase_container .slick-next {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #1d1d1b;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/icons/right-white@2x.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: right 10px center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110%;
  margin: auto;
  z-index: 200;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .client_showcase_container .slick-next {
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 900px) {
  .client_showcase_container .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.footer_form_container {
  width: 100%;
  height: auto;
  background: #93806a;
  padding: 60px 0;
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  .footer_form_container {
    padding: 40px 0;
  }
}

.footer_form_container .footer_wrapper {
  width: 90%;
  max-width: 1280px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 900px) {
  .footer_form_container .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer_form_container form {
  text-align: center;
  position: relative;
  opacity: 0;
  width: 40%;
  margin-right: 5%;
  display: inline-block;
  float: left;
  transition: left 400ms ease-in-out, opacity 400ms ease-in-out;
}

@media screen and (max-width: 1200px) {
  .footer_form_container form {
    left: 0 !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 900px) {
  .footer_form_container form {
    width: 100%;
  }
}

.footer_form_container form.animate {
  left: 0;
  opacity: 1;
}

.footer_form_container form fieldset {
  display: block;
  margin: auto;
}

.footer_form_container form .company_email {
  display: none;
}

.footer_form_container .right {
  width: 55%;
  display: inline-block;
  float: left;
  padding-top: 45px;
}

@media screen and (max-width: 900px) {
  .footer_form_container .right {
    width: 100%;
    padding-top: 0;
  }
}

.footer_form_container .right h2 {
  font-size: 2.6rem;
  font-family: 'Libre Baskerville','serif';
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #FFF;
}

@media screen and (max-width: 1366px) {
  .footer_form_container .right h2 {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .footer_form_container .right h2 {
    font-size: 1.6rem;
  }
}

.footer_form_container .right h2 em {
  display: none;
}

.footer_form_container .right h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background: #FFF;
  margin: auto;
}

.footer_form_container .right p {
  font-size: 1.375rem;
  line-height: 1.5em;
  color: #FFF;
  padding-bottom: 25px;
  max-width: 70%;
}

@media screen and (max-width: 1366px) {
  .footer_form_container .right p {
    font-size: 1.3rem;
    padding-bottom: 20px;
    max-width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .footer_form_container .right p {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .footer_form_container .right p {
    font-size: 1rem;
    line-height: 1.5em;
    padding-bottom: 15px;
    max-width: 100% !important;
  }
}

.footer_form_container .right p.error {
  background: #ba3c3c !important;
  padding: 15px 0;
  max-width: 70%;
  color: #FFF;
}

.footer_form_container .right p.success {
  background: #4a8144 !important;
  padding: 15px 0;
  max-width: 70%;
  color: #FFF;
}

.footer_form_container .right .phone, .footer_form_container .right .email {
  font-size: 1.375rem;
  line-height: 30px;
  color: #FFF;
  padding-bottom: 10px;
  display: inline-block;
  float: none;
  display: block;
}

@media screen and (max-width: 900px) {
  .footer_form_container .right .phone, .footer_form_container .right .email {
    background-size: 25px;
    font-size: 1rem;
  }
}

.footer_form_container .right .phone:before, .footer_form_container .right .email:before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 900px) {
  .footer_form_container .right .phone:before, .footer_form_container .right .email:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: 25px;
  }
}

.footer_form_container .right a {
  font-weight: bold;
}

.footer_form_container .right .phone:before {
  background-image: url(../images/icons/phone-white@2x.png);
}

.footer_form_container .right .email:before {
  background-image: url(../images/icons/email-white@2x.png);
}

.footer_form_container .right .quote {
  width: 55%;
  height: auto;
  overflow: hidden;
  background: #82715c;
  padding: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 900px) {
  .footer_form_container .right .quote {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .footer_form_container .right .quote {
    padding: 20px 30px;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
}

.footer_form_container .right .quote .quote_image_wrapper {
  width: auto;
  height: auto;
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 60%;
  display: inline-block;
  float: left;
  overflow: hidden;
}

.footer_form_container .right .quote .quote_image_wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer_form_container .right .quote .quote_content {
  width: 100%;
  color: #FFF;
  line-height: 1.5;
  font-size: 1.25rem;
  padding: 20px 0 20px 45%;
}

@media screen and (max-width: 1366px) {
  .footer_form_container .right .quote .quote_content {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .footer_form_container .right .quote .quote_content {
    padding: 0 0 0 45%;
  }
}

#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #1d1d1b;
}

@media screen and (max-width: 900px) {
  #footer {
    border-top: 5px solid #FFF;
  }
}

#footer .footer_wrapper {
  width: 100%;
  max-width: 80%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  #footer .footer_wrapper {
    max-width: 1280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 90%;
  }
}

@media screen and (max-width: 1366px) and (max-width: 900px) {
  #footer .footer_wrapper {
    padding: 40px 0 20px;
  }
}

#footer .footer_wrapper .footer_links {
  width: 20%;
  display: inline-block;
  float: left;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links {
    width: 100% !important;
    padding: 0 0 30px 0;
    text-align: center;
  }
}

#footer .footer_wrapper .footer_links h3 {
  color: #FFF;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 1.1rem;
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links h3 {
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 16px;
    position: relative;
  }
  #footer .footer_wrapper .footer_links h3:after {
    width: 50%;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

#footer .footer_wrapper .footer_links p, #footer .footer_wrapper .footer_links a {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.5em;
  display: block;
  float: left;
  clear: both;
}

@media screen and (max-width: 1366px) {
  #footer .footer_wrapper .footer_links p, #footer .footer_wrapper .footer_links a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links p, #footer .footer_wrapper .footer_links a {
    width: 100% !important;
    display: block;
    text-align: center;
    clear: both;
    font-size: 1rem;
  }
}

#footer .footer_wrapper .footer_links > a, #footer .footer_wrapper .footer_links .discover_links > a, #footer .footer_wrapper .footer_links .phone, #footer .footer_wrapper .footer_links .resource_links > a {
  display: inline-block;
  width: auto;
  float: left;
  clear: both;
  padding-bottom: 15px;
  line-height: 25px;
  position: relative;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links > a, #footer .footer_wrapper .footer_links .discover_links > a, #footer .footer_wrapper .footer_links .phone, #footer .footer_wrapper .footer_links .resource_links > a {
    padding-bottom: 10px;
  }
}

#footer .footer_wrapper .footer_links > a:after, #footer .footer_wrapper .footer_links .discover_links > a:after, #footer .footer_wrapper .footer_links .phone:after, #footer .footer_wrapper .footer_links .resource_links > a:after {
  width: 0%;
  height: 1px;
  content: "";
  background: #c1a774;
  position: absolute;
  bottom: 8px;
  left: 0;
  transition: width 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  #footer .footer_wrapper .footer_links > a:after, #footer .footer_wrapper .footer_links .discover_links > a:after, #footer .footer_wrapper .footer_links .phone:after, #footer .footer_wrapper .footer_links .resource_links > a:after {
    bottom: 10px;
  }
}

@media screen and (min-width: 900px) {
  #footer .footer_wrapper .footer_links > a:hover, #footer .footer_wrapper .footer_links .discover_links > a:hover, #footer .footer_wrapper .footer_links .phone:hover, #footer .footer_wrapper .footer_links .resource_links > a:hover {
    color: #c1a774;
  }
  #footer .footer_wrapper .footer_links > a:hover:after, #footer .footer_wrapper .footer_links .discover_links > a:hover:after, #footer .footer_wrapper .footer_links .phone:hover:after, #footer .footer_wrapper .footer_links .resource_links > a:hover:after {
    width: 100%;
  }
}

#footer .footer_wrapper .footer_links p.phone {
  color: #FFF !important;
}

#footer .footer_wrapper .footer_links p.phone:after {
  display: none !important;
}

#footer .footer_wrapper .footer_links.social a {
  padding-left: 35px;
  font-weight: bold;
  color: #c1a774;
  background-size: 20px;
  background-position: left top 3px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links.social a {
    padding-left: 0;
    padding-top: 24px;
    background-position: center top !important;
    background-size: 20px;
    width: auto !important;
    float: none !important;
    margin-right: 15px;
    margin-top: 10px;
  }
}

#footer .footer_wrapper .footer_links.social a.twitter {
  background-image: url(../images/icons/twitter@2x.png);
}

#footer .footer_wrapper .footer_links.social a.pinterest {
  background-image: url(../images/icons/pinterest@2x.png);
}

#footer .footer_wrapper .footer_links.social a.linked_in {
  background-image: url(../images/icons/linkedin@2x.png);
}

#footer .footer_wrapper .footer_links.social a.instagram {
  background-image: url(../images/icons/instagram.svg);
}

#footer .footer_wrapper .footer_links.social a.google_plus {
  background-image: url(../images/icons/google-gold@2x.png);
  background-size: 24px !important;
  background-position: left top 2px;
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links.social a.google_plus {
    margin-right: 0;
  }
}

#footer .footer_wrapper .footer_links.contact .phone, #footer .footer_wrapper .footer_links.contact .email, #footer .footer_wrapper .footer_links.contact .mailing_list {
  padding-left: 35px;
  background-size: 20px;
  background-position: left top 3px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links.contact .phone, #footer .footer_wrapper .footer_links.contact .email, #footer .footer_wrapper .footer_links.contact .mailing_list {
    padding-left: 0;
    padding-top: 28px;
    background-position: center top !important;
    background-size: 24px;
    width: 100% !important;
    float: left !important;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 6px;
  }
}

#footer .footer_wrapper .footer_links.contact p.phone {
  background-image: url(../images/icons/phone-white@2x.png);
}

@media screen and (max-width: 900px) {
  #footer .footer_wrapper .footer_links.contact p.address {
    padding-top: 20px;
  }
}

#footer .footer_wrapper .footer_links.contact a {
  font-weight: bold;
  color: #c1a774;
}

#footer .footer_wrapper .footer_links.contact a.email {
  background-image: url(../images/icons/email-gold@2x.png);
}

#footer .footer_wrapper .footer_links.contact a.phone {
  background-image: url(../images/icons/phone-gold@2x.png);
}

#footer .footer_wrapper .footer_links.contact a.mailing_list {
  background-image: url(../images/icons/info-gold@2x.png);
}

@media screen and (max-width: 1550px) {
  #footer .footer_wrapper .footer_links.discover {
    width: 15%;
  }
  #footer .footer_wrapper .footer_links.what_we_do {
    width: 22%;
  }
  #footer .footer_wrapper .footer_links.social {
    width: 16%;
  }
  #footer .footer_wrapper .footer_links.useful_links {
    width: 19%;
  }
  #footer .footer_wrapper .footer_links.contact {
    width: 28%;
  }
}

.copyright {
  width: 100%;
  height: auto;
  background: #1d1d1b;
}

.copyright .copyright_wrapper {
  padding: 45px 0 40px;
  text-align: left;
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: url(../images/divider.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
  .copyright .copyright_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .copyright .copyright_wrapper {
    text-align: center;
  }
}

.copyright .copyright_wrapper p {
  color: #FFF;
  font-size: 0.75rem;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1200px) {
  .copyright .copyright_wrapper p {
    float: none;
  }
}

@media screen and (max-width: 900px) {
  .copyright .copyright_wrapper p {
    line-height: 1.3rem;
  }
}

.copyright .copyright_wrapper .tc_links {
  float: right;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .copyright .copyright_wrapper .tc_links {
    float: none;
    margin-top: 15px;
  }
}

.copyright .copyright_wrapper .tc_links a {
  color: #FFF;
  font-size: 0.75rem;
  margin-left: 6px;
  display: inline-block;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .copyright .copyright_wrapper .tc_links a {
    margin-left: 2px;
    line-height: 1.4em;
  }
}

.copyright .copyright_wrapper .tc_links a:before {
  content: "|";
  padding-right: 6px;
}

@media screen and (max-width: 900px) {
  .copyright .copyright_wrapper .tc_links a:before {
    padding-right: 2px;
  }
}

.copyright .copyright_wrapper .tc_links a:first-of-type:before {
  display: none;
}

@media screen and (max-width: 900px) {
  .copyright .copyright_wrapper .tc_links a:last-of-type {
    padding-right: 0;
  }
  .copyright .copyright_wrapper .tc_links a:last-of-type:before {
    content: "";
  }
}

@media screen and (min-width: 900px) {
  .copyright .copyright_wrapper .tc_links a:hover {
    color: #c1a774;
  }
}

/*-------------------------------------------------------------------------COOKIE LAW*/
div#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  padding: 5px 0;
  background: url("../images/cookies.png") left top repeat;
  color: #FFF;
  font-size: 1.1em;
  text-align: center;
  line-height: 2em;
  z-index: 9999;
  display: none;
}

div#cookies a {
  color: #FFF;
}

div#cookies a.accept {
  margin: 0 0 0 10px;
  padding: 5px 8px;
  background: url("../images/cookies.png") left top repeat;
  font-weight: bold;
  text-decoration: none;
}

/*-------------------------------------------------------------------------UNSUPPORTED BROWSER*/
body#unsupported div#footer {
  display: none;
}
/*# sourceMappingURL=screen.css.map */