@charset "utf-8";
/* CSS Document */
@media screen {
  body {
    grid-template-columns: 2% 96% 2%;
    grid-template-rows: auto auto auto minmax(auto, 99fr) minmax(250px, min-content);
    grid-template-areas: "abovethefold abovethefold abovethefold""pagetitleholder pagetitleholder pagetitleholder""............   main     ............""my-buttons my-buttons my-buttons""footer         footer         footer";
  }
  .phone-digits, #my-header .phone-pretext {
    display: none;
  }
 
    #header-social-icons {background-color:#000;color:#FFF;justify-content:center;font-size:5vw;padding:1vw;}
    #header-social-icons a{color:#FFF;}
    #header-street-address {text-align: center;color:#FFF;background-color:#000;justify-content:center;font-size:3vw;padding:1vw;}
  #my-header {
    grid-template-columns: minmax(30%, 200px) auto min-content;
    grid-template-rows: auto;
    grid-template-areas: "header-street-address header-street-address header-street-address" "header-social-icons header-social-icons header-social-icons" "header-logo header-phone-number header-nav";
    background-color: #FFF;
  }
  .wpppage-6 header {
    background-color: rgba(255, 255, 255, 0.00);
  }
  #header-phone-number {
    font-size: 7vw;
    color: #000;
    justify-content: flex-end;
    margin-left: 1em;
  }
  #header-angle-seperator {
    display: none !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    margin-bottom: 1em !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:first-child > a.mega-menu-link {
    margin-top: 1em !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu:after {
    font-size: 50px;
    color: #000;
  }
  #header-phone-number, #header-phone-number a {
    color: #c74027;
  }
  #my-header {
    position: fixed;
    z-index: 99999999;
  }
  #my-slideshow {
    
    overflow: hidden;
    width: 100%;
    display: block;
  }
  #my-slideshow > div {
    position: absolute !important;
    top: 0px;
    width: 100%;
  }
  .overlay-headline {
    font-size: 5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .slider-text-overlay > div {
    width: 90%;
    align-self: center;

  }
  .slider-text-overlay {
    justify-content: center;
  }
  .overlay-maintext {
   
    font-size: 3vw;
    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: 2em;
    max-width: 90%;
  }
  #footer-logo img {
    width: 50%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #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;
    float: none;
  }
  .main {
    max-width: 100%;
  }
  #header-logo {
    width: 100%;
    position: relative;
    align-self: center;
  }
  #main-h1 {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 5vw;
  }
  #header-logo > div {
    width: 100%;
    position: absolute;
    transition-duration: .5s;
  }
  #logooverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0;
  }
  #footer-phone-number .phone-digits {
    display: block;
  }
 footer .icon-phone-squared,footer .icon-location{font-size:5vw; margin:0px !important;padding:0px !important; margin-right:.5vw !important;}
     footer .icon-location {font-size:7vw;}
  #footer-phone-number {
    width: 100%;
  }
  #footer-phone-number a {
    display: flex;
  }
  .my-google-map {
    min-height: 400px;
  }
  .sbsbox .contactbubble {
    min-height: 80vw;
  }
  .sbsbox > * {
    padding: 10vw;
    min-height: 80vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
      position:relative;
  }
  .sbsbox > * > * {
    align-self: center;
        position:relative;
  }
  .sbsbox {
    font-size: 3vw;
    line-height: 1.3;
  }
  .sbsbox {
    transition: all 2s;
  }
  .sbsbox > div > * {
    opacity: 0;
    transition: margin-left 2s, margin-right 2s, opacity 2s;
  }
  .sbsbox > div:nth-child(odd) > * {
    margin-right: 10vw !important;
    margin-left: 0px;
  }
  .sbsbox > div:nth-child(odd).intersected > * {
    opacity: 1;
    margin-right: 0vw !important;
  }
  .sbsbox > div:nth-child(even) > * {
    margin-left: 10vw !important;
    margin-right: 0px;
  }
  .sbsbox > div:nth-child(even).intersected > * {
    opacity: 1;
    margin-left: 0vw !important;
  }
  .contactbubble a {
    font-size: 6vw;
    padding: 3vw;
    border-radius: 3vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  .sliderbubble a {
    font-size: 3vw
  }
  .sbsbox h2 {
    font-size: 6vw;
    overflow-y: hidden;
  }
  .sbsbox {
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    line-height: 1.5;
  }
  .entry .sbsbox:nth-child(even) > div:nth-child(1) {
    order: 2;
  }
.wppage-6 .entry ul {
    list-style: none;
    margin-left: 2vw;
    position: relative;
    padding-left:2vw;
  }
.wppage-6 .entry li {
    list-style: none;
    font-size: 3vw;
    margin-bottom: 2vw;
    font-weight: bold;
    padding-left:5vw;
  }
  .sbsbox li h3, .entry li h3 {
    display: inline;
    font-weight: 500;
  }
.wppage-6  .entry li:before {
    background: url(../../../uploads/red_bullet.svg);
    color: #44854e;
    content: '';
    display: inline-block;
    margin-top: .2vw;
    height: 4vw;
    width: 4vw;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -1vw;
    position: absolute;
  }
  .myinfoboxes > a > div {
    min-height: 50vw;
  }
  .myinfoboxes h2 {
    font-size: 5vw;
  }
  .myinfoboxes {
    font-size: 3.5vw;
  }
  .infoboxv2 {
    height: 50vw;
  }
  .navbox > a {
    margin-bottom: 1vw;
  }
  .navbox > a > div {
    min-height: 50vw;
  }
  .navbox h2 {
    font-size: 5vw;
  }
  .navbox {
    font-size: 3.5vw;
  }
  .gradienttext {
    text-shadow: .1vw .1vw .1vw rgba(0, 0, 0, 0.6);
  }
  .mininavbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mininavbox a {
    width: 47.8vw;
    margin-bottom: 1vw;
  }
  .mininavbox > a > div {
    min-height: 20vw;
  }
  .mininavbox h2 {
    font-size: 3vw;
  }
  .mypx {
    background-size: auto 130%;
  }
  .mypx {
    background-position: 50% 100%;
  }
  .intersected.mypx {
    background-position: 50% 50%;
  }
  #myslideshow, #myslideshow > *, #my-slideshow > div, .owl-stage-outer, .owl-stage, .owl-item, .owl-item > div, .owl-item > div > div {
    height: 100vh;
  }
  .owl-carousel .owl-item .slideshowsmallimage {
    width: 50%;
    height: auto;
    float: right;
    margin-bottom: 1em;
  }
  .mypxheightmobile10vh {
    height: 10vh;
  }
  .mypxheightmobile20vh {
    height: 20vh;
  }
  .mypxheightmobile25vh {
    height: 25vh;
  }
  .mypxheightmobile30vh {
    height: 30vh;
  }
  .mypxheightmobile35vh {
    height: 35vh;
  }
  .mypxheightmobile40vh {
    height: 40vh;
  }
  .mypxheightmobile45vh {
    height: 45vh;
  }
  .mypxheightmobile50vh {
    height: 50vh;
  }
  .mypxheightmobile55vh {
    height: 55vh;
  }
  .mypxheightmobile60vh {
    height: 60vh;
  }
  .mypxheightmobile65vh {
    height: 65vh;
  }
  .mypxheightmobile70vh {
    height: 70vh;
  }
  .mypxheightmobile75vh {
    height: 75vh;
  }
  .mypxheightmobile100vh {
    height: 100vh;
  }
  .flexlist ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
.blogthumbwrapper{width:100%;}
.blogthumbwrapper > a{width:80vw;position:relative;margin-left:auto;margin-right:auto;margin-bottom:10vw;padding-bottom:40vw;display:block;}
    
#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {max-width:90%;}
}