/* @group COLOURS */
	
	.Dark Grey {
		color: #666;
	}
	
	.White Gradient (light top to dark bottom) {
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	.White Gradient (dark top to light bottom) {
		background: #dddddd; /* Old browsers */
		background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.Light Grey {
		background-color: #fafafa;
	}

/* @end */

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

/* @end */

/* @group Initial Setup */

	/* @group Boilerplate */
		
		.ir:before,hr{display:block}.ir,.visuallyhidden{overflow:hidden;border:0}.hidden,.invisible{visibility:hidden}button,html,input,select,textarea{color:#222}html{font-size:1em;line-height:1.4}hr{height:1px;border:0;border-top:1px solid #ddd;margin:45px 0 50px;padding:0;width:100%;float:left}.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}.ir:before{content:"";width:0;height:150%}.hidden{display:none!important}.visuallyhidden{clip:rect(0 0 0 0);height:1px;margin:-1px;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}::selection{text-shadow:none;background:#ddd}::-moz-selection{text-shadow:none;background:#ddd}img{max-width:100%;height:auto}
		
		@media print {
		    blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!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:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
		}
		
	/* @end */

	/* @group fancybox.css (PHOTON VERSION) */
	
		/* @group Default Fancybox Styling */
			
			.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#555;text-shadow:none;}a.fancybox-close,a.fancybox-close:active,a.fancybox-close:focus,a.fancybox-close:hover{border:none!important}.fancybox-opened{z-index:8030}.fancybox-inner,.fancybox-outer{position:relative;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.1);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,.1);box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.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-iframe,.fancybox-image{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-nav,.fancybox-nav span,a.fancybox-close{cursor:pointer;z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px}a.fancybox-close{background:url(../images/close-transparent.png) 3px 3px no-repeat rgba(0,0,0,.2);top:0;right:0;width:48px;height:48px;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.rounder_corners .fancybox-close{-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0;border-radius:0 5px 0 0}.fancybox-close:hover{background:url(../images/close-transparent.png) 3px -43px no-repeat rgba(0,0,0,.2)}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;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:rgba(150,150,150,.85)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 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:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#FFF;font-family:Lato;font-weight:700;line-height:24px;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)}
			
		/* @end */
		
		/* @group Custom Fancybox Styling */
			
			.fancybox-prev span,
			.fancybox-next span {
				width:46px;
				height:46px;
				text-align: center !important;
				/*background-color: rgba(0,0,0,.2);*/
			}
			.fancybox-prev span:hover,
			.fancybox-next span:hover {
				background-color: rgba(0,0,0,.4);
			}
			.fancybox-next span {
				right:0;
			}
			.fancybox-prev span {
				left:0;
			}
			.fancybox-prev span:after,
			.fancybox-next span:after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				font-style: normal;
				font-size: 26px;
				line-height: 44px;
				color: rgba(255, 255, 255, .75);
			}
			.fancybox-prev span:after {
				content: "\f104";
				margin-left: -4px;
			}
			.fancybox-next span:after {
				content: "\f105";
				margin-right: -4px;
			}
			.fancybox-prev span:hover:after,
			.fancybox-next span:hover:after {
				color: rgba(255, 255, 255, 1);
			}
			.fancybox-nav span,
			.fancybox-nav:hover span {
				visibility:visible
			}
			.fancybox-opened a:hover,
			.fancybox-opened a:focus,
			.fancybox-opened a:active {
				border: none !important;
			}
			.fancybox-overlay {
				background: rgba(89,87,117,0.9);
				backdrop-filter: blur(6px); /* Doesn't work with Firefox */
			}
			a.fancybox-close {
				background: none;
				width:  50px;
				height: 50px;
			}
			a.fancybox-close:hover {
				background-image: none;
			}
			a.fancybox-close:after {
				background-image: none;
				content: "\f00d";
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				font-style: normal;
				font-size: 16px;
				line-height: 52px;
				color: rgba(255, 255, 255, .75);
				/*position: relative;*/
				/*top: 3px;*/
			}
			a.fancybox-close:hover:after {
				color: rgba(255, 255, 255, 1);
			}
			
		/* @end */
		
	/* @end */
	
	

	/* @group flexslider.css */
	 
		.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}.flexslider{padding:0;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);}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flex-direction-nav a,.no-js .slides>li:first-child,.slides:after,html[xmlns] .slides{display:block}.flexslider .slides img{width:100%;display:inline-block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";clear:both;visibility:hidden;line-height:0;height:0}* html .slides{height: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{}.carousel li{margin-right:5px}.flex-direction-nav{z-index:1001}.flex-direction-nav a{width:30px;height:30px;margin:-20px 0 0;background:url(../images/bg_direction_nav.png) no-repeat;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;}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(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;}
		}
	
	/* @end */

	/* @group jssocials.css */
	
		.jssocials-shares{margin:.2em 0}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top;margin:.3em 1px .3em .3em}.jssocials-share:first-child{margin-left:0}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{width:1em;vertical-align:middle;font-size:1em}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}
		
		/* @group THEME */
			
			.jssocials-share-count-box,.jssocials-share-link{-webkit-transition:background .2s ease-in-out,border-color .2s ease-in-out}.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;transition:background .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-link:active,.jssocials-share-link:focus,.jssocials-share-link:hover{color:#fff}.jssocials-share-count-box{position:relative;height:2.5em;padding:0 .3em;margin-left:.3em;background:#f5f5f5;transition:background .2s ease-in-out,border-color .2s 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 .2s ease-in-out,border-color .2s ease-in-out;transition:background .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-count-box .jssocials-share-count{line-height:2.5em;color:#555}
			
		/* @end */
	
	/* @end */
	
	/* @group 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.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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}@-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}
		
		/* ZOOM IN */
		@-webkit-keyframes zoomIn {
		  from {
		    opacity: 0;
		    -webkit-transform: scale3d(0.3, 0.3, 0.3);
		    transform: scale3d(0.3, 0.3, 0.3);
		  }
		
		  50% {
		    opacity: 1;
		  }
		}
		@keyframes zoomIn {
		  from {
		    opacity: 0;
		    -webkit-transform: scale3d(0.3, 0.3, 0.3);
		    transform: scale3d(0.3, 0.3, 0.3);
		  }
		
		  50% {
		    opacity: 1;
		  }
		}
		.animate__zoomIn {
		  -webkit-animation-name: zoomIn;
		  animation-name: zoomIn;
		}
		
		@-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);
		  }
		}
		.animate__fadeInUp {
		  -webkit-animation-name: fadeInUp;
		  animation-name: fadeInUp;
		}
	
	/* @end */
	
	/* @group Swiper */
	
		/**
		 * 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}
	
		/* @end */

/* @end */

/* @group Responsive Setup */

	/* @group 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;
			float: left;
			margin: 1.25% 0 1.25% 2.5%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			/*background-color: rgba(0,0,0,0.025);*/
			/*background-color: white;*/
			/*border: 1px solid #ddd;*/
			/*outline: 1px solid #ddd;*/
		}
		.side_section {
			display: block;
			float: left;
		}
		.col:first-child { 
			margin-left: 0; 
		} /* all browsers except IE6 and lower */
	
	/* @end */

	/* @group 1 Columns */
	
		.span_1_of_1 { 
			width: 100%;
			margin-left: 0;
		}
	
	/* @end */

	/* @group 2 Columns */
	
		.span_2_of_2 { 
			width: 100%; 
		}
		.span_1_of_2 { 
			/*width: 48.125%;*/ 
			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;
		}
	
	/* @end */

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

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

	/* @group 5 Columns */

		/*  GRID OF FIVE  */
		.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%; }
		
		/*  GO FULL WIDTH BELOW 480 PIXELS */
		@media only screen and (max-width: 480px) {
			.col { margin: 1% 0 1% 0%; }
			.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
		}

	/* @end */

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

	/* @group 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%; }
	
	/* @end */

/* @end */

/* @group Type */

	body {
		background-color: white;
		font-size: 16px;
		line-height: 26px;
		color: #444;
		text-align: center;
	}
	body, html, button, input, select, textarea {
		font-family: "Lato", sans-serif;
	}
	p {
		margin: 0px 0 10px;
	}
	h1,h2,h3,h4,h5,h6 {
		font-weight: normal;
		margin-top: 25px;
	}
	h1 {
		font-size:   32px;
		line-height: 36px;
		margin-bottom: 12px;
		font-family: "Lato";
		font-weight: 700;
		color: #666;
	}
	h1.intro a {
		display: inline;
	}
	h2 {
		font-size:   24px;
		line-height: 26px;
		font-family: "Lato";
		font-weight: 700;
		margin-bottom: 10px;
		color: #666;
	}
	h2:last-child {
		margin-bottom: 3px;
	}
	h2.intro {
		font-size:   18px;
		line-height: 30px;
		font-weight: 400;
		/*font-style: italic;*/
		margin-top: 0;
		margin-bottom: 10px;
		color: #444;
		text-transform: none;
		width: 100%;
	}
	h2.intro a {
		color: #666;
		display: inline-block;
		font-weight: normal;
		/*text-decoration: underline;*/
	}
	h2:first-child {
		margin-top: 0;
	}
	h3 {
		font-size: 22px;
		line-height: 30px;
		font-family: "Lato";
		color: #666;
		margin-bottom: 7px;
		/*opacity: 0.5;*/
	}
	h3.subheading {
		color: #666;
		margin-bottom: 8px;
	}
	h3,
	h3.subtitle,
	.subtitles h3 {
		/*font-size:   26px;
		line-height: 32px;*/
		font-family: "Lato";
		font-weight: 700;
		/*font-style: italic;*/
		margin-top: 15px;
		margin-bottom: 15px;
	}
	h3.subtitle a,
	h4.subtitle a {
		font-style: normal;
		border: none;
		font-weight: 700;
		margin-bottom: 0 !important;
		text-transform: uppercase;
	}
	h3.subtitle a:hover,
	h3.subtitle a:focus,
	h3.subtitle a:active,
	h4.subtitle a:hover,
	h4.subtitle a:focus,
	h4.subtitle a:active {
		color: #333;
		border: none !important;
	}
	h3.subtitle:first-child {
		margin-top: 0;
	}
	h4.subtitle {
		margin-top: 10px;
	}
	p + h1,
	p + h2,
	ul + h2,
	ol + h2,
	p + h3,
	ul + h3,
	ol + h3 {
		margin-top: 35px;
	}
	ul + p,
	ol + p {
		margin-top: 10px;
	}
	h3 a {
		font-family: "Lato";
		color: #666;
	}
	h3 a:hover {
		color: #aaa;
	}
	h3:first-child {
		margin-top: 0;
		margin-bottom: 9px;
	}
	h3 + p {
		margin-top: 0;
	}
	h4,h5,h6 {
		font-size: 20px;
		font-family: "Lato";
		font-weight: 700;
		letter-spacing: 0;
		margin-bottom: 7px;
	}
	h4 {
		font-weight: 700;
	}
	h1 + h3 {
		margin-top: 30px;
	}
	a {
		display: inline-block;
		font-family: "Lato";
		/*font-style: italic;*/
		color: #aaa;
		font-weight: 700;
		max-width: 100%;
		text-decoration: none;
		border-bottom: 3px solid rgba(0,0,0,0.05);
	}
	.col a:last-child {
		margin-bottom: 8px;
	}
	/*p a {
		text-decoration: underline;
	}*/
	a.light_link {
		font-family: "Lato";
		font-weight: 300;
	}
	a:hover,
	a:focus,
	a:active {
		color: #888;
		border-bottom: 3px solid #ddd !important;
	}
	p a, li a {
		display: inline;
	}
	li {
	    list-style-position: inside;
	    text-indent: -15px;
	    padding-left: 15px;
	}
	ul:last-child {
		margin-bottom: 0;
	}
	p:last-child {
		margin-bottom: 0;
	}
	h2.section_heading,
	h2.section_heading a {
		font-size: 32px;
		text-align: center;
		text-transform: uppercase;
		/*text-shadow: 0px -1px 0px #fff;*/
		color: #d1d1d1;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	blockquote {
		font-size: 20px;
		line-height: 31px;
		font-style: italic;
		color: #aaa;
		margin-left: 0;
		margin-right: 0;
		/*padding-left: 25px;*/
		/*border-left: 4px solid #ddd;*/
	}
	blockquote:before {
		content: '';
		width: 150px;
		height: 1px;
		display: block;
		background: #ddd;
		margin: 35px auto 22px;
	}
	blockquote:after {
		content: '';
		width: 150px;
		height: 1px;
		display: block;
		background: #ddd;
		margin: 27px auto 32px;
	}
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a,
	p a,
	a {
		/*display: inline-block;*/
		-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: "Lato";
	}
	p.subtitle {
		color: #aaa;
		margin-bottom: 0;
	}
	p.date {
		margin-top: 0;
		margin-bottom: 10px;
		/*font-style: italic;*/
		color: #aaa;
	}
	h3.subtitle + p.date,
	.subtitles h3 + p.date {
		/*margin-top: 0;*/
		margin-top: 5px;
	}
	p.contact_detail {
		margin-top: 0;
		color: #666;
	}
	p.subtitle + p.contact_detail {
		margin-top: 2px;
	}
	h3 + p,
	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;
	}

/* @end */

/* @group Elements */

	input[type="button"],
	input[type="submit"] {
		display: inline-block;
		color: white;
		font-family: "Lato" !important;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		/*color: #444;*/
		text-transform: uppercase;
		/*letter-spacing: 5px;*/
		/*background: #fafafa !important;*/
		/*border: 5px solid rgba(0,0,0,0.1);*/
		padding: 10px 25px 11px;
		margin-bottom: 20px;
		width: 100%;
	}
	.rounded_corners input[type="button"],
	.rounded_corners input[type="submit"] {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="submit"]:hover,
	input[type="submit"]:focus {
		/*border: 5px solid rgba(0,0,0,0.15);*/
	}
	.rounded_corners a.button {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	a.button {
		display: inline-block;
		font-size: 16px;
		text-align: center;
		font-family: "Lato";
		font-weight: 700;
		font-style: normal;
		text-transform: uppercase;
		/*letter-spacing: 5px;*/
		border: 5px solid rgba(0,0,0,0.1);
		padding: 10px 25px 11px;
		margin: 20px 0 20px;
		background: none;
		-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;
	}
	a.button:hover,
	a.button:active,
	a.button:focus {
		border: 5px solid rgba(0,0,0,0.15) !important;
	}

	input.primary_colour,
	input[type="submit"].primary_colour,
	a.button.primary_colour {
		background: #666; /* Old browsers */
		background: -moz-linear-gradient(top,  #666 0%, #555 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#555)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #666 0%,#555 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #666 0%,#555 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #666 0%,#555 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #666 0%,#555 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#555',GradientType=0 ); /* IE6-9 */
	}
	a.button.primary_colour:hover,
	input[type="submit"].primary_colour:hover {
		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 */
	}
	.use_flat_colours a.button.white {
		background: white;
	}
	.use_flat_colours a.button.white:hover {
		background: #eee;
	}
	a.button.white {
		color: #666;
		text-shadow: none;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	a.button.white:hover {
		background: #dddddd; /* Old browsers */
		background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	a.button:last-child {
		margin-bottom: 5px;
	}
	a.button.full_width {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	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;
		text-transform: uppercase;
	}
	h2.section_title a {
		color: white;
	}
	h2.section_title a:hover {
		color: white;
	}
	a.thumbnail {
		margin-bottom: 0;
	}
	.thumbnail img {
		margin-bottom: 0 !important;
	}
	.thumbnail {
		color: #ddd;
		text-align: center;
		margin: 7px 0 5px !important;
	}
	.thumbnail.min_height {
		min-height: 170px;
		line-height: 170px;
	}
	.image_thumbnail {
		background-color: #efefef;
		color: #ddd;
		text-align: center;
		min-height: 125px;
		line-height: 125px;
	}
	p + a.button {
		margin-top: 10px;
	}
	.breadcrumb {
		font-size: 13px;
		color: #999;
	}
	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;
	}
	ul, ol {
		/*padding: 0 0 0 15px;*/
	    /*margin: 0 0 10px;*/
		padding: 0;
	    margin: 0;
	}
	/*ul li {
		list-style: none;
	}
	ul li:before {
		content: "-";
		margin-right: 8px;
	}*/
	ol li {
		margin-left: 15px;
		margin-bottom: 5px;
	}
	ol li::marker {
		font-weight: bold;
	}
	a.see_all_link {
		font-style: italic;
		color: #aaa;
	}
	a.see_all_link:hover {
		color: #999;
	}
	table {
		width: 100%;
	}
	a:active, a:focus {
		outline: none;
	}
	img {
		margin-bottom: 15px;
	}
	.wp-caption {
		max-width: 100%;
		margin: 35px auto;
	}
	p.wp-caption-text {
		font-style: italic;
		font-size: 13px;
		color: #999;
		margin-top: -5px;
		margin-bottom: 15px;
	}

	/* @group Boxed Items */

		.boxed_item {
			background-color: #333;
			color: white;
			padding: 25px;
			/*-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);*/
		}
		.boxed_item h3 a {
			color: #ffc663;
		}
		.boxed_item a {
			border-bottom-color: #343156;
		}
		.boxed_item a:hover,
		.boxed_item a:focus,
		.boxed_item a:active {
			color: #ffc663;
			border-bottom-color: #52506f !important;
		}
		.boxed_item h3.subtitle a:hover,
		.boxed_item h3.subtitle a:focus,
		.boxed_item h3.subtitle a:active {
			color: #ffc663;
		}

	/* @end */
	
	

/* @end */

/* @group Forms */

/* @group Main Form Styling */

.popup {
	text-align: center;
}
form {
	width: 100%;
	float: left;
}
.row {
	float: left;
	width: 100%;
}
label {
	float: left;
	/*font-size: 18px;*/
	/*text-align: center;*/
	width: 100%;
	padding-top: 15px;
	color: #666;
	/*font-family: "Lato";*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.radio_area_label {
	float: left;
	font-size: 18px;
	width: 100%;
	padding-top: 15px;
	color: #666;
	font-family: "Lato";
	-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"], 
textarea {
	width: 100%;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 11px;
	color: #666;
	/*font-size: 15px;*/
	margin: 6px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup input,
.popup input[type="text"], 
.popup textarea {
	text-align: center;
}
.grey_background input,
.grey_background input[type="text"], 
.grey_background textarea {
	background-color: white;
	border: 1px solid #e0e0e0;
}
.white_background input,
.white_background input[type="text"], 
.white_background textarea {
	border: 1px solid #eee;
}
.white_background input:focus {
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
input[type="checkbox"] {
	width: auto;
	border: none;
	outline: none;
}
input[type="submit"] {
	text-transform: uppercase;
	width: 100%;
}
input:focus {
	color: #666;
	background-color: #ededed;
	border: 1px solid #ccc;
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	  -moz-box-shadow:    0px 0px 20px 0px rgba(0,0,0,0.15);
	  box-shadow:         0px 0px 20px 0px rgba(0,0,0,0.15);*/
}
input[type="text"]:focus {
	color: #666;
	background-color: #ededed;
	border: 1px solid #ccc;
}
.popup input[type="text"]:focus {
	background-color: white;
	outline: 1px solid #ddd;
	border: 1px solid #ccc;
}
textarea:focus,
textarea.error:focus {
	color: #666;
	background-color: #ededed;
	border: 1px solid #ccc;
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	  -moz-box-shadow:    0px 0px 20px 0px rgba(0,0,0,0.15);
	  box-shadow:         0px 0px 20px 0px rgba(0,0,0,0.15);*/
}
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 textarea {
	margin-bottom: 0;
}
input[type="submit"] {
	margin-top: 8px;
	margin-bottom: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
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;
	/*outline: 1px solid #efefef;*/
    padding: 6px 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #666;
	font-family: "Lato";
	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 {
	font-style: italic;
}
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: 0;
	padding: 0;
	width: auto;
}
.checkboxes {
    float: left;
    clear: left;
    position: relative;
}
.checkboxes li {
    float: left;
    margin-right: 10px;
}
.checkboxes ul li:before {
    content: none;
}
.checkboxes label {
	font-family: "Lato";
	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;
}

/* @end */

/* @group Magnific Popup */

		/*#get_in_touch_form {
			display: none;
		}*/
		.magnific_popup {
			position: relative;
			margin: 0 auto;
			width: 525px;
			max-width: 100%;
			text-align: center !important;
		}
		.magnific_popup .feature_box {
			float: none;
			margin: 0 auto;
			overflow: hidden;
		}
		.mfp-close,
		.mfp-image-holder .mfp-close {
			width: 50px !important;
			height: 50px !important;
			line-height: 50px !important;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.mfp-image-holder .mfp-close {
			right: 0 !important;
			text-align: center !important;
			padding-right: 0 !important;
		}
		.mfp-close:hover {
			background: rgba(255, 255, 255, .1);
		}
		.mfp-close-btn-in .mfp-close {
			color: white !important;
		}
		img.mfp-img {
			padding: 0 !important;
		}
		.mfp-bottom-bar {
			display: none;
		}
		.mfp-arrow-left:before,
		.mfp-arrow-right:before {
			border: none !important;
		}	

	/* @end */

/* @group 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;
		}
	
	/* @end */
	
	/* @group Ninja Form Styling */
	
		/* @group General Styles */
			
			.nf-form-fields-required {
				display: none;
			}
			.nf-field-label label {
				font-weight: normal !important;
			}
			input.ninja-forms-field[type="button"] {
				width: 100% !important;
				-webkit-appearance: none;
				/*-webkit-border-radius: 0;*/
			}
			.nf-error-msg {
				float: left;
				margin: -5px 0 0;
				background: #ffffbf;
				/*outline: 1px solid #efefef;*/
				padding: 6px 8px;
				width: 100%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				color: #666 !important;
				font-family: "Lato";
				font-style: italic;
				font-size: 14px;
				line-height: 21px;
			}
			.nf-error .ninja-forms-field {
				/*border: none !important;*/
				border: 1px solid #ccc !important;
				background-color: #ededed !important;
			}
			.popup .nf-after-form-content {
				display: none;
			}
			.nf-field-container, #ninja_forms_required_items {
			    margin-bottom: 0 !important;
			}
			.nf-field-container {
				margin-bottom: 12px !important;
			}
			.nf-field-container.hidden-container {
				margin-bottom: 0 !important;
			}
			.nf-field-container.submit-container {
				margin-bottom: 0 !important;
			}
			.nf-field-label {
				width: 100%;
			}
			.label-above .nf-field-label {
			    margin-bottom: 5px !important;
			}
			input.ninja-forms-field[type="submit"] {
				width: 100% !important;
				border: none;
				text-align: center;
			}
			input.ninja-forms-field[type="submit"]:focus,
			input.ninja-forms-field[type="submit"]:active {
				color: white;
			}
			
		/* @end */
	
		/* @group Removing padding around submit button */
			
			.feature_box .form_area {
				padding: 0 !important;
			}
			.feature_box .nf-field-container {
				padding: 0 20px;
			}
			.feature_box nf-field:first-child .nf-field-container {
				padding-top: 12px;
			}
			.feature_box nf-field:last-child .nf-field-container {
				padding: 0;
			}
			.feature_box nf-field:last-child .nf-after-field {
				display: none;
			}
			.feature_box input.ninja-forms-field[type="button"],
			.feature_box .rounded_corners input.ninja-forms-field[type="button"] {
				border: none;
				-webkit-border-top-left-radius:  0 !important;
				-moz-border-top-left-radius:     0 !important;
				border-top-left-radius:          0 !important;
				-webkit-border-top-right-radius: 0 !important;
				-moz-border-top-right-radius:    0 !important;
				border-top-right-radius:         0 !important;
			}
			#get_in_touch_thanks_popup .feature_box .form_area,
			#callback_thanks_popup .feature_box .form_area,
			#contact_thanks_popup .feature_box .form_area {
				padding: 12px 20px !important;
			}
		
		/* @end */
		
		/* @group reCaptcha */
		
			.recaptcha-wrap .nf-field-label {
				display: none;
			}
			.recaptcha-wrap .nf-field-element .g-recaptcha div {
				margin: 10px auto;
			}
		
		/* @end */
	
	/* @end */

/* @end */

/* @group Layout */

	/* @group General Layout */
	
		.section_outer {
			position: relative;
			float: left;
			width: 100%;
		}
		.section_outer.border_bottom {
			border-bottom: 1px solid #efefef;
		}
		.col.span_1_of_3 {
			margin-top: 35px;
		}
		.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: 1.25%;
		}
		.section_background {
			width: 100%;
			float: left;
			margin: 45px 0 55px;
		}
		.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: 48px 0 28px;
			border-top: 1px solid #e4e4e4;
		}
		.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;
			padding-top: 4px;
		}
		.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;
			margin: 50px 0 0;
			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;
		}
	
	/* @end */

	/* @group Page Title & Feature Box */
		
		.feature_box {
			width: 27%;
			/*height: 350px;*/
			margin-top: 38px;
			float: right;
			z-index: 1;
			background-color: white;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			/*-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);*/
		}
		/* ROUNDED CORNER STYLING */
		.rounded_corners .feature_box {
			-webkit-border-radius: 5px;
			-moz-border-radius:    5px;
			border-radius:         5px;
		}
		.feature_box .title_strip {
			color: white;
			/*text-shadow: 0px -1px 0px rgba(0,0,0,0.35);*/
		}
		/* ROUNDED CORNER STYLING */
		.rounded_corners .feature_box .title_strip {
			-webkit-border-radius: 4px 4px 0 0;
			-moz-border-radius:    4px 4px 0 0;
			border-radius:         4px 4px 0 0;
		}
		.feature_box .form_area {
			padding: 12px 20px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.section_inner .feature_box .form_area {
			margin-bottom: 0;
		}
		.feature_box .form_area .form-row:first-child label {
			padding-top: 0;
		}
		.feature_box .form_area .form-row:first-child label.error {
			padding-top: 12px;
		}
		.feature_box .form_area .form-row:last-child label.error {
			margin-bottom: 22px;
		}
		.feature_box .title_strip {
			background: #444 !important;
			text-transform: uppercase;
			letter-spacing: 0;
			font-size: 20px;
			padding: 10px;
		}
		.feature_box .button {
			-webkit-border-radius: 0 0 5px 5px;
			-moz-border-radius:    0 0 5px 5px;
		    border-radius:         0 0 5px 5px;
		    font-size: 18px;
			color: white;
		    padding-bottom: 15px;
		    margin: 0;
		    width: 100%;
		}
		.feature_box .button:last-child {
			margin-bottom: 0;
		}
		.feature_box label {
			/*font-size: 16px;*/
			color: #666;
		}
		.page_title_area {
			width: 100%;
			float: left;
			position: relative;
			/*min-height: 170px;*/
		}
		.page_title {
			width: 100%;
			float: left;
			clear: left;
			/*font-style: italic;*/
		}
		.page_title_area img {
			margin: 0;
		}
		h1.page_title {
			position: relative;
			top: 0;
			margin: 0;
			font-size:   65px;
			line-height: 65px;
			font-weight: 300;
			letter-spacing: -1.5px;
			text-transform: uppercase;
			text-align: center !important;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.including_image h1.page_title {
			/*position: absolute;*/
			color: white;
			opacity: 1;
			text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		}
		.page_title_container {
			position: absolute;
			width: 100%;
			float: left;
			clear: left;
			top: 0;
		}
		.page_intro {
			float: left;
			clear: left;
			width: auto;
			padding: 40px 0 50px;
		}
		.excluding_image .page_intro {
			padding: 10px 0 20px;
		}
		.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;
			/*min-height: 140px;*/
			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%;
			text-align: center !important;
		}
		.popup.feature_box h4 {
			color: white;
			font-family: "Lato";
			font-size: 16px;
			font-weight: 700;
			/*letter-spacing: 5px;*/
			margin-top:    2px;
			margin-bottom: 2px;
			/*padding-right: 53px;*/
		}
		.popup.feature_box p {
			margin-bottom: 0;
			color: #666;
			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;
		}
		.popup h4,
		.popup label,
		.popup p,
		.popup input,
		a.fancybox-close {
			text-align: center !important;
		}
	
	/* @end */

	/* @group Page Image */
	
		.page_image {
			width: 320px;
			margin-top: 38px;
			margin-left: 25px;
			float: right;
			z-index: 1;
			background-color: #e5e5e5;
			border: 10px solid white;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			-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);
		}
	
	/* @end */

	/* @group 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;
		}
		.home .testimonial_strip span.testimonial p {
			font-size:   24px;
			line-height: 35px;
			font-weight: 300;
			margin-bottom: 5px;
			color: white;
		}*/
	
	/* @end */

/* @end */

/* @group 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 */
	}

	/* @group 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: 0; }
		}
	/* @end */

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

/* @end */

/* @group Header */

	.header_container {
		position: fixed;
		width: 100%;
		height: 113px;
		top: 0;
		/*padding-bottom: 52px;*/
		z-index: 2;
	}
	.admin-bar .header_container,
	.admin-bar .header_background,
	.admin-bar .mobile_navigation {
		top: 32px;
	}
	
	@media only screen and (max-width: 825px) {
		.section_outer.header {
			top: 32px !important;
		}
	}
	
	@media only screen and (max-width: 782px) {
		.admin-bar .header_container,
		.admin-bar .header_background,
		.admin-bar .mobile_navigation {
			top: 46px;
		}
		.section_outer.header {
			top: 46px !important;
		}
	}
	.header_background {
		position: absolute;
		top: 0;
	}
	.container {
		padding-top: 113px;
	}
	.section_outer.header {
		padding: 0;
		z-index: 3;
		/*margin-bottom: 52px;*/
	}
	.section_outer.header .section_inner {
		height: 113px;
	}
	.section_outer.header.inc_secondary_navigation,
	.section_outer.header.inc_secondary_navigation .section_inner {
		height: 184px;
	}
	.header {
		background-color: white;
		width: 100%;
		height: 113px;
		position: relative;
		/*opacity: 0.95;*/
	}
	.header a {
		display: block;
		border: none;
	}
	.header a:hover,
	.header a:active,
	.header a:focus {
		border: none !important;
	}
	.logo {
		position: relative;
		top:    24px;
		width:  110px;
		height: 60px;
		margin: 0 auto 0;
		/*background-color: rgba(255, 255, 255, .1) !important;*/
		/*background: url(../images/logo-110x60.png) no-repeat; /* fallback logo (.png) *!/*/
	  	/*background-image: url(../images/logo.svg), none; /*high-res logo (.svg)*!/ 	*/
	}
	.header .buttons {
		position: absolute;
		right: 50px;
		top: 30px;
	}
	.header a.button {
		display: inline-block;
	}
	.button + .button {
		margin-left: 10px;
	}
	
	/* @group Phone Number */
	
			.phone_number {
				/*position: absolute;
				top:   38px;
				right: 40px;*/
				position: relative;
				top:   0;
				right: 0;
				float: right;
				color: white;
				font-size: 19px;
				font-weight: 300;
				text-decoration: none;
				font-style: normal;
			}
			.phone_number:hover,
			.phone_number:focus {
				color: white;
			}
			.phone_number i {
				position: relative;
			    display: inline-block;
			    font-size: 18px;
			    min-width: 18px;
			    margin-right: 5px;
			    text-align: center;
			    /*opacity: 0.5;*/
			    background: #777;
			    color: #333;
			    top: 2px;
			    padding: 7px;
			    -webkit-border-radius: 17px;
			    -moz-border-radius:    17px;
			    border-radius:         17px;
			}
			.phone_number:hover i {
				color: white;
			}
			
			@media only screen and (max-width: 825px) {
				.phone_number .number {
					display: none;
				}
			}
			
			@media only screen and (max-width: 675px) {
				.phone_and_social_icons {
					right: 30px !important;
				}
			}
	
		/* @end */
	
		/* @group Social Icons */
	
			.phone_and_social_icons {
				position: absolute;
				top:   22px;
				right: 50px;
			}
			.social_icons {
				display: none;
				/*background: rgba(255, 255, 255, .25);*/
				float: right;
				margin-right: 5px;
			}
			.social_icon {
				position: relative;
				display: inline-block !important;
				font-size: 23px;
				min-width: 24px;
				margin-right: 6px;
				text-align: center;
				background: #777;
				color: #333;
				/*top: 2px;*/
				padding: 4px;
				-webkit-border-radius: 17px;
				-moz-border-radius:    17px;
				border-radius:         17px;
			}
			.social_icon:hover,
			.social_icon:focus {
				color: white;
			}
			.social_icon i.fa-instagram {
				position: relative;
				top: -1px;
			}
			
			@media only screen and (max-width: 1000px) {
				.social_icons {
					display: none;
				}
			}
	
		/* @end */

/* @end */

/* @group Navigation */

	/* @group Dropdown Menu */
	
		.navigation_background {
			background: #ddd; /* Old browsers */
			background: -moz-linear-gradient(top,  #ddd 0%, #aaa 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ddd 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ddd 0%,#aaa 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ddd 0%,#aaa 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ddd 0%,#aaa 100%); /* W3C */
			/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 );  IE6-9*/ 
			height: 52px;
			z-index: 2;
			position: absolute;
			bottom: 0;
			-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.15);
			-moz-box-shadow:    0 5px 12px 0 rgba(0, 0, 0, 0.15);
			box-shadow:         0 5px 12px 0 rgba(0, 0, 0, 0.15);
		}
		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;
			/*border-left: 1px solid rgba(0,0,0,0.1);*/
		}
		ul.navigation li {
			list-style: none;
			float: left;
			height: 52px;
			text-align: left;
			padding: 0;
			position: relative;
			width: 25%;
			-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 li.quote_button {
			float: right;
		}
		ul.navigation li a,
		ul.navigation li span {
			display: block;
			float: left;
			width: 100%;
			font-size: 19px;
			line-height: 30px;
			text-align: center;
			font-family: "Lato";
			font-weight: 400;
			color: white;
			/*text-shadow: 0px -1px 0px rgba(0,0,0,0.35);*/
			padding: 10px 0 12px;
			position: relative;
			cursor: pointer;
			/*border-left: 1px solid rgba(0,0,0,0.1);*/
			/*border-right: 1px solid rgba(0,0,0,0.1);*/
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		ul.navigation li a.current,
		ul.navigation li span.current,
		ul.navigation li:hover,
		ul.navigation li.hover,
		ul.navigation li.current-menu-item,
		ul.navigation li.current-menu-parent {
		     background-color: rgba(0,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;
			-webkit-box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.25);
			-moz-box-shadow:    0px 10px 25px 0 rgba(0, 0, 0, 0.25);
			box-shadow:         0px 10px 25px 0 rgba(0, 0, 0, 0.25);
		}
		#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;
		}
		#menu ul.sub-menu li {
			float: none;
			padding: 0;
		}
		#menu ul.sub-menu li a {
			padding: 10px 20px 12px;
			font-size: 15px;
			line-height: 24px;
			text-shadow: none;
			background-color: #fafafa;
			color: #666;
			border-top: 1px solid #e9e9e9;
			border-right: none;
			white-space: nowrap;
		}
		#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: #f1f1f1;
			color: #333;
			border-top: 1px solid #d9d9d9;
		}
		#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-menu-item a {
			color: #333;
			background-color: #f1f1f1;
		}
		#menu li.hover ul.sub-menu li.current-menu-item a:hover {
			color: #333;
			background-color: #f1f1f1;
		}
		#menu ul.sub-menu.full_width_sub_menu {
			width: 400%;
			height: auto;
			background-color: #efeef5;
			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: "Lato";
			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;
		}
	
	/* @end */

	/* @group Mobile Navigation */
		
		.overlay {
		  	background-color: rgba(150,150,150,0.85);
		  	backdrop-filter: blur(6px); /* Doesn't work with Firefox */
			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: 24px 50px 58px;
		    width: 22px;
		    height: 39px;
		    top: 0;
		   	left: 50px;
		    cursor: pointer;
		    /*background-color: rgba(255, 255, 255, .05);*/
		    -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: white;
		}
		a.mobile_menu_button {
			/*opacity: 0.75;*/
		}
		a.mobile_menu_button:hover {
			opacity: 1;
		    background-color: rgba(0,0,0,0.15);
		}
		/*a.mobile_menu_button .mobile_menu_icon {
		    position: relative;
		    display: block;
		    width: 22px;
		    height: 18px;
		    opacity: 1;
		    background: url(../images/menu-icon-white.png) no-repeat; /* fallback logo (.png) *!/
	  		background-image: url(../images/menu-icon-white.svg), none; /* high-res logo (.svg)*!/ 
		}*/
	  	.mobile_menu_label {
			position: relative;
			top:  -11px;
			left: -7px;
			color: rgba(255, 255, 255, .5);
			font-size: 11px;
			line-height: 20px;
			font-family: "Lato";
			font-weight: 300;
			font-style: normal;
		}
		.mobile_navigation .sub-menu {
			display: none;
		}
	
		/* @group Menu Styling */

			ul#mobile_navigation li.menu_title {
			    color: white;
			    padding: 10px 10px 10px 15px;
			    font-size: 13px;
			    line-height: 24px;
			    font-weight: 700;
			    text-transform: uppercase;
			    position: relative;
				background: #aaa; /* Old browsers */
				background: -moz-linear-gradient(top,  #aaa 0%, #aaa 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #aaa 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #aaa 0%,#aaa 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #aaa 0%,#aaa 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #aaa 0%,#aaa 100%); /* W3C */
				/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#aaa',GradientType=0 );  IE6-9*/ 
			}
			.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(255,255,255,0.1);*/
			}
			.menu_title span.menu_close i {
				opacity: 0.65;
				font-size: 16px;
				line-height: 41px;
			}
			.menu_title span.menu_close:hover i {
			   	opacity: 1;
			}
			.menu_title span.menu_close:hover {
			   	color: white;
			   	/*background-color: rgba(255,255,255,0.05);*/
			}
			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 {
				position: relative;
				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: #555;
				color: rgba(255,255,255,0.7);
			    display: block;
			    font-size: 14px;
			    font-weight: 400;
			    font-style: normal;
			    line-height: 20px;
			    margin: 0;
			    overflow: hidden;
			    padding: 12px 12px 12px 15px;
			    text-align: left;
			    text-transform: uppercase;
			    text-overflow: ellipsis;
			    white-space: nowrap;
				border-bottom: 1px solid rgba(0,0,0,0.15) !important;
				width: auto;
				cursor: pointer;
			}
			ul#mobile_navigation li ul li a {
				background-color: #363636;
				color: rgba(255,255,255,0.6);
				font-family: "Lato";
				font-weight: 400;
				font-size: 15px;
				/*font-style: italic;*/
				text-transform: none;
				border-bottom: 1px solid rgba(0,0,0,0.2) !important;
			}
			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: #3d3d3d;
			}
			ul#mobile_navigation li a:hover {
				color: white;
				background-color: #3d3d3d;
			}
		
			/* @group Submenu Arrow */
			
				ul#mobile_navigation li.has-sub:before {
				    content: "\f0d7";
				    font-family: "Font Awesome 5 Free";
				    font-weight: 900;
				    position: absolute;
				    right: 15px;
				    font-size: 22px;
				    line-height: 43px;
				    color: rgba(255,255,255,0.25);
				    -webkit-transition: all 0.3s ease;
				    -moz-transition: all 0.3s ease;
				    -o-transition: all 0.3s ease;
				    transition: all 0.3s ease;
				}
				ul#mobile_navigation li.has-sub.active:before {
				    -ms-transform: rotate(180deg); /* IE 9 */
				    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
				    transform: rotate(180deg);
				}
			
			/* @end */
		
			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: white;
				background-color: #302e4a;
			}
			ul#mobile_navigation li ul li a:hover {
				color: white;
				background-color: #2f2f2f;
			}
			/*ul#mobile_navigation li.submenu_header a:after {
			    content: "▼";
			    position: absolute;
			    right: 15px;
			    color: rgba(255,255,255,0.25);
			}*/
			ul#mobile_navigation li.submenu_header ul li a:after {
			    content: none;
			}
			/*ul#mobile_navigation li.submenu_header a.ui-accordion-header-active:after {
			    content: "▲";
			    position: absolute;
			    right: 15px;
			}*/
			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);
			    /* TRANSITION */
				-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 {
			    /* ROTATE */
			    -webkit-transform: rotate(180deg);
			    -moz-transform:    rotate(180deg);
			    -o-transform:      rotate(180deg);
			    -ms-transform:     rotate(180deg);
			    transform:         rotate(180deg);
			}
		
		/* @end */
	
		/* @group 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;
				line-height: 21px;
				margin: 0;
				font-weight: 400;
				/*color: rgba(255,255,255,0.7);*/
				color: white;
				background-color: #666;
				-webkit-border-radius: 0;
				-moz-border-radius:    0;
			    border-radius:         0;
			}
			.navigation_footer a.button:hover {
				border: none;
				color: rgba(255,255,255,1);
				background-color: #555;
			}
			.navigation_footer a.button:hover,
			.navigation_footer a.button:focus,
			.navigation_footer a.button:active {
				border: none !important;
			}
			.navigation_footer a.button + a.button {
				background-color: #444;
			}
			/*.navigation_footer a.button + a.button:hover {
				background-color: #333;
			}*/
		
		/* @end */
	
	/* @end */

/* @end */

/* @group Home */

	h1.homepage_intro {
		font-size:   18px;
		line-height: 32px;
		font-weight: 300;
		/*font-style: italic;*/
		letter-spacing: 0;
		color: white;
		text-align: center;
		text-transform: none;
		margin: 0;
		margin-bottom: 10px;
	}
	h1.homepage_intro a {
		color: white;
	}
	.section_title {
		padding: 15px 0 25px;
	}
	.section_title h2 {
		font-size:   40px;
		line-height: 52px;
		font-weight: 100;
		margin-bottom: 5px;
		color: #ccc;
		text-transform: uppercase;
	}
	h2.section_title {
		font-size:   40px;
		line-height: 52px;
		font-weight: 100;
		margin-bottom: 5px;
		color: #ccc;
		top: 0;
	}
	.intro_section {
		background: #fafafa;
		border-bottom: 1px solid #efefef;
	}
	.intro_section .row {
		text-align: center;
	}
	.intro_section .button {
		margin-top: 20px;
		display: none;
	}
	.intro_area ul {
		display: inline-block;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.intro_area h1 {
		margin-top: 0;
	}
	.homepage_intro .image {
		display: none;
	}
	.including_profile_photo .homepage_intro .image {
		display: block;
		position: absolute;
		left: 50px;
		/*margin-top: -23px;*/
	}
	.including_profile_photo .homepage_intro {
		padding-left: 270px;
		text-align: left;
	}
	.including_profile_photo {
		min-height: 225px;
	}
	.homepage_intro .image img {
		max-width: 235px;
	}
	.thumbnail + p {
		margin-top: 12px;
	}
	.home .page_intro {
	  padding: 0;
	  margin: 0 0 8px !important;
	}
	.home .including_image h1.page_title {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 740px;
	}
	
	/* @group Testimonial Strip */
		
		.home .testimonial_strip p.testimonial,
		.home .testimonial_strip .testimonial p {
			color: white !important;
			font-size: 28px;
			line-height: 1.35;
			font-weight: 300 !important;
			margin-bottom: 10px;
		}
		.home .testimonial_strip p.testimonial-name {
			color: rgba(0,0,0,0.8);
			margin-bottom: 5px;
		}
		.star_container {
			margin: 12px 0 15px;
			font-size: 26px;
		}

	/* @end */

/* @end */

/* @group Image Effects */

	.image_rounded_corners {
		-webkit-border-radius: 8px;
		-moz-border-radius:    8px;
		border-radius:         8px;
	}
	.image_border img {
		border: 12px solid white;
		background: 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;
	}

/* @end */

/* @group Image Slider */

	/* @group Main Image Slider */
	
		.image_slider {
			position: relative;
			width: 100%;
			padding: 0;
			overflow: hidden;
			background: white;
			z-index: 1;
			float: none;
			background: #aaa;
		}
		.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: 10px;
		}
		.section_inner .form_area .form_row {
			width: 100%;
		}
		.section_inner .form_area .form-row input,
		.section_inner .form_area .form-row label {
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.form-row {
			position: relative;
			float: left;
		}
		.image_slider .feature_box label.error {
			position: absolute;
			visibility: hidden;
		}
		.section_outer.title_area {
			max-height: 420px;
			overflow: hidden;
		}
		.section_outer.title_area img {
			width: 100% !important;
			margin-bottom: 0;
		}
		.section_outer.intro_area {
			/*border-bottom: 1px solid #e5e5e5;*/
			/*background: blue !important;*/
		}
		.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;*/
			max-width: none;
			/*max-height: 550px;*/
			max-height: 750px;
			margin: 0 auto;
		}
		.flexslider {
			position: relative;
			border: none;
			padding: 0;
			box-shadow: none;
			max-width: 1920px;
			margin-left: auto;
			margin-right: auto;
			/*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 !important;
		    cursor: pointer;
		    display: block;
		    height: 10px;
		    width: 10px;
		    -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		    text-indent: -9999px;
		    transition: none !important;
		    background-color: white !important;
		}
		.flex-control-paging li a:hover {
		    background-color: #432972;
		}
		.flex-control-paging li a.flex-active {
		    background-color: #aaa !important;
		}
		.flex-control-nav li {
			bottom: 0;
		    margin: 0 3px !important;
		}
		.flex-direction-nav a {
			width:  46px !important;
			height: 46px !important;
			opacity: 1 !important;
			background: #777 url(../images/transparent-arrows_x2.png) -46px 0 !important;
		}
		.flex-direction-nav .flex-prev,
		.flex-direction-nav .flex-next {
			top: 50%;
			margin-top: -23px;
		}
		.flex-direction-nav .flex-prev {
			left: -23px !important;
			background: #777 url(../images/transparent-arrows_x2.png) !important;
		}
		.flex-direction-nav .flex-prev:hover {
			background: #555 url(../images/transparent-arrows_x2.png) 0 -46px !important;
		}
		.flex-direction-nav .flex-next {
			right: -23px !important;
		}
		.flex-direction-nav .flex-next:hover {
			background: #555 url(../images/transparent-arrows_x2.png) -46px -46px !important;
		}
		.flex-direction-nav a {
		    margin: -25px 0 0;
		    transition: none !important;
		}
		
		/*.metaslider .flexslider .flex-direction-nav li.flex-prev a,
		.metaslider .flexslider .flex-direction-nav li.flex-next a {
			width:46px;
			height:46px;
			background: none !important;
			background-color: rgba(0,0,0,.2);
		}
		.metaslider .flexslider .flex-direction-nav .flex-prev:hover,
		.metaslider .flexslider .flex-direction-nav .flex-next:hover {
			background-color: rgba(0,0,0,.4);
		}
		.metaslider .flexslider .flex-direction-nav .flex-prev:after,
		.metaslider .flexslider .flex-direction-nav .flex-next:after {
			font-family: "Font Awesome 5 Free";
			font-style: normal;
			font-size: 26px;
			line-height: 44px;
			color: rgba(255, 255, 255, .75);
		}
		.metaslider .flexslider .flex-direction-nav .flex-prev:after {
			content: "\f104";
			margin-left: -4px;
		}
		.metaslider .flexslider .flex-direction-nav .flex-next:after {
			content: "\f105";
			margin-right: -4px;
		}
		.metaslider .flexslider .flex-direction-nav .flex-prev:hover:after,
		.metaslider .flexslider .flex-direction-nav .flex-next:hover:after {
			color: rgba(255, 255, 255, 1);
		}*/
		
		.flex-caption {
			/*zoom: 1;*/
			margin: 0;
			position: absolute;
			float: none;
			bottom: 15px;
			left: 25px;
			text-align: left;
			width: auto;
			z-index: 100;
		}
		.flex-caption h3 {
			display: inline-block;
			float: left;
			clear: left;
			font-weight: 400;
			font-size: 17px;
			color: white;
			background-color: #aaa;
			width: auto;
			padding: 1px 8px 3px;
			z-index: 1;
		}
		.flex-caption h2 {
			display: inline-block;
			float: left;
			clear: left;
			position: relative;
			left: 10px;
			top: -12px;
			font-family: "Lato";
			font-size: 42px;
			line-height: 42px;
			font-weight: 300;
			letter-spacing: -0.75px;
			padding: 8px 12px 14px;
			color: white;
			background-color: #666;
			z-index: -1;
		}
		a.fancybox-close {
			transition: none;
		}
	
		/* @group Making image slider full width */
	
			.flex-viewport,
			ul.slides,
			ul.slides li,
			ul.slides li a {
				max-height: 750px;
			}
			ul.slides li a {
				display: inline-block;
				width: 100% !important;
			}
			/*ul.slides li img { 
				vertical-align: text-bottom;
			}*/
			.flex-direction-nav .flex-prev {
				left: 0 !important;
			}
			.flex-direction-nav .flex-next {
				right: 0 !important;
			}
			
			@media only screen and (max-width: 1200px) {
				
				ul.slides li {
					margin-bottom: -7px !important;
				}
				ul.slides li a {
					margin: 0 !important;
				}
							
			}
	
		/* @end */
	
		
	
	/* @end */

	/* @group Meta Slider */
	
		.metaslider .flexslider {
			margin-bottom: 0 !important;
		}
		.metaslider .caption-wrap {
		    position: absolute;
		    background: none !important;
		    opacity: 1 !important;
		    bottom: 20px !important;
		    right:   25px !important;
		    text-align: left;
		    width: auto !important;
		    z-index: 100;
		}
		.metaslider .caption {
			display: inline-block;
			float: right;
			clear: left;
			position: relative;
			right: 10px;
			top: -12px;
			font-family: "Lato";
			font-size:   28px;
			line-height: 36px;
			font-weight: 300;
			letter-spacing: 0px;
			padding: 8px 12px !important;
			color: white;
			background-color: #666;
			opacity: 0.9;
		}
		.metaslider .flex-control-nav {
			bottom: 15px !important;
			display: none;
		}
		.metaslider .flex-control-nav li a {
			margin: 0 1px !important;
		}
		.metaslider a:hover {
			border: none !important;
		}
		
		/* @group Animation */
				
			.metaslider li.flex-active-slide .caption {
				-webkit-animation-delay: 	.8s;
				animation-delay: 		 	.8s;
				-webkit-animation-duration: .8s;
				animation-duration: 		.8s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: fadeIn;
				animation-name: fadeIn;
			}
		
		/* @end */
	
	/* @end */
	
	/* @group Manual Image Slider */
	
		.flexslider {
			margin-bottom: 0 !important;
			border: none !important;
			border-radius: 0 !important;
		}
		.flexslider a {
			border: none !important;
		}
		.flex-direction-nav .flex-next {
			text-align: inherit !important;
		}
		.flexslider img {
			margin-bottom: 0 !important;
		}
		.flexslider .caption-wrap {
		    position: absolute;
		    background: none !important;
		    opacity: 1 !important;
		    bottom: 20px !important;
		    right:   25px !important;
		    text-align: left;
		    width: auto !important;
		    z-index: 100;
		}
		.flexslider .caption {
			display: inline-block;
			float: right;
			clear: left;
			position: relative;
			right: 10px;
			top: -12px;
			font-family: "Lato";
			font-size:   28px;
			line-height: 36px;
			font-weight: 300;
			letter-spacing: 0px;
			padding: 8px 12px !important;
			color: white;
			background-color: #666;
			opacity: 0.9;
		}
		.flexslider .flex-control-nav {
			bottom: 15px !important;
			display: none;
		}
		.flexslider .flex-control-nav li a {
			margin: 0 1px !important;
		}
		.flexslider a:hover {
			border: none !important;
		}
		
		/* @group Animation */
				
			.flexslider li.flex-active-slide .caption {
				-webkit-animation-delay: 	.8s;
				animation-delay: 		 	.8s;
				-webkit-animation-duration: .8s;
				animation-duration: 		.8s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: fadeIn;
				animation-name: fadeIn;
			}
		
		/* @end */
	
	/* @end */
	
/* @group Swiper */
	
			/* INITIAL SLIDER STYLES */
			/* ===================== */
			
			.swiper-container {
				width: 100%;
				height: auto;
				background: #ddd;
				/*max-width: 1200px;*/
			}
			.swiper-slide {
				text-align: center;
				font-size: 18px;
				background: #fff;
			}
	
			/* SET SLIDER HEIGHT */
			/* ================= */
			
			.swiper-container .swiper-slide {
				height:      550px;
				line-height: 550px;
			}
	
			/* CUSTOM STYLES */
			/* ============= */
	
			.swiper-container .swiper-slide {
				background: none;
				display: flex;
				justify-content: center; /* align horizontal */
				align-items: center; /* align vertical */
			}
			.swiper-container .swiper-slide a,
			.swiper-container .swiper-slide a:hover {
				border: none !important;
			}
			.swiper-container .swiper-slide img {
				/*max-width: 100%;*/
				width: 100%;
				margin: 0;
				display: block;
			}
			.swiper-container .swiper-slide a {
				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";
			}
			.includes_video_link a:before {
				line-height: 1;
			}
			
			/* 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;
				bottom: 34px;
				font-size: 28px;
				line-height: 1.15;
				font-weight: 300;
				/*text-transform: lowercase;*/
				padding: 8px 12px !important;
				color: white;
				background-color: #999;
			}
			.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;
			}
			
			/* @group Animation */
					
				.swiper-slide-active .caption {
					-webkit-animation-delay: 	.8s;
					animation-delay: 		 	.8s;
					-webkit-animation-duration: .8s;
					animation-duration: 		.8s;
					-webkit-animation-fill-mode: both;
					animation-fill-mode: both;
					-webkit-animation-name: fadeIn;
					animation-name: fadeIn;
				}
			
			/* @end */
			
			.swiper-container {
				overflow: visible;
			}
			.swiper-wrapper {
				overflow: hidden;
			}
			.swiper-button-next {
			    right: 0;
			}
			.swiper-button-prev {
			    left: 0;
			}
			.swiper-button-next, 
			.swiper-button-prev {
			    font-size: ;
			    top: 50%;
			    margin: -23px 0 0;
			    transition: none;
			    width: 46px;
			    height: 46px;
			    opacity: 1;
			    background-color: #999;
			}
			.swiper-button-next:hover, 
			.swiper-button-prev:hover {
			    background-color: #666;
			}
			.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 PAGINATION */
			/* =============== */
			
			.swiper-pagination {
				display: none;
			}
			
			/* SET SLIDER HEIGHT */
			/* ================= */
			
			@media only screen and (max-width: 1200px) {
				.swiper-container .swiper-slide {
					height:      500px;
					line-height: 500px;
				}
			}
			@media only screen and (max-width: 1100px) {
				.swiper-container .swiper-slide {
					height:      450px;
					line-height: 450px;
				}
			}
			@media only screen and (max-width: 1000px) {
				.swiper-container .swiper-slide {
					height:      400px;
					line-height: 400px;
				}
			}
			@media only screen and (max-width: 875px) {
				.swiper-container .swiper-slide {
					height:      350px;
					line-height: 350px;
				}
			}
			@media only screen and (max-width: 775px) {
				.swiper-container .swiper-slide {
					height:      300px;
					line-height: 300px;
				}
			}
			@media only screen and (max-width: 700px) {
				.image_slider.updated_image_slider {
					margin-top: 0;
				}
			}
			@media only screen and (max-width: 675px) {
				.swiper-container .swiper-slide {
					height:      250px;
					line-height: 250px;
				}
			}
			@media only screen and (max-width: 575px) {
				.swiper-container .swiper-slide img {
					margin-bottom: 25px;
					top: -6px;
					position: relative;
				}
				.swiper-container .caption {
					display: block;
					bottom: 0;
					right: 0;
					width: 100%;
					text-align: center;
					font-size: 22px;
					padding-left: 0 !important;
					padding-right: 0 !important;
					-webkit-animation-delay: 	0;
					animation-delay: 		 	0;
					-webkit-animation-duration: 0;
					animation-duration: 		0;
					-webkit-animation-name: none;
					animation-name: none;
				}
			}
			@media only screen and (max-width: 475px) {
				.swiper-container .swiper-slide {
					height:      225px;
					line-height: 225px;
				}
				.swiper-button-next, 
				.swiper-button-prev {
				    display: none;
				}
			}
			@media only screen and (max-width: 425px) {
				.swiper-container .swiper-slide {
					height:      200px;
					line-height: 200px;
				}
			}
			@media only screen and (max-width: 375px) {
				.swiper-container .swiper-slide {
					height:      175px;
					line-height: 175px;
				}
				.swiper-container .caption {
					font-size: 18px;
				}
			}
	
		/* @end */	

/* @end */

/* @group Image Gallery */

	.fbx-count {
		display: none;
	}
	.foogallery-container a,
	.foogallery-default.spacing-width-25 a {
		width: 23.5%;
		margin-right: 2%;
		/*border-width: 7px !important;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.foogallery-container a:nth-child(4n) {
		margin-right: 0;
	}
	.foogallery-default a img {
	    margin-bottom: 0;
	}
	.gallery_container a,
	.gallery_container img {
		margin-bottom: 0 !important;
	}
	.gallery_container a {
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.gallery_container a:hover {
		-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);
	}
	.gallery_container a:before {
		opacity: 0;
		content: " ";
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
		display: block;
		position: absolute;
		backdrop-filter: blur(2px); /* Doesn't work with Firefox */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.gallery_container a:after {
		opacity: 0;
		content: "\f00e";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 35px;
		color: rgba(255, 255, 255, .95);
		position: absolute;
		left: 0;
		top:   50%;
		margin-top: -12px;
		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;
	}
	.gallery_container a:hover:before {
		opacity: 1;
	}
	.gallery_container a:hover:after {
		opacity: 1;
	}
	.gallery_image_container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
		padding: 35px 0;
	}

/* @end */

/* @group Call to action */

	.section_outer.call-to-action {
		padding-top: 0;
		margin-bottom: 0;
		background: #a8b03b;
	}
	/*.section_outer.call-to-action.primary_colour_gradient {
		background: #aaa; /* Old browsers *!/
		background: -moz-linear-gradient(top,  #aaa 0%, #ddd 100%); /* FF3.6+ *!/
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#ddd)); /* Chrome,Safari4+ *!/
		background: -webkit-linear-gradient(top,  #aaa 0%,#ddd 100%); /* Chrome10+,Safari5.1+ *!/
		background: -o-linear-gradient(top,  #aaa 0%,#ddd 100%); /* Opera 11.10+ *!/
		background: -ms-linear-gradient(top,  #aaa 0%,#ddd 100%); /* IE10+ *!/
		background: linear-gradient(to bottom,  #aaa 0%,#ddd 100%); /* W3C *!/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#ddd',GradientType=0 ); /* IE6-9 *!/
	}*/
	.call-to-action .section_background {
		margin: 0;
	}
	.col.call-to-action {
		/*background-color: #f2f2f2;*/
		float: left;
		clear: left;
		text-align: center !important;
		padding: 40px 80px 45px;
		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 {
		margin: 0 auto;
		padding: 35px 0 40px;
	}
	.call-to-action h4 {
		margin: 0 0 7px;
		font-size:   22px;
		line-height: 28px;
		font-family: "Lato";
		font-weight: 700;
		color: white !important;
	}
	.call-to-action p {
		margin: 0;
		color: white !important;
	}
	.button_area {
		float: right;
		width: 37.5%;
		margin-left: 35px;
	}
	.call-to-action a.button {
		margin: 17px 0 0;
		line-height: 22px;
		background: #6a6665;
		color: white;
		border: none;
		padding: 14px 25px 15px;
	}
	.call-to-action a.button:hover,
	.call-to-action a.button:focus,
	.call-to-action a.button:active {
		border: none !important;
		background: #555;
	}
	.two_buttons .button:first-child {
		margin-right: 7px;
	}
	.two_buttons .button:nth-child(2) {
		margin-left: 7px;
	}
	.call-to-action h4,
	.call-to-action p {
		text-align: center !important;
	}

/* @end */



/* @group Cookie Pop-up [NEW] */

	#cookie-message {
		position: fixed;
		padding: 50px 50px 55px;
		text-align: center;
		background-color: #dfdfdf;
		bottom: 0;
		z-index: 100;
		/*right: 0;*/
		/*display: none;*/
		/*display: block !important;*/
		width: 100%;
		opacity: 0.95;
		font-size:   14px;
		line-height: 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cookie-message p {
		margin: 0;
		color: white;
	}
	#cookie-message a {
		color: white;
		/*text-decoration: underline;*/
	}
	#cookie-message #top-strip {
		position: absolute;
		top: 0;
		left: 0;
		background:  none !important;
		height: 35px;
		width: 100%;
		/*display: none;*/
	}
	#cookie-message .close {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		cursor: pointer;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: rgba(255, 255, 255, .75);
		width:  50px;
		height: 50px;
		font-size:   18px;
		line-height: 50px;
		/*background-color: #81746B;*/
	}
	#cookie-message .close:hover {
		background-color: rgba(0,0,0,0.1);
		color: white;
	}
	#cookie-message .dont-show p {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		cursor: pointer;
		margin: 0 0 10px 10px;
		padding: 0 8px;
		font-weight: normal;
		color: #ffffff;
		height: 35px;
		width: 115px;
		line-height: 36px;
		background-color: #81746B;
	}
	#cookie-message .dont-show p:hover {
		background-color: #958982;
		color: #ffffff;
	}

/* @end */

/* @group Testimonials */

	.testimonial,
	.testimonial-name {
		font-style: italic;
		font-size: 105%;
		/*padding-bottom: 5px;*/
	}
	.col.testimonial:first-child {
		margin-top: 0;
	}
	.testimonial-quote {
		font-size: 28px;
		line-height: 36px;
		font-weight: 300;
		font-style: italic;
		color: #666;
	}
	.testimonial-name {
		/*font-weight: 700;*/
		color: #666;
		margin-top: 5px;
	}
	.testimonial-name.secondary_colour {
		color: #aaa;
	}
	p.testimonial br {
		margin-bottom: 10px;
	}
	p.testimonial br > br {
		display: none;
	}
	.testimonial p {
		margin-bottom: 5px;
	}
	.testimonial p:before {
		content: '"';
	}
	.testimonial p:after {
		content: '"';
	}
	.testimonial_container:after {
		content: '';
		width: 150px;
		height: 1px;
		display: block;
		background: #ddd;
		margin: 34px auto 0;
	}
	.testimonial_container:last-child:after {
		content: none;
	}

	/* @group Testimonial Panel */
	
		.testimonial_panel {
			margin-top: 0;
			margin-bottom: 50px;
		}
		.testimonial_panel .section_inner {
			/*max-width: 750px;*/
			padding: 0;
		}
		.testimonial_panel .row:before {
			content: '';
			width: 150px;
			height: 1px;
			display: block;
			background: #ddd;
			/*margin: 0 auto 32px;*/
			margin: 32px auto 32px;
		}
		.testimonial_panel .row:after {
			content: '';
			width: 150px;
			height: 1px;
			display: block;
			background: #ddd;
			/*margin: 37px auto 0;*/
			margin: 37px auto 0;
		}
		.testimonial_panel h3 {
			font-weight: 400;
			font-size: 32px;
			line-height: 42px;
			font-style: italic;
		}
		.testimonial_panel a.play_video_link {
			color: #333;
			font-style: normal;
			top: 0;
		}
		.testimonial_panel a.play_video_link:hover {
			color: #333;
			border-bottom: none !important;
		}
	
	/* @end */

/* @end */

/* @group Key People */

	h3.key_people_name {
		margin-bottom: 0;
	}
	p.job_title {
		margin-bottom: 15px;
	}
	.page_title p.job_title {
		margin-top: 7px;
	}

/* @end */

/* @group Downloads */

	.download {
		margin-bottom: 25px;
	}
	.download h4 {
		font-family: "Lato";
		font-weight: 700;	
		margin-top: 22px;
		margin-bottom: 0;
	}
	.download p {
		margin: 4px 0;
	}

/* @end */

/* @group Contact */

	.map {
		background-color: #E5E3DF;
	}
	#google_map {
		width: 100%;
		height: 320px;
	}
	.contact_form input[type="submit"] {
		margin-top: 20px;
	}
	.span_1_of_4.contact_details {
		margin-top: 2px;
	}
	.contact_form_container,
	.contact_details_container {
		text-align: left !important;
	}
	.contact_form_container input, 
	.contact_form_container input[type="text"], 
	.contact_form_container textarea {
		text-align: left;
	}
	input[type="button"] {
		text-align: center !important;
	}

/* @end */

/* @group 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;
	}
	.page_title .button,
	.page_title_container .button {
		border: none;
		color: white;
		letter-spacing: 0;
		text-shadow: none;
		line-height: 32px;
		margin-top: 15px;
	}
	/*.page_title a + br + a.button,
	.page_title_container a + br + a.button {
		position: relative;
		top: -35px;
	}*/
	.page_title .button:hover,
	.page_title_container .button:hover {
		border: none !important;
	}

/* @end */

/* @group Blog */

	.blog_post {
		margin-bottom: 5px;
	}
	.blog_post_title .page_title {
		margin-bottom: 25px;
	}
	.blog_post_introduction .section_inner,
	.blog_post_content .section_inner,
	.comments_section .section_inner {
		max-width: 900px;
	}
	/*.blog_post_content img,
	p img,
	.wp-caption img {
		border: 1px solid #dfdfdf;
	}*/
	h1 + p.date {
		margin-top: 0;
	}
	.page_title_area .date {
		/*float: left;*/
		clear: left;
		color: rgba(255, 255, 255, .75);
		position: relative;
		/*top: -24px;*/
		margin-bottom: 7px;
	}
	.page_title_area .date a {
		font-weight: 400;
		color: rgba(255, 255, 255, .75);
	}
	.page_title_area .date a:hover {
		color: rgba(255, 255, 255, 1);
	}
	p img {
		margin: 15px 0;
	}
	.blog_meta_information {
		float: left;
		clear: left;
		width: 100%;
		position: relative;
		margin-top: 10px;
		/*padding-bottom: 32px;*/
		/*background-color: rgba(0,0,0,0.25);*/
	}
	h2 + .blog_meta_information {
		margin-top: 0;
	}
	.blog_post_title .blog_meta_information {
		top: -20px;
	}
	.blog_meta_information.date a {
		font-weight: 400;
		color: #aaa;
	}
	.jssocials-share-link {
		line-height: 1 !important;
	}
	/*.page_title_area .date a:hover,
	.blog_meta_information.date a:hover {
		text-decoration: underline;
	}*/
	#share {
		position: relative;
		display: block;
		/*float: left;*/
		clear: both;
		margin-bottom: 20px;
		/*top: -32px;*/
	}
	.blog_post_introduction h2.intro {
		padding-top: 0;
	}
	.comments_section {
		background-color: #fafafa;
	}
	.comments_section .section_inner .row {
		padding-top: 25px;
		/*border-top: 1px solid #e4e4e4;*/
	}
	.comments_section .section_background {
		margin-top: 0;
	}
	.blog_intro_area.including_image h2.intro,
	.blog_intro_area.including_image h3.intro {
		padding-bottom: 10px;
	}
	.intro_area.including_image .blog_meta_information {
		margin-top: 0;
	}
	.blog_post_content h2 {
		font-size: 30px;
		line-height: 36px;
		/*color: #333;*/
	}
	.darken {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.25);
		height: 100%;
	}
	.header_image_container {
		position: relative;
	}
	.Left_text .summary_container {
		display: table;
	}
	.Left_text .summary_image,
	.Left_text .summary_text {
		display: table-cell;
		vertical-align: top;
	}
	.Left_text .summary_image {
		width: 30%;
		padding-top: 5px;
	}
	.Left_text .summary_text {
		padding-left: 30px;
	}

	/* @group Social Share Icons */
	
		.jssocials-share-twitter .jssocials-share-link,
		.jssocials-share-facebook .jssocials-share-link,
		.jssocials-share-googleplus .jssocials-share-link,
		.jssocials-share-linkedin .jssocials-share-link {
			background: none;
			color: 				rgba(0,0,0,0.35);
			border: 1px solid 	rgba(0,0,0,0.35);
		}
		.jssocials-share-twitter .jssocials-share-link:hover,
		.jssocials-share-facebook .jssocials-share-link:hover,
		.jssocials-share-googleplus .jssocials-share-link:hover,
		.jssocials-share-linkedin .jssocials-share-link:hover {
			background: 		rgba(0,0,0,0.05);
			color: 				rgba(0,0,0,0.7);
			border: 1px solid 	rgba(0,0,0,0.35) !important;
		}
	
	/* @end */
	
	/* @group Pagination */
	
		/* @group Default Wordpress Pagination */
		
			.pagination {
			    font-style: italic;
			    color: #999;
			    display: block;
			    width: 100%;
			    float: left;
			    clear: left;
			}
			.pagination h2 {
				display: none;
			}
			.pagination span, 
			.pagination a {
			    display: inline-block;
			    padding: 0 6px;
			}
			.pagination span.current {
			    font-weight: bold;
			}
		
		/* @end */
		
		.custom-pagination {
		  float: left;
		  width: 100%;
		  margin-top: 35px;
		  border-top: 1px solid #dddddd;
		  padding-top: 35px;
		  font-style: italic;
		  color: #999;
		}
		.custom-pagination span,
		.custom-pagination a {
		  display: inline-block;
		  padding: 0 6px;
		}
		.custom-pagination a {
		}
		.custom-pagination a:hover {

		}
		.custom-pagination span.page-num {
		  margin-right: 10px;
		  padding: 0;
		}
		.custom-pagination span.dots {
		  padding: 0;
		}
		.custom-pagination span.current {
		  font-weight: bold;
		}

	/* @end */

/* @end */

/* @group Videos */

	/* @group Custom Video Setup */
			
			.video_container {
				position: relative;
				overflow: hidden;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			a.video_container,
			a.video_container:hover {
				border: none !important;
			}
			.video_container:hover {
				-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);
			}
			.video_container .play_icon {
				content: "\f144";
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				font-size: 60px;
				color: rgba(255, 255, 255, .5);
				position: absolute;
				left: 0;
				top:   50%;
				margin-top: -32px;
				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 {
				color: rgba(255, 255, 255, 1);
				transform: scale(1.1);
			}
			.video_container .play_icon i {
				font-weight: 900 !important;
			}
			.video_container img {
				margin: 0;
			}
			
			.includes_video_link a:before {
				content: "\f144";
				font-family: "Font Awesome 5 Free";
				font-weight: 400;
				font-size: 70px;
				color: rgba(255, 255, 255, .75);
				position: absolute;
				left: 0;
				top:   50%;
				margin-top: -40px;
				width: 100%;
				text-align: center;
				text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.includes_video_link a:hover:before {
				color: rgba(255, 255, 255, 1);
				transform: scale(1.1);
			}
			
			/* @group Featherlight Styles */
			
				@media only screen and (max-width: 1100px) {
					.featherlight iframe {
						width: 90vw;
						height: calc( 90vw * 0.5625 );
					}
				}
				
				@media only screen and (max-width: 1024px) {
					.featherlight .featherlight-content {
						padding: 0 !important;
						border-bottom: none !important;
					}
				}
		
			/* @end */
	
		/* @end */

/* @end */

/* @group Map */

	#google_map {
	    height: 290px;
	}
	.map {
		background-color: #e5e3df;
	}
	.gmnoprint img { 
		max-width: none !important; 
	}

/* @end */

/* @group Landing Page */

	.single-landing .col.span_1_of_2 .nf-form-cont {
		background-color: #fafafa;
		padding: 25px;
		border: 1px solid #ddd;
	}
	.single-landing .col.span_1_of_2 .nf-form-cont:not(:first-child) {
		margin-top: 17px;
	}
	
	.single-landing .col.span_1_of_2 .nf-form-cont input[type="text"],
	.single-landing .col.span_1_of_2 .nf-form-cont input[type="email"],
	.single-landing .col.span_1_of_2 .nf-form-cont textarea {
		background-color: white;
	}
	.lead_magnet_thumbnail {
	    margin-top: -80px;
	}
	.single-landing a.video_container {
		margin-top: 35px;
	}

/* @end */

/* @group Services Strip */

	.services_strip {
		margin-bottom: 50px;
	}
	.services_strip .boxed_item {
		background: #f2f2f2;
		border: 1px solid #e5e5e5;
	}
	.services_strip .boxed_item a {
		border-color: #eee;
	}
	.services_strip .boxed_item a:hover {
		color: #333;
		border-color: #ddd !important;
	}
	.services_strip .boxed_item h3 a {
		color: #ef4f2a;
	}
	.services_strip .boxed_item h3 a:hover {
		color: #333;
	}
	.services_strip .boxed_item p {
		color: #444;
		line-height: 26px;
	}

/* @end */

/* @group Footer */

	html {
		height: 100%;
	}
	html, body {
	    height: 100%;
		margin: 0;
	}
	.wrapper {
	    min-height: 100%;
	}
	.container {
		overflow: auto;
	}
	.footer {
		background-color: rgba(0,0,0,0.05);
		/*background-color: black;*/
		position: relative;
		clear: both;
		text-align: center;
		width: 100%;
		padding: 0;
		font-size: 13px;
		line-height: 60px;
		color: #bbb;
	}
	.footer_inner {
		overflow: hidden;
		max-width: 1100px;
		padding: 20px 50px 0;
	    margin: 0 auto;	
	}
	.footer_inner p {
		margin-bottom: 0;
	}
	.footer h4 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.footer p {
		line-height: 22px;
		/*font-style: italic;*/
		z-index: 100;
	}
	.footer a {
		color: #bbb;
		font-size: 100%;
		line-height: 22px;
		font-weight: normal;
		text-decoration: none;
		border: none;
	}
	.footer a:hover {
		color: #888;
	}
	.evolve-websites {
		width: 155px;
		height: 17px;
		margin: 10px auto 0;
		opacity: 0.6;
		text-indent: -9999px;
		background: url(../images/evolve-logo.png) 0 0 no-repeat; /* fallback logo (.png) */
	  	background-image: url(../images/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: 0.8;
	}
	.footer_bottom_strip {
		width: 100%;
		min-height: 75px;
		position: relative;
		bottom: 0;
	}
	.footer p.margin_top {
		margin-top: 8px;
	}
	.footer i {
		position: relative;
		top: -1px;
		margin-right: 1px;
	}
	/*.col.span_1_of_1 i {
		position: relative;
		top: -2px;
		color: #bbb;
		margin-right: 2px;
	}*/
	
	/* @group Footer Height */
		.container {
			padding-bottom: 150px;
		}
		.footer {
			margin: -150px auto 0; /* negative value of footer height */
			height:  150px;
		}
	/* @end */

/* @end */

/* @group Functional Classes */

	/* @group Text */
	
		.normal,
		.popup.feature_box p.normal {
			font-weight: 400;
		}
	
	/* @end */

	/* @group Position */
	
		.centered {
			text-align: center !important;
		}
		.left_aligned {
			text-align: left;
		}
	
	/* @end */

	/* @group Colours */
	
		.primary_colour_gradient {
			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 */
		}
		.primary_colour_gradient h1 {
			color: white;
		}
		.secondary_colour_gradient {
			background: #aaa; /* Old browsers */
			background: -moz-linear-gradient(top,  #aaa 0%, #aaa 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #aaa 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #aaa 0%,#aaa 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #aaa 0%,#aaa 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #aaa 0%,#aaa 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
		}
		.pale_grey {
			background-color: rgba(0,0,0,0.05);
		}
		/*.pale_grey,
		.col.call-to-action,
		.footer {
			background-color: rgba(168,176,59,0.125);
		}*/
		.grey_background {
			background-color: #FAFAFA;
		}
	
	/* @end */

	/* @group Margins */
	
		.ten_margin_bottom {
			margin-bottom: 10px;
		}
		.no_margin_top {
			margin-top: 0;
		}
		.no_margin_bottom {
			margin-bottom: 0;
		}
		.five_margin_bottom,
		h1.five_margin_bottom {
			margin-bottom: 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;
		}
		.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;
		}
		.thirty_margin_bottom {
			margin-bottom: 30px;
		}
		.extra_margin_bottom {
			margin-bottom: 10px;
		}
		h3.less_margin_top {
			margin-top: 10px;
		}
		.ten_margin_bottom {
			margin-bottom: 10px;
		}
		.fifteen_margin_bottom {
			margin-bottom: 15px;
		}
		li.increased_margin_bottom {
			margin-bottom: 6px;
		}
	
	/* @end */

	/* @group 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;
		}
		.thirtyfive_padding_bottom {
			padding-bottom: 35px;
		}
	
	/* @end */

	/* @group Opacity */
	
		.pale {
			opacity: 0.5;
		}
	
	/* @end */

	/* @group Borders */
	
		.border_bottom {
			border-bottom: 1px solid #dddddd;
		}
		.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;
		}
		a.no_border_bottom:hover,
		a.no_border_bottom:focus,
		a.no_border_bottom:active {
			border-bottom: 0 !important;
		}
	
	/* @end */

	/* @group Table Layout */
	
		.table_layout,
		.col.table_layout {
			display: table;
		}
		.table_cell {
			display: table-cell;
			float: none;
			vertical-align: middle;
		}
		.table_cell img {
			width: 100%;
		}
	
	/* @end */

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

/* @end */

/* @group Sticky Scrolling */

	.stickit {
		position: fixed;
		top: 0;
	}

/* @end */

/* @group Tables */

	table {
		width: 100%;
		margin-top:    35px;
		margin-bottom: 15px;
		/*font-size:   14px;*/
		/*line-height: 19px;*/
	}
	table tr th {
		background-color: #444;
		color: white;
		font-size: 16px;
		text-align: left;
	}
	table p.date {
		margin-bottom: 0;
	}
	table tr td {
		background-color: #f8f8f8;
	}
	table tr:nth-child(odd) td {
		background-color: #e8e8e8;
	}
	table tr th {
		padding: 9px 5px 9px 8px;
	}
	table tr td {
		padding: 12px 5px 12px 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;
	}
	tr.table_title th {
		background-color: #444;
	}
	.notes {
		color: #999;
	}
	td.right_aligned {
		padding-right: 10px;
	}
	td.no_link_styling a {
		color: #444;
		text-decoration: none;
	}

/* @end */

/* @group UPDATES */

	/* @group 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;
		}
	
	/* @end */
	
	/* @group Reducing amount of space that pop-up forms take up */
	
		.checkbox-wrap .nf-field-label label, 
		.form_privacy_link, .form_privacy_link a,
		.nf-field-element a {
		    font-size:   14px; /* THIS MAY NEED TO BE 14/21 OR 15/22 DEPENDING ON THE FONT USED */
		    line-height: 22px; /* THIS MAY NEED TO BE 14/21 OR 15/22 DEPENDING ON THE FONT USED */
		    /*font-style: italic;*/
		    letter-spacing: -0.2px;
		}
		.textbox-wrap .nf-field-label,
		.textarea-wrap .nf-field-label, 
		.email-wrap .nf-field-label {
		    margin-bottom: 3px !important;
		}
		.nf-field-container {
		    margin-bottom: 10px !important;
		}
		.feature_box .form_area {
		    padding: 12px 20px;
		}
		input, 
		input[type="text"], 
		textarea {
			padding: 12px;
		}
		.nf-field-element textarea {
			height:     150px !important;
			min-height: 150px !important;
		}
		.label-right .nf-field-label {
		    padding-left: 0 !important;
		}
		.label-right .nf-after-field {
			width: 100% !important;
		}
		.field-wrap > div input[type="checkbox"] {
		    position: relative;
		    top: -3px;
		    margin-right: 5px;	
		}
		.checkbox-container .nf-after-field .nf-error-msg {
			margin-top: 5px;
		}
		.single-landing .col.span_1_of_2 .nf-form-cont {
			overflow: hidden;
		}
		.label-right .checkbox-wrap .nf-field-label {
			width: 100% !important;
		}
	
	/* @end */

	/* @group Updates */

		.sub_headline {
			width: 100%;
			font-size: 30px;
			line-height: 40px;
			padding-top: 50px;
			padding-bottom: 0 !important;
		}
		@media only screen and (max-width: 1300px) {
			h1.page_title {
				padding-left:  50px;
				padding-right: 50px;
			}
		}
		h3.intro {
			font-size: 18px;
			line-height: 30px;
			font-weight: 400;
			margin-top: 0;
			color: #444;
			text-transform: none;
			width: 100%;
		}
		h3.intro.has_sub_headline_above {
			padding-top: 0;
		}
	
		/* @group Videos */
			
			video {
				width: 100%;
				height: auto;
			}
			.section_outer.title_area {
				max-height: 625px;
				text-align: center;
			}
			a.play_video_link {
				font-size:   17px;
				line-height: 26px;
				color: white;
				display: inline-block;
				text-transform: none;
				letter-spacing: 0;
				font-weight: 400;
				border: none;
				position: relative;
				/*top: -30px;*/
			}
			a.play_video_link:before {
			    content: "\f144";
			    font-family: "Font Awesome 5 Free";
			    font-weight: 900;
			    margin-right: 6px;
			    font-size: 25px;
			    top: 4px;
			    position: relative;
			}
			a.play_video_link:hover {
				color: white;
				cursor: pointer;
				border: none !important;
			}
			@media only screen and (max-width: 875px) {
				/*a.play_video_link {
					top: -10px;
				}*/
			}
			
		/* @end */
		
		/* @group Buttons */
		
			.feature_panel a.button {
				color: white;
			}
		
		
		/* @end */
	
		/* @group Feature Panels */
	
			.feature_panel {
				background-color: #14113A;
				padding: 70px 60px;
				color: white;
				margin-bottom: 25px;
			}
			.second_feature_panel {
				background-color: #ffa500;
			}
			.feature_panel h3 {
				font-size:   30px;
				line-height: 40px;
			}
			.second_feature_panel h3 {
				color: white;
			}
			@media only screen and (max-width: 825px) {
				.feature_panel {
					width: 100%;
					margin-left: 0 !important;
				}
			}
	
		/* @end */
	
		/* @group Call to actions */
	
			/*.call-to-action h4 {
				font-size:   30px;
				line-height: 40px;
			}*/
	
		/* @end */
	
		/* @group Forms */
		
			.hidden-container {
				display: none;
			}
		
		/* @end */
	
	/* @end */
	
	/* @group Lead Magnet Promotion */
	
		/*.lead_magnet_promotion {
			margin-top: -30px;
		}*/
		.lead_magnet_promotion .section_background {
			margin-top: 0;
		}
		.lead_magnet_promotion img {
			margin-bottom: -17px;
			position: relative;
			margin-top: -85px;
			max-width: 300px;
		}

	/* @end */

	/* @group Case Study Strip */

		.case_study_strip .section_title {
			padding-bottom: 10px;
		}
		.case_study_strip p {
			margin-bottom: 15px;
		}
		.case_study_strip .row {
			/*padding-top: 50px;*/
			padding-bottom: 75px;
		}
		.case_study_strip .row.no_padding_bottom {
			padding-bottom: 0;
		}

	/* @end */

	/* @group Case Study Images */

		.case_studies_container .thumbnail {

		}
		.case_studies_container .thumbnail img {
			max-width: 300px;
			/*margin-bottom: 25px;*/
		}
		

	/* @end */

	/* @group Homepage */

		.home .intro_area {
			padding: 50px 0;
		}
		.home .intro_area h2 {
			padding: 0;
		}
		.home .intro_area h3 {
			color: #333;
			margin-top: 25px;
			margin-bottom: 10px;
		}
		/*.home .intro_area li {
			list-style: none;
		}
		.home .intro_area li:before {
			content: "\f00c";
			font-family: "Font Awesome 5 Free";
			position: relative;
			font-size: 22px;
			margin-right: 10px;
			/*color: #41ad49; /* GREEN *!/*!/
			/*color: #ffc663; /* YELLOW *!/*!/
			color: #ffb64b; /* DARKER YELLOW *!/
		}
		.section_title h2 {
			color: #ef4f2a;
		}*/

	/* @end */

	/* @group Testimonials */

		.testimonial-job-title {
			font-style: italic;
			color: #999;
			margin: 0;
		}
		.home .testimonial_strip p.testimonial-name.no_margin_bottom {
			margin-bottom: 0;
		}
		.home .testimonial_strip p.testimonial-name,
		.home .testimonial_strip p.testimonial-job-title {
			/*color: rgba(0,0,0,0.6);*/
			color: #333;
		}

	/* @end */
	
	/* @group Page Strips */
		
			.content_strip {
				padding: 60px 0;
				/*border-bottom: 1px solid #e5e5e5;*/
			}
			/*.content_strip:last-child {
				border-bottom: none;
			}*/
			.content_strip .section_background {
				margin: 0;
			}
			.section_outer.pale_grey_box_background {
				background-color: #f7f7f7;
			}
			/*.section_outer.primary_box_background {
				background-color: #7a277d;
				color: white;
			}*/
			.section_outer.pale_grey_box_background.boxed_content,
			.section_outer.primary_box_background.boxed_content {
				background:  none;
			}
			
			/* WHITE BOX BACKGROUND */
			.section_outer.white_box_background.boxed_content .col {
				background-color: white;
				color: #444;
			}
			
			/* PALE GREY BOX BACKGROUND */
			.section_outer.pale_grey_box_background.boxed_content .col {
				background-color: #f7f7f7;
			}
			
			/* PURPLE BOX BACKGROUND */
			/*.section_outer.primary_box_background.boxed_content .col {
				background-color: #7a277d;
			}*/
			
			/* BLACK BOX BACKGROUND */
			/*.section_outer.secondary_box_background.boxed_content .col {
				background-color: black;
				color: white;
			}*/
			.section_outer.secondary_box_background.boxed_content .col h3,
			.section_outer.secondary_box_background.boxed_content .col h4 {
				color: white;
			}
			
			/* PALE GREY STRIP BACKGROUND */
			.section_outer.pale_grey_strip_background {
				background: #f7f7f7;
			}
			.section_outer.primary_strip_background h2,
			.section_outer.primary_strip_background h3 {
				color: white;
			}
			
			/* PURPLE STRIP BACKGROUND */
			/*.section_outer.primary_strip_background,
			.section_outer.boxed_content.primary_strip_background {
				background: #7a277d;
				color: white;
			}*/
			.section_outer.primary_strip_background h2,
			.section_outer.primary_strip_background h3 {
				color: white;
			}
			/* BLACK STRIP BACKGROUND */
			/*.section_outer.secondary_strip_background,
			.section_outer.boxed_content.secondary_strip_background {
				background: black;
				color: white;
			}*/
			.section_outer.secondary_strip_background h3 {
				color: white;
			}
			.boxed_content .col {
				padding: 30px;
			}
			.boxed_content.box_shadows .col {
				/* SHADOW */
				-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);
			}
			.boxed_content.rounded_corners .col {
				/* ROUNDED CORNERS */
				-webkit-border-radius: 10px;
				-moz-border-radius:    10px;
				border-radius:         10px;
			}
			.content_strip.no_padding {
				padding: 0;
			}
			.content_strip.no_padding .col,
			.content_strip.no_padding .col p img {
				margin-top: 0;
				margin-bottom: 0;
			}
			ul.ticklist li {
				list-style: none;
				text-indent: -26px;
				padding-left: 27px;
			}
			ul.ticklist li:before {
				content: "\f00c";
				font-family: FontAwesome;
				position: relative;
				top: 1px;
				font-size: 16px;
				margin-right: 10px;
				/*color: #7a277d;*/
			}
			.flexible_content_strip h4:first-child {
				margin-top: 0;
			}
			.strip_subheading {
				font-size: 40px;
				line-height: 52px;
				font-weight: 100;
				margin-bottom: 5px;
				color: #ccc;
				/*text-transform: uppercase;*/
			}
			.boxed_content .strip_subheading {
				margin-bottom: 25px;
			}
			.not_boxed_content .strip_subheading {
				margin-bottom: 0;
			}
			.strip_subheading.includes_introduction {
				margin-bottom: 5px !important;
			}
			.strip_subheading.includes_introduction + p,
			.strip_subheading.includes_introduction + b p {
				margin-top: 0;
				margin-bottom: 30px;
			}
			.one_column_section .strip_subheading.includes_introduction + p,
			.one_column_section .strip_subheading.includes_introduction + b p {
				margin-bottom: 0;
			}
			.two_column_section.not_boxed_content .strip_subheading,
			.three_column_section.not_boxed_content .strip_subheading {
				margin-bottom: 25px;
			}
			.centered_vertically .content_strip_inner {
				display: flex;
				align-items: center;
				justify-content: center;
			}
			.flex_layout,
			.flex_layout p {
				display: flex;
				align-items: center;
				justify-content: space-evenly;
				flex-wrap: wrap;
			}
			.flex_layout img,
			.flex_layout p img {
				margin: 20px;
			}
			img.box_shadows {
				/* SHADOW */
				-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);
			}
			img.rounded_corners {
				/* ROUNDED CORNERS */
				-webkit-border-radius: 10px;
				-moz-border-radius:    10px;
				border-radius:         10px;
			}
			
			.merge_strip_with_strip_above {
				padding-top: 0;
			}
			.merge_strip_with_strip_below {
				border-bottom: none;
				padding-bottom: 0;
			}
			.left_aligned .strip_subheading {
				text-align: center;
			}
			h2 {
				line-height: 1.45;
			}
			
			@media only screen and (max-width: 750px) {
				.merge_strip_with_strip_below .col.span_1_of_3:nth-child(3) {
					margin-bottom: 35px;
				}
				.two_column_section .col.span_1_of_2 {
					width: 100%;
					margin-left: 0;
					margin-right: 0;
					text-align: center;
				}
				.two_column_section.centered_vertically .content_strip_inner {
					display: flex;
					flex-wrap: wrap;
				}
				.two_column_section.centered_vertically .content_strip_inner img {
					max-width: 450px;
				}
				.one_column_section img,
				.two_column_section img,
				.three_column_section img {
					margin-bottom: 5px;
				}
			}
	
		/* @end */
		
		/* @group Animating Page Titles */
				
			h1.page_title,
			h2.intro,
			h2.sub_headline,
			.page_title_container a.play_video_link,
			.page_title_container a.button {
				-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: fadeInUp;
				animation-name: fadeInUp;
			}
	
		/* @end */

	/* @group Patio Quote Form */

		.side_panel {
			float: right;
			width: 30%;
			min-width: 250px;
			padding: 2.5%;
			/*margin-top: 25px;*/
			margin-left: 35px;
			background: #fafafa;
			border: 1px solid #eaeaea;
			-webkit-border-radius: 10px;
			-moz-border-radius:    10px;
			border-radius:         10px;
		}
		.content_inc_side_panel {
			width: 60%;
			float: left;
		}
		.calculated_form #fbuilder .small,
		.calculated_form #fbuilder .medium {
			width: 100% !important;
		}
		.calculated_form .cp_cff_13 #fbuilder input[readonly], 
		.calculated_form .cp_cff_13 #fbuilder textarea[readonly] {
			/*background: white;*/
			/*border: 1px solid #ddd;*/
			background: none;
			border: none;
			font-size: 30px;
			line-height: 1.5;
			font-weight: bold;
		}
		.cp_cff_13 #fbuilder span.uh {
			color: #999;
		}
		#fbuilder .slider-caption {
			font-size: 40px;
			line-height: 1.5;
			font-weight: bold;
		}
		#fbuilder .cff-slider-field > label {
			margin-top: 10px;
		}
		.calculated_form #fbuilder input[type="text"], 
		.calculated_form #fbuilder input[type="password"], 
		.calculated_form #fbuilder input[type="date"], 
		.calculated_form #fbuilder input[type="datetime"], 
		.calculated_form #fbuilder input[type="email"], 
		.calculated_form #fbuilder input[type="number"], 
		.calculated_form #fbuilder input[type="search"], 
		.calculated_form #fbuilder input[type="tel"], 
		.calculated_form #fbuilder input[type="time"], 
		.calculated_form #fbuilder input[type="url"], 
		.calculated_form #fbuilder input[type="week"], 
		.calculated_form #fbuilder select, .calculated_form #fbuilder textarea {
			color: #444 !important;
			border-color: #ddd !important;
			padding: 8px !important;
		}
		#fbuilder .pbSubmit {
			width: 100% !important;
		}
		.postid-1232 .fieldname9_1 {
			display: none;
		}
		.postid-1232 fieldset {
			border: none !important;
			padding: 0 !important;
		}
		.postid-1232 fieldset legend,
		.postid-1232 .captcha,
		.postid-1232 .clearer,
		.postid-1232 .pbPrevious {
			display: none !important;
		}
		.postid-1232 #fbuilder .fform {
			margin-bottom: 0 !important;
		}
		.postid-1232 #fbuilder .fields > label {
			padding-top: 5px;
		}
		.postid-1232 #field_1-0 {
			margin-top: 15px !important;
		}
		.calculated_form #fbuilder .pbSubmit, 
		.calculated_form #fbuilder .pbreak .pbPrevious, 
		.calculated_form #fbuilder .pbreak .pbNext, 
		.calculated_form #fbuilder input[type="submit"], 
		.calculated_form #fbuilder input[type="button"], 
		.calculated_form #fbuilder input[type="reset"] {
			display: inline-block;
			float: none;
			width: 100%;
			font-size: 16px !important;
			text-align: center;
			font-family: "Lato";
			font-weight: 700;
			font-style: normal;
			text-transform: uppercase;
			/*letter-spacing: 5px;*/
			border: 5px solid rgba(0,0,0,0.1);
			padding: 10px 25px 11px !important;
			margin: 20px 0 0;
			background: none;
			-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;
		}
		.cff-text-field label,
		.cff-email-field label {
			font-weight: 700 !important;
		}
		
		@media only screen and (max-width: 1000px) {
		
			.side_panel {
				float: none;
				width: 50%;
				clear: both;
				overflow: hidden;
				margin: 75px auto;
			}
			.content_inc_side_panel {
				width: 100%;
				float: none;
			}
			.postid-1232 .page_content_area {
				display: flex;
				flex-direction: column-reverse;
			}
		
		}

	/* @end */

/* @end */

/* @group 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: "Lato";
		font-weight: 700;
	}
	a.mobile_menu_button {
	   	left: 0;
	}
}

@media only screen and (max-width: 1250px) {
	.button_area {
		width: 45%;
	}
	.page_intro_container {
		width: 65%;
	}
	.feature_box {
		width: 32%;
	}
}

@media only screen and (max-width: 1246px) {
	.flex-direction-nav .flex-prev {
		left: 0 !important;
	}
	.flex-direction-nav .flex-next {
		right: 0 !important;
	}
	.image_slider .feature_box {
		right: 63px;
		margin-top: -157px;
	}
}

@media only screen and (max-width: 1150px) {
	.call-to-action,
	.call-to-action .text-area {
		display: block;
		text-align: center;
	}
	.call-to-action .text-area {
		padding-bottom: 15px;
		max-width: 800px;
	}
	.call-to-action .button_area {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 40px;
	}
	.call-to-action .button_area .button {
		width: auto;
		float: none;
		padding-left:  25px;
		padding-right: 25px;
	}
	/*h1.homepage_intro {
		font-size:   22px;
		line-height: 34px;
	}*/
	
	/* @group Page Image */
		.inc_image .page_intro_container {
			width: 60%;
		}
	/* @end */
}

@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;
	}
	/*h1.homepage_intro {
		font-size: 28px;
		line-height: 38px;
	}*/
	.intro_section .button {
		display: inline-block;
	}
	/* @group Footer Height */
		/*.container {
			padding-bottom: 550px;
		}
		.footer {
			margin: -550px auto 0; /* negative value of footer height *!/
			height:  550px;
		}*/
	/* @end */
}

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

@media only screen and (max-width: 1000px) {
	.page_intro_container {
		width: 60%;
	}
	.feature_box {
		width: 37%;
	}
	.flex-caption {
		left: 68px;
	}
	/* @group Page Image */
		.inc_image .page_intro_container {
			width: 55%;
		}
	/* @end */
}

@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 {
		width: 48.12%; 
	}*/
	.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:nth-of-type(3) {
		margin-top: 35px;
	}*/
	.page_intro_container {
		width: 58%;
	}
	.feature_box {
		width: 39%;
	}
	.section_title {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 900px) {
	.page_intro_container {
		width: 56%;
	}
	.feature_box {
		width: 41%;
	}
	/*h1.homepage_intro {
		font-size: 26px;
		line-height: 36px;
	}*/
}

@media only screen and (max-width: 875px) {
	
	/* @group General Styles */
		.border_top .col {
			margin-bottom: 1%;
		}
		.span_2_of_3 + .span_1_of_3 {
			width: 100%;
			margin-left: 0;
		}
		.side_section .span_1_of_3 {
			width: 100%;
			margin-left: 0;
		}
		.span_1_of_4 { 
			width: 48.125%; 
		}
		.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;
		}
		.span_1_of_3 a.fancybox {
			margin-right: 10px;
		}
		.span_1_of_3.extra_side_item {
			width: 100%;
		}
		.section_inner {
			padding: 0 40px;
		}
		.home .section_inner {
			padding: 0 40px;
		}
		/*.logo,*/
		.page_title h1  {
			left: 30px;
		}
		h1.page_title {
		    font-size:   45px;
		    line-height: 45px;
		}
		.strip_subheading {
			font-size: 30px;
			line-height: 1.1;
		}
		.col {
		    margin-bottom: 2%;
		}
		.home .column_slider .padding {
			padding: 20px;
		}
		/*.home .logo {
		    left: 40px;
		}*/
		.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;
		}
		.col.call-to-action {
			padding-left: 0;
			padding-right: 0;
		}
	/* @end */

	/* @group Forms */
		form {
			margin-top: 0;
		}
		form .col.span_2_of_7 {
			margin-bottom: 2px;
		}
		form .col.span_5_of_7 {
			margin-bottom: 10px;
		}
	/* @end */
	
	/* @group Footer Height */
		/*.container {
			padding-bottom: 650px;
		}
		.footer {
			margin: -650px auto 0;  /*negative value of footer height*!/ 
			height:  650px;
		}*/
	/* @end */
	
	/* @group Contact Page Styling */
	
		.page-id-28 .col.span_3_of_4,
		.page-id-28 .col.span_1_of_4 {
			width: 100%;
			margin-left: 0;
			text-align: center !important;
		}
		.page-id-28 .col.span_1_of_4 {
			margin-top: 25px;
		}
		.contact_form_container input, 
		.contact_form_container input[type="text"], 
		.contact_form_container textarea {
			text-align: center;
		}

	/* @end */
}

@media only screen and (max-width: 850px) {
	.page_intro_container {
		width: 54%;
	}
	.feature_box {
		width: 43%;
	}
	.inc_image .page_intro_container {
		width: 50%;
	}
}

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

	/** {
		text-align: center;
	}*/
	.feature_box {
		display: none;
	}
	.popup.feature_box {
		display: block;
	}
	.page_intro_container {
		width: 100%;
	}
	.page_title {
		width: 100%;
		/*margin-top:    25px;*/
		/*margin-bottom: 110px;*/
	}
	.no_feature_box .page_title {
		margin-top:    20px;
		margin-bottom: 30px;
	}
	
	.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 !important;
		left:   0 !important;
	}
	.metaslider .caption-wrap {
		position: relative !important;
		bottom: 0 !important;
		left:   0 !important;
		width: 100% !important;
	}
	.metaslider .caption {
		position: relative;
		width: 100% !important;
		top: auto !important;
		bottom: 0 !important;
		left:   0 !important;
		font-size:   22px;
		line-height: 30px;
		padding-right: 0 !important;
		padding-left:  0 !important;
	}
	.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 h2 {
		background-color: #aaa;
	}
	.flex-caption h3 {
		background-color: #666;
	}
	.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;
	}
	.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 18px;
		/*top: -24px;*/
	}
	blockquote {
		font-size: 17px;
		line-height: 29px;
		border-left: none;
		padding-left: 0;
	}
	h1.homepage_intro {
		font-size:   17px;
		line-height: 29px;
	}
	.homepage_intro .image img {
		max-width: 235px;
		border-width: 8px;
	}
	.including_profile_photo .homepage_intro .image {
		display: block;
		position: relative;
		left: auto;
		margin-top: 0;
	}
	.including_profile_photo .homepage_intro {
		padding-left: 0;
		text-align: center;
	}
	
	/* @group Page Image */
		.page_image {
			max-width: 75%;
			float: none;
			margin: 0 auto 40px;
			border-width: 7px;
		}
		.inc_image .page_title {
			float: none;
			margin-bottom: 30px;
		}
		.inc_image .page_intro_container {
			width: 100%;
		}
	/* @end */

	/* @group Video Gallery (Change to 3 Columns) */
		.video-element_2 {
			width: 31.66%  !important;
			margin-left: 2.5% !important;
			margin-bottom: 15px !important;
		}
		.video-element_2:nth-child(4n+3) {
			clear: none !important;
			margin-left: 2.5% !important;
		}
		.video-element_2:nth-child(3n+3) {
			clear: left;
			margin-left: 0 !important;
		}
	/* @end */
	
}

@media only screen and (max-width: 775px) {
	/*h2,
	.section_title h2 {
		font-size: 40px;
		line-height: 47px;
	}*/
}

@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;
	}
	
	/* @group General Styles */
		.col.span_1_of_3,
		.col.span_1_of_3:nth-of-type(2n) {
		    width: 100%;
		    margin-left: 0;
		    margin-bottom: 0;
		}
		.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: 35px;
		}
		.home .testimonial_strip p.testimonial {
			font-size:   18px;
			line-height: 29px;
		}
	/* @end */
	
}

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

	/* @group 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;
		}
		/*h1 {
			font-size: 60px;
			line-height: 67px;
		}*/
		.navigation_background {
			display: none;
		}
	/* @end */

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

	/* @group Forms */
		label {
			width: 100%;
			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;
		}
	/* @end */

	/* @group Table Layout */

		.Left_text .summary_container {
			display: block;
		}
		.Left_text .summary_image,
		.Left_text .summary_text {
			display: block;
		}
		.Left_text .summary_image {
			width: auto;
			padding-top: 0;
		}
		.summary_image {
			margin-bottom: 10px;
		}
		.Left_text .summary_text {
			padding-left: 0;
		}

	/* @end */
	
}

@media only screen and (max-width: 675px) {
	/*h1.homepage_intro {
		font-size: 22px;
		line-height: 31px;
	}*/
	h1.page_title {
	    font-size:   40px;
	    line-height: 40px;
	}
	
	/* @group Footer Height */
		/*.container {
			padding-bottom: 700px;
		}
		.footer {
			margin: -700px auto 0;  /*negative value of footer height*!/ 
			height:  700px;
		}*/
	/* @end */
}

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

	/* @group Hides */
		.hidden_below_sixtwentyfive {
			display: none;
		}
		.visible_below_sixtwentyfive {
			display: inline;
		}
	/* @end */
	
	/* @group General Styles */
		.section_background.reduced_margin_top {
			margin-top: 10px;
		}
	/* @end */
	
	/* @group Mobile Menu Button */
		a.mobile_menu_button {
		    padding-left: 30px;
		}
	/* @end */
	
	/* @group Footer Height */
		.container {
			padding-bottom: 175px;
		}
		.footer {
			margin: -175px auto 0;  /*negative value of footer height*/ 
			height:  175px;
		}
	/* @end */
}

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

	/*h1 {
		font-size: 55px;
		line-height: 62px;
	}*/
	
	/* @group Footer Height */
		/*.container {
			padding-bottom: 725px;
		}
		.footer {
			margin: -725px auto 0;  /*negative value of footer height*!/ 
			height:  725px;
		}*/
	/* @end */
	
	/* @group Video Gallery (Change to 2 Columns) */
		.video-element_2 {
			width: 48% !important;
			margin-left: 4% !important;
			margin-bottom: 3% !important;
		}
		.video-element_2:nth-child(3n+3) {
			clear: none !important;
			margin-left: 4% !important;
		}
		.video-element_2:nth-child(2n+3) {
			clear: left;
			margin-left: 0 !important;
		}
		
	/* @end */
}

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

	/* @group 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 { 
			margin: 3% 0 3% 0%;
		}
		.col.no_margin_top {
			margin-top: 0;
		}
		.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 { 
			margin: 1.25% 0 2% 2.5%;
		}
		.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%;
		}
		.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }
		.border_top .col:nth-of-type(1) {
			margin-top: 20px;
			border-top: 1px solid #E4E4E4;
			padding: 28px 0;
		}
		.border_top .col:nth-of-type(2) {
			border-top: 1px solid #E4E4E4;
			margin-top: 1%;
			padding: 28px 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;
		}
		h3 {
		    font-size: 21px;
		    line-height: 28px;
		}
		.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: 35px;
			line-height: 42px;
		}*/
	/* @end */
	
	/* @group 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%;
		}
	/* @end */
	
	.call-to-action .button_area .button {
		width: 100%;
		margin: 0;
	}
	.call-to-action .button_area .button:first-child {
		margin-bottom: 8px;
	}
	
	/* @group Footer Height */
		/*.container {
			padding-bottom: 750px;
		}
		.footer {
			margin: -750px auto 0;  /*negative value of footer height*!/ 
			height:  750px;
		}*/
	/* @end */	
	
	.footer_inner {
		padding: 20px 30px 0;
	}
}

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

	/* @group General Styles */
		/*h2.intro,
		.testimonial_strip .testimonial-quote {
			font-size: 19px;
			line-height: 27px;
		}*/
		.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:   16px;
			line-height: 27px;
		}
		.intro_section .section_background {
			margin-top: 25px;
			margin-bottom: 25px;
		}
	/* @end */

	/* @group Image Slider */
	
		.metaslider .caption {
			font-size:   20px;
			line-height: 28px;
		}
	
	/* @end */

	/* @group Home */

		.home .including_image h1.page_title {
			font-size: 30px;
			line-height: 32px;
			letter-spacing: -0.5px;
			padding: 0 20px;
		}
		.home .including_image h1.page_title a.play_video_link {
			top: 0;
		}

	/* @end */

	/* @group 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: 2.5%; margin-bottom: 2.5%; margin-left: 0;}
		.col.span_1_of_4:nth-child(1) { margin-top: 0; }
		.col.span_1_of_4:nth-child(2) { margin-top: 2.5%; }
	/* @end */
	
	/* @group Page Image */
		.page_image {
			max-width: 85%;
		}
	/* @end */
	
	/* @group Footer Height */
	
		.container {
			padding-bottom: 200px;
		}
		.footer {
			margin: -200px auto 0;  /*negative value of footer height*/ 
			height:  200px;
		}
		
	/* @end */
	
}

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

	/* @group Mobile Menu Button */
		/*a.mobile_menu_button {
		    padding-left: 30px;
		}*/
	a.mobile_menu_button {
	    padding: 22px 30px 45px;
	}
	/* @end */

	/* @group Footer Height */
	
		/*.container {
			padding-bottom: 900px;
		}
		.footer {
			margin: -900px auto 0;  /*negative value of footer height*!/ 
			height:  900px;
		}*/
		
	/* @end */

	/* @group General Styles */
	
		.page_container {
			margin-top: 10px;
		}
	    .header .phone .icon {
			top: 9px;
		}
		/*h1 {
			font-size: 45px;
			line-height: 52px;
		}*/
		.flexslider_narrow .flex-caption {
		    padding: 0 25px;
		}
		/*.logo,
		.home .logo {
			top:    16px;
			width:  94px;
			height: 52px;
			background: url(../images/logo-negative-94x52.png) no-repeat; /* fallback logo (.png) *!/
		  	background-image: url(../images/logo-negative.svg), none; /* high-res logo (.svg)*!/ 	
		}*/
		.header {
			height: 85px;
		}
		.container {
			/*padding-top: 85px;*/
		}
		.no_feature_box .page_title {
			margin-top:    15px;
			margin-bottom: 25px;
		}
		h2.intro {
			font-size:   16px;
			line-height: 25px;
		}
		/*h2, .section_title h2 {
		    font-size:   32px;
		    line-height: 38px;
		}*/
		
	/* @end */
}

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

	.col.span_1_of_6 {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 4%;
	}
	.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;
	}
	.flex-caption h2 {
		font-size: 40px;
		line-height: 40px;
	}
	/*h1 {
	    font-size:   40px;
	    line-height: 45px;
	}*/
	/*h2.intro {
		font-size:   17px;
		line-height: 25px;
	}*/
	h3.subtitle,
	.subtitles h3 {
		font-size:   22px;
		line-height: 32px;
	}
	body {
		/*line-height: 24px;*/
	}
	.mobile_menu_button,
	.mobile_menu_button i,
	.mobile_menu_icon,
	.mobile_menu_label {
		line-height: 25px;
	}
	
}

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

	/*.logo,
	.home .logo {
		top:    15px;
		width:  90px;
		height: 49px;
		background: url(../images/logo-negative-90x49.png) no-repeat; /* fallback logo (.png) *!/
	  	background-image: url(../images/logo-negative.svg), none; /* high-res logo (.svg)*!/ 	
	}*/
	.header {
		height: 71px;
	}
	/*.container {
		padding-top: 71px;
	}*/
	a.mobile_menu_button {
	    padding: 15px 22px 38px;
	}
	/*.logo, .home .logo {
		top: 10px;
	}*/
	/*h1.homepage_intro {
		font-size: 19px;
		line-height: 26px;
	}*/
	.flex-caption h2 {
		font-size:   32px;
		line-height: 32px;
	}
	
	/* @group Page Image */
		.page_image {
			max-width: 100%;
		}
	/* @end */
	
	/* @group Footer Height */
		/*.container {
			padding-bottom: 925px;
		}
		.footer {
			margin: -925px auto 0;  /*negative value of footer height*!/ 
			height:  925px;
		}*/
	/* @end */
	
	/* @group Video Gallery (Change to 1 Column) */
	
		.video-element_2 {
			width: 100% !important;
			float: none;
			margin-bottom: 15px !important;
			margin-left: auto !important;
			margin-right: auto !important;
			clear: left;
		}
		.video-element_2:nth-child(3n+3) {
			margin-left: auto !important;
		}
		.video-element_2:nth-child(2n+3) {
			clear: left;
			margin-left: auto !important;
		}
	
	/* @end */
	
}

@media only screen and (max-width: 350px) {
	/* @group Footer Height */
		/*.container {
			padding-bottom: 1000px;
		}
		.footer {
			margin: -1000px auto 0;  /*negative value of footer height*!/ 
			height:  1000px;
		}*/
	/* @end */
}

/* @end */

/* @group IE8 Styling */

html.lt-ie9 .flexslider.wide {
	left: -360px;
}