/* Put your Mobile First styles here */

.vid-wrapper {
    // background-image: url(img/video-bkg.jpg);
    // background-size: cover;
}

.c-fileupload-dropzone-message, .c-helptext, .c-yesno-radio {
	color: #fff !important;
}

.application div.0G2mGLcrS0i-7mmSKzlbgw {
	display: none !important;
}

.cognito .c-forms-form input[type=text] {
	color: #005293;
	font-size: 18px;
}

.master-slider-hero {
position: absolute;
top: 0;
}

header {
    position: relative;
    top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border-bottom: 15px solid #032b4a;
}

.logo a {
    display: inline-block;
    position: relative;
}

.logo span {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.logo img {
    display: inline-block;
    vertical-align: bottom;
}

.logo img:hover {
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes wobble-to-top-right {
    16.65% {
        -ms-transform: translate(8px, -8px);
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }
    33.3% {
        -ms-transform: translate(-6px, 6px);
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }
    49.95% {
        -ms-transform: translate(4px, -4px);
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    66.6% {
        -ms-transform: translate(-2px, 2px);
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    83.25% {
        -ms-transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes wobble-to-top-right {
    16.65% {
        -ms-transform: translate(8px, -8px);
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }
    33.3% {
        -ms-transform: translate(-6px, 6px);
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }
    49.95% {
        -ms-transform: translate(4px, -4px);
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    66.6% {
        -ms-transform: translate(-2px, 2px);
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    83.25% {
        -ms-transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.mainnav {
    background-color: #fff;
}

.mainnav ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: -20px;
}

.mainnav ul li {
    display: inline-block;
    margin-bottom: 0;
}

.mainnav ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #005293;
    font-weight: normal;
    text-decoration: none;
    font-family: 'montserrat', Helvetica, arial, sans-serif;
    padding: 22px 15px;
    letter-spacing: 1px;
    margin-right: -2px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;
}

.mainnav ul li a:hover {
    background-color: #032b4a;
    color: #fff;
}

.mainnav ul .current-menu-item a {
    background-color: #eee;
    color: #222;
}

.mainnav ul .current-menu-item.menu-item-35 a {
    background-color: #fff;
    color: #005293;
}

.mainnav ul .current-menu-item.menu-item-35 a:hover {
    background-color: #032b4a;
    color: #fff;
}

.mainnav ul li:last-child a {
    background-color: #005293;
    color: #fff;
}

.mainnav ul li:last-child a:hover {
    background-color: #ddd;
    color: #005293;
}

.social-header {
    background-color: #fff;
}

.social-header ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 20px;
    margin-top: 10px;
}

.social-header ul li {
    display: inline-block;
    margin-bottom: 0;
    line-height: 10px;
}

.social-header ul li a {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.social-header ul li a img {
    display: inline-block;
    vertical-align: bottom;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;  
}

.social-header ul li a img:hover {
    opacity: 0.3;
}

.video-logo {
    text-align: center;
    vertical-align: middle;
    padding: 150px 0 180px;
}

.subpage-header {
    padding: 20px 0 50px;
    text-align: center;
}

.single .subpage-header {
    padding: 15px 0 18px;
}

.home-main {
    background-image: url(img/icon-full.png);
    background-repeat: no-repeat;
    background-position: center right;
background-color: #032b4a;
    z-index: 1;
    position: relative;
}

.home-main-description {
    padding: 50px 30px;
    box-sizing: border-box;
}

.home-main-description h2 {
    border-bottom: 1px solid #005293;
    padding-bottom: 20px;
}

.home-main-description p {
    font-family: 'montserrathairline', Helvetica, arial, sans-serif;
}

.home-main-description h3 {
    font-family: 'montserratregular', Helvetica, arial, sans-serif;
}

.home-main-description ul {
    -moz-column-count: 2;
    -moz-column-gap: 12px;
    -webkit-column-count: 2;
    -webkit-column-gap: 12px;
    column-count: 2;
    column-gap: 12px;
    font-family: 'montserrathairline', Helvetica, arial, sans-serif;
}

.cta-button {
    background-color: #005293;
    padding: 8px 15px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'montserratregular', Helvetica, arial, sans-serif;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;
}

.cta-button:hover {
    background-color: #fff;
    color: #005293;
}

.vfb-fieldset .vfb-submit {
    background-color: #032b4a;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
}

.vfb-fieldset .vfb-submit:hover {
    background-color: #fff;
}

.home-main-info {
    position: relative;
    top: -70px;
    z-index: 1;
}

.home-main-info img {
    display: block;
}

.store-info {
    background-color: #fff;
}

.store-info ul {
    text-align: center;
}

.store-info ul li {
    border-right: 1px solid #005293;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    min-height: 80px;
    padding-right: 30px;
    margin: 30px 0 30px 25px;
    color: #005293;
    box-sizing: border-box;
    text-align: left;
}

.wpgmp_infowindow {
    color: #005293;
    font-weight: bold;
}

.store-info ul li:last-child {
    border: none;
}

.store-info ul li em {
    display: block;
    font-family: 'montserratbold', Helvetica, arial, sans-serif;
    font-size: 18px;
}

.unique-spotlight {
    position: relative;
    display: flex;
}

.spotlight-arrow {
    position: absolute;
    left: 48%;
    top: 40%;
    z-index: 1;
}

.spotlight-description {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 100px 80px;
    box-sizing: border-box;
    background-color: #005293;
}

.spotlight-description p {
    font-family: 'montserrathairline', Helvetica, arial, sans-serif;
    font-size: 18px;
}

.spotlight-image {
    width: 50%;
}

.spotlight-image img {
    width: 100%;
}

.cta-button-border {
    border: 2px solid #fff;
    padding: 8px 15px;
    text-decoration: none;
    font-family: 'montserratbold', Helvetica, arial, sans-serif;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;
}

.cta-button-border:hover {
    background-color: #fff;
    color: #005293;
}

.cta-band {
    background-color: #02223e;
    padding: 100px 0;
    text-align: center;
    background-image: url(img/cta-bkg.jpg);
    background-size: cover;
}

.cta-band h2 {
    max-width: 700px;
    margin: 0 auto 20px;
}

.cta-band p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-family: 'montserrathairline', Helvetica, arial, sans-serif;
}

footer {
    background-color: #fff;
    color: #0a5293;
    padding: 40px 0;
    border-bottom: 15px solid #005293;
}

.footer-logo {
    text-align: left;
}

.footer-logo img {
    max-width: 180px;
    margin-top: 15px;
}

footer h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.footer-newsletter form {
    background: transparent;
}

.footer-newsletter .vfb-fieldset input {
    width: auto;
}

.footer-newsletter #item-vfb-17 .vfb-legend {
    display: none;
}

.footer-newsletter .vfb-section {
    margin-bottom: 0;
}

.footer-newsletter .vfb-fieldset .vfb-item {
    margin-bottom: 0;
}

.footer-newsletter .vfb-item-secret label {
    font-size: 12px;
    text-transform: none;
}

/* Subpage */

.not-home .vid-wrapper {
    background-image: url(img/post-bkg.jpg);
}

.subpage-header h1 {
    font-family: 'montserrathairline', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
}

.subpage-main {
    background-color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #bababa;
    color: #000;
}

.subpage-main h2 {
    color: #032b4a;
    border-bottom: 1px solid #032b4a;
    padding-bottom: 10px;
}

.subpage-main-content p {
    font-size: 16px;
}

.post-date {
    color: #005293;
    text-transform: uppercase;
    font-family: 'montserrathairline', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.subpage-main p {
    max-width: 900px;
}

.subpage-main .cta-button {
    margin-top: 20px;
    display: inline-block;
}

.subpage-main .cta-button:hover {
    background-color: #eee;
}

.page-template-page-about .subpage-header {
    position: relative;
}

.page-template-page-about .subpage-promo {
    bottom: initial;
    position: relative;
}

@media screen and (min-width: 959px) {
    .page-template-page-about .subpage-promo {
        margin-bottom: -50px;
    }
}

.subpage-promo {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    color: #005293;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.subpage-promo h2 {
    color: #7d7f80;
    font-family: 'montserrathairline', Helvetica, arial;
    font-style: italic;
    font-weight: lighter;
    font-size: 20px;
    margin-bottom: 0;
}

.subpage-promo h3 {
    color: #005293;
    font-size: 40px;
    font-family: 'montserratbold', Helvetica, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.subpage-about-main {
    padding: 40px 0;
    background-image: url(img/icon-full.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.subpage-about-mascot {
    background-color: #005293;
    position: relative;
}

.mascot-image img {
    position: relative;
    top: -30px;
    margin-bottom: -80px;
    -webkit-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.7);
}

.mascot-info {
    padding: 40px;
    box-sizing: border-box;
}

.mascot-info p {
    font-size: 16px;
}

.subpage-logo {
    text-align: center;
    vertical-align: middle;
    line-height: 400px;
}

.subpage-logo img {
    text-align: center;
    vertical-align: middle;
    line-height: 300px;
}

.subpage-about-categories {
    text-align: center;
    background-color: #fff;
    color: #032b4a;
    padding: 80px 0 40px;
}

.subpage-about-categories p {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.categories-header p {
    font-size: 16px;
}

.categories-list ul {
    list-style-type: none;
    text-align: center;
    position: relative;
    margin-top: -20px;
}

.categories-list li {
    display: inline-block;
    width: 30%;
    padding: 10px;
}

.categories-list li img {
    vertical-align: bottom;
}

.categories-list li:nth-child(2) {
    position: relative;
    top: 30px;
}

.categories-list li a {
    text-decoration: none;
}

.categories-list li .category-name {
    display: block;
    width: 100%;
    background-color: #005293;
    color: #fff;
    font-family: 'montserratbold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;
    text-decoration: none;
}

.categories-list li a:hover .category-name {
    background-color: #032b4a;
}

.category-accessories .Accessories a,  .category-furniture .Furniture a, .category-specials .Specials a {
    background-color: #005293;
}

.contact-map-wrapper {

}

.contact-info-details {
    padding: 30px 0;
    box-sizing: border-box;
}

.contact-map-wrapper h2 {
    border-bottom: 1px solid #005293;
    padding-bottom: 10px;
}

.contact-map-wrapper h3 {
    margin-bottom: 0;
    margin-top: 30px;
}

.contact-map-wrapper .card-images {
    margin-top: 20px;
}

.contact-map-wrapper .card-images li {
    display: inline-block;
    padding-right: 20px;
}

.contact-map {
    display: flex;
}

.contact-map img {
    flex: 1;
}

.contact-application-wrap {
    background-color: #fff;
}

.application-info {
    width: 50%;
    padding: 60px 30px;
    box-sizing: border-box;
    color: #005293;
}

.application {
    background-color: #005293;
    padding: 30px 50px;
    box-sizing: border-box;
}

.application .vfb-legend h3 {
    display: none;
}

.vfb-fieldset label {
    text-transform: uppercase;
}

.vfb-fieldset .vfb-item {
    margin-bottom: 15px;
    list-style: none;
}

.vfb-fieldset select {
    color: #555;
    text-transform: uppercase;
    width: 100%;
}

.vfb-fieldset input {
    color: #555;
    text-transform: uppercase;
    width: 100%;
}

.application form {
    margin-bottom: 0;
}

.vfb-fieldset input[type="file"] {
    color: #fff;
}

.news-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.post-snippet {
    flex-grow: ;
    width: 33%;
}

.news-categories-wrap {
    background-color: #fff;
}

.news-categories {
    background-color: #036;
    position: relative;
    top: -20px;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
}

.news-categories h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'montserratregular', Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #005293;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.news-categories ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.news-categories ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.news-categories ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'montserratbold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;  
}

.news-categories ul li a:hover {
    background-color: #005293;
}

.post-snippet {
    padding: 10px;
    margin-bottom: 20px;
}

.post-snippet img {
    display: block;
}

.post-snippet .post-meta-wrap {
    background-color: #dadada;
    padding: 40px 30px;
    box-sizing: border-box;
}

.post-snippet .post-meta-wrap h3 a {
    color: #005293;
    margin-bottom: 5px;
    text-decoration: none;
    font-family: 'montserratregular', Helvetica, Arial, sans-serif;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out;
}

.post-snippet .post-meta-wrap h3 a:hover {
    color: #222;
}

.post-snippet .post-meta-wrap p {
    margin-bottom: 0;
    font-size: 14px;
    color: #1f1f1f;
}

.post-snippet .post-meta-wrap .cta-button:hover {
    background-color: #222;
    color: #fff;
}

.post-content img {
    padding-right: 20px;
}

.post-content img + img {
    padding-right: 20px;
}

.subpage-promo-dark {
    background-color: #036;
    padding: 30px;
    text-align: center;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
}

.subpage-promo-dark h2 {
    font-size: 26px;
    font-weight: normal;
    font-family: 'montserratregular', Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #005293;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.subpage-promo-dark h3 {
    text-transform: uppercase;
}

.subpage-promo-dark-main {
    background-color: #fff;
}

.subpage-content-main-sell {
    background-color: #015293;
    display: inline-block;
}

.subpage-promo-dark-content {
    padding: 50px 30px;
    box-sizing: border-box;
}

.subpage-promo-logo {
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
}

.promo-header-full {
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
}

.promo-header-content h2 {
    color: #032c4c;
    margin-bottom: 0;
}

.twentyfive {
    width: 25%;
    float: left;
    display: inline-block;
}

.fifty {
    width: 50%;
    float: left;
    display: inline-block;
}

.promo-box {
    background-color: #005293;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    min-height: 387px;
}

.promo-box h3 {
    margin-bottom: 0;
}

.promo-box-light {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #e9eaea;
    color: #005293;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.why-sell-grid {
    display: inline-block;
    display: flex;
}

.why-sell-grid h3 {
    margin-bottom: 0;
}

.why-sell-grid img {
    display: block;
    flex-shrink: 0;
}

.image-grid.has-box {
    position: relative;
    min-height: 775px;
}

.promo-box.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #01192c;
}

.promo-box.top-left {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #032b4a;
}

.why-sell-grid .img-bkg1 {
    background-image: url(img/bkg-img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.why-sell-grid .img-bkg2 {
    background-image: url(img/bkg-img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.why-sell-grid .img-bkg3 {
    background-image: url(img/bkg-img3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-subtitle {
    background-color: #fff;
    padding: 40px 0;
    color: #005293;
    text-align: center;
}

.subtitle-wrapper {
    margin-bottom: 20px;
}

.page-subtitle .subtitle-wrapper:after {
    border-bottom: 3px solid #015293;
    width: 200px;
    content: " ";
    display: block;
    margin: 0 auto;
}

.testimonial_body p {
    color: #999;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 800px;
}

.easy_t_single_testimonial {
    border-bottom: 1px solid #eee;
}

.easy_testimonial .testimonial_body p:before {
    content: "\201C";
    font-family: Cambria, Georgia, serif;
    font-size: 50px;
    color: #eee;
    position: relative;
    top: 23px;
    padding-right: 7px;
}

.easy_testimonial .testimonial_body p:after {
    content: "\201D";
    font-family: Cambria, Georgia, serif;
    font-size: 50px;
    color: #eee;
    position: relative;
    top: 23px;
    padding-left: 7px;
    line-height: 0;
}

.testimonial-client {
    font-size: 24px;
}

.testimonial-client:before {
    content: "-";
    padding-right: 5px;
}

.testimonial_author {
    margin-bottom: 0;
}

.faq-wrap {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 0 40px 0;
}

@media only screen and (max-width: 1400px) {
    .spotlight-description { padding: 30px; }
    .spotlight-description p:last-of-type { margin-bottom: 0; }
}

/* Up to 1200px */
    @media only screen and (min-width: 959px) and (max-width: 1200px) {
        
        .mainnav, .logo, .social-header { width: 100% !important; text-align: center;}
        .logo img { max-width: 300px; margin-bottom: 20px; }
        .social-header ul { border: none; }
        .mainnav ul li a { padding: 14px 12px; }
        .mainnav ul li:first-child a { padding: 5px 10px; margin-left: 10px; }
        .mainnav ul li:last-child a { background: transparent; color: #005293; }
        .social-header ul { margin-top: 6px; }
        .social-header ul li a img { max-width: 30px; }
        .store-info ul li { font-size: 12px; margin-left: 15px; }

    }

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
        
        .mainnav ul li a { padding: 14px 12px; font-size: 12px; }
        .mainnav ul li:first-child a { padding: 5px 10px; margin-left: 10px; }
        .social-header ul { margin-top: 6px; padding-left: 5px;  }
        .social-header ul li a img { max-width: 25px; }
        .store-info ul li { font-size: 12px; margin-left: 15px; }
        .unique-spotlight { display: block; }
        .spotlight-description { width: 100% !important; position: relative; z-index: 9999;}
        .spotlight-image { width: 100% !important; }
        .spotlight-arrow { display: none; }
        footer p { font-size: 11px; }
        .post-snippet .post-meta-wrap { padding: 15px; }
        .why-sell-grid h3 { font-size: 20px; }
        .image-grid.has-box { min-height: 500px; }
        .promo-box { min-height: 250px; }
    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
            
        .logo { width: 100% !important; text-align: center;}
        .mainnav { width: 100% !important; text-align: center; }
        .mainnav ul li a { padding: 20px 25px; font-size: 18px; }
        .social-header { text-align: center; width: 100% !important;}
        .social-header ul { border: none; }
        .social-header ul li a img { max-width: 100%; }
        .store-info ul li { font-size: 12px; margin-left: 15px; }
    }

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        
        header { top: 0; }
        .mainnav ul { text-align: center; }
        .mainnav ul li { line-height: 12px; }
        .mainnav ul li:first-child { margin: 10px 0; }
        .mainnav ul li:last-child { width: 100%; }
        .mainnav ul li:last-child a { padding: 15px 25px;}
        .mainnav ul li a { font-size: 16px; padding: 14px 6px; font-size: 14px; }
        .spotlight-arrow {display: none; }
        footer div { text-align: center; }
        footer p { font-size: 16px; }
        .subpage-header h1 { font-size: 40px; padding-bottom: 20px; }
        .social-header { text-align: center; width: 100% !important;}
        .social-header ul { border: none; padding-left: 0; }
        .social-header ul li a img { max-width: 100%; }
        .store-info ul li { width: 100%; text-align: center; margin: 0; border: none; padding: 10px 0; min-height: 0; }
        .home-main-info { position: initial; }
        .video-logo { padding: 80px 0; }
        .home-main { margin-top: 40px; }
        .footer-logo { text-align: center; }
        .subpage-promo { position: relative; }
        .subpage-header { padding-bottom: 0; padding-top: 0; }
        .mascot-info { margin-top: 20px !important; }
        .categories-list li { width: 100%; margin-top: 20px; }
        .categories-list li:nth-child(2) { top: 0; }
        .application-info { width: 100%; }
        .news-categories { top: 0; }
        .why-sell-grid h3 { font-size: 16px; }
        .image-grid.has-box { min-height: 400px; }
        .promo-box { min-height: 0; padding: 30px; }
        .twentyfive { width: 100%; display: inline-block; flex: 0; }
        .fifty { width: 100%; }
        .promo-box-light { min-height: 0; padding: 30px;  }
        .why-sell-grid { display: block; }
        .subpage-promo-dark { top: 0; margin-bottom: 0; }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {


    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
        
        .home-main-description { padding: 0; }
        .spotlight-description { position: relative; z-index: 9999; padding: 30px; }
        .subpage-promo h3 { font-size: 24px; }
    }



/* Styles for Internet Explorer
================================================== */




/* Put your styles above here
================================================== 
 * Print styles: Inlined to avoid required HTTP connection: h5bp.com/r */
@media print {
    * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; /* h5bp.com/t */ }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}