
Theme Name: Perry Products 2018 theme
Theme URI: http://www.perryproducts.com/
Description: Theme created for Perry Products
Version: 2.0
Author: Andi Archer
Author URI: http://durkangroup.com
Tags: HTML5, CSS3
*/

/* =============================================================================
   General Styles
   ========================================================================== */


   /* Global Box Sizing and Font-Smoothing */	 
   *, *:after, *:before {
     -moz-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-font-smoothing:antialiased;
     font-smoothing:antialiased;
     text-rendering:optimizeLegibility;
   }

   body {
     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; /* Serve Helvetica Neue, with Helvetica fallbacks to Arial */
     font-weight:400; /* Better supported than 'lighter' attribute */
     color:#333; /* Lighter on the eyes than #000 Black */
   }

   /* re-assign font-size */
   p, ol, ul, li {
    font-size:14px;
  }

/* =============================================================================
   Structure
   ========================================================================== */
   
/* Fluid First approach - http://www.toddmotto.com/fluid-first-creating-a-future-proof-fluid-and-responsive-website 
  Responsive, fluid, 960px width - perfect start.
  */

  .wrapper { 
   max-width:1170px;
   max-width: 76.125em;
   width:100%;
   margin:0 auto;
   position:relative;
 }

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
   /* Custom Selection Styles */
   ::selection {background:#1285DD;color:#FFF;text-shadow:none;}
   ::-webkit-selection {background:#1285DD;color:#FFF;text-shadow:none;}
   ::-moz-selection {background:#1285DD;color:#FFF;text-shadow:none;}

   /* Input focus styles */
   input:focus {outline:0;border:1px solid #0091BD;} /* Gets rid of blue glow on field focus, adds border color instead */
   
/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
   
   .alignnone {}
   .aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
   .alignright {float:right;margin:5px 0 20px 20px;}
   .alignleft {float:left;margin:5px 20px 20px 0;}
   .aligncenter {display:block;margin:5px auto 5px auto;}
   a img.alignright {float:right;margin:5px 0 20px 20px;}
   a img.alignnone {}
   a img.alignleft {float:left;margin:5px 20px 20px 0;}
   a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
   .wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
   .wp-caption.alignnone {margin:5px 20px 20px 0;}
   .wp-caption.alignleft {margin:5px 20px 20px 0;}
   .wp-caption.alignright {margin:5px 0 20px 20px;}
   .wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
   .wp-caption p.wp-caption-text,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
   .sticky {}
   .bypostauthor {}

/* ==========================================================================
   Print styles
   ========================================================================== */

   @media print {
     * {background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
     a,a:visited {text-decoration:underline;}
     a[href]:after {content:" (" attr(href) ")";}
     abbr[title]:after {content:" (" attr(title) ")";}
     .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content:"";}
     pre,blockquote {border:1px solid #999;page-break-inside:avoid;}
     thead {display:table-header-group;}
     tr,img {page-break-inside:avoid;}
     img {max-width:100% !important;}
     @page {margin:0.5cm;}
     p,h2,h3 {orphans:3;widows:3;}
     h2,h3 {page-break-after:avoid;}
   }

/* =============================================================================
   Foundation Default Styles
   ========================================================================== */

   /* Default Link Styles */
   a {
    color: #156192;
    text-decoration: none;
    line-height: inherit; }
    a:hover, a:focus {
      color: #2ba6cb; }
      a img {
        border: none; }
        #content a {
          font-weight: bold;
        }

        main p a {
          text-decoration: underline;
        }
        main ul a {
          text-decoration: underline;
        }
        .accordion .accordion-navigation > a, .accordion dd > a {
          text-decoration: none;
        }

        /* Default header styles */
        h1, .h1, h2, h3, h4, h5, h6 {
          font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #2258A3;
          text-rendering: optimizeLegibility;
          margin-top: 0.2rem;
          margin-bottom: 0.5rem;
          line-height: 1.4; }
          h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
            font-size: 60%;
            color: #6f6f6f;
            line-height: 0; }

            h1, .h1, h1 a, h1 a:hover, h1 a:visited {	
              font-family: "american_captainregular", 'Open Sans', sans-serif;
              letter-spacing: 3px;
              text-transform: uppercase;
            }

            h2, h2 a, h2 a:hover, h2 a:visited {
             font-weight: bold;
           }

           h3, h3 a, h3 a:hover, h3 a:visited {
             font-weight: bold;
           }

           h4, h4 a, h4 a:hover, h4 a:visited {
             font-weight: bold;
           }

           h1, .h1 {
            font-size: 2.625rem; }

            h2 {
              font-size: 1.5875rem; }

              h3 {
                font-size: 1.375rem; }

                h3.hr {
                  position: relative;
                  z-index: 1;
                  text-align: center;
                  margin-bottom: 1.5rem;
                }
                h3.hr:before {
                  border-top: 1px solid #E0E0E0;
                  content: "";
                  margin: 0 auto;
                  /* this centers the line to the full width specified */
                  position: absolute;
                  /* positioning must be absolute here, and relative positioning must be applied to the parent */
                  top: 50%;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  width: 100%;
                  z-index: -1;
                }
                h3.hr span {
                  /* to hide the lines from behind the text, you have to set the background color the same as the container */
                  background: #fff;
                  padding: 0 15px;
                }

                h4 {
                  font-size: 1.125rem; }

                  h5 {
                    font-size: 1.125rem; }

                    h6 {
                      font-size: 1rem; }

                      .subheader {
                       color: #6f6f6f;
                     }

                     .has-description {
                       margin-bottom:0;
                     }

                     hr {
                       border: 1px solid #ddd;
                       border-width: 1px 0 0 0;
                     }

                     iframe {
                      border:0;
                    }

                    /* Abbreviations */
                    abbr,
                    acronym {
                      color: #222222;
                      border-bottom: 1px dotted #dddddd;
                    }

                    /* Blockquotes */
                    blockquote {
                      border-left: 1px solid #dddddd; }
                      blockquote cite {
                        color: #555555; }
                        blockquote cite a,
                        blockquote cite a:visited {
                          color: #555555; }

                          /* Buttons */
                          button, .button {
                           background-color: #2258A3;
                           border-color: #D35F00;
                           color: white;
                           transition: color 300ms ease-in-out, background-color 300ms ease-out;
                           -moz-transition: color 300ms ease-in-out, background-color 300ms ease-out;
                           -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-out;
                         }
                         button:hover, button:focus, .button:hover, .button:focus {
                          background-color: #2258A3; }
                          button:hover, button:focus, .button:hover, .button:focus {
                            color: #97C0DE; }
                            button.secondary, .button.secondary {
                              background-color: #e9e9e9;
                              border-color: #bababa;
                              color: #333333; }
                              button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
                                background-color: #bababa; }
                                button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
                                  color: #333333; }
                                  button.success, .button.success {
                                    background-color: #21A439;
                                    border-color: #1B872F;
                                    color: white; }
                                    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
                                      background-color: #1B872F; }
                                      button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
                                        color: white; }
                                        button.alert, .button.alert {
                                          background-color: #c60f13;
                                          border-color: #9e0c0f;
                                          color: white; }
                                          button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
                                            background-color: #9e0c0f; }
                                            button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
                                              color: white; }
                                              button.disabled, button[disabled], .button.disabled, .button[disabled] {
                                                background-color: #ccc;
                                                border-color: #C78651;
                                                color: #999;}

                                                button.button-lightblue, .button-lightblue, .gform_button {
                                                  background-color: #97C0DE;
                                                  color: #2258A3;
                                                }
                                                button.button-lightblue:hover, button.button-lightblue:focus, .button-lightblue:hover, .button-lightblue:focus, .gform_button:hover, .gform_button:focus {
                                                  background-color: #2258A3;
                                                  color: #97C0DE;
                                                }

                                                button.button-grey, .button-grey {
                                                  background-color: #DFDFDF;
                                                  color: #2258A3;
                                                }
                                                button.button-grey:hover, button.button-grey:focus, .button-grey:hover, .button-grey:focus {
                                                  background-color: #2258A3;
                                                  color: #97C0DE;
                                                }

                                                .gform_button {
                                                  font-weight: bold;
                                                }

                                                .gf_browser_ie.gform_wrapper .gform_footer input.button {
                                                  padding-top: 1rem;
                                                  padding-right: 2rem;
                                                  padding-bottom: 1.0625rem;
                                                  padding-left: 2rem;
                                                }

                                                main a.button-arrow {
                                                  text-decoration: none;
                                                }



                                                .box a::after, .button-arrow::after {
                                                  content: "\f0da";
                                                  font: normal normal normal 14px/1 "Font Awesome 5 Free";
                                                  font-size: inherit;
                                                  text-rendering: auto;
                                                  -webkit-font-smoothing: antialiased;
                                                  -moz-osx-font-smoothing: grayscale;
                                                  transform: translate(0, 0);
                                                  padding-left:8px;
                                                }

                                                /* Additional Default Styles */

                                                pre {
                                                 background: #f7f7f7;
                                                 color: #444;
                                                 padding: 1.5em;
                                               }

                                               .clear {
                                                 clear: both;
                                               }

                                               .pointer {
                                                 cursor:pointer;
                                               }

                                               .error {
                                                 color:red;
                                                 font-weight:bold;
                                               }

                                               .alert {
                                                border: 1px solid #E6DB55;
                                                background-color: #FFFFE0;
                                                display: block;
                                                padding:5px 10px;
                                                text-align: center;
                                              }

                                              .empty-margin {
                                               margin:0 !important;
                                             }

                                             .empty-padding {
                                               padding:0 !important;
                                             }

                                             .uppercase {
                                               text-transform:uppercase;
                                             }

                                             .icon {
                                               vertical-align:middle;
                                             }

                                             .hide {
                                               display:none;
                                             }

                                             .textalignleft {
                                              text-align:left;
                                            }

                                            .textalignright {
                                              text-align:right;
                                            }

                                            .textaligncenter {
                                              text-align:center;
                                            }

                                            .uppercase {
                                              text-transform: uppercase;
                                            }

                                            .bold {
                                              font-weight: bold;
                                            }

                                            span.spacer {
                                              display: inline-block;
                                              width: 1.8em;
                                            }

                                            @media only screen and (min-width: 40.063em) { 
                                              .empty-margin-bottom {
                                                margin-bottom: 0 !important;
                                              }
                                            }

                                            /* Colors */

                                            .grey {
                                             color:#999;
                                           }

                                           .black {
                                             color:#000;
                                           }

                                           .white {
                                             color:#fff;
                                           }

                                           .yellow {
                                             color:#C0C000;
                                           }

                                           .red {
                                             color:#B30000;
                                           }

                                           .lightblue {
                                            color:#97c0de;
                                          }

                                          /* Fonts */
                                          .outage {
                                            font-family: "outageregular", 'Open Sans', sans-serif;
                                          }
                                          .american-captain {
                                            font-family: "american_captainregular", 'Open Sans', sans-serif;
                                          }

                                          /* Tables */
                                          table {
                                            border-collapse: collapse;
                                            background: white;
                                            border: solid 1px #dddddd; }
                                            table thead,
                                            table tfoot {
                                              background: whitesmoke; }
                                              table thead tr th,
                                              table thead tr td,
                                              table tfoot tr th,
                                              table tfoot tr td {
                                                font-size: 0.875rem;
                                                font-weight: bold;
                                                color: #222222;
                                                text-align: left; }
                                                table tr th,
                                                table tr td {
                                                  padding: 7px 9px !important;
                                                  font-size: 0.875rem;
                                                  color: #222222; }
                                                  table tr.even, table tr.alt, table tr:nth-of-type(even) {
                                                    background: #f9f9f9; }

                                                    table tbody tr:hover td {
                                                     background: #FFFEB6;
                                                   }

                                                   /* Forms */
                                                   .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:focus+label, .gform_wrapper ul.gfield_radio li input[type=radio]:focus+label {
                                                    font-weight: 700;
                                                  }
                                                  .gfield.hide-label > label {
                                                    display: none !important;
                                                  }

                                                  .gform_wrapper h3 {
                                                    font-weight: bold;
                                                  }

                                                  .gform_wrapper .top_label .gfield_description {
                                                    padding:0;
                                                  }

                                                  #theme-my-login.login {
                                                    max-width: 400px;
                                                  }

/* =============================================================================
   Custom Styles
   ========================================================================== */
   
  body {
    background:#fff;
  }

  .main-header {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
  }
  #content {
      padding-top: 211px !important;
  }

  /* header */
  #topbar {
    background-color: #e0e0e0;
  }
  #topbar p {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 13px;
  }

  .top-bar {
    background: none;
    margin-top:35px;
  }

  .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #0B5484;
  }

  .top-bar-section ul li>a {
    background: #fff;
    color: #2258A3;
    font-size: 16px;
    font-weight: bold;
  }

  .top-bar-section ul li>a:hover {
    color: #fff;
  }

  .top-bar-section ul li:hover:not(.has-form)>a, .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: none;
    color: #2258A3;
  }

  .top-bar-section .has-dropdown>a:after {
    border-color:#2258A3 transparent transparent transparent;
    border-right: 4px inset transparent;
    border-width: 4px;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background-color: #e0e0e0;
    color: #2258A3;
    border-bottom:1px solid #fff;
    font-size: 14px;
    padding:0;
  }
  .top-bar-section .dropdown li:last-child:not(.has-form):not(.active)>a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) a:not(.button)  {
    border-bottom:0;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background-color: #e0e0e0;
    color: #0E6298;
  }

  .top-bar-section .dropdown {
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e0e0e0;
    padding: 15px 25px;
  }

  .top-bar-section .dropdown:after {
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: -9px;
    right: 65px;
    width: 0;
    border-width: 0 9px 9px;
    border-style: solid;
    border-color: #e0e0e0 transparent;
  }

  .top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
    display: none;
  }

  .logo-nav {
    max-height:100px;
  }

  .tab-bar {
    background: #fff;
    height: 4.8125rem;
  }
  .tab-bar img {
    max-width: 235px;
    margin-top:1rem;
  }
  .tab-bar .menu-icon span::after {
    box-shadow: 0 0 0 2px #2258A3,0 7px 0 2px #2258A3,0 14px 0 2px #2258A3;
  }
  .tab-bar .left-small, .tab-bar .right-small {
    border:0;

  }
  .tab-bar .fa-menu-icon {
    text-align: center;
    padding:3px 0 0;
    display: block;
    cursor: pointer;
  }
  .tab-bar .fa-menu-icon i {
    font-size: 1.7em;
  }
  .tab-bar .toggle-mobile-cart {
    padding-top: 0;
  }
  #mobile_cart .row {
    padding-left: 10px;
  }
  #mobile_cart .button {
    background-color: #fff;
    color:#072F49;
    font-weight: bold;
    width: 100%;
    display: block;
  }
  .right-off-canvas-menu {
    background-color: #2258A3;
    width: 18.625rem;
    padding-top:15px;
  }
  .right-off-canvas-menu p {
    color:#e2e2e2;
  }
  .right-off-canvas-menu p.empty-cart-notice {
    text-align: center;
    font-weight: bold;
  }
  .right-off-canvas-menu a {
    color:#fff;
  }
  .move-left > .inner-wrap {
    -ms-transform: translate(-18.625rem, 0);
    -webkit-transform: translate3d(-18.625rem, 0, 0);
    -moz-transform: translate3d(-18.625rem, 0, 0);
    -ms-transform: translate3d(-18.625rem, 0, 0);
    -o-transform: translate3d(-18.625rem, 0, 0);
    transform: translate3d(-18.625rem, 0, 0); }

    .left-off-canvas-menu {
      background-color: #2258A3;
    }
    ul.off-canvas-list li label {
      background-color: #355163;
    }
    .left-off-canvas-menu ul.off-canvas-list li a {
      border-bottom: 1px solid #1B2A34;
      padding:0.46667rem 0.66667rem;
    }


    .locations .f-dropdown {
      background-color: #e0e0e0;
      border-color: #e0e0e0;
      top:40px !important;
      width: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .locations .f-dropdown::before {
      right:10px;
      left:auto;
      border-color: transparent transparent #e0e0e0;
    }
    .locations .f-dropdown::after {
      right:10px;
      left:auto;
    }
    .locations .f-dropdown li:hover, .locations .f-dropdown li:focus {
      background: transparent;
    }

    .locations-mobile .f-dropdown {
      background-color: #e0e0e0;
      border-color: #e0e0e0;
      top:6px !important;
      width: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: left;
      padding:10px 20px;
    }
    .locations-mobile .f-dropdown::before {
      border-color: transparent transparent transparent #e0e0e0;
    }
    .locations-mobile .f-dropdown::after {

    }
    .locations-mobile .f-dropdown li:hover, .locations .f-dropdown li:focus {
      background: transparent;
    }

    .toggle-locations {
      color:#2258A3;
      font-weight: bold;
      border-width: 0 2px 2px 2px;
      border-color: #2258A3;
      border-style: solid;
      background-color: #97c0de;
      width:100%;
      cursor: pointer;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      display: block;
      text-align: center;
      margin-left:20px;
      position: absolute;
      line-height: 30px;
      transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -webkit-transition: background 300ms ease-in-out;
    }
    .toggle-locations:hover {
      color:#2258A3;
      background-color: #fff;
    }
    .toggle-locations .mg {
      font-size: 1.6em;
      vertical-align: text-bottom;
    }

    .locations > div > ul {
      width:400px;
      margin:0;
      padding:10px 10px;
    }

    .locations-list ul {
      margin:0;
      padding-bottom: 0;
      list-style: none;
    }

    .locations-list > li {
      padding-bottom: 0.5rem;
    }

    .locations-list ul li {
      margin:0;
      padding-bottom: 0;
      list-style: none;
      white-space: nowrap;
      height: 32px;
      line-height: 32px;
      font-size: 13px !important;
      color:#2258A3;
    }

    .locations-list ul li a {
      color:#2258A3;
      padding: 0;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      width: 100%;
      text-decoration: none;
    }

    .locations-list ul li a.sub {
      padding-left: 2.8rem;
      white-space: normal;
      line-height: 1.1em;
    }

    .locations-list ul li a:hover {
      color:#0D659E;
    }

    .locations-list ul li i {
      vertical-align: text-bottom;
    }

    .locations-list ul li .spacer {
      width:1.8em;
      display: inline-block;
      font-size: 2em;
    }

    .box .locations-list li, .box .locations-list a {
      color:#fff;
    }
    #content .box .locations-list li a {
      font-weight: normal;
    }
    #content .box .locations-list li.bold a {
      font-weight: bold;
    }


    .toggle-categories {
      color:#2258A3;
      font-weight: bold;
      background-color: #97c0de;
      width:100%;
      cursor: pointer;
      display: inline-block;
      line-height: 50px;
      height:50px;
      transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -webkit-transition: background 300ms ease-in-out;
      padding: 0 20px;
      font-size: 17px;
    }
    .toggle-categories i {
      vertical-align: text-top;
      margin-right:8px;
      font-size: 24px;
    }
    .toggle-categories:hover, .toggle-categories[aria-expanded="true"] {
      color:#fff;
      background-color: #2258A3;
    }
    #header_categories {
      margin-top:0;
      border:0;
      max-width: 100%;
      z-index: 88;
      background: #DFDFDF;
      padding-top: 13px;
      -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
    }
    .home #header_categories {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    #header_categories::after, #header_categories::before {
      display: none;
    }
    #header_categories > li > a {
      border-top: 1px solid #B5B5B5;
      font-weight: bold;
      padding:0 30px;
      line-height: 26px;
      margin-bottom: 0;
      color: #222;
      white-space: nowrap;
    }
    #header_categories > li > a:hover, #header_categories > li > a[aria-expanded="true"] {
      background-color: #2258A3;
      color: #97c0de;
    }
    #header_categories > li:first-child > a {
      border-top:0;
    }
    #header_categories > li .sub-category-mega {
      max-width: 840px;
      width: 900px;
      margin-left:6px;
      padding:20px 25px;
      max-height: 640px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);

      background-color: #fff;
      border:1px solid #CCC;
      z-index:89;
      transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -webkit-transition: opacity 300ms ease-in-out;
      opacity: 0.5;
      visibility: hidden;
      position:absolute;
      top:14px;
      left:-9999px;
    }
    #header_categories .sub-category-mega::before {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      border-width: 9px;
      border-style: inset solid inset inset;
      -moz-border-top-colors: none;
      -moz-border-right-colors: none;
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      border-image: none;
      border-color: transparent #FFF transparent transparent;
      position: absolute;
      top: 2px;
      left: -18px;
      z-index: 89;
    }
    #header_categories .sub-category-mega::after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      border-width: 9px;
      border-style: inset solid inset inset;
      -moz-border-top-colors: none;
      -moz-border-right-colors: none;
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      border-image: none;
      border-color: transparent #CCC transparent transparent;
      position: absolute;
      top: 2px;
      left: -18px;
      z-index: 88;
    }

    #header_categories .sub-category-mega h3 {
      font-size: 1rem;
    }

    /*#header_categories > li:hover .sub-category-mega, */
    #header_categories > li.hover .sub-category-mega {
      left:293px;
      visibility: visible;
      top:14px;
      opacity: 1;
    }
    #header_categories > li .sub-category-mega-small {
      max-width: 450px;
      width: 800px;
    }
    #header_categories .f-dropdown.drop-right::after, #header_categories .f-dropdown.drop-right::before {
      left:-18px !important;
      border-width: 9px;
    }
    #header_categories > li ul li, #header_categories > li p {
      font-size: 12px;
    }
    #header_categories > li p a {
      display: inline-block;
      padding:0;
    }
    #header_categories .fa-folder-open {
      font-size: 7em;
      color: #ccc;
    }
    #header_categories .fa-folder-open:before {
      vertical-align: middle;
    }

    #header_categories .top-8:before, #header_categories .top-8:after { top:8px; }
    #header_categories .top-40:before, #header_categories .top-40:after { top:40px; }
    #header_categories .top-72:before, #header_categories .top-72:after { top:72px; }
    #header_categories .top-104:before, #header_categories .top-104:after { top:104px; }
    #header_categories .top-136:before, #header_categories .top-136:after { top:136px; }
    #header_categories .top-168:before, #header_categories .top-168:after { top:168px; }
    #header_categories .top-200:before, #header_categories .top-200:after { top:200px; }
    #header_categories .top-232:before, #header_categories .top-232:after { top:232px; }
    #header_categories .top-264:before, #header_categories .top-264:after { top:264px; }
    #header_categories .top-296:before, #header_categories .top-296:after { top:296px; }
    #header_categories .top-328:before, #header_categories .top-328:after { top:328px; }
    #header_categories .top-360:before, #header_categories .top-360:after { top:360px; }
    #header_categories .top-392:before, #header_categories .top-392:after { top:392px; }
    #header_categories .top-424:before, #header_categories .top-424:after { top:424px; }
    #header_categories .top-456:before, #header_categories .top-456:after { top:456px; }

    #header_categories .top-2:before, #header_categories .top-2:after { top:2px; }
    #header_categories .top-29:before, #header_categories .top-29:after { top:29px; }
    #header_categories .top-56:before, #header_categories .top-56:after { top:56px; }
    #header_categories .top-83:before, #header_categories .top-83:after { top:83px; }
    #header_categories .top-110:before, #header_categories .top-110:after { top:110px; }
    #header_categories .top-137:before, #header_categories .top-137:after { top:137px; }
    #header_categories .top-164:before, #header_categories .top-164:after { top:164px; }
    #header_categories .top-191:before, #header_categories .top-191:after { top:191px; }
    #header_categories .top-218:before, #header_categories .top-218:after { top:218px; }
    #header_categories .top-245:before, #header_categories .top-245:after { top:245px; }
    #header_categories .top-272:before, #header_categories .top-272:after { top:272px; }
    #header_categories .top-299:before, #header_categories .top-299:after { top:299px; }
    #header_categories .top-326:before, #header_categories .top-326:after { top:326px; }
    #header_categories .top-353:before, #header_categories .top-353:after { top:353px; }
    #header_categories .top-380:before, #header_categories .top-380:after { top:380px; }
    #header_categories .top-407:before, #header_categories .top-407:after { top:407px; }
    #header_categories .top-434:before, #header_categories .top-434:after { top:434px; }
    #header_categories .top-461:before, #header_categories .top-461:after { top:461px; }
    #header_categories .top-488:before, #header_categories .top-488:after { top:488px; }

    #header_categories .top-14px:before, #header_categories .top-14px:after { top:10px; }
    #header_categories .top-45px:before, #header_categories .top-45px:after { top:41px; }
    #header_categories .top-77px:before, #header_categories .top-77px:after { top:73px; }
    #header_categories .top-109px:before, #header_categories .top-109px:after { top:105px; }
    #header_categories .top-141px:before, #header_categories .top-141px:after { top:137px; }
    #header_categories .top-172px:before, #header_categories .top-172px:after { top:168px; }
    #header_categories .top-173px:before, #header_categories .top-173px:after { top:169px; }
    #header_categories .top-205px:before, #header_categories .top-205px:after { top:201px; }
    #header_categories .top-237px:before, #header_categories .top-237px:after { top:233px; }
    #header_categories .top-269px:before, #header_categories .top-269px:after { top:265px; }
    #header_categories .top-301px:before, #header_categories .top-301px:after { top:297px; }
    #header_categories .top-333px:before, #header_categories .top-333px:after { top:329px; }
    #header_categories .top-365px:before, #header_categories .top-365px:after { top:361px; }
    #header_categories .top-397px:before, #header_categories .top-397px:after { top:393px; }
    #header_categories .top-429px:before, #header_categories .top-429px:after { top:425px; }
    #header_categories .top-461px:before, #header_categories .top-461px:after { top:457px; }

    #header_categories .top-434,
    #header_categories .top-461,
    #header_categories .top-488
    {
      min-height: 520px;
    }


    .searchbar {
      background-color: #2258A3;
      color: #fff;
      margin-top:33px;
    }
    .searchbar .wrapper {
      border-right:1px solid #1D5E88;
      border-left:1px solid #0A1B26;
    }
    .searchbar .column-first, .searchbar .column-second, .searchbar .column-third {
      border-left:1px solid #1D5E88;
      border-right:1px solid #0A1B26;
      min-height: 50px;
    }

    .searchbar p, .searchbar input, .searchbar select, .searchbar button {
      margin-bottom: 0;
    }
    .searchbar form.search {
      border:3px solid #1D5E88;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      margin: 3px auto 0;
      max-width: 95%;
    }
    .searchbar form.search select {
      border:0;
      background-color: #E0E0E0;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    .searchbar form.search input.search-input {
      border:0;
    }
    .searchbar form.search button {
      background-color: #97C0DE;
      color:#2258A3;
      padding:0;
      width: 100%;
      height: 37px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .searchbar form.search button i {
      font-size: 1.2em;
      line-height: 37px;
    }
    .searchbar form.search button span {
      display: none;
    }
    #searchbar_mobile {
      background-color: transparent;
      margin:10px 0 15px;
    }

    .search-input.loading {
      background-image: url(img/ajax-loader.gif) !important;
      background-position: right center !important;
      background-repeat: no-repeat !important;
    }
    #ajax_search_results {
      background: #fff;
      padding:20px 30px;
      display:none;
      position: absolute;
      top:37px;
      z-index: 89;
      -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      max-width: 100%;
    }
    #ajax_search_results p, #ajax_search_results li {
      font-size: 0.8rem;
      color:#444;
    }
    #ajax_search_results a {
      color:#2258A3;
    }
    #ajax_search_results h3 {
      font-size: 1rem;
    }
    #ajax_search_results h4 {
      font-size: 0.8rem;
      margin-top:0;
    }
    #ajax_search_results .excerpt {
      font-size: 0.7rem;
    }
    #ajax_search_results .result-product {
      border-top:1px solid #ddd;
      padding:10px 0;
      cursor: pointer;
    }
    #ajax_search_results .result-product:hover {
      background: #e2e2e2;
    }
    #ajax_search_results .result-product.first {
      border-top:0;
    }

    #ajax_search_results .result-terms {
      padding-top:0;
    }
    #ajax_search_results .result-terms li {
      margin-bottom:0;
      border-top:1px solid #ddd;
    }
    #ajax_search_results .result-terms li:first-child {
      border-top:0;
    }
    #ajax_search_results .result-terms li a {
      padding: 0.4375rem 0;
    }


    .toggle-cart {
      color:#fff;
      font-weight: bold;
      width:100%;
      cursor: pointer;
      display: inline-block;
      line-height: 56px;
      height:55px;
      transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -webkit-transition: background 300ms ease-in-out;
      padding: 0 20px;
      font-size: 17px;
    }
    .toggle-cart i.fa-shopping-cart {
      margin-right:8px;
      font-size: 24px;
      vertical-align: text-top;
    }
    .toggle-cart i.fa-caret-down {
      margin-left:8px;
      vertical-align: middle;
    }
    .toggle-cart:hover, .toggle-cart[aria-expanded="true"] {
      color:#2258A3;
      background-color: #97c0de;
    }
    .toggle-cart span {
      color:#97c0de;
    }
    .toggle-cart:hover span, .toggle-cart[aria-expanded="true"] span {
      color:#2258A3;
    }

    .product-cart-row p {
      margin-bottom: 3px;
    }
    .product-cart-row img {
      padding-right:10px;
    }
    .product-cart-row i {
      font-size: 1rem;
    }
    .row.product-cart-row {
      margin-bottom:10px !important;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
    }
    .product-cart-row .product-title {
      line-height: 1em;
    }
    .product-cart-row .product-action-delete {
      line-height: 1em;
    }
    #mobile_cart .product-cart-row .product-action-delete {
      text-align: center;
    }

    #header_cart {
      color:#444;
      max-width: 300px;
      width: 300px;
      padding:10px;
    }
    #header_cart p {
      font-size: 12px;
      color:#222;
      margin-bottom: 0;
    }
    #header_cart .button {
      margin-bottom: 0;
    }
    #header_cart .button {
      text-transform: uppercase;
      font-weight: bold;
      width: 100%;
    }

    #header_cart_popup {
      color:#444;
      max-width: 300px;
      width: 300px;
      padding:10px;
      padding-top:5px;
      position: fixed;
      top:0;
      z-index: 999999;
      background: #FFF none repeat scroll 0% 0%;
      border: 1px solid #CCC;
    }
    #header_cart_popup p {
      margin-bottom: 12px;
    }
    #header_cart_popup p:last-child {
      margin-bottom: 0;
    }
    #header_cart_popup .row p {
      font-size: 12px;
      color:#222;
      margin-bottom: 0;
    }
    #header_cart_popup .button {
      margin-bottom: 0;
    }
    #header_cart_popup .button {
      text-transform: uppercase;
      font-weight: bold;
      width: 100%;
    }



    @media only screen and (min-width: 40.063em) { 
      .collapse-left {
        padding-left:0;
      }
      .collapse-right {
        padding-right:0;
      }
    }


    .box {
      background-color: #2258A3;
      color: #fff;
      overflow: hidden;
      margin-bottom:1.875em;
      padding:28px 32px;
    }
    .box h2, .box h3 {
      color: #97c0de;
      font-family: "outageregular", 'Open Sans', sans-serif;
      font-weight: lighter;
      line-height: 1.2em;
    }
    .box-small {
      padding:36px 32px;
    }
    .box-blue {
      background-color: #2258A3;
      color: #fff;
    }
    .box-blue a {
      color: #97c0de;
    }
    .box-lightblue {
      background-color: #97c0de;
      color: #2258A3;
    }
    .box-lightblue h2, .box-lightblue h3 {
      color: #2258A3;
    }
    .box-grey {
      background-color: #e0e0e0;
      color: #444;
    }
    .box-grey h2, .box-grey h3 {
      color: #2258A3;
    }


    #content {
      padding:30px 0;
    }

    .home #content {
      padding-top:0;
    }

    .breadcrumbs {
      padding-left:0;
      border-width: 0px;
      background-color: transparent;
    }
    .breadcrumbs > * {
      font-size: 0.7875rem;
      line-height: 0.7875rem;
      text-transform: none;
      color: #2258A3; }
      .breadcrumbs > * a {
        color: #2258A3; text-decoration: none; }
        .breadcrumbs > *.current {
          color: #2258A3; }
          .breadcrumbs > *.current a {
            color: #2258A3; }
            .breadcrumbs > *.unavailable {
              color: #999999; }
              .breadcrumbs > *.unavailable a {
                color: #999999; }
                .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
                .breadcrumbs > *.unavailable a:focus {
                  text-decoration: none;
                  color: #999999;
                  cursor: not-allowed; }
                  .breadcrumbs > *:before {
                    content: "/";
                    color: #2258A3;
                    margin: 0 0.95rem;
                  }
                  #content .breadcrumbs > * a {
                    font-weight: normal;
                  }

                  .pagination {
                    background-color: #E0E0E0;
                    padding:0px 12px;
                    text-align: right;
                    margin-top: 30px;
                    line-height: 42px;
                  }
                  .pagination-top {
                    margin-top: 0;
                    margin-bottom: 30px;
                  }
                  .pagination select[name="posts_per_page"] {
                    margin:0 20px 0 5px;
                    width: auto;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 3px;
                    min-width: 50px;
                  }
                  .pagination .page-numbers {
                    padding:0 17px;
                    display: inline-block;
                  }
                  .pagination .page-numbers.current {
                    background-color: #fff;

                  }


                  nav {

                  }

                  nav ul {

                  }

                  nav ul li {

                  }

                  nav a2 {
                   font-size:20px;
                   line-height:30px;
                   color:#648CBD;
                   float:left;
                   margin:0 20px 0 0;
                   text-decoration:none;
                   display:inline-block;
                   outline:0 !important;
                 }

                 nav a:visited, nav a:active, nav a:hover {

                 }

                 nav li.current-menu-item a {
                   color: #000;
                 }


                 .side-nav {
                  border-top: 1px solid #e0e0e0;
                  border-bottom: 1px solid #e0e0e0;
                  margin-bottom: 0.875rem;
                }

                .side-nav li {
                  margin:0;
                }
                .side-nav li.current-menu-item {

                }
                .side-nav li a:not(.button) { 
                  color: #2258A3;
                  padding:0.4375rem 1.275rem;
                }
                .side-nav li.current-menu-item>a:first-child:not(.button) {
                  color:#999;
                }

                .header-shadow {
                  position: fixed;
                  top: 211px;
                  width: 100%;
                  height: 6px;
                  background: url('img/header-shadow.png') repeat-x;
                  z-index: 5;
                }

                /* content */
                #content .content-social-icon {
                  height: 40px;
                  line-height: 40px;
                  text-align: center;
                  width: 40px;
                  background-color: #2258A3;
                  color:#fff;
                  transition: background-color 300ms ease-in-out;
                  -moz-transition: background-color 300ms ease-in-out;
                  -webkit-transition: background-color 300ms ease-in-out;
                  font-weight: normal;
                }

                #content .content-social-icon:hover {
                  background-color:#0D659E;
                  color:#fff;
                  font-weight: normal;
                }

                /* maps */
                .map img {
                  max-width:none;
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                }
                .contact-map .map {
                  max-width:100%;
                  margin:0 auto;
                  height:400px;
                  position: relative;
                }

                /* categories */
                .categories-heading {
                  font-weight: 500;
                }
                .categories-heading span {
                  font-weight: 800;
                }


                .subcategories-list {

                }
                .subcategories-list li {
                  text-align: center;
                }
                .subcategories-list li i.fa {
                  min-height: 150px;
                  font-size: 7rem;
                  color: #ccc;
                  transition: color 300ms ease-in-out;
                  -moz-transition: color 300ms ease-in-out;
                  -webkit-transition: color 300ms ease-in-out;
                }
                .subcategories-list li:hover i.fa {
                  color: #2258A3;
                }
                .subcategories-list li a.title {
                  display: inline-block;
                  margin-top:10px;
                  color: #222;
                }
                .subcategories-list li a.button-arrow {
                  font-size: 0.85rem;
                }

                .archive article.type-product, .search article.type-product {
                  border-top:1px solid #ddd;
                  margin-top: 10px;
                  padding-top: 10px;
                }

                .archive article.type-product.list-view, .search article.type-product.list-view {
                  margin-top: 6px;
                  padding-top: 6px;
                }

                article.type-product h2 {
                  font-size: 1.2rem;
                  margin-bottom:0;
                }
                article.type-product .sku {
                  color: #97C0DE;
                  font-weight: bold;
                  font-size: 1.1rem;
                }

                article.type-product .icon-image {
                  display: inline-block;
                  width: 100%;
                  text-align: center;
                }
                article.type-product .icon-image i {
                  font-size: 200px;
                  color:#ececec;
                }

                article.product .list-view {
                  cursor: pointer;
                }
                article.product .list-view h2, article.product .list-view p {
                  margin-bottom:0;
                }
                article.product .list-view.expanded {
                  margin-bottom:15px;
                }

                article.type-product .product-remarks {
                  background-color:#efefef;
                  padding:10px 10px 0;
                }

                .single article h1, .single article h1 a {
                  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                  margin-top:0;
                  font-size: 2rem;
                  letter-spacing: 0;
                }

                .terms-list-view {
                  cursor: pointer;
                }
                .terms-list-view {
                  border-top:1px solid #ddd;
                  margin-top: 10px;
                  padding-top: 10px;
                }
                .terms-list-view h2, .terms-list-view p {
                  margin-bottom:0;
                }
                .terms-list-view.expanded {
                  margin-bottom:15px;
                }
                .terms-list-view .term-image i.fa-folder-open {
                  color: #ccc;
                  transition: color 300ms ease-in-out;
                  -moz-transition: color 300ms ease-in-out;
                  -webkit-transition: color 300ms ease-in-out;
                }
                .terms-list-view:hover .term-image i.fa-folder-open {
                  color: #2258A3;
                }
                .terms-list-view .subcategories-list li i.fa {
                  min-height: 100px;
                  font-size: 5rem;
                }

                .actions {
                  position: relative;
                }

                /* share */
                .actions span.sharebuttons {
                  display: inline-block;
                  visibility: hidden;
                  position: absolute;
                  left: auto;
                  top: 0;
                  width: 300px;
                  margin-left: 0;
                  font-size: 0;
                  z-index: 1;
                  -webkit-transition: visibility 0s linear 0.4s;
                  transition: visibility 0s linear 0.4s;
                }
                .actions span.sharebuttons.active {
                  visibility: visible;
                  -webkit-transition-delay:0s;
                  transition-delay:0s;
                }

                .actions span.sharebuttons a {
                  -webkit-transform-origin: 0 50%;
                  transform-origin: 0 50%;
                  -webkit-transform: scaleY(0);
                  transform: scaleY(0);
                  -webkit-transition: 0.15s -webkit-transform ease-out;
                  transition: 0.15s transform ease-out;
                }
                .actions span.sharebuttons a + a {
                  -webkit-transition: 0.15s -webkit-transform ease-out 0.05s;
                  transition: 0.15s transform ease-out 0.05s;
                }
                .actions span.sharebuttons a + a + a {
                  -webkit-transition: 0.15s -webkit-transform ease-out 0.1s;
                  transition: 0.15s transform ease-out 0.1s;
                }
                .actions span.sharebuttons a + a + a + a {
                  -webkit-transition: 0.15s -webkit-transform ease-out 0.15s;
                  transition: 0.15s transform ease-out 0.15s;
                }
                .actions span.sharebuttons a {
                  overflow: hidden;
                  position: relative;
                }
                .actions span.sharebuttons.active a {
                  -webkit-transform: scaleY(1);
                  transform: scaleY(1);
                }

                .actions span.sharebuttons a.btn span { display: inline-block; text-indent: -9999px; }
                .actions span.sharebuttons a.btn {
                  width: 51px; height: 51px;
                  display: inline-block;
                }
                .actions span.sharebuttons a.btn:after {
                  content: '\f003';
                  font-family: "Font Awesome 5 Free";
                  speak: none;
                  font-style: normal;
                  font-weight: normal;
                  font-variant: normal;
                  text-transform: none;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;

                  font-size: 26px;
                  position: absolute;
                  width: 51px; height: 51px;
                  left: 0; top: 0;
                  line-height: 51px;
                  color: #fff;
                  text-align: center;
                }

                .actions span.sharebuttons a.btn.btn-linkedin { background-color: #007bb6;}
                .actions span.sharebuttons a.btn.btn-linkedin:hover { background-color: #fff; }
                .actions span.sharebuttons a.btn.btn-linkedin:after { content: '\f0e1'; }
                .actions span.sharebuttons a.btn.btn-linkedin:hover:after { color: #007bb6; }

                .actions span.sharebuttons a.btn.btn-twitter { background-color: #00aced; }
                .actions span.sharebuttons a.btn.btn-twitter:hover { background-color: #fff; }
                .actions span.sharebuttons a.btn.btn-twitter:after {  content: '\f099'; }
                .actions span.sharebuttons a.btn.btn-twitter:hover:after { color: #00aced; }

                .actions span.sharebuttons a.btn.btn-email { background-color: #888888; }
                .actions span.sharebuttons a.btn.btn-email:hover { background-color: #fff; }
                .actions span.sharebuttons a.btn.btn-email:after {  content: '\f003'; }
                .actions span.sharebuttons a.btn.btn-email:hover:after { color: #888888; }


                /* accordian */
                ul.accordion {
                  margin-left:0;
                }
                .accordion .accordion-navigation {
                  margin-bottom: 1.375em !important;
                }
                .accordion .accordion-navigation > a, .accordion dd > a {
                  background-color: #E0E0E0;
                  outline: none;
                  position: relative;
                  height: 58px;
                }
                .accordion .accordion-navigation > a span {
                  position: absolute;
                  top:0;
                  right:0;
                  height: 58px;
                  width: 58px;
                  background-color: #97C0DE;
                  color: #2258A3;
                  display: block;
                  text-align: center;
                  line-height: 58px;
                }
                .accordion .accordion-navigation.active > a, .accordion dd.active > a {
                  background-color: #E0E0E0;
                }
                .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
                  background-color: #CECECE;
                }

                .accordion .accordion-navigation > .content, .accordion dd > .content {
                  padding: 1.375em 0;
                }

                .bios-grid li {
                  text-align: center;
                }

                .bios-grid li .name {
                  text-transform: uppercase;
                  font-weight: bold;
                  font-size: 1.1em;
                }


                /* sell equipment */
                .sell-your-equipment-form_wrapper .gf_page_steps {
                  border-bottom: 0;
                }
                .sell-your-equipment-form_wrapper .gf_step {
                  width: 33% !important;
                  margin:0;
                  text-align: center;
                  background-color: #D2D2D2;
                  opacity: 0.8;
                  color: #2258A3;
                  padding:14px 0;
                  font-weight: bold;
                  height: auto;
                  vertical-align: top;
                }

                .sell-your-equipment-form_wrapper .gf_step.gf_step_active {
                  background-color: #90B8D4;
                  opacity: 1;
                }

                .sell-your-equipment-form_wrapper .gf_step .gf_step_number {display: none;}

                .sell-your-equipment-form_wrapper .gform_page_footer {

                }

                /* Footer */
                footer {
                  background-color: #2258A3;
                  color: #fff;
                  padding-bottom: 20px;
                  .wrapper {
                      @media (max-width: 1230px) {
                          max-width: 95% !important;
                      }
                  }
                }

                footer a {
                  color: #fff;
                  text-decoration: none;
                  line-height: inherit; }
                  footer a:hover, footer a:focus {
                    color: #fff; }

                    footer p, footer ol, footer ul, footer li {
                      font-size: 12px;
                    }

                    footer h4 {
                      color:#97c0de;
                      font-size: 13px;
                      font-weight: bold;
                    }

                    footer .promo-bar {
                      background-color: #97c0de;
                      color:#2258A3;
                      margin-bottom:20px;
                    }

                    footer .promo-bar p {
                      line-height: 50px;
                      min-height: 50px;
                      font-size: 18px;
                    }

                    footer .footer-logo img {
                      max-width: 160px;
                      margin-bottom: 30px;
                    }

                    .footer-nav {
                      margin-top:35px;
                      margin-bottom:40px;
                    }

                    .footer-nav a {
                      font-weight: bold;
                      white-space: unset;
                      font-size: 1rem;
                    }

                    footer li.current-menu-item a {
                      color: #fff;
                    }

                    .footer-nav > ul {
                      margin:0;
                    }

                    .footer-nav ul ul {
                      list-style: none;
                      margin: 0;
                      padding: 0;
                      margin-top:20px;
                    }

                    .footer-nav ul li {
                      list-style: none;
                      margin: 0;
                      padding: 0;
                    }

                    .footer-stay-connected {
                      margin-top:35px;
                    }
                    .footer-stay-connected > h4 {
                      margin-bottom:20px;
                    }

                    .footer-social-icon {
                      height: 40px;
                      line-height: 40px;
                      text-align: center;
                      width: 40px;
                      background-color: #fff;
                      color:#2258A3;
                      transition: color 300ms ease-in-out;
                      -moz-transition: color 300ms ease-in-out;
                      -webkit-transition: color 300ms ease-in-out;
                    }

                    .footer-social-icon:hover {
                      color:#0D659E;
                    }

                    .footer_logos {
                        background-color: #fff;
                        padding: 0.5rem 1.25rem;
                        display: flex;
                        align-items: center;
                        gap: 1rem;
                        width: fit-content;
                        @media (min-width: 1024px) {
                            margin-left: auto;
                        }
                        @media (max-width: 640px) {
                            margin: auto;
                        }
                        img {
                            max-width: 90px;
                            max-height: 65px;
                            width: 100%;
                        }
                    }

                    .footer-subnav ul li {
                      font-size: 11px;
                    }

                    .footer-copyright p {
                      text-align: right;
                      font-size: 11px;
                    }

                    footer hr {
                      border:0;
                      height: 1px;
                      border-top:1px solid #97c0de;
                      color:#0D659E;
                      margin:40px 0 10px 0;
                    }

                    footer form.stay-connected label {
                      display: none !important;
                    }

                    footer form.stay-connected .gform_body {
                      display: inline-block;
                      width: 80%;
                      vertical-align: top;
                      float: left;
                    }

                    footer form.stay-connected .gform_body input {
                      width: 100% !important;
                      padding:0 0.5rem;
                      -webkit-border-top-left-radius: 5px;
                      -webkit-border-bottom-left-radius: 5px;
                      -moz-border-radius-topleft: 5px;
                      -moz-border-radius-bottomleft: 5px;
                      border-top-left-radius: 5px;
                      border-bottom-left-radius: 5px;
                    }

                    footer form.stay-connected .gform_body .ginput_container {
                      margin-top: 0 !important;
                      max-width: 100% !important;
                    }

                    footer form.stay-connected li.gfield.gfield_error.gfield_contains_required {
                      margin: 0 !important;
                    }

                    footer form.stay-connected li.gfield.gfield_error, footer form.stay-connected li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
                      background-color: transparent;
                      border:0;
                    }

                    footer form.stay-connected .validation_message {
                      color: #C02B2B;
                    }

                    footer form.stay-connected div.validation_error {
                      color: #C02B2B;
                      border-color: #C02B2B;
                    }

                    footer form.stay-connected .top_label .gfield_error {
                      width: 100%;
                    }

                    footer form.stay-connected .gform_footer {
                      display: inline-block;
                      width: 15%;
                      margin:0;
                      padding: 0;
                      max-width: 45px;
                      height: 37px;
                    }

                    footer form.stay-connected .gform_footer button {
                      color:#2258A3;
                      background-color:#97C0DE; 
                      width: 45px;
                      height: 37px;
                      padding: 0;
                      -webkit-border-top-right-radius: 5px;
                      -webkit-border-bottom-right-radius: 5px;
                      -moz-border-radius-topright: 5px;
                      -moz-border-radius-bottomright: 5px;
                      border-top-right-radius: 5px;
                      border-bottom-right-radius: 5px;
                    }
                    footer form.stay-connected .gform_footer :hover, footer form.stay-connected .gform_footer :focus{
                      color:#222;
                      background-color:#97C0DE; 
                    }


                    /* home slider */
                    .home .slideshow {
                      max-height:525px;
                      max-width: 1600px;
                      z-index: 80;
                      margin:0 auto;
                      overflow:hidden;
                      width: 100%;
                      margin-bottom:30px;
                    }

                    .home .slideshow .slide {
                      max-width:100%;
                    }
                    .home .slideshow .slide a.homeSlideHref {
                      display:block;
                    }
                    .home .slideshow .slide a {
                      width:100%;
                    }
                    .home .slideshow .cycle-pager {
                      position:absolute;
                      bottom:10px;
                      left:0;
                      width:100%;
                      text-align:center;
                      z-index:1000;
                    }

                    .home .slideshow .cycle-pager span {
                      text-indent:-9999px;
                      background: url(img/slider-pager.png) no-repeat top left;
                      height:10px;
                      width:10px;
                      line-height:10px;
                      display:inline-block;
                      margin:0 2px 0 2px;
                      cursor:pointer;
                    }

                    .home .slideshow .cycle-pager span.cycle-pager-active {
                      background-image: url(img/slider-pager-current.png);
                    }

                    /* specials slider */
                    .home .slideshow-specials {
                      max-height:525px;
                      min-height: 335px;
                      max-width: 100%;
                      z-index: 80;
                      margin:0 auto;
                      overflow:hidden;
                      width: 100%;
                      margin-bottom:20px;
                      padding-bottom:20px;
                    }

                    .home .slideshow-specials .slide {
                      max-width:100%;
                    }
                    .home .slideshow-specials .slide ul li {
                      text-align: center;
                    }
                    .home .slideshow-specials .slide a {
                      display:inline-block;
                      max-width: 100%;
                    }
                    .home .slideshow-specials .slide a.title {
                      width:100%;
                      margin-top: 10px;
                      color: #222;
                    }
                    .home .slideshow-specials .cycle-pager {
                      position:absolute;
                      bottom:0px;
                      left:0;
                      width:100%;
                      text-align:center;
                      z-index:1000;
                    }

                    .home .slideshow-specials .cycle-pager span {
                      text-indent: 0;
                      background: none;
                      font-size: 35px;
                      color:#ccc;
                      height:20px;
                      width:20px;
                      line-height:20px;
                      display:inline-block;
                      margin:0 2px 0 2px;
                      cursor:pointer;
                    }

                    .home .slideshow-specials .cycle-pager span.cycle-pager-active {
                      color:#999;
                    }

                    .specials-wrapper {
                      position: relative;
                    }
                    .specials-wrapper .cycle-prev, .specials-wrapper .cycle-next {
                      position: absolute;
                      color: #2258A3;
                      font-size: 3em;
                      top:35%;
                      cursor: pointer;
                    }
                    .specials-wrapper .cycle-prev {
                      left:-50px;
                    }
                    .specials-wrapper .cycle-next {
                      right:-50px;
                    }

                    .home .slideshow-specials .sku {
                      color: #97C0DE;
                      font-weight: normal;
                    }

/* =============================================================================
   Media Queries
   ========================================================================== */
   
   /* Small screens */
   @media only screen { 
     .wrapper { max-width:95%; }  
     } /* Define mobile styles */ 
     @media only screen and (max-width: 40em) {
         .header-shadow {
             top: 142px;
         }
      .tab-bar img {
        max-width: 100%;
        max-height: 60px;
      }
      footer, footer h4, .footer-copyright p {
        text-align: center;
      }
      footer .inline-list {
        display: inline-block;
      }
      footer .inline-list li {
        margin-left: 1.075rem;
      }
      .box, .box-grey-bg {
        padding:20px 20px !important;
        background-image: none !important;
      }
      .archive .box-grey-bg h1 {
        margin:0;
      }
      .box h2, .box h3 {
        font-size: 1.1875rem;
      }
      .small-textalignleft {
        text-align:left;
      }

      article.type-product h2 {
        font-size: 0.875rem;
      }
      article.type-product .sku {
        font-size: 0.875rem;
      }
      article.type-product .expand i {
        font-size: 1.0rem;
      }
      article.type-product .icon-image {
        display: none;
      }

      article.type-product .list-view > .columns {
        padding-left:0;
      }

      .archive article.type-product, .search article.type-product {
        margin-top: 3px;
        padding-top: 3px;
      }


      h1 {
        line-height: 1.0em;
      }

      .side-nav.inline-list {
        border:0;
      }
      .side-nav.inline-list li {
        background: #e0e0e0;
        float:none;
      }
      .side-nav li.current-menu-item {
        background: #C3C3C3;
      }
      .side-nav li a:not(.button) { color: #2258A3;}
      .side-nav li.current-menu-item>a:first-child:not(.button) {
        color:#fff;
      }

      .sell-your-equipment-form_wrapper .gf_step {
        width: 32% !important;
      }

      .sell-your-equipment-form_wrapper.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
      .sell-your-equipment-form_wrapper.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li {
        display: block;
        margin-bottom: 0;
        width: 95%;
      }

      iframe {
        max-width: 100%;
      }

      footer form.stay-connected .gform_footer {
        width:10%;
      }
      footer form.stay-connected .gform_body {
        width: 90%;
      }

      .sell-your-equipment-form_wrapper .top_label li.gfield {
        display: block !important;
        width: 100% !important;

      }

      } /* max-width 640px, mobile-only styles, use when QAing mobile issues */ 

      /* Medium screens */
      @media only screen and (min-width: 40.063em) { 
       nav a { white-space:nowrap; }

       article.type-product .sku span {
        display: inline !important;
      }
      } /* min-width 641px, medium screens */ 
      @media only screen and (min-width: 40.063em) and (max-width: 64em) { 
         .header-shadow {
             top: 142px;
         }
       .box {
        padding:20px 20px;
      }
      article.type-product .icon-image {
        display: none;
      }
      article.type-product h2 {
        font-size: 1.1rem;
      }
      } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 

      /* Large screens */
      @media only screen and (min-width: 64.063em) { 
        .wrapper { max-width: 77em; } 
        #logo img {
          margin-top: 25px;
          max-height:54px;
        }

        .home .slideshow {
          min-height:525px;
        }

        .home .slideshow .slide {
          width: 100%;
          min-height:525px;
        }

        .home .slideshow .slide a {
          width: 100%;
          min-height:525px;
        }

        #header_categories {
          /*max-height: 525px;*/
        }
        } /* min-width 1025px, large screens */ 
        @media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */ 

        /* XLarge screens */
        @media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */ 
        @media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 

        /* XXLarge screens */


@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens 

/*aa styles*/
.outline {
  outline: red solid 1px;
}


.tag {
  color: #a0a0a0;
  font-family: open sans;
  font-size: 14px;
  font-style: italic;
}

.top-bar-container {
  padding-top: 27px;
}

.top-bar-container p {
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 0;
}

.top-bar {
 margin-top: 0;
}


.large-3 .top-bar-container {
  padding: 0;
}

.top-bar-container {
  padding: 22px 0 0 0;
}




.ubermenu-item-level-0  > .ubermenu-target-title.ubermenu-target-text {
  font-size: 300px;
  font-weight: 700;
}
.ubermenu-item-level-0 > span > .ubermenu-target-title.ubermenu-target-text,
.ubermenu-item-level-0 > a > .ubermenu-target-title.ubermenu-target-text{
 font-size: 17px;
 font-weight: 700;
 margin: 0 0 0 15px;
 color: white;
 padding-top: 8px;
 padding-bottom: 8px;
}

.ubermenu-target-title.ubermenu-target-text {
  font-size: 14px;
}


.ubermenu-target-title.ubermenu-target-text:hover {
 color: #2258A3;
}

.ubermenu-item-level-0 > span > .ubermenu-target-title.ubermenu-target-text::before,
.ubermenu-item-level-0 > a > .ubermenu-target-title.ubermenu-target-text::before{
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  left: -15px;
  position: relative;
  top: 2px;
}

#searchbar .ubermenu-submenu.ubermenu-submenu-type-flyout.ubermenu-submenu-drop {
  background-color: #e0e0e0;
  width: 290px;
}


.ubermenu-item-level-0.ubermenu-column {
  width: 290px;
  transition: background 300ms ease-in-out 0s;
  position: relative;
}

.ubermenu-item-level-0.ubermenu-column:hover {
  background-color: #97c0de;
  width: 290px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after, .ubermenu-sub-indicators .ubermenu-submenu-type-flyout > .ubermenu-has-submenu-drop > .ubermenu-target::after, .ubermenu-sub-indicators .ubermenu-submenu-type-stack > .ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout > .ubermenu-target::after {   
  content: none;

}

#searchbar .ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
    border-bottom: 1px solid #acacac;
    height: 2.68em;
}

#searchbar.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 32px;
}

#searchbar .top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #2258A3 none repeat scroll 0 0 !important;

}

.top-bar-section li:not(.has-form) a:hover:not(.button) span.ubermenu-target-title.ubermenu-target-text {  
    color: #fff !important;
}

#searchbar .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 35px;
}

.darkblue {
  color: #2258A3;
}

p#header_cart_display {
  text-align: center;
  position: relative;
}


#swipebox-overlay {
    background: none repeat scroll 0 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
    background-color: white!important;
    border-radius: 5px;
    margin: 10px 0 0 10px !important;
    padding: 30px;
}


.ubermenu-item-has-children.ubermenu-item-level-1.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega.ubermenu-active {
/*  outline: red solid 1px;
*/}

.ubermenu-item-has-children.ubermenu-item-level-1.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega.ubermenu-active::after {
 
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: inset solid inset inset;
    border-width: 9px;
    content: "";
    display: block;
    height: 0;
    position: relative;
    right: -97.25%;
    top: -26px;
    width: 0;
    z-index: 89;
}


.ubermenu-submenu-type-mega {
  width: 600px !important;
}
#menu-item-126 {
    display: none !important;
}
.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
    min-height: 445px !important;
}

/*.top-bar-menu.right a {
  padding: 40px 0 !important;
  display: block;
}*/

.top-bar-menu.right a:hover {
  color: #97c0de!important;
}

.home-bspot {
  padding: 40px 0 25px 30px !important;
}


#home-features div {
  background-repeat: no-repeat;
    background-size: cover;
}
#home-features div.collapse-left {
  background-position: -47px center;

}


.left-row, .right-row {
  width: 48.5%;
  padding-right: 50px !important;
}

@media only screen and (max-width: 640px) {
  .left-row, .right-row {
  width: 100%;
}

}

footer {
    margin-top: 50px;
}

.top-bar-section #menu-top-menu > li > a {


}

.top-bar-section #menu-top-menu > li > a:after { 
   color: #cccccc;
    content: "|";
    display: block;
    font-size: 16px;
    font-weight: lighter;
    height: 0;
    position: relative;
    right: -17px;
    top: -45px;
}
.top-bar-section #menu-top-menu > li:last-child > a:after { 
 
    content: none;
   
}

.title a, .bios-grid a {
  text-decoration: none;
}

.reveal-modal {
    padding: 4.875rem;
}

.name {
  font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.reach-out {
  margin-top: 35px;
  @media (min-width: 1024px) {
      p {
        padding-right: 4px;
      }
  }
}

.reach-out h4 {
  margin-bottom: 19px;
}


.box a {
    text-decoration: none;
}


.type-page .alignright {
    clear: right;
    float: right;
    margin: 5px 0 20px 90px;
}

.type-page table, .type-page .alert-box {
    width: 60%;
}


.type-page table span {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  display: block;
}
.type-page table p span, .type-page table span span {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .type-page table, .type-page .alert-box {
    width: 65%;
}
}

@media only screen and (max-width: 640px) {
  .type-page table, .type-page .alert-box {
    width: 100%;
}
}


.page-template-template-sample-project .swipebox img {
  margin-bottom: 30px;
}



.hidehead .gfield_label {
  /*display: none !important;*/
  font-size: 0px;
}

.gform_wrapper .gsection.subhead {
    border-bottom: none;
    margin-bottom: 10px;
  
}

.gform_wrapper .gsection.subhead-small {
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: 500 !important;
    font-size: 10px !important;
    color: gray !important;
    margin-top: 5px !important;
    padding-top: 0 !important;

  
}

.gform_wrapper .gsection.subhead-small h2 {

    font-weight: 500 !important;

    color: gray !important;


  
}


.gform_wrapper .top_label .gf_left_half select.small, .gform_wrapper .top_label .gf_right_half select.small {
    width: 31%;
}


.gform_wrapper .top_label li.gfield.gf_right_half input.small, .gform_wrapper .top_label li.gfield.gf_left_half input.small {
    width: 31%;
}

 

.gfield.gsection.gf_right_half {
  padding-top: 16px !important;
}

.gfield.gsection.subhead-small.gf_right_half {
  padding-top: 0px !important;
}

.gfield.gsection {
  margin-top: 50px !important;

}


.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
    
    padding: 0.313em 11px;
   
}

.ubermenu-content-block h2 {
    font-size: 1.45rem;
    line-height: 26px;
}


.ubermenu .ubermenu-image {
    width: 100%;
    margin-bottom: 30px;
}


#searchbar .top-bar-section li:not(.has-form) a.ubermenu-target-with-image:hover:not(.button) {
    background: none !important;
}


.ubermenu-item-level-3 .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    display: inline-block;

    padding: 3px 15px !important;
 /*   margin: 10px 0;*/
   
}


.ubermenu-item-level-3 .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only::after {
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 8px;
    text-rendering: auto;
    transform: translate(0px, 0px);
    position: relative;
    top: 3px;
}


#searchbar .top-bar-section li.ubermenu-item-level-3:not(.has-form) a:hover:not(.button) {
    background: #f2f2f2 none repeat scroll 0 0 !important;
    color: #97c0de !important;
  
}

#searchbar .top-bar-section li.ubermenu-item-level-3:not(.has-form) a:hover:not(.button) span {
 
    color: #97c0de !important;
}

main.row {
  min-height: 415px;
}

.emaillink {
    padding: 0 !important;
}


#searchbar .top-bar-section li:not(.has-form) a.emaillink:hover:not(.button) {
    background: #ffffff none repeat scroll 0 0 !important;
}

.gform_confirmation_message_3 {
  font-weight: 700;
  font-size: 30px;
}

.gform_wrapper .gsection {
    border-bottom: 1px solid #ccc;
}

.request-a-quote .gf_left_half, .request-a-quote .gf_right_half {
 /* width: 47% !important;*/
 /* outline: red solid 1px;*/
}

.gf_right_half {
  float: right !important;
  clear: none !important;
  /*clear: both;*/
}
.gf_left_half {
  float: left !important;
 /*  clear: both;*/
}


.gform_wrapper .gsection {
    margin: 28px 0px 28px 0;
}

#field_1_1 {
  padding: 0;
  margin: 0;
}

table p {
  margin-bottom: 10px;
}

td {

    vertical-align: top;
}

table p {
    margin-bottom: 0px;
}

table span {
    text-align: center;
}


.columns.medium-8.collapse.home-bspot.box.box-grey.box-grey-bg p {
  padding-right: 30px;
}

.diag img {
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.move-right .exit-off-canvas{
    width: calc(100% - 250px);
    left: auto;
    box-shadow: -4px 0 4px rgba(0,0,0,0), 0px 0 4px rgba(0,0,0,0);
    background: rgba(255,255,255,0);
    height: 143px;
}

.move-right .exit-off-canvas:hover {
    background: rgba(255,255,255,0);
}

/*====new homepage styles 2020=====*/
/*====button styles=====*/
html{scroll-behavior: smooth;}
a {transition: all .3s}

/*---Quote Buttons--*/
.inContentQuoteButton {display:inline-block; background:white; border:solid 1px #072F49; border-radius:4px; padding:10px; color:#2258A3!important; font-family:"Helvetica Neue", Helvetica, Roboto, Arial,sans-serif; font-weight:bold; letter-spacing:-1px; transition:all .3s; }
.inContentQuoteButton:hover {color:#97c0de!important; transform:scale(1.05); cursor:pointer;}

/*---Dark Blue Buttons---*/
a.pvBlueButton{display:inline-block; line-height:1em; padding:10px; border-radius:4px; border:1px solid #072F49; background-color:#2258A3; font-weight:normal!important; font-size: 1rem; color:white; transition:all .3s; margin-bottom:.6em; box-shadow:-.1em .1em .3em rgba(0,0,0,0.3); text-decoration:none; letter-spacing:1px;}
a.pvBlueButton:hover, a.pvBlueButton:focus {background:rgba(255,255,255,0.3); color:#072F49; box-shadow:.1em .1em .1em rgba(0,0,0,0.5); transform:scale(0.95)}
.wrapper#content {padding:0}

/*==== Section, Row and Box Styling ====*/
.columns p, .columns ol, .columns ul:not(.ubermenu-nav), .columns li:not(.ubermenu-item) {font-size:18px}
section.page-top-header {position:relative; box-sizing: border-box; background-color:grey; background-image:url(<?php echo get_site_url();?>/wp-content/uploads/2019/12/textured_paper.jpg); background-repeat:repeat;}
section.page-top-header::after {position:absolute; bottom:0; content:''; display:table; width:100%; height:.5em; opacity:0.5;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

.hero-heading-text{/*display:flex; align-items:center; justify-content:center;*/ }
section.page-top-header h1 {font-family:outageregular, 'Open Sans', sans-serif; color:#e0e0e0; text-shadow: -2px 2px 0 #072F49; text-align: center;}

#home-features h3 {font-size:2em; font-family:outageregular, 'Open Sans'; sans-serif;}
#first-row-content-left p {font-size:20px; line-height:1.5}
#first-row-content-left a:hover {color:#97d7de;}
#home-middle-content {box-sizing:border-box; padding-top:60px; padding-bottom:60px; background-image:url(/wp-content/uploads/2019/12/body-copy-bg-3.jpg); background-position:center; overflow:hidden;}
#home-middle-content p {color:black}
#home-bottom-box h3, #home-bottom-box h5 {text-align:center}



/*====Form Styling ====*/
.gform_wrapper ul.gform_fields {display:flex!important; flex-wrap:wrap!important}
.gform_wrapper {max-width:700px!important; margin-left:auto!important; margin-right:auto!important;}
#home-bottom-box input.gform_button {font-weight:normal; color:white; background-color:#2258A3;}
#home-bottom-box input.gform_button:hover {color:#97c0de}

form .gfield_label {color:#072f49}

.gform_drop_area {background:white!important}
.in-page-menu p {padding-top:30px; display:flex; justify-content:space-evenly;}
.in-page-menu p:first-of-type {margin-bottom:0; padding-bottom:0;}
.in-page-menu p a {display: inline-block; padding:5px; min-width:120px; text-align:center; font-weight: bold; background:#e0e0e0; transition:all .3s}
.in-page-menu p a:hover {background:darkgrey}

/*==== Mobile Responsive Styling ====*/
@media only screen and (max-width:640px) and (max-device-width:640px){
    span.perryproducts{color:white}
    section.page-top-header {padding-top:1em; padding-bottom:.25em}
    section.page-top-header h1{font-size:6vw; line-height: .7;}
    #home-middle-content > div:first-of-type{padding-left:2.5%; padding-right:2.5%}
    #home-middle-content > div:last-of-type{padding-left:2.5%; padding-right:2.5%}
    }
@media only screen and (min-width:641px) and (min-device-width:641px){
    .mobile-only {display:none!important}
    span.perryproducts {color:#2258A3}
    section.page-top-header {padding-top:1.5em; padding-bottom:1em}
    section.page-top-header h1{font-size:2rem; line-height: .8;}
    #home-middle-content > div:first-of-type{padding-left:2.5%; padding-right:1%}
    #home-middle-content > div:last-of-type{padding-left:1%; padding-right:2.5%}
    }
@media only screen and (min-width:1025px) and (min-device-width:1025px){
    section.page-top-header {padding-top:2em; padding-bottom:1.75em}
      section.page-top-header h1{font-size:3.25rem; line-height: .7; }
      }
      
      
      /* Jan 2020 updates */
      
      
      section H1 {
          padding-top: 35px;
      }
      
  /* feb 2020 updates */
  
.tab-bar .fa-menu-icon i {
    font-size: 1.7em;
    position: absolute;
    right: -39px;
}

@media only screen and (max-width:700px) {
    .post-318 li {
        width: 100%;
    }
}

.post-318 li .title a {
        font-size: 15px;
    }


/* Testimonials Section */
#home-testimonials {
  padding: 60px 0;
}

#home-testimonials .row {
  max-width: 1170px;
  margin: 0 auto;
  @media (max-width: 1200px) {
      padding: 0 15px;
  }
}

.testimonials-heading {
  text-align: center;
  color: #2258A3;
  font-size: 2em;
  margin-bottom: 40px;
  font-family: outageregular, 'Open Sans', sans-serif;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  border-top: 4px solid #2258A3;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-quote p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  font-style: italic;
}

.testimonial-author {
  margin-top: 20px;
  font-weight: bold;
  color: #2258A3;
  font-size: 15px;
}

/* Tablet: 2 columns */
@media only screen and (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media only screen and (max-width: 700px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  #home-testimonials {
    padding: 40px 0;
  }

  .testimonials-heading {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
}


