@charset "utf-8";
/* CSS Document */
@media screen {
  #logooverlay {
    display: none;
  }
  .wppage-6 #logooverlay {
    display: block;
  }
  html, body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: #FFF;
  }
  input, textarea {
    font-family: 'Montserrat', sans-serif;
  }
  /* hiding logo until page loads - allows animated png to run every time */
  .preload #header-logo, .preload .pagetitleholder {
    visibility: hidden;
  }
  .entry *, .myinfoboxes *, .navboxes * {
    box-sizing: border-box;
  }
  body * {
    box-sizing: border-box;
  }
  html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  html, body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100vh;
  }
  body {
    display: grid;
    background-color: transparent;
  }
  .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition-duration: 0s !important;
  }
  .preload #my-header {
    background-color: rgba(0, 0, 0, 0.00);
  }
  #abovethefold {
    width: 100%;
    display: grid;
    box-sizing: border-box;
    grid-area: abovethefold;
    grid-template-areas: "header""my-slideshow";
    grid-template-columns: 100%;
    grid-template-rows: min-content auto;
    position: relative;
  }
  #abovethefold > div {
    box-sizing: border-box;
  }
  header {
    display: grid;
    width: 100%;
    background-color: rgba(0,0,0,.9);
  }
  #header-street-address, #header-phone-number, #header-social-icons {
    white-space: nowrap;
    display: flex;
  }
  header > div {
    align-items: center;
    display: flex;
  }
  #header-street-address {
    grid-area: header-street-address;
    padding-left: 1rem;
  }
  #header-phone-number {
    grid-area: header-phone-number;
    text-align: right;
    padding-right: 1rem;
  }
  #header-logo {
    grid-area: header-logo;
    margin-left: 1rem;
    box-sizing: content-box;
  }
  #header-nav {
    grid-area: header-nav;
    padding-right: 1rem;
    justify-content: flex-end;
  }
  #header-social-icons {
    grid-area: header-social-icons;
    padding-right: 1rem;
  }
  #my-slideshow {
    grid-area: my-slideshow;
  }
  #main-h1 {
    grid-area: main-h1;
    line-height: 1;
  }
  main {
    grid-area: main;
    width: 100%;
    max-width: 1280px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  footer {
    background-color: #131313;
    grid-area: footer;
   
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #d-fi {
    position: absolute;
    bottom: 5px;
  }
  #d-fi, #d-fi a {
    color: rgba(255, 255, 255, 0.55);
    font-size: .5rem;
    padding: 1rem;
    text-align: center;
  }
  #footer-content {
    grid-area: footer-content;
    padding: 2em;
    box-sizing: border-box;
  }
  #header-logo img {
    width: 100%;
    height: auto;
  }
  #header-logo a {
    display: block;
    line-height: 0px;
  }
  #placeholderlogo {
    visibility: hidden;
    width: 100%;
    height: auto;
  }
  .slider-wrapper {
    height: 100%;
    width: 100%;
  }
  h1 {
    text-align: center;
  }
  .my-buttons {
    grid-area: my-buttons;
    margin-bottom: 20px;
  }
  .my-buttons a {
    overflow: hidden;
    border: solid;
    border-width: 10px;
    border-color: #484848;
    display: block;
    line-height: 0px;
    color: #FFF;
    text-align: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-buttons img {
    transition: all .4s ease-in-out;
    width: 100%;
    height: auto;
  }
  .my-buttons img:hover {
    transform: scale(1.1);
  }
  .my-buttons div {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.63);
    line-height: 1.1rem;
  }
  .owl-item {
    height: 100% !important;
  }
  .owl-prev, .owl-next {
    align-self: center !important;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
  }
  .owl-stage-outer {
    width: 100%;
  }
  .owl-carousel {
    z-index: 500 !important;
  }
  .stretch {
    white-space: nowrap;
    padding: 2%;
  }
  #my-slideshow {
    position: relative;
  }
  #my-slideshow .sa_owl_theme .owl-dots {
    z-index: 5;
  }
  #my-slideshow .owl-dots .owl-dot span {
    background-color: #ffffff !important;
  }
  #my-slideshow .owl-dots .active span {
    background-color: #fef022 !important;
  }
  #my-slideshow .owl-dots .owl-dot span:hover {
    background-color: #fef022 !important;
  }
  #my-slideshow > div, .owl-stage-outer, .owl-stage, .owl-item, .owl-item > div, .owl-item > div > div {
    height: 100% !important;
  }
 .owl-stage-outer, .owl-stage, .owl-item, .owl-item > div, .owl-item > div > div {
    height: 100% !important;
  }
  .myslide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .slider-text-overlay {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 0px;
    position: absolute;
    top: 0px;
    z-index: 101;
    justify-content: flex-start;
  }
  .slider-text-overlay > div {
    text-align: left;
    -webkit-box-shadow: 5px 5px 26px 11px rgba(0, 0, 0, 0.52);
    box-shadow: 5px 5px 26px 11px rgba(0, 0, 0, 0.52);
    border-radius: 20px;
          background-color: rgba(0, 0, 0, .83);
      color:#FFFFFF;
  }
  
  .slider-text-overlay {
    font-family: 'Montserrat';
    height: 100%;
  }
  .overlay-headline {
    background-color: #1b1b1b;
    font-weight: 800;
    font-size: calc(1vw + 1.3vh);
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-repeat: repeat;
    background-size: 10% auto;
  }
  .overlay-maintext {
    color: #FFF;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    padding: 1em;
  }
  a[href^=tel] {
    color: #FFF;
    text-decoration: none;
  }
  .entry a[href^=tel] {
    color: #000;
  }
  input[type=submit], .wpcf7-date {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: .25em;
  }
  .footer-phone {
    font-size: 1.4rem;
  }
  .footer .stretch {
    padding: 0px;
  }
  .stretch_it {
    white-space: nowrap;
  }
  #slider-text-overlay-1 .stretch, #slider-text-overlay-2 .stretch, #slider-text-overlay-3 .stretch {
    line-height: 1.75;
  }
  .justify {
    text-align: justify;
  }
  .owl-prev, .owl-next {
    outline: none;
  }
  input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: auto;
  }
  input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: auto;
  }
  input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 30px;
  }
  input[type=submit], .wpcf7-date {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  span.wpcf7-list-item {
    display: block;
    width: 100%;
  }
  select {
    padding: 8px;
    border: solid;
    border-width: 1px;
    border-color: #555;
    color: #555;
    border-radius: 3px;
  }
  input[type=submit] {
    transition-duration: .5s;
    font-size: 2em;
    line-height: normal;
    background-color: #000;
    color: #e8e8e8;
  }
  input[type=submit]:hover {
    background-color: #e8e8e8;
    color: #000;
    cursor: pointer;
  }
  iframe {
    box-sizing: border-box;
  }
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input, textarea {
    border-radius: 3px;
    line-height: 1.5rem;
    border: solid;
    border-width: 1px;
    border-color: #555;
    color: #555;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0px;
  }
  #footer-content {
    color: #FFF;
    width: 100%;
  }
  .myinfoboxes a > div {
    border: none;
    border-color: #FFF;
    border-left-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
  }
  .myinfoboxes a > div:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .myinfoboxes, .myinfoboxes *, #abovethefold {
    background-color: transparent;
  }
  .myinfoboxes a {
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
  .myinfoboxes a:first-child > div {
    border-left: none;
  }
  .myinfoboxes a:last-child > div {
    border-right: none;
  }
  .myinfoboxes h2:first-child {
    background-color: rgba(119, 149, 184, 0.86);
    color: #FFF;
    text-align: center;
    display: block;
    padding: .5em;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .myinfoboxes h2 {
    font-size: 1.3em;
    width: max-content;
    align-self: center;
    max-width: 80%;
  }
  .infobox-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  .infobox-content .coollink {
    font-size: .8em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
  }
  .infobox-content > div {
    align-self: center;
    padding: .5em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(255, 255, 255, 0.71);
    border-radius: 5px;
    -webkit-box-shadow: 4px 5px 9px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 4px 5px 9px 5px rgba(0, 0, 0, 0.46);
    font-weight: 500;
    border: solid;
    border-width: 0px;
    border-color: #FFF;
  }
  .infoboxbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    opacity: 1;
    overflow: hidden;
  }
  .infoboxbg > div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
  }
  .infoboxv2 {
    position: relative;
    background-color: #000;
    overflow: hidden;
      border:solid;
      border-color:#FFF;
      border-width:3px;
  }
  .infoboxv2 > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 50;
  }
  .infolink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;
  }
  .infoboxv2 h2 {
    color: #FFF;
    background-color:#2a3e34;
    padding: .5em;
  }
  .entry .infoboxv2 h2 {
    padding-top: .5em;
  }
  .infoboxv2 > .infobg {
    background-size: cover;
    background-position: center;
    opacity: .9;
    transition: all;
    transition-duration: .3s;
    position: relative;
  }
  .infolink:hover + .infobg {
    opacity: 1;
    transform: scale(1.1);
  }
  .infotext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .infotext > * {
    align-self: center;
  }
  .navbox {
    position: relative
  }
  .navbox a > div {
    border: none;
    border-color: #FFF;
    border-left-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
  }
  .navbox a > div:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbox, .navbox *, #abovethefold {
    background-color: transparent;
  }
  .navbox {
    position: relative !important;
  }
  .navbox a {
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
  .navbox a:first-child > div {
    border-left: none;
  }
  .navbox a:last-child > div {
    border-right: none;
  }
  .navbox h2:first-child {
    background-color: rgba(119, 149, 184, 0.86);
    color: #FFF;
    text-align: center;
    display: block;
    padding: .5em;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbox h2 {
    font-size: 1.3em;
    width: max-content;
    align-self: center;
    max-width: 80%;
  }
  .navbox-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  .navbox-content .coollink {
    font-size: .8em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
  }
  .navbox-content > div {
    align-self: center;
    padding: .5em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(255, 255, 255, 0.71);
    border-radius: 5px;
    -webkit-box-shadow: 4px 5px 9px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 4px 5px 9px 5px rgba(0, 0, 0, 0.46);
    font-weight: 500;
    border: solid;
    border-width: 0px;
    border-color: #FFF;
  }
  .navboxbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    opacity: 1;
    overflow: hidden;
  }
  .navboxbg > div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
  }
  .mininavbox a:hover {
    transform: scale(1.3);
    transition: all .2s ease-in-out;
    z-index: 99999;
  }
  .mininavboxtext {
    text-align: center;
    color: #FFF;
    padding-top: 1%;
    width: 100%;
    background-color: #1b1b1b;
  }
  .my-dimmer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.41);
  }
  /* Video background */
  .videobg {
    position: relative;
    width: 100%; /* Set video container element width here */
    height: 100%; /* Set video container element height here */
    overflow: hidden;
    background: #111; /* bg color, if video is not high enough */
  }
  /* horizontally center the video */
  .videobg-width {
    position: absolute;
    width: 100%; /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  /* set video aspect ratio and vertically center */
  .videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 42.1875%; /* 1920 x 810 lower profile video */
    overflow: hidden;
  }
  .videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
 
  .videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
  }
  #my-little-fade, #slideshow-dimmer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #my-little-fade {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.67+0,0.52+15,0+28 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
  }
  #my-little-fade-sub {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#020000+0,000000+50,000000+100&0.5+0,0.5+57,0+99 */
    background: -moz-linear-gradient(top, rgba(2, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(2, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(2, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80020000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
  }
  #slideshow-dimmer {
    background-color: rgba(0, 0, 0, 0.14);
  }
  .myinfoboxes a:hover .infoboxbg, .myinfoboxes a .infoboxbg {
    transition: all .4s ease-in-out;
  }
  .myinfoboxes a:hover .infoboxbg {
    transform: scale(1.1);
  }
  .myinfoboxes a:hover .my-dimmer, .myinfoboxes a .my-dimmer {
    transition: all .4s ease-in-out;
  }
  .myinfoboxes a:hover .my-dimmer {
    opacity: .5;
  }
  .mininavbox {
    transition: all .2s ease-in-out;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: none;
    border-width: 0px !important;
  }
  .mininavboxbg {
    background-color: #1b1b1b;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -500;
  }
  .navbox a:hover .navboxbg, .navbox a .navboxbg {
    transition: all .4s ease-in-out;
  }
  .navbox a:hover .navboxbg {
    transform: scale(1.1);
  }
  .navbox a:hover .my-dimmer, .navbox a .my-dimmer {
    transition: all .4s ease-in-out;
  }
  .navbox a:hover .my-dimmer {
    opacity: .5;
  }
  .mininavbox a:hover {
    transform: scale(1.3);
    transition: all .2s ease-in-out;
  }
  .fullwidth {
    position: relative;
    clear: both;
  }
  .my-owl-carousel {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .my-owl-carousel .owl-item, .my-owl-carousel .owl-nav {
    height: 100%;
  }
  .my-owl-carousel .owl-stage-outer, .my-owl-carousel .owl-nav {
    height: 100%;
    position: absolute !important;
    top: 0px;
  }
  .my-owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    font-size: 5vw;
    justify-content: space-between;
  }
  .owl-nav {
    pointer-events: none;
  }
  .owl-nav button {
    pointer-events: all;
  }
  .my-owl-carousel .owl-dots {
    height: min-content !important;
    width: 100%;
    z-index: 9999;
    bottom: 0px;
    position: absolute;
  }
  /* Remove outlines in popupmaker*/
  .pum-content.popmake-content:focus-visible, .pum-content *:focus, .pum-overlay .pum-content {
    outline: none !important;
  }
  .sliderbubble {
    max-width: 70%;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw !important;
    text-align: center;
  }
  .sliderbubble a, a.sliderbubble {
    background-color: #488143 !important;
  }
  .mypx {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: all 2s;
    padding: 2vw;
  }
  .mypx > div {
    opacity: 0;
    transition: all 2s;
    margin-top: 10vh;
    align-self: center;
  }
  .mypx.intersected > div {
    opacity: 1;
    margin-top: 0vh;
  }
  #slideshow-corner-layer-1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%;
    height: 100%;
    z-index: 250;
    pointer-events: none;
  }
  #slideshow-corner-layer-1 img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  #slideshow-corner-layer-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%;
    height: 0px;
    z-index: 1000;
  }
  .gradienttext {
    /* Positioning the element */
    position: relative;
    display: inline-block;
    line-height: 1;
    /* Initial text color (fallback for browsers that don't support the gradient) */
    color: #00aaac;
    font-size: 4vw;
    font-weight: 900;
      text-shadow: .2vw .2vw .2vw rgba(0,0,0,0.6);
         padding-left:1vw;
      padding-right:1vw;
  }
  .gradienttext::before {
    /* Creating the gradient */
    content: attr(data-text);
    line-height: 1;
    position: absolute;
    text-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00aaac+0,0091cd+100 */
    background: linear-gradient(to bottom, rgba(0, 170, 172, 1) 0%, rgba(0, 145, 205, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Additional styling */
    font-size: 4vw;
    font-weight: 900;
    z-index: 1;
         padding-left:1vw;
      padding-right:1vw;
  }
  #slideshow-corner-layer-2 img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -5vw;
    right: 0px;
    animation-name: wiggle;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -ms-animation-duration: 6000ms;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
  }
  #header-bg-image {
    position: absolute;
    z-index: -2;
    width: 100%;
      background-size:cover;
    background-image: url("../images/h1-background.jpg");
  }
  .mega-sub-menu .mega-menu-link {
    text-shadow: none !important;
  }
  .growonhover {
    transition: all .2s ease-in-out;
  }
  .growonhover:hover {
    transform: scale(1.1);
  }
    .phonetable{white-space: nowrap;}
  @media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
      .pum-overlay .pum-content {
        outline: none !important;
      }
    }
  }
}
@keyframes wiggle {
  5% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(0deg);
  }
}