/* Typography */
@font-face {
    font-family: 'Maison Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Maison Neue'), url(../fonts/maison-neue/MaisonNeueWEB-Book.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    font-style: normal;
    font-weight: bold;
    src: local('Maison Neue'), url(../fonts/maison-neue/MaisonNeueWEB-Bold.woff2);
    font-display: swap;
}

img,
embed,
object,
video {
    max-width: 100%;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

html,
body {
    width: 100%;
    padding: 0 !important;
    overflow-x: hidden;
    position: relative;
}

header,
main,
footer,
nav {
    display: block;
}

header,
main,
footer {
    background-color: #fff;
}

body {
    min-width: 320px;
}

p:last-of-type {
    margin-bottom: 0;
}

a,
a:hover,
a:focus {
    color: #07729C;
    cursor: pointer;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

h1 {
    font-weight: bold;
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        margin-top: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h1 {
        font-size: 24px;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 34px;
    }
}

input,
input.form-control {
    font-size: 16px;
    color: inherit;
}

input[type='number'] {
    /* http://stackoverflow.com/a/27935448 */
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    /* http://stackoverflow.com/a/27935448 */
    -webkit-appearance: none;
    margin: 0;
}

a[href*='tel:'],
a[href*='sms:'] {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.upper {
    text-transform: uppercase;
}

.op0 {
    opacity: 0;
}

.bold {
    font-weight: bold;
}

.plus:after {
    content: '+';
}

.plus:after,
.minus:after {
    font-size: 30px;
    color: #07729C;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p100 {
    width: 100%;
}

.flex {
    display: -webkit-box !important;
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.relative {
    position: relative;
}

.noscroll {
    overflow: hidden;
    position: fixed;
}

.border-bt {
    border-bottom: 1px solid #c8c4c0;
}

.tan {
    color: #b7804e;
}

.button {
    border: solid 1px rgb(200, 196, 192);
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.button-blue {
    border: none;
    color: white !important;
    font-weight: bold;
    background-color: #07729C !important;
    box-shadow: inset 0px -2px 0 0 rgba(0, 0, 0, 0.19);
    padding-top: 12px;
    padding-bottom: 10px;
}

.button-blue:hover {
    background: #40799a !important;
}

.button-tertiary {
    border: none;
    color: #07729C !important;
    background-color: white !important;
    border: solid 1px #07729C;
    padding-top: 8px;
    padding-bottom: 5px;
}

.ease-in-out {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#loading-wave-squares {
    position: fixed;
    top: 49%;
    left: 50%;
    left: calc(50% - 10px);
}

.modal-backdrop,
.gray-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #777777;
    opacity: 0.7;
    z-index: 1040;
}

.navbar-nav {
    margin: 0;
}

.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown {
    display: inline-block;
}

.center.modal {
    text-align: center;
    padding: 0 !important;
}

.popover {
    max-width: none;
}

.popover .close {
    font-weight: initial;
    font-size: 36px;
    opacity: 1;
    color: #343434;
    outline: none;
    padding: 10px 10px 0px 10px;
}

.fade-in-glyphicon {
    opacity: 1;
    animation: fadeInOut 1s ease;
    -webkit-animation: fadeInOut 1s ease;
    -moz-animation: fadeInOut 1s ease;
    -o-animation: fadeInOut 1s ease;
    -ms-animation: fadeInOut 1s ease;
}

.inventory-status {
    position: relative;
    padding: 0 !important;
}

.inventory-status > * {
    white-space: nowrap;
}

.inventory-status .status {
    position: relative;
}

.inventory-status .status > .icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
}

.inventory-status .status.in-stock > .icon {
    background: url(../../svg/icons/inv-status.svg) no-repeat 0 0;
}

.inventory-status .status.back-order > .icon {
    background: url(../../svg/icons/inv-status.svg) no-repeat 0 -24px;
}


.inventory-status .status.out-of-stock > .icon {
    background: url(../../svg/icons/inv-status.svg) no-repeat 0 -12px;
}


.inventory-status .status.at-supplier > .icon {
    background: url(../../svg/icons/inv-status.svg) no-repeat 0 -36px;
}


.inventory-status .status.out-of-stock > .text {
    color: #deac00;
}

.inventory-status .status.out-of-stock > .text:after {
    content: 'Out of Stock';
}


.inventory-status .status.at-supplier > .text {
    color: #343434;
}

.inventory-status .status.at-supplier > .text:after {
    content: 'Available at Supplier';
}

.inventory-status .status > .text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 18px;
}

.inventory-status .status.in-stock > .text {
    color: #5e9a41;
}

.inventory-status .status > .gap,
.inventory-status .status > .text,
.inventory-status .status > .ft-symbol {
    display: inline-block;
    vertical-align: middle;
}

.inventory-status .status.in-stock > .gap {
    height: 11px;
    margin: 0 8px 0 7px;
    border-left: 1px solid #cdcdcd;
}

.inventory-status .status.in-stock > .text:after {
    content: 'In Stock';
}

.inventory-status .status.back-order > .text {
    color: #ff3000;
}

.inventory-status .status.back-order > .text:after {
    content: 'Backorder';
}

a:focus,
.slick-slide {
    outline: none;
}

@media screen and (min-width: 600px) {
    a[href*='tel:'],
    a[href*='sms:'] {
        cursor: default;
        pointer-events: none;
    }
}

input.error,select.error,textarea.error {
    background-color: #ffeff2;
    border-color: #ff3000
}

.inline-block {
    display: inline-block
}

.brown {
    color: #331811
}

.button-orange {
    border: 0;
    background: #f15c02!important;
    color: #fff!important;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.19)
}

.button-orange:hover {
    background: #e05400!important
}

.button-orange:active {
    background: #d63d08!important
}

label.error {
    color: #a94442;
    padding: 10px 0 0;
    margin: 0;
    line-height: 13px;
    font-size: 13px!important
}

.vdo-thumb {
    position: relative;
    width: calc(100% + 8px);
    border: 2px solid transparent;
    margin-left: -4px;
    padding: 2px
}

a:hover .vdo-thumb {
    border-color: #07729C
}

.vdo-thumb>img {
    width: 100%;
    height: 100%
}

.vdo-thumb>.play-btn-overlay {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: transparent
}

.vdo-thumb>.play-btn-overlay>.play-btn {
    background: url(../../svg/icons/play.svg) no-repeat;
    background-size: 20%;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: .85
}

a:hover .vdo-thumb>.play-btn-overlay>.play-btn {
    opacity: 1
}

#otherYtVideos {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal .modal-header {
    background-color: #f0ece8;
    border-bottom: 1px solid #c8c4c0;
    padding: 12px 22px;
}

.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(119,119,119,.5);
    filter: alpha(opacity=50);
    display: none;
    z-index: 1000
}

.modalPanel {
    position: relative;
    display: none;
    z-index: 1001!important;
    width: 80%;
    max-width: 800px;
    margin: 30px auto;
    opacity: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}


.modalContent,.modalPanel {
    background: #fff
}

.modalContent .modal-header {
    background-color: #f0ece8;
    border-bottom: 1px solid #c8c4c0;
    padding: 23px 30px 20px
}

.modalContent .modal-body {
    padding: 30px
}

.modalContent .modal-body .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.modalContent .modal-body .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modalContent .modal-title {
    font-weight: 700;
    font-size: 22px
}

.modalClose:not(#all-video-button) {
    font-size: 40px;
    font-weight: 400;
    opacity: .9;
    position: absolute;
    right: 5px;
    top: 10px;
    outline: 0;
    padding: 0 10px;
    color: #000
}

/* from-bottom modal styling */
@media (max-width: 767px) {
    .modal.from-bottom .modal-dialog {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    .modal.from-bottom .modal-dialog {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: initial;
        max-height: 100vh;
    }
}