@charset "utf-8";
/* CSS Document */
@media screen {
  #my-header, #header-logo, #header-nav {
    transition-duration: .25s;
    transition-property: all;
  }
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
  }
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
  }
  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    max-width: 100% !important;
    height: auto;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .flex-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .flex-outer > * {
    width: max-content;
    align-self: center;
  }
  /* BLOG LAYOUT */
  .blog-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-content-container {
    flex-basis: 75%;
  }
  .blog-right-container {
    flex-basis: 20%;
  }
  .woocommerce .entry, .woocommerce-cart .entry {
    margin-top: 2em;
  }
  .woocommerce ul.products li.product > .woocommerce-loop-product__link {
    background-color: #FFF;
    display: block !important;
    position: relative !important;
    line-height: 0px !important;
  }
  .woocommerce ul.products li.product > .woocommerce-loop-product__link:after {
    padding-top: 100% !important;
    position: relative !important;
    display: block !important;
    content: '' !important;
  }
  .woocommerce ul.products li.product a img {
    position: absolute !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border: none !important;
  }
  .woocommerce ul.products li.product > a .button {
    display: none !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: absolute !important;
    bottom: 0px !important;
    background-color: rgba(0, 0, 0, 0.78) !important;
    color: #FFF !important;
    text-align: center !important;
    line-height: 1.3rem;
  }
  .woocommerce-product-gallery__image img {
    max-height: calc(100vh - 220px);
    width: auto !important;
    margin-bottom: 5px;
  }
  .woocommerce-product-gallery__wrapper a {
    display: flex !important;
    justify-content: center !important;
  }
  .woocommerce div.product .product_title {
    background-color: transparent !important;
    color: #606862;
    text-align: left !important;
  }
  .posted_in, .tagged_as {
    display: block;
    margin-bottom: 10px;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 25% !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 70% !important;
  }
  .woocommerce ul.products li.product a img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
  }
  #footer-logo {
    width: 300px;
    height: auto;
  }
  #footer-content > div:nth-child(1),  #footer-content > div:nth-child(3) {
    width: 30%
  }
    #footer-content > div:nth-child(2) {WIDTH:40%;}
  #footer-street-address {
    display: flex;
    justify-content: center;
  }
  #partial-footer-bg {
    display: flex;
  
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #footer-phone-number {
    justify-content: flex-end;
    display: flex;
  }
  #footer-phone-number > * {
    white-space: nowrap;
    width: min-content;
  }
  #footer-phone-number a {
    display: flex;
    line-height: 1.5;
  }
  #footer-phone-number a > * {
    align-self: center;
  }
  #returns {
    margin-right: 40px;
  }
  .sbsbox {
    display: flex;
    font-size: 1vw;
    line-height: 1.5;
  }
  .sbsbox > * {
    padding: 6vw;
    width: 50%;
    flex-direction: column;
  }
  .sbsbox > .lesspadding {
    padding: 2vw;
  }
  .sbsbox h2 {
    font-size: 2vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sbsbox > div > * {
    opacity: 0;
    transition: margin-left 2s, margin-right 2s, opacity 2s;
  }
  .sbsbox > div:nth-child(odd) > * {
    margin-right: 10vw;
  }
  .sbsbox > div:nth-child(odd).intersected > * {
    opacity: 1;
    margin-right: 0vh;
  }
  .sbsbox > div:nth-child(even) > * {
    margin-left: 10vw;
    transition-delay: .5s;
  }
  .sbsbox > div:nth-child(even).intersected > * {
    opacity: 1;
    margin-left: 0vh;
  }
  .sbsbox ul, .entry ul {
    list-style: none;
    margin-left: 2vw;
    position: relative;
    padding-left: 2vw;
  }
  .sbsbox li, .entry li {
    list-style: none;
    font-size: 1.5vw;
    margin-bottom: 2vw;
    font-weight: bold;
  }
  .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: .1vw;
    height: 2vw;
    width: 2vw;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -3vw;
    position: absolute;
  }
  .entry h2, .entry h3 {
    clear: both;
    padding-top: 1em;
  }
  .h1holder h1 {
    font-size: calc(2vw + 1vh);
  }
  .flex65 {
    width: 60%;
    align-self: stretch;
  }
 .my-google-map {
    height: 20vw;
    display:block;
    min-height: 300px;
    
  }
  .outeryoutubewrap {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .easygrid {
    text-align: center;
    align-self: center;
  }
  .easygrid > img, .easygrid a > img {
    width: 100%;
  }
  .flexbasis5 {
    flex-basis: 5%;
  }
  .flexbasis10 {
    flex-basis: 10%;
  }
  .flexbasis15 {
    flex-basis: 15%;
  }
  .flexbasis20 {
    flex-basis: 20%;
  }
  .flexbasis25 {
    flex-basis: 25%;
  }
  .flexbasis30 {
    flex-basis: 30%;
  }
  .flexbasis35 {
    flex-basis: 35%;
  }
  .flexbasis40 {
    flex-basis: 40%;
  }
  .flexbasis45 {
    flex-basis: 45%;
  }
  .flexbasis50 {
    flex-basis: 50%;
  }
  .flexbasis55 {
    flex-basis: 55%;
  }
  .flexbasis60 {
    flex-basis: 60%;
  }
  .flexbasis65 {
    flex-basis: 65%;
  }
  .flexbasis70 {
    flex-basis: 70%;
  }
  .flexbasis75 {
    flex-basis: 75%;
  }
  .flexbasis80 {
    flex-basis: 80%;
  }
  .flexbasis85 {
    flex-basis: 85%;
  }
  .flexbasis90 {
    flex-basis: 90%;
  }
  .flexbasis95 {
    flex-basis: 95%;
  }
  .flexbasis100 {
    flex-basis: 100%;
  }
  .easygrid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
  }
  footer .icon-phone-squared, footer .icon-location, footer .icon-mail-alt {
    font-size: 1.5vw;
    margin: 0px !important;
    padding: 0px !important;
    margin-right: .5vw !important;
  }
  footer .icon-location {
    font-size: 2vw;
  }
  footer .icon-mail-alt {
    font-size: 1.25vw;
  }
  .flexlist {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .flexlist > * {
    align-self: center;
  }
  .flexlist li, .flexlist ul {
    width: max-content;
  }
  .flexlist {
    font-size: .8vw;
  }
    .wppage-6 .entry .sbsbox > div:nth-child(2){;position:relative;border-left:solid;border-left-width: 2px;border-color:#FFF; justify-content: flex-end;}
    .wppage-6 .entry .sbsbox > div:nth-child(2) h2 {position: absolute;top:0px;left:0px;width:100%;background-color: #004ea8;color:#FFF;margin-top:0px;padding:.5em !important; }

    #spotlighttext{font-size:.8em;background-color:rgba(0,0,0,0.83); padding:1em;}
    #spotlighticon {width:5em;height:auto;}
    #spotlighttext p:last-child{margin-bottom:0px;}
     #spotlighttext p:first-child{margin-top:0px;}
    
    /* Use thge class below in conjuction with flexlist if I want the list to be auto centered and take up minimal width rather than taking up 100% width */
  .maxcontentandcenter {
    width: max-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .maxcontentandcenter > * {
    margin-right: 1em;
  }
  .maxcontentandcenter > *:last-child {
    margin-right: 0px;
  }
  .mypx {
    background-size: 100% auto;
  }
  .mypx {
    background-position: 50% 100%;
  }
  .intersected.mypx {
    background-position: 50% 50%;
  }
  .mypxheightdesktop10vh {
    height: 10vh;
  }
  .mypxheightdesktop20vh {
    height: 20vh;
  }
  .mypxheightdesktop25vh {
    height: 25vh;
  }
  .mypxheightdesktop30vh {
    height: 30vh;
  }
  .mypxheightdesktop35vh {
    height: 35vh;
  }
  .mypxheightdesktop40vh {
    height: 40vh;
  }
  .mypxheightdesktop45vh {
    height: 45vh;
  }
  .mypxheightdesktop50vh {
    height: 50vh;
  }
  .mypxheightdesktop55vh {
    height: 55vh;
  }
  .mypxheightdesktop60vh {
    height: 60vh;
  }
  .mypxheightdesktop65vh {
    height: 65vh;
  }
  .mypxheightdesktop70vh {
    height: 70vh;
  }
  .mypxheightdesktop75vh {
    height: 75vh;
  }
  .mypxheightdesktop100vh {
    height: 100vh;
    }      
    #main-h1{margin:0px;}
    .productgrid{width:100%;display:flex;flex-wrap:wrap;justify-content: space-between;}
    .productgrid > * {width:48%;}
    .productpdfwrap{width:max-content;position:relative;margin-left:auto;margin-right:auto;display:flex;column-gap: 80px;margin-top:50px;margin-bottom:50px;}
    .productsdspdfwrap {display:flex;flex-direction: row;column-gap: 10px;}
    .productsdspdfwrap a,.pdsdownload img{transition: scale;transition: transform 0.2s ease;}
    .productsdspdfwrap a:hover,.pdsdownload img:hover{transform: scale(1.5);-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);}
    .productscontentproperties td {padding:.5em;}
    .productproperties{width:100%;}
    .productproperties tr:nth-child(even){background-color:#ebebeb;}
      .mymapwrap{width:49%;}
    .wppage-12 .flex-outer > div {align-self:flex-start;}
    .wppage-12 .flex-outer > div:first-child{padding-left:2em;}
    .wppage-12 .flex-outer > div:nth-child(2){display:flex;flex-wrap: wrap;justify-content: space-between;padding-right:2em;}
    .productdatalinkswrap > a {width:48%;font-size:.8vw;font-weight:bold;text-align: center;background-color:#f8d904;color:#FFF;padding:1.5em;text-decoration: none;border-radius: .2vw;}
    .productdatalinkswrap {justify-content: center;grid-row-gap: 1vw;column-gap:1vw;  margin-bottom:1vw;}
    .productdatalinkswrap a:hover{transform: scale(1.1);}
    .productdatalinkswrap a{transition: transform .3s;}
      #footer-association-logos{display:flex;flex-wrap: wrap;column-gap: 20px;justify-content: center;}
    #footer-association-logos a {max-width:150px; align-self:center;display:block}
    #footer-association-logos a img{width:100%;}
    #footer-association-logos a:nth-child(3) {max-width:120px;}
     #footer-association-logos a:nth-child(4) {max-width:80px;}
     #footer-association-logos a:nth-child(5) {max-width:80px;}
    .entry .sbsbox:nth-child(odd) .sbshighlightright {font-size:.9vw;}
}

