@charset "utf-8";

/* CSS Document */
@media screen {
body {
    grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
    grid-template-rows: auto auto auto minmax(auto, 99fr) minmax(250px, min-content);
    grid-template-areas: "abovethefold abovethefold abovethefold" "pagetitleholder pagetitleholder pagetitleholder" "main-h1 main-h1 main-h1" "............   main     ............"  "footer         footer         footer";
}
.phone-digits, .phone-pretext {
    display: none;
}
#header-street-address, #header-social-icons {
    display: none;
}
header {
    grid-template-columns: auto auto min-content;
    grid-template-rows: auto;
    grid-template-areas: "header-logo header-phone-number header-nav";
}
#header-phone-number {
    font-size: 2rem;
    color: #000;
    justify-content: flex-end;
    margin-left: 1em;
}
    #header-logo{width:250px;max-width:100%;}
#mega-toggle-block-1, #mega-menu-wrap-main-menu, .mega-toggle-label, .mega-toggle-blocks-right {
    position: static !important;
}
#header-phone-number, #header-phone-number a {
    color: #fef022;
}
#my-header {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color:#000c15;
}
    #header-nav{margin-right:1em;}
#my-slideshow {
    padding-top: 65%;
    overflow: hidden;
    width: 100%;
    display: block;
}
#my-slideshow > div {
    position: absolute !important;
    top: 0px;
    width: 100%;
}
#overlay-headline-1, #overlay-headline-1a, #overlay-headline-2, #overlay-headline-3, #overlay-headline-3a {
    font-size: 1rem;
}

#overlay-maintext-1, #overlay-maintext-2, #overlay-maintext-3 {
    color: #181818;
    font-size: 1.9rem;
    line-height: 1.5;
}
#my-slideshow .sa_owl_theme .owl-dots {
    bottom: 10px !important;
    display: none !important;
}
.quick-quote-form {
    text-align: center;
}
footer {
    width: 100%;
    box-sizing: border-box;
}
#footer-content > div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: max-content;
    margin-bottom: 1em;
    max-width: 90%;
}
#footer-logo img {
    width: 100%;
    height: auto;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    padding-bottom: .4em !important;
    padding-top: .4em !important;
}
    .flex-outer{display:flex;justify-content: space-between;flex-direction: column;box-sizing: border-box;width:100%;}
    .flex-outer > *{margin-bottom:1em;}
    .aligncenter, .alignleft, .alignright, .entry img{display:block; position: relative; max-width:100% !important; height:auto !important;margin-left:auto;margin-right:auto;margin-bottom:1em;}
    .h1holder h1{font-size:2em;}
    .pagetitleholder:after {padding-top:35%;}
    #overlay-headline-1, #overlay-headline-2 {
    margin-left: -10px;
}
#overlay-headline-1:after {
    content: '';
    background: url(../images/banner-corner.svg);
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 10px;
    height: 10px;
}
#overlay-headline-2:after {
    content: '';
    background: url(../images/banner-corner.svg);
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 10px;
    height: 10px;
}
    #slider-text-overlay-1 > div, #slider-text-overlay-2 > div, #slider-text-overlay-3 > div{width:55%;}
    #slider-text-overlay-1 > #theperson, #slider-text-overlay-2 > #theperson2 {width:45%;}
 .sbsbox > * {padding:1em;}
    .sbsbox h2{font-size:1.3em;}
    .justanimage{display:block;overflow:hidden;}
    .justanimage:after{padding-top:50%;content:'';display:block;}
    h3{font-size:1em;}
}
