/* #region MAKING COLUMNS VISIBLE */

	.col {
		/*background-color: rgba(0,0,0,0.05);*/
	}

/* #endregion */

/* #region COLOURS */
	
	.dark_grey {
		color: #666;
	}
	.light_grey {
		background-color: #fafafa;
	}
	.orange {
		color: #ec4d37;
	}
	.dark_orange {
		color: #da170c;
	}
	.darker_orange {
		color: #ca0c06;
	}
	.green {
		color: #88a268;
	}
	.dark_green {
		color: #6f8a4f;
	}
	.darker_green {
		color: #5a763c;
	}

/* #endregion */

/* #region CLIPBOARD */

	.Box Sizing {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.Box Radius {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
	    border-radius:         0;
	}
	.Box Shadow {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.35);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.35);
	}
	.Transitions {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

/* #endregion */

/* #region Initial Setup */

	/* #region Boilerplate */
		
		html,button,input,select,textarea{color:#222}html{font-size:1em;line-height:1.4}::-moz-selection{background:#ddd;text-shadow:none}::selection{background:#ddd;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid rgba(0,0,0,0.1);margin:30px 0;padding:0;width:100%}hr:last-child{margin-bottom:20px}.horizontal_rule hr{margin:20px 0 30px}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browsehappy{margin:.2em 0;background:#ddd;color:#000;padding:.2em 0}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}::selection{background:#ddd}::-moz-selection{background:#ddd}img{max-width:100%;height:auto}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
		
	/* #endregion */

	/* #region fancybox.css */
	
		/* #region Default Fancybox Styling */
			
			.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#fff;color:#444;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#555;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px}.fancybox-close{position:absolute;top:0;right:0;width:44px;height:44px;cursor:pointer;z-index:8040;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:44px;height:44px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background-color:rgba(0,0,0,0.75)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:relative;bottom:0;right:0;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;width:100%;padding:10px 0 0;color:#999;font-family:'Fira Sans',sans-serif;font-weight:400;line-height:24px;text-align:right;font-style:italic;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}
			
		/* #endregion */
		
		/* #region Custom Fancybox Styling */
			
			.fancybox-close,.fancybox-next span,.fancybox-prev span{background-color:#6f8a4f}.fancybox-close:hover,.fancybox-next span:hover,.fancybox-prev span:hover{background-color:#5a763c}.fancybox-next span,.fancybox-prev span{width:44px;height:44px}.fancybox-prev span{left:-15px}.fancybox-next span{right:-15px}.fancybox-nav span{visibility:visible}.fancybox-nav:hover span{visibility:visible}.fancybox-close:before{content:"\f00d";margin-right:-3px;margin-top:2px}.fancybox-prev span:before{content:"\f053";margin-left:0}.fancybox-next span:before{content:"\f054";margin-right:-5px}.fancybox-prev span:before,.fancybox-next span:before{margin-top:2px}.fancybox-close:before,.fancybox-prev span:before,.fancybox-next span:before{font-family:FontAwesome;font-size:18px;padding-right:.5em;position:absolute;top:7px;left:13px;color:#fff;opacity:.6}.fancybox-next span:before{left:15px}.fancybox-close:hover:before,.fancybox-prev span:hover:before,.fancybox-next span:hover:before{opacity:1}
			
		/* #endregion */
		
	/* #endregion */

	/* #region flexslider.css */
	 
		.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0}.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides > li:first-child{display:block}.flexslider{margin:0;background:#fff;border:4px solid #fff;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:0 1px 4px rgba(0,0,0,.2);-o-box-shadow:0 1px 4px rgba(0,0,0,.2);zoom:1}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav{*height:0;z-index:1001}.flex-direction-nav a{width:30px;height:30px;margin:-20px 0 0;display:block;/*background:url(../images/bg_direction_nav.png) no-repeat 0 0*/;position:absolute;bottom:0;z-index:101;cursor:pointer;text-indent:-9999px;opacity:0}.flex-direction-nav .flex-next{background-position:100% 0;right:-36px}.flex-direction-nav .flex-prev{left:-36px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:.3!important;filter:alpha(opacity=30);cursor:default}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width: 860px){.flex-direction-nav .flex-prev{opacity:1;left:0}.flex-direction-nav .flex-next{opacity:1;right:0}}
	
	/* #endregion */

	/* #region jssocials.css */
	
		.jssocials-shares{margin:.2em 0}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top;margin:.3em;margin-right:1px}.jssocials-share:first-child{margin-left:0}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{width:1em;vertical-align:middle;font-size:1.5em}img.jssocials-share-logo{width:auto;height:1em}.jssocials-share-link{display:inline-block;text-align:center;text-decoration:none;line-height:1}.jssocials-share-link.jssocials-share-link-count{padding-top:.2em}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em}.jssocials-share-link.jssocials-share-no-count{padding-top:.5em}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em}.jssocials-share-label{padding-left:.3em;vertical-align:middle}.jssocials-share-count-box{display:inline-block;height:1.5em;padding:0 .3em;vertical-align:middle;cursor:default}.jssocials-share-count-box.jssocials-share-no-count{display:none}.jssocials-share-count{line-height:1.5em;vertical-align:middle}.jssocials-share-twitter .jssocials-share-link{background:#00aced}.jssocials-share-twitter .jssocials-share-link:hover{background:#0087ba}.jssocials-share-facebook .jssocials-share-link{background:#3b5998}.jssocials-share-facebook .jssocials-share-link:hover{background:#2d4373}.jssocials-share-googleplus .jssocials-share-link{background:#dd4b39}.jssocials-share-googleplus .jssocials-share-link:hover{background:#c23321}.jssocials-share-linkedin .jssocials-share-link{background:#007bb6}.jssocials-share-linkedin .jssocials-share-link:hover{background:#005983}.jssocials-share-pinterest .jssocials-share-link{background:#cb2027}.jssocials-share-pinterest .jssocials-share-link:hover{background:#9f191f}.jssocials-share-email .jssocials-share-link{background:#3490F3}.jssocials-share-email .jssocials-share-link:hover{background:#0e76e6}.jssocials-share-link{padding:.5em .6em;color:#fff;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-link:hover,.jssocials-share-link:focus,.jssocials-share-link:active{color:#fff}.jssocials-share-count-box{position:relative;height:2.5em;padding:0 .3em;margin-left:.3em;background:#f5f5f5;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-count-box:hover{background:#dcdcdc}.jssocials-share-count-box:hover:after{border-color:transparent #dcdcdc transparent transparent}.jssocials-share-count-box:after{content:"";display:block;position:absolute;top:.85em;left:-.3em;width:0;height:0;border-width:.4em .4em .4em 0;border-style:solid;border-color:transparent #f5f5f5 transparent transparent;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-count-box .jssocials-share-count{line-height:2.5em;color:#555}
	
	/* #endregion */

	/* #region Animate.css */
		
		.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}
	
	/* #endregion */

	/* #region Font Awesome */
	
		/*!
		 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
		 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
		 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
	
	/* #endregion */
	
	/* #region Swiper (added 11/06/2021) */

		/**
		 * Swiper 6.7.0
		 * Most modern mobile touch slider and framework with hardware accelerated transitions
		 * https://swiperjs.com
		 *
		 * Copyright 2014-2021 Vladimir Kharlampidi
		 *
		 * Released under the MIT License
		 *
		 * Released on: May 31, 2021
		 */
		
		@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

	/* #endregion */

/* #endregion */

/* #region Responsive Setup */

	/* #region Column Setup */
	
		/* SECTIONS */
		.section_outer {
			clear: both;
			padding: 0px;
			margin: 0px;
		}
		
		/* GROUPING  */
		.group:before,
		.group:after {
		    content:"";
		    display:table;
		}
		.group:after {
		    clear:both;
		}
		.group {
		    zoom:1; /* For IE 6/7 (trigger hasLayout) */
		}
		
		/* GRID COLUMN SETUP */
		.col {
			display: block;
			position: relative;
			float: left;
			margin: 10px 0 8px 2.5%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			/*background-color: rgba(0,0,0,0.05);*/
		}
		.side_section {
			display: block;
			float: left;
		}
		.col:first-child { 
			margin-left: 0; 
		} /* all browsers except IE6 and lower */
	
	/* #endregion */

	/* #region 1 Columns */
	
		.span_1_of_1 { 
			width: 100%;
			margin-left: 0;
		}
	
	/* #endregion */

	/* #region 2 Columns */
	
		.span_2_of_2 { 
			width: 100%; 
		}
		.span_1_of_2 { 
			width: 48.12%; 
		}
		.col.span_1_of_2:nth-of-type(2n+1) {
			margin-left: 0;
			clear: left;
		}
		.col.span_1_of_2:nth-of-type(2n) {
			margin-left: 3.75%;
			clear: none;
		}
	
	/* #endregion */

	/* #region 3 Columns */
	
		.span_3_of_3 { 
			width: 100%; 
		}
		.span_2_of_3 { 
			width: 65.83%; 
		}
		.span_1_of_3 { 
			width: 31.66%; 
		}
		.col.span_1_of_3:nth-of-type(3n+1) {
			margin-left: 0;
			clear: left;
		}
	
	/* #endregion */

	/* #region 4 Columns */
	
		.span_4_of_4 { width: 100%; }
		.span_3_of_4 { width: 74.37%; }
		.span_2_of_4 { width: 48.75%; }
		.span_1_of_4 { width: 23.12%; }
		.col.span_1_of_4:nth-of-type(4n+1) {
			margin-left: 0;
			clear: left;
		}
		.span_1_of_4:nth-child(1),
		.span_1_of_4:nth-child(2),
		.span_1_of_4:nth-child(3),
		.span_1_of_4:nth-child(4) {
			margin-top: 0;
		}
		.span_3_of_4 + .span_1_of_4 {
			margin-top: 10px;
		}
		
	/* #endregion */
	
	/* #region 5 Columns */
	
		.span_5_of_5 {width: 100%;}
		.span_4_of_5 {width: 79.5%;}
		.span_3_of_5 {width: 59%;}
		.span_2_of_5 {width: 38.5%;}
		.span_1_of_5 {width: 18%;}
		
	/* #endregion */

	/* #region 6 Columns */
	
		.span_6_of_6 {width: 100%;}
		.span_5_of_6 {width: 82.91%;}
		.span_4_of_6 {width: 65.83%;}
		.span_3_of_6 {width: 48.75%;}
		.span_2_of_6 {width: 31.66%;}
		.span_1_of_6 {width: 14.58%;}
		.col.span_1_of_6:nth-of-type(6n+1) {
			margin-left: 0;
			clear: left;
		}
		.col.span_1_of_6:nth-child(1),
		.col.span_1_of_6:nth-child(2),
		.col.span_1_of_6:nth-child(3),
		.col.span_1_of_6:nth-child(4),
		.col.span_1_of_6:nth-child(5),
		.col.span_1_of_6:nth-child(6) {
			margin-top: 0;
		}
	
	/* #endregion */

	/* #region 8 Columns */
	
		.span_8_of_8 {width: 100%; }
		.span_7_of_8 { width: 87.18%; }
		.span_6_of_8 { width: 74.37%; }
		.span_5_of_8 { width: 61.56%; }
		.span_4_of_8 { width: 48.75%; }
		.span_3_of_8 { width: 35.93%; }
		.span_2_of_8 { width: 23.12%; }
		.span_1_of_8 { width: 10.31%; }
		
		.col.span_8_of_8,
		.col.span_7_of_8,
		.col.span_6_of_8,
		.col.span_5_of_8,
		.col.span_4_of_8,
		.col.span_3_of_8,
		.col.span_2_of_8,
		.col.span_1_of_8 { 
			/*background-color: rgba(0,0,0,0.05);*/
		}
	
	/* #endregion */
	
	/* #region 16 Columns */
		
		.span_11_of_16 { width: 67.5%; }
		.span_5_of_16  { width: 30%; }
		
	/* #endregion */

/* #endregion */

/* #region Type */

	body {
		background-color: white;
		font-size:   16px;
		line-height: 25px;
		color: #444;
	}
	html, button, input, select, textarea {
		font-family: 'Fira Sans', sans-serif;
	}
	p {
		letter-spacing: -0.05px;
		margin: 0px 0 10px;
	}
	b, strong {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 700;
	}
	h1,h2,h3,h4,h5,h6 {
		font-weight: normal;
	}
	h1 {
		font-size:   55px;
		line-height: 60px;
		margin: 0 0 10px;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 700;
		letter-spacing: -1.25px;
		color: #ec4d37;
	}
	h1.intro a {
		display: inline;
	}
	h2 {
		font-size:   36px;
		line-height: 38px;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 300;
		letter-spacing: -1.25px;
		margin-top:  0;
		margin-bottom: 15px;
		color: #88a268;
	}
	h2:last-child {
		margin-bottom: 3px;
	}
	h2.intro {
		color: #444;
		font-size:   17px;
		line-height: 26px;
		/*font-weight: 400;*/
		font-weight: 500;
		letter-spacing: -0.2px;
		margin-bottom: 0;
	}
	.blog #share + h2.intro,
	.case-studies #share + h2.intro {
		margin-top: 30px;
	}
	h2.intro a {
		color: #ec4d37;
	}
	h2.intro + p {
		margin-top: 12px;
	}
	h2:first-child {
		margin-top: 0;
	}
	h2.section_heading,
	h2.section_heading a {
		color: #88a268;
		font-size:     42px;
		line-height:   50px;
		font-weight: 200;
		letter-spacing: -1px;
		margin-bottom: 25px;
	}
	h3 {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 600;
		font-size:   24px;
		line-height: 30px;
		color: #88a268;
		margin-top: 20px;
		margin-bottom: 0;
	}
	h3.subheading {
		color: #88a268;
		margin-bottom: 8px;
	}
	h3.subtitle {
		color: #88a268;
		font-size:   24px;
		line-height: 31px;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 3px !important;
	}
	h3.subtitle + p {
		margin-top: 5px;
	}
	h3 a {
		font-family: 'Fira Sans', sans-serif;
		color: #ec4d37;
		text-decoration: none;
	}
	h3 a:hover {
		color: #da170c;
	}
	h3:first-child {
		margin-top:    0;
		margin-bottom: 0;
	}
	h3 + p {
		margin-top: 0;
	}
	h4 {
		color: #ec4d37;
		font-family: 'Fira Sans', sans-serif;
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
		letter-spacing: 0;
		margin-top: 0;
		margin-bottom: 3px;
	}
	a {
		display: inline-block;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 600;
		text-decoration: underline;
		color: #ec4d37;
		max-width: 100%;
	}
	a.light_link {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 300;
	}
	a:hover {
		color: #da170c;
	}
	a.green,
	.section_title a.green {
		color: #88a268;
	}
	a.green:hover,
	.section_title a.green:hover {
		color: #6f8a4f;
	}
	p a, li a {
		display: inline;
	}
	li {
	    /*list-style-position: inside;*/
	    /*text-indent: -14px;*/
	    /*padding-left: 14px;*/
	}
	ul.bold.purple li {
		font-weight: 600;
		color: #ec4d37;
	}
	ul:last-child {
		margin-bottom: 0;
	}
	/*p:last-child {
		margin-bottom: 0;
	}*/
	blockquote {
		font-size: 20px;
		line-height: 31px;
		font-style: italic;
		color: #aaa;
		margin-left: 0;
		margin-right: 0;
	}
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a,
	p a,
	a {
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.light_links a {
		font-family: 'Fira Sans', sans-serif;
	}
	p.subtitle {
		color: #aaa;
		margin-bottom: 0;
	}
	p.date {
		margin-top: 0;
		margin-bottom: 8px;
		font-style: italic;
		color: #888;
	}
	h3.subtitle + p.date {
		margin-top: 0;
	}
	p.contact_detail {
		margin-top: 0;
		color: #666;
	}
	p.subtitle + p.contact_detail {
		margin-top: 2px;
	}
	h3 + p,
	a + p.small_quote,
	p.subtitle + p {
		margin-top: 10px;
	}
	h3 + p.price {
		margin-top: 4px;
	}
	.smallprint,
	.smallprint p {
		float: left;
		font-style: italic;
		color: #aaa;
		font-size: 13px;
		line-height: 23px;
	}
	.smallprint p {
		margin-top: 5px;
	}
	h2.section_title {
		display: inline-block;
		color: white;
		padding: 10px 24px 12px;
		font-size: 20px;
		line-height: 23px;
		margin: 0 auto;
		position: relative;
		top: -40px;
	}
	h2.section_title a {
		color: white;
	}
	h2.section_title a:hover {
		color: white;
	}
	h3 + ul {
		margin-top: 10px;
	}

/* #endregion */

/* #region Elements */

	/* #region Buttons */
	
		input[type="button"],
		input[type="submit"] {
			display: inline-block;
			color: white;
			font-size: 17px;
			text-align: center;
			font-family: 'Fira Sans', sans-serif;
			margin-top: 15px;
			border-bottom: 3px solid rgba(0,0,0,0.1);
			padding: 12px 25px;
			width: 100%;
			font-weight: 600;
			background: #ec4d37;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
			-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
		}
		input[type="button"]:hover,
		input[type="submit"]:hover {
			color: white;
			background: #da170c;
			margin-top:    16px !important;
			border-bottom: 2px solid rgba(0,0,0,0.1);
			-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
		}
		input[type="button"]:focus,
		input[type="submit"]:focus {
			color: white;
			background: #da170c;
			margin-top:    17px !important;
			border-bottom: 1px solid rgba(0,0,0,0.1);
			-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
		}
		a.button.green,
		.header a.button.green,
		input[type="button"].green,
		input[type="submit"].green {
			background: #88a268;
			color: white;
		}
		a.button.green:hover,
		.header a.button.green:hover,
		input[type="button"].green:hover,
		input[type="submit"].green:hover {
			background: #6f8a4f;
			color: white;
		}
		a.button.green:focus,
		a.button.green:active {
			background: #6f8a4f;
			color: white;
		}
		a.button {
			display: inline-block;
			color: white;
			font-size:   17px;
			line-height: 23px;
			text-align: center;
			text-decoration: none;
			font-family: 'Fira Sans', sans-serif;
			padding: 12px 25px;
			min-width: 175px;
			margin-bottom: 20px;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			background: #ec4d37;
			border-bottom: 3px solid rgba(0,0,0,0.1);
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
		}
		a.button:hover {
			background: #da170c;
			margin-top:    1px !important;
			border-bottom: 2px solid rgba(0,0,0,0.1);
		}
		a.button:focus {
			background: #da170c;
			color: white;
			margin-top:    2px !important;
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		a.button.white {
			color: #444;
			background: #ffffff;
		}
		a.button.white:hover {
			background: #eee;
		}
		a.button.black {
			color: white;
			background: #000;
		}
		a.button.black:hover {
			background: #333;
		}
		a.button:last-child {
			margin-bottom: 5px;
		}
		a.button.full_width {
			width: 100%;
			padding-left:  10px;
			padding-right: 10px;
			margin-bottom: 0;
		}
		p + a.button {
			margin-top: 10px;
		}
		p + a.button:hover {
			margin-top: 11px !important;
		}
		p + a.button:focus {
			margin-top: 12px !important;
		}
	
	/* #endregion */

	/* #region Thumbnails */

		.thumbnail {
			color: #ddd;
			/*background-color: #efefef;*/
			text-align: center;
			margin: 15px 0 25px;
		}
		p.date + .thumbnail {
			margin-bottom: 15px;
		}
		.thumbnail:first-child {
			margin-top: 0;
		}
		.thumbnail.min_height {
			min-height:  300px;
			line-height: 300px;
		}
		.image_thumbnail {
			color: #ddd;
			text-align: center;
			margin: 18px 0;
			/*-webkit-border-radius: 8px;*/
			/*-moz-border-radius:    8px;*/
			/*border-radius:         8px;*/
			background-color: #efefef;
			min-height:  190px;
			line-height: 190px;
		}
		a.image_thumbnail {
			display: block;
			text-decoration: none;
			margin: 0;
		}
		a.image_thumbnail:hover {
			color: #ddd;
		}
	
	/* #endregion */

	/* #region Breadcrumb */
	
		.breadcrumb {
			font-size: 14px;
			font-weight: 400;
			color: #777;
			margin-bottom: 15px;
		}
		.breadcrumb a {
			font-weight: 500;
			text-decoration: none;
		}
		.inactive_link {
			color: #ec4d37;
		}
	
	/* #endregion */

	/* #region Links */
		
		*:focus {
			outline: none;
		}
		a:focus, a:active, 
		button::-moz-focus-inner,
		input[type="reset"]::-moz-focus-inner,
		input[type="button"]::-moz-focus-inner,
		input[type="submit"]::-moz-focus-inner,
		select::-moz-focus-inner,
		input[type="file"] > input[type="button"]::-moz-focus-inner {
		    border: 0;
		    outline : 0;
		}
		a.see_all_link {
			font-style: italic;
			color: #aaa;
		}
		a.see_all_link:hover {
			color: #999;
		}
		a:active, a:focus {
			outline: none;
		}
	
	/* #endregion */

	/* #region Lists */
	
		ul {
			padding: 0;
			padding-left: 18px;
		    margin: 0 0 10px;
		    list-style-position: inside;
		}
		ol {
			padding-left: 20px;
		}
		li {
			list-style-position: inside;
		}
		ol li {
		    list-style-position: outside;
			margin-bottom: 5px;
		}
	
	/* #endregion */

	/* #region Tables */
	
		table {
			width: 100%;
			margin-top:    35px;
			margin-bottom: 15px;
			font-size:   14px;
			line-height: 19px;
		}
		table:first-child {
			margin-top: 0;
		}
		table tr th {
			background-color: #88a268;
			color: white;
			text-align: left;
			font-weight: 600;
		}
		table.dark_green_header tr th {
			background-color: #6f8a4f;
		}
		table tr td {
			background-color: #f8f8f8;
		}
		table tr:nth-child(odd) td {
			background-color: #e8e8e8;
		}
		table tr th,
		table tr td {
			padding: 9px 5px 9px 8px;
		}
		table tr th:nth-child(1),
		table tr td:nth-child(1) {
			width: 30%;
		}
		table.align_right_fourth_td tr th:nth-child(4),
		table.align_right_fourth_td tr td:nth-child(4) {
			text-align: right;
		}
		.responsive_label {
			font-weight:  700;
			margin-right: 4px;
			display: none;
		}
		.case_study_table th:first-child,
		.case_study_table td:first-child {
			width: 55%;
		}
		.case_study_table th:nth-child(2),
		.case_study_table td:nth-child(2) {
			width: 30%;
		}
		.case_study_table th:nth-child(3),
		.case_study_table td:nth-child(3) {
			width: 15%;
		}
		tr.table_title th {
			background-color: #444;
		}
		tr.highlight_row td {
			background-color: #ec4d37 !important;
			color: white;
		}
		.contains_multiple_tables table:first-child {
			margin-top: 0;
		}
		.notes {
			color: #999;
		}
		td.right_aligned {
			padding-right: 10px;
		}
		td.no_link_styling a {
			color: #444;
			text-decoration: none;
		}
	
	/* #endregion */
	
	/* #region Tabs */
		
		ul#tab-menu {
			background: #f8f8f8;
		    float: left;
		    height: auto;
		    min-height: 42px;
		    list-style: none outside none;
		    margin:  7px 0 0 0;
		    padding: 0;
		    white-space: nowrap;
		    width: 100%;
		    z-index: 200;
		}
		.reduced_height ul#tab-menu,
		.reduced_height ul#tab-menu li,
		.reduced_height ul#tab-menu li a,
		.reduced_height ul#tab-menu span.title {
		    min-height:  36px;
		    height:      auto;
		    line-height: 36px;
		}
		ul#tab-menu li {
			float: left;
			height:  42px;
			margin:  0 0 2px 0;
			padding: 0;
			text-indent: 0;
			width: auto;
			text-align: center;
		}
		ul#tab-menu span.title {
			float: left;
			background-color: #666;
			color: #fff;
			display: block;
			height:      42px;
			font-weight: 600;
			font-size: 13px;
			line-height: 42px;
			position: relative;
			text-align: center;
			text-decoration: none;
			padding: 0 22px;
			border-right: 2px solid white;
		}
		ul#tab-menu li a {
			color: #fff;
			display: block;
			height:      42px;
			line-height: 42px;
			font-weight: 400;
			position: relative;
			text-align: center;
			text-decoration: none;
			padding: 0 22px;
			border-right: 2px solid white;
			border-bottom: 2px solid white;
		}
		ul.tabs_above_table#tab-menu li a {
			border-bottom: none;
		}
		ul#tab-menu li:before {
			content: none;
			margin: 0;
			padding: 0;
		}
		ul#tab-menu li.active a,
		ul#tab-menu li.active a:hover {
			background-color: #ec4d37;
		}
		ul#tab-menu li.active a{
			font-weight: 600;
		}
		ul#tab-menu li a:hover {
			color: white;
		}
		.tabs ul#tab-menu li a {
			font-size: 13px;
			background-color: #ddd;
			color: #777;
		}
		.tabs ul#tab-menu li a:hover {
			background-color: #ccc;
			color: #555;
		}
		.tabs ul#tab-menu li.active a {
			background-color: #ec4d37;
			color: white;
		}
		.tabs + .section_outer .col.border_top:nth-child(1),
		.tabs + .section_outer .col.border_top:nth-child(2),
		.tabs + .section_outer .col.border_top:nth-child(3) {
			border-top: none;
			margin-top: 0;
		}
		.green_highlight ul#tab-menu li.active a,
		.green_highlight ul#tab-menu li.active a:hover,
		.green_highlight ul#tab-menu li.active a {
			background-color: #ec4d37;
		}
	
	/* #endregion */

	/* #region Pop-up */
		
		.popup {
			max-width: 550px;
		}
		.popup .form_area {
			padding: 19px 22px 23px;
			/*padding: 63px 22px 23px;*/
			border-top: 44px solid #88a268;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.popup form {
			margin-bottom: 0;
		}
		.popup .form_title_area {
			padding: 0;
		}
		.popup h4 {
			font-size:   28px;
			line-height: 35px;
			color: #ec4d37;
			margin-bottom: 2px;
		}
		.popup p {
			margin-bottom: 20px;
		}
		.popup p.no_margin_bottom {
			margin-bottom: 0;
		}
		.popup input[type="submit"] {
			margin: 0;
			border: none;
		}
		.popup input[type="submit"]:hover,
		.popup input[type="submit"]:focus {
			margin: 0 !important;
			border: none;
		}
		.popup label {
			display: none;
		}
		.form_title_area {
			padding-right: 30px;
			margin-bottom: 12px;
		}
	
	/* #endregion */

	/* #region Images */
	
		/*.col img {
			margin-bottom: 15px;
		}*/
	
	/* #endregion */

	/* #region Leave Intent Plugin */
	
		#bio_ep {
			height: auto !important;
			font-family: 'Fira Sans', sans-serif !important;
			/*transform: scale(1) !important;*/
			/*width:  auto !important;*/
			max-width: 90% !important;
		}
		#bio_ep_bg {
			opacity: 0.75 !important;
		}
		#bio_ep_close {
			left:   auto !important;
			top:    0    !important;
			right:  0    !important;
			width:  44px !important;
			height: 44px !important;
			margin: 0    !important;
			border-radius: 0 !important;
			z-index: 2;
			text-indent: -9999px;
		}
		#bio_ep_close:before {
		    content: "\f00d";
		    margin-right: -3px;
		    margin-top:    2px;
		    font-family: FontAwesome;
		    font-size: 18px;
		    padding-right: 0.5em;
		    position: absolute;
		    top:  7px;
		    left: 15px;
		    color: white;
		    opacity: 0.6;
		    text-indent: 0;
		}
		#bio_ep_close {
			background-color: #6f8a4f !important;
		}
		#bio_ep_close:hover {
			background-color: #5a763c !important;
		}
		#bio_ep p {
			margin-bottom: 5px;
		}
		#bio_ep a.button {
			margin-bottom: 0;
		}
	
	/* #endregion */

	/* #region Note */
	
		.note {
			background-color: #fafafa;
			border: 1px solid #efefef;
			color: #999;
			margin-top: 7px;
			padding: 20px;
			font-style: italic;
		}
	
	/* #endregion */

	/* #region Alerts */
	
		.alert {
			color: black;
		    padding: 15px 15px 18px;
		    margin-bottom: 23px;
		    border-radius: 0;
		    border-style: solid;
		    border-width: 0 0 0 4px;
		}
		.alert * {
			color: #444;
		}
		.alert-success {
		    background-color: #dff0d8;
		    border-color: #278400;
		}
		.alert-success * {
		    color: #3c763d;
		}
		.alert-info {
		    background-color: #d7faff;
			border-color: #269abc;
		}
		.alert-info * {
			color: #31708f;
		}
		.alert-warning {
		    background-color: #f9f4d4;
			border-color: #f90;
		}
		.alert-warning * {
			color: #8a6d3b;
		}
		.alert-danger {
		    background-color: #f3e9e8;
			border-color: #d3080c;
		}
		.alert-danger * {
			color: #a94442;
		}
	
	/* #endregion */

	/* #region Code */
	
		code {
			display: block;
			background-color: #fafafa;
			padding: 15px;
			margin: 20px 0 20px 10px;
		}
	
	/* #endregion */
	
	/* #region Caption */
	
		caption {
			color: #999;
			font-style: italic;
			margin-bottom: 15px;
		}
	
	/* #endregion */
	
	/* #region Description List */
	
		dt {
			font-weight: 700;
			margin-top: 10px;
		}
		dt:first-child {
			margin-top: 0;
		}
	
	/* #endregion */
	
	/* #region Legend */
	
		legend {
			font-weight: 700;
		}
	
	/* #endregion */

	/* #region Expandable Sections */
	
		.expandable_section {
			margin-bottom: 20px;
		}
		.expandable_section h4:hover {
			cursor: pointer;
		}
		.expandable_section_header .hint {
			display: block;
			font-weight: 400;
		}
		.ui-state-active .hint {
			display: none;
		}
	
	/* #endregion */

	/* #region Scroll Down Arrow */

		.scroll_down_arrow {
			position: fixed;
			bottom: 20px;
			right:  20px;
			width:  40px;
			height: 40px;
			background-color: rgba(102,45,145,0.3);
			-webkit-border-radius: 5px;
			-moz-border-radius:    5px;
			border-radius:         5px;
			text-align: center;
			z-index: 1;
		}
		.scroll_down_arrow i {
			color: white;
			font-size:   40px;
			line-height: 38px;
			text-align: center;
		}

	/* #endregion */

/* #endregion */

/* #region Forms */

	form {
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}
	form div {
		width: 100%;
		float: left;
		clear: both;
	}
	.row {
		float: left;
		width: 100%;
	}
	label {
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		padding-top: 15px;
		color: #ec4d37;
		font-family: 'Fira Sans', sans-serif;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	select {
		font-size: 14px;
		max-width: 100%;
	}
	.radio_area_label {
		float: left;
		font-size: 18px;
		width: 100%;
		padding-top: 15px;
		color: #666;
		font-family: 'Fira Sans', sans-serif;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
	label span.instruction {
		font-style: italic;
		color: #999;
	}
	input,
	input[type="text"],
	input[type="email"],
	input[type="password"], 
	input[type="search"], 
	textarea {
		width: 100%;
		background-color: #fafafa;
		border: none;
		padding: 12px 12px 14px;
		color: #666;
		font-size: 15px;
		margin: 6px 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: 1px solid #e0e0e0;
	}
	.pale_grey input[type="text"],
	.pale_grey input[type="email"],
	.pale_grey input[type="password"], 
	.pale_grey textarea {
		background-color: #fff;
	}
	.centered input,
	.centered input[type="text"],
	.centered input[type="email"],
	.centered input[type="password"], 
	.centered textarea {
		text-align: center;
	}
	.grey_background input,
	.grey_background input[type="text"], 
	.grey_background textarea {
		background-color: white;
	}
	.white_background input,
	.white_background input[type="text"], 
	.white_background textarea {
	}
	.white_background input:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	input[type="checkbox"] {
		width: auto;
		border: none;
		outline: none;
		margin: 0 0 0 7px;
	}
	input[type="submit"] {
		width: 100%;
	}
	input:focus {
		color: #666;
		background-color: #ededed;
		outline: 1px solid #ddd;
	}
	input[type="text"]:focus,
	input[type="email"]:focus {
		color: #666;
		background-color: #ededed;
	}
	.popup input[type="text"]:focus {
		background-color: #f1f1f1;
	}
	textarea:focus,
	textarea.error:focus {
		color: #666;
		background-color: #ededed;
		outline: 1px solid #ddd;
	}
	input:focus::-webkit-input-placeholder,
	textarea:focus::-webkit-input-placeholder {
		color: #999;
	}
	input:focus:-moz-placeholder,
	textarea:focus:-moz-placeholder {
		color: #999;
	}
	input:focus::-moz-placeholder,
	textarea:focus::-moz-placeholder {
		color: #999;
	}
	input:focus:-ms-input-placeholder,
	textarea:focus:-ms-input-placeholder {
		color: #999;
	}
	input[type="radio"],
	.section_inner .form_area .form-row input[type="radio"] {
		width: auto;
		float: left;
		margin-top: 7px;
		margin-right: 7px;
	}
	.radio_label,
	.section_inner .form_area .form-row .radio_label {
		width: auto;
		float: left;
		font-size: 16px;
		color: #666;
		padding-top: 0;
		margin-right: 20px;
	}
	.radio_row {
		width: 100%;
		float: left;
		clear: left;
	}
	.radio_container {
		float: left;
		margin-bottom: 2px;
	}
	::-webkit-input-placeholder,
	::-webkit-input-placeholder {
		font-style: italic;
		color: #aaa;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-style: italic;
		color: #aaa;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-style: italic;
		color: #aaa;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-style: italic;
		color: #aaa;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-style: italic;
		color: #aaa;
	}
	input[type="text"], 
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form input[type="search"],
	form input[type="url"],
	form textarea {
		margin-bottom: 0;
	}
	input[type="button"],
	input[type="submit"] {
		margin-top: 15px;
		margin-bottom: 4px;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		outline: none;
	}
	form .span_1_of_6,
	form .span_5_of_6 {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.error {
		float: left;
		margin: 1px 0 0;
		background: #ffffbf;
	    padding: 6px 8px;
	    width: 100%;
	    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	    color: #666;
		font-family: 'Fira Sans', sans-serif;
		font-size: 14px;
		line-height: 21px;
	}
	.feature_box label.error {
		font-size: 14px;
	}
	textarea.error {
		font-size: 15px;
		padding: 16px;
		margin-top: 6px;
		background-color: #fafafa;
	}
	.grey_background textarea.error {
		background-color: white;
	}
	label.error {
		display: block;
		font-style: italic;
		border-top: 3px solid rgba(0,0,0,0.05);
		width: 98%;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		float: none;
		overflow: hidden;
	}
	textarea {
		min-height: 200px;
		line-height: 25px;
	}
	form .col,
	.container_column form .col {
		border: none;
		margin-top: 1px;
		margin-bottom: 0;
	}
	input[type="radio"] {
		border: none;
		outline: none;
		margin: 6px 7px 0 0;
		padding: 0;
		width: auto;
	}
	input[type="radio"] + label {
		padding: 0;
		margin-bottom: 2px;
	}
	.checkboxes {
	    float: left;
	    clear: left;
	    position: relative;
	}
	.checkboxes li {
	    float: left;
	    margin-right: 10px;
	}
	.checkboxes ul li:before {
	    content: none;
	}
	.checkboxes label {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 700;
	    padding-top: 18px;
	}
	.checkboxes .error {
	    position: absolute;
	}
	form p {
		line-height: 24px;
		font-weight: 400;
	}
	.form_heading,
	h2.form_heading {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.form_section_heading {
		float: left;
		clear: both;
		width: 100%;
		padding-bottom: 18px;
		border-bottom: 6px solid #ececec;
		margin-bottom: 0px;
	}
	.grey_background .form_section_heading {
		border-color: #eaeaea;
	}
	.form_area + .form_section_heading {
		margin-top: 35px;
	}
	input[name="formHash"] + a {
		position: absolute;
	}

	/* #region Pop-up Contact Form */
	
		.popup_form {
			overflow: hidden;
			background-color: white;
		}
		.popup_form form {
			width: 100%;
			margin-top: 0;
		}
		.popup_form label {
			padding-top: 0;
		}
		.popup_form h2 {
			margin-bottom: 0;
		}
		.popup_form p {
			margin-top: 2px;
			margin-bottom: 15px;
		}
		.popup_form input[type="text"],
		.popup_form textarea {
			margin-top: 5px;
			margin-bottom: 15px;
		}
		.popup_form input.error {
			margin-bottom: 0;
		}
		.popup_form label.error {
			padding-top: 16px;
		}
		.popup_form textarea {
			min-height: 125px;
			margin-bottom: 0;
		}
		.popup_form input[type="button"] {
			margin-bottom: 0;
		}
		.hint {
			font-style: italic;
			font-size: 13px;
			color: #aaa;
		}
	
	/* #endregion */

/* #endregion */

/* #region Layout */

	/* #region General Layout */
	
		.section_outer {
			position: relative;
			float: left;
			width: 100%;
		}
		.section_outer.border_bottom {
			border-bottom: 1px solid #eee;
		}
		.col.span_1_of_3 {
			margin-top: 35px;
			border-top: 1px solid #e5e5e5;
			padding-top: 40px;
		}
		.col.span_1_of_3:nth-of-type(1),
		.col.span_1_of_3:nth-of-type(2),
		.col.span_1_of_3:nth-of-type(3) {
			margin-top: 0%;
			border-top: none;
			padding-top: 0;
		}
		.section_background {
			width: 100%;
			float: left;
			/* margin: 35px 0 50px; */
			margin: 45px 0 50px;
		}
		.home .section_background {
			margin: 55px 0 65px;
		}
		.home .homepage_intro .section_background {
			margin: 40px 0 45px;
		}
		.section_outer.inc_page_title {
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.section_outer.inc_page_title.last_section {
			padding-bottom: 50px;
		}
		.section_inner {
			position: relative;
			max-width: 1200px;
			padding: 0 50px;
		    margin: 0 auto;
		}
		.border_top .col {
			padding: 35px 0 5px;
			border-top: 1px solid #ddd;
		}
		.border_top .form-row.col {
			padding-top: 0;
			border-top: none;
		}
		.border_top .col:nth-of-type(1),
		.border_top .col:nth-of-type(2),
		.border_top .col:nth-of-type(3) {
			border-top: none;
			margin-top:     0;
			margin-bottom:  0;
			padding-top:    0;
		}
		.last_section .col.span_1_of_3:last-child {
			margin-bottom: 0;
		}
		.padding {
			padding: 25px 30px 30px;
		}
		.padding.less_margin_top {
			padding-top: 25px;
		}
		.span_1_of_3.extra_side_item {
			float: right;
		}
		.no_background {
			background: none;
		}
		.no_outline {
			outline: none;
			border: none;
		}
		.no_margin {
			margin: 0;
		}
		.container_column .col {
			margin-top: 0;
			margin-bottom: 3.75%;
		}
		.container_column .col.span_3_of_4,
		.container_column .col.span_1_of_4 {
			margin-bottom: 0;
		}
		.container_column .col:last-child {
			margin-bottom: 0;
		}
		.col.image_container {
			min-height: 165px;
			line-height: 165px;
			padding: 3.5%;
			margin: 15px 0;
			background-color: #fafafa;
			color: #ddd;
			text-align: center;
			font-size: 17px;
			float: none;
		}
		.col.image_container:last-child {
			margin-bottom: 0;
		}
		.col.span_1_of_2.image_container {
			float: left;
			line-height: 365px;
		}
		.col.span_1_of_1.image_container {
			margin: 35px 0;
		}
		.col.span_1_of_2.image_container:first-child {
			margin-top: 1.25%;
		}
		.col.span_1_of_4.image_container {
			width: 93%;
		}
		.image_container img {
			width: 100%;
		}
		.col.image_container {
			outline: none;
			border: none;
		}
		.spacer {
			width: 100%;
			height: 250px;
			line-height: 250px;
			float: left;
			background-color: #fafafa;
			text-align: center;
			text-transform: uppercase;
			color: #ddd;
		}
		.flexslider_narrow.page_image {
			float: none;
			clear: none;
		}
		.section_outer {
			transition: ease-in-out;
			transition-property: top;
			-webkit-transition: ease-in-out;
			-moz-transition: ease-in-out;
			-o-transition: ease-in-out;
			-webkit-transition-property: top;
			-moz-transition-property: top;
			-o-transition-property: top;
		}
		.col.span_1_of_1:nth-of-type(3n+1) {
		    margin-left: 0;
		}
		.col.span_1_of_4.image_container.min_width {
			min-width: 250px;
		}
		.col.span_1_of_4.image_container,
		.col.span_1_of_4.image_container:nth-of-type(2n) {
			margin-left: 0;
			margin-bottom: 6%;
		}
		.page_container {
			float: left;
			margin-top: 40px;
			margin-bottom: 30px;
		}
		.col.page_intro {
			margin-top: 10px;
			margin-bottom: 40px;
		}
		.col.five_margin_bottom {
			margin-bottom: 5px;
		}
		.call-to-action + .section_outer.grey_background {
			border-top: none !important;
		}
	
	/* #endregion */

	/* #region Page Title */
	
		.page_title_area {
			width: 100%;
			float: left;
			position: relative;
		}
		.page_title {
			color: white;
			float: left;
			clear: left;
			width: auto;
			margin: 30px 0 40px;
		}
		.page_intro {
			float: left;
			clear: left;
			width: auto;
			padding-top: 35px;
		}
		.page_intro_container {
			float: left;
			clear: left;
			width: 70%;
			position: relative;
		}
		.no_feature_box .page_intro_container {
			width: 100%;
		}
		.full_width_row {
			width: 100%;
			float: left;
		}
		.page_intro_background {
			width: 100%;
			height: auto;
			position: absolute;
		}
		.page_intro_container .button {
			position: absolute;
			display: block;
			width: 270px;
			max-width: 100%;
			padding-left: 5px;
			padding-right: 5px;
			margin-left: auto;
			margin-right: auto;
			bottom: 30px;
			left: 0;
			right: 0;
		}
		.popup.feature_box {
			margin-top: 0;
			width: 525px;
			max-width: 100%;
		}
		/*.popup.feature_box h4 {
			padding-right: 53px;
		}*/
		.popup.feature_box p {
			margin-bottom: 0;
			font-weight: 400;
		}
		#referral_thanks_popup p {
			margin-bottom: 10px;
		}
		.popup.feature_box.no_close h4 {
			padding-right: 0;
		}
		#borrow_form .feature_box a.fancybox-close {
			display: none;
		}
		.no_page_intro .section_background {
			margin-bottom: 0;
		}
		.no_page_intro {
			background: #555; /* Old browsers */
			background: -moz-linear-gradient(top,  #555 0%, #666 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#666)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #555 0%,#666 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #555 0%,#666 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #555 0%,#666 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #555 0%,#666 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#666',GradientType=0 ); /* IE6-9 */
		}
		.no_feature_box .page_title_area .button {
			display: none !important;
		}
		.no_page_intro .page_intro_background {
			display: none;
		}
		h1 + h2 {
			margin-top: 5px;
		}
		.page_button {
			margin-top: 9px;
			float: right;
		}
		.intro_area {
			margin-bottom: 20px;
		}
	
	/* #endregion */

	/* #region Page Image */
	
		.page_image img,
		img.page_image {
			-webkit-border-radius: 8px;
			-moz-border-radius:    8px;
			border-radius:         8px;
		}
		.page_image {
			margin-top: 25px;
			margin-bottom: 5px;
		}
	
	/* #endregion */

	/* #region Image Effects */

		.image_rounded_corners {
			-webkit-border-radius: 8px;
			-moz-border-radius:    8px;
			border-radius:         8px;
		}
		.image_border img {
			border: 12px solid white;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.image_shadow img {
			-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
			-moz-box-shadow:    0px 0px 25px 0px rgba(0,0,0,0.25);
			box-shadow:         0px 0px 25px 0px rgba(0,0,0,0.25);
		}
		.image_rotate img {
			-webkit-transform: rotate(-3deg);
			-moz-transform:    rotate(-3deg);
			-o-transform:      rotate(-3deg);
			-ms-transform:     rotate(-3deg);
			transform:         rotate(-3deg);
			max-width: 85%;
			margin-bottom: 25px;
		}
	
	/* #endregion */
	
	/* #region Testimonial Strip */
	
		.testimonial_strip {
			background-color: #FAFAFA;
		}
		.testimonial_strip .section_background {
			margin: 18px 0 20px;
		}
		.testimonial_strip .testimonial-quote {
			font-size: 24px;
			line-height: 32px;
		}
	
	/* #endregion */

	/* #region Benefits Strip */

		.benefits .col {
			max-width: 935px;
			float: none;
			margin-left: auto;
			margin-right: auto;
		}
		.benefits .col.span_1_of_1:nth-of-type(3n+1) {
			margin-left: auto;
		}

	/* #endregion */

/* #endregion */

/* #region Logo Strip */
	
	.logo_strip .section_inner {
		max-width: 850px;
	}
	.logo_strip p {
		margin-left: 15px;
	}
	.logo_strip .table_cell img {
		width: auto;
		max-width: 100%;
	}
	.logo_strip img {
		float: left;
		margin: 0 15px 0 0;
	}

/* #endregion */

/* #region Transitions */

	/*.fadein_first {
	    -webkit-animation: fadein 0.75s; /* Safari, Chrome and Opera > 12.1 *!/
	       -moz-animation: fadein 0.75s; /* Firefox < 16 *!/
	        -ms-animation: fadein 0.75s; /* Internet Explorer *!/
	         -o-animation: fadein 0.75s; /* Opera < 12.1 *!/
	            animation: fadein 0.75s; /* Default *!/
	}
	.fadein_second {
	    -webkit-animation: hidden 0.25s, fadein 0.75s 0.25s; /* Safari, Chrome and Opera > 12.1 *!/
	       -moz-animation: hidden 0.25s, fadein 0.75s 0.25s; /* Firefox < 16 *!/
	        -ms-animation: hidden 0.25s, fadein 0.75s 0.25s; /* Internet Explorer *!/
	         -o-animation: hidden 0.25s, fadein 0.75s 0.25s; /* Opera < 12.1 *!/
	            animation: hidden 0.25s, fadein 0.75s 0.25s; /* Default *!/
	}

	/* #region Fade In Transition *!/
		/* Default *!/
		@keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}
		/* Firefox < 16 *!/
		@-moz-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}
		/* Safari, Chrome and Opera > 12.1 *!/
		@-webkit-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}
		/* Internet Explorer *!/
		@-ms-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}
		/* Opera < 12.1 *!/
		@-o-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}
	/* #endregion *!/

	/* #region Hidden Transition *!/
		/* Default *!/
		@keyframes hidden {
		    from { opacity: 0; }
		    to   { opacity: 0; }
		}
		/* Firefox < 16 *!/
		@-moz-keyframes hidden {
		    from { opacity: 0; }
		    to   { opacity: 0; }
		}
		/* Safari, Chrome and Opera > 12.1 *!/
		@-webkit-keyframes hidden {
		    from { opacity: 0; }
		    to   { opacity: 0; }
		}
		/* Internet Explorer *!/
		@-ms-keyframes hidden {
		    from { opacity: 0; }
		    to   { opacity: 0; }
		}
		/* Opera < 12.1 *!/
		@-o-keyframes hidden {
		    from { opacity: 0; }
		    to   { opacity: 0; }
		}
	/* #endregion *!/*/

/* #endregion */

/* #region Header */

	.header_container {
		position: relative;
		width:  100%;
		height: 132px;
		padding-top: 44px;
	}
	.header_container.excluding_navigation {
		padding-bottom: 0;
	}
	.section_outer.header {
		padding: 0;
		z-index: 2;
	}
	.section_outer.header.excluding_navigation {
		margin-bottom: 0;
	}
	.section_outer.header .section_inner {
		height: 127px;
	}
	.section_outer.header.inc_secondary_navigation,
	.section_outer.header.inc_secondary_navigation .section_inner {
		height: 184px;
	}
	.header {
		/*background: url(../images/Workshop-Christmas-Header-Tile.jpg) repeat-x #88a268;*/
		background: #88a268;
		width:  100%;
		height: 132px;
		position: relative;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(135,163,104,0.2);
		-moz-box-shadow:    0px 5px 0px 0px rgba(135,163,104,0.2);
		box-shadow:         0px 5px 0px 0px rgba(135,163,104,0.2);
	}
	.logo {
		position: absolute;
		top:    21px;
		left:   50px;
		width:  229px;
		height: 83px;
		background: url(../images/workshop-recruitment-229x83.png) no-repeat;
	  	background-image: url(../svg/workshop-recruitment.svg), none;
		/*background: url(../images/workshop-recruitment-pride-229x80.png) no-repeat;*/
	  	/*background-image: url(../svg/workshop_recruitment_pride_logo_version_2.svg), none;*/
	  	z-index: 1;
	}
	.logo h1 {
		text-indent: -9999px;
	}
	.centered .logo {
		position: relative;
		margin: 0 auto;
		left:  auto;
		right: auto;
	}
	.header .buttons {
		float: right;
		right: 50px;
		margin-top: 41px;
	}
	.header a.button {
		display: inline-block;
		float: right;
		background: white;
		color: #ec4d37;
		border-bottom: 3px solid #5e7844;
	}
	.header a.button:hover {
		position: relative;
		margin-top: 1px;
		border-bottom: 2px solid #5e7844;
	}
	.button + .button {
		margin-left: 10px;
	}
	.phone_number {
		color: white;
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 0.25px;
		text-decoration: none;
		width: auto;
		float: left;
		margin-top: 12px;
		right: 182px;
		margin-right: 25px;
	}
	.phone_number:hover {
		color: white;
	}
	.phone_number i {
		position: relative;
		top: -2px;
		color: #88a268;
		background: #b8c7a4;
		-webkit-border-radius: 17px;
		-moz-border-radius:    17px;
		border-radius:         17px;
	    display: inline-block;
	    font-size: 23px;
	    min-width: 24px;
	    padding: 5px;
	    margin-right: 1px;
	    text-align: center;
	}
	.strapline {
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		font-style: italic;
		color: #88a268;
		font-size: 20px;
		line-height: 89px;
		font-weight: 500;
		text-align: center;
		position: relative;
		padding-left: 355px;
		padding-right: 405px;
		top: 0;
		margin: 0;
		z-index: 0;
	}
	.home .strapline {
	    padding-right: 230px;
	}

/* #endregion */

/* #region Navigation */

	/* #region Dropdown Menu */
	
		.navigation_background {
			height: 44px;
			z-index: 3;
			position: fixed;
			top: 0;
			background: #e94831;
			-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.075);
			-moz-box-shadow:    0px 5px 0px 0px rgba(0,0,0,0.075);
			box-shadow:         0px 5px 0px 0px rgba(0,0,0,0.075);
		}
		ul.navigation {
			float: left;
			clear: left;
			position: relative;
			width: 100%;
			max-width: 1200px;
			margin: 0;
			padding: 0;
			margin-top: 0;
			top: 0;
			z-index: 102;
		}
		ul.navigation li {
			list-style: none;
			float: left;
			height: 44px;
			text-align: left;
			padding: 0;
			position: relative;
			width: 20%;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
		}
		ul.navigation.inc_home_button li {
			width: 19%;
		}
		ul.navigation li.what-we-offer {
			width: 19%;
		}
		ul.navigation.inc_home_button li.what-we-offer {
			width: 18%;
		}
		ul.navigation li.booking {
			width: 21%;
		}
		ul.navigation.inc_home_button li.booking {
			width: 20%;
		}
		ul.navigation li.home_button {
			width: 5%;
		}
		ul.navigation li.home_button a {
			font-size: 18px;
		}
		
		ul.navigation li.quote_button {
			float: right;
		}
		ul.navigation li a,
		ul.navigation li span {
			display: block;
			float: left;
			width: 100%;
			font-size:   18px;
			line-height: 30px;
			text-align: center;
			font-family: 'Fira Sans', sans-serif;
			font-weight: 500;
			text-decoration: none;
			color: white;
			padding: 6px 0 8px;
			position: relative;
			cursor: pointer;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		ul.navigation li a.current,
		ul.navigation li span.current {
			color: white;
			background: rgba(0, 0, 0, .2); 
		}
		ul.navigation li:hover,
		ul.navigation li.hover {
			color: white;
			background: rgba(0, 0, 0, .1); 
		}
		#menu li:before {
			content: none;
		}
		#menu li,
		.flexslider li {
			text-indent: 0;
		}
		#mobile_navigation li {
			text-indent: 0;
			padding-left: 0;
		}
		.flexslider li {
			padding-left: 0;
		}
		form li {
			text-indent: 0;
			padding-left: 0;
		}
		#menu ul.sub_menu {
			visibility: hidden;
			z-index: 2;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 100%;
			left: 0;
			min-width: 100%;
			width: auto;
		}
		#menu ul li ul.sub_menu {
			display: none;
		}
		#menu ul li:hover ul.sub_menu {
			display: inline;
		}
		#menu ul.sub_menu li,
		#menu ul.sub_menu li a {
			text-align: left;
			text-transform: none;
			line-height: 21px;
			margin: 0;
			list-style: none;
			display: block;
			height: auto;
			width: 100%;
			border-right: none;
			border-left: none;
		}
		#menu ul.sub_menu li {
			float: left;
			position: relative;
			padding: 0;
		}
		#menu ul.sub_menu li a {
			padding: 9px 20px 11px;
			font-size:   15px;
			line-height: 24px;
			font-weight: 400;
			text-align: center;
			text-shadow: none;
			background-color: #e7ece1;
			color: #444;
			border-bottom: 1px solid #d9ded4;
			border-right: none;
			white-space: nowrap;
		}
		#menu ul.sub_menu li:last-child a {
			border-bottom: none;
		}
		#menu ul.sub_menu li:first-child a {
			border-top: none;
		}
		#menu li ul.sub_menu li a:hover,
		#menu li.hover ul.sub_menu li a:hover {
			background-image: none;
			background-color: #dbe3d3;
			color: #333;
			border-bottom: 1px solid #d9ded4;
		}
		#menu li ul.sub_menu li:first-child a:hover,
		#menu li.hover ul.sub_menu li:first-child a:hover {
			border-top: none;
		}
		#menu li ul.sub_menu li.current a {
			color: #333;
			background-color: #dbe3d3;
		}
		#menu li.hover ul.sub_menu li.current a:hover {
			color: #333;
			background-color: #d0dac6;
		}
		#menu li.hover ul.sub_menu li.current:last-child a:hover {
			border-bottom: none;
		}
		#menu ul.sub_menu.full_width_sub_menu {
			width: 400%;
			height: auto;
			background-color: #dbe3d3;
			text-align: left;
			padding: 5px 0 15px;
		}
		#menu ul.sub_menu.full_width_sub_menu li,
		#menu ul.sub_menu.full_width_sub_menu li a {
			text-align: left;
			padding-top: 1px;
			padding-bottom: 1px;
			background: none;
			color: #aaa;
		}
		#menu ul.sub_menu.full_width_sub_menu h4 {
			font-family: 'Fira Sans', sans-serif;
			font-weight: 700;
			font-size: 22px;
			color: #666;
			padding-top: 7px;
			height: 26px;
		}
		#menu ul.sub_menu.full_width_sub_menu h4,
		#menu ul.sub_menu.full_width_sub_menu li a {
			padding-left: 30px;
		}
		#menu ul.sub_menu.full_width_sub_menu li.hover ul,
		#menu ul.sub_menu.full_width_sub_menu li:hover ul {
			visibility: visible !important;
		}
		#menu ul.sub_menu.full_width_sub_menu li {
			float: left;
		}
		#menu li ul.sub_menu.full_width_sub_menu li a.hover,
		#menu li ul.sub_menu.full_width_sub_menu li a:hover {
			background: none;
		}
		
		/* #region Sub, Sub Menu */
		
			#menu ul.sub_menu li a.has_sub_menu:after {
				content: '>';
				font-size: 14px;
				padding-right: 12px;
				color: #999;
				position: absolute;
				right: 0;
			}
			#menu ul.sub_sub_menu {
				display: none;
				padding-left: 0;
			}
			#menu ul.sub_sub_menu li a {
				padding: 10px 20px 10px;
				height: auto;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			#menu li:hover ul.sub_sub_menu {
				display: none;
			}
			#menu li ul li:hover ul.sub_sub_menu {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				display: block;
				position: absolute;
				left: 100%;
				top: 0;
			}
			#menu li ul li:hover ul.sub_sub_menu li {
				display: block;
			}
			#menu li ul li:hover ul.sub_sub_menu li a {
				border-left: 3px solid #c6d2ba;
			}
			#menu li.hover ul.sub_menu li.hover ul.sub_sub_menu li a {
				background-color: #dbe3d3;
				border-bottom: 1px solid #d0d7c8;
			}
			#menu li.hover ul.sub_menu li.hover ul.sub_sub_menu li a:hover {
				background-color: #d0dac6;
				color: #333;
				border-bottom: 1px solid #d0d7c8;
			}
			#menu ul.sub_menu li a.has_sub_menu:after {
				content: '>';
				font-size: 14px;
				padding-right: 12px;
				color: #999;
				position: absolute;
				right: 0;
			}
			#menu li.hover ul.sub_menu li.hover ul.sub_sub_menu li.current a {
				color: #333;
				background-color: #d0dac6;
				border-bottom: 1px solid #d0d7c8;
			}
		
		/* #endregion */
	
	/* #endregion */

	/* #region Mobile Navigation */
		
		.overlay {
		  	background-color: rgba(255,255,255,0.85);
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			display: none;
			z-index: 1000;
		}
		.mobile_navigation {
			height: 100%;
			width: 300px;
			background-color: #363636;
			position: fixed;
			top: 0;
			left: -305px;
			overflow: auto;
			padding-bottom: 50px;
			text-align: left;
			z-index: 1001;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
			-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.35);
			box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.35);
		}
		a.mobile_menu_button {
			display: none;
		    position: absolute;
		    padding: 34px 50px 68px;
		    width: 22px;
		    height: 18px;
		    top: 0;
		   	left: 0;
		    cursor: pointer;
			text-decoration: none;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		a.mobile_menu_button i {
			font-size: 25px;
			color: #586945;
		}
		/*a.mobile_menu_button {
			opacity: 0.75;
		}*/
		a.mobile_menu_button:hover {
			opacity: 1;
			background: rgba(0,0,0,0.04);
		}
	  	.mobile_menu_label {
			position: relative;
			top:  -9px;
			left: -4px;
			color: white;
			font-size: 11px;
			line-height: 20px;
			font-weight: 400;
			font-family: 'Fira Sans', sans-serif;
			text-decoration: none;
		}
		a .mobile_menu_label {
			text-decoration: none;
		}
	
		/* #region Menu Styling */

			ul#mobile_navigation li.menu_title {
			    color: white;
			    padding: 10px 10px 10px 15px;
			    font-size:   15px;
			    line-height: 24px;
			    font-weight: 500;
			    position: relative;
				background: #89a268;
			}
			.menu_title span.menu_close {
				float: right;
				position: absolute;
				top: 0;
				right: 0;
			   	color: rgba(255,255,255,0.8);
			   	text-align: center;
			   	font-weight: 300;
			   	width: 46px;
			   	height: 44px;
			   	line-height: 40px;
			   	cursor: pointer;
			   	background-color: rgba(0,0,0,0.075);
			}
			.menu_title span.menu_close i {
				opacity: 0.75;
			}
			.menu_title span.menu_close:hover i {
			   	opacity: 1;
			}
			.menu_title span.menu_close:hover {
			   	color: white;
			   	background-color: rgba(0,0,0,0.15);
			}
			ul#mobile_navigation {
				margin: 0;
				padding: 0;
			}
			.mobile_navigation_content {
				padding-bottom: 150px;
			}
			ul#mobile_navigation ul,
			ul#mobile_navigation ul li,
			ul#mobile_navigation ul li a {
				-webkit-transition: none;
				   -moz-transition: none;
				     -o-transition: none;
				        transition: none;
			}
			ul#mobile_navigation li {
				padding-right: 0;
				margin: 0;
				text-align: left;
				list-style: none;
			}
			ul#mobile_navigation li:before {
				content: none;
				margin: 0;
			}
			ul#mobile_navigation li a,
			ul#mobile_navigation li span.navigation_heading {
				background-color: #444;
				color: rgba(255,255,255,0.7);
			    display: block;
			    font-size: 15px;
			    font-weight: 400;
			    line-height: 20px;
			    margin: 0;
			    overflow: hidden;
			    padding: 12px 12px 12px 15px;
			    text-align: left;
			    text-overflow: ellipsis;
			    text-decoration: none;
			    white-space: nowrap;
				border-bottom: 1px solid rgba(0,0,0,0.2);
				width: auto;
				cursor: pointer;
			}
			ul#mobile_navigation li ul li a {
				background-color: #333;
				color: rgba(255,255,255,0.6);
				font-family: 'Fira Sans', sans-serif;
				font-weight: 400;
				border-bottom: 1px solid rgba(0,0,0,0.2);
			}
			ul#mobile_navigation li ul li a:before {
			    content: '-';
			    margin-right: 5px;
			}
			ul#mobile_navigation li a.current,
			ul#mobile_navigation li a.current:hover {
				color: #fff;
				background-color: #333;
			}
			ul#mobile_navigation li a:hover {
				color: white;
				background-color: #3f3f3f;
			}
				ul#mobile_navigation li:before {
			    content: '';
			}
			ul#mobile_navigation li.menu_subsection a {
			    background-color: #f7f6fa;
			}
			ul#mobile_navigation li ul {
				overflow: hidden;
				padding: 0;
			}
			ul#mobile_navigation li a.ui-state-active {
				color: white;
			}
			ul#mobile_navigation li ul li {
				overflow: hidden;
			}
			ul#mobile_navigation li ul li.current a,
			ul#mobile_navigation li ul li.current a:hover {
				color: #fff;
				background-color: #222;
			}
			ul#mobile_navigation li ul li a:hover {
				color: white;
				background-color: #2f2f2f	;
			}
			ul#mobile_navigation li.submenu_header ul li a:after {
			    content: none;
			}
			ul#mobile_navigation li.submenu_header a i {
			    position: absolute;
			    right: 15px;
			    margin-top: -3px;
			    font-size: 23px;
			    color: rgba(255,255,255,0.25);
				-webkit-transition: -webkit-transform 0.25s linear;
				-moz-transition:       -moz-transform 0.25s linear;
				-o-transition:           -o-transform 0.25s linear;
				transition:                 transform 0.25s linear;
			}
			ul#mobile_navigation li.submenu_header ul li a:after {
			    content: none;
			}
			ul#mobile_navigation li.submenu_header a.ui-accordion-header-active i {
			    -webkit-transform: rotate(180deg);
			    -moz-transform:    rotate(180deg);
			    -o-transform:      rotate(180deg);
			    -ms-transform:     rotate(180deg);
			    transform:         rotate(180deg);
			}
		
		/* #endregion */
	
		/* #region Mobile Menu Footer */
		
			.navigation_footer {
				position: fixed;
				bottom: 0;
				left: -305px;
				padding: 0;
				background-color: #aaa;
			}
			.navigation_footer_upper {
				height: 46px;
				width: 300px;
			}
			.navigation_footer a.button {
				border: none;
				float: left;
				width: 300px;
				text-align: center;
				margin: 0;
				-webkit-border-radius: 0;
				-moz-border-radius:    0;
			    border-radius:         0;
			}
			.navigation_footer a.button:hover {
				border: none;
				margin-top: 0 !important;
			}
		
		/* #endregion */
	
	/* #endregion */

/* #endregion */

/* #region Home */

	h2.intro.homepage_introduction {
		font-style: italic;
		margin-bottom: 5px;
	}
	.homepage_intro_section .image {
		position: absolute;
		left: 0;
		display: inline-block;
		width: 405px;
	}
	.homepage_intro_section .text_area {
		display: inline-block;
		padding-left: 370px;
	}
	.homepage_intro_section .col.span_1_of_1 {
		width: 100%;
		position: relative;
		margin-top: 0;
		margin-bottom: 45px;
	}
	h1.homepage_intro {
		font-size:   18px;
		line-height: 30px;
		font-weight: 400;
		letter-spacing: -0.25px;
		color: #444;
		margin-bottom: 0;
	}
	h1.homepage_intro b {
		color: #88a268;
	}
	.section_title {
		padding: 10px 0 25px;
	}
	.section_title h2 {
		font-size:   36px;
		line-height: 40px;
		font-weight: 700;
		letter-spacing: -0.75px;
		margin-bottom: 10px;
		color: #ec4d37;
	}
	.section_title h2 a {
		text-decoration: none;
	}
	.section_title h2.red a {
		color: #ec4d37;
	}
	.section_title a {
		color: #999;
	}
	.intro_section .row {
		text-align: center;
	}
	.intro_section .button {
		margin-top: 20px;
		display: none;
	}
	.section_title h2.two_margin_bottom {
		margin-bottom: 2px;
	}
	span.park_mark {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

/* #endregion */

/* #region Image Slider */

	/* #region Main Image Slider */
	
		.image_slider {
			position: relative;
			width: 100%;
			padding: 0;
			overflow: hidden;
			background: white;
			z-index: 1;
			float: none;
			background: #cfdac3;
		}
		.image_slider .feature_box {
			position: absolute;
			right: 40px;
			top: 50%;
			margin-top: -165px;
		}
		.image_slider .feature_box input.error {
			background: #ffffbf;
		}
		.image_slider .feature_box .form_area {
			float: left;
		}
		.image_slider .feature_box .form-row {
			position: relative;
			float: left;
		}
		.form_area {
			position: relative;
			float: left;
			width: 100%;
		}
		.section_inner .form_area {
			margin-bottom: 0;
		}
		.section_inner .form_area .form_row {
			width: 100%;
		}
		.section_inner .form_area .form-row input {
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.include_labels label {
			width: 110px;
			display: block;
		}
		.include_labels label.error {
			width: 100%;
		}
		.include_labels .input_area {
			padding-left: 110px;
		}
		.form-row {
			position: relative;
			float: left;
		}
		.image_slider .feature_box label.error {
			position: absolute;
			visibility: hidden;
		}
		.intro_area .feature_box input.error {
			background: #ffffbf;
		}
		.intro_area .feature_box .form_area {
			float: left;
		}
		.intro_area .feature_box .form-row {
			position: relative;
			float: left;
		}
		.intro_area .feature_box label.error {
			position: absolute;
			visibility: hidden;
			display: none !important;
		}
		.image_slider .section_inner,
		.image_slider .section_background {
			margin: 0;
			padding: 0;
		}
		.image_slider .section_inner {
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
		}
		.flexslider {
			position: relative;
			border: none;
			padding: 0;
			box-shadow: none;
			/*background: url(../images/loading.gif) no-repeat center center;*/
		}
		.flexslider.wide {
			width: 1920px;
			position: absolute;
		  	left: 50%;
		  	margin-right: -50%;
		  	-webkit-transform: translate(-50%, 0);
		  	        transform: translate(-50%, 0);
		}
		.page_image_wide {
			width: 1920px;
			position: absolute;
		  	left: 50%;
		  	margin-right: -50%;
		  	-webkit-transform: translate(-50%, 0);
		  	        transform: translate(-50%, 0);
		}
		.flexslider_narrow {
			display: none;
			float: left;
			clear: left;
			max-width: 1300px;
		}
		.page_image_narrow {
			display: none;
			clear: left;
			max-width: 1300px;
		}
		.flexslider.flexslider_narrow {
			height: auto;
		}
		.flexslider ul li:before {
			content: none;
		}
		.flexslider ul.slides li {
			position: relative;
		}
		.product_detail .flexslider {
			background: url(../images/image-slider/control-images/loading-light-grey.gif) no-repeat center center;
		}
		.flex-control-nav {
			bottom: 0;
			overflow: hidden;
			z-index: 1000;
		}
		.flex-control-paging li a {
		    border: none;
		    box-shadow: none;
		    cursor: pointer;
		    display: block;
		    height: 10px;
		    width: 10px;
		    -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		    text-indent: -9999px;
		    transition: none;
		    background-color: white;
		}
		.flex-control-paging li a:hover {
		    background-color: #da170c;
		}
		.flex-control-paging li a.flex-active {
		    background-color: #ec4d37;
		}
		.flex-control-nav li {
			bottom: 0;
		    margin: 0 3px;
		}
		.flex-direction-nav a {
			width: 46px;
			height: 46px;
			opacity: 1;
			background: #ec4d37 url(../images/transparent-arrows_x2.png);
		}
		.flex-direction-nav .flex-prev,
		.flex-direction-nav .flex-next {
			top: 50%;
			margin-top: -23px;
		}
		.flex-direction-nav .flex-prev {
			left: -23px;
			background: #ec4d37 url(../images/transparent-arrows_x2.png);
		}
		.flex-direction-nav .flex-prev:hover {
			background: #da170c url(../images/transparent-arrows_x2.png) 0 -46px;
		}
		.flex-direction-nav .flex-next {
			right: -23px;
		}
		.flex-direction-nav .flex-next:hover {
			background: #da170c url(../images/transparent-arrows_x2.png) -46px -46px;
		}
		.flex-direction-nav a {
		    margin: -25px 0 0;
		    transition: none;
		}
		.flex-caption {
			zoom: 1;
			margin: 0;
			position: absolute;
			float: none;
			bottom: 15px;
			left: 25px;
			text-align: left;
			width: auto;
			z-index: 100;
		}
		.flex-caption {
			display: inline-block;
			position: absolute;
			left:   55px;
			bottom: 34px;
			font-family: 'Fira Sans', sans-serif;
			font-size: 42px;
			line-height: 42px;
			letter-spacing: -0.75px;
			padding: 8px 12px 6px 58px;
			color: white;
			background-color: white;
		}
		.flex-caption .division_icon,
		.swiper-container .caption .division_icon {
			position: absolute;
			left: -30px;
			top:  -10px;
			width:  80px;
			height: 80px;
			-webkit-border-radius: 40px;
			-moz-border-radius:    40px;
			border-radius:         40px;
		}
		.manufacturing .flex-caption .division_icon, 
		.manufacturing .caption .division_icon { 
			background-position: top 20px center;
			}
		.engineering .flex-caption .division_icon,
		.engineering .caption .division_icon { 
			background-position: top 16px center;
			}
		.commercial .flex-caption .division_icon,
		.commercial .caption .division_icon { 
			background-position: center center;
			}
		.sales-and-marketing .flex-caption .division_icon,
		.sales-and-marketing .caption .division_icon { 
			background-position: top 15px left 22px;
			}
		.construction .flex-caption .division_icon,
		.construction .caption .division_icon { 
			background-position: top 17px center;
			}
		.healthcare .flex-caption .division_icon,
		.healthcare .caption .division_icon { 
			background-position: top 22px center;
			}
		.division_icon {
			display: inline-block;
			position: relative;
			top: 9px;
			width:  60px;
			height: 60px;
			background-color: #efefef;
			-webkit-border-radius: 30px;
			-moz-border-radius:    30px;
			border-radius:         30px;
		}
		.flex-caption h2 {
			font-family: 'Fira Sans', sans-serif;
			font-size: 42px;
			line-height: 42px;
			font-weight: 600;
			letter-spacing: -0.75px;
			color: #444;
		}
		.flex-caption a,
		.flex-caption a h2 {
			text-decoration: none;
		}
		a.fancybox-close {
			transition: none;
		}
	
	/* #endregion */

	/* #region Animation */
		
		/*.flexslider li .flex-caption {
				-webkit-animation-duration: .6s;
				animation-duration: .6s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: fadeOutLeft;
				animation-name: fadeOutLeft;
		}*/
		.flexslider li.flex-active-slide .flex-caption,
		.swiper-slide-active .caption {
				-webkit-animation-delay: .6s;
				animation-delay: .6s;
				-webkit-animation-duration: .6s;
				animation-duration: .6s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: bounceIn;
				animation-name: bounceIn;
		}
		.flexslider li.clone .flex-caption {
				display: none;
		}

	/* #endregion */

	/* #region Swiper */

		/* INITIAL SLIDER STYLES */
		/* ===================== */
		
		.swiper-container {
			width: 100%;
			height: auto;
		}
		.swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
		}

		/* SET SLIDER HEIGHT */
		/* ================= */
		
		.swiper-container .swiper-slide {
			height:      369px;
			line-height: 369px;
		}

		/* CUSTOM STYLES */
		/* ============= */

		.swiper-container .swiper-slide {
			background: none;
			display: flex;
			justify-content: center; /* align horizontal */
			align-items: center; /* align vertical */
		}
		.swiper-container .swiper-slide img {
			max-width: 100%;
			width: 100%;
		}
		.swiper-container .caption {
			position: absolute;
			bottom: 30px;
			/*right:  30px;*/
			line-height: 1.25;
			padding: 5px 10px;
			background: rgba(255,255,255,0.5);
		}
		.swiper-container .caption h4 {
			font-size: 24px;
			margin: 0;
		}
		.swiper-button-next:after, 
		.swiper-button-prev:after {
			font-family: FontAwesome;
			font-size: 25px;
			opacity: 0.5;
			color: white;
		}
		.swiper-button-next:hover:after,
		.swiper-button-prev:hover:after {
			opacity: 1;
		}
		.swiper-button-prev:after {
			content: "\f053";
		}
		.swiper-button-next:after {
			content: "\f054";
		}
		
		/* SITE SPECIFIC STYLES */
		/* ==================== */
		
		.swiper-container .caption {
			zoom: 1;
			margin: 0;
			position: absolute;
			float: none;
			bottom: 15px;
			left: 25px;
			text-align: left;
			width: auto;
			z-index: 100;
		}
		.swiper-container .caption {
			display: inline-block;
			/*position: absolute;*/
			left:   55px;
			bottom: 34px;
			font-family: 'Fira Sans', sans-serif;
			font-size: 42px;
			line-height: 42px;
			letter-spacing: -0.75px;
			padding: 8px 12px 6px 58px;
			color: white;
			background-color: white;
		}
		.swiper-container .caption .division_icon {
			position: absolute;
			left: -30px;
			top:  -10px;
			width:  80px;
			height: 80px;
			-webkit-border-radius: 40px;
			-moz-border-radius:    40px;
			border-radius:         40px;
		}
		.manufacturing .swiper-container .caption .division_icon { background-position: top 20px center;}
		.engineering .swiper-container .caption .division_icon 	{ background-position: top 16px center;}
		.commercial .swiper-container .caption .division_icon	{ background-position: center center;}
		.sales-and-marketing .swiper-container .caption .division_icon	{ background-position: top 15px left 22px;}
		.construction .swiper-container .caption .division_icon	{ background-position: top 17px center;}
		.healthcare .swiper-container .caption .division_icon	{ background-position: top 22px center;}
		.division_icon {
			display: inline-block;
			position: relative;
			top: 9px;
			width:  60px;
			height: 60px;
			background-color: #efefef;
			-webkit-border-radius: 30px;
			-moz-border-radius:    30px;
			border-radius:         30px;
		}
		.swiper-container .caption h2 {
			font-family: 'Fira Sans', sans-serif;
			font-size: 42px;
			line-height: 42px;
			font-weight: 600;
			letter-spacing: -0.75px;
			color: #444;
		}
		.swiper-container .caption a,
		.swiper-container .caption a h2 {
			text-decoration: none;
		}
		.swiper-container {
			overflow: visible;
		}
		.swiper-wrapper {
			overflow: hidden;
		}
		.swiper-button-next {
		    right: -23px;
		}
		.swiper-button-prev {
		    left: -23px;
		}
		.swiper-button-next, 
		.swiper-button-prev {
		    font-size: ;
		    top: 50%;
		    margin: -23px 0 0;
		    transition: none;
		    width: 46px;
		    height: 46px;
		    opacity: 1;
		    background-color: #ec4d37;
		}
		.swiper-button-next:after, 
		.swiper-button-prev:after {
			font-size: 18px;
		}
		.swiper-button-prev:after {
			margin-right: 2px;
		}
		.swiper-button-next:after {
			margin-left: 2px;
		}
		@media only screen and (max-width: 1250px) {
			.swiper-button-next {
				right: 0;
			} 
			.swiper-button-prev {
			    left: 0;
			}
		}
		
		/* HIDE NAVIGATION */
		/* =============== */
		
		/*.swiper-button-next:after, 
		.swiper-button-prev:after {
			display: none;
		}*/

		/* HIDE PAGINATION */
		/* =============== */
		
		.swiper-pagination {
			display: none;
		}
		
		@media only screen and (max-width: 825px) {
		
			.swiper-container .caption {
				position: absolute;
				bottom: 0;
				left: 0;
				display: block;
				padding-left: 0;
				padding-right: 0;
				padding-bottom: 10px;
				width: 100%;
				text-align: center;
			}
			.swiper-slide-active .caption {
				animation-name: none;
			}
			.swiper-container .caption h2 {
				width: 100%;
				text-align: center;
				margin: 0;
				top: 0;
				left: 0;
				padding-left: 0;
				padding-right: 0;
				display: inline;
				color: white;
				padding-left: 4px;
				font-size: 32px;
				line-height: 32px;
			}
			.swiper-container .manufacturing .caption {
				background: #395f9d;
			}
			.swiper-container .engineering .caption {
				background: #548d69;
			}
			.swiper-container .commercial .caption {
				background: #c22b48;
			}
			.swiper-container .sales-and-marketing .caption {
				background: #5b3179;
			}
			.swiper-container .construction .caption {
				background: #de9131;
			}
			.swiper-container .healthcare .caption {
				background: #9fc54d;
			}
			
		}
		
		/* SET SLIDER HEIGHT */
		/* ================= */
		
		@media only screen and (max-width: 800px) {
			.swiper-container .swiper-slide {
				height:      300px;
				line-height: 300px;
			}
		}
		@media only screen and (max-width: 650px) {
			.swiper-container .swiper-slide {
				height:      250px;
				line-height: 250px;
			}
			.swiper-container .caption,
			.swiper-container .caption h2 {
				font-size:   28px;
				line-height: 1;
			}
		}
		@media only screen and (max-width: 550px) {
			.swiper-container .swiper-slide {
				height:      225px;
				line-height: 225px; 
			}
		}
		@media only screen and (max-width: 490px) {
			.swiper-container .swiper-slide {
				height:      175px;
				line-height: 175px; 
			}
			.swiper-container .caption,
			.swiper-container .caption h2 {
				font-size:   24px;
			}
		}
		@media only screen and (max-width: 385px) {
			.swiper-container .swiper-slide {
				height:      125px;
				line-height: 125px; 
			}
		}

	/* #endregion */

/* #endregion */

/* #region Call to action */

	.section_outer.call-to-action {
		padding-top: 0;
		background: black;
	}
	.call-to-action .section_background {
		margin: 0;
	}
	.call_to_action_container {
		background: #567235;
	}
	.col.call-to-action {
		float: left;
		clear: left;
		text-align: left;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		outline: none;
	}
	.page_container .col.call-to-action {
		margin-top: 2.5%;
	}
	.page_container .call-to-action.internal {
		margin-bottom: 0;
	}
	.call-to-action.internal {
		padding: 0;
		margin: 25px 0 30px;
	}
	.call-to-action .text-area {
		/* padding: 25px 0 32px; */
		padding: 55px 0 62px;
	}
	.call-to-action h4 {
		margin: 0;
		font-size: 24px;
		line-height: 34px;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 500;
		color: white;
	}
	.call-to-action p {
		margin: 0;
		color: rgba(255, 255, 255, .75);
	}
	.call-to-action a {
		/*color: rgba(255, 255, 255, .75);*/
		color: white;
	}
	.call-to-action .table_layout, 
	.call-to-action .col.table_layout {
		margin-top: 0;
	}
	.button_area {
		float: right;
		width: 37.5%;
		margin-left: 35px;
	}
	.call-to-action a.button {
		float: right;
		width: auto;
		padding-left:  20px;
		padding-right: 20px;
		margin: 0 0 0 20px;
		line-height: 22px;
	}
	.call-to-action a.button {
		border-bottom: 3px solid rgba(0,0,0,0.5);
	}
	.call-to-action a.button:hover {
		border-bottom: 2px solid rgba(0,0,0,0.5);
	}
	.call-to-action a.button:focus {
		border-bottom: 1px solid rgba(0,0,0,0.5);
	}
	.two_buttons .button:first-child {
		margin-right: 7px;
	}
	.two_buttons .button:nth-child(2) {
		margin-left: 7px;
	}

/* #endregion */

/* #region Cookie Pop-up */

	#cookie-message {
		position: absolute;
		padding: 55px 2.5% 25px 2.5%;
		text-align: center;
		background-color: #dfdfdf;
		bottom: 0;
		right: 0;
		display: none;
		width: 95%;
		max-width: 400px;
		font-size: 15px;
		line-height: 22px;
		color: #555;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 0.9;
	}
	#cookie-message p {
		margin: 0;
	}
	#cookie-message #top-strip {
		position: absolute;
		top: -1px;
		left: 0;
		height: 35px;
		width: 100%;
		background-color: #88a268;
	}
	#cookie-message .close p {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		cursor: pointer;
		margin: 0;
		padding: 0;
		color: #ffffff;
		width: 35px;
		height: 35px;
		line-height: 36px;
		background-color: #ec4d37;
	}
	#cookie-message .close p:hover {
		background-color: #da170c;
		color: #ffffff;
	}

/* #endregion */

/* #region Testimonials */

	.testimonial {
		padding-bottom: 5px;
	}
	.col.testimonial:first-child {
		margin-top: 0;
	}
	.testimonial_quote {
		font-style: italic;
		margin-bottom: 5px;
	}
	.testimonial_quote:before {
		content: '"';
	}
	.testimonial_quote:after {
		content: '"';
	}
	.testimonial_name {
		font-style: italic;
		font-weight: 600;
		color: #ec4d37;
	}
	.testimonial_date {
		font-weight: 400;
	}
	p.testimonial_company {
		margin-top: 0;
		font-style: italic;
		color: #999;
		margin-bottom: 0;
	}
	.small_quote {
		font-size:   18px;
		line-height: 26px;
		font-weight: 400;
		font-style: italic;
		color: #999;
	}
	.large_quote {
		font-size:   26px;
		line-height: 35px;
		font-weight: 400;
		font-style: italic;
		color: #999;
		margin-bottom: 5px;
	}

/* #endregion */

/* #region Key People */

	h3.key_people_name {
		margin-bottom: 0;
	}
	p.job_title {
		margin-bottom: 15px;
	}
	.page_title p.job_title {
		margin-top: 7px;
	}
	.qualification {
		font-size: 16px;
		font-style: italic;
		/*font-weight: 400;*/
		letter-spacing: 0;
		line-height: 25px;
		color: #88a268;
		margin-left: 7px;
	}
	/* #endregion */

/* #region Downloads */

	.download {
		margin-bottom: 25px;
	}
	.download h4 {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 700;	
		margin-top: 22px;
		margin-bottom: 0;
	}
	.download p {
		margin: 4px 0;
	}

/* #endregion */

/* #region Jobs */

	/* #region Filter Panel */
	
		.span_1_of_4.filter_column {
			background-color: #f3f6f0;
			padding: 25px;
			margin-bottom: 0;
			overflow: hidden;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.filter_column .form_element_container {
			display: block;
			padding: 20px 0;
			border-top: 1px solid #d9d9d9;
		}
		.filter_column .form_element_container:first-of-type {
			border-top: none;
			padding-top: 15px;
		}
		.filter_column .form_element_container:last-of-type {
			padding-bottom: 10px;
		}
		.filter_column .form_element_container:last-child {
			border-bottom: none;
			padding-bottom: 5px;
		}
		.filter_column label {
			font-weight: 400;
			color: #444;
		}
		input[type="checkbox"] {
			margin-left: 0;
		}
		.checkbox label {
			padding: 0;
			margin-left: 5px;
		}
		.form_element_label {
			font-weight: 700;
			display: block;
		}
		.filter_column .form_element_label {
			margin-bottom: 2px;
		}
		.filter_column select {
			margin-top: 3px;
		}
		.filter_column h3 {
			margin-top: 0;
		}

	/* #endregion */

	/* #region Job Summary */

		.home .job_summary {
			padding: 0;
			border-bottom: none;
		}
		.home .job_summary a.button {
			float: none;
		}
		.job_summary {
			padding: 30px 0;
			border-bottom: 1px solid #d9d9d9;
		}
		.job_summary:first-of-type {
			/* border-top: 1px solid #d9d9d9; */
			border-top: none;
			padding-top: 0;
		}
		.job_summary:last-of-type {
			border-bottom: none;
		}
		.job_summary h3 {
			margin-bottom: 3px;
		}
		.job_summary p {
			margin-top: 0;
		}
		.job_summary a.button {
			float: right;
		}
		.job_summary .table_cell {
			width: 100%;
		}
		.jobs_list {
			float: left;
			margin: 0;
		}
		.filter_panel {
			float: right;
			margin-left: 2.5%;
		}
		.date {
			font-style: italic;
			color: #999;
		}

	/* #endregion */

	/* #region Job Details */

		.job_details h2 {
			font-weight: 600;
		}
		.key_contact,
		.apply_now {
			float: left;
			clear: left;
			margin-top: 35px;
		}
		.form_label {
			display: inline-block;
			font-size: 16px;
			font-weight: 500;
			padding-top: 15px;
			color: #ec4d37;
		}
		.apply_now label,
		.apply_now .form_label {
			color: #88a268;
		}
		.apply_now label.error {
			color: #444;
		}
		input[type="file"] {
			background: none;
			padding: 0;
			border: none;
			outline: none;
		}
		.apply_now input[type="file"],
		.cv_upload input[type="file"] {
			display: none;
		}
		.apply_now label,
		.cv_upload label {
			display: block;
		}
		.instructions {
			color: #999;
			font-size: 14px;
			line-height: 22px;
			font-style: italic;
			margin-bottom: 0;
		}
		.file_upload_button {
			display: inline-block;
			color: white !important;
			font-size:   17px;
			line-height: 23px;
			text-align: center;
			text-decoration: none;
			font-family: 'Fira Sans', sans-serif;
			padding: 10px 25px;
			min-width: 175px;
			margin: 17px 0 8px;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			background: #88a268;
			border-bottom: 3px solid rgba(0,0,0,0.1);
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
		}
		.file_upload_button:hover {
			background: #6f8a4f;
			cursor: pointer;
			margin-top:    18px !important;
			border-bottom: 2px solid rgba(0,0,0,0.1);
		}
		.file_upload_button:focus {
			background: #6f8a4f;
			margin-top:    19px !important;
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		.file_upload_button.file_selected:before {
			content: "\f00c";
			font-family: FontAwesome;
			z-index: 1;
			position: absolute;
			/*margin-left: -35px;*/
			margin-left: -40px;
			margin-top: -1px;
		}
		/* CSS FOR MICROSOFT IE10 & UP ONLY */
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
			.file_upload_button.file_selected:before {
				content: "";
			}
		}
		/* CSS FOR MICROSOFT EDGE ONLY (NOT BEING USED) */
		@supports (-ms-ime-align:auto) {
		    
		}
		.file_upload_button.file_selected:after {
			content: "File Selected Succesfully";
			background: #88a268;
			position: absolute;
			width: 100%;
			width: 275px;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			text-indent: 20px;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
		}
		.file_upload_button.file_selected:hover:after {
			background: #6f8a4f;
		}
		.job_description_accordion {
			display: block;
			margin-top: 10px;
		}
		.job_description .ui-accordion-header-active {
			display: none;
		}

	/* #endregion */

	/* #region Key Contact */

		.key_contact h3 {
			margin-bottom: 10px;
		}
		.key_contact h4 {
			margin-top: 10px;
			margin-bottom: 0;
		}
		.key_contact p.date {
			margin-bottom: 5px;
		}
		.photo_container {
			padding-right: 20px;
			max-width: 115px;
		}
		.photo_container img {
			/*border: 1px solid #ddd;*/
			-webkit-border-radius: 57px;
			-moz-border-radius:    57px;
			border-radius:         57px;
		}
		.key_contact .table_layout {
			/*width: 50%;*/
			float: left;
			margin-right:  35px;
			margin-bottom: 10px;
		}

	/* #endregion */

/* #endregion */

/* #region Divisions */
	
	.manufacturing h1,
	.col.manufacturing h1,
	li.manufacturing h2,
	.swiper-slide.manufacturing h2,
	.col.manufacturing h3,
	.col.manufacturing h3 a {
		color: #395f9d;
	}
	.manufacturing .division_icon {
		background: url(../images/manufacturing.png) 0 0 no-repeat; /* fallback logo (.png) */
		background-image: url(../svg/manufacturing.svg), none; /* high-res logo (.svg) */
		background-size: 30px 35px;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #395f9d;
	}
	.engineering h1,
	.col.engineering h1,
	li.engineering h2,
	.swiper-slide.engineering h2,
	.col.engineering h3,
	.col.engineering h3 a {
		color: #548d69;
	}
	.engineering .division_icon {
		background: url(../images/engineering.png) 0 0 no-repeat; /* fallback logo (.png) */
		background-image: url(../svg/engineering.svg), none; /* high-res logo (.svg) */
		background-size: 35px 43px;
		background-repeat: no-repeat;
		background-position: top 7px center;
		background-color: #548d69;
	}
	.commercial h1,
	.col.commercial h1,
	li.commercial h2,
	.swiper-slide.commercial h2,
	.col.commercial h3,
	.col.commercial h3 a {
		color: #c22b48;
	}
	.commercial .division_icon {
		background: url(../images/commercial.png) 0 0 no-repeat; /* fallback logo (.png) */
		background-image: url(../svg/commercial.svg), none; /* high-res logo (.svg) */
		background-size: 41px 30px;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #c22b48;
	}
	.sales-and-marketing h1,
	.col.sales-and-marketing h1,
	li.sales-and-marketing h2,
	.swiper-slide.sales-and-marketing h2,
	.col.sales-and-marketing h3,
	.col.sales-and-marketing h3 a {
		color: #5b3179;
	}
	.sales-and-marketing .division_icon {
		background: url(../images/sales-and-marketing.png) 0 0 no-repeat; /* fallback logo (.png) */
		background-image: url(../svg/sales-and-marketing.svg), none; /* high-res logo (.svg) */
		background-size: 31px 41px;
		background-repeat: no-repeat;
		background-position: top 8px left 13px;
		background-color: #5b3179;
	}
	.construction h1,
	.col.construction h1,
	li.construction h2,
	.swiper-slide.construction h2,
	.col.construction h3,
	.col.construction h3 a {
		color: #de9131;
	}
	.construction .division_icon {
		background: url(../images/construction.png) 0 0 no-repeat; /* fallback logo (.png) */
		background-image: url(../svg/construction.svg), none; /* high-res logo (.svg) */
		background-size: 32px 41px;
		background-repeat: no-repeat;
		background-position: top 7px center;
		background-color: #de9131;
	}
	.healthcare h1,
	.col.healthcare h1,
	li.healthcare h2,
	.swiper-slide.healthcare h2,
	.col.healthcare h3,
	.col.healthcare h3 a {
		color: #9fc54d;
	}
	.healthcare .division_icon {
		background: url(../images/healthcare.png) 0 0 no-repeat; /* fallback logo (.png) */
		background-image: url(../svg/healthcare.svg), none; /* high-res logo (.svg) */
		background-size: 37px 31px;
		background-repeat: no-repeat;
		background-position: top 13px center;
		background-color: #9fc54d;
	}
	.division_icon {
		display: inline-block;
		/*position: relative;*/
		position: absolute;
		top: 36px;
		left: 0;
		margin-left: 0;
		width:  60px;
		height: 60px;
		background-color: #efefef;
		-webkit-border-radius: 30px;
		-moz-border-radius:    30px;
		border-radius:         30px;
		-webkit-transition: all 0.15s ease;
		-moz-transition:    all 0.15s ease;
		-o-transition:      all 0.15s ease;
		transition:         all 0.15s ease;
	}
	.home .division_icon {
		left: 50%;
		margin-left: -30px;
	}
	.home .caption_container .division_icon {
		left: 0;
	}
	.col.hover_effect {
		position: relative;
	}
	h3 .division_icon {
		margin-right: 13px;
	}
	h1 .division_icon {
		margin-right: 13px;
		position: relative;
		top: 9px;
	}
	.division_icon_link + h3 {
		margin-top: 46px;
		-webkit-transition: all 0.15s ease;
		-moz-transition:    all 0.15s ease;
		-o-transition:      all 0.15s ease;
		transition:         all 0.15s ease;
	}
	.col.span_1_of_3 .division_icon_link + h3 {
		margin-top: 50px;
	}
	.home .col.span_1_of_3 .division_icon_link + h3 {
		margin-top: 40px;
	}
	.col.span_1_of_3:nth-child(1) .division_icon_link + h3,
	.col.span_1_of_3:nth-child(2) .division_icon_link + h3,
	.col.span_1_of_3:nth-child(3) .division_icon_link + h3 {
		margin-top: 50px;
	}
	.col.span_1_of_3:nth-child(1) .division_icon,
	.col.span_1_of_3:nth-child(2) .division_icon,
	.col.span_1_of_3:nth-child(3) .division_icon {
		top: 6px;
	}
	.divisions .col.span_1_of_3 {
		margin-top: 15px;
	}
	.six_division_section .col.hover_effect:hover .division_icon {
		top: 33px;
		margin-left: -33px;
		width:  66px;
		height: 66px;
		-webkit-border-radius: 33px;
		-moz-border-radius:    33px;
		border-radius:         33px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.15);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.15);
	}
	.six_division_section .col.span_1_of_3.hover_effect:nth-child(1):hover .division_icon,
	.six_division_section .col.span_1_of_3.hover_effect:nth-child(2):hover .division_icon,
	.six_division_section .col.span_1_of_3.hover_effect:nth-child(3):hover .division_icon {
		top: 3px;
	}
	.six_division_section .col.hover_effect:hover h3 {
		/*margin-top: 6px;*/
	}
	.six_division_section .col.hover_effect.manufacturing:hover .division_icon {
		/*background-size: 30px 35px;*/
		background-size: 33px 38px;
		background-position: top 14px center;
	}
	.six_division_section .col.hover_effect.engineering:hover .division_icon {
		/*background-size: 35px 43px;*/
		background-size: 38px 46px;
		background-position: top 10px center;
	}
	.six_division_section .col.hover_effect.commercial:hover .division_icon {
		/*background-size: 41px 30px;*/
		background-size: 44px 33px;
	}
	.six_division_section .col.hover_effect.sales-and-marketing:hover .division_icon {
		/*background-size: 31px 41px;*/
		background-size: 34px 44px;
		background-position: top 11px left 14px;
	}
	.six_division_section .col.hover_effect.construction:hover .division_icon {
		/*background-size: 32px 41px;*/
		background-size: 35px 44px;
		background-position: top 10px center;
	}
	.six_division_section .col.hover_effect.healthcare:hover .division_icon {
		/*background-size: 37px 31px;*/
		background-size: 40px 34px;
		background-position: top 15px center;
	}
	.clients.divisions .col.span_1_of_3 {
		margin-top:    20px;
		margin-bottom: 15px;
		padding-top: 30px;
	}
	.clients.divisions .col.span_1_of_3:nth-child(1),
	.clients.divisions .col.span_1_of_3:nth-child(2),
	.clients.divisions .col.span_1_of_3:nth-child(3) {
		margin-top:    0;
		padding-top: 0;
	}
	.job_details_page.manufacturing h1,
	.job_details_page.engineering h1,
	.job_details_page.commercial h1,
	.job_details_page.sales-and-marketing h1,
	.job_details_page.construction h1,
	.job_details_page.healthcare h1 {
		color: #ec4d37;
	}

/* #endregion */

/* #region Team Members */

	.team_title_area {
		margin-bottom: 5px;
	}
	.team_title_area h1 + p.date {
	    margin-top: 0;
	}

/* #endregion */

/* #region Contact */

	.map {
		background-color: #E5E3DF;
	}
	#google_map {
		width: 100%;
		max-width: 1200px;
		height: 320px;
		margin: 0 auto;
	}
	.rec_and_chas_logos {
		margin-top: 10px;
	}

/* #endregion */

/* #region Page Buttons */

	.back_to_top_section {
		padding: 0 0 40px;
	}
	.back_to_top_section .col {
		margin-top: 0;
		margin-bottom: 0;
	}
	a.button.grey_background {
		color: white;
		background-color: #ddd;
	}
	a.button.back_to_top {
		padding-left: 22px;
		margin-top: 0;
	}
	a.back_to_top {
		width: 100%;
		clear: both;
		margin: 0 0 15px;
	}
	.last_section + a.back_to_top,
	.call-to-action + a.back_to_top  {
		margin-top: 0;
		margin-bottom: 50px;
	}
	a.button.grey_background:hover {
		color: white;
		background-color: #aaa;
	}

/* #endregion */

/* #region Blog */

	.blog_post {
		margin-bottom: 5px;
	}
	h1 + p.date {
		margin-top: 5px;
	}
	.page_title_area .date {
		float: left;
		clear: left;
		color: white;
		position: relative;
		top: -32px;
		margin-bottom: 5px;
	}
	#share {
		position: relative;
		display: block;
		/*float: left;*/
		/*clear: both;*/
		width: 100%;
		margin-bottom: 8px;
	}
	h1 + #share {
		top: 5px;
	}
	p.share_caption {
		font-style: italic;
		color: #ec4d37;
		margin-top: 10px;
		margin-bottom: 0;
	}

/* #endregion */

/* #region Pagination */

	.pagination {
		float: left;
		clear: left;
		width: 100%;
		color: #999;
		font-weight: 700;
		padding-top: 5px;
		margin-top:  25px;
		font-style:  italic;
		/* border-top: 1px solid #d9d9d9; */
	}
	.pagination p a {
		display: inline-block;
		font-weight: 400;
		color: #999;
		text-align: center;
		text-decoration: none;
		padding: 0 12px 0 8px;
		border-right: 1px solid #e5e5e5;
	}
	.pagination p a:first-child {
		padding-left: 7px;
	}
	.pagination p a.current {
		color: #ec4d37;
		font-weight: 700;
	}
	.pagination p a:last-child {
		border-right: none;
	}
	.pagination p a:hover {
		color: #444;
	}
	.pagination .page_label {
		font-weight: 700;
	}
	.page_note {
		font-size: 18px;
		font-weight: 400;
		color: #777;
		letter-spacing: 0;
	}
	.blog .pagination {
		border-top: 1px solid #e5e5e5;
		padding-top: 30px;
	}

/* #endregion */

/* #region Gallery */

	.gallery_image_size,
	.gallery_image {
		margin-top: 0;
		margin-bottom: 2.5%;
	}
	a.gallery_thumbnail {
		display: block;
	}

/* #endregion */

/* #region Videos */

	.video_container,
	.video_thumbnail {
		margin: 15px 0;
		position: relative;
	}
	.video_container {
		margin-top: 0;
	}
	.video_container img {
		width: 277px;
		max-width: 100%;
	}
	.span_1_of_3 .video_container img {
		width: 380px;
		max-width: 100%;
	}
	.video_container .play_icon,
	.video_thumbnail .play_icon {
		content: "\f01d";
		font-family: FontAwesome;
		font-size: 85px;
		color: rgba(255, 255, 255, .65);
		position: absolute;
		left: 0;
		top:   50%;
		margin-top: -43px;
		width: 100%;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.video_container:hover .play_icon,
	.video_thumbnail:hover .play_icon {
		color: rgba(255, 255, 255, 1);
	}

/* #endregion */

/* #region Map */

	#google_map {
	    height: 290px;
		background-color: #e5e3df;
	    /*-webkit-border-radius: 8px;*/
	    /*-moz-border-radius:    8px;*/
	    /*border-radius:         8px;*/
	}
	.map {
		background-color: #e5e3df;
	}
	.gmnoprint img { 
		max-width: none !important; 
	}
	#google_map img {
	    max-width: none !important;
	}
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }

/* #endregion */

/* #region Footer */

	html {
		height: 100%;
	}
	html, body {
	    height: 100%;
		margin: 0;
	}
	.wrapper {
	    min-height: 100%;
	}
	.container {
		overflow: auto;
	}
	.footer {
		background-color: #fafafa;
		position: relative;
		clear: both;
		width: 100%;
		font-size:   13px;
		line-height: 20px;
		color: #999;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.footer_container {
		position: relative;
		max-width: 1300px;
		min-height: 50px;
		margin: 0 auto 0;
		padding: 0 50px;
		overflow: hidden;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.footer_inner {
		float: left;
		position: absolute;
		bottom: 20px;
		overflow: hidden;
		max-width: 1100px;
		padding: 0;
	    margin: 0 auto;	
	}
	.footer_bottom_strip {
		float: right;
		position: absolute;
		bottom: 20px;
		right: 50px;
	}
	.footer h4 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.footer h5 {
		font-size:   13px;
		line-height: 22px;
		font-weight: 600;
		margin: 0;
	}
	.footer li {
		line-height: 20px;
		padding: 0;
		margin: 0;
		display: inline;
	}
	.footer li a {
		font-weight: 400;
	}
	.footer li:before {
		content: none;
	}
	.footer li:after {
		content: ', ';
	}
	.footer li:last-child:after {
		content: '';
	}
	.footer p {
		line-height: 22px;
		margin-bottom: 0;
		z-index: 100;
	}
	.footer a {
		color: #999;
		text-decoration: none;
	}
	.footer a:hover {
		color: #777;
	}
	.button_container {
		width: 100%;
		text-align: center;
	}
	.footer .button,
	.footer a.button:last-child {
		background-color: #999;
		color: white;
		clear: both;
		line-height:   24px;
		margin-bottom: 14px;
	}
	.footer .button:hover,
	.footer a.button:last-child:hover {
		color: white;
		background-color: #888;
	}
	.evolve-websites {
		width: 155px;
		height: 17px;
		margin: 0;
		opacity: 0.8;
		text-indent: -9999px;
		background: url(../images/evolve-logo.png) 0 0 no-repeat; /* fallback logo (.png) */
	  	background-image: url(../svg/evolve-logo.svg), none; /* high-res logo (.svg) */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.evolve-websites:hover {
		opacity: 1;
	}
	.footer p.margin_top {
		margin-top: 8px;
	}
	
	/* #region Footer Height */
	
		.container 		  { padding-bottom: 200px; }
		.footer_container { height:  		200px; }
		.footer 		  { margin: 	   -200px auto 0; }
		.footer 		  { height:  		200px; }
		
	/* #endregion */

/* #endregion */

/* #region Functional Classes */

	/* #region Text */
	
		.normal,
		.popup.feature_box p.normal {
			font-weight: 400;
		}
		a.no_underline {
			text-decoration: none;
		}
		.capitalise {
			text-transform: capitalize;
		}
	
	/* #endregion */

	/* #region Position */
	
		.centered {
			text-align: center;
		}
		.left_aligned {
			text-align: left;
		}
		.right_aligned {
			text-align: right;
		}
		.float_left {
			float: left;
		}
		.float_right {
			float: right;
		}
	
	/* #endregion */

	/* #region Width */
	
		.max_width_sixhundred {
			max-width: 600px;
			margin: 0 auto;
			float: none;
		}
		.max_width_eighthundred {
			max-width: 800px;
			margin: 0 auto;
			float: none;
		}
	
	/* #endregion */

	/* #region Colours */
	
		.pale_grey {
			background-color: #fafafa;
		}
		.grey_background {
			background-color: #fafafa;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}
		.highlight {
			background-color: #feff96;
		}
	
	/* #endregion */

	/* #region Margins */
		
		.no_margins {
			margin: 0;
		}
		.ten_margin_bottom {
			margin-bottom: 10px;
		}
		.no_margin_top {
			margin-top: 0;
		}
		.no_margin_bottom,
		a.button.no_margin_bottom,
		p.date.no_margin_bottom {
			margin-bottom: 0;
		}
		.five_margin_bottom,
		h1.five_margin_bottom {
			margin-bottom: 5px;
		}
		.five_margin_top,
		.col.span_1_of_3.five_margin_top:nth-of-type(1), 
		.col.span_1_of_3.five_margin_top:nth-of-type(2), 
		.col.span_1_of_3.five_margin_top:nth-of-type(3) {
			margin-top: 5px;
		}
		.ten_margin_top,
		p.ten_margin_top {
			margin-top: 10px;
		}
		.fifteen_margin_top,
		p.fifteen_margin_top,
		.col.call-to-action.fifteen_margin_top {
			margin-top: 15px;
		}
		.twenty_margin_top,
		p.twenty_margin_top {
			margin-top: 20px;
		}
		.twentyfive_margin_top {
			margin-top: 25px;
		}
		.no_margin_bottom,
		h1.no_margin_bottom,
		h2.no_margin_bottom,
		h3.no_margin_bottom {
			margin-bottom: 0;
		}
		.no_margin_bottom + p.subtitle {
			margin-top: 0;
		}
		.twentyfive_margin_bottom,
		h2.intro.twentyfive_margin_bottom {
			margin-bottom: 25px;
		}
		.thirty_margin_bottom {
			margin-bottom: 30px;
		}
		.extra_margin_bottom {
			margin-bottom: 10px;
		}
		h3.less_margin_top {
			margin-top: 10px;
		}
		.ten_margin_bottom,
		a.button.ten_margin_bottom {
			margin-bottom: 10px;
		}
		.fifteen_margin_bottom {
			margin-bottom: 15px;
		}
		li.increased_margin_bottom {
			margin-bottom: 6px;
		}
		hr.less_margin_bottom {
		    margin-bottom: 20px;
		}
		.fortyfive_margin_top {
			margin-top: 45px;
		}
	
	/* #endregion */

	/* #region Padding */
	
		.no_padding_bottom {
			padding-bottom: 0;
		}
		.no_padding_top,
		padding.no_padding_top {
			padding-top: 0;
		}
		.section_outer.extra_padding_bottom {
			padding-bottom: 60px;
		}
		.section_outer.no_padding_top {
			padding-top: 0;
		}
		.section_outer.seventeen_padding_top {
			padding-top: 17px;
		}
		.section_outer.thirty_padding_bottom {
			padding-bottom: 30px;
		}
		.padding.less_margin_top.no_padding_top {
			padding-top: 9px;
		}
		.padding.less_padding_top {
			padding-top: 25px;
		}
		.ten_padding_top {
			padding-top: 10px;
		}
	
	/* #endregion */

	/* #region Opacity */
	
		.pale {
			opacity: 0.5;
		}
	
	/* #endregion */

	/* #region Borders */
	
		.border_bottom {
			border-bottom: 1px solid #dddddd;
		}
		h2.border_bottom {
			padding-bottom: 35px;
			margin-bottom: 25px;
		}
		.col.border_bottom {
			padding-bottom: 35px;
			margin-bottom: 25px;
		}
		.col.border_bottom:last-child {
			padding-bottom: 0;
			border-bottom: none;
			margin-bottom: 0;
		}
		.no_border_bottom {
			border-bottom: 0;
		}
	
	/* #endregion */

	/* #region Table Layout */
	
		.table_layout,
		.col.table_layout {
			display: table;
			/*margin-top: 10px;*/
		}
		.table_cell {
			display: table-cell;
			float: none;
			vertical-align: middle;
		}
		.table_cell.padding_right {
			padding-right: 2.5%;
		}
		.table_cell.padding_left {
			padding-left: 2.5%;
		}
		.table_cell img {
			width: 100%;
			max-width: 100%;
		}
		.table_cell img.max_width_fourfifty {
			max-width: 450px;
		}
		.table_cell .image_thumbnail {
			margin: 0;
		}
		.span_1_of_4.fixed_width_twoeightfive,
		.span_5_of_16.fixed_width_twoeightfive {
			width: 315px;
		}
		.span_3_of_4.auto_width,
		.span_11_of_16.auto_width {
			width: auto;
		}
	
	/* #endregion */

	/* #region Hide & Show */
	
		.only_visible_below_foursevenfive {
			display: none;
		}
		.visible_below_tenseventyfive,
		a.button.visible_below_tenseventyfive {
			display: none;
		}
		.hidden_above_seven_hundred,
		a.button.hidden_above_seven_hundred {
			display: none;
		}
		.max_width_sixhundred {
			max-width: 600px;
			margin-left: auto;
			margin-right: auto;
		}
		.visible_below_sixtwentyfive {
			display: none;
		}
		.visible_below_eighttwentyfive,
		a.button.visible_below_eighttwentyfive,
		.page_intro_container .button.visible_below_eighttwentyfive {
			display: none;
		}
		.display_none {
			display: none;
		}
		.always_visible {
			display: block;
		}
		.table_cell.always_visible {
			display: table-cell;
		}
		.visible_below_fourseventyfive {
			display: none;
		}
	
	/* #endregion */

/* #endregion */

/* #region Sticky Scrolling */
	
	.stickem-container {
		position: relative;
	}
	.stickem .span_1_of_4 {
		width: 100%;
		margin-top: 0;
	}
	.stickit {
		position: fixed;
		width: 100%;
		margin: 0;
		top: 60px;
	}
	.stickit .sticky_container {
		position: relative;
		max-width: 1300px;
		padding: 0 30px;
		width: 100%;
		left: -50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 50px;
	}
	.stickit .sticky_container .sticky_column.span_1_of_4 {
		position: absolute;
		width: 21.35%;
		margin: 0;
		right: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

/* #endregion */

/* #region Holding Page */

	.holding_page {
		padding-top: 50px;
	}
	.holding_page .logo {
		margin-bottom: 50px;
	}
	/*.holding_page .section_inner {
		max-width: 850px;
	}*/

/* #endregion */

/* #region Development Site Label */

	.dev-site-label {
		position: fixed;
		top: 0;
		right: 0;
		width: 100px;
		height: 100px;
		background: url(../images/Dev-Version-Label_v1.png) no-repeat;
		z-index: 1000;
	}

/* #endregion */

/* #region UPDATES */

	/* #region Blog Draft Label */
	
		.label {
			position: relative;
			background-color: #ddd;
			color: white;
			font-weight: bold;
			text-transform: uppercase;
			text-shadow: #ACB195 0 -1px 0;
			font-size: 11px;
			padding: 2px 6px;
		    -webkit-border-radius: 2px; 
		  	-moz-border-radius:    2px; 
		  	border-radius: 2px;
		  	margin-left: 10px;
		  	top: -2px;
		}
		.page_intro_container .label {
			color: #666;
			text-shadow: none;
		}
	
	/* #endregion */
	
	/* #region Social Icons Update */
		
		.social_icons {
			position: absolute;
			top:   0;
			right: 435px;
		}
		.student-area .social_icons {
			right: 240px;
		}
		.centered .social_icons {
			display: none;
		}
		.social_icons i {
			width:  40px;
			height: 40px;
			-webkit-border-radius: 20px;
			-moz-border-radius:    20px;
			border-radius:         20px;
			background-color: #748a59;
			color: white;
			text-align: center;
			font-size:   22px;
			line-height: 40px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			float: right;
			margin-top:  46px;
			margin-left: 3px;
		}
		.social_icons a:hover i {
			background-color: #6d8253;
		}
	
	/* #endregion */
	
	/* #region PayPal Buttons */
	
		input[type="image"] {
			width: auto;
			padding: 0;
			background: none;
			border: none;
			outline: none;
			float: right;
		}
	
	/* #endregion */
	
	/* #region Blog Images Update */
	
		/* HIDDEN TO ALLOW INFOGRAPHICS TO BE ADDED 02/05/2023 */
		
		/*.blog.post figure {
			max-width: 25%;
			padding-left: 20px;
		}*/
		
		.blog.post figure img {
			margin: 10px 0 20px 0;
		}
		.blog.post figcaption {
			font-size: 15px;
			line-height: 21px;
			font-style: italic;
			margin-top: -12px;
			opacity: 0.7;
		}
		.blog.post h3 {
			margin-bottom: 10px;
		}
	
	/* #endregion */
	
	/* #region Button Animation */
	
		.delay {
			-webkit-animation-delay: 1s;
			animation-delay:         1s;
		}
		.delayOne {
			-webkit-animation-delay: 0.75s;
			animation-delay:         0.75s;
		}
		.delayTwo {
			-webkit-animation-delay: 1.75s;
			animation-delay:         1.75s;
		}
		.delayThree {
			-webkit-animation-delay: 2.75s;
			animation-delay:         2.75s;
		}
	
	/* #endregion */

	/* #region GLAA (March 2018) */

		.glaa {
			margin-top: 10px;
		}
		.glaa h4,
		.glaa p {
			color: black;
			font-size: 20px;
			line-height: 27px;
			font-family: 'Arial', sans-serif;
			font-weight: normal;
			margin: 0;
		}
		.glaa p {
			color: #999;
			font-size: 13px;
			font-style: italic;
		}

	/* #endregion */
	
	/* #region GDPR Form Updates (April 2018) */
	
			.checkbox_container {
				/*background-color: rgba(0,0,0,0.1);*/
				/*padding-left:  15%;*/
				float: left;
				width: 100%;
				margin-top: 8px !important;
			}
			.checkbox_container.first_checkbox_container {
				margin-top: 10px;
			}
			.checkbox_container input[type="checkbox"] {
				border: none;
				outline: none;
				margin-bottom: 5px;
				margin-right:  5px;
			}
			.checkbox_container input[type="checkbox"].error {
				margin-top: 5px !important;
			}
			input[type="checkbox"], 
			.section_inner .form_area .form-row input[type="checkbox"] {
			    width: auto;
			    margin: 0 5px 0 0;
			}
			.checkbox_container a {
				margin-bottom: 0 !important;
			}
			.checkbox_container label {
				display: block;
				/*float: none;*/
				width: 100%;
				padding: 0;
				line-height: 20px;
			}
			.checkbox_container label.error {
				width: auto;
				display: inline;
				border: none;
				margin: 0 5px 0 0;
				padding: 5px;
				/*float: none;*/
			}
			label.error {
				background-color: #ffffbf;
				font-style: italic;
				margin-top: 1px;
			}
			.checkbox_container p.note {
				font-size:   15px;
				line-height: 21px;
				margin-bottom: 0;
				background: none;
				border: none;
				padding: 0;
			}
			.checkbox_container label, .checkbox_container .instruction {
			    font-size: 15px;
			    line-height: 23px;
			}
			.checkbox_container.first_checkbox_container {
				margin-top: 16px !important;
			}
			.checkbox_container.last_checkbox_container {
				margin-bottom: 0;
			}
			.checkbox_container a {
				margin-bottom: 5px;
			}
			.popup .checkbox_container a {
				margin-bottom: 0;
			}
			input[type="checkbox"] {
			    -webkit-appearance: checkbox;
			}
			.privacy_link {
				display: block;
				width: 100%;
				margin-bottom: 15px;
			}
			.job_application_form .checkbox_container label, 
			.job_application_form .checkbox_container .instruction {
			    font-size: 14px;
			    line-height: 21px;
			    font-weight: 400;
			    font-style: italic;
			    color: #999;
			    display: inline;
			}
			.job_application_form .checkbox_container.first_checkbox_container {
				margin-top: 8px !important;
			}
			.job_application_form .checkbox_container a {
			    font-size: 15px;
			    font-style: italic;
			}
			.popup_contact_form textarea {
				min-height: 150px;
			}
	
		/* #endregion */

	/* #region Christmas Update (December 2018) */

			.tinsel_left {
				background: url(../images/Christmas-Tinsel-Orange-260x250.png) no-repeat;
				display: block;
				position: absolute;
				top:  -104px;
				left: -30px;
				width:  260px;
				height: 250px;
				z-index: 101;
			}
			.tinsel_right {
				background: url(../images/Christmas-Tinsel-Orange-260x250-Right.png) no-repeat;
				display: block;
				position: absolute;
				top:   -104px;
				right: -30px;
				width:  260px;
				height: 250px;
				z-index: 101;
			}
			.header_tinsel {
				display: none;
				background: url(../images/Christmas-Tinsel-Orange-260x250-Right.png) no-repeat;
				position: absolute;
				top:   -104px;
				right: -72px;
				width:  260px;
				height: 250px;
				z-index: 101;
			}
			/*.tinsel_left,
			.tinsel_right {
				display: none;
			}*/
			@media only screen and (max-width: 1200px) {
				.tinsel_left {
					left: -5px;
				}
				.tinsel_right {
					right: -5px;
				}
			}
			@media only screen and (max-width: 625px) {
				.tinsel_left,
				.tinsel_right {
					display: none;
				}
				.header_tinsel {
					display: block;
				}
			}
			@media only screen and (max-width: 550px) {
				.header_tinsel {
					background-size: 200px 192px;
					width:  200px;
					height: 192px;
					top:   -75px;
					right: -55px;
				}
			}
			@media only screen and (max-width: 485px) {
				.header_tinsel {
					background-size: 175px 168px;
					width:  175px;
					height: 168px;
					top:   -65px;
					right: -50px;
				}
			}
			

		/* #endregion */

	/* #region Email Job Updates (May 2019) */

		.side_panel {
			float: right;
			clear: right;
		}
		.side_panel .filter_panel,
		.side_panel .email_subscription_panel,
		.top_email_subscription_panel.email_subscription_panel {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.side_panel .filter_panel {
		    background-color: #f3f6f0;
		    padding: 25px;
		}
		.filter_panel label {
			font-weight: 400;
			color: #444;
		}
		.filter_panel .form_element_container {
		    display: block;
		    padding: 20px 0;
		    border-top: 1px solid #d9d9d9;
		}
		.side_panel .email_subscription_panel {
		    float: right;
		    margin-top: 18px;
		    margin-left: 2.5%;
		    clear: right;
		    background-color: #f3f6f0;
		    padding: 25px;
		}
		.top_email_subscription_panel.email_subscription_panel {
		    background-color: #f3f6f0;
		    margin-top: 5px;
		    padding: 20px 25px 25px;
		    float: left;
		}
		.top_email_subscription_panel.email_subscription_panel p {
		    margin: 2px 0;
		}
		.email_subscription_panel form {
			margin-bottom: 0;
		}
		.email_subscription_panel input {
			background-color: white;
		}
		.email_subscription_panel input:focus {
			background-color: white;
			outline-color: #bbb;
		}
		.email_subscription_panel button {
			display: inline-block;
			color: white;
			font-size: 17px;
			text-align: center;
			font-family: 'Fira Sans', sans-serif;
			margin-top: 7px;
			border: none;
			border-bottom: 3px solid rgba(0,0,0,0.1);
			padding: 12px 25px;
			width: 100%;
			font-weight: 600;
			background: #ec4d37;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
			-moz-background-clip: padding;
			-webkit-background-clip: padding;
			background-clip: padding-box;
		}
		.email_subscription_panel button:hover {
			color: white;
			background: #da170c;
			margin-top:    8px !important;
			border-bottom: 2px solid rgba(0,0,0,0.1);
			-moz-background-clip: padding;
			-webkit-background-clip: padding;
			background-clip: padding-box;
		}
		.email_subscription_panel button:focus {
			color: white;
			background: #da170c;
			margin-top:    9px !important;
			border-bottom: 1px solid rgba(0,0,0,0.1);
			-moz-background-clip: padding;
			-webkit-background-clip: padding;
			background-clip: padding-box;
		}
		.job_detail_email_subscription_panel {
			float: left;
			background-color: #f3f6f0;
			padding: 25px;
			margin-top: 25px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.job_detail_email_subscription_panel p {
			margin-top: 0;
			margin-bottom: 2px;
		}
		
		@media only screen and (max-width: 825px) {
			.job_detail_email_subscription_panel {
				margin-top:    0px;
				margin-bottom: 0px;
			}
			.key_contact {
				float: left !important;
				width: 100%;
			}
		}

	/* #endregion */

	/* #region Job Region Checkboxes (June 2019) */

		.email_area label {
			padding: 0;
		}
		.region_area {
			display: block;
			margin-bottom: 8px;
		}
		.region_area input + label {
			font-weight: 400;
			color: #444;
			padding-top: 0;
		}

	/* #endregion */

	/* #region Removing Healthcare division (August 2020) */

		.six_division_section .col.span_1_of_2 {
			margin-top: 35px;
			border-top: 1px solid #e5e5e5;
			padding-top: 40px;
		}
		.six_division_section .col.span_1_of_2:nth-child(4),
		.six_division_section .col.span_1_of_2:nth-child(6) {
			margin-left: 0;
		}
		.six_division_section .col.span_1_of_2:nth-of-type(2n+1) {
			clear: none;
			margin-left: 2.5%;
		}
		
		@media only screen and (max-width: 950px) {
			.six_division_section .col.span_1_of_2:nth-child(4), 
			.six_division_section .col.span_1_of_2:nth-child(6) {
				margin-left: 2.5%;
			}
			.six_division_section .col.span_1_of_2:nth-child(5) {
				margin-left: 0;
				clear: left;
			}
		}
		
		@media only screen and (max-width: 625px) {
			.six_division_section .col.span_1_of_2 {
				width: 100%;
				margin-left: 0;
			}
		}

	/* #endregion */

	/* #region Site Refresh (August 2021) */
	
		/* #region Typography */
	
			body {
				font-size: 15px;
				font-weight: 500;
			}
			*,
			b,
			strong,
			a,
			a.button,
			ul.navigation li a, 
			ul.navigation li span,
			ul#mobile_navigation li ul li a,
			h1,
			h2,
			h3,
			h3 a,
			h4,
			.call-to-action h4,
			h5,
			h6,
			label,
			html, 
			button, 
			input, 
			select, 
			textarea,
			input[type="button"], 
			input[type="submit"],
			.email_subscription_panel button,
			.file_upload_button,
			.mobile_menu_label {
				font-family: 'Montserrat', sans-serif;
			}
			label,
			a.button {
				font-size: 15px;
			}
			a.button {
				padding-left:  15px;
				padding-right: 15px;
			}
			.phone_number {
				font-size: 24px;
			}
			.social_icons {
				right: 450px;
			}
			.section_title h2 {
				font-weight: 200;
				font-size: 45px;
				line-height: 1.25;
			}
			.mobile_menu_label {
			    left: -7px;
			}
			h3.subtitle {
				line-height: 1.25;
			}
			
			@media only screen and (max-width: 650px) {
				.section_title h2 {
					font-size: 35px;
				}
			}
			
			@media only screen and (max-width: 450px) {
				.section_title h2 {
					font-size: 30px;
				}
				h3 {
					font-size: 21px;
					line-height: 1.25;
				}
			}
			
		/* #endregion */
	
		/* #region General Styles */
	
			.col.span_1_of_5.pale_grey {
				min-height: 50px;
			}
			.home .section_background {
				margin: 40px 0 50px;
			}
			.home .image_slider .section_background {
				margin: 0;
			}
	
		/* #endregion */
	
		/* #region Homepage Search Panel */
	
			.homepage_search_panel .homepage_search_image {
				width: 100%;
				height: 550px;
				background: #eee url('../images/recruitment-company-hampshire.jpg');
				background-size:     cover;
			    background-repeat:   no-repeat;
			    background-position: center center;
			}
			.homepage_search_panel h1 {
				color: white;
				font-size: 50px;
				line-height: 1.25;
				font-weight: 500;
				display: inline-block;
				margin-top: 150px;
				text-shadow: 0 0 25px #042f5a;
			}
			.home.homepage_search_panel .section_background,
			.home .homepage_division_panels .section_background,
			.clients .homepage_division_panels .section_background {
				margin: 0;
			}
			.homepage_search_panel form {
				width: auto;
				display: inline-block;
				margin-top: 20px;
				margin-bottom: 0;
				background: white;
			}
			.homepage_search_panel .form_element_container {
				display: inline-block;
				width: auto;
				float: none;
				clear: none;
			}
			.homepage_search_panel input[type="submit"] {
			    width: auto;
			    display: inline-block;
			    margin: 0;
			    border: none;
			    font-family: 'Montserrat', sans-serif;
			    height: 50px;
			}
			.homepage_search_panel input[type="submit"]:hover,
			.homepage_search_panel input[type="submit"]:active,
			.homepage_search_panel input[type="submit"]:focus {
			    margin: 0 !important;
			    border: none;
			}
			
			/* #region Custom Form Styling */
			
				.select-css {
					display: inline-block;
					text-align: center;
					font-size: 18px;
					font-family: 'Montserrat', sans-serif;
					font-weight: 400;
					line-height: 1.3;
					padding: 10px;
					padding-bottom: 12px;
					width: 175px;
					box-sizing: border-box;
					margin: 0;
					border: none;
					box-shadow: none;
					border-radius: 0;
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					background-color: #fff;
					background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23bbbbbb%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
					background-repeat: no-repeat, repeat;
					background-position: right .7em top 50%, 0 0;
					background-size: .65em auto, 100%;
				}
				.select-css::-ms-expand {
					display: none;
				}
				.select-css:hover {
					border-color: #888;
				}
				.select-css:focus {
					border-color: #aaa;
					box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
					box-shadow: 0 0 0 3px -moz-mac-focusring;
					color: #222;
					outline: none;
				}
				.select-css option {
					font-weight:normal;
				}
			
			/* #endregion */
			
			@media only screen and (max-width: 1300px) {
			
				.homepage_search_panel .section_inner,
				.homepage_division_panels .section_inner {
					padding: 0;
				}

			}

			@media only screen and (max-width: 825px) {
			
				.home.homepage_search_panel .section_background {
				    margin: 0;
				}
				.homepage_search_panel .homepage_search_image {
					height: 475px;
				}
				.homepage_search_panel h1 {
					margin-top: 135px;
					font-size: 40px;
				}
				.select-css {
					font-size: 16px;
				}
				.homepage_search_panel .form_element_container.job_type_container {
					display: none;
				}
			
			}
			
			@media only screen and (max-width: 525px) {

				.homepage_search_panel h1 {
				    margin-top: 95px;
				}
				.homepage_search_panel form {
					display: block;
					width: 80%;
					margin: 5px auto 0;
				}
				.select-css,
				.homepage_search_panel .form_element_container,
				.homepage_search_panel input[type="submit"] {
					display: block;
					width: 100%;
				}
				.select-css {
					border-bottom: 1px solid #ddd;
				}

			}

			@media only screen and (max-width: 475px) {
						
				.homepage_search_panel .section_inner,
				.homepage_division_panels .section_inner {
					padding: 0 !important;
				}
				.homepage_search_panel h1 {
					padding: 0 25px;
					font-size: 35px;
					letter-spacing: -0.75px;
				}
				.homepage_search_panel h1 br {
					display: none;
				}

			}
			
		/* #endregion */
	
		/* #region Divisions Section */
		
			.homepage_division_panels .col.span_1_of_5 {
				width: 20%;
				margin: 0;
				background: #bbb;
			}
			.homepage_division_panels .col.span_1_of_5 a {
				display: block;
				padding: 18px 0;
				text-decoration: none;
				color: white;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.homepage_division_panels .col.span_1_of_5:nth-child(2),
			.homepage_division_panels .col.span_1_of_5:nth-child(4) {
				background: #ccc;
			}
			.homepage_division_panels .manufacturing a {
				background: #395f9d;
			}
			.homepage_division_panels .engineering a {
				background: #548d69;
			}
			.homepage_division_panels .commercial a {
				background: #c22b48;
			}
			.homepage_division_panels .sales-and-marketing a {
				background: #5b3179;
			}
			.homepage_division_panels .construction a {
				background: #de9131;
			}
			.six_division_section {
				padding-top: 25px;
			}
			.division_image {
				width: 100%;
			}
			.col.span_1_of_3:nth-child(1) .division_icon, 
			.col.span_1_of_3:nth-child(2) .division_icon, 
			.col.span_1_of_3:nth-child(3) .division_icon,
			.col.span_1_of_2 .division_icon {
				top: auto !important;
				margin-top: -50px;
			}
			.six_division_section .col.span_1_of_3.hover_effect:nth-child(1):hover .division_icon, 
			.six_division_section .col.span_1_of_3.hover_effect:nth-child(2):hover .division_icon, 
			.six_division_section .col.span_1_of_3.hover_effect:nth-child(3):hover .division_icon,
			.col.span_1_of_2:hover .division_icon {
				top: auto;
				margin-top: -53px;
			}
			.six_division_section .col.hover_effect:hover .division_icon {
				top: auto;
			}
			.col.span_1_of_3:nth-child(1) .division_icon_link + h3, 
			.col.span_1_of_3:nth-child(2) .division_icon_link + h3, 
			.col.span_1_of_3:nth-child(3) .division_icon_link + h3,
			.col.span_1_of_2 .division_icon_link + h3 {
				margin-top: 20px;
			}
			.six_division_section .col.span_1_of_3 {
				margin-left: 0;
				width: 33.33%;
			}
			.six_division_section .col.span_1_of_2,
			.six_division_section .col.span_1_of_2:nth-of-type(2n+1) {
				margin-left: 0;
				width: 50%;
			}
			.six_division_section .col.span_1_of_3 h3,
			.six_division_section .col.span_1_of_3 p,
			.six_division_section .col.span_1_of_2 h3,
			.six_division_section .col.span_1_of_2 p {
				padding-left:  15px;
				padding-right: 15px;
			}
			.six_division_section .col.span_1_of_2 {
				border: none;
				padding-top: 0;
			}
			
			@media only screen and (max-width: 950px) {
			
				.home .six_division_section .col.span_1_of_3,
				.home .six_division_section .col.span_1_of_3:nth-of-type(1), 
				.home .six_division_section .col.span_1_of_3:nth-of-type(2),
				.home .six_division_section .col.span_1_of_3:nth-of-type(2n),
				.home .six_division_section .col.span_1_of_2 {
					width: 100% !important;
					clear: left;
					margin-left: 0 !important;
					margin-top: 35px !important;
					padding-top: 0;
					border-top: none;
				}
				.home .six_division_section .col.span_1_of_3:nth-child(1) {
					margin-top: 0;
				}
				.home .six_division_section .col.span_1_of_3 img:first-child {
					display: none;
				}
				.home .six_division_section img.hidden {
					display: block !important;
					visibility: visible;
				}
				.home .col.span_1_of_3 .division_icon_link + h3 {
					margin-top: 20px !important;
				}
				.col.span_1_of_3:nth-child(1) .division_icon_link + h3, 
				.col.span_1_of_3:nth-child(2) .division_icon_link + h3, 
				.col.span_1_of_3:nth-child(3) .division_icon_link + h3, 
				.col.span_1_of_2 .division_icon_link + h3 {
				    margin-top: 10px !important;
				}
				
			}
			
			@media only screen and (max-width: 825px) {
			
				.col.span_1_of_3:nth-child(1) .division_icon, 
				.col.span_1_of_3:nth-child(2) .division_icon, 
				.col.span_1_of_3:nth-child(3) .division_icon,
				.col.span_1_of_2 .division_icon {
					top: auto !important;
				}
				.six_division_section .col.span_1_of_3.hover_effect:nth-child(1):hover .division_icon, 
				.six_division_section .col.span_1_of_3.hover_effect:nth-child(2):hover .division_icon, 
				.six_division_section .col.span_1_of_3.hover_effect:nth-child(3):hover .division_icon,
				.col.span_1_of_2:hover .division_icon {
					top: auto !important;
					margin-top: -50px;
				}
				.homepage_division_panels .col.span_1_of_5 {
					width: 100%;
				}
				.homepage_division_panels .col.span_1_of_5 a {
				    padding: 12px 0;
				}
				
			}
		
		/* #endregion */
	
		/* #region Testimonial Strip */
			
			.testimonial_container .swiper-testimonial-container .swiper-slide {
				height: auto;
				display: flex;
				align-items: center;
			}
			.testimonial_container .testimonial_excerpt {
				font-size: 45px;
				font-style: italic;
				color: #ec4d37;
			}
			.testimonial_container .testimonial_quote,
			.testimonial_container .testimonial_name {
				font-size: 17px;
				line-height: 1.65;
			}
			.testimonial_container .testimonial_name {
				color: #88a268;
			}
			.testimonial_container .section_inner {
				max-width: 750px;
			}
			.testimonial_container .client_logo {
				width: 225px;
				height: auto;
				margin: 20px auto 25px;
			}
			.testimonial_container .swiper-slide {
				background: #fafafa;
			}
			
			@media only screen and (max-width: 900px) {
				.testimonial_container .testimonial_excerpt {
					font-size: 35px;
				}
			}
			@media only screen and (max-width: 600px) {
				.testimonial_container .testimonial_excerpt {
					font-size: 30px;
				}
			}
			
		/* #endregion */
	
		/* #region Client Logos Strip */
		
			.client_logo_strip .col.span_1_of_5.pale_grey {
				background-color: #ddd;
			}
			.client_logo_strip .row,
			.client_logo_strip .swiper-slide {
				height: auto;
				display: flex;
				align-items: center;
			}
			.client_logo_strip .col {
				margin-left: 4%;
			}
			.client_logo_strip .col:first-child {
				margin-left: 0;
			}
			.client_logo_strip .swiper-slide {
				max-width: 100%;
			}
			.swiper-logo-container {
				width: 100%;
			}
			
			@media only screen and (max-width: 750px) {
				.client_logo_strip .col.span_1_of_5:nth-child(5) {
					display: none;
				}
				.client_logo_strip .col.span_1_of_5 {
					width: 23.12%;
				}
			}
			
			@media only screen and (max-width: 600px) {
				.client_logo_strip .row,
				.client_logo_strip .swiper-slide {
					display: block;
				}
				.client_logo_strip .col.span_1_of_5:nth-child(5) {
					display: block;
				}
				.client_logo_strip .col.span_1_of_4,
				.client_logo_strip .col.span_1_of_5 {
					width: 100%;
					margin-left: 0;
					margin-bottom: 40px;
				}
				.client_logo_strip .col.span_1_of_4 img,
				.client_logo_strip .col.span_1_of_5 img {
					/*width: 200px;*/
					max-width: 85%;
					max-height: 75px;
				}
			}
		
		/* #endregion */
	
		/* #region Header */
	
			.social_icons {
				right: 632px;
			}
			.header a.button.green {
				background: #6f8a4f;
				color: white;
				margin-right: 10px;
				margin-left: 0;
			}
			.header a.button.green:hover {
				background: #5f7a41;
				color: white;
			}
			
			@media only screen and (max-width: 1100px) {
				.social_icons {
					display: none;
				}
			}
			@media only screen and (max-width: 925px) {
				.header a.button.green {
					display: none;
				}
			}
			
	
		/* #endregion */
	
	/* #endregion */

	/* #region Updating no results page (September 2021) */

		.page_banner {
			background-color: #f3f6f0;
			/*border: 1px solid #88a268;*/
			color: #444;
			padding: 30px;
		}
		.page_banner p {
			margin-bottom: 0;
		}
		.page_banner a.button {
			margin-top: 15px;
			margin-bottom: 0 !important;
		}
		.page_banner a.button:hover {
			margin-top: 15px !important;
			border-bottom-width: 3px !important;
		}
		.job_application_form .checkbox_container label {
			font-weight: 700;
		}
		.no_results .col.span_3_of_4.jobs_list {
			width: 100%;
		}
		.no_results .col.span_1_of_4.filter_panel {
			display: none;
		}

	/* #endregion */

	/* #region Landing Pages (September 2021) */

		.intro.lifted {
			position: relative;
			top: -17px;
		}

	/* #endregion */

	/* #region Case Studies Update (September 2021) */

		.case_study_client_logo {
			float: right;
			margin-left:   35px;
			margin-bottom: 35px;
		}
		.case_study_strip {
			background: white;
			min-height: 450px;
			display: flex;
			align-items: center;
			justify-content: center;
			overflow: hidden;
		}
		.case_study_strip:nth-of-type(even) {
			background: #f3f5f0;
		}
		.case_study_strip .section_background {
			margin-bottom: 35px;
		}
		.case_study_strip blockquote:last-child {
			margin-bottom: 0;
		}
		.case_study_strip h3 {
			color: #ec4d37;
			margin-bottom: 10px;
		}
		.case_study_strip blockquote {
			color: #88a268;
			margin-top: 12px;
			font-size: 17px;
			line-height: 1.55;
		}
		.case_study_image_container {
			position: absolute;
			background-color: white;
			/*background: rgba(0,0,0,0.1);*/
			/*height: 450px;*/
			height: 100%;
			width:  30%;
			background-repeat: no-repeat;
			background-size: auto 100%;
			background-position-y: center;
			background-position-x: center;
			overflow: hidden;
		}
		.case_study_image_container img {
			/*max-width: none;*/
			height: 100%;
		}
		.case_study_image_container.image_on_left {
			left: 0; 
		}
		.case_study_image_container.image_on_right {
			right: 0;
		}
		.case_study_image_curve {
			/*height: 455px;*/
			height: 101%;
			width: 250px;
			position: absolute;
			background-repeat: no-repeat;
			top: 0;
		}
		.case_study_image_curve.left_edge_curve.pale_green_curve {
			background-image: url(../svg/curved-crop-left-edge-f3f5f0.svg), none;
			background-position: top left;
			left: -5px;
		}
		.case_study_image_curve.left_edge_curve.white_curve {
			background-image: url(../svg/curved-crop-left-edge-white.svg), none;
			background-position: top left;
			left: -5px;
		}
		.case_study_image_curve.right_edge_curve.pale_green_curve {
			background-image: url(../svg/curved-crop-right-edge-f3f5f0.svg), none;
			background-position: top right;
			right: -5px;
		}
		.case_study_image_curve.right_edge_curve.white_curve {
			background-image: url(../svg/curved-crop-right-edge-white.svg), none;
			background-position: top right;
			right: -5px; 
		}
		.case_study_strip.including_case_study_image .col.span_1_of_1 {
			padding-right: 300px;
		}
		.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
			padding-right: 0;
			padding-left: 300px;
		}
		a.case_study_image_link {
			position: absolute;
			width: 100%;
			height: 100%;
		}
		
		/* BREAKPOINTS */
		
		@media only screen and (max-width: 1575px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 325px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 335px;
			}
		}
		
		@media only screen and (max-width: 1400px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 345px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 355px;
			}
		}
		
		@media only screen and (max-width: 1200px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 325px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 335px;
			}
		}
		
		@media only screen and (max-width: 1150px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 300px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 300px;
			}
		}
		@media only screen and (max-width: 1025px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 275px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 275px;
			}
		}
		@media only screen and (max-width: 925px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 250px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 250px;
			}
		}
		@media only screen and (max-width: 850px) {
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 225px; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left: 225px;
			}
			.case_study_strip {
				display: block;
			}
			.case_study_client_logo {
				float: none;
				margin: 25px 0; 
			}
			.case_study_image_curve {
				display: none;
			}
			.case_study_image_container {
				position: relative;
				height: 250px;
				width: 100%;
				background-size: 100% auto;
			}
			.case_study_image_container img {
				width: 100%;
			}
			.case_study_strip.including_case_study_image .col.span_1_of_1 {
				padding-right: 0; 
			}
			.case_study_strip.including_case_study_image:nth-of-type(even) .col.span_1_of_1 {
				padding-right: 0;
				padding-left:  0;
			}
		}
		@media only screen and (max-width: 500px) {
			.case_study_image_container {
				height: 200px;
			}
		}
		@media only screen and (max-width: 375px) {
			.case_study_image_container {
				height: 175px;
			}
		}
		
		

	/* #endregion */

	/* #region Updated Header (September 2021) */
		
		.visible_below_eighttwentyfive {
			display: none;
		}
		
		@media only screen and (max-width: 825px) {
		
			.container {
				padding-top: 173px !important;
			}
			.header {
				height: 173px !important;
			}
			.header_container {
				padding-top: 0 !important;
			}
			.section_outer.header.updated_header .section_inner {
				top: 47px;
			}
			.hidden_below_eighttwentyfive {
				display: none;
			}
			.visible_below_eighttwentyfive {
				display: block;
			}
			.header.updated_header .buttons {
				top: 0;
				right: 0;
				width: 100%;
			}
			.header.updated_header a.button {
				width: 50%;
				margin-bottom: 0;
				border: none;
				background: #e94831;
				color: white;
			}
			.header.updated_header a.button:hover {
				background: #d1412c;
				/*text-decoration: underline;*/
			}
			.header.updated_header a.button.green {
			    display: block;
			    float: left;
			    margin: 0;
			    background: white;
			    color: #e94831;
			}
			.header.updated_header a.button.green:hover {
			    background: #e7ede1;
			}
			.header.updated_header a.button:hover {
				margin-top: 0 !important;
			}
			
		}
		
		@media only screen and (max-width: 625px) {
			.header.updated_header .buttons.visible_below_eighttwentyfive {
			    display: block;
			}
		}
		
		@media only screen and (max-width: 550px) {
			.container {
				padding-top: 139px !important;
			}
			.header {
				height: 139px !important;
			}
		}

	/* #endregion */

	/* #region Updating Clients > Divisions Page (October 2021) */

		.clients.divisions h3 {
			position: relative;
			top: -15px;
		}
		.clients.divisions .col.span_1_of_3:nth-child(1) h3 .division_icon,
		.clients.divisions .col.span_1_of_3:nth-child(2) h3 .division_icon,
		.clients.divisions .col.span_1_of_3:nth-child(3) h3 .division_icon,
		.clients.divisions h3 .division_icon {
			position: relative;
			top: 20px !important;
			margin: 0 10px 0 0 !important;
		}
		
		@media only screen and (max-width: 825px) {
			
			.clients.divisions .col.span_1_of_3:nth-child(1) h3 .division_icon,
			.clients.divisions .col.span_1_of_3:nth-child(2) h3 .division_icon,
			.clients.divisions .col.span_1_of_3:nth-child(3) h3 .division_icon,
			.clients.divisions h3 .division_icon {
				left: 0;
			}
			
		}

	/* #endregion */

	/* #region How we work page (October 2021) */

		.section_background.page_strips_below {
			margin-bottom: 25px;
		}
		.page_strip {
			background: #f3f5f0;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.page_strip:nth-of-type(odd) {
			background: white;
		}
		.page_strip .section_background {
			margin: 50px 0;
		}
		.page_strip h3 {
		    color: #ec4d37;
		}
		.page_strip.including_image:nth-child(even) .row .col.span_1_of_1 {
		    float: left;
		    padding-right: 300px;
		}
		.page_strip.including_image:nth-child(odd) .row .col.span_1_of_1 {
		    float: right;
		    padding-left: 300px;
		}
		.page_strip.including_image .page_image_container {
		    z-index: 1;
		}
		.page_strip.including_image:nth-child(odd) .page_image_container,
		.page_strip.including_image:nth-child(even) .page_image_container {
		    position: absolute;
		    margin-top: -75px;
		}
		.page_strip.including_image:nth-child(odd) .page_image_container {
		    left: 25px;
		}
		.page_strip.including_image:nth-child(even) .page_image_container {
		    right: 25px;
		}
		.why-choose-workshop-recruitment .page_strip.including_image:nth-child(odd) .page_image_container,
		.why-choose-workshop-recruitment .page_strip.including_image:nth-child(even) .page_image_container,
		.clients.challenges .page_strip.including_image:nth-child(odd) .page_image_container,
		.clients.challenges .page_strip.including_image:nth-child(even) .page_image_container {
		    margin-top: 0;
		}
		
		@media only screen and (max-width: 950px) {
			
			.page_strip.including_image:nth-child(odd) .page_image_container,
			.page_strip.including_image:nth-child(even) .page_image_container {
			    margin-top: -55px;
			}
			
		}		
		
		@media only screen and (max-width: 825px) {
			
			.page_strip.including_image:nth-child(2n+1) .page_image_container, 
			.page_strip.including_image:nth-child(2n) .page_image_container {
			    position: relative;
			    margin-top: 0;
			    left: 0 !important;
			}
			.page_strip.including_image .row .col.span_1_of_1 {
				padding: 0 !important;
				margin-top: 20px !important;
			}
			img.page_strip_icon {
				max-height: 225px;
			}
			
		}
		
		@media only screen and (max-width: 550px) {
			
			img.page_strip_icon {
				max-height: 200px;
			}
			
		}
		
		@media only screen and (max-width: 450px) { 
		
			.page_strip.including_image .section_background {
				margin-top: 50px;
			}
			.page_strip.including_image .section_inner {
				padding: 0 30px;
			}
		
		}

	/* #endregion */

	/* #region Testimonials Page (November 2021) */
		
		.page_strip.non_raised_images.including_image:nth-child(2n+1) .page_image_container, 
		.page_strip.non_raised_images.including_image:nth-child(2n) .page_image_container,
		.page_strip.non_raised_images.including_image:nth-child(odd) .page_image_container,
		.page_strip.non_raised_images.including_image:nth-child(even) .page_image_container {
		    margin-top: 0;
		}
		.page_strip.non_raised_images.including_image:nth-child(2n+1) .page_image_container {
			left: auto;
		}
		.page_strip.non_raised_images.including_image:nth-child(2n) .page_image_container {
			right: 50px;
		}
		.clients.testimonials .page_strip .row {
			display: flex;
			align-items: center; /* align vertical */
		}
		.clients.testimonials .testimonial_quote, 
		.clients.testimonials .testimonial_name {
			font-size: 17px;
			line-height: 1.65;
		}
		.clients.testimonials .testimonial_name {
		    color: #88a268;
		}
		/* .clients.testimonials .intro_area .section_inner,
		.clients.testimonials .page_strip .section_inner {
			max-width: 950px;
		} */
		.clients.testimonials .page_strip {
			background: white;
		}
		.clients.testimonials .page_strip:nth-of-type(2n) {
			background: #fafafa;
		}
		.clients.testimonials .page_strip:nth-of-type(2n+2) .page_image_container.white_background {
			display: none;
		}
		.clients.testimonials .page_strip:nth-of-type(2n+1) .page_image_container.fafafa_background {
			display: none;
		}
		
		@media only screen and (max-width: 825px) {
			.clients.testimonials .page_strip .row {
				display: block;
				margin-top: 15px;
			}
		}
		
		.jobs.testimonials .testimonial_name {
			color: #88a268;
		}
		.jobs.testimonials .large_quote {
			font-weight: 300;
			line-height: 1.35;
			color: #ec4d37;
			letter-spacing: -0.5px;
			margin-bottom: 10px;
		}
		.star_container {
			margin: 12px 0 15px;
		}
		.star:after {
			display: inline;
			content: "\f005";
			font-family: FontAwesome;
			font-size: 26px;
			font-weight: normal;
			color: #ec4d37;
			margin: 0 2px;
		}
		
		@media only screen and (max-width: 950px) {
			.jobs.testimonials .large_quote {
				font-size: 24px;
				line-height: 1.35;
			}
		}

	/* #endregion */

	/* #region Clients Landing Page (November 2021) */

		.clients .homepage_search_panel .homepage_search_image {
			background: #eee url('../images/recruitment_company_portsmouth_darkened_image.jpg');
			background-size:     cover;
			background-repeat:   no-repeat;
			background-position: center center;
		}
		.clients .homepage_search_panel h1 {
			margin-top: 200px;
		}
		.how_we_work_clients_landing_page .col.span_1_of_3 {
			border: none;
			padding-top: 0;
		}
		.how_we_work_clients_landing_page .col.span_1_of_3 h3 {
			color: #ec4d37;
		}
		.how_we_work_clients_landing_page .col.span_1_of_3 img {
			max-width: 225px;
			margin-bottom: 10px;
		}
		.how_we_work_clients_landing_page .col.span_1_of_3 p:last-child,
		.how_we_work_clients_landing_page .col.span_1_of_3 .col {
			margin-bottom: 0;
		}
		
		@media only screen and (max-width: 950px) {
			.how_we_work_clients_landing_page .col.span_1_of_3:nth-of-type(3) {
				border: none;
				padding-top: 0;
			}
		}
		
		@media only screen and (max-width: 825px) {
			.clients .homepage_search_panel h1 {
				margin-top: 180px;
			}
		}
		
		@media only screen and (max-width: 625px) {
			.how_we_work_clients_landing_page .col.span_1_of_3:nth-of-type(2) {
				border: none;
				padding-top: 0;
			}
			.how_we_work_clients_landing_page .col.span_1_of_3 img {
				max-width: 200px;
			}
		}
		
		@media only screen and (max-width: 550px) {
			.clients .homepage_search_panel .homepage_search_image {
				height: 400px;
			}
			.clients .homepage_search_panel h1 {
				font-size: 35px;
				margin-top: 150px;
			}
		}
		
		@media only screen and (max-width: 475px) {
			.clients .homepage_search_panel .homepage_search_image {
				height: 350px;
			}
			.clients .homepage_search_panel h1 {
				font-size: 30px;
				margin-top: 130px;
			}
		}

	/* #endregion */
	
	/* #region Page Title Animations */
	
			@-webkit-keyframes fadeIn {
				from {
					opacity:0
				}
				to {
					opacity:1
				}
			}
			@keyframes fadeIn {
				from {
					opacity:0
				}
				to {
					opacity:1
				}
			}
			.fadeIn { 
				-webkit-animation-name:fadeIn;
				animation-name:fadeIn
			}
			@-webkit-keyframes fadeInUp {
			  from {
			    opacity: 0;
			    -webkit-transform: translate3d(0, 100%, 0);
			    transform: translate3d(0, 100%, 0);
			  }
			
			  to {
			    opacity: 1;
			    -webkit-transform: translate3d(0, 0, 0);
			    transform: translate3d(0, 0, 0);
			  }
			}
			@keyframes fadeInUp {
			  from {
			    opacity: 0;
			    -webkit-transform: translate3d(0, 100%, 0);
			    transform: translate3d(0, 100%, 0);
			  }
			
			  to {
			    opacity: 1;
			    -webkit-transform: translate3d(0, 0, 0);
			    transform: translate3d(0, 0, 0);
			  }
			}
			.fadeInUp {
			  -webkit-animation-name: fadeInUp;
			  animation-name: fadeInUp;
			}
			.clients .homepage_search_panel h1 {
				-webkit-animation-delay: .6s;
				animation-delay: .6s;
				-webkit-animation-duration: 1.2s;
				animation-duration: 1.2s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: fadeInUp;
				animation-name: fadeInUp;
			}
	
		/* #endregion */
		
	/* #region Pride Badge (June 2022) */
		
			.pride_badge {
				width:  100px;
				height: 100px;
				position: fixed;
				top: 0;
				right: 0;
				z-index: 1000;
				background: url('../images/Pride-Badge.png') no-repeat;
				background-size: 100px 100px;
			}
	
		/* #endregion */

	/* #region Work for us page (July 2022) */
	
			/*.page_strip.including_image.no_margin_top:nth-child(odd) .page_image_container,
			.page_strip.including_image.no_margin_top:nth-child(even) .page_image_container {
			    margin-top: 0;
			}*/
			.pale_green_gradient_background {
				background: rgb(243,245,240);
				background: linear-gradient(180deg, rgba(243,245,240,1) 0%, rgba(255,255,255,1) 75%);
			}
			.testimonial_name.green {
				color: #88a268;
			}
			.large_quote.orange {
				color: #ec4d37;
			}
			.col.span_1_of_3.short_line_above {
				border-top: none;
			}
			.short_line_above:before {
				content: "";
				width: 25%;
				height: 1px;
				background: #e5e5e5;
				display: block;
				margin: 0 auto 0;
				position: relative;
				top: -35px;
			}
			.col.span_1_of_3.short_line_above:nth-of-type(1):before, 
			.col.span_1_of_3.short_line_above:nth-of-type(2):before, 
			.col.span_1_of_3.short_line_above:nth-of-type(3):before {
				content: none;
			}
			.centered .photo_container {
				margin: 0 auto;
				margin-bottom: 15px;
				padding: 0;
			}
			
			@media only screen and (max-width: 950px) {
			
				.col.span_1_of_3.short_line_above:nth-of-type(3) {
					border-top: none !important;
				}
				.col.span_1_of_3.short_line_above:nth-of-type(3):before {
					content: "";
					width: 25%;
					height: 1px;
					background: #e5e5e5;
					display: block;
					margin: 0 auto 0;
					position: relative;
					top: -35px;
				}
				
			}
			
			@media only screen and (max-width: 625px) {
			
				.col.span_1_of_3.short_line_above:nth-of-type(2) {
					border-top: none !important;
				}
				.col.span_1_of_3.short_line_above:nth-of-type(2):before {
					content: "";
					width: 25%;
					height: 1px;
					background: #e5e5e5;
					display: block;
					margin: 0 auto 0;
					position: relative;
					top: -35px;
				}
				
			}
	
		/* #endregion */

	/* #region Apply Now Link (December 2022) */
		
			a.button.inc_apply_link_below {
				margin-bottom: 8px;
			}
			.apply_link {
				text-align: center;
			}
			.button + .button.apply_link {
				margin-left: 0;
			}
			.apply_now {
				scroll-margin-top: 165px;
			}
			.job_button_container {
				max-width: 225px;
				margin: 15px auto 0;
			}
			.job_button_container .button {
				display: block;
			}
			
			@media only screen and (max-width: 825px) {
				
				.button_area.table_cell .button {
					margin-left:  2px;
					margin-right: 2px;
				}
				
			}
	
		/* #endregion */

	/* #region Job Info Links (March 2023) */

			/*.job_info p a {
				color: #444;
			}
			.job_info p a:hover {
				color: #da170c;
			}*/

		/* #endregion */

	/* #region Candidate Registration Form (November 2024) */

		.form_section_header {
			margin-top: 50px !important;
		}
		.first_form_section_header {
			margin-top: 0 !important;
		}
		.form_section_header h3 + hr {
			margin-top: 15px !important;
			margin-bottom: 0;
		}
		.form_section_header h3 + hr + p {
			margin-top: 15px !important;
		}
		.freeform-label {
			font-weight: 700 !important;
		}
		.freeform-row .freeform-column .freeform-instructions {
			line-height: 1.25;
			margin-bottom: 12px;
		}
		.freeform-row .freeform-column {
			padding: 0 !important;
		}
		.freeform-row .freeform-column label + label {
			padding-top: 5px;
		}
		.freeform-row .freeform-column label + label + label {
			padding: 0;
		}
		.freeform-errors,
		.freeform-form-has-errors {
			background: #ffffbf;
			margin: 0 !important;
			padding: 6px 10px !important;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.freeform-form-has-errors {
			width: 1170px;
			max-width: 100%;
			margin-bottom: 20px !important;
		}
		textarea#form-input-full_address {
			min-height: 0;
			height: 100px;
		}
		
		@media only screen and (max-width: 575px) {
			.freeform-row {
				display: block !important;
			}
		}

	/* #endregion */

	/* #region TRN Logo (October 2025) */

		.accreditation_logos {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			gap: 15px;
			margin-top: 20px;
		}
		.accreditation_logos .trn_logo {
			max-height: 90px;
			/* margin: 0 10px; */
		}
		.accreditation_logos .rec_and_chas_logos {
			margin-top: 0;
		}

		@media only screen and (max-width: 825px) {
			.accreditation_logos {
				justify-content: center;
			}
		}

	/* #endregion */

	/* #region CSS Scroll Animations */

		.reveal{
			position: relative;
			transform: translateY(100px);
			opacity: 0;
			transition: 0.75s all ease;
		}
		.reveal.active{
			transform: translateY(0);
			opacity: 1;
		}

	/* #endregion */

	/* #region Updated Page Intro */

		.image_intro_area {
			/* height: 30vw; */
			min-height: 350px;
			/* max-height: 450px; */
			background-image: url('../images/Workshop-Recruitment-Generic-Image.jpg');
			background-position: center;
			background-size: cover;
			display: flex;
			align-items: center;
		}
		.image_intro_area h1,
		.image_intro_area h2,
		.image_intro_area p,
		.image_intro_area h2.intro a {
			color: white;
		}
		.jobs.manufacturing .image_intro_area p,
		.jobs.engineering .image_intro_area p,
		.jobs.commercial .image_intro_area p,
		.jobs.sales-and-marketing .image_intro_area p,
		.jobs.construction .image_intro_area p {
			margin-top: -18px;
		}
		.image_intro_area .section_background {
			margin: 50px 0;
		}
		.image_intro_area .jssocials-shares {
			margin-top: 10px;
		}
		.image_intro_area p.date {
			color: white;
		}
		.image_intro_area .page_note {
			color: white;
		}
		.image_intro_area .division_icon {
			width: 55px;
			height: 55px;
			top: 8px;
		}
		.image_intro_area .qualification {
			color: white;
		}
		.job_details_page.manufacturing h1, .job_details_page.engineering h1, .job_details_page.commercial h1, .job_details_page.sales-and-marketing h1, .job_details_page.construction h1, .job_details_page.healthcare h1 {
			color: white;
		}
		.darken {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-color: rgba(0,0,0,0.4);
			height: 100%;
		}
		.about.meet-the-team .image_intro_area.team_intro_area .col.span_1_of_1 {
			display: flex;
			align-items: center;
			/* flex-direction: row-reverse; */
		}
		.about.meet-the-team .image_intro_area.team_intro_area p.date {
			margin-top: 0;
		}

		/* #region Manufacturing */

			.jobs.manufacturing .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Blue-Image.jpg');
			}
			.jobs.manufacturing .image_intro_area .division_icon {
				background: url('../svg/manufacturing-round-icon.svg');
				background-size: contain;
			}
			.job_details_page.jobs.manufacturing .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Generic-Image.jpg');
			}

		/* #endregion */

		/* #region Engineering */

			.jobs.engineering .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Green-Image.jpg');
			}
			.jobs.engineering .image_intro_area .division_icon {
				background: url('../svg/engineering-round-icon.svg');
				background-size: contain;
			}
			.job_details_page.jobs.engineering .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Generic-Image.jpg');
			}

		/* #endregion */

		/* #region Commercial */

			.jobs.commercial .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Red-Image.jpg');
			}
			.jobs.commercial .image_intro_area .division_icon {
				background: url('../svg/commercial-round-icon.svg');
				background-size: contain;
			}
			.job_details_page.jobs.commercial .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Generic-Image.jpg');
			}

		/* #endregion */

		/* #region Sales & Marketing */

			.jobs.sales-and-marketing .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Purple-Image.jpg');
			}
			.jobs.sales-and-marketing .image_intro_area .division_icon {
				background: url('../svg/sales-and-marketing-round-icon.svg');
				background-size: contain;
			}
			.job_details_page.jobs.sales-and-marketing .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Generic-Image.jpg');
			}

		/* #endregion */

		/* #region Construction */

			.jobs.construction .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Orange-Image.jpg');
			}
			.jobs.construction .image_intro_area .division_icon {
				background: url('../svg/construction-round-icon.svg');
				background-size: contain;
			}
			.job_details_page.jobs.construction .image_intro_area {
				background-image: url('../images/Workshop-Recruitment-Generic-Image.jpg');
			}

		/* #endregion */

		@media only screen and (max-width: 875px) {
			.image_intro_area .page_note {
				display: block;
				line-height: 1.85;
			}
			.image_intro_area p {
				margin-top: 0;
			}
		}
		
		@media only screen and (max-width: 825px) {
			.image_intro_area {
				min-height: 325px;
			}
		}

	/* #endregion */

	/* #region Google Reviews */

		.google_reviews_strip {
			background: #fafafa;
		}
		.google_reviews_strip .section_background {
			margin-bottom: 0;
		}
		.google-reviews-banner {
			position: relative;
			padding: 0;
		}
		.google_reviews_summary *,
		.google_reviews_wrapper * {
			font-family: "Lato", sans-serif;
		}
		.google_reviews_wrapper {
			position: relative;
			width: 100%;
			overflow-x: hidden;
			overflow-y: visible;
			margin: 10px auto;
			padding: 15px;
			box-sizing: border-box;
		}
		.google_reviews_track {
			display: flex;
			transition: transform 0.6s ease-in-out;
			gap: 25px;
			will-change: transform;
			box-sizing: border-box;
			padding: 0;
			align-items: flex-start;
		}
		.google_reviews_card {
			background: #fff;
			border-radius: 12px;
			padding: 1.25rem 1.5rem;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
			transition: box-shadow 0.2s ease;
			align-self: flex-start;
			min-height: 262px;
			flex: 0 0 calc((100% - 3 * 25px) / 4);
			/* 4 per view, 25px gap, 20px total horizontal padding */
			box-sizing: border-box;
		}
		.google_reviews_card:hover {
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		}
		.google_review_name {
			font-weight: 600;
			color: #202124;
			margin-bottom: 1px;
		}
		.google_review_date {
			font-size: 0.8rem;
			color: #999;
		}
		.google_review_rating {
			color: #fbbc04;
			/* Google yellow */
			font-size: 1.1rem;
			letter-spacing: 1px;
			margin-bottom: 5px;
		}
		.google_review_rating::before {
			content: "★★★★★";
			letter-spacing: 2px;
			background: linear-gradient(90deg, #fbbc04 calc(var(--rating, 0) / 5 * 100%), #dadce0 calc(var(--rating, 0) / 5 * 100%));
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
		.google_review_contents {
			overflow: hidden;
			transition: max-height 0.4s ease;
			position: relative;
		}
		.google_review_contents.expanded {
			max-height: 9999px;
		}
		.google_read_more {
			color: #1a73e8;
			cursor: pointer;
			display: inline-block;
			margin-top: 10px;
			font-size: 0.9rem;
		}
		.google_read_more:hover {
			text-decoration: underline;
		}
		.google_reviews_controls {
			text-align: center;
			margin-top: 1rem;
		}
		.google_reviews_controls button {
			background: url('/google-reviews/chevron-right-bbb.svg');
			border: none;
			font-size: 2rem;
			color: #5f6368;
			cursor: pointer;
			margin: 0 1rem;
			transition: color 0.3s ease;
			text-indent: -9999px;
		}
		.google_reviews_controls button:hover {
			color: #1a73e8;
		}

		/* START */

		/* === Position review slider controls on sides === */
		.google_reviews_controls {
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -5px;
			width: 100%;
			transform: translateY(-50%);
			display: flex;
			justify-content: space-between;
			align-items: center;
			pointer-events: none; /* allows clicks to pass through except on buttons */
		}
		.google_reviews_controls button {
			position: relative;
			pointer-events: auto;
			width:  35px;
			height: 35px;
			border-radius: 50%;
			border: 1px solid #dadce0;
			background: #fff;
			color: #5f6368;
			font-size: 1.5rem;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
			cursor: pointer;
			transition: all 0.25s ease;
		}
		.google_reviews_controls button#prevBtn {
			background: #fff url('/google-reviews/chevron-left-bbb.svg') no-repeat;
			background-position: 48% center;
			left: -25px;
		}
		.google_reviews_controls button#nextBtn {
			background: #fff url('/google-reviews/chevron-right-bbb.svg') no-repeat;
			background-position: 52% center;
			right: -25px;
		}
		.google_reviews_controls button#prevBtn,
		.google_reviews_controls button#nextBtn {
			background-size: 7px;
		}
		.google_reviews_controls button:hover {
			border-color: #bbb;
		}

		/* Ensure wrapper is positioned so absolute controls are relative to it */
		.google_reviews_wrapper {
			position: relative;
		}

		/* END */

		.google_review_header {
			display: flex;
			align-items: center;
			gap: 0.75rem;
			margin-bottom: 7px;
		}
		.google_reviewer_badge {
			width: 40px;
			height: 40px;
			border-radius: 50%;
			color: #fff;
			font-weight: 600;
			font-size: 1.1rem;
			display: flex;
			align-items: center;
			justify-content: center;
			text-transform: uppercase;
			flex-shrink: 0;
			user-select: none;
			background: #ccc;
		}
		.google_reviews_summary {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			text-align: center;
			gap: 2px;
		}
		.google_reviews_avg {
			display: inline-block;
			font-size: 2rem;
			font-weight: 700;
			color: #202124;
			line-height: 1;
			margin-right: 0.4rem;
			display: none;
		}
		.google_reviews_stars {
			display: inline-block;
			position: relative;
			font-size: 1.6rem;
			letter-spacing: 2px;
			line-height: 1;
			color: #dadce0;
		}
		.google_reviews_stars::before {
			content: "★★★★★";
			position: absolute;
			left: 0;
			top: 0;
			width: calc(var(--percent, 0) * 1%);
			overflow: hidden;
			color: #fbbc04;
		}
		.google_reviews_total {
			font-size: 0.95rem;
			color: #5f6368;
			margin-top: 0.3rem;
			margin-left: .25rem;
		}
		.google_g {
			display: inline-flex;
			width: 28px;
			height: 28px;
			border-radius: 50%;
			align-items: center;
			justify-content: center;
			font-weight: 800;
			background: #fff;
			border: 1px solid #dadce0;
			color: #4285F4;
			font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
			display: none;
		}
		.google_see_all {
			color: #1a73e8;
			text-decoration: none;
			margin-left: .5rem;
		}
		.google_see_all:hover {
			text-decoration: underline;
		}
		.google_logo {
			background: url('/google-reviews/logo.svg');
			background-repeat: no-repeat;
			width:  110px;
			height: 35px;
			margin-top: 10px;
		}

		@media (max-width: 900px) {
			.google_reviews_card {
				flex: 0 0 calc((100% - 1 * 25px) / 2);
				/* 2 per view */
			}
		}

		@media (max-width: 600px) {
			.google_reviews_card {
				flex: 0 0 100%;
				/* 1 per view, full width */
			}
		}

	/* #endregion */

	/* #region Division Pages */
		
		.pale_background {
			background: #f3f5f0;
		}
		.boxed_content .col {
			padding: 25px;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
			-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.15);
			box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.15);
			-webkit-border-radius: 10px;
			-moz-border-radius:    10px;
			border-radius:         10px;
			overflow: hidden;
		}
		.boxed_content.no_padding .col {
			padding: 0;
		}
		.equal_height_columns {
			display: flex;
			align-items: stretch;
			gap: 20px;
		}
		.boxed_content h4 {
			font-size: 20px;
			line-height: 1.35;
			font-weight: 700;
			margin-bottom: 10px;
		}
		.clients.divisions.division_page h3 {
			/* color: #ec4d37; */
			top: 0;
			margin-top: 30px;
		}
		.clients.divisions.division_page h3:first-child {
			margin-top: 0;
		}
		.clients.divisions.division_page .content_area  ul {
			padding-left: 0;
		}
		.clients.divisions.division_page .content_area  ul li {
			text-indent: -21px;
			padding-left: 21px;
		}
		.division_page .contains_icons img {
			max-height: 70px;
			margin-top: 5px;
			margin-bottom: 15px;
		}
		.three_column_container {
			gap: 30px;
		}
		.three_column_container .col {
			flex: 1 1 calc(33% - 20px);   /* 3 columns */
			margin: 0 !important;
		}
		.four_column_container .col {
			flex: 1 1 calc(25% - 20px);   /* 4 columns */
			margin: 0 !important;
		}
		.updated_testimonial_strip_container {
			background-color: #88a268;
			color: white;
			text-align: center;
			margin-top: 35px;
			margin-bottom: 40px;
		}
		.updated_testimonial_strip_container .section_inner {
			max-width: 750px;
		}
		.updated_testimonial_strip_container .large_quote {
			color: white;
		}
		.updated_testimonial_strip_container .testimonial_name {
			color: white;
			display: inline-block;
			margin-top: 10px;
		}
		.updated_testimonial_strip_container .testimonial_company {
			font-style: italic;
		}
		.updated_testimonial_strip_container .star:after {
			color: #444;
		}
		.case_studies_strip .section_background {
			margin-top: 15px;
		}
		.case_studies_strip .inner_content {
			padding: 25px;
			padding-top: 5px;
			padding-bottom: 65px;
		}
		.case_study_image_group {
			position: relative;
		}
		.case_study_image_group .curved_bottom {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 150px;
			background: url('../images/curved_bottom.png');
			background-position: bottom;
			background-size: contain;
			background-repeat: no-repeat;
		}
		.case_studies_strip .col a.button {
			position: absolute;
			left: 0;
			bottom: -5px;
			width: 100%;
		}
		.case_studies_strip h4 a {
			text-decoration: none;
		}
		.case_studies_strip_intro .section_background.no_margin_bottom {
			margin-bottom: 0 !important;
		}
		.case_studies_strip .section_background {
			margin-bottom: 75px;
		}
		.updated_testimonial_strip_container .swiper-wrapper {
			align-items: center;
		}
		.updated_testimonial_strip_container .swiper-slide {
			background-color: #88a268;
		}

		@media only screen and (max-width: 875px) {
			.three_column_container {
				flex-wrap: wrap;
			}
			.three_column_container .col {
				flex: 1 1 calc(100% - 20px);   /* 1 columns */
			}
			.four_column_container {
				flex-wrap: wrap;
			}
			.four_column_container .col {
				flex: 1 1 calc(50% - 20px);   /* 2 columns */
			}
		}

		@media only screen and (max-width: 500px) {
			.four_column_container .col {
				flex: 1 1 calc(100%);   /* 1 column */
			}
		}

	/* #endregion */

/* #endregion */

/* #region BREAKPOINTS */

@media only screen and (max-width: 1300px) {

	.image_slider {
		height: auto;
	}
	.home .image_slider .section_inner {
		padding: 0;
	}
	.flexslider_narrow .left-fade, 
	.flexslider_narrow .right-fade {
		display: none;
	}
	.flexslider_narrow .flex-caption {
		max-width: 30%;
	}
	.image_slider .section_inner {
		padding: 0;
	}
	.flexslider_narrow .flex-caption h2 strong:after {
	    content: ' ';
	}
	.flexslider_narrow .flex-caption p,
	.flexslider_narrow .flex-caption a {
	    display: inline;
	}
	.flexslider_narrow .flex-caption a {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 700;
	}
	
}

@media only screen and (max-width: 1250px) {

	.button_area {
		width: auto;
	}
	.page_intro_container {
		width: 65%;
	}
	.feature_box {
		width: 32%;
	}
	
}

@media only screen and (max-width: 1246px) {

	.flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next {
		right: 0;
	}
	.image_slider .feature_box {
		right: 63px;
		margin-top: -157px;
	}
	
}

@media only screen and (max-width: 1200px) {

	.curve_container.image_and_curve .section_inner {
		padding: 0;
	}
	.curve_container.image_and_curve .section_inner img {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
	.strapline {
		display: none;
	}
	.home .strapline {
	    display: block;
	}
	
	
}

@media only screen and (max-width: 1150px) {
	
	/* #region Page Image */
	
		.inc_image .page_intro_container {
			width: 60%;
		}
		
	/* #endregion */
	
}

@media only screen and (max-width: 1075px) {

	.page_intro_container {
		width: 62%;
	}
	.feature_box {
		width: 35%;
	}
	.image_slider .feature_box {
		display: none;
	}
	.visible_below_tenseventyfive,
	a.button.visible_below_tenseventyfive {
		display: inline-block;
	}
	.intro_section .button {
		display: inline-block;
	}
	
}

@media only screen and (max-width: 1030px) {

	.table_layout .col.span_2_of_4 {
		display: block;
		width: 100%;
		margin: 0;
	}
	.table_layout .col.span_3_of_8,
	.table_layout .col.span_5_of_8 {
		display: block;
		width: 100%;
		margin: 0;
	}
	.wide_image {
		display: block;
	}
	.normal_image {
		display: none;
	}
	.testimonial-quote {
		font-size:   22px;
		line-height: 30px;
	}
	.home .strapline {
	    display: none;
	}
	
	/* #region Type */
	
		h1 {
			font-size:   55px;
			line-height: 60px;
		}
	
	/* #endregion */
	
}

@media only screen and (max-width: 1000px) {

	.page_intro_container {
		width: 60%;
	}
	.feature_box {
		width: 37%;
	}
	.flex-caption {
		left: 68px;
	}
	
	/* #region Page Image */
	
		.inc_image .page_intro_container {
			width: 55%;
		}
		
	/* #endregion */
	
	/* #region 8 Column Grid */

		.span_1_of_8 { width: 23.12%; }
		.col.span_1_of_8:nth-of-type(4n+1) { margin-left: 0; }
		.col.span_1_of_8 {
			margin-top: 35px;
			border-top: 1px solid #ddd;
			padding-top: 35px;
		}
		.col.span_1_of_8:nth-of-type(1),
		.col.span_1_of_8:nth-of-type(2),
		.col.span_1_of_8:nth-of-type(3),
		.col.span_1_of_8:nth-of-type(4) {
			margin-top: 0;
			border-top: none;
			padding-top: 0;
		}
		
	/* #endregion */
	
}

@media only screen and (max-width: 950px) {	

	.checkboxes input[type="radio"] {
		margin-top: 12px;
	}
	.checkboxes label {
	    padding-top: 6px;
	}
	.col.span_1_of_3:nth-of-type(2n) {
		margin-left: 2.5%;
	}
	.col.span_1_of_3:nth-of-type(3) {
		margin-top: 35px;
		border-top: 1px solid #ddd;
		padding-top: 35px;
	}
	.col.span_1_of_3 {
		width: 48.12%; 
	}
	.span_2_of_3 + .col.span_1_of_3,
	.col.span_1_of_3.dont_break_at_ninefifty {
		width: 31.66%; 
	}
	.col.span_1_of_3:nth-of-type(3n+1) {
		margin-left: 2.5%;
		clear: none;
	}
	.col.span_1_of_3:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	.col.span_1_of_3.dont_break_at_ninefifty:nth-of-type(3) {
		margin-left: 2.5%;
		margin-top: 0;
		clear: none;
		border-top: none;
		padding-top: 0;
	}
	.col.span_1_of_3:nth-of-type(3) {
		margin-top: 35px;
	}
	.border_top .col:nth-of-type(3) {
		border-top: 1px solid #ddd;
		padding-top: 35px;
	}
	.col.span_1_of_3 {
		margin-top: 35px;
		border-top: 1px solid #ddd;
		padding-top: 35px;
	}
	.col.span_1_of_3:nth-of-type(1),
	.col.span_1_of_3:nth-of-type(2) {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	/*.divisions .col.span_1_of_3 {
		margin-top: 15px;
		border-top: none;
		padding-top: 0;
	}*/
	.divisions .col.span_1_of_3:nth-of-type(1),
	.divisions .col.span_1_of_3:nth-of-type(2) {
		margin-top: 0;
	}
	.page_intro_container {
		width: 58%;
	}
	.feature_box {
		width: 39%;
	}
	.home .col.span_1_of_3 {
		width: 100%;
		margin-left: 0;
		margin-top: 35px;
		border-top: 1px solid #ddd;
		padding-top: 35px;
	}
	.home .col.span_1_of_3:first-of-type {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	.home .six_division_section .col.span_1_of_3 {
		width: 48.12%;
	}
	.home .six_division_section .col.span_1_of_3:nth-of-type(2n) {
		margin-left: 2.5%;
	}
	.home .six_division_section .col.span_1_of_3:nth-of-type(1),
	.home .six_division_section .col.span_1_of_3:nth-of-type(2) {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}

	/* #region Division Icons */

		.col.span_1_of_3:nth-child(3) .division_icon {
			top: 36px;
		}
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(3):hover .division_icon {
			top: 33px;
		}
		/*.home .col.span_1_of_3 .division_icon_link + h3,
		.home .col.span_1_of_3:nth-child(3) .division_icon_link + h3 {
			margin-top: 45px;
		}*/
		.home .col.span_1_of_3 .division_icon_link + h3 {
			margin-top: 50px;
		}
		.clients.divisions .col.span_1_of_3:nth-child(3) {
			margin-top:  20px;
			padding-top: 30px;
		}

	/* #endregion */

}

@media only screen and (max-width: 900px) {

	.page_intro_container {
		width: 56%;
	}
	.feature_box {
		width: 41%;
	}
	h1.homepage_intro {
		font-size:   17px;
		line-height: 29px;
	}
	
}

@media only screen and (max-width: 885px) {
	.social_icons {
		display: none;
	}
}

@media only screen and (max-width: 875px) {
	
	/* #region General Styles */
	
		.border_top .col {
			margin-bottom: 1%;
		}
		.border_top .form-row.col {
			margin-bottom: 0;
		}
		.span_2_of_3 + .span_1_of_3,
		.span_2_of_3 + .col.span_1_of_3:nth-of-type(2n) {
			width: 100%;
			margin-left: 0;
			border-top: 1px solid #ddd;
		    margin-top: 10px;
		    padding-top: 35px;
		}
		.side_section .span_1_of_3 {
			width: 100%;
			margin-left: 0;
		}
		.span_1_of_4:nth-child(2n+1) { 
			clear: left;
			margin-left: 0;
		}
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2) {
			margin-top: 0;
		}
		.span_1_of_4:nth-child(3),
		.span_1_of_4:nth-child(4) {
			margin-top: 1.25%;
		}
		.col.span_5_of_6 {
			margin-left: 0;
		}
		.border_top .col:nth-of-type(1),
		.border_top .col:nth-of-type(2) {
			border-top: none;
			margin-top: 0;
			padding: 4px 0 28px;
		}
		.border_top .col:nth-of-type(3) {
			padding: 48px 0 18px;
			border-top: 1px solid #e4e4e4;
		}
		.border_top .form-row.col,
		.border_top .form-row.col:nth-of-type(1),
		.border_top .form-row.col:nth-of-type(2),
		.border_top .form-row.col:nth-of-type(3) {
			padding-top: 0;
			padding-bottom: 5px;
			border-top: none;
		}
		.span_1_of_3 a.fancybox {
			margin-right: 10px;
		}
		.span_1_of_3.extra_side_item {
			width: 100%;
		}
		.page_title h1  {
			left: 30px;
		}
		.home .column_slider .padding {
			padding: 20px;
		}
		.image_slider .section_inner {
			padding: 0;
		}
	    .flexslider.column_slider .thumbnail {
			display: none;
		}
		.section_outer.overlap {
		    margin-top: -15px;
		}
		.page_container {
		    margin-top: 30px;
		}
		.utility_navigation,
		.search-area {
		    right: 40px;
		}
		
	/* #endregion */

	/* #region Forms */
	
		form {
			margin-top: 0;
		}
		form .col.span_2_of_7 {
			margin-bottom: 2px;
		}
		form .col.span_5_of_7 {
			margin-bottom: 10px;
		}
		
	/* #endregion */
	
	/* #region Header */
	
		.phone_number i {
			display: none;
		}
		.home .phone_number i {
			display: inline-block;
		}
	
	/* #endregion */
	
}

@media only screen and (max-width: 850px) {

	.page_intro_container {
		width: 54%;
	}
	.feature_box {
		width: 43%;
	}
	.inc_image .page_intro_container {
		width: 50%;
	}
	ul.navigation li a, ul.navigation li span {
	    font-size: 17px;
	}
	
}

@media only screen and (max-width: 825px) {

	/* #region General Styles */
		
		.navigation_background {
			display: none;
		}
		.section_inner {
			padding: 0 35px;
		}
		.header .buttons {
			position: absolute;
			margin-top: 0;
			top: 39px;
			right: 30px;
		}
		.header .button {
			min-width: 0;
		}
		.header .phone_number {
			display: none;
		}
		.section_outer.header {
			margin-bottom: 0;
		}
		.header_container {
			padding-bottom: 0;
			position: absolute;
			top: 0;
		}
		.section_outer.header {
			margin-bottom: 0;
			position: fixed;
			top: 0;
		}
		.header_container,
		.header,
		.section_outer.header .section_inner {
			height: 126px;
		}
		.container {
			padding-top: 126px;
		}
		.logo,
		.home .logo {
			position: relative;
			margin-left: auto;
			margin-right: auto;
			left: auto;
			top:    17px;
		}
		* {
			text-align: center;
		}
		.feature_box {
			display: none;
		}
		.popup.feature_box {
			display: block;
		}
		.page_intro_container {
			width: 100%;
		}
		.page_title {
			width: 100%;
			margin-top:    25px;
		}
		.no_feature_box .page_title {
			margin-top:    20px;
			margin-bottom: 30px;
		}
		a.mobile_menu_button {
			display: block;
			padding: 41px 45px 67px;;
		}
		.visible_below_eighttwentyfive,
		.page_intro_container .button.visible_below_eighttwentyfive {
			display: block;
		}
		a.button.visible_below_eighttwentyfive {
			display: inline-block;
		}
		.flex-caption {
			position: relative;
			bottom: 0;
			left: 0;
		}
		.flex-caption h3,
		.flex-caption h2 {
			width: 100%;
			text-align: center;
			margin: 0;
			top: 0;
			left: 0;
			padding-left: 0;
			padding-right: 0;
		}
		.flex-caption {
			display: block;
			padding-left: 0;
			padding-right: 0;
			padding-bottom: 10px;
			/*min-height: 55px;*/
		}
		.flex-caption h2 {
			display: inline;
			color: white;
			padding-left: 4px;
		}
		.flex-control-nav {
			display: none;
		}
		.caption_container {
			/*background: rgba(0,0,0,0.15);*/
			position: relative;
		}
		.flex-caption .division_icon,
		.swiper-container .caption .division_icon {
			position: relative;
			display: inline-block;
			left: auto;
			top: 2px;
			width: auto;
			height: auto;
			-webkit-border-radius: 0;
			-moz-border-radius:    0;
			border-radius:         0;
		}
		.manufacturing .flex-caption {
			background: #395f9d;
		}
		.manufacturing .flex-caption .division_icon,
		.swiper-container .manufacturing .caption .division_icon {
			background: url(../images/manufacturing.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/manufacturing.svg), none; /* high-res logo (.svg) */
			background-size: 30px 35px;
			background-repeat: no-repeat;
			background-position: top left;
			width:  30px;
			height: 35px;
		}
		.engineering .flex-caption {
			background: #548d69;
		}
		.engineering .flex-caption .division_icon,
		.swiper-container .engineering .caption .division_icon {
			background: url(../images/engineering.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/engineering.svg), none; /* high-res logo (.svg) */
			background-size: 35px 43px;
			background-repeat: no-repeat;
			background-position: top left;
			width:  35px;
			height: 43px;
		}
		.commercial .flex-caption {
			background: #c22b48;
		}
		.commercial .flex-caption .division_icon,
		.swiper-container .commercial .caption .division_icon {
			background: url(../images/commercial.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/commercial.svg), none; /* high-res logo (.svg) */
			background-size: 41px 30px;
			background-repeat: no-repeat;
			background-position: top left;
			width:  41px;
			height: 30px;
		}
		.sales-and-marketing .flex-caption {
			background: #5b3179;
		}
		.sales-and-marketing .flex-caption .division_icon,
		.swiper-container .sales-and-marketing .caption .division_icon {
			background: url(../images/sales-and-marketing.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/sales-and-marketing.svg), none; /* high-res logo (.svg) */
			background-size: 31px 41px;
			background-repeat: no-repeat;
			background-position: top left;
			width:  31px;
			height: 41px;
		}
		.construction .flex-caption {
			background: #de9131;
		}
		.construction .flex-caption .division_icon,
		.swiper-container .construction .caption .division_icon {
			background: url(../images/construction.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/construction.svg), none; /* high-res logo (.svg) */
			background-size: 32px 41px;
			background-repeat: no-repeat;
			background-position: top left;
			width:  32px;
			height: 41px;
		}
		.healthcare .flex-caption {
			background: #9fc54d;
		}
		.healthcare .flex-caption .division_icon,
		.swiper-container .healthcare .caption .division_icon {
			background: url(../images/healthcare.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/healthcare.svg), none; /* high-res logo (.svg) */
			background-size: 37px 31px;
			background-repeat: no-repeat;
			background-position: top left;
			width:  37px;
			height: 31px;
		}		
		
		.flex-control-nav {
			display: none;
		}
		form .col.span_1_of_2,
		form .col.span_1_of_2:nth-of-type(2n) {
			width: 100%;
			margin-left: 0;
		}
		.smallprint,
		.smallprint p {
			float: left;
			width: 100%;
			text-align: center;
		}
		.radio_container {
			float: none;
			clear: both;
			text-align: center;
			display: inline-block;
			margin-left: auto;
			margin-right: auto;
		}
		input[type="radio"] {
			float: none;
			margin: 0 0 0 7px;
		}
		.col.span_1_of_3.break_at_eighttwentyfive,
		.col.span_2_of_3.break_at_eighttwentyfive {
			width: 100%;
			margin-left: 0;
		}
		.page_title_area .date {
			width: 100%;
			text-align: center;
			top: -24px;
		}
		.visible_above_eighttwentyfive {
			display: none;
		}
		
		.testimonial-quote {
			font-size:   22px;
			line-height: 30px;
		}
		#share {
			float: none;
			margin: 0 auto;
		}
		table tr th, 
		table tr td,
		table tr td a {
		    text-align: left;
		}
		ol,
		ol li,
		li {
			padding-left: 0;
			text-indent: 0;
		}
		code {
			margin-left: 0;
		}
		dd {
			margin-left: 0;
		}
		legend {
			width: 100%;
		}
		
	/* #endregion */

	/* #region Layout */
		
		.col.span_1_of_3.full_width_at_eighttwentyfive,
		.col.span_2_of_3.full_width_at_eighttwentyfive {
			width: 100%;
			margin-left: 0;
		}
		.col.span_3_of_4 {
			width: 100%;
			margin-left: 0;
		}
		.span_1_of_4 { 
			width: 48.125%; 
		}
		.span_3_of_4 + .span_1_of_4,
		.span_3_of_4 + .span_1_of_4:nth-child(2),
		.span_11_of_16 + .span_5_of_16,
		.span_11_of_16 + .span_5_of_16:nth-child(2) {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
			margin-top: 25px;
		}
		.span_5_of_8,
		.span_3_of_8 {
			width: 100%;
			margin-left: 0;
		}
		.page_button,
		a.button.page_button:last-child {
			float: none;
			margin-top:    0;
			margin-bottom: 15px;
		}
		.page_strip .table_layout,
		.page_strip .table_cell {
			display: block;
		}
		.hidden_below_eighttwentyfive,
		.table_cell.hidden_below_eighttwentyfive {
			display: none;
		}
		.page_strip .span_1_of_4,
		.page_strip .span_5_of_16 {
			width: 100%;
		}
		.page_strip .span_3_of_4,
		.page_strip .span_11_of_16 {
			margin-top: 25px;
		}
		.page_strip .span_3_of_4.no_margin_top,
		.page_strip .span_11_of_16.no_margin_top {
			margin-top: 0;
		}
		.page_strip .span_1_of_4,
		.page_strip .col.span_1_of_4:nth-child(1), 
		.page_strip .col.span_1_of_4:nth-child(2),
		.page_strip .span_5_of_16,
		.page_strip .col.span_5_of_16:nth-child(1), 
		.page_strip .col.span_5_of_16:nth-child(2) {
			margin-top: 20px;
		}
		.table_cell.padding_left {
			padding-left: 0;
		}
		
		/* #region 8 Column Grid */
			
			.span_8_of_8,
			.span_7_of_8,
			.span_6_of_8,
			.span_5_of_8,
			.span_4_of_8,
			.span_3_of_8,
			.span_2_of_8 { 
				width: 100%;
				margin-left: 0;
				margin-top: 35px;
				border-top: 1px solid #ddd;
				padding-top: 35px;
			}
			.span_1_of_8 { width: 48.12%; }
			.col.span_1_of_8:nth-of-type(4n+1) { margin-left: 2.5%; }
			.col.span_1_of_8:nth-of-type(2n+1) { margin-left: 0; }
			.col.span_1_of_8 {
				margin-top: 35px;
				border-top: 1px solid #ddd;
				padding-top: 35px;
			}
			.col.span_1_of_8:nth-of-type(3),
			.col.span_1_of_8:nth-of-type(4) {
				margin-top: 35px;
				border-top: 1px solid #ddd;
				padding-top: 35px;
			}
			
		/* #endregion */
		
	/* #endregion */

	/* #region Call to action strip */

		.call-to-action,
		.call-to-action .text-area {
			display: block;
			text-align: center;
		}
		.call-to-action .text-area {
			padding-bottom: 15px;
			max-width: none;
		}
		.call-to-action .button_area {
			display: inline-block;
			width: 100%;
			margin: 0 auto;
			text-align: center;
			/* padding-bottom: 30px; */
			padding-bottom: 60px;
		}
		.call-to-action .button_area .button {
			width: auto;
			float: none;
			padding-left:  25px;
			padding-right: 25px;
			margin-left: 0;
		}
	
	/* #endregion */

	/* #region Type */
	
		h1 {
			font-size:   50px;
			line-height: 55px;
		}
		h2.section_heading, h2.section_heading a {
			font-size: 36px;
			line-height: 42px;
			letter-spacing: -1.25px;
		}
		ul {
			padding-left: 0;
		}
	
	/* #endregion */

	/* #region Page Image */
	
		.inc_image .page_title {
			float: none;
			margin-bottom: 30px;
		}
		.inc_image .page_intro_container {
			width: 100%;
		}
		
	/* #endregion */	
	
	/* #region Homepage Introduction */
	
		.homepage_intro_section .image {
			position: relative;
			left: auto;
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.homepage_intro_section .text_area {
			display: inline-block;
			padding-left: 0;
		}
		.home .section_background {
			margin: 45px 0 55px;
		}
		.home .image_slider .section_background {
			margin: 0;
		}
		.home .homepage_intro .section_background {
			margin: 35px 0 40px;
		}
	
	/* #endregion */

	/* #region Homepage Image Slider */
	
		.flex-caption {
			line-height: 32px;
		}
		.flex-caption h2 {
			font-size:   32px;
			line-height: 32px;
		}
	
	/* #endregion */
	
	/* #region Blog Images Update */
	
		.blog.post figure {
			padding: 0;
			max-width: 50%;
			float: none !important;
			clear: both;
			margin: 0 auto 10px;
		}
	
	/* #endregion */
	
	/* #region Job Summary */
	
		.job_summary.table_layout {
			display: block;
			width: 100%;
		}
		.job_summary .table_cell {
			display: block;
			width: 100%;
		}
		.job_summary .button_area {
			margin: 10px 0 0;
		}
		.job_summary a.button {
			float: none;
		}
		.job_summary:first-of-type {
			border-top: none;
		}
		.job_key_details,
		.col.span_1_of_4.job_key_details:nth-child(1) {
			width: 100%;
			margin: 20px 0 30px !important;
		}

	/* #endregion */
	
	/* #region Filter Panel */
		
		.col.filter_panel,
		.col.span_1_of_4.filter_panel:nth-child(2) {
			padding: 0;
			width: 100%;
			background-color: #f3f6f0;
			margin-top: 0;
		}
		.col.span_1_of_4.filter_panel:nth-child(1) {
			margin-top: 7px;
		}
		.filter_panel h3 {
			position: relative;
			background-color: #6f8a4f;
			width: 100%;
			color: white;
			font-size: 20px;
			padding: 10px 0 8px;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
		}
		.filter_panel h3:hover {
			cursor: pointer;
			background-color: #5b753d;
		}
		.filter_panel h3:focus,
		.filter_panel h3:active {
			background-color: #6f8a4f;
		}
		.filter_panel h3 i {
			position: absolute;
			top: 17px;
			margin-left: 8px;
			color: rgba(255, 255, 255, .5);
			font-size: 13px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.filter_panel h3.ui-accordion-header-active i {
			-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
			-moz-transform: rotate(180deg);        /* FF */
			-o-transform: rotate(180deg);          /* Opera */
			-ms-transform: rotate(180deg);         /* IE9 */
			transform: rotate(180deg);             /* W3C compliant browsers */
		}
		
		.filter_panel .form_element_label {
			width: auto;
			display: inline-block;
			padding-right: 5px;
		}
		.filter_panel label {
			color: #444;
			font-weight: 400;
		}
		.filter_panel .checkbox,
		.filter_panel .radio {
			margin-right: 10px;
		}
		.filter_panel .checkbox,
		.filter_panel .radio {
			display: inline-block;
		}
		.filter_panel input[type="radio"] {
			margin-left: 0;
			margin-right: 3px;
		}
		.filter_panel .form_element_container {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 20px;
			border-top: 1px solid #d9d9d9;
		}
		.form_element_container br {
			display: none;
		}
		.filter_panel input[type="submit"] {
			margin-top: 0;
			margin-bottom: 0;
		}
		.filter_panel input[type="submit"]:hover {
			margin-top: 1px !important;
		}
		.filter_panel input[type="submit"]:focus {
			margin-top: 2px !important;
		}

	/* #endregion */

	/* #region Key Contact */
		
		.apply_now {
			margin-top: 20px;
		}
		.key_contact .table_cell,
		.key_contact .table_layout {
			display: inline-block;
			width: 100%;
		}
		.key_contact h3 {
			margin-bottom: 14px;
		}
		.key_contact img {
			max-width: 115px;
			margin-bottom: 3px;
		}
		.key_contact p.date {
			margin-bottom: 0;
		}
		.key_contact,
		.apply_now {
			/*float: none;*/
			clear: none;
		}

	/* #endregion */
	
	/* #region Footer */
	
		.footer_inner {
			float: none;
			position: relative;
			top: 0;
			overflow: hidden;
			max-width: none;
			padding: 0;
		    margin: 25px auto 0;	
		}
		.footer_bottom_strip {
			float: none;
			position: relative;
			margin: 0 auto;
			width: 100%;
			bottom: auto;
			right: auto;
			margin-top: 12px;
		}
		
		/* #region Footer Height */
		
			.container 		  { padding-bottom: 225px; }
			.footer_container { height:  		225px; }
			.footer 		  { margin: 	   -225px auto 0; }
			.footer 		  { height:  		225px; }
			
		/* #endregion */
	
	/* #endregion */

	/* #region Division Icons */
	
		.division_icon {
			left: 50%;
			margin-left: 40px;
		}
		.division_icon,
		.six_division_section .col.hover_effect:hover .division_icon,
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(3) .division_icon {
			top: 46px;
			width:  56px;
			height: 56px;
			-webkit-border-radius: 28px;
			-moz-border-radius:    28px;
			border-radius:         28px;
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		.six_division_section .col.hover_effect:hover .division_icon,
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(3):hover .division_icon {
			top: 		  46px;
			margin-left: -30px;
		}
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(1) .division_icon,
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(2) .division_icon,
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(1):hover .division_icon,
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(2):hover .division_icon {
			top: 11px;
		}
		.manufacturing .division_icon,
		.six_division_section .col.hover_effect.manufacturing:hover .division_icon {
			background: url(../images/manufacturing.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/manufacturing.svg), none; /* high-res logo (.svg) */
			background-size: 27px 32px;
			background-position: top 10px center;
			background-color: #395f9d;
		}
		.engineering .division_icon,
		.six_division_section .col.hover_effect.engineering:hover .division_icon {
			background: url(../images/engineering.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/engineering.svg), none; /* high-res logo (.svg) */
			background-size: 30px 38px;
			background-position: top 6px center;
			background-color: #548d69;
		}
		.commercial .division_icon,
		.six_division_section .col.hover_effect.commercial:hover .division_icon {
			background: url(../images/commercial.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/commercial.svg), none; /* high-res logo (.svg) */
			background-size: 37px 28px;
			background-position: top 13px center;
			background-color: #c22b48;
		}
		.sales-and-marketing .division_icon,
		.six_division_section .col.hover_effect.sales-and-marketing:hover .division_icon {
			background: url(../images/sales-and-marketing.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/sales-and-marketing.svg), none; /* high-res logo (.svg) */
			background-size: 28px 35px;
			background-position: top 8px left 12px;
			background-color: #5b3179;
		}
		.construction .division_icon,
		.six_division_section .col.hover_effect.construction:hover .division_icon {
			background: url(../images/construction.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/construction.svg), none; /* high-res logo (.svg) */
			background-size: 27px 36px;
			background-position: top 7px center;
			background-color: #de9131;
		}
		.healthcare .division_icon,
		.six_division_section .col.hover_effect.healthcare:hover .division_icon {
			background: url(../images/healthcare.png) 0 0 no-repeat; /* fallback logo (.png) */
			background-image: url(../svg/healthcare.svg), none; /* high-res logo (.svg) */
			background-size: 34px 28px;
			background-position: top 12px center;
			background-color: #9fc54d;
		}
		.flex-caption h2 {
			padding-left: 0;
		}
		.caption_container h2 {
			color: white !important;
		}
		.home .caption_container .division_icon {
			left: 40px;
			display: none;
		}
		.flexslider li.flex-active-slide .flex-caption {
			-webkit-animation-name: none;
			animation-name: none;
		}
		h1 .division_icon {
		    left: auto;
		    margin-left: 0;
		}

	/* #endregion */

}

@media only screen and (max-width: 750px) {

	/*h1.homepage_intro {
		font-size: 24px;
		line-height: 33px;
	}*/
	.intro_section .section_background {
		margin-top: 30px;
		margin-bottom: 35px;
	}
	
}

@media only screen and (max-width: 700px) {

	/* #region General Styles */

		* {
			text-align: center;
		}
		ul#mobile_navigation,
		ul#mobile_navigation li,
		ul#mobile_navigation li a {
			text-align: left;
		}
		.header .phone .number,
		.header .button {
			display: none;
		}
		ul.primary_navigation,
		ul.navigation {
			display: none;
		}
		.section_outer.header .section_inner {
			height: auto;
		}
		.call-to-action {
			display: inline;
			float: left;
		}
		.call-to-action.internal {
			margin: 15px 0 30px;
		}
		a.mobile_menu_button {
			display: block;
		}
		.span_1_of_3 a.fancybox {
			margin-right: 0;
		}
		.hidden_above_seven_hundred {
			display: inline;
		}
		a.hidden_above_seven_hundred {
			display: inline-block;
		}
		a.button.hidden_above_seven_hundred {
			display: inline-block;
		}
		.last_section {
			padding-bottom: 40px;
		}
		.page_title h1,
		.page_title h2 {
			top: 77px;
			padding: 5px 14px 7px;
		}
		.image_container {
			padding: 2%; /* This needs to work in relation to the width below */
		}
		.col.span_1_of_4.image_container {
			width: 48%; /* This needs to work in relation to the amount of padding above */
		}
		.col.span_1_of_4.image_container:nth-of-type(2n) {
			margin-left: 4%;
		}
		.col.span_1_of_4.image_container,
		.col.span_1_of_4.image_container:nth-of-type(2n) {
			margin-bottom: 2%;
		}
		.page_title h1,
		.page_title h2 {
			width: 100%;
			left: 0;
			top: 77px;
			padding-left: 0;
			padding-right: 0;
			text-align: center;
	    	padding-top: 3px;
	    	padding-bottom: 6px;
	    }
	   /* .image_slider {
			margin-top: 52px;
		}*/
		.home .image_slider {
			margin-top: 0;
		}
		.home .logo {
		    left: 0;
		}
		blockquote {
			border-left: none;
			padding-left: 0;
		}
		h1 {
			font-size:   45px;
			line-height: 50px;
		}
		.navigation_background {
			display: none;
		}
		
	/* #endregion */

	/* #region Layout */
	
		.curve_container {
			padding-bottom: 55px;
		}
		.curve_container .section_background {
			padding-top:    30px;
			padding-bottom: 10px;
		}
	
	/* #endregion */

	/* #region 6 Columns */
	
		.span_1_of_6 { 
			width: 31.66%; 
		}
		.col.span_1_of_6:nth-of-type(3n+1) {
		    margin-left: 0%;
		}
		form .span_1_of_6,
		form .span_5_of_6 {
			width: 100%;
			margin-left: 0;
		}
		
	/* #endregion */

	/* #region Forms */
	
		label {
			text-align: center;
		}
		.checkboxes { width: 100%; overflow: hidden; }
		.checkboxes ul { list-style: none; position: relative; float: left; display: block; left: 50%; }
		.checkboxes ul li { position: relative; float: left; display: block; right: 50%; }
		.checkboxes label {
			width: auto;
		}
		
	/* #endregion */
	
	/* #region Responsive Tables */
		
		.responsive_label {
			display: inline-block;
		}
		.responsive_label p {
			display: inline-block;
		}
		td.right_aligned {
		    text-align: center;
		}
		.table_heading {
			display: none;
		}
		.contains_multiple_tables .table_heading {
			display: block;
		}
		.contains_multiple_tables th {
			display: none;
		}
		.contains_multiple_tables th:first-child {
			display: block;
			padding: 5px 0 7px;
		}
		.contains_multiple_tables table.no_margin_top {
			margin-top: 20px;
		}
		table tr th,
		table tr td {
			display: block;
			width: 100%;
			padding: 0;
			line-height: 24px;
		}
		table tr th p,
		table tr td p {
			display: inline-block;
		}
		table tr td:first-child {
			padding-top: 15px;
		}
		table tr td:last-child {
			padding-bottom: 18px;
		}
		table tr th {
			padding-bottom: 0;
			background-color: #ec4d37;
		}
		table tr th:first-child {
			padding-top: 15px;
		}
		table tr th:last-child {
			padding-bottom: 15px;
		}
		tr.table_title th {
			background-color: #ec4d37;
		}
		table tr td:nth-child(1),
		table tr th:nth-child(1),
		table tr th:nth-child(2),
		table tr th:nth-child(3),
		table tr td:nth-child(2),
		table tr td:nth-child(3) {
			width: 100%;
		}
		.case_study_table th:first-child,
		.case_study_table td:first-child {
			width: 100%;
		}
		.case_study_table th:nth-child(2),
		.case_study_table td:nth-child(2) {
			width: 100%;
		}
		.case_study_table th:nth-child(3),
		.case_study_table td:nth-child(3) {
			width: 100%;
		}
	
	/* #endregion */

	/* #region Tab Filtering */
	
		ul#tab-menu,
		ul#tab-menu li,
		ul#tab-menu li a,
		ul#tab-menu span.title {
		    min-height:  36px;
		    line-height: 36px;
		    height:      auto;
		}
		ul#tab-menu {
			background-color: white;
		}
		ul#tab-menu span.title {
			float: none;
			border-bottom: 2px solid white;
		}
		ul#tab-menu li {
			float: none;
			margin: 0;
		}
		ul#tab-menu.tabs_above_table li {
			margin-bottom: 2px;
		}
		table tr.has_filtering_above {
			display: none;
		}
		table tr th, table tr td {
		    text-align: center;
		}
		.contains_multiple_tables table tr.has_filtering_above {
			display: block;
		}
		ul#tab-menu li a,
		ul#tab-menu span.title {
			border-right: none;
		}
	
	/* #endregion */

	/* #region Hide & Show */

		.hidden_below_sevenhundred,
		.contains_multiple_tables table tr.has_filtering_above.hidden_below_sevenhundred {
			display: none;
		}

	/* #endregion */
	
}

@media only screen and (max-width: 675px) {

	h1.homepage_intro {
		font-size:   17px;
		line-height: 27px;
	}
	
	/* #region Homepage Banner */
	
		.homepage_banner {
			height: 280px;
		}
		.homepage_banner .section_background {
			background-size: 1300px;
		}
		.homepage_banner h1 {
		    font-size:   40px;
		    line-height: 45px;
		    letter-spacing: -1px;
		}
		.homepage_banner p {
		    font-size:   23px;
		    line-height: 28px;
		}
	
	/* #endregion */
	
	/* #region Footer Height */
	
		.container 		  { padding-bottom: 300px; }
		.footer_container { height:  		300px; }
		.footer 		  { margin: 	   -300px auto 0; }
		.footer 		  { height:  		300px; }
		
	/* #endregion */
}

@media only screen and (max-width: 625px) {

	/* #region Hides */
	
		.hidden_below_sixtwentyfive {
			display: none;
		}
		.visible_below_sixtwentyfive {
			display: inline;
		}
		.breadcrumb {
			display: none;
		}
		
	/* #endregion */

	/* #region General Styles */
	
		.col.span_1_of_3,
		.col.span_1_of_3:nth-of-type(2n) {
		    width: 100%;
		    margin-left: 0;
		    /*margin-top: 10px;*/
		    margin-top: 25px;
		}
		.col.span_1_of_3:nth-of-type(1) {
			margin-top: 0;
		}
		.col.span_1_of_3:nth-of-type(2),
		.col.span_1_of_3:nth-of-type(3) {
			/*margin-top: 10px;*/
			margin-top: 25px;
			border-top: 1px solid #ddd;
			padding-top: 35px;
		}
		.divisions .col.span_1_of_3:nth-of-type(2), 
		.divisions .col.span_1_of_3:nth-of-type(3) {
		    margin-top: 12px;
		    border-top: none;
		    padding-top: 0;
		}
		.col.span_1_of_3.dont_break_at_ninefifty,
		.col.span_1_of_3.dont_break_at_ninefifty:nth-of-type(3) {
			width: 100%;
			margin-left: 0;
			margin-top: 38px;
			border-top: 1px solid #ddd;
			padding-top: 30px;
		}
		.col.span_1_of_3.dont_break_at_ninefifty:first-child {
			margin-top: 0;
			border-top: none;
			padding-top: 0;
		}
		.home .six_division_section .col.span_1_of_3 {
			width: 100%;
			margin-left: 0;
			margin-top: 25px;
			border-top: 1px solid #ddd;
			padding-top: 35px;
		}
		.home .six_division_section .col.span_1_of_3:nth-of-type(2n) {
			margin-left: 0;
		}
		.home .six_division_section .col.span_1_of_3:nth-of-type(2) {
			margin-top: 25px;
			border-top: 1px solid #ddd;
			padding-top: 35px;
		}
		.section_background.reduced_margin_top {
			margin-top: 10px;
		}
		.border_top .col {
			padding-bottom: 28px;
		}
		.header .buttons {
			display: none;
		}
		.section_background,
		.home .section_background,
		.home .homepage_intro .section_background {
			margin: 25px 0 30px;
		}
		.section_background.no_margins {
			margin: 0;
		}
		
	/* #endregion */
	
	/* #region Division Icons */
	
		.col.span_1_of_3:nth-child(2) .division_icon {
			top: 46px;
		}
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(2):hover .division_icon {
			top: 46px;
		}
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(2) .division_icon,
		.six_division_section .col.span_1_of_3.hover_effect:nth-child(2):hover .division_icon {
			top: 40px;
		}
		.col.span_1_of_3:nth-child(2) .division_icon_link + h3 {
			margin-top: 45px;
		}
		.clients.divisions .col.span_1_of_3:nth-child(2),
		.clients.divisions .col.span_1_of_3:nth-child(3) {
			margin-top: 20px;
			border-top: 1px solid #ddd;
			padding-top: 30px;
		}

	/* #endregion */
	
	/* #region Mobile Menu Button */
	
		a.mobile_menu_button {
		    padding-left:  40px;
		    padding-right: 40px;
		}
		
	/* #endregion */

	/* #region Social Icons */
	
		.social_icons {
			display: none;
		}
		
	/* #endregion */

	/* #region Popup Form */
	
		.popup h4 {
		    font-size:   24px;
		    line-height: 30px;
		}
		.popup textarea {
		    min-height: 125px;
		}
	
	/* #endregion */

}

@media only screen and (max-width: 600px) {

	.large_quote {
		font-size:   20px;
		line-height: 29px;
	}
	.jobs.testimonials .large_quote {
		font-size: 22px;
		letter-spacing: -0.25px;
	}
	
	/* #region Footer Height */
	
		/*.container 		  { padding-bottom: 225px; }
		.footer_container { height:  		225px; }
		.footer 		  { margin: 	   -225px auto 0; }
		.footer 		  { height:  		225px; }*/
		
	/* #endregion */
	
}

@media only screen and (max-width: 550px) {

	/* #region General Styles */
	
		.section_inner {
			padding: 0 30px;
		}
		.padding {
			padding: 20px;
		}
		.padding.less_padding_top {
		    padding-top: 15px;
		}
		.no_padding_bottom {
		    padding-bottom: 0;
		}
		.page_container {
			margin-bottom: 20px;
		}
		.col.no_margin {
			margin: 0;
		}
		.col.span_1_of_4, 
		.col.span_2_of_4, 
		.col.span_3_of_4, 
		.col.span_4_of_4,
		.col.span_5_of_16,
		.col.span_11_of_16 { 
			margin: 1.25% 0 2% 2.5%;
		}
		.col.span_3_of_4,
		.col.span_11_of_16 { 
			margin-left: 0;
		}
		.span_1_of_4:nth-child(2n+1) { 
			clear: left;
			margin-left: 0;
		}
		.span_3_of_3 {
			width: 100%; 
		}
		.span_2_of_3 {
			width: 100%; 
		}
		.span_1_of_3 {
			width: 100%;
			margin-left: 0;
		}
		.span_1_of_3:nth-of-type(2n) {
		    margin-left: 0;
		}
		.span_2_of_2 {
			width: 100%; 
		}
		.span_1_of_2 {
			width: 100%;
		}
		.col.span_1_of_2:nth-of-type(2) {
			margin-top: 35px;
			border-top: 1px solid #ddd;
			padding-top: 35px;
		}
		.border_top .col:nth-of-type(2) {
			border-top: 1px solid #E4E4E4;
			margin-top: 1%;
			padding: 28px 0;
		}
		.border_top .form-row.col:nth-of-type(2) {
			margin-top: 0;
		}
		.border_top .col {
			padding: 28px 0;
		}
		.container_column .col {
		    margin-bottom: 3%;
		    margin-top: 3%;
		}
		.container_column .col.span_1_of_2:first-child {
		    margin-top: 0;
		}
		.col.span_1_of_2:nth-of-type(2n) {
		    margin-left: 0;
		}
		.form_container .span_1_of_2:nth-child(2n+1) {
			margin-bottom: 0;
		}
		.form_container .span_1_of_2:nth-child(2n) {
			margin-top: 0;
		}
		h2,
		.section_title h2 {
			font-size:   30px;
			line-height: 36px;
		}
		.page_strip .span_3_of_4,
		.page_strip .span_11_of_16 {
			margin-top: 25px;
		}
		
		/* #region 8 Column Grid */
		
			.span_4_of_8 { width: 100%; }
			.span_3_of_8 { width: 100%; }
			.span_2_of_8 { width: 100%; }
			.span_1_of_8 { width: 100%; }
			.col.span_1_of_8 { margin-left: 0; }
			.col.span_1_of_8 {
				margin-top: 35px;
				border-top: 1px solid #ddd;
				padding-top: 35px;
			}
			.col.span_1_of_8:nth-of-type(2) {
				margin-top: 35px;
				border-top: 1px solid #ddd;
				padding-top: 35px;
			}
			
		/* #endregion */
		
	/* #endregion */

	/* #region Header Height */
	
		.logo,
		.home .logo {
			top:    9px;
			left:   50%;
			margin-left: -74px;
			width:  189px;
			height: 69px;
			background: url(../images/workshop-recruitment-189x69.png) no-repeat;
			background-image: url(../svg/workshop-recruitment.svg), none;
			/*background: url(../images/workshop-recruitment-pride-189x66.png) no-repeat;*/
			/*background-image: url(../svg/workshop_recruitment_pride_logo_version_2.svg), none;*/
		}
		.header {
			height: 92px;
		}
		.container {
			padding-top: 92px;
		}
		a.mobile_menu_button {
		    padding: 25px 30px 49px;
		}
	
	/* #endregion */
	
	/* #region 6 Columns */
	
		.col.span_1_of_6,
		.col.span_1_of_6:nth-of-type(3n+1) {
		    margin-left: 4%;
		}
		.col.span_1_of_6:nth-of-type(2n+1),
		.col.span_1_of_6:nth-of-type(4n+1) {
		    margin-left: 0%;
		}
		.span_1_of_6 {
		  	width: 48%;
		}
		
	/* #endregion */
	
	/* #region Gallery */
	
		.gallery_image_size,
		.gallery_image,
		.col.span_1_of_6.gallery_image, 
		.col.span_1_of_6.gallery_image:nth-of-type(3n+1) {
			width: 50%;
			margin: 0;
			border-left:   5px solid white;
			border-right:  5px solid white;
			border-bottom: 10px solid white;
		}
	
	/* #endregion */

	/* #region Call to action */

		.call-to-action .button_area .button {
			width: 100%;
			margin: 0;
		}
		.call-to-action .button_area .button:first-child {
			margin-bottom: 8px;
		}
		.call-to-action .button_area {
			padding-bottom: 20px;
		}

	/* #endregion */

	/* #region Footer */
	
		.footer_inner {
			padding: 20px 30px 0;
		}
	
	/* #endregion */
	
	/* #region Blog Images Update */
	
		.blog.post figure {
			max-width: 100%;
		}
	
	/* #endregion */
	
	/* #region Logo Strip */
	
		.logo_strip .col.span_1_of_2 {
			margin-top: 0;
			padding-top: 0;
			border: none;
		}
		.logo_strip .col.span_1_of_2.secure_trading_column {
			margin-top: 25px;
		}
		.logo_strip .secure_trading_column .image_container img {
			margin-top: 0;
		}
		.homepage_intro_section.purple.dark_purple_below { padding-bottom: 45px; }
		.homepage_intro_section .curve 					 { bottom:         45px; }
		.curve_container.logo_strip {
		    padding-bottom: 40px;
		}

	/* #endregion */

	/* #region Filter Panel */

		.col.filter_panel {
			margin-bottom: 0;
		}
		.col.jobs_list {
			margin-top: 0;
		}

	/* #endregion */
	
	/* #region Footer Height */
	
		.container 		  { padding-bottom: 325px; }
		.footer_container { height:  		325px; }
		.footer 		  { margin: 	   -325px auto 0; }
		.footer 		  { height:  		325px; }
		
	/* #endregion */

	/* #region Type */
	
		h2.intro {
		    font-size: 17px;
		    line-height: 26px;
		}
	
	/* #endregion */
	
	/* #region Exit Intent Pop-up */
	
		#bio_ep .button {
			margin-left: 0;
		}
		#bio_ep .button:nth-of-type(2) {
			margin-top: 6px;
		}
		#bio_ep .button:nth-of-type(2):hover {
			margin-top: 7px !important;
		}
		#bio_ep .button:nth-of-type(2):focus {
			margin-top: 8px !important;
		}
	
	/* #endregion */

}

@media only screen and (max-width: 530px) {

	/* #region Footer Height */
	
		.container 		  { padding-bottom: 425px; }
		.footer_container { height:  		425px; }
		.footer 		  { margin: 	   -425px auto 0; }
		.footer 		  { height:  		425px; }
		
	/* #endregion */
	
}

@media only screen and (max-width: 475px) {

	/* #region General Styles */

		.call-to-action h4 {
		    font-size: 20px;
		    line-height: 26px;
		}
		.flex-direction-nav {
			display: none;
		}
		.flexslider.column_slider {
			display: none;
		}
		.home .section_inner {
			padding: 0 25px;
		}
		.only_visible_below_foursevenfive {
			display: block;
		}
		.only_visible_above_foursevenfive {
			display: none;
		}
		/*h1.homepage_intro {
			font-size: 20px;
			line-height: 28px;
		}*/
		.intro_section .section_background {
			margin-top: 25px;
			margin-bottom: 25px;
		}
		
	/* #endregion */
	
	/* #region 4 Columns */
	
		.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
		.col.span_1_of_4 { margin-top: 25px; margin-bottom: 25px; margin-left: 0;}
		.col.span_1_of_4:nth-child(1) { margin-top: 0; }
		.col.span_1_of_4:nth-child(2) { margin-top: 25px; }
		
	/* #endregion */
	
	/* #region Job Summary */
	
		.visible_below_fourseventyfive {
			display: inline;
		}
		.visible_above_fourseventyfive {
			display: none;
		}
		
	/* #endregion */
	
	/* #region Filter Panel */
	
		.col.filter_panel {
			margin-bottom: 0;
		}
		.col.jobs_list {
			margin-top: 0;
		}

	/* #endregion */
	
}

@media only screen and (max-width: 450px) {

	/* #region General Styles */
		
		.page_container {
			margin-top: 10px;
		}
		.header .buttons {
			display: none;
		}
	    .header .phone .icon {
			top: 9px;
		}
		.flexslider_narrow .flex-caption {
		    padding: 0 25px;
		}
		
		.no_feature_box .page_title {
			margin-top:    15px;
			margin-bottom: 25px;
		}
		
	/* #endregion */

	/* #region Page Strips */
	
		.page_strip .section_inner {
			padding: 0;
		}
		.page_strip .section_background,
		.page_strip .row.table_layout,
		.page_strip .span_1_of_4, 
		.page_strip .col.span_1_of_4:nth-child(1), 
		.page_strip .col.span_1_of_4:nth-child(2),
		.page_strip .span_5_of_16, 
		.page_strip .col.span_5_of_16:nth-child(1), 
		.page_strip .col.span_5_of_16:nth-child(2) {
			margin-top: 0;
		}
		.page_strip .section_background {
			margin-bottom: 35px;
		}
		.page_strip .span_3_of_4,
		.page_strip .span_11_of_16 {
			padding: 0 25px;
		}
		.page_strip .span_3_of_4.no_margin_top,
		.page_strip .span_11_of_16.no_margin_top {
		    margin-top: 35px;
		}
	
	/* #endregion */

	/* #region Type */
	
		h2.section_heading, h2.section_heading a {
			font-size:   30px;
			line-height: 38px;
			letter-spacing: -0.75px;
		}
	
	/* #endregion */

}

@media only screen and (max-width: 400px) {

	.col.span_1_of_6 {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 4%;
	}
	
	/* #region Gallery */
	
		.gallery_image_size,
		.gallery_image,
		.col.span_1_of_6.gallery_image_size, 
		.col.span_1_of_6.gallery_image, 
		.col.span_1_of_6.gallery_image:nth-of-type(3n+1) {
			width: 50%;
			margin: 0;
			border-left:   5px solid white;
			border-right:  5px solid white;
			border-bottom: 10px solid white;
		}
	
	/* #endregion */
	
	.section_inner {
		padding-left:  5%;
		padding-right: 5%;
	}
	.home .section_inner {
		padding: 0 20px;
	}
	.col.span_1_of_4.image_container:first-child {
		margin-top: 0;
	}
	.col.span_1_of_4.image_container:last-child {
		margin-bottom: 0;
	}
	.col.span_1_of_4.image_container,
	.col.span_1_of_4.image_container:nth-of-type(2n) {
		width: 100%;
		margin-left: 0;
	}

	/* #region Type */
	
		/*.flex-caption h2 {
			font-size: 40px;
			line-height: 40px;
		}*/
		h1 {
		    font-size:   35px;
		    line-height: 40px;
		}
		h2.intro {
			font-size:   16px;
			line-height: 24px;
		}
		h3.subtitle {
			font-size:   22px;
			line-height: 32px;
		}
	
	/* #endregion */

	.mobile_menu_label {
		top: -9px;
	}
	
	/* #region Page Strips */
	
		.page_strip .section_inner {
			padding: 0;
		}
	
	/* #endregion */
	
	/* #region Footer Height */
	
		.container 		  { padding-bottom: 475px; }
		.footer_container { height:  		475px; }
		.footer 		  { margin: 	   -475px auto 0; }
		.footer 		  { height:  		475px; }
		.footer_container {
			padding: 0 25px;
		}
		
	/* #endregion */
	
	/* #region Division Icons */
		
			.division_icon,
			.six_division_section .col.hover_effect:hover .division_icon,
			.six_division_section .col.span_1_of_3.hover_effect:nth-child(2) .division_icon,
			.six_division_section .col.span_1_of_3.hover_effect:nth-child(3) .division_icon {
				width:  50px;
				height: 50px;
				-webkit-border-radius: 25px;
				-moz-border-radius:    25px;
				border-radius:         25px;
			}
			.manufacturing .division_icon,
			.six_division_section .col.hover_effect.manufacturing:hover .division_icon {
				background: url(../images/manufacturing.png) 0 0 no-repeat; /* fallback logo (.png) */
				background-image: url(../svg/manufacturing.svg), none; /* high-res logo (.svg) */
				background-size: 24px 28px;
				background-position: top 10px center;
				background-color: #395f9d;
			}
			.engineering .division_icon,
			.six_division_section .col.hover_effect.engineering:hover .division_icon {
				background: url(../images/engineering.png) 0 0 no-repeat; /* fallback logo (.png) */
				background-image: url(../svg/engineering.svg), none; /* high-res logo (.svg) */
				background-size: 27px 34px;
				background-position: top 6px center;
				background-color: #548d69;
			}
			.commercial .division_icon,
			.six_division_section .col.hover_effect.commercial:hover .division_icon {
				background: url(../images/commercial.png) 0 0 no-repeat; /* fallback logo (.png) */
				background-image: url(../svg/commercial.svg), none; /* high-res logo (.svg) */
				background-size: 34px 25px;
				background-position: top 12px center;
				background-color: #c22b48;
			}
			.sales-and-marketing .division_icon,
			.six_division_section .col.hover_effect.sales-and-marketing:hover .division_icon {
				background: url(../images/sales-and-marketing.png) 0 0 no-repeat; /* fallback logo (.png) */
				background-image: url(../svg/sales-and-marketing.svg), none; /* high-res logo (.svg) */
				background-size: 25px 32px;
				background-position: top 7px left 11px;
				background-color: #5b3179;
			}
			.construction .division_icon,
			.six_division_section .col.hover_effect.construction:hover .division_icon {
				background: url(../images/construction.png) 0 0 no-repeat; /* fallback logo (.png) */
				background-image: url(../svg/construction.svg), none; /* high-res logo (.svg) */
				background-size: 24px 32px;
				background-position: top 7px center;
				background-color: #de9131;
			}
			.healthcare .division_icon,
			.six_division_section .col.hover_effect.healthcare:hover .division_icon {
				background: url(../images/healthcare.png) 0 0 no-repeat; /* fallback logo (.png) */
				background-image: url(../svg/healthcare.svg), none; /* high-res logo (.svg) */
				background-size: 32px 26px;
				background-position: top 11px center;
				background-color: #9fc54d;
			}
	
		/* #endregion */
	
}

@media only screen and (max-width: 375px) {

	a.mobile_menu_button {
	    padding: 22px 22px 42px;
	}
	/*h1.homepage_intro {
		font-size: 19px;
		line-height: 26px;
	}*/
	.flex-caption h2 {
		font-size:   32px;
		line-height: 32px;
	}
	
	/* #region Page Image */
	
		.page_image {
			max-width: 100%;
		}
		
	/* #endregion */
	
}

@media only screen and (max-width: 350px) {
	
	/* #region Footer Height */
	
		/*.container 		  { padding-bottom: 350px; }
		.footer_container { height:  		350px; }
		.footer 		  { margin: 	   -350px auto 0; }
		.footer 		  { height:  		350px; }*/
		
	/* #endregion */

}

/* #endregion */