@media only screen and (min-width: 450px) {

}
@media only screen and (min-width: 500px) {

}
@media only screen and (max-width: 599px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 750px) {
    .font-24-36 {
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 799px) {
    .footer-btm .cols6 .col {
        width: 100%;
    }
    .footer-btm .col > ul > li > ul {
        display: none;
    }
    .footer-btm .col > ul > li {padding: 9px 0;}
    .footer-btm .col > ul > li > ul {
        padding-left: 10px;
    }
    .footer-btm .col > ul > li > ul > li {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 800px) {
    .footer-btm .cols6 {
        -ms-flex-pack: -ms-space-between;
        justify-content: space-between;
    }
    .footer-btm .col:not(:last-of-type) {
        padding-right: 20px;
    }
    .footer-btm .col > ul > li > button {
        display: none;
        visibility: hidden;
    }
    .footer-btm .col > ul > li,
    .footer-btm .col > ul > li > ul > li {
        margin-top: 10px;
    }
    .footer-btm .col > ul > li > ul {
        display: block !important;
    }
    .footer-btm .constrainedContent {
        padding: 30px 0 0;
    }
    .footer-btm .col {
        margin-bottom: 37px;
    }
}
@media only screen and (max-width: 849px) {
    footer .footer-top .cols2 .col:first-of-type {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 850px) {
    .constrainedContent {
        width: 85%;
    }
    footer .footer-top {
        padding: 38px 0;
    }
    footer .footer-top .cols2 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-space-between;
        justify-content: space-between;
    }
    footer .footer-top .cols2 .col {
        max-width: 582px;
        width: 48.5%;
    }
    footer .footer-top form {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .font-42-48-300,
    .font-42-60,
    .heading-42-48 h2 {
        font-size: 4.2rem;
    }
    .font-36-48-300 {
        font-size: 3.6rem;
    }
    .heading-30-36 h2 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 919px) {
    .footer-center .col:first-of-type {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 920px) {
    .footer-center .cols3 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    .footer-center .col:first-of-type {
        max-width: 291px;
    }
    .footer-center .col:first-of-type,
    .footer-center .col:nth-of-type(2) {
        border-right: 1px solid #3B3B3B;
    }
    .footer-center .col:nth-of-type(2) {
        max-width: 309px;
    }
    .footer-center .col:last-of-type {
        padding-left: 4.3%;
        flex: 1 1 auto;
        max-width: none;
        margin: 0;
    }
    .footer-center .col:last-of-type p {
        margin-bottom: 40px;
    }
    .footer-center .col {
        padding: 20px 0 28px;
    }
    .footer-center .col p.dsktop {
        display: block;
        visibility: visible;
    }
    .footer-center .col a.dsktop {
        display: inline-block;
        visibility: visible;
    }
    .footer-center .col a.mobile,
    .footer-center .col p.mobile {
        display: none;
        visibility: hidden;
    }
    .footer-btm .cols6 .col {
        max-width: 170px;
        width: 14.5%;
    }
    .footer-btm .col:not(:last-of-type) {
        padding-right: 0;
    }
    .footer-copy .constrainedContent {
        padding: 15px 0 17px;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: -ms-space-between;
        justify-content: space-between;
    }
    .copy-inner {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
    .copy-inner > div:after {
        content: '|';
        margin: 0 10px;
    }
    .copy-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer-copy .constrainedContent > div {
        order: 1;
    }
    ul.social-media {
        order: 2;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 968px) {

}
@media only screen and (min-width: 1060px) {

}
@media only screen and (min-width: 1100px) {
    #mainContent {
        padding-top: 120px;
    }
}
/** product overlay tags **/
@media only screen and (max-width: 475px) {
    .tag-yellow {
        padding: 1px 3px;
        font-size: .8rem;
        letter-spacing: .08rem;
        left: 4px;
    }
    .tag-right {
        right: 4px;
        left: auto;
    }
}
@media only screen and (min-width: 850px) and (max-width: 1039px) {
    .tag-yellow {
        padding: 1px 3px;
        letter-spacing: .08rem;
        left: 4px;
    }
    .tag-right {
        right: 4px;
        left: auto;
    }
}
@media only screen and (min-width: 1040px) and (max-width: 1099px) {
    .tag-yellow {
        padding: 2px 4px;
    }
}
