@charset "utf-8";
body {
    font-family: 'Montserrat', sans-serif;
    color: #414042;
    background-color: #FFFFFF;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #eeeeee;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    z-index: 0;
}
.yellow {
	background-color: #D8A72C;
	color: #D8A72C;
}
.yellowlt {
	background-color: #e4c12f;
	color: #e4c12f;
}
.green {
    background-color: #00b07b;
}
.orange {
	background-color: #E56644;
}
.white {
	background-color: #FFF;
}
.whiteopac {
	background: rgba(255, 255, 255, .2);
}
.white2 {
    background-color: #fffdff;
}
.black {
	background-color: #333333;
}
.magenta {
	background-color: #BE5387;
}
.blue {
    background-color: #0341bd;
}
.blue2 {
    background-color: #49a2db;
}
.blue3 {
    background-color: #5cabdf;
}
.bluedk {
    background-color: #1e196b;
}
.bluedk2 {
    background-color: #1d54c4;
}
.grey {
	background-color: #3D3D3F;
}
.greylt {
    background-color: #f5f8fc;
}
.greylt2 {
    background-color: #dfeef8;
}
.text-white {
	color: #FFF;
}
.text-yellow {
    color: #F5E82B;
}
.text-blue {
    color: #0341bd;
}

.border-grey {
	border: 1px solid #CCC;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}
.link-white:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.link-green {
    color: #00be85;
    text-decoration: none;
}
.link-green:hover {
    color: #0442BD;
    text-decoration: none;
}
.link-button-outline {
    color: #49a2db;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #49a2db;
    text-transform: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
	
}
.link-button-outline:hover {
    color: #ffffff;
    background-color: #0643BD;
    border-color: #0643BD;
}


.link-button-outline2 {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #ffffff;
    text-transform: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
	
}
.link-button-outline2:hover {
    color: #0341BD;
    background-color: #ffffff;
    border-color: #0643BD;
}



.link-button-blue {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    text-transform: none;
    background-color: #49a2db;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.link-button-blue:hover {
    color: #FFFFFF;
    background-color: #0643BD;
}
.link-button-yellow {
    color: #0341BD;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: none;
    background-color: #f5e82b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.link-button-yellow:hover {
    color: #FFFFFF;
    background-color: #0442BD;
}


.link-button-yellow2 {
    color: #0341BD;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: none;
    background-color: #f5e82b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.link-button-yellow2:hover {
    color: #0341BD;
    background-color: #ffffff;
}






.link-button-white {
    color: #49a2db;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #49a2db;
    text-transform: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
}
.link-button-white:hover {
    color: #FFFFFF;
    background-color: #0341BD;
}


.link-button-white2 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    margin-top: 10px;
    text-transform: uppercase;
}
.link-button-white2:hover {
    color: #E4C12F;
    border-color: #E4C12F;
}


.link-button-white3 {
    color: #49a2db;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    margin-top: 10px;
    text-transform: uppercase;
    background-color: #FFFFFF;
}
.link-button-white3:hover {
    color: #FFFFFF;
    border-color: #0341BD;
    background-color: #0341BD;
}




 *::-webkit-input-placeholder {
 color: #666666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}
.link-button-course {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #82BFE7;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding-top: 14px;
	padding-right: 60px;
	padding-bottom: 14px;
	padding-left: 14px;
	z-index: 100;
	background-image: url(/images/icon_calender.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	line-height: 18px;
	letter-spacing: 0em;
}
.link-button-course:hover {
	color: #FFFFFF;
	background-color: #909A82;
	display: inline-block;
	z-index: 100;
}
.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-rotate:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-translate:hover {
	-ms-transform: translate(20px, 0px); /* IE 9 */
	-webkit-transform: translate(20px, 0px); /* Chrome, Safari, Opera */
	transform: translate(20px, 0px);
}
.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-scale:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1, 1.1);
}
.link-opacity {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.link-opacity:hover {
	opacity: 0.5;
}
#enquiryform td {
	padding-bottom: 20px;
	padding-top: 0px;
}
.enquiryform-checkbox {
	width: 6%;
}
#enquiryform input {
    width: 94%;
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    border: 0px solid #999999;
    padding: 3%;
    background-color: #f2f2f2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#enquiryform select {
    width: 100%;
    border: 0px solid #999999;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    padding: 3%;
    background-color: #f2f2f2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#enquiryform textarea {
    width: 96.2%;
    height: 80px;
    border: 0px solid #999999;
    color: #333333;
    font-size: 16px;
    background-color: #f2f2f2;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 1.8%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#enquiryform h6 {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}
#calculator td {
}
#calculator input {
	width: 96%;
	color: #333333;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-size: 16px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	line-height: 16px;
	border: 1px solid #FFF;
	text-align: center;
}
#calculator h6 {
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
#calculator h5 {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 12px;
}
.calculator-button {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	background-color: #909A82;
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.calculator-button:hover {
	color: #FFFFFF;
	background-color: #3C4768;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.video-wrap {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.disclaimer {
	font-size: 14px;
	line-height: 16px;
}
.cta {
	float: left;
	width: 98%;
	text-decoration: none;
	background-color: #D44797;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-align: center;
	padding: 1%;
}
.cta-icon {
	text-decoration: none;
	position: absolute;
	left: 47%;
	top: -40px;
	height: 82px;
	width: 83px;
}
.test {
    background-image: url(/images/banners/home.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
    background-color: #2a2a2a;
    background-attachment: fixed;
}
.quote {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #7C829F;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*.pulse {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	margin: 0px;
	padding: 0px;
}*/

.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 460px; /* your iframe height */
	top: 460px;  /* your iframe height */
	margin-top: -460px;  /* your iframe height */
}

.form_text {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0px;
    border: 0px solid #49A2DB;
    background-color: #f2f2f2;
    height: 60px;
}
.form_textarea {
    width: 92%;
    border: 0px solid #49A2DB;
    padding-top: 6%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0px;
    background-color: #f2f2f2;
}

.form_select {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: px;
    border: 0px solid #49A2DB;
    background-color: #f2f2f2;
    height: 60px;
}


input:required {
  background-color: white;
}

 @-webkit-keyframes spin1 {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin1 {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes spin1 {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@-ms-keyframes spin1 {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-keyframes spin1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.spin {
	-webkit-animation: spin1 2s infinite linear;
	-moz-animation: spin1 2s infinite linear;
	-o-animation: spin1 2s infinite linear;
	-ms-animation: spin1 2s infinite linear;
	animation: spin1 2s infinite linear;
	display: block;
}
.showSingle {
	cursor: pointer;
}
.cnt {
}
** DESKTOP ** {
}
h1 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: none;
    color: #0341bd;
}
h2, h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
    color: #0341bd;
}
h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-weight: 600;
    color: undefined;
}
h6 {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #0341bd;
}
.gridContainer {
    width: 96%;
    max-width: 1220px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.gridContainerMobile {
    width: 96%;
    max-width: 1220px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.page_container {
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 100;
    background-repeat: repeat-x;
    padding-top: 0px;
    background-color: #0341bd;
}

.header {
    width: 100%;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-logo {
    float: left;
    width: 264px;
    margin-top: 5px;
}

.header-content {
    display: block;
    width: 60%;
    float: right;
    color: #666666;
    padding-bottom: 0%;
    margin-top: 0px;
    padding-top: 0px;
    text-align: right;
}
.header-content h4 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 6px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 600;

}

.header-content h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 0px;
    color: #FFFFFF;
    opacity: 1;

}


.container_nav {
    width: 100%;
    background-color: #3689D2;
    height: 56px;
}

.header-nav {
    width: 80%;
    float: left;
    clear: none;
}
.header-nav-contact {
    width: 20%;
    float: left;
    clear: none;
    text-align: right;
    padding-top: 8px;
}



.container_nav2 {
    width: 100%;
    background-color: #00be85;
    min-height: 56px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-nav2 {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.header-nav2 li {
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 30px;
    color: #ffffff;
    list-style-type: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
}
.header-nav2 li a {
    color: #ffffff;
}

.header-nav2 li a:hover {
    color: #333333;
}

.header-nav2 ul {
    padding-right: 0px;
    padding-left: 0px;
}   



.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.container2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container_pros {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/images/bgd_pros.jpg);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.container_faqs {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url(/images/illustration-womanthinking.png);
    background-repeat: no-repeat;
    background-position: 85% bottom;
}


.container-wide {
    width: 96%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 2%;
    padding-right: 2%;
}
.container_calc {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(/images/bgd_calculator.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.home-iframe  {
    height: 1280px;
}
.mortgage-iframe  {
    height: 520px;
}
.container_banner {
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
    min-height: 580px;
}


.banner-content {
    float: left;
    width: 100%;
    padding-top: 60px;
    text-align: left;
    min-height: 0px;
    height: auto;
}
.banner-content-left {
    padding-right: 4%;
    width: 40%;
    padding-left: 10%;
    float: left;
}


.banner-content-left ul {
   margin-bottom: 30px;
}


.banner-content-left li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet-tick.png);
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
    color: #0341bd;
}
.banner-content-left h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1px;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #0341bd;
}
.banner-content-left h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    color: #0341bd;
}
.banner-content-left h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}
.banner-content-right {
    float: left;
    width: 46%;
    padding-top: 0px;
    clear: none;
    height: 460px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container_banner_sub {
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 0;
    background-color: #00BE85;
}

.container_banner_sub h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1px;
    padding-top: 0px;
    margin-bottom: 0px;
}


.video-hero-tp {
	width: 100%;
	text-align: center;
}

.content {
	width: 100%;
	float: left;
    opacity: 0;
    transform: translateY(100px); /* Start it below its final position */
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.content2 {
	width: 100%;
	float: left;
}
.content-pad {
	width: 88%;
	float: left;
	padding: 6%;
}
.columns-wrap {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.columns1 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.columns1.zerobm {
	margin-bottom: 0px;
}
.columns1a {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 8px;
}
.columns1-pad {
	width: 96%;
	float: left;
	margin-bottom: 20px;
	padding: 2%;
}



.columns2 {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns2.last {
	margin-right: 0%;
	position: relative;
}
.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2-right {
    width: 48.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: right;
    text-align: center;
}




.columns2 li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 0px;
}

.columns2 li.pros {
    clear: none;
    margin-left: 0px;
    list-style-image: url(none);
    margin-bottom: 20px;
    background-image: url(/images/bullet-tick-yellow.png);
    background-repeat: no-repeat;
    background-position: left top;
    list-style-type: none;
    padding-left: 50px;
}


.columns2 li.cons {
    clear: none;
    margin-left: 0px;
    list-style-image: url(none);
    margin-bottom: 20px;
    background-image: url(/images/bullet-tick-cons.png);
    background-repeat: no-repeat;
    background-position: left top;
    list-style-type: none;
    padding-left: 50px;
}



.columns2 li.bulletswhite {
	list-style-image: url(/images/bullet-white.png);
}


.columns2 ul {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
	
}
.columns2 img {
	clear: none;
}

.columns2-wide {
    width: 65%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
}
.columns2-wide-sidebar {
    width: 31%;
    clear: none;
    float: left;
}


.columns2-pros {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns2-pros.last {
	margin-right: 0%;
	position: relative;
}

.sidebar-wrap {
    width: 84%;
    color: #0341BD;
    background-color: #F1F8FC;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 0%;
    padding-left: 8%;
    border-radius: 20px;
} 
.sidebar-wrap img {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;

} 


.sidebar-wrap li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet-arrow.png);
    margin-bottom: 20px;
}



.columns2-wide-video {
	width: 70%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 4%;
}
.columns2-wide-video-sidebar {
	width: 26%;
	clear: none;
	float: left;
}




.columns2-wide-video-sidebar-right {
	width: 26%;
	margin-right: 4%;
	clear: none;
	padding: 0%;
	float: left;
}

.columns2-wide-video-right {
	width: 70%;
	clear: none;
	float: left;
}
     





.columns2-table {
    display: table;
    width: 100%;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-repeat: no-repeat;
}
.columns2-table-cell {
    display: table-cell;
    position: relative;
    width: 44%;
    vertical-align: top;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.columns2-table-cell.left {
    width: 70%;
}
.columns2-table-cell.right {
    width: 30%;
}
.columns2-table-cell.mid {
	position: relative;
	width: 6%;
	background-color: #FFF;
}
.columns2-table-cell h5 {
	margin-bottom: 0px;
	display: block;
	color: #FFF;
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
}



.columns2-apply-left {
	width: 25%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 5%;
}
.columns2-apply-right {
	width: 70%;
	clear: none;
	float: left;
}


.columns2-apply-research-left {
	width: 65%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 5%;
}
.columns2-apply-research-right {
	width: 30%;
	clear: none;
	float: right;
}



.columns3 {
	width: 30%;
	clear: none;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 2.5%;
}
.columns3.last {
	margin-right: 0%;
}
.columns3 img {
}
.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}
.columns3 ul {
	clear: none;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-top: 0px;
	padding-top: 0px;
}
.columns3-pad.last {
	margin-right: 0%;
}
.columns3 h4 a {
	min-height: 25px;
	color: #49a2db;
}
.columns3 h4 a:hover {
	min-height: 25px;
	color: #FFFFFF;
}
.columns3 h5 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 27px;
}
.columns3-table {
    display: table;
    width: 100%;
    padding: 0px;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
}

.columns3-table-cell {
    display: table-cell;
    position: relative;
    width: 26%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    font-size: 16px;
    line-height: 22px;
}
.columns3-table-cell.mid {
    position: relative;
    width: 3%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
}
.columns3-table-cell h4 {
    background-size: cover;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 0px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    margin-left: 0px;
}
.columns3-table-cell h5 {
    margin-bottom: 0px;
    display: block;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
}
.columns3-table-cell a:hover {
	color: #FFF;
}
.columns3-table-cell-content {
	position: relative;
	width: 90%;
	float: left;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}
.columns3-calc {
	width: 26.3%;
	clear: none;
	margin-right: 4%;
	float: left;
	margin-bottom: 2.5%;
	border: 1px solid #A0D1E3;
	padding: 2%;
}
.columns3-calc.last {
	margin-right: 0%;
}
.columns3-specialist {
    width: 25%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
    margin-left: 2%;
    border: 1px solid #49a2db;
    padding: 2%;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    color: #333;
    display: block;
    min-height: 180px;
    background-color: #FFFFFF;
    
}
.columns3-specialist img {
	position: relative;
	background-size: cover;
	display: block;
}
.arrow-link {
	height: 54px;
	width: 54px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.columns4 {
	clear: none;
	width: 22%;
	margin-right: 4%;
	float: left;
}
.columns4.last {
    margin-right: 0%;
    margin-bottom: 0px;
}
.columns4 h4 {
	z-index: 200;
	position: relative;
	color: #FFF;
	margin-top: 10px;
}
.columns4 h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 25px;
}
.columns4-center {
	clear: none;
	z-index: 200;
	position: relative;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
}



.columns4-table {
    display: table;
    width: 100%;
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.columns4-table-cell {
    display: table-cell;
    position: relative;
    width: 23.5%;
    text-align: center;
    vertical-align: top;
}
.columns4-table-cell.mid {
    position: relative;
    width: 2%;
    background-color: #FFF;
}



.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}
.columns5 {
	clear: none;
	width: 18%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 16%;
	font-size: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.container_shortcuts {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
.columns3-shortcuts {
	clear: none;
	width: 33.333%;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 15px;
}
.columns3-shortcuts img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.columns3-shortcuts.last {
	border-right-style: none;
	width: 33%;
	clear: none;
	float: left;
}
.columns3-shortcuts a {
	color: #49a2db;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
.columns3-shortcuts a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
.columns5-shortcuts {
	clear: none;
	width: 20%;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 15px;
}
.columns5-shortcuts img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.columns5-shortcuts.last {
	border-right-style: none;
	width: 19.5%;
	clear: none;
	float: left;
}
.columns5-shortcuts a {
	color: #49a2db;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
.columns5-shortcuts a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
.container_shortcuts2 {
	width: 100%;
	background-color: #FFFFFF;
}
.columns5-shortcuts2 {
	clear: none;
	width: 18%;
	float: left;
	text-align: center;
	padding-top: 35px;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 35px;
}
.columns5-shortcuts2 a {
	color: #FFFFFF;
}
.columns3-shortcuts2 {
	clear: none;
	width: 31.333%;
	float: left;
	text-align: center;
	padding-top: 35px;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 35px;
}
.columns3-shortcuts2 a {
	color: #FFFFFF;
}
.columns6 {
	clear: none;
	width: 14.222%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	text-align: center;
	border: 1px solid #CCC;
}
.columns6 img {
	width: 100%;
}

.form-wrap {
	width: 100%;
	margin-top: 40px;
}
.form-wrap-sub {
	width: 90%;
	background-image: url(/images/bgd_course-info-kit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #92B966;
	padding: 5%;
}
.container_footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}


.header-unit {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	height: 460px;
}
#video-container {
	position: absolute;
	background-position: center bottom;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 200;
}
video {
	position: absolute;
	z-index: 0;
	top: 0%;
}
video.fillWidth {
	width: 100%;
	z-index: 0;
}
#videoMessage {
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 300;
	position: absolute;
	top: 0px;
	float: left;
}
.button-upload {
	background-color: #0F6;
}
.rightMenu {
}
.rightMenu p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightMenu a {
	display: block;
	color: #49a2db;
	font-weight: 400;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	font-size: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #49a2db;
	text-decoration: none;
	line-height: 19px;
}
.rightMenu a:hover {
	text-decoration: none;
	background-color: #3d3d3d;
	color: #FFF;
	padding-left: 10px;
}
.corner {
	height: 28px;
	width: 15px;
	position: absolute;
	top: 0px;
	right: -15px;
}
.side-enquire {
	height: 135px;
	width: 125px;
	position: fixed;
	top: 300px;
	right: 0px;
	z-index: 999;
}
.columns2-wide-specialist-adviser {
	width: 64%;
	clear: none;
	padding: 3%;
	float: left;
	margin-right: 4%;
	margin-top: -108px;
	background-color: #f2f2f2;
	position: relative;
}
.video-wrap {
	width: 80%;
	float: left;
	margin-right: 10%;
	margin-left: 10%;
}
.side-enquire {
	height: 135px;
	width: 125px;
	position: fixed;
	top: 300px;
	right: 0px;
	z-index: 999;
	display: block;
	float: right;
}
.mobile-enquire {
	display: none;
}
/*
==============================================
SlideInDown
==============================================
*/

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
 @keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}




.float-right {
	float: right;
}

.step-boxes {
    width: 71%;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 6%;
    padding-bottom: 3%;
    float: left;
    background-color: #49A2DB;
    background-image: url(/images/bgd_stepboxes.png);
    background-repeat: repeat-y;
    border-radius: 20px;
    background-position: left top;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 50px;
}

.step-boxes h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
}

.step-boxes-emoji {
    width: 208px;
    height: 218px;
    position: absolute;
    right: -150px;
    top: 0px;
}




.step-boxes-right {
    width: 71%;
    padding-left: 6%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    background-color: #49A2DB;
    background-image: url(/images/bgd_stepboxes.png);
    background-repeat: repeat-y;
    border-radius: 20px;
    background-position: left top;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 50px;
    float: right;
}

.step-boxes-right h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
}

.step-boxes-right-emoji {
    width: 208px;
    height: 218px;
    position: absolute;
    left: -150px;
}

.text-center {
	text-align: center;
}

#equity {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    font-weight: 400;

}

.equity-button {
    text-align: center;
    display: block;
    padding-left: 2%;
    padding-top: 12px;
    padding-right: 2%;
    padding-bottom: 12px;
    width: 96%;
    background-color: #0341BD;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
}

.equity-button:hover {
    background-color: #02318e;
	color: #FFFFFF;
}

.equity-disclaimer {
    background-color: #f1f2f3;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    padding-left: 1%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    width: 98%;
    float: left;
}







.ercalc-table {
    display: table;
    width: 80%;
    padding: 0px;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}
.ercalc-table-cell {
    display: table-cell;
    position: relative;
    width: 42%;
    vertical-align: top;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
	background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
}

.ercalc-table-cell li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(../images/bullet-white.png);
    margin-bottom: 8px;
}

.ercalc-table-cell p {
    margin-bottom: 40px;
}



.ercalc-table-cell h4 {
    color: #FFFFFF;
    margin-top: 3%;
}

.ercalc-table-cell h5 {

}

.ercalc-table-cell label {
    font-size: 20px;
    font-weight: 600;

}

.ercalc-table-cell input {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #49A2DB;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    width: 50px;
    background-color: #f2f2f2;
}



.container_footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    background-repeat: repeat-x;
}


.footer {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #0341bd;
}
.footer-col1 {
    width: 38%;
    float: left;
    clear: none;
    margin-left: 0px;
    padding-right: 2%;
}
.footer-col2 {
    width: 26%;
    float: left;
    clear: none;
    padding-left: 2%;
    padding-right: 2%;
}


.footer h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
}

.footer a {
    text-decoration: none;
    color: #0341bd;
    font-weight: 400;
}
.footer a:hover {
    color: #000000;
    text-decoration: none;
}


.calendly-inline-widget {
    width: 100%;
    height: 800px;
}


.hide-mobile {
	display: inline-block;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: none;
}
.hide-desktop-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: block;
}
.hide-tabletsm-mobile {
}




/* Tablet Layout: 1200px to 700px. Inherits styles from: Desktop Layout. */

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




** TABLET ** {
}
h1 {

}
h2, h3 {

}
h4 {
    font-size: 24px;
    line-height: 25px;
}
h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {
    font-size: 18px;
    line-height: 22px;
}
.gridContainer {
    width: 92%;
    clear: none;
    float: none;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}
.zeroMargin_tablet {
	margin-left: 0;
}

	
.container_header {
    padding-bottom: 0px;
}
    
    
.header-logo {
	clear: none;
}


.header-tagline1 {
	font-size: 23px;
	line-height: 24px;
}



.header-tagline2 {
    font-size: 18px;
    line-height: 20px;
}
    
    
.container_nav {
    width: 100%;
    background-color: #3689D2;
    height: auto;
}

.header-nav {
    width: 100%;
}
.header-nav-contact {
    display:none;
}    
	
	
	
	
.banner-content-left {
    float: left;
    padding-right: 5%;
    width: 45%;
    padding-left: 4%;
}


.banner-content-left ul {
   margin-bottom: 30px;
}


.banner-content-left li {
    font-size: 16px;
    line-height: 20px;
}
.banner-content-left h1 {
    font-size: 38px;
    line-height: 42px;
}
.banner-content-left h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    color: #0341bd;
}

.banner-content-right {
    float: left;
    width: 46%;
    padding-top: 0px;
    clear: none;
    height: 460px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-image: url(/images/banner-home.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}	
	
	
	
	
.columns2-sofa {
	width: 50%;
}
	
	
.home-iframe  {
    height: 1400px;
}	
.mortgage-iframe  {
    height: 950px;
}	
	
.container {
    padding-top: 60px;
    padding-bottom: 60px;
}
	
.container-wide {
    width: 92%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
}	
	
.container_calc {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center center;
}	
	
.content {
	margin-top: 1%;
}
.columns2 img {
	clear: none;
	padding-bottom: 10px;
}
.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.columns2-wide {
}
.columns2-wide-sidebar {
}
.columns2-wide-video {
	width: 100%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 0%;
	margin-bottom: 40px;
}
.columns2-wide-video-sidebar {
	width: 100%;
	clear: none;
	float: left;
}
	
	
.columns2-wide-video-right {
	width: 100%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 0%;
}
.columns2-wide-video-sidebar-right {
	width: 100%;
	clear: none;
	float: left;
	margin-bottom: 40px;
}	
	
	
.columns3 {
}
.columns3 h4 a {
	font-size: 16px;
	line-height: 18px;
}
.columns3-specialist {
	min-height: 300px;
}
.columns4 {
}
.columns4-center {
}
	
	
.columns4-table-cell {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.columns4-table-cell.mid {
    position: relative;
    width: 2%;
    background-color: #FFF;
}	
	
	
	
	
	
.columns3-shortcuts a {
	font-size: 15px;
	line-height: 17px;
}
.columns5-shortcuts a {
	font-size: 15px;
	line-height: 17px;
}
.columns5-shortcuts2 {
	font-size: 15px;
	line-height: 17px;
}
.columns5-shortcuts2 a {
	color: #FFFFFF;
}
.columns3-shortcuts2 {
	font-size: 15px;
	line-height: 17px;
}
.columns3-shortcuts2 a {
	color: #FFFFFF;
}
.columns5-table-cell {
	display: block;
	position: relative;
	width: 96%;
	padding: 2%;
}
	
.hide-mobile {
	display: inline-block;
}	
	
.hide-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: none;
}
.hide-tabletsm-mobile {
    display: inline-block;
}
.header-unit {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	height: 460px;
}
#intro {
	width: 60%;
}
    
.float-right {
	float: right;
}
	
	
.step-boxes h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
}
	
.step-boxes-right h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
}
	
.ercalc-table-cell label {
    display: block;
    margin-bottom: 5px;
}	
    
.calendly-inline-widget {
    width: 100%;
    height: 1200px;
}		    
    
}







/* Tablet Layout: 700px to 481px. Inherits styles from: Desktop Layout. */
@media only screen and (max-width: 700px) {
** TABLET SMALL ** {
}
h1 {
    font-size: 32px;
    line-height: 36px;
}
h2, h3 {
    font-size: 26px;
    line-height: 30px;
}
h4 {
    font-size: 22px;
    line-height: 26px;
}
h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {
    font-size: 18px;
    line-height: 22px;
}
	
	
.gridContainer {
    width: 88%;
    clear: none;
    float: none;
    padding-right: 6%;
    padding-left: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
}
	
.container_header {
    padding-bottom: 0px;
    position: relative;
}
    
.header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
}

.header-logo {
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-bottom: 15px;
}

.header-content {
    display: none;
}	
	
.header-navicon {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
}
.header-tagline2 {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 26px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}      

.container_banner {
    padding-top: 0px;
    padding-bottom: 50px;
}	
	
	
	
.container_sectors {
	width: 100%;
	background-color: #3D3D3F;
	background-image: none;
}

	
.banner-content {
    padding-top: 50px;
}
.banner-content-left {
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
}
.banner-content-left h1 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.banner-content-left h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}
    
    
.banner-content-right {
    float: left;
    width: 88%;
    padding-top: 0px;
    clear: none;
    height: 300px;
    border-radius: 40px;
    background-image: url(/images/banner-home.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 0%;
    padding-right: 0px;
    margin-left: 6%;
    margin-right: 6%;
}
	
	
	
.container_banner_sub {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.container_banner_sub h1 {
    font-size: 42px;
    line-height: 46px;
}
    
	
	
.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
    
.container_faqs {
    background-image: url(../images/illustration-womanthinking2.png);
    background-color: #FFFFFF;
}
    
	
	
.container-wide {
    width: 88%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 6%;
    padding-right: 6%;
}	
		
	
.container_calc {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center center;
}		
	
.columns1a {
	margin-bottom: 0px;
}
	
	
.columns2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
}

.columns2.last {
    margin-right: 0%;
    position: relative;
    margin-bottom: 0px;
}
	
.columns2-right {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    float: left;
}
	
	
.columns2-center {
    width: 100%;
    margin-right: 0%;
    display: block;
    margin-bottom: 25px;
}
    
  
.columns2-wide {
    width: 100%;
    padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
}     
    
.columns2-wide-sidebar {
    width: 100%;
    clear: none;
    float: left;
    padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
}   
    
    
    
.sidebar-wrap {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
} 
.sidebar-wrap img {
    display: none;

} 


.sidebar-wrap li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet-arrow.png);
    margin-bottom: 20px;
}    
	
	
	
	
	
.columns2-table {
    padding-bottom: 0%;
}
.columns2-table-cell.mid {
	display: block;
	width: 96%;
	padding: 2%;
}
.columns2-table-cell-content {
	width: 94%;
	padding: 3%;
	color: #FFF;
}
.columns2-wide-specialist {
	width: 88%;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 6%;
	background: rgba(255, 255, 255, .8);
}
	
	
.columns2-wide {
	width: 100%;
	margin-right: 0%;
}	
    
.columns2-wide-enquiry {
	width: 100%;
	float: left;
	margin-right: 0%;
    text-align: center;
}   
    
.columns2-wide-sidebar-enquiry {
    width: 100%;
    text-align: left;
    margin-top: 25px;
}  
	
	
.columns2-table-cell {
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    width: 100%;
    display: block;
    min-height: 300px;
}	
	
.columns2-table-cell.left {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.columns2-table-cell.right {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}	
	
	
	
.columns2-apply-left {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.columns2-apply-right {
	width: 100%;
}


.columns2-apply-research-left {
	width: 100%;
	margin-right: 0%;
}
.columns2-apply-research-right {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}	
	
    
.columns3 {
	clear: none;
	margin-bottom: 8%;
	width: 100%;
	margin-right: 0;
}
.columns3-table {
    padding-bottom: 0%;
}
.columns3-table-cell {
    display: block;
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.columns3-table-cell.mid {
    display: block;
    width: 90%;
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 1%;
}
.columns3-table-cell.greydk {
	position: relative;
	background-color: #3D3D3F;
}
.columns3-table-cell.greylt {
	position: relative;
	background-color: #3D3D3F;
}
.columns3-calc {
	width: 96%;
	clear: none;
	margin-right: 0%;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #009ECE;
	padding-right: 2%;
	padding-left: 2%;
}
.columns3-calc.last {
	margin-right: 0%;
}
.columns3-specialist {
	width: 38%;
	margin-right: 1.5%;
	margin-bottom: 4%;
	margin-left: 1.5%;
	padding: 4%;
	min-height: 320px;
}
.columns4 {
    clear: none;
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4.last {
    clear: none;
    margin-bottom: 0%;
    width: 100%;
    margin-right: 0%;
}
.columns4 img {
}
	

.columns5 {
	margin-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}
.columns6 {
	width: 22%;
	margin-right: 1%;
	margin-left: 1%;
}
	

	
.text-center {
	text-align: left;
}	
	
	
.step-boxes {
    width: 60%;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 10%;
    padding-bottom: 3%;
    float: left;
    background-color: #49A2DB;
    background-image: url(/images/bgd_stepboxes.png);
    background-repeat: repeat-y;
    border-radius: 20px;
    background-position: left top;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 50px;
}

.step-boxes h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.step-boxes-emoji {
    width: 208px;
    height: 218px;
    position: absolute;
    right: -150px;
    top: 0px;
}




.step-boxes-right {
    width: 60%;
    padding-left: 10%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    background-color: #49A2DB;
    background-image: url(/images/bgd_stepboxes.png);
    background-repeat: repeat-y;
    border-radius: 20px;
    background-position: left top;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 50px;
    float: right;
}

.step-boxes-right h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.step-boxes-right-emoji {
    width: 208px;
    height: 218px;
    position: absolute;
    left: -150px;
}
	
	
.footer-col1 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
.footer-col2 {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}	
	

.hide-tabletsm-mobile {
	display: none;
}
	
}	
	


    
 @media only screen and (max-width: 481px) {
** MOBILE ** {
}
/* Mobile Layout: 480px and below. */
 

h1 {
    font-size: 30px;
    line-height: 34px;
}
h2, h3 {
    font-size: 26px;
    line-height: 30px;
}
h4 {
    font-size: 22px;
    line-height: 26px;
}
h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {
    font-size: 18px;
    line-height: 22px;
}
	 

.gridContainer {
	width: 84%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 8%;
	padding-bottom: 0%;
	padding-left: 8%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}
     
     
 .container_topbar {
    position: fixed;
    top: 0px;
    left: 0px;
}    
     
     
     
.container_header {

}
	 
	 
.container_banner {

}		 
	 
#container_banner_sub {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 250px;
	height: 200px;
}
	 
	 
.banner-content-left {
    width: 100%;
}	 
	 
	 
	 
	 

.container_navigation {
	background-color: #CCFF33;
}
	 
.banner-content {
    text-align: left;
}		 
	 

.header-nav2 {
    padding-top: 0px;
}
     
     
.header-nav2 ul {
    padding-right: 0px;
    padding-left: 0px;
}     
     
     
.header-nav2 li {
    width: 100%;
    display: block;
    margin-right: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
}

.header-nav2 li.last  {
    margin-bottom: 0px;  
}
     
.header-nav2 li a {
}     

.header-nav2 li a:hover {
}     
     
	 
.home-iframe  {
    height: 1650px;
}	 
.mortgage-iframe  {
    height: 1650px;
}	 
	 
.video-text h3 {
    font-size: 36px;
    line-height: 39px;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;

}

.video-text h4 {
    padding-bottom: 0%;
    z-index: 0;
    font-size: 32px;
    line-height: 36px;
}
	 
	 
.container-wide {
    width: 84%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 8%;
    padding-right: 8%;
}		 
	 
.container_footer {
}
.content-tabs-wrapper {
	width: 100%;
	color: #333;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
}
.content-tabs {
	width: 100%;
	color: #333;
	top: 0px;
	position: relative;
}
.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}
.columns-wrap {
	margin-bottom: 0px;
}
.columns1-pad {
	width: 92%;
	margin-bottom: 15px;
	padding: 4%;
}
.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.columns2-center {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.columns2 img {
	clear: none;
	padding-bottom: 10px;
}
.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.columns2-wide {
    width: 100%;
    margin-right: 0px;
}
.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}
     
     
     

     
     
     
     
     
.columns3 {
	clear: none;
	margin-bottom: 8%;
	width: 100%;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}
.columns3-table {
	display: table;
	width: 100%;
}
.columns3-table-cell-nopad {
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	font-size: 14px;
	border-bottom-style: none;
	background-color: #F0F4F9;
	margin: 0px;
}
.columns3-table-cell-teasers {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}
.columns3-table-link {
}
.columns3-table-link a {
}
.columns3-table h5 {
	min-height: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.columns3-specialist {
	width: 90%;
	margin-right: 0%;
	margin-bottom: 8%;
	margin-left: 0%;
	padding: 5%;
	min-height: 0px;
}
.columns4 {
    clear: none;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4.last {
    clear: none;
    width: 100%;
    margin-right: 0%;
}
.columns4 img {
}

#enquiryform input {
	font-size: 14px;
}
.header-unit {
	height: 250px;
}
#video-container {
	display: none;
}
#contactform input {
	width: 90%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-top: 4%;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 4%;
}

.twitter-bird {
	background-image: none;
}
     
.float-right {
	float: right;
}  
	 
	
	 
.ercalc-table-cell label {
    display: block;
    margin-bottom: 5px;
}	
	 
.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: block;
}
.hide-tabletsm-mobile {
	display: none;
}
.hide-desktop-tablet {
	display: block;
}	
	 
.tagline2 {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 25px;
    width: 100%;
}

.tagline2 h5 {
    font-size: 30px;
    font-weight: 600;
    color: #0341bd;
}	
     
     
	.calendly-inline-widget {
    width: 100%;
    height: 1150px;
}     
	 
	 
	 
	 
}
