@charset "utf-8";

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;

	font-weight: <weight>;
    font-size: 18px;
    color: #323d47;
    background-color: #323d47;
    line-height: 26px;
    font-weight: 400;
}

/* 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%;
}


input:required {
  background-color: #f2f2f2;
}



/* 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;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #323d47;
	border-right-color: #323d47;
	border-bottom-color: #323d47;
	border-left-color: #323d47;
}
 
.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;
}


.white {
	background-color: #FFF;
}
.col2 {
    background-color: #323d47;
}
.col1 {
    background-color: #b78a25;
}
.gold {
    background-color: #B78A25;
}


.grey {
	background-color: #3D3D3F;
}

.greylt {
    background-color: #f7f7f8;
}
.greylt2 {
    background-color: #eaebec;
}
.greydk {
    background-color: #262626;
}





.text-white {
	color: #FFF;
}


.text-right {
	text-align: right;
}

.link-white {
	color: #FFF;
	text-decoration: none;
}



.link-white:hover {
	color: #333333;
	text-decoration: none;
}


.link-col1 {
	color: #5AA68E;
	text-decoration: none;
}


.link-col1:hover {
	color: #333333;
	text-decoration: none;
}



.link-button-outline {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 2px solid #FFF;
}
.link-button-outline:hover {
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #686e60;
	color: #3d3d3d;
	background-color: #FFF;
}



.link-button-col1 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #b78a25;
    border-radius: 48px;
}
.link-button-col1:hover {
    background-color: #323d47;
    color: #FFF;
}



.link-button-tel {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px 25px;
    background-color: #b78a25;
    border-radius: 48px;
}

/* Insert the phone icon */
.link-button-tel::before {
    content: "";
    display: inline-block;
    width: 15px;     /* adjust to match your icon size */
    height: 18px;
    background-image: url('/images/button-tel.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; /* spacing between icon + number */
    vertical-align: middle;
}

.link-button-tel:hover {
    background-color: #323d47;
    color: #FFF;
}






.link-button-white {
    color: #5AA68E;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #FFF;
    border-radius: 48px;
}
.link-button-white:hover {
    color: #FFFFFF;
    background-color: #323d47;
}



.link-button-col2 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #323d47;
    border-radius: 48px;
}
.link-button-col2:hover {
    color: #b78a25;
    background-color: #323d47;
}


*::-webkit-input-placeholder {
    color: #333;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #333;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #333;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}



.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-checkbox {
	width: 10%;
}



.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}



.fade {
	-webkit-filter: opacity(.4);
	-moz-filter: opacity(.4);
	filter: opacity(.4);
}

.fade:hover {
	-webkit-filter: opacity(.9);
	-moz-filter: opacity(.9);
	filter: opacity(.9);
}
.quote-box {
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    float: left;
    width: 88%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    border-radius: 6px;
}



.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.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/home3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-color: #22674F;
    border-top-style: none;
    border-bottom-width: 1px;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #666;
    background-size: cover;
}


.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;
}


.fade-in-move-up {
            opacity: 0;
            transform: translateY(20px); /* Start 20px below the final position */
            animation: fadeInMoveUpAnimation 2s forwards; /* Adjust the duration (2s) as needed */
        }

        @keyframes fadeInMoveUpAnimation {
            to {
                opacity: 1;
                transform: translateY(0); /* End at the final position */
            }
        }




.back-to-top {
	background: none;
	margin-bottom: 20px;
	margin-right: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(183,138,37,0.5);
}
.back-to-top:hover {
	background-color: rgba(0,0,0,1);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}



/*@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

img[src*="wheel_1.svg"] {
    animation: slowRotate 20s linear infinite;
}*/








** DESKTOP ** {
}
h1 {
    font-size: 38px;
    color: #333333;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 42px;
    letter-spacing: -1px;
    text-transform: none;
}
h2, h3 {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
}

h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 30px;
    color: #333333;
}
h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #333333;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    line-height: 19px;
    color: #333333;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-transform: uppercase;
}


.gridContainer {
    width: 96%;
    max-width: 1200px;
    margin: auto;
    clear: none;
    float: none;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
}



	



.gridContainerMobile {
    width: 96%;
    margin: auto;
    clear: none;
    float: none;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.container_preheader {
    width: 96%;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 100;
    padding-top: 8px;
    padding-right: 2%;
    padding-bottom: 8px;
    padding-left: 2%;
    background-color: #f2f2f2;
    margin-bottom: 14px;
}


.columns2-preheader-left {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.columns2-preheader-right {
	margin-right: 0%;
	width: 47.5%;
    clear: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}



.container_header {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 100;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-image: url(/images/header_bgd.jpg);
    background-position: center top;
    background-size: cover;
    position: fixed;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cccccc;
}
.header {
    width: 100%;
    margin: 0px;
    z-index: 100;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
}
.container_tab {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 22px;
}


.container {
    width: 100%;
    z-index: 0;
}
.container iframe {
    display: block;
}

.container_team {
    width: 100%;
    background-image: url(/images/team_bgd.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}



.container_teasers {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}

/* Video positioned absolutely in the background */
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fully covers the div */
    transform: translate(-50%, -50%);
    z-index: 0; /* Keeps it in the background */
}







.container_banner {
    width: 100%;
    position: relative;
    background-color: #323d47;
    overflow: hidden; /* Prevents scrolling issues */
    min-height: 750px;
    background-image: url(url);
}

/* Dark overlay for better text readability */
.container_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Increased darkness (0.5) */
    z-index: 1;
}

/* Ensuring all child elements stay on top */
.meetmo, 
.banner-content {
    position: relative;
    z-index: 2; /* Higher than video and overlay */
    color: #FFF;
}

.banner-content {
    width: 68%;
    float: left;
    margin-top: 230px;
}

.banner-content h4 {
    display: block;
    text-align: left;
    font-size: 46px;
    line-height: 48px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.banner-content h5 {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
}


.banner-content h6 {
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.meetmo {
    width: 209px;
    height: 141px;
    position: absolute;
    bottom: 50px;
    right: 50px;

}





.container_banner_sub {
    width: 100%;
    z-index: 0;
    margin: 0px;
    padding: 0px;
    background-color: #323d47;
    position: relative;
    min-height: 700px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.banner-content-sub {
    width: 57%;
    float: left;
    margin-top: 220px;
}


.banner-content-sub h4 {
    display: block;
    text-align: left;
    font-size: 46px;
    line-height: 48px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.banner-content-sub h5 {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
}


.banner-content-sub h6 {
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.container_shortcuts {
    width: 100%;
}
.container_shortcuts-cols {
    width: 46%;
    float: left;
    clear: none;
    padding-left: 2%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    min-height: 30px;
    color: #FFFFFF;
}
.container_shortcuts a {
    color: #b78a25;
    font-size: 16px;
    line-height: 20px;

}
.container_shortcuts a:hover  {
    color: #FFFFFF;

}



.content {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0px;
}

.intro {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    font-weight: 400;
}

.intro-video {
    color: #666;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
}

.content-pad {
	width: 88%;
	float: left;
	padding: 6%;
}


.columns-wrap {
	width: 100%;
	float: left;
	margin-bottom: 1%;
}




.columns1 {
	width: 100%;
	float: left;
	margin-bottom: 2%;
}
.columns1.zerobm {
    margin-bottom: 0px;
}
.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: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}



.columns2-callback {
    width: 47.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    text-align: right;
}


#carousel-one img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%)
}




.corousel-two-item {
    background-color: #FFFFFF;
    min-height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
    background-position: center top;
    background-repeat: no-repeat;
}


.corousel-two-item-content {
    padding-top: 240px;
    padding-right: 10%;
    padding-bottom: 4%;
    padding-left: 10%;
    width: 80%;
    min-height: 360px;
    position: relative;
}

.corousel-two-item-button {
    position: absolute;
    left: 10%;
    background-color: #16A679;
    width: 150px;
    height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    top: 88%;
}


.columns2 ul {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.columns2 li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(../images/bullet.png);
    margin-bottom: 12px;
}

.columns2-wide {
	width: 70%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 4%;
}



.columns2-wide-sidebar {
	width: 26%;
	clear: none;
	float: left;
}




.columns2-table {
	display: table;
	width: 100%;
}





.columns2-table-cell {
    display: table-cell;
    width: 40%;
    padding: 3%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
}


.columns2-table-cell.mid {
    display: table-cell;
    width: 4%;
    padding: 0%;
}


.columns2-table-cell li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet-white.png);
    margin-bottom: 8px;
}



.columns3-table {
    display: table;
    width: 100%;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 4%;
    float: left;
}

.columns3-table-cell {
    display: table-cell;
    width: 24.666%;
    position: relative;
    padding-top: 4%;
    padding-right: 3%;
    padding-bottom: 4%;
    padding-left: 3%;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.columns3-table-cell.mid {
    width: 4%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    background-color: #F5F8FA;
    border-radius: 0px;
}



.columns3-table-cell img {
    margin-bottom: 20px;
    display: block;
    margin-top: 0px;

}

.columns3-teasers {
    width: 30%;
    clear: none;
    margin-right: 5%;
    float: left;
    margin-left: 0%;
}

.columns3-teasers.last {
    border-right-style: none;
    margin-right: 0px;
}

.columns3-teasers img {
    border: 4px solid #ffffff;
    box-sizing: border-box; /* keeps image size consistent */
    display: block; /* avoids inline gaps */
    border-radius: 10px;
}


.columns3-teasers li {
	clear: none;
	margin-left: -12px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 12px;
}


.columns3 {
    width: 29.333%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    padding-right: 2%;
    padding-left: 2%;
}

.columns3.last {
	border-right-style: none;
}

.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-col1.png);
	margin-bottom: 8px;
}
.columns3 ul {
	clear: none;
	margin-top: 0px;
	padding-top: 0px;
}



.columns3-resources {
    width: 29.333%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 3%;
}





.columns3-resources img {
    width: 100%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);		
}


.container_mission {
    width: 100%;
    background-image: url(/images/banners/home3.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}


.columns3-table-cell-mission {
    display: table-cell;
    width: 24.666%;
    position: relative;
    padding-top: 4%;
    padding-right: 3%;
    padding-bottom: 4%;
    padding-left: 3%;
    border-radius: 15px;
	background-color: rgba(0, 0, 0, .5);
}
.columns3-table-cell-mission.mid {
    width: 4%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    border-radius: 0px;
	background-color: rgba(255, 255, 255, .0);
}




.columns3-table-cell-team {
    display: table-cell;
    width: 28.666%;
    position: relative;
    padding-top: 0%;
    padding-right: 1%;
    padding-bottom: 0%;
    padding-left: 1%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .9);
}
.columns3-table-cell-team.mid {
    width: 4%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    border-radius: 0px;
	background-color: rgba(255, 255, 255, .0);
}



.columns4{
    clear: none;
    width: 22%;
    float: left;
    margin-bottom: 3%;
    margin-right: 4%;
}




.columns4.last {
	margin-right: 0%;
}



.columns4-downloads {
	clear: none;
	width: 21%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	margin-left: 2%;
}

.columns4 h5 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 10px;
}
.columns4 h6 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 0px;
	min-height: 60px;
	display: block;
}


.columns4-table-cell {
	display: table-cell;
	position: relative;
	width: 24%;
	font-size: 14px;
}
.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}


.columns4-numbers{
	clear: none;
	width: 22%;
	float: left;
	margin-bottom: 3%;
	margin-right: 3%;
}

.columns4-numbers.last {
	margin-right: 0%;
}



.columns5 {
	clear: none;
	width: 20%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
	vertical-align: middle;
	height: auto;
}



.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 20%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.columns5-table-cell img {
	width: 100%;
}

.columns5-table-cell.last {
	position: relative;
	border-right-style: none;
}


.columns5-table-cell-home {
	display: table-cell;
	position: relative;
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #bac0c3;
}
.columns5-table-cell-home img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.columns5-table-cell-home.last {
	position: relative;
	border-right-style: none;
}
.columns5-table-cell-home h4 {
	font-size: 23px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #7b868c;
	display: block;
}



.hide-mobile {
	display: block;
}
.columns4-teasers {
	clear: none;
	width: 21%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3%;
	margin-left: 2%;
	text-align: center;
}
.columns4-teasers img {
	display: block;
}

.teaser-wrap {
	float: left;
	width: 94%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}
.teaser-wrap h5 {
	float: left;
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}
.teaser-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}


.teasers-top {
	width: 100%;
	float: left;
}
.teasers-bot {
	width: 100%;
	float: left;
	font-weight: 400;
}
.teasers-bot h5 {
	font-size: 18px;
	font-weight: 400;
	padding: 0px;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 22px;
}
.teasers-bot h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 0px;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 28px;
}



.buttons-base-towers {
}

.buttons-base-towers a {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a5b5d0;
	width: 94%;
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
	padding-top: 4%;
	padding-right: 3%;
	padding-bottom: 4%;
	padding-left: 3%;
}
.download-wrap {
	float: left;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}


.container_testimonials {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #509786;
}
.container_testimonials h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #FFF;
}
.columns-wrap-testimonials {
	width: 100%;
	float: left;
	margin-bottom: 0%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.columns3-testimonials {
	width: 29.333%;
	clear: none;
	margin-right: 0%;
	float: left;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 0px;
	padding-top: 5%;
	padding-bottom: 5%;
	color: #FFF;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: -1px;
}
.container_enquiry {
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	background-image: url(/images/teasers/adviser.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.columns2_enquiry_left {
	width: 45%;
	margin-right: 0%;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	background-color: rgba(255, 255, 255, .8);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
}
.columns2_enquiry_right {
	width: 30%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}
.expert-name {
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	background-color: rgba(3, 62, 38, .8);
	font-family: "Great Vibes", cursive;
}
.message {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	color: #FFF;
	margin: 0px;
}






.video-wrap {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}


.container_login {
	width: 100%;
	padding-top: 70px;
	background-size: cover;
	z-index: 800;
	padding-bottom: 70px;
	background-color: #FFF;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.columns2-login {
	width: 42%;
	margin-right: 3%;
	clear: none;
	float: left;
	padding: 3%;
	min-height: 300px;
}
.columns2-login.last {
	margin-right: 0%;
}


.rightedge {
    width: 176px;
    display: block;
    position: fixed;
    top: 500px;
    right: 6px;
    z-index: 999;
    height: auto;
}
.content_mission {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}

#mission {

}

#mission td {
    padding-bottom: 15px;
    padding-top: 0px;
}
#mission img {
    margin-top: 5px;
}

#mission td.last {
	padding-bottom: 0px;
}


 .number-container {
    color: #5aa68e;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 0px;
    display: block;
    margin-bottom: 0px;
}


.container_mission {
    width: 100%;
    background-position: right top;
}
.columns2-mission {
    width: 40%;
    margin-right: 0%;
    clear: none;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #ffffff90;
}



.footer {
    width: 100%;
    float: left;
    line-height: 19px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-columns4 {
    width: 22.75%;
    float: left;
    margin-right: 3%;
}


.footer-columns4.last {
	margin-right: 0%;
}

.footer-columns4_logos {
    width: 23%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}


.footer-columns4 h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}






.footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer a:hover {
    color: #CCCCCC;
    text-decoration: none;
}


.footer h5 {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 18px;
    color: #070707;
}
.footer h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 20px;
    color: #FFFFFF;
}


.footer table {
    margin-left: auto;
    margin-right: auto; /* This ensures the table itself is centered */

} 	



.form_text {
    width: 94%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    height: 60px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-style: none;
    margin-left: 0px;
    padding-left: 3%;
    padding-right: 3%;
}

.form_textarea {
    width: 97%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #ffffff;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-style: none;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-top: 2%;
}

.form_select {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    background-color: #ffffff;
    height: 60px;
    color: #666666;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    padding-left: 3%;
    margin-left: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-style: none;
    padding-right: 3%;
}


input:required {
  	background-color: #ffffff;
	color: #666666;
	font-family: 'Inter', sans-serif;
}



.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}


.columns2-left {
    width: 25%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
.columns2-left h4 {
    margin-bottom: 5px;
}

.columns2-right {
    margin-right: 0%;
    width: 70%;
    text-align: left;
	float: left;
	 clear: none;
}


.text-center {
	text-align: center;
}


.text-center2 {
	text-align: center;
}


.container-button-bookacall {
    position: fixed;
    bottom: 0px;
    width: 139px;
    left: 50%;
    transform: translateX(-50%);
    height: 58px;
    z-index: 999;
}


.container-button-bookacall img {
    display: block;
}


.button-bookacall {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 58px;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #16a679;    /*border-radius: 10px;
    box-shadow: 0 0 8px 1px #999999;
    border: 2px solid #FFFFFF;*/
}
.button-bookacall:hover {
    background-color: #333333;
    box-shadow: 0 0 8px 1px #666666;
    color: #FFFFFF;
}


 .centered-button {
      width: 150px;
      height: 40px; /* Adjust the height as needed */
      background-color: col1;
      color: white;
      text-align: center;
      line-height: 40px; /* Vertical centering */
      position: fixed;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }


.wheel-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.wheel-outer {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    animation: slowRotate 50s linear infinite;
    position: relative;
}

.wheel-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%; /* Default size */
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
}



@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.photo-fullwidth {
    width: 100%;
    height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.photo-fullwidth.fixed {
    background-attachment: fixed;
}
.photo-fullwidth-overlay {
    width: 35%;
    min-height: 50px;
    float: right;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-color: rgba(43,53,63,0.9);
}

.photo-fullwidth-overlay li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 3px;
}  

.photo-fullwidth-overlay h4 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
    border-left: 1px solid #7EBC03;
}


.photo-fullwidth-overlay2 {
    width: 400px;
    min-height: 50px;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    background-color: rgba(43,53,63,0.9);
    position: absolute;
    bottom: 0px;
    left: 15%;
}

.photo-fullwidth-overlay2 li {
    clear: none;
    margin-left: -14px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 3px;
}  

.photo-fullwidth-overlay2 h4 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
    border-left: 1px solid #7EBC03;
}


.photo-fullwidth-overlay3 {
    width: 35%;
    min-height: 50px;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-color: rgba(126,188,3,0.9);
}

.photo-fullwidth-overlay3 h4 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: none;
    border-left: 1px solid #ffffff;
}


.hide-tablet {
	display: block;
}


.hide-desktop {
	display: none;
}

.hide-desktop-tablet {
	display: none;
}

.hide-tabletsm-mobile {
	display: inline-block;
}

.hide-tablet-mobile {
	display: inline-block;
}





/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {






**  TABLET ** {

}

h1 {
    font-size: 36px;
    line-height: 40px;
}
	
h2, h3 {
    font-size: 30px;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}
	
h5 {
    font-size: 20px;
   line-height: 24px;
}
	
h6 {

}

.gridContainer {
    width: 88%;
    clear: none;
    float: none;
    padding-right: 6%;
    padding-left: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}
	
	
.container_preheader {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
}
	


.container_header {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header {
	padding-bottom: 0px;

}
	
.container_banner {
    width: 100%;
    min-height: 500px;
}



.banner-content {
    width: 90%;
    margin-top: 50px;
}


.banner-content h4 {
    font-size: 44px;
    line-height: 48px;
}

.banner-content h5 {
    font-size: 18px;
    line-height: 24px;
}




.container_banner_sub {
    min-height: 500px;
}
	
	
.banner-content-sub {
    width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
}


.banner-content-sub h4 {
    font-size: 44px;
    line-height: 48px;
}

.banner-content-sub h5 {
    font-size: 18px;
    line-height: 24px;
}	



.banner-content-sub-right {
	width: 100%;
	float: left;
	margin: 0px;
	clear: none;
	min-height: 0px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.banner-content-sub-right-content {
	width: 100%;
}
	
	
	
.container_shortcuts {

   
}
.container_shortcuts-cols {
    float: left;
    clear: none;
    text-align: center;
}
.container_shortcuts a {
}
.container_shortcuts a:hover  {
    color: #FFFFFF;

}	


.container {

}

.container_footer {

}

.columns-wrap {
	margin-bottom: 2%;
}
	
	
	
	



.content {

}

.video-left {
	width: 100%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 75%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 12.5%;
	display: block;
	float: left;
	line-height: 0px;
}



.columns2 {
}

.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-data {
	width: 60%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 100%;
	position: relative;
	clear: none;
}

.columns2-table-cell {
	width: 45%;
	padding: 5%;
}
	
	
	
.corousel-two-item-content {
    padding-top: 240px;
    min-height: 380px;
}

.corousel-two-item-button {
    top: 88%;
}	
	
	

.columns3 {
	margin-bottom: 4%;
}



.container_testimonials h5 {

}
.columns3-testimonials {
	font-size: 24px;
	line-height: 27px;
	min-height: 150px;
}
	
	
.columns3-table-cell {
    display: block;
    width: 92%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
}
.columns3-table-cell.mid {
    width: 100%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    background-color: #F5F8FA;
    border-radius: 0px;
}
	
	
	
.columns3-table-cell-mission {
    display: block;
    width: 92%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
}
.columns3-table-cell-mission.mid {
    width: 100%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    border-radius: 0px;
}
	
	
	
.columns3-table-cell-team {
    display: block;
    width: 92%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
}
.columns3-table-cell-team.mid {
    width: 100%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    border-radius: 0px;
}		


.columns4{
    clear: none;
    width: 44%;
    float: left;
    margin-bottom: 3%;
    margin-right: 3%;
	margin-left: 3%;
	min-height: 280px;
}


.columns4.last {
	margin-right: 0%;
}
	
	
	
	
.columns4-numbers{
}
	
	
.columns4-numbers.last{
}	


.columns4-numbers h6 {
}
	



.columns4-teasers {
	clear: none;
	width: 21%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3%;
	margin-left: 2%;
	text-align: center;
}

.teaser-wrap {
	float: left;
	width: 94%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}
.teaser-wrap h5 {
	float: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}
.teaser-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}






.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.columns5-table-cell-home h4 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
	display: block;
}






.iframe-newsletter {
	height: 320px;
	width: 100%;
}


.iframe-contact {
	height: 500px;
	width: 100%;
}


.social {
	font-size: 24px;
}



.button-side {
	position: fixed;
	top: 220px;
	right: 0px;
	z-index: 999;
	display: none;
}


.header-unit {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	height: 460px;
}


.columns2_enquiry_left {
	width: 90%;
	margin-right: 0%;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	background-color: rgba(255, 255, 255, .8);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.columns2_enquiry_right {
	width: 0%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: none;
	float: left;
}
	
	
	
.container_mission {

}
.columns2-mission {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
}	
	
.rightedge {
    top: 500px;
}	
	
	
.mortgage-enquiry-wrap h3 {
    margin-bottom: 15px;
}
	
	
 .number-container {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
}	
	
	
.footer-columns4 {
    width: 50%;
    float: left;
    margin-right: 0%;
    text-align: center;
    min-height: 150px;
}
	
	
.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}	
	
	
.text-center {
	text-align: center;
}


.text-center2 {
	text-align: center;
}	
	
	
.hide-tablet {
	display: none;
}
.hide-desktop {
	display: inline-block;
}
	
.hide-desktop-tablet {
	display: none;
}	


.hide-tablet-mobile {
	display: none;
}
	
	
	
.hide-mobile {
	display: inline-block;
}	


}


@media only screen and (max-width: 800px) {

** PREHEADER ** {
}
	
	
.container_preheader {

}


.columns2-preheader-left {
    display: none;
}

.columns2-preheader-right {
	width: 100%;
}
	
	

    .wheel-inner {
        width: 60%;
    }
	
	
	
	
}



@media only screen and (max-width: 700px) {

** TABLET SMALL ** {
}

/* Mobile Layout: 480px and below. */
  
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: 18px;
   line-height: 22px;
}
	
h6 {

}
	
	
.gridContainer {
    width: 88%;
    clear: none;
    float: none;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}
	
.container_preheader {
    width: 88%;
    padding-right: 6%;
    padding-left: 6%;
}
		
	

.container_header {
	margin-bottom: 0px;
}



.container_banner {
    width: 100%;
    z-index: 0;
    background-image: url(/images/banners/home.jpg);
    background-position: center top;
    background-size: cover;
    min-height: 450px;
}
	
.container_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (0.5) to make it darker or lighter */
    z-index: 1; /* Ensure the overlay is on top of the image */
}	



.banner-content {
    width: 90%;
    float: left;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}


.banner-content h4 {
    display: block;
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.banner-content h5 {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 20px;
}
	
	
.banner-content h6 {
    display: none;
}	
	
	
.meetmo {
    display: none;

}	

.container_banner_sub {
    min-height: 300px;
    background-color: #323d47;
    background-position: right center;
}
	

	
/* Styles when moved below .container_banner_sub */
.banner-content-sub-moved {
    width: 90%;
    float: left;
    padding-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-bottom: 30px;
    min-height: 200px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #323d47;
}	


.banner-content-sub h4 {
    display: block;
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.banner-content-sub h5 {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 20px;
}


	
	
.container_shortcuts {
    width: 100%;
    display: none;
}
.container_shortcuts-cols {
    width: 84%;
    padding-left: 8%;
    padding-top: 3%;
    padding-right: 8%;
    padding-bottom: 3%;
    min-height: 0px;
    text-align: left;
}  	


.intro {
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
	
.intro-video {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 40px;
}
	
	
.content {
    padding-top: 60px;
    padding-bottom: 60px;
}	


.content_overview {

}


.columns-wrap {

}


.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 25px;
}


.columns2.last {
    margin-right: 0%;
}	
	

.columns2-intro-left {
	width: 100%;
	margin-right: 0%;
}
.columns2-intro-left h3 {
	font-size: 20px;
	line-height: 26px;
}



.columns2-intro-right {
	width: 100%;
}


.columns2-callback {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}
	
	
	
.columns2-products-left {
	width: 100%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2-products-right {
	width: 100%;
	margin-bottom: 0px;
}
	
	
	
.mortgage-enquiry-wrap h3 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
}	
	
	
.columns2-quotes-left {
	width: 100%;
	margin-right: 0%;
	margin-bottom:40px;
}


.columns2-quotes-right {
    width: 95%;
    border-left: 1px solid #A4A4A4;
    padding-left: 4%;
}
.columns2-quotes-right h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #22674f;
    margin-top: 20px;
}	
	
.columns2-callback {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-top: 30px;
    margin-left: 0px;
    text-align: left;
}  
	
	
.columns2-table-cell {
    display: block;
    width: 88%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    padding-top: 6%;
}

.columns2-table-cell.mid {
    display: block;
    width: 94%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
}	


	
.columns3-teasers {
    width: 100%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-bottom: 40px;
    margin-left: 0%;
    border-right-style: none;
    padding-left: 0px;
    padding-right: 0px;
}
.columns3-teasers.last {
    border-right-style: none;
    margin-bottom: 0px;
}	
    
    
    

.columns3 {
    width: 100%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-bottom: 40px;
    margin-left: 0%;
    border-right-style: none;
    padding-left: 0px;
    padding-right: 0px;
}
.columns3.last {
    border-right-style: none;
    margin-bottom: 0px;
}




.columns3-table {
    padding-bottom: 2.5%;
}

/*.columns3-table-cell {
    display: block;
    width: 100%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
}*/
	
	
	

	
	
	
.container_testimonials {

}	
.columns-wrap-testimonials {
	padding-top: 10%;
	padding-bottom: 8%;
}
.columns3-testimonials {
	font-size: 20px;
	line-height: 23px;
}
.columns3-testimonials img {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}


.columns4{
    clear: none;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-right: 0%;
	margin-left: 0%;
	min-height: 0px;
}


.columns4.last {
	margin-right: 0%;
	margin-bottom: 0%;
}


.columns4-downloads {
	clear: none;
	width: 46%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	margin-left: 2%;
}


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}
	
	
.columns4-numbers {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0px;
    min-height: 130px;
}
.columns4-numbers.last {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}	
	
	
	
 .number-container {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
}		



.container_teasers {
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
}


.columns4-teasers {
	clear: none;
	width: 46%;
	margin-right: 2%;
	float: left;
	margin-bottom: 4%;
	margin-left: 2%;
	text-align: center;
}

.teaser-wrap {
	float: left;
	width: 94%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}
.teaser-wrap h5 {
	float: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}
.teaser-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}





.columns5-table-cell-home {
	display: block;
	width: 100%;
	padding: 0%;
}




.columns5-table-cell-home {
	display: block;
	width: 100%;
	padding: 0%;
	position: relative;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 0px;
	border-right-style: none;
	height: auto;
}
.columns5-table-cell-home img {
	width: auto;
}

.columns5-table-cell-home.last {
	border-right-style: none;
}



.columns5 {
	margin-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}



.columns2-login {
	width: 88%;
	margin-right: 0%;
	clear: none;
	float: left;
	padding: 6%;
	min-height: 0px;
	margin-bottom: 40px;
}
.columns2-login.last {
	margin-right: 0%;
}
	
	
.rightedge {
    width: 140px;
    top: 480px;
}
	
	
.mortgage-enquiry-wrap h3 {
    margin-bottom: 15px;
}
	
	
.footer table {
    margin-left: 0;
    margin-right: 0;
    width: auto;
} 	
	
.footer-columns4 {
    min-height: 200px;
    text-align: left;
    margin-bottom: 30px;
}    

	
	
.footer-columns4_logos {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px;
}	
	

	
.form_text {

}
.form_textarea {

}

.form_select {

}
	
.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}	
    
.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}

.columns2_form.last {
    width: 100%;
} 
	
	
.columns2-left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.columns2-right {
    width: 100%;
    margin-bottom: 0px;
}	
  
	
.container_mission {

}
.columns2-mission {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
}	
			
	
.text-center {
	text-align: center;
}


.text-center2 {
	text-align: left;
}
	

    .wheel-inner {
        width: 55%;
    }
    
    
.photo-fullwidth {
    height: 550px;
}
.photo-fullwidth-overlay {
    width: 55%;
    float: right;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    background-color: rgba(43,53,63,0.9);
}
      

.photo-fullwidth-overlay h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}  
    
    
    
.photo-fullwidth-overlay2 {
    width: 300px;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    bottom: 0px;
    left: 8%;
}

.photo-fullwidth-overlay2 h4 {
    font-size: 28px;
    line-height: 32px;
}        


.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}

.hide-desktop {
	display: block;
}
	
.hide-desktop-tablet {
	display: block;
}		

.hide-tablet-mobile {
	display: none;
}
	
.hide-tabletsm-mobile {
	display: none;
}	
	
.hide-mobile {
	display: inline-block;
}	
		

}



@media only screen and (max-width: 662px) {

** CALL BUTTON ** {
}

/* Mobile Layout: 662px and below. */
  
.container-button-bookacall {
    left: 25%;
    transform: translateX(-25%);
	width: 139px;
	height: 58px;
}
	
}	




@media only screen and (max-width: 481px) {

** MOBILE ** {
}




.gridContainer {
    width: 84%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    padding-left: 10%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}




	
.container_preheader {
    width: 84%;
    padding-right: 8%;
    padding-left: 8%;
}
		
	

.container {
}


	
.container_banner {
    height: 450px;
}



.banner-content {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}


.banner-content h4 {
    font-size: 30px;
    line-height: 34px

}

.banner-content h5 {

}
	
	
/* Styles when moved below .container_banner_sub */
.banner-content-sub-moved {
    width: 90%;
    float: left;
    padding-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-bottom: 30px;
    min-height: 200px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #323d47;
}		
	
	
.banner-content-sub {

}


.banner-content-sub h4 {
    font-size: 32px;
    line-height: 36px;
}

.banner-content-sub h5 {
   font-size: 18px;
    line-height: 24px;
}	
	
	
	
.container_shortcuts {
}
.container_shortcuts-cols {
    width: 90%;
    padding-left: 10%;
    padding-top: 3%;
    padding-right: 10%;
    padding-bottom: 3%;
}   
	



.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%;
    margin: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	line-height: 0px;
}

.columns-wrap {


}
.columns1-pad {
	width: 92%;
	margin-bottom: 15px;
	padding: 4%;
}





.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;
	margin-bottom: 20px;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}


.columns2-wide-data {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.columns2-wide-data-sidebar {
	width: 100%;
}
	
	
.columns2-table-cell {
    width: 84%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    padding-top: 8%;
}

.columns2-table-cell.mid {
    display: block;
    width: 94%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
}		



	
	
.corousel-two-item-content {
    padding-top: 240px;
    min-height: 300px;
    background-size: cover;
}

.corousel-two-item-button {
    top: 85%;
}		
	




.columns3 {
	clear: none;
	width: 100%;
	min-height: 0px;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}


.columns3-table {
display: table;
width: 100%;
}

.columns4 {

}
.columns4 img {

}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}
	
	
	
.columns4-numbers {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0%;
    min-height: 0px;
}

.columns4-numbers.last {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    min-height: 0px;
}	
	
	
 .number-container {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
}	
	

	
.rightedge {
    top: 410px;
}
	
	
.mortgage-enquiry-wrap h3 {
    margin-bottom: 15px;
}		



.columns2-mission {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
}


.form_text {

}

.form_textarea {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
}

.form_select {

}
	
.container-button-bookacall {
    width: 81px;
	height: 34px;
    left: 50%;
    transform: translateX(-50%);
}
	
.container-button-bookacall img {
    width: 81px;
	height: 34px;
}	
	

    .wheel-inner {
        width: 50%;

}	
	
.hide-desktop-tablet {
	display: block;
}		
	
	
}
