/* #region COLOURS */
	
	.Purple (Text) {
		color: #444;
	}
	
	.Purple (Light) {
		color: #7359a3;
	}
	
	.Purple (Normal) {
		color: #444;
	}
	
	.Purple (Dark) {
		color: #432972;
	}
	
	.Orange (Text) {
		color: #01aaaf;
	}
	
	.Orange (Normal) {
		color: #01aaaf;
	}
	
	.Orange (Darker) {
		color: #01aaaf;
	}
	
	.Orange (Dark) {
		color: #4abbbf;
	}
	
	.Dark Grey {
		color: #265875;
	}
	
	.Purple Gradient (dark top to light bottom) {
		background: #003b5d; /* Old browsers */
		background: -moz-linear-gradient(top,  #003b5d 0%, #265875 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b5d), color-stop(100%,#265875)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #003b5d 0%,#265875 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #003b5d 0%,#265875 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b5d', endColorstr='#265875',GradientType=0 ); /* IE6-9 */
	}
	
	Purple Gradient (light top to dark bottom) {
		background: #265875; /* Old browsers */
		background: -moz-linear-gradient(top,  #265875 0%, #003b5d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265875), color-stop(100%,#003b5d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #265875 0%,#003b5d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #265875 0%,#003b5d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #265875 0%,#003b5d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #265875 0%,#003b5d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265875', endColorstr='#003b5d',GradientType=0 ); /* IE6-9 */
	}
	
	.Orange Gradient (light top to dark bottom) {
		background: #01aaaf; /* Old browsers */
		background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
	}
	
	.Orange Gradient (dark top to light bottom) {
		background: #4abbbf; /* Old browsers */
		background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
	}
	
	.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;
	}

/* #endregion */

/* #region CLIPBOARD */

	.Box Sizing {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.Box Radius {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
	    border-radius:         0;
	}

	.Box Shadow {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.35);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.35);
	}

/* #endregion */

/* #region Initial Setup */

/* #region Boilerplate */

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #ddd;
    text-shadow: none;
}

::selection {
    background: #ddd;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dfddeb;
    margin: 40px 0 30px;
    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: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

::selection {
  background: #eee; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #eee; /* Gecko Browsers */
}
img {
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* #endregion */

/* #region fancybox.css */

/* #region Default Fancybox Styling */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;*/
		-webkit-box-shadow: 0px 0px 15px 0px rgba(174,171,204,0.75);
		-moz-box-shadow:    0px 0px 15px 0px rgba(174,171,204,0.75);
		box-shadow:         0px 0px 15px 0px rgba(174,171,204,0.75);
		}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url(../images/fancybox_loading.gif) center center no-repeat;*/
}

.fancybox-close {
	position: absolute;
	/*background: #01aaaf url('../images/close-transparent.png') 0 0 no-repeat;*/
	background: url('../images/close-transparent.png') 0 0 no-repeat;
	top: 0;
	right: 0;
	width:  46px;
	height: 46px;
	cursor: pointer;
	z-index: 8040;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	/*-webkit-border-radius: 0 5px 0 0;
	   -moz-border-radius: 0 5px 0 0;
	        border-radius: 0 5px 0 0;*/
}

.fancybox-close:hover {
	/*background: #4abbbf url('../images/close-transparent.png') 0px -46px no-repeat;*/
	background: url('../images/close-transparent.png') 0px -46px no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url(../images/blank.gif);  helps IE*/ 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
  	background-color: rgba(255,255,255,0.85);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: 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: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	/*text-shadow: 0 1px 2px #222;*/
	color: #FFF;
	font-family: "Montserrat";
	font-weight: 600;
	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);
}

/* #endregion */

/* #region Custom Fancybox Styling */

	.fancybox-opened .fancybox-skin {
		/* padding: 25px !important; */
	}
	.fancybox-next span {
		width: 46px;
		height: 46px;
		right: 0;
		background: #7359a3 url('../images/transparent-arrows_x2.png') no-repeat -46px 0;
	}
	.fancybox-next span:hover {
		background: #432972 url('../images/transparent-arrows_x2.png') no-repeat -46px 0;
		background-position: -46px -46px;
	}
	.fancybox-prev span {
		width: 46px;
		height: 46px;
		left: 0;
		background: #7359a3 url('../images/transparent-arrows_x2.png') no-repeat 0 0;
	}
	.fancybox-prev span:hover {
		background: #432972 url('../images/transparent-arrows_x2.png') no-repeat -46px 0;
		background-position: 0 -46px;
	}
	.fancybox-nav span {
		visibility: visible;
	}
	.fancybox-nav:hover span {
		visibility: visible;
	}

/* #endregion */

/* #endregion */

/* #region flexslider.css */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;z-index: 1001; /*display: none;*/}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; /*background: url(../images/bg_direction_nav.png) no-repeat 0 0;*/ position: absolute; bottom: 0; z-index: 101; cursor: pointer; text-indent: -9999px; opacity: 0;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #265875; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background: #003b5d; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* #endregion */

/* #endregion */

/* #region Responsive Setup */

/* #region Column Setup */

/*  SECTIONS  ============================================================================= */

.section_outer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


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

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float: left;
	margin: 1.25% 0 1.25% 2.5%;
	/*background-color: rgba(0,0,0,0.025);*/
	/*background-color: white;*/
	/*border: 1px solid #ddd;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*outline: 1px solid #ddd;*/
}

.side_section {
	display: block;
	float: left;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/* #endregion */

/* #region 1 Columns */

	.span_1_of_1 { 
		width: 100%;
		margin-left: 0;
	}

/* #endregion */

/* #region 2 Columns */

	.span_2_of_2 { width: 100%; }
	.span_1_of_2 { 
		/*width: 48.125%;*/ 
		width: 48.12%; 
	}

	.col.span_1_of_2:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col.span_1_of_2:nth-of-type(2n) {
		margin-left: 3.75%;
		clear: none;
	}

/* #endregion */

/* #region 3 Columns */

	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 65.83%; }
	.span_1_of_3 { width: 31.66%; }

	.col.span_1_of_3:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}

/* #endregion */

/* #region 4 Columns */

	.span_4_of_4 { width: 100%; }
	.span_3_of_4 { width: 74.37%; }
	.span_2_of_4 { width: 48.75%; }
	.span_1_of_4 { width: 23.12%; }
	
	.col.span_1_of_4:nth-of-type(4n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.span_1_of_4:nth-child(1),
	.span_1_of_4:nth-child(2),
	.span_1_of_4:nth-child(3),
	.span_1_of_4:nth-child(4) {
		margin-top: 0;
	}
	
/* #endregion */

/* #region 6 Columns */

	.span_6_of_6 {width: 100%;}
	.span_5_of_6 {width: 82.91%;}
	.span_4_of_6 {width: 65.83%;}
	.span_3_of_6 {width: 48.75%;}
	.span_2_of_6 {width: 31.66%;}
	.span_1_of_6 {width: 14.58%;}

/* #endregion */

/* #region 8 Columns */

.span_8_of_8 {width: 100%; }
.span_7_of_8 { width: 87.18%; }
.span_6_of_8 { width: 74.37%; }
.span_5_of_8 { width: 61.56%; }
.span_4_of_8 { width: 48.75%; }
.span_3_of_8 { width: 35.93%; }
.span_2_of_8 { width: 23.12%; }
.span_1_of_8 { width: 10.31%; }

/* #endregion */

/* #endregion */

/* #region Type */

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

html, button, input, select, textarea {
	font-family: "Montserrat", sans-serif;
}

p {
	margin: 0px 0 10px;
}

b, strong {
	font-family: "Montserrat";
	font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #01aaaf;
}

h1 {
	font-size: 65px;
	line-height: 70px;
	margin: 0 0 25px;
	font-family: "Montserrat";
	font-weight: 700;
	letter-spacing: -1.25px;
	color: #01aaaf;
}

h1.intro a {
	display: inline;
}

h2 {
	font-size: 36px;
	line-height: 40px;
	font-family: "Montserrat";
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	color: #01aaaf;
}

h2:last-child {
	margin-bottom: 3px;
}

h2.intro {
	font-size: 18px;
	line-height: 28px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	color: #444;
}

h2.intro a {
	color: #444;
	display: inline-block;
	color: #01aaaf;
	text-decoration: underline;
}

h2:first-child {
	margin-top: 0;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	font-family: "Montserrat";
	font-weight: 600;
	color: #01aaaf;
}

h3.subheading {
	color: #003b5d;
	margin-bottom: 8px;
}

h3.subtitle {
	color: #003b5d;
	font-size: 24px;
	line-height: 1.35;
	font-family: "Montserrat";
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0;
}

h3.subtitle + p {
	margin-top: 5px;
}

h3 a {
	font-family: "Montserrat";
	color: #003b5d;
}

h3 a:hover {
	color: #003b5d;
}

h3:first-child {
	margin-top: 0;
	margin-bottom: 9px;
}

h3 + p {
	margin-top: 0;
}

h4 {
	font-family: "Montserrat";
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 3px;
}
h6 {
	line-height: 1.75;
}

a {
	display: block;
	font-family: "Montserrat";
	font-weight: 600;
	text-decoration: none;
	color: #01aaaf;
	max-width: 100%;
}

a.light_link {
	font-family: "Montserrat";
	font-weight: 300;
}

a:hover {
	color: #003b5d;
}

p a, li a {
	display: inline;
}

li {
    list-style-position: inside;
    text-indent: -14px;
    padding-left: 14px;
}

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: #01aaaf;
	margin-left: 0;
	margin-right: 0;
}

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: "Montserrat";
}

p.subtitle {
	color: #01aaaf;
	margin-bottom: 0;
}

p.date {
	margin-top: 0;
	margin-bottom: 10px;
	font-style: italic;
	color: #999;
}

h3.subtitle + p.date {
	margin-top: 0;
}

p.contact_detail {
	margin-top: 0;
	color: #444;
}

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

/* #endregion */

/* #region Elements */

input[type="button"],
input[type="submit"] {
	display: inline-block;
	color: white;
	font-size: 17px;
	text-align: center;
	font-family: "Montserrat";
	/*text-shadow: 0px -1px 0px rgba(0,0,0,0.35);*/
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px 14px;
	margin-bottom: 20px;
	background: #01aaaf; /* Old browsers */
	background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
	width: 100%;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #4abbbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
	color: white;
}

a.button,
button {
	display: inline-block;
	color: white;
	font-size: 17px;
	text-align: center;
	font-family: "Montserrat";
	/*text-shadow: 0px -1px 0px rgba(0,0,0,0.35);*/
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px 14px;
	margin-bottom: 20px;
	background: #01aaaf; /* Old browsers */
	background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.button:hover,
button:hover {
	background: #4abbbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
}

a.button.purple,
input[type="submit"].purple,
button.purple {
	background: #265875; /* Old browsers */
	background: -moz-linear-gradient(top,  #265875 0%, #003b5d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265875), color-stop(100%,#003b5d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #265875 0%,#003b5d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #265875 0%,#003b5d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #265875 0%,#003b5d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #265875 0%,#003b5d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265875', endColorstr='#003b5d',GradientType=0 ); /* IE6-9 */
}

a.button.purple:hover,
input[type="submit"].purple:hover,
button.purple:hover {
	background: #003b5d; /* Old browsers */
	background: -moz-linear-gradient(top,  #003b5d 0%, #265875 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b5d), color-stop(100%,#265875)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003b5d 0%,#265875 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003b5d 0%,#265875 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b5d', endColorstr='#265875',GradientType=0 ); /* IE6-9 */
}

a.button.white {
	color: #444;
	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;
}

h2.section_title a {
	color: white;
}

h2.section_title a:hover {
	color: white;
}

.thumbnail {
	color: #ccc;
	text-align: center;
	margin-bottom: 15px;
}

.thumbnail.min_height {
	min-height: 170px;
	line-height: 170px;
}

.image_thumbnail {
	background-color: #efefef;
	color: #ccc;
	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 {
	padding: 0;
    margin: 10px 0 10px;
}

ul li {
	list-style: none;
}

ul li:before {
	content: "-";
	margin-right: 8px;
}

a.see_all_link {
	font-style: italic;
	color: #aaa;
}

a.see_all_link:hover {
	color: #999;
}

table {
	width: 100%;
}

	/* #region Tables */
	
		table {
			width: 100%;
			margin-top:    35px;
			margin-bottom: 15px;
			font-size:   14px;
			line-height: 19px;
		}
		table:first-child {
			margin-top: 0;
		}
		table tr th {
			background-color: #265875;
			color: white;
			text-align: left;
			font-weight: 600;
		}
		table tr td {
			background-color: #f8f8f8;
		}
		table tr:nth-child(odd) td {
			background-color: #e8e8e8;
		}
		table tr th,
		table tr td {
			padding: 9px 5px 9px 8px;
		}
		table tr th:nth-child(1),
		table tr td:nth-child(1) {
			width: 30%;
		}
		table.align_right_fourth_td tr th:nth-child(4),
		table.align_right_fourth_td tr td:nth-child(4) {
			text-align: right;
		}
		.responsive_label {
			font-weight:  700;
			margin-right: 4px;
			display: none;
		}
		.case_study_table th:first-child,
		.case_study_table td:first-child {
			width: 55%;
		}
		.case_study_table th:nth-child(2),
		.case_study_table td:nth-child(2) {
			width: 30%;
		}
		.case_study_table th:nth-child(3),
		.case_study_table td:nth-child(3) {
			width: 15%;
		}
		tr.table_title th {
			background-color: #444;
		}
		tr.highlight_row td {
			background-color: #01aaaf !important;
			color: white;
		}
		.contains_multiple_tables table:first-child {
			margin-top: 0;
		}
		.notes {
			color: #999;
		}
		td.right_aligned {
			padding-right: 10px;
		}
		td.no_link_styling a {
			color: #444;
			text-decoration: none;
		}
	
	/* #endregion */

/* #endregion */

/* #region Forms */

form {
	width: 100%;
	float: left;
}

.row {
	float: left;
	width: 100%;
}

label {
	float: left;
	font-size: 16px;
	/*text-align: center;*/
	width: 100%;
	padding-top: 15px;
	color: #444;
	font-family: "Montserrat";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radio_area_label {
	float: left;
	font-size: 16px;
	/*text-align: center;*/
	width: 100%;
	padding-top: 15px;
	color: #444;
	font-family: "Montserrat";
	-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%;
	background-color: #fafafa;
	border: 1px solid #dadada;
	padding: 16px;
	color: #265875;
	font-size: 15px;
	/*text-align: center;*/
	margin: 6px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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 {
	background-color: #fafafa;
	/*border: 1px solid #eee;*/
	border: 1px solid #dadada;
}

.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"] {
	width: 100%;
}

input:focus {
	color: #265875;
	-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: #265875;
}

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: #265875;
	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: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-style: italic;
	color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-style: italic;
	color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-style: italic;
	color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-style: italic;
	color: #bbb;
}

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: 12px 16px 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #265875;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 21px;
}

textarea.error {
	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: "Montserrat";
	font-weight: 600;
    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;
}

/* #region Pop-up Contact Form */

.popup_form {
	overflow: hidden;
	background-color: white;
}

.popup_form form {
	width: 100%;
	margin-top: 0;
}

.popup_form label {
	padding-top: 0;
}

.popup_form h2 {
	margin-bottom: 0;
}

.popup_form p {
	margin-top: 2px;
	margin-bottom: 15px;
}

.popup_form input[type="text"],
.popup_form textarea {
	margin-top: 5px;
	margin-bottom: 15px;
}

.popup_form input.error {
	margin-bottom: 0;
}

.popup_form label.error {
	padding-top: 16px;
}

.popup_form textarea {
	min-height: 125px;
	margin-bottom: 0;
}

.popup_form input[type="button"] {
	margin-bottom: 0;
}

.hint {
	font-style: italic;
	font-size: 13px;
	color: #aaa;
}

/* #endregion */

/* #endregion */

/* #region Layout */

/* #region General Layout */

.section_outer {
	position: relative;
	float: left;
	width: 100%;
}

.section_outer.border_bottom {
	border-bottom: 1px solid #efefef;
}

.col.span_1_of_3 {
	margin-top: 35px;
}

.col.span_1_of_3:nth-of-type(1),
.col.span_1_of_3:nth-of-type(2),
.col.span_1_of_3:nth-of-type(3) {
	margin-top: 1.25%;
}

.section_background {
	width: 100%;
	float: left;
	margin: 35px 0 40px;
}

.section_outer.inc_page_title {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section_outer.inc_page_title.last_section {
	padding-bottom: 50px;
}

.section_inner {
	position: relative;
	max-width: 1200px;
	padding: 0 50px;
    margin: 0 auto;
}

.border_top .col {
	padding: 48px 0 28px;
	border-top: 1px solid #e4e4e4;
}

.border_top .col:nth-of-type(1),
.border_top .col:nth-of-type(2),
.border_top .col:nth-of-type(3) {
	border-top: none;
	margin-top: 0;
	padding-top: 4px;
}

/*.page_title h1,
.page_title h2 {
	font-size: 38px;
	line-height: 50px;
	padding: 8px 17px 10px;
	margin: 0;
	background-color: #444;
	color: white;
	display: inline-block;
	position: absolute;
	top: 154px;
	left: 50px;
	z-index: 99;
}*/

.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: #ccc;
	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: #ccc;
}

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

/* #endregion */

/* #region Page Title & Feature Box */
	
	.feature_box {
		width: 27%;
		/*height: 350px;*/
		margin-top: 38px;
		float: right;
		z-index: 1;
		background-color: #e5e5e5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 5px;
		-moz-border-radius:    5px;
	    border-radius:         5px;
		-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);
	}
	
	.feature_box .title_strip {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius:    5px 5px 0 0;
	    border-radius:         5px 5px 0 0;
		/*text-shadow: 0px -1px 0px rgba(0,0,0,0.35);*/
	    color: white;
	}
	
	.feature_box .form_area {
		padding: 12px 20px 22px;
		/*padding: 12px 20px 0;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.popup.feature_box .form_area {
		padding: 12px 20px;
	}
	
	.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 {
		/*font-size: 20px;*/
		font-size: 17px;
		padding: 12px 20px;
		/*padding: 6px 20px;*/
	}
	.popup.feature_box .title_strip {
		padding: 6px 20px;
	}
	.title_strip h4 {
		color: white;
	}

	.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: 17px;
		color: white;
	    padding-bottom: 15px;
	    margin: 0;
	    width: 100%;
	    font-weight: 700;
	}

	.feature_box .button:last-child {
		margin-bottom: 0;
	}

	.feature_box label {
		font-size: 15px;
		color: #265875;
	}
	
	.page_title_area {
		width: 100%;
		float: left;
		position: relative;
		/*min-height: 170px;*/
	}
	
	.page_title {
		color: white;
		float: left;
		clear: left;
		width: auto;
		margin: 30px 0 40px;
		/*height: 170px;*/
		/*line-height: 165px;*/
	}
	
	.page_intro {
		float: left;
		clear: left;
		width: auto;
		padding-top: 35px;
	}
	
	.page_intro_container {
		float: left;
		clear: left;
		width: 70%;
		position: relative;
	}

	.no_feature_box .page_intro_container {
		width: 100%;
	}
	
	.full_width_row {
		width: 100%;
		float: left;
	}
	
	.page_intro_background {
		width: 100%;
		height: auto;
		/*min-height: 140px;*/
		position: absolute;
	}
		
	.page_intro_container .button {
		position: absolute;
		display: block;
		width: 310px;
		max-width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: auto;
		margin-right: auto;
		bottom: 30px;
		left: 0;
		right: 0;
	}
	
	.popup.feature_box {
		margin-top: 0;
		width: 525px;
		max-width: 100%;
	}

	.popup.feature_box h4 {
		/*padding-right: 53px;*/
		padding-right: 0;
	}

	.popup.feature_box p {
		margin-bottom: 0;
		color: #444;
		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: #003b5d; /* Old browsers */
		background: -moz-linear-gradient(top,  #003b5d 0%, #265875 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b5d), color-stop(100%,#265875)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #003b5d 0%,#265875 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #003b5d 0%,#265875 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b5d', endColorstr='#265875',GradientType=0 ); /* IE6-9 */
	}

	.no_feature_box .page_title_area .button {
		display: none !important;
	}

	.no_page_intro .page_intro_background {
		display: none;
	}

/* #endregion */

/* #region Page Image */

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

/* #endregion */

/* #region Testimonial Strip */

	.testimonial_strip {
		background-color: #FAFAFA;
	}

	.testimonial_strip .section_background {
		margin: 18px 0 20px;
	}

	.testimonial_strip .testimonial-quote {
		font-size: 24px;
		/*line-height: 32px;*/
	}

/* #endregion */

/* #endregion */

/* #region Transitions */

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

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

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

/* #endregion */

/* #region Header */

	.header_container {
		position: relative;
		width: 100%;
		height: 100px;
		padding-bottom: 52px;
		z-index: 3;
	}
	
	.section_outer.header {
		padding: 0;
		z-index: 3;
		margin-bottom: 52px;
	}
	
	.section_outer.header .section_inner {
		height: 100px;
	}
	
	.section_outer.header.inc_secondary_navigation,
	.section_outer.header.inc_secondary_navigation .section_inner {
		height: 184px;
	}
	
	.header {
		background-color: white;
		width: 100%;
		height: 100px;
		position: relative;
	}

	.header a {
		display: block;
	}
	
	.logo {
		position: absolute;
		background: url(../images/smart-choice-equity-release-green-transparent-550px.png) no-repeat;
		background-size: contain;
	  	/*background-image: url(../images/kevin-woods-later-living-now-logo.svg), none;	*/
	  	width: 275px;
	  	height: 50px;
	  	top: 23px;
	  	left: 50px;
	  	right: 0;
	  	/*margin-left: auto;*/
	  	/*margin-right: auto;*/
	}
	
	.header .buttons {
		position: absolute;
		right: 50px;
		top: 24px;
	}

	.header a.button {
		display: inline-block;
	}
	
	.button + .button {
		margin-left: 10px;
	}

/* #endregion */

/* #region Navigation */

	/* #region Dropdown Menu */
	
		.navigation_background {
		
			/* ORANGE GRADIENT */
			/*background: #01aaaf; /* Old browsers *!/
			background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ *!/
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ *!/
			background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ *!/
			background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ *!/
			background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ *!/
			background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C *!/*/
			/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 );  IE6-9*/ 
			
			/* CYAN GRADIENT */
			background: #4abbbf; /* Old browsers */
			background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
			
			height: 52px;
			z-index: 2;
			position: absolute;
			bottom: 0;
			-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);
		}
		
		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: 20%;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
		}
		
		ul.navigation li.quote_button {
			float: right;
		}
		
		ul.navigation li a,
		ul.navigation li span {
			display: block;
			float: left;
			width: 100%;
			font-size: 18px;
			line-height: 30px;
			text-align: center;
			font-family: "Montserrat";
			font-weight: 700;
			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(255,255,255,0.3);
			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 {
			color: white;
			
			/* ORANGE GRADIENT */
			/*background: #4abbbf; /* Old browsers *!/
			background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ *!/
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ *!/
			background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ *!/
			background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ *!/
			background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ *!/
			background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C *!/
			/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 );  IE6-9*!/*/
						
			/* CYAN GRADIENT */
			background: #01aaaf; /* Old browsers */
			background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */			
		}
		
		#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: -1;*/
			z-index: 2;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 100%;
			left: 0;
			min-width: 100%;
			width: auto;
			-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.35);
			-moz-box-shadow:    0px 0px 25px 0px rgba(0,0,0,0.35);
			box-shadow:         0px 0px 25px 0px rgba(0,0,0,0.35);
		}
		
		#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: #265875;
			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: #003b5d;
			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 a {
			color: #003b5d;
			background-color: #f1f1f1;
		}
		
		#menu li.hover ul.sub_menu li.current a:hover {
			color: #003b5d;
			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: #01aaaf;
		}
		
		#menu ul.sub_menu.full_width_sub_menu h4 {
			font-family: "Montserrat";
			font-weight: 600;
			font-size: 22px;
			color: #444;
			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;
		}
	
	/* #endregion */

	/* #region Mobile Navigation */
		
		.overlay {
		  	background-color: rgba(255,255,255,0.85);
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			display: none;
			z-index: 1000;
		}
	
		.mobile_navigation {
			height: 100%;
			width: 300px;
			background-color: #363636;
			position: fixed;
			top: 0;
			left: -305px;
			overflow: auto;
			padding-bottom: 50px;
			text-align: left;
			z-index: 1001;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
			-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.35);
			box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.35);
		}
	
		a.mobile_menu_button {
			display: none;
		    position: absolute;
		    padding: 42px 50px 58px;
		    width: 22px;
		    height: 18px;
		    top: 0;
		   	left: 0;
		    cursor: pointer;
		}
	
		a.mobile_menu_button .mobile_menu_icon {
		    position: relative;
		    display: block;
		    width: 22px;
		    height: 18px;
		    opacity: 1;
		    background: url(../images/menu-icon-white.png) no-repeat; /* fallback logo (.png) */
	  		background-image: url(../images/menu-icon-white.svg), none; /* high-res logo (.svg)*/ 
		}
		
		/*a.mobile_menu_button:hover .mobile_menu_icon {
		    opacity: 1;
	  	}*/
	  	
	  	.mobile_menu_label {
			position: relative;
			top: 15px;
			left: -7px;
			color: #444;
			font-size: 11px;
			font-family: "Montserrat";
		}
	
		/* #region Menu Styling */

			ul#mobile_navigation li.menu_title {
			    color: white;
			    padding: 10px 10px 10px 15px;
			    font-size: 15px;
			    line-height: 24px;
			    font-weight: 600;
			    position: relative;
				background: #01aaaf; /* Old browsers */
				background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
				/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 );  IE6-9*/ 
			}
	
			.menu_title span.menu_close {
				float: right;
				position: absolute;
				top: 0;
				right: 0;
			   	color: rgba(255,255,255,0.8);
			   	text-align: center;
			   	font-weight: 300;
			   	width: 46px;
			   	height: 44px;
			   	line-height: 44px;
			   	cursor: pointer;
			   	background-color: rgba(0,0,0,0.075);
			}
	
			.menu_title span.menu_close:hover {
			   	color: white;
			   	background-color: rgba(0,0,0,0.15);
			}

ul#mobile_navigation {
				margin: 0;
				padding: 0;
			}
			
			.mobile_navigation_content {
				padding-bottom: 150px;
			}
	
			ul#mobile_navigation ul,
			ul#mobile_navigation ul li,
			ul#mobile_navigation ul li a {
				-webkit-transition: none;
				-moz-transition: none;
				-o-transition: none;
				transition: none;
			}
	
			ul#mobile_navigation li {
				padding-right: 0;
				margin: 0;
				text-align: left;
				list-style: none;
			}

			ul#mobile_navigation li:before {
				content: none;
				margin: 0;
			}
	
			ul#mobile_navigation li a,
			ul#mobile_navigation li span.navigation_heading {
				background-color: #444;
				color: rgba(255,255,255,0.7);
			    display: block;
			    font-size: 15px;
			    font-weight: 400;
			    line-height: 20px;
			    margin: 0;
			    overflow: hidden;
			    padding: 12px 12px 12px 15px;
			    text-align: left;
			    text-overflow: ellipsis;
			    white-space: nowrap;
				border-bottom: 1px solid rgba(0,0,0,0.2);
				width: auto;
				cursor: pointer;
			}

			ul#mobile_navigation li ul li a {
				background-color: #363636;
				color: rgba(255,255,255,0.6);
				font-family: "Montserrat";
				font-weight: 400;
				border-bottom: 1px solid rgba(0,0,0,0.2);
			}

			ul#mobile_navigation li ul li a:before {
			    content: '-';
			    margin-right: 5px;
			}

			ul#mobile_navigation li a.current,
			ul#mobile_navigation li a.current:hover {
				color: #fff;
				background-color: #3d3d3d;
			}
			
			ul#mobile_navigation li a:hover {
				color: white;
				background-color: #3d3d3d;
			}
	
			ul#mobile_navigation li:before {
			    content: '';
			}
	
			ul#mobile_navigation li.menu_subsection a {
			    background-color: #f7f6fa;
			}
	
			ul#mobile_navigation li ul {
				overflow: hidden;
				padding: 0;
				margin: 0;
			}

			ul#mobile_navigation li a.ui-state-active {
				color: white;
			}
	
			ul#mobile_navigation li ul li {
				overflow: hidden;
			}
	
			ul#mobile_navigation li ul li.current a,
			ul#mobile_navigation li ul li.current a:hover {
				color: #fff;
				background-color: #2f2f2f;
			}
	
			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;
			}
		
		/* #endregion */
	
		/* #region Mobile Menu Footer */
		
			.navigation_footer {
				position: fixed;
				bottom: 0;
				left: -305px;
				padding: 0;
				background-color: #01aaaf;
			}
			
			.navigation_footer_upper {
				height: 46px;
				width: 300px;
			}
			
			.navigation_footer a.button {
				border: none;
				float: left;
				width: 300px;
				text-align: center;
				margin: 0;
				background-color: #01aaaf;
				-webkit-border-radius: 0;
				-moz-border-radius:    0;
			    border-radius:         0;
			}
			
			.navigation_footer a.button:hover {
				border: none;
				background-color: #222;
			}
		
		/* #endregion */
	
	/* #endregion */

/* #endregion */

/* #region Home */

	h1.homepage_intro {
		font-size: 27px;
		line-height: 1.4;
		font-weight: 300;
		letter-spacing: 0;
		color: white;
		text-align: center;
		margin-bottom: 0;
	}

	h1.homepage_intro a {
		color: white;
	}
	
	.section_title {
		padding: 25px 0;
	}

	.section_title h2 {
		font-size: 45px;
		line-height: 52px;
		font-weight: 300;
		letter-spacing: -0.75px;
		margin-bottom: 10px;
		color: #bfbfbf;
	}
	
	.intro_section .row {
		text-align: center;
	}

	.intro_section .button {
		margin-top: 20px;
		display: none;
	}

/* #endregion */

/* #region Image Slider */

	/* #region Main Image Slider */
	
		.image_slider {
			position: relative;
			width: 100%;
			padding: 0;
			overflow: hidden;
			background: white;
			z-index: 1;
			float: none;
			
			/* ORANGE GRADIENT */
			/*background: #4abbbf; /* Old browsers *!/
			background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ *!/
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ *!/
			background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ *!/
			background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ *!/
			background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ *!/
			background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C *!/
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 *!/*/
			
			/* CYAN GRADIENT */
			background: #01aaaf; /* Old browsers */
			background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
		}

		.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 {
			/*width: 100%;*/
			position: relative;
			float: left;
		}

		.image_slider .feature_box label.error {
			position: absolute;
			/*text-align: right;
			right: 286px;
			bottom: 0;
			margin-bottom: 0;*/
			visibility: hidden;
		}
		
		.intro_area .feature_box input.error {
			background: #ffffbf;
		}

		.intro_area .feature_box .form_area {
			float: left;
		}
	
		.intro_area .feature_box .form-row {
			position: relative;
			float: left;
		}

		.intro_area .feature_box label.error {
			position: absolute;
			visibility: hidden;
			display: none !important;
		}
		
		/*.image_slider .feature_box .form_area .form-row:last-child label.error {
			margin-bottom: 0;
		}*/
		
		.image_slider .section_inner,
		.image_slider .section_background {
			margin: 0;
			padding: 0;
		}
		
		.image_slider .section_inner {
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
		}
		
		.flexslider {
			position: relative;
			border: none;
			padding: 0;
			box-shadow: none;
			background: none;
			/*background: url(../images/loading.gif) no-repeat center center;*/
		}
		
		.flexslider.wide {
			width: 1920px;
			position: absolute;
		  	left: 50%;
		  	margin-right: -50%;
		  	-webkit-transform: translate(-50%, 0);
		  	        transform: translate(-50%, 0);
		}
		
		.flex-viewport {
			/*overflow: visible !important;*/
		}
		
		.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 {
			/*height: 10px;*/
			/*bottom: 20px;*/
			bottom: 0;
			overflow: hidden;
			z-index: 1000;
		}
		
		.flex-control-paging li a {
		    border: none;
		    box-shadow: none;
		    cursor: pointer;
		    display: block;
		    height: 10px;
		    width: 10px;
		    -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		    text-indent: -9999px;
		    transition: none;
		    background-color: white;
		}
		
		.flex-control-paging li a:hover {
		    background-color: #003b5d;
		}
		
		.flex-control-paging li a.flex-active {
		    background-color: #265875;
		}
		
		.flex-control-nav li {
			bottom: 0;
		    margin: 0 3px;
		}
		
		.flex-direction-nav a {
			width: 46px;
			height: 46px;
			opacity: 1;
			background: #265875 url(../images/transparent-arrows_x2.png);
		}
		
		.flex-direction-nav .flex-prev,
		.flex-direction-nav .flex-next {
			top: 50%;
			margin-top: -23px;
		}
		
		.flex-direction-nav .flex-prev {
			left: -23px;
			background: #265875 url(../images/transparent-arrows_x2.png);
		}
		
		.flex-direction-nav .flex-prev:hover {
			background: #003b5d url(../images/transparent-arrows_x2.png) 0 -46px;
		}
		
		.flex-direction-nav .flex-next {
			right: -23px;
		}
		/*.flex-direction-nav .flex-next:after {
			font-family: FontAwesome;
			content: "\f054";
			font-size: 25px;
			opacity: 0.5;
			color: red;
		}*/
		
		.flex-direction-nav .flex-next:hover {
			background: #003b5d url(../images/transparent-arrows_x2.png) -46px -46px;
		}
		
		.flex-direction-nav a {
		    margin: -25px 0 0;
		    transition: none;
		}
		
		.flex-caption {
			zoom: 1;
			margin: 0;
			position: absolute;
			float: none;
			bottom: 15px;
			left: 25px;
			text-align: left;
			width: auto;
			z-index: 100;
		}

		.flex-caption h3 {
			display: inline-block;
			float: left;
			clear: left;
			font-weight: 400;
			font-size: 17px;
			color: white;
			background-color: #01aaaf;
			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: "Montserrat";
			font-size: 36px;
			line-height: 42px;
			font-weight: 700;
			letter-spacing: -0.75px;
			padding: 8px 12px 14px;
			color: white;
			background-color: #003b5d;
			z-index: -1;
		}

a.fancybox-close {
			transition: none;
		}
	
	/* #endregion */

/* #endregion */

/* #region Call to action */

	.section_outer.call-to-action {
		padding-top: 0;
		background: #4abbbf; /* Old browsers */
		background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
	}
	
	.call-to-action .section_background {
		margin: 0;
	}
	
	.col.call-to-action {
		float: left;
		clear: left;
		text-align: left;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		outline: none;
	}
	
	.page_container .col.call-to-action {
		margin-top: 2.5%;
	}
	
	.page_container .call-to-action.internal {
		margin-bottom: 0;
	}
	
	.call-to-action.internal {
		padding: 0;
		margin: 25px 0 30px;
	}
	
	.call-to-action .text-area {
		/*width: 65%;
		float: left;*/
		margin: 0 auto;
		padding: 35px 0 40px;
	}
	
	.call-to-action h4 {
		margin: 0;
		font-size: 24px;
		line-height: 34px;
		font-family: "Montserrat";
		font-weight: 600;
		color: white;
	}
	
	.call-to-action p {
		margin: 0;
		color: white;
	}
	
	.button_area {
		float: right;
		width: 37.5%;
		margin-left: 35px;
	}
	
	.call-to-action a.button {
		float: right;
		width: 45%;
		padding-left: 0;
		padding-right: 0;
		margin: 0 0 0 10px;
		line-height: 22px;
	}
	.call-to-action .two_buttons a.button {
		margin-top:    4px;
		margin-bottom: 4px;
	}
	.two_buttons .button:first-child {
		margin-right: 7px;
	}
	.two_buttons .button:nth-child(2) {
		margin-left: 7px;
	}

/* #endregion */

/* #region Cookie Pop-up */

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

/* #endregion */

/* #region Testimonials */

	.testimonial {
		padding-bottom: 5px;
	}
	
	.col.testimonial:first-child {
		margin-top: 0;
	}
	
	.testimonial-quote {
		/*font-size: 28px;*/
		/*line-height: 36px;*/
		font-size: 26px;
		line-height: 1.4;
		font-weight: 300;
		font-style: italic;
		color: #444;
	}
	
	.testimonial-name {
		font-weight: 600;
		color: #444;
	}

	.testimonial-name.orange {
		color: #01aaaf;
	}
	.testimonial_note {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.testimonials .testimonial_videos .smallprint {
		margin-top: 15px;
	}

/* #endregion */

/* #region Key People */

	h3.key_people_name {
		margin-bottom: 0;
	}
	p.job_title {
		margin-bottom: 15px;
	}
	.page_title p.job_title {
		margin-top: 7px;
	}
	.about.team .page_image,
	.about.team .page_image img {
		-webkit-border-radius: 160px;
		-moz-border-radius:    160px;
		border-radius:         160px;
	}

/* #endregion */

/* #region Downloads */

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

/* #endregion */

/* #region Contact */

	.map {
		background-color: #E5E3DF;
	}
	
	#google_map {
		width: 100%;
		height: 320px;
	}
	
	.contact_form input[type="submit"] {
		margin-top: 20px;
	}

/* #endregion */

/* #region Page Buttons */

	.back_to_top_section {
		padding: 0 0 40px;
	}
	
	.back_to_top_section .col {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	a.button.grey_background {
		color: white;
		background-color: #ccc;
	}
	
	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: #bbb;
	}

/* #endregion */

/* #region Blog */

	.blog_post {
		margin-bottom: 5px;
	}
	
	h1 + p.date {
		margin-top: 0;
	}
	
	.page_title_area .date {
		float: left;
		clear: left;
		color: white;
		position: relative;
		top: -32px;
		margin-bottom: 5px;
	}
	.blog_post_detail ol {
		padding-left: 0;
	}
	.blog_post_detail figure img {
		max-width: 1000px;
	}
	@media only screen and (max-width: 1100px) {
		.blog_post_detail figure img {
			max-width: 100%;
		}
	}

/* #endregion */

/* #region Videos */

.video_container {
	margin-bottom: 15px;
}

/* #endregion */

/* #region Map */

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

/* #region 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: 14px;
		line-height: 60px;
		color: #999;
	}
	
	.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: 1.75;
		z-index: 100;
	}
	
	.footer a {
		color: #aaa;
	}

	.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;
	}
	
	/* #region Footer Height */
		.container {
			padding-bottom: 1250px;
		}
		.footer {
			margin: -1250px auto 0; /* negative value of footer height */
			height:  1250px;
		}
	/* #endregion */

/* #endregion */

/* #region Functional Classes */

	/* #region Text */
	
		.normal,
		.popup.feature_box p.normal {
			font-weight: 400;
		}
	
	/* #endregion */

	/* #region Position */
	
		.centered {
			text-align: center;
		}
		
		.left_aligned {
			text-align: left;
		}
	
	/* #endregion */

	/* #region Colours */
	
		.purple_gradient {
			background: #003b5d; /* Old browsers */
			background: -moz-linear-gradient(top,  #003b5d 0%, #265875 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b5d), color-stop(100%,#265875)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #003b5d 0%,#265875 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #003b5d 0%,#265875 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b5d', endColorstr='#265875',GradientType=0 ); /* IE6-9 */
		}
		
		.purple_gradient h1 {
			color: white;
		}
		
		.orange_gradient {
			background: #01aaaf; /* Old browsers */
			background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
		}
		
		.cyan_gradient {
			background: #01aaaf; /* Old browsers */
			background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
		}
		
		.pale_grey {
			background-color: #fafafa;
			/*border-bottom: 1px solid #dddddd;*/
		}
		
		.grey_background {
			background-color: #fafafa;
		}
	
	/* #endregion */

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

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

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

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

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

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

/* #endregion */

/* #region Sticky Scrolling */

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

/* #endregion */

/* #region UPDATES */

	/* #region Equity Release Council Logo */
	
		.erc-logo {
			margin: 10px 0;
		}
	
	/* #endregion */
	
	/* #region Blog Draft Label (November 2015) */
	
		.label {
			position: relative;
			background-color: #ccc;
			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: #265875;
			text-shadow: none;
		}
	
	/* #endregion */

	/* #region Blog Post Subheadings (April 2016) */
	
		.blog_post_detail .section_inner p + h3 {
			margin-bottom: 0;
		}
	
	/* #endregion */
	
	/* #region Blog Image Update (April 2016) */
	
		/*.blog_images {
			width: 100%;
			float: left;
			clear: both;
			margin: 10px 0 25px;
		}*/
		.blog_images img {
			border: 8px solid white;
			box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.35);
			float: left;
			margin: 8px 0;
			clear: left;
			max-width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.blog_images a {
			width: 100%;
		}
		.blog_images.float_right img {
			float: right;
		}
		.blog_images.no_margin_top img {
			margin-top: 0;
		}
		.back_link {
			width: 100%;
			float: left;
			clear: both;
		}
	
	/* #endregion */
	
	/* #region Landing Pages (November 2016) */
	
		.containing_box {
			background-color: white;
			border: 1px solid #e0e0e0;
			padding: 30px;
		}
		.testimonial_area {
			margin-top: 25px;
		}
		.landing_page_thumbnail {
			float: right;
			margin-left: 20px;
		}
	
	/* #endregion */
	
	/* #region Homepage Intro Smallprint (April 2018) */
	
		.intro_section p.smallprint {
			width: 100%;
			text-align: center;
			color: white;
			opacity: 0.75;
			margin: 8px 0 0;
		}
	
	/* #endregion */
	
	/* #region GDPR Form Updates (May 2018) */
	
			.checkbox_container {
				/*background-color: rgba(0,0,0,0.1);*/
				/*padding-left:  15%;*/
				float: left;
				width: 100%;
				/*padding-left: 30%;*/
				margin-top: 0 !important;
				margin-bottom: 14px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.checkbox_container.first_checkbox_container {
				margin-top: 15px !important;
			}
			.checkbox_container.last_checkbox_container {
				margin-bottom: 0;
			}
			.fancybox-outer .checkbox_container.last_checkbox_container {
				margin-bottom: 0;
			}
			.checkbox_container input[type="checkbox"] {
				border: none;
				outline: none;
				margin-bottom: 5px;
				margin-right:  5px;
			}
			.checkbox_container input[type="checkbox"].error {
				margin-top: 13px;
				margin-left: 0;
			}
			.checkbox_container label {
				display: block;
				/*float: none;*/
				width: 100%;
				padding: 0;
				font-size:   15px;
				line-height: 20px;
				outline: none;
				border: none;
			}
			.checkbox_container label.error {
				margin: 5px 0;
				margin-right: 5px;
				padding: 5px;
				float: none;
				display: inline-block;
				/*font-weight: bold !important;*/
			}
			label.error {
				background-color: #ffffbf;
				font-style: italic;
				margin-top: 1px;
			}
			.checkbox_container p.note {
				font-size: 13px;
				line-height: 20px;
				font-style: italic;
				margin-top: 8px;
				margin-bottom: 0;
				background: none;
				border: none;
				padding: 0 !important;
				opacity: 0.75;
				top: 4px;
				position: relative;
			}
			.checkbox_container a {
				margin-bottom: 5px;
			}
			.popup .checkbox_container a {
				margin-bottom: 0;
			}
			input[type="checkbox"] {
			    -webkit-appearance: checkbox;
			}
			a.privacy_link {
				display: block;
				width: 100%;
				margin-bottom: 0;
			}
			
			/* #region Specific Styles */
			
				.form_title_area {
					line-height: 22px;
				}
				.popup h4 {
					line-height: 33px;
				}
				.borrow_form .checkbox_container {
					padding-left: 0;
				}
				.borrow_form .checkbox_container label {
					margin-bottom: 0;
				}
				.pop-up_contact_form .checkbox_container.first_checkbox_container {
					margin-top: 0 !important;
				}
				.contact_form input[type="submit"] {
				    margin-top: 5px;
				}
				
			/* #endregion */
	
		/* #endregion */

	/* #region Email Signup Form (November 2018) */

		.section_outer.email_signup_container {
			padding-top: 0;
			background: #4abbbf; /* Old browsers */
			background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
		}
		.email_signup_container .section_inner .col {
			/*background: #fafafa;*/
			/*border: 1px solid #ccc;*/
			color: white;
			padding: 30px 30px 35px;
			margin: 0;
			text-align: center;
		}
		.email_signup_container .section_background {
			margin: 0;
		}
		.email_signup_container h3 {
			color: white;
			font-weight: 700;
			font-size: 32px;
			line-height: 32px;
			margin-bottom: 5px;
		}
		.email_signup_container p {
			line-height: 22px;
			margin-top: 0;
		}
		.email_signup_container form {
			background: rgba(255, 255, 255, .25);
			max-width: 550px;
			float: none;
			margin: 0 auto;
			position: relative;
		}
		.email_signup_container input {
			margin: 0;
			text-align: left;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 13px;
			position: relative;
			left: -1px;
		}
		.email_signup_container button {
			position: absolute;
			right: -1px;
			top: 0;
		}
		.email_signup_container button {
			display: inline-block;
			color: white;
			font-size: 17px;
			text-align: center;
			font-family: "Montserrat";
			/*text-shadow: 0px -1px 0px rgba(0,0,0,0.35);*/
			border: none;
			-webkit-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
			padding: 12px 25px 15px;
			margin-bottom: 20px;
			-webkit-transition: background-color 0.3s ease;
			-moz-transition: background-color 0.3s ease;
			-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			background: #265875; /* Old browsers */
			background: -moz-linear-gradient(top,  #265875 0%, #003b5d 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265875), color-stop(100%,#003b5d)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #265875 0%,#003b5d 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #265875 0%,#003b5d 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #265875 0%,#003b5d 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #265875 0%,#003b5d 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265875', endColorstr='#003b5d',GradientType=0 ); /* IE6-9 */
		}
		.email_signup_container button:hover {
			background: #003b5d; /* Old browsers */
			background: -moz-linear-gradient(top,  #003b5d 0%, #265875 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b5d), color-stop(100%,#265875)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #003b5d 0%,#265875 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #003b5d 0%,#265875 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #003b5d 0%,#265875 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b5d', endColorstr='#265875',GradientType=0 ); /* IE6-9 */
		}
		
		@media only screen and (max-width: 600px) {
		
			.email_signup_container .section_inner .col {
				padding: 20px 20px 25px;
			}
			
		}
		
		@media only screen and (max-width: 450px) {
		
			.email_signup_container input {
				position: relative;
				left: 0;
				text-align: center;
				-webkit-border-radius: 5px 5px 0 0;
				-moz-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
			}
			.email_signup_container button {
				position: relative;
				right: 0;
				width: 100%;
				margin: 0;
				-webkit-border-radius: 0 0 5px 5px;
				-moz-border-radius: 0 0 5px 5px;
				border-radius: 0 0 5px 5px;
			}
			
		}

	/* #endregion */

	/* #region Exit Intent Plugin (December 2018) */

		/* #region Leave Intent Plugin */
		
			#bio_ep {
				height: auto !important;
				font-family: "Montserrat", sans-serif !important;
				/*transform: scale(1) !important;*/
				/*width:  auto !important;*/
				max-width: 90% !important;
				background: none !important;
			}
			#bio_ep .feature_box .form_area {
				padding-bottom: 12px;
			}
			#bio_ep_bg {
				opacity: 0.75 !important;
			}
			#bio_ep_close {
				left:   auto !important;
				top:    0    !important;
				right:  0    !important;
				width:  44px !important;
				height: 44px !important;
				margin: 0    !important;
				border-radius: 0 !important;
				z-index: 2;
				text-indent: -9999px;
			}
			#bio_ep_close:before {
			    content: "\f00d";
			    margin-right: -3px;
			    margin-top:    2px;
			    font-family: FontAwesome;
			    font-size: 18px;
			    padding-right: 0.5em;
			    position: absolute;
			    top:  7px;
			    left: 15px;
			    color: white;
			    opacity: 0.6;
			    text-indent: 0;
			}
			#bio_ep_close {
				background: #01aaaf; /* Old browsers */
				background: -moz-linear-gradient(top,  #01aaaf 0%, #4abbbf 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01aaaf), color-stop(100%,#4abbbf)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #01aaaf 0%,#4abbbf 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #01aaaf 0%,#4abbbf 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aaaf', endColorstr='#4abbbf',GradientType=0 ); /* IE6-9 */
			}
			#bio_ep_close:hover {
				background: #4abbbf; /* Old browsers */
				background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
			}
			#bio_ep p {
				margin-bottom: 5px;
			}
			#bio_ep a.button {
				margin-bottom: 0;
			}
			#bio_ep button {
				padding: 12px 15px 15px;
				border: none;
			}
			
		
		/* #endregion */

	/* #endregion */

	/* #region Adding Videos to site (January 2019) */

		.fancybox-type-iframe .fancybox-inner {
			max-height: 450px;
		}
		.fancybox-type-iframe .fancybox-nav {
			display: none;
		}
		.testimonial_videos {
			margin-top: 25px;
		}
		.testimonial_videos .video_container {
			margin-bottom: 0;
		}
		.testimonial_videos .col {
			margin-bottom: 0;
		}

	/* #endregion */

	/* #region Testimonial Video Strip (January 2019) */

		.testimonial_video_strip {
			background-color: #fafafa;
		}
		.testimonial_video_strip .section_background {
			margin: 45px 0;
		}
		.testimonial_video_strip .testimonial-quote {
			font-size:   17px;
			line-height: 1.65;
			color: #265875;
			font-weight: 400;
		}
		.testimonial_video_strip .testimonial-name {
			font-style: italic;
		}
		.testimonial_video_strip img {
			-webkit-border-radius: 5px;
			-moz-border-radius:    5px;
			border-radius:         5px;
			-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.25);
			-moz-box-shadow:    3px 3px 20px 0px rgba(0,0,0,0.25);
			box-shadow:         3px 3px 20px 0px rgba(0,0,0,0.25);
		}
		.testimonial_video_strip .button_area {
			padding-left: 35px;
		}
		.duplicate_testimonial {
			display: none;
		}
		@media only screen and (max-width: 825px) {
			.testimonial_video_strip .text_area {
				display: none;
			}
			.testimonial_video_strip .button_area {
				display: block;
				margin: 0 auto;
				padding: 0;
				width: auto;
				max-width: 75%;
			}
			.testimonial_video_strip .button_area {
				margin-bottom: 25px;
			}
			.testimonial_video_strip .table_layout {
				display: block;
				margin: 0;
			}
			.duplicate_testimonial {
				display: block;
			}
		}

	/* #endregion */

	/* #region Email Signup Page (January 2019) */

		button.full_width {
			width: 100%;
		}

	/* #endregion */

	/* #region Downloads Page (February 2019) */

		.button.extra_space_above {
			margin-top: 10px;
		}
		

	/* #endregion */

	/* #region Partner Logo Strip (February 2020) */

		.partner_logo_strip {
			display: table;
			margin-bottom: 40px;
		}
		.partner_logo_strip .col {
			float: none;
			display: table-cell;
			vertical-align: middle;
			padding-left:  25px;
			padding-right: 25px;
		}
		@media only screen and (max-width: 875px) {
			.partner_logo_strip .col {
				width: auto !important;
			}
		}
		@media only screen and (max-width: 825px) {
			.partner_logo_strip .col {
				display: block;
				width: 100% !important;
				margin-left: 0 !important;
			}
			.partner_logo_strip img {
				width: 150px;
				max-width: 50%;
				margin-bottom: 35px;
			}
			.partner_logo_strip .col:last-child img {
				margin-bottom: 0;
			}
		}

	/* #endregion */
	
	/* #region Site Banner */
			
		.site_banner {
			/*background-color: #444;*/
			background-color: #01aaaf;
			text-align: center;
			padding: 12px 0 14px;
			position: fixed;
			/*position: relative;*/
			display: block;
			bottom: 0;
			/*top: 0;*/
			width: 100%;
			z-index: 10;
		}
		/*.header_container {
			height: 165px;
		}*/
		.site_banner p {
			margin-bottom: 0;
		}
		.site_banner a {
			color: white;
			text-decoration: none;
			margin-bottom: 0;
			padding: 0 10px;
			border: none;
		}
		.site_banner a:hover {
			background: none;
			color: white;
			border: none !important;
		}
		
		/*@media only screen and (max-width: 825px) {
			/*.section_outer.header {
				position: relative !important;
			}*!/
			.site_banner {
				background: #444;
			}
		}*/
		
		@media only screen and (max-width: 450px) {
			.site_banner {
				padding: 10px;
			}
			.site_banner p {
				font-size:   15px;
				line-height: 23px;
			}
		}

	/* #endregion */

	/* #region Form Captcha Update (June 2020) */

		.captcha-row input {
			width: calc(100% - 155px) !important;
			float: right;
		}
		.captcha-row img {
			margin-top: 18px;
		}
		
		@media only screen and (max-width: 825px) {
			.captcha-row input {
				width: 100% !important;
				float: none;
			}
			.captcha-row img {
				margin-top: 0;
				margin-bottom: 7px;
			}
		}

	/* #endregion */

	/* #region Borrow Form (June 2020) */

		select {
			width: 100%;
			margin-top: 5px;
		}

	/* #endregion */
	
	/* #region Disclaimer styling (September 2020) */
	
		.disclaimer {
			font-size:   18px;
			line-height: 28px;
			color: #444;
			/*font-style: italic;*/
			font-weight: bold;
			border: 3px solid #01aaaf;
			padding: 35px;
			margin: 20px 0;
			float: left;
		}
		
		.intro_section p.smallprint {
			/*font-size: 22px;*/
			font-size: 16px;
			line-height: 1.7;
			font-weight: 300;
			max-width: 750px;
			margin-left: auto;
			margin-right: auto;
			float: none;
		}
		@media only screen and (max-width: 1075px) {
			.intro_section p.smallprint {
				font-size: 21px;
			}
		}
		@media only screen and (max-width: 900px) {
			.intro_section p.smallprint {
				font-size: 20px;
			}
		}
		@media only screen and (max-width: 750px) {
			.intro_section p.smallprint {
				font-size: 19px;
			}
		}
		@media only screen and (max-width: 675px) {
			.intro_section p.smallprint {
				font-size: 18px;
			}
		}
		/*@media only screen and (max-width: 475px) {
			.intro_section p.smallprint {
				font-size: 20px;
			}
		}
		@media only screen and (max-width: 375px) {
			.intro_section p.smallprint {
				font-size: 19px;
			}
		}*/
		
		/*.row.testimonial_videos {
			float: none;
			max-width: 550px;
			margin-left: auto;
			margin-right: auto;
		}*/
		.row.testimonial_videos .col.span_1_of_1 {
			margin-top: 35px;
		}
		.smallprint, .smallprint p {
			line-height: 1.5;
		}
	
	/* #endregion */

	/* #region Footer Logos */

		.partner_logo_container {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}
		.partner_logo_container img {
			margin: 15px;
		}

	/* #endregion */

	/* #region Vouched For */

		.vf-prof-review {
			margin: 20px auto 25px;
		}

	/* #endregion */

	/* #region equity-release-council  */

		.equity-release-council .page_image {
			background: none;
			border: none;
			box-shadow: none;
		}

	/* #endregion */

	/* #region Meet the team Page */

		.round_image img {
			width:  200px;
			height: 200px;
			-webkit-border-radius: 110px;
			-moz-border-radius:    110px;
			border-radius:         110px;
			border: 10px solid white;
			-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);
			margin-bottom: 10px;
		}

	/* #endregion */

	/* #region Square Video */

		.square_video_thumbnail {
			max-width: 275px;
			margin-top: 10px;
			margin-bottom: 6px;
		}

	/* #endregion */

	/* #region Testimonial Carousel */

		
		.testimonial_carousel li {
			display: flex !important;
			align-items: stretch;
			background: rgba(0,0,0,0.25);
		}
		.testimonial_carousel .testimonial_container {
			display: flex !important;
			align-items: center;
			background: rgba(0,0,0,0.25);
		}
		.testimonial_carousel .flex-control-nav {
			display: none;
		}
		.testimonial_carousel .testimonial-quote {
			font-size: 16px;
			line-height: 1.6;
			margin-bottom: 5px;
		}
		.testimonial_carousel .testimonial-name {
			color: #01aaaf;
			font-size: 16px;
		}
		.testimonial_carousel .col {
			background: white;
			border: 1px solid #eaeaea;
			padding: 20px;
			-webkit-border-radius: 12px;
			-moz-border-radius:    12px;
			border-radius:         12px;
		}
		
		.testimonial_carousel_two {
			display: none;
		}
		.testimonial_carousel_one {
			display: none;
		}
		
		@media only screen and (max-width: 950px) {
			.testimonial_carousel_three {
				display: none;
			}
			.testimonial_carousel_two {
				display: block;
			}		
		}
		
		@media only screen and (max-width: 750px) {
			.testimonial_carousel_two {
				display: none;
			}
			.testimonial_carousel_one {
				display: block;
			}		
		}
		
		/* #region Swiper */
		
			.swiper-container {
				width: 100%;
				height: auto;
			}
			.swiper-slide {
				text-align: center;
				font-size: 18px;
			}
			
			/* SET SLIDER HEIGHT */
			/* ================= */
			
			.swiper-container .swiper-slide {
				height: auto;
				background: #fafafa;
				/*padding: 0 25px;*/
				/*line-height: 500px;*/
			}
			
			/* CUSTOM STYLES */
			/* ============= */
			
			.swiper-container .swiper-slide {
				display: flex;
				justify-content: center; /* align horizontal */
				align-items: center; /* align vertical */
			}
			.swiper-container .swiper-slide img {
				max-width: 100%;
				width: 100%;
			}
			.swiper-container .caption {
				position: absolute;
				bottom: 30px;
				right:  30px;
				line-height: 1.25;
				padding: 5px 10px;
				background: rgba(255,255,255,0.5);
			}
			.swiper-container .caption h4 {
				font-size: 24px;
				margin: 0;
			}
			.swiper-button-next:after, 
			.swiper-button-prev:after {
				font-family: FontAwesome;
				font-size: 25px;
				opacity: 0.5;
				color: white;
			}
			.swiper-button-next:hover:after,
			.swiper-button-prev:hover:after {
				opacity: 1;
			}
			.swiper-button-prev:after {
				content: "\f053";
			}
			.swiper-button-next:after {
				content: "\f054";
			}
			.swiper-slide {
				background: rgba(0,0,0,0.25);
			}
			
			/* HIDE PAGINATION */
			/* =============== */
			
			.swiper-pagination {
				display: none;
			}
		
		/* #endregion */

	/* #endregion */

	/* #region Awards Logo */

		.award_container {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			margin: 5px 0 10px;
		}
		.vf-prof-review {
			margin: 15px;
		}
		.equity_release_awards_logo {
			max-height: 100px;
			margin: 15px;
		}

	/* #endregion */

	/* #region ERC Download */

		.boxed_content {
			background: #fafafa;
			padding: 35px;
			border: 1px solid #eee;
		}

	/* #endregion */

	/* #region Top Rated Advisor Badge (March 2024) */

		.top_rated_advisor {
			width: 89px;
			height: 87px;
			background: url('../images/top-rated-advisor-87px.png') no-repeat center;
			position: absolute;
			/*left: 50px;*/
			left: 355px;
		}
		
		@media only screen and (max-width: 935px) {
			.top_rated_advisor {
				display: none;
			}
		}
		
		@media only screen and (max-width: 825px) {
			.top_rated_advisor {
				display: block;
				background: url('../images/top-rated-advisor-border-87px.png') no-repeat center;
				background-size: contain;
				width:  80px;
				height: 79px;
				top: 0;
				left: auto;
				right: 30px;
			}
		}
		
		@media only screen and (max-width: 575px) {
			.top_rated_advisor {
				display: none;
			}
		}

	/* #endregion */

	/* #region Footer Update (May 2024) */

		.footer_icon {
			display: inline-block;
			margin: 6px 3px;
		}
		.footer_icon img {
			width:  35px;
			height: 35px;
		}

	/* #endregion */

	/* #region Homepage Updates (June 2024) */

		.video_player_strip .section_background,
		.video_player_strip .col {
			margin: 0;
		}
		.video_player_strip {
			position: relative;
			padding-top: 0;
			background: #4abbbf; /* Old browsers */
			background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
		}
		.video_player_strip .section_inner {
			max-width: 750px;
		}
		.top_strip,
		.bottom_strip {
			position: absolute;
			left: 0;
			width: 100%;
			height: 30px;
			background: white;
		}
		.bottom_strip {
			bottom: 0;
		}
		.video_player_strip .top_strip {
			background-color: #fafafa;
		}
		.video_player_strip .bottom_strip {
			background-color: white;
		}

	/* #endregion */

	/* #region Testimonial Button */
		
		.no_feature_box .includes_button_below_title .page_title_area .button {
			display: block !important;
			position: relative;
			float: left;
			clear: left;
			margin: 5px 0 0;
		}
		
		@media only screen and (max-width: 825px) {
			.no_feature_box .includes_button_below_title .page_title_area .button {
				display: inline-block !important;
				float: none;
				margin: 15px auto 0;
			}
		}

	/* #endregion */

	/* #region Download Brochure Button */

		.page_intro_container .button.intro_button {
			position: relative;
			display: inline-block;
			bottom: auto;
			margin-top: 20px;
		}

	/* #endregion */

	/* #region Why use Smart Choice Equity Release? */

		.why-use-smart-choice-equity-release .page_image {
			width: 35%;
		}
		.why-use-smart-choice-equity-release .page_intro_container {
			width: 62%;
		}

	/* #endregion */

	/* #region Team Video Button (January 2025) */

		.team_video_button {
			position: absolute;
			right: 50px;
			top: 350px;
			width: 200px;
			margin: 30px 60px 0;
		}
		.page_image.includes_team_video_button {
			margin-bottom: 80px;
		}
		
		@media only screen and (max-width: 825px) {
			.team_video_button.visible_above_eighttwentyfive {
				display: none;
			}
			.team_video_button.visible_below_eighttwentyfive {
				margin: 0 auto 50px !important;
				position: relative;
				left: auto;
				right: auto;
				bottom: auto;
				top: auto;
			}
			.about.team .page_image {
				margin-bottom: 20px;
			}
		}

	/* #endregion */
	
	/* #region Genie AI Forms (July 2025) */
	
		#form-builder {
			background: red;
		}
		.embedded_form {
			min-height: 500px;
		}
	
	/* #endregion */
	
	/* #region SEO Landing Page (August 2025) */
	
		.title_area.including_background_image {
			position: relative;
			height: 40vw;
			max-height: 500px;
		    background-size: cover;
		    background-position: center;
			display: flex;
		    justify-content: center;
		    align-items: center;
		}
		.darken {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.15);
			z-index: 1;
		}
		.title_area.including_background_image .page_title_container {
			position: relative;
			z-index: 2;
			text-align: center;
		}
		.title_area.including_background_image .page_title_container .page_title {
			float: none;
			margin: 0;
			margin-bottom: 20px;
		}
		.title_area.including_background_image .page_title_container h1.page_title {
			font-size: 5vw;
			line-height: 1.15;
			padding: 0 50px;
		}
		.vouchedfor_logo {
			text-align: center;
		}
		.vouchedfor_logo .vf-prof-review {
			margin-left: auto;
			margin-right: auto;
		}
		
		@media only screen and (min-width: 1300px) {
			.title_area.including_background_image .page_title_container h1.page_title {
				font-size: 65px;
			}
		}
		@media only screen and (max-width: 975px) {
			.title_area.including_background_image {
				height: 45vw;
			}
			.title_area.including_background_image .page_title_container h1.page_title {
				font-size: 6vw;
			}
		}
		@media only screen and (max-width: 825px) {
			.title_area.including_background_image .page_title_container h1.page_title {
				width: auto;
			}
		}
		@media only screen and (max-width: 675px) {
			.title_area.including_background_image {
				height: 50vw;
				min-height: 300px;
			}
			.title_area.including_background_image .page_title_container h1.page_title {
				font-size: 6.5vw;
				padding: 0 30px;
			}
		}
		@media only screen and (max-width: 500px) {
			.title_area.including_background_image {
				min-height: 250px;
			}
			.title_area.including_background_image .page_title_container h1.page_title {
				font-size: 35px;
			}
		}
		@media only screen and (max-width: 375px) {
			.title_area.including_background_image .page_title_container h1.page_title {
				font-size: 30px;
			}
		}
	
	/* #endregion */
	
/* #endregion */

/* #region BREAKPOINTS */

@media only screen and (max-width: 1300px) {
	.image_slider {
		height: auto;
	}
	.home .image_slider .section_inner {
		padding: 0;
	}
	.flexslider_narrow .left-fade, 
	.flexslider_narrow .right-fade {
		display: none;
	}
	.flexslider_narrow .flex-caption {
		max-width: 30%;
	}
	
	.image_slider .section_inner {
		padding: 0;
	}
	.flexslider_narrow .flex-caption h2 strong:after {
	    content: ' ';
	}
	.flexslider_narrow .flex-caption p,
	.flexslider_narrow .flex-caption a {
	    display: inline;
	}
	.flexslider_narrow .flex-caption a {
		font-family: "Montserrat";
		font-weight: 600;
	}
}

@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;
	}
	.flex-direction-nav .flex-next {
		right: 0;
	}
	.image_slider .feature_box {
		right: 63px;
		margin-top: -157px;
	}
}

@media only screen and (max-width: 1150px) {
	/*.flexslider_wide {
	    display: none;
	}
	.flexslider_narrow {
	    display: block;
	}
	.flexslider_narrow .flex-caption {
		position: relative;
	    width: 100%;
	    max-width: 100%;
	    min-height: 0;
	    padding: 0 50px;
	    display: block;
	    right: auto;
	    top: auto;
	    text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.flexslider_narrow .flex-caption p {
		padding-right: 0;
	}
	.flexslider_narrow ul.slides {
		padding-bottom: 35px;
	}
	.flexslider.flexslider_narrow,
	.image_slider {
		margin-bottom: 0;
	}
	.flexslider_narrow .flex-caption a {
	    display: block;
	}*/
	.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;
	}
	/* #region Page Image */
		/*.page_image {
			width: 30%;
		}*/
		.inc_image .page_intro_container {
			width: 60%;
		}
	/* #endregion */
}

@media only screen and (max-width: 1075px) {
	.page_intro_container {
		width: 62%;
	}
	.feature_box {
		width: 35%;
	}
	.image_slider .feature_box {
		display: none;
	}
	.visible_below_tenseventyfive,
	a.button.visible_below_tenseventyfive {
		display: inline-block;
	}
	h1.homepage_intro {
		font-size: 28px;
		line-height: 38px;
	}
	.intro_section .button {
		display: inline-block;
	}
	/* #region Page Image */
		/*.page_image {
			width: 35%;
		}*/
	/* #endregion */
	/* #region Footer Height */
		.container {
			padding-bottom: 1500px;
		}
		.footer {
			margin: -1500px auto 0; /* negative value of footer height */
			height:  1500px;
		}
	/* #endregion */
}

@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;
	}
	/* #region Page Image */
		/*.page_image {
			width: 40%;
		}*/
		.inc_image .page_intro_container {
			width: 55%;
		}
	/* #endregion */
}

@media only screen and (max-width: 950px) {	
	/*form .col.span_1_of_2,
	form .col.span_1_of_2:nth-of-type(2n) {
		width: 100%;
		margin-left: 0;
	}*/
	.checkboxes input[type="radio"] {
		margin-top: 12px;
	}
	.checkboxes label {
	    padding-top: 6px;
	}
	/*.call-to-action .text-area {
		padding: 32px 3.5% 0;
	}*/
	.col.span_1_of_3:nth-of-type(2n) {
		/*margin-left: 2.5%;*/
		margin-left: 0;
	}
	.col.span_1_of_3 {
		/*width: 48.12%; */
		width: 100%; 
	}
	.col.span_1_of_3 img {
		max-width: 375px; 
	}
	.col.span_1_of_3.dont_break_at_ninefifty {
		width: 31.66%; 
	}
	.col.span_1_of_3:nth-of-type(3n+1) {
		margin-left: 2.5%;
		clear: none;
	}
	.col.span_1_of_3:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	.col.span_1_of_3:nth-of-type(2),
	.col.span_1_of_3:nth-of-type(3) {
		/*margin-top: 35px;*/
		margin-top: 20px;
	}
	.page_intro_container {
		width: 58%;
	}
	.feature_box {
		width: 39%;
	}
	.section_title {
		margin-bottom: 15px;
	}
}

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

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

	/* #region 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_3_of_4 + .span_1_of_4 { 
			width: 23.12%; 
		}
		.span_1_of_4:nth-child(2n+1) { 
			clear: left;
			margin-left: 0;
		}
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2) {
			margin-top: 0;
		}
		.span_1_of_4:nth-child(3),
		.span_1_of_4:nth-child(4) {
			margin-top: 1.25%;
		}
		.col.span_5_of_6 {
			margin-left: 0;
		}
		.border_top .col:nth-of-type(1),
		.border_top .col:nth-of-type(2) {
			border-top: none;
			margin-top: 0;
			padding: 4px 0 28px;
		}
		
		.border_top .col:nth-of-type(3) {
			padding: 48px 0 18px;
			border-top: 1px solid #e4e4e4;
		}
		
		.span_1_of_3 a.fancybox {
			margin-right: 10px;
		}
		
		.span_1_of_3.extra_side_item {
			width: 100%;
		}
		
		.section_inner {
			padding: 0 40px;
		}
		
		.home .section_inner {
			padding: 0 40px;
		}
		
		.logo,
		.page_title h1  {
			left: 30px;
		}
		
		.col {
		    margin-bottom: 2%;
		}
		.col.no_margin_bottom {
		    margin-bottom: 0;
		}
		.home .column_slider .padding {
			padding: 20px;
		}
		
		.home .logo {
		    left: 40px;
		}
		
		.image_slider .section_inner {
			padding: 0;
		}
		
	    .flexslider.column_slider .thumbnail {
			display: none;
		}
		
		.section_outer.overlap {
		    margin-top: -15px;
		}
		
		.datwyler_strip img {
			float: none;
			margin: 0 auto;
		}
		
		.page_container {
		    margin-top: 30px;
		}
		
		.utility_navigation,
		.search-area {
		    right: 40px;
		}

	/* #endregion */

	/* #region Forms */
	
		form {
			margin-top: 0;
		}
		
		form .col.span_2_of_7 {
			margin-bottom: 2px;
		}
		
		form .col.span_5_of_7 {
			margin-bottom: 10px;
		}
		
	/* #endregion */
	
	/* #region Footer Height */
	
		.container {
			padding-bottom: 1500px;
		}
		
		.footer {
			margin: -1500px auto 0;  /*negative value of footer height*/ 
			height:  1500px;
		}
		
	/* #endregion */
}

@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) {
	.navigation_background {
		display: none;
	}
	.header .buttons {
		display: none;
	}
	.section_outer.header {
		background: #4abbbf; /* Old browsers */
		background: -moz-linear-gradient(top,  #4abbbf 0%, #01aaaf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abbbf), color-stop(100%,#01aaaf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4abbbf 0%,#01aaaf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4abbbf 0%,#01aaaf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbbf', endColorstr='#01aaaf',GradientType=0 ); /* IE6-9 */
		margin-bottom: 0;
	}
	.header_container {
		padding-bottom: 0;
		height: 90px;
		position: absolute;
		top: 0;
	}
	.section_outer.header {
		margin-bottom: 0;
		position: fixed;
		top: 0;
	}
	.header {
		height: 90px;
		-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);
	}
	.container {
		padding-top: 90px;
	}
	.logo,
	.home .logo {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left: auto;
	  	top:    19px;
	  	width:  275px;
	  	height: 54px;
	  	background: url(../images/smart-choice-equity-release-transparent-500px.png) no-repeat;
	  	background-size: contain;
	}
	* {
		text-align: center;
	}
	.feature_box {
		display: none;
	}
	.popup.feature_box {
		display: block;
	}
	.page_intro_container {
		width: 100%;
	}
	.page_title {
		font-size: 40px;
		line-height: 1.1;
		width: 100%;
		margin-top:    25px;
		margin-bottom: 95px;
	}
	.no_feature_box .page_title {
		margin-top:    20px;
		margin-bottom: 25px;
	}
	a.mobile_menu_button {
		display: block;
		padding: 29px 35px 43px;
	}
	.visible_below_eighttwentyfive,
	.page_intro_container .button.visible_below_eighttwentyfive {
		display: block;
	}
	a.button.visible_below_eighttwentyfive {
		display: inline-block;
	}
	.hidden_below_eighttwentyfive {
		display: none;
	}
	/*.page_title.inc_button,
	.page_intro_background {
		line-height: 135px;
		height: 215px;
	}*/
	.flex-caption {
		position: relative;
		bottom: 0;
		left: 0;
	}
	.flex-caption h3,
	.flex-caption h2 {
		width: 100%;
		text-align: center;
		margin: 0;
		top: 0;
		left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.flex-caption h2 {
		background-color: #01aaaf;
	}
	.flex-caption h3 {
		background-color: #003b5d;
	}
	.flex-control-nav {
		display: none;
	}
	form .col.span_1_of_2,
	form .col.span_1_of_2:nth-of-type(2n) {
		width: 100%;
		margin-left: 0;
	}
	.smallprint,
	.smallprint p {
		float: left;
		width: 100%;
		text-align: center;
	}
	.radio_container {
		float: none;
		clear: both;
		text-align: center;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	.col.span_1_of_3.break_at_eighttwentyfive,
	.col.span_2_of_3.break_at_eighttwentyfive {
		width: 100%;
		margin-left: 0;
	}
	.page_title_area .date {
		width: 100%;
		text-align: center;
		top: -24px;
	}
	.visible_above_eighttwentyfive {
		display: none;
	}
	.testimonial-quote {
		font-size: 18px;
		/*line-height: 30px;*/
	}
	
	/* #region 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%;
		}
		
	/* #endregion */
	
	/* #region Blog Images */
	
		.blog .span_1_of_4,
		.blog .span_3_of_4 {
			width: 100%;
			margin-left: 0;
		}
		.blog_images h3 {
			margin-top: 20px;
		}
		.blog_images img {
			float: none;
			margin-left: 0;
		}
		
	/* #endregion */
	
	/* #region Landing Pages (November 2016) */
	
		.landing_page_thumbnail {
			float: none;
			margin: 0 0 15px;
		}
	
	/* #endregion */
	
}

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

	/* #region Footer Height */
	
		.container {
			padding-bottom: 1750px;
		}
		
		.footer {
			margin: -1750px auto 0;  /*negative value of footer height*/ 
			height:  1750px;
		}
		
	/* #endregion */

}

@media only screen and (max-width: 750px) {
	h1.homepage_intro {
		font-size: 24px;
		line-height: 33px;
	}
	.intro_section .section_background {
		margin-top: 30px;
		margin-bottom: 35px;
	}
}

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

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

	/* #endregion */

	/* #region 6 Columns */
		
		.span_1_of_6 { 
			width: 31.66%; 
		}

		.col.span_1_of_6:nth-of-type(3n+1) {
		    margin-left: 0%;
		}

		form .span_1_of_6,
		form .span_5_of_6 {
			width: 100%;
			margin-left: 0;
		}
	
	/* #endregion */

	/* #region Forms */
		label {
			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;
		}
	/* #endregion */
}

@media only screen and (max-width: 675px) {
	h1.homepage_intro {
		font-size: 22px;
		line-height: 31px;
	}
	
	/* #region Footer Height */
		.container {
			padding-bottom: 1850px;
		}
		.footer {
			margin: -1850px auto 0;  /*negative value of footer height*/ 
			height:  1850px;
		}
	/* #endregion */
}

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

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

	/* #region General Styles */
	
		/*.call-to-action .text-area {
			padding: 32px 4.5% 0;
		}*/
		.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) {
			margin-top: 35px;
		}
	
	/* #endregion */
	
	/* #region Mobile Menu Button */

		a.mobile_menu_button {
		    padding-left: 35px;
		}
	
	/* #endregion */
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 55px;
		line-height: 62px;
	}
	/*.page_intro_background,
	.page_title {
	    height: 150px;
	    line-height: 143px;
	}
	.page_title.inc_button,
	.page_intro_background.inc_button {
		line-height: 135px;
		height: 205px;
	}
	.page_intro_container .button {
		top: 110px;
	}*/
	
	
	/* #region Footer Height */
		.container {
			padding-bottom: 1950px;
		}
		.footer {
			margin: -1950px auto 0;  /*negative value of footer height*/ 
			height:  1950px;
		}
	/* #endregion */
}

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

	/* #region General Styles */
		.section_inner {
			padding: 0 30px;
		}
		.padding {
			padding: 20px;
		}
		.padding.less_padding_top {
		    padding-top: 15px;
		}
		.no_padding_bottom {
		    padding-bottom: 0;
		}
		.page_container {
			margin-bottom: 20px;
		}
		.col { 
			margin: 3% 0 3% 0%;
		}
		.col.no_margin {
			margin: 0;
		}
		.col.span_1_of_4, .col.span_2_of_4, .col.span_3_of_4, .col.span_4_of_4 { 
			margin: 1.25% 0 2% 2.5%;
		}
		.span_1_of_4:nth-child(2n+1) { 
			clear: left;
			margin-left: 0;
		}
		.span_3_of_3 {
			width: 100%; 
		}
		.span_2_of_3 {
			width: 100%; 
		}
		.span_1_of_3 {
			width: 100%;
			margin-left: 0;
		}
		.span_1_of_3:nth-of-type(2n) {
		    margin-left: 0;
		}
		.span_2_of_2 {
			width: 100%; 
		}
		.span_1_of_2 {
			width: 100%;
		}
		.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }
		.border_top .col:nth-of-type(1) {
			margin-top: 20px;
			border-top: 1px solid #E4E4E4;
			padding: 28px 0;
		}
		.border_top .col:nth-of-type(2) {
			border-top: 1px solid #E4E4E4;
			margin-top: 1%;
			padding: 28px 0;
		}
		.border_top .col {
			padding: 28px 0;
		}
		.container_column .col {
		    margin-bottom: 3%;
		    margin-top: 3%;
		}
		.container_column .col.span_1_of_2:first-child {
		    margin-top: 0;
		}
		h3 {
		    font-size: 21px;
		    line-height: 28px;
		}
		.col.span_1_of_2:nth-of-type(2n) {
		    margin-left: 0;
		}
		.form_container .span_1_of_2:nth-child(2n+1) {
			margin-bottom: 0;
		}
		.form_container .span_1_of_2:nth-child(2n) {
			margin-top: 0;
		}
		h2,
		.section_title h2 {
			font-size: 35px;
			line-height: 42px;
		}
		.hidden_above_fivefifty {
			display: block;
		}
		.page_title {
			font-size: 30px;
			letter-spacing: -0.75px;
		}
	/* #endregion */
	
	/* #region 6 Columns */
		.col.span_1_of_6,
		.col.span_1_of_6:nth-of-type(3n+1) {
		    margin-left: 4%;
		}
		.col.span_1_of_6:nth-of-type(2n+1),
		.col.span_1_of_6:nth-of-type(4n+1) {
		    margin-left: 0%;
		}
		.span_1_of_6 {
		  	width: 48%;
		}
	/* #endregion */
	
	.call-to-action .button_area .button {
		width: 100%;
		margin: 0;
	}

	.call-to-action .button_area .button:first-child {
		margin-bottom: 8px;
	}
	/* #region Footer Height */
		.container {
			padding-bottom: 2050px;
		}
		.footer {
			margin: -2050px auto 0;  /*negative value of footer height*/ 
			height:  2050px;
		}
	/* #endregion */	
	.footer_inner {
		padding: 20px 30px 0;
	}
}

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

	/* #region General Styles */
			
		h2.intro,
		.testimonial_strip .testimonial-quote {
			font-size: 19px;
			/*line-height: 27px;*/
		}
		.call-to-action h4 {
		    font-size: 20px;
		    line-height: 26px;
		}
		.flex-direction-nav {
			display: none;
		}
		.flexslider.column_slider {
			display: none;
		}
		.home .section_inner {
			padding: 0 25px;
		}
		.only_visible_below_foursevenfive {
			display: block;
		}
		.only_visible_above_foursevenfive {
			display: none;
		}
		h1.homepage_intro {
			font-size: 20px;
			line-height: 28px;
		}
		.intro_section .section_background {
			margin-top: 25px;
			margin-bottom: 25px;
		}
	
	/* #endregion */
	
	/* #region 4 Columns */
	
		.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
		.col.span_1_of_4 { margin-top: 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%; }
		
	/* #endregion */
	
	/* #region Page Image */
		.page_image {
			max-width: 85%;
		}
	/* #endregion */

	/* #region Footer Height */
		.container {
			padding-bottom: 2150px;
		}
		.footer {
			margin: -2150px auto 0;  /*negative value of footer height*/ 
			height:  2150px;
		}
	/* #endregion */
	
}

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

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

	/* #region Footer Height */
		/*.container {
			padding-bottom: 1950px;
		}
		.footer {
			margin: -1950px auto 0;  /*negative value of footer height*!/ 
			height:  1950px;
		}*/
	/* #endregion */

	/* #region General Styles */
	
		.page_container {
			margin-top: 10px;
		}
	    .header .phone .icon {
			top: 9px;
		}
		h1 {
			font-size: 45px;
			line-height: 52px;
		}
		.flexslider_narrow .flex-caption {
		    padding: 0 25px;
		}
		.logo,
		.home .logo {
	  		top:    17px;
	  		width:  240px;
	  		height: 47px;
  			/*background: url(../images/kevin-woods-later-living-now-negative-logo-275x54.png) no-repeat;*/
  			/*background-image: url(../images/kevin-woods-later-living-now-negative-logo.svg), none;*/
		}
		.header {
			height: 85px;
		}
		.container {
			padding-top: 85px;
		}
		a.mobile_menu_button {
		    padding: 26px 30px 41px;
		}
		.no_feature_box .page_title {
			margin-top:    15px;
			margin-bottom: 25px;
		}
	
	/* #endregion */
}

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

	.col.span_1_of_6 {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 4%;
	}
	.section_inner {
		padding-left:  5%;
		padding-right: 5%;
	}
	.home .section_inner {
		padding: 0 20px;
	}
	.col.span_1_of_4.image_container:first-child {
		margin-top: 0;
	}
	.col.span_1_of_4.image_container:last-child {
		margin-bottom: 0;
	}
	.col.span_1_of_4.image_container,
	.col.span_1_of_4.image_container:nth-of-type(2n) {
		width: 100%;
		margin-left: 0;
	}
	.flex-caption h2 {
		font-size: 40px;
		line-height: 40px;
	}
	h1 {
	    font-size:   40px;
	    line-height: 45px;
	}
	h2.intro {
		font-size:   17px;
		line-height: 25px;
	}
	h3.subtitle {
		font-size:   22px;
		line-height: 32px;
	}
	body {
		line-height: 24px;
	}
}

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

	.logo,
	.home .logo {
  		top:    18px;
  		right: -15px;
  		left: auto;
		width:  220px;
		height: 47px;
		/*background: url(../images/kevin-woods-later-living-now-negative-logo-240x47.png) no-repeat;*/
		/*background-image: url(../images/kevin-woods-later-living-now-negative-logo.svg), none;*/
	}
	.header {
		/*height: 71px;*/
		height: 78px;
	}
	.container {
		/*padding-top: 71px;*/
		padding-top: 78px;
	}
	a.mobile_menu_button {
	    /*padding: 19px 22px 34px;*/
	    padding: 23px 22px 37px;
	}
	/*.logo, .home .logo {
		top: 10px;
	}*/
	h1.homepage_intro {
		font-size: 19px;
		line-height: 26px;
	}
	.flex-caption h2 {
		font-size:   32px;
		line-height: 32px;
	}
	/* #region Page Image */
		.page_image {
			max-width: 100%;
		}
	/* #endregion */
	/* #region Footer Height */
		.container {
			padding-bottom: 2750px;
		}
		.footer {
			margin: -2750px auto 0;  /*negative value of footer height*/ 
			height:  2750px;
		}
	/* #endregion */
}

/* #endregion */

/* #region IE8 Styling */

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

/* #endregion */