@media screen {
    body {
        padding-top: 142px;
    }
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* What do these rules apply to? */
@media (max-width: 1435px) {
    #editMailList.edit-postcard-container .col.left-sidebar {
        min-width: 200px;
        padding: 0 10px;
    }
    #editMailList #leftSidebarDesktop button {
        margin: 10px 0;
        padding: 0.4rem 0 0.2rem 10%;
    }
    #leftSidebarLaptop {
         display: block;
    }
    #leftSidebarDesktop {
         display: none;
    }
    #farmContainer #leftSidebarDesktop {
         display: block;
    }
    #leftSidebarDesktop button {
         padding: .3rem;
         padding-left: 10%;
         margin: 7px 0;
    }
    .edit-postcard-container .col.left-sidebar {
         min-width: 365px;
         padding: 0;
    }
    .tab-content .tab-pane {
         height: 450px;
    }
    #tabs-col > div.checkoutBtnContainer button {
         font-size: initial;
         width: initial;
    }
    .edit-farm #leftSidebarDesktop {
         display: block;
    }
    .edit-postcard-container.edit-farm .col.left-sidebar {
         min-width: 200px;
         max-width: 350px;
    }
    .edit-farm #leftSidebarDesktop button {
         padding: .4rem;
         padding-bottom: .2rem;
         padding-left: 10%;
         margin: 10px 0;
    }
    #farmContainer #leftSidebarLaptop {
         display: none;
    }
    #fbContainer #leftSidebarDesktop {
         display: block;
    }
    #editMailList #leftSidebarDesktop {
         display: block;
    }
}
/* End 1435 max-width */


@media screen and (max-width: 1300px) {
    #productCarousel .video-item-main {
        padding: 35px 0;
    }

    .share-product-box {
        margin-bottom: 30px;
    }
}
/* End Screen and 1300 max-width */


@media screen and (max-width: 1250px) {
    #navBar .menu-icons .icon-box {
        padding-bottom: 0;
    }

    .mobMenuRight {
        order: 2;
    }

    #navBar {
        flex-flow: wrap;
    }
}
/* End Screen and 1250 max-width */


@media(max-width:900px) {
     #leftSidebarDesktop, #farmContainer #leftSidebarDesktop {
         display: none;
    }

     #leftSidebarLaptop {
         display: none;
    }

     #leftSidebarMobile {
         display: flex;
    }

     #leftSidebarMobile #accountSubmenu .overlay-content {
         padding: 5%;
    }

     #leftSidebarMobile #accountSubmenu .overlay-content button {
         border: none;
         font-size: 1.2rem;
         text-align: left;
    }

     .left-sidebar {
         width: 100vw;
         min-width: 100%;
         max-width: 100%;
    }

     .left-sidebar .container {
         max-width: 100%;
    }

     .left-sidebar .container .col {
         display: flex;
    }

     .left-sidebar .container .col button {
         margin: 10px 1%;
    }

     #preview-col {
         width: 100vw;
         min-width: 100%;
         max-width: 100%;
    }

     #preview-col .postcard-preview {
         width: 100%;
    }

     #preview-col .temp-img {
         width: 100%;
         height: auto;
         max-width: 8.75in;
         margin: auto;
    }

     #preview-col .front-pc, #preview-col .front-pc {
         width: 8.75in;
         margin: auto;
    }

     .left-sidebar .container .col {
         flex-flow: row wrap;
         justify-content: center;
    }

     .left-sidebar .container .col button {
         margin: 5px 1%;
         width: auto;
    }

     .edit-postcard-container .left-sidebar .submenuHeader button {
         max-width: 200px;
         margin: 0 auto;
    }

     .checkoutBtnContainer {
         position: fixed;
         bottom: 0px;
         left: 0px;
         z-index: 100;
         width: 100vw;
         max-width: 100%;
    }

     .checkoutBtnContainer button {
         border-radius: 0;
         width: 50%;
         margin: 0;
         padding: 10px;
    }

     #tabs-col {
         margin: 1rem auto;
         padding: 0;
    }

     #tabs-col > div.checkoutBtnContainer> a {
         font-size: initial;
         width: 100%;
         padding: 0;
         border-radius: 0;
         margin: 0;
    }

     #tabs-col > div.checkoutBtnContainer button {
         font-size: initial;
         width: 100%;
         height: 100%;
         padding: 15px 5px;
         border-radius: 0;
         margin: 0;
         border: 0;
    }

     #imageTab img {
         max-width: 180px;
    }

     #imageTab .photoInstruction {
         position: fixed;
         bottom: 50px;
    }

     #tabContainer {
         max-width: initial;
         min-width: 100%;
    }

     .editing-tab-section {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-flex: 1;
         -ms-flex: 1 100%;
         flex: 1 100%;
    }

     .checkoutBtnContainer .down-arrow {
         display: block;
    }

     .editing-tab-section .prop-images {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }

     .editing-tab-section .prop-images #ListingPhotosToShow {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }

     #editHoliday .editing-tab-section .prop-images #propertyPhotos {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }

     #tabs-col .snav-item, #tabs-col .tab-content {
         display: none;
    }

     #tabs-col .checkoutBtnContainer .tab-content {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }

     #tabs-col #colorTabSelector {
         display: none;
    }

     #tabs-col #myTab {
         border: none;
    }

     #flipCardButton {
         display: none;
    }

     .flip-card-mobile-btn {
         display: inherit;
    }

     #photoInUseMsg div {
         font-size: .7em;
    }

     .edit-farm #leftSidebarDesktop {
         display: none;
    }

     .edit-postcard-container.edit-farm .col.left-sidebar {
         min-width: initial;
         max-width: 100%;
    }

     .edit-farm #leftSidebarDesktop .col button.btn-outline-secondary {
         display: none;
    }

     .edit-farm #leftSidebarDesktop .col .form-group {
         width: 100%;
    }

     .edit-farm .left-sidebar .container .col {
         align-items: center;
    }

     #ShowNextSteps {
         margin-top: 0;
         margin-right: 1em;
    }

     #farmContainer #tabs-col {
         display: flex;
    }

     #farmContainer #tabs-col .tab-content {
         display: block;
    }

     #editMailList #leftSidebarDesktop {
         display: none;
    }

    #tabs-col #contact-tab,
    #tabs-col #profile-tab {
        display: none;
    }

    #editMailList.edit-postcard-container .col.left-sidebar {
        padding: 0;
    }

    #editMailList .new-target-container {
        display: none;
    }

        #editMailList .new-target-container.mobile {
            display: block;
            max-width: 625px;
            margin: 0.5em auto 1em;
            padding: 0 1em;
        }

    #leftSidebarDesktop {
        display: none;
    }

    #leftSidebarLaptop {
        display: none;
    }

    #leftSidebarMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #leftSidebarMobile #accountSubmenu .overlay-content {
            padding: 5%;
        }

            #leftSidebarMobile #accountSubmenu .overlay-content button {
                border: none;
                font-size: 1.2rem;
                text-align: left;
            }

    .left-sidebar {
        width: 100vw;
        min-width: 100%;
        max-width: 100%;
    }

    #fbContainer .left-sidebar .container {
        max-width: 400px;
    }

    .left-sidebar .container {
        max-width: 100%;
    }

        .left-sidebar .container .col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .left-sidebar .container .col button {
                margin: 10px 1%;
            }

    #preview-col {
        width: 100vw;
        min-width: 100%;
        max-width: 100%;
    }

        #preview-col .postcard-preview {
            width: 100%;
        }

        #preview-col .temp-img {
            width: 100%;
            height: auto;
            max-width: 8.75in;
            margin: auto;
        }

        #preview-col .front-pc,
        #preview-col .front-pc {
            width: 8.75in;
            margin: auto;
        }

    .checkout-container #preview-col {
        min-width: initial;
        max-width: initial;
    }

    .left-sidebar .container .col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .left-sidebar .container .col button {
            margin: 5px 1%;
            width: auto;
        }

    .edit-postcard-container .left-sidebar .submenuHeader button {
        max-width: 300px;
        margin: 0 auto;
    }

    .checkoutBtnContainer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 100;
        width: 100vw;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #tabs-col {
        margin: 1rem auto;
        padding: 0;
        position: initial;
    }

        #tabs-col > div.checkoutBtnContainer button {
            font-size: initial;
            width: 100%;
            height: 100%;
            padding: 15px 5px;
            border-radius: 0;
            margin: 0;
            border: 0;
        }

        #tabs-col > div.checkoutBtnContainer > a {
            font-size: initial;
            width: 100%;
            padding: 0;
            border-radius: 0;
            margin: 0;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            background: white;
        }

    #imageTab img {
        max-width: 180px;
    }

    #tabContainer {
        max-width: initial;
        min-width: 100%;
    }

    #editFarm,
    #editFarmDesign {
        max-height: 2050px;
    }

    #imageTab .photoInstruction {
        position: fixed;
        bottom: 50px;
    }

    #imageTab {
        display: none;
    }

    #imageTabSelector {
        display: none;
    }

    #fbContainer #leftSidebarDesktop button {
        text-align: left;
        padding: 0.4rem 1.7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ad-Length-container {
        margin-top: 0.5em;
    }
}
/* End 1245 max-width */


@media screen and (max-width: 1200px) {
    #accLeftNav .account-nav .agentProfileImage {
        min-width: 125px;
        max-width: 125px;
        min-height: 60px;
        max-height: 60px;
    }

    #accLeftNav .account-nav .agentProfileImage {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    #productCarousel .video-item-main {
        padding: 15px 0;
    }
}
/* End Screen and 1200 max-width */


@media screen and (max-width: 1155px) {
    .main-logo-box {
        align-items: center;
    }

    .main-logo-box #logoTagline {
        margin-bottom: 0;
    }
}
/* End Screen and 1155 max-width */


@media screen and (max-width: 1124px) {
    #agentDashMain .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* End Screen and 1124 max-width */



@media screen and (max-width: 1100px) {
    #productCarousel .video-item-main {
        padding: 0;
    }
}
/* End Screen and 1100 max-width */


@media screen and (max-width: 1000px) {
    #productCarousel .video-item-main {
        padding: 70px 0;
    }

    .nav-menu ul li {
        transition: 0.25s;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -ms-transition: 0.25s;
        -o-transition: 0.25s;
    }

    div#productItemToggler {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }

    div#navbarToggler {
        padding: 0;
    }

    ul#mainMenu {
        padding: 0px!important;
        margin: 0px!important;
    }

    .nav-menu #TopProductsMenu li ul li a.ajax_link.small_link.loggedin {
        font-size: .8em!important;
    }


}
/* End Screen and 1000 max-width */


@media screen and (max-width: 1075px) {
    #accLeftNav .account-nav .agentProfileImage {
        min-width: 115px;
        max-width: 115px;
        min-height: 50px;
        max-height: 50px;
    }

    #accLeftNav .account-nav .agentProfileImage {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }
}
/* End Screen and 1075 */



@media screen and (max-width: 1055px)  {

    header .container-xl-fw {
        background-color: #fff;
    }

    div#shopCartDropdown {
            padding: 10px;
    }


    .large-flex-reverse {
            position: absolute;
            right: 0px;
    }
}
/* End Screen and 1055 max-width */


@media screen and (max-width: 1024px) {
    #select-farm-area .waitlist-areas-box p {
        font-size: 13px;
    }

    #select-farm-area .waitlist-area-header p {
        font-size: 13px;
    }

    #agentDashMain .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #agentDashMain #personalNotifications .finishing-touches {
        flex-flow: column;
        text-align: center;
    }

    #agentDashMain #personalNotifications .finishing-touches button {
        margin-top: 10px;
    }

    #agentDashMain #personalNotifications .finishing-touches .content-box .main-title {
        flex-direction: column-reverse;
        align-items: center;
    }

    i#productMenuButton {
        display: none!important;
    }

    div#ProductsTrigger {
        display: none!important;
    }

    div#ProductsMenu {
        display: block!important;
    }
}
/* End Screen and 1024 max-width */


@media screen and (max-width: 1024px) {

    .nav-menu #TopProductsMenu li.toggle-items ul {
        padding-left: 20px!important;
    }
     #select-farm-area .registration-form input {
         font-size: 13px;
    }
     #select-farm-area .selected-areas-box p {
         font-size: 13px;
    }
     #select-farm-area .selected-area-header p {
         font-size: 13px;
    }
     #select-farm-area .payment-form input {
         font-size: 13px;
    }
}
/* End Screen and 1024 max-width */



@media screen and (max-width: 1013px) {
      #navbarToggler [data-subid="season"] ul, #navbarToggler [data-subid="holiday"] ul, #navbarToggler [data-subid="specialty"] ul, #navbarToggler [data-subid="currents"] ul {
        text-indent: 0px!important;
        margin-top: 0px!important;
    }

    #navbarToggler .nav-menu #TopProductsMenu li.expanded ul.dropdown-menu {
            height: auto;
            display: block!important;
            clear: both;
            float: none;
    }

    div#navbarToggler {
        padding: 10px 0px 10px 0px;
    }

    ul#mainMenu {
        padding: 0px!important;
        margin: 0px!important;
    }

    ul#mainMenu > li {
        padding: 0!important;
        margin: 0px!important;
        text-indent: 10px;
    }
}
/* End Screen and 1013 max-width */


@media (max-width:1000px) {
     .left-sidebar .container .col {
         flex-flow: row wrap;
         justify-content: center;
    }
     .left-sidebar .container .col button {
         margin: 5px 1%;
         width: auto;
    }
     .edit-postcard-container .left-sidebar .submenuHeader button {
         max-width: 200px;
         margin: 0 auto;
    }
     #tabs-col {
         margin-top: 2rem;
    }
     .edit-postcard-container .left-sidebar ul button {
         margin: 5px;
         font-size: 1.6rem;
    }
     #tabs-col {
         margin-top: .75rem;
         padding: .5rem;
         min-width: initial;
    }
     #tabs-col-md {
         min-width: 100%;
    }

    .left-sidebar .container .col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .left-sidebar .container .col button {
            margin: 5px 1%;
            width: auto;
        }

    .edit-postcard-container .left-sidebar .submenuHeader button {
        max-width: 300px;
        margin: 0 auto;
    }

    .edit-postcard-container .col.left-sidebar {
        min-width: 200px;
        padding: 0;
    }

    .edit-postcard-container .left-sidebar ul button {
        margin: 5px;
        font-size: 1.6rem;
    }

    #tabs-col {
        margin-top: 0.75rem;
        padding: 1rem;
        min-width: initial;
    }

    #tabs-col-md {
        min-width: 100%;
    }

}
/* End 1000 max-width */



@media screen and (max-width: 978px) {
    #accLeftNav .account-nav .agentProfileImage {
        min-width: 70px;
        max-width: 70px;
        min-height: 70px;
        max-height: 70px;
    }
}
/* End Screen and 978 max-width */



@media screen and (max-width: 992px) {
    #logo1 {
        max-width: 55px;
        opacity: 1;
    }

    .shopcart-dropdown {
        top: 92px!important;
    }

    #logo2 {
        max-width: 70px;
        margin-left: -4px;
    }

    div#agentDashMain {
            position: relative;
            top: 60px;
    }

    /* #mainHeaderSlider .rsp-main-carousel h1 {
        font-size: 2.2em;
    } */

    #mainHeaderSlider .rsp-main-carousel h2 {
        font-size: 1.2em;
    }

    #select-farm-area .congrats-box-inner .home-btn {
         padding: 10px 5px;
    }

     #select-farm-area .farm-area-tools .change-zip {
         margin: 0px 0;
    }
     #select-farm-area .farm-area-tools .search-areas {
         margin: 0px 0;
    }
     #select-farm-area .farm-area-tools .select-views {
         margin: 10px 0;
    }
     #select-farm-area .farm-area-tools {
         padding: .5rem 0 1rem 0;
    }
     #select-farm-area .farm-area-bottom {
         padding: 0px 0px;
    }
    body {
        padding-top: 110px;
    }
        #select-farm-area #mapView {
         margin-top: 55px;
    }
     #select-farm-area .stepper-box {
    }
     #select-farm-area .farm-area-bottom {
         position: fixed;
         bottom: 0;
         width: 93%;
         background-color: #fff;
    }
     #footer .farmarea {
         display: none;
    }

     #select-farm-area .stepper-box .step-btn {
         padding: 10px 5px;
         width: 105px;
    }

    #select-farm-area .stepper-box .step-btn-txt {
         margin-left: 20px;
    }

     #scaled-frame {
         zoom: 0.90;
         -moz-transform: scale(0.65);
         -moz-transform-origin: 0 0;
         -o-transform: scale(0.65);
         -o-transform-origin: 0 0;
         -webkit-transform: scale(0.65);
         -webkit-transform-origin: 0 0;
    }

     #select-farm-area .stepper-box .step-btn-o {
         padding: 10px 5px;
         width: 120px;
    }

    #navBar .nav-item a {
        height: auto;
    }

    .drop-down-items {
        position: relative;
        float: none;
    }

    .drop-down-toggle:hover .drop-down-items {
        max-height: 0;
        border-top: none;
        transition: max-height 0.2s ease;
    }

    .pillars-main-icon {
        margin: 0 auto;
        display: block;
    }
    .rsp-left,
    .rsp-right {
        text-align: center !important;
    }

    .rsp-header h1 {
        margin-top: 60px;
    }

    .rsp-right img {
        display: none;
    }
    #mainHeaderSlider .curl:hover {
        width: 105px;
        height: 105px;
    }

    #mainHeaderSlider .curl .curlcontent p {
        font-size: 10px;
    }
    #mainHeaderSlider .curl .curl-text {
        font-size: 1.1em;
    }

    #mainHeaderSlider .curl {
        width: 90px;
        height: 90px;
    }

    #mainHeaderSlider .owl-nav .owl-next img,
    #mainHeaderSlider .owl-nav .owl-prev img {
        max-width: 15px;
    }

    #mainHeaderSlider .mainHeaderImg {
        display: none;
    }

    #mainHeaderSlider {
        text-align: center;
    }

    #mainHeaderSlider .curl .curlcontent i {
        font-size: 8px;
    }

    .rsp-header h1 {
        font-size: 2.2em;
    }

    #navBar .menu-icons .icon-box .notification-counter {
        top: 0px!important;
        right: -18px!important;
    }

    .section-header h2 {
        font-size: 1.5em;
    }

    #products .products-long {
        padding-left: 0;
    }

    #products .products-long h3 {
        font-size: 1.5em;
        text-align: center;
        font-weight: 700;
    }

    #products .products-long p {
        text-align: center;
        max-width: 100%;
    }

    #products .products-long a {
        display: block;
        text-align: center;
    }

    .prd-title {
        font-size: 1.2em;
    }

    #call-to-action2 .cta-title {
        font-size: 1.5em;
    }

    #call-to-action3 .cta-title {
        font-size: 1.5em;
    }

    #call-to-action .cta-title {
        font-size: 1.5em;
    }

    #featured-case-study .featured-box-text h3 {
        color: #000000;
        font-weight: 700;
        font-size: 1.1em;
        transition: ease 0.4s;
    }

    #case-study-header .casestudy1 {
        padding: 0;
    }

    #case-study-header .inner-header h1 {
        font-size: 32px;
        text-align: center;
        max-width: 100%;
    }

    #case-study-content .case-study-title h1 {
        font-size: 32px;
        max-width: 100%;
    }

    .acc-menu-nav {
            padding-left: 1em;
    }

    #all-social-shares .filters .filter:nth-child(1),
    #all-social-shares .filters .filter:nth-child(2),
    #all-social-shares .filters .filter:nth-child(3),
    #all-social-shares .filters .filter:nth-child(4) {
        width: 50%;
    }

    #all-social-shares .filters .filter:nth-child(2) {
        border-radius: 0 10px 10px 0;
    }

    #all-social-shares .filters .filter:nth-child(3) {
        border-radius: 10px 0 0 10px;
        border-left: 1px solid #ced4da;
    }

    .products-header {
        background: linear-gradient(
                90deg,
                rgba(4, 33, 62, 0.6) 0,
                rgba(4, 33, 62, 0.6) 100%
            ),
            url("../img/inner-banners/Products-Banner-Mobile.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

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

    .inner-text-box h1 {
        font-size: 32px;
    }

    .inner-text-box p {
        font-size: 18px;
    }
    .product-detail-box {
        padding: inherit;
    }
    #productCarousel {
        margin-bottom: 0;
    }

    #single-product-page .nav-tabs li {
        margin-right: 20px;
    }

    #contact-us-page .contact-photo img {
        max-width: 250px;
    }

    .add-borders-alt {
        border-right: none;
        border-left: none;
        border-top: solid 2px #ffffff;
        border-bottom: solid 2px #ffffff;
    }

    .holiday-categories .owl-nav .owl-next img,
    .holiday-categories .owl-nav .owl-prev img {
        max-width: 15px;
    }

    .settingsContainer {
        margin-top: 2rem;
    }

    #accountNavMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #accountNavDesktop {
        display: none;
    }

    #checkoutCardContainer {
        max-width: 800px;
    }

    .otherItems.below-preview {
        display: none;
    }

    .otherItems.below-preview-mobile {
        display: block;
    }

    .checkout-container .expand {
        display: inline-block;
    }

    #editFarm form {
        -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform: scale(0.88);
    }

    #select-farm-area .farm-area-tools .tool-btn {
        padding: 10px 5px;
        width: 120px;
    }

    #privacy-policy {
        padding: 40px 20px;
    }

    #terms-and-conditions {
        padding: 40px 20px;
    }

    #videos-main #mainSearch {
        width: 400px;
    }

    #videos-main .owl-nav .owl-next img,
    #videos-main .owl-nav .owl-prev img {
        max-width: 8px;
    }

    #cart .delivery-accordion .item:not(:last-of-type) {
        margin-bottom: 1.5em;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 1.5em;
    }

    #agency-manager-page .mls-map-header h1 {
        font-size: 32px !important;
    }

    #agency-manager-page .mls-header-options {
        justify-content: center;
    }

    #agency-manager-page .mls-header-options .mls-buttons button {
        width: 100%;
    }

    #agency-manager-page .mls-header-options .grey-btn {
        margin-bottom: 10px;
    }

    #agency-manager-page #mainSearch {
        width: 100%;
    }

    #select-farm-area .lockin-main-box {
        flex-flow: wrap;
    }

    #select-farm-area .lockin-main-box .top-box {
        width: 48.5%;
        max-width: 48.5%;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 5px;
    }

    #select-farm-area .lockin-main-box .questions-box {
        width: 48.5%;
        max-width: 48.5%;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 5px;
    }

    #select-farm-area .lockin-main-box .save-box {
        width: 100%;
        max-width: 100%;
    }

    #select-farm-area .farm-area-tools {
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }

    #select-farm-area #scheduleCallModal .schedule-call-body .date-time-box {
        justify-content: center;
    }

    #select-farm-area #scheduleCallModal .schedule-call-body input {
        width: 100%;
        max-width: 100%;
    }

    #select-farm-area #scheduleCallModal .schedule-call-body .date-input {
        width: 100%;
        max-width: 100%;
    }
    #select-farm-area #scheduleCallModal .schedule-call-body .time-input {
        margin-left: 0;
    }

    #select-farm-area #saveAreasModal .save-areas-body input {
        width: 100%;
        max-width: 100%;
    }

    #signUpAlt #signUpContent {
        padding: 350px 50px 250px 150px;
    }

    #signUpAlt h1,
    #signUpAlt h2,
    #signUpAlt h3,
    #signUpAlt p {
        text-align: center;
    }

    #signUpAlt #signUpAltForm {
        justify-content: center;
    }

    #signUpAlt .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #accLeftNav .accMobileMenu {
        width: 50vw;
    }

    #accLeftNav .account-nav .agentVariationBox {
        flex-direction: column-reverse;
        align-items: center;
    }

    #openAccMenuMobile,
    #accountMenuClose {
        display: none;
    }

    #accountNavDesktop {
        display: none;
        overflow-x: scroll;
        height: 100vh;
    }

    #accLeftNav .account-nav #agentMainImage {
        padding: 25px;
    }

    #accLeftNav .account-nav #agentMainImageAgency,
    #accLeftNav .account-nav #agentMainImageTeam {
        width: 100%;
    }

    #agentDashMain #accountMain {
        padding: 20px 0;
    }

    #agentDashMain .col-8 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    #agentDashMain .col-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    #agentDashMain .page-header {
        justify-content: center;
    }

    #agentDashMain .page-header h1 {
        font-size: 1.7em;
        margin-bottom: 15px;
    }

    #agentDashMain .page-header svg {
        margin-left: 15px;
    }

    #agentDashMain #accountMain .designedForYou-header h3,
    #agentDashMain #accountMain .agentOtherProducts-header h3,
    #agentDashMain #accountMain .agentAllProducts-header h3,
    #agentDashMain #accountMain .agentDeals-header h3 {
        font-weight: 700;
        color: #000000;
        margin-top: 20px;
    }

    #agentDashMain #personalSettings {
        padding: 20px 0;
    }

    #agentDashMain #personalSettings #secondAgentBox,
    #agentDashMain #personalSettings #mailingAddressBox,
    #agentDashMain #personalSettings #updatePasswordBox,
    #agentDashMain #personalSettings #agencyInformationBox,
    #agentDashMain #personalSettings #assistantMainBox,
    #agentDashMain #personalSettings #assistantInformationBox,
    #agentDashMain #personalSettings #agentPhotoLayoutBox,
    #agentDashMain #personalSettings #agentPhotosBox,
    #agentDashMain #personalSettings #agentLogosBox {
        margin-top: 20px;
    }

    #agentDashMain #personalNotifications {
        padding: 20px 0;
    }

    #agentDashMain #personalLeads {
        padding: 20px 0;
    }

    #agentDashMain #personalLeads .leads-list-outer .leads-title {
        display: none;
    }

    #agentDashMain #personalLeads .leads-list-inner {
        height: 450px;
    }

    #agentDashMain #personalLeads .leads-list-inner .leads-content {
        width: 1000px;
    }

    #agentDashMain #postcardSettings {
        padding: 20px 0;
    }

    #agentDashMain #postcardSettings #mailingDefaultsBox {
        margin-top: 20px;
    }

    #agentDashMain #orderHistory {
        padding: 20px 0;
    }

    #agentDashMain #orderHistory .order-list-outer .order-title {
        display: none;
    }

    #agentDashMain #orderHistory .order-list-inner {
        height: 450px;
    }

    #agentDashMain #orderHistory .order-list-inner .order-content {
        width: 1000px;
    }

    #agentDashMain #mailingSummary {
        padding: 20px 0;
    }

    #agentDashMain #mailingSummary .mail-list-outer .mail-title {
        display: none;
    }

    #agentDashMain #mailingSummary .mail-list-inner {
        height: 450px;
    }

    #agentDashMain #mailingSummary .mail-list-inner .mail-content {
        width: 1000px;
    }

    .nomls {
        background: url("../img/ActTodaySidebar_horizontal.png");
        background-repeat: no-repeat;
        margin-top: 50px;
        float: none;
    }

    .main-logo-box #logoTagline {
        margin-bottom: 5px;
        width: 286px;
    }

    .main-logo-box #logoTagline p {
        /* font-size: 0.7em; */
        line-height: 12px;
        font-size: 0.6em;
    }

    .main-logo-box {
        width: 286px;
    }

    #navBar {
        justify-content: space-between;
        flex-flow: nowrap;
        background-color: #ffffff;
    }

    #navBar svg {
        max-width: 24px;
        min-width: 24px;
    }

    #navBar .menu-icons .icon-box {
        padding-bottom: 0;
    }

    #logo2 {
        max-width: 70px;
    }

    #logo img.transparent {
        opacity: 1;
        width: 0;
        padding: 0;
        margin: 0;
    }

    #shopCartButton {
        position: relative;
        margin-right: 14px;
    }

    #navBar .menu-icons .icon-box .notification-counter {
        top: -11px;
        right: -8px;
        width: 1.3em;
        height: 1.3em;
    }

    #navBar .menu-icons #account-overview-icon,
    #navBar .menu-icons #shopping-cart-icon,
    #navBar .navbar-toggler-icon {
        margin: 0 10px;
    }

    #screenOverlay {
        display: unset;
    }

    #mobileAccountMenu .acc-menu-dropdown {
        padding: 0px 10px;
        z-index: 999999;
        position: fixed;
        border-radius: 0;
        min-width: 100%;
    }
    .acc-menu-dropdown .agent-info {
        margin-top: 20px;
    }
    .shopcart-dropdown .header {
        margin-top: 20px;
    }

    .shopcart-dropdown {
        max-width: 100%;
        min-width: 100%;
        right: 0;
        border-radius: 0;
        top: 52px;
        border: none;
        border-top: solid 1px rgba(109, 110, 112, 0.09);
        position: fixed;
    }

        .shopcart-dropdown:before {
            display: none;
        }

        .shopcart-dropdown:after {
            display: none;
        }

    .shopcart-dropdown .menuClearFix {
        width: 3%;
        right: 70px;
    }

    #pricing-page .pricing-main .product-box-title h3 {
        font-size: 24px;
    }

    #pricing-page .pricing-main .product-box-title h3 span {
        font-size: 14px;
    }

    #pricing-page .pricing-main h4.size {
        font-size: 15px;
    }

    #pricing-page .owl-nav .owl-next img,
    #pricing-page .owl-nav .owl-prev img {
        max-width: 8px;
    }

    #pricing-page h1 {
        font-size: 32px;
    }

    #pricing-page .full-pricing-card {
        padding: 10px;
    }

    #testimonial-page h1 {
        font-size: 32px;
    }

    #testimonial-page .full-card {
        padding: 10px;
    }

    .rockies-container {
        justify-content: center;
    }

        .rockies-container .box {
            padding: 0.3rem 1rem;
            font-size: 0.9em;
            line-height: 1.1em;
        }


    div#ProductsTrigger {
        height: 30px;
        clear: both;
        float: left!important;
        margin-bottom: 30px!important;
        display: block!important;
    }

    main div#ProductsMenu {
        clear: both;
        display: table;
        position: absolute;
        z-index: 900;
        margin-top: 45px;
        border-radius: 0 8px 8px 0;
        width: 45%;
    }

    div#ajax_product_result {
        max-width: unset;
        margin-left: .5em;
    }

    div#navbarToggler, div#shopCartDropdown {
        position: fixed;
        top: 113px!important;
        right: 10px;
        width: 300px;
        padding: 10px;
        background-color: #ffffff;
        overflow: auto;
        max-width: 300px;
        min-width: unset;
    }

    header i#productMenuButton {
        display: block!important;
    }

    li.d-xs-inline-block.d-sm-inline-block.d-lg-none.d-xl-none.d-md-inline-block.xl-clearfix.lg-clearfix.clearfix {
        width: auto;
        max-width: 35px;
        float: right;
        margin-top: 13px;
        margin-right: 13px;
        font-size: 1.25em;
    }

    div#serviceItemToggler {
        width: 100%;
    }

    .drop-down-items ul li {
        list-style-type: none;
        padding: 0;
    }

    div#ProductsMenu.d-sm-none {
        display: none!important;
    }
}
/* End Screen and 992px max-width */

/* For creating postcard not in out listins modal */
@media screen and (max-width: 735px) { /* 800px for parent window */
    #find-listing-container .row .col-lg-6 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
}
/* End Screen and 735px max-width */


@media screen and (min-width: 992px) and (max-width: 1055px) {
     #select-farm-area .location-filters {
         flex-direction: column;
         justify-content: center;
         justify-items: center;
    }
     #select-farm-area .location-filters .loc-filters-right {
         margin-top: 5px;
    }
    #viewPC .postcard-preview {
        zoom: 75%;
    }

}


@media (max-width: 900px) {
    .postcard-preview {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .checkout-container .postcard-preview {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .farm-preview#preview-col {
        max-height: initial;
    }

    .checkout-container #preview-col {
        max-height: initial;
    }

    #fbContainer #preview-col {
        max-height: initial;
    }

    li.d-xs-inline-block.d-sm-inline-block.d-lg-none.d-xl-none.d-md-inline-block.xl-clearfix.lg-clearfix.clearfix {
        width: auto;
        max-width: 35px;
        float: right;
        margin-top: 13px;
        margin-right: 0;
        font-size: 1.25em;
    }
}
/* End 900 max-width */



@media screen and (max-width: 900px) {
    #blog .blog-item {
        min-height: 430px;
    }


    div#ajax_product_result {
        float: right;
        max-width: unset!important;
    }

    #topbar {
        display: inherit!important;
    }
}
/* End Screen and 900 max-width */


@media(max-width: 800px) {
     .postcard-preview {
         transform-origin: left top;
    }
    #viewPC .postcard-preview {
        zoom: 85%;
    }


     .farm-preview#preview-col {
         max-height: inherit;
    }

    .postcard-preview {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .farm-preview#preview-col {
        max-height: initial;
    }

    #editFarm,
    #editFarmDesign {
        max-height: 1800px;
    }

        #editFarm form {
            -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
            transform: scale(0.75);
        }

    .postcard-preview#BrochureWrapper {
        -webkit-transform: scale(0.78);
        -ms-transform: scale(0.78);
        transform: scale(0.78);
    }

    #brochure #preview-col {
        max-height: 900px;
    }
}
/* End 800 max-width */


@media screen and (max-width: 768px) {
    #main-video-modal #theMainVidModal .modal-content {
        height: 900px;
    }

    #main-video-modal #theMainVidModal .main-suggested-box {
        max-height: 200px;
    }

    #cart .saveforlater-container .item {
        max-width: 45%;
    }

    #select-farm-area .lockin-main-box .top-box {
        width: 100%;
        max-width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }

    #select-farm-area .lockin-main-box .questions-box {
        width: 100%;
        max-width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
    }

    #signUpAlt #signUpContent {
        padding: 80px 20px;
    }

    #signUpAlt .backgroundIcon {
        max-width: 500px;
        left: 10px;
        opacity: 0.2;
    }

    #agentDashMain .col-8,
    #agentDashMain .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .add-borders {
        border-right: none;
        border-left: none;
        border-top: solid 2px #bbbdbf;
        border-bottom: solid 2px #bbbdbf;
    }

    .back-to-top {
        bottom: 15px;
    }

    #logo1 {
        width: 125px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }

    #select-farm-area .progress p {
        font-size: 10px;
    }

    #select-farm-area .locations-box {
        height: 350px;
    }

    .rsp-header h1 {
        font-size: 1.8em;
    }

    #testimonials .verified-buyer {
        padding-right: 40px !important;
    }

    header .shopcart-dropdown, header #shopCartDropdown, header #navbarToggler, header #accountMenuDropdown {
        border-radius: unset;
        max-width: 300px;
        min-width: 300px;
        left: unset;
        right: 10px!important;
    }

    header #accountMenuDropdown {
        right: -5px!important;
        top: 60px!important;
    }

    div#productItemToggler {
        width: 100%;
    }

    #navbarToggler .nav-menu #TopProductsMenu li ul.dropdown-menu {
        position: relative;
        box-sizing: unset!important;
        border: unset;
        box-shadow: unset!important;
    }

    #productItemToggler #submenu_PC-top ul {
        max-height: 350px!important;
        overflow-y: scroll!important;
        min-height: auto!important;
    }

    div#shopCartDropdown {
        top: 110px!important;
        right: 10px!important;
    }

    #navBar .menu-icons .icon-box .notification-counter {
        top: 0px;
        right: -18px;
        width: 1.3em;
        height: 1.3em;
    }

    .rsp-header h2 {
        font-size: 1.3em;
    }

    .product-link-btn {
        display: block;
        padding: 5px;
    }

    .prod-spacer {
        display: none;
    }

    #blog .blog-item {
        min-height: 380px;
    }

    .listing-preview {
        height: 300px;
    }

     #select-farm-area .locations-box .address-box {
         display: flex;
    }
     #select-farm-area .locations-box .address-box .addressSecCol div:nth-child(n) {
         width: 100%;
    }
     #select-farm-area .locations-box .address-box .add-area-box {
         justify-content: space-between;
    }
     #select-farm-area .locations-box .address-box .addressSecCol {
         width: 100%;
         flex-direction: column;
    }
     #select-farm-area .total-count-box {
         font-size: 14px;
    }
     #select-farm-area .payment-form #terms-group {
         flex-direction: column;
    }

    #agentDashMain .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #agentDashMain #accountMain #accMyleads {
        margin-top: 20px;
    }

    #agentDashMain #accountMain #accRecentOrders ul p,
    #agentDashMain #accountMain #accMyleads ul p {
        font-size: 10px;
    }

    #agentDashMain #accountMain .recent-orders-headers p {
        font-size: 10px;
    }

    #agentDashMain #personalSettings .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #agentDashMain #personalSettings .layout-box {
        min-width: 250px;
        max-width: 250px;
        min-height: 250px;
        max-height: 250px;
    }

    #agentDashMain #personalSettings .photos-box {
        min-width: 250px;
        max-width: 250px;
    }

    #agentDashMain #personalSettings .logos-box {
        min-width: 250px;
        max-width: 250px;
    }

    #agentDashMain #orderHistory .order-list-outer .date-filter h3 {
        margin-bottom: 5px;
    }

    #agentDashMain #orderHistory .order-list-outer .date-filter {
        flex-direction: column;
    }

    #agentDashMain #orderHistory .order-list-outer .date-filter input {
        width: 100%;
    }

    #agentDashMain #orderHistory .order-list-outer .date-filter .filter-btns {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #agentDashMain #orderHistory .order-list-outer .date-filter .start-date {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        flex-direction: column;
    }

    #agentDashMain #orderHistory .order-list-outer .date-filter .end-date {
        margin: 10px 0;
        width: 100%;
        flex-direction: column;
    }

    #agentDashMain #mailingSummary .mail-list-outer .date-filter .end-date {
        margin: 10px 0;
        width: 100%;
        flex-direction: column;
    }

    #videos-main #mainSearch {
        width: 100%;
    }

    li.d-inline-block.acc-menu-toggle:first-child {
        width: auto;
        text-align: right;
        min-height: 45px;
        vertical-align: bottom;
    }

    div#accountMenuDropdown:before, div#accountMenuDropdown:after {
         display: none!important;
    }

    .large-flex-reverse {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    body {
        padding-top: 65px;
    }

    #signInButton a.nav-link.account-link.nav-link.d-block {
        padding: .5rem 0px .5rem 5px;
        line-height: 30px;
        margin: unset;
    }

    ul#ShoppingAndAccountMenu {
        width: 200px;
        min-width: 200px;
        padding: 0!important;
        text-align: left;
        margin: 10px 10px;
    }

    li#AllProductsElement {
        min-width: 0;
        max-width: 35px;
        margin: 12px 15px 12px 0px;
        padding: 0;
        position: unset;
        float: right;
        list-style: none;
    }

    li#AllProductsElement > i.fa-bars {
        font-size: 22px;
        color: #6d6e71!important;
    }
}
/* End Screen and 768 max-width */


@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }

    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }

    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}
/* End 767 max-width */



@media screen and (max-width: 767px) {
    #blog .blog-item {
        min-height: 580px;
    }
}
/* End Screen and 767 max-width */



@media(max-width: 700px) {
     .postcard-preview {
         transform-origin: left top;
    }
    #viewPC .postcard-preview {
        zoom: 80%;
    }


     .farm-preview#preview-col {
         max-height: inherit;
    }

    .postcard-preview {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .farm-preview#preview-col {
        max-height: initial;
    }

    #editFarm form {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55);
    }

    #editFarm,
    #editFarmDesign {
        max-height: 1300px;
    }

    .postcard-preview#BrochureWrapper {
        -webkit-transform: scale(0.64);
        -ms-transform: scale(0.64);
        transform: scale(0.64);
    }

    #brochure #preview-col {
        max-height: 730px;
    }
}
/* End 700 max-width */


@media screen and (max-width: 700px) {
    .d-xs-block {
        display: block!important;
    }

    #navbarToggler, #navbarToggler {
            min-height: 100%;
            max-height: unset!important;
    }

    div#navbarToggler {
            max-width: 100%;
            right: unset;
            left: 0px;
            margin-right: 0px;
    }



    #navbarToggler .shadow-lg {
            box-shadow: unset!important;
    }

    #navbarToggler ul#submenu_holidays-top, #navbarToggler ul#submenu_season-top, #navbarToggler ul#submenu_specialty-top, #navbarToggler ul#submenu_currents-top  {
            background-color: transparent!important;
            margin-left: 20px!important;
    }

    #navbarToggler .nav-menu #TopProductsMenu li:hover {
            background-color: unset;
    }

    #navbarToggler a.text-primary.has-arrow.ajax_link.sub_link.loggedout.drop-down-toggle.ml-2 {
            margin-bottom: .25em!important;
    }

    #productCarousel .video-item-main {
        padding: 20px 0;
    }

    #accLeftNav .accMobileMenu {
        width: 70vw;
    }
}
/* End Screen and 700 max-width */


@media screen and (max-width: 678px) {
    #signUpAlt #signUpAltForm input {
        width: 100%;
        margin-right: 0;
    }

    #signUpAlt .blue-solid-btn {
        width: 100% !important;
        margin-top: 15px;
    }

    #signUpAlt .green-solid-btn {
        width: 100% !important;
    }

    #signUpAlt .light-blue-solid-btn {
        width: 100% !important;
        margin-top: 25px;
    }

    #agentDashMain #personalSettings .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .acc-menu-dropdown .menuClearFix {
        width: 5%;
        right: 120px;
    }

    div#AccountMenuContentMobile {
            width: 100%;
            max-width: unset;
            margin-right: 0;
            min-height: 400px;
    }

    .shopcart-dropdown .menuClearFix {
        width: 5%;
        right: 75px;
    }

    #ShowFindings .row .col-lg-6 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}
/* End Screen and 678 max-width */


@media only screen and (max-width: 600px) {
     #select-farm-area .location-filters {
         flex-direction: column;
         justify-content: center;
         justify-items: center;
    }
     #select-farm-area .location-filters .loc-filters-right {
         margin-top: 5px;
    }

    /* #mainHeaderSlider .rsp-main-carousel h1 {
        font-size: 1.8em;
    } */

    .zip-side {
        width: 100%;
        margin-bottom: 5px;
    }

    .btn-side {
        width: 100% !important;
    }

    #blog .blog-item {
        min-height: 480px;
    }

    #questionnaire {
        right: 0px;
        margin: 0 auto;
        left: 0px;
        max-width: 95%;
    }

    #main-video-modal #theMainVidModal .modal-content {
        height: 700px;
    }
}
/* End Screen and 600 max-width */

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }

    .changeContainer div img {
        width: 180px;
        margin: 1rem;
    }

    #cart .card-preview img {
        width: 100%;
        max-width: 150px;
        max-height: 150px;
    }

    #cart .cart-title {
        display: none;
    }

    #cart .item .item-mobile,
    #cart .item .quantity-mobile,
    #cart .item .price-mobile {
        display: initial;
    }

    #cart .item-container {
        flex-flow: row wrap;
    }

    #cart .save-later-col {
        height: initial;
        margin-top: 0;
    }

    #cart .saveforlater-container .item {
        max-width: 100%;
    }

        #cart .saveforlater-container .item .d-sm-none {
            display: none;
        }

}
/* End Screen and 576 max-width */


@media (max-width: 575px) {
    .postcard-preview {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .farm-preview#preview-col {
        max-height: initial;
    }

    #holidayCategoriesMobile {
        display: block;
    }

    #holidayCategoriesDesktop {
        display: none;
    }

    #editFarm form {
        -webkit-transform: scale(0.47);
        -ms-transform: scale(0.47);
        transform: scale(0.47);
    }

    #editFarm,
    #editFarmDesign {
        max-height: 1100px;
    }

    .postcard-preview#BrochureWrapper {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    #brochure #preview-col {
        max-height: 560px;
    }

    .main-logo-box #logoTagline .reviews {
        display: none;
    }

    .reviews-small-mobile {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        padding: 6px 0;
        margin-top: 10px;
        background-color: var(--primary-color);
    }

    .reviews-small-mobile .fa-solid {
        font-size: 10px;
    }

    .reviews-small-mobile .fa-solid:first-of-type {
        margin-left: 6px;
    }
}
/* End Screen and 575 max-width */


@media only screen and (max-width: 540px) {

    header .shopcart-dropdown, header #shopCartDropdown, header #navbarToggler, header #accountMenuDropdown {
        border-radius: unset;
        max-width: 300px;
        min-width: 300px;
        left: unset;
        left: unset!important;
        top: 80px!important;
    }

    header #navbarToggler {
        padding: 20px 0px 10px;
        /* text-indent: 10px!important; */
    }

    div#navbarToggler {
        max-height: 650px!important;
    }

    #holidayMailingDeadlines.singleProductBox #holidayMailingDeadlinesTable div.bulk,
    #holidayMailingDeadlines.singleProductBox #holidayMailingDeadlinesTable div.first {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
    }
    #holidayMailingDeadlines.singleProductBox #holidayMailingDeadlinesTable div.last {
        display: inline-block;
        width: 100%;
    }
}
/* End Screen and 540 max-width */

@media (max-width: 510px) {
    .changeContainer div img {
        width: 150px;
        margin: 2px;
    }

    #templates > div.change-header > div.btn-group button {
        font-size: 0.8rem;
    }

    .changeContainer .tabcontent {
        padding: 0;
    }
}
/* End 510 max-width */


@media screen and (max-width: 500px) {
    #main-video-modal #theMainVidModal .modal-content {
        height: 100%;
    }

    #agentDashMain #personalSettings .layout-box {
        min-width: 150px;
        max-width: 150px;
        min-height: 150px;
        max-height: 150px;
    }

    #agentDashMain #personalSettings .photos-box {
        min-width: 150px;
        max-width: 150px;
    }

    #agentDashMain #personalSettings .logos-box {
        min-width: 150px;
        max-width: 150px;
    }

        div#ProductsMenu {
                margin-top: 2.5em;
        }

        .shopcart-dropdown {
                min-width: 100%;
                max-width: 100%;
        }

    .mobMenuRight {
            display: block;
            align-items: center;
            flex-direction: unset;
            order: unset;
    }

    span#UserMenuTrigger a.nav-link {
            font-size: .5em;
    }

    button#hamburgerMob {
            float: right;
    }

    #navBar .menu-icons {
            display: inline-block;
            align-items: center;
            width: 30px;
            position: relative;
            left: -10px;
    }

    .main-logo-box {
            width: 200px;
    }

    #navBar {
            justify-content: space-between;
            flex-flow: nowrap;
            background-color: #ffffff;
            display: table;
            width: 100%;
            /* border-bottom: 1px solid; */
            height: 60px;
    }

    header .container-xl-fw {
            z-index: 1024;
            background-color: #fff;
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            display: table;
            padding: 0;
            border-bottom: solid 1px rgba(109, 110, 112, 0.09);
    }

    #blog .blog-item {
        min-height: 450px;
    }

    #productCarousel .video-item-main {
        padding: 45px 0;
    }

    #productCarousel .video-item-thumb::before {
        height: 38px;
        width: 38px;
    }

    #productCarousel .video-item-main {
        padding: 45px 0;
    }

    #productCarousel .video-item-thumb::before {
        height: 38px;
        width: 38px;
    }

    header .shopcart-dropdown, header #shopCartDropdown, header #navbarToggler, header #accountMenuDropdown {
        border-radius: unset;
        max-width: 300px;
        min-width: 300px;
        left: unset;
        left: unset!important;
        top: 80px!important;
        right: 0px!important;
    }

    .reviews-small-mobile {
        margin-top: -3px;
    }
}
/* End Screen and 500 max-width */


/* Start Screen and 468 max-width (use these rules for phone devices it should match nearly all of them) */
@media screen and (max-width: 468px) {
    #navBar .menu-icons #account-overview-icon,
    #navBar .menu-icons #shopping-cart-icon,
    #navBar .navbar-toggler-icon {
        margin: 0 5px;
    }

    .d-xs-none {
        display: none!important;
    }

    div#ProductsTrigger.d-lg-none {
        display: block!important;
    }

    main div#ProductsMenu {
        position: absolute;
        z-index: 99;
        width: 90%;
        min-width: 200px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 40px;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 5%);
        border-radius: 0px 8px 8px 0px!important;
    }

    div#ajax_product_result {
        max-width: unset;
        margin-left: 0;
        margin-top: .5em;
    }

    div#ProductsTrigger {
        height: 30px;
        clear: both;
        float: left!important;
        margin-bottom: 30px!important;
        display: block!important;
    }

    div#productItemToggler.d-table {
        width: 100%;
    }


        div#productItemToggler.d-table > ul {
            max-width: unset;
            width: 100%;
            max-height: 400px!important;
            min-height: 150px!important;
            overflow-y: auto;
            border-top: 3px solid #54b4b0 !important;
            border-radius: 0!important;
        }

    div#serviceItemToggler.d-table {
        width: 100%;
    }

    div#serviceItemToggler.d-table > ul {
        max-width: unset;
        width: 100%;
        max-height: 300px!important;
        overflow-y: unset;
        border: unset;
    }

    ul#TopProductsMenu > li > ul > li.toggle-items {
        padding: 0px!important;
        margin: 0px!important;
    }

    ul#submenu_PC-top {
        text-indent: 15px;
    }

    #navbarToggler ul#submenu_holidays-top, #navbarToggler ul#submenu_season-top, #navbarToggler ul#submenu_specialty-top, #navbarToggler ul#submenu_currents-top {
        background-color: transparent!important;
        margin-left: 0px!important;
    }

    a.ajax_link.small_link.loggedin {
        line-height: 15px!important;
        font-size: 14px;
    }

    .nav-menu #TopProductsMenu li.toggle-items ul {
        padding-left: 15px!important;
    }

    #navbarToggler ul#submenu_holidays-top, #navbarToggler ul#submenu_season-top, #navbarToggler ul#submenu_specialty-top, #navbarToggler ul#submenu_currents-top {
        background-color: transparent!important;
        margin-left: 0px!important;
        margin-top: 0px!important;
        margin-bottom: 20px;
        font-size: .80em;
        position: relative!important;
        left: 15px;
    }

    li.toggle-items {
        overflow-x: hidden!important;
    }

    .nav-menu > li {
            margin-left: 0;
    }

    div#ajax_product_result {
        float: right;
        max-width: unset!important;
    }

    header div#shopCartDropdown {
        top: 80px!important;
        right: 0px!important;
        top: 62px!important;
        left: unset;
    }
    li.d-xs-inline-block.d-sm-inline-block.d-lg-none.d-xl-none.d-md-inline-block.xl-clearfix.lg-clearfix.clearfix {
        width: auto;
        max-width: 35px;
        float: right;
        margin-top: 13px;
        margin-right: 13px;
        font-size: 1.25em;
    }

    #navbarToggler .drop-down-items ul li.drop-down-item {
        list-style-type: none;
        padding: 0;
        text-indent: 20px;
        padding: 5px;
        font-size: 1.2em;
    }
    #navbarToggler .nav-menu #TopProductsMenu li.toggle-items > ul.dropdown-menu {
        left: 0px!important;
    }
}
/* End Screen and 468 max-width (use these rules for phone devices it should match nearly all of them) */

@media(max-width: 450px) {
      header .shopcart-dropdown, header #shopCartDropdown, header #navbarToggler, header #accountMenuDropdown {
            top: 65px!important;
            max-width: unset;
            min-width: 100%;
            border-radius: unset;
            max-width: unset;
            min-width: 100%;
        }

      header #accountMenuDropdown {
        top: 62px!important;
        border-radius: unset;
        max-width: unset;
        min-width: 100%;
        max-width: unset!important;
        width: 100%!important;
        float: none;
        left: 0px;
        position: fixed;
    }

     .postcard-preview {
        transform-origin: left top;
    }
    #viewPC .postcard-preview {
        zoom: 45%;
    }

     .hide {
         display: none;
    }

     .mob-font-size {
         font-size: 0.95rem;
    }

     .farm-preview#preview-col {
         max-height: inherit;
    }

    .editing-tab-section .img-tool a,
    .editing-tab-section .color-tool a {
        font-size: 0.7em;
    }

    .farm-preview#preview-col {
        max-height: initial;
    }

    #editFarm form {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    #editFarm,
    #editFarmDesign {
        max-height: 950px;
    }

}
/* End 450 max-width */

@media (max-width: 445px) {
    .title {
        font-size: 0.8rem;
    }
}
/* End 445 max-width */


@media(max-width: 400px) {
    .postcard-preview {
        transform-origin: left top;
    }
    #viewPC .postcard-preview {
        zoom: 40%;
        .contact-details {
            /* zoom: 40%; */
            font-size: clamp(6px,40%,14px) !important;
        }
        &.back-pc {
            #letter_body {
                font-size: clamp(6px,40%,14px) !important;
            }
            .contact-details {
                font-size: clamp(4px,40%,13px) !important;
            }
            #return_address {
                font-size: 4px !important;
            }
            #Postage {
                display:none;
            }
            .purl {
                font-size: 5px !important;
            }
            .map-address {
                font-size: 6px;
            }
            .free-est-text {
                font-size: 3px;
            }
            #to_address {
                >div {
                    font-size: 5px;
                }
            }
        }
    }

     .hide {
         display: none;
    }

     .mob-font-size {
         font-size: 0.95rem;
    }

     .farm-preview#preview-col {
         max-height: inherit;
    }

    #blog .blog-item {
        min-height: 380px;
    }

    #testimonials .verified-buyer {
        font-size: 12px;
    }

    #testimonials .testimonial-date {
        font-size: 12px;
    }

    #testimonials .testimonial-quote {
        width: auto;
    }

    #footer .copyright .mb-4 img {
        width: 100%;
    }
}
/* End 400 max-width */


@media screen and (max-width: 400px) {
    #productCarousel .video-item-main {
        padding: 10px 0;
    }

    #navbarToggler {
        max-height: 550px;
    }

    header .shopcart-dropdown, header #shopCartDropdown, header #navbarToggler, header #accountMenuDropdown {
        top: 67px!important;
    }
}
/* End Screen and 400 max-width */


@media screen and (max-width: 375px) {
    #productCarousel .video-item-main {
        padding: 0;
    }

    li#signInButton {
        margin-left: 30px;
    }
        li#signInButton a {
            font-size: .75em!important;
        }

    #shoppingPopOverButton {
        display: block;
        text-align: right;
        top: 10px;
        position: relative;
        left: 30px;
    }
}

@media(max-width: 370px) {
     .postcard-preview {
         transform-origin: left top;
    }

     .hide {
         display: none;
    }

     .mob-font-size {
         font-size: 0.95rem;
    }
}


@media screen and (max-width: 350px) {
    #navbarToggler {
        max-height: 450px;
    }
}

@media screen and (max-width: 320px) {
    #navBar .menu-icons #account-overview-icon,
    #navBar .menu-icons #shopping-cart-icon,
    #navBar .navbar-toggler-icon {
        margin: 0 2px;
    }
}
/* What do these rules apply to? */


/* Min Width Rules */
@media (min-width: 1246px) {
     .edit-postcard-container {
         margin: 1.5em auto;
    }
}

@media(min-width:1245px) {
     #preview-col .postcard-preview {
         width: 100%;
         transform-origin: left top;
    }

     #Report .checkoutBtnContainer {
         display: none;
    }
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1340px;
    }

    .container-xl-ch {
        max-width: 1750px;
    }

    .container-xl-cs {
        max-width: 1750px;
    }

    .container-tf {
        max-width: 1600px;
    }

    /* Added for forward compatibility for BS5 */
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }

    .lg-clearfix::after {
        display: block;
        content: "";
        clear: both;
    }
}


@media screen and (min-width: 1034px) {
    div#AccountMenuContentMobile, div#AccountMenuContentMobile .fas-times {
            display: none!important;
    }

    .collapse.navbar-collapse {
            margin-top: 0;
    }

    ul#ShoppingAndAccountMenu {
            margin-bottom: 1em!important;
            text-align: right!important;
            right: 0px;
            float: right!important;
            display: block;
            clear: right;
    }
    div#navbarToggler {
        box-shadow: unset!important;
    }
}
/* End Screen and 1034 min-width */


@media (min-width: 992px) {
     .otherItems .col-lg-2 {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
    }

    body {
        padding-top:142px;
    }

    .otherItems .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    /* Added for forward compatibility with BS5 */
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }

    .lg-clearfix::after {
        display: block;
        content: "";
        clear: both;
    }
}
/* End 992 min-width */


@media screen and (min-width: 992px) {
    #accLeftNav .account-nav .agentVariationBox {
        display: flex !important;
    }

    #agentOverlayBG {
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        width: 0;
        height: 0;
    }

    #ajax_product_result {
        max-width: calc(100% - 220px)!important;
    }

    div#ProductsMenu {
        margin-left: 5px;
    }

    .preventScroll {
        overflow: auto;
    }

    .accSlideIn {
        animation: none;
    }

    .accSlideOut {
        animation: none;
    }

    #products .flex-md-row-alt {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    #agentDashMain #orderHistory .order-list-outer .order-title-mobile {
        display: none;
    }

    #agentDashMain #personalLeads .leads-list-outer .leads-title-mobile {
        display: none;
    }

    #accountNavDesktop .closebtn {
        display: none;
    }

    .shopcart-dropdown {
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    }

    #screenOverlay {
        height: 0;
        width: 0;
    }

    #navBar .nav-menu li a:hover {
        color: #54b4b0;
    }

        #navBar .nav-menu li a:hover svg .fire-icon {
            fill: #54b4b0;
        }

    #navBar .icon-box:hover svg .st1 {
        fill: #54b4b0 !important;
    }

    #accLeftNav .accMobileMenu {
        display: none;
        padding: 15px 25px 25px 25px;
        background-color: inherit;
        width: auto;
        height: auto;
        position: inherit;
        box-shadow: none;
    }

    #headerFullOverlay {
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        width: 0;
        height: 0;
    }

    #agentDashMain #mailingSummary .mail-list-outer .mail-title-mobile {
        display: none;
    }
}
/* End Screen and 992 min-width */



@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
/* End 769 min-width */


@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    #contact.contact-sm .contact-phone {
        border: none;
    }

    #contact.contact-sm .contact-address,
    #contact.contact-sm .contact-phone,
    #contact.contact-sm .contact-email {
        margin: 10px 0;
    }


    /* Added for for compatibility with BS5 */
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-inline-grid {
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
}
/* End 768 min-width */

/* For Holiday Mailing Deadlines */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #positiveCardActive #holidayMailingDeadlines.singleProductBox #holidayMailingDeadlinesTable div.bulk, 
    #positiveCardActive #holidayMailingDeadlines.singleProductBox #holidayMailingDeadlinesTable div.first {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
    }
    #positiveCardActive #holidayMailingDeadlines.singleProductBox #holidayMailingDeadlinesTable div.last {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 576px) {
     .changeContainer .col-sm-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }

    /* Added for forward compatibility to BS5 */
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }
}
/* Min Width Rules End */

/* Device specific rules start */

@media screen and (min-width: 992px) and (max-width: 1135px) {
    .main-logo-box #logoTagline {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    .collapse.navbar-collapse {
        align-self: start;
        padding: 5px 0;
        margin-top: 5px;
        border-top: solid 1px rgba(109, 110, 112, 0.09);
        justify-content: center;
        order: 3;
        flex: 1 100%;
    }

    #topbar {
            display: flex!important;
            height: 35px;
            margin-bottom: 5px;
            z-index: 1000000;
    }

    header {
            position: relative!important;
            top: 30px;
    }

    .d-lg-table {
        display: table!important;
    }

}

@media only screen and (width: 912px) {
    .shopcart-dropdown {
        max-width: 100%;
        min-width: 100%;
        right: 0;
        border-radius: 0;
        top: 110px!important;
        border: none;
        border-top: solid 1px rgba(109, 110, 112, 0.09);
        position: fixed;
    }
}

@media only screen and (max-width: 912px) and (min-width: 540px) {
        ul.list-unstyled.metismenu {
                font-size: 1.2em;
        }

        div#ProductsTrigger {
                font-size: 1.4em;
        }

        div#ProductsMenu {
                margin-top: 3.45em;
                max-width: unset!important;
        }
}

@media only screen and (max-width: 540px) and (min-width: 450px) {
        div#ProductsMenu {
                margin-top: 3.45em;
        }
}

/* Surface Devices (should also work on other dual devices) */
@media only screen and (max-width: 540px) {
    div#shopCartDropdown {
        top: 80px!important;
        right: 10px!important;
        top: 80px!important;
        left: unset;
    }

    header #accountMenuDropdown {
        right: 0px!important;
        top: 62px!important;
    }
}

/*default rules for landscape on a phone */
@media screen and (max-height: 500px) and (orientation: landscape) {
     ul#TopProductsMenu {
         max-height: 115px;
         overflow-y: scroll;
    }
     header.top-sticky {
         position: fixed!important;
         width: 100%;
         padding: .5em 0!important;
         top: 0px;
    }
     header div#navbarToggler {
         text-indent: 10px;
         width: 100%!important;
         max-width: unset!important;
         top: 80px!important;
    }
     #mobileAccountMenu .acc-menu-dropdown, div#shopCartDropdown {
         top: 80px!important;
    }
     i.float-right.fas.fa-times {
         display: block!important;
    }
     .shopcart-dropdown .cart-body {
         display: flex;
         flex-flow: column;
         max-height: 120px!important;
         overflow: auto;
         overflow-y: scroll;
    }
     #navBar .menu-icons .icon-box .notification-counter {
         top: -4px!important;
         right: 4px!important;
         z-index: 5;
    }
     button#shoppingPopOverButton {
         top: 5px;
         position: relative;
    }
}
/* default rules for landscape on a phone */

@media screen and (max-width: 600px) and (orientation: portrait){
     section#topbar {
         display:none!important;
    }

     header {
         top: 0px!important;
    }

     form#enterZip {
         display: block;
         top: -10px;
         position: relative;
    }

     .dropdown-menu.shadow-sm {
         box-shadow: unset!important;
    }
}
/* Device specific rules end */

@media screen and (min-width: 1200px) {
    #mainHeaderSlider .rsp-main-carousel .rsp-main-slide {
        background-size: contain;
        background-repeat: repeat-x;
    }
}

/* Deals Addition Oct 2023 All Together */
@media screen and (max-width: 1600px) {
    #mainHeaderSlider div.owl-carousel.rsp-main-carousel div.rsp-main-slide.oct-2023 {
        background-position: center -200px;
    }
}

@media screen and (max-width: 1500px) {
    #mainHeaderSlider div.owl-carousel.rsp-main-carousel div.rsp-main-slide.oct-2023 {
        background-position: center -120px;
    }
}

@media screen and (max-width: 1360px) {
    #mainHeaderSlider div.owl-carousel.rsp-main-carousel div.rsp-main-slide.oct-2023 {
        background-position: center;
    }
}

@media screen and (max-width: 1300px) {
    section#holidaySelectContainer div.container-xl.my-4 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 990px) {
    section#holidaySelectContainer div.rockies-container.container-xl-fw {
        left: 0;
    }
    main.has-promo div.rockies-container.container-xl-fw {
        margin-top: 1px;
    }
}

@media screen and (max-width: 768px) {
    section#holidaySelectContainer {
        padding-top: 65px;
    }
    main.has-promo div.rockies-container.container-xl-fw {
        left: 0;
    }
    main.has-promo {
        padding-top: 45px;
    }
    #positiveCardActive #holidayMailingDeadlines.singleProductBox {
        margin: 30px 15px 30px 15px;
    }
    .main-logo-box, 
    .main-logo-box #logoTagline {
        width: 235px;
    }
    .main-logo-box {
        margin-left: -16px;
    }
}

@media screen and (max-width: 600px) {    
    section#holidaySelectContainer {
        padding-top: 35px;
    }
    main.has-promo {
        padding-top: 15px;
    }
}

@media (max-width: 500px) {   
    section#holidaySelectContainer {
        padding-top: 15px;
    }
    main.has-promo {
        padding-top: 0;
    }
    main.has-promo div.rockies-container.container-xl-fw {
        margin-top: -4px;
    }
}

@media (max-width: 460px) {   
    section#holidaySelectContainer div.container-xl.my-4 {
        padding-top: 50px;
    }
}

/* October 2024 Deal Customizations */
@media (max-width: 1400px) {
    .oct-24-deal .main-line {
        font-size: 4rem!important;
    }
}
@media (max-width: 991px) {
    .oct-24-deal {
        background-image: none!important;
        background-color: #916db8;
    }
    .oct-24-deal .main-line {
        font-size: 6rem!important;
    }
}
