<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body
{
	margin: 0px;
	padding: 0px;
	overflow-x: hidden; /* this breaks accessibility font size change */
}

body
{
	background: #062C44;
}
header, .header-container, #top-menu-nav
{
	background: #ffffff;
}

/* Header Notice Message */
.notice-message
{
	position: relative;
	margin-top: -250px;
	opacity: 0;
}
.notice-message.hidden
{
	transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.notice-message.visible
{
	margin-top: -0;
	opacity: 1;
}

	.notice-message .container &gt; span
	{
		display: block;
		padding: 0.8em 25px;
		color: #ffffff;
	}
		.notice-message .container &gt; span &gt; p
		{
			line-height: 1.2;
		}
		
	.notice-message .button
	{
		padding: 0.25em 0.6em;
		margin: 0 10px;
		border-radius: 6px;
	}
		.notice-message .button:hover
		{
			background: #20a8e1;
		}

	@media (max-width: 980px)
	{
		.notice-message .button
		{
			display: block;
			margin: 0.8em auto auto;
			max-width: 300px;
			width: 100%;
		}
	}

/* Notice Bar Close Button */
.notice-message-close
{
	position: absolute;
	margin: auto;
	right: -10px;
	width: 40px;
	top: 15px;
	cursor: pointer;
}
.nojs .notice-message-close
{
	display: none;
}

.notice-message-close-inner
{
	width: inherit;
	text-align: center;
}

.notice-message-close-label
{ 
	font-size: .6em; 
	line-height: 2.5em;
	text-transform: uppercase;
	color: #fff;
	transition: all .1s ease-in;
	opacity: 0;
	cursor: pointer;
}

.notice-message-close-inner:before, .notice-message-close-inner:after
{
	position: absolute;
	content: '';
	height: 1px;
	width: inherit;
	background: #fff;
	left: 0;
	transition: all .1s ease-in;
}

.notice-message-close-inner:before
{
	top: 13px; 
	transform: rotate(45deg);  
}

.notice-message-close-inner:after
{  
	bottom: 14px;
	transform: rotate(-45deg);  
}

.notice-message-close:hover .notice-message-close-label
{
	opacity: 1;
}

.notice-message-close:hover .notice-message-close-inner:before,
.notice-message-close:hover .notice-message-close-inner:after
{
	transform: rotate(0);
}

.notice-message-close:hover .notice-message-close-inner:before
{
	top: 0;
}

.notice-message-close:hover .notice-message-close-inner:after
{
	bottom: 0;
}




#top-menu-nav.mobile
{
	width: 100%;
	z-index: 100;
	white-space: nowrap;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	position: relative;
	border-top: 1px solid #B3B3B3;
}
	#top-menu-nav.mobile #top-menu
	{
		display: block;
		float: none!important;
	}
	#top-menu-nav.mobile #top-menu li
	{
		padding: 15px;
	}
		#top-menu-nav.mobile #top-menu a
		{
			padding: 10px;
		}
		#top-menu-nav.mobile #top-menu li li
		{
			padding: 0px;
		}
		
	#top-menu-nav.mobile #top-menu li a
	{
		padding: 5px;
	}
		
	#top-menu-nav.mobile #top-menu li:hover ul
	{
		display: none!important;
	}

.flickity-viewport
{
    z-index: 9999999;
    overflow: visible;
}
	.flickity-viewport:after
	{
		content: '';
		position: absolute;
		left: 0; right: 0;
		top: 0; bottom: 0;
		background-image:
			linear-gradient(to right, #ffffff, rgba(255,255,255,0) 60px),
			linear-gradient(to left , #ffffff, rgba(255,255,255,0) 60px);
		pointer-events: none;
	}



#top-menu-nav.mobile li.current_page_item::after,
#top-menu-nav.mobile li.current_page_parent::after
{
	content: "\43";
    bottom: 0;
    color: #ffffff;
    font-family: ETmodules!important;
    font-size: 4em;
    left: 0;
    /* line-height: 1; */
    position: absolute;
    /* margin-bottom: -40px; */
    right: 0;
    speak: none;
    text-align: center;
    z-index: 100;
    bottom: -15px;
}

	
.footer-mobile-nav-section
{
    display: none;
}
.footer-mobile-nav
{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #20A7E0;
    z-index: 9999;
    color: #ffffff;
}

@media ( max-width : 980px )
{/*
	.footer-mobile-nav-section
	{
	    display: block;
	}
	.footer-mobile-nav 
	{
	    display: block;
	}*/
}

.footer-mobile-nav &gt; ul,
.footer-mobile-nav &gt; ul &gt; li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-mobile-nav &gt; ul
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	.footer-mobile-nav &gt; ul &gt; li
	{
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    text-align: center;
	    width: 33%;
		z-index: 100;
	}
		.footer-mobile-nav &gt; ul &gt; li.first
		{
		    margin-left: 10%;
		    width: 23%;
		}
		.footer-mobile-nav &gt; ul &gt; li.last
		{
		    margin-right: 10%;
		    width: 23%;
		}

		.footer-mobile-nav &gt; ul &gt; li button
		{
		    padding-top: 1rem;
		    border: 0;
		    background: none;
		    width: 100%;
		    -webkit-appearance: button;
		    cursor: pointer;
			max-width: none;
		}
			.footer-mobile-nav &gt; ul &gt; li button &gt; img
			{
				display: block;
				margin: auto;
			}
			.footer-mobile-nav &gt; ul &gt; li button &gt; span
			{
				display: table-cell;
				clear: both;
				margin-top: 0.9em;
				text-align: center;
				width: 1%; /* Weirdly required to set it the full width to centre text */
			    height: 35px;
			    vertical-align: middle;
			}

.footer-mobile-nav-dome
{
	display: none;
    background: #20A7E0;
	width: 110px;
    margin-top: 0;
    height: 110px;
    border-radius: 50%;
    position: absolute;
	z-index: 1;
}
 
 
@media ( max-width : 500px )
{
	.footer-mobile-nav &gt; ul &gt; li.first,
	.footer-mobile-nav &gt; ul &gt; li.last
	{
	    margin: 0;
	    width: 33%;
	}
	.footer-mobile-nav &gt; ul &gt; li button
	{
	    padding: 0.5rem 0 0 0;
	}
}



.searchwp-live-search-result a
{
	color: #062C44;
}

/* BUTTON ROLLOVER ANIMATION */

a.et_pb_button
{
	color: #ffffff;
}

/*
.et_pb_button,
.button,
.addtoany_share
{
	-webkit-transform: perspective(1px) translate3d( 0, 0, 0)!important;
	transform: perspective(1px) translate3d( 0, 0, 0)!important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)!important;
	overflow: hidden!important;
	vertical-align: middle;
	    
	-webkit-transition-property: all!important;
	transition-property: all!important;
	-webkit-transition-duration: 0.1s!important;
	transition-duration: 0.1s!important;

	position: relative;
	
    background: #0a1f8f;
	
	font-size: 0.9em!important;
		
}

	.news-button-popup .et_pb_button.sb_pb_modal_button:hover,
	.news-button-popup .et_pb_button.sb_pb_modal_button
	{
		background: #b51f83;	
	}*/

/*
.et_pb_button:before,
.button:before,
.addtoany_share:before
{
	opacity: 1!important;
	content: ""!important;
	display: inline-block;
	position: absolute!important;
	z-index: -1!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	border-radius: 100%!important;
	-webkit-transform: scale(2) translate3d( 0, 0, 0)!important;
	transform: scale(2) translate3d( 0, 0, 0)!important;
	-webkit-transition-property: transform!important;
	transition-property: transform!important;
	-webkit-transition-duration: 0.3s!important;
	transition-duration: 0.3s!important;
	-webkit-transition-timing-function: ease-out!important;
	transition-timing-function: ease-out!important;

    height: 300px;
    width: 100%;
	margin-left: 0;
    margin-top: -127px;
    
    background: #b2d23c;
    
}
*/


	
	.et_pb_toggle_content .button
	{
		display: block;
		margin: 10px 0;
	}

	.notice-message .button
	{
		/*padding: 0.12em 0.5em 0.15em!important;;
		margin: 0 auto;
		border-radius: 6px;
		font-size: 0.8em!important;*/
	}
	
	.notice-message .button:before
	{
	    height: 150px;
	    margin-top: -65px;
	}
	.header-form .button:before
	{
	    height: 165px;
	    margin-top: -55px;
	}


/*.et_pb_button:hover:before, .et_pb_button:focus:before, .et_pb_button:active:before,
.button:hover:before, .button:focus:before, .button:active:before,
.addtoany_share:hover:before, .addtoany_share:focus:before
{
	-webkit-transform: scale(0) translate3d( 0, 0, 0)!important;
	transform: scale(0) translate3d( 0, 0, 0)!important;
    background: #b2d23c;
}*/


/* Header Form Button Colours */
/*
.header-form .button
{
    background: #b2d23c;
}
.header-form .button:before,
.header-form .button:hover:before, .header-form .button:focus:before, .header-form .button:active:before
{
    background: #58C2E9;
}
*/

/*.header-form .button.active
{
    background: #58C2E9!important;
}*/

/*
.header-form .button.active:before,
.header-form .button.active:hover:before, .header-form .button.active:focus:before, .header-form .button.active:active:before
{
    background: #b2d23c;
}*/

/* Blue BUtton Colours */
/*.button.blue-button
{
	background: #b2d23c;	
}
.button.blue-button:before,
.button.blue-button:hover:before, .button.blue-button:focus:before, .button.blue-button:active:before
{
    background: #b51f83;
}*/

/* Pay Rent Buttons */
/*.post-3843 .et_pb_button,
.post-4682 .et_pb_button
{
	background: #b2d23c;	
}
.post-3843 .et_pb_button:before,
.post-3843 .et_pb_button:hover:before,
.post-3843 .et_pb_button:focus:before,
.post-3843 .et_pb_button:active:before,
.post-4682 .et_pb_button:before,
.post-4682 .et_pb_button:hover:before,
.post-4682 .et_pb_button:focus:before,
.post-4682 .et_pb_button:active:before
{
    background: #20a7e0;
}
*/

/* 
	Green #b2d23c
	Blue #20a7e0
	Light Blue #58C2E9
*/


/* Animate Accordion arrow back and forth */

.et_pb_toggle_content ul li a:after
{
	-webkit-animation: backandforth 1s ease 0s;
	-webkit-animation-iteration-count:infinite;
	animation: backandforth 1.5s ease 0s;
	animation-iteration-count:infinite;
	
    transition-property: right;
    transition-duration: 1.5s;
    
}
 
@-webkit-keyframes backandforth {0%{right:-10px;} 50%{right:0px;} 100%{right:-10px;}}
@keyframes backandforth {0%{right:-10px;} 50%{right:0px;} 100%{right:-10px;}}


/* FAQS Accordion Override */

.faqs-form-container
{
    z-index: 99999;
	padding-top: 0!important;
}

.faqs-content-container .et_pb_column_1_2.et-last-child
{
	padding-left: 0;
}

@media (max-width: 980px)
{
	.faqs-content-container .et_pb_column
	{
	    margin-bottom: 0;
	}
}

/* AddToAny Customisation */

.a2a_full_header, .a2a_full_footer
{
	display: none;
}
.a2a_full_services
{
	padding: 30px!important;
	overflow-y: hidden!important;
}
.a2a_full_services .a2a_i
{
	padding: 10px 0!important;
}
a.a2a_i
{
	line-height: 40px!important;
}
a.a2a_i .a2a_svg, a.a2a_more .a2a_svg
{
    background-size: 40px!important;
    height: 40px!important;
    width: 40px!important;
}
a.a2a_i .a2a_svg svg, a.a2a_more .a2a_svg svg
{
    height: 40px!important;
    width: 40px!important;
}





#main-content
{
	clear: both;
}


@media (max-width: 980px)
{
	header .header-menu-section .et_pb_column:first-child,
	.et_pb_gutters3 header .header-menu-section .et_pb_column_1_4,
	.et_pb_gutters3 header .header-menu-section .et_pb_row .et_pb_column_1_4
	{
	    width: 25%!important;
	    margin-right: 0;
	}
	header .header-menu-section .et_pb_column:last-child
	{
	    width: 75%!important;
	}
}

@media (max-width: 767px)
{
	header .header-menu-section .et_pb_column:first-child,
	.et_pb_gutters3 header .header-menu-section .et_pb_column_1_4,
	.et_pb_gutters3 header .header-menu-section .et_pb_row .et_pb_column_1_4
	{
	    width: 40%!important;
	}
	header .header-menu-section .et_pb_column:last-child
	{
	    width: 60%!important;
	}
}






.header-search-section
{
	display: none;
}

#et_top_search
{
    width: 24px;
    height: 24px;
    margin: 5px 10px 0px 0;
}
.header-search-section .et_pb_search.et_pb_text_align_center .et_pb_searchsubmit,
.header-search-section .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit
{
    background: #20a7e0;
    color: #ffffff;
}


#top-menu
{
	display: block;
}

#top-menu,
.et-menu,
nav#top-menu-nav,
nav.et-menu-nav
{
	float: right;
}
@media (max-width: 981px)
{
	.header-menu-section #top-menu,
	.header-menu-section .et-menu,
	.header-menu-section nav#top-menu-nav,
	.header-menu-section nav.et-menu-nav
	{
		display: none;
	}
}


#top-menu  nav &gt; ul &gt; li &gt; a
{
    padding-left: 11px;
    padding-right: 0;
}

#top-menu .et_pb_menu__search-button
{
    margin-right: 0;
}
#top-menu .et_pb_menu__search-button:after
{
    content: "";
    background: url(../img/search-icon.png) no-repeat;
    height: 24px;
    top: -7px;
    width: 24px;
    margin-left: 20px;
}
	#top-menu .et_pb_menu__search-button:hover
	{
	    background-color: transparent;
	}

@media (max-width: 981px)
{
	#top-menu .et_pb_menu__search-button,
	#top-menu .et_pb_menu__search-button:after,
	#top-menu.et_pb_menu .et_mobile_nav_menu
	{
	    display: block;
		float: right;
		width: 24px;
	}
}


@media (min-width: 982px)
{
	.hamburger-menu
	{
	    display: none;
	}
}

.hamburger-menu
{
    float: right;
}
	.hamburger-menu:after
	{
	    font-family: ETmodules!important;
	    speak: none;
	    font-style: normal;
	    font-weight: 400;
	    -webkit-font-feature-settings: normal;
	    font-feature-settings: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    text-shadow: 0 0;
	    direction: ltr;
	    color: #7EBEC5;
	    content: "\61";
	    font-size: 34px;
	    cursor: pointer;
	    width: 30px;
	    height: 30px;
	}




.slicknav_menu,
.slicknav_btn,
.slicknav_menu .slicknav_icon-bar
{
	display: none;
}

.slicknav_menu
{
	background: #ffffff;
}

.slick-nav-logo
{
	float: left;
	height: 80px;
	padding: 10px;
}
	.slick-nav-logo img
	{
	    height: 100%;
	    width: auto;
	}

.slicknav_menu.open .slicknav_btn
{
	display: block;
}

.slicknav_btn
{
	background: transparent;
}

.slicknav_menu.open
{
	padding: 0;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100002;
}


.slicknav_nav
{
    padding: 30px;
    background: #ffffff;
}

	.slicknav_nav &gt; li
	{
		margin: 0 0 10px 0;
	}
	.slicknav_nav &gt; li &gt; ul
	{
		margin: 0;
	}
	
	.slicknav_nav li a a,
	.slicknav_nav .slicknav_arrow
	{
		display: none;
	}
	
		.slicknav_nav .slicknav_row,
		.slicknav_nav a
		{
			color: #000000;
			font-size: 20px;
			padding: 0 10px;
			margin: 0;
			-webkit-transition-property: all!important;
			transition-property: all!important;
			-webkit-transition-duration: 0.1s!important;
			transition-duration: 0.1s!important;
		}
		

		.slicknav_nav .menu-item-has-children &gt; a,
		.slicknav_nav .slicknav_parent-link a
		{
			font-weight: bold;
			display: block;
			width: 100%;
		}
		
		.slicknav_nav .slicknav_row:hover,
		.slicknav_nav a:hover,
		.slicknav_nav .current-menu-item &gt; a,
		.slicknav_nav .current-menu-item &gt; a a,
		.slicknav_nav .current-menu-item .slicknav_parent-link,
		.slicknav_nav a:hover a
		{
			background: #0a1f8f;
			color: #ffffff;   
			border-radius: 6px;
		}
		
		.slicknav_nav .current-menu-item .slicknav_parent-link a,
		.slicknav_nav a:hover a
		{
			color: #ffffff;   
		}


.slicknav_menu .slicknav_icon
{
    width: 34px;
    height: 34px;
    margin: 0;
}

.slicknav_menu .slicknav_icon:before
{
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    color: #7EBEC5;
    content: "\4d";
    font-size: 34px;
    cursor: pointer;
    width: 34px;
    height: 34px;
}




/*** Fade in a hover colour */
a
{
	-o-transition: color .4s ease-out;
	-ms-transition: color .4s ease-out;
	-moz-transition: color .4s ease-out;
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
}

body .grecaptcha-badge
{
	visibility: visible;
	z-index: 10;
}

/*** Breadcrumbs ***/
.breadcrumb
{
	background: #FFFFFF;
	color: #062C44;
	float: left;
	padding: 1.6em 0 0;
	width: 100%;
}
	.breadcrumb &gt; span
	{
		display: block;
		margin: auto;
		max-width: 1080px;
		position: relative;
		width: 90%;
	}
		.breadcrumb a
		{
			color: #062C44;
		}
		.breadcrumb span.breadcrumb_last
		{
			color: #20A7E0;
		}
	
	.et_pb_row .breadcrumb &gt; span
	{
		width: 100%;
	}

/*** Careers ***/
.jobs-listing
{
	background: #EDEEED;
	border-radius: 10px;
	margin-bottom: 1.5em;
	margin-top: 1em;
	max-width: 450px;
	width: 100%;
}
	.job-content
	{
		padding: 1.5em;
	}
		.job-content h3
		{
			color: #007eac;
			font-size: 1.45em;
		}
		.job-content &gt; div
		{
			font-size: 0.9em;
		}

	.jobs-listing .et_pb_button
	{
		border-radius: 0 0 10px 10px;
	    width: 100%;
	    display: block;
	}
		.jobs-listing .et_pb_button:hover
		{
			border-radius: 0 0 10px 10px;
		}

/*** Contact ***/
.contact-dropdown-selectors.header-form select
{
	width: 98%;
}

.contact-dropdown-content-row
{
	background: #FFFFFF;
}
	.contact-dropdown-content
	{
		background: #FFFFFF;
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease-in-out;
	}
	.contact-dropdown-content.active
	{
		height: auto;
		opacity: 1;
		padding: 2.5em 0 0;
		visibility: visible;
	}
		
		.contact-dropdown-content .button
		{
			max-width: none;
			width: auto;
		}
			
.contact-info
{
	background: #F4F6F5;
	float: left;
	padding: 2em;
	width: 100%;
}
	.contact-info h2
	{
		color: #20a7e0!important;
	}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}


/*** Content ***/
#et-main-area
{
	clear: both;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
	.entry-content .et-social-icons
	{
		padding-left: 0;
	}
	
/*** Divi Overrides ***/
.et_pb_section
{
	clear: both;
}
	.et_pb_row
	{
		width: 90%;
	}
		.et_pb_column_1_2.et-last-child
		{
			padding-left: 5em;
		}
		.et_pb_with_background .et_pb_column_1_2.et-last-child
		{
			padding-left: 0;
		}
		
		.et_pb_column_2_3
		{
			padding-right: 3em;
		}
		
	/** Builder **/
		
		/** Accordion **/
		.et_pb_accordion .et_pb_toggle
		{
			background: #FFFFFF;
			border: 0;
			border-radius: 10px;
			margin-bottom: 1em !important; 
			padding: 0;
		}
			.et_pb_accordion .et_pb_toggle .et_pb_toggle_title
			{
				background: #0a1f8f;
				border-radius: 10px;
				color: #FFFFFF;
				font-size: 1em;
				font-weight: bold;
				padding: 0.7em 2em 0.7em 1em;
				transition: ease-in-out .3s;
			}
			.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:hover,
			.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:focus,
			.et_pb_accordion .et_pb_toggle:hover .et_pb_toggle_title,
			.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title,
			.et_pb_accordion .et_pb_toggle.et_pb_toggle_open_tmp .et_pb_toggle_title
			{
				background: #b51f83
			}
				.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before
				{
					content: "\45";
					color: #FFFFFF;
					font-size: 1.5em;
					line-height: 1;
					margin-right: 0.4em;
					margin-top: -0.4em;
				}
				.et_pb_accordion .et_pb_toggle.et_pb_toggle_open_tmp .et_pb_toggle_title:before,
				.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before,
				.et_pb_accordion .et_pb_toggle.et_pb_toggle_open_tmp .et_pb_toggle_title:before,
				.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:hover:before
				{
					content: "\43";
				}
			
			.et_pb_accordion .et_pb_toggle .et_pb_toggle_content
			{
				border: 1px solid #BCBEBE;
				border-top: 0;
				border-radius: 0 0 10px 10px;
				display: none;
				margin-top: -0.5em;
				padding: 1.7em 1em 1.5em;
				
			}
			
			/* Open when no JS */
			.nojs .et_pb_accordion_item:hover .et_pb_toggle_content
			{
				display: block;
			}
			
			/** Links in Accordion **/
			.et_pb_toggle_content ul
			{
				list-style: none;
				padding: 0.5em 0 0;
			}
				
				.et_pb_toggle_content ul li
				{
					padding: 0.5em 0;
				}
				.et_pb_toggle_content ul li + li
				{
					border-top: 1px solid #B3B3B2;
				}
				
					.et_pb_toggle_content ul li a
					{
						color: #454849;
						display: block;
						padding-right: 2em;
						position: relative;
					}
						.et_pb_toggle_content ul li:hover a
						{
							color: #20A7E0;
						}
						.et_pb_toggle_content ul li a:after
						{
							content: "\45";
							color: #999999;
							font-family: ETmodules!important;
							font-size: 1.5em;
							position: absolute;
							right: 0;
							speak: none;
						}
							.et_pb_toggle_content ul li:hover a:after
							{
								color: #20A7E0;
							}
							
		/** ACF Items/Repeater Table - remove table layout **/
		.et_pb_acf_table table,
		.et_pb_acf_table tr,
		.et_pb_acf_table td
		{
			border: 0 !important;
			margin: 0;
			padding: 0;
		}
		
		.et_pb_acf_table td
		{
			padding: 0 0 1em !important;
		}
			.et_pb_acf_table .sb_mod_acf_table_item_label_row,
			.et_pb_acf_table .sb_mod_acf_table_item_label
			{
				display: none;
			}
		
		.et_pb_acf_table img
		{
			width: 100%;
		}
		
		/** ACF - Single Item **/
		.border-item .sb_mod_acf_single_item
		{
			border: 1px solid;
			border-radius: 10px;
			padding: 1em;
			text-align: center;
		}
		
		.et_pb_acf_map
		{
			border: 0 !important;
			border-radius: 10px;
		}
		

		/** Full Width Header **/
		.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content
		{
			max-width: 460px;
			width: 100%;
		}
			.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content p
			{
				margin-bottom: 1.5em;
			}
		
		/** Popup Builder **/
		.trigger_sb_divi_modal
		{
			display: inline!important;
		}
		.et_pb_button.sb_pb_modal_button
		{
			max-width: 345px;
			padding: 0.3em 0.5em 0.4em!important;
			text-align: center;
			width: 100%;
			color: #ffffff;
			background: #0a1f8f!important;
		}
			.et_pb_button.sb_pb_modal_button:hover
			{
				background: #b51f83 !important;
				padding: 0.3em 0.5em 0.4em!important;
			}
		
		/* Remove arrows in colorbox pop up */
		#cboxContent #cboxPrevious, #cboxContent #cboxNext, #cboxContent #cboxCurrent
		{
			display: none!important;
		}
			
		/** News Posts Title **/
		.et_pb_post .entry-title a,
		.et_pb_post h2 a
		{
			color: #20A7E5;
		}
		
		/** Post Navigation **/
		.et_pb_posts_nav .nav-next a,
		.et_pb_posts_nav .nav-previous a
		{
			background: #20A7E5;
			border-radius: 10px 0 0 10px;
			color: #FFFFFF;
			font-size: 1em;
			font-weight: bold;
			max-width: 175px;
			overflow: hidden;
			padding: 1em;
			width: 100%;
		}
		.et_pb_posts_nav .nav-previous a
		{
			border-radius: 0 10px 10px 0;
		}
			.et_pb_posts_nav .nav-next:after
			{
				content: "";
				width: 0;
				height: 0;
				position: absolute;
				z-index: -1;
				top: 0;
				right: 0;
				margin-top: -1.91em;
				margin-right: -1.2em;
				border: 22px solid #20A7E5;
				border-top-right-radius: 12px;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			.et_pb_posts_nav .nav-previous:before
			{
				content: "";
				width: 0;
				height: 0;
				position: absolute;
				z-index: -1;
				top: 0;
				left: 0;
				margin-top: -1.91em;
				margin-left: -1.2em;
				border: 22px solid #20A7E5;
				border-bottom-left-radius: 12px;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
			}
		
			.et_pb_posts_nav .meta-nav
			{
				display: none;
			}
		
		.et_pb_posts_nav .nav-previous + .nav-next
		{
			margin-left: 4em;
		}
		
		/** Slider **/
		.et_pb_slide_description
		{
			text-shadow: none !important;
		}
			.et_pb_slide_description h2.et_pb_slide_title
			{
				font-size: 1.415em !important;
				font-weight: bold !important;
			}
			.et_pb_slide_content
			{
				font-size: 1em !important;
				margin-bottom: 1em;
			}
			
		.et-pb-controllers a
		{
			background: #D3D5D3;
			border-radius: 50%;
			height: 17px;
			width: 17px;
		}
			.et-pb-controllers .et-pb-active-control
			{
				background: #20A7E5;
			}
		
		.et-pb-arrow-next,
		.et-pb-arrow-prev
		{
			color: #000000 !important;
			opacity: 1;
		}
			.et-pb-arrow-next
			{
				right: -10px;
			}
			.et-pb-arrow-prev
			{
				left: -10px;
			}
			.et_pb_slider:hover .et-pb-arrow-next
			{
				right: -10px;
			}
			.et_pb_slider:hover .et-pb-arrow-prev
			{
				left: -10px;
			}
		
		/** Tabs **/
			
			/** Tab Title **/
			.et_pb_tabs
			{
				border: 0;
			}
				ul.et_pb_tabs_controls
				{
					background-color: transparent;
				}
					.et_pb_tabs_controls li
					{
						background: #0a1f8f;
						border-radius: 10px 10px 0 0;
						color: #FFFFFF;
					}					
					.et_pb_tabs_controls li.et_pb_tab_active
					{
						background: #b51f83;
					}
						
						.et_pb_tabs_controls li + li
						{
							margin-left: 0.2em;
						}
						
						.et_pb_tabs_controls li a
						{
							color: #FFFFFF !important;
						}
					
					.et_pb_tabs_controls li,
					ul.et_pb_tabs_controls:after
					{
						border: 0;
					}
			
			/** Tab Content **/	
			.et_pb_tab
			{
				padding: 0;
			}
				
		/** Text **/
		.et_pb_text
		{
			margin: auto;
			max-width: 768px;
			width: 100%;
		}
		
		.sb_mod_acf_single_item ul
		{
			padding-left: 0!important;
			padding-top: 0.5em;
		}
		
	/** Menu **/
	#top-menu-nav.mobile #top-menu
	{
		height: 56px;
		overflow: hidden;
	}
	
	#top-menu.nav li,
	#top-menu .nav li
	{
		font-size: 0.9em;
		padding-right: 0;
		float: left;
		font-weight: normal;
	}
	#top-menu.nav li.nodesktop,
	#top-menu .nav li.nodesktop
	{
		display: none;
	}
		#top-menu.nav li ul,
		#top-menu .nav li ul
		{
			border: 0;
			border-radius: 0 0 10px 10px;
			left: 0;
			margin-left: -1em;
			padding: 0.5em 1em;
			width: 160px;
		}
			#top-menu.nav li li,
			#top-menu .nav li li
			{
				display: block;
				font-weight: bold;
				line-height: 1.5;
				padding: 0;
				width: 100%;
				border-bottom: 1px solid transparent;
			}
			
			#top-menu.nav li li:hover,
			#top-menu .nav li li:hover
			{
				border-bottom: 1px solid #ffffff;
			}
			
			#top-menu.nav li li + li,
			#top-menu .nav li li + li
			{
				margin-top: 0.5em;
				padding-top: 0.5em;
			}
				#top-menu.nav li li a,
				#top-menu .nav li li a
				{
					padding: 0;
					width: 100%;
				}
				
				
	#top-menu .menu-item-has-children &gt; a:first-child
	{
		padding-right: 11px;
	}
		#top-menu .menu-item-has-children&gt;a:first-child:after
		{
			display: none;
		}


/* Enable Flickity menu only at certain widths */
.header-menu.mobile #top-menu:after
{
	content: 'flickity';
	display: none; /* hide :after */
}

@media screen and ( min-width: 750px )
{
	/* disable Flickity for large devices */
	.lang-en .header-menu.mobile #top-menu:after
	{
		content: '';
	}
}
@media screen and ( min-width: 950px )
{
	/* disable Flickity for large devices */
	.lang-cy .header-menu.mobile #top-menu:after
	{
		content: '';
	}
}



/*** Footer ***/

.footer
{
	background: #062C44;
	color: #FFFFFF;
	float: left;
	padding: 2em 0;
	width: 100%;
}

.et-l--footer ul
{
	list-style-type: none;
    padding: 0;
}

.footer a
{
	color: #FFFFFF;
}
	.footer-blocks-container
	{
		float: left;
		margin: 0 -1%;
		width: 102%;
	}
		.footer-blocks
		{
			float: left;
			margin: 1%;
			width: 31.33%;
		}
			.footer-blocks.block-1,
			.footer-blocks.block-2
			{
				width: 14.66%;
			}
				.footer-blocks.block-1 a,
				.footer-blocks.block-2 a,
				.footer-blocks.block-4
				{
					font-size: 0.65em;
				}
				
			.footer-blocks h3
			{
				color: #FFFFFF;
				font-weight: 600;
			}
				.footer-blocks.block-1 h3,
				.footer-blocks.block-2 h3
				{
					padding-bottom: 0.3em;
				}
					
			.footer-blocks p
			{
				clear: both;
			}
			
			.footer-blocks.block-4 ul.menu
			{
				float: left;
				margin-bottom: 1em;
				width: 100%;
			}
				.footer-blocks.block-4 ul.menu li
				{
					display: inline-block;
				    line-height: 1;
				    padding: 0 0.3em 0 0.5em;
				}
				.footer-blocks.block-4 ul.menu li:first-child
				{
					padding-left: 0;
				}
					.footer-blocks.block-4 ul.menu li + li
					{
						border-left: 1px solid;
					}
					
					.footer-blocks.block-4 ul.menu li a
					{
						color: #20A7E0;
					}
				
.has-cookie-bar .footer
{
	padding-bottom: 6em;
}

#catapult-cookie-bar
{
	font-size: 0.7em;
	line-height: 1.4;
}
	#catapult-cookie-bar .ctcc-left-side
	{
		margin-right: 2em;
	}
	
	.cookie-bar-bar button#catapultCookie
	{
		border-radius: 10px;
		margin: 0;
		padding: 1em 1.3em;
	}

/*** Forms ***/
.header-form,
.et_pb_section.header-form
{
	background: #20A7E0;
	padding: 2.5em 0 3em;
	position: relative;
}
	.header-form h1,
	.header-form .h1
	{
		color: #FFFFFF;
		font-size: 2.15em;
		text-align: center;
	}
	
	.header-form .button
	{
		background: #58c2e8;
		border-radius: 14px;
		/*font-size: 0.7em !important;*/
		max-width: none;
		padding: 1.1em 0.3em !important;
	}
		.header-form .button:last-child
		{
			padding: 0.6em 0.3em !important;
		}
	
		.header-form .button:hover
		{
			background: #b51f83;
		}
	
	.header-form select
	{
		border-radius: 14px;
		float: left;
		font-size: 1em;
		margin: 1% 0 1% 1%;
		padding: 0.9em 1em;
		width: 85%;
		height: 58px;
	}
	.header-form input[type="submit"]
	{
		background: #7E8385;
		border: 0;
		border-radius: 14px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 1em;
		font-weight: bold;
		margin: 1% 1% 1% 0;
		padding: 1em;
		text-align: center;
		width: 13%;
	}
		.header-form input[type="submit"]:hover
		{
			background: #b51f83;
		}
	
	.header-form:after
	{
		content: "\43";
		bottom: 0;
		color: #20a7e0;
		font-family: ETmodules!important;
		font-size: 3.2em;
		left: 0;
		line-height: 1;
		position: absolute;
		margin-bottom: -0.64em;
		right: 0;
		speak: none;
		text-align: center;
		z-index: 100;
	}
	
	.header-form .no-areas
	{
		background: #FFFFFF;
		border-radius: 14px;
		padding: 0.9em 1em;
		text-align: center;
	}
	
/*** General ***/
html
{

}

body
{
	color: #454849;
	font-size: 1.15em;
	line-height: 1.4;
}
body.admin-bar
{
	padding-top: 1em;
}
	.container
	{
		max-width: 1080px;
		width: 90%;
	}

p
{
	padding-bottom: 0.7em;
}

iframe
{
	display: block;
	width: 100%;
}

blockquote
{
	border-bottom: 8px solid #20A7E0;
	border-left: 0;
	border-top: 8px solid #20A7E0;
	color: #6D6E70;
	padding: 1em 0;
}
	blockquote p
	{
		padding-bottom: 0.7em;
	}

/*** Google Map ***/
.map-container
{
	border: 1px solid;
	border-radius: 10px;
	padding: 1em;
	text-align: center;
}
	.acf-map
	{
		border-radius: 10px;
		height: 300px;
		width: 100%;
	}

	.acf-map img
	{
		max-width: inherit !important;
	}
	
/*** Headings ***/
h1, .h1
{
	color: #454849;
	font-size: 1.625em;
	font-weight: bold;
	padding-bottom: 0.6em;
}
h2, .h2
{
	color: #454849;
	font-size: 1.42em;
	font-weight: bold;
	padding-bottom: 0.6em;
}
h3, .h3
{
	color: #454849;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.6em;
}

/*** Header ***/
#main-header
{
	box-shadow: none;
	padding-top: 0.9em;
}
	.et_menu_container.et_pb_row
	{
		padding: 0;
	}
		.et_pb_menu_visible .header-top
		{
			z-index: 2000;
		}
		.header-top
		{
			font-size: 0.75em;
			position: relative;
			text-align: right;
			z-index: 10;
		}
			.header-top ul li
			{
				display: inline-block;
				font-weight: 600;
				line-height: 2em;
				text-transform: capitalize;
			}
				.header-top ul li a
				{
					color: #20A7E0;
				}
				.header-top ul li.current-lang a
				{
					color: #454849;
					font-weight: 100;
				}
				
			.header-top ul li.lang-item a
			{
				border-left: 1px solid #20A7E0;
				margin-left: 0.3em;
				padding-left: 0.5em;
			}
			.header-top ul li.lang-item:first-child a
			{
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}
		
		.et_pb_menu_visible .logo_container
		{
			z-index: 1000;
		}
		.logo_container
		{
			margin-top: -9px;
			top: 0;
		}
			#logo
			{
				max-height: 85%;
			}
		
		#et-top-navigation
		{
			padding-left: 0 !important;
			position: relative;
			z-index: 1000;
		}
		.et_header_style_left #et-top-navigation,
		.et_header_style_split #et-top-navigation
		{
			padding-top: 13px;
		}
			.et_header_style_left #et-top-navigation nav &gt; ul &gt; li &gt; a
			{
				padding-top: 33px;
			    padding-left: 11px;
			    padding-right: 11px;
			}

			#top-menu li:hover &gt; a
			{
				color: #0a1f8f;
			}
			/*
				#top-menu-nav li.bell a:after
				{
					content: "";
					background: url('img/bell-icon.png') no-repeat;
					height: 12px;
					position: relative;
					top: -5px;
					width: 12px;
					display: none;
				}
				#top-menu-nav.has-jobs li.bell a:after
				{
					display: inline-block;
				}*/
	
	/*** Hide all elements when search form is visible ***/
	.et_pb_menu_hidden .header-top,
	.et_pb_menu_hidden .logo_container
	{
		opacity: 0;
	}
	.et_pb_menu_visible .header-top,
	.et_pb_menu_visible .logo_container
	{
		opacity: 1;
		-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
		-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
		-o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
		animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
	}
	
	.et_search_outer
	{
		z-index: 10000000;
	}
		.et-search-form
		{
			max-width: none !important;
		}
			.et-search-form input
			{
				font-size: 1.625em !important;
			}
	
	.et_pb_menu_visible + .et_search_outer
	{
		z-index: 0;
	}
	
.header-block,
.et_pb_section.header-block
{
	background: #20A7E0;
	padding: 1.9em 0;
	position: relative;
}

	.header-block h1,
	.header-block .h1
	{
		color: #FFFFFF;
		padding-bottom: 0;
		text-align: center;
	}
	
	.header-block:after
	{
		content: "\43";
		bottom: 0;
		color: #20a7e0;
		font-family: ETmodules!important;
		font-size: 3.2em;
		left: 0;
		line-height: 1;
		position: absolute;
		margin-bottom: -0.64em;
		right: 0;
		speak: none;
		text-align: center;
		z-index: 100;
	}

/*** Images ***/
.border-bottom-radius-img img
{
	border-radius: 0 0 10px 10px;
}
.border-top-radius-img img
{
	border-radius: 10px 10px 0 0;
}
.border-radius-img img
{
	border-radius: 10px;
}

/*** Landing page ***/
.landing-page
{
	background: #122E43;
	color: #FFFFFF;
}
	.landing-page-content
	{
		padding: 3em 0;
	}
		.landing-row + .landing-row
		{
			margin-top: 2em;
		}
			.landing-row .h1,
			.landing-row h1
			{
				color: #FFFFFF;
				font-size: 1.5em;
				line-height: 1.2;
				margin: 0 0 0.5em 0;
			}
			
			.landing-row p
			{
				margin: 0 0 0.35em 0;
				padding: 0;
			}
			
			.landing-row .button
			{
				background: #0a1f8f;
				border-radius: 10px;
				color: #FFFFFF;
				display: inline-block;
				padding: 0.7em 0.2em;
				max-width: 260px;
				width: 100%;
				text-decoration: none;
			}
			.landing-row .button.welsh-button
			{
				background: #20a7e0;
			}
				.landing-row .button:hover,
				.landing-row .button.welsh-button:hover
				{
					background: #b51e83;
				}
			

/*** Lists ***/

.list-columns ul
{
	-webkit-columns: 3;
	columns: 3;
	padding-left: 0 !important;
	text-align: left;
}

	li.tick,
	li.cross
	{
		padding-left: 1.1em;
	}
	
	li.default-bullet:before
	{
		content: "â€¢";
		font-size: 1.2em;
		line-height: 1;
		padding-right: 0.4em;
		vertical-align: middle;
	}
	
/*** Magnific Popup ***/
.mfp-image-holder .mfp-close
{
	left: 0;
	line-height: 0.85;
	max-width: none;
	opacity: 1;
	text-align: center;
	right: 0;
	width: 100%;
}

.mfp-iframe-holder .mfp-close
{
	color: #000000;
	margin-right: 12px;
	margin-top: 8px;
	opacity: 1;
	right: 0;
	top: 0;
	width: auto;
}

/*** Navigation ***/
.nav-next,
.nav-previous
{
	float: none;
}
	/*** Lazy load ***/
	.malinky-load-more
	{
		clear: both;
	}
		.malinky-load-more a
		{
			border-bottom: 2px solid;
		}

/*** News ***/
	
	
	/*** Homepage ***/
	.et_pb_posts .et_pb_post_extra.el_dbe_block_extended.image-top
	{
		display: block;
	}
	
	
	/*** Listings ***/
	.news-button-popup,
	.news-button-popup .trigger_sb_divi_modal
	{
		text-align: center;
	}
		.news-button-popup .et_pb_button
		{
			max-width: none;
			padding: 0.7em 1.5em !important;
			width: auto;
		}
		.news-button-popup .et_pb_button:hover
		{
			padding: 0.7em 1.5em !important;
		}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3
	{
		margin-right: 3%;
		width: 31.33%;
	}
		.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post
		{
			margin-bottom: 10%;
		}
			.news-listings .post-content p
			{
				display: inline;
			}
	
	/*** Detail ***/
	.news-banner img
	{
		width: 100%;
	}
	
	ul.news-slide-container
	{
		list-style-type: none;
		padding: 0;
	}
		.news-slide
		{
			width: 100%;
		}
		.news-slide + .news-slide
		{
			display: none;
		}
			.news-slide img
			{
				border-radius: 10px;
			}
		
		.news-slide-container .et-pb-arrow-next,
		.news-slide-container .et-pb-arrow-prev
		{
			/*font-size: 120px;
			margin-top: -60px;*/
			opacity: 0.5;
			z-index: 200;
		}
		.news-slide-container .et-pb-arrow-next
		{
			margin-right: 0.4em;
		}
		.news-slide-container .et-pb-arrow-prev
		{
			margin-left: 0.4em;
		}
			.news-slide-container .et-pb-arrow-next:hover,
			.news-slide-container .et-pb-arrow-prev:hover
			{
				opacity: 1;
			}

/*** Our People - Directors/Board ***/
.people-detail .et_pb_column
{
	margin-right: 3%;
	width: 31.33%;
}
	.people-detail .et_pb_image .et_pb_image_wrap
	{
		display: block;
	}
		.people-detail .et_pb_image .et_pb_image_wrap img
		{
			width: 100%;
		}
	
	.people-detail h2
	{
		font-size: 1.42em;
		padding-bottom: 0.2em;
	}
	.people-detail h3
	{
		color: #20A7E0;
		font-size: 1.42em;
		font-weight: normal;
	}

.people-detail-mobile .et_pb_slides .et_pb_slider_container_inner
{
	display: block;
}
	.people-detail-mobile img
	{
		border-radius: 10px 10px 0px 0px;
		width: 100%;
	}
	.people-content-mobile
	{
		color: #454849;
		padding: 1em 2em;
		text-align: left;
	}
		.people-content-mobile h2
		{
			color: #454849 !important;
		}
		.people-content-mobile h3
		{
			color: #20A7E0 !important;
		}

/*** Properties ***/
	
	/*** Detail ***/
	ul.property-slide-container
	{
		list-style-type: none;
		padding: 0;
	}
		.property-slide + .property-slide
		{
			display: none;
		}
		
		.property-slide-container .et-pb-arrow-next,
		.property-slide-container .et-pb-arrow-prev
		{
			font-size: 120px;
			margin-top: -60px;
			opacity: 0.5;
			z-index: 200;
		}
		.property-slide-container .et-pb-arrow-next
		{
			margin-right: 0.4em;
		}
		.property-slide-container .et-pb-arrow-prev
		{
			margin-left: 0.4em;
		}
			.property-slide-container .et-pb-arrow-next:hover,
			.property-slide-container .et-pb-arrow-prev:hover
			{
				opacity: 1;
			}
	
	.property-availability-box .sb_mod_acf_single_item
	{
		background: #20A7E5;
		border-radius: 12px 12px 0 0;
		color: #FFFFFF;
		display: inline-block;
		font-weight: bold;
		padding: 0.4em 1em;
	}
	
	.property-details-box.et_pb_acf_table td
	{
		padding: 0 !important;
	}
	
	.property-rent-list-accordion
	{
		margin: auto;
		max-width: 768px;
		width: 100%;
	}
		.property-rent-list-accordion .et_pb_toggle_content li
		{
			padding: 0.5em 0 0.5em 1.1em;
		}
			.property-rent-list-accordion .et_pb_toggle_content ul li.cross:before,
			.property-rent-list-accordion .et_pb_toggle_content ul li.tick:before
			{
				margin-top: 16px;
			}
			
		
	/*** Heading ***/
		
		/*** Number ***/
 		.counter-heading
 		{
 			color: #FFFFFF;
 			font-size: 150px;
 			font-weight: bold;
 			line-height: 1;
 			text-align: center;
 		}
 		
 		/*** Boxes ***/
		.heading-boxes-row
		{
			padding-top: 2em;
			text-align: center;
		}
			.heading-boxes
			{
				background: #0a1f8f;
				border-radius: 15px;
				color: #FFFFFF;
				display: inline-block;
				padding: 0.5em 1.7em;
				position: relative;
				vertical-align: middle;
			}
			.heading-boxes.on-mobile
			{
				display: none;
			}
				.heading-boxes .box-number
				{
					font-size: 3.4em;
					font-weight: bold;
					line-height: 1;
				}
				.heading-boxes .box-text
				{
					font-weight: bold;
				}
			
					.heading-boxes + .heading-boxes
					{
						margin-left: 0.7em;
					}
					
				.heading-boxes:before
				{
					content: "\42";
					color: #0a1f8f;
					font-family: ETmodules!important;
					font-size: 2.5em;
					left: 0;
					margin-top: -36px;
					position: absolute;
					right: 0;
					text-align: center;
					top: 0;
				}
	
	/*** Listings ***/
	
		/*** Rent ***/
		.multiple-locations
		{
			border: 1px solid;
			border-radius: 10px;
			padding: 1em;
		}
		
		/*** Available Homes ***/
		.available-homes-heading
		{
			border-bottom: 1px solid #A8ABAB;
			margin: 1em 0 1.5em;
			padding-bottom: 1.5em;
			text-align: center;
		}
		
		.available-homes-block
		{
			background: #EDEEED;
			border-radius: 10px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 2em;
		}
			.available-homes-block-1
			{
				position: relative;
			}
				.available-homes-block-1 a
				{
					background-repeat: no-repeat;
					background-size: cover;
					border-radius: 10px 0 0 10px;
					display: block;
					height: 21em;
				}
				
				.property-list-availability-box
				{
					bottom: 0;
					left: 0;
					margin-left: 1em;
					position: absolute;
				}
					.property-list-availability-box &gt; div
					{
						background: #0a1f8f;
						border-radius: 12px 12px 0 0;
						color: #FFFFFF;
						display: inline-block;
						font-weight: bold;
						padding: 0.4em 1em;
					}
				
			.available-homes-block-2
			{
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-flex: 1;
				-ms-flex: 1;
				flex: 1;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-ms-flex-item-align: center;
				align-self: center;
				padding: 2em;
			}
				.available-homes-block-2 .price-field
				{
					color: #20A7E5;
					font-size: 1.4em;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 0.4em;
				}
		
		.single-property_rent .button,
		.single-property_buy .button,
		.single-property_future_dev .button
		{
			max-width: none;
			padding: 0.7em 0.8em;
			width: auto;
		}
		
		/*** Carousel ***/
		ul.carousel-slide-container
		{
			list-style-type: none;
			padding: 0;
		}
			.carousel-slide + .carousel-slide
			{
				display: none;
			}
			
			.carousel-slide-container .et-pb-arrow-next,
			.carousel-slide-container .et-pb-arrow-prev
			{
				font-size: 120px;
				margin-top: -60px;
				opacity: 0.5;
			}
			.carousel-slide-container .et-pb-arrow-next
			{
				margin-right: 0.4em;
			}
			.carousel-slide-container .et-pb-arrow-prev
			{
				margin-left: 0.4em;
			}
				.carousel-slide-container .et-pb-arrow-next:hover,
				.carousel-slide-container .et-pb-arrow-prev:hover
				{
					opacity: 1;
				}
			
			.video-popup
			{
				position: absolute;
				background: rgba(0,0,0,0.3);
				bottom: 0;
				left: 0;
				right: 0;
				top: 0;
			}
				.video-icon
				{
					background: #20A7E0;
					background: rgba(32,167,224,0.6);
					border-radius: 50%;
					height: 100px;
					margin: auto;
					position: relative;
					text-align: center;
					width: 100px;
				}
					.video-icon:after
					{
						content: "\45";
						color: #FFFFFF;
						font-family: ETmodules!important;
						font-size: 4.5em;
						left: 0;
						margin-top: -0.15em;
						position: absolute;
						right: 0;
						speak: none;
						text-align: center;
						top: 50%;
					}
			
/*** Search icon ***/
#et_search_icon:before
{
	content: "";
	background: url('../img/search-icon.png') no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	width: 24px;
}

/*** Search Results ***/
.search-results .header-form
{
	display: none;
}

.results-row img
{
	border: 1px solid #CECFCE;
	border-radius: 10px;
}
.results-row img.no-image
{
	padding: 0.5em;
}

/*** Tabs - used for Find a home page ***/
.tab-title
{
	background: #0a1f8f;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	padding: 0.6em 1.5em 0.6em 1.5em;
	text-align: center;   
}
	.tab-title.active
	{
		background: #b51f83;
	}

.tab-content
{
	display: block;
	height: 0;
	overflow: hidden;
}
.tab-content.active
{
	display: block;
	height: auto;
}

/************************** Responsive **************************/
@media (max-width: 980px)
{
	/*** Divi ***/
	.et_pb_section
	{
		padding: 1em 0 2em;
	}
		.et_pb_column_1_2.et-last-child
		{
			padding-left: 0;
		}
		.et_pb_column_2_3
		{
			padding-right: 0;
		}
	
	.et_pb_fullwidth_section
	{
		padding: 0;
	}
	
		/** Text **/
		.et_pb_module.et_pb_text
		{
			margin: auto auto 20px;
			max-width: none;
		}
		
		/** Social **/
		.entry-content .et-social-icons
		{
			text-align: left;
		}
		
	/*** Footer ***/
	.footer 
	{
		padding-bottom: 6em;
	}
	
	.footer-blocks.block-1,
	.footer-blocks.block-2
	{
		display: none;
	}
	
	.footer-blocks
	{
		text-align: center;
		width: 98%;
	}
		.footer-blocks img.alignleft
		{
			float: none;
			margin: 0;
		}
	
	/*** Header ***/
	.et_pb_menu_hidden #et-top-navigation
	{
		z-index: 0;
	}

		#et_mobile_nav_menu
		{
			float: none;
			height: 3em;
			opacity: 0;
			visibility: hidden;
			width: 0;
		}
	
	.et_header_style_left .et-search-form,
	.et_header_style_split .et-search-form
	{
		width: 100% !important;
		max-width: none !important;
	}
	
	#top-menu.nav li.nodesktop
	{
		display: block;
	}
	
	/*** Our People - Directors/Board ***/
	.people-detail .et_pb_column
	{
		width: 100%;
	}
	
	/*** Properties ***/
	
		/*** Heading Number ***/
		.counter-heading
		{
			font-size: 130px;
		}
	
}

@media (max-width: 767px)
{
	/*** Lists ***/
	.list-columns ul
	{
		-webkit-columns: 2;
		columns: 2;
	}
	
	/*** Magnific Popup ***/
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		padding-top: 85%;
	}
	
	/*** Properties ***/
	
		/*** Available Homes ***/
		.available-homes-block
		{
			display: block;
		}
			.available-homes-block-1 a
			{
				background-image: none !important;
				height: auto;
			}
				.available-homes-block-1 img
				{
					border-radius: 10px 10px 0 0;
				}

			.available-homes-block-2
			{
				padding: 1em;
			}
		
		/*** Carousel/Slider ***/
		.carousel-slide-container .et-pb-arrow-next,
		.carousel-slide-container .et-pb-arrow-prev,
		.property-slide-container .et-pb-arrow-next,
		.property-slide-container .et-pb-arrow-prev
		{
			font-size: 80px;
			margin-top: -40px;
		}
		.carousel-slide-container .et-pb-arrow-next,
		.property-slide-container .et-pb-arrow-next
		{
			margin-right: 0;
		}
		.carousel-slide-container .et-pb-arrow-prev,
		.property-slide-container .et-pb-arrow-prev
		{
			margin-left: 0;
		}
		
		/*** Heading Number ***/
		.counter-heading
		{
			font-size: 100px;
		}
		
		/*** Heading boxes ***/
		.heading-boxes.on-mobile
		{
			display: inline-block;
		}
		.heading-boxes.on-desktop
		{
			display: none;
		}
			.heading-boxes .box-number
			{
				font-size: 2.5em;
			}
}

@media (max-width: 580px)
{
	/*** Button ***/
	.button, button, .addtoany_shortcode .addtoany_list a
	{
		display: block;
		max-width: none;
		width: 100%;
	}
	.button + .button, button + button
	{
		margin-top: 0.5em;
	}
	
	.addtoany_shortcode
	{
		display: block;
	}
		.addtoany_shortcode .addtoany_list a
		{
			margin-top: 0.5em;
			padding: 0.6em 1.5em 0.6em 1.5em !important;
		}
	
	/*** Cookie Bar ***/
	#catapult-cookie-bar
	{
		font-size: 0.75em;
	}
	
	/*** General ***/
	.intro-text
	{
		font-size: 1.15em;
	}
	
	/*** Header form ***/
	.header-form h1, .header-form .h1
	{
		font-size: 1.5em;
	}
	.header-form select
	{
		width: 80%;
	}
	.header-form input[type="submit"]
	{
		width: 18%;
	}
	
	/*** Magnific Popup ***/
	.mfp-iframe-holder .mfp-iframe-scaler
	{
		padding-top: 110%;
	}
		.mfp-iframe-holder .mfp-close
		{
			font-size: 30px;
			height: auto;
			line-height: 1;
			margin-right: 0;
			margin-top: 0;
		}
		
}

@media (max-width: 479px)
{
	
	/*** Header form ***/
	.header-form select
	{
		width: 75%;
	}
	.header-form input[type="submit"]
	{
		width: 23%;
	}
}

@media (max-width: 470px)
{
	
	/*** Heading boxes ***/
	.heading-boxes.on-mobile
	{
		display: block;
	}
	.heading-boxes
	{
		display: block;
		margin-bottom: 2em;
	}
	
}

#cmplz-document.cookie-statement
{
    width: 100%!important;
    max-width: 100%!important;
}
#cmplz-cookies-overview
{
	margin-bottom: 40px;
}

@media (min-width: 981px)
{
	.et_full_width_page #left-area
	{
	    padding-bottom: 40px;
	}
}
@media (max-width: 980px)
{
	#left-area, #sidebar
	{
	    padding-bottom: 40px;
		margin: auto;
	}
}

#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div
{
	padding: 0;
	font-size: 14px;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div
{
	padding: 15px;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-service-description
{
    padding-bottom: 15px;
}
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown h5,
#cmplz-cookies-overview .cmplz-dropdown p
{
	padding: 0;
}




/* Intro text */

.intro-text
{
	color: #8E9092;
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1.25;
}

/* Tick/Cross */

ul li.tick,
ul li.cross
{
	list-style: none;
	position: relative;
}
	ul li.tick:before
	{
		content: "";
		background: url('../img/tick-icon.png') no-repeat;
		height: 12px;
		left: 0;
		margin-left: 0;
		margin-top: 7px;
		position: absolute;
		top: 0;
		width: 15px;
	}
	ul li.cross:before
	{
		content: "";
		background: url('../img/cross-icon.png') no-repeat;
		height: 13px;
		left: 0;
		margin-left: 0;
		margin-top: 7px;
		position: absolute;
		top: 0;
		width: 13px;
	}
	
/*** Buttons ***/
/*
.button,
button,
.addtoany_shortcode .addtoany_list a
{
	background: #B2D23C;
	border: 0;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	outline: none;
	padding: 0.6em 1.5em 0.6em 1.5em;
	text-align: center;
	text-decoration: none;
	transition: ease-in-out .3s;
}
	.button:hover,
	button:hover
	{
		background: #20A7E0;
	}

	.blue-button.button
	{
		background: #20A7E0;
	}
		.blue-button.button:hover
		{
			background: #B2D23C;
		}

.addtoany_shortcode
{
	display: inline-block;
}
	.addtoany_shortcode .addtoany_list a
	{
		padding: 0.6em 1.5em 0.6em 2.5em !important;
	}
	
	.addtoany_shortcode .addtoany_list a:after
	{
		content: "\e0a0";
		font-family: ETmodules!important;
		left: 0;
		margin-left: 1.3em;
		position: absolute;
	}

/* Remove Addtoany dropdown */
#a2apage_dropdown
{
	display: none !important;
}
</pre></body></html>