/* Greenline Styles */


/* ------------------------------------- 
  Font
  ----------------------------------- */

  @font-face {
      font-family: 'uni_neueheavy';
      src: url('../fonts/unineue-heavy-webfont.eot');
      src: url('../fonts/unineue-heavy-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/unineue-heavy-webfont.woff2') format('woff2'),
           url('../fonts/unineue-heavy-webfont.woff') format('woff'),
           url('../fonts/unineue-heavy-webfont.ttf') format('truetype'),
           url('../fonts/unineue-heavy-webfont.svg#uni_neueheavy') format('svg');
      font-weight: normal;
      font-style: normal;
  }




/* ------------------------------------- 
  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: #182b43;}
  html.nav-open{overflow-y:hidden;}
  html, button, input, select, textarea {font-family: 'Lato', sans-serif;color: #222;}
  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: #7cbb42;text-decoration: none;}
  a:visited {color: #7cbb42;}
  .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{
    opacity: 0;
}

/* 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; */}
  
  [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{}
  .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: -0.5%;margin-right: -0.5%;}
  .grid.column-3 .col{float: left;width: 32.33%;margin: 0 0.5% 16px;}
  .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% 15px;}
  .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{width: 11%;margin: 0 1%;text-align:center;min-width: 100px;}
  .grid.column-4 .col:first-child{text-align:left;}
  .grid.column-4.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-4.tight .col{width: 24%;margin: 0 0.5%;}
  .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%;}
  .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%;}
  .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:960px){
    .grid.column-4 .col{width: 48%;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;margin-bottom:16px;}
    .grid.column-2.no-gutter .col.shadow{border-radius: 4px;}
    .alternating .column-2 img{margin-bottom:20px;}
  }
  @media screen and (max-width:850px){
    .grid.column-3 .col, .grid.column-3.no-gutter .col,.grid.column-3.tight .col{width: 100%;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:460px){
    .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;}
  .flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
  .space-between{-webkit-box-pack: justify;-ms-flex-pack:justify;justify-content:space-between;}


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

/* Typography
  ------------------------ */
  body{font-size:1em;font-family: 'Lato', sans-serif;line-height:1.375em;} 
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.7em;color: #182b43;}
  h1{font-size: 6.4em;li;line-height: 1.2em;font-family: 'uni_neueheavy';}
  h2{font-size: 3em;line-height: 1.25em;margin-top: 0px;font-family: 'uni_neueheavy';font-weight: normal;}
  h3{font-size: 1.76em;line-height: 1.25em;}
  h4{font-size: 1.3em;line-height: 1.22em;}
  h5{font-size: 1em;line-height: 1.22em;color: rgba(24, 43, 67, 0.64);margin-bottom: 5px;}
  p,li{color: #61738c;line-height: 1.6em;font-size: 1em;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}

  blockquote{font-size: 1.5em;line-height: 1.45833333em;border-left: 4px solid #E6E6E6;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);} 
  
  @media screen and (max-width: 1200px){
    h2{font-size: 2.3em; line-height: 1.25em;} 
  }
  @media screen and (max-width: 1024px){
    h1{font-size: 5.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: 3em;line-height:1.25em;}
    h2{font-size: 2em;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, .layer .grid .tile-copy p{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }

/* Buttons - button groups
  --------------------------- */ 
  a.button{padding: 16px 45px 16px 28px;background-color: #7cbb42;color: white;font-size: 12px;display: inline-block;line-height: 1em;position: relative;border-radius: 33px;text-transform: uppercase;letter-spacing: 0.06em;font-weight: 700;transition: 0.3s ease all;font-family: 'uni_neueheavy';}
  .no-touch a.button:hover{filter: alpha(opacity=100);opacity: 1;transform: translateX(5px);/* box-shadow: 0px 22px 60px rgba(0, 0, 0, 0.2); */}
  a.button:after{content:'i';font-family:greenline;text-transform: lowercase;position: absolute;right: 20px;}
  a.button.small{padding: 6px 12px;font-size: 10px;background: #f5f5f5;color: #182b43;font-weight: 500;border-radius: 20px;margin-right: 3px;}
  a.button.small:after{display:none;} 
  a.button.small.green{}
  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:2em 0;}
  .button-group a{margin: 0 10px 5px 0px;} 
  .button-group:last-child{margin-bottom:0;}

  button.button{padding: 10px 40px 10px 20px;background-color: #7cbb42;color: white;font-size: 12px;display: inline-block;line-height: 1em;position: relative;border-radius: 33px;text-transform: uppercase;letter-spacing: 0.06em;font-weight: 700;transition: 0.3s ease all;font-family: 'uni_neueheavy';}
  .no-touch button.button:hover{filter: alpha(opacity=100);opacity: 1;transform: translateX(5px);/* box-shadow: 0px 22px 60px rgba(0, 0, 0, 0.2); */}
  button.button:after{content:'i';font-family:greenline;text-transform: lowercase;position: absolute;right: 20px;}

  .home .alternating .button-group a:last-child, .home .flex-alternating .button-group a:last-child{background: rgba(255, 255, 255, 0);color: #7cbb42;padding: 0px;}
  .half-width.flex-alternating .button-group a.button:after{content:'i';font-family:greenline;text-transform: lowercase;position: absolute;right: 20px;display:inline}
  .home .alternating .button-group a:last-child:after,.home .flex-alternating .button-group a:last-child:after{display:none;} 
  .half-width.flex-alternating .button-group a.button {padding: 16px 45px 16px 28px;background-color: #7cbb42;color: white}
  .half-width.flex-alternating .button-group a:nth-child(2){background: rgba(255, 255, 255, 0);color: #7cbb42;padding: 16px 28px 16px 28px;}
  .half-width.flex-alternating .button-group a:nth-child(2):after{display:none;} 

/* Icons 
  --------------------------- */ 
  i[class*="icon"]{font-family: 'greenline';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
  i.icon-play{position: absolute;color: white;left: 0;right: 0;margin: auto;top: 0;bottom: 0;font-size: 5.625em;width: 97px;height: 90px;line-height: 90px;cursor: pointer;}

/* Tables
  --------------------------- */ 
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;}
  table td,table th{border-left:1px solid #cbcbcb;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:#f8f8f8}
  table td{border-bottom:1px solid #cbcbcb} 

/* video background sections  
  --------------------------- */
  .bg-vid-parent{/* height: 100vh; */position: relative;z-index: 1;overflow: hidden;width: 100%;overflow-x: hidden;}
  .bg-video {display: block;position: absolute;width: 100%;z-index: -1;top: 0;left: 0;pointer-events: none;}
  .bg-video[style*="display"]{opacity:1;}
  .bg-vid-parent .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding: 100px 7% 50px;}
  .bg-vid-parent .inner > .intro-copy{
    max-width: 500px;
}
  
  @media screen and (max-width:1099px){
    .bg-vid-parent.background-image{background-attachment:fixed !Important;}
    .touchevents .bg-vid-parent.background-image{background-attachment:scroll !Important;}
    .bg-video{display:none;}
  }

/* Backgrounds
  --------------------------- */   
  .bg-white{background:white;}
  .bg-dark{background:#182b43;}
  .bg-grey{background: #F5F5F5;}
  .bg-blue{background: rgba(0, 197, 225, 1);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;/* background-color: rgba(11, 20, 31, 0.3); */width: 100%;height: 100%;left: 0;top: 0;}
  .background-image.no-overlay:before{display:none;}

  .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: 35px;position:relative;padding-top: 30px;max-width: 1700px;margin: auto;padding-bottom: 20px;}
  .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;display:inline-block;}
  .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;}

  @media screen and (min-width:650px){
    .section-head .button-group{position:absolute;right:0px;margin: 0;bottom: 20px;}
  }
  @media screen and (max-width:650px){
    .section-head{margin-bottom: -6px;}
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom: 10px;}
    .section-head .button-group{margin:0px;text-align: left;}
  }

/* 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 66px 20px 31px;margin: 0px 0px -2px 0px;border: 2px solid #fff;position: relative;font-size: 16px;background-color: whitesmoke;}
  .accordion-head:hover{background: white;color: #7cbb42;border: 2px solid #eee;z-index: 2;}
  .accordion-head:before{content: 'd';font-family: 'greenline';position: absolute;right: 21px;font-size: 12px;top: 20px;color: #7cbb42;}
  .accordion-head.open:before{content: 'e';}
  .accordion-body {display: none;background: rgb(255, 255, 255);padding: 5px 33px;border: 2px solid #eee;margin-bottom: 10px;font-size: 0.9em;}
  .accordion-body.default {display: block;}   
  .accordion {margin: auto;}
  .accordians {padding-top: 16px;}
  .accordians .inner {padding-top: 0px;padding-bottom: 0px;}
  .accordians .section-head {padding-bottom: 10px;padding-top: 20px;}


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 18px;position: relative;font-size: 13px;color: rgba(255, 255, 255, 0.7);}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block;content: '>';position: absolute;right: -14px;font-size: 14px;}
  .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-home{}
  .intro-home > .inner{padding: 80px 7% 17px;}
  .intro-home a.intro-anchor{background-color: #7cbb42;color: white;display: block;position: absolute;width: 50px;height: 50px;border-radius: 40px;text-align: center;line-height: 54px;font-size: 20px;margin: auto;left: 0;right: 0;bottom: -23px;z-index: 1;opacity: 1 !important;transition: 0.3s ease all;}
  .no-touch .intro-home a.intro-anchor:hover{-webkit-transform: translateY(-3px);transform: translateY(-3px);/* box-shadow: 0px 22px 60px rgba(0, 0, 0, 0.2); */}
  
  .intro-copy{}
  .intro-home .intro-copy{max-width: 550px;}
  .no-content .intro-copy{min-height:300px}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;}
  /* .intro-copy h1:before{content:' ';display:block;width:45px;height:4px; background:#7cbb42;margin-bottom:30px;} */

  @media screen and (max-width:1200px){
    .intro-home > .inner{padding: 120px 7% 100px;}
  }  
  @media screen and (max-width:860px){
    .no-content .intro-copy{min-height:120px}
    .intro-home > .inner{padding: 80px 7%;}
  }
  @media screen and (min-width:600px){ 
    .intro-home p{font-size:1.1em;line-height: 1.8em;max-width: 500px;color: rgba(255, 255, 255, 0.81);}
  }
  
/* Tiles 
  --------------------------- */   
  .grid .tile{}
  .grid .tile.shadow{overflow: hidden;/* border-radius: 4px; *//* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); */background-color: whitesmoke;}
  .grid .tile-copy{padding: 25px;background-color: whitesmoke;}
  .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: 0.9em; */}
  .grid .card .tile-copy p{color:rgba(255, 255, 255, 0.8);}
  .tile-copy p:last-child{margin-bottom:0px;}
  .tiles .section-head {padding-top: 0px;}
  .projects .grid .tile-copy {background-color: #f5f5f5;}

/* Cards - (Tile derivative)
  --------------------------- */   
  .card{position: relative;/* min-height: 330px; */background-size: cover;} 
  .card img{min-he;width: auto;height: 100%;object-fit: cover;}
  .card img.ratio{display: block;width: 100%;max-width: 100%;}
  .card .tile-copy{position: absolute;bottom: 0px;background: transparent;padding: 0px 32px 28px;}
  .card .tile-copy a{color:white;}
  .card.background-image:before{background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0) 4%, rgb(12, 24, 39) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0) 4%,rgb(12, 24, 39) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0) 4%,rgb(12, 24, 39) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );background: rgba(11, 20, 31, 0.3);height: calc(100% - 10px);opacity:0;transition: all 0.3s ease;}
  .card.background-image:hover:before{opacity:1;}
  .card a.link-overlay{position:absolute;font-size: 0px;line-height: 0px;width: 100%;height: 100%;top: 0px;left: 0;}

  .zoom-cards .card{-webkit-transition:0.3s ease all;transition:0.3s ease all;-webkit-transform: translateY(0px);transform: translateY(0px);/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); */}
  .zoom-cards .card:hover{-webkit-transform: translateY(-5px);transform: translateY(-5px);z-index: 1;/* box-shadow: 0px 42px 60px rgba(0, 0, 0, 0.3); */}
  .zoom-cards .card .tile-copy h4, .zoom-cards .card .tile-copy h3, .zoom-cards .card .tile-copy h2{position:relative;display: inline-block;margin-bottom: 0px;}
  .zoom-cards .card .tile-copy h4:after, .zoom-cards .card .tile-copy h3:after, .zoom-cards .card .tile-copy h2:after{content:'i';font-family:greenline;display:inline-block;background: transparent;width: 30px;height: 30px;border-radius: 20px;font-size: 12px;text-align: center;line-height: 27px;position: absolute;bottom: 3px;right: -40px;-webkit-transition: 0.8s ease all;transition: 0.8s ease all;-webkit-transform: translateX(-10px);transform: translateX(-10px);opacity: 0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border: 2px solid rgba(255, 255, 255, 0.35);/*padding-left: 3px;*/-webkit-transition-delay: 0.1s;transition-delay: 0.1s;}
  .zoom-cards .card .tile-copy h2:after{bottom: 12px;}
  .zoom-cards .card .tile-copy h4:after{bottom: -4px;}
  .zoom-cards .card:hover .tile-copy h4:after, .zoom-cards .card:hover .tile-copy h3:after, .zoom-cards .card:hover .tile-copy h2:after{opacity: 1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-transform: translateX(0px);transform: translateX(0px);}

  @media screen and (max-width:640px){
    .zoom-cards .card .tile-copy h2:after{bottom: 3px;}
  }

  .date-meta, .dark .date-meta{display:block;font-size: 12px;margin-top: 1px;/*color: rgba(255, 255, 255, 0.61);*/}
  
  @media screen and (min-width:1600px){
    .card .tile-copy{padding: 0px 42px 35px;}
  }
  @media screen and (max-width:1024px){
    .thin-mobile .grid.column-3.tight .col{width: 49%;min-height: 0 !important;height: auto;display: flex;align-items: center;margin-bottom: 10px;}
    .thin-mobile .grid.column-3.tight .col.card:before{/* background: rgba(0, 0, 0, 0.53); */}
    .thin-mobile .grid.column-3.tight .col .tile-copy h4{margin: 0;}
    .thin-mobile .grid.column-3.tight .col .tile-copy{position:relative;padding: 40px 10px;text-align: center;width: 100%;}
    .thin-mobile .grid.column-3.tight .col .tile-copy p{display:none}
    .card img.ratio, .thin-mobile.zoom-cards .card img.ratio{display:none;}  
    .zoom-cards .card img.ratio{display:block;}
  }
  @media screen and (max-width:760px){
    .zoom-cards .grid.column-3.tight .col, .zoom-cards .grid.column-3 .card{width: 100%;min-height: 330px;}
  }
  @media screen and (min-width:761px){
    .zoom-cards .grid.column-3.tight .col, .zoom-cards .grid.column-3 .card{width: 32.33%;/* min-height: 330px; */}
  }
  @media screen and (max-width:1120px) and (min-width:760px){
    .zoom-cards.news-tiles .grid .tile-copy p{display:none;}
  }
  @media screen and (max-width:1024px) and (min-width:760px){
    .zoom-cards .card .tile-copy{padding:25px;}
    .zoom-cards .card .tile-copy h2{font-size:25px;}
    .zoom-cards .card .tile-copy h2:after{bottom: 3px;}
  }

  @media screen and (min-width:600px) and (max-width:760px){
    .zoom-cards .card img.ratio{display:none;} 
    .zoom-cards .grid.column-3.tight .col, .zoom-cards .grid.column-3 .card{min-height:250px}
    
  }



  @media screen and (max-width:600px){
    .card,.grid.column-3.tight .col.card{min-height: 240px;margin-bottom: 5px;}
    .short-mobile .card,.short-mobile .grid.column-3.tight .col.card{height: auto;margin-bottom: 11px;min-height: 0px;}
    .short-mobile .card:before{background: rgba(0, 0, 0, 0);}
    .short-mobile .grid.column-3.tight .col.card:before{}
    .short-mobile .card .tile-copy,.short-mobile .grid.column-3.tight .col.card .tile-copy{position: relative;padding: 30px;}
    .short-mobile .card .tile-copy h3,.short-mobile .grid.column-3.tight .col.card .tile-copy h3{margin: 0;}
    .short-mobile .card .tile-copy h4,.short-mobile .grid.column-3.tight .col.card .tile-copy h4{margin-bottom:0px;margin-top: 10px;}
    .short-mobile .card p{display:none;}
    .card .tile-copy{padding: 0px 20px 19px;}
    .card img{width: 100%;}  
    .zoom-cards .card img.ratio{display:none;}
  }
  @media screen and (max-width:460px){
    .card img{width: auto;height: 330px;}  
    .thin-mobile .grid.column-3.tight .col .tile-copy h4{margin: 0;font-size: 13px;}
  }

  
/* Alternating 2 column 
  --------------------------- */
  .alternating{}
  .alternating .grid{margin-bottom: 20px;} 
  .alternating .grid:nth-child(odd){flex-direction: row;}
  .alternating .grid:nth-child(even){flex-direction: row-reverse;}
  .alternating.row-reverse .grid:nth-child(odd){flex-direction: row-reverse;}
  .alternating.row-reverse .grid:nth-child(even){flex-direction: row;}
  .alternating .column-2 .col{margin: 0;width: 49.3%;position: relative;background-color: #F5F5F5;height: 100%;}
  .alternating .column-2:first-child:last-child{margin:0px;}
  .alternating .column-2:first-child:before{display:none;}
  .alternating .grid.column-2 .col:nth-child(odd){margin-bottom: 0;}
  .alternating .column-2 img{max-height: 100%;object-fit: cover;}
  .alternating .content *:first-child{margin-top:0px;}
  .alternating .map_embed{padding-bottom: 5%; overflow: hidden }  
  .alternating .grid.column-2 .col:nth-child(even) {padding: 40px;}

  .half-width.flex-alternating {padding-bottom: 16px;}
  .half-width.flex-alternating .grid.flex .col-img {width: 49%;}
  .half-width.flex-alternating .grid.flex .col-text {width: 49%;}
  .half-width.flex-alternating .flex:nth-child(even) {/* margin-left: -16px; */} 
  .half-width.flex-alternating .flex:nth-child(odd) {/* margin-right: -16px; */}  

  .half-width.flex-alternating .flex:nth-child(odd) {margin-right: -1%;}
  .half-width.flex-alternating .flex:nth-child(even) {margin-left: -1%;} 
  
  
  @media screen and (max-width:860px){
    .alternating.row-reverse .grid{flex-direction:column !important;}
    .alternating .column-2 .col{width:100%;}
    .alternating .column-2 .col:first-child{margin-bottom:30px !important;}
  }


/* Flex alternating
  --------------------------- */
  .flex-alternating{}
  .flex-alternating .flex{margin-bottom: 15px;}
  .flex-alternating .flex:nth-child(even){flex-direction: row-reverse;}
  .flex-alternating .flex:last-child{margin-bottom:0px;}
  .flex-alternating .grid.flex .col-text{padding: 40px 47px;width: 32.7%;margin-left: 1%;}
  .flex-alternating .flex:nth-child(even) .col-text{margin-left: 0;margin-right: 1%;}
  .flex-alternating .grid.flex .col-img{width: 66.3%;}

  @media screen and (max-width:1200px){
    .flex-alternating .grid.flex .col-text{width: 66.3%;}
    .flex-alternating .grid.flex .col-img{width: 32.7%;}
  }
  
  @media screen and (max-width:860px){
    .flex-alternating .flex,.flex-alternating .flex:nth-child(even), .half-width.flex-alternating .flex,.flex-alternating .flex:nth-child(even){flex-direction:column-reverse}
    .flex-alternating .grid.column-2 .col, .half-width.flex-alternating .grid.column-2 .col{width:100%;margin: 0;}
    .flex-alternating .grid.column-2 .col.img-bg-swap img, .half-width.flex-alternating .grid.column-2 .col.img-bg-swap img{display: block;}
    .flex-alternating .col-text; .half-width.flex-alternating .col-text{padding: 50px 7%;} 
    .half-width.flex-alternating .col-text{margin-bottom: 20px !important;}
    .half-width.flex-alternating .grid.column-2 {width:100%;margin: 0;}
    .half-width.flex-alternating .grid.column-2 .col-text:nth-child(even) {margin-top:16px !important;}
    .half-width.flex-alternating .grid.column-2 .col:nth-child(odd) {margin-top:16px !important;}
    .flex-alternating .grid.flex .col-text{padding: 10px 7% 30px;}
  }

/* Single Column 
   --------------------------- */
   .inner-background {}
   .single-column .content p img {margin: 10px 2px;}
   .single-column {padding-bottom: 20px;margin: auto;padding-top: 40px;}

/* 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;max-width: 1445px;margin: auto;}
  .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;}

  /* Dots */
  .slick-dots{position: absolute;bottom: 40px;z-index: 9;width: 100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgba(255, 255, 255, 0.35);}
  .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: #ffffff;} 
  .slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 0px;}

  @media screen and (max-width:450px){  
    .slick-dots li.slick-active button {background:#7cbb42}
    .slick-dots button{background: #dedede;} 
  }
  
  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 45px;height: 45px;margin-top: -10px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: #7cbb42;z-index: 1;border-radius: 100px;}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: #7cbb42;}
  .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: 19px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: greenline;}
  .slick-prev{left: 6%;} 
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{content: 'j';}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: 6%;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{content: 'i';}
  [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: #7cbb42;margin-left: 9px;color: white;line-height: 14px;}

  .content.blog .post-thumbnail {margin-bottom: -12px;}  
  .blog .post-snip.tile-copy p a {display: block;font-size: 12px;line-height: 1em;position: relative;border-radius: 33px;text-transform: uppercase;letter-spacing: 0.06em;font-weight: 700;transition: 0.3s ease all;font-family: 'uni_neueheavy';margin-top: 25px;}
  .blog .post-snip.tile-copy p a:after {content: 'i';text-transform: lowercase;font-family: 'greenline';position: relative;top: 1px;margin-left: 9px;}
  .content.blog .inner {max-width: 1250px;}

/* 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: 18px;}
  .search-results article h5.date-meta{margin:5px 0px 0px;} 
  .search-results article p{margin: 10px 0px 0px;font-size: 13px;} 
  .load-more-wrapper{margin:10px 0px;}

  .contact input, .contact textarea {width: 100%;display: inline-block;border: 0px;background: #ebebeb;padding: 10px;}
  .contact label {width: 20%;}
  .contact input[type="submit"] {width: 92px;background: none;background-color: #7cbb42;border: 0px;padding: 9px 10px;border-radius: 100px;color: white;}

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





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

  @media screen and (max-width:1024px){
    .gallery-slider img{height: 300px;}
  } 
  @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: #ffffff;padding-bottom: 10px;}
    }

/* Gallery Slider Intro
   --------------------------- */
   .gallery-slider.inner.intro {max-width: 2504px;width: 100%;padding: 0px;margin: 0px;}
   .gallery-slider .slick-list.draggable {max-width: 2500px;}
   .intro .slick-dots {width: 100%;}
   .gallery-slider.intro img {height: 550px;}
   .intro .slick-prev, .intro .slick-next {}
   .intro .slick-prev {left: 1%;}
   .intro .slick-next {right: 1%;}
   .intro .slick-prev:before, .intro .slick-next:before {opacity: 1;font-size: 23px;}

   @media screen and (max-width:640px) {
     .gallery-slider.intro img {height:200px;}
   }  


   /* Gallery columns */
  .columns-gallery{
    padding-top: 16px;
}
  .gallery-columns{-webkit-columns: 4 220px;-moz-columns: 4 220px;columns: 4 220px;-webkit-column-gap: 10px; /* Chrome, Safari, Opera */-moz-column-gap: 10px; /* Firefox */column-gap: 10px;}
  .gallery-columns > a{display:block;}
  .gallery-columns > a img{width:100%;display: block;border-bottom: 10px solid rgba(255, 255, 255, 0);}

  @media screen and (max-width:550px){
    .gallery-columns{-webkit-columns: 2 50px;-moz-columns: 2 50px;columns: 2 50px;} 
   }

/* 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: greenline;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: 'i';}
  .mfp-arrow.mfp-arrow-left:after{content: 'j';}

  @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: 2px solid #ecf1f7;} 
  @media screen and (max-width:450px){
    .gallery-thumbnail > .gallery-thumbnail-image{ width: 25%; }   
  }

  
/* Content slider
  --------------------------- */
  .content-slider{padding-top: 28px;}
  .content-slider .grid{
    margin-left: -4%;
}
  .content-slider button.slick-arrow {display: none !important;}
  .content-slider button.slick-arrow.slick-next {display: block !important;right: 26.5%;transition: 0.3s ease all;opacity: 1;}
  .content-slider .grid.column-2 .col {width: 70% !important;}
  .content-slider .grid.column-2 .col.text {width: 19% !important;margin-left: 1px;}
  .content-slider img {width: 100%;left: 0px;position: relative;}
  .content-slider .slick-dots {width: 70%;position: absolute;padding-left: 4%;text-align: right;top: 0px;margin-top: 10px;display:none;}
  .content-slider .slick-dots li.slick-active button {background: #7cbb42;}
  .content-slider .slick-dots button {background: #dedede;display:none}

  @media screen and (max-width:1290px) {
    .content-slider .grid {flex-direction:column;}
    .content-slider .grid.column-2 .col, .content-slider .grid.column-2 .col.text {width: 100% !important;margin: 0px;}
    .content-slider .grid {margin-left:0px;}
    .content-slider .slick-dots {width:100%;text-align:center;margin-top:40%}
    .content-slider button.slick-arrow.slick-next {right:-2%;top: 24%;}
  }

  @media screen and (max-width:760px) {
    .content-slider button.slick-arrow.slick-next {display:none !important;}
    .content-slider .slick-dots button {background: #dedede;display:block;}
    .content-slider .slick-dots {top: 30px;}
  }

    @media screen and (max-width:360px) {
    .content-slider .slick-dots {top: 30px;text-align:right;}
  }



/* Logo strip
----------------------------- */

    .logo-strip{border-top:2px solid #f5f5f5;border-bottom: 2px solid #f5f5f5;}
  .logo-strip img{max-width: 120px;margin: 10px 18px;-webkit-filter: saturate(0%);filter: saturate(0%);opacity: 0.6;}
  @media screen and (max-width: 400px){
    .logo-strip img{max-width: 80px;margin: 7px 10px;}
  }


/* Testimonials
  --------------------------- */
  .testimonial .author{font-size: 11px;color: #97a2b3;text-transform: uppercase;letter-spacing: 0.06em;}
  .testimonials .slick-dots{position: relative;bottom: 0;margin: 15px 0 0 0;}
  .testimonials .slick-dots button{background: rgb(222, 222, 222);}
  .testimonials .slick-dots li.slick-active button{background: #7cbb42;}

  .testimonials .slick-slider .slick-list{}
  .testimonials .slick-slide{padding: 0 50px;padding-left: 40px;position:relative;}
  .testimonials .slick-slide:before{content: '"';position:absolute;left:0;font-size: 30px;top: 21px;display: block;line-height: 1em;font-weight: 700;color: #7cbb42;}
  
  @media screen and (max-width:1024px){
    .testimonials .slick-slide{padding-right:0px;}
  }
  @media screen and (min-width:600px){
    .testimonial p{font-size: 1.1em;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative;display: none;width: 100%;background: #F3F3F3;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .search-form a.close{position: absolute;z-index: 1;top: 0;right: 0;font-size: 19px;background: #182b43;padding: 10px;color: white;}
.search-form > .inner{padding: 50px 7% 60px;}
.search-inner{position: relative;border-bottom: 2px solid #e6e6e6;margin-bottom: 40px;}
  
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input.search-field{border: 0;color: rgba(0, 0, 0, 0.96);font-size: 2.5em;height: auto;padding: 1px 0 23px;margin: 0;width: calc(100% - 50px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight: 300;}
  .search-form .submit-wrap{position: absolute;display: block;width: 40px;height: 40px;top: 7px;right: 0;}
  .search-form .submit-wrap input{position: absolute;font-size: 0px;border: 0px;background: transparent;width: 100%;top: 0;left: 0;height: 100%;outline: none;}
  .no-touch .search-form .submit-wrap:hover,.no-touch .search-form .submit-wrap:focus{opacity:0.7;}
  .search-form .submit-wrap i{font-size: 26px;line-height: 40px;text-align: center;color: #182b43;}
  .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: #000000;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;}

  .frequently-searched{}
  .frequently-searched > h4{font-weight: 400;color: #9e9e9e;font-size: 12px;}
  .frequently-searched > .button-group{margin: 1.2em 0 0;}
  .frequently-searched > .button-group a.button.small{background: white;color: #182b43;font-weight: 500;border-radius: 20px;margin-right: 3px;}

  @media screen and (max-width:520px){
    .search-form input.search-field{font-size: 26px;width: 100%;padding: 0px 0px 13px 0px;}
    .search-form .submit-wrap{display: none;}
    .search-form > .inner{padding: 50px 7% 30px;} 
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 100%;position: fixed;z-index: 100;background: #182b43;min-height: 100%;display: flex;align-items: center;justify-content: center;opacity: 0;pointer-events: none;transition: all 0.3s ease;top: 0;}
  .nav-open .mobile-nav{opacity: 1;pointer-events: all;}
  .mobile-nav .icon-close{color: white;padding: 38px 39px 12px;display: inline-block;font-size: 19px;cursor: pointer;position: fixed;right: 0;top: 0;}
  @media screen 
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 0;text-align: center;}
  .mobile-nav ul ul{padding-left: 0;padding-top: 0px;padding-bottom: 6px;display: none;}
  .mobile-nav li{border-bottom: 1px solid rgba(255, 255, 255, 0);font-size: 16px;position:relative;font-weight: 600;}
  .mobile-nav li.current_page_item a,
  .mobile-nav li.current_page_parent a, 
  .mobile-nav li.current_page_ancestor a{color: #7cbb42;}
  .mobile-nav li a{color: white;display: block;padding: 14px 29px;}
  .mobile-nav li li a{color: rgb(134, 146, 160);padding: 1px 29px;}


  .mobile-nav li{-ms-transform: translateY(-50%);transform: translateY(-50%);opacity: 0;transition: all .3s ease-out;}
  .nav-open .mobile-nav li{-ms-transform: translateY(0%);transform: translateY(0%);opacity: 1;}
  .mobile-nav li:nth-child(1){transition-delay:150ms;}
  .mobile-nav li:nth-child(2){transition-delay:300ms;}
  .mobile-nav li:nth-child(3){transition-delay:450ms;} 
  .mobile-nav li:nth-child(4){transition-delay:600ms;}
  .mobile-nav li:nth-child(5){transition-delay:750ms;}
  .mobile-nav li:nth-child(6){transition-delay:900ms;}
  
  @media screen and (max-width:660px){
    .mobile-nav .icon-close{padding: 30px 22px 12px;}
  }
  

/* Header
  --------------------------- */
  #header{padding: 6px 20px;position: relative;z-index: 5 !important;background-color: white;}
  #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;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 220px;height: 47px;background-image: url(../img/greenline_logo.svg);background-size: 100%;background-repeat: no-repeat;position: relative;margin-left: 10px;top: 2px;}
  .header-right{position: relative;text-align: right;}
  #header nav{}
  #header nav ul{padding: 17px;}
  #header nav li{display: inline-block;font-size: 16px;font-weight: 600;position:relative;line-height: 3em;padding: 0px 27px;}
  #header nav li a{color: #182b43;}
  #header nav li.menu-item-has-children > a:after{content:'+';padding-left:5px;}

  #header nav ul > li > ul{display: block;position: absolute;background: white;z-index: 1;padding: 2px 0px 0px;min-width: 190px;left: 4px;box-shadow: 0px 16px 60px rgba(0, 0, 0, 0.2);border-radius: 3px;transition: 0.3s ease all;pointer-events: none;transform: translateY(-10px) translateX(6px);opacity: 0;top: 45px;}
  #header nav ul > li:hover > ul{pointer-events: all;transform: translateY(0px) translateX(6px);opacity: 1;}
  #header nav ul > li > ul > li{font-size: 12px;border-bottom: 1px solid #efefef;width: 100%;display: block;font-weight: 400;line-height: 2em;padding: 0;margin: 0;}
  #header nav ul > li > ul > li:last-child{border:0px;}
  #header nav ul > li > ul > li > a{display: block;padding: 7px 17px;color: #61738c;}

  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color: #7cbb42;} 

  .header-right [class*="icon"]{font-size: 24px;padding: 17px 17px 17px 10px;color: #182b43;display:inline-block;}
  .no-touch .header-right [class*="icon"]:hover{opacity:0.7;}
  .header-right .icon-search{}
  .header-right .icon-nav{display:none;}
  .header-right a[href*="tel:"]{color: #909dad;font-size: 23px;font-weight: 400;position: relative;top: -3px;margin-right: 27px;letter-spacing: 0.06em;}
  .header-right a[href*="tel:"] i{padding: 0;font-size: 1.2em;position: relative;margin-right: 7px;top: 7px;color: inherit;}
  
  @media screen and (max-width:1430px) {
   #header nav li {padding:0px 15px;}
  }
  @media screen and (max-width:1200px){
    #header{padding:20px 20px;}
    #header nav{display:none;}  
    #header .icon-nav{display:inline-block;}
  }
  @media screen and (max-width:660px){
    #header{padding: 12px 10px;}
    #header a.main-logo{width: 152px;height: 32px;}
    .header-right a[href*="tel:"]{font-size: 0px;margin: 0 -6px 0 0;color: #182b43;top: -4px;}
    .header-right a[href*="tel:"] i{font-size: 22px;padding: 17px 11px;top: 6px;}
    .header-right [class*="icon"]{font-size: 22px;padding: 17px 11px;}
  }

  @media screen and (min-width:660px) {
    #header {position:relative !important}
  }
  @media screen and (max-width:380px){
    #header a.main-logo{width: 130px;height: 27px;}
    .header-right [class*="icon"],.header-right a[href*="tel:"] i{padding: 7px 7px;}
    .header-right a[href*="tel:"]{}
  }


  /* fixed nav for tablet and below */
  @media screen and (max-width:1024px){
    #header{position: fixed !important;width:100%;top:0px;}
    body{margin-top: 96px;}
  }
  @media screen and (max-width:660px){
    body{margin-top: 78px;}
  }
  @media screen and (max-width:380px){  
    body{margin-top: 62px;}
  }



/* content-background 
  --------------------------- */
  
  .content-background{}
  .content-background .inner{padding: 130px 7%;} 

  @media screen and (min-width:1300px){
    .content-background{background-attachment: fixed;}
  }
  @media screen and (max-width:800px){
    .content-background .inner{padding: 90px 7% 70px;}
  }
  @media screen and (max-width:500px){
    .content-background .inner{padding: 60px 7% 40px;} 
  }




  /* Columns */
  .columns .grid {margin: 1em 0;margin-top: 40px;}  
  .column {padding-bottom: 4em;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; }

  .columns .grid .column:nth-child(1) {width: 25%;margin: 0px;padding: 0px;padding-top: 22px;}
  .columns .grid .column:nth-child(2) {width: 70%;margin-right: 0px !important;}
  .columns h3 {margin-top: 0px;}
  .columns i[class*="icon"] {display: inline-block;margin-right: 11px;font-size: 18px;}
  .columns h1 {margin-top: 0px;}

  /*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:0px;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; }
    .columns .grid .column:nth-child(1) {margin-top:-60px;margin-bottom:20px}
  }
  @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.8);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;padding-top: 90px;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;-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: -11px;right: -11px;text-decoration:none;line-height: 32px;width: 31px;height: 31px;display:inline-block;text-align:center;background: #75bb4f;border-radius: 100px;color: #FFF;text-align:center;z-index: 5;font-size: 11px;-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[class*="project"] .popup-content{display: -webkit-box;display: -ms-flexbox;display: flex;}
  .popup[class*="project"] .popup-content .col{width: 50%;-ms-flex-preferred-size: 50%;flex-basis: 50%;flex-shrink: 0;}
  .popup[class*="project"] .popup-content .col > img.project-modal-image{border-bottom: 0px;}
  .popup[class*="project"] .popup-content .modal-copy{padding: 30px;}

  @media screen and (min-width: 1170px){
    .popup-content-wrapper {min-width: 1000px;} 
  }
  @media screen and (max-width: 1170px){
    .popup[class*="project"] .popup-content{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .popup[class*="project"] .popup-content .col,
    .popup[class*="project"] .popup-content .modal-copy{width: 100%;-ms-flex-preffered-size: 100%;flex-basis: 100%;height: auto;}
  }
  @media screen and (max-width:600px){
    .popup-inner{padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper {} 
    .popup-content-wrapper { font-size:12px; }
  }


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

  .mobile-show{ display:none; }
  .product-copy{ margin-bottom: 35px;}
  .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(0, 0, 0, 0.13);}
  .product-nav-slider .slick-dots li.slick-active button{background: #828282;}
  
  @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;} 
  }
  @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;}  
  }

 
/* Filtering 
  -------------- */

  #isotope-filter-container { min-height:150px;}
  .project-tiles {clear:both;margin: 1rem 0;position: relative;}                      
  .tile img {max-width: 100%;max-height:100%;height: auto;display: block;width: 100%;border-bottom: 10px solid white;} 
  
  .tiles.filtering .tile-copy h4 {color: white;}
  .filtering{overflow:hidden;padding-top: 60px;padding-bottom: 16px;}
  .filtering .controls select {background-color: #f5f5f5;border: none;padding: 10px 17px;margin-left: 10px;color: #182b43;width: 31%;float: right;text-transform: uppercase;font-size: 12px;letter-spacing: 0.06em;font-weight: 700;}
  .controls{margin-bottom: 20px;float: right;width: 70%;}
  .controls button{background-color: rgb(255, 255, 255);color: #717171;display: inline-block;line-height: 1em;position: relative;border: 0;padding: 7px 20px;margin-bottom: 10px;outline: none;margin: 0px 2px 5px 0px;}
  .controls button.active{background-color: #717171;color: white;}
  .filtering .controls select:focus {outline-color: transparent;}  
  
  .tiles.filtering .container .fail-message{text-align: center;position: relative;display: none;}  
  .tiles.filtering .container .fail-message span{ display: block; font-size: 20px; font-weight: 700; padding:50px;}
  .tiles.filtering .container.no-results .fail-message{ display:block; width:100%;}  
  .tiles.filtering .container.no-results { -webkit-columns: inherit;-moz-columns: inherit;columns: inherit;}
  .tiles.filtering .title {float: left;} 

  .tiles.filtering .tile {width: calc(25% - 10px);padding:0;box-sizing:border-box;}

  .tiles.filtering .tile-copy {opacity: 0;padding: 20px;margin-bottom: 15px;}  
  .tiles.filtering .tile:hover .tile-copy {opacity: 1;}
  .tiles.filtering .tile:hover:before {content: '';width: 100%;height: 97%;display: block;position: absolute;background-color: rgba(8, 34, 53, 0.8);height: calc(100% - 10px);opacity:1}
  .tiles.filtering .tile:before {opacity:0;}
  .tiles.filtering .tile-copy h3 {color: white;font-size: 2.2em;margin-bottom: 0px;}
  .tiles.filtering .tile-copy h5 {color: rgba(255, 255, 255, 0.58);font-weight: 500;margin-bottom: -28px;}
  .tiles.filtering .tile-copy a {color: white;background-color: #7cbb42;padding: 7px 16px;border-radius: 200px;font-size: 13px;margin-bottom: 20px;}
  .tiles.filtering .tile-copy p {color: white;margin-top: 10px;margin-bottom: 25px;font-size: 12px;line-height: 1.4em;}
  .filtering .controls option {background-color: white;color: #182b43;width: 10%;text-transform: none;font-size: 14px;border: 0px !important;outline: none !important;} 

  /*
  .project-tiles {clear:both;margin: 1rem 0;position: relative;-webkit-columns: 300px 2;-moz-columns: 300px 2;columns: 300px 4;}                    
  .scale-anm {margin: 0;width: 100%;}  
  .tile img {max-width: 100%;height: auto;display: block;width: 100%;border-bottom: 10px solid white;} 
  
  .tiles.filtering .tile-copy h4 {color: white;}
  .filtering{overflow:hidden;padding-top: 60px;padding-bottom: 16px;}
  .filtering .controls select {background-color: #f5f5f5;border: none;padding: 10px 17px;margin-left: 10px;color: #182b43;width: 31%;float: right;text-transform: uppercase;font-size: 12px;letter-spacing: 0.06em;font-weight: 700;}
  .controls{margin-bottom: 20px;float: right;width: 70%;}
  .controls button{background-color: rgb(255, 255, 255);color: #717171;display: inline-block;line-height: 1em;position: relative;border: 0;padding: 7px 20px;margin-bottom: 10px;outline: none;margin: 0px 2px 5px 0px;}
  .controls button.active{background-color: #717171;color: white;}
  .filtering .controls select:focus {outline-color: transparent;}  
  
  .tiles.filtering .container .fail-message{text-align: center;position: relative;display: none;}  
  .tiles.filtering .container .fail-message span{ display: block; font-size: 20px; font-weight: 700; padding:50px;}
  .tiles.filtering .container.mixitup-container-failed .fail-message{ display:block; width:100%;}  
  .tiles.filtering .container.mixitup-container-failed { -webkit-columns: inherit;-moz-columns: inherit;columns: inherit;}
  .tiles.filtering .title {float: left;} 
  .tiles.filtering .grid.column-3 {width: 100%;}
  .tiles.filtering .tile-copy {opacity: 0;padding: 40px;margin-bottom: 20px;}  
  .tiles.filtering .tile:hover .tile-copy {opacity: 1;}
  .tiles.filtering .tile:hover:before {content: '';width: 100%;height: 97%;display: block;position: absolute;background-color: rgba(8, 34, 53, 0.8);height: calc(100% - 10px);opacity:1}
  .tiles.filtering .tile:before {opacity:0;}
  .tiles.filtering .tile-copy h3 {color: white;font-size: 2.2em;margin-bottom: 0px;}
  .tiles.filtering .tile-copy h5 {color: rgba(255, 255, 255, 0.58);font-weight: 500;margin-bottom: -28px;}
  .tiles.filtering .tile-copy a {color: white;background-color: #7cbb42;padding: 7px 16px;border-radius: 200px;font-size: 13px;margin-bottom: 20px;}
  .tiles.filtering .tile-copy p {color: white;margin-top: 10px;margin-bottom: 25px;font-size: 12px;line-height: 1.4em;}
  .filtering .controls option {background-color: white;color: #182b43;width: 10%;text-transform: none;font-size: 14px;border: 0px !important;outline: none !important;} 

  #filter-container .mix.tile {     
    backface-visibility: hidden; 
    will-change: transform, opacity; 
    }
*/
  #filter-load-more {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #7cbb42;
    color: #fff;
    text-align: center;
    padding: 10px; 
		font-size: 1.5em;   

padding: 16px 45px 16px 28px;
    font-size: 12px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    transition: 0.3s ease all;
    font-family: 'uni_neueheavy';
}

  }


  @media screen and (max-width: 1480px) {
    .tiles.filtering .tile-copy p {font-size:12px;margin-bottom:10px} 
    .tiles.filtering .tile-copy h3 {font-size:20px}
    .tiles.filtering .tile-copy h5 {font-size:14px;margin-bottom:-20px}
    .tiles.filtering .tile-copy {padding:20px;padding-bottom:20px} 
    .tiles.filtering .tile-copy a {font-size:10px;padding:5px 10px;margin:0px}
    .tiles.filtering .tile {width: calc(33.3% - 10px);};
  }
    @media screen and (max-width: 1090px) {
    .tiles.filtering .tile {width: calc(50% - 10px);};
  }

  @media screen and (max-width:840px) {
    .project-tiles {  clear:both;margin: 1rem 0;-webkit-column-count: 2; -moz-column-count: 2;column-count: 2;-webkit-column-gap: 0.5rem;-moz-column-gap: 0.5rem;column-gap: 0.5rem;-webkit-column-width: 33.33333333333333%;-moz-column-width: 33.33333333333333%;column-width: 33.33333333333333%;}
    
  }
  @media screen and (max-width: 810px) {
    .filtering .controls select {width: 100%;margin:0px;margin-bottom:10px;}
    .filtering .controls select:nth-child(1) {}
    .filtering .controls select.filter-structure {/* width:100%; *//* margin:0px; */}
    .filtering .controls {width:100%}
    .tiles.filtering .tile { width:calc(100% - 10px); }
  }
    @media screen and (max-width:520px) {
    .tiles.filtering .tile:hover .tile-copy {opacity: 0;} 
    .tiles.filtering .tile-copy h3, .tiles.filtering .tile-copy h5, .tiles.filtering .tile-copy p {display:none;}
    .tiles.filtering .tile-copy a {width:100%;height:100%;position:absolute;display:block;margin:0px;padding:0px}
    .tiles.filtering .tile-copy {width:100%;height:100%;margin:0px;padding:0px;transition:none}

  }
    @media screen and (max-width:400px) {
    .filtering .controls select {width:100%;margin-bottom:10px}
    .filtering .controls select.filter-structure {width:100%;;margin:0px}
    .filtering .controls {width:100%}
  }

/* Modal
   --------------------------- */ 
   img.project-modal-image {}
   .modal-copy {}
   .modal-copy i[class*="icon"] {display: inline-block;margin-right: 9px;font-size: 21px;color: #182b43;}
   .modal-copy h3 {margin-top: 10px;}
   span.project-structure, span.project-application, span.project-industry {color: rgba(97, 115, 140, 0.69);font-size: 13px;}
   span.project-meta {margin-top: -53px;}
   .button-x [class^="icon-"]:before, [class*=" icon-"]:before {font-weight: 900 !important;}
   .popup-content .col {}

   @media screen and (max-width:1170px) {
   	.popup-content .col {}
   	.popup-content img {}
   }

   @media screen and (max-width:550px) {
     .popup-content .col {width:100%;height:300px;display:block;position: relative;} 
     .modal-copy {width:100%;display:block;position:relative;}  
   }

/* Select2
  --------------------------- */
  .select2-container--default .select2-selection--single {border-radius: 0px !important;}
  .select2-container {width: 23% !important;float: right;margin-left: 0px !important;padding-left: 0px;/* border-left: 5px solid white; */margin-right: 10px !important;}
  .select2-container--default .select2-selection--single {background-color: #f5f5f5 !important;border: 0px !important;padding: 4px 11px !important;height: 40px !important;} 
  .select2-container .select2-selection--single .select2-selection__rendered {text-transform: uppercase;font-size: 13px;letter-spacing: 0.06em;line-height: 31px !important;border: 0px !important;outline: none !important;}
  .select2-container .select2-selection--single .select2-selection__rendered:focus {outline: transparent !important;}
  .select2-container--default .select2-selection--single .select2-selection__arrow {top: 7px !important;right: 10px !important;} 
  .select2-container--default .select2-selection--single .select2-selection__arrow b {border-width: 6px 5px 0 5px !important;border-color: #182b43 transparent transparent transparent !important;}
  .select2-container--default .select2-selection--single:focus {outline-color: transparent;}    
  .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #7cbb42 !important;}
  .select2-dropdown {border-color: #7cbb42 !important;} 
  .select2-container--default .select2-search--dropdown .select2-search__field {border: 0px;background-color: whitesmoke;} 
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom: 1px solid #7cbb42 !important;}
  .select2-container--default .select2-results__option[aria-selected=true] {background-color: whitesmoke;color: #182b43;} 

  @media screen and (max-width: 900px) {
    .controls {width:100% !important;display:block;float:left}
    .select2-container {width: 31.5% !important;}
  }

    @media screen and (max-width: 600px) {
    .select2-container {width:100% !important;margin-bottom:10px !important} 
    
  }

/* Woocommerce overides 
  --------------------------- */
  .woocommerce-result-count{display:none;}
  .price,.price p{display: block;font-size: 20px;font-weight: 700;}
  .shop_table{margin-bottom: 40px;text-align: left;border: 0px;empty-cells: show;}
  .shop_table thead{}
  .cart-collaterals .shop_table{background: white;}
  .shop_table th{border: 0px;}
  .shop_table th.product-price, .shop_table th.product-name{text-align: left;}
  .shop_table th.product-quantity, .shop_table th.product-subtotal, .shop_table td.product-quantity, .shop_table td.product-subtotal{display:none;}
  .shop_table tr{}
  .shop_table td{font-size: 13px;vertical-align: middle;color: #656565;border: 0px;}
  .cart-collaterals .shop_table td,.cart-collaterals .shop_table th,
  .woocommerce-checkout-review-order-table{background:white;border: 1px solid #f0efed;}
  .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{border: 1px solid #f0efed;}
  .shop_table td.actions{padding: 20px 0px;}
  .shop_table tr:nth-child(2n-1) td.actions{padding:20px;}
  .shop_table td.product-quantity input{width:100%;}
  .content .shop_table img{margin: 0px;width: 70px;}
  .product-remove{}
  .product-remove a{color: #c5573d;font-size: 30px;margin: 0px;padding: 0px;}
  .coupon{display:inline-block;}
  .coupon label{display:inline-block;}
  .coupon input{background: white;}
  .wc-proceed-to-checkout{text-align:right;}
  .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{background: white;margin-bottom: 30px;/* border-radius: 4px; *//* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 20px;}
  .woocommerce-billing-fields{max-width: 530px;margin: auto auto 40px;}
  .woocommerce-message a.button{margin-right:20px;padding: 7px 15px;font-size: 12px;box-shadow: none;text-transform: capitalize;letter-spacing: 0px;}
  .woocommerce-billing-fields input{width:100%;}

  .woocommerce-error{background: #fff;border-radius: 4px;/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 13px 24px 13px;margin: 0 0 10px;list-style: none;}
  .woocommerce-error li{color: #c5573d;    font-size: 20px;}

  .woocommerce-checkout-payment{}
  .woocommerce-checkout-payment ul{background:white;padding: 0px;}
  .woocommerce-checkout-payment li{list-style:none;border-bottom:1px solid #eee;padding: 26px 5% 20px;}
  .woocommerce-checkout-payment li:last-child{border:0px;}
  .woocommerce-checkout-payment li label{display:inline-block}


  #customer_details{}
  #customer_details .col-1{width: 100%;float: none;}
  #customer_details .col-2{display: none;}

  @media screen and (min-width:1200px){
    .cart_totals{max-width: 50%;margin-left: 50%;text-align: right;}
    .cart_totals .shop_table{text-align:right;}
  }
  @media screen and (max-width:768px){
    .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{text-align: center;font-size: 14px;}
    .woocommerce-message a.button{display: block;margin: 0 auto 16px;max-width: 140px;}
    
    .cart thead{display:none;}
    .shop_table td.actions{padding: 20px 0px;}
    .cart .product-thumbnail,.product-subtotal  {display:none;}
    .coupon{width: 100%;text-align: center;}
    .coupon label{display: block;margin-bottom: 7px;}
    .coupon input, .coupon input[type="submit"], form input[disabled], .wc-proceed-to-checkout a.button{width: 100%;margin-bottom: 10px;text-align: center;}
  }
  @media screen and (max-width:500px){
    .cart td{padding: 9px 7px;font-size: 11px;line-height: 1.2em;}
    .shop_table td.product-quantity input{padding:3px 2px ;}
    .shop_table td.actions{padding: 10px 0px;}
  }

  

/* Footer
  --------------------------- */
  .footer{}
  .footer .social i{color: white;font-size: 18px;display: inline-block;margin: 0 13px 0px 0;}
  .footer .inner{}
  .footer img{width: 180px;max-width: 100%;}
  .footer h4{font-size: 13px;text-transform: uppercase;letter-spacing: 0.06em;color: #75bb4f;}
  .footer p{color: #8096b1;} 
  .footer a{color: white;}
  .footer ul{padding: 0 0 0 1px;}
  .footer ul li{list-style: none;font-size: 13px;margin-bottom: 9px;}
  .footer ul li a{color: #8096b1;}
  .footer .button-group{}
  .footer .button-group a{}
  .footer h4 {font-size: 15px; text-transform: uppercase;letter-spacing: 0.06em;text-align: -webkit-left;color: #75bb4f;}
  .footer ul li {list-style: none;font-size: 15px;margin-bottom: 9px;text-align: left;font-weight: 600;}
  .footer .grid.column-4 .col:nth-child(1) {width: 59%;} 

  @media screen and (max-width:1330px){
    .footer .grid.column-4 .col:nth-child(1) {width:48%;}
    .footer .grid.column-4 .col {min-width:120px}
  }

  @media screen and (max-width:960px){ 
    .footer .grid.column-4 .col{display:none;}
    .footer .grid.column-4 .col:first-child{display:block;width:100%;text-align:center;}
    .footer .grid.column-4 .col:nth-child(1)  {width:100%}
}
  
.book-consultation .popup-content, .book-consultation .popup-intro, .contact-form .popup-content, .contact-form .popup-intro { text-align: center; }
.book-consultation .popup-content .wpcf7-form-control-wrap, .contact-form .popup-content .wpcf7-form-control-wrap { margin: 0 auto; max-width: 304px; }
.book-consultation .popup-content-wrapper {min-width: 500px;}

/* Map
 -----------------------------*/

.open-map {
  float:right;
  margin-top:8px;
}

@media screen and (max-width:768px){
  .open-map {
    width:295px;
    display:block;
    float:none;
    margin-top:20px;
  }
}

/* Map */
.map__title {
  font-size:34px;
  font-family:'Helvetica', Arial;
  line-height:1;
  margin-top:5px;
}
.map__title i {
  color:orange;
  font-size:25px;
  vertical-align: top;
}
.map__subtitle {
  font-size:20px;
  margin-top:12px;
  display:none;
}
@media (min-width:768px) {
  .map__subtitle {
    display:block;
  }
}
.map__button {
  display:none;
  float:right;
  text-transform:uppercase;
  background:transparent;
  border:1px solid #15122C;
  color:#15122C;
  font-size:12px;
  font-weight:700;
  margin-top:0px;
  margin-bottom:20px;
  padding:15px 20px;
  border-radius:2px;
  -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
       -o-transition: all linear 0.2s;
          transition: all linear 0.2s;
}
@media (min-width:768px) {
  .map__button {
    display:block;
  }
  .map__button:hover {
    background:blue;
    color:#fff;
  }
}
.map__wrap {
  display:flex;
  flex-wrap:wrap;
  margin-top:10px;
  border-top:0;
  border-bottom:1px solid #DBDBDB;
  height:665px;
  overflow:hidden;
}
.map__left {
  width:100%;
  position:relative;
}
.map__left:after {
  display:none;
  content:'';
  width:100%;
  height:180px;
  position:absolute;
  bottom:0;
  left:0;
  background-image: linear-gradient(-180deg, rgba(255,255,255,0.02) 0%, #FFFFFF 100%);
}
@media (min-width:768px) {
  .map__left {
    width:30%;
  }
  .map__left:after {
    display:block;
  }
}
@media (min-width:1080px) {
  .map__left {
    width:400px;
  }
}
.map__right {
  width:100%;
  position:relative;
  overflow:hidden;
}
@media (min-width:768px) {
  .map__right {
    width:70%;
  }
}
@media (min-width:1080px) {
  .map__right {
    background:#f0f0f0;
    width:calc(100% - 400px);
  }
}

.map__form {
  padding:20px 30px;
}

.map__form-row {
  height: 50px;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  //justify-content: space-between;
}

.map__form-title {
  font-size:22px;
  margin-top:0;
}
.map__form-subtitle {
  font-size:14px;
  line-height:19px;
  color:#4A4A4A;
}

.map__form-label {
  display:block;
  width:100%;
  margin-right:10px;
  font-size:10px;
  vertical-align: middle;
  color:#848484;
}

.map__submit {
  height:30px;
  border:0;
  font-size:11px;
  text-transform:uppercase;
  font-family:$font-button;
  font-weight:700;
  color:#fff;
  background:orange;
  border-radius:2px;
  padding:0 10px !important;
  -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
       -o-transition: all linear 0.2s;
          transition: all linear 0.2s;
  cursor:pointer;
  margin-left:10px;
}
.map__submit:focus {
  outline:0;
}

@media (min-width:768px) {
  .map__submit:hover {
    background:blue;
    color:#fff;
  }
}

.map__form-input {
  display:inline-block;
  vertical-align: middle;
  font-size:12px;
  width:100px;
  height:30px;
  border:1px solid #DBDBDB;
  border-radius:33px;
  box-shadow:none;
  margin-bottom:0;
  margin-right:10px;
  text-indent:12px;
}
.map__form-input:focus {
  outline:0;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin:0;
}

.acf-map img {
   max-width: inherit !important;
}

.map__results {
  height:calc(100% - 183px);
  overflow:scroll;
  display:none;
  opacity:1;
  -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
       -o-transition: all linear 0.2s;
          transition: all linear 0.2s;
}
.map__results.loading {
  opacity:0.75;
}

.map__results-button {
  position:absolute;
  bottom:15px;
  left:15px;
  width:calc(100% - 30px);
  background:blue;
  color:#fff;
  font-size:10px;
  text-align:center;
  z-index:20;
  padding:13px;
  border-radius:2px;
  display:none;
}

.map__results-none {
   padding: 20px 25px;
}

.map__results-item {
  border-top:1px solid #DBDBDB;
  position:relative;
}
.map__results-item.active {
  background:#7cbb42;
}
.map__results-item.active h4 {
  color:#fff;
}
.map__results-item.active span {
  color:#fff;
}
.map__thumb {
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:100%;
  content:'';
  display:block;
  background-size:cover;
  background-position:50%;
  background-color:#eee;
  display:none;
}
.map__results-item-wrap {
  text-align:left;
  padding:18px 40px 23px 20px;
}
@media (min-width:768px) {
  .map__thumb {
    display:block;
  }
  .map__results-item-wrap {
    padding:18px 40px 23px 100px;
  }
}
.map__results-item-title {
  font-size:14px;
  display:block;
  margin-top:3px;
  margin-bottom:5px;
  max-width:76%;
  color:#7cbb42;
  font-weight:700;
}
.map__results-item-wrap span {
  font-size:14px;
  color:#000;
}

.map__results-item-arrow:after {
  content: 'i';
  font-family: greenline;
  text-transform: lowercase;
  position: absolute;
  top:50%;
  right: 20px;
  margin-top:-11px;
}

.map__mobile-click {
  width:100%;
  position:absolute;
  bottom:0;
  bottom:-100%;
  left:0;
  background:#fff;
  transition:all linear 0.2s;
  display:block;
}
.map__mobile-click.active {
  bottom:0;
}
.map__mobile-click .map__results-item .map__results-item-arrow {
  right:30px;
}

.map__close {
  position:absolute;
  top:10px;
  right:10px;
  background:#fff;
  z-index:9999;
  width:40px;
  height:40px;
  display:block;
}

.map__close:hover {
  opacity:1 !important;
}

.map__close span:before {
  background:#000;
  width:20px;
  height:2px;
  content:'';
  -webkit-transform:rotate(45deg); 
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
  transform:rotate(45deg);
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-10px;
}

.map__close span:after {
  background:#000;
  width:20px;
  height:2px;
  content:'';
  -webkit-transform:rotate(-45deg); 
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg); 
  transform:rotate(-45deg);
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-10px;
}

#map-wrapper {
  opacity:0;
  visibility:hidden;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  z-index:998;
  background:#fff;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;  
  -ms-transition: all 0.3s ease; 
  -o-transition: all 0.3s ease;  
  transition: all 0.3s ease
}

#map-wrapper.active {
  opacity:1;
  visibility:visible;
}

.page-template-template-map #map-wrapper {
  position:static;
  opacity:1;
  visibility:visible;
  border-top:1px solid #DBDBDB;
  border-bottom:1px solid #DBDBDB;
}

.page-template-template-map .map__close {
  display:none;
}

.page-template-template-map .layer {
	display:none !important;
}

.map {
  padding:0;
  margin:0;
  width:100%;
}
.map .container--full {
  display:none;
}
.map .map__left:after {
  display:none;
}
.map .map__results-button {
  display:none;
}
.map .map__wrap {
  margin:0;
  height:100vh;
}
.map .acf-map {
  height:calc(100vh - 162px);
}

@media (min-width:768px) {
  .map__form {
    padding:30px 25px 40px;
  }
  .map__results {
    display:block;
    height:calc(100vh - 197px);
    overflow:scroll;
  }
  .map__mobile-click {
    display:none;
  }
  .map .map__wrap {
    height:100vh;
  }
  .map .acf-map {
    height:100vh;
  }
}

.map-search {
  padding:30px;
  background:#F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom:-27px;
}

.map-search__left {
  width:100%;
}

.map-search__left h3 {
  margin:0;
  margin-right:20px;
  display:inline-block;
  vertical-align: middle;
  font-size:26px;
}

.map-search__left p {
  margin:0;
  font-size:16px;
  display:inline-block;
  vertical-align: middle;
  margin-top:10px;
}

.map-search__right {
  width:100%;
  margin-top:20px;
}
.map-search__right div {
  height:auto;
}

.map-search__right input {
  font-size:16px;
}

@media (min-width:768px) {
.map-search {
    margin-bottom:-40px;
}
  .map-search__left {
    width:calc(100% - 230px);
  }
  .map-search__left p {
    margin-top:0;
  }
  .map-search__right {
    margin-top:0;
    width:230px;
  }
}

/* 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;}
  }