 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
	margin: 0 auto;
	width: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 135%;
	line-height: 1;
	color: #11173B;
	background: #fff;
	cursor: default;
	counter-reset: section;
}
.container {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 2%;
	box-sizing: border-box;
}
:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	cursor: pointer;
	color: #004289;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a:hover, a:focus {
	color: #004a80;
	text-decoration: underline;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a.btn,
a.b_btn {
	font-weight: 400;
	background: #004289;
	padding: 7px 25px 9px;
	color: #fff;
	border-radius: 25px;
	font-size: 75%;
	box-shadow: 0 2px 5px 0 #00000029;
	display: inline-block;
	cursor: pointer;
}
a.btn:hover,
a.b_btn:hover {
	background: #7ab2e1;
	text-decoration: none;
}
a.client-login {
	background: #11173B url(../images/login.svg) no-repeat 146px 6px / 21px;
	color: #fff;
	padding: 8px 25px 10px 12px;
	width: 135px;
	display: inline-block;
	margin-left: 15px;
	border-radius: 30px;
	cursor: pointer;
}
a.client-login:hover {
	background: #00000029 url(../images/login.svg) no-repeat 146px 6px / 21px;
}

a[href^=tel] {
	background: none !important;
	padding: 0 !important;
	color: #004289;
}
#footer a[href^=tel] {
	color: #fff;	
}

a img {
	border: 0;
}
img {
	max-width:100%;
	max-height:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px;
	line-height: 1.2;
	font-weight: 400;
}
h1, h2 {
	font-size: 170%;
	font-weight: 600;	
}
h3 {
	font-size: 110%;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.3;
}
.p p {
	margin: 0;
	line-height: 0;
}
strong {
	font-weight: 500;
}
ul.ul, .ul ul, .ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}
dl {
	margin: 0 0 15px;
	font-size: 100%;
	color: #000;
	font-weight: 400;
}
dd {
	margin-left: 0;
}
div.grid,
article.grid {
	display: inline-block;
	vertical-align: top;
}
figure {
	margin: 0;
}
hr {
	border: 0;
	border-bottom: 1px solid #7ab2e1;
}

/* FORMS */
input[type='text'], input[type='tel'],input[type='email'], input[type='password'], textarea {
	border: 1px solid #fff;
	outline: 0;
	font-size: 80%;
	font-weight: 300;
	padding: 10px 10px;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 #00000029;
	font-family: 'Poppins', sans-serif;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid rgba(236, 88, 64, 0.3);
}
input[type='text'].invalid, 
input[type='tel'].invalid,
input[type='email'].invalid {
	border: 1px solid #936b29;
}
input[type='submit'], input[type='button'], button {
	vertical-align: top;
	border: 0;
	outline: 0;
	border-radius: 0;
	font-size: 85%;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	background: #004289;
	box-shadow: 0 2px 5px 0 #00000029;
	padding: 10px 25px 12px;
	width: 100%;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: #7ab2e1;
	box-shadow: 0 2px 5px 0 #00000029;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
select {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background: url(../images/dropdown.svg) no-repeat 98% center / 30px;
	padding: 7px;
	min-width: 300px;
	box-sizing: border-box;
	line-height: 1.4;
	background-color: #fff;
	color:#434343;
	font-size: 93%;
	-webkit-appearance: none;
	-moz-appearance: inherit;
	outline: none;
	border: 0;
	border-radius: 0;
}
select:hover {
	color: #5b052f;
}
button[type="button"].rsform-thankyou-button {
	width: 150px;
}

/* CALCULATORS INPUT */
form.calform {
	padding: 20px;
	border-radius: 10px;
	display: inline-block;
}
form.calform.fp {
	background: #f1ebec;
}
form.calform.pfm {
	background: #e8ecec;
}
form.calform p {
	margin-bottom: 5px;
}
form.calform select {
	margin-bottom: 10px;
}
input[type="text"].calinput {
	width: 300px;
	box-shadow: none;
	font-weight: 400;
	margin-bottom: 10px;
}
input[type="text"].calvalue {
	width: 310px;
	box-shadow: none;
	border: 0;
	background: none;
	padding: 0 0 0 2px;
	font-weight: 600;
	color: #004640;
	font-size: 110%;
	opacity: 1;
}
form.calform.fp input[type="text"],
form.calform.pfm input[type="text"] {
	font-weight: 500;
}
form.calform.fp p.caltotal,
form.calform.fp input[type="text"].calvalue {
	color: #ea5434;
	font-weight: 600;
}
form.calform.fp input[type="text"].tfoir_total {
	font-size: 110%;
	background: transparent;
	box-shadow: none;
	border: 0;
	color: #004289;
	font-weight: 600;
	padding: 0;
}
form.calform.fp input[type="button"].cal_btn {
	background: #004289;
}
form.calform.fp input[type="button"].cal_btn:hover {
	background: #204E8F;
}
form.calform.pfm input[type="button"].cal_btn {
	background: #004640;
}
form.calform.pfm input[type="button"].cal_btn:hover {
	background: #206660;
}
input[type='button'].cal_btn {
	width: 300px;
	margin: 15px 0;
}
p.caltotal {
	color: #004640;
}
p.ddResult {
	background: #004289;
	padding: 10px;
	color: #fff;
	font-size: 120%;
	line-height: 1.3;	
}

label.formControlLabel {
	font-size: 70%;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}
div.formBody {
	float: none !important;
}
div.rsform-block {
	clear: both !important;
}
.formError {
	color: #ff0000 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	margin-left: 10px !important;
	margin-bottom: 15px !important;
	float: left;
}
.has-error-foundation .formValidation {
	margin-bottom: 0 !important;
}
.has-error-foundation input[type="text"].rsform-error:not(:focus), .has-error-foundation input[type="password"].rsform-error:not(:focus), .has-error-foundation input[type="email"].rsform-error:not(:focus), .has-error-foundation textarea.rsform-error:not(:focus), .has-error-foundation select.rsform-error:not(:focus) {
	border-color: rgba(236, 88, 64, 0.1) !important;
}
.formClr {
	display: inline-block !important;
}
fieldset {
	border: 0;
	padding: 0;
}

#header-container {
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#body-container {
	padding-top: 122px;
}

/* HEADER */
#header-top {
	background: #004289;
	color: #fff;
	text-align: right;
	padding: 3px 0 17px;
	height: 30px;
	position: relative;
	z-index: 10;
}
#header-top a[href^=tel] {
	background: none !important;
	padding: 0 !important;
	color: #fff;
	text-decoration: none;
} 
#header-top .call {
	float: left;
	margin-top: 4px;
	background: url(../images/tel.svg) no-repeat left center / 20px;
	padding-left: 30px;
	padding-top: 3px;
}
#header-top h6 {
	font-weight: 400;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 5px;
}
#header-top h6 strong {
	font-weight: 500;
	font-size: 100%;
}
#header-top .menu li a {
	text-align: left;
	text-decoration: none;
	font-size: 65%;
	color: #fff;
	display: inline-block;
	margin-top: 5px;
	font-weight: 600;
}
#header-top li a.contact {
	background: #7ab2e1;
	border-radius: 20px;
	padding: 9px 25px;
	color: #fff;
	font-size: 65%;
}
#header-top li a.contact:hover,
#header-top li.active a.contact {
	background: #00000029;
	color: #fff;
}

#header {
	padding: 10px 0;
	box-shadow: 0 10px 20px 10px #00000014;
	position: relative;
	z-index: 7;
	background: #fff;
}
#header .logo a,
#header .logo h1 a {
	background: url(../images/simpson_fs.svg) no-repeat left top / 100%;
	text-indent: -99999px;
	display: inline-block;
	height: 51px;
	width: 230px;
}
#header .logo h1 {
	margin: 0;
}
#header .mainmenu {
	float: right;
	margin-top: 10px;
}


/* BURGER MENU */
#header .burger {
	float: right;
}
.menu-icon-cont .menu-icon3 {
	margin: 0 2px 5px !important;
}
.menu-icon-cont .menu-icon3 {
	height: 0.46em !important;
}
.menu-icon-cont .menu-icon3 span {
	border-radius: 5px !important;
}
.sm-btn-225::before {
	font-weight: 400;
}


/* BANNER */
#home #banner-container {
	background: #fff url(../images/home_banner_bg.svg) no-repeat right bottom / 510px;
}
#home #banner {
	padding: 5% 0;
	margin-bottom: 0;
	background: url(../images/banner-bg.svg) no-repeat -20px -30px;
	color: #000;
}
#home #banner h5 {
	margin-bottom: 10px;
}
#banner .home h4 {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	text-align: center;
}
#banner .home h4 a {
	width: 140px;
	padding-top: 118px;
	display: inline-block;
	font-size: 70%;
	text-decoration: none;
}
#banner .home h4 a:hover {
	color: #2062A9;
}
#banner .home h4.fp {
	background: url(../images/fp_icons.svg) no-repeat center top / 75%;
}
#banner .home h4.pfm {
	background: url(../images/pfm_icons.svg) no-repeat center top / 75%;
}
#banner .home h4.wm {
	background: url(../images/wm_icons.svg) no-repeat center top / 75%;
}
#banner .home h4.fp:hover {
	background: url(../images/fp_icons_h.svg) no-repeat center top / 75%;
}
#banner .home h4.pfm:hover {
	background: url(../images/pfm_icons_h.svg) no-repeat center top / 75%;
}
#banner .home h4.wm:hover {
	background: url(../images/wm_icons_h.svg) no-repeat center top / 75%;
}
#banner .home li:first-child {
	margin-top: 0;
	width: 55%;
}
#banner .home li.icons {
	text-align: right;
	margin-top: 4%;
	box-sizing: border-box;
	width: 40%;
}

#banner-container {
	background: url(../images/banner_bg_right.svg) no-repeat right bottom / 360px;
	background-color: #004289;
}
#banner {
	margin-bottom: 5%;
	color: #fff;
	line-height: 0;
	background: url(../images/banner-bg-fade.svg) no-repeat -20px -30px;
	width: 100%;
	min-height: 300px;
}
#banner li {
	width: 60%;
}
#banner h5 {
	color: #004289;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 70%;
}
#banner h1 {
	font-size: 190%;
	margin-bottom: 18px;
}
#resources #banner h1 {
	color: #004289;
}
#banner h2 {
	color: #004289;
	font-size: 190%;
	margin-bottom: 4%;
	line-height: 1.2;
}
#banner h3 {
	font-weight: 600;
	font-size: 135%;
}
#banner .group h2,
#banner .group h5 {
	color: #fff;
	margin-bottom: 18px;
}
#banner .group h5 {
	margin-bottom: 10px;
}
#banner .group li:first-child {
	margin-top: 5%;
}
#banner .default {
	padding: 4% 0;
}
#financial-planning #banner-container {
	background-color: #ea5434;
}
#financial-planning #banner {
	background-color: none;
	margin-bottom: 0;
	padding: 0;
	line-height: 0;
}
#property-finance-mortgages #banner-container {
	background-color: #004640;
}
#property-finance-mortgages #banner {
	margin-bottom: 0;
}
#wealth-management #banner-container {
	background-color: #f7a624;
}
#banner .fp.group h2,
#banner .pfm.group h2,
#banner .wm.group h2 {
	margin-bottom: 18px;
}
#banner .fp.group h5,
#banner .pfm.group h5,
#banner .wm.group h5 {
	margin-bottom: 10px;
}

#banner .fp ul li,
#banner .pfm ul li,
#banner .wm ul li {
	padding-right: 30%;
	padding-bottom: 50px;
	width: 60%;
}
#banner .fp ul li {
	background: url(../images/fp.svg) no-repeat right 0 / 150px;
}
#banner .pfm ul li {
	background: url(../images/pfm.svg) no-repeat right 0 / 150px;
}
#banner .wm ul li {
	background: url(../images/wm.svg) no-repeat right 0 / 150px;
}

#about-us #banner p {
	font-size: 90%;
}
#resources #banner {
	text-align: center;
	background: linear-gradient(#EFEEF996, #EFEEF900);
	padding-top: 6%;
	padding-bottom: 1%;
}
#resources #banner-container {
	background: #fff url(../images/banner-bg-resources.svg) no-repeat center -455px / 900px;
}
#resources #banner {
	min-height: auto;
	padding-bottom: 0;
}
#resources #banner .group {
	color: #000;
	margin: 0 auto;
}
#resources #banner .group h2,
#resources #banner .group h5 {
	color: #004289;
}

/* ABOUT US  */
#about-us #banner-container #banner {
	margin-bottom: 0;
}
#about-us #featured {
	font-size: 90%;
	padding: 50px 0 2%;
}
#featured .values h2 {
	margin-bottom: 30px;
}
#featured .values li {
	width: 21%;
	margin-right: 4%;
}
#featured .values li:last-child {
	margin-right: 0;
}
#featured .values li h4 {
	font-weight: 600;
	font-size: 120%;
	margin-bottom: 10px;
}
#featured .values li  {
	padding-top: 110px;
	background-position: left top;
	background-size: 90px;
	background-repeat: no-repeat;
}
#featured .values li.integrity  {
	background-image: url(../images/integrity.svg);
}
#featured .values li.care  {
	background-image: url(../images/care.svg);
}
#featured .values li.dedication  {
	background-image: url(../images/dedication.svg);
}
#featured .values li.collaboration  {
	background-image: url(../images/collaboration.svg);
}

/* HOME MENU */
#banner div.menu ul {
	width: 200px;
}
#banner div.menu li.parent:first-child,
#banner div.menu li.parent ul.small li:first-child {
	margin-right: 0;
}
#banner div.menu li.parent ul.small li:last-child {
	margin-top: 0 !important;
}
#banner div.menu li.parent {
	position: relative;
	z-index: 15;
	cursor: pointer;
	padding: 0;
	font-weight: 600;
	color: #000;
	margin-top: 5px;
	font-size: 88%;
}
#banner div.menu li.parent span {
	background: #fff url(../images/menu-arw-blue.svg) no-repeat 94% 17px / 20px;
	position: relative;
	z-index: 10;
	width: 200px;
	display: block;
	padding: 22px 95px 25px 30px;
	box-shadow: 0 5px 10px 0px #00000029;
	border-radius: 30px;
	font-weight: 500;
}
#banner div.menu li.parent:hover {
	color: #004289;
}
#banner div.menu li.parent ul {
	line-height: 1.25;
}
#banner div.menu li.parent ul.small {
	background: linear-gradient(rgba(255,255,255,1) 43.03%, #ffffff 46.34%);
	box-shadow: 0px 6px 10px -8px #000029;
	border-radius: 0px 0 6px 6px;
	display: none;
	padding: 30px 20px 20px;
	width: 283px;
	font-size: 90%;
	margin-top: -20px;
	position: absolute;
	z-index: 1;
}
#banner div.menu li.parent:hover ul.small {
	display: block;
}
#banner div.menu li.parent ul.small li {
	display: block;
	width: 100% !important;
	margin-top: 0;
	margin-left: 10px;
}
#banner div.menu li.parent ul.small li a {
	font-weight: 300;
	color: #000;
	display: inline-block;
	text-transform: none;
	padding: 4px 0px;
	font-size: 95%;
	text-decoration: none;
}
#banner div.menu li.parent ul.small li a:hover {
	font-weight: 400;
	color: #004289;
}



/* BREADCRUMB */
.breadcrumb {
	margin-bottom: 25px;
	display: block;
	text-transform: uppercase;
	color: #004289;
	font-weight: 400;
}
.breadcrumb .divider {
	padding: 0 5px;
	display: inline-block;
}
.breadcrumb .divider:after {
	content: ">";
	font-size: 15px;
}
.breadcrumb a {
	color: #004289;
	font-size: 65%;
}

#blog .breadcrumb {
	margin: 0 auto 25px;
	margin-top: 0px;
	max-width: 1800px;
	padding: 5% 2% 0;
	box-sizing: border-box;
}
#blog .breadcrumb ul {
	padding: 0;	
}

/* CONTENT */
#content {
	margin: 6% 0 10%;
}
#home #content {
	margin: 6% 0 8%;
}
#content li {
	margin-bottom: 8px;
	line-height: 1.3;
}
#content .category-desc {
	margin-bottom: 5%;
}
#content .fp-header h1 {
	color: #ea5434;
}
#content .pfm-header h1 {
	color: #004640;
}
#content .wm-header h1 {
	color: #f7a523;
}

/* VIDEOS ON PAGE */
#content ol.video {
	list-style: none;
	padding: 0;
	margin: 0 0 3%;
	width: 600px;
	display: inline-block;
	vertical-align: top;
}
#content ol.video.flex {
	width: 49.5%;
}
#content ol.video li {
	margin: 0;
}
#content ol.video li:last-child {
	background: #004289;
	text-align: center;
	font-size: 83%;
	color: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	margin-top: -1px;
}
#content ol.video .avPlayerWrapper .avPlayerContainer .avPlayerBlock {
	padding-top: 56.2% !important;
	border-radius: 10px 10px 0 0;
}


/* OUR COMPANY */
.want-to-know-more-about-us h5 {
	margin-top: 5%;
	margin-bottom: 0;
	padding: 2% 3%;
	text-transform: uppercase;
	background: #004289;
	color: #fff;
	font-size: 120%;
	line-height: 1.4;
	border-radius: 10px;
}
.want-to-know-more-about-us h5 strong {
	font-weight: 600;
}
#content ul.index {
	list-style: none;
	padding: 0;
	clear: both;
}
#content ul.index li h2 {
	font-size: 130%;
	margin-bottom: 20px;
}
#content ul.index li p {
	font-size: 95%;
}
#content ul.index li {
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5%;
	margin-bottom: 1.9%;
	background: #ebf4fa;
	border-radius: 10px;
	padding: 2.5%;
	min-height: 320px;
	width: 26.9%;
	text-align: left;
}
#content ul.index li:nth-child(3n),
#content ul.index li:last-child {
	margin-right: 0;
}
#content ul.index li a.b_btn,
.products-list div.grid a.b_btn {
	margin-top: 3%;
	background: #105299;
}
#content ul.index li a.b_btn:hover,
.products-list div.grid a.b_btn:hover {
	background: #7ab2e1;
}

/* HELPING YOU MAKE YOUR MONEY GO FURTHER */
#home #featured {
	background: #F2F3F5;
	padding: 7% 0 7%;
	margin-bottom: 5%;
}
.helping-you-make-your-money {
	overflow: hidden;
}
.helping-you-make-your-money div.grid {
	width: 48%;
	float: right;
	font-size: 95%;
}
.helping-you-make-your-money div.grid.img {
	text-align: right;
	float: left;
	margin-top: -6%;
}
.helping-you-make-your-money h2 {
	color: #004289;
	font-size: 190%;
}
.helping-you-make-your-money h3 {
	margin: 5% 0 4%;
}
.helping-you-make-your-money h3 {
	background: #004289;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	width: 130px;
	padding: 55px 23px;
	border-radius: 200px;
	text-align: center;
	font-size: 90%;
	margin-top: 15%;
	margin-right: 50px;
	position: relative;
	z-index: 5;
}
.helping-you-make-your-money div.img img {
	margin-top: -25%;
	margin-bottom: 15px;
	width: 85%;
	margin-right: 10%;
	border-radius: 100%;
	box-shadow: 0px 7px 10px 1px #00000029;
}
.helping-you-make-your-money a.b_btn {
	margin-top: 2%;
}

/* WE CAN HELP WITH */
/* Accordion Pure JS/CSS - STS */
h2.acc_header {
	width: 100%;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 130%;
	padding: 15px 0 20px;
	border-top: 1px solid #004289;
	cursor: pointer;
	background: url(../images/arrow.svg) no-repeat right center / 13px;
}
h2.acc_header:hover {
  	color: #004289;
}
h2.acc_header.open,
h2.acc_header.open:hover {
	padding-bottom: 12px;
	overflow: hidden;
	color: #004289;
}
h2.acc_header.open {
	cursor: default;
    background: url(../images/arrow_down.svg) no-repeat right center / 23px;
}
h3.acc_header.open:hover {
	border-bottom: 1px solid #004289;
	background: url(../images/arrow_down.svg) no-repeat right center / 23px;
}
h2.acc_header + .acc_content {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: all 0.4s ease;
}
h2.acc_header.open + .acc_content {
  overflow: hidden;
  max-height: 1200px;
  transition: all 1s ease 0.5s;
  padding: 10px 0 20px;
}
.acc_content {
  clear: both;
}

.we-can-help-with {
	margin-top: 6% 0;
}
.we-can-help-with div.header {
	margin-bottom: 1.5%;
}
.we-can-help-with .text {
	margin: 10px 0;
}
.we-can-help-with ul {
	margin: 0 0 40px;
	padding-left: 0;
	list-style: none; 
}
.we-can-help-with li {
	margin-bottom: 18px;
	line-height: 1;
}
.we-can-help-with li::before {
	content: "\2022";
	color: #004289;
	display: inline-block;
	width: 1em;
	margin-top: -20px;
	font-size: 240%;
	line-height: 1;
}
.we-can-help-with li p {
	margin-top: -37px;
	margin-left: 32px;
	margin-bottom: 15px;
	font-size: 85%;
	line-height: 1.4;
}
.we-can-help-with .grid {
	width: 46%;	
}
.we-can-help-with .grid:first-of-type {
	margin-right: 6%	
}

/* GUIDES */
.leading-guide {
	margin-bottom: 100px;
}

.guides-list div.grid {
	width: 24.5%;
	margin-bottom: 5%;
}
.guides-list div.grid div {
	vertical-align: middle;
	display: inline-block;
}
.guides-list div.grid img {
	width: 85%;
	box-shadow: 0px 1px 5px 1px #C0C0C0;
}
.guides-list div.grid:first-child p {
	margin-bottom: 0;
}
.guides-list div.grid .item-image {
	width: 135px;
	position: relative;
	z-index: 10;
}
.guides-list div.grid .full-text {
	background: #ebf4fa;
	border-radius: 50%;
	width: 138px;
	height: 135px;
	padding: 65px 25px 40px 90px;
	margin-left: -100px;
	position: relative;
	z-index: 5;
}
.guides-list div.grid h2 {
	font-size: 85%;
	font-weight: 600;
	width: 133px;
	margin-bottom: 15px;
	color: #004289;
}
.guides-list div.grid a.b_btn {
	padding: 5px 18px 6px;
	font-size: 70%;
	font-weight: 500;
}

/* NEWS */
#news {
	background: #F2F3F5;
	padding: 5% 0 0;
}
#news .awards {
	margin-bottom: 5%;
}
#news .awards img {
	border-radius: 10px;
}
#news .awards h3 {
	font-size: 140%;
	margin-bottom: 2%;
	font-weight: 600;	
}

#news .blog a.readall {
	float: right;
	margin-top: 5px;
}
#news .blog img {
	margin-bottom: 5%;
	border-radius: 10px;
}
#news .blog h3 {
	display: inline-block;
	width: 82%;
	vertical-align: top;
	font-size: 160%;
	margin-bottom: 4%;
	font-weight: 600;
}
#news .blog div.header {
	min-height: 80px;
}
#news .blog h4 {
	font-size: 110%;
	font-weight: 500;
	color: #11173B;
	margin-bottom: 10px;
	font-weight: 600;
}
#news .blog article {
	width: 30%;
	margin-right: 4%;
	margin-bottom: 6%;
}
#news .blog article:nth-child(5),
#news .blog article:last-child {
	margin-right: 0;	
}
#news .blog article:last-child {
	display: none;
}
#news .blog article .text {
	font-size: 80%;
	margin-bottom: 1%;
	/* min-height: 150px; */
}
#news .blog article .text p {
	margin-bottom: 12px;
}
#news .blog .item_published {
	margin-bottom: 20px;
	color: #004289;
	font-size: 75%;
}
#news .blog a.btn {
	padding: 8px 25px;
	font-size: 70%;
}

/* FINANCIAL PLANNING */
#financial-planning #content,
#property-finance-mortgages #content,
#wealth-management #content {
	background: #F2F3F5;
	padding: 5% 0;
	margin: 0;
}
.category-desc .descrip {
	margin-top: 3%;
	margin-bottom: 4%;
}
.category-desc .descrip li:first-child {
	width: 50%;
	margin-right: 5%;
}
.category-desc .descrip li:last-child {
	width: 35%;
}

.products-list div.grid {
	background: #ebf4fa;
	border-radius: 10px;
	padding: 2.5%;
	margin-bottom: 1.5%;
	margin-right: 1.2%;
	width: 27.1%;
	min-height: 300px;
}
.products-list div.grid h2,
#content ul.index li h2 {
	font-size: 140%;
	color: #004289;
}
.products-list div.grid p {
	font-size: 95%;
}
.products-list div.grid:nth-child(3),
.products-list div.grid:nth-child(6),
.products-list div.grid:nth-child(9) {
	margin-right: 0;	
}

#financial-planning .products-list div.grid,
#content ul.index.fp li {
	background: #fce6e1;	
}
#financial-planning .products-list h2,
#content ul.index.fp li h2 {
	color: #ea5434;
}
#property-finance-mortgages .products-list div.grid,
#content ul.index.mortgage li {
	background: #d9e3e2;
}
#property-finance-mortgages .products-list h2,
#content ul.index.mortgage li h2 {
	color: #004640;
}
#financial-planning #content .category-desc {
	background: url(../images/6-Stage-Process.svg) no-repeat center bottom / 90%;
	padding-bottom: 50%;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

/* WEALTH MANAGEMENT */
#wealth-management #banner {
	margin-bottom: 0;
}
#wealth-management #content ul.index li {
	background: #fef1de;
}
#wealth-management #content ul.index li h2 {
	color: #f7a523;
}

/* ARTICLES IMAGES */
#content .item-page div.right {
	float: right;
	text-align: right;
	margin: -60px 2% 30px;
	width: 28%;
}
#content .item-page div.right img {
	border-radius: 50%;
}
#content .item-page.image div.right {
	width: 26%;
}

/* THE STAFF */
#meet-the-team #content .group div.grid {
	width: 29%;
	margin-bottom: 5%;
	margin-right: 6%;
	font-size: 78%;
	text-align: center;
} 
#meet-the-team #content .group div.grid:nth-child(3n) {
	margin-right: 0;
}
#meet-the-team #content h2 {
	font-size: 120%;
	margin-bottom: 5px;
}
#meet-the-team #content h4 {
	margin-bottom: 0;
	font-size: 90%;
}
#meet-the-team #content em {
	font-style: normal;
	color: #004289;
	font-size: 90%;
	line-height: 1;
}
#meet-the-team #content .item-image {
	margin-bottom: 4%;
}
#meet-the-team #content .item-image img {
	border-radius: 50%;
	width: 70%;
}


/* RESOURCES */
#resources #content .article {
	text-align: center;
}
#resources #content ul.index li {
	text-align: left;
}
#resources #content ul.index li:last-child {
	margin-right: 0;
}
.resources ul.index li:first-child h2 {
	background: url(../images/guides.svg) no-repeat 0 0 / 75px;
	padding-top: 90px;
}
.resources ul.index li:nth-child(2) h2 {
	background: url(../images/blogs.svg) no-repeat 0 0 / 75px;
	padding-top: 90px;
}
.resources ul.index li:nth-child(3) h2 {
	background: url(../images/videos.svg) no-repeat 0 0 / 75px;
	padding-top: 90px;
}
.resources ul.index li:last-child h2 {
	background: url(../images/calculators.svg) no-repeat 0 0 / 75px;
	padding-top: 90px;
}

/* BLOG & CHARITY */
#blog #content {
	margin-top: 0;
	margin-bottom: 0;
}
#blog #content .container {
	max-width: 100%;
	padding: 0;
}
#blog #content .blog,
div.pagenav ul {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 2%;
	box-sizing: border-box;
}
#blog #content div.item-page {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 2%;
	box-sizing: border-box;
}
#charity-community #content h2 {
	margin-bottom: 15px;
}
#charity-community #content h3 {
	color: #004289;
	font-weight: 600;
}
#blog #content .category-desc {
	margin-bottom: 50px;
	font-size: 95%;
}
/* #blog #content .category-desc p {
	line-height: 1;
} */
#blog #content div.left,
#charity-community #content div.left,
#charity-community #content div.right {
	display: inline-block;
	vertical-align: top;
}
#blog #content div.left img,
#charity-community #content div.left img {
	float: left;
	border-radius: 10px;
	margin-right: 14px;
	width: auto;
}
#charity-community #content div.right img {
	float: right;
	border-radius: 10px;
	margin-left: 14px;
}
#blog #content div.left.item-image,
#charity-community #content div.left.item-image {
	width: 33%;
	margin-top: 0.5%;
	margin-right: 3%;
}
#charity-community #content div.right.item-image {
	width: 33%;
	margin-top: 0.5%;
	margin-left: 3%;	
}
#blog #content div.left.item-image + div.text,
#charity-community #content div.left.item-image + div.text,
#charity-community #content div.right.item-image + div.text {
	width: 60%;
}
#charity-community #content div.right.item-image + div.text {
	float: left;
}
#blog #content div.text,
#charity-community #content div.text {
	font-size: 85%;
}
#blog #content div.left.text h2 a,
#charity-community #content div.left.text h2 a {
	font-size: 100%;
	color: #000;
}
#blog #content .list-info div.grid {
	margin-bottom: 6%;
}
#blog #content p.readmore a.b_btn,
#charity-community #content p.readmore a.b_btn {
	margin-top: 2%;
}
#blog #content dl {
	margin-bottom: 20px;
	color: #004289;
	font-size: 75%;	
}
#blog #content div.header h1,
#charity-community #content div.header h1 {
	font-size: 180%;
}
#blog #content .item-page div.item-image,
#charity-community #content .item-page div.item-image {
	width: 46%;
	margin-top: -4%;
	text-align: right;
	float: right;
}
#blog #content .item-page div.item-image img,
#charity-community #content .item-page div.item-image img {
	border-radius: 10px;
}
#blog #content .item-page div.item-image + div.header,
#charity-community #content .item-page div.item-image + div.header {
	width: 44%;
	margin-right: 5%;
}
#blog #content .item-page .article img,
#charity-community #content .item-page .article img {
	margin-right: 15px;
	margin-bottom: 5px;
}
#charity-community #content .list-info div.grid {
	margin-bottom: 3%;
}
#charity-community #content .list-info div.item {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 3%;
}

#blog .pagination,
#charity-community .pagination {
	margin-bottom: 7%;
}

nav.pagenavigation {
	margin: 8% auto 0;
	padding: 2% 2%;
	background: #004289;
	text-align: center;
	overflow: hidden;
}
nav.pagenavigation .container {
	max-width: 1700px !important;
}
nav.pagenavigation .previous {
	float: left;
	text-align: left;
}
nav.pagenavigation .next {
	float: right;
	text-align: right;
}
nav.pagenavigation a.btn {
	color: #fff;
	font-size: 70%;
	font-weight: 600;
	width: 270px;
	padding-left: 5px;
	line-height: 1.2;
}
nav.pagenavigation a.previous {
	text-align: left;
	padding-left: 30px;
	min-height: 26px;
	background: url(../images/arrow_left.svg) no-repeat 10px 10px / 12px;	
}
nav.pagenavigation a.next {
	text-align: right;
	padding-right: 20px;
	background: url(../images/arrow_right.svg) no-repeat 274px 10px / 12px;	
}
nav.pagenavigation a.next span {
	padding-right: 10px;
	display: block;
}
nav.pagenavigation a.btn:hover {
	background-color: #7ab2e1;
}

/* VIDEOS */
.videos-intro {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.videos-intro div.left,
.videos-intro div.full-text {
	display: inline-block;
	vertical-align: top;
}
.videos-intro div.left {
	width: 50%;
	margin-right: 3%;
}
.videos-intro div.full-text {
	width: 46%;
}
.videos-intro div.item-image img {
	border-radius: 10px;
}
.videos-intro div.full-text h2 {
	font-size: 140%;
}
.intro-category-desc {
	margin-bottom: 5%;
}
.videos-list div.grid {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.videos-list div.grid:nth-child(4n) {
	margin-right: 0;
}
.videos-list div.grid h2 {
	font-size: 90%;
}
.videos-list div.grid .full-text {
	background: #ebf4fa;
	padding: 15px 15px 20px;
	min-height: 140px;
	margin-top: -2px;
	border-radius: 0 0 10px 10px;
}
.videos-list div.grid .item-image img {
	border-radius: 10px 10px 0 0;
}

/* PAGINATION */
.pagination {
	text-align: center;
}
.pagination p.counter {
	font-size: 70%;
	color: #a0a0a0;
}
.pagination ul {
	list-style: none;
	padding: 0;
}
.pagination ul li {
	display: inline-block;
	vertical-align: top;
}
.pagination ul li a {
	margin: 0 1px;
	background: #004289;
	padding: 5px 2px 6px;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	width: 35px;
	font-weight: 400;
}
.pagination ul li a:hover,
.pagination ul li.active a {
	background: #7ab2e1;
}
.pagination ul li.disabled,
.pagination ul li:first-child,
.pagination ul li:nth-child(2),
.pagination ul li:nth-last-of-type(2),
.pagination ul li:last-child {
	display: none;
}


/* WHY SFS */
.resources-top {
	background: #004289 url(../images/why_sfs.svg) no-repeat right center / 41%;
	color: #fff;
	margin-bottom: 4%;
	text-align: left;
}
#home .resources-top,
#about-us .resources-top,
#share-purchase-stamp-duty-calculator .resources-top {
	margin-bottom: 0;
}
.why_sfs div.grid {
	width: 70%;
	padding: 4% 0;
}
.why_sfs div.grid.book {
	width: 30%;
	float: right;
	font-size: 120%;
	font-weight: 600;
	padding-top: 7%;
	padding-bottom: 1%;
}
.why_sfs h2 {
	color: #85b1dd;
	font-size: 150%;
	margin-bottom: 30px;
}
.why_sfs li {
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 80%;
}
.why_sfs li p {
	margin-bottom: 0;
}
.why_sfs li strong {
	display: block;
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 110%;
	padding-top: 92px;
}
.why_sfs li:last-child {
	margin-right: 0;
}
.why_sfs li.expert {
	background: url(../images/expert.svg) no-repeat left top / 80px;	
}
.why_sfs li.customise {
	background: url(../images/customise.svg) no-repeat left top / 80px;
}
.why_sfs li.support {
	background: url(../images/support.svg) no-repeat left top / 80px;
}
.why_sfs div.grid.book a.b_btn {
	font-weight: 600;
	font-size: 90%;
}
.why_sfs div.grid.book a.b_btn:hover {
	background: #11173B;
}


/* FREE RESOURCES  */
.free-resources {
	text-align: center;
	font-weight: 400;
	margin: 5% 0 8%;
}
.free-resources .header h3,
.client-stories h3 {
	margin-bottom: 4%;
	font-size: 160%;
	font-weight: 600;
	line-height: 1.1;
}
.free-resources .grid {
	width: 42.6%;
	min-height: 240px;
	text-align: left;
	padding: 3%;
	color: #fff;
	border-radius: 10px;
}
.free-resources .fc {
	margin-right: 2%;
	background: #7ab2e1;
}
.free-resources .fc a.b_btn {
	font-size: 83%;
}
.free-resources .fc a.b_btn:hover {
	background: #11173B;
}
.free-resources .pfp {
	background: #004289;
}
.free-resources .pfp a.b_btn {
	background: #7ab2e1;
	font-size: 81%;
}
.free-resources .pfp a.b_btn:hover {
	background: #00000029;
}
.free-resources p {
	line-height: 1.3;
	font-size: 90%;
}
.free-resources .fc p:first-of-type,
.free-resources .pfp p:first-of-type {
	min-height: 110px;
}
.products-list div.grid p:last-of-type,
#content ul.index li p:last-of-type,
.free-resources p:last-of-type,
.videos-list div.grid p:last-of-type {
	margin-bottom: 0;
}
.free-resources a.client-login {
	padding: 7px 25px 9px;
	font-size: 80%;
	width: 70px;
	background-position-x: 90px;
	background-position-y: 5.5px;
	box-shadow: 0 2px 5px 0 #00000029;
	text-decoration: none;
	background-size: 24px;
}

/* CLIENT STORIES */
.testimonial-slider {
	background: #ebf4fb;
	text-align: center;
	padding: 6% 0;
}
.client-stories h3 {
	margin-bottom: 2%;
}
.client-stories .jt-inner {
	padding: 125px 0 0;
	background: url(../images/quotations.svg) no-repeat center 50px / 100px;
	font-size: 85%;
	margin-top: -3%;
}
.client-stories p:first-of-type {
	min-height: auto;
}
.client-stories h5 {
	font-size: 240%;
	margin-bottom: 3%;
}
.client-stories h6 {
	font-size: 115%;
	margin-bottom: 3%;
}
.client-stories .jt-introtext p {
	line-height: 1.35;
	margin-bottom: 15px;
}
.client-stories h4 {
	font-size: 75%;
	margin-top: 1.5%;
	margin-bottom: 1%;
	font-weight: 500;
}
div.owl-dots {
	margin-top: 20px;
}
div.owl-dots button {
	border: 1.5px solid #004289 !important;
	border-radius: 50px;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	position: relative;
	display: inline-block;
	box-shadow: none;
}
div.owl-dots button.active {
	border: 1.5px solid #7ab2e1 !important;
	background: #7ab2e1;
	border: 2px solid #7ab2e1;
}

/* TESTIMONIALS */
#testimonials #content .container {
	max-width: 100%;
}
#content .testimonials .container {
	max-width: 1800px;
}
#content .testimonials {
	font-size: 85%;
	text-align: center;
}
#content .testimonials .pagination {
	margin-top: 6%;
}
#content .testimonials h2 {
	font-size: 17px;
}

#content .testimonials div.items-row {
	padding: 110px 0 50px;
	background: url(../images/quotations.svg) no-repeat center 40px / 100px;
}
#content .testimonials div.items-row:first-child {
	background-position: center 0;
	padding-top: 60px;
}
#content .testimonials div.items-row:nth-child(2n) {
	background-color: #ebf4fb;
}
#content .testimonials div.items-row .item {
	padding-top: 15px;
}

/* GET IN TOUCH */
.contactform h2 {
	color: #004289;
}
.contactform h3 {
	font-size: 135%;
	font-weight: 500;
}
.contactform .group .item:first-child {
	width: 48.9%;
	margin-right: 4%;
}
.contactform .group .item:last-child {
	background: #F2F3F5;
	margin-top: 74px;
	padding: 3%;
	border-radius: 10px;
	width: 40.5%;
}
.contactform .group  .item:last-child ul li p {
	margin-bottom: 5px;
}
.contactform div.form {
	box-shadow: 0 5px 15px 0 #00000029;
	background: #fff;
	padding: 3.5% 4% 2.8%;
	margin-top: 4%;
	border-radius: 10px;
}
.contactform .rsform-block {
	margin-bottom: 11px;
	display: block;
}
.contactform div.form .rsform-block-message .formError {
	margin-bottom: 25px !important;
}
.contactform div.form .rsform-block.rsform-block-send {
	margin-top: 25px;
}
.contactform .tick label {
	font-size: 70%;
	padding-left: 10px;
	display: inline-block;
	line-height: 1.2;
}
.contactform .tick .formError {
	float: none;
}
.contactform .rsform-block-email-updates span {
	font-size: 71%;
	line-height: 1.2;
	display: inline-flex;
	width: 86%;
}
.contactform .rsform-block-email-updates input {
	margin-top: 10px;
	margin-right: 15px;
	float: left;	
}
.contactform .rsform-block-email-updates label,
.rsform-block-email-updates label {
	display: none;
}
.contactform label.rsform-error {
	color: #000 !important;
}
.contactform .list-info div.grid {
	display: block;
	margin-top: 40px;
}

/* VACANCIES */
#current-vacancies .list-info .item {
	margin-bottom: 6%;
}

/* CONTACT */
#contact {
	background: #11173B;
	padding: 2% 0 5%;
	color: #fff;
}
#contact .getintouch div.grid {
	width: 53%;
}
#contact .getintouch div.grid:last-child {
	width: 46.4%;
}
#contact .getintouch ul li {
	width: 60%;
	text-align: center;
}
#contact .getintouch h2 {
	margin-top: 5%;
}
#contact .getintouch p {
	font-size: 90%;	
}
#contact .getintouch a {
	color: #fff;
}
#contact .getintouch h2 {
	font-size: 190%;
}
#contact .getintouch h3 {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 10px;
}
#contact .getintouch h4 {
	font-size: 110%;
	font-weight: 600;
}
#contact .getintouch ul li p {
	margin-bottom: 3px;
}
#contact .getintouch ul li.tel {
	background: url(../images/tel_b.svg) no-repeat center top / 50px;
	padding-top: 65px;
	margin: 30px 0;
}
#contact .getintouch ul li.email {
	background: url(../images/email_b.svg) no-repeat center top / 50px;
	padding-top: 65px;
}
#contact .getintouch li.tel a:hover, 
#contact .getintouch li.email a:hover {
	color: #7ab2e1;
}
#contact .getintouch form p,
#contact .getintouch form label {
	font-size: 75%;
}
#contact .getintouch form p {
	margin-bottom: 10px;
}
#contact .getintouch form label.formControlLabel {
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 70%;
}
#contact .getintouch form div.row {
	margin-bottom: 6px;
}
#contact .getintouch form .tick input {
	margin-right: 10px;
}
#contact .getintouch form div.rsform-block-email-updates {
	margin-bottom: 0;
}
#contact .getintouch form div.rsform-block-email-updates input {
	vertical-align: top;
	margin-top: 3px;
}
#contact .getintouch form div.rsform-block-email-updates label {
	text-indent: -99999px;
	display: inline-block;
}
#contact .getintouch form div.rsform-block-email-updates span {
	width: 86%;
	font-size: 65%;
	display: inline-block;
	line-height: 1.2;
}
#contact .getintouch form div.rsform-block-accept-data-protection {
	margin-bottom: 15px;
}
#contact .getintouch form div.rsform-block-accept-data-protection label {
	font-size: 65%;
}
#contact .getintouch form div.rsform-block-accept-data-protection a {
	text-decoration: underline;
}
#contact .getintouch form div.rsform-block-accept-data-protection a:hover {
	color: #7ab2e1;
}
#contact .getintouch form input[type="text"] {
	padding: 4px;
}
#contact .getintouch form textarea {
	height: 100px;
	padding: 4px;
}
#contact .getintouch form button[type="submit"] {
	padding: 8px 20px 9px;
	font-size: 85%;
}
#contact .getintouch form label.formControlLabel {
	color: #fff;
}
#calendar {
	text-align: center;
	margin-top: 8%;
}

/* VIDEOS */
#videos #content ul.index li {
	min-height: 220px;
}

/* FOOTER TOP */
#footer-top {
	background-image: linear-gradient(#11173b 8.5%, #004289 8.25%);
	color: #fff;
	overflow: hidden;
}
#footer-top a.b_btn {
	background: #11173B;
}
#footer-top a.b_btn:hover {
	background: #7ab2e1;
}
#footer-top .download .grid {
	line-height: 0;
}
#footer-top .download .grid.first {
	width: 68%;
	margin-top: 80px;
}
#footer-top .download .grid.last {
	width: 30%;
}
#footer-top .download .grid.last img {
	margin-top: 5px;
	margin-bottom: -1px;
	border-radius: 10px 10px 0 0;
}
#footer-top .download h2 {
	padding-top: 6%;
	display: inline-block;
	width: 95%;
	font-size: 185%;
}
#footer-top .download h3 {
	font-size: 135%;
	margin-bottom: 4%;
}
#footer-top .download p:last-of-type {
	margin-bottom: 4%;
}
#footer-top .download a.g_btn {
	padding: 5px 25px 7px;
}
#blog #footer-top {
	padding-top: 10px;
}

#get-in-touch #footer-top {
	background-image: linear-gradient(#ebf4fb 8.5%, #004289 8.25%);
}
#get-in-touch #footer-top .download .grid.last img {
	box-shadow: 0px 4px 10px -5px #000029;
}

/* FOOTER */
#footer {
	font-size: 65%;
	clear: both;
	padding: 3% 0 2%;
	overflow: hidden;
}
#footer .legal {
	float: left;
	width: 28%;
	margin-right: 5%;
	font-size: 95%;
}
#footer .legal a.logo {
	background: url(../images/simpson_fs.svg) no-repeat left top / 100%;
	text-indent: -99999px;
	display: inline-block;
	height: 52px;
	width: 230px;
	margin-bottom: 12px;
}
#footer .footer1 p {
	margin-bottom: 0;
}

#footer .links {
	width: 20%;
	margin-top: 5%;
	margin-right: 2%;
}
#footer .links li span.nav-header,
#footer .links li a.nav-header {
	font-size: 108%;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 14px;
	margin-bottom: 14px;
	display: block;
	font-weight: 600;
	width: 97%;
	text-decoration: none;
	color: #000;
}
#footer .links ul.nav-child li span.separator {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 600;
}
#footer .links li.item-112 ul.nav-child,
#footer .links li.item-114 ul.nav-child,
#footer .links li.item-309 ul.nav-child {
	min-height: 180px;
}
#footer .links ul.nav-child li a {
	margin-bottom: 10px;
	display: inline-block;
	color: #11173B;
	font-size: 97%;
	font-weight: 400;
}
#footer .links ul.nav-child li a:hover,
#footer .links ul.nav-child li.active a,
#footer .links li.active a.nav-header {
	color: #004289;
}
#footer li.item-334 li.divider {
	margin-bottom: 6px;
	font-weight: 600;
	width: 100%;
}
#footer li.item-349::before {
	content: "Call ";
	font-weight: 400;
}
#footer li.item-350::before {
	content: "Fax ";
	font-weight: 400;
}
#footer li.item-351::before {
	content: "Email ";
	font-weight: 400;
}
#footer li.item-352::before {
	content: "Visit ";
	font-weight: 400;
}
#footer li.item-334 li.divider.item-353 span {
	font-weight: 400;
}
#footer li.item-334 ul.nav-child li {
	display: inline-block;
	vertical-align: top;
}
#footer li.item-334 ul li.item-352,
#footer li.item-334 ul li.item-349 {
	display: block;
}
#footer .menu li.item-334 li.item-351 a {
	margin-bottom: 10px;
	display: inline-block;
}
#footer .menu li.item-334 li a {
	margin-bottom: 4px;
	font-weight: 600;
}
#footer li.item-334 ul li.item-355::before {
	content: "Follow ";
	font-weight: 400;
}
#footer li.item-334 ul li.item-355::after,
#footer li.item-334 ul li.item-356::after,
#footer li.item-334 ul li.item-357::after {
	content: "|";
	padding-left: 3px;
	padding-right: 3px;
	display: inline-block;
}
#footer .links li.item-334 {
	font-size: 94%;
}

/* CM */
#footer .footer2 a {
	text-transform: uppercase;
	font-size: 7px;
	color: #000;
	font-weight: 400;
}
#footer .footer2 a:hover {
	color: #004289;
}


/* WEBINAR */
form#webinar {
	text-align: center;
}
form#webinar div.grid {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
}
form#webinar div.grid:nth-child(2n) {
	margin-right: 0;
}
form#webinar .rsform-type-checkboxgroup {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 80%;
}
form#webinar .rsform-type-checkboxgroup label {
	text-indent: -99999px;
	display: inline-block;
}
form#webinar .rsform-type-checkboxgroup input {
	vertical-align: top;
}
form#webinar button[type='submit'] {
	width: 400px;
}
form#webinar .formError {
	margin-top: -15px;
	margin-bottom: 0;
}


/* SCROLL TO TOP */
#scrollToTop {
	background: #004289 url(../images/scrollup.svg) no-repeat center center / 50% !important;
}
#scrollToTop:hover {
	background: #7ab2e1 url(../images/scrollup.svg) no-repeat center center / 50% !important;
}

/* HIDDEN STUFF */
/* reCaptcha Overrides */
.grecaptcha-badge {
	opacity: 0;
	right: -300px !important;
}

/* OVERRIDES */
video.avPlayer {
	width: 100% !important;
	height: auto !important;
}
.avPlayerWrapper {
	margin: 0 !important;
}


/* MICRO SITE PAGE */
#independent-financial-advice-in-winchester #banner .winchester {
	padding: 6% 0 4%;
}
#independent-financial-advice-in-winchester #banner .winchester h2 {
	color: #fff;
	margin-bottom: 25px;
}
#independent-financial-advice-in-winchester #banner .winchester li:first-child {
	padding-top: 1%;
}
#independent-financial-advice-in-winchester #banner .winchester li:last-child {
	width: 40%;
	margin-right: 4%;
	text-align: right;
}
#independent-financial-advice-in-winchester #banner .winchester h4 {
	width: 140px;
	padding-top: 118px;
	display: inline-block;
	font-size: 70%;
	text-decoration: none;
}
#independent-financial-advice-in-winchester .blog .group div.grid {
	display: block;
	margin-bottom: 5%;
}
#independent-financial-advice-in-winchester  #ifa-winchester  {
	text-align: center;
}
#independent-financial-advice-in-winchester  #ifa-winchester a.b_btn {
	font-size: 100%;
	margin-top: 20px;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa {
	margin-top: 7%;
	margin-bottom: 15%;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .left {
	display: inline-block;
	vertical-align: top;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-image {
	width: 32%;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-image img {
	border-radius: 50%;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa h2 {
	font-weight: 600;
	font-size: 130%;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa h3 {
	font-size: 160%;
	font-weight: 600;
	margin-bottom: 18px;
	color: #004289;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa h4 {
	font-size: 120%;
	font-weight: 500;
	color: #004289;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-content {
	width: 62%;
	margin-left: 5%;
	display: inline-block;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-content ul {
	margin: 40px 0;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-content li {
	width: 220px;
	margin-right: 2%;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-content img {
	border-radius: 6px;
}
#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa em {
	font-size: 88%;
	font-style: normal;
	display: block;
	margin-top: 6px;
}
#independent-financial-advice-in-winchester .resources-top {
	margin-bottom: 0;
}
#independent-financial-advice-in-winchester .resources-top .why_sfs h2 {
	width: 90%;
	line-height: 1.3;
}
#independent-financial-advice-in-winchester #services-include {
	background: #fff;
	padding: 6% 0 4%;
	text-align: center; 
}
#independent-financial-advice-in-winchester #services-include ul {
	list-style: none;
	padding: 0;
	text-align: center;
}
#independent-financial-advice-in-winchester #services-include h2 {
	margin-bottom: 4%;
}
#independent-financial-advice-in-winchester #services-include li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 0 1% 2%;
	background: #ebf4fb;
	padding: 30px 20px 20px;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 160px;
}
#independent-financial-advice-in-winchester #services-include li p {
	margin-bottom: 0;
}
#independent-financial-advice-in-winchester #services-include li strong {
	display: block;
	margin-bottom: 10px;
	font-size: 110%;
}
#independent-financial-advice-in-winchester #contact {
	padding: 5% 0 2%;
	text-align: center;
	font-size: 150%;
}
#independent-financial-advice-in-winchester .resources-top .cal-popup a.b_btn {
	margin-top: 20px;
	font-size: 100%;
	text-decoration: none;
}



/* ENGAGE BOX */
  .custom-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .custom-modal-container {
	background-color: #fff;
	width: 90%;
	max-width: 600px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	overflow: hidden;
  }
  .custom-modal-header {
	padding: 15px 15px 15px 20px;
	background-color: #004289;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .custom-modal-header h3 {
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 120%;
  }
  .custom-modal-close {
	font-size: 30px;
	cursor: pointer;
	color: #fff;
  }
   .custom-modal-close:hover {
	   color: #7ab2e1;
	 }
  .custom-modal-body {
	padding: 0 20px 20px;
  }
  .custom-modal-body p {
	  font-size: 90%;
  }
  .custom-modal-body input[type="text"], 
  .custom-modal-body input[type="tel"], 
  .custom-modal-body input[type="email"], 
  .custom-modal-body textarea {
	  border: 1px solid #ccc;
	  box-shadow: none;
	  padding-top: 6px;
	  padding-bottom: 6px;
	}
  .custom-modal-body input[type="text"]:focus, 
  .custom-modal-body input[type="tel"]:focus, 
  .custom-modal-body input[type="email"]:focus, 
  .custom-modal-body textarea:focus {
	  border: 1px solid rgba(0, 67, 138, 0.5);
	  box-shadow: none;

	}
	.custom-modal-body .rsform-block {
		margin-bottom: 10px;
	}
	.custom-modal-body .tick {
		font-size: 70%;
	}
  .custom-modal-footer {
	padding: 0;
	background-color: #fff;
	text-align: right;
  }
  .custom-modal-btn {
	background-color: #1a5dad;
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
  }
  .custom-modal-btn:hover {
	background-color: #0e4892;
  }
  .custom-modal-trigger {
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	margin: 20px;
  }
  .custom-modal-trigger:hover {
	background-color: #0e4892;
  }
  
/* SCROLL TO TOP */
  #button_top {
	display: inline-block;
	background-color: #29518c;
	width: 42px;
	height: 32px;
	padding: 12px 4px 5px;
	text-align: center;
	border-radius: 50px;
	position: fixed;
	bottom: 53px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  #button_top::after {
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }
  #button_top:hover {
	cursor: pointer;
	background-color: #70ace0;
  }
  #button_top:active {
	background-color: #70ace0;
  }
  #button_top.show {
	opacity: 1;
	visibility: visible;
  }
  #button_top svg {
	  width: 20px;
  }
  

/* RESPONSIVE ELEMENTS */
@media (max-width: 1800px) {
	.resources-top {
		background-position-x: 128%;
		background-size: 50%;
	}
}

@media (max-width: 1466px) {
	#footer .links li.item-114 ul.nav-child {
		min-height: 180px;
	}
}
@media (max-width: 1400px) {
	#banner .group li:first-child {
		margin-top: 6%;
	}
	#banner .group p:last-of-type {
		font-size: 90%;
	}
	#independent-financial-advice-in-winchester .resources-top {
		background-size: 60%;
		background-position-x: 160%;
	}
	#independent-financial-advice-in-winchester .why_sfs div.grid.book {
		padding-top: 11%;
	}
	.why_sfs div.grid.book {
		padding-top: 10%;
	}
	#news div.grid .text {
		min-height: 140px;
	}
}

@media (max-width: 1280px) {
	.why_sfs div.grid.book {
		padding-top: 12%;
	}
	.resources-top {
		background-position-x: 160%;
		background-size: 60%;
	  }
	  .why_sfs div.grid.book a.b_btn {
		  font-size: 80%;
	  }
	.products-list div.grid h2 {
		font-size: 140%;
	}
	#independent-financial-advice-in-winchester .why_sfs div.grid.book {
		padding-top: 15%;
	}
	#independent-financial-advice-in-winchester .resources-top .cal-popup a.b_btn {
		margin-top: 10px;
		font-size: 85%;
	}
}

@media (max-width: 1250px) {
	.helping-you-make-your-money div.grid.img {
		margin-top: -5%;
	}
	.helping-you-make-your-money div.img img {
		width: 95%;
	}
	.helping-you-make-your-money h3 {
		margin-right: 0;
		margin-top: 13%;
		padding: 50px 18px;
		font-size: 80%;
		width: 125px;
	}
	#financial-planning #content .category-desc {
		background-size: 100%;
		padding-bottom: 55%;
	}
	.guides-list div.grid {
		width: 32%;
	}
	.guides-list div.grid .item-image {
		width: 45%;
	}
	#footer-top .download .grid.first {
		margin-top: 40px;
	}
	#independent-financial-advice-in-winchester .resources-top {
		background-size: 70%;
		background-position-x: 205%;
	}
	#meet-the-team #content .group div.grid {
		width: 28.8%;
	}
}

@media (max-width: 1190px) {
	.products-list div.grid h2,
	#content ul.index li h2 {
		margin-bottom: 15px;
		font-size: 130%;
	}
	.products-list div.grid p {
		line-height: 1.2;
	}
}

@media (max-width: 1180px) {
	#financial-planning #banner .group h2,
	#property-finance-mortgages #banner .group h2,
	#wealth-management #banner .group h2 {
		font-size: 160%;
	}
	#financial-planning #banner .group p:last-of-type {
		font-size: 85%;
	}
}	

@media (max-width: 1160px) {
	#contact .getintouch ul li {
		margin-right: 5%;
	}
}

@media (max-width: 1150px) {
	#banner .home li.icons {
		width: 44%;
	}
	#banner h1, #banner h2 {
		margin-bottom: 20px;
		font-size: 170%;
	}
	#banner h3 {
		margin-bottom: 10px;
	}
	#banner h5 {
		margin-bottom: 10px;
	}
	.resources-top {
		 background-position-x: 218%;
		background-size: 68%;
	  }
	  .why_sfs div.grid {
		  width: 75%;
	  }
	.why_sfs div.grid.book {
	  padding-top: 12%;
	  width: 25%;
	  font-size: 100%;
	  }
	  .why_sfs h2 {
		  font-size: 135%;
	  }
	  .why_sfs li {
		  width: 27%;
		  font-size: 73%;
	  }
	#footer-top .download .grid.first {
		margin-top: 80px;
	}
	#footer-top .download .grid.last {
		width: 33%;
	}
	#footer-top .download h2 {
		padding-top: 0;
	}
	#footer-top .download p:last-of-type {
		margin-bottom: 0;
	}
	#footer-top .download h2 {
		width: 88%;
		font-size: 180%;
	}
	#footer-top .download h3 {
		font-size: 120%;
	}
	
	.contactform .rsform-block-accept-data-protection input {
		margin-top: 8px;
		float: left;
	}
	.contactform .tick label {
		width: 90%;
	}
	#footer-top .download .grid.first {
		width: 66%;
	}
	#independent-financial-advice-in-winchester .resources-top {
		background-position-x: 235%;
	}
}

@media (max-width: 1130px) {
	#header .mainmenu {
		display: none;
		float: none;
		margin-top: 0;
	}
	.mod_jux_megamenu .megamenu-wrapper ul.level0 li a {
		font-size: 0 !important;
	}
}

@media (max-width: 1100px) {
	#property-finance-mortgages #banner .group h2 {
		font-size: 130%;
		margin-bottom: 10px;
	}
	#banner .group p:last-of-type {
		font-size: 85%;
	}
	
	#news .blog div.grid .text {
		min-height: 170px;
	}
	
	#footer .links {
		width: 32%;
	}
	#footer .links:nth-child(3) {
		margin-right: 0;
	}
	#footer .legal {
		float: none;
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	#footer .legal p {
		margin-bottom: 10px;
	}
	#footer .legal a {
		color: #004a80;
	}
	#footer .legal a.logo {
		margin-bottom: 0;
	}
	#footer .copyright p {
		margin-bottom: 0;
	}
	#footer .legal a.logo {
		width: 190px;
		height: 43px;
	}
	#footer .links li.item-114 ul.nav-child {
		min-height: 180px;
	}
}

@media (max-width: 1050px) {
	#home #banner-container {
		background-size: 450px;
	}
	#banner h3 {
		font-size: 125%;
	}
	#banner .home li.icons {
		margin-top: 6%;
	}
	#banner .home h4 a {
		width: 122px;
		padding-top: 103px;
		font-size: 65%;
	}
	
	#news .blog article {
		width: 48.5%;
		margin-right: 2%;
	}
	#news .blog div.header {
		min-height: 70px;
	}
	#news .blog div.grid .text {
		min-height: 130px;
	}
	#news .blog article:last-child {
		display: inline-block;
		margin-left: 2%;
	}
	#news .blog article:nth-child(4) {
		margin-right: 0;
	}
	
	.contactform .group .item:first-child{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.contactform .group .item:last-child {
		width: 94%;
		margin-top: 0;
	}
	
	.free-resources h2 {
		font-size: 140%;
	}
	.free-resources .grid {
		width: 42%;
	}
	#contact .getintouch h2 {
		font-size: 190%;
	}
	
	#independent-financial-advice-in-winchester #services-include li {
		min-height: 180px;
	}
}

@media (max-width: 1000px) {	
	.category-desc .descrip li:first-child,
	.category-desc .descrip li:last-child {
		width: 100%;
		margin-right: 0;
	}
	#financial-planning #content .category-desc {
		background-image: url(../images/6-Stage-Process-2.svg);
		padding-bottom: 130%;
	}
	.guides-list div.grid {
		width: 48%;
		margin-bottom: 12%;
	}
	.resources-top {
		background-position-x: 227%;
	  }
	   .why_sfs div.grid {
			width: 78%;
	  }
	  .why_sfs div.grid.book {
		padding-top: 10%;
		font-size: 95%;
	}
	.why_sfs div.grid.book {
		width: 22%;
	}
	.why_sfs li {
		margin-right: 20px;
	}
	
	.videos-intro {
		margin-bottom: 8%;
	}
	.videos-intro div.left,
	.videos-intro div.full-text {
		width: 100%;
	}
	.videos-intro div.full-text h2 {
		font-size: 120%;
		margin-top: 3%;
	}
}

@media (max-width: 960px) {
	.products-list div.grid {
		width: 26.9%;
	}
	#financial-planning .products-list h2, 
	#content ul.index.fp li h2 {
		font-size: 120%;
	}
	.products-list div.grid a.g_btn,
	#content ul.index li a.g_btn {
		padding: 3px 20px 5px;
		font-size: 80%;
	}
	#content ul.index li {
		width: 43.8%;
		min-height: 255px;
		margin-bottom: 2%;
	}
	#content ul.index li:nth-child(3n) {
		margin-right: 1.3%;
	}
	#content ul.index li:nth-child(2n) {
		margin-right: 0;
	}
	#content ul.index li h2 {
		font-size: 120%;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.products-list div.grid p,
	#content ul.index li p {
		font-size: 90%;
	}
	#videos #content ul.index li {
		min-height: 160px;
	}
	.want-to-know-more-about-us h5 {
		font-size: 100%;
		line-height: 1.2;
	}
	.want-to-know-more-about-us h5 strong a {
		color: #fff;
		font-family: NeurialGrotesk-Bold;
	}
	
	#meet-the-team #content .group div.grid {
		width: 46.5%;
	}
	#meet-the-team #content .group div.grid:nth-child(2n) {
		margin-right: 0;
	}
	#meet-the-team #content .group div.grid:nth-child(3),
	#meet-the-team #content .group div.grid:nth-child(9)  {
		margin-right: 6%;
	}
	
	#content .item-page div.right {
		width: 38%;
		margin-top: 0;
	}
	
	#contact .getintouch h3 {
		margin-bottom: 25px;
	}
	#contact .getintouch div.grid,
	#contact .getintouch div.grid:last-child {
		width: 100%;
	}
	#contact .getintouch div.grid:last-child {
		margin-top: 30px;
	}
	#contact .getintouch ul li {
		width: auto;
	}
	#contact .getintouch ul li.tel {
		margin: 0 5% 0 0;
	}
	#independent-financial-advice-in-winchester .resources-top {
		background-position-x: 350%;
		background-size: 80%;
	}
}

@media (max-width: 940px) {
	.helping-you-make-your-money div.grid {
		width: 49%;
	}
	.helping-you-make-your-money h3 {
		margin-top: 18%;
	}
	.helping-you-make-your-money div.img img {
		margin-top: -25%;
		width: 97%;
	}
	
	.free-resources h2 {
		font-size: 120%;
	}
	.free-resources p {
		font-size: 80%;
	}
	#contact .getintouch h2 {
		font-size: 190%;
	}
	
	.videos-list div.grid {
		width: 31.4%;
	}
	.videos-list div.grid:nth-child(3n) {
		margin-right: 0;
	}
	.videos-list div.grid:nth-child(4n) {
		margin-right: 2%;
	}
}

@media (max-width: 920px) {
	#banner h1, #banner h2 {
		font-size: 160%;
	}
	#banner h3 {
		font-size: 110%;
	}
	#banner .default {
		padding: 35px 0;
	}
	#our-company #banner .group h2 {
		font-size: 130%;
	}
	#our-company #banner .group p {
		font-size: 85%;
	}

	#contact .getintouch h3 {
		font-size: 110%;
	}
	#contact .getintouch p {
		font-size: 85%;
	}
	
	#footer-top .download .grid.first {
		margin-top: 60px;
	}
	#footer-top .download h2 {
		font-size: 150%;
	}
	#footer-top .download h3 {
		font-size: 100%;
	}
	
	#footer .links {
		width: 48%;
	}
	#footer .links:nth-child(2) {
		margin-right: 0;
	}
	#footer .links li.item-112 ul.nav-child, 
	#footer .links li.item-114 ul.nav-child, 
	#footer .links li.item-309 ul.nav-child {
		min-height: 170px;
	}
	#footer .legal {
		width: 50%;
		margin-left: 2%;
	}
}

@media (max-width: 900px) { 
	#banner .home li.icons {
		margin-top: 7%;
	}
	#banner .home h4 a {
		width: 100px;
		font-size: 65%;
		padding-top: 84px;
	}
	#featured .values li {
		width: 45.5%;
		margin-right: 7%;
		margin-bottom: 20px;
	}
	#featured .values li:nth-child(2) {
		margin-right: 0;
	}
	.resources-top {
		background-image: none;
	}
	.resources-top .container {
		padding: 0;
	}
	.why_sfs div.grid,
	.why_sfs div.grid.book {
		width: 100%;
		padding: 20px 2% 0;
		box-sizing: border-box;
	}
	.why_sfs div.grid {
		font-size: 110%;
		padding-top: 40px;
	}
	.why_sfs div.grid ul {
		padding-bottom: 20px;
	}
	.why_sfs li {
		width: auto;
		font-size: 84%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.why_sfs div.grid.book {
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		font-size: 110%;
		background: #7bb2e1;
	}
	#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-image,
	#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-content {
		margin-left: 0;
		width: 100%;
	}
	#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-image {
		text-align: center;
		margin-bottom: 50px;
	}
	#independent-financial-advice-in-winchester .testimonial-slider {
		padding: 80px 0;
	}
	#independent-financial-advice-in-winchester #contact {
		padding: 80px 0 10px;
	}
	#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa {
		margin-top: 100px;
	}
	#independent-financial-advice-in-winchester .why_sfs div.grid {
		padding-top: 70px;
	}
	#independent-financial-advice-in-winchester .why_sfs div.grid.book {
		padding-top: 20px;
		padding-bottom: 50px;
	}
}

@media (max-width: 840px) { 
	#news .blog div.grid .text {
		min-height: 140px;
	}
	
	.free-resources .fc p:first-of-type,
	.free-resources .pfp p:first-of-type {
		min-height: auto;
	}
	.free-resources a.client-login {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (max-width: 800px) { 
	#header-container {
		position: relative;
	}
	#body-container {
		padding-top: 0;
	}

	#banner h1, #banner h2 {
		font-size: 150%;
		margin-bottom: 15px;
	}
	#banner h3 {
		font-size: 100%;
	}
	#blog #content .blog div.grid {
		display: block;
	}
	#blog #content .blog .list-info {
		overflow: hidden;
	}
	#blog #content div.left.item-image,
	#charity-community #content div.left.item-image,
	#charity-community #content div.right.item-image {
		width: 100%;
		margin: 0 0 30px;
	}
	#blog #content div.left img,
	#charity-community #content div.left img,
	#charity-community #content div.right img {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	#blog #content div.left.item-image + div.text,
	#charity-community #content div.left.item-image + div.text,
	#charity-community #content div.right.item-image + div.text {
		width: 100%;
	}
	#blog #content .item-page div.item-image,
	#charity-community #content .item-page div.item-image {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 20px;
		float: none;
		text-align: left;
	}
	#blog #content .item-page div.item-image img,
	#charity-community #content .item-page .article img {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#blog #content .item-page div.item-image + div.header,
	#charity-community #content .item-page div.item-image + div.header  {
		width: 100%;
		margin-right: 0;
	}
	#blog #content div.header h1,
	#charity-community #content div.header h1 {
		font-size: 130%;
	}
	#blog .article h2 {
		font-size: 130%;
	}
	#charity-community #content .list-info div.item {
		border-bottom: 0;
	}
	
	.free-resources .grid {
		margin-right: 0;
		width: 94%;
		min-height: auto;
		padding-bottom: 20px;
	}
	.free-resources .fc {
		margin-right: 0;
		margin-bottom: 15px;
	}
	#content ol.video,
	.avPlayerWrapper {
		width: 100% !important;
	}
}

@media (max-width: 780px) {
	#independent-financial-advice-in-winchester #services-include li {
		font-size: 90%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 760px) { 
	a.b_btn {
		padding: 6px 20px 8px;
	}
	h1, h2 {
		font-size: 140%;
		margin-bottom: 15px;
		line-height: 1.1;
		font-weight: 600;
	}
	
	#home #banner-container {
		background: none;
	}
	#banner .home li.icons {
		text-align: center;
		margin-top: 20px;
	}
	#banner .home h4 {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#banner .home h4 a {
		width: 122px;
		padding-top: 100px;
	}
	#banner {
		min-height: 260px;
	}
	#home #banner li:first-child {
		margin-right: 0;
	}
	#home #banner li,
	#banner li {
		width: 100%;
	}
	#financial-planning #banner .group h2,
	#property-finance-mortgages #banner .group h2,
	#wealth-management #banner .group h2 {
		font-size: 135%;
	}
	#about-us #banner p,
	#about-us #featured {
		font-size: 80%;
	}
	#banner .fp ul li,
	#banner .pfm ul li,
	#banner .wm ul li {
		background-size: 110px;
		width: 75%;
		padding-right: 25%;
		padding-bottom: 0;
		background-position: right center;
	}
	
	#home #content {
		margin: 10% 0 12%;
	}
	.we-can-help-with h2 {
		font-size: 100%;
	}
	
	.products-list div.grid {
		width: 43.8%;
		margin-bottom: 2%;
	}
	.products-list div.grid:nth-child(2n) {
		margin-right: 0;
	}
	.products-list div.grid:nth-child(3),
	.products-list div.grid:nth-child(9) {
		margin-right: 1.2%;
	}
	.products-list div.grid h2 {
		font-size: 105%;
		margin-top: 5px;
	}
	.products-list div.grid .full-text {
		font-size: 90%;
	}
	
	#content ul.index li {
		width: 43.7%;
	}
	
	.helping-you-make-your-money h2 {
		width: 100%;
		font-size: 160%;
	}
	.helping-you-make-your-money div.grid {
		width: 100%;
	}
	.helping-you-make-your-money div.grid.img {
		float: none;
		margin: 0 auto;
	}
	.helping-you-make-your-money h3 {
		margin-top: 0%;
	}
	
	.we-can-help-with div.header {
		margin-bottom: 0;
	}
	.we-can-help-with .grid {
		width: 100%;
	}
	.we-can-help-with .grid:first-of-type {
		margin-right: 0;
	}
	.we-can-help-with .mooaccordionopen + .text {
		margin: 10px 0;
	}
	.we-can-help-with h3 {
		font-size: 100%;
	}
	.videos-list div.grid {
		width: 48.4%;
	}
	.videos-list div.grid .full-text {
		min-height: 100px;
	}
	.videos-list div.grid:nth-child(3n) {
		margin-right: 2%;
	}
	.videos-list div.grid:nth-child(2n),
	.videos-list div.grid.row-5 {
		margin-right: 0;
	}
	#news {
		padding-top: 8%;
		padding-bottom: 4%;
	}
	#news .blog h3 {
		font-size: 145%;
	}
	.free-resources {
		margin: 10% 0 13%;
	}
	.testimonial-slider {
		padding: 7% 0;
	}
	.contactform h3 {
		font-size: 110%;
		font-weight: 600;
	}
	#contact {
		padding-top: 8%;
	}
	#contact .getintouch h2 {
		font-size: 160%;
		text-align: center;
		margin-bottom: 20px;
	}
	#contact .getintouch ul {
		text-align: center;
	}
	#contact .getintouch ul li.tel,
	#contact .getintouch ul li.email {
		padding-top: 55px;
	}
	#contact .getintouch ul li.email {
		margin-right: 0;	
	}
	#contact .getintouch h3 {
		margin-bottom: 4%;
		text-align: center;
	}
	#footer-top .download .grid.first {
		margin-top: 50px;
	}
	#footer-top .download h2 {
		font-size: 120%;
	}
	#footer-top .download h3 {
		font-size: 80%;
		font-weight: 300;
	}
	
	form#webinar div.grid {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	form#webinar button[type="submit"] {
		width: 100%;
	}
	#independent-financial-advice-in-winchester #banner .winchester li:first-child {
		width: 58%;
	}
	#independent-financial-advice-in-winchester #banner .winchester li:last-child {
		margin-right: 0;
	}
	#independent-financial-advice-in-winchester #banner .winchester h4 {
		width: 120px;
		padding-top: 100px;
	}
}

@media (max-width: 723px) { 
	.contactform .tick label {
		width: 85%;
	}
}

@media (max-width: 700px) {
	#content .item-page div.right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		float: none;
		text-align: center;
	}
	#content .item-page div.right img {
		width: 70%;
	}
	#content .item-page.image div.right {
		width: 100%;
	}
	#news .blog article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	#news .blog .newsflash-image img {
		width: 100%;
		margin-bottom: 15px;
	}
	#news .blog div.header,
	#news .blog div.grid .text {
		min-height: auto;
	}
	#news .blog .item_published {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#news .blog div.grid .text {
		margin-bottom: 20px;
	}
	#news .blog div.grid:last-child {
		margin-left: 0;
		display: none;
	}
	
	#meet-the-team #content .group div.grid {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	#meet-the-team #content .group div.grid:nth-child(3), 
	#meet-the-team #content .group div.grid:nth-child(9) {
		margin-right: 0;
	}
	#meet-the-team #content .item-image img {
		width: 60%;
	}
	
	.pagination ul li a {
		margin: 0 3px;
		width: 35px;
		padding: 5px 5px 6px;
	}
	
	#footer .links li.item-112 ul.nav-child, 
	#footer .links li.item-114 ul.nav-child, 
	#footer .links li.item-309 ul.nav-child {
		min-height: auto;
		margin-bottom: 20px;
	}
	#footer .links li span.nav-header, #footer .links li a.nav-header {
		width: 100%;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	#footer .links li.item-115 ul.nav-child {
		min-height: auto;
	}
	#footer .links {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#footer .legal {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 676px) {
	.calendar {
		margin-top: 50px;
	}
	#independent-financial-advice-in-winchester #services-include li {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	#independent-financial-advice-in-winchester #banner .winchester {
		padding: 40px 0 50px;
	}
}

@media (max-width: 650px) { 
	a.g_btn {
		font-size: 75%;
	}
	#news .blog a.readall {
		float: none;
		margin-bottom: 20px;
	}
	#news .blog h3 {
		display: block;
		margin-bottom: 10px;
	}
	#financial-planning #content .category-desc {
		background-image: url(../images/6-Stage-Process-3.svg);
		padding-bottom: 606%;
		background-size: 86%;
		margin-bottom: 40px;
	}
	.guides-list div.grid {
		width: 100%;
	}
	.guides-list div.grid .item-image {
		width: 125px;
	}
	.guides-list div.grid img {
		width: 100%;
	}
	.guides-list div.grid .full-text {
		margin-left: -85px;
		padding: 60px 30px 40px 90px;
		width: 110px;
		height: 120px;
	}
	.guides-list div.grid h2 {
		font-size: 80%;
		width: 118px;
	}
	.guides-list div.grid a.b_btn {
		font-size: 60%;
	}
	
	#footer-top .download .grid.first {
		margin-top: 40px;
		width: 62.5%;
	}
	#footer-top .download .grid.last {
		width: 36%;
	}
	#footer-top .download h2 {
		margin-bottom: 15px;
	}
	#footer-top .download a.g_btn {
		padding: 3px 23px 5px;
	}
	nav.pagenavigation a.btn {
		width: auto;
	}
	nav.pagenavigation a.previous {
		margin-bottom: 15px;
	}
	nav.pagenavigation a.next {
		padding-left: 15px;
		background-position-x: 98.3%;
	}
}

@media (max-width: 645px) { 
	#independent-financial-advice-in-winchester #banner .winchester li:first-child {
		width: 75%;
	}
	#independent-financial-advice-in-winchester #banner .winchester li:last-child {
		width: 20%;
		margin-top: -20px;
		margin-right: 1%;
	}
}

@media (max-width: 630px) { 
	#header-top {
		padding-top: 3px;
		padding-bottom: 52px;
		text-align: center;
	}
	#header-top .call {
		padding-top: 0;
		float: none;
	}
	#header-top h6 strong {
		border-bottom: 0;
	}
	#header-top .menu { 
		width: 100%;
	}
	a.client-login {
		margin-left: 10px;
	}
	#header-top li.parent ul.nav-child {
		padding: 0 12px 12px;
		min-width: 10em;
		margin-left: 0;
	}
	#content ul.index li {
		min-height: 280px;
	}
}

@media (max-width: 569px) {
	.contactform .rsform-block-accept-data-protection input {
		margin-top: 8px;
	} 
}

@media (max-width: 550px) { 	
	.breadcrumb {
		margin-bottom: 15px;
	}
	.breadcrumb a {
		font-size: 60%;
	}
	
	.products-list div.grid,
	#content ul.index li {
		width: 95%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 20px;
		min-height: auto;
	}
	.videos-list div.grid {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	.videos-list div.grid:nth-child(3n) {
		margin-right: 0;
	}
	.videos-list div.grid .full-text {
		min-height: auto;
	}
	.videos-intro div.full-text h2 {
		font-size: 110%;
	  }
	
	#resources #content ul.index li {
		width: 95%;
		margin-right: 0;
		min-height: auto;
		padding-bottom: 20px;
	}
	
	#footer-top .download .grid.first {
		width: 62%;
	}
	#footer-top .download .grid.first {
		margin-top: 30px;
	}
	#footer-top .download h2 {
		font-size: 110%;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	#footer-top .download h3 {
		font-size: 70%;
	}
}

@media (max-width: 480px) {
	#banner-container {
		background-size: 255px;
	}
	#banner {
		min-height: auto;
	}
	#banner .group {
		padding-bottom: 20px;
	}	
	#banner .fp ul li, 
	#banner .pfm ul li, 
	#banner .wm ul li {
		background-position: center bottom;
		padding-right: 0;
		width: auto;
		padding-bottom: 110px;
	}
	
	#footer-top .download h2 {
		font-size: 85%;
	}
	#footer-top .download .grid.first {
		width: 55%;
	}
	#footer-top .download .grid.last {
		width: 42%;
	}
	#independent-financial-advice-in-winchester #banner .winchester li:first-child,
	#independent-financial-advice-in-winchester #banner .winchester li:last-child {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		text-align: center;
	}
	#independent-financial-advice-in-winchester #banner {
		min-height: 300px;
	}
	#independent-financial-advice-in-winchester #your-award-winning-winchester-ifa .item-content li {
		width: 48%;
		margin-right: 1%;
	}
}

@media (max-width: 450px) { 
	#contact .getintouch ul li.tel,
	#contact .getintouch ul li.email {
		margin-right: 0;
		width: 95%;
	}
	#contact .getintouch form div.rsform-block-accept-data-protection label {
		display: inline-block;
		width: 85%;
		margin-top: 10px;
		line-height: 1.2;
	}
	#contact .getintouch form .tick input {
		margin-top: 12px;
		float: left;
	}
}

@media (max-width: 410px) { 
	a.g_btn {
		font-size: 65%;
	}
	#banner .home h4 a {
		width: 90px;
		padding-top: 75px;
		font-size: 65%;
	}
	#featured .values li {
		width: 100%;
		margin-right: 0;
	}

	#footer-top .download h2 {
		font-size: 84%;
		margin-bottom: 8px;
	}
	#footer-top .download h3 {
		font-size: 65%;
	}
}

@media (max-width: 380px) { 
	#financial-planning #content .category-desc {
		background-size: 100%;
		padding-bottom: 702%;
	}
	#contact .getintouch ul li.tel, 
	#contact .getintouch ul li.email {
		font-size: 80%;
	}
	#contact .getintouch ul li.tel,
	#contact .getintouch ul li.email {
		background-size: 40px;
		padding-top: 45px;
	}
}

@media (max-width: 370px) { 
	#content div.pagenav li {
		width: 100%;
	}
	
	#footer-top .download h2 {
		font-size: 80%;
		margin-bottom: 5px;
	}
	#footer-top .download h3 {
		margin-bottom: 2px;
	}
}

@media (max-width: 350px) { 
	#header-top li a.contact {
		padding: 9px 15px;
	}
	#banner div.menu ul,
	#banner div.menu li.parent span {
		width: 172px;
	}
	#banner div.menu li.parent ul.nav-child {
		width: 257px;
		font-size: 80%;
	}
	
	#footer-top .download .grid.first {
		margin-top: 23px;
	}
	#footer-top .download h2 {
		font-size: 70%;
	}
	#footer-top .download h3 {
		font-size: 60%;
	}
}