.headerAndNavContainer.fixedNav,
.navContainer.mobileDropDownNav {
    z-index: 99;
}
button, .button, input[type=submit] {
    padding: .5em 1.5em;
}
/*--------------- FOOTER ---------------*/
.footerContent .contentTitle {
    text-transform: uppercase;
    left: .03em;
}
/*--------------- HOME ---------------*/
.blockWrap_be194c4412f24117b29744dd73a7926a {
    position: relative;
}
.blockWrap_b2f2666b4ffe4bd28eddb0823e39986b {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: fadeinout 5s linear forwards;
    -moz-animation: fadeinout 5s linear forwards; 
    -o-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
    animation-delay: .25s;
    opacity: 0 !important;
    z-index: 2;
}
.blockWrap_be194c4412f24117b29744dd73a7926a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(59,59,59,.65);
    display: block;
    z-index: 1;
   -webkit-animation: fadeout 7s linear forwards;
    -moz-animation: fadeout 7s linear forwards; 
    -o-animation: fadeout 7s linear forwards;
    animation: fadeout 7s linear forwards;
    animation-delay: 0s;
    opacity: 0 !important;
}
@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 1; }
}

@-webkit-keyframes fadeout {
  0% { opacity: 1; }
  25% { opacity: 1; }
  50% { opacity: 1; }
}

@keyframes fadeout {
  0% { opacity: 1; }
  25% { opacity: 1; }
  50% { opacity: 1; }
}
.blockWrap_aba915eab73c42108eb458341d876224 .imgCaption-desc {
    text-transform: uppercase;
    letter-spacing: .03em;
}
/*--------------- TEAM ---------------*/
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_f6500c6149df4d03bc6e54cf2359e8d2 {
    max-width: 900px;
}
/*--------------- PRODUCTS ---------------*/
select.item-filter {
    display: inline-block;
    width: 32.3%;
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 14px;
    color: #3b3b3b;
    margin-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image:
        linear-gradient(45deg, transparent 50%, #777777 50%),
        linear-gradient(135deg, #777777 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
  background-repeat: no-repeat;
}
select.item-filter:focus {
  background-image:
    linear-gradient(45deg, #777777 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #777777 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #3b3b3b;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select.item-filter:first-child {
    margin-left: 0;
}
/*button.filter-submit {*/
/*    display: inline-block;*/
/*    width: 22.5%;*/
/*    height: 45px;*/
/*    margin-left: 15px;*/
/*}*/
option.item-filter {
    font-family: proximanova,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #777777;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.items_ba7d73f356cd4d11814900c0aa9417a1 .item .contentTitle, 
.items_ba7d73f356cd4d11814900c0aa9417a1 .item.contentTitle,
.items_ba7d73f356cd4d11814900c0aa9417a1 .item .contentTitle a {
    font-family: futuralight,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
}
/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 767px) {
    select.item-filter {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}

/*yext embed code starts here*/
#yext-widget-267210.yext-reviews, .yext-widget-popup-267210.yext-reviews {
    font-family: caslon,"Times New Roman",Times,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0a0a0a;
}
#yext-widget-267210.yext-reviews .yext-star-fill, .yext-widget-popup-267210.yext-reviews .yext-star-fill {
    fill: #f3c622;
}
#yext-widget-267210.yext-reviews .review-header .leaveReview a {
    color: #3090C7;
    opacity: 1;
}
/*yext embed code ends here*/