/** Mogul Framework Styles **/

/* ------------------------------------- 
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } 
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #545352;}
  html, button, input, select, textarea {font-family: 'Lato', sans-serif;color: #2f2f2f;}
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection { background: #2fbdff; color: #fff; text-shadow: none; }
  a {color: #82c341;text-decoration: none;}
  a:visited {color: #82c341;} 
  .no-touch a:hover {filter: alpha(opacity=75);opacity: 0.75;}
  a:focus { outline: none; }
  b, strong { font-weight: bold; }
  dfn { font-style: italic; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol {margin: 1em 0;padding: 0 0 0 40px;}
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;max-width: 100%;height:auto;}
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label {cursor: pointer;}
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }


/* ------------------------------------- 
  Globals
  ----------------------------------- */

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }
  .clearfix:before, .clearfix:after { content: ""; display: table; }
  .clearfix:after {clear: both;}
  .clearfix { *zoom: 1; }
  

/* Wrap
  --------------------------- */   
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease;background: white;}
  .nav-open .wrap{-webkit-transform: translate(-270px, 0px);-moz-transform: translate(-270px, 0px);-o-transform: translate(-270px, 0px);-ms-transform: translate(-270px, 0px);transform: translate(-270px, 0px);box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.14);}

/* Vertical Centering
  --------------------------- */
  .v-align { position: relative; top: 0; right: 0; height: 100%; bottom: 0; left: 0; display: table; width: 100%;}

/* Horizontal Centering
  --------------------------- */
  .center{text-align: center;margin: auto;}
  .h-align {height: 100%;width: 100%;display: table-cell;vertical-align: middle;}
  .inner{max-width: 1700px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width:700px;}
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 1200px;}



/* Viewport Heights
  --------------------------- */
  @media screen and (min-height:650px) and (min-width:650px){
    .vheight-100{height:100vh;}
    .vheight-90{height:90vh;}
    .vheight-80{height:80vh;}
    .vheight-70{height:70vh;}
    .vheight-60{height:60vh;}
  }

/* Vertical padding / margin
  --------------------------- */
  .pad-top-160{padding-top: 160px;}
  .pad-bot-160{padding-bottom: 160px;}
  .pad-top-140{padding-top: 140px;}
  .pad-bot-140{padding-bottom: 140px;}
  .pad-top-120{padding-top: 120px;}
  .pad-bot-120{padding-bottom: 120px;}
  .pad-top-100{padding-top: 100px;}
  .pad-bot-100{padding-bottom: 100px;}
  .pad-top-80{padding-top: 80px;}
  .pad-bot-80{padding-bottom: 80px;}
  .pad-top-60{padding-top: 60px;}
  .pad-bot-60{padding-bottom: 60px;}
  .pad-top-40{padding-top: 40px;}
  .pad-bot-40{padding-bottom: 40px;}
  .pad-top-20{padding-top: 20px;}
  .pad-bot-20{padding-bottom: 20px;}

  .mar-top-160{margin-top: 160px;}
  .mar-bot-160{margin-bottom: 160px;}
  .mar-top-140{margin-top: 140px;}
  .mar-bot-140{margin-bottom: 140px;}
  .mar-top-120{margin-top: 120px;}
  .mar-bot-120{margin-bottom: 120px;}
  .mar-top-100{margin-top: 100px;}
  .mar-bot-100{margin-bottom: 100px;}
  .mar-top-80{margin-top: 80px;}
  .mar-bot-80{margin-bottom: 80px;}
  .mar-top-60{margin-top: 60px;}
  .mar-bot-60{margin-bottom: 60px;}
  .mar-top-40{margin-top: 40px;}
  .mar-bot-40{margin-bottom: 40px;}
  .mar-top-20{margin-top: 20px;}
  .mar-bot-20{margin-bottom: 20px;}
  
  @media screen and (max-width:640px){
    .pad-top-160{padding-top: 80px;}
    .pad-bot-160{padding-bottom: 80px;}
    .pad-top-140{padding-top: 70px;}
    .pad-bot-140{padding-bottom: 70px;}
    .pad-top-120{padding-top: 60px;}
    .pad-bot-120{padding-bottom: 60px;}
    .pad-top-100{padding-top: 50px;}
    .pad-bot-100{padding-bottom: 50px;}
    .pad-top-80{padding-top: 40px;}
    .pad-bot-80{padding-bottom: 40px;}
    .pad-top-60{padding-top: 30px;}
    .pad-bot-60{padding-bottom: 30px;}
    .pad-top-40{padding-top: 20px;}
    .pad-bot-40{padding-bottom: 20px;}
    .pad-top-20{padding-top: 10px;}
    .pad-bot-20{padding-bottom: 10px;}

    .mar-top-160{margin-top: 80px;}
    .mar-bot-160{margin-bottom: 80px;}
    .mar-top-140{margin-top: 70px;}
    .mar-bot-140{margin-bottom: 70px;}
    .mar-top-120{margin-top: 60px;}
    .mar-bot-120{margin-bottom: 60px;}
    .mar-top-100{margin-top: 50px;}
    .mar-bot-100{margin-bottom: 50px;}
    .mar-top-80{margin-top: 40px;}
    .mar-bot-80{margin-bottom: 40px;}
    .mar-top-60{margin-top: 30px;}
    .mar-bot-60{margin-bottom: 30px;}
    .mar-top-40{margin-top: 20px;}
    .mar-bot-40{margin-bottom: 20px;}
    .mar-top-20{margin-top: 10px;}
    .mar-bot-20{margin-bottom: 10px;}
  }

/* Main Grid / Diff Col Grid
  ------------------------ */
  *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  .grid{/* overflow: hidden; */}
  .grid:after {content: "";display: table;clear: both;}

  [class*='col-'] {float: left;padding: 0px;}
  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{margin-left: -4%;margin-right: -4%;position: relative;}
  .grid.column-2 .col{float: left;width: 42%;margin-left: 4%;margin-right: 4%;}
  .grid.column-2.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-2.tight .col{float: left;width: 49%;margin-left: 0.5%;margin-right: 0.5%;}
  .grid.column-2.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-2.no-gutter .col{width: 50%;margin-left: 0%;margin-right: 0%;}
  .grid.column-2.no-gutter .col.shadow{border-radius: 0px;}

  .grid.column-3{margin-left: -2%;margin-right: -2%;}
  .grid.column-3 .col{float: left;width: 29.33%;margin: 0 2% 30px;}
  .grid.column-3.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-3.tight .col{float: left;width: 32.33%;margin: 0 0.5% 20px;}
  .grid.column-3.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-3.no-gutter .col{width: 33.33%;margin: 0 0%;}

  .grid.column-4{margin-left: -1%;margin-right: -1%;}
  .grid.column-4 .col{float: left;width: 22.9%;margin: 0 1%;margin-bottom: 50px;background-color: white;border-radius: 5px;}
  .grid.column-4.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-4.tight .col{width: 24%;margin: 0 4px;margin-bottom: 50px;position: relative;}
  .grid.column-4.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-4.no-gutter .col{width: 25%;margin: 0 0%;}

  .grid.column-5{margin-left: -1%;margin-right: -1%;}
  .grid.column-5 .col{float: left;width: 18%;margin: 0 1% 22px;background: white;border-radius: 4px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
  .no-touch .grid.column-5 .col:hover{box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.24);transform: translateY(-3px);}
  .grid.column-5 .col img{border-radius: 4px 4px 0px 0px;}
  .grid.column-5.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-5.tight .col{float: left;width: 19%;margin: 0 0.5% 30px;background: #ffffff;}
  .grid.column-5.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-5.no-gutter .col{width: 20%;margin: 0 0%;}

  

  @media screen and (max-width:1400px){
    .grid.column-5 .col{width:31.33%}
  }


  @media screen and (max-width: 1100px){
    .grid.column-4 .col{width: 47.9%;margin-bottom: 20px;}
  }
  @media screen and (max-width:700px){
    .grid.column-2 .col,.grid.column-2.no-gutter .col{width:100%;margin-bottom: 20px;}
    .grid.column-2 .col,.grid.column-2.no-gutter .col:last-child{margin: 0px;}
    .grid.column-2.no-gutter .col.shadow{border-radius: 4px;}
    .alternating .column-2 img{margin-bottom:20px;}
    .grid.column-5 .col{width: 48%;}
  }
  @media screen and (max-width:850px){
    .grid.column-3 .col, .grid.column-3.no-gutter .col,.grid.column-3.tight .col{width: 46%;margin-bottom: 20px;}
    .grid.column-3 .col:last-child,.grid.column-3.no-gutter .col:last-child{margin-bottom:0px;}
  }
  @media screen and (max-width:640px){
    .warranty .grid.column-3 .col {width:100%;margin-bottom: 50px;}
    .grid.column-3 .col, .grid.column-3.no-gutter .col,.grid.column-3.tight .col{width: 100%;margin-bottom: 20px;}
  }
  @media screen and (max-width:550px){
    .grid.column-4 .col{width:100%;}
  }
  @media screen and (max-width:460px){
    .grid.column-5 .col,.grid.column-4 .col{width:100%;}
    
    
  }

/* Flex Grid
  ------------------------ */
  .flex{display: -moz-flex;display: -webkit-flex;display: flex;-moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;position: relative;}


/* ------------------------------------- 
  Components 
  ----------------------------------- */  

/* Typography
  ------------------------ */
  body{font-size:1em;font-family: 'Lato', sans-serif;line-height: 1.375em;}
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.8em;}
  h1{font-size: 3em;line-height: 1.05em;font-weight: 400;}
  h2{font-size: 2.6em;line-height: 1.25em;margin-top: 0px;font-weight: 400;}
  h3{font-size: 1.75em;line-height: 1.25em;font-weight: 300;}
  h4{font-size: 1.1em;line-height: 1.22em;font-weight: 700;}
  h5{font-size: 1em;line-height: 1.22em;}
  p,li{color: #3e3d3c;line-height: 1.6em;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}

  blockquote{font-size: 1.3em;line-height: 1.45833333em;border-left: 4px solid #82c341;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}
  
  @media screen and (max-width: 1024px){
    h1{font-size: 2.5em;line-height: 1.125em;}
    h2{font-size: 2em; line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
  }
  @media screen and (max-width: 640px){
    body{line-height: 1.25em;}
    h1{font-size: 1.4em;line-height:1.25em;}
    h2{font-size: 1.4em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 1.125em;line-height: 1.11em;}
    h5{line-height: 1.11em;}
    p,li{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }

/* Buttons - button groups
  --------------------------- */ 
  a.button{padding: 19px 36px;background-color: #71b132;color: white;font-size: 17px;display: inline-block;line-height: 1em;position: relative;font-weight: 700;}
  a.button.small{font-size: 12px;background: #82c341;color: #ffffff;font-size: 12px;padding: 7px 19px;margin: 0 1px;border-radius: 32px;}
  a.button.round{border-radius: 100px;}
  a.button.rounded{border-radius: 4px;}
  a.button.bg-white{background:white; color:black;}
  a.button.bg-blue{background: #007FEF;color:white;}
  a.button.bg-green{background: #00ca6e;color:white;}  
  a.button.ghost{background:transparent;border: 2px solid;}
  .button-group{margin: 1em 0;}
  .button-group a{margin: 0 10px 5px 0px;}
  .button-group:last-child{margin-bottom:0;position: static;}

  @media screen and (max-width:450px){
    a.button{font-size: 15px;padding: 14px 23px;}
  }

/* Icons
  --------------------------- */ 
  i[class*="icon"]{font-family: 'framework';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
 
/* Tables
  --------------------------- */ 
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;width: 100% !important;max-width: 100%;}
  table td,table th{border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:0.5em 1em;}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;}
  table td:first-child,table th:first-child{border-left-width:0}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{background-color: #f5f5f5;}
  table td{}

/* Backgrounds
  --------------------------- */   
  .bg-white{background:white;}
  .bg-black{background:black;}
  .bg-grey{background: url(../img/pw_pattern.png);}
  .bg-green{background-size: 100% 100%;}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;background-color: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;left: 0;top: 0;z-index: 0;}
  .background-image.no-overlay:before{display:none;}
  .bg-pattern {background-image: url('/wp-content/themes/proquip/img/pattern.png');}
  
  .img-bg-swap{}
  .img-bg-swap img{display: none;}
  @media screen and (max-width: 700px){
    .background-image.img-bg-swap{background-image:none !important;}
    .img-bg-swap img{display: block;}
  }
  
/* Dividers
  --------------------------- */  
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header 
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 50px;position:relative;}
  .section-head.center{margin-left:auto;margin-right:auto;max-width: 760px;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 5px;font-weight: 400;}
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}
  .section-head p{
    color: #7f8a90;
}
.section-head p {
    max-width: 750px; 
}

  @media screen and (min-width:650px){
    .section-head .button-group{display: inline-block;margin: 0px 0 0 17px;position: relative;top: -5px;}
  }
  @media screen and (max-width:650px){
    .section-head{margin-bottom:20px;}
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
  }

/* Tabs
  --------------------------- */   
  ul.tabs{margin: 0px;padding: 0px;list-style: none;background: white;}
  ul.tabs li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .no-touch ul.tabs li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul.tabs li.current{border-bottom: 2px solid #15CD52;}
  .no-touch ul.tabs li.current:hover{filter: alpha(opacity=100); opacity: 1;}
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}


/* Accordions
  -------------------------- */
  #accordion{margin: 2.4em auto 1em;}
  .accordion-head {cursor: pointer;padding: 20px 40px  20px 20px;position: relative;font-size: 16px;background-color: #71b132;color: white;margin-bottom: 0px;margin-top: 6px;}
  .accordion-head:hover{background: #60952c;}
  .accordians h2:after {content: '';width: 40px;height: 2px;display: block;background: #71b132;margin: auto;margin-top: 11px;}
  .catmenu .accordion-head:after{content: '';font-family: 'framework';left: 17px;font-size: 14px;top: 13px;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 7px solid #2f2f2f;position: relative;margin-left: -5px;}
  .catmenu .accordion-head.open:after{content: '';width: 0;height: 0;border-bottom: 7px solid #32373c;border-top: 0px;top: -7px;}
  .accordion-body {display: none;background: rgb(255, 255, 255);padding: 15px 30px;border: 2px solid #eee;margin-bottom: 10px;}
  .type + .accordion-body {display: block;}
  .accordion-body.default {display: block;}
  .accordion {width: 80%;/* margin: auto; */min-width: 224px;margin: 10px;}
  .accordion-head:before{content: 'd';font-family: 'framework';position: absolute;right: 17px;font-size: 15px;top: 22px;}
  .accordion-head.open:before{content: 'e';}
  .catmenu .accordion-head:before {content: '';}
  .accordians.bg-grey {background-image: none;background: #f6f6f6;}

  @media screen and (max-width:750px) {
    .accordion-body {padding: 0px 20px;}
  }
  @media screen and (max-width:400px) {
    .accordion-head {font-size:14px;padding:10px;padding-right:40px}
  }



/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 17px;position: relative;font-size: 14px;color: rgba(255, 255, 255, 0.7);}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block;content: '>';position: absolute;right: -9px;font-size: px;}
  .breadcrumbs li:last-child:before{display:none;}
  .breadcrumbs li a{color:white;  }
  .breadcrumbs.light li a{color: #EE4136;}


/* WP - image styles
  --------------------------- */
  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 36%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 27%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}
  .wp-caption img{margin-bottom: 10px;}

/* Intro
  --------------------------- */   
  .intro-copy{}
  .intro-copy *{position:relative;}
  .no-content .intro-copy{min-height:300px}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;}
  .intro-copy p{
}
  .home .intro.background-image:before{background-color: rgba(39, 31, 23, 0.31);background: linear-gradient(90deg, rgba(16, 62, 74, 0.95) 30%,rgba(35, 35, 35, 0.21) 100%);}
  /* .home .intro:after{content:' ';display:block;width: 30px;background: #82c341;height: 30px;position: absolute;margin: auto;left: 0;right: 0;bottom: -15px;border-radius: 10px;} */
  .home .intro .inner{position:static;padding: 240px 7% 150px;min-height:740px;}
  .home .intro-copy{max-width: 560px;}
  .home .intro-copy h1{color: #fff;margin-bottom: 0.6em;}
  .home .intro-copy a.button{color: #ffffff;/* background: transparent; *//* border: 3px solid #82c341; */}
  
  .home-slider{background:#1e4d5a;}
  .home-slider .slick-slide {min-height: 400px;}
  
  @media screen and (max-width:860px){
    .no-content .intro-copy{min-height:120px}
    .home .intro .inner{padding: 170px 7% 80px;}  
  }
  @media screen and (max-width:650px){
    .home .intro .inner{padding: 70px 7% 50px;}
  }
  @media screen and (min-width:1100px){
    .intro-copy p{font-size:17px;color: rgb(255, 255, 255);}
  }

/* Product recommenddations (tiles) */ 

.woocommerce-page.single-product  nav li:nth-child(2) a:after {/*content: ' ';display:block; ;position: absolute;height: 2px;background: #ffffff;width: 59px;bottom: 5px;*/color: black;}
.tax-product_sector  nav li:nth-child(5) a:before {content: ' ';display: block;position: absolute;height: 2px;background: #2f2f2f !important;width: 66px;bottom: -4px;}
.woocommerce-page.single-product  nav li:nth-child(2) a:after {background: none;}
.product-recommendations .grid .col .tile-copy .button-group { position:absolute; width:100%; bottom:0; }
.product-recommendations .grid .col .tile-copy { padding-bottom:60px;}

 @media screen and (max-width:1500px) {
   .product-recommendations .grid.column-4.tight .col {width:32.4%}
 }
  @media screen and (max-width:1110px) {
   .product-recommendations .grid.column-4.tight .col {width:48%}
 }
   @media screen and (max-width:750px) {
   .product-recommendations .grid.column-4.tight .col {width:100%}
 }
  
/* Tiles 
  --------------------------- */   
  .grid .tile{}
  .grid .tile.shadow{overflow: hidden;border-radius: 4px;transition: all 0.3s ease;background: white;box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.1);}
  .grid .tile-copy{padding: 0px;padding-top: 10px;}
  .product-reccomendations .grid .tile-copy:{padding:0px;}
  .grid.column-5 .tile-copy{text-align:center;padding: 20px 17px 23px;}
  .grid .tile-copy.transparent{background: transparent;}
  .grid .tile-copy *:first-child{margin-top:0px;}
  .grid .tile-copy.transparent{padding: 25px 0px 0px;}
  .grid .tile-copy p{font-size: 14px;}
  .tile-copy p:last-child{margin-bottom:0px;}
  .grid .tile.shadow:hover{box-shadow: 2px 7px 26px 0px rgba(0,0,0,0.46);}

  .grid .tile-copy .button-group{/* margin: 18px 0 0; */padding: 0px;}
  .grid .tile-copy h4{margin:0;}
  .grid .tile-copy h4 a{color: #2f2f2f;}

  .tiles .inner{max-width:100%;}

  .warranty .grid a.button.small {width: 100%;max-width: 200px;margin: auto;background: none;border: none;color: #82c341;padding: 0px;font-size: 15px;}
  .warranty .button-group.clearfix {padding-left: 6px;}
  .warranty .grid a.button.small:after {content: 'j';font-family: 'framework';font-size: 10px;margin-left: 7px;}

  /* home tiles overlay */ 
 
    .home .tiles .tile{position:relative;} 
    .home .tiles .button-group{margin: 0;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
    .home .tiles .button-group a.button{display: block;border-radius: 4px;margin: 0;height: 100%;position: absolute;width: 100%;font-size: 0px;color: transparent;display: flex;justify-content: center;align-items: center;padding: 0;background: rgba(130, 195, 65, 0.91);filter: alpha(opacity=0);opacity: 0;transition: all 0.3s ease;}
    .home .tiles .button-group a.button:hover{filter: alpha(opacity=100);opacity: 1;}
    .home .tiles .button-group a.button:before{content:'See Range';color:white;font-size: 24px;display: block;text-align: center;width: 100%;line-height: 40px;font-weight: 400;/* text-transform: uppercase; *//* letter-spacing: 0.06em; */}

    .tiles .grid .tile-copy h4:after {content: '';width: 40px;height: 2px;display: block;background-color: #71b132;margin: auto;margin-top: 13px;}
    .benefits.tiles .grid .tile-copy h4:after { margin-left: 0px;}
    .tiles.accessories .grid .tile-copy h4:after {display: none;}
    .tiles.warranty .grid .tile-copy h4:after {display: none;}
    .tiles.related-products .grid .tile-copy h4:after {display: none;}
    .tiles.product-reccomendations .grid .tile-copy h4:after {display: none;}

  @media screen and (max-width:450px){
    .grid.column-5 .tile-copy{padding: 18px 3px 17px;}
  }

  @media screen and (max-width:1440px){
    .product-filter .grid.column-4 .col, .support-filter .grid.column-4 .col {width:30%} 
  }

    @media screen and (max-width:1108px){
   .product-filter .grid.column-4 .col, .support-filter .grid.column-4 .col {width:45%} 
  }

    @media screen and (max-width:900px){
    .support-filter .col-1-4 {width: 100%;margin-bottom:30px;}
    .product-filter .col-3-4, .support-filter .col-3-4 {width:100%}
    .grid.column-4 .col {width:%}  
    .support-filter .catmenu.accordion {width:100%;}
    .support-filter .catmenu h4 {width:100%;}
    .support-filter .catmenu .button {right:0px;}
  }

    @media screen and (max-width:560px){
   .product-filter .grid.column-4 .col, .support-filter .grid.column-4 .col {width:100%} 
  }


/* Cards - (Tile derivative)
  --------------------------- */   
  .card{position: relative;min-height: 200px;}
  .card img{min-he;width: 100%;} 
  .card .tile-copy{background: #ffffff;position: relative;}
  .card .tile-copy a{color:white;}
  .card.background-image:before{display: none;}
  .cards .section-head h2:after {content: '';width: 40px;height: 2px;display: block;background: #71b132;margin: auto;margin-top: 11px;}

  @media screen and (max-width:600px){
    .card{/* min-height:0px; */}
    .card img{width: 100%;}  
  }
  @media screen and (max-width:460px){
    .card img{width: auto;}  
  }

  
/* Alternating 2 column
  --------------------------- */
  .alternating{}
  .alternating .flex.column-2{margin-top:20px;}
  .alternating .flex.column-2:first-child{margin-top:20px;}
  .alternating .column-2 .col{float: right;}
  .alternating .column-2:before{display:block;content:' ';margin: 6em auto;border-top: 1px solid #E3E3E3;width: 94%;}
  .alternating .flex.column-2:before{display:none;}
  .alternating .column-2:first-child{margin-top: 35px;}
  .alternating .column-2:first-child:last-child{margin:0px;}
  .alternating .column-2:first-child:before{display:none;}
  .alternating .column-2:nth-child(odd){}
  .alternating .flex.column-2:nth-child(even){display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  .alternating .column-2:nth-child(odd) .col:nth-child(odd){float: left;}
  .alternating .column-2:nth-child(odd) .col:nth-child(even){ float: right;}
  .alternating .grid.column-2 .col:nth-child(odd){margin-bottom: 0;}
  .alternating .column-2 img{}
  .alternating .content *:first-child{margin-top:0px;}
  .alternating .map_embed{padding-bottom: 5%;overflow: hidden;}

  .logo-alternating .alternating .grid.column-2 .col:nth-child(1) {width: 20%;}
  .logo-alternating .alternating.inner {max-width: 1200px;margin: auto;padding-top: 0px;}
  .logo-alternating .alternating .grid.column-2 .col:nth-child(2) {width: 63%;} 
  .logo-alternating p {font-size: 20px;} 
  
  @media screen and (max-width:950px){
    .alternating .column-2:before{margin: 3em auto 3em;width: 100%;}
  }
  @media screen and (max-width:700px){
    .alternating .column-2:before{margin: 2em auto 2em;}
  }  
  @media screen and (max-width:640px) {
  .logo-alternating .alternating .grid.column-2 .col:nth-child(1) {width: 100%;text-align:center}
  .logo-alternating .alternating .grid.column-2 .col:nth-child(2) {width: 100%;} 
  .logo-alternating .alternating .grid.column-2 .col:nth-child(1) img {max-width:250px;margin:auto;max-height: 150px;}
  }



/* Slick slider
  --------------------------- */
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,.slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: none;}
  .slick-slide.vheight-70{height:70vh;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}
  .tile-slider .tile-copy p {padding-bottom: 25px;}
 
  .tile-slider .slick-track {
    display:flex;
  }
  .tile-slider .slick-track .slick-slide {
        display: flex;
        height: auto;
        flex-direction:column;
        display: block;
  }
  /* Dots */
  .slick-dots{position: absolute;bottom: 40px;z-index: 9;width:100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgb(255, 255, 255);}
  .slick-dots li{font-size:0px;display:inline-block;margin: 0 5px;}
  .slick-dots button{border: 0px;width: 10px;height: 10px;display: block;border-radius: 20px;padding: 0px;outline: none;}
  .slick-dots li.slick-active{}
  .slick-dots li.slick-active button{background: #82c341;}
  .slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 0px;}
  .tiles .slick-dots {bottom: 0px;}

  @media screen and (max-width:450px){
    .slick-dots button{}
  }
 
  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 50px;height: 50px;margin-top: -10px;padding: 0px;cursor: pointer;color: #71b132;border: none;outline: none;background: #d4d4d4;border-radius: 100px;z-index: 1;}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;}
  .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
  .slick-prev:before,.slick-next:before{font-size: 25px;line-height: 1;opacity: 1;color: #71b132;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: framework;}
  .slick-prev{left: 30px;}
  .tile-slider .slick-prev{left: -70px;}
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{content: 'i';}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: 30px;}
  .tile-slider .slick-next{right: -70px;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{content: 'j';}
  [dir='rtl'] .slick-next:before{content: '<';}

  @media screen and (max-width:1024px){
    .slick-prev, .slick-next{display:none !important;}
  }


/* Blog filter bar
  --------------------------- */
  .blog-filter {background: #FFF;margin-bottom: 30px;overflow: hidden;border-bottom:1px solid #eee;}
  .blog-filter ul {text-align:center;margin: 0;padding: 10px;}
  .blog-filter li {display:inline-block;margin: 10px 20px;} 
  
  .blog-filter .level-1 {border-bottom: 1px dashed #EEE;margin-bottom: -1px;}
  .blog-filter .level-1 a { padding: 0 0 5px 0;} 
  .blog-filter .level-1 a:after { content:"+"; padding-left:5px; }
  .blog-filter .level-1 a.open:after { content:"-"; }
  
  .blog-filter .level-2 li { font-size:14px; margin:10px; }
  .blog-filter a:hover { opacity:0.8; }
  .blog-filter a span {display:inline-block;font-size: 13px;padding:2px 4px;min-width:21px;height:21px;border-radius:100px;background: #71b132;font-weight: 400;color: white;line-height: 16px;margin-left: 7px;}

  .content.blog .grid .tile-copy {padding: 20px;}
  .content.blog .grid .tile-copy p {padding: 0px;font-size: 14px;} 
  .content.blog .tile-copy p a {display: block;margin-top: 20px;font-weight: 600;}
  .content.blog .tile-copy p a:after {content: 'j';font-family: 'framework';font-size: 10px;margin-left: 5px;}
  .content.blog .tile-copy h3 {font-size: 20px;font-weight: 400;}
  .content.blog .tile-copy h5.date-meta {padding-left: 0px;margin-top: -13px;}
  .blog span.date-meta {margin-top: -13px;}
  .content.blog .grid .tile-copy h3 a {color: #2f2f2f;}
  .content.blog .tile-copy h5.date-meta:after {content: '';width: 40px;height: 2px;display: block;background: #71b132;margin-top: 16px;}

  .post-content {max-width: 1200px;margin: auto;}
  .post-content img {margin-top: 25px;margin-bottom: 25px;}
  .article-wrapper {padding-bottom: 40px;}
  span.newer-posts {float: right;}

/* Comments
  --------------------------- */  

  .comments-wrapper .navigation{display:none;}
  ol.commentlist {list-style:none;margin:0 0 1em;padding: 20px 0 0;text-indent:0;}
  ol.commentlist li { }
  ol.commentlist li.alt { }
  ol.commentlist li.bypostauthor {}
  ol.commentlist li.byuser {}
  ol.commentlist li.comment-author-admin {}
  ol.commentlist li.comment {padding:1em;border: 1px solid #eee;}
  ol.commentlist li.comment div.comment-author {}
  ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
  ol.commentlist li.comment div.vcard cite.fn a.url {}
  ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
  ol.commentlist li.comment div.vcard img.avatar-32 {}
  ol.commentlist li.comment div.vcard img.photo {}
  ol.commentlist li.comment div.vcard span.says {}
  ol.commentlist li.comment div.commentmetadata {}
  ol.commentlist li.comment div.comment-meta { font-size:9px; }
  ol.commentlist li.comment div.comment-meta a { color:#ccc; }
  ol.commentlist li.comment p {margin:0 0 1em;font-size: 14px;}
  ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
  ol.commentlist li.comment div.reply { font-size:11px; }
  ol.commentlist li.comment div.reply a { font-weight:bold; }
  ol.commentlist li.comment ul.children {list-style:none;margin:1em 0 0;text-indent:0;padding-left: 0px;}
  ol.commentlist li.comment ul.children li {}
  ol.commentlist li.comment ul.children li.alt {}
  ol.commentlist li.comment ul.children li.bypostauthor {}
  ol.commentlist li.comment ul.children li.byuser {}
  ol.commentlist li.comment ul.children li.comment {}
  ol.commentlist li.comment ul.children li.comment-author-admin {}
  ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #eee;margin:0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-5 {}
  ol.commentlist li.comment ul.children li.odd {}
  ol.commentlist li.even { background:#fff; }
  ol.commentlist li.odd { background:#f6f6f6; }
  ol.commentlist li.parent {border-left: 5px solid #eee;}
  ol.commentlist li.thread-alt { }
  ol.commentlist li.thread-even {}
  ol.commentlist li.thread-odd {}

  #commentform textarea, #commentform input {background: #EFEFEF;border: 0px;font-size: 12px;padding: 10px 10px;outline: none;width: 100%;}
  #commentform input[type="submit"]{font-size: 12px;padding: 4px 16px;line-height: 26px;width: auto;border: 2px solid #222;background: rgba(0, 0, 0, 0);outline: none;margin-top: 10px;text-transform:uppercase;}
	p.comment-form-url { display:none; }


/* Search page
  --------------------------- */
  .search-results{}
  .search-results article{display:block;float: none;width: 100%;border-bottom: 1px solid white;background: white;padding: 17px 23px 16px;margin: 0px 1% 4px;}
  .search-results article h3{margin:0px;font-size: 23px;font-weight: 400;}
  .search-results article h5.date-meta{margin: 10px 0px 1px;padding-left: 0px;}
  .search-results article p{margin: 10px 0px 0px;font-size: 15px;}
  .load-more-wrapper{margin:10px 0px;}
  .search .articles {max-width: 1000px;margin: auto;} 
  .search article .post-snip p a {display: block;margin-top: 7px;font-weight: 400;}
  .search article .post-snip p a:after {content: 'j';font-family: 'framework';font-size: 10px;margin-left: 7px;}

  @media screen and (max-width:450px){
    .search-results article h3{line-height:1.3em;}
    .search-results article p{font-size:11px;}
  }


/* Footer
  --------------------------- */
	footer .social i{color: white;font-size: 27px;display: inline-block;margin: 0 13px 0px 0;}


/* Slick - Gallery slider
  ------------------------------------ */
  .gallery-slider img{height: 400px;}
  .gallery-slider .slick-dots{bottom: 16px;}

  @media screen and (max-width:1024px){
  	.gallery-slider img{height: 300px;}
    .home .intro .inner {min-height:400px}
  }
  @media screen and (max-width:760px){
  	.gallery-slider img{height: 200px;}
  }
  @media screen and (max-width:450px){
  	.gallery-slider img{height: 110px;}
  	.gallery-slider .slick-dots{position: relative;bottom: 0px;background: #3a3a3a;padding-bottom: 10px;}
  }


/* Zoom gallery
	----------------------- */
  .mfp-figure figcaption{position: absolute;width: 100%;overflow: hidden;height: 100%;bottom: 0;}
  .mfp-figure .mfp-bottom-bar{padding: 14px;background: transparent;}
  .mfp-bottom-bar .mfp-counter{bottom: 23px;right: 0px;}
  .mfp-title .author img.avatar{width: 30px;left: -40px;top: -5px;}
  .mfp-title .author .name{color: white;font-size: 12px;}
  .mfp-title .author .username, .mfp-title .author .time{color: rgba(255, 255, 255, 0.5);}

  .image-source-link {color: #98C3D1;}
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg,
  .mfp-animated-image{opacity: 0;	-webkit-backface-visibility: hidden;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
  .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.9;}
  .mfp-with-zoom.mfp-removing .mfp-container, 
  .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}
  .mfp-ready .mfp-animated-image{opacity: 1;}

  .mfp-wrap .mfp-arrow{height: auto;width: auto;margin: -26px 0 0 0;}
  .mfp-arrow:before{display:none;}
  .mfp-arrow-right:after, .mfp-arrow-left:after{font-family: framework;font-size: 40px;color: white;width: 50px;height: 50px;display: block;line-height: 46px;position: relative;border: 0px;margin: 0px;}
  .mfp-wrap .mfp-arrow-right{right: 15px;}
  .mfp-wrap .mfp-arrow-left{left: 15px;}

  .mfp-arrow.mfp-arrow-right:after{content: 'j';}
  .mfp-arrow.mfp-arrow-left:after{content: 'i';}

  @media screen and (max-width:450px){
    .mfp-arrow-right:after, .mfp-arrow-left:after{font-size: 20px;}
    .mfp-wrap .mfp-arrow-right{right: 5px;}
    .mfp-wrap .mfp-arrow-left{left: 5px;}
  }

/* Gallery - thumbnail */
  .gallery-thumbnail > .gallery-thumbnail-image{ float: left; width: 20%;}
  .gallery-thumbnail-image{display: block;margin-top: 0px;text-align: center;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;overflow: hidden;background-size: auto 110%;background-position: center;}
  .gallery-thumbnail-image:hover{-webkit-transform: scale(0.98);-moz-transform: scale(0.98);-o-transform: scale(0.98);-ms-transform: scale(0.98);transform: scale(0.98);filter: alpha(opacity=83);opacity: 0.83;}
  .gallery-thumbnail-image img{width: 100%;}
  .gallery-thumbnail-image img.image-bg{ position: absolute;}
  .gallery-thumbnail-image img.image-spacer{border: 7px solid #ffffff;}
  @media screen and (max-width:450px){
    .gallery-thumbnail > .gallery-thumbnail-image{ width: 25%; }  
  }


/* Logo strip
----------------------------- */
	.logo-strip{background:white}
	.logo-strip .inner{padding:60px 7%;}
	.logo-strip .section-head{}
	.logo-strip img{max-width: 83%;margin: 10px 12px;max-height: 80px;margin: auto;position: relative;top: 50%;transform: translateY(-50%);}
	.logo-strip .logos{}
	.logo-item{display: table-row;margin: 0 0 0 -1px;background: white;width: 16.66%;border: 1px solid #e4e4e4;text-align: center;}
	.logo-item a{height: 134px;display: block;vertical-align: middle;width: 100%;}
	.logo-item span{display:block;font-size: 13px;padding: 9px 10px;border-top: 1px solid #e4e4e4;}
	.logo-item span:before{content:' ';display:inline-block;width: 24px;height: 24px;margin: -7px 6px -7px 0px;}
    .logo-germany:before{background-image: url(../img/flags/de.png);}
    .logo-united-kingdom:before{background-image: url(../img/flags/uk.png);}
    .logo-australia:before{background-image: url(../img/flags/au.png);}
    .logo-italy:before{background-image: url(../img/flags/it.png);}
    .logo-united-states:before{background-image: url(../img/flags/us.png);}

    @media screen and (max-width:950px){
      .logo-item{width: 33.3%;margin-top: -1px;}
    }
	@media screen and (max-width: 400px){
	   .logo-item{margin: 0 5px 13px;width: 50%;margin: -1px 0 0 -1px;}
	   .logo-strip img{max-width: 80px;margin: 7px 10px;}
	}


/* Testimonials
  --------------------------- */
  .testimonials{background-position: center;}
  .testimonials .slide:before{    
    content: ' ';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    }
  .testimonials .inner{z-index:1;}
  .testimonials .section-head{margin:0 auto;}
  .testimonial .author{font-size: 12px;}
  .testimonials .slick-dots{position: absolute;bottom: 20px;}
  .testimonials .slick-dots button{background: rgb(255, 255, 255);}
  .testimonials .slick-dots li.slick-active button{background: #82c341;}
  .testimonials .slider {}
  .testimonials .slick-slider .slick-list{    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 4%,rgba(0,0,0,1) 96%,rgba(0,0,0,0) 100%);}
  .testimonials .slick-slide{ padding: 80px; display:block; width:100%; height:100%; background-repeat:no-repeat; background-size:cover; background-position:center center;}
  .testimonials .slick-slide.slick-active { }
  .testimonials img.avatar{margin: 0 auto 0;width: 70px;height: 70px;border-radius: 57px;/* border: 3px solid white; */}
  
  @media screen and (min-width:600px){
    .testimonial p{font-size: 30px;font-weight: 300;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative; display: none;width: 100%;background: #F3F3F3;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgb(47, 47, 47);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 240px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight:normal;}
  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: calc(39%);right: 30px;color: rgb(113, 113, 113);font-size: 12px;font-family: 'Work Sans', sans-serif;}
  .search-form small a{color: white;background-color: #82c341;display: inline-block;padding: 2px 11px;border-radius: 30px;margin-left: 7px;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;}
  }  
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 270px;position: absolute;z-index: 1;right: 0px;}
  .mobile-nav .icon-close{color: white;padding: 33px 29px 12px;display: inline-block;font-size: 19px;cursor: pointer;}
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 20px;}
  .mobile-nav li{border-bottom: 1px solid rgba(255, 255, 255, 0);font-size: 14px;width: 100%;}
  .mobile-nav li.current_page_item a,
  .mobile-nav li.current_page_parent a,
  .mobile-nav li.current_page_ancestor a{color: #ffffff;background: #82c341;}
  .mobile-nav li a{color: white;display: block;padding: 8px 20px;}
  .mobile-nav ul.sub-menu {opacity: 1;display: block;position: relative;}
  .mobile-nav ul.sub-menu li {background: none;border: none;}
  .mobile-nav ul.sub-menu {box-shadow: none;margin-top: 0px;padding-top: 0px !important;padding-left: 20px !important;}
  .mobile-nav ul.sub-menu li a {background: none;color: white !important;}
  .mobile-nav li.menu-item-has-children:hover ul.sub-menu li {background: none;}

  @media screen and (max-width:520px){
    .mobile-nav{width: 270px;}
    .mobile-nav li{font-size: 14px;}
  }


/* Header
  --------------------------- */
  #header{padding: 20px 24px;position: relative;}
  #header.transparent{position: absolute;z-index: 1;width: 100%;/* border-bottom: 1px solid rgba(255, 255, 255, 0.16); */}
  #header a.main-logo{margin: 0;float: left;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 210px;height: 88px;background-image: url(../img/logo_reversed.png);background-size: 100%;background-repeat: no-repeat;position: relative;top: 0px;}
  .header-inner{position: relative;float: right;}
  .header-inner nav{float: right;}
  .header-inner nav ul{padding: 12px 0px;/* border-bottom: 1px solid rgba(255, 255, 255, 0.22); */}
  .header-inner nav li, .sticky-nav li{display: inline-block;margin-right: 25px;font-size: 15px;}
  .header-inner nav li:last-child{margin-right:0px;}
  #header nav{margin-right:30px;}
  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color: #ffffff;font-weight: 700;position: relative;}
  #header nav li.current_page_item a:before,
  #header nav li.current_page_parent a:before,
  #header nav li.current_page_ancestor a:before{content:' ';display:block;position: absolute;width: 100%;height: 2px;background: #ffffff;top: 24px;}

  .header-inner nav a{color: #888;}
  .transparent .header-inner nav a{color: rgb(255, 255, 255);}
  #header [class*="icon"]{font-size: 20px;padding: 12px;float: right;}
  #header.transparent [class*="icon"]{color: #ffffff;background: #71b132;}
  #header .icon-search{border-radius: 40px;font-size: 15px;width: 44px;height: 44px;padding: 0px;text-align: center;line-height: 45px;}
  #header .icon-nav{display:none;}
  #header img.xero{width: 120px;float: right;margin-right: 19px;}

  .header-inner a.button.small{float: right;background: #71b132;color: #ffffff;border-radius: 20px;margin: 11px 20px 0px 0px;padding: 6px 12px;font-size: 12px;border: 0px;}
  #header .ph-number{font-size: 25px;margin-right: 24px;}
  #header .ph-number .icon-phone{float: none;display: inline-block;font-size: 0.7em;position: relative;left: 0px;top: 1px;margin-right: -5px;}
  #header .ph-number a{color: white;font-size: 30px;font-weight: 400;padding: 26px 45px;float: left;}

  li.menu-item-has-children > a:after {content: 'd';position: relative;margin-left: 2px;text-transform: none;color: #fefefe;font-size: 10px;font-family: 'framework';position: relative;margin-left: 6px;font-weight: 900;}
  li.menu-item-has-children {position: relative;display: inline-block;}
  .sub-menu li:last-child {border: 0px;} 
  ul.sub-menu{position: absolute;min-width: 190px;transition: all 0.3s ease;pointer-events: none;opacity: 0;z-index: 10;-webkit-box-shadow: 0px 9px 33px -10px rgba(0,0,0,0.5);-moz-box-shadow: 0px 9px 33px -10px rgba(0,0,0,0.5);box-shadow: 0px 9px 33px -10px rgba(0,0,0,0.5);padding: 17px 0px 0px !important;}
  li.menu-item-has-children:hover ul.sub-menu{pointer-events: all;  opacity: 1; }
  ul.sub-menu li {display: block;letter-spacing: 0;margin: 0;padding: 6px 10px;text-align: left;border-bottom: 2px solid #f3f3f3;background: white;}
  li.menu-item-has-children:hover ul.sub-menu li {display: block;background-color: #ffffff;}
  ul.sub-menu li a {display: block;padding: 2px 10px;color: #71b132 !important;}
  .tax-product_sector  nav.mobile-nav  li:nth-child(5) a:before {background: none !important;}
  .single-product .mobile-nav .menu-item-2544 a:before {background: none;}


  .woocommerce.single-rpoduct li.menu-item-has-children > a:after {color: black;}
  .single-product #header .ph-number a {color: #2f2f2f;}
  .single-product .menu-item-2544 a:before {content: '';width: 100%;height: 2px;background: black;display: block;position: relative;bottom: -29px;}
  .single-product .menu-item-2544 .sub-menu a:before {background: none;}
  .single-product li.menu-item-has-children > a:after {color: black;}
  .tax-product_sector li.menu-item-has-children > a:after {color: black !important;}
  .tax-product_sector  nav li:nth-child(5) .sub-menu a:before {background: none !important;}
  .tax-product_sector #header .ph-number a {color: #353535;}

  /* sticky fixed nav */
  #sticky-wrapper{position: relative;z-index: 1;}
  .sticky-nav{background-color: #71b132;}
  .is-sticky .sticky-nav{background: #71b132;z-index: 1000;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);}
  .sticky-nav li a{color: #ffffff;}
  .sticky-nav li a:focus {border-bottom: 2px #ffffff solid;padding-bottom: 3px;color: #ffffff;}
  .sticky-nav .inner {padding: 20px 10px;}

  @media screen and (max-width:1250px){
    .header-inner nav{display:none;}  
    #header .icon-nav{display:block;border-radius: 50px;margin-left: 10px;background: #82c341 !important;color: white !important;}
  }
  @media screen and (max-width:784px) {
    .sticky-nav .inner {padding: 10px 5px;} 
    .sticky-nav li {font-size:13px}
   
  }
  @media screen and (max-width:769px){
    #header.transparent{background: white;position: relative;padding: 13px 13px;}
    #header a.main-logo{background-image: url(../img/proquip_logo.png);width: 150px;height: 64px;}
    #header a.header-ph{display: none;}
    .header-inner{padding: 9px;}
    .header-inner a.button.small{background: #82c341;color: white;}
    #header.transparent [class*="icon"]{background: #82c341;}
        #header .ph-number a{color: #2f2f2f;font-size: 30px;font-weight: 400;padding: 20px 22px;float: left;}
  }
  @media screen and (max-width:565px) {
        #header .ph-number a{display:none;}
  }

  @media screen and (max-width:440px){
    #header.transparent{}
    #header a.main-logo{
    width: 115px;
    height: 48px;
}
    header a.header-ph{}
    .header-inner{
    padding: 0px;
}
    .header-inner a.button.small{
    display: none;
}
    #header.transparent [class*="icon"]{}
  }


  /* Columns */
  .columns .grid { margin: 4em 0; }
  .column {padding-bottom: 4em;border: 10px solid #EFF2F8;position: relative;padding: 2em;}
  .column.selected {border-color: #000;z-index: 1;-moz-box-shadow: 0px 0px 0px 10px #FFF;padding: 2em;}
  .column.selected:after { content:"Most popular"; text-transform:uppercase; text-align:center; display:inline-block; background: #000; padding: 0.6em 1.2em; font-size: 10px; color: #FFF;position: absolute;right: 0em;top: 0;font-weight: 700;letter-spacing: 0.15em; }
  .column-header { text-align:center; }
  p.price { font-size: 2.0em; font-weight: 700;}
  p.price sup { font-size:0.5em; top:-0.65em; }
  .outro { padding: 2em 50% 4em 2em; }

	//horizontal Columns
  .horizontal .column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
  .horizontal .column-header { float:left; width:30%;text-align:left; }
  .horizontal .column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }

  @media screen and (max-width:1100px){
    .column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
    .column-header { float:left; width:30%;text-align:left; }
    .column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }
    .column.selected:before { height:40px; }
    p.price { text-indent: 0; }
    .column.selected:after { font-size: 8px; right:auto; left:0; }
    .outro { padding:0em 20% 3em 0; }
	}
  @media screen and (max-width:650px){
    .horizontal .column-header, .column-header { width:100%; text-align:center; }
    .horizontal .column-price, .column-price { width:100%; text-align:center; }
    .horizontal .column-content, .column-content { clear:both; width:100%; padding:0; }  
  }


/* Popup
  --------------------------- */  
  
  html.popup-open, html.popup-open body { overflow:hidden !important; }

  .popup {background-color: rgba(8, 34, 53, 0.7);position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;overflow-x: hidden;text-align: center;}
  .popup-inner {padding: 80px;height: auto;width: inherit;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;padding: 20px;-webkit-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);-moz-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);}
  .popup .button-overlay { position:absolute; width:100%; height:100%; top:0; left:0; display:block; color:transparent; }
  .popup .button-overlay span { display:none; }

  .popup .button-x {position:absolute;top: -10px;right: -10px;text-decoration:none;line-height: 40px;width:40px;height:40px;display:inline-block;text-align:center;background: #82c341;border-radius: 100px;color: #FFF;text-align:center;-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
  .popup .button-x span { display:none; }
  .popup .popup-content input[type="submit"] {background: #82c341;color: white;padding: 9px 17px;}

  .popup .popup-content input, .popup .popup-content textarea {position: relative;border: 0px;background: #e5e5e5;padding: 10px;}
  .popup h3 { margin-top: 0px;font-size: 34px;}
  .ninja-forms-required-items {margin-top: -23px;margin-bottom: 20px;font-size: 12px;}

  @media screen and (min-width:700px){
    .popup-content-wrapper {min-width: 550px;}
  }
    @media screen and (max-width:700px){
    .popup-content-wrapper {width: 100%;}
  }
  @media screen and (max-width:600px){
    .popup-inner{ padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper { padding:30px; }
    .popup-content-wrapper { font-size:12px; }
  }


/* Products Intro
  --------------------------- */  

  .mobile-show{ display:none; }
  .product-copy{}
  .product-showcase-slider{margin-bottom: 9px;margin-top: 74px;}
  .product-showcase-slider img{}
  .product-nav-slider{margin-bottom: 74px !important;}
  .product-nav-slider img{padding: 6px;opacity: 0.4;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}
  .product-nav-slider img.slick-current{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
  .product-nav-slider .slick-next{right: -35px;}
  .product-nav-slider .slick-next:before{color: #adadad;}
  .product-nav-slider .slick-prev{left: -40px;}
  .product-nav-slider .slick-prev:before{color: #adadad;}
  .product-nav-slider .slick-dots{bottom: -28px;}
  .product-nav-slider .slick-dots button{background: rgba(113, 177, 50, 0.33);}
  .product-nav-slider .slick-dots li.slick-active button{background: #71b132;}
  .product-details a.button {padding: 13px 18px;} 
  .product-details .button-group {margin-bottom: 50px;}
  
  @media screen and (max-width:1100px){
    .mobile-show{display:block}
    .mobile-hide{display:none;  }
    .product-details .grid.column-2{margin:0px;}
    .product-details .grid.column-2 .col{width:100%;margin: 0;}
    .product-showcase-slider{margin-top:30px;}
    .product-details .product-copy ul {max-width:300px;margin:auto;}
  }
  @media screen and (max-width:650px){
    .product-copy p{font-size: 13px;line-height:1.6em;}
    .product-option label{width: 100%;}
    .product-option select{width: 100%;}
    .product-showcase-slider{margin-bottom:5px;}
    .product-nav-slider img{padding: 2px;}
  }

/* Search large */
  .search-large{text-align:center;}
  .search-large.bg-green{background: #82c341 url(../img/green_floor.jpg) no-repeat left center;}
  .search-large .inner{padding: 100px 7%;}
  
  .search-large h2{font-weight: 400;margin-right: 20px;margin: 0 45px 0 0;position: relative;top: 5px;}
  .search-large select{background: white;padding: 18px 16px 18px;border: 0px;margin-right: 19px;font-size: 18px;height: 57px;min-width: 327px;border-radius: 4px;color: #797979;}
  .search-large input[type="submit"]{color: white;background: #56901d;border: 0px;font-size: 20px;padding: 15px 34px 18px;border-radius: 4px;}
  .search-large .inner p{display:block;margin-bottom: 0px;font-size: 20px;}
  
  @media screen and (min-width:1171px){
    .search-large .inner *{display:inline-block}
  }
  @media screen and (max-width:1170px){
    .search-large .inner{padding: 35px 7%;}
    .search-large h2{top: 0px;margin: 0 0 18px 0px;font-size: 28px;}
    .search-large select{min-width: 40%;height: auto;padding: 12px 20px;font-size: 16px;}
    .search-large input[type="submit"]{height: auto;padding: 12px 20px;font-size: 16px;}
  }
  @media screen and (max-width:400px){
    .search-large .inner{padding: 20px;}
    .search-large h2{font-size: 21px;}
    .search-large select{width: 100%;margin-bottom: 10px;padding: 12px 12px;}
    .search-large input[type="submit"]{width: 100%;}
    .search-large .inner p{font-size:14px;}
  }
  
/* blog tiles */
  .blog-tiles{
}
  .date-meta{font-size: 12px;margin: 0px 0px 0px 0px;display: block;color: #909090;}
  .blog-tiles .section-head h2{display: inline-block;}
  .blog-tiles .grid.column-4 .col{background: #ffffff;position:relative; padding-bottom:50px;}
  .blog-tiles .grid .tile-copy{padding: 0px;}
  .blog-tiles .grid .tile-copy .button.small { position:absolute; bottom:0;}


/* footer */
  footer.bg-black{background: #403f3e url(../img/wood_1.png);background-size: 219px;}
  footer .inner{padding: 37px 7%;}
  footer .grid.column-3 .col:first-child{}
  footer .grid.column-3 .col:nth-child(2),footer .grid.column-3 .col:nth-child(3){width: 24%;}
  footer.dark p,footer.dark h4{color: #a59f99;}
  footer.dark h4{text-transform: uppercase;font-size: 14px;border-bottom: 1px solid rgba(255, 255, 255, 0.09);padding-bottom: 18px;}
  footer.dark p.footer-meta{font-size: 12px;border-top: 1px solid rgba(255, 255, 255, 0.09);margin-top: 0px;padding-top: 15px;}
  footer.dark ul{padding-left: 2px;}
  footer.dark ul li{font-size: 13px;list-style: none;border-bottom: 1px dashed #313131;padding: 8px 0px;}
  footer.dark ul li:last-child{border:0px;}
  footer.dark ul li a{
    /* color: white; */
}

  @media screen and (max-width:830px){
    footer .grid.column-3 .col:first-child{width: 100%;text-align:center;padding: 0px 0 17px 0;margin: 0 0 26px 0;border-bottom: 1px solid #585853;}
    footer .grid.column-3 .col:nth-child(2), footer .grid.column-3 .col:nth-child(3){width:46%}
  }


  /* range tiles overlay */

    .range.tiles .tile{position:relative;}
    .range.tiles .button-group{margin: 0;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
    .range.tiles .button-group a.button{display: block;border-radius: 4px;margin: 0;height: 100%;position: absolute;width: 100%;font-size: 0px;color: transparent;display: flex;justify-content: center;align-items: center;padding: 0;background: rgba(130, 195, 65, 0.91);filter: alpha(opacity=0);opacity: 0;transition: all 0.3s ease;}
    .range.tiles .button-group a.button:hover{filter: alpha(opacity=100);opacity: 1;}
    .range.tiles .button-group a.button:before{content:'See Range';color:white;font-size: 24px;display: block;text-align: center;width: 100%;line-height: 40px;font-weight: 400;position: relative;}


/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    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: ""; }  /* Don't show links for images, or javascript/internal links */
    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;} 
  }

/* Single Column
--------------------------- */
.single-column img {margin-top: 40px;margin-bottom: 40px;} 

/*contact form */
  .nf-form-content {display: block; padding-bottom: 20px; min-height: 300px;}
  .single-column nf-field {width: 48%;display: inline-block;float: left;margin-bottom: -20px;}
  .single-column nf-field:nth-child(odd) {margin-right: 4%;}
  .single-column nf-field input, .single-column nf-field textarea {position: relative;border: 0px;background: #e5e5e5;padding: 10px;}
  .single-column nf-field input[type="submit"] {background: #71b132;color: white;padding: 10px 20px;}
  .single-column nf-field .submit-container {width: 100%;float: right;text-align: right;}

  .col .map_embed .google-map-wrapper iframe {width: 100%;max-height: 260px;}
  .locations .alternating.inner {padding-top: 0px;max-width: 1500px;margin-top: -60px;}
  .locations .alternating .column-2:before {margin-top: 20px;margin-bottom: 68px;}
  .locations .alternating .grid.column-2 .col:nth-child(odd) {width: 59%;}
  .locations .alternating .grid.column-2 .col:nth-child(even) {width: 25%;}

  @media screen and (max-width:1390px) {
      .col .map_embed .google-map-wrapper iframe {width: 100%;max-height: 330px;}
  }

  @media screen and (max-width:1100px) {
  .locations .alternating .grid.column-2 .col:nth-child(odd) {width: 100%;margin:0px;}
  .locations .alternating .grid.column-2 .col:nth-child(even) {width: 100%;margin:0px;}
  }

  @media screen and (max-width:640px) {
    .single-column nf-field {width:100%; float: none;}
  }

/* Intro Landing Page
--------------------------- */

.intro-landing .intro-content.background-image {background-image: url('/wp-content/themes/proquip/img/armstrong-prestige.jpg');-webkit-box-shadow: -2px 7px 24px -2px rgba(0,0,0,0.75);-moz-box-shadow: -2px 7px 24px -2px rgba(0,0,0,0.75);box-shadow: -2px 7px 24px -2px rgba(0,0,0,0.75);}

.intro-content.background-image {}
.intro-content.background-image {padding: 80px;}
.intro-landing .intro-copy p {max-width: 700px;}
.intro-landing .intro-copy h2 {margin-top: 80px;}
.intro-landing .intro-heading  ul li {font-size: 14px;color: black;}
.intro-landing .breadcrumbs li a {
    color: #71b132;
    margin-right: 15px;
}
section.intro.intro-landing {
    padding-top: 80px;
    background-image: url('/wp-content/themes/proquip/img/pattern.png');
}

@media screen and (max-width:700px) {
    .intro-landing .intro-content {padding: 30px;}
    .intro-landing .intro-content h2 {margin-top:20px}
    section.intro.intro-landing {padding-top:0px;}
}


.cards .grid.column-3 .col {
    position: relative;
    display: block;
    background-size: 100%;
    box-shadow: none;
    border-radius: 0px;
}
.card .tile-copy {
    padding: 21px 4px;
}

.cards .tile-copy p {
    font-size: 0.95em;
}

.product-reccomendations.tiles img {
    max-height: 250px;
    width: auto;
}
.product-reccomendations img {
    padding-top: 15px;
}

.product-reccomendations .grid {
    text-align: center;
    margin: auto;
}

body.tax-product_sector header#header ul li a, .single-product header#header ul li a {color:black;}
body.tax-product_sector header#header a.header-ph, .single-product header#header a.header-ph {color:black;}
body.tax-product_sector header#header a.main-logo, .single-product header#header a.main-logo {background-image:url('/wp-content/themes/proquip/img/proquip-logo.png')}

.intro-landing h1 {
    color: black;
}

.intro .breadcrumbs li a {
    color: #71b132;
    margin-right: 10px;
}

/* Filter
--------------------------- */
.catmenu ul {list-style: none;padding-left: 0px;}
.catmenu ul li {padding-bottom: 10px;font-size: 14px;}
.catmenu .type-checkbox, .catmenu .application-checkbox {vertical-align: middle;margin-right: 20px;}
.catmenu h4 {border-bottom: 1px solid silver;width: 80%;padding-bottom: 10px;padding-left: 5px;}
.catmenu .accordion-head {background: none;color: #3e3d3c;}
.catmenu .accordion-body {border: 0px;background: none;}
.product-filter .grid .col { position:relative;}
.product-filter .grid .tile-copy {
    padding: 20px 0px 60px 0;
}
.product-filter .tile-copy .button-group { position:absolute; bottom:0; width:100%;}
.product-filter .col .card:before {
    background: none;
}
.support-filter .grid a.button.small:after {content: '|';position: relative;left: 7px;}
.support-filter .grid a.button.small:last-child:after {display: none;}
.support-filter .tile-copy {text-align: left;padding: 8px;}
.support-filter .grid.column-4 {margin: 0 1px;}
.support-filter .grid.column-4 .col {margin: 10px 10px;}


input[type="checkbox"] {
    background: #cdcdcd;
    border-radius: 100px;
    cursor: pointer;
    width: 30px;
    -webkit-appearance: none;
    -webkit-transition: .25s;
}
input[type="checkbox"]:after {
    background-color: #eee;
    border-radius: 25px;
    border:2px solid #cdcdcd;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: relative;
    top: 0;
    width: 15px;
}
input[type="checkbox"]:checked {
  padding-left: 15px;
  padding-right: 0;
  background:#82c341;
}

input[type="checkbox"]:checked:after{
  border-color:#82c341;
}
input[type="checkbox"]:focus {
  outline:none;
}

@media screen and (max-width:890px) {
    .catmenu.accordion {width: 47%;display:inline-block;float:left;margin-left: 0px;}
    .product-filter .col-1-4 {width:100%;}
    .catmenu .accordion-head {margin-left:0px;width: 92%;}
}
@media screen and (max-width:500px) {
    .catmenu.accordion {width: 100%;}
    .product-filter .col-1-4 {width:100%;}
    .catmenu .accordion-head {margin-left:0px;width: 100%;}
    .catmenu .button {right: 0px !important;}
}

/* Single Product
--------------------------- */
.product-details .col:nth-child(2) {
    margin-top: 60px;
}
.product-options {
    margin-bottom: 50px;
}

.product-details select {
    border: none;
    padding: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

ul.breadcrumbs li {
    color: white;
}

ul.breadcrumbs li a {
    color: #71b132;
    margin-right: 10px;
}

.product-details select:focus {
    outline-color: #71b132;
}

.accordians h2 {
    color: #2f2f2f;
    font-size: 34px;
    text-align: center;
}


.bg-pattern {
    background-image: url('/wp-content/themes/proquip/img/pattern.png');
}

.grid a.button.small {
    border-radius: 0px;
    position: relative;
    width: 50%;
    padding: 15px;
    text-align: center;
    margin: -1px;
    border: 1px solid #82c341;
}

.grid .tile-copy p, .grid .tile-copy h4 {
    padding-left: 10px;
    padding-right: 10px;
}
.date-meta {padding-left: 10px;}
.blog-tiles .grid .tile-copy p {padding-top:0px}
.blog-tiles .grid .tile-copy h4 {padding-top:25px}

.accessories .slick-dots button {background-color: rgba(113, 177, 50, 0.33);}

.blog-tiles .grid .tile-copy a.button.small {
    width: 100%;
}

.cta .alternating .column-2:nth-child(odd) .col:nth-child(even) {
    float: left;
}

.cta.background-image {
    background-image: url('/wp-content/themes/proquip/img/intro_sweep3.jpg');
}
.product-details ul.breadcrumbs li {
    color: #31363c;
}

.product-filter .grid .tile-copy p {padding-top: 0px;padding-bottom: 0px;margin-top: 3px;margin-bottom: 0px;}

.catmenu .button {
    float: right;
    height: 10px;
    width: 70px !important;
    right: 55px;
    padding-top: 5px !important;
    padding-bottom: 18px !important;
    background: none !important;
    border: none !important;
    color: #2f2f2f !important;
    font-size: 14px !important;
    top: 20px;
    clear: both;
}

.grid .tile-copy h4 {
    padding-top: 5px;
}

.bg-pattern a.small.button {
}

.video-tiles .grid .tile-copy p, .video-tiles .grid .tile-copy h4 {
    padding-left: 0px;
}
iframe.wistia_embed {
    max-width: 100%;
}

.support-filter .grid a.button.small {background: none;color: #71b132;border-radius: 0px;padding: 0px 0px;font-size: 12px;border: 0px;width:initial;margin-bottom: 0px;border-radius:100px;margin-right: 10px;}
.support-filter .grid .catmenu a.button.small:after {display: none;}
.support-filter .grid .tile-copy .button-group {padding-left: 10px;margin-bottom: 17px;}

.accordians .accordion {
    margin: auto; 
}

.product-details .slick-prev:before, .product-details .slick-next:before {
    content: '';
}

.product-details .slick-prev, .product-details .slick-next { 
    background: none;
}
.related-products .button-group {bottom: 0px;position: absolute;width: 100%;padding-top: 40px;}
.related-products .grid .tile-copy {padding-bottom: 60px;position:relative;}


@media screen and (max-width:1030px) {
  .related-products .grid.column-4.tight .col {width:48%}
}
@media screen and (max-width:530px) {
  .related-products .grid.column-4.tight .col {width:100%}
}


/* mix it up filter
--------------------------- */

#Reset{z-index:1}
.container .mix{ display: none;}
.container .fail-message{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; opacity: 0; pointer-events: none;  -webkit-transition: 150ms; -moz-transition: 150ms; transition: 150ms;}
.container .fail-message:before{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
.container .fail-message span{ display: inline-block; vertical-align: middle; font-size: 20px; font-weight: 700;}
.container.fail .fail-message{ opacity: 1; pointer-events: auto;}

#gform_wrapper_5 {
  margin-top: 70px;
}

.is-loading {
  position: relative;
}

.is-loading:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9) url('../img/loader.svg') 50% 50% no-repeat;
  z-index: 2;
}