@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:#164e7b;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:#164e7b;justify-content:center;font-size:3vw;padding:1vw;}
    #header-street-address > div{display:flex;}
    .my-accent-color {font-size:1vw;line-height:3vw;margin-left:1.5vw;margin-right:1.5vw;}
  #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-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: #164e7b;
  }
  #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: 4vw;
    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;
      background-position: 60% 50%;
  }
  #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;
          margin-top: .4em;
    margin-bottom: .4em;
  }
  #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;
  }
.sbsbox ul, .entry ul {
    list-style: none;
    margin-left: 2vw;
    position: relative;
    padding-left:2vw;
  }
.sbsbox li, .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;
  }
  .sbsbox li:before, .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 {
    min-height: 10vh;
  }
  .mypxheightmobile20vh {
    min-height: 20vh;
  }
  .mypxheightmobile25vh {
    min-height: 25vh;
  }
  .mypxheightmobile30vh {
    min-height: 30vh;
  }
  .mypxheightmobile35vh {
    min-height: 35vh;
  }
  .mypxheightmobile40vh {
    min-height: 40vh;
  }
  .mypxheightmobile45vh {
    min-height: 45vh;
  }
  .mypxheightmobile50vh {
    min-height: 50vh;
  }
  .mypxheightmobile55vh {
    min-height: 55vh;
  }
  .mypxheightmobile60vh {
    min-height: 60vh;
  }
  .mypxheightmobile65vh {
    min-height: 65vh;
  }
  .mypxheightmobile70vh {
    min-height: 70vh;
  }
  .mypxheightmobile75vh {
    min-height: 75vh;
  }
  .mypxheightmobile100vh {
    min-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%;}
    
    
     #myslogan{position:absolute;width:100%;height:100%;display:flex;justify-content: center;top:0px;left:0px; }
    #myslogan > div{align-self:center;font-size:9vw;color:#FFF;text-align:center;font-weight:900;text-shadow: .3vw .3vw  .3vw rgba(0,0,0,0.2);background-color:rgba(22,78,123,.9);padding-left:1vw;padding-right:1vw;padding-top:.5vw;padding-bottom:.5vw; font-family:'Domine';
    border-top: solid;
    border-bottom: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    
    }
    
    
    
      #mypromo1{position:absolute;width:100%;height:100%;display:flex;justify-content: left;top:0px;left:-50vw;font-family:'Oswald'; font-weight:200;}
    
    
     #mypromo1.animatepromo1{left:0vw;}
    
    #mypromo1 > div{align-self:center;font-size:4.5vw;color:#FFF;text-align:center;font-weight:900;text-shadow: .3vw .3vw  .3vw rgba(0,0,0,0.2);padding-left:6vw;padding-right:6vw;padding-top:2vw;padding-bottom:2vw; 
    border-top: solid;
        border-right:solid;
    border-bottom: solid;
    border-top-width: 3px;
        border-right-width:3px;
    border-bottom-width: 3px;
        border-top-right-radius: 2vw;border-bottom-right-radius: 2vw; 
    
    }
    
    
       #mypromo2{position:absolute;width:100%;height:100%;display:flex;justify-content: left;top:0px;right:-50vw;font-family:'Oswald'; font-weight:200;}
    
    #mypromo2.animatepromo2 {right:0vw;}
        #mypromo2 > div{align-self:center;font-size:4.5vw;color:#FFF;text-align:center;font-weight:900;text-shadow: .3vw .3vw  .3vw rgba(0,0,0,0.2);padding-left:6vw;padding-right:6vw;padding-top:2vw;padding-bottom:2vw;
    border-top: solid;
        border-left:solid;
    border-bottom: solid;
    border-top-width: 3px;
        border-right-width:3px;
    border-bottom-width: 3px;
        border-top-left-radius: 2vw;border-bottom-left-radius: 2vw; 
    
    }
    
    
    
    #mypromo1{max-width:60vw}
    #mypromo1 > div p:nth-child(1){font-size:20vw;margin-top:0em;margin-bottom:0em;line-height:1;}
    #mypromo1 > div p:nth-child(2){font-size:8vw;margin-top:.3em;margin-bottom:.5em; line-height:1;}
    #mypromo1 > div p:nth-child(3){font-size:5vw;margin-top:0em;margin-bottom:0em;}
    
        #mypromo2{max-width:60vw}
    #mypromo2 > div p:nth-child(1){font-size:20vw;margin-top:0em;margin-bottom:0em;line-height:1;}
    #mypromo2 > div p:nth-child(2){font-size:8vw;margin-top:.3em;margin-bottom:.5em; line-height:1;}
    #mypromo2 > div p:nth-child(3){font-size:5vw;margin-top:0em;margin-bottom:0em;}
    
    
    
    
}