/* @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}.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: "FontAwesome";
			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(1,51,88,0.9);*/
			background: rgba(26,127,171,0.9);
			backdrop-filter: blur(6px); /* Doesn't work with Firefox */
		}
		a.fancybox-close {
			background: none;
			width:  44px;
			height: 44px;
		}
		a.fancybox-close:hover {
			background-image: none;
		}
		a.fancybox-close:after {
			background-image: none;
			content: "\f00d";
			font-family: "FontAwesome";
			font-weight: 900;
			font-style: normal;
			font-size: 16px;
			line-height: 44px;
			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}

/* @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%;
		margin-top: 0;
		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 Column Setup */

/* @group Setup */

/*  SECTIONS  */

	.section {
		clear: both;
		max-width: 1000px;
		padding: 55px;
		margin: 0px auto;
	}
	.full_width {
		max-width: 100%;
	}
	.full_width .col.span_1_of_1 {
		float: none;
		margin: 0px auto;
		max-width: 1200px;
	}
	.full_width.no_padding .col.span_1_of_1 {
		float: none;
		margin: 0px auto;
		max-width: 100%;
	}
	.full_width.no_padding.google_map .col.span_1_of_1 {
		height: 290px;
		background-color: #e5e3df;
	}

	/* @group Map */
	
		#google_map {
		    height: 290px;
		}
		.map {
			background-color: #e5e3df;
		}
		.gmnoprint img { 
			max-width: none !important; 
		}
	
	/* @end */

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 20px 4%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF ONE  */
.span_1_of_1 {
	width: 100%;
}
.col.span_1_of_1 {
	margin-left: 0;
}

/* @end */

/* @group 2 Column Grid */

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48%;
}
.span_1_of_2:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}

/* @end */

/* @group 3 Column Grid */

.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65.33%;
}
.span_1_of_3 {
	width: 30.66%;
}
.span_1_of_3:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}

.span_1_of_3.grey_box,
.span_1_of_3.white_box {
	padding: 30px;
	width: 30.66%;
}

/* @end */

/* @group 7 Column Grid */

.span_7_of_7 {
width: 100%;
}

.span_6_of_7 {
  	width: 85.14%;
}

.span_5_of_7 {
  	width: 70.28%;
}

.span_4_of_7 {
  	width: 55.42%;
}

.span_3_of_7 {
  	width: 40.57%;
}

.span_2_of_7 {
  	width: 25.71%;
}

.span_1_of_7 {
  	width: 10.85%;
}

/* @end */
@media only screen and (max-width: 875px) {
	.col { 
		margin: 1% 0 20px 0%;
	}

	/* @group 3 Column Grid */
	
		.span_3_of_3 {
			width: 100%; 
		}
		.span_2_of_3 {
			width: 100%; 
		}
		.span_1_of_3 {
			width: 100%;
		}
		.span_1_of_3.white_box,
		.span_1_of_3.grey_box {
			width: 100%;
		}
	/* @end */
	
	/* @group 7 Column Grid */
	
		.span_7_of_7 {
			width: 100%; 
		}
		.span_6_of_7 {
			width: 100%; 
		}
		.span_5_of_7 {
			width: 100%; 
		}
		.span_4_of_7 {
			width: 100%; 
		}
		.span_3_of_7 {
			width: 100%; 
		}
		.span_2_of_7 {
			width: 100%; 
		}
		.span_1_of_7 {
			width: 100%;
		}
	/* @end */
}

/* @end */

/* @group Header */

	.header_container {
		position: fixed;
		width: 100%;
		height: 100px;
		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: 782px) {
		.admin-bar .header_container,
		.admin-bar .header_background,
		.admin-bar .mobile_navigation {
			top: 46px;
		}
	}
	.header_background {
		position: absolute;
		top: 0;
	}
	.container {
		padding-top: 100px;
	}
	.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 */
		
		.header-wide {
			height: 100px;
			width: 100%;
			overflow: hidden;
			position: fixed;
			top: 0;
			z-index: 10;
			background: rgb(62,150,221);
			background: linear-gradient(180deg, rgba(62,150,221,1) 0%, rgba(102,204,255,1) 100%); 
			-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);
		}
		.content {
			padding-top: 100px;
		}
		.header-cont {
			position: relative;
			height: 100%;
			margin-left: auto;
			margin-right: auto;
			/* NEW STYLES */
			/*position: absolute;*/
			/*top: 0;*/
			/*width: 100%;*/
		}
		.header {
			position: relative;
			margin: 0 auto;
			width: 100%;
			max-width: 1300px;
			padding: 0 50px;
			height: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.admin-bar .header-wide,
		.admin-bar .mobile_navigation {
			top: 32px;
		}
		@media only screen and (max-width: 782px) {
			.admin-bar .header-wide {
				top: 46px;
			}
		}
		.header-wide {
			/*height: 125px;*/
			height: 100px;
			z-index: 999;
		}
		
		.logo {
			position: relative;
			/*width: 225px;*/
			width: 200px;
			height: 58px;
			/*top: 32px;*/
			top: 23px;
			margin: 0 auto;
			background: url(../images/diverso-logo-200x58.png) no-repeat; /* fallback logo (.png) */
		  	background-image: url(../images/diverso-logo.svg), none; /* high-res logo (.svg) */
		}
		
		.header ul {
			list-style: none;
			position: absolute;
			top:   23px;
			right: 50px;
		}
		
		.header ul li {
			font-size: 20px;
			line-height: 26px;
			text-shadow: 0px 1px 0px #8FDAFF;
			text-align: right;
			color: #002043;
		}
		
		.header a {
			font-family: TeXGyreAdventorRegular;
		}
		
		.header a {
			text-decoration: none;
			color: #002043;
		}
		
		a.mobile_menu_button {
		    position: absolute;
		    top:  0;
		   	left: 0;
		   	width:  32px;
		   	height: 37px;
		    cursor: pointer;
		    padding: 30px 35px 35px;
		    /*background-color: rgba(0,0,0,0.2);*/
		}
		
		a.mobile_menu_button .menu_icon {
		    width: 32px;
		    height: 24px;
		    display: block;
			background: url(../images/menu-icon-navy.png) no-repeat; /* fallback logo (.png) */
		  	background-image: url(../images/menu-icon-navy.svg), none; /* high-res logo (.svg) */
		}
		
		a.mobile_menu_button .menu_title {
			position: relative;
			left: -4px;
			top:   0px;
		    font-size: 14px;
		    line-height: 14px;
		    color: #3490d9;
		}
		
		a.mobile_menu_button:hover .menu_icon {
			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) */
		}
		
		.home a.mobile_menu_button:hover .menu_icon {
			background: url(../images/menu-icon-navy.png) no-repeat; /* fallback logo (.png) */
		  	background-image: url(../images/menu-icon-navy.svg), none; /* high-res logo (.svg) */
		}

/* @end */

/* @group General */

	html {
		height: 100%;
	}
	html, body {
	    height: 100%;
		margin: 0;
	}
	body {
		font: 15px/24px TeXGyreAdventorRegular, Helvetica, Arial, Geneva, sans-serif;
		text-align: center;
		color: #666;
	}
	
	/* @group IE8 Styling */
	
		html.lt-ie9 .flexslider.wide {
			left: -360px;
		}
	
	/* @end */

/* @end */

/* @group Type */

	/* @group fonts.css */
	
		@font-face {
		    font-family: 'TeXGyreAdventorRegular';
		    src: url('../fonts/texgyreadventor-regular-webfont.eot');
		    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('eot'),
		         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
		         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		         url('../fonts/texgyreadventor-regular-webfont.svg#webfontihucLTPE') format('svg');
		    font-weight: normal;
		    font-style: normal;
		}
		@font-face {
		    font-family: 'TeXGyreAdventorBold';
		    src: url('../fonts/texgyreadventor-bold-webfont.eot');
		    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('eot'),
		         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
		         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
		         url('../fonts/texgyreadventor-bold-webfont.svg#webfontPXFMCzuK') format('svg');
		    font-weight: normal;
		    font-style: normal;
		}
	
	/* @end */

	body {
		background-color: white;
		font-size: 16px;
		line-height: 26px;
		color: #444;
		text-align: center;
	}

	h1,h2,h3,h4,h5,h6 {
		line-height: 1.1;
	}
	h1 {
		color: #013358;
		font-weight: normal;
		font-size: 32px;
		margin-bottom: 10px;
	}
	h2 {
		color: #013358;
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 12px;
	}
	h3 {
		color: #07CEFF;
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 10px;
	}
	h4 {
		color: #013358;
		font-weight: normal;
		font-size: 16px;
		margin-bottom: 10px;
	}
	p {
		/*color: #666;*/
		font-weight: normal;
		font-size:   15px;
		line-height: 1.65;
		margin-bottom: 10px;
		padding-bottom: 0;
		letter-spacing: 0.25px;
	}
	p.info,
	p.blog_meta_information {
		color: #aaa;
	}
	.main a {
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		line-height: 30px;
		color: #07CEFF;
		font-family: TeXGyreAdventorBold;
	}
	.main a:hover {
		border-bottom: 1px dotted #07CEFF;
	}
	.main h2 {
		padding-top: 30px;
	}
	.right-item h2 {
		padding-top: 0px;
	}
	.cyan {
		color: #07CEFF;
	}
	.condensed {
		font-size: 95%;
		line-height: 95%;
	}
	.nmb {
		margin-bottom: 0;
	}
	.ma {
		margin-top: 20px;
	}
	.large-sub {
		font-size: 130%;
		line-height: 135%;
		margin-top: 5px;
	}
	.three-quarter h3 {
		color: #07CEFF;
		margin-top: 10px;
	}
	.cyan-highlight {
		background-color: #d5f4ff;
		padding: 0 5px;
	}
	.gray {
		color: #999;
	}
	body, html, button, input, select, textarea {
		font-family: TeXGyreAdventorRegular, sans-serif;
	}
	p {
		margin: 0px 0 10px;
	}
	h1,h2,h3,h4,h5,h6 {
		font-weight: normal;
		margin-top: 25px;
		color: #3cf;
	}
	h1 {
		font-size:   32px;
		line-height: 36px;
		margin-bottom: 12px;
		font-family: TeXGyreAdventorRegular;
		/*color: #666;*/
	}
	h1.intro a {
		display: inline;
	}
	h2,
	h2 p {
		font-size:   38px;
		line-height: 1.2;
		font-family: TeXGyreAdventorRegular;
		margin-bottom: 10px;
	}
	h2:last-child {
		margin-bottom: 3px;
	}
	h2.intro {
		font-family: TeXGyreAdventorRegular;
		font-size:   18px;
		line-height: 30px;
		font-weight: 400;
		margin-top: 0;
		margin-bottom: 10px;
		text-transform: none;
		width: 100%;
	}
	h2.intro a {
		display: inline-block;
		font-weight: normal;
	}
	h2:first-child {
		margin-top: 0;
	}
	h3 {
		font-family: TeXGyreAdventorBold;
		font-size: 30px;
		line-height: 38px;
		color: #013358;
	}
	h3.subheading {
		color: #666;
		margin-bottom: 8px;
	}
	h3,
	h3.subtitle,
	.subtitles h3 {
		font-family: TeXGyreAdventorBold;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	h3.subtitle a,
	h4.subtitle a {
		font-style: normal;
		border: none;
		font-family: TeXGyreAdventorBold;
		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: #100d38;
		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: TeXGyreAdventorRegular;
		color: #666;
		margin-bottom: 0 !important;
	}
	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: TeXGyreAdventorBold;
		letter-spacing: 0;
		margin-top: 25px;
		margin-bottom: 7px;
		color: #2bc4ff;
	}
	h1 + h3 {
		margin-top: 30px;
	}
	a {
		display: inline-block;
		font-family: TeXGyreAdventorBold;
		/*color: #013358;*/
		color: #3cf;
		font-weight: normal;
		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: TeXGyreAdventorRegular;
		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: TeXGyreAdventorRegular;
	}
	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;
	}
	b, strong {
		font-weight: normal;
		font-family: TeXGyreAdventorBold;
	}

/* @end */



/* @group Elements */

input[type="button"],
input[type="submit"],
.grey_background input[type="button"],
.grey_background input[type="submit"] {
	display: inline-block;
	color: white;
	font-size: 16px;
	font-family: TeXGyreAdventorBold !important;
	text-align: center;
	background: #33ccff;
	/*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: TeXGyreAdventorRegular;
	font-weight: normal;
	font-style: normal;
	border: 5px solid rgba(0,0,0,0.1);
	padding: 10px 25px 11px;
	margin: 20px 0 20px;
	background: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 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 {
	display: block;
	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: #100d38;
		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: TeXGyreAdventorRegular;*/
-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: TeXGyreAdventorRegular;
-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;
	font-size: 13px;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
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;
font-size: 14px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
font-style: italic;
color: #aaa;
font-size: 14px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
font-style: italic;
color: #aaa;
font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
font-style: italic;
color: #aaa;
font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
font-style: italic;
color: #aaa;
font-size: 14px;
}
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: TeXGyreAdventorRegular;
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: TeXGyreAdventorBold;
    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 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;
			margin: 5px 0 0;
		}
		input.ninja-forms-field[type="button"] {
			width: 100% !important;
			-webkit-appearance: none;
			border: none;
			font-size: 16px;
			background: #3cf;
			padding: 12px 28px 14px;
			-webkit-border-radius: 27px;
			-moz-border-radius:    27px;
			border-radius:         27px;
		}
		input.ninja-forms-field[type="button"]:hover {
			background: #00b7fa;
		}
		input.ninja-forms-field[type="button"]:active,
		input.ninja-forms-field[type="button"]:focus {
			background: #013358;
			color: white;
		}
		.nf-field-element input, 
		.nf-field-element select, 
		.nf-field-element textarea {
			-webkit-border-radius: 22px;
			-moz-border-radius:    22px;
			border-radius:         22px;
		}
		form .nf-field-element input, 
		form .nf-field-element textarea {
			margin-bottom: 10px;
		}
		form .nf-after-field .nf-error-msg {
			margin-bottom: 10px;
		}
		.nf-error-msg {
			/*float: left;*/
			margin: -5px auto 0 !important;
			background: #ffffbf;
			/*outline: 1px solid #efefef;*/
			padding: 6px 8px;
			width: 95%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			color: #666 !important;
			font-family: TeXGyreAdventorRegular;
			font-style: italic;
			font-size: 14px;
			line-height: 21px;
			-webkit-border-radius: 0 0 22px 22px;
			-moz-border-radius:    0 0 22px 22px;
			border-radius:         0 0 22px 22px;
		}
		.nf-after-form-content .nf-error-msg {
			margin-top: -15px !important;
		}
		.nf-error .ninja-forms-field {
			/*border: none !important;*/
			border: 1px solid #ccc !important;
			background-color: #ededed !important;
			margin-bottom: 0;
		}
		.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;
		}
		
	/* @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"] {
			background: #3cf;
			font-size: 18px;
			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:first-child {
		margin-top: 0;
	}
	.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;*/
		margin: 75px 0;
	}
	.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;
	}
	.full_width .section_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.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;
	}
	.section.full_width {
	    border-bottom: 1px solid #e4e4e4;
	}
	.section.full_width:last-child {
		border-bottom: none;
	}
	.title_area .section_inner,
	.main_content_container .section_inner {
	    max-width: 875px;
	}
	.white_box {
	    background-color: #fff;
	    outline: 1px solid #e4e4e4;
	}

/* @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: #013358 !important;
		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: 15px;
		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;
		color: #3cf;
		top: 0;
		/*margin: 20px 0 0 0;*/
		margin: 0;
		font-family: TeXGyreAdventorBold;
		font-size:   95px;
		line-height: 1;
		font-weight: normal;
		letter-spacing: -1.5px;
		text-transform: lowercase;
		text-align: center !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	h1.page_title b {
		color: white;
	}
	.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: 90%;
		float: left;
		clear: left;
		top: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.page_intro {
		float: left;
		clear: left;
		width: auto;
		padding: 40px 0 50px;
	}
	h2.intro,
	h2.intro p {
		font-size: 18px;
		line-height: 1.5;
		/*font-family: TeXGyreAdventorBold;*/
	}
	.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;
		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-size: 18px;
		font-family: TeXGyreAdventorBold;
		margin-top:    2px;
		margin-bottom: 2px;
	}
	.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 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: TeXGyreAdventorRegular;
		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: TeXGyreAdventorBold;
		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(51,204,255,0.8);
	  	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: #002d56;
		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 {
	    position: absolute;
	    padding: 30px 40px;
	    width: 22px;
	    height: 39px;
	    top: 0;
	   	left: 50px;
	    cursor: pointer;
	    /*background-color: rgba(200,200,200,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;
	}
	a.mobile_menu_button i {
		font-size: 25px;
		color: #013358;
	}
	a.mobile_menu_button:hover i {
		color: white;
	}
	a.mobile_menu_button:hover {
		opacity: 1;
	    /*background-color: rgba(0,0,0,0.1);*/
	}
	a.mobile_menu_button:hover .mobile_menu_label {
		color: #013358;
	}
  	.mobile_menu_label {
		position: relative;
		top:  -9px;
		left: -9px;
		font-family: TeXGyreAdventorRegular;
		font-style: normal;
		font-size: 14px;
		line-height: 14px;
		color: #3490d9;
		text-transform: lowercase;
	}
	.mobile_navigation .sub-menu {
		display: none;
	}
	ul#mobile_navigation li.current_page_item a, 
	ul#mobile_navigation li.current_page_item a:hover {
	    color: #3cf;
	}

	/* @group Menu Styling */
	
			ul#mobile_navigation li.menu_heading a,
			ul#mobile_navigation li.menu_heading a:hover {
				font-family: TeXGyreAdventorBold;
				background-color: #0f5d89;
				color: #3cf;
			}
			ul#mobile_navigation,
			ul#mobile_navigation ul {
				margin-bottom: 0;
			}
			ul#mobile_navigation li.menu_title {
			    color: white;
			    padding: 10px 10px 10px 15px;
			    font-size: 14px;
			    line-height: 24px;
			   	font-family: TeXGyreAdventorRegular;
			    position: relative;
				background-color: #33ccff;
			}
			.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 {
				color: white;
			    display: block;
			    font-size: 14px;
			    font-family: TeXGyreAdventorRegular;
			    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-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: #3cf;
				background-color: #1a4267;
			}
		
			/* @group Submenu Arrow */
			
				ul#mobile_navigation li.has-sub:before {
				    content: "\f0d7";
				    font-family: "FontAwesome";
				    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: #1a4267;
			}
			ul#mobile_navigation li.menu_subsection a:hover {
			    background-color: rgba(255, 255, 255, 0.15);
			}
			ul#mobile_navigation li a:hover {
			    background-color: rgba(255, 255, 255, 0.04);
			}
			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: #3cf;
			-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: #2bc4ff;
		}
		.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: #013358;
		}
		.navigation_footer a.button + a.button:hover {
			background-color: #012747;
		}
	/* @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;
}

/* @group Testimonial Strip */
	
	.home .testimonial_strip p.testimonial,
	.home .testimonial_strip .testimonial p {
		color: white !important;
		font-size: 41px;
		line-height: 50px;
		font-weight: 300 !important;
		margin-bottom: 10px;
	}
	.home .testimonial_strip p.testimonial-name {
		color: rgba(0,0,0,0.8);
		margin-bottom: 5px;
	}

/* @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.pale_grey,
	.section_outer.title_area + .section_outer.intro_area.pale_grey {
		background-color: #013358;
	}
	.section_outer.title_area + .section_outer.intro_area.pale_grey p,
	.section_outer.title_area.pale_grey p {
		color: white;
	}
	.section_outer.title_area.pale_grey a:hover {
		color: #1eb7ff;
	}
	.title_area h2.intro {
		color: white;
	}
	.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: "FontAwesome";
		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: TeXGyreAdventorRegular;
		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: TeXGyreAdventorRegular;
		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: TeXGyreAdventorRegular;
		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 */

/* @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: "FontAwesome";
	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;
}

/* @end */

/* @group Call to action */

.section_outer.call-to-action {
	padding-top: 0;
	margin-bottom: 40px;
}
/*.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: TeXGyreAdventorBold;
	color: #ddd;
}
.call-to-action p {
	margin: 0;
	/*color: white;*/
}
.button_area {
	float: right;
	width: 37.5%;
	margin-left: 35px;
}
.call-to-action a.button {
	/*color: white;*/
	margin: 17px 0 0;
	line-height: 22px;
}
.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;
}

/* @group Call to action (Diverso) */

	.call_to_action {
		background-color: #33ccff;
		border-bottom: none;
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.call_to_action h2 {
		font-family: TeXGyreAdventorBold;
		color: white !important;
		font-size: 45px;
		line-height: 50px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.call_to_action p {
		color: white;
	}
	.call_to_action h2 + p {
		margin-top: -15px;
	}
	.call_to_action a.button {
		margin-top: 0;
	}
	a.button {
		font-family: TeXGyreAdventorRegular;
		background-color: #013358;
		background-image: none;
		color: white;
		border: none;
		display: inline-block;
		font-size: 16px;
		width: auto;
		height: auto;
		padding: 12px 28px;
	}
	a.button:hover {
		background-color: #1a4267;
	}
	a.button.cyan {
		background-color: #33ccff;
	}
	a.button.cyan:hover {
		background-color: #2bc4ff;
	}

/* @end */

/* @end */



/* @group Cookie Pop-up */

	#cookie-message {
		position: fixed;
		padding: 50px 50px 55px;
		text-align: center;
		background-color: #3cf;
		bottom: 0;
		width: 500px;
		max-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;
	}
	#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;
	}
	#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%;
	}
	/*.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 {
		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 {
			padding: 0;
		}
		.testimonial_panel .row:before {
			content: '';
			width: 150px;
			height: 1px;
			display: block;
			background: #ddd;
			margin: 32px auto 32px;
		}
		.testimonial_panel .row:after {
			content: '';
			width: 150px;
			height: 1px;
			display: block;
			background: #ddd;
			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: #100d38;
			font-style: normal;
			top: 0;
		}
		.testimonial_panel a.play_video_link:hover {
			color: #100d38;
			border-bottom: none !important;
		}
	
	/* @end */

/* @end */

/* @group Team */

	h3.key_people_name {
		margin-bottom: 0;
	}
	p.job_title {
		/*margin-bottom: 15px;*/
		color: #013358;
		margin-top: 0;
	}
	.page_title p.job_title {
		margin-top: 7px;
	}
	.team_summary {
	    padding: 10% 12% 12%;
	}
	.page-id-1441 .span_1_of_3.grey_box {
		padding: 0;
	}
	.page-id-1441 .col.span_1_of_3.grey_box img {
		margin-bottom: 0;
		width: 100%;
	}
	.page-id-1441 .col.span_1_of_3.grey_box p + a {
		margin-bottom: 0;
	}
	.single-team_member h1.page_title,
	.single-news_items h1.page_title {
		text-transform: none;
	}
	.title_area .headshot {
		position: relative;
		top: 0;
		margin-bottom: 15px;
	}

/* @end */

/* @group Downloads */

	.download {
		margin-bottom: 25px;
	}
	.download h4 {
		font-family: TeXGyreAdventorBold;	
		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;
	}
	.page-id-28 .main_content_area h2 {
		margin-bottom: 5px;
	}
	.page-id-28 .main_content_area h3 {
		margin-bottom: 0;
	}
	.page-id-28 .main_content_area h3 + p {
		margin-top: 0;
	}
	.page-id-28 .col.span_1_of_3 i {
	    position: relative;
	    top: 0;
	    margin-right: 6px;
	    font-size: 18px;
	    color: #bbb;
	}

/* @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 .button:hover,
	.page_title_container .button:hover {
		border: none !important;
	}

/* @end */

/* @group What makes us Different? */

	.page-id-1201 .main_content_container {
		display: none;
	}
	.page-id-1201 .feature .col.span_1_of_1 {
		display: flex;
		align-items: center;
		text-align: left;
		max-width: 1000px;
	}
	.page-id-1201 .feature:nth-child(even) .col.span_1_of_1 {
		flex-direction: row-reverse;
		text-align: right;
	}
	.page-id-1201 .col.span_4_of_7 img {
		margin: 0;
	}
	.section.feature {
	    padding-top: 60px;
	    padding-bottom: 15px;
	}
	.page-id-1201 .feature:nth-child(even) .span_3_of_7 {
		margin-left: 0;
	}
	.page-id-1201 .feature:nth-child(even) .span_4_of_7 {
		margin-left: 4%;
	}

/* @end */

/* @group Pricing */

	/*.page-id-1226 .main_content_container h2 {
	    font-family: 'TeXGyreAdventorBold';
	    font-size: 55px !important;
	    line-height: 55px !important;
	    margin-bottom: 20px;
	    color: #3cf !important;
	}*/
	.page-id-1226 .main_content_container h3.price {
	    font-size: 45px;
	    line-height: 32px;
	    color: #3cf;
	    margin-top: 22px;
	    margin-bottom: 25px;
	}
	.page-id-1226 .main_content_container h3.price,
	.page-id-2458 .main_content_container h3.price {
	    font-size:   30px;
	    line-height: 1.25;
	    margin: 10px 0;
	}
	.page-id-1226 .main_content_container ul li,
	.page-id-2458 .main_content_container ul li {
	    list-style: none;
	    font-size: 15px;
	    margin-bottom: 8px;
	}
	.page-id-1226 .main_content_container ul li:before,
	.page-id-2458 .main_content_container ul li:before {
	    content: "\f00c";
	    font-family: FontAwesome;
	    font-size: 18px;
	    color: #3cf;
	    margin-right: 8px;
	}
	.page-id-1226 .main_content_container .smallprint {
	    top: 0;
	}

/* @end */

/* @group Add-ons */

	.add_ons h2 {
	    font-size: 33px;
	    line-height: 1.1;
	    margin-bottom: 10px !important;
	}
	.add_ons h2.twenty_five_margin_bottom {
		margin-bottom: 25px !important;
	}
	.col.span_1_of_3.grey_box {
		margin-top: 1%;
	}
	.add_ons .col.span_1_of_3.grey_box h3 {
	    margin-top: 0;
	}
	h3 span.note {
	    color: #3cf;
	    font-size: 14px;
	    line-height: 22px;
	    font-family: TeXGyreAdventorRegular;
	    margin-left: 5px;
	    position: relative;
	    top: -11px;
	}
	.add_ons .grey_box {
	    min-height: 270px;
	}
	.col.span_1_of_3.grey_box {
		margin-top: 35px;
	}
	.page-id-1230 .col.span_1_of_3 {
		margin-top: 25px;
	}

/* @end */

/* @group Clients */

	.single-clients .shadow_section {
	    background-color: #fafafa;
	    background: linear-gradient(to bottom, #d5d6d6 0, #ffffff 15px, #ffffff 100%);
	}
	.single-clients .shadow_section:nth-child(2n) {
	    background-color: white;
	    background: linear-gradient(to bottom, #d5d6d6 0, #fafafa 15px, #fafafa 100%);
	}
	.back_link {
	    font-family: TeXGyreAdventorRegular;
	}
	.single-clients h1.page_title {
		text-transform: none;
	}
	.client_box {
		background: #fafafa;
	}
	.client_box h2 {
		margin: 10px 0 0 !important;
	}
	.client_box h2 a {
		font-family: TeXGyreAdventorRegular;
	}
	.only_visible_to_admins {
		display: none;
	}
	.logged-in .only_visible_to_admins {
		display: block;
	}
	.filter_area {
		/*background: rgba(0,0,0,0.04);*/
		/*padding: 20px;*/
		margin: 0 0 15px;
	}
	.filter {
		display: inline-block;
		position: relative;
		/*background-color: rgba(0,0,0,0.05);*/
		/*background-color: #3cf;*/
		color: white;
		/*font-weight: bold;*/
		/*text-transform: uppercase;*/
		/*text-shadow: #ACB195 0 -1px 0;*/
		/*font-size: 11px;*/
		line-height: 1;
		/*padding: 6px 7px;*/
		/*-webkit-border-radius: 2px;*/
		/*-moz-border-radius: 2px;*/
		/*border-radius: 2px;*/
		margin-left: 10px;
	}
	.filter a {
		font-family: TeXGyreAdventorRegular;
		color: #ccc;
		padding: 0;
		margin: 0 !important;
		border: none;
	}
	.filter a:hover,
	.filter a:focus,
	.filter a:active {
		border: none;
	}
	.logo_area a,
	.logo_area a:hover,
	.logo_area a:active,
	.logo_area a:focus {
		border: none;
	}
	.filter_container {
		margin-bottom: 15px;
		line-height: 1.55;
	}
	.filter_item a.tag, 
	.filter_item a[rel="tag"] {
		margin-bottom: 0;
		border: none;
		background: #ddd;
		border-radius: 10px;
		padding: 0 6px 1px 6px;
	}
	.filter_item a.tag:hover, 
	.filter_item a[rel="tag"]:hover {
		color: white;
		background: #ccc;
	}

/* @end */

/* @group FAQ's */

	.page-id-1191 .section.faq h2 {
		line-height: 1.1;
	}
	.page-id-1191 .section.faq p:last-child {
		margin-bottom: 10px;
	}

/* @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;
	}
	h1 + p.date {
		margin-top: 0;
	}
	.page_title_area .date {
		clear: left;
		color: rgba(255, 255, 255, .75);
		position: relative;
		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;
	}
	.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;
	}
	#share {
		position: relative;
		display: block;
		clear: both;
		margin-bottom: 20px;
	}
	.blog_post_introduction h2.intro {
		padding-top: 0;
	}
	.comments_section {
		background-color: #fafafa;
	}
	.comments_section .section_inner .row {
		padding-top: 50px;
	}
	.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;
	}
	.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;
	}
	.single-post .title_area .section_inner,
	.single-post .title_area + .section_outer .section_inner,
	.single-post .intro_area + .section_outer .section_inner {
		max-width: 750px;
	}
	.title_area .section_background {
		margin: 45px 0 55px;
	}
	.single-post h1.page_title {
		font-size: 65px;
	}
	.title_area a,
	.section_outer.title_area + .section_outer.intro_area.pale_grey a {
		color: #3cf;
	}
	.in_page_intro_area .page_intro {
		padding: 0;
	}
	.in_page_intro_area h2.intro,
	.in_page_intro_area h2.intro p {
		font-family: TeXGyreAdventorBold;
		font-size: 30px;
		line-height: 1.325;
		color: #013358;
	}
	a.summary_image {
		display: block;
	}
	.single-post .video_outer_container {
	  display: inline-block;
	  margin: 25px 0 0;
	}
	
	/* @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(255,255,255,0.75);
			border: 1px solid 	rgba(255,255,255,0.25);
		}
		.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(255,255,255,0.15);
			color: 				rgba(255,255,255,1);
			border: 1px solid 	rgba(255,255,255,1) !important;
		}
	
	/* @end */
	
	/* @group Pagination */
		
		.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 span.page-num {
		  margin-right: 10px;
		  padding: 0;
		}
		.custom-pagination span.dots {
		  padding: 0;
		}
		.custom-pagination span.current {
		  font-weight: bold;
		}
	
	/* @end */

/* @end */

/* @group News */

	.page-id-1466 .thumbnail {
		margin-bottom: 20px !important;
	}

/* @end */

/* @group Videos */

	.video_container,
	.video_thumbnail {
		margin: 15px 0;
		position: relative;
	}
	.video_container {
		margin-top: 0;
		overflow: hidden;
		/*height: 100px;*/
	}
	.video_container img {
		display: block;
		/*width: 277px;*/
		width: 100%;
		position: relative;
		margin-bottom: 0;
		/*top: calc(30.66% / 100 * 8);*/
	}
	.video_outer_container .video_container {
		margin: 0;
		/*padding-bottom: calc(30.66% / 100 * 8);*/
	}
	.span_1_of_3 .video_container img {
		/*width: 380px;*/
		/*max-width: 100%;*/
		width: 100%;
	}
	.video_container .play_icon,
	.video_thumbnail .play_icon {
		content: "\f01d";
		font-family: FontAwesome;
		font-size: 85px;
		color: rgba(255, 255, 255, .65);
		position: absolute;
		left: 0;
		top:   50%;
		margin-top: -43px;
		width: 100%;
		z-index: 1;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.video_container:hover .play_icon,
	.video_thumbnail:hover .play_icon {
		color: rgba(255, 255, 255, 1);
	}
	.video_outer_container {
		padding: 0;
		background-color: #fafafa;
		outline: 1px solid #e4e4e4;
	}
	.pale_grey_background .video_outer_container {
		background-color: white;
	}
	.video_outer_container:hover {
		background-color: #eee;
		outline: 1px solid #d4d4d4;
		-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);
	}
	.pale_grey_background .video_outer_container:hover {
		background-color: white;
	}
	.video_outer_container a {
		display: block;
		margin-bottom: 0 !important;
		border: none;
	}
	.video_outer_container h2 {
		font-size:   17px;
		line-height: 23px;
		letter-spacing: -0.5px;
		color: #013358;
		padding: 0 15px;
		margin: 0 0 3px;
	}
	.video_outer_container h2 a {
		font-family: TeXGyreAdventorRegular;
		color: #013358;
	}
	.video_text_container {
		padding: 23px 0 25px;
	}
	.video_text_container a {
		color: #33ccff;
	}
	.video_text_container a:hover {
		color: #2bc4ff;
	}
	.fancybox-type-iframe .fancybox-next,
	.fancybox-type-iframe .fancybox-prev {
		display: none;
	}
	
	@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;
		}
	}
	
	@media only screen and (max-width: 875px) {
		.videos .span_1_of_3 {
			width: 48%;
			margin: 1% 0 20px 4%;
		}
		.videos .span_1_of_3:nth-child(3n+1) {
			margin-left: 4%;
			clear: none;
		}
		.videos .span_1_of_3:nth-child(2n+1) {
			margin-left: 0;
			clear: left;
		}
		.videos .col:first-child {
		    margin-left: 0;
		}
	}
	
	@media only screen and (max-width: 475px) {
		.videos .span_1_of_3,
		.videos .span_1_of_3:nth-child(3n+1) {
			width: 100%;
			margin-left: 0;
		}
	}

/* @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: #100d38;
		border-color: #ddd !important;
	}
	.services_strip .boxed_item h3 a {
		color: #ef4f2a;
	}
	.services_strip .boxed_item h3 a:hover {
		color: #100d38;
	}
	.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);
		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;
	}
	#footer-outer {
		position: relative;
		clear:both;
	}
	#footer-inner {
		max-width: 1200px;
		padding: 0 50px;
		margin: 0 auto;
		text-align: left;
	}
	#footer-inner p {
		margin-bottom: 0;
	}
	.func-footer {
		float: left;
		width: 1024px;
		margin-bottom: 20px;
	}
	#footer-outer p {
		color: #999;
		font-size: 12px;
		line-height: 24px;
	}
	#footer-outer ul,
	#footer-outer ul li,
	#footer-outer ul li a {
		font-size: 12px;
	}
	#footer-outer a:hover .credit p {
		color: #666;
	}
	#footer-inner a {
		border-bottom: 0;
		color: #999;
		text-decoration: none;
		font-family: TeXGyreAdventorRegular;
	}
	#footer-inner a:hover {
		border-bottom: 0;
		color: #666;
		text-decoration: none;
	}
	#footer-inner .col {
		float: left;
		width: 150px;
		margin-right: 16px;
	}
	#footer-inner ul {
		list-style: none;
	}
	#footer-inner ul.sublist {
		margin-top: 8px;
	}
	#footer-inner li {
		float: left;
		margin-top: 3px;
		text-indent: 0;
		padding-left: 0;
	}
	#footer-inner li.twitter a {
		font-family: TeXGyreAdventorRegular;
	}
	#outer {
		min-height: 100%;
		position: relative;
	} 
	/*Opera Fix*/
	body:before {
		content:"";
		height:100%;
		float:left;
		width:0;
		margin-top:-32767px;/
	}
	.credit {
		position: absolute;
		bottom: 0;
		width: 290px;
		height: 17px;
		background: url(../images/evolve-logo.png) no-repeat right top;
		right: 0;
		text-indent: -9999px;
	}
	.credit p {
		position: relative;
		margin-top: 2px;
	}
	a:hover .credit {
		color: #8f8f8f;
		background: url(../images/evolve-logo.png) no-repeat right -17px;
	}
	.credit-line {
		position: relative;
		clear: both;
		top: 15px;
		width: 1024px;
		border-top: 1px solid #dfdfdf;
	}
	a.heading {
		font-weight: bold;
	}
	.heading {
		font-weight: bold;
	}
	.copyright {
		position: relative;
		top: 30px;
	}
	li.twitter {
		padding-left: 0;
	}
	li.twitter a {
		position: relative;
		height: 15px;
		width: 50px;
		margin-bottom: 5px;
		display: block;
		background: url(../images/social-icons-twitter.png) no-repeat left 0px;
		padding-left: 20px;
		line-height: 15px;
	}
	li.twitter a:hover {
		background: url(../images/social-icons-twitter.png) no-repeat 0 -15px;
	}
	li.facebook a {
		position: relative;
		height: 15px;
		width: auto;
		display: block;
		background: url(../images/social-icons-facebook.png) no-repeat 0 0px;
		padding-left: 20px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	li.facebook a:hover {
		background: url(../images/social-icons-facebook.png) no-repeat 0 -15px;
	}
	li.linkedin a {
		position: relative;
		height: 15px;
		width: 45px;
		display: block;
		background: url(../images/social-icons-linkedin.png) no-repeat 0 0px;
		padding-left: 20px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	li.linkedin a:hover {
		background: url(../images/social-icons-linkedin.png) no-repeat 0 -15px;
	}
	li.skype {
		position: relative;
		height: 15px;
		width: auto;
		display: block;
		background: url(../images/social-icons-skype.png) no-repeat 0 0px;
		padding-left: 20px !important;
		line-height: 15px;
		margin-bottom: 5px;
		margin-left: 2px;
		color: #999999;
	}
	li.youtube a {
		position: relative;
		height: 15px;
		width: auto;
		margin-bottom: 5px;
		display: block;
		padding-left: 12px;
		line-height: 15px;
		top: -5px;
	}
	li.youtube i {
		font-size: 18px;
		position: relative;
		top: 2px;
	}
	
	@media only screen and (max-width: 950px) {
	
		li.youtube a {
			top: 0;
		}
	
	}
	
	/* @group Footer Height */
	
		.container {
			padding-bottom: 325px;
		}
		#footer-outer {
			height:      325px;
			margin-top: -325px;
		}
		
	/* @end */
	
	#footer-outer {
		background: #eaeaea;
	}
	.footer_logo_container {
		background: #f2f2f2;
		border-top: 1px solid #e4e4e4;
		height: 150px;
		padding: 15px 0;
	}
	.footer_logo_strip {
		
	}
	.footer_inner_container {
		background: #eaeaea;
		border-top: 1px solid #e4e4e4;
	}
	#footer-inner {
		/*overflow: hidden;*/
	}
	.xero_logo,
	.receipt_bank_logo {
		display: inline-block;
		margin: 20px;
	}
	.xero_logo {
		width: 167px;
		height: 104px;
		background: url('../images/xero-platinum-certified-accountants-104px.jpg') no-repeat;
	}
	.receipt_bank_logo {
		width: 116px;
		height: 104px;
		background: url('../images/receipt-bank-gold-partner-accountants.jpg');
	}

/* @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;
		}
		.right_aligned {
			text-align: right;
		}
	
	/* @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);
		}
		.grey_background {
			background-color: #FAFAFA;
		}
		.pale_grey_background {
			background-color: #efefef !important;
		}
		.dark-blue,
		.dark_blue {
		    color: #013358;
		}
	
	/* @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 {
			padding: 0;
		}
		.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 */
	
		.visible_at_smaller_sizes {
			display: none;
		}
		.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;
	}
	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 */
		    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,
		h3.intro p {
			font-size: 26px;
			line-height: 1.5;
			/*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: "FontAwesome";
			    font-weight: 900;
			    margin-right: 6px;
			    font-size: 25px;
			    top: 4px;
			    position: relative;
			}
			a.play_video_link:hover {
				color: white;
				cursor: pointer;
			}
			
		/* @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 Forms */
		
			.hidden-container {
				display: none;
			}
			
		/* @end */
	
	/* @end */

	/* @group Lead Magnet Promotion */
	
		.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 img {
			max-width: 300px;
		}
	
	/* @end */

	/* @group Homepage */
	
		.home .intro_area {
			padding: 50px 0;
		}
		.home .intro_area h2 {
			padding: 0;
		}
		.home .intro_area h3 {
			color: #100d38;
			margin-top: 25px;
			margin-bottom: 10px;
		}
	
	/* @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: #100d38;
		}
	
	/* @end */

	/* @group Partner Logos Strip (October 2021) */
			
		.footer_logo_container {
			height: auto;
			min-height: 150px;
		}
		.footer_logo_strip {
	 		display: flex;
			align-items: center;
			justify-content: space-evenly;
			min-height: 150px;
			max-width: 1300px;
			margin: 0 auto;
		}
		.footer_logo_strip img {
			max-height: 60px;
			max-width: 145px;
			margin: 10px 25px;
		}
		.footer_logo_strip img.fluidly_logo {
			max-width: 125px;
		}
		.footer_logo_strip img.hubdoc_logo {
			max-width: 165px;
		}
		.footer_logo_strip img.aat_logo {
			max-height: 50px;
		}
		@media only screen and (max-width: 725px) {
			.footer_logo_strip {
				flex-wrap: wrap;
			}
		}
	
	/* @end */

	/* @group New Pricing Update (October 2015) */
	
		.header_description_row {
			color: #666;
		}
		table.pricing-table .header_description_row td.left-aligned,
		table.pricing-table .header_description_row td.level-one, 
		table.pricing-table .header_description_row td.level-two,
		table.pricing-table .header_description_row td.unlimited {
			border-top: none;
			padding: 25px;
			padding-top: 0;
		}
		table.pricing-table .header_description_row td.unlimited p {
			color: white;
		}
		table.pricing-table .header_description_row td {
			height: auto;
		}
		table.pricing-table.new_pricing_table td {
			height: auto;
		}
		table.pricing-table.new_pricing_table {
			margin-bottom: 15px;
		}
		table.pricing-table.new_pricing_table .monthly_cost td {
			font-family: TeXGyreAdventorBold;
			height: 44px;
		}
		table.pricing-table.new_pricing_table td.twenty_pixels {
			line-height: 10px;
		}
		table.new_pricing_table th.level-one .header_title,
		table.new_pricing_table th.level-two .header_title,
		table.new_pricing_table th.unlimited .header_title {
			bottom: 10px;
		}
		.new_pricing_page .full_width .col.span_1_of_1.pricing_column {
			max-width: 1500px;
		}
		.smallprint {
			font-style: italic;
		}
		.smallprint.raised_position {
			position: relative;
			top: -50px;
		}
		.new_pricing_page .smallprint.twenty_raised_position {
			position: relative;
			top: -10px;
		}
		.new_pricing_page .smallprint {
			position: relative;
			top: -50px;
			color: #bbb;
		}
		.grey_box input {
			display: none;
		}
		.grey_box.selected {
			outline-width: 4px;
			outline-color: #d4d4d4;
		}
		table.new_pricing_table input[type="radio"]{
			display: none;
		}
		label a.button {
			padding: 17px;
			width: 70%;
		}
		label a.button:hover {
			cursor: pointer;
		}
		label.select a.button:hover {
			cursor: auto;
		}
		label.select a.button {
			background-color: #ccc;
		}
		.grey_box.selected a.button {
			background-color: #ccc;
		}
		label a.button span {
			display: none;
		}
		label.select a.button span {
			display: inline;
		}
		.grey_box.selected a.button span {
			display: inline;
		}
		.grey_box label a.button {
			padding: 12px 19px;
			width: auto;
			margin-bottom: 0;
		}
		.grey_box label {
			margin-top: 10px;
			margin-bottom: 0;
		}
		.pricing.add_ons .grey_box h2,
		.pricing.add_ons .grey_box h3 {
			font-size: 27px;
			line-height: 34px;
			margin-bottom: 6px;
		}
		.pricing.add_ons .grey_box h3 {
			margin-bottom: 0;
		}
		.pricing.add_ons .grey_box p {
			line-height: 15px;
			margin-bottom: 15px;
		}
		.pricing.add_ons .grey_box .note {
			color: #999;
		}
		.pricing.add_ons .col.span_1_of_3.grey_box {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding-top: 25px;
			padding-bottom: 35px;
			min-height: 195px;
			width: 30.66%;
		}
		.pricing.add_ons input[type="submit"] {
			margin-top: 50px;
		}
		p.progress_indicator {
			color: #ccc;
		}
		p.progress_indicator strong {
			color: #013358;
		}
		input[type="text"],
		textarea {
			text-align: center;
		}
		input[type="text"]:focus,
		textarea:focus {
			outline-color: #bbb;
			background-color: #efefef;
		}
		.section_inner.reduced_width {
			max-width: 500px;
		}
		input[type="text"].error,
		textarea.error {
			margin-bottom: 0;
		}
		label.error {
			margin-bottom: 20px;
		}
		.progress_indicator {
			position: relative;
			text-align: center;
			max-width: 600px;
			margin: 0 auto;
		}
		.progress_one,
		.progress_two,
		.progress_three {
			position: relative;
			width: 33%;
			display: inline-block;
			float: left;
		}
		.progress_indicator .progress_circle {
			position: relative;
			display: inline-block;
			background-color: #ddd;
			font-family: TeXGyreAdventorBold;
			font-size: 30px;
			line-height: 50px;
			color: white;
			text-align: center;
			width: 50px;
			height: 50px;
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			border-radius: 25px;
			margin-bottom: 5px;
			z-index: 2;
		}
		.progress_indicator .active .progress_circle {
			background-color: #33ccff;
		}
		.progress_indicator .progress_caption {
			color: #ccc;
			padding: 0 5px;
			margin-bottom: 10px;
		}
		.progress_indicator .active .progress_caption {
			color: #33ccff;
		}
		.progress_indicator .line {
			background-color: #ddd;
			height: 7px;
			width: 100%;
			position: absolute;
			top: 22px;
			z-index: 1;
			left: -50%;
		}
		.progress_indicator .active .line {
			background-color: #33ccff;
		}
		.mid_grey_background {
			background-color: #e4e3e3;
		}
		.number_circle {
			position: absolute;
			top: -22px;
			margin-left: -25px;
			display: inline-block;
			background-color: #33ccff;
			font-family: TeXGyreAdventorBold;
			font-size: 30px;
			line-height: 50px;
			color: white;
			text-align: center;
			width: 50px;
			height: 50px;
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			border-radius: 25px;
			margin-bottom: 5px;
			z-index: 2;
		}
		.pricing .white_box {
			padding: 25px;
			padding-top: 35px;
			min-height: 185px;
			position: relative;
			top: 0;
			border: 1px solid #d4d4d4;
		}
		.pricing .white_box h3 {
			font-family: TeXGyreAdventorRegular;
			color: #33ccff;
			margin-bottom: 5px;
		}
		.instruction_strip {
			padding-top: 40px;
			padding-bottom: 20px;
		}
		.pricing .span_1_of_3 {
			position: relative;
			margin-bottom: ;
		}
		.visible_below_sixsevenfive {
			display: none;
		}
		label a.button span.tick {
			display: inline-block;
			width: 16px;
			height: 12px;
			padding: 0;
			background: url(../images/tick-white.png) no-repeat; /* fallback logo (.png) */
	  		background-image: url(../images/tick-white.svg), none; /* high-res logo (.svg) */
	  	}
	  	a.button.tick_button {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 12px;
			width: 80%;
			text-align: center;
		}
		a.button.extra_margin_top {
			margin-top: 15px;
		}
	
	/* @end */

	/* @group Blog Styling Update (June 2016) */
	
		.blog_content h3,
		.blog_content h3 p,
		.blog_content h4,
		.page_content_area h3,
		.page_content_area h3 p,
		.page_content_area h4,
		.single-post .page_content_area h3,
		.single-post .page_content_area h3 p,
		.single-post .page_content_area h4  {
			color: #33ccff;
		    font-size: 22px;
		    line-height: 30px;
		    margin-bottom: 10px;
		    margin-top: 24px;
		}
		/*.page_content_area h3:first-child,
		.page_content_area h3:first-child p {
			font-family: TeXGyreAdventorBold;
			font-size: 30px;
			line-height: 1.25;
			color: #013358;
			margin-top: 0;
			margin-bottom: 15px;
		}*/
		/*.page_content_area h3:first-child {
			/*color: #013358;*!/
			margin-top: 0;
		}*/
		.page_content_area ul li {
			margin-bottom: 5px;
		}
		.page_content_area h2:first-child,
		.page_content_area h2:first-child p {
			font-family: TeXGyreAdventorBold;
			font-size: 30px;
			color: #013358;
		}
		.blog_content h2,
		.col.span_1_of_1 .blog_content h2  {
		    margin-bottom: 10px;
		    margin-top:  24px;
		    font-size:   18px;
		    line-height: 22px;
		}
		.blog_content p {
		    font-size:   15px;
		    line-height: 26px;
		}
		h3.blog_introduction {
			color: #013358;
		    font-size:   18px;
		    line-height: 26px;
		}
		.blog_intro h2,
		.col.span_1_of_1 .blog_intro h2 {
			line-height: 55px;
		}
		.blog_content a {
			text-decoration: underline;
		}
		.blog_detail p.info {
			margin-bottom: 3px;
		}
		.blog_detail p.info strong {
			color: gray;
		}
		.blog_detail .page_header p.info strong {
			color: white;
		}
		.sharing {
			font-size: 14px;
		}
	
	/* @end */

	/* @group Various Updates (June 2016) */
	
		.new_home .section.full_width {
		    border-bottom: 1px solid #e4e4e4;
		}
		.strip_title {
			margin-bottom: 25px;
		}
		.section.homepage_strip {
			padding-bottom: 40px;
		}
		h2.pale_grey {
			color: #ccc;
		}
		.homepage_strip h3 {
			font-size:   28px;
			line-height: 33px;
			color: #33ccff;
			font-family: TeXGyreAdventorRegular;
			margin-bottom: 5px;
		}
		.homepage_strip h3 strong {
			color: #013358;
		}
		.homepage_strip p {
			margin-bottom: 5px;
		}
		.homepage_strip h3.no_margin_bottom {
			margin-bottom: 0;
		}
		a.see_all_link {
			color: #33ccff;
			font-family: TeXGyreAdventorRegular;
		}
		.col.span_1_of_1.twenty_margin_bottom {
			margin-bottom: 20px;
		}
		.round {
			width:  174px;
			height: 174px;
			border: 1px solid #efefef;
			-webkit-border-radius: 87px;
			-moz-border-radius:    87px;
			border-radius:         87px;
			overflow: hidden;
			margin: 0 auto;
		}
		.team-thumbnail.round {
			margin-bottom: 15px;
		}
		sup {
		    vertical-align: super;
		    font-size: smaller;
		}
	
	/* @end */

	/* @group Page Title Update (June 2017) */

		h2.page_title {
		    text-transform: lowercase;
		    color: #33ccff;
		    font-size: 115px;
		    letter-spacing: -3px;
		    line-height: 115px;
		}
		h1.blog_post_title {
			font-size: 50px;
			line-height: 55px;
			letter-spacing: -1px;
		}

	/* @end */

	/* @group Privacy Policy Styling (May 2018) */

		.privacy_policy h2 {
			font-size: 32px;
		}
		.privacy_policy h4 {
			font-size: 20px;
			color: #2bc4ff;
			margin-top: 25px;
		}

	/* @end */

	/* @group Events Page (January 2019) */

		.event_image {
			margin-bottom: 40px;
		}

	/* @end */

	/* @group Pricing Update (January 2019) */

		.pricing-section {
			max-width: 750px;
			margin: 0 auto;
		}
		table.pricing-table th.unlimited {
			min-width: 125px;
			max-width: 125px;
		}

	/* @end */

	/* @group Pricing Update (March 2019) */

		.updated_pricing_layout h2 {
			font-family: 'TeXGyreAdventorBold';
			font-size: 55px;
			line-height: 55px;
			margin-bottom: 20px;
		}
		.updated_pricing_layout ul li {
			list-style: none;
			font-size: 15px;
			margin-bottom: 8px;
		}
		.updated_pricing_layout ul li:before {
			content: "\f00c";
			font-family: FontAwesome;
			font-size: 18px;
			color: #3cf;
			margin-right: 8px;
		}
		.updated_pricing_layout h3.price {
			font-size: 45px;
			line-height: 32px;
			color: #3cf;
			margin-top: 22px;
			margin-bottom: 25px;
		}
		.updated_pricing_layout h3.price .note {
			color: #bbb;
		}
		.new_pricing_page .updated_pricing_layout .smallprint {
			top: 0;
		}
		h3.looking_for_something_extra {
			margin: 35px 0 45px;
		}
		h3.looking_for_something_extra a {
			color: #3cf;
			background-image: linear-gradient(#efefef,#efefef);
			background-repeat: no-repeat;
			background-size: 100% 0.2em;
			background-position: 0 88%;
			transition: background-size 0.25s ease-in;
		}
		h3.looking_for_something_extra a:hover {
			background-size: 100% 88%;
		}

	/* @end */

	/* @group Free Stuff Downloads Email Capture (April 2019) */

		.hidden,
		.hidden_info {
			display: none;
		}
		.download-icon-pdf {
			background: url(../images/file-icon-sprite-pdf.png) no-repeat center top;
			width: 143px;
			height: 134px;
			margin-bottom: 10px;
		}
		a.download-area:hover .download-icon-pdf {
			background: url(../images/file-icon-sprite-pdf.png) no-repeat center -134px;
			width: 143px;
			height: 134px;
		}
		.download-icon-word {
			background: url(../images/file-icon-sprite-word.png) no-repeat center top;
			width: 143px;
			height: 134px;
			margin-bottom: 10px;
		}
		a.download-area:hover .download-icon-word {
			background: url(../images/file-icon-sprite-word.png) no-repeat center -134px;
			width: 143px;
			height: 134px;
		}
		.download-icon-xl {
			background: url(../images/file-icon-sprite-xl.png) no-repeat center top;
			width: 143px;
			height: 134px;
			margin-bottom: 10px;
		}
		a.download-area:hover .download-icon-xl {
			background: url(../images/file-icon-sprite-xl.png) no-repeat center -134px;
			width: 143px;
			height: 134px;
		}
		.page-id-1404 .col.span_1_of_3.white_box a.button {
			background-color: #3cf;
			margin-top: 5px;
		}
		.page-id-1404 a h2 {
			color: #013358;
		}
		.page-id-1404 .col.span_1_of_3:hover .download-icon-pdf {
			background: url(../images/file-icon-sprite-pdf.png) no-repeat center -134px;
			width: 143px;
			height: 134px;
		}
		.page-id-1404 .col.span_1_of_3:hover .download-icon-word {
			background: url(../images/file-icon-sprite-word.png) no-repeat center -134px;
			width: 143px;
			height: 134px;
		}
		.page-id-1404 .col.span_1_of_3:hover .download-icon-xl {
			background: url(../images/file-icon-sprite-xl.png) no-repeat center -134px;
			width: 143px;
			height: 134px;
		}
		.page-id-1404 .col.span_1_of_3:hover {
			outline-color: #3cf;
		}
		.page_header a {
			color: #33ccff;
		}
		a.animated_hover {
			background-image: linear-gradient(#efefef,#efefef);
			background-repeat: no-repeat;
			background-size: 100% 0.2em;
			background-position: 0 100%;
			transition: background-size 0.25s ease-in;
		}
		a.animated_hover:hover {
			background-size: 100% 88%;
		}
		
		/* @group Pop-up */
			
			.popup {
				max-width: 550px;
			}
			.popup .form_area {
				padding: 19px 22px 23px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.popup form {
				margin-bottom: 0;
			}
			.popup .form_title_area {
				padding: 0;
			}
			.popup h4 {
				font-size:   28px;
				line-height: 25px;
				color: #33ccff;
				margin-bottom: 15px;
			}
			.popup p {
				margin-bottom: 20px;
			}
			.popup p.no_margin_bottom {
				margin-bottom: 0;
			}
			.popup input[type="submit"] {
				margin: 0;
				border: none;
			}
			.popup input[type="submit"]:hover,
			.popup input[type="submit"]:focus {
				margin: 0 !important;
				border: none;
			}
			.form_title_area {
				padding-right: 30px;
				margin-bottom: 12px;
			}
			.popup .col {
				margin: 0;
			}
			.popup .checkbox_container label {
				display: block;
			}
			.popup .checkbox_container input {
				margin-bottom: 0;
			}
			.popup input[type="text"],
			.popup input[type="email"] {
				text-align: center;
			}
			.popup input[type="text"].error,
			.popup input[type="email"].error {
				margin-bottom: 0;
			}
			.page-id-1404.download .page_header h1,
			h1.smaller_heading {
				font-size: 75px;
				line-height: 75px;
			}
			.checkbox_container label.error {
			    width: auto;
			    float: none;
			    display: inline;
			    border: none;
			    margin: 0 5px 0 0;
			    padding: 5px 10px;
			}
		
		/* @end */

	/* @end */

	/* @group Franchise Page (April 2019) */

		li {
			font-size: 15px;
			line-height: 24px;
		}
		.accountancy-franchise h3 {
			margin-top: 20px;
		}
		.shadow_section {
			background-color: white;
			padding-top:    75px;
			padding-bottom: 75px;
			background: linear-gradient(to bottom, #d5d6d6 0, #ffffff 15px, #ffffff 100%);
		}
		.shadow_section:nth-child(2n) {
			background-color: #fafafa;
			background: linear-gradient(to bottom, #d5d6d6 0, #fafafa 15px, #fafafa 100%);
		}
		.shadow_section:last-child {
			background-color: #fafafa;
			background: linear-gradient(to bottom, #d5d6d6 0, #fafafa 15px, #fafafa 100%);
		}
		.shadow_section h3:first-child {
			margin-top: 0;
		}
		.shadow_section:nth-child(2n) input[type="text"],
		.shadow_section:nth-child(2n) input[type="phone"],
		.shadow_section:nth-child(2n) input[type="email"] {
			background-color: white;
		}
		.shadow_section input {
			text-align: center;
			max-width: 500px;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.shadow_section select {
			max-width: 550px;
			text-align: center;
		}
		.shadow_section input[type="checkbox"] {
			margin-bottom: 0;
		}
		.shadow_section h3 + .form-row.span_1_of_1 {
			margin-top: 25px;
		}
		.shadow_section:last-of-type h3 + .form-row.span_1_of_1 {
			margin-top: 0;
		}
		.shadow_section.logo_strip {
			padding: 45px 0 35px;
		}
		.section.page_header {
			border-bottom: none;
		}
		.accountancy-franchise .call_to_action {
			background: linear-gradient(to bottom, #2babd6 0, #33ccff 15px, #33ccff 100%);
		}
		.display_none {
			display: none;
		}
		.page_header .button {
			background-color: white;
			color: #013358;
			margin-top: 6px;
		}
		.page_header .button:hover {
			background-color: #eee;
			color: #013358;
		}
		.page_header .button:nth-of-type(2) {
			background-color: #33ccff;
			color: white;
		}
		.page_header .button:nth-of-type(2):hover {
			background-color: #2bc4ff;
		}
		.button + .button {
			margin-left: 8px;
		}
		.accountancy-franchise .page_header {
			padding-bottom: 75px;
		}
		.popup input[type="name"] {
		    text-align: center;
		}
		.accountancy-franchise .popup input[type="name"] {
			margin-top: 5px;
		    margin-bottom: 7px;
		}
		.popup input[type="name"].error {
		    margin-bottom: 0;
		}
		a.download_prospectus_button {
			background-color: white;
			color: #013358;
		}
		a.download_prospectus_button:hover {
			background-color: #eee;
		    color: #013358;
		}
		ul#mobile_navigation li.franchise_nav span,
		ul#mobile_navigation li.menu_subsection span,
		ul#mobile_navigation li span.new {
			font-size: 10px;
			background-color: white;
			padding: 2px 5px;
			color: #013358;
			margin-left: 8px;
			position: relative;
			top: -2px;
			-webkit-border-radius: 2px;
			-moz-border-radius:    2px;
			border-radius:         2px;
		}
	
		/* @group Book a discovery day */
		
			.accountancy-franchise.book-a-discovery-day .full_width.shadow_section .col.span_1_of_1 {
				max-width: 500px;
			}
			.accountancy-franchise.book-a-discovery-day .full_width.shadow_section .col.span_1_of_1 {
				max-width: 500px;
			}
			.accountancy-franchise.book-a-discovery-day input[type="submit"] {
				margin-top: 20px;
			}
			.accountancy-franchise input[type="name"].error,
			.accountancy-franchise input[type="email"].error,
			.accountancy-franchise input[type="phone"].error,
			.accountancy-franchise input[type="text"].error {
			    margin-bottom: 0;
			}
			#discovery_day_thanks_popup h4 {
				margin-bottom: 5px;
			}
			#discovery_day_thanks_popup p {
				margin-bottom: 0;
			}
		
			/* @group Styling Select Element */
				
				.select-css {
				    display: block;
				    font-size: 15px;
				    font-family: TeXGyreAdventorRegular, sans-serif;
				    font-weight: normal;
				    color: #444;
				    line-height: 1.3;
				    padding: .6em 1.4em .5em .8em;
				    width: 100%;
				    max-width: 100%; 
				    box-sizing: border-box;
				    margin: 0 auto;
				    border: 1px solid #aaa;
				    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
				    border-radius: .5em;
				    -moz-appearance: none;
				    -webkit-appearance: none;
				    appearance: none;
				    background-color: #fff;
				    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
				      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
				    background-repeat: no-repeat, repeat;
				    background-position: right .7em top 50%, 0 0;
				    background-size: .65em auto, 100%;
				}
				.select-css::-ms-expand {
				    display: none;
				}
				.select-css:hover {
				    border-color: #888;
				}
				.select-css:focus {
				    border-color: #aaa;
				    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
				    box-shadow: 0 0 0 3px -moz-mac-focusring;
				    color: #222; 
				    outline: none;
				}
				.select-css option {
				    font-weight:normal;
				}
			
			/* @end */
		
		/* @end */
	
		@media only screen and (max-width: 725px) {
			.accountancy-franchise .page_header h1 {
				font-size:   78px;
				line-height: 78px;
			}
		}
		
		@media only screen and (max-width: 640px) {
			.accountancy-franchise .page_header {
				padding-bottom: 60px !important;
			}
			.accountancy-franchise .page_header h1 {
				font-size:   70px;
				line-height: 70px;
			}
		}
		
		@media only screen and (max-width: 575px) {
			.page_header .button {
				display: block;
				margin-left: 0;
			}
			.page_header .button:nth-of-type(1) {
				margin-top: 20px;
			}
		}
		
		@media only screen and (max-width: 535px) {
			.accountancy-franchise .page_header h1 {
				font-size:   55px;
				line-height: 55px;
				letter-spacing: -2px;
			}
		}
		
		@media only screen and (max-width: 480px) {
			.accountancy-franchise .page_header {
				padding-bottom: 45px !important;
			}
		}
		
		@media only screen and (max-width: 425px) {
			.accountancy-franchise .page_header h1 {
				font-size:   45px;
				line-height: 45px;
			}
		}

	/* @end */

	/* @group Events Page Update (May 2019) */

		.event_thumbnail {
			margin: 20px 0;
		}

	/* @end */
	
	/* @group Feedback Form Update (June 2019) */
	
			.feedback h1,
			.referral h1 {
				font-size: 100px;
			}
			.feedback input[type="radio"],
			.page-id-1802 input[type="radio"] {
				outline: none;
				width: auto;
				float: none;
				margin: 0;
				/*display: none;*/
			}
			.feedback input[type="radio"] + label,
			.page-id-1802 input[type="radio"] + label {
				display: inline-block;
			}
			.feedback input[type="radio"] + label img,
			.page-id-1802 input[type="radio"] + label img {
				display: block;
				width: 50px;
				height: 50px;
				-webkit-border-radius: 30px;
				-moz-border-radius:    30px;
				border-radius:         30px;
				border: 5px solid #33ccff;
				cursor: pointer;
				margin-right: 7px;
			}
			.feedback input[type="radio"] + label.last img,
			.page-id-1802 input[type="radio"] + label.last img {
				margin-right: 0;
			}
			.feedback input[type="radio"] + label img:hover,
			.page-id-1802 input[type="radio"] + label img:hover {
				border: 5px solid #249bcd;
			}
			.feedback input[type="radio"]:checked + label img,
			.page-id-1802 input[type="radio"]:checked + label img {
				border: 5px solid #013358;
				-webkit-box-shadow: 0px 0px 15px 0px rgba(51,204,255,0.85);
				-moz-box-shadow:    0px 0px 15px 0px rgba(51,204,255,0.85);
				box-shadow:         0px 0px 15px 0px rgba(51,204,255,0.85);
			}
			[data-tip] {
				position:relative;
			}
			[data-tip]:before {
				content:'';
				/* hides the tooltip when not hovered */
				display:none;
				content:'';
				border-left: 5px solid transparent;
				border-right: 5px solid transparent;
				border-bottom: 5px solid #1a1a1a;	
				position:absolute;
				top:  15px;
				left: 25px;
				z-index:8;
				font-size:0;
				line-height:0;
				width:0;
				height:0;
			}
			[data-tip]:after {
				display:none;
				content:attr(data-tip);
				position:absolute;
				top:20px;
				left:0px;
				padding:5px 8px;
				background:#013358;
				color:#fff;
				z-index:9;
				font-size: 0.85em;
				height:18px;
				line-height:18px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				white-space:nowrap;
				word-wrap:normal;
			}
			[data-tip]:hover:before,
			[data-tip]:hover:after {
				display:block;
			}
			.feedback .form-row {
				margin-bottom: 15px;
			}
			.full_width .col.span_1_of_1.max_width_fivehundred {
				max-width: 500px;
				margin-left: auto;
				margin-right: auto;
			}
			.shadow_section input[type="submit"],
			.page-id-1802 input[type="submit"] {
				margin-top: 20px;
			}
			.page-id-1802 .page_content_area h3 {
				font-size: 30px;
				line-height: 1.35;
				color: #013358;
			}
			.page-id-1802 input {
				text-align: center;
				max-width: 500px;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			.page-id-1802 input[type="radio"] {
				display: none;
			}
			.page-id-1802 input[type="radio"] + label {
				display: inline-block !important;
				padding-top: 5px;
			}
			.page-id-1802 input[type="radio"] + label:before {
				content: ' ';
				display: block;
				width:  60px;
				height: 60px;
				-webkit-border-radius: 30px;
				-moz-border-radius: 30px;
				border-radius: 30px;
				border: 5px solid #33ccff;
				cursor: pointer;
				margin: 0 auto 5px;
			}
			.page-id-1802 input[type="radio"] + label:hover:before {
				border: 5px solid #249bcd;
			}
			.page-id-1802 input[type="radio"]:checked + label:before {
				border: 5px solid #013358;
				-webkit-box-shadow: 0px 0px 15px 0px rgba(51,204,255,0.85);
				-moz-box-shadow:    0px 0px 15px 0px rgba(51,204,255,0.85);
				box-shadow:         0px 0px 15px 0px rgba(51,204,255,0.85);
			}
			.page-id-1802 input[value="Really Happy"] + label:before {
				background: url('../images/faces/really-happy-100px.png');
				background-size: 50px 50px;
			}
			.page-id-1802 input[value="Happy"] + label:before {
				background: url('../images/faces/happy-100px.png');
				background-size: 50px 50px;
			}
			.page-id-1802 input[value="Neutral"] + label:before {
				background: url('../images/faces/neutral-100px.png');
				background-size: 50px 50px;
			}
			.page-id-1802 input[value="Unhappy"] + label:before {
				background: url('../images/faces/unhappy-100px.png');
				background-size: 50px 50px;
			}
			.page-id-1802 input[value="Really Unhappy"] + label:before {
				background: url('../images/faces/really-unhappy-100px.png');
				background-size: 50px 50px;
			}
			.page-id-1802 .nf-field-label label {
				font-family: TeXGyreAdventorBold;
			}
			.page-id-1802 .four-col-list ul li {
				width: auto;
			}
			.page-id-1802 .listradio-container .nf-field-element ul {
				display: flex;
				justify-content: center;
			}
			.page-id-1802 .textbox-wrap .nf-field-label label {
				margin-bottom: 7px;
			}
			.page-id-1802 .field-wrap {
				margin-top: 25px;
				margin-bottom: 15px;
			}
			.page-id-1802 .nf-form-cont .one-half {
				float: none;
			}
			.page-id-1802 .nf-form-cont .first {
				margin: 0 auto;
			}
			.page-id-1802 input[type="button"] {
			    background-color: #33ccff;
			    color: white;
			    border: none;
			    outline: none;
			    -webkit-appearance: none;
			    text-align: center;
			    max-width: 500px;
			    padding-top: 20px;
			    padding-bottom: 20px;
			}
	
		/* @end */

		/* @group Referral Form */

			.referral .page_header p,
			.feedback .page_header p {
				max-width: 650px;
				margin-left: auto;
				margin-right: auto;
			}
			.referral .col.span_1_of_1 p {
				max-width: 650px;
				margin-left: auto;
				margin-right: auto;
			}
			input[type="text"] + label.error {
				max-width: 500px;
				float: none;
				margin-left: auto;
				margin-right: auto;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

		/* @end */

		/* @group Meet the team slide */

			.flexslider .slides li.include_team_photo .flex-caption {
				background: url('../images/diverso-meet-the-team.jpg') no-repeat center center;
			}

		/* @end */

		/* @group London Office Updates (July 2019) */

			.contact .col.span_1_of_3 h2 + h3 {
				margin-top: 10px;
			}
			.contact .col.span_1_of_3 h3 {
				font-size: 25px;
				margin-bottom: 2px;
			}
			.contact .col.span_1_of_3 i {
				position: relative;
				top: -1px;
				margin-right: 6px;
				font-size: 18px;
				color: #bbb;
			}
			
		/* @end */

		/* @group App Stack Page (August 2019) */

			.shadow_section:nth-child(2n) .grey_box {
				background: white;
			}
			.bottom_button {
				padding: 20px;
				width: 100%;
				background: #33ccff;
				color: white;
				position: absolute;
				bottom: 0;
				left: 0;
				margin: 0 !important;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.bottom_button:hover {
				background: #2bc4ff;
			}
			.tech-stack .grey_box,
			.page-id-1250 .grey_box {
				display: table;
				height: 225px;
				padding: 0 4% 60px;
			}
			.tech-stack .grey_box .app_image_link,
			.page-id-1250 .grey_box .app_image_link {
				display: table-cell;
				vertical-align: middle;
			}
			.app_detail_page .shadow_section:nth-child(2n),
			.single-techstack .shadow_section:nth-child(2n) {
				padding: 50px 0;
			}

		/* @end */

		/* @group Footer Logos */

			/* @group Footer Height */
			
				.container {
					padding-bottom: 325px;
				}
				#footer-outer {
					height:      325px;
					margin-top: -325px;
				}
				
			/* @end */
			
			#footer-outer {
				background: #eaeaea;
			}
			.footer_logo_container {
				background: #f2f2f2;
				border-top: 1px solid #e4e4e4;
				height: 150px;
				padding: 15px 0;
			}
			.footer_logo_strip {
				
			}
			.footer_inner_container {
				background: #eaeaea;
				border-top: 1px solid #e4e4e4;
			}
			.xero_logo,
			.receipt_bank_logo {
				display: inline-block;
				margin: 20px;
			}
			.xero_logo {
				width: 167px;
				height: 104px;
				background: url('../images/xero-platinum-certified-accountants-104px.jpg') no-repeat;
			}
			.receipt_bank_logo {
				width: 116px;
				height: 104px;
				background: url('../images/receipt-bank-gold-partner-accountants.jpg');
			}

		/* @end */

	/* @group PayPal Button */

		input[type="image"] {
			padding: 0;
			border: none;
			width: auto;
		}

	/* @end */

	/* @group Subscribers.com */

		.subscribers.subscribers.subscribers.subscribers.subscribers.subscribers.subscribers-chicklet.subscribers-position-right {
			right: -62px !important;
			padding: 5px 0px 0px 20px !important;
			background-color: #33ccff !important;
			-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
			-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
		}
		.chicklet-action {
			font-size: 18px !important;
		}
		.chicklet-subscribers-count {
			padding-right: 20px !important;
			top: -9px !important;
			position: relative !important;
			background: none !important;
			color: rgba(255,255,255,0.75) !important;
		}

	/* @end */

	/* @group Coronavirus Slide (March 2020) */
	
		.coronavirus_slide h2 {
			color: #ff30ab;
		}
		.coronavirus_slide .button {
			background-color: #ff30ab;
			margin-top: 10px;
		}
		.coronavirus_slide .button:hover {
			background-color: #de2593;
			margin-top: 10px;
		}
	
	/* @end */
	
	/* @group Mortgages Update (23/06/2020) */
	
		.mortgages h1,
		.page-id-1412 h1,
		.mortgages h2,
		.page-id-1412 h2 {
			color: #8ec63f; /* Lime Green */
		}
		.mortgages .header-wide,
		.page-id-1412 .header-wide {
			background: rgb(142,198,63);
			background: linear-gradient(0deg, rgba(142,198,63,1) 0%, rgba(103,170,8,1) 100%); 
		}
		.mortgages .header ul li,
		.page-id-1412 .header ul li {
			text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
		}
		.mortgages a.mobile_menu_button .menu_title,
		.page-id-1412 a.mobile_menu_button .menu_title {
			color: white;
		}
		.mortgages .logo,
		.page-id-1412 .logo {
			height: 58px;
			background: 	  url(../images/diverso-mortgages-logo-200x60.png) no-repeat; /* fallback logo (.png) */
		  	background-image: url(../svg/Diverso-Mortgages-Logo-Navy-White.svg), none; /* high-res logo (.svg) */
		}
		.page-id-1412 .call_to_action {
			background: #8ec63f; /* Lime Green */
		}
		.page-id-1412 .mobile_menu_label {
			color: white;
		}
		blockquote {
			font-size: 20px;
			line-height: 31px;
			font-style: italic;
			color: #aaa;
			margin-left: 0;
			margin-right: 0;
		}
		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 40px;
		}
		blockquote + blockquote:before {
			content: none;
		}
	
	/* @end */
	
	/* @group Pensions Update (23/06/2020) */
	
		.pensions h1,
		.pensions h2 {
			color: #ed008c; /* Magenta */
		}
		.pensions .header-wide {
			background: rgb(255,75,181);
			background: linear-gradient(0deg, rgba(255,75,181,1) 0%, rgba(224,0,133,1) 100%); 
		}
		.pensions .header ul li {
			text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
		}
		.pensions a.mobile_menu_button .menu_title {
			color: white;
		}
		.pensions .logo {
			height: 58px;
			background: 	  url(../images/diverso-pensions-logo-200x60.png) no-repeat; /* fallback logo (.png) */
		  	background-image: url(../svg/Diverso-Pensions-Logo-Navy-White.svg), none; /* high-res logo (.svg) */
		}
		.pensions .updated_pricing_layout h3.price,
		.pensions .updated_pricing_layout ul li::before {
			color: #ed008c; /* Magenta */
		}
	
	/* @end */

	/* @group Tag Update (July 2020) */

		body.tag {
			background: white;
			text-transform: none;
			display: inline;
			padding: 0;
		}
		a.tag,
		a[rel=tag] {
		    background-color: #07CEFF;
		    text-transform: uppercase;
		    border-radius: 2px 2px 2px 2px;
		    /*color: white;*/
		    font-size: 11px;
		    line-height: 18px;
		    padding: 0 6px;
		    position: relative;
		    display: inline-block;
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
		}
		/*.title_area a.tag {
		    background-color: #07CEFF;
		    text-transform: uppercase;
		    border-radius: 2px 2px 2px 2px;
		    /*color: white;*!/
		    font-size: 11px;
		    line-height: 18px;
		    padding: 0 6px;
		    position: relative;
		    display: inline-block;
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
		}*/
		a[rel=tag] {
			color: white;
		}
		a[rel=tag] + a[rel=tag] {
			margin-left: 5px;
		}
		.tag_strip .tag {
			background-color: #15709b;
		}
		.tag.current_tag {
			background-color: #07CEFF;
		}
		.tag + .tag {
			margin-left: 5px;
		}
		.blog .page_header .tag_strip .tag,
		.page-id-120 .title_area .tag_strip .tag {
			font-family: TeXGyreAdventorBold;
			font-size: 12px;
			padding: 3px 9px;
			margin-bottom: 10px;
		}
		.blog .page_header .tag_strip .tag:hover,
		.page-id-120 .title_area .tag_strip .tag:hover {
			transform: scale(1.1);
		}
		.blog .page_header .tag_strip a,
		.page-id-120 .title_area .tag_strip a {
			color: white;
		}

	/* @end */

	/* @group News (October 2020) */

		.news_story_title {
			font-size: 26px;
			line-height: 30px;
			letter-spacing: -0.5px;
			margin-bottom: 10px;
		}
		.news_story_content {
			padding-top: 40px;
		}
		.news_story_content .info {
			margin-top: 5px;
		}

	/* @end */

	/* @group Adding video to homepage (20/01/2021) */

		.section.homepage_strip.video_strip {
			padding: 0;
			position: relative;
			overflow: hidden;
		}
		.new_home .section.video_strip.full_width {
			border: none;
		}
		.top_half {
			position: absolute;
			background: white;
			height: 100%;
			width: 100%;
			transform:translateY(-50%);
			border-bottom: 1px solid #e4e4e4;
		}

	/* @end */

	/* @group Welcome Page (July 2021) */

		.page_header h1 strong {
			color: white;
		}
		.page-id-1785 .feature .col {
			float: none;
		}
		.page-id-1785 .feature .span_1_of_2 {
			width: 50%;
			text-align: center;
			margin: 0;
			padding: 0 50px;
		}
		.page-id-1785 .feature .image_on_left .span_1_of_2:nth-child(1) {
			padding-right: 0;
		}
		.page-id-1785 .feature .image_on_right .span_1_of_2:nth-child(1) {
			padding-left: 0;
		}
		.page-id-1785 .feature .span_1_of_2.strip_text {
			text-align: left;
		}
		.page-id-1785 .strip_text p {
			margin-bottom: 0;
		}
		.page-id-1785 .feature .col.span_1_of_1 {
			overflow: hidden;
			padding: 0 50px;
			display: flex;
			align-content: center;
			justify-content: center;
		}
		.page-id-1785 .span_1_of_1.image_on_right {
			flex-direction: row-reverse;
		}
		.page-id-1785 .section.feature {
			padding: 120px 0;
		}
		.page-id-1785 .section.feature .col {
			margin-top: 0;
		}
		.page-id-1785 .section.feature .col.feature_text {
			text-align: left;
		}
		.page-id-1785 .video_outer_container {
			position: relative;
			top: 40px;
			outline: none;
		}
		.page-id-1785 .page_header {
			padding-bottom: 0;
			margin-bottom: 50px;
		}
		
		/* EXTRA STYLES */
		
		/*.page-id-1785 .section_outer.title_area {
			padding-bottom: 250px;
		}
		.page-id-1785 .main_content_container {
			margin-top: -100px;
		}*/
		.page-id-1785 .main_content_container .section_background {
			margin-bottom: 0;
		}
		.page-id-1785 .feature:nth-child(even) .col.span_1_of_1 {
			flex-direction: row-reverse
		}
		.page-id-1785 .section_outer.title_area {
			max-height: none;
			overflow: visible;
		}
		.page-id-1785 .title_area .section_background {
			margin-bottom: 0;
		}
		.page-id-1785 h2.intro {
			padding-bottom: 0;
		}
		
		
		@media only screen and (max-width: 775px) {
			.page-id-1785 * {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.page-id-1785 .page_header {
				padding-left:  25px;
				padding-right: 25px;
			}
			.page-id-1785 .page_header .span_1_of_1:first-child {
				padding-left:  25px;
				padding-right: 25px;
			}
			.page-id-1785 .section.feature {
			    padding: 80px 0;
			}
		}
		
		@media only screen and (max-width: 640px) {
			.page-id-1785 .section.page_header {
				padding-bottom: 0;
			}
			.page-id-1785 .page_header {
				margin-bottom: 25px;
			}
		}
		
		@media only screen and (max-width: 575px) {
			.page-id-1785 .feature .col.span_1_of_1,
			.page-id-1785 .feature:nth-child(2n) .col.span_1_of_1 {
				flex-direction: column;
			}
			.page-id-1785 .feature .col.span_1_of_2 {
				width: 100%;
				padding: 0 50px !important;
				text-align: center;
			}
			.page-id-1785 .feature .col.span_1_of_2:nth-child(2) {
				margin-top: 25px;
			}
		}

	/* @end */

	/* @group Homepage Update (September 2021) */
	
		/* @group Page Header */
			
			.updated_homepage .page_header {
				height: 100vh;
				position: relative;
				margin-top: -100px;
				padding-top: 150px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				background: rgb(255,255,255);
				background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(210,242,255,1) 100%);  
			}
			.updated_homepage .page_header .section_inside {
				position: relative;
				max-width: 1550px;
				margin: 0 auto;
				top: 15px;
			}
			.updated_homepage .section {
				
			}
			.updated_homepage .curve {
				position: absolute;
				background: url('../svg/diverso-curve.svg') no-repeat;
				right: -50px;
				top: 100px;
				width:  736px;
				height: 750px;
				display: inline-block;
			}
			.updated_homepage .illustration {
				position: absolute;
				background: url('../svg/diverso-homepage-illustration.svg') no-repeat;
				right:  50px;
				width:  700px;
				height: 369px;
				display: inline-block;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.updated_homepage .underline {
				position: absolute;
				background: url('../svg/diverso-underline.svg') no-repeat;
				left:  122px;
				width:  250px;
				height: 28px;
				margin-top: -29px;
				display: inline-block;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.updated_homepage .full_width .col.span_1_of_1 {
				max-width: none;
				text-align: left;
				margin: 0;
			}
			.updated_homepage .page_header * {
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.updated_homepage .page_header h1 {
				font-size:   100px;
				line-height: 1;
			}
			.updated_homepage .page_header h1 b {
				color: #013358;
			}
			.updated_homepage .page_header h2 {
				font-size:   50px;
				line-height: 1.35;
			}
			.updated_homepage .page_header .button {
				background-color: #013358;
				color: #3cf;
				line-height: 1.2;
			}
			.buttons_container .button {
				margin:  7px;
			}
			.updated_homepage .page_header .button span {
				color: white;
				font-family: TeXGyreAdventorBold;
				font-size: 138%;
			}
			a.button.two_line_button {
				text-align: left;
			}
			.two_line_button.rounded_button {
				-webkit-border-radius: 35px;
				-moz-border-radius:    35px;
				border-radius:         35px;
			}
			a.rounded_button {
				-webkit-border-radius: 27px;
				-moz-border-radius:    27px;
				border-radius:         27px;
				padding: 12px 28px 14px;
			}
			a.button.arrow_button:after {
				content: "\f105";
				font-family: FontAwesome;
				font-size: 20px;
				font-weight: normal;
				margin-left: 11px;
				color: white;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			a.button.two_line_button.arrow_button:after {
				position: relative;
				top: -11px;
			}
			a.button.shadow_hover_effect: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);
			}
			a.border_button {
				border: 1px solid #3cf;
			}
			a.bold_button {
				font-family: TeXGyreAdventorBold;
			}
			a.button.cyan_button {
				background: #3cf;
				color: #013358;
			}
			a.button.cyan_button:after {
				color: #013358;
			}
			a.button.cyan_button:hover {
				background: white;
				border-color: white;
			}
			.scroll_container {
				position: absolute;
				bottom: 15px;
				width: 100%;
				left: 0;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.scroll_container p {
				color: #444;
			}
			.scroll_container p span:after {
				display: block;
				content: "\f107";
				font-family: FontAwesome;
				font-size: 30px;
				font-weight: normal;
				color: #3cf;
				position: relative;
				top: -4px;
			}
			.flashing {
			  animation: flashing 1.5s linear infinite;
			}
			@keyframes flashing {
			  50% {
			    opacity: 0;
			  }
			}
			
		/* @end */
	
		/* @group Features */
	
			.updated_homepage .features {
				background-color: #013358;
				min-height: 250px;
				text-align: center;
				padding-top: 100px;
				padding-bottom: 100px;
				overflow: hidden;
			}
			.updated_homepage .features * {
				text-align: center;
				color: white;
			}
			.updated_homepage h2.section_header {
				font-size:   90px;
				line-height: 1;
				color: #3cf;
				margin-bottom: 25px;
				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;
			}
			.updated_homepage h2.section_header.smaller_text {
				font-size: 50px;
			}
			.updated_homepage h2.section_header b {
				color: white;
			}
			.updated_homepage .features h3 {
				font-family: TeXGyreAdventorRegular;
				font-size: 18px;
				line-height: 1.3;
				max-width: 275px;
				margin-left: auto;
				margin-right: auto;
			}
			.price_note {
				position: absolute;
				background: url('../svg/99-all-in.svg') no-repeat;
				right:  100px;
				width:  275px;
				height: 177px;
				margin-top: -100px;
				display: inline-block;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.updated_homepage .section {
				overflow: hidden;
				padding-top: 100px;
				padding-bottom: 100px;
			}		
			.feature_icon {
				width:  100px;
				height: 100px;
				-webkit-border-radius: 50px;
				-moz-border-radius:    50px;
				border-radius:         50px;
				margin: 0 auto 20px;
				overflow: hidden;
			}
			.feature_icon.support {
				background: url('../svg/support.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.accounts {
				background: url('../svg/accounts.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.companies_house {
				background: url('../svg/confirmation-statement.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.tax_return {
				background: url('../svg/tax-return.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.payroll {
				background: url('../svg/payroll.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.vat {
				background: url('../svg/vat-return.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.it {
				background: url('../svg/free-it-support.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_icon.legal {
				background: url('../svg/Free-Legal-Guidance.svg') no-repeat;
				background-size: 100px 100px;
			}
			.feature_logo {
				width:  100px;
				height: 100px;
				margin: 0 auto 20px;
				overflow: hidden;
			}
			.feature_logo.xero {
				background: url('../svg/xero.svg') no-repeat;
				background-size: 100px 100px;
				margin-top: 20px;
			}
			.feature_logo.hubdoc {
				background: url('../svg/hubdoc.svg') no-repeat;
				background-size: 175px 50px;
				background-position-y: center;
				width: 175px;
				height: 120px;
			}
			.feature_logo.fluidly {
				background: url('../images/Fluidly-white-150px.png') no-repeat;
				background-size: 150px 47px;
				background-position-y: center;
				width: 150px;
				height: 120px;
			}
			.hidden_above_eightseventyfive {
				display: none;
			}
	
		/* @end */
	
		/* @group Testimonials */
	
			.grey_box {
			    background-color: #fafafa;
			    outline: 1px solid #e4e4e4;
			    position: relative;
			    padding: 60px;
			}
			.white_background h2.section_header b {
				color: #013358;
			}
			.white_background .transparent_button {
				background: white;
				color: #013358;
			}
			.white_background a.button.transparent_button:hover {
				background: #e1f7ff;
				color: #013358;
			}
			.white_background a.button.transparent_button.arrow_button:after {
				color: #013358;
			}
			/*.white_background a.button.cyan_button:hover {
				background: #1bb2ff;
				border-color: #1bb2ff;
			}*/
			.updated_homepage .grey_box {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.updated_homepage .full_width .narrow_row .col.span_1_of_1 {
				overflow: hidden;
				max-width: 1250px;
				margin: 0 auto;
				text-align: center;
			}
			.updated_homepage .full_width.features .narrow_row .col.span_1_of_1 {
				max-width: 1100px;
			}
			.testimonial p:last-child {
				margin-bottom: 0;
			}
			.testimonial.grey_box {
				border: 1px solid #e4e4e4;
				outline: none;
				margin-top: 50px !important;
				margin-bottom: 35px;
				font-style: normal;
			}
			.testimonial.grey_box p:before,
			.testimonial.grey_box p:after { 
				content: none;
			}
			.testimonial.grey_box .testimonial_complete p:before,
			.testimonial.grey_box .testimonial_complete p:after {
				content: '"';
			}
			.testimonial.grey_box .testimonial_complete p {
				margin-bottom: 10px;
			}
			.buttons_container {
				margin-top: 50px;
			}
			.navy_background {
				background-color: #013358;
			}
			.navy_background h3 {
				color: #3cf;
			}
			.navy_background p {
				color: white;
			}
			h3.light {
				font-family: TeXGyreAdventorRegular;
			}
			.star_container {
				margin: 12px 0 15px;
			}
			.star:after {
				display: inline;
				content: "\f005";
				font-family: FontAwesome;
				/*font-family: "Font Awesome 5 Free";*/
				font-size: 26px;
				/*font-weight: 900;*/
				font-weight: normal;
				color: #013358;
				margin: 0 2px;
			}
			.headshot {
				-webkit-border-radius: 50px;
				-moz-border-radius:    50px;
				border-radius:         50px;
				width: 100px;
				height: 100px;
				overflow: hidden;
				margin: 0 auto;
				position: absolute;
				top: -50px;
				left: 0;
				right: 0;
			}
	
		/* @end */
	
		/* @group Animations */
		
			/* @group Bounce In Left */
				
				@-webkit-keyframes bounceInLeft {
					0%,
					60%,
					75%,
					90%,
					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: translate3d(-3000px, 0, 0) scaleX(3);
						transform: translate3d(-3000px, 0, 0) scaleX(3)
					}
					60% {
						opacity: 1;
						-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
						transform: translate3d(25px, 0, 0) scaleX(1)
					}
					75% {
						-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
						transform: translate3d(-10px, 0, 0) scaleX(.98)
					}
					90% {
						-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
						transform: translate3d(5px, 0, 0) scaleX(.995)
					}
					to {
						-webkit-transform: translateZ(0);
						transform: translateZ(0)
					}
				}
				
				@keyframes bounceInLeft {
					0%,
					60%,
					75%,
					90%,
					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: translate3d(-3000px, 0, 0) scaleX(3);
						transform: translate3d(-3000px, 0, 0) scaleX(3)
					}
					60% {
						opacity: 1;
						-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
						transform: translate3d(25px, 0, 0) scaleX(1)
					}
					75% {
						-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
						transform: translate3d(-10px, 0, 0) scaleX(.98)
					}
					90% {
						-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
						transform: translate3d(5px, 0, 0) scaleX(.995)
					}
					to {
						-webkit-transform: translateZ(0);
						transform: translateZ(0)
					}
				}
				
				.animate__bounceInLeft {
					-webkit-animation-name: bounceInLeft;
					animation-name: bounceInLeft
				}
				
			/* @end */
			
			/* @group Fade In */
			
				@-webkit-keyframes fadeIn {
					0% {
						opacity: 0
					}
					to {
						opacity: 1
					}
				}
				
				@keyframes fadeIn {
					0% {
						opacity: 0
					}
					to {
						opacity: 1
					}
				}
				
				.animate__fadeIn {
					-webkit-animation-name: fadeIn;
					animation-name: fadeIn
				}
			
			/* @end */
		
			/* @group Delays */
			
				.delay_point_two_five {
					-webkit-animation-delay: 0.25s;
					animation-delay: 0.25s;
				}
				.delay_point_five {
					-webkit-animation-delay: 0.5s;
					animation-delay: 0.5s;
				}
				.delay_point_seven_five {
					-webkit-animation-delay: 0.75s;
					animation-delay: 0.75s;
				}
				.delay_one {
					-webkit-animation-delay: 1s;
					animation-delay: 1s;
				}
				.delay_one_point_two_five {
					-webkit-animation-delay: 1.25s;
					animation-delay: 1.25s;
				}
				.delay_one_point_five {
					-webkit-animation-delay: 1.5s;
					animation-delay: 1.5s;
				}
				.delay_one_point_seven_five {
					-webkit-animation-delay: 1.75s;
					animation-delay: 1.75s;
				}
				.delay_two {
					-webkit-animation-delay: 2s;
					animation-delay: 2s;
				}
			
			/* @end */
		
			.animated_bounceInLeft {
				-webkit-animation-delay: 0;
				animation-delay: 0;
				-webkit-animation-duration: .6s;
				animation-duration: .6s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: bounceInLeft;
				animation-name: bounceInLeft;
			}
			.animated_fadeIn {
				-webkit-animation-delay: 0.25;
				animation-delay: 0.25;
				-webkit-animation-duration: .6s;
				animation-duration: .6s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
				-webkit-animation-name: fadeIn;
				animation-name: fadeIn;
			}
	
		/* @end */
	
		/* @group Breakpoints */
	
			@media only screen and (max-width: 1500px) {
			
				.updated_homepage .illustration {
					right:  0;
					width:  600px;
					height: 316px;
					margin-top: 50px;
				}
				
			}
			
			@media only screen and (max-width: 1400px) {
			
				.price_note {
					right:  50px;
				}
				.updated_homepage .page_header h1 {
					font-size:   90px;
				}
				.updated_homepage .page_header h2 {
					font-size:   45px;
				}
				.updated_homepage .underline {
					margin-top: -29px;
					left:  122px;
					width:  200px;
					height: 22px;
					background-size: 200px 22px;
				}
				
			}
			
			@media only screen and (max-width: 1350px) {
				.updated_homepage .underline {
				  margin-top: -24px;
				  left: 112px;
				  width: 135px;
				  height: 15px;
				  background-size: 135px 15px;
				}
			}
			
			@media only screen and (max-width: 1275px) {
			
				.updated_homepage .illustration {
					right:  -50px;
				}
				
			}
			
			@media only screen and (max-width: 1225px) {
			
				.price_note {
					right:  35px;
				}
				
			}
			
			@media only screen and (max-width: 1190px) {
			
				.updated_homepage .page_header h1 {
					font-size:   80px;
				}
				.updated_homepage .page_header h2 {
					font-size:   40px;
				}
				.updated_homepage .underline {
					margin-top: -24px;
					left:  122px;
					width:  150px;
					height: 17px;
					background-size: 150px 17px;
				}
				.updated_homepage .illustration {
					margin-top: 40px;
				}
				
			}
			
			@media only screen and (max-width: 1125px) {
			
				.updated_homepage .curve {
					right: -100px;
				}
				
			}
			
			@media only screen and (max-width: 1100px) {
			
				.updated_homepage .page_header {
					height: auto;
				}
				.section_inside.vertically_centered {
					margin-top: 0 !important;
				}
				.updated_homepage .illustration {
					position: relative;
					right:  auto;
					width:  550px;
					height: 290px;
					margin-bottom: 25px;
				}
				.updated_homepage .page_header * {
					text-align: center;
				}
				.updated_homepage .underline {
				    left: 50%;
				    margin-left: -100px;
				}
				.updated_homepage .page_header .button {
				    position: relative;
				   	left: 0;
				   	right: 0;
				    margin-left: auto;
				    margin-right: auto;
				    float: none;
				}
				.updated_homepage .full_width .col.span_1_of_1 {
					text-align: center;
					margin-bottom: 35px;
				}
				
			}
			
			@media only screen and (max-width: 1050px) {
			
				.price_note {
					right:  25px;
					width:  250px;
					height: 160px;
				}
				.updated_homepage h2.section_header {
					font-size: 75px;
				}
				.updated_homepage .testimonial h3 {
					font-size: 22px;
					line-height: 1.35;
				}
				
			}
			
			@media only screen and (max-width: 875px) {
			
				.price_note {
					right:  0px;
					margin-top: -210px;
					background-position-x: right -20px;
				}
				.features .span_1_of_3 {
					width: 48%;
					margin-left: 4%;
				}
				.features .span_1_of_3:nth-child(2n+1) {
					margin-left: 0;
					clear: left;
				}
				.features .span_1_of_3:nth-child(3n+1) {
					clear: none;
				}
				.hidden_above_eightseventyfive {
					display: block;
				}
				.hidden_below_eightseventyfive {
					display: none;
				}
				.col.span_1_of_2.testimonial {
					margin-left: 4%;
				}
				.col.span_1_of_2.testimonial:nth-child(2n+1) {
					margin-left: 0;
					clear: left;
				}
				.updated_homepage .testimonial.grey_box {
					padding: 60px 40px 40px 40px;
				}
				
			}
			
			@media only screen and (max-width: 750px) {
			
				.col.span_1_of_2.testimonial,
				.faqs .col.span_1_of_2 {
					width: 100%;
					margin-left: 0;
				}
				
			}
			
			@media only screen and (max-width: 685px) {
			
				.updated_homepage h2.section_header {
					font-size: 60px;
				}
				.updated_homepage .page_header h1 {
					font-size:   65px;
					letter-spacing: -2px;
				}
				.updated_homepage .page_header h2 {
					font-size:   35px;
				}
				.updated_homepage .underline {
				    width:  125px;
				    height: 14px;
				    background-size: 125px 14px;
				    margin-left: -85px;
				    margin-top: -21px;
				}
				.updated_homepage .illustration {
					width:  500px;
					height: 264px;
				}
				
			}
			
			@media only screen and (max-width: 640px) {
			
				.updated_homepage .section.page_header {
					padding-top: 100px;
					padding-bottom: 100px;
				}
				
			}
			
			@media only screen and (max-width: 625px) {
			
				.updated_homepage .illustration {
					width:  450px;
					height: 237px;
				}
				.updated_homepage .page_header h1 {
					font-size:   55px;
				}
				.updated_homepage .page_header h2 {
					font-size:   30px;
				}
				.updated_homepage .underline {
				    margin-top: -20px;
				}
				
			}
			
			@media only screen and (max-width: 575px) {
			
				.features .span_1_of_3 {
					width: 100%;
					margin-left: 0;
				}
				.feature_icon {
					width:  80px;
					height: 80px;
					-webkit-border-radius: 40px;
					-moz-border-radius:    40px;
					border-radius:         40px;
					background-size: 80px 80px !important;
				}
				.feature_logo.xero {
					width: 80px;
					height: 80px;
					background-size: 80px 80px !important;
				}
				.feature_logo.hubdoc {
					background-size: 175px 50px;
					width: 175px;
					height: 75px;
				}
				.feature_logo.fluidly {
					background-size: 125px 39px;
					width: 125px;
					height: 75px;
				}
				.updated_homepage .features h3 {
					max-width: 100%;
				}
				.updated_homepage .page_header .button {
					display: inline-block; 
				}
				.updated_homepage .illustration {
					width:  400px;
					height: 211px;
				}
				
			}
			
			@media only screen and (max-width: 500px) {
			
				.updated_homepage .illustration {
					width:  350px;
					height: 185px;
					margin-bottom: 17px;
				}
				.updated_homepage .page_header h1 {
					font-size:   45px;
				}
				.updated_homepage .underline {
				    width:  100px;
				    height: 11px;
				    background-size: 100px 11px;
				    margin-left: -66px;
				    margin-top:  -18px;
				}
				.page_header .button:nth-of-type(1) {
					margin-top: 5px;
				}
				
			}
			
			@media only screen and (max-width: 430px) {
			
				.updated_homepage .illustration {
					width:  300px;
					height: 158px;
				}
				.updated_homepage .page_header h1 {
					font-size:   40px;
				}
				.updated_homepage .page_header h2 {
					font-size:   28px;
				}
				.updated_homepage .underline {
				    width:  75px;
				    height: 8px;
				    background-size: 75px 8px;
				    margin-left: -51px;
				    margin-top:  -16px;
				}
				
			}
			
			@media only screen and (max-width: 365px) {
			
				.updated_homepage .illustration {
					width:  250px;
					height: 132px;
				}
				.updated_homepage .page_header h1 {
					font-size:   35px;
					letter-spacing: -1;
				}
				.updated_homepage .page_header h2 {
					font-size:   25px;
				}
				
			}
	
		/* @end */
	
	/* @end */

	/* @group Partner Logos Strip (October 2021) */
		
		.footer_logo_container {
			height: auto;
			min-height: 150px;
		}
		.footer_logo_strip {
 			display: flex;
			align-items: center;
			justify-content: space-evenly;
			min-height: 150px;
		}
		.footer_logo_strip img {
			max-height: 60px;
			max-width: 145px;
			margin: 10px 25px;
		}
		.footer_logo_strip img.fluidly_logo {
			max-width: 125px;
		}
		.footer_logo_strip img.hubdoc_logo {
			max-width: 165px;
		}
		.footer_logo_strip img.aat_logo {
			max-height: 50px;
		}
		
		@media only screen and (max-width: 725px) {
		
			.footer_logo_strip {
				flex-wrap: wrap;
			}
			
		}

	/* @end */

	/* @group Removing phone number (February 2022) */

		.header ul {
			top: 36px;
		}

	/* @end */

	/* @group Call to action Update (February 2022) */

		.call_to_action_updated h2,
		.call_to_action_updated h3 {
			margin: 0;
		}
		.call_to_action_updated h3 {
			margin-top: 5px;
		}
		.call_to_action_updated .buttons_container {
			margin-top: 15px;
		}
		.call_to_action_updated .buttons_container .button {
			border: none;
			margin-left: 5px;
			margin-right: 5px;
		}
		.call_to_action_updated .white_button {
			background-color: white;
			color: #013358;
		}
		.call_to_action_updated .white_button:hover {
			color: #013358;
			background-color: rgba(255, 255, 255, .9);
		}
		.call_to_action_updated a.button.white_button.arrow_button:hover:after {
			color: #013358;
		}
		a.button.arrow_button.white_button:after {
			color: #013358;
		}
		.header a.button {
			position: absolute;
			right: 25px;
			top: 2px;
		}
		.header a.button.calendly_button {
			right: 205px;
			background: white;
			color: #013358;
		}
		.header_button_container a.contact_button,
		.header_button_container a.calendly_button {
			display: none;
		}
		
		@media only screen and (max-width: 1000px) {
		
			.header a.contact_button ,
			.header a.calendly_button {
				display: none;
			}
			.header_button_container {
				position: relative;
				height: 45px;
			}
			.header_button_container a.contact_button,
			.header_button_container a.calendly_button {
				display: block;
				position: absolute;
				width: 50%;
				right: 0;
				margin: 0;
				padding: 7px 0 10px;
				-webkit-border-radius: 0;
				-moz-border-radius:    0;
				border-radius:         0;
			}
			.header_button_container a.calendly_button {
				left: 0;
				right: auto;
				background: white;
				color: #013358;
			}
			.header_container,
			.header-wide {
				height: 142px;
			}
			.container {
				padding-top: 142px;
			}
		
		}

	/* @end */

	/* @group Damteq Styles */
	
		.header-font-homepage {
			font-size: 26px !important;
			display: inline;
		}
		.blue-font {
			color: #013358 !important;
		}
		.vh-max {
			width: 80vh;
			padding: 0 0 15px;
		}
		.padding-paragraphs {
			padding: 15px 0;
		}
		.light-blue-font {
			color: #3cf !important;
		}
		.bigger-vh {
			width:100vh;
			margin: 0 auto;
		}
	
	/* @end */

	/* @group Landing Pages (June 2022) */

		.why_choose i.fa-check,
		i.fa-check.green {
			color: #6abc2c;
			margin-right: 8px;
		}
		.subheading {
			font-size: 30px !important;
			font-family: TeXGyreAdventorBold;
			margin-bottom: 10px !important;
		}
		.landing_page .page_header .section_inside {
			top: -45px;
		}
		.landing_page .page_header h1 {
			letter-spacing: -3px;
			font-size: 90px;
		}
		.landing_page .underline {
			left: -15px;
		}
		.landing_page.xero_landing_page .underline {
			left: 80px;
		}
		.landing_page .page_header p {
			max-width: 500px;
			margin-top: 25px;
		}
		.landing_page .page_header .scroll_container p {
			max-width: none;
		}
		.landing_page .page_header .button {
			float: left;
			margin-top: 10px;
		}
		.updated_homepage.landing_page .section_inner {
			overflow: hidden;
		}
		a {
			border-bottom: 3px solid rgba(0,0,0,0.05);
		}
		a:hover {
			color: #013358;
			border-bottom: 3px solid rgba(0,0,0,0.15);
		}
		a.button:hover {
			color: white;
			border-bottom: none;
		}
		a.no_underline,
		a.no_underline:hover,
		h2 a,
		h2 a:hover {
			border: none;
		}
	
		/* @group Breakpoints */
	
			@media only screen and (max-width: 1400px) {
			
				.landing_page .page_header h1 {
					font-size: 75px;
				}
				
			}
			
			@media only screen and (max-width: 1250px) {
			
				.landing_page .page_header h1 {
					font-size: 60px;
				}
				.landing_page .underline {
					width: 150px;
					height: 17px;
					background-size: 150px 17px;
					left: -5px;
					margin-top: -25px;
				}
				/*.landing_page.xero_landing_page .underline {
					left: 90px;
				}*/
				
			}
			
			@media only screen and (max-width: 1100px) {
			
				.landing_page .underline {
					left: auto;
					margin-left: -215px;
				}
				.landing_page.xero_landing_page .underline {
					left: auto;
					margin-left: -115px;
				}
				.landing_page .page_header p {
					margin-left: auto;
					margin-right: auto; 
				}
				.landing_page .page_header .button {
					float: none;
				}
				
			}
			
			@media only screen and (max-width: 1000px) {
			
				.landing_page h2.section_header.smaller_text {
					font-size: 35px;
					line-height: 1.15;
				}
				.landing_page h3 {
					font-size: 25px;
					line-height: 1.25;
				}
				
			}
			
			@media only screen and (max-width: 650px) {
			
				.landing_page .page_header h1 {
					font-size: 50px;
				}
				.landing_page .underline {
				  width: 120px;
				  height: 13px;
				  background-size: 120px 13px;
				  margin-left: -175px;
				  margin-top: -21px;
				}
				.landing_page.xero_landing_page .underline {
					margin-left: -75px;
				}
				.landing_page h2.section_header.smaller_text br {
					display: none;
				}
				
			}
			
			@media only screen and (max-width: 450px) {
			
				.landing_page .page_header h1 {
					font-size: 40px;
					letter-spacing: -1.5px;
				}
				.landing_page .underline {
				  margin-left: -165px;
				  margin-top: -19px;
				}
				
			}
	
		/* @end */
	
	/* @end */
	
	/* @group Google Reviews Strip (May 2022) */
	
		.google_reviews_strip {
			color: white;
		}
		.google_sheets_container + p.google_reviews_strip {
			margin: 25px 0 0;
		}
		.google_reviews_strip i {
			color: #fbbc04;
			font-size: 20px;
			margin: 0 2px;
		}
		.google_reviews_strip a {
			color: #3cf;
		}
		.google_reviews_strip_container {
			padding: 12px 0 10px;
			background: #013358;
		}
		.section.google_reviews_strip_container {
			padding: 35px 0;
		}
	
	/* @end */

	/* @group Knowledgebase (June 2022) */

		ul.no_styling li {
			list-style: none;
		}
		.margin_below {
			margin-bottom: 50px;
		}

	/* @end */

	/* @group Direct Mail Landing Page (July 2022) */

		.page-id-2125 .google_reviews_strip_container {
			background: #f2f2f2;
		}
		.page-id-2125 .google_reviews_strip {
			color: #444;
		}
		.page-id-2125 .underline {
			left: 230px;
		}
		.page-id-2125 .page_header .button {
			margin-top: 0;
		}
		.page-id-2125 .page_header .button {
			/*background: #3cf;*/
			color: white;
			border: none;
			line-height: 26px;
		}
		a.button.cyan_button:hover {
			background: #013358;
			border-color: #013358;
			color: white;
			border-bottom: 1px solid #013358;
		}
		a.button.arrow_button:hover:after {
			color: white;
		}
		a.button.navy_button {
			background: #013358;
			border-color: #013358;
			color: white;
		}
		a.button.navy_button:hover {
			background: #3cf;
			border-color: #3cf;
			color: #013358;
		}
		a.button.navy_button:after {
			color: #3cf;
		}
		.navy_background a.button.cyan_button:hover {
			background: white;
			border-color: white;
			color: #013358;
			border-bottom: 1px solid white;
		}
		.navy_background a.button.cyan_button:after {
			color: white;
		}
		.navy_background a.button.cyan_button:hover:after {
			color: #3cf;
		}
		a.button.cyan_button:after {
			color: white;
		}
		a.button.cyan_button:hover:after {
			color: #3cf;
		}
		#readytolove .header-wide .contact_button {
			display: none;
		}
		#readytolove .header_button_container a.calendly_button {
			width: 100%;
		}
		.header_button_container a.calendly_button:hover {
			color: #3cf;
		}
		.header_button_container a.calendly_button:hover:after {
			color: #3cf;
		}
		#readytolove .header a.button.calendly_button {
			right: 25px;
		}
		.header a.button.calendly_button:hover {
			color: #3cf;
		}
		.header a.button.calendly_button:hover:after {
			color: #3cf;
		}
		.underlined {
			background-image: linear-gradient(120deg, #ffcfeb 0%, #ff97d5 100%);
			background-repeat: no-repeat;
			background-size: 100% 0.2em;
			background-position: 0 88%;
			transition: background-size 0.25s ease-in;
			transform: rotate(-4deg);
		}
		.landing_page_subtitle_container {
			display: block;
			max-width: 45%;
		}
		.landing_page_subtitle {
			font-size: 26px !important;
			line-height: 1.35;
			color: #013358;
			margin: 5px 0 15px !important;
		}
		a.thumbnail {
			border-bottom: none;
		}
		
		@media only screen and (max-width: 1100px) {
			.landing_page_subtitle_container {
				max-width: none;
			}
		}
		
		@media only screen and (max-width: 650px) {
			.landing_page_subtitle {
				font-size: 22px !important;
			}
		}
		
		@media only screen and (max-width: 450px) {
			.landing_page_subtitle {
				font-size: 20px !important;
			}
		}
	
		/* @group Underline Effect */
					
			/*.button-stroke {
				display: block;
				width: calc(100% - 40px);
				height: 10px;
				stroke: #eb008b;
				position: absolute;
				left: 40px;
				bottom: 0px;
				stroke-width: 4;
				transform: rotate(-4deg);
			}*/
		
		/* @end */
	
	/* @end */

	/* @group Homepage Updates (August 2022) */

		.header-font-homepage {
			font-family: TeXGyreAdventorBold;
			margin-bottom: ;
		}
		.updated_homepage .full_width.page_header .section_inside .col.span_1_of_1 {
			max-width: 50%;
		}
		p.intro_description {
			margin: 5px 0 10px !important;
			letter-spacing: 0;
		}
		.updated_homepage .page_header span h1 {
			letter-spacing: 0;
		}
		
		@media only screen and (min-width: 1100px) and (max-width: 1660px) {
			.updated_homepage .page_header h1 {
				font-size: 5.75vw;
			}
		}
		
		@media only screen and (max-width: 1200px) {
			.updated_homepage .full_width.page_header .section_inside .col.span_1_of_1 {
				max-width: 48%;
			}
		}
		
		@media only screen and (min-width: 1100px) and (max-width: 1200px) {
			.updated_homepage .page_header h1 {
				font-size: 5.5vw;
			}
		}
				
		@media only screen and (max-width: 1100px) {
		
			.updated_homepage .full_width.page_header .section_inside .col.span_1_of_1 {
				max-width: 100%;
			}
			
		}

	/* @end */

	/* @group Xero Landing Pages (September 2022) */

		.xero_landing_page .google_reviews_strip_container {
			background: #eee;
			/*background: #3cf;*/
			border: none;
		}
		.xero_landing_page .google_reviews_strip,
		.xero_landing_page .google_reviews_strip a {
			color: #013358;
		}
		.xero_landing_page .google_reviews_strip i {
			/*color: white;*/
		}
		.updated_homepage.xero_landing_page .illustration {
			background: url('../svg/diverso-homepage-illustration-xero-version.svg') no-repeat;
		}
		.locations a {
			font-family: TeXGyreAdventorRegular;
		}
		.locations .county a {
			/*font-size: 18px;*/
			font-family: TeXGyreAdventorBold;
		}
		
		@media only screen and (max-width: 1000px) {
			.xero_platinum_partner {
				width: 225px;
				margin-bottom: 0;
			}
		}

	/* @end */

	/* @group Clients Update (October 2022) */
	
		.single-clients .testimonial {
			font-size: 100%;
			font-style: normal;
		}
		.single-clients .testimonial p:before,
		.single-clients .testimonial p:after {
			content: none;
		}
		.title_area .filter_item a.tag, 
		.title_area .filter_item a[rel="tag"] {
			background: #4c5e79;
		}
		.title_area .filter_item a.tag:hover, 
		.title_area .filter_item a.tag:active, 
		.title_area .filter_item a.tag:focus, 
		.title_area .filter_item a[rel="tag"]:hover,
		.title_area .filter_item a[rel="tag"]:active,
		.title_area .filter_item a[rel="tag"]:focus {
			background: #627289;
		}
		p.subtle {
			color: #999;
		}
		.single-clients p.subtle {
			margin-bottom: 25px;
		}
		.single-clients .filter_container {
			float: left;
			width: 100%;
			margin-top: 20px;
			margin-bottom: 0;
		}
		.archive .title_area h2 {
			color: white;
		}
		.title_area .button {
			background-color: rgba(255, 255, 255, .09);
			color: white;
		}
		.title_area .button:hover {
			background-color: rgba(255, 255, 255, .19);
		}
		.section.full_width.no_border_bottom {
			border-bottom: none;
		}
		.website_link {
			float: left;
			width: 100%;
			margin-top: 20px;
		}
		.website_link a:hover {
			color: white;
		}
		.tick_list li {
			list-style: none;
			line-height: 1.2;
		}
		.tick_list li:before {
			content: "\f00c";
			font-family: FontAwesome;
			position: relative;
			top: 1px;
			font-size: 22px;
			margin-right: 5px;
			color: #6abc2c; /* GREEN */
		}
	
		/* @group Updated Layout */
	
			.section.updated_layout {
				overflow: hidden;
				padding-top: 100px;
				padding-bottom: 100px;
			}
			.updated_layout h2.section_header.smaller_text {
				font-size: 50px;
			}
			.updated_layout.features {
				background-color: #013358;
				min-height: 250px;
				text-align: center;
				padding-top: 100px;
				padding-bottom: 100px;
				overflow: hidden;
			}
			.updated_layout.features * {
				text-align: center;
				color: white;
			}
			.updated_layout h2.section_header {
				font-size:   90px;
				line-height: 1;
				color: #3cf;
				margin-bottom: 25px;
				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;
			}
			.updated_layout.why_choose h2.section_header b {
				color: white;
			}
			.updated_layout.why_choose.white_background h2.section_header b {
				color: #013358;
			}
			.updated_layout.features h2.section_header.smaller_text {
				font-size: 50px;
			}
			.updated_layout.features h2.section_header b {
				color: white;
			}
			.updated_layout.features h3 {
				font-family: TeXGyreAdventorRegular;
				font-size: 18px;
				line-height: 1.3;
				max-width: 275px;
				margin-left: auto;
				margin-right: auto;
			}
	
		/* @end */
	
	/* @end */

	/* @group Knowledgebase (December 2022) */

		h2.post_title {
			margin-bottom: 0;
		}

	/* @end */

	/* @group What's Included (February 2023) */

		.whats_included .col.span_1_of_4 {
			margin-left: 2.5%;
			margin-top: 20px;
		}
		.whats_included .col.span_1_of_4:nth-of-type(4n+1) {
			margin-left: 0;
		}
		.whats_included .col.span_1_of_4:nth-child(1),
		.whats_included .col.span_1_of_4:nth-child(2) {
			margin-top: 0;
		}
		
		@media only screen and (max-width: 875px) {
			.whats_included .col.span_1_of_4 {
				width: 48%;
				margin-left: 1%;
				margin-right: 1%;
			}
		}
		
		@media only screen and (max-width: 550px) {
			.whats_included .col.span_1_of_4 {
				width: 100%;
				margin-left: 0;
				margin-right: 0;
			}
		}

	/* @end */

	/* @group Pricing Update (June 2023) */

		.updated_layout.whats_included.features.pale_grey_background h3 {
			color: #013358 !important;
		}
		.updated_layout.whats_included.features.pale_grey_background h2.section_header b {
			color: #013358;
		}
		.page-id-1226 .feature_logo.hubdoc {
			background: url('../svg/hubdoc_blue.svg') no-repeat;
			background-size: 175px 50px;
			background-position-y: center;
			width: 175px;
			height: 120px;
		}

	/* @end */

/* @end */

/* @group BREAKPOINTS */

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

	/* @group New Pricing Table */

		table.new_pricing_table th {
			height: 58px;
		}

	/* @end */

}

@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: TeXGyreAdventorBold;
	}
	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;
	}
	
	/* @group Page Image */
	
		.inc_image .page_intro_container {
			width: 60%;
		}
		
	/* @end */
	
}

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

	.feature_text {
		padding-top: 40px;
	}
	
}

@media only screen and (max-width: 1075px) {
	
	.page_intro_container {
		width: 62%;
	}
	.feature_box {
		width: 35%;
	}
	.image_slider .feature_box {
		display: none;
	}
	.visible_below_tenseventyfive,
	a.button.visible_below_tenseventyfive {
		display: inline-block;
	}
	.intro_section .button {
		display: inline-block;
	}

}

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

	.feature_text {
		padding-top: 20px;
	}
	.add_ons h2 {
		font-size: 28px;
		line-height: 32px;
		margin-top: 0;
	}
	.add_ons .call_to_action h2 {
	    font-size: 45px;
	    line-height: 50px;
	}

	/* @group Column Titles */
		
		table.pricing-table th.level-one .header_title {
			font-size: 25px;
			line-height: 25px;
		}
		table.pricing-table th.level-two .header_title {
			font-size: 30px;
			line-height: 30px;
		}
		table.pricing-table th.unlimited .header_title {
			font-size: 40px;
			line-height: 40px;
		}
	
	/* @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.dont_break_at_ninefifty {
		width: 31.66%; 
	}
	.page_intro_container {
		width: 58%;
	}
	.feature_box {
		width: 39%;
	}
	.section_title {
		margin-bottom: 15px;
	}

	/* @group Footer */
		
		#footer-inner .copyright,
		#footer-inner ul {
			width: 100%;
			text-align: center;
		}
		#footer-inner ul {
			display: block;
		}
		#footer-inner ul li {
			float: none;
			display: inline-block;
			text-align: left;
		}
		.credit {
			width: 151px;
		    float: none;
		    position: relative;
			margin: 10px auto 0;
			text-align: left;
		}
		#footer-outer p {
			line-height: 22px;
		}
		
		/* @group Footer Height */
		
			.container {
				padding-bottom: 400px;
			}
			#footer-outer {
				height:      400px;
				margin-top: -400px;
			}
			
		/* @end */
	
	/* @end */
	
	li.twitter a {
		width: 45px;
	}
	.feature_text {
		padding-top: 0;
	}
	.home h1 {
		font-size: 75px;
		line-height: 80px;
	}	
	.team_detail .col.span_4_of_7 {
		padding-top: 120px;
	}
	.left_faded_line,
	.right_faded_line {
		width: 35%;
	}
	.pricing .white_box h3 {
		font-size: 22px;
		line-height: 28px;
	}
	h3.intro, h3.intro p {
		font-size: 22px;
	}
	
}

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

	.page_intro_container {
		width: 56%;
	}
	.feature_box {
		width: 41%;
	}

}

@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;
		}
		.page_title h1  {
			left: 30px;
		}
		h1.page_title {
		    font-size:   75px;
		}
		.col {
		    margin-bottom: 2%;
		}
		.home .column_slider .padding {
			padding: 20px;
		}
		.image_slider .section_inner {
			padding: 0;
		}
	    .flexslider.column_slider .thumbnail {
			display: none;
		}
		.section_outer.overlap {
		    margin-top: -15px;
		}
		.page_container {
		    margin-top: 30px;
		}
		.utility_navigation,
		.search-area {
		    right: 40px;
		}
		.col.span_1_of_3 {
		    margin-top: 1.25%;
		}
		
	/* @end */

	/* @group Header */

		.header ul{
			display: none;
		}

	/* @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 Add-ons */
	
		.add_ons .grey_box {
			min-height: 0;
		}
		
	/* @end */
	
	
	/* @group Team  */
	
		.team .span_1_of_3.grey_box:first-child {
			margin-left: 0;
		}
		.team .span_1_of_3.grey_box {
			margin-left: 4%;
		}
		.team .span_1_of_3:nth-child(3n+1) {
			margin-left: 0;
		}
		.team_detail .col.span_4_of_7 {
			text-align: center;
			margin-top: 0;
			padding-top: 0;
		}
		.team_detail .col.span_4_of_7 h2, .team_detail .col.span_4_of_7 p {
			padding-right: 0;
		}
		
	/* @end */

	/* @group What makes us different */

		.page-id-1201 .feature .col.span_1_of_1 {
			display: block;
			text-align: center !important;
		}
		.page-id-1201 .feature_text {
		    padding: 0 10%;
		}
		.page-id-1201 .feature .span_4_of_7 {
			margin-left: 0 !important;
			margin-bottom: 0;
		}
		.page-id-1201 .feature .span_3_of_7 {
			margin-left: auto !important;
			margin-right: auto !important;
		}

	/* @end */

	/* @group Free Stuff */

		.page-id-1404 .col.span_1_of_3.white_box a {
			display: block;
			width: 100%;
			text-align: center;
		}
		.download-icon-xl,
		.download-icon-pdf,
		.download-icon-word {
		    margin-left: auto;
		    margin-right: auto;
		}

	/* @end */

	/* @group Videos */

		.page-id-90 .col.span_1_of_3,
		.page-id-90 .col.span_1_of_3:nth-of-type(2n),
		.page-id-90 .col.span_1_of_3:nth-of-type(1),
		.page-id-90 .col.span_1_of_3:nth-of-type(2), 
		.page-id-90 .col.span_1_of_3:nth-of-type(3) {
		    width: 48%;
		    margin: 1% 0 20px 4%;
		    margin-left: 4%;
		}
		.page-id-90 .col.span_1_of_3:nth-of-type(3n+1) {
			clear: none;
		}
		.page-id-90 .col.span_1_of_3:nth-of-type(2n+1) {
		    margin-left: 0;
		    clear: left;
		}
		

	/* @end */

	.page_header h1,
	h2.page_title {
	    font-size: 95px;
	    line-height: 95px;
	}
	.left_aligned {
		text-align: center;
	}
	.right_aligned {
		text-align: center;
	}
	/*.feature_text {
		width: 80%;
		padding: 0 10%;
	}*/
	.section.feature {
		padding-bottom: 60px;
	}
	.home h1 {
		font-size: 65px;
		line-height: 70px;
	}	
	
	.clients .col.span_1_of_3 {
	    min-height: 0;
	}
	.free_stuff .col.span_1_of_3 {
	    min-height: 0;
	}
	.contact .col.span_1_of_3 {
		margin-bottom: 0;
	}
	.pricing.add_ons .col.span_1_of_3.grey_box {
		width: 48%;
		padding-left:  10px;
		padding-right: 10px;
	}
	.pricing.add_ons .col.span_1_of_3.grey_box:nth-child(2n) {
		margin-left: 4%;
	}
	.pricing.add_ons .col.span_1_of_3.grey_box:nth-child(2n+1) {
		margin-left: 0;
	}
	.pricing.add_ons .col.span_1_of_3.grey_box:nth-child(3n+1) {
		clear: none;
	}
	.pricing .span_1_of_3 {
		width: 30.66%;
		margin-left: 4%;
	}
	.pricing .col:first-child {
		margin-left: 0;
	}
	label a.button {
	    width: auto;
	}
	table.new_pricing_table tr td {
		padding-left: 0;
		padding-right: 0;
	}
	.flex-caption h2 span.sixty {
		font-size:   50px;
		line-height: 52px;
	}
	.flex-caption h2 span.sixtyfive {
		font-size:   55px;
		line-height: 57px;
	}
	.flex-caption h2 span.eightyfive {
		font-size:   70px;
		line-height: 72px;
	}
	.flex-caption h2 sup {
		letter-spacing: 1px;
		margin-left: -5px;
	}
	.page-id-1230 .col.span_1_of_3,
	.page-id-1230 .col.span_1_of_3:nth-of-type(2), 
	.page-id-1230 .col.span_1_of_3:nth-of-type(3) {
		margin-top: 25px;
	}

}

@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) {

	.feature_box {
		display: none;
	}
	.popup.feature_box {
		display: block;
	}
	.page_intro_container {
		width: 100%;
	}
	.page_title {
		width: 100%;
	}
	.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;
	}
	.visible_above_eighttwentyfive {
		display: none;
	}
	.testimonial-quote {
		font-size:   22px;
		line-height: 30px;
	}
	#share {
		float: none;
		margin: 0 auto 18px;
	}
	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;
	}
	.single-post h1.page_title {
		font-size: 50px;
	}
	.single-post .in_page_intro_area h2.intro, 
	.single-post .in_page_intro_area h2.intro p {
		font-size: 26px;
	}
	
	/* @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: 768px) {

	/*.span_1_of_3.white_box,
	.span_1_of_3.grey_box {
		padding: 6%;
		/*width: 88%;*!/
	}*/
	.page_header p,
	.faqs .faq p {
		width: 100%;
		padding: 0;
	}
	h2.larger,
	.clients h2.larger,
	h1.blog_post_title {
		font-size: 40px;
		line-height: 45px;
	}
	.home h1 {
		font-size: 55px;
		line-height: 60px;
		letter-spacing: -1.5px;
		margin: 0 0 20px;
	}
	/*.home .section.full_width {
		padding-bottom: 20px;
	}*/
	.left_faded_line,
	.right_faded_line {
		width: 25%;
	}
	
	/* @group Column Titles */
		
		.full_size {
			display: none;
		}
		
		.alternative {
			display: inline;
		}
		.hidden_at_small_sizes {
			display: none;
		}
	
	/* @end */
	
	.flex-caption h2 span.sixty {
		font-size:   40px;
		line-height: 42px;
	}
	.flex-caption h2 span.sixtyfive {
		font-size:   45px;
		line-height: 47px;
	}
	.flex-caption h2 span.eightyfive {
		font-size:   60px;
		line-height: 62px;
	}
	
}

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

	.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;
		}
		.col.span_1_of_3 {
		    margin-top: 35px;
		}
		.home .testimonial_strip p.testimonial {
			font-size:   18px;
			line-height: 29px;
		}
		h3.intro, h3.intro p {
			font-size: 20px;
		}
		
	/* @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;
		}
		.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 */

	/* @group Styles from old site */
	
		.team .span_1_of_3.grey_box {
			width: 100%;
			margin-left: 0%;
			min-height: 0;
		}
		.team_summary {
			padding: 6%;
		}
		.pricing .span_1_of_3 {
			width: 100%;
			margin-left: 0;
			margin-bottom: 30px;
		}
		.pricing .span_1_of_3:last-child {
			margin-bottom: 20px;
		}
		.pricing .white_box {
			min-height: 0;
		}
	
	/* @end */

}

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

	h1.page_title {
	    font-size:   65px;
	    padding: 0;
	}
	.page_content_area h2:first-child, 
	.page_content_area h2:first-child p {
	    font-size: 26px;
	    line-height: 1.3;
	}
	.section_background {
		margin: 50px 0;
	}
	.title_area .section_background {
		margin: 35px 0 45px;
	}

	/* @group Pricing Table */
	
		table.pricing-table th.level-one,
		table.pricing-table th.level-two,
		table.pricing-table th.unlimited {
			padding-bottom: 25px;
		}
	
	/* @end */

	/* @group New Pricing Table */

		table.new_pricing_table .header_description_row {
			display: none;
		}
		tr.visible_below_sixsevenfive {
			display: table-row;
		}
		tr.hidden_below_sixsevenfive {
			display: none;
		}
		
		/* @group Column Titles */
			
			table.pricing-table th.level-one .header_title,
			table.pricing-table th.level-two .header_title,
			table.pricing-table th.unlimited .header_title {
				padding-bottom: 12px;
			}
		
		/* @end */

	/* @end */

}

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

	.visible_at_smaller_sizes {
		display: inline;
	}
	.page_header h1,
	h2.page_title {
	    font-size: 85px;
	    line-height: 85px;
	}
	.section.page_header {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.copyright br {
		display: none;
	}
	.visible_at_smaller_sizes {
		display: inline;
	}	
	.feature_text {
		width: 90%;
		padding: 0 5%;
	}
	#how_it_works_slider.flexslider {
		max-width: 400px;
	}
	.grey_box.extra_box {
		max-width: 325px;
	}
	#how_it_works_slider h2 {
		font-size: 40px;
		line-height: 45px;
	}
	#how_it_works_slider .flex-direction-nav a.flex-prev {
		left: -70px;
	}
	#how_it_works_slider .flex-direction-nav a.flex-next {
		right: -70px;
	}
	table.pricing-table .popular-banner {
	    display: none;
	}
	.pricing.add_ons .col.span_1_of_3.grey_box {
		width: 100%;
		padding: 23px 10px 17px;
	}
	.pricing.add_ons .col.span_1_of_3.grey_box:nth-child(2n) {
		margin-left: 0;
	}
	.grey_box label a.button {
		padding: 8px 19px;
	}
	
	/* @group Footer Height */
	
		.container {
			padding-bottom: 425px;
		}
		#footer-outer {
			height:      425px;
			margin-top: -425px;
		}
		
	/* @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 */

}

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

	/* @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;
		}
		.page_content_area h2:first-child, 
		.page_content_area h2:first-child p {
		    font-size: 22px;
		    line-height: 1.35;
		}
	
	/* @end */

	/* @group Header */

		.header-wide,
		.header_container {
		    /*height: 85px;*/
		    height: 130px;
		}
		.container {
			/*padding-top: 85px;*/
			padding-top: 130px;
		}
		a.mobile_menu_button {
		    padding: 23px 30px;
		}

	/* @end */

	/* @group Call to action */

		.call_to_action h2,
		.add_ons .call_to_action h2 {
			font-size: 35px;
			line-height: 40px;
		}

	/* @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;
	}
	.footer_inner {
		padding: 20px 30px 0;
	}	
	.logo {
		width: 180px;
		height: 52px;
		margin: 0 auto;
		top: 18px;
		background: url(../images/diverso-logo-180x52.png) no-repeat; /* fallback logo (.png) */
	  	background-image: url(../images/diverso-logo.svg), none; /* high-res logo (.svg) */
	}
	a.mobile_menu_button {
	   	padding: 24px 30px;
	}
	.page_header h1,
	h2.page_title {
	    font-size: 85px;
	    line-height: 85px;
	}
	/*.span_1_of_3.white_box,
	.span_1_of_3.grey_box {
		padding: 8%;
		/*width: 84%;*!/
	}*/
	.section {
		padding: 50px;
	}
	.section.no_padding {
		padding: 0;
	}
	.feature_text {
		width: 100%;
		padding: 0;
	}
	.call_to_action h2,
	.add_ons .call_to_action h2 {
		font-size: 35px;
		line-height: 40px;
	}
	a.button.back,
	a.button.next {
		margin: 10px auto;
		right: auto;
		left: auto;
		float: none;
		clear: both;
	}
	a.button.back {
		margin-right: 5px;
	}
	a.button.next {
		margin-left: 5px;
	}
	/*.home .section.full_width {
		padding-bottom: 0;
	}*/
	#how_it_works_slider.flexslider {
		max-width: 75%;
	}
	.grey_box.extra_box {
		max-width: 54.5%;
	}
	#how_it_works_slider .flex-direction-nav a.flex-prev {
		left: -25px;
	}
	#how_it_works_slider .flex-direction-nav a.flex-next {
		right: -25px;
	}
	
	/* @group Column Titles */
		
		table.pricing-table th.level-one .header_title,
		table.pricing-table th.level-two .header_title,
		table.pricing-table th.unlimited .header_title {
			line-height: 20px;
		    /*bottom: 45px;*/
		}
		table.pricing-table th.level-one .header_title {
			font-size: 22px;
			line-height: 22px;
		}
		table.pricing-table th.level-two .header_title {
			font-size: 26px;
			line-height: 26px;
		}
		table.pricing-table th.unlimited .header_title {
			font-size: 35px;
			line-height: 35px;
		}
		
	/* @end */
	
	.blog h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.content {
		padding-top: 85px;
	}
	h1.page_title {
		font-size: 50px;
	}
	.single-post h1.page_title {
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: -0.5px;
	}
	.single-post .in_page_intro_area h2.intro, 
	.single-post .in_page_intro_area h2.intro p {
		font-size: 22px;
	}

}

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

	/* @group Footer Height */
	
		.container {
			padding-bottom: 500px;
		}
		#footer-outer {
			height:      500px;
			margin-top: -500px;
		}
		
	/* @end */

}

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

	/* @group General Styles */
	
		.call-to-action h4 {
		    font-size: 20px;
		    line-height: 26px;
		}
		.flex-direction-nav {
			display: none;
		}
		.flexslider.column_slider {
			display: none;
		}
		.home .section_inner {
			padding: 0 25px;
		}
		.only_visible_below_foursevenfive {
			display: block;
		}
		.only_visible_above_foursevenfive {
			display: none;
		}
		h1.homepage_intro {
			font-size:   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 Videos */
	
		.page-id-90 .col.span_1_of_3,
		.page-id-90 .col.span_1_of_3:nth-of-type(2n),
		.page-id-90 .col.span_1_of_3:nth-of-type(1),
		.page-id-90 .col.span_1_of_3:nth-of-type(2),
		.page-id-90 .col.span_1_of_3:nth-of-type(3) {
		    width: 100%;
		    margin: 1% 0 20px 4%;
		    margin-left: 0;
		}

	/* @end */
	
	.page_header h1,
	h2.page_title {
	    font-size: 70px;
	    line-height: 70px;
	}
	.section.page_header {
		padding-top: 30px;
		padding-bottom: 30px;
	}	
	#footer-inner .copyright ul {
		display: none;
	}
	.credit {
		width: 151px;
	}
	.credit p {
		display: none;
	}
	#footer-inner .copyright p {
		margin-bottom: 5px;
	}
	/*.span_1_of_3.white_box,
	.span_1_of_3.grey_box {
		padding: 10%;
		/*width: 80%;*!/
	}*/
	.section {
		padding: 40px;
	}
	.home h1 {
		font-size: 45px;
		line-height: 50px;
	}
	table.pricing-table td,
	table.pricing-table td.left-aligned {
	    padding: 10px;
	}
	#how_it_works_slider .grey_box {
	    padding: 30px;
	}
	#how_it_works_slider h2,
	.how_it_works h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	#how_it_works_slider.flexslider {
	    max-width: 85%;
	}
	#how_it_works_slider.flexslider {
	    min-height: 0;
	}
	.grey_box.extra_box {
	    max-width: 64.5%;
	}
	#how_it_works_slider .flex-direction-nav a {
	    top: 100px;
	}
	.left_faded_line, .right_faded_line {
	    top: 100px;
	}
	.pricing.add_ons .grey_box h2,
	.pricing.add_ons .grey_box h3 {
		font-size: 26px;
		line-height: 33px;
	}
	.flex-caption h2 span.sixtyfive {
		font-size:   40px;
		line-height: 42px;
	}
	h2, h2 p {
	    font-size: 32px;
	}
	h2.intro, h2.intro p {
		font-size: 16px;
		line-height: 1.55;
	}

}

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

	a.mobile_menu_button {
	    padding: 22px 30px 45px;
	}

	/* @group General Styles */
	
		.page_container {
			margin-top: 10px;
		}
	    .header .phone .icon {
			top: 9px;
		}
		.flexslider_narrow .flex-caption {
		    padding: 0 25px;
		}
		.header {
			height: 85px;
		}
		.no_feature_box .page_title {
			margin-top:    15px;
			margin-bottom: 25px;
		}
		h2.intro {
			font-size:   16px;
			line-height: 25px;
		}
		
	/* @end */
	
	.footer_logo_container {
		height: 300px;
	}
	
	/* @group Footer Height */
	
		.container {
			padding-bottom: 550px; /* value of footer height */
		}
		#footer-outer {
			height:      550px; /* value of footer height */
			margin-top: -550px; /* negative value of footer height */
		}
		
	/* @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:  30px;
		padding-right: 30px;
	}
	.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;
	}
	h3.subtitle,
	.subtitles h3 {
		font-size:   22px;
		line-height: 32px;
	}
	.mobile_menu_button,
	.mobile_menu_button i,
	.mobile_menu_icon,
	.mobile_menu_label {
		line-height: 25px;
	}
	.page_header h1,
	h2.page_title {
	    font-size: 55px;
	    line-height: 55px;
	}
	/*.span_1_of_3.white_box,
	.span_1_of_3.grey_box {
		padding: 12%;
		/*width: 76%;*!/
	}*/
	.section {
		padding: 65px 30px;
	}

	/* @group New Pricing Table */
	
		table.new_pricing_table td,
		table.new_pricing_table td.left-aligned {
			padding-left: 0;
			font-size: 13px;
		}

	/* @end */

}

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

	.header {
		height: 71px;
	}
	.flex-caption h2 {
		font-size:   32px;
		line-height: 32px;
	}
	
	/* @group Page Image */
	
		.page_image {
			max-width: 100%;
		}
		
	/* @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: 320px) {

	/*.span_1_of_3.white_box,
	.span_1_of_3.grey_box {
		padding: 14%;
		width: 72%;
	}*/
	.section {
		padding: 25px;
	}

}

/* @end */