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

/*Changing text-align to left since it was displaying incorrectly in Firefox*/
.grid.column-4 .col{width: 20.6%;margin: 0 1%;text-align:left;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: 3.5em;li;line-height: 1.2em;font-family: 'uni_neueheavy';}
h2{font-size: 2em;line-height: 1.25em;margin-top: 0px;font-family: 'uni_neueheavy';font-weight: normal;}
h3{font-size: 1.5em;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: 2em; line-height: 1.25em;} 
}
@media screen and (max-width: 1024px){
  h1{font-size: 3em;line-height: 1.125em;}
  h2{ font-size: 1.7em; 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: 1.7em;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, input.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, input.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, input.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;}
.fixed-background:before {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(24, 43, 67, 1) 10%, rgba(54, 68, 85, 0.7) 59%, rgba(124, 125, 126, 0) 100%);
}
.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;overflow:auto;white-space:nowrap;}
.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 .current-cat a {color:#182b43;text-decoration:underline;}
.blog-filter .level-1 a.open:after { content:"-"; }

.blog .blog-filter .level-1 li:first-of-type a {color:#182b43;text-decoration:underline;}

.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;}

@media (max-width:720px){
  .blog-filter li {display:inline-block;margin: 5px 10px;} 
}


/* 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 input {background: #EFEFEF;border: 0px;font-size: 12px;padding: 10px 10px;outline: none;width: 100%;}
#commentform .input 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 .inner 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 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: 999999!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(https://www.greenline.com.au/wp-content/uploads/2021/10/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,
#header nav li.current-menu-item>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; padding: 0;}
.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 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: 30%;} 

@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 img {
    margin-left: auto;
    margin-right: auto;
  }
  .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;
}

.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__left {
  width:calc(100% - 230px);
  padding-right: 30px;
}
.map-search__left p {
  margin-top:0;
}
.map-search__right {
  margin-top:0;
  width:230px;
}
}

/* News
-----------------------------*/
.single-post__back {
color:#182b43;
margin-top:10px;
display:block;
}
.single-post__back span {
display:inline-block;
margin-right:5px;
vertical-align: middle;
}
.single-post__back span:before {
content: 'j';
font-family: greenline;
text-transform: lowercase;
color:#182b43;
display:block;
}
.single-post__header .breadcrumbs {
color:#182b43;
margin-bottom:40px;
}
.single-post__header .breadcrumbs li {
color:#182b43;
}
.single-post__header .breadcrumbs li a {
color:#182b43;
}
.single-post__title {
max-width:900px;
margin:0 auto;
}
.single-post__title .post-categories {
margin:40px 0 0;
padding:0;
list-style:none;
}
.single-post__title .post-categories li {
margin:0;
display:inline-block;
margin-right:10px;
padding:0;
}
.single-post__title .post-categories li a {

}
.single-post__header h1 {
font-size:70px;
margin:0 0 10px;
}
.single-post__bg {
height:500px;
}

.engagement input, .engagement textarea {
width: 100%;
display: inline-block;
border: 0px;
background: #fff;
padding: 10px;
margin-bottom:6px;
max-height:80px;
}

.engagement__author {
padding:25px;
background:#eee;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;
}

.engagement__author img {
width:96px;
height:96px;
object-fit:cover;
}

.engagement__author-meta {
width:calc(100% - 121px);
}

.engagement__author h4 {
margin-top:0;
}

.engagement__author p {
max-height:175px;
overflow:hidden;
}

.engagement__download {
padding:25px;
}

.engagement__download-form {
padding:25px;
background:#eee;
display:none;
}

.engagement__download h4 {
color:#fff;
margin-top:0;
}

.engagement__download-form h4 {
color:#182b43;
}

.engagement input[type="submit"] {
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';
width:115px;
margin-top:16px;
margin-bottom:0;
}

.engagement__download input[type="submit"] {
width:132px;
}

.engagement__download .wpcf7-mail-sent-ok {
display:none !important;
}

.engagement__form {
padding:25px;
background:#eee;
}
.engagement__form h4 {
margin-top:0;
}
.engagement__form p {
margin:0;
}

.single-post__social {
position: fixed;
background: #7cbb42;
padding: 10px;
padding-left:8px;
top: 50%;
left: 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
transform:translateY(-50%);
}

.single-post__social a {
display:block;
margin-bottom:10px;
}
.single-post__social a:last-of-type {
margin-bottom:0;
}

.single-post__social i {
color:#fff;
font-size:20px;
}

.engagement .wpcf7-not-valid-tip {
font-size:11px;
margin:-10px 0 -20px;
}

.engagement .wpcf7-validation-errors {
display:none !important;
}

.flex-alternating.blog {
padding-top:40px;
margin-bottom:-45px;
}

.flex-alternating.blog.author .grid.flex .col-text {
width:49.5%;
 margin-left:1%;
}
.flex-alternating.blog.author .grid.flex .col-img {
width:49.5%;
}

.flex-alternating.blog .grid.flex .col-text {
margin-left:0;
width:33.7%;
}
.flex-alternating.blog .grid.flex .col-text .excerpt {
max-height:200px;
overflow:hidden;
}

@media screen and (max-width: 860px) {
.flex-alternating.blog.author .grid.flex .col-text {
  width:100%;
  margin-left:0;
}
.flex-alternating.blog.author .grid.flex .col-img {
  width:100%;
}
.flex-alternating.blog {
  padding-top:0;
  margin-bottom:-25px;
}
.flex-alternating.blog .flex {
  flex-direction:column;
}
.flex-alternating.blog .grid.flex .col-text {
  width:100%;
  padding-top:20px;
}
}

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



#header nav ul > li > ul > li > ul {
top : 0;
left : 100%;
}

.engagement__form.hbspt-ask-form .input input[type="submit"] {
width: 150px !important;  
padding: 16px 0;
}

.hs-form-2b89224a-4dca-478e-a2ad-3582e12ddade_892b9e47-0874-4509-965d-10be7ef34f30 .hs-button {
white-space: nowrap !important;
}

.columns.contact .hbspt-form .input input[type=text],
.columns.contact .hbspt-form .input input[type=email] {
width: 100% !important;
}

.columns.contact .hbspt-form textarea {
margin-bottom: 15px;
width: 100% !important;
}

.columns .contact .hbspt-form .input input[type=submit] {
margin-top: 15px;
}

.columns.contact .hbspt-form .input,
.columns .contact .hbspt-form .input {
margin-bottom: 15px;
}

.hbspt-form .hs-error-msgs {
padding: 0;
margin: 8px 0;
}

.hbspt-form .hs-error-msgs li {
list-style: none;
}

.background-image.guideDownloadHere:before {
content: none !important;
}

.layer.engagement .submitted-message {
border: 2px solid #7cbb42;
padding: 3px;
}

.layer.engagement .submitted-message p {
margin: 0 !important;
}



/* Added CSS for estimation form */
.my-0 {
margin-top: 0!important;
margin-bottom: 0!important;
}
.mr-8 {
margin-right: 8px;
}
.align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.estimator-industry .ginput_container .gfield_radio,
.estimator-options .ginput_container_radio .gfield_radio,
#gform_12 .ginput_container .gfield_radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -8px;
}
#gform_fields_12_9 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: flex-start;
}
#field_12_53,
#gform_12 .wrap>div {
width: 100%;
}
#gform_12 .wrap>div.gfield--width-half {
width: 50%;
display: inline-block;
}
#gform_12 .wrap,
#field_12_65{
width: calc(50% - 16px);
}
.estimator-industry .ginput_container .gfield_radio .image-choices-choice,
.estimator-options .ginput_container_radio .gfield_radio .gchoice,
#gform_12 .ginput_container .gfield_radio .gchoice {
width: calc(33.33% - 16px);
margin: 0 8px !important;
}
#gform_12 .project-type .ginput_container .gfield_radio .gchoice {
  width: calc(50% - 16px);
}
#gform_12 .ginput_container .gfield_radio .gchoice.image-choices-choice {
margin-bottom: 30px!important;
}
#gform_12 .outcome .ginput_container .gfield_radio .gchoice {
width: calc(50% - 16px);
}
#gform_12 .accessibility .ginput_container .gfield_radio .gchoice {
width: calc(25% - 16px);
}
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice {
width: calc(100% - 16px);
margin: 0 8px !important;
}
.estimator-industry .ginput_container .gfield_radio#input_1_60 .image-choices-choice {
width: calc(50% - 16px);
margin: 0 8px !important;
}
.estimator-industry.image-choices-field .image-choices-choice label {
padding: 0!important;
text-align: left;
}
.estimator-industry.image-choices-field .image-choices-choice-selected,
.estimator-industry.image-choices-field .image-choices-choice {
border: none!important;
}
.estimator-industry.image-choices-field .image-choices-choice-image-wrap {
width: 100%;
height: 363px;
}
.estimator-industry.image-choices-field .image-choices-choice-selected .image-choices-choice-image-wrap {
border: 6px solid #7CBB42;
}
.estimator-industry.image-choices-field .image-choices-choice-text {
padding-top: 20px;
font-size: 18px;
font-weight: 700;
color: #182B43;
}
.estimator-industry.image-choices-field .image-choices-choice-text ul {
padding-left: 22px;
margin-top: 0;
}
.estimator-industry.image-choices-field .image-choices-choice-text ul li {
font-size: 14px;
font-weight: 400;
color: #828A94;
}
.estimator-industry.image-choices-field .image-choices-choice-selected .image-choices-choice-text,
.estimator-industry.image-choices-field .image-choices-choice-selected .image-choices-choice-text ul li {
color: #7CBB42;
font-weight: 900;
position: relative;
}
.estimator-industry.image-choices-field .image-choices-choice-selected .image-choices-choice-text ul li {
font-weight: 400;
}
.estimator-industry.image-choices-field .image-choices-choice-selected .image-choices-choice-text {
position: relative;
padding-left: 36px;
}
.estimator-industry.image-choices-field .image-choices-choice-selected .image-choices-choice-text:before {
content: '';
background-image: url('https://www.greenline.com.au/wp-content/uploads/2021/09/check-circle.png');
position: absolute;
left: 0;
background-size: 22px 22px;
  width: 22px;
  height: 22px;
top: 21px;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice,
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice {
margin-bottom: 18px!important;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice label,
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice label {
width: 100%;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice br + label,
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice br + label {
margin-top: -22px;
  display: block;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice label,
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice label {
padding: 20px 21px 20px 27px;
  border: 1px solid #DFDFDF;
font-weight: 700;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice input[type="radio"],
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice input[type="radio"],
#gform_12 .ginput_container_radio .gfield_radio .gchoice input[type="radio"]{
-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked ~ label,
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked ~ label,
#gform_12 .ginput_container_radio .gfield_radio .gchoice:not(.image-choices-choice) input[type="radio"]:checked ~ label {
color: #7CBB42;
border: 2px solid #7CBB42;
font-weight: 900;
position: relative;
}
.estimator-options .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked ~ label:after,
.estimator-optionsfull .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked ~ label:after,
#gform_12 .ginput_container_radio .gfield_radio .gchoice:not(.image-choices-choice) input[type="radio"]:checked ~ label:after {
  content: '';
  background-image: url(https://www.greenline.com.au/wp-content/uploads/2021/09/check-circle.png);
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  background-size: 22px;
}
#gform_1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#gform_1 #gf_progressbar_wrapper_1, #gform_1 .gform_body {
width: 100%;
}
#gform_1 #gf_progressbar_wrapper_1 {
order: 2;
margin-top: 70px;
}
#gform_1 #gf_progressbar_wrapper_1 .gf_progressbar_title {
padding-top: 25px;
border-top: 2px solid #f5f5f5;
}
#gform_1 .gform_body {
order: 1;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage {
height: 7px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
color: transparent;
}
.gform_page {
position: relative;
}
.gform_page .gform_page_footer {
position: absolute;
top: 0;
right: 0;
padding: 0!important;
margin: 22px 0 0 0!important;
}
.gform_page .gform_page_footer .gform_next_button, #gform_submit_button_6, .gpnf-add-entry {
margin-bottom: 0!important;
  height: 40px;
  border: none;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: bold;
background-image: url(https://www.greenline.com.au/wp-content/uploads/2021/09/next.png);
  background-size: 10px 12px;
  background-repeat: no-repeat;
  background-position: 90%;
padding: 10px 66px;
}
.gpnf-add-entry {
background-image: unset;
background-color: #FF4C1D;
color: #fff;
border-radius: 33px;
text-transform: uppercase;
margin-top: 6px;
}
.gpnf-add-entry br {
display: none;
}
.gform_page .gform_page_footer .gform_previous_button {
background-image: url(https://www.greenline.com.au/wp-content/uploads/2021/09/Group-28.png);
background-size: 40px 40px;
  background-repeat: no-repeat;
  border: none;
  margin-bottom: 0!important;
  height: 40px;
  width: 40px;
  padding: 0;
color: transparent!important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
color: #7CBB42 !important;
font-size: 14px !important;
  font-weight: 900 !important;
}
.gform_wrapper .gfield_required, .gform_wrapper p:empty {
display: none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
position: relative;
  margin: 0 !important;
font-size: 0!important;
  width: 20px!important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span:before,
.gf_progressbar_percentage.percentbar_custom:before {
content: '';
  background: #7CBB42;
  position: absolute;
  top: -6px;
  width: 20px;
  height: 20px;
  text-align: right;
border-radius: 50%;
left: 0;
}
.enter-dimension>label.gfield_label, .enter-dimension .ginput_container_number {
display: inline-block;
width: 50%;
}
.enter-dimension .ginput_container_number {
width: 49%;
text-align: right;
}
.enter-dimension .ginput_container_number>input {
max-width: 100px !important;
}
.enter-dimension .ginput_container_number>input::-webkit-inner-spin-button {
  background: url(https://empriseglobal.com.au/wp-content/themes/Emprise-Global/assets/image/quantity.png) no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  padding: 4px;
  position: relative;
  right: 10px;
  opacity: 1;
}
.added-slider {
margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
}
.added-slider input[type="range"] {
width: 100%;
}
.enter-dimension {
border: 1px solid #DFDFDF;
  padding: 30px 40px;
}
input[type="range"] {
background: linear-gradient(to right, #7CBB42 0%, #7CBB42 50%, #E7E7E7 50%, #E7E7E7 100%);
border: solid 1px #E7E7E7;
border-radius: 8px;
height: 7px;
width: 356px;
outline: none;
transition: background 450ms ease-in;
-webkit-appearance: none;
}
input[type="range" i]::-webkit-slider-thumb {
filter: hue-rotate(220deg);
}
.tiles.filtering .tile {
height: 160px!important;
}
.tiles.filtering .tile img {
object-fit: cover;
}
.gpnf-modal .gpnf-modal-header, .tingle-btn--primary {
background-color: #7cbb42!important;
}
.tingle-btn--default {
background-color: #FF4C1D!important;
}
#field_6_89 td[data-heading="Selected Structure Image"]:before {
content: none!important;
}
#field_6_89 td[data-heading="Selected Structure Image"] {
text-transform: unset!important;
}
#gform_5 .estimator-industry.image-choices-field .image-choices-choice-image-wrap {
height: 237px;
}
#field_5_74 {
display: none;
}
#field_6_89 table tr td[data-heading="Selected Structure Image"] img,
.display-one .image-choices-choice-image {
    width: 100%;
  height: 245px;
  object-fit: cover;
}
.gpnf-add-entry {
font-size: 0px;
}
.gpnf-add-entry:before {
content: 'ADD ANOTHER STRUCTURE';
font-size: 14px;
}
@media(max-width: 992px) {
.estimator-industry .ginput_container .gfield_radio, .estimator-options .ginput_container_radio .gfield_radio {
  display: block;
}
.estimator-industry .ginput_container .gfield_radio .image-choices-choice, .estimator-options .ginput_container_radio .gfield_radio .gchoice, .estimator-industry .ginput_container .gfield_radio#input_1_60 .image-choices-choice {
  width: calc(100% - 16px);
}
.gform_page .gform_page_footer {
  position: unset;
}
.gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
}

.page-id-3283 .hbspt-form select {
padding: 10px;
background: #ebebeb;
border: 0;
width: 100%;
}

.page-id-3283 .hbspt-form fieldset .hs-input {
width: 100% !important;
}

.page-id-3283 .columns.contact .hbspt-form textarea {
margin-bottom: 0;
}

.page-id-7740 .hbspt-form .hs-form-field {
margin-bottom: 13px;
}

.page-id-7740 .hbspt-form .hs-form-field label {
font-size: 18px;
font-weight: 600;
display: block;
margin-bottom: 5px;
}

.page-id-7740 .hbspt-form .hs-form-field input {
width: 100%;
background: #FFFFFF;
padding: 10px;
border: 0.5px solid #e2e2e2;
font-size: 16px;
border-radius: 4px;
}

.page-id-7740 .hbspt-form .input input[type="submit"] {
background: #7cbb42;
border-radius: 4px;
width: 100%;
padding: 13px 45px 13px 28px;
border: 0;
color: #FFFFFF;
font-size: 18px;
}

.page-id-3283 section#layer_0 .column-2 #col-1 {
padding: 0 2em 2em 2em;
}

.page-id-3283 section#layer_0 .column-2 #col-1 h1 {
margin-top: 0;
}

.page-id-3283 section#layer_0 .column-2 #col-0 .wp-caption {
display: none;
}

/* .page-id-3283 section#layer_0 .column-2 #col-0 .wp-caption .wp-caption-text {
display: none;
} */


#gform_3 .progress_bar,
#gform_6 .progress_bar,
.page-id-10128 .progress_bar,
#gform_12 .progress_bar {
width: 100%;
height: 7px;
background-color: #E7E7E7;
position: relative;
margin: 40px 0;
}
#gform_3 .progress_bar>div,
#gform_6 .progress_bar>div,
.page-id-10128 .progress_bar>div,
#gform_12 .progress_bar>div {
position: absolute;
top: 14px;
font-size: 14px;
color: #C3C3C3;
}
#gform_3 .progress_bar>div:before,
#gform_6 .progress_bar>div:before,
.page-id-10128 .progress_bar>div:before,
#gform_12 .progress_bar>div:before {
content: '';
width: 20px;
height: 20px;
background-color: #e7e7e7;
position: absolute;
border-radius: 50%;
top: -20px;
}
#gform_3 .progress_bar>div:first-of-type:before,
#gform_page_3_3 .progress_bar>div:nth-of-type(2):before,
#gform_page_3_4 .progress_bar>div:nth-of-type(2):before,
#gform_page_3_4 .progress_bar>div:nth-of-type(3):before,
#gform_page_3_5 .progress_bar>div:nth-of-type(2):before,
#gform_page_3_5 .progress_bar>div:nth-of-type(3):before,
#gform_page_3_5 .progress_bar>div:nth-of-type(4):before,
#gform_page_3_6 .progress_bar>div:nth-of-type(2):before,
#gform_page_3_6 .progress_bar>div:nth-of-type(3):before,
#gform_page_3_6 .progress_bar>div:nth-of-type(4):before,
#gform_page_3_6 .progress_bar>div:nth-of-type(5):before,
#gform_6 .progress_bar>div:first-of-type:before,
#gform_page_6_3 .progress_bar>div:nth-of-type(2):before,
#gform_page_6_4 .progress_bar>div:nth-of-type(2):before,
#gform_page_6_4 .progress_bar>div:nth-of-type(3):before,
#gform_page_6_5 .progress_bar>div:nth-of-type(2):before,
#gform_page_6_5 .progress_bar>div:nth-of-type(3):before,
#gform_page_6_5 .progress_bar>div:nth-of-type(4):before,
#gform_page_6_6 .progress_bar>div:nth-of-type(2):before,
#gform_page_6_6 .progress_bar>div:nth-of-type(3):before,
#gform_page_6_6 .progress_bar>div:nth-of-type(4):before,
#gform_page_6_6 .progress_bar>div:nth-of-type(5):before,
#gform_page_6_7 .progress_bar>div:nth-of-type(2):before,
#gform_page_6_7 .progress_bar>div:nth-of-type(3):before,
#gform_page_6_7 .progress_bar>div:nth-of-type(4):before,
#gform_page_6_7 .progress_bar>div:nth-of-type(5):before,
#gform_page_6_7 .progress_bar>div:nth-of-type(6):before {
background-color: #7cbb42;
}
#gform_3 .progress_bar>div:first-of-type,
#gform_page_3_3 .progress_bar>div:nth-of-type(2),
#gform_page_3_4 .progress_bar>div:nth-of-type(2),
#gform_page_3_4 .progress_bar>div:nth-of-type(3),
#gform_page_3_5 .progress_bar>div:nth-of-type(2),
#gform_page_3_5 .progress_bar>div:nth-of-type(3),
#gform_page_3_5 .progress_bar>div:nth-of-type(4),
#gform_page_3_6 .progress_bar>div:nth-of-type(2),
#gform_page_3_6 .progress_bar>div:nth-of-type(3),
#gform_page_3_6 .progress_bar>div:nth-of-type(4),
#gform_page_3_6 .progress_bar>div:nth-of-type(5),
#gform_6 .progress_bar>div:first-of-type,
#gform_page_6_3 .progress_bar>div:nth-of-type(2),
#gform_page_6_4 .progress_bar>div:nth-of-type(2),
#gform_page_6_4 .progress_bar>div:nth-of-type(3),
#gform_page_6_5 .progress_bar>div:nth-of-type(2),
#gform_page_6_5 .progress_bar>div:nth-of-type(3),
#gform_page_6_5 .progress_bar>div:nth-of-type(4),
#gform_page_6_6 .progress_bar>div:nth-of-type(2),
#gform_page_6_6 .progress_bar>div:nth-of-type(3),
#gform_page_6_6 .progress_bar>div:nth-of-type(4),
#gform_page_6_6 .progress_bar>div:nth-of-type(5),
#gform_page_6_7 .progress_bar>div:nth-of-type(2),
#gform_page_6_7 .progress_bar>div:nth-of-type(3),
#gform_page_6_7 .progress_bar>div:nth-of-type(4),
#gform_page_6_7 .progress_bar>div:nth-of-type(5),
#gform_page_6_7 .progress_bar>div:nth-of-type(6),
.page-id-10128 .progress_bar>div:first-of-type:before,
#gform_12 .progress_bar>div:first-of-type:before,
#gform_page_12_2 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_3 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_3 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_4 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_4 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_4 .progress_bar>div:nth-of-type(4):before,
#gform_page_12_5 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_5 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_5 .progress_bar>div:nth-of-type(4):before,
#gform_page_12_5 .progress_bar>div:nth-of-type(5):before,
#gform_page_12_6 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_6 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_6 .progress_bar>div:nth-of-type(4):before,
#gform_page_12_6 .progress_bar>div:nth-of-type(5):before,
#gform_page_12_6 .progress_bar>div:nth-of-type(6):before,
#gform_page_12_7 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_7 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_7 .progress_bar>div:nth-of-type(4):before,
#gform_page_12_7 .progress_bar>div:nth-of-type(5):before,
#gform_page_12_7 .progress_bar>div:nth-of-type(6):before,
#gform_page_12_7 .progress_bar>div:nth-of-type(7):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(4):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(5):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(6):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(7):before,
#gform_page_12_8 .progress_bar>div:nth-of-type(8):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(2):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(3):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(4):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(5):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(6):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(7):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(8):before,
#gform_page_12_9 .progress_bar>div:nth-of-type(9):before{
left: 0;
color: #7cbb42;
background-color: #7cbb42;
}
#gform_page_3_6 .progress_bar>div:nth-of-type(5),
#gform_page_6_6 .progress_bar>div:nth-of-type(5),
#gform_page_7_8 .progress_bar>div:nth-of-type(8):before{
left: unset;
}
#gform_page_3_3 div#field_3_45:before,
#gform_page_3_4 div.progress_bar:before,
#gform_page_3_5 div.progress_bar:before,
#gform_page_3_6 div.progress_bar:before,
#gform_page_6_3 div.progress_bar:before,
#gform_page_6_4 div.progress_bar:before,
#gform_page_6_5 div.progress_bar:before,
#gform_page_6_6 div.progress_bar:before,
#gform_page_6_7 div.progress_bar:before {
content: '';
  width: 20%;
  height: 7px;
  position: absolute;
  background-color: #7cbb42;
}
.page-id-10128 .progress_bar>div:nth-of-type(2),
#gform_12 .progress_bar>div:nth-of-type(2){
left: 12.5%;
}
.page-id-10128 .progress_bar>div:nth-of-type(3),
#gform_12 .progress_bar>div:nth-of-type(3) {
left: 25%;
}
.page-id-10128 .progress_bar>div:nth-of-type(4),
#gform_12 .progress_bar>div:nth-of-type(4){
left: 37.5%;
}
.page-id-10128 .progress_bar>div:nth-of-type(5),
#gform_12 .progress_bar>div:nth-of-type(5){
left: 50%;
}
.page-id-10128 .progress_bar>div:nth-of-type(6),
#gform_12 .progress_bar>div:nth-of-type(6) {
left: 62.5%;
}
.page-id-10128 .progress_bar>div:nth-of-type(7),
#gform_12 .progress_bar>div:nth-of-type(7){
left: 75%;
}
#gform_12 .progress_bar>div:nth-of-type(8){
left: 87.5%;
}
#gform_page_3_4 div.progress_bar:before,
#gform_page_6_4 div.progress_bar:before {
width: 40%;
}
#gform_page_3_5 div.progress_bar:before,
#gform_page_6_5 div.progress_bar:before {
width: 60%;
}
#gform_page_3_6 div.progress_bar:before,
#gform_page_6_6 div.progress_bar:before {
width: 80%;
}
#gform_page_6_7 div.progress_bar:before {
width: 100%;
}
#gform_3 .progress_bar>div:nth-of-type(2),
#gform_6 .progress_bar>div:nth-of-type(2) {
left: 20%;
}
#gform_3 .progress_bar>div:nth-of-type(3),
#gform_6 .progress_bar>div:nth-of-type(3) {
left: 40%;
}
#gform_3 .progress_bar>div:nth-of-type(4),
#gform_6 .progress_bar>div:nth-of-type(4) {
left: 60%;
}
#gform_6 .progress_bar>div:nth-of-type(5) {
left: 80%;
}
#gform_3 .progress_bar>div:last-of-type,
#gform_3 .progress_bar>div:last-of-type:before,
#gform_6 .progress_bar>div:last-of-type,
#gform_6 .progress_bar>div:last-of-type:before,
.page-id-10128 .progress_bar>div:last-of-type,
.page-id-10128 .progress_bar>div:last-of-type:before,
#gform_12 .progress_bar>div:last-of-type,
#gform_12 .progress_bar>div:last-of-type:before{
right: 0;
}
#gform_6 .progress_bar>div:last-of-type:before,
#gform_page_6_7 .progress_bar>div:nth-of-type(6) {
left: unset;
}
#gform_page_3_4 #input_3_25 .image-choices-choice,
#gform_page_6_4 #input_6_25 .image-choices-choice,
#gform_page_6_2 #input_6_95 .image-choices-choice,
#field_5_68 #input_5_68 .image-choices-choice,
#field_5_25 #input_5_25 .image-choices-choice,
#field_6_25 #input_6_25 .image-choices-choice {
width: calc(50% - 16px);
  margin: 0 8px !important;
}
#gform_wrapper_3 .gform_title,
#gform_wrapper_6 .gform_title {
display: none;
}
#gform_page_3_1.gform_page .gform_page_footer,
#gform_page_6_1.gform_page .gform_page_footer {
position: unset;
display: flex;
  justify-content: center;
}
#gform_page_3_1{
max-width: 536px;
  margin-left: auto;
  margin-right: auto;
border: 1px solid #DFDFDF;
padding: 28px 35px 30px 35px;
}
#gform_3 label,
#gform_6 label {
font-size: 14px;
font-weight: bold;
}
#gform_3 input[type="text"], #gform_3 textarea,
#gform_6 input[type="text"], #gform_6 textarea {
border: 1px solid #DFDFDF;
}
#gform_3 input::placeholder, #gform_3 textarea::placeholder,
#gform_6 input::placeholder, #gform_6 textarea::placeholder {
color: #A8A8A8;
}
.progress_bar-main {
position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
padding: 0 7%;
border-top: 2px solid #d3d3d399;
}
#gform_fields_1 .progress_bar-main {
padding: 0;
}
#gform_fields_1 .progress_bar-mainestimate {
max-width: 1700px;
  margin: 0 auto;
  padding: 0 7%;
}
.progress_bar {
max-width: 1700px;
  margin: 0 auto;
}
@media(max-width: 992px) {
#gform_page_3_4 #input_3_25 .image-choices-choice,
#gform_page_6_4 #input_6_25 .image-choices-choice {
  width: calc(100% - 16px);
}
}
@media(max-width: 575px) {
#gform_3 .progress_bar>div,
#gform_6 .progress_bar>div {
  font-size: 9px;
}
}




@media only screen and (max-width: 1100px) {
.page-id-3283 section#layer_0 .columns .grid .column:nth-child(1) {
  margin-top: 0 !important;
}

.page-id-3283 section#layer_0 .column-2 #col-1 {
  padding: 0;
}
.page-id-3283 #col-1 .hbspt-form fieldset {
  max-width: 100%;
}

.page-id-3283 section#layer_0 #col-0 h2 {
  margin-top: 23px;
}

.page-id-3283 section#layer_0 #col-1 {
  margin-top: -50px;
}
}
.page-id-10583 .dark li {
color:#000;
}
#field_3_54, #field_6_78 {
margin: 0 -15px;
}
#field_3_53, #field_3_49,
#field_6_79, #field_6_89{
width: calc(50% - 30px);
  margin: 0 15px;
}
#field_3_53 .gfield,
#field_6_79 .gfield {
padding: 15px 35px 0 35px;
}
#field_3_53 #field_3_32,
#field_6_79 #field_6_80 {
padding-top: 30px;
}
#field_3_53 #field_3_38,
#field_6_79 #field_6_87 {
padding-bottom: 30px;
}
#field_3_53,
#field_6_79 {
border: 1px solid #dfdfdf;
}
.gpnf-add-entry {
position: absolute;
  top: -68px;
  right: 230px;
  z-index: 9;
}
.gpnf-add-entry, #gform_submit_button_6 {
padding: 10px 38px!important;
}
#gform_page_3_6 #gform_previous_button_3,
#gform_page_6_6 #gform_previous_button_6 {
display: none;
}
#field_3_49 label, #field_3_49 thead,
#field_6_89 label, #field_6_89 thead {
display: none;
}
#field_3_49 table, #field_3_49 td, #field_3_49 tr,
#field_6_89 table, #field_6_89 td, #field_6_89 tr {
display: block;
border: none;
background-color: unset;
padding: 0;
}
#field_6_89 table td, .display-one>p {
padding: 0 35px;
}
#field_6_89 table .gpnf-field:empty {
display: none;
}
#field_6_89 table .gpnf-field:before {
content: 'Total Area';
display: inline-block;
padding-right: 14px;
font-weight: 700;
}
#field_3_49 table .gpnf-field[data-heading="Structure Size"]:before,
#field_3_49 table .gpnf-field[data-heading="Steel Finish"]:before,
#field_3_49 table .gpnf-field[data-heading="Area"]:before,
#field_6_89 table .gpnf-field[data-heading="Structure Size"]:before,
#field_6_89 table .gpnf-field[data-heading="Steel Finish"]:before,
#field_6_89 table .gpnf-field[data-heading="Area"]:before {
content: 'Total Area';
display: inline-block;
padding-right: 14px;
}
#field_3_49 table .gpnf-field[data-heading="Steel Finish"]:before,
#field_6_89 table .gpnf-field[data-heading="Steel Finish"]:before {
content: 'Steel Finish';
}
#field_3_49 table .gpnf-field[data-heading="Area"]:before,
#field_6_89 table .gpnf-field[data-heading="Area"]:before {
content: 'Area Accessibility';
}
#field_6_89 table .gpnf-field[data-heading="Structure"]:before,
#field_6_89 table .gpnf-field[data-heading="Hard Roof Structure"]:before {
content: none;
padding-right: 0;
}
#field_6_89 table tbody {
width: 100%;
display: table;
}
#field_6_89 table tr td[data-heading="Selected Structure Image"] {
border-top: 1px solid #dfdfdf;
padding: 0;
}
#field_3_49 table,
#field_6_89 table {
border: 1px solid #dfdfdf;
}
#field_3_49 .gpnf-nested-entries td:before,
#field_6_89 .gpnf-nested-entries td:before {
position: unset;
overflow: unset;
text-overflow: unset;
width: unset;
}
#field_3_49 .gpnf-field[data-heading="Multiple Price"]:before,
#field_6_89 .gpnf-field[data-heading="Multiple Price"]:before {
display: none!important;
}
#field_6_79 input, #field_6_79 textarea {
pointer-events: none;
}
#gform_6 table .gpnf-no-entries {
display: none;
}
.display-one, #gform_previous_button_6 {
display: none;
}
.display-one:first-of-type {
display: block;
}
#field_6_89 table td, .display-one p {
font-size: 16px;
color: #182B43!important;
text-transform: capitalize;
}
.display-one p {
margin: 0;
}
.display-one p>b {
padding-right: 14px;
}
#field_6 p:empty {
display: none;
margin: 0;
padding: 0;
}
.display-one p.structure,
#field_6_89 table td[data-heading="Structure"],
#field_6_89 table td[data-heading="Hard Roof Structure"] {
font-size: 22px;
font-weight: 900;
padding-top: 30px;
text-transform: uppercase;
line-height: 1;
}
.display-one p.steel,
#field_6_89 .gpnf-row-actions {
padding-bottom: 30px;
}
#field_6_89 table td[data-heading="Structure"] ul,
#field_6_89 table td[data-heading="Hard Roof Structure"] ul {
display: none;
}
.gpnf-row-actions>ul {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.gpnf-row-actions>ul .edit {
padding-right: 18px;
}
.display-one p,
#field_6_89 table td {
margin-bottom: 5px;
}
.display-one .price, #field_6_89 table td[data-heading="Multiple Price"],
#field_6_91, #field_5_69 {
display: none;
}
.gchoice_6_17_0 label>span.image-choices-choice-image-wrap,
.gchoice_6_17_1 label>span.image-choices-choice-image-wrap,
.gchoice_6_17_2 label>span.image-choices-choice-image-wrap {
margin-top: -8px;
}
#field_6_66 .flex-center h2 {
margin-bottom: 18px;
}
#gform_6 .info,
#gform_5 .info {
font-size: 16px;
color: #182B43;
position: relative;
box-shadow: 0px 1px 3px #00000029;
padding: 25px 20px 25px 50px;
}
#gform_6 .info:before,
#gform_5 .info:before {
content: url('https://www.greenline.com.au/wp-content/uploads/2021/10/info.png');
position: absolute;
left: 20px;
  top: 27px;
}
#gform_6 .info a,
#gform_5 .info a {
font-weight: bold;
color: #182B43;
}
#gform_6 .image-choices-choice-selected .image-choices-choice-text ul,
#gform_5 .image-choices-choice-selected .image-choices-choice-text ul {
margin-left: -36px;
}
.gallery-bottom .slick-dots button {
background: #ddd;
}
.gallery-bottom.gallery-slider img {
padding: 2%;
}
.gallery-bottom.gallery-slider .slick-dots li.slick-active button {
background: #7cbb42;
}
.gallery-bottom.gallery-slider .slick-dots {
bottom: -20px;
}
.validationerror {
display: none;
}
.validationerror:first-of-type {
display: block;
}
#field_6_78 {
align-items: flex-start;
}
#gform_page_6_1.gform_page .gform_page_footer {
justify-content: left;
}
.page-id-10952 .logo-strip {
border-top: none;
display: none;
}
@media(min-width: 1100px) {

#gform_fields_6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
margin-left: -9%;
align-items: center;
}
#field_6_107 {
width: 490px;
grid-column: unset;
}
#gform_fields_6 .child {
width: calc(100% - 490px);
display: grid;
grid-column-gap: 2%;
grid-row-gap: 16px;
display: flex;
flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .child .gfield.gfield--width-full {
  width: 100%;
}
.gform_wrapper.gravity-theme .child .gfield.gfield--width-half {
  width: calc(50% - 16px);
}
#field_6_107 img {
height: 768px;
  width: 100%;
  object-fit: cover;
}
}
@media(max-width: 1099px) {
#gform_fields_6 .child {
  display: grid;
  grid-column-gap: 2%;
    grid-row-gap: 13px;
    grid-column: span 12
}
}
.page-id-10692 #header {
background-color: #182B43;
}
.page-id-10692 #header .header-right a[href*="tel:"] {
color: #ffffff;
font-size: 18px;
}
.page-id-10692 #header .header-right [class*="icon"] {
color: #7CBB42;
margin-right: 2px;
}
.trouble {
  background-size: cover;
  width: 100%;
  height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.text-center {
text-align: center;
}
.trouble h4, .trouble p {
color: #ffffff;
}
.trouble h4 {
font-size: 41px;
}
.trouble p {
font-size: 18px;
}
.error {
color: red;
display: none;
}
.error:first-of-type {
display: block;
}
@media(min-width: 992px) {
.review_info {
  display: flex;
  flex-wrap: wrap;
}
.review_info .gfield.gfield--width-half {
  width: 50%;
}
.review_info .gfield.gfield--width-full {
  width: 100%;
}
#field_6_79 #field_6_85 {
  padding-top: 30px;
  padding-left: 10px;
}
#field_6_79 #field_6_80 {
  padding-right: 10px;
}
}
@media(max-width: 1200px) {
#field_3_54.flex,
#field_6_78.flex {
  display: block;
}
#field_3_53, #field_3_49,
#field_6_79, #field_6_89 {
  width: 100%;
  padding: 0;
}
#field_3_49,
#field_6_89 {
  margin-top: 60px;
}
}
@media(max-width: 992px) {
.gpnf-add-entry {
  position: unset 
}
#gform_page_3_4 #input_3_25 .image-choices-choice, #gform_page_6_4 #input_6_25 .image-choices-choice, #gform_page_6_2     #input_6_95 .image-choices-choice, #field_5_68 #input_5_68 .image-choices-choice, #field_5_25 #input_5_25 .image-   choices-choice, #field_6_25 #input_6_25 .image-choices-choice {
  width: calc(100% - 16px);
}
}
/* CONTACT CSS */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
.container {
width: 100%;
max-width: 1700px;
padding: 0 7%;
margin: 0 auto;
}
.col--white {
color: #fff !important;
}
.section--title {
display: flex;
justify-content: center;
width: 100%;
}
.section--title h1 {
display: block;
font-size: 42px;
line-height: 57px;
color: #182b43;
font-weight: 900;
margin: 0;
}
@media screen and (max-width: 1080px) {
.section--title h1 {
  font-size: 36px;
  line-height: 46px;
}
}
@media screen and (max-width: 768px) {
.section--title h1 {
  font-size: 30px;
  line-height: 40px;
}
}
@media screen and (max-width: 576px) {
.section--title h1 {
  font-size: 24px;
  line-height: 32px;
}
}
@media screen and (max-width: 400px) {
.section--title h1 {
  font-size: 20px;
  line-height: 28px;
}
}
.section--title p {
color: #182b43;
font-size: 16px;
line-height: 25px;
margin: 15px 0 0 0;
}
@media screen and (max-width: 576px) {
.section--title p {
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 23px;
}
}
.section--title.center {
text-align: center;
}
img {
width: 100%;
height: auto;
display: block;
}
.contact-info--section {
background: #182b43;
padding: 65px 0;
}
@media screen and (max-width: 768px) {
.contact-info--section {
  padding: 60px 0;
}
}
@media screen and (max-width: 576px) {
.contact-info--section {
  padding: 50px 0;
}
}
.contact-info--section h5 {
font-size: 24px;
font-weight: 900;
line-height: 32px;
margin: 0;
}
@media screen and (max-width: 1080px) {
.contact-info--section h5 {
  font-size: 22px;
  line-height: 28px;
}
}
@media screen and (max-width: 768px) {
.contact-info--section h5 {
  font-size: 20px;
  line-height: 24px;
}
}
@media screen and (max-width: 576px) {
.contact-info--section h5 {
  font-size: 18px;
  line-height: 20px;
}
}
@media screen and (max-width: 400px) {
.contact-info--section h5 {
  font-size: 16px;
  line-height: 20px;
}
}
.contact-info--details {
width: 100%;
margin: 50px -15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
.contact-info--details {
  margin: 40px 0 0;
}
}
@media screen and (max-width: 768px) {
.contact-info--details {
  margin: 30px 0 0;
}
}
.contact-info--office {
width: 100%;
margin: 50px 0 0;
background: #fff;
padding: 40px 65px;
-webkit-box-shadow: 0 5px 15px #00000033;
box-shadow: 0 5px 15px #00000033;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
.contact-info--office {
  padding: 40px;
}
}
@media screen and (max-width: 768px) {
.contact-info--office {
  padding: 30px;
}
}
@media screen and (max-width: 768px) {
.contact-info--office {
  padding: 25px;
}
}
.contact-form--section {
padding: 80px 0;
overflow: hidden;
}
@media screen and (max-width: 1080px) {
.contact-form--section {
  padding: 70px 0;
}
}
@media screen and (max-width: 768px) {
.contact-form--section {
  padding: 60px 0;
}
}
@media screen and (max-width: 576px) {
.contact-form--section {
  padding: 50px 0;
}
}
.contact-form--box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media screen and (max-width: 1080px) {
.contact-form--box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}
.contact-form--img {
width: 100%;
height: 465px;
}
@media screen and (max-width: 1280px) {
.contact-form--img {
  height: 375px;
}
}
@media screen and (max-width: 1080px) {
.contact-form--img {
  height: auto;
}
}
.contact-form--img img,
.contact-form--img figure {
border: none;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
background: #353d47;
}
.contact-form--imgbox {
width: 100%;
min-width: 540px;
max-width: 100%;
}
@media screen and (max-width: 1280px) {
.contact-form--imgbox {
  min-width: 450px;
  width: 450px;
}
}
@media screen and (max-width: 576px) {
.contact-form--imgbox {
  min-width: auto;
}
}
.contact-form--imgtext {
width: 100%;
padding: 25px 0;
word-break: break-all;
text-align: center;
background: #182b43;
color: #fff;
font-size: 20px;
line-height: 25px;
}
@media screen and (max-width: 1080px) {
.contact-form--imgtext {
  font-size: 18px;
  line-height: 23px;
  padding: 20px 0;
}
}
@media screen and (max-width: 768px) {
.contact-form--imgtext {
  font-size: 16px;
  line-height: 21px;
  padding: 18px 0;
}
}
@media screen and (max-width: 576px) {
.contact-form--imgtext {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
}
}
.contact-form--sliderbox {
min-width: 540px;
max-width: 100%;
}
@media screen and (max-width: 1280px) {
.contact-form--sliderbox {
  min-width: 450px;
  width: 450px;
}
}
@media screen and (max-width: 1080px) {
.contact-form--sliderbox {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 30px 0 0;
}
}
@media screen and (max-width: 576px) {
.contact-form--sliderbox {
  min-width: auto;
}
}
.contact--form {
margin: 35px 0 0 0;
}
.contact--form .hs-form-field {
margin: 0 0 18px 0;
}
.contact--form .hs_submit,.contact--form .hs_submit div,.contact--form .hs_submit div input{
width: 100%;
max-width: 100%;
}
.contact--form .hs_submit{
margin: 35px 0 0;
}
.contact--form .form--control,
.contact--form form .input input,
.contact--form form .input textarea {
border-radius: 0;
border: 1px solid #d6d6d6;
padding: 12px 20px;
}
.contact--form .form--control::-webkit-input-placeholder,
.contact--form form .input input::-webkit-input-placeholder,
.contact--form form .input textarea::-webkit-input-placeholder {
color: #b0b0b0;
}
.contact--form .form--control:-ms-input-placeholder,
.contact--form form .input input:-ms-input-placeholder,
.contact--form form .input textarea:-ms-input-placeholder {
color: #b0b0b0;
}
.contact--form .form--control::-ms-input-placeholder,
.contact--form form .input input::-ms-input-placeholder,
.contact--form form .input textarea::-ms-input-placeholder {
color: #b0b0b0;
}
.contact--form .form--control::placeholder,
.contact--form form .input input::placeholder,
.contact--form form .input textarea::placeholder {
color: #b0b0b0;
}
.contact--form .form--submit,
.contact--form form input[type="submit"] {
margin: 0;
}
.contact--form form .hs-form-field {
max-width: 100%;
width: 100%;
}
@media screen and (max-width: 1280px) {
.contact--formbox {
  padding: 40px;
}
}
@media screen and (max-width: 1080px) {
.contact--formbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
}
@media screen and (max-width: 768px) {
.contact--formbox {
  padding: 30px;
}
}
@media screen and (max-width: 576px) {
.contact--formbox {
  padding: 25px;
}
}
@media screen and (max-width: 400px) {
.contact--formbox {
  padding: 20px;
}
}
@media screen and (max-width: 325px) {
.contact--formbox {
  padding: 15px;
}
}
.contact--formtitle .section--title{
flex-direction: column;
}
.info--detailitem {
padding: 0 15px;
width: 100%;
max-width: 33.33%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 992px) {
.info--detailitem {
  max-width: 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0 30px 0;
}
}
@media screen and (max-width: 640px) {
.info--detailitem {
  max-width: 100%;
}
}
.info--detailitem:first-child {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.info--detailitem:last-child {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media screen and (max-width: 992px) {
.info--detailitem:last-child {
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
}
.info--detailicon {
width: 50px;
min-width: 50px;
height: 50px;
margin: 0 25px 0 0;
}
.info--detailicon img,.info--detailicon svg {
width: 100%;
height: 100%;
}
@media screen and (max-width: 1080px) {
.info--detailicon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
}
}
@media screen and (max-width: 768px) {
.info--detailicon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin: 0 15px 0 0;
}
}
@media screen and (max-width: 576px) {
.info--detailicon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
}
}
.info--detailtext h5 {
color: #fff;
margin: 0 0 20px 0;
}
@media screen and (max-width: 1080px) {
.info--detailtext h5 {
  margin: 0 0 15px 0;
}
}
@media screen and (max-width: 768px) {
.info--detailtext h5 {
  margin: 0 0 12px 0;
}
}
@media screen and (max-width: 576px) {
.info--detailtext h5 {
  margin: 0 0 10px 0;
}
}
.info--detailtext a {
color: #fff;
display: block;
font-size: 20px;
line-height: 24px;
word-break: break-all;
}
@media screen and (max-width: 1080px) {
.info--detailtext a {
  font-size: 18px;
  line-height: 22px;
}
}
@media screen and (max-width: 768px) {
.info--detailtext a {
  font-size: 16px;
  line-height: 20px;
}
}
@media screen and (max-width: 576px) {
.info--detailtext a {
  font-size: 14px;
  line-height: 18px;
}
}
.info--detailtext a:hover {
text-decoration: underline;
}
.info--detailtext ul.social--icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
list-style: none;
margin: 0 -8px;
padding: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
.info--detailtext ul.social--icons {
  margin: 0 -6px;
}
}
@media screen and (max-width: 576px) {
.info--detailtext ul.social--icons {
  margin: 0 -4px;
}
}
.info--detailtext ul.social--icons li {
padding: 0 8px;
}
@media screen and (max-width: 768px) {
.info--detailtext ul.social--icons li {
  padding: 0 6px;
}
}
@media screen and (max-width: 576px) {
.info--detailtext ul.social--icons li {
  padding: 0 4px;
}
}
.info--detailtext ul.social--icons li a {
display: block;
width: auto;
height: 20px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
}
.info--detailtext ul.social--icons li a img,.info--detailtext ul.social--icons li a svg{
width: 100%;
height: 100%;
}
@media screen and (max-width: 768px) {
.info--detailtext ul.social--icons li a {
  height: 15px;
}
}
@media screen and (max-width: 576px) {
.info--detailtext ul.social--icons li a {
  height: 12px;
}
}
.info--detailtext ul.social--icons li a:hover {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
.info--detailtext ul.social--icons li a img {
height: 100%;
width: auto;
}
.info--officeitem {
padding: 0 40px;
border-right: 1px solid #182b43;
width: 100%;
max-width: 33.33%;
}
@media screen and (max-width: 1120px) {
.info--officeitem {
  padding: 0 30px;
}
}
@media screen and (max-width: 1080px) {
.info--officeitem {
  max-width: 100%;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #182b43;
}
.info--officeitem:first-child {
  padding-top: 0;
}
.info--officeitem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
}
@media screen and (max-width: 768px) {
.info--officeitem {
  padding: 20px 0;
}
}
@media screen and (max-width: 576px) {
.info--officeitem {
  padding: 18px 0;
}
}
.info--officeitem:first-child {
padding-left: 0;
}
.info--officeitem:last-child {
border: none;
padding-right: 0;
}
.info--officeitem h5 {
color: #182b43;
margin: 0 0 25px 0;
font-family: 'uni_neueheavy';
font-weight: bold;
}
@media screen and (max-width: 1080px) {
.info--officeitem h5 {
  margin: 0 0 20px 0;
}
}
@media screen and (max-width: 768px) {
.info--officeitem h5 {
  margin: 0 0 15px 0;
}
}
@media screen and (max-width: 576px) {
.info--officeitem h5 {
  margin: 0 0 12px 0;
}
}
.info--officeitem ul {
list-style: none;
margin: 0;
padding: 0;
}
.info--officeitem ul li {
margin: 0 0 18px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.info--officeitem ul li .icon {
width: 18px;
height: 18px;
min-width: 18px;
margin: 0 16px 0 0;
}
@media screen and (max-width: 992px) {
.info--officeitem ul li .icon {
  margin: 0 12px 0 0;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
}
@media screen and (max-width: 768px) {
.info--officeitem ul li .icon {
  margin: 0 10px 0 0;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
}
@media screen and (max-width: 576px) {
.info--officeitem ul li .icon {
  margin: 0 8px 0 0;
  width: 12px;
  min-width: 12px;
  height: 12px;
}
}
.info--officeitem ul li .icon img,
.info--officeitem ul li .icon svg {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center center;
object-position: center center;
}
.info--officeitem ul li .text {
font-size: 18px;
line-height: 22px;
color: #353d47;
font-weight: 600;
}
@media screen and (max-width: 1120px) {
.info--officeitem ul li .text {
  font-size: 16px;
  line-height: 20px;
}
}
@media screen and (max-width: 992px) {
.info--officeitem ul li .text {
  font-size: 16px;
  line-height: 20px;
}
}
@media screen and (max-width: 768px) {
.info--officeitem ul li .text {
  font-size: 14px;
  line-height: 18px;
}
}
@media screen and (max-width: 576px) {
.info--officeitem ul li .text {
  font-size: 12px;
  line-height: 16px;
}
}
.info--officeitem ul li:last-child {
margin: 0;
}
@media screen and (max-width: 992px) {
.info--officeitem ul li {
  margin: 0 0 15px 0;
}
}
@media screen and (max-width: 768px) {
.info--officeitem ul li {
  margin: 0 0 10px 0;
}
}
@media screen and (max-width: 576px) {
.info--officeitem ul li {
  margin: 0 0 10px 0;
}
}
.newsletter--section {
padding: 50px 0;
background: #182b43;
}
.newsletter--box .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.newsletter--box .title h2 {
color: #fff;
font-size: 32px;
line-height: 40px;
font-weight: 900;
margin: 0;
}
@media screen and (max-width: 1080px) {
.newsletter--box .title h2 {
  font-size: 28px;
  line-height: 36px;
}
}
@media screen and (max-width: 768px) {
.newsletter--box .title h2 {
  font-size: 24px;
  line-height: 32px;
}
}
@media screen and (max-width: 576px) {
.newsletter--box .title h2 {
  font-size: 22px;
  line-height: 30px;
}
}
@media screen and (max-width: 400px) {
.newsletter--box .title h2 {
  font-size: 20px;
  line-height: 28px;
}
}
.newsletter--box .title .icon {
margin: 0 20px 0 0;
width: 32px;
height: auto;
}
.newsletter--box .title .icon img,.newsletter--box .title .icon svg{
width: 100%;
height: 100%;
}
.newsletter--box .text {
margin: 15px 0 0;
text-align: center;
font-size: 16px;
line-height: 25px;
color: #fff;
}
@media screen and (max-width: 576px) {
.newsletter--box .text {
  font-size: 14px;
  line-height: 23px;
}
}
.newsletter--box .text * {
color: #fff;
}
.newsletter--form form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 30px 0 -10px 0;
flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.newsletter--form form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px  0 0 0;
}
}
.newsletter--form .input--holder, form .hs-form-field {
width: 100%;
max-width: 512px;
margin: 10px 0;
}
@media screen and (max-width: 768px) {
.newsletter--form .input--holder, form .hs-form-field {
  max-width: 100%;
  margin: 0;
}
}
form .hs-form-field div{
width: 100%;
}
.newsletter--form .submit--holder, form .hs_submit {
width: 100%;
max-width: 220px;
margin: 10px 0;
}
@media screen and (max-width: 768px) {
.newsletter--form .submit--holder, form .hs_submit {
  margin: 0;
}
}
@media screen and (max-width: 768px) {
.newsletter--form .submit--holder, .newsletter--form form .hs_submit {
  max-width: 100%;
}
}
.form--control,
form .input input,
form .input textarea {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
outline: none;
min-height: 50px;
padding: 0 40px;
font-size: 16px;
line-height: 25px;
border-radius: 100px;
resize: none;
width: 100%;
color: #182b43;
background: #fff;;
}
@media screen and (max-width: 576px) {
.form--control,
form .input input,
form .input textarea {
  font-size: 14px;
  line-height: 23px;
}
}
.form--control::-webkit-input-placeholder,
form .input input::-webkit-input-placeholder,
form .input textarea::-webkit-input-placeholder {
color: #182b43;
}
.form--control:-ms-input-placeholder,
form .input input:-ms-input-placeholder,
form .input textarea:-ms-input-placeholder {
color: #182b43;
}
.form--control::-ms-input-placeholder,
form .input input::-ms-input-placeholder,
form .input textarea::-ms-input-placeholder {
color: #182b43;
}
.form--control::placeholder,
form .input input::placeholder,
form .input textarea::placeholder {
color: #182b43;
}
form .input textarea {
height: 140px;
}
.form--submit,
form input[type="submit"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
outline: none;
height: 50px;
padding: 0 20px;
font-size: 16px;
line-height: 25px;
border-radius: 100px;
resize: none;
width: 100%;
background: #7cbb42;
color: #fff;
text-align: center;
margin: 0 0 0 20px;
}
.form--submit:hover,
form input[type="submit"]:hover {
background: #57822e;
}
@media screen and (max-width: 768px) {
.form--submit,
form input[type="submit"] {
  margin: 15px 0 0;
}
}
@media screen and (max-width: 576px) {
.form--submit,
form input[type="submit"] {
  font-size: 14px;
  line-height: 23px;
}
}
.logo--section {
padding: 80px 0;
overflow: hidden;
}
@media screen and (max-width: 1080px) {
.logo--section {
  padding: 70px 0;
}
}
@media screen and (max-width: 768px) {
.logo--section {
  padding: 60px 0;
}
}
@media screen and (max-width: 576px) {
.logo--section {
  padding: 50px 0;
}
}
.logo--slider {
margin: 0 -27px;
}
@media screen and (max-width: 1080px) {
.logo--slider {
  margin: 0 -20px;
}
}
@media screen and (max-width: 768px) {
.logo--slider {
  padding: 0 -15px;
}
}
.logo--sliderbox {
max-width: 100%;
min-width: 100%;
}
.logo--item {
padding: 0 27px;
}
@media screen and (max-width: 1080px) {
.logo--item {
  padding: 0 20px;
}
}
@media screen and (max-width: 768px) {
.logo--item {
  padding: 0 15px;
}
}
.logo--item a {
display: block;
height: 65px;
width: auto;
}
@media screen and (max-width: 1080px) {
.logo--item a {
  height: 50px;
}
}
@media screen and (max-width: 768px) {
.logo--item a {
  height: 45px;
}
}
.logo--item a img {
height: 100%;
width: auto;
}
.page-id-10914 #layer_1{
display: none;
}
label.hs-error-msg,label.hs-main-font-element,.submitted-message p,p.error--name {
width: 100%;
border: 1px solid red;
padding: 8px 10px;
box-sizing: border-box;
margin: 10px 0;
display: block;
color: red;
}
p.error--name{
display: none;
}
p.error--name:nth-child(2){
display: block;
}
.submitted-message p{
border-color: green;
color: green;
}
.newsletter--form .hs-form-field ul.no-list.hs-error-msgs.inputs-list{
display: none !important;
}
.newsletter--form .hs_error_rollup{
order: 3;
width: 100%;
min-width: 100%;
max-width: 100%;
}
.newsletter--form .hs_error_rollup label.hs-main-font-element{
background: #fff;
border-width: 3px;
margin: 15px 0;
color: red;
padding: 12px 15px;
}
.newsletter--form .submitted-message p{
background: #fff;
border-width: 3px;
padding: 12px 15px;
margin: 15px 0;
text-align: center;
}
form#hsForm_2c05c1df-1e1b-436a-b4c5-cf2f838e143e.error--submit input[type="submit"]{
pointer-events: none !important;
opacity: 0.7;
}
.testimonials .slick-slide img{
width: 180px;
max-width: 100%;
}
.logo-strip div.inner{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.logo-strip div.inner > *{
min-width: 160px;
width: 160px;
}
.dallas-element-close.dallas-close {
color: #ffffff!important;
opacity: 1!important;
}




/* Service Pages CSS 2-2-2022 */
.single-service .header-right #header-phone-number {
background-color: #7cbb42;
color: #fff;
border-radius: 30px;
  font-size: 18px;
  padding: 12px 14px;
}
.single-service .single-columnquality {
padding-top: 70px;
padding-bottom: 80px;
}
.single-service .single-columnquality .inner {
max-width: 1160px;
}
.single-service .single-columnquality h2 {
font-size: 32px;
color: #182B43;
margin-bottom: 30px;
}
.single-service .single-columnquality p {
font-size: 16px;
color: #182B43;
}
.single-service .content-background .intro-copy {
background-color: #ffffff;
  margin-left: auto;
  color: #182B43;
padding: 50px 60px;
}
.single-service .content-background .intro-copy h2 {
color: #7cbb42;
font-size: 32px;
}
.single-service .content-background .intro-copy p {
color: #182B43;
font-size: 16px;
}
.single-service .flex-alternating {
margin-top: 70px;
}
.single-service .flex-alternating h2,
.single-service .flex-alternating p{
color: #182B43;
font-size: 32px;
}
.single-service .flex-alternating p {
font-size: 16px;
}
.single-service .columns.qa .grid {
margin: 0;
}
.single-service .columns.qa .grid .col {
padding-top: 0!important;
}
.single-service .columns.qa .grid .col h1 {
margin-top: 0;
margin-bottom: 30px;
}
.single-service .columns.qa .grid .column:nth-child(1),
.single-service .columns.qa .grid .column:nth-child(2) {
width: 47%;
}
.single-service .columns.qa .grid .col h1,
.single-service .columns.qa .grid .col p{
font-size: 32px;
color: #182B43;
}
.single-service .columns.qa .grid .col p {
font-size: 16px;
}
.single-service .logo-strip {
display: none;
}
.single-service .contact-form--section {
padding-top: 45px;
padding-bottom: 70px;
}
.single-service .contact-form--sliderbox {
order: 2;
}
.single-service .contact--formbox {
order: 1;
background-color: #F5F5F5;
box-shadow: none;
}
#header nav li:hover>a {
color: #7cbb42;
}
.single-service .contact--formbox .button {
text-transform: capitalize;
font-size: 18px;
font-family: 'Lato', sans-serif;
padding: 14px 45px 14px 20px;
}
.single-service .contact--formbox .button:after {
content: url(https://www.greenline.com.au/wp-content/uploads/2022/02/Icon-metro-arrow-right.svg);
top: 12px;
}
.single-service .contact--formbox p {
color: #182B43;
}
@media (max-width: 1100px) {
.single-service .qa {
  margin-top: 40px;
}
}
#field_6_66 img {
width:200px;
}

.test-class {
border-radius: 50px;
}



/* estimation form css */
.page-id-10128 .ginput_container .gchoice label {
background-image: none!important;
}
.page-id-10128 .image-choices-field .image-choices-choice-image {
display: block;
}
.page-id-10128 .ginput_container .image-choices-choice-selected label img {
border: 6px solid #7CBB42;
}
#gform_wrapper_1 .gf_progressbar_wrapper {
display: none!important;
}

/*CSS for Hubspot forms after setting it as RAW HTML*/

.webo-error {
  width: 100%;
  border: 1px solid red;
  padding: 8px 10px;
  box-sizing: border-box;
  margin: 10px 0;
  display: block;
  color: red;
  font-size: 18px;
  font-weight: bold;
}

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  float: none;
}
.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  float: none;
}
input#email-04b93a37-14f9-4725-aea5-84af54b5b8f7 {
  width: 100%;
}
.hs_school_council.hs-school_council.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  float: none;
}
.hs_role_position.hs-role_position.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  float: none;
}

#hsForm_04b93a37-14f9-4725-aea5-84af54b5b8f7 > div.hs_submit.hs-submit > div.actions > input {
margin: 0;
}
#hsForm_04b93a37-14f9-4725-aea5-84af54b5b8f7 > div.hs_submit.hs-submit > div.actions > input[disabled="disabled"] {
pointer-events: none;
background-color: #93af7a;
}

#hsForm_2b89224a-4dca-478e-a2ad-3582e12ddade > div.hs_submit.hs-submit > div.actions > input {
width: 100%;
}











/* Cost estimator form css 9-6-2022 */
#gf_progressbar_wrapper_12,
#gform_wrapper_12 .gform_heading p,
#gform_wrapper_12 legend.gfield_label,
#gform_wrapper_12 .gchoice >input + br {
display: none;
}
.mb-16 {
margin-bottom: 16px;
}
#gform_12 .progress_bar p {
position: absolute;
background-color: #7cbb42;
display: block!important;
left: 1px;
height: 7px;
top: 50%;
margin: 0;
transform: translateY(-50%);
}
#gform_page_12_2 .progress_bar p {
width: 12.5%;  
}
#gform_page_12_3 .progress_bar p {
width: 25%;  
}
#gform_page_12_4 .progress_bar p {
width: 37.5%;  
}
#gform_page_12_5 .progress_bar p {
width: 50%;  
}
#gform_page_12_6 .progress_bar p {
width: 62.5%; 
}
#gform_page_12_7 .progress_bar p {
width: 75%;  
}
#gform_page_12_8 .progress_bar p {
width: 87.5%;  
}
#gform_page_12_9 .progress_bar p {
width: 100%;  
}
#gform_12 .gchoice label {
padding: 20px 21px 20px 27px;
border: 1px solid #DFDFDF;
font-weight: 700;
width: 100%;
}
#gform_12 .image-choices-field .image-choices-choice label {
padding: 0!important;
border: none;
}
#gform_12 .image-choices-field .image-choices-choice-image-wrap {
width: 100%;
height: 360px;
}
#gform_12 .image-choices-field .image-choices-choice-selected,
#gform_12 .image-choices-field .image-choices-choice-selected:focus,
#gform_12 .image-choices-field .image-choices-choice-selected:focus-visible {
border: none;
transition: none;
outline: 0!important;
}
#gform_12 .image-choices-field .image-choices-choice-selected label .image-choices-choice-image-wrap {
border: 6px solid #7CBB42;
}
#gform_12 .image-choices-field.image-choices-show-labels .image-choices-choice-text {
text-align: left;
margin-top: 10px;
color: #182B43;
font-size: 18px;
font-weight: 700;
}
#gform_12 .image-choices-field .image-choices-choice-selected label .image-choices-choice-text {
color: #7CBB42;
font-weight: 900;
position: relative;
padding-left: 36px;
}
#gform_12 .image-choices-field .image-choices-choice-selected label .image-choices-choice-text:before {
content: '';
background-image: url(https://www.greenline.com.au/wp-content/uploads/2021/09/check-circle.png);
position: absolute;
left: 0;
background-size: 22px 22px;
width: 22px;
height: 22px;
top: 8px;
}
#gform_12 .wrap {
padding: 28px 35px;
border: 1px solid #DFDFDF;
}
#gform_12 .wrap input,
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0{
border: 1px solid #DFDFDF;
}
#gform_12 .wrap > div:not(:last-of-type) {
margin-bottom: 15px;
}
#gform_12 .wrap .gfield_label {
font-size: 14px;
color: #182B43;
font-weight: 700;
}
#field_12_55 {
padding-right: 8px;
}
#field_12_70 {
padding-left: 8px;
}
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0 {
width: 100%;
}
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0 .image-choices-choice-text h1 {
margin-top: 0;
margin-bottom: 15px;
font-size: 22px;
color: #182B43;
}
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0 .image-choices-choice-text ul {
margin-top: 15px;
margin-bottom: 0;
list-style: none;
padding-left: 0;
}
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0 .image-choices-choice-text {
padding: 17px 35px 15px 35px;
}
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0 .image-choices-choice-text ul li {
font-size: 16px;
color: #182B43;
}
#gform_12 .ginput_container .gfield_radio .gchoice.gchoice_12_65_0 .image-choices-choice-text ul li:not(:last-of-type) {
margin-bottom: 10px;
}
#gform_12 .gform_page_footer input[type="hidden"] {
display: none;
}
#gform_12 .gform_page_footer {
display: flex;
}
#gform_12 .gform_page_footer input[type="submit"] {
  padding: 9px 66px;
height: 40px;
font-size: 14px;
margin: 0 0 0 15px!important;
width: auto;
}
.project-example {
  display: block;
  font-size: 14px;
  color: #7cbb42;
}
.gchoice_12_65_0 * {
  pointer-events: none;
}
.gchoice_12_65_0 .image-choices-choice-text ul li span {
  color: #7cbb42;
}
.gchoice_12_65_0 .image-choices-choice-text ul li span.estPrice b {
  color: #DF1E1E;
}
#label_12_16_4 .image-choices-choice-text span {
  color: #DF1E1E;
  font-size: 14px;
  display: block;
}
.gchoice_12_65_0 .image-choices-choice-text ul li span.location .locnote {
  color: #a9a9a9;
  font-size: 14px;
  display: block;
}
.gchoice_12_65_0 .image-choices-choice-text ul li span.location .locnote:before {
  content: "(";
}
.gchoice_12_65_0 .image-choices-choice-text ul li span.location .locnote:after {
  content: ")";
}
.thank-header {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.thank-header p {
  margin: 0;
  color: #182B43;
  font-size: 18px;
}
.thank-header h2 {
  margin-bottom: 5px;
  font-size: 32px;
}
.green-btn,
.white-btn{
  background-color: #7CBB42;
  color: #ffffff;
  display: inline-block;
  padding: 9px 44px;
  border-radius: 134px;
  font-size: 14px;
  text-align: center;
  position: relative
}
.white-btn {
  background-color: rgba(124, 187, 66, 0);
  color: rgba(24, 43, 67, 1);
  border: 1px solid rgba(24, 43, 67, 1);
  font-weight: bold;
}
.thank-details {
  align-items: center;
  margin-top: 10px;
  gap: 30px 0;
}
.thank-details>div {
  width: 100%;
}
.thank-details p {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 16px;
  color: #182B43;
}
.thank-details p.thank-price {
  color: #7CBB42;
  font-size: 45px;
  margin-bottom: 0;
}
.thank-details p.thank-price span {
  color: #BDBDBD;
  font-size: 16px;
  font-weight: bold;
}
.thank-details p.thank-note {
  color: #7CBB42;
  font-weight: bold;
  font-size: 14px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mb-0 {
  margin-bottom: 0!important;
}
.thank-details a.green-btn,
.thank-details a.white-btn {
  width: 100%;
}
.green-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.green-btn img {
  right: 20px;  
}
.white-btn.book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
a.green-btn:visited {
  color: #ffffff;
}
.green-btn.calc-btn img {
  width: 12px;
  height: 12px; 
}
.green-btn.cont-btn img {
  width: 7px;
  height: 11px; 
}
.white-btn.book-btn img {
  width: 13px;
  height: 9px;  
}
#field_12_74,
#field_12_75 {
  display: none;
}
.thank-details p.thank-note span {
  color: #182B43;
}
@media(min-width: 991px) {
  .thank-details {
    gap: 80px;
  }
  .thank-details>div:first-of-type {
    width: calc(62% - 80px);
  }
  .thank-details>div:last-of-type {
    width: 38%;
  }
}

@media(max-width: 991px) {
#gform_12 .ginput_container .gfield_radio .gchoice,
#gform_12 .ginput_container .gfield_radio#input_7_38 .gchoice{
  width: calc(50% - 16px);
}
#gform_12 .gform_page_footer input[type="submit"] {
  margin: 0 0 0 auto!important;
  line-height: 1;
}
#gform_12 .ginput_container .gfield_radio#input_7_21 .gchoice {
  width: calc(100% - 16px);
}
#gform_12 .ginput_container .gfield_radio .gchoice.image-choices-choice,
#gform_12 .ginput_container .gfield_radio#input_7_38 .gchoice.image-choices-choice,
#gform_12 .ginput_container .gfield_radio#input_7_21 .gchoice.image-choices-choice {
  margin-bottom: 30px!important;
}
#gform_12 .progress_bar>div {
  font-size: 12px;
}
#gform_12 .wrap>div.gfield--width-half {
  width: 100%;
  display: block;
}
#field_12_55 {
  padding-right: 0;
}
#field_12_70 {
  padding-left: 0;
}
}
@media(max-width: 768px) {
#gform_12 .progress_bar>div {
  font-size: 0;
}
}
@media only screen and (max-width: 641px) {
#gform_12 .outcome .ginput_container .gfield_radio .gchoice,
#gform_12 .ginput_container .gfield_radio .gchoice,
#gform_12 .accessibility .ginput_container .gfield_radio .gchoice,
#gform_12 .project-type .ginput_container .gfield_radio .gchoice {
  width: calc(100% - 16px);
}
#gform_12 .gform_page_footer input[type="button"] {
  line-height: 1.5!important;
}
#gform_12 .wrap, #field_12_65 {
  width: 100%;
}
}
.page-id-6525 #layer_2 {
  margin-top: 60px;
}
#gform_page_12_3 .loc-eg {
  display: block;
  font-size: 15px;
  color: #535353;
}
.gchoice_12_65_0 .image-choices-choice-text ul li span.loc-eg {
  color: #a9a9a9;
  display: block;
}
#gform_12 .progress_bar>div:last-of-type:before {
  left: unset;
}
/* Cost estimator form css 9-6-2022 */

/*Shade estimator section homepage*/
.shade-estimator .flex {
  align-items: center;
}
.shade-estimator.flex-alternating .grid.flex .col-text {
  padding: 0;
}
.text-right {
  text-align: right;
}
.shade-estimator h2 {
  margin-bottom: 10px;
}
.shade-estimator p {
  margin-top: 0;
  color: #182b43;
  font-size: 1.05em;
}
.shade-estimator p:last-of-type {
  margin-bottom: 0;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
@media(max-width: 860px) {
  .flex-alternating.shade-estimator .flex {
    flex-direction: unset;
  }
  .flex-alternating.shade-estimator .flex .col-text {
    margin-top: 20px!important;
    margin-bottom: 0!important;
  }
}
/*Shade estimator section homepage*/

/* Contact Page submitting request proposal starts */
.contact--form form .input select {
  border-radius: 0;
  border: 1px solid #d6d6d6;
  padding: 12px 20px;
}
.contact--form form .input select{
  width:100%;
  outline:0;
}
.contact--form form  .hs_upload_any_relevant_documents label{
  margin-bottom: 10px;
  display: block;
}
/* Contact Page submitting request proposal ends */


/*Contact us page revamp start*/
.enquiry--box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.enquiry--box>* {
  width: calc(50% - 30px);
}
.enquiry--section {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #EBEBEB;
}
.enquiry--section:before {
  content: '';
  background-color: #182B43;
  width: calc(50% - 30px);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.enquiry--cta * {
  color: #ffffff;
}
.enquiry--cta {
  padding-right: 100px;
}
.enquiry--cta  h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.enquiry--location,
.enquiry--details {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 48px;
}
.enquiry--detailitem {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
}
.enquiry--detailtext h5 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
.enquiry--detailtext a {
  color: #EDE4CA;
}
.enquiry--detailtext .social--icons {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 16px;
}
.enquiry--details h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 40px;
}
.enquiry--details .enquiry--detailitem {
  align-items: center;
}
.enquiry--detailitem .enquiry--detailtext p {
  margin-top: 0;
  margin-bottom: 10px;
}
.enquiry--detailitem .enquiry--detailtext a {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #ffffff;
  align-items: center;
}
.enquiry--section .contact--formbox h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.enquiry--section .contact--form form input[type="submit"] {
  width: auto;
  text-transform: uppercase;
  padding: 10px 30px;
}
.enquiry--section .contact--form form label {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
@media(max-width: 1280px) {
  .enquiry--box {
    gap: 30px;
  }
  .enquiry--box>* {
    width: calc(50% - 15px);
  }
  .enquiry--section .contact--formbox {
    padding: 0;
  }
}
@media(max-width: 1200px) {
  .enquiry--cta {
    padding-right: 50px;
  }
  .enquiry--detailitem {
    gap: 12px;
  }
}
@media(max-width: 1024px) {
  .enquiry--box>*,
  .enquiry--section:before {
    width: 100%;
  }
  .enquiry--section .contact--formbox * {
    color: #ffffff;
  }
  .enquiry--cta {
    padding-right: 0;
  }
}
/*Contact us page revamp end*/

/*Chat section start*/
.chat--section {
  background-color: #F5F5F5;
  padding: 120px 0;
}
.chat--box {
  text-align: center;
  max-width: 765px;
  margin: 0 auto;
}
.chat--box h2 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 32px;
}
.chat--box h3 {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.chat--box p {
  margin-top: 20px;
  margin-bottom: 0;
}
.chat--box .button {
  margin-top: 25px;
  font-size: 18px;
  text-transform: unset;
  padding: 16px 27px;
  font-family: 'Lato', sans-serif;
}
.chat--box .button:after {
  content: none;
}
.chat--representer {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
/*Chat section end*/
.p-40 {
  padding: 40px;
}
.gform_ajax_spinner {
  width: 16px!important;
}
.gform_loader {
  max-width: 200px;
  margin: auto!important;
}
@media screen and (max-width: 768px) {
  .p-40 {
    padding: 30px;
  }
}
@media(max-width: 575px) {
  .single-service .header-right #header-phone-number {
    display: none;
  }
}
@media(max-width: 480px) {
  iframe {
    width: 100%;
    height: auto;
  }
  .map-search__right .map__form-row form p >* {
    width: 100%;
  }
  .map-search__right .map__form-row form p >*:last-child {
    margin-top: 20px;
  }
}
/*Specialist advice css start*/
.specialist-adviceInner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.specialist-adviceInner:before {
  content: '';
  background-color: rgba(24, 43, 67, 0.91);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.specialist-adviceInner * {
  color: #ffffff;
}
.specialist-adviceInner .flex {
  justify-content: space-between;
  padding: 65px 75px;
  gap: 20px 40px;
  align-items: center;
}
.specialist-adviceInner .flex>div {
  max-width: calc(50% - 110px);
}
.specialist-adviceInner .flex h2 {
  font-size: 30px;
}
.specialist-adviceInner .flex p {
  margin-top: 0;
}
.specialist-adviceInner .flex p:last-child,
.specialist-adviceInner .flex h2:last-child {
  margin-bottom: 0;
}
.specialist-adviceInner .flex p + .button {
  margin-top: 9px;
}
@media(max-width: 1440px) {
  .specialist-adviceInner .flex>div {
    max-width: calc(50% - 60px);
  }
}
@media(max-width: 1280px) {
  .specialist-adviceInner .flex>div {
    max-width: calc(50% - 40px);
  }
}
@media(max-width: 1210px) {
  .specialist-adviceInner .flex>div {
    max-width: calc(50% - 20px);
  }
  .specialist-adviceInner .flex {
    padding: 40px;
  }
}
@media(max-width: 993px) {
  .specialist-adviceInner .flex>div {
    max-width: 100%;
  }
}
/*Specialist advice css end*/
.hbspt-form input[type="submit"]:disabled {
  opacity: 0.6;
}
