@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700');

/* COLOURS USED 
==============================================================
	
	MAIN: 		#043e44
	SECONDARY:	#38bece
	other 1:	#f7f7f8
	other 2:	#00c596
	other 3:	#36393e

	Main Text:	#043e44
	
	SVG COLOURS require %23 instead of # 
	e.g. #000 would be %23000000
	
==============================================================*/

/*Animations*/
@-webkit-keyframes fadein {0% {opacity: 0;}100% {opacity: 1;}}
@-moz-keyframes fadein {0% {opacity: 0;}100% {opacity: 1;}}
@-o-keyframes fadein {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadein {0% {opacity: 0;}100% {opacity: 1;}}
@-webkit-keyframes fadeout {0% {opacity: 1;}100% {opacity: 0;}}
@-moz-keyframes fadeout {0% {opacity: 1;}100% {opacity: 0;}}
@-o-keyframes fadeout {0% {opacity: 1;}100% {opacity: 0;}}
@keyframes fadeout {0% {opacity: 1;}100% {opacity: 0;}}

@keyframes bg-in-white {0% {background-color: transparent;}100% {background-color: #ffffff;}}
@-o-keyframes bg-in-white {0% {background-color: transparent;}100% {background-color: #ffffff;}}
@-moz-keyframes bg-in-white {0% {background-color: transparent;}100% {background-color: #ffffff;}}
@-webkit-keyframes bg-in-white {0% {background-color: transparent;}100% {background-color: #ffffff;}}

/*Old Ie Specific*/
.button-blue,.button-green,.button-red,.blue-button,.green-button,.red-button,
.button-blue:active,.button-green:active,.button-red:active,.blue-button:active,.green-button:active,.red-button:active,
.button-blue:hover,.button-green:hover,.button-red:hover,.blue-button:hover,.green-button:hover,.red-button:hover
 {filter:none}

	.infoBlock ul li{display:none !important;}
	.infoBlock ul li.yes{display:block !important;}

 #shared_facility_holder,#suitable_filter_holder {height:auto}
 
/*logo*/
#banner #studentPadBannerLogo{border-width:0px;left:0%;margin-left:-128px;top: -70px;height:100px;width:17%;z-index: 9999;}
/*SVG Background Images*/
.svg-lock {background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 15 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g transform="matrix(1,0,0,1,-38,-32.7)"><path d="M50.9,41.6L50.9,38.3C50.9,35.2 48.4,32.7 45.3,32.7C42.2,32.7 39.7,35.2 39.7,38.3L39.7,41.6L38,41.6L38,53.7L52.4,53.7L52.4,41.6L50.9,41.6ZM41.9,38.3C41.9,36.5 43.4,35 45.2,35C47,35 48.5,36.5 48.5,38.3L48.5,41.6L41.9,41.6L41.9,38.3Z" style="fill:%23202329;fill-rule:nonzero;"/></g></svg>') right no-repeat;}


/*Normalisation*/
body {background:#fff !important;position:relative;font-size:16px;min-width:400px; left: 0px !important;}
button:focus {outline:0;}
textarea, select, input, button {outline: none;}
select,textarea,input,input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search] {appearance: none;-moz-appearance: none;-webkit-appearance: none;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
input[type="radio"] {appearance: radio;-moz-appearance: radio;-webkit-appearance: radio;}
select {appearance: menulist;-moz-appearance: menulist;-webkit-appearance: menulist;}
article {box-sizing: border-box;padding: 10px;}
input, textarea, select,input:focus, textarea:focus, select:focus {border: 1px solid #043e44;}
body, P,input, textarea,select, #contentArea div.p,.golocal-subcontent {font-family: "Noto Sans","Trebuchet MS",sans-serif !important;color: #043e44;font-size: 18px;}
a:hover{text-decoration: underline; color:#00c596 }
h3 {color: #043e44;margin-bottom: 10px;color: #fff;}

input:focus, textarea:focus, select:focus {
    background-color: #DFEBFE;
    outline: 2px solid #365993 !important;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.25);
	box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.25);
}

select:-internal-autofill-selected,textarea:-internal-autofill-selected,input:-internal-autofill-selected,input[type=text]:-internal-autofill-selected,input[type=email]:-internal-autofill-selected,input[type=tel]:-internal-autofill-selected,input[type=url]:-internal-autofill-selected,input[type=search]:-internal-autofill-selected {background-color:#fff !important}


/*Carousel css*/
.page_preview  { min-width: 100%; width: 100%; }
.page_preview .advert_main_block, .page_preview .detail-bot.noBG.advert_secondary_block, .page_preview .detail-bot.noBG, .page_preview .blue_noMargin, .page_preview .blue { display: none; }



/*Generic Styles*/
div#wrapper{position: initial;}
#main_content_holder { visibility:hidden; }
div#pageHolder {min-height: 281px;}
div#pageHolder #main_content_holder {visibility:visible;-webkit-animation: fadein 0.5s;-moz-animation: fadein 0.5s;-ms-animation: fadein 0.5s;-o-animation: fadein 0.5s;animation: fadein 0.5s;}
div#wrapper, #footerWrapper {background: #f7f7f8 !important;width:100%;margin: 0px;}
#pageContent {margin-top: 50px;height: auto !important;margin:auto;min-height: 700px;width:auto;min-width:320px;padding-bottom:20px;background: transparent;}
.pageBody_advert #pageContent {padding-bottom:40px;}
#pageContent p b {color: #043e44;}
#pageContent p.paragraph {width: 100%;clear:both;}
.pageBody_home #pageContent {padding-bottom:0px;}
.pageBody_home #footerWrapper {margin-top: 0px;height: auto;bottom: 0px;margin-bottom: 0px;}
.pageBody_home div#pageHolder {margin-bottom: 0px;}
.readMore { height: auto; }
.readLess {height: 0px;overflow: hidden;position: relative;}
.openClose  { text-decoration: underline; cursor: pointer; }
.openClose:hover { text-decoration: none;  }
#cover {background: url("../images/generic/ajax-loader.gif") no-repeat center center #FFF;position: fixed;min-height:100%;width: 100%;z-index:999999;}
.pageBody_contact .generalContent,#pageContent #privacyPolicy, #pageContent .policy-document,
.pageContent_advice .customIntro, #contentArea, #messageB, #topArea, .messageB, .propertyAlerts, .title.gridMenu, .llist.block-list.titles, .welcome, .student-message, .login-signup, .pageBody_advert.pageBody_search .pageContent_search #pageContent > .listingWrapper, .pageBody_advert.pageBody_search .pageContent_search > .pagination, .pageBody_advert.pageBody_search .pageContent_search > .printFooter, span[id*="_sharers_pn_sharers"], #sharersRegister, .pageContent_messageboard #mainSearch, #pageHolder #main_content_holder .tenancy_management, .pageBody_advert.pageBody_search .pageContent_search .searchListing, .reviews, .reviewHolder, .pageContent_statistics .generalContent {width:80% !important;margin:auto;min-width:300px;max-width:80% !important;float:none;clear:both;display: block;}
.llist .title-green, .llist .title-blue{background:#043e44;}

#pageContent > .listingWrapper,.pageContent_search > .pagination,.pageContent_search > .printFooter, #pageContent div.gl-block[id*="_Disclaimer_static_searches"] .golocal-subcontent, .pageBody_search .pageContent_search #topArea .printText, .pageBody_search .pageContent_search #topArea .pagination, .pageContent_search #topArea {width:80%;margin:auto;min-width:300px;max-width:80%;height: auto;float:none}
.pageBody_search #pageContent .resultsInfo h2, #pageContent .tenancy_management .title h2, #pageContent .paperRip, #pageContent .paperRip span,#pageContent div.welcome h1,#pageContent div.welcome h1 span, #pageContent #privacyPolicy h1, #pageContent .policy-document h1 {background: none;color: #043e44;font-size: 36px; line-height: 48px;margin-left:0px;height: auto;padding: 0px;font-weight: 700 !important; text-transform:uppercase;width:100%}
.pageBody_search #pageContent .resultsInfo h2:after, #pageContent .tenancy_management .title h2:after,#pageContent #privacyPolicy h1:after, #pageContent .policy-document h1:after, #pageContent div.welcome:after, #pageContent .paperRip:after{display:block; content:' '; width:180px; background:#38bece; margin:auto; height:14px; margin:28px auto;}
#pageContent div.welcome h1 span:after, #pageContent .paperRip span:after{font-size: 18px;line-height: 28px;margin:18px 0px 28px 0px; display:block; font-weight:400; text-transform:none;}
.pageBody_search #pageContent .resultsInfo, #pageContent div.welcome, #pageContent .paperRip {margin:auto;width:66.6666666667%;max-width: 1300px;padding: 7px 10px;height: auto;box-sizing: border-box; text-align:center; float:none;}
#pageContent #contentArea > span.paperRip, #pageContent #contentArea > div > span.paperRip {width:calc(100% + 20px);background:#f7f7f8; margin-left:-10px;max-width:none;padding-top:27px}
.pageBody_home #pageContent .paperRip span {margin-left: 10px;margin-right: 10px;}
.advertWrapper .advertSubWrapper .paperRip span {color: #fff !important;text-align: left;padding: 7px 10px !important;}

#pageHolder #main_content_holder .tenancy_management,
div.propertyAlerts, .llist.block-list.titles,.pageContent_contact .generalContent, .pageContent_statistics .generalContent 
{background:#fff; padding:10px; box-sizing:border-box}

#pageContent #privacyPolicy h1, #pageContent .policy-document h1,#pageContent .tenancy_management .title h2 { width:calc(100% + 20px); border-bottom:none; background:#f7f7f8; margin-left:-10px; margin-top:-10px; padding-bottom:10px  }
.statistcs-table {font-size:18px; line-height:28px;}
#pageContent .messageB, #pageContent #messageB, #pageContent #contentArea, #pageContent .gl-content-box,#pageContent #privacyPolicy, #pageContent .policy-document { background: #fff; box-sizing: border-box; padding:10px 10px 0px 10px}
table#gasSafeInfo {width:100%; text-align:center}

#ctl00_ContentPlaceHolder1_Ctrl_messageboard_Ctrl_bottomLinks_mb_button_share .st_sharethis_custom {margin-right:70px}
#ctl00_ContentPlaceHolder1_Ctrl_messageboard_Ctrl_bottomLinks_mb_button_back {margin-right:-155px}

/* Icons Etc */
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown:before,
.fbIcon:before, .twIcon:before, .youTubeLink:before, .rssNewsLink:before,.fa.main_search_icon:before, .fa.fa-caret-down:before,
.pageBody_home #pageContent .v2buttonWrapper .searchWrapper:before {overflow:hidden; font-size:32px; cursor:pointer;display: inline-block; font-family: 'Fontpad';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content:"-";height: auto;width: 100%;display: block;text-align: center;margin: auto !important;line-height: 45px;}
.pageBody_home #pageContent .v2buttonWrapper .searchWrapper:before {content:"\0044"; color:#043e44; font-size:50px}
.pageBody_home #pageContent .v2buttonWrapper .searchWrapper.map:before {content:"\004a"; color:#043e44;font-size:32px;}
.fa.main_search_icon:before {content:"\0064";cursor:default}
.fa.fa-caret-down:before {content:"\004c";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown:before {position:absolute;left:5px;top:7px;color: #38bece;width: 32px;height: 32px; line-height:32px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown.expanded:before {color:#043e44 !important;  opacity: 0.5;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="property_type"]:before {content:"\0071";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="property_size"]:before {content:"\006e";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="area"]:before {content:"\0063";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="property_rating"]::before {content:"\0046";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="roles_rating"]::before {content:"\0045";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="min_price_"]:before {content:"\006c";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="max_price_"]:before {content:"\0069";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="_suitable_for_"]:before {content:"\0073";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="_available_from_"]:before {content:"\0068";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="_living_arrangements_"]:before {content:"\0070";}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="_contract_type_"]:before {content:"\0054";}


/*Header*/
#pageBody #banner {background: #38bece !important;height: 283px;position: relative;left: auto !important;margin:0 0 25px 0 !important;}
.logo.edinburgh {display: block; position:absolute;height: 213px;top: 0px;left: 5%;z-index: 9999;margin: 6px 10px;box-sizing: border-box;background: url(../images/branding/logo-main.png) no-repeat;background-size: contain}
.logo.studentpad (border-width:0px;right:10%;height:100px;width:200px;position:absolute;)
.mainUniLogo {background: url(/images/generic/topbanner.png);width: 16vw;height: 4vw;max-height: 60px;max-width: 231px;background-repeat: no-repeat;background-size: auto 100%;background-position: bottom left;z-index: 99;display: block;float: left;position: absolute;bottom: 6%;left: 5%;display: none;}

/*Navigation*/
#PrimaryNavfull {position: relative;height: 100%;width: 100%;z-index: 999;bottom: 0px; text-transform:uppercase}
#PrimaryNavfull ul li span.pre{padding: 17px 5px 17px 17px;float: left;font-weight: normal;color: #ffffff;height: auto;font-size: 1vw;padding: 1vw !important;}
#PrimaryNavfull ul li span.slashSeparator {padding: 17px 0px;float: left;font-weight: normal;color: #ffffff;padding: 1vw 0.25vw;font-size: 1vw;}
#PrimaryNavfull ul li.LandlordLi a {padding: 1vw !important;}
#PrimaryNavfull ul li.LandlordLi.last {padding-right: 17px !important;}
#PrimaryNavfull ul li ul li a {width: 100% !important;text-align: left;}
#navigationFull {width: 80%;height: 56px;margin:0px;top: 227px;left: auto;z-index: 998;position: absolute;background: #043e44;display: block;padding-left: 10%;padding-right: 10%;}
#navigationFull .navAccount {z-index: 9999;}
#navigationFull li {display: inline-block;font-size:18px;vertical-align:top;float: none;width: auto;}
#navigationFull li a {font-size:16px;color: #fff; transition: all 0.2s ease-in-out 0s;padding: 17px 10px!important;background: none;width: auto!important;text-indent: 0px!important;font-weight: 600;display: block;height: auto;z-index: 999;margin-right: 5px;float: none;}
#navigationFull li a:hover {text-decoration:underline;color: #f0b726!important;}
#navigationFull li > ul{position: absolute; display:none;opacity:0;background: #043e44 !important;transition: all 1s ease-in-out 1s;}
#navigationFull li > ul > li{display:block;float: none !important;}
#navigationFull li:hover > ul{display:block;opacity:1;}

#SecondaryNav {top: 0px;height: 84px;padding: 14px;width: 100%;background: #fff;box-sizing: border-box;}
#SecondaryNav a{color:#043e44}
#SecondaryNav a:hover{text-decoration:underline;color:#00c596}
#accountMenu {right: 10%; top:30px;position: absolute; z-index:99999; font-size: 16px;}
#accountMenu li {cursor: pointer;display: inline-block;}
#accountMenu li:hover span {color:#00c596; text-decoration:underline}
#accountMenu li::after {color: #c7c7c9;content: '/';padding: 0 9px;}
#accountMenu li:last-of-type::after {content: '';}
#section-nav {position: absolute;bottom: 0px;width: 80%;padding: 18px; padding-left:10%; padding-right:10%; text-indent:10px; height: 20px; background:#38bece; font-size:14px}
#section-nav-title { padding-right:18px}
#section-nav-divider { border-bottom: 0;border-left: 2px solid #00c596;display: inline;margin-left: -7px;padding: 7px 0;}
#section-nav-content { padding: 7px 0 7px 18px;}


/*footer*/
#wrapper, #footerWrapper {visibility: hidden;}
#pageBody #footerWrapper #footerOne {position:relative;height: auto; background-color: #043e44 !important;padding: 0% 5% !important; padding-top: 70px !important;padding-bottom: 60px !important; height:200px;}
#poweredBy { position: absolute;bottom: 0px;margin: auto;width: 200px;display: block;left: 50%;margin-left: -100px;background: transparent !important; text-align:center }
#poweredBy img {float:none; margin-left:0px}
#poweredBy p {font-size:12px !important; width:250px; margin-left:-25px; color:#fff; line-height: 24px;}


#footerOne .mediaBar {color: #fff !important;width:800px; height:60px; background:#043e44; float:left;}
#footerOne .mediaBar ul li#f1{width:300px;}
#footerOne .mediaBar ul li#f2{width:80px;margin-top:10px;}
#footerOne .mediaBar ul li{float:left; padding:0 10px;}
#footerOne .mediaBar ul{text-align: center}
#footerOne .mediaBar img{width:50%}
#footerOne .mediaBar .socialLinks {position: absolute; right: 5%;top: 10px;font-size: 42px;}
#footerOne .mediaBar .socialLinks a {display:inline-block; margin-left:10px; color:#fff;}
#footerOne .mediaBar .socialLinks a:before {line-height:99%!Important}
#footerOne .info-left {color: #fff !important;display: inline-block;width: 50%;vertical-align: top;height: 100%; margin-top:20px; float:left; clear:left;}
#footerOne .info-left a {color: #fff;display: block;width: 100%;font-size:18px}
#footerOne .info-left a:hover {text-decoration: underline;}
#footerOne .info-right {color: #fff;width: 300px;display: inline-block;text-align: right;font-size:18px; float:right;}
#footerOne .info-right a{float:right;clear:right; color:#fff;}
#footerOne .info-right .address {padding: 0px !important;display:block}
a.disabled {pointer-events: none; cursor: default; hover: none;}

/*Search tools*/
.pageBody_non_mobile#pageBody #left-panel .favouritesControl a[id*="_saveList"], .pageBody_non_mobile#pageBody #searchToolsWrapper .st-right #enquiryListPanel .sendEnqButton {margin-right: calc(10% - 6px) !important;background: #043e44 !important;}
.fa.fa-filter {display: none;}
.resultsNav.floating-results-nav #searchToolsWrapper {background: transparent !important;}
#searchToolsWrapper {width: 100%;margin-left: auto;margin-right: auto;background: #fff;position: relative;margin-top: -25px;z-index: 99;display: block !important;padding: 10px;box-sizing: border-box;}
.st-left, .st-right {width: 50%;display: inline-block;vertical-align: top;position: relative;overflow: hidden !important;box-sizing: border-box;}
.menuLineCounters { position: absolute; top: 100px;z-index: 1000;right: 10%;}
.menuLineCounters .counterLine { display: inline;padding: 0px 10px;color: #38bece;text-decoration: underline;cursor: pointer;}
.pageBody_non_mobile .orderby select {width: 100% !important;max-width: 100% !important;background: #fff !important;color: #919191 !important;}
.dispPropertyCounter::before {content: '(';}
.dispPropertyCounter::after {content: ')';}
.pageBody_non_mobile .filter_toggle_row {vertical-align: top;text-align: center;margin-left: 1%;}
.pageBody_non_mobile #shared_facility_holder,.pageBody_non_mobile #suitable_filter_holder,.pageBody_non_mobile #private_facility_holder,
.pageBody_non_mobile .filter_holder {position: absolute !important;left: 0px;top: 48px;z-index: 1;overflow: hidden; width:100%; display:none;height: initial; z-index:1000; background: #fff;padding: 0px 10px 10px 10px;box-sizing: border-box;}
.pageBody_non_mobile .resultsNav.floating-results-nav .filter_holder {webkit-box-shadow: 0px 21px 51px -22px rgba(0,0,0,0.42);-moz-box-shadow: 0px 21px 51px -22px rgba(0,0,0,0.42);box-shadow: 0px 21px 51px -22px rgba(0,0,0,0.42);}
.pageBody_non_mobile .filter_header_row_expanded + .filter_holder {-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;overflow: hidden !important;width: 100% !important;top: 48px;padding-bottom: 2px; background:#fff; height:auto !important; }
.pageBody_non_mobile .filter_toggle_row .filter_elements {left: 0px;z-index: 9999;width:99%;text-align: left;margin: 0px 0.5%;box-sizing: border-box;border: 1px solid #043e44; top: 0px;}
.pageBody_non_mobile .filter_toggle_row .filter_elements span {width: 50%;display: inline-block !important;position: relative;padding: 10px;box-sizing: border-box;}
.pageBody_non_mobile .filter_toggle_row .filter_elements span label {height: 30px;display: inline-block;position: relative;line-height: 30px;cursor: pointer;width: 90%;box-sizing: border-box;}
#pageBody.pageBody_non_mobile .MyListBox {height: auto;position: relative;z-index: 999;padding-top: 5px;color: #043e44;font-size: 16px;font-weight: 700;line-height: 20px;vertical-align: top;text-align: center; background: #38bece; padding: 5px 0px 0px 0px;margin-left: 1%;min-height: 93px !important;}
#pageBody.pageBody_non_mobile .viewMap, #pageBody.pageBody_non_mobile .viewList {padding-top: 0px;padding-bottom: 5px;margin-left: 1%;}
.pageBody_non_mobile .checkOff label:before, .pageBody_non_mobile .checkOn label:before {content: "\f096";height: 30px;width: 30px;display: inline-block;vertical-align: top;margin-right: 20px;font: normal normal normal 40px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#pageBody .checkOn label:before {content:"\f046"}
.pageBody_non_mobile .filter_toggle_row,
#pageBody.pageBody_non_mobile .MyListBox,
#pageBody.pageBody_non_mobile .menuOl  {width: 18.9%;display: inline-block !important;min-height:100px; box-sizing: border-box;}
#pageBody #keyFiltersID {display:none !important }
.pageBody_non_mobile #searchToolsWrapper ol.menuOl {margin-left:1%}
.pageBody_non_mobile #searchToolsWrapper li.viewMap, .pageBody_non_mobile #searchToolsWrapper li.viewList {text-align: center;vertical-align: text-bottom;}
.pageBody_non_mobile #searchToolsWrapper li.viewMap a:hover,.pageBody_non_mobile #searchToolsWrapper li.viewList:hover  {color:#043e44}
.pageBody_non_mobile #searchToolsWrapper li.viewMap a, .pageBody_non_mobile #searchToolsWrapper li.viewList a {line-height: 20px;display: block;height: 100%;background: #38bece;padding-top: 10px;}
.pageBody_non_mobile #searchToolsWrapper li.viewMap a strong, .pageBody_non_mobile #searchToolsWrapper li.viewList a strong {color: #043e44;}
.pageBody_non_mobile .filterMode .closeFilters::after {right: -52px;content: "\f00d";font-family: FontAwesome;font-style: normal;font-size: 26px;color: #043e44;top: 15px;height: 100px;width: 100px;display: block;position: absolute;z-index: 999;cursor: pointer;}
.pageBody_non_mobile .filter_header_row::after, .pageBody_non_mobile #searchToolsWrapper li.viewMap a::after, #pageBody.pageBody_non_mobile #searchToolsWrapper li.viewList a::after {content: ""; width: 100%;height: 63px;display: block;background-color: #38bece !important;position: relative;font-family: FontAwesome;font-style: normal;font-size: 26px;}
#pageBody.pageBody_non_mobile #searchToolsWrapper li.viewList a:hover,#pageBody.pageBody_non_mobile #searchToolsWrapper li.viewMap a:hover {text-decoration:none;}
#pageBody.pageBody_non_mobile #searchToolsWrapper li.viewList a::after,#pageBody.pageBody_non_mobile #searchToolsWrapper li.viewMap a::after {content:"\004a"; font-family: 'Fontpad';font-style: normal;font-weight: normal;line-height: 60px;font-size:48px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#pageBody.pageBody_non_mobile #searchToolsWrapper li.viewList a::after {content:"\0054";}
.pageBody_non_mobile .filter_header_row::after {background: #043e44 !important;content: "\f063";right: auto;top: auto;line-height: 60px;color: #fff;top: 0px;}
.pageBody_non_mobile .floating-results-nav .st-line.filterMode {height:30px;}
.pageBody_non_mobile .floating-results-nav .st-line.filterMode .filter_holder {background: rgba(255, 255, 255, 0.85);}


/*Results*/
#pageBody_contact .resultsNav {display: none !important;}
#pageContent .customSearchTool a, #pageContent .resultsNav ul li a {width: 100% !important;height: auto;background: #043e44 !important;color: #fff;padding: 30px !important;background-image: url('../images/svgs/greenSearchIcon.svg') !important;background-repeat: no-repeat !important;box-sizing: border-box;background-size: auto 100% !important;border: 1px solid #043e44;}
#pageContent .resultsNav ul li a.active {display: none !important;}
#pageContent.pageContent_statistics .resultsNav {margin-bottom: 10px !important;width: 100% !important;}
#pageContent.pageContent_statistics .resultsNav ul li {width: 25%;position: relative;margin: 0px;max-width: 25%;}
#pageContent.pageContent_statistics .resultsNav ul li:before {content: "";display: block;position: absolute;height: 100%;background: #043e44;width: 89px;background-size: 50px;background-repeat: no-repeat;background-position: center;}
#pageContent.pageContent_statistics .resultsNav ul li:nth-child(1):before {background-image: url('../images/svgs/blueRadiusIcon.svg') !important;}
#pageContent.pageContent_statistics .resultsNav ul li:nth-child(2):before {background-image: url('../images/svgs/blueDistance.svg') !important;}
#pageContent.pageContent_statistics .resultsNav ul li:nth-child(3):before {background-image: url('../images/svgs/blueGroupPeople.svg') !important;}
#pageContent.pageContent_statistics .resultsNav ul li:nth-child(4):before {background-image: url('../images/svgs/blueHouseIcon.svg') !important;} 
#pageContent .resultsNav ul li.viewMap a {background-image: url('../images/svgs/greenMapIcon.svg') !important;}
#pageContent .resultsNav ul li.viewList a {background-image: url('../images/svgs/greenResultsIcon.svg') !important;}
#pageContent .customSearchTool.open a {background-image: url('../images/svgs/blueSearchIcon.svg') !important;}


/*Message Board*/
#searchStrip {background:rgba(0,0,0,0.4);text-align:center;padding:10px;box-sizing:border-box;z-index:4;width:100%;bottom: 0vw;}
#searchStrip select {padding: 8px 20px;max-width: 1000px;width: 39%;min-width: 294px;max-width: 1300px;margin-right: 0.5%;margin-left: 0.5%;font-size: 14px;}
#left-panel #enquiryListPanel a, .sharers-message-button, fieldset.search input.searchButton, input.go, .blueform-bot input.gobutton, .llist a.go, a.register, #topArea .back-to-menu a.backtoMenuLink, .messageB-base input.mb-post-button, .propertyAlerts div input.newalert, .searchAction a.addToList, .searchAction a.details, .searchAction a.enquire, .searchAction a.viewOnMap, .searchAction a.alreadyLet, .searchAction a.delFromList, .favouritesControl a, .messageB-base a.mb-reply-button, .messageB-base a.mb-back-button, .messageB-base .st_sharethis_custom, #topArea a.post, .messageB div.reply-lising input.reply-email, a.gototop, .propertyAlerts div input.deletealert, .button-green, input.submitbutton, .button-green, .green-button, .pageBody_non_mobile #left-panel #enquiryListPanel a, .newReview, .reviewHolder .reviewContent .sectionHolder .SaveButton, .messageB-base .post-delete, .btn_resend_auth, .messageB div.reply-lising input.reply-delete {width: auto;height: auto;padding: 7px 15px !important;color: #fff !important;border: 0px;transition: all 0.2s ease-in-out 0s;text-indent: 0;margin-left: 5px;cursor: pointer;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;background-image:none;font-family: "Noto Sans","Trebuchet MS",sans-serif !important;font-size: 15px !important;text-shadow:none;border: none !important;line-height: 19px;font-weight: bold; margin-top: 0px; }
.btn_resend_auth, .sharers-message-button, fieldset.search input.searchButton, input.go, .blueform-bot input.gobutton, .llist a.go, a.register, #topArea .back-to-menu a.backtoMenuLink, .messageB-base input.mb-post-button, .propertyAlerts div input.newalert, .searchAction a.addToList, .searchAction a.details, .searchAction a.enquire, .searchAction a.viewOnMap, .searchAction a.alreadyLet, .searchAction a.delFromList, .favouritesControl a, .messageB-base a.mb-reply-button, .messageB-base a.mb-back-button, .messageB-base .st_sharethis_custom, #topArea a.post, .messageB div.reply-lising input.reply-email, a.gototop, .propertyAlerts div input.deletealert, .button-green, input.submitbutton, .button-green, .green-button, .newReview, .reviewHolder .reviewContent .sectionHolder .SaveButton, .messageB-base .post-delete {background: #043e44 !important;}
.messageB div.reply-lising input.reply-delete {background: #b1030b;-webkit-appearance: none;}
.messageB div.reply-lising input.reply-delete:hover { opacity: 0.9; }
.button-green {background-image:none !important;}
.messageB-base .post-delete {margin-top: 5px;background: #b1030b;}
.messageB-base .post-delete:hover {background: #043e44;}
.sharers-message-button:hover, fieldset.search input.searchButton:hover, .messageB-base input.mb-post-button:hover, .messageB-base a.mb-back-button:hover, input.go:hover, .messageB div.reply-lising input.reply-email:hover, .blueform-bot input.gobutton:hover, .llist a.go:hover, a.register:hover, #topArea .back-to-menu a.backtoMenuLink:hover, .propertyAlerts div input.newalert:hover, .searchAction a.addToList:hover, .searchAction a.details:hover, .searchAction a.enquire:hover, .searchAction a.viewOnMap:hover, .searchAction a.alreadyLet:hover, .searchAction a.delFromList:hover, .favouritesControl a:hover, #topArea a.post:hover, .messageB-base a.mb-reply-button:hover, .messageB-base .st_sharethis_custom:hover, a.gototop:hover, .propertyAlerts div input.deletealert:hover, .button-green:hover, input.submitbutton:hover, .button-green:hover, .green-button:hover, #pageContent .propertyAlerts div input.deletealert:hover {background: #043e44 !important;color: #fff;}
div.messageB-postWrapper {padding:0px;box-sizing:border-box;margin:0px;float:none;}
div.messageB-postWrapper[id*="replyForm_postWrapper"] {padding-top:10px;}
div.messageB-postWrapper p span {width:30%;max-width:250px;margin-right:1%}
div.messageB-postWrapper p input,div.messageB-postWrapper p textarea[class] {width: 59% !important;padding: 8px;color: #000 !important;box-sizing:border-box;}
div.messageB-postWrapper p select {padding: 8px;color: #000;}
div.messageB-postWrapper p span.checkbox {width:50%;max-width:50%;}
div.messageB-postWrapper p span[id*="replyForm_messageLabel"] {clear:both}
div.messageB ul[style="color:red; margin: 10px; list-style-type:disc; font-size: 120%;line-height:170%"] {list-style-type:none !important; font-size: 100% !important;line-height:160% !important}
.pagination p span {color: #043e44;}
.pagination ul li a.currentPageLink {color: #043e44!important;}
.messageB .title {background: #043e44;color:#fff!important;}
.messageB .title h2 {font-weight:normal!important;color:#fff!important;}
.messageB .postentry,.messageB-base-collapsed {border-bottom: 1px solid #000;}
.messageB .postentry span.strong, .messageB-base p strong , .messageB .postentry span.postedsmall, .messageB .postentry span.posted, .messageB .postentry span.subject-reply, .messageB div.reply-lising div.reply-date {color: #043e44 !important;font-size: 18px;}
.messageB .postentry span.subject, .messageB .postentry span.subject a, .messageB .postentry span.replies , .messageB .postentry span.validwide, .messageB .postentry span.message-text {color: #043e44 !important;font-weight:normal;}
.messageB-base {border-bottom: 2px solid #000;border-top: 2px solid #000;}
.messageB-base p {width: auto !important;}
.message-post-confirmation {color: #fff!important;border:0px !important;background:#043e44;padding:20px !Important}
.messageB div.reply-lising {border-bottom: 1px solid #043e44;float: none;padding: 15px;width: 100% !important;box-sizing: border-box;}
.messageB div.reply-lising-reply {border-top: 1px solid #043e44;float: none;padding: 15px 15px 15px 25px;width: 100%;box-sizing: border-box;}
.messageB div.reply-lising .reply-title{font-weight:700}
.messageB .postentry {padding: 10px;transition: all 0.2s ease-in-out 0.2s;position: relative;min-height:32px;}
.messageB .postentry span.subject-reply{position:absolute;right:164px;top:-2px}
.messageB .postentry:hover {background:#eee;}
.messageB .postentry[id]:hover {background:transparent;}
.messageB .postentry > span[class],.messageB .postentry > P[class] {font-size:18px; line-hieght:28px; float:none !important;display:inline-block;*display:inline;zoom:1;padding:10px 0px;box-sizing:border-box;vertical-align:top}
.messageB .postentry > span.strong {font-weight:700}
.messageB .postentry span.replies {width:8%;}
.messageB .postentry span.postedsmall,.messageB .postentry span.posted {width:10%;}
.messageB .postentry span.validwide,.messageB .postentry span.valid {width:12%;}
.messageB .postentry span.subject {width:68%;padding: 0px;}
.messageB .postentry p.subject, .messageB .postentry p.subject a,.messageB .postentry span.subject.strong {width:68%;padding: 0px;}
.messageB .postentry span.subject a {width:100%;padding:10px;box-sizing:border-box}
.messageB div.reply-lising div.reply-date span[id*="_DeletePannel"] { float:right }
span[id*="_sharers_pn_sharers"] {display:block}
.sharers-panel {min-width:300px;width:40%;background-position:top right !Important;background-color:#043e44 !important;color:#fff !important;margin-left:6%}
.sharers-panel span.text {min-width:220px;width:80%;}
.sharers-panel.single-share {margin:10px}
.sharers-panel span.title {font-size:1.5em !important}
.sharers-panel span.text {font-size:16px !important}
#pageContent #sharersRegister .share_note, #pageContent #sharersRegister p label {color:#fff}
#pageContent #sharersRegister .blueform-bot input.gobutton {margin-left:0px;margin-right:0px;box-sizing:border-box;background:#4e79a0}
#sharersRegister .reg_line p label {width:30%;padding:8px;}
#sharersRegister .reg_line p input,#sharersRegister .reg_line p select, #sharersRegister .reg_line p textarea{width:50%!important;padding:8px;box-sizing:border-box}
#sharersRegister .reg_line p input.tiny_input {width:20%!important}
#sharersRegister .reg_line p select.short_input {width:29%!important;margin-left:1%}
#pageContent #sharersRegister .blueform-bot h2 {font-size:24px;padding:10px;box-sizing:border-box;font-weight:700}
.pageContent_messageboard #mainSearch {box-sizing:border-box;padding:5px}
.pageContent_messageboard #mainSearch fieldset {box-sizing:border-box;padding:0px;margin:0px;background:#043e44}
.pageContent_messageboard #mainSearch fieldset p{width:100%;float:none}
.pageContent_messageboard #mainSearch fieldset.search legend{width:100%;float:none;color:#fff;background:#043e44;padding:10px;font-size:24px;box-sizing:border-box}
.pageContent_messageboard #mainSearch fieldset.search label {width:30%;padding:8px;color:#fff;float:none;display:inline-block;*display:inline;zoom:1}
.pageContent_messageboard #mainSearch fieldset.search select {width:50%;padding:8px;box-sizing:border-box;}
.pageContent_messageboard #mainSearch fieldset.search .propertyCounter {background:none}
.pageContent_messageboard #mainSearch fieldset.search .searchButton {background:#4e79a0;width:100%;float:none;box-sizing:border-box;margin:0px;}
#sharersRegister .reg_line table {color:#fff}
.messageB.sharersBoard .postentry span.subject {padding:10px 0px 10px 10px;}
.sharers_full_listing {background:none;margin-left:0px;margin-top:0px}
.messageB .postentry select.orderby{position:absolute;right:5px;top:5px;color: #000; display: block; height: auto !important; }


/*UA: PROPERTY ALERTS*/
.propertyAlerts .k-numerictextbox {height:34px;}
.propertyAlerts p.rentLower .k-numeric-wrap.k-state-default,.propertyAlerts p.rentUpper .k-numeric-wrap.k-state-default {height:auto;padding:0px}
.propertyAlerts p.rentLower .k-numeric-wrap.k-state-default .k-formatted-value.k-input, .propertyAlerts p .k-numeric-wrap .k-input, .propertyAlerts p.rentUpper .k-numeric-wrap.k-state-default .k-formatted-value.k-input {height:34px;border: 1px solid #a2a7ba;background:#fff;}
.propertyAlerts .k-numeric-wrap .k-select {width: 20px;left: 164px;border: 1px solid #a2a7ba;height: 32px !important;border-left:0px;}
.propertyAlerts .k-numeric-wrap .k-select .k-link {width:20px;height:16px}
.propertyAlerts .k-numeric-wrap .k-select .k-link span.k-i-arrow-s {background-position: 1px -33px;}
.propertyAlerts .k-numeric-wrap .k-select .k-link span.k-i-arrow-n {background-position: 1px 0px;}
.propertyAlerts .k-numeric-wrap .k-select .k-link span.k-i-arrow-n, .propertyAlerts .k-numeric-wrap .k-select .k-link span.k-i-arrow-s {height: 16px;width: 20px;}
.propertyAlerts .title {background: #043e44 none;}
.propertyAlerts .title h2 {color:#fff !important;font-size: 18px !important;font-weight: 400 !important;}
.propertyAlerts, .propertyAlerts .tableRow, .propertyAlerts .formHolder {border-bottom:1px solid #38bece;vertical-align: top;}
.propertyAlerts .tableRow span.details, .propertyAlerts .tableRow a.details, .propertyAlerts .tableRow span.start, .propertyAlerts .tableRow span.alert, propertyAlerts .tableRow .selected{color:#000 !important;}
.propertyAlerts .tableRow span.message-text,.propertyAlerts .tableRow span.strong{color:#000 !important;font-weight: normal;}
.propertyAlerts .tableRow > span.strong {font-weight:700;font-size:100%}
.propertyAlerts .tableRow span.start,.propertyAlerts .tableRow span.end {width:10%;min-width:85px;color: #000 !important;}
.propertyAlerts .tableRow .selected {width:21px;height: 21px;}
.propertyAlerts .tableRow span.alert{width:14%;min-width:100px;vertical-align: top;}
.propertyAlerts .tableRow a.details,.propertyAlerts .tableRow span.details {width: 42%;padding:0px;}
.propertyAlerts div.bottomControls {height: auto;margin-top: 5px;}


/*UA: Register/Signup*/
#pageContent .searchPanel-bot .searchPanel-top, .blueform-top {background:none;}
#pageContent .login-signup .blueform-bot,#pageContent .searchPanel-bot, #login-signup-registration .blueform-bot {background: #043e44;}
#pageContent .searchPanel-bot {z-index: 1098;position: relative;}
#pageContent .searchPanel-bot label {font-size: 12px;font-weight: normal;margin-bottom: 15px;color:#fff;}
#pageContent .blueform-bot {padding-bottom:0px;}
#pageContent .blueform-bot h2 {color: #fff !IMPORTANT;font-size: 16px;font-weight: normal;padding-top: 10px;}
#pageContent .blueform-bot a {color: #fff!important;}
#pageContent .login-signup .login-status {color: #E60000!important;float: none;text-align: center;width: 100%;position: relative;display: block; box-sizing:border-box; margin:0px}
#pageContent .login-signup div.login-form {margin:0px;padding:0px 15px}
#pageContent .login-signup div.login-form .generalstatus{float:left}
#pageContent .login-signup div.login-form p label{color: #fff!important;width:30%;padding:8px;}
#pageContent .login-signup div.login-form .messagelabel {width: 46% !important;}
#pageContent .login-signup div.login-form p input[type="text"], input[id*="AuthenticateWrapper_email_input"], #pageContent .login-signup div.login-form p input[type="password"], #pageContent .login-signup div.login-form p select {width: 50% !important;padding: 8px;box-sizing:border-box;color: #043e44;}
#pageContent .blueform-bot input.gobutton {width:100%;margin-left:-15px;margin-right:-15px;box-sizing: content-box;font-size:16px;margin-top:15px;background: #043e44 !important;}
#pageContent .blueform-bot input.gobutton:hover {font-size:1.2em;color: #fff !important;background: #658f2b !important;}
#pageContent .blueform-bot .signupTerms span[style] {margin-left:31% !important;}

/*UA: Account*/
#pageContent .tenancy_management .page h4 {font-size: 24px;border-bottom: 3px solid #043e44;color: #043e44;margin:0px}
#pageHolder #main_content_holder .tenancy_management {padding-bottom:60px}
div .enquirySaveButton,div .enquirySaveButton:hover {background: #043e44;border: none;color: #fff;margin-top: 10px;}
.unsent-enquiries-note, .unsent-enquiries-note:hover {margin: auto; width: 80%;float: none;box-sizing: border-box;margin-bottom: 20px; background:#fc0c42; color:#fff}
.unsent-enquiries-note:hover {text-decoration: underline;}
.k-grid-header th.k-header {background: #043e44;}
.k-pager-numbers .k-state-selected {background: #043e44;border-color: #043e44;}

/*LHA CALCULATOR*/
.calculator-message {width: 90%;margin-left: auto;margin-right: auto;float: none;margin-top: 10px;padding: 0px;}
#pageContent .calculator-message {width:90%;box-sizing:border-box;}
#pageContent .calculator-form-container .propertyCounter {width: 49%;text-align: center;}
.calculator-form-container div.calculator-form p select {color: #043e44 !important;}
#pageContent .calculator-form-container .blueform-bot {width:100%;box-sizing:border-box;background:none;}
#pageContent .calculator-form-container .blueform-bot fieldset {border-color:#fff !important}
#pageContent .calculator-form-container .propertyCounter span, #pageContent .calculator-form-container .blueform-bot fieldset legend{color:#fff}
#pageContent .calculator-form-container .blueform-bot .fb-like.fb_iframe_widget{display:none}
#pageContent .calculator-form-container .blueform-top {background:none;}
#pageContent .calculator-form-container div.calculator-form {width:70%;margin-left:15%;background:#043e44;padding:10px 30px;box-sizing:border-box;}
#pageContent .calculator-form-container div.calculator-form p {color:#fff}
#pageContent .calculator-form-container div.calculator-form p.disability_note {color:#fff;font-style:italic;text-align:center}
#pageContent .calculator-form-container div.calculator-form p label {width:45%;min-width:280px;color:#fff}
#pageContent .calculator-form-container div.calculator-form p label.error {width:100% !important;color:#fff!important;box-sizing:border-box!important;padding:20px!important;text-align:center!important;background:#444!important;margin-top:10px!important}
#pageContent .calculator-form-container div.calculator-form p span.half label {width:75px;min-width:75px}
#pageContent .calculator-form-container fieldset.search input.searchButton {background:#732382;color:#fff;padding:0px;width:49%;margin: 13px 10px 0 0 !important;background: #043e44 !important;}
#pageContent .calculator-form-container fieldset.search input.searchButton:hover {background:#45154e;color:#fff;}

/*V2 Search Panel*/
#pageContent #searchWrapper {display: block;height: auto;position: absolute;z-index: 995;width: auto;bottom: 0px;box-sizing: border-box;margin-bottom: 30px;width: 100%;}
.hoverSearchMap, .hoverSearch {position: absolute;color: #38bece;background: #043e44;top: -40px;height: 30px;width: 300%;left: -100%;text-align: center;vertical-align: middle;line-height: 30px;display: none;font-weight: 600;}
.hoverSearchMap {background: #38bece;color: #043e44;font-weight: 600;}
.hoverSearch .tri, .hoverSearchMap .tri {width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #043e44;margin: auto;}
.hoverSearchMap .tri {border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #38bece;}
.tri-right {border-bottom: 17px solid rgba(255, 255, 255, 0);border-right: 14px solid rgba(255, 255, 255, 0);border-top: 17px solid rgba(255, 255, 255, 0);position: absolute;border-left: 14px solid #043e44;top: 0px;right: -28px;height: 0px;width: 0px;} 
.searchWrapper.map:hover .hoverSearchMap, .searchWrapper:hover .hoverSearch {display: block;}
.hoverSearchMap span, .hoverSearch span {margin: auto !important;display: inline-block;float: none;width: auto;}
#pageContent .v2_search_panel_wrapper .as-mask {overflow: visible;position: relative;height: 422px !important;max-height: none !important;}
#pageContent .v2_search_panel_wrapper .as-content h1, #pageContent .v2_search_panel_wrapper .as-content h1 span, #pageContent .v2_search_panel_wrapper .v2buttonWrapper h2 {color: #fff;}
#pageContent .v2_search_main .as-panel.as-opened {background: none;}
#pageContent .v2_search_main .as-panel {background: #043e44;}
#pageContent .v2_search_panel {margin: auto;}
#pageContent .v2buttonWrapper input.search {background: #043e44 !important;}
#pageContent .v2buttonWrapper input.search:hover {background: rgba(200, 30, 120, 0.8);}
#pageContent .v2_search_main .dropdowns .dropdown {width: calc(25% - 4px) !important;margin: 0px !important;margin-right: 0% !important;}
#pageContent .v2_search_main .dropdowns .dropdown:first-of-type {margin-left: 0% !important;}
#pageContent .v2_search_main .dropdowns .dropdown:last-of-type {margin-left: 1% !important;}
#pageContent .v2_search_main .dropdowns .dropdownDisplay label {background: #043e44;width: 25%;padding: 10px 0px 10px 0px;margin: 0px;font-size: 16px; box-sizing: border-box;    vertical-align: top;}
#pageContent .v2_search_main .dropdowns .dropdownDisplay label[for*="val_living_arrangements_"] {width: 33%; padding-left:30px;}
#pageContent .v2_search_main .dropdowns .dropdownDisplay .values {width: 100%;padding: 0px;background: #043e44;}
.searchListing.highlight .title{background:#38bece !important;}
body.pageBody_home #pageContent .v2_search_main .dropdowns .dropdownDisplay input:checked + label {background: #38bece !important;color: #043e44; vertical-align: top;}
.pageBody_home .page_search_panel_bg {display: none;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel {background:transparent }
.pageBody_home #pageContent .searchWrapper {background: #38bece !important;width: 49px;height: 100%;display: inline-block;position: relative;height: 45px;vertical-align: top;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch {left:0px;width: 80%;margin: auto;z-index: 999;position: relative;height: auto;padding: 30px;margin-left: auto;background: rgba(32, 35, 41, 0.4);}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .main_search_icon {color: #38bece !important;display:inline !important;visibility:visible !important;position:absolute;top: 0px;left: 10px;font-size:30px;z-index:20;height: 45px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .searchTabs {display:inline-block !important;zoom:1;*display:inline;width:180px;top: 21px;position: absolute;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .searchTabs label {font-size: 15.6px;padding: 10px;width: 65px;text-align: center;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .searchTabs label.selected {background:#b1866e;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel {width: 100% !important;height: auto !important;overflow:visible;display:inline-block !important;zoom:1;*display:inline;overflow: inherit;max-height: none !important;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel, .pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .as-content {width:100% !important;height: auto !important;overflow:visible;padding-right: 0px;padding-left: 0px;position:relative;top: 0px;left: auto !important;box-shadow: none !important;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .v2buttonWrapper {width: auto;height: 100%;position: relative;right: 0px;top: 0px;left:auto;bottom:auto;padding:0px;display: inline-block;right: 0px;}
#customPropCount {display: block;height: 45px;margin-top:0px;width: auto;z-index: 100;position: absolute;top: 0px;right: 108px;line-height: 45px;color: #043e44;text-align: center;background: transparent;font-weight: 600;font-size: 18px;pointer-events: none;}
.pageBody_home #pageContent .v2_search_panel_wrapper .v2_search_panel .as-panels .as-panel .v2buttonWrapper input.search, .pageBody_home #pageContent .v2_search_panel_wrapper .v2_search_panel .as-panels .as-panel .v2buttonWrapper .searchWrapper.map a, .pageBody_Mobile.pageBody_home input.search {left: 0px;top: 0px;height: 100%;width: 100%;background: none !important;color: transparent !important;padding: 0px !IMPORTANT;cursor: pointer;display: block;position: absolute !IMPORTANT;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .as-content input.main_search {vertical-align: top;width: calc(100% - 98px);padding: 0px 4.5%;padding-right: 0.5%;height:auto;display: block;font-size: 18px;color: #043e44 !important;margin-bottom: 0.25vw;display: inline-block;line-height: 45px !important;box-sizing: border-box;margin-bottom: 20px;height: 45px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .as-content .dropdowns {vertical-align: middle;width: 100%;display:inline-block !important;zoom:1;*display:inline;position: relative;left: 0px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .as-content .dropdowns .dispPropertyCounter {position: absolute;bottom: 20px;right: 17px;color: #fff;font-size: 70px;font-weight: 700;font-style: italic;opacity: 0.5;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown {padding: 0px 0px 0px 0px;background: white !important;color: #043e44 !important;position:relative;margin-top: 10px;border: #b8b7b7 2px solid;line-height: 45px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown em {color: #38bece !important;display:inline !important;right: -2px;top: -2px;height: 100%;width: 45px;padding: 2px; background:#043e44}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown .default {text-indent: 0px;font-size: 18px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown .default.hasSelections span {max-height: 45px; display: block;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdownDisplay {background:#0d223f;margin-bottom: 5px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns div[id*='price'] .hasSelections {content: "";font-size: 0px !important;height: 45px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns div[id*='price'] .hasSelections span {font-size: 16px !important;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .searchTabs label {color:#fff !important;background:#0d223f}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch label[for*="main_search"] {display: none;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch h1, .pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch h2 {display: none;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .map_search.as-panel.as-shadow {display: none;}
.pageBody_home #pageContent .v2_search_main .dropdowns .dropdown.expanded {background: #38bece !important;color: #043e44 !important;}

.pageBody_home #pageContent .v2buttonWrapper i {height: 100%;display: block;width: 100%;}
.pageBody_home #pageContent .v2buttonWrapper > .searchWrapper.map {background: #38bece !important;}
#pageContent .v2_search_main .dropdowns {font-size: 14px;}
.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="property_size"], .pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown[id*="_available_from_"] {margin-right: 0px !important;}
#pageContent .v2_search_main .as-content-closed {display: block;height: 100% !important;width: 100% !important;background: #000;z-index: 999;position: relative;left: initial;top: initial;transform: none;}
#pageContent .v2_search_main .std_search.as-panel.as-shadow.as-opened .as-content-closed {display: none !important;}
#pageContent .imgcontainer div.v2_search_main.as-panels {left:auto !important;width: 100%!important;}
#pageContent .imgcontainer > div.map_search.as-panel {top:0px;left:0px;width: 100%;display: block;z-index: 0;height:100%}
#pageContent .imgcontainer > div.map_search.as-panel .as-content {height:100%}
#pageContent .imgcontainer > div.map_search.as-panel .as-content-closed, #pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper.map, #pageContent .imgcontainer > div.map_search.as-panel .as-content H1{display: none;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper h2{color:#fff;padding: 7px 73px 4px 15px;font-size: 110%;bottom: 0px;left: 0px;background: #043e44;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper{background: none !important;height:0px;width:100%;position: absolute;right: 26px;bottom: 13px;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper input{position: absolute;right: 26px;bottom: 13px;top: auto;left: auto;width: auto;height: 35px;padding: 0px 20px !important;background: rgb(102, 45, 145);color:#fff !important;font-size:110%;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper input:hover{background: #38bece !important;color: #043e44;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper input.clearmap{right: 128px;background: #043e44 !important;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper input.clearmap:hover{background: #38bece !important;color: #043e44;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper .searchWrapper::before {content:"";}
#pageContent .imgcontainer > div.map_search.as-panel .as-content #drawASearchCanvas {width:100%;height:100%;min-height: 200px;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper > a {width: 100px;height: 35px;position: absolute;right: 285px;bottom: 26px;z-index: 300;background: rgba(153, 153, 153, 0.8) !important;cursor:pointer;padding: 4px;font-size: 110%;box-sizing: border-box;color: #fff;text-align: center;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper > a {background: #043e44 !important;}
#pageContent .imgcontainer > div.map_search.as-panel .as-content .v2buttonWrapper > a:hover { background: #38bece !important; color: #043e44; }
#pageContent .imgcontainer .fx-flip {position: absolute;width: 100%;height: 100%;min-height:310px;background-size: 100%;background-position: 0px -465px;overflow: hidden;}


/*Password page content*/
div div.passwordpage {background: #043e44;color:#fff;display:block;padding: 0px 0px 0px 0px;box-sizing:border-box;margin: 0px !IMPORTANT;height: auto;margin-bottom: 10px;text-align: center;padding-bottom: 40px;}
div div.passwordpage label {font-family: "Noto Sans","Trebuchet MS",sans-serif !important;font-weight: normal;display:block;font-size: 16px !important;width: 100%;text-align: center;padding-right: 0%;float: none;line-height: 16px;box-sizing: border-box;padding-top: 10px;padding-bottom: 10px;}
div div.passwordpage input {font-family: "Noto Sans","Trebuchet MS",sans-serif !important;font-weight:400;display: inline-block;width: 300px;padding: 7px;font-size: 16px;float: none;border: none;margin: 10px;margin-left: 0px;margin-right: 10px;outline: 0;box-sizing: border-box;}
div div.passwordpage input[type="submit"] {font-family: "Noto Sans","Trebuchet MS",sans-serif !important;font-weight:400;width: 100px;display:block;margin: 0px 0px 0px 0px;float:none;padding: 10px 20px;font-size:16px;background: #043e44 !important;display: inline-block;min-width: 100px;}
div div.passwordpage input[type="submit"]:hover {background: #9d2261 !important;}
div div.passwordpage br {display:none}
div div.passwordpage span.error {text-align: center;width: 100%;display: block;color:#fff !important}
#main_content_holder #contentArea.password-content-area .golocal-subcontent { width:90%; max-width:90% }

/*News Items*/
#newsItems.slick-dotted {margin-bottom:0px !Important;padding-bottom:30px;}
#newsItems.slick-dotted ul.slick-dots{bottom:0px !Important;margin-left:0px !Important}
#newsItems.slick-dotted ul.slick-dots li{color:#fff}
#newsItems div {position:relative;box-sizing:border-box;}
#newsItems div a {color:#fff;padding:10px;display:block;box-sizing:border-box;max-height:180px;overflow:hidden;transition: all 0.4s ease-in-out 0s;}
#newsItems div a:hover {background:rgba(255,255,255,0.1)}
#newsItems div a img {width:30%;height:auto;display:inline-block;*display:inline;zoom:1;box-sizing:border-box;}
#newsItems div a span.text {display:inline-block;*display:inline;zoom:1;width:64%;margin-left:2%;box-sizing:border-box;vertical-align:top;font-size:140%;}
#newsItems div a span.text > * {display:block;box-sizing:border-box;}
#newsItems div a span.text > strong {font-size:130%}
#newsItems div a span.text > span {max-height:150px;text-overflow:ellipsis }
#newsItems div a span.text > span > img {display:none;width:0px;height:0px;}
#newsItems i.fa.slick-arrow {position: absolute;top: 25%;font-size: 100px;cursor:pointer;opacity:0.5;transition: all 0.4s ease-in-out 0s;}
#newsItems i.fa.slick-arrow:hover {opacity:1;}
#newsItems i.fa-chevron-left.slick-arrow {left: -100px;}
#newsItems i.fa-chevron-right.slick-arrow {right: -100px;}
#newsContent #newsItems div {padding: 20px 0px;background: #eee;}
#newsContent #newsItems div:nth-child(even) {padding: 20px 0px;background: #fff;}
#newsContent #newsItems div a,#newsContent #newsItems.slick-dotted ul.slick-dots li{color:#043e44;}
#pageContent #newsContent .golocal-subcontent {width:100%;margin-top:20px}
#pageContent p.newsBackButton{margin-top:10px}
#newsContent #newsItems div a,#newsContent #newsItems div a span.text > span {max-height:none;}

.pageBody_home .golocal-subcontent {padding: 0px;margin-top: 0px;max-width: 66.6666666667%; box-sizing:border-box; padding:10px; background:#fff}
.pageBody_home .golocal-subcontent .homepageNews {background: #043e44;}
.pageBody_home .golocal-subcontent .homepageNews .newsItem {border-top: 1px solid #043e44;padding-top: 30px;text-align: justify;vertical-align: top;}
.pageBody_home .golocal-subcontent .homepageNews {padding: 30px;margin-bottom: 50px !important;}
.pageBody_home .golocal-subcontent .homepageNews h3 {font-size: 30px !important;padding: 25px 0px;margin: 0px !important;}
.pageBody_home .golocal-subcontent .homepageNews .newsItem .newsLeft {width: 49%;display: inline-block;}
.pageBody_home .golocal-subcontent .homepageNews .newsItem .newsLeft img {width: 100%;}
.pageBody_home .golocal-subcontent .homepageNews .newsItem .newsRight {width: 49% !important;display: inline-block;vertical-align: top;padding: 20px;box-sizing: border-box;}
.pageBody_home .golocal-subcontent .homepageNews .newsItem .newsRight p {color: #fff !important;}
.pageBody_home .golocal-subcontent .homepageIntro {width: 100%;vertical-align: top;padding-top: 50px;}

/* Local Information Styles */
.pageBody_local #pageContent .gl-full .paperRip { width:80%; max-width:80% }
.pageBody_local #pageContent .gl-full .golocal-subcontent { width:80%; max-width:80%; background:#fff; padding: 15px; }

/*Reviews*/
.reviews .propertyAlerts .tableRow a.details, .reviews .propertyAlerts .tableRow span.detailsSmall, .propertyAlerts .tableRow span.start, .propertyAlerts .tableRow span.end, .reviews .propertyAlerts .tableRow span.alert {width: 20% !important;}
.reviewHolder .reviewContent .sectionHolder .section {float: left;width: 100%;height: auto;min-height: 0px;}
.reviewHolder .reviewContent .sectionHolder .innerSection, .reviewHolder .reviewContent .sectionHolder {width: 100% !important;}
.reviewHolder .reviewContent .sectionHolder .innerSection, .reviewHolder .reviewContent .sectionHolder {width: 100% !important;margin-left: 0px !important;}
.reviewHolder .reviewContent .info, .reviewHolder .reviewContent .title, .reviewHolder .reviewHeader .reviewTitle, .reviewHolder .reviewFooter .reviewTitle, .reviewHolder .reviewContent label, .reviewHolder .reviewContent .sectionHolder .questionWrapper #low {color: #043e44 !important;}
.reviewHeader, .reviewFooter {display: none !important;}
.reviewHolder .reviewContent {padding-top: 20px;}
.reviewHolder {background: none;}


/*Images*/
.imgcontainer {height:auto;width:100%;position: relative;background: #043e44;border:none;overflow: hidden;border-bottom: 1px solid rgba(0, 33, 71, 0.2);}
.imgcontainer .img {height:100%;width:100%;position: absolute;z-index: 1;top:0px;overflow: hidden;background: #043e44 !important;left:0px;opacity: 1 !important;}
.imgcontainer .img img{width:100%;height:auto;background: #000 !important;top: -280px;}
.imgcontainer .img strong{position:absolute;right: 2%;top:14%;text-align:left;font-size:4vw;display:block;width:45%;color:#fff;}
.imgcontainer .img.active {z-index: 3;}
#img1 {background: #d6dfe6;}
#img2 {background: #539e9a;}
#img3 {background: #817a8c;}
#img4 {background: #01a6ac;}
#img5 {background: #080808;}
#img1 strong {color:#043e44;right:auto;left:5%;}
.pageBody_home .imgcontainer {min-height:435px;margin-top: -25px;}
.imgcontainer .img img {min-height:435px;}


/*removals*/
div.divide,
.TenantLandlordLinks .innerWrapper.landlord ,.pagination ,.gl-news, 
.reviewHolder .reviewContent .sectionHolder .questionWrapper #low, .reviewHolder .reviewContent .sectionHolder .questionWrapper #high,
#pageBody #pageContent .imgcontainer .v2buttonWrapper .helpButton ,#sec_contactDetails br, .notopbord ,
.pageBody_print span img, .pageBody_print li img, .pageBody_print .imgcontainer,.contactDetailsAction, .propertyDetails br ,.mapListing .rentIncludes,
.pageBody_Mobile .googleInfoWindow .googleInfoWindowPropertyImage, .pageBody_Mobile .googleInfoWindow .left ,.as-content-closed,
.landing_info_pg, .landing_info_ug,.pageBody_postgraduate .landing_info,.pageBody_undergraduate .landing_info,
.pageBody_home .homeSocial h3 ,#login-inputs .label,#pageBody.pageBody_home #pageContent .welcome img,
.spacer.top,#pageContent .gl-news .spacer.bottom,.pageBody_non_mobile .searchListing .innerListing a.property[id*="_mainPicture"],
.pageBody_contact .resultsNav,.resultsNav ul li a em.fa-wrench::before,.pageBody_advert .clear,
.social_container,#feedbackButton,article div.entry-meta,.spacer,.helpButtonMobile, .contact-details .contact-block:first-child
{display: none;}


#featuredProperties > div.divide,#HAlinkTable,a.alreadyLet.green-button, #password-divide.divide, .pageContent_messageboard #contentArea.password-content-area > p + p, .pageContent_messageboard #contentArea.password-content-area > p + p + div.clear,.pageContent_messageboard #contentArea.password-content-area > p + p + div.clear + br,.pageContent_messageboard #contentArea.password-content-area > p + p + div.clear + br + div + br,
#pageBody.pageBody_non_mobile .filterMode li.viewList, .pageBody_non_mobile .filterMode .filter_header_row::after, #section-nav, 
#pageBody.pageBody_non_mobile #searchToolsWrapper .filter_elements span input,#pageContent .searchListing .searchRight .info span.rent, .mob-photo-count::before, .mob-photo-title::before, 
#pageBody.pageBody_non_mobile .filterMode .viewMap, #pageBody.pageBody_non_mobile .filterMode .MyListBox,.keyFacts .rent_includes_options .no
{display: none !important;}

.pageBody_home #pageContent .welcome, .gototop, #footerTwo,.pageBody_search .pageContent_search #topArea .pagination, .find-a-landlord div.golocal-subcontent .half:first-child, #pageContent .gl-block.colour-block .spacer.top,#featureContent, #headerImage.one,.searchPanel-bot, .pageBody_home #mainSearch, .pageBody_landlords .contact-block:first-child,.messageB-post,#pageContent .login-signup div.login-form .landlordLoginLink, .resultsNav img[src*='searchAction-bottom.gif'],.pageBody_students img[src*='searchAction-bottom.gif'],.pageBody_advert .searchAction p, .pageBody_advert.pageBody_search .pageContent_search #topArea .welcome,.pageBody_advert .searchListing h3 span.label,.blueform-top,.pageBody_search .pageContent_search #topArea .arrange, .logo.edinburgh .p 
{visibility:hidden !important;display:none !important;z-index:-100 !important;width:0px !important;height:0px !important;}


/*Featured Properties*/
#pageContent #featuredProperties{background: transparent; padding-top:20px;}
#pageContent #featuredProperties .paperRip span{color:#043e44;padding: 0px;}
#pageContent #featuredProperties .paperRip span:after{content:'This month\'s featured properties.';}
#pageContent #featuredPropertiesContainer {vertical-align:top;text-align:center;width:80%;margin:auto;background: transparent;padding-bottom:20px;max-width: 1300px;}
#pageContent #featuredPropertiesContainer a {float:none;display:inline-block;*display:inline;zoom:1;vertical-align:top;background: #fff url('/images/generic/ajax-loader.gif') center center no-repeat;height: 250px;position:relative;width:300px;overflow:hidden; padding-top:53px;    border-bottom: 4px solid #f0f0f1}
#pageContent #featuredPropertiesContainer a img {width:100%;height:auto;transition: all .5s ease-in-out; max-width:280px; min-height:170px;}
#pageContent #featuredPropertiesContainer a:hover img {width:100%;height:auto;transform:scale(1.2);}
#pageContent #featuredPropertiesContainer a:hover .card .area {color:#fc0c42}
#pageContent #featuredPropertiesContainer a .card {position:absolute;bottom:0px;background: #fff;color:#043e44;padding:10px;text-align:left;vertical-align:top;height:80px;z-index:2;display:block;width:100%;box-sizing:border-box;font-size:18px;}
#pageContent #featuredPropertiesContainer a .card .area{font-weight:700;position: absolute;top: -223px;left:0px;background: #fff;width: 100%;box-sizing: border-box;padding: 10px;min-height: 53px; text-decoration:underline; font-size:24px}


/*GL Styles*/
/*.gl-full:after {content:' '; width: calc(60% + (18px*2)); display:block; margin:auto; height:4px; background:#f0f0f1; margin-bottom:18px; margin-top:38px;}*/
.gl-main-welcome {margin-top:-30px}
.gl-main-welcome .paperRip span:after {content:'Welcome to the official UWE Bristol FREE property search website.'} 


/*Banner Advertisements*/
/* #headerAdverts {position: absolute;margin-top: 60px;right: 30px;width: 460px;height: 90px;z-index: 998;overflow: hidden;box-sizing: border-box; display:none} */
#headerAdverts {z-index: 9999;}
.ad-no-rotor, .adrotor {height: 100%;width: 100%;position: relative;}
div.adrotorSideContainer {display: inline-block;margin-bottom: 0px;margin-left: 5%;margin-right: 5%;width: 13%;height: auto !important;}
.advertWrapper {width: 100%;background: rgba(44, 52, 135, 0.5);}
.advertSubWrapper {width: 80%;max-width: 1300px;margin: auto;background: #2c3487;text-align: center;padding-bottom: 20px;padding-top: 20px;height: auto;}
.advertSubWrapper .ad-no-rotor li {width: 100% !important;height: auto !important;}
.advertSubWrapper .ad-no-rotor li a {width: 100% !important;height: auto;}
.advertSubWrapper .ad-no-rotor li a img {width: 100% !important;}

/* LL page contact */
#sec_contactDetails .searchListing  {width:auto; float:none}

/*Search Listing */
#pageContent .feesInfo {color: #E60000; font-weight:700;}
#pageContent .feesInfo.NAF {color: #043e44;}
.keyFacts {width: 100%;padding: 0% 2.5%; box-sizing: border-box;}
.header_email {width: 100% !important;color: #043e44 !important;}
.searchListing h4 {color: #043e44;}
.pageContent_search .searchListing {width:100%}
.pageBody_non_mobile.pageBody_map .pageContent_search .searchListing {width:90%; margin:0% 5%}
.searchListing .property-info ul li.yes, .info.rent_includes_options .no, .detail-bot p span.yes, .pageBody_Mobile #propertyDetails .mobile_content .info.rent_includes_options.mob-remove .yes {background: none !important;padding-left: 20px !important;box-sizing: border-box;position: relative;width: calc(33% - 20px) !important;vertical-align: top;}
.searchListing .property-info ul li.yes::before, .info.rent_includes_options .no::before,.property-safety .yes::before, .property-safety .no::before, .detail-bot p span.yes::before, .pageBody_Mobile #propertyDetails .mobile_content .info.rent_includes_options.mob-remove .yes::before {content: "\f00c";font-family: FontAwesome;font-style: normal;color: #000000;position: absolute;margin-top: 0px;left: -3px;}
.searchListing .searchLeft, .searchListing .searchRight {position: absolute;width: 48%;height: 92%;background-repeat: no-repeat;display: inline-block;background-size: contain;background-position: center;overflow: hidden;}
.searchListing .searchLeft { left: 1%; cursor: pointer;}
.searchListing.proc .searchLeft { -webkit-animation: bg-in-white 3s 1 ;-moz-animation: bg-in-white 3s 1 ;-o-animation: bg-in-white 3s 1;animation: bg-in-white 3s 1; background-color:#f7f7f8 }
.searchListing .searchRight {right: 1%;}
#pageContent .searchListing .searchRight .rightAddressTitle {font-size: 24px !important;font-weight: 700 !important;text-transform: capitalize;text-decoration: underline;}
.searchRight .lha_table, #pageContent .searchListing .searchRight .mob-photo-title span, #pageContent .searchListing .searchRight .info span, #pageContent .property_details_content_wrapper .keyFacts p.main, #pageContent .property_details_content_wrapper .keyFacts p, #pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, .searchRight .info.feesInfo  {color: #043e44 !important;width: 100% !important;display: block;margin-bottom: 10px;font-size: 18px !important;line-height: 25px !important;padding-top: 10px;margin-top: 0px !important;padding-bottom: 0px !important;padding-left: 40px;    box-sizing: border-box;}
.searchRight .sku, .keyFacts span, .keyFacts p, #pageContent .searchListing .searchRight span { position:relative }
.searchRight .feesInfo::after,.searchRight .sku:after, .keyFacts span::after, .keyFacts p::after, #pageContent .searchListing .searchRight span::after { font-size:20px; position:absolute; left:0px; font-family: 'Fontpad';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; top:12px;}
.searchRight .sku:before, .keyFacts span::before, .keyFacts p::before, #pageContent .searchListing .searchRight span::before { background-size: 20px; padding-left: 0px;background-position: left center !important;font-weight: 700;padding-right: 10px;background-repeat: no-repeat !important;}
.searchRight .sku::before {content: "Property Ref:"; margin-left: -40px; padding-left: 40px;}
.searchRight .sku::after{content: "#";} 
#pageContent .keyFacts .feesInfo::before,.searchRight .feesInfo::before {content: "Fees:";}
.searchRight .feesInfo::before {display:none;}
#pageContent .keyFacts .feesInfo.NAF::before,.searchRight .feesInfo.NAF::before {content: "";}
#pageContent .keyFacts .feesInfo::after,.searchRight .feesInfo::after {content: "\0056"; top:auto !important;}
#pageContent .keyFacts .feesInfo.NAF::after,.searchRight .feesInfo.NAF::after {content: "\0041"; }
#pageContent .keyFacts .info.propType::before,.searchRight .type::before {content: "Property Type:";}
#pageContent .keyFacts .fees_info::before, .keyFacts .feesInfo::before {content: "";background: none !important;padding-left: 0px; margin-left: -10px;}
#pageContent .keyFacts .fees_info a {text-decoration: underline;}
#pageContent .keyFacts .fees_info a:hover {text-decoration: none;}
#pageContent .keyFacts .rent_includes_options span {width: auto !important;display: inline-block;padding: 0px;margin: 0px 10px 0px 0px !important}
#pageContent .keyFacts .rent_includes_options span.noBills {color: #E60000 !important;padding-left: 0px;}
#pageContent .keyFacts .rent_includes_options span.noBills::before {padding: 0px;}
#pageContent .keyFacts p.advertRef::before {background-image: url(../images/svg/uob-logo.svg) !important;content: "Advert Ref:"; margin-left: -40px; padding-left: 40px;}
#pageContent .keyFacts .info.propertyArea::before, .searchRight span.area::before {content: "Area:";}
#pageContent .keyFacts span[id$="rentWhole"].info::before, .searchRight .info span.rent-lrg::before, .searchRight .info span.rent::before {content: "Rent:";}
#pageContent .keyFacts .info.noBedrooms::before, .searchRight .info span.rooms::before {content: "Bedrooms:";}
#pageContent .keyFacts .info.availableFrom::before, .searchRight .info span.available::before {content: "Available:";}
#pageContent .keyFacts span[id*="deposit"].info::before, .searchRight .info span.deposit::before {content: "Deposit:";}
#pageContent .keyFacts .info.beds_available::before, .searchRight .info span.beds_available::before {content: "Bedrooms To Let:";} 
#pageContent .keyFacts .heatingType::before, .searchRight .info span.heatingType::before {content: "Heating Type:";}
#pageContent .keyFacts .rent_includes_options::before, .searchRight .info span.rent_includes_options::before {content: "Rent Includes:";}
#pageContent .keyFacts .info.propType::after,.searchRight .type::after {content: "\0071";}
#pageContent .keyFacts .info.propertyArea::after, .searchRight span.area::after {content: "\0075";}
#pageContent .keyFacts span[id$="rentWhole"].info::after, .searchRight .info span.rent-lrg::after, .searchRight .info span.rent::after {content: "\0056";}
#pageContent .keyFacts .info.noBedrooms::after, .searchRight .info span.rooms::after {content: "\004f";}
#pageContent .keyFacts .info.availableFrom::after, .searchRight .info span.available::after {content: "\0068";}
#pageContent .keyFacts span[id*="deposit"].info::after, .searchRight .info span.deposit::after {content: "\0047";}
#pageContent .keyFacts .info.beds_available::after, .searchRight .info span.beds_available::after {content: "\0048";} 
#pageContent .keyFacts .heatingType::after, .searchRight .info span.heatingType::after {content: "\0036";}
#pageContent .keyFacts .rent_includes_options::after, .searchRight .info span.rent_includes_options::after {content: "\0049";}
#pageContent .info.rent_includes_options .no::before, .property-safety .no::before {content: "\f00d";}
#pageContent .keyFacts span[id$="rentWholeText"] {margin: -20px 0px 10px 0px !important;}
 
#pageContent .searchAction .delFromList,#pageContent .searchAction .addToList {text-indent:-99999px; text-overflow:hidden;position:relative}
#pageContent .searchAction .delFromList::after, #pageContent .searchAction .addToList::after{position:absolute;left:0px; width: 100%; top: 0px;line-height: 32px;text-indent: 0px;}
#pageContent .searchAction .delFromList::after {content:'Remove From List';}
#pageContent .searchAction .delFromList[onclick*="delViewing"]::after {content:'Remove Enquiry';}
#pageContent .searchAction .addToList::after {content:'Add to Hot List';}
#pageContent .searchAction .addToList.addToViewingList::after {content:'Enquire';}
#pageContent .searchAction .addToList:hover::after{color:#043e44}

/*Results Navigation etc*/
.resultsNav {margin:0px;width: 100% !important;}
.resultsNav ul li.searchTool {width:14% !important;height: 38px;display: none;}
.pageBody_non_mobile .resultsNav ul li {display: none !important;}
.resultsNav ul li {font-size: 100%;width: 41%;margin:0px;cursor: pointer;margin-right: 50px;max-width: 325px;}
.pageBody_non_mobile .pageContent_statistics .resultsNav ul li {width: 33.3% !important;display: block !important;max-width: 33.3% !important;}
.resultsNav ul li a {background: rgb(235, 238, 238) none !important;padding-bottom: 5px !important;color: #043e44;height: 28px;line-height: 28px;font-size: 18px;width:100%;text-align:center;transition: all 0.2s ease-in-out 0s;margin:0px;vertical-align:top;border: 1px #043e44 solid;}
.resultsNav ul li:first-child a {border-left:0px}
.resultsNav ul li a em{height: 100%;line-height: 28px;}
.resultsNav ul li a em.fa-wrench::after {content:'Refine Search';font-family: "Noto Sans","Trebuchet MS",sans-serif !important;font-size:18px;padding-left:5px;font-weight:700;line-height: 28px;}
.resultsNav ul li a:hover, .resultsNav ul li a.active {background: #043e44 none !important;color: #fff !important;box-shadow: none !important;}
.resultsNav.floating-results-nav {position:fixed !important;top:0px !important;z-index:999;padding:0% !important; padding-top:28px !important;overflow: visible;height: auto;background: rgba(255,255,255, 0.85);-webkit-box-shadow: 0px 21px 51px -22px rgba(0,0,0,0.42);-moz-box-shadow: 0px 21px 51px -22px rgba(0,0,0,0.42);box-shadow: 0px 21px 51px -22px rgba(0,0,0,0.42);}
.resultsNav.floating-results-nav .printText {display:none;}

/* jquery tweaks */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {width: 80% !important;}

/*Everything Else*/
.gl-full div.divide,
#contentArea > div.divide {visibility: visible;display: block;width: calc(100% + 20px);height: 50px !important;overflow: hidden;box-sizing: border-box;background: #f7f7f8;margin-left: -10px;padding: 0px;}
.gl-full div.divide {width:100%; margin:0px;}
.gl-full div.divide::after, #contentArea > div.divide::after {content:' '; width: calc(60% + (18px*2)); display:block; margin:auto; height:4px; background:#f0f0f1; margin-bottom:18px; margin-top:28px;}
.k-state-hover {background: #c5c5c5 !Important;}
.ui-dialog.popup_form h4{color:#000 !important;}
.ui-dialog .ui-dialog-title {color: #fff !important;}
.ui-widget-content {color: #000;font-size: 100% !important;}
#pageContent .tenancy_management .page .line.line-full textarea, textarea {color: #000 !important;background: #fff !important;}
.reply-text div {box-sizing: border-box !important;}
.line.line-full div {background: transparent !important;}
.pageBody_print #banner, .pageBody_print .PrimaryNavfull {display: none !important;}
.pageBody_print {background: #fff;}
#pageBody #pageContent .login-signup div.login-form p input[type="checkbox"] {vertical-align: top;margin-top: 20px;width: 20px;height: 20px;background: #fff;color: #000;position: relative;cursor: pointer;-moz-appearance: checkbox;-webkit-appearance: checkbox;}
.TenantLandlordLinks {position: fixed;height: 100%;width: 100%;left: 0px;top: 0px;background: rgba(0, 0, 0, 0.25);z-index: 9999999;color: #043e44;display: none;}
.TenantLandlordLinks .innerWrapper {height: auto;text-align: center;background: #fff;width: 80%;margin: auto;display: flex;justify-content: center;align-items: center;position: relative;padding: 20px;}
.TenantLandlordLinks .innerWrapper div {padding: 10px;width: 100%;box-sizing: content-box;display: block;}
.TenantLandlordLinks .closeButton::before {right: 14px;content: "\f00d";font-family: FontAwesome;font-style: normal;font-size: 26px;color: #043e44;position: absolute;margin-top: 0px;top: 10px;cursor: pointer;}
.TenantLandlordLinks h1 {text-align: center;display: inline-table;color: #043e44;width: 100%;position: relative;}
.TenantLandlordLinks p {text-align: center;font-size: 30px !important;height: auto;display: block;line-height: 40px;color: #000;width: 100%;display: list-item;}
.TenantLandlordLinks a {background: #043e44;color: #fff !important;padding: 10px;font-size: 50px;margin: 10px;text-align: center;display: inline-block;width: 42%;}

.sectionHolder .section:last-of-type {display: none !important;}
span.warning {margin-left: auto !important;margin-right: auto !important;width: 80%;}
.map_search .v2buttonWrapper {width: 95% !important;padding-right: 0px !important;}
.selected input {-webkit-appearance: checkbox;height: 100%;width: 100%;box-sizing: border-box;position: relative;margin: 0px;cursor: pointer;}
.pageBody_advert .review_breakdown_line .review_title {padding-left: 0px;width: 100%;}
#divContactDetails input {color: #000 !important;}
.propertyDetails.resultsNav {height: auto;}
.propertyDetails.resultsNav ul {height: auto;}
.propertyDetails.resultsNav ul li {width: 33.3%;height: auto;}

.reviewDivider {border-top: 5px solid #043e44;text-shadow: none !important;width: 100% !important;background: none !important;height: 0px;margin: 0px !important;}
.tabpage .userReview .reviewerInfo .type, .tabpage .userReview .review h5, .tabpage .userReview .review .reviewText, .review_title, .tabpage .userReview .review .reviewDate {color: #043e44;}
.rating_slider {background-color: #0fb9c4 !important;}
.tabpage .userReview {border-bottom: 3px solid #043e44;padding: 10px !important;}
.resultsInfo {text-align: center;}
.review_breakdown_line {margin-top: 10px;height: 75px;}
.reviewHolder .reviewContent .sectionHolder .questionWrapper .question {width: 100% !important;text-align: center;}

.main.advert_ref, .main.advert_ref + .info {padding-top: 8px;}
#drawASearchDescription {display: none;position: absolute;top: 0px;background: rgba(0, 0, 0, 0.8);color: #fff !important;width: 100%;box-sizing: border-box;height: 100%;padding: 3% 4%;z-index: 9;}
#drawASearchDescription ul {margin: 0 17px;}
#drawASearchDescription ul li, #drawASearchDescription li {text-align: left;font-family: "Noto Sans","Trebuchet MS",sans-serif !important;color: #fff !important;font-size: 12px;line-height: 24px !important;}
#pageContent #drawASearchDescription p {text-align: left;color: #fff !important;margin-bottom: 10px !important;margin-top: 10px !important;font-size: 12px !important;line-height: 20px;height: auto;margin: 0px !important;}
#pageBody #pageContent .imgcontainer .map_search .v2buttonWrapper .helpButton {right: 385px !important;background: #043e44;display: block;}



.shib-login-panel {background: #fff !important;}
.pageContent_local #contentArea ul {list-style:none}

.mobileDisplay {display: none!important;}
.charges_table td.charge {text-align: center; width:15%}
.statisticsSection tbody tr:first-child th {text-align: left;}
.statisticsSection legend {width: 100% !important;}
.statisticsSection {padding: 0px !important;}
.golocal-subcontent table {text-align: center;}
.golocal-subcontent table span, .golocal-subcontent table b u, .golocal-subcontent table b, .golocal-subcontent u, .golocal-subcontent .lightblue font, .golocal-subcontent .lightblue a {color: #fff !important;font-family: "Noto Sans","Trebuchet MS",sans-serif !important;background-color: #043e44 !important;text-decoration-color: #043e44;text-decoration: none !important;}
.golocal-subcontent table {background: none;}
.lightblue td {background-color: #043e44 !Important;background-image: none;border: none;margin: 5px !important;display: inline-block;width: calc(33% - 10px);height: 75px;box-sizing: border-box;}
.lightblue td:hover {background-color: #043e44 !important;text-decoration: none !important;}
.lightblue td:hover span, .lightblue td:hover b u, .lightblue td:hover table b, .lightblue td:hover strong, .lightblue td:hover a, .lightblue td:hover a u, .lightblue td:hover u, .lightblue td:hover a b u, .lightblue td:hover a font {color: #fff !important;font-family: "Noto Sans","Trebuchet MS",sans-serif !important;background-color: #043e44 !important;text-decoration-color: #043e44;text-decoration: none !important;}
.reviewHolder .reviewContent .sectionHolder .questionWrapper .answer,.reviewHolder .reviewContent .sectionHolder .questionWrapper .answer.error {width: auto;}
.reviewHolder .reviewContent .sectionHolder .questionWrapper .answer td{min-width: 110px;vertical-align: top;}

.llist.block-list .inline-list.title-green, .llist.block-list .inline-list.title-blue {height: 125px;}
#pageContent .llist.block-list p.green, #pageContent .llist.block-list p.blue { font-size: 12px !important; color: #fff;width: 80% !important;padding: 0px 10%;}
.messageB-base p {line-height: 33px !important;}
.pageBody_messageboard .reply-email {float: none !important;}
div.messageB-postWrapper p {margin-top: 5px;}
.messageB .postentry span.valid {color: #043e44 !important;}
.messageB .postentry p.subject, .messageB .postentry p.subject a {color: #043e44 !important;}
.pageBody_print .property-safety {border: none;}

.modal ol li {border-color: #043e44;}
.modal ol li a {color: #043e44;}
.red-button, #pageContent .propertyAlerts div input.deletealert {background: #b1030b !important;}


.propertyDetails .property-safety br {display: block;}
.property-safety p span.no, .property-safety p span.yes {background: none !important;position: relative;padding-left: 15px !important;padding-right: 0px;}


.backOption, .printOption {background: none;padding: 0px 0px 0px 20px;height: 100%;width: auto !important;display: inline-block;top: auto !important;}
.backOption a::before, .printOption a::before {content:"\0033"; font-family: 'Fontpad';font-style: normal;font-weight: normal;font-size:inherit;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; left:-20px;}
.printOption a::before {content:"\0032";}



.googleInfoWindow div {width: 100%;}
.bedroomsToLet .left, .wordAvailable .left, .rentIncludes .left {font-weight: normal;display: block !important;padding: 0px;width: auto;color: #000 !important;}
.right {float: left !important;}
.mapListing .clusterWrapper {width: auto;}
.mapNote {color: #043e44;margin: 0px;margin-top: 0px;padding: 0px !important;margin-top: 10px;}
.googleInfoWindow h1 img {vertical-align: top;width: 10%;margin-right: 5%;}
.pageBody_Mobile .googleInfoWindow .googleInfoWindowDetailsWrapper {width: 100%;}

.googleInfoWindow .right {width: 100%;}
.bedroomsToLet .left, .bedroomsToLet .right, .wordAvailable .right, .wordAvailable .left, .rentIncludes .left, .rentIncludes .right {width: auto;}
.left {width: auto;margin-right: 5px;}
.mapNote.main {color: #043e44;background: #fff;padding: 20px !important;margin-bottom: 20px;margin-top: 20px;}
.gl-block.landing_info {z-index: 999;}


.pageBody_undergraduate .landing_info_ug, .pageBody_postgraduate .landing_info_pg {display:block}
.golocal-subcontent a.button-green[style*="float:right;"]:first-child, .golocal-subcontent a.button-green[style*="float: right;"]:first-child{position:absolute;top:-50px;right:0px;}
.resultsInfo {margin-bottom:20px;margin-top: 20px;}


.find-a-landlord div.golocal-subcontent .half{position:relative;}
.find-a-landlord div.golocal-subcontent .half label{display:none}
.find-a-landlord div.golocal-subcontent .half input[type="text"]{width:70%;padding: 8px 20px;font-size: 20px;min-width: 200px;max-width: 1300px;box-sizing:border-box;margin-left:10%;display:inline-block;*display:inline;zoom:1;}
.find-a-landlord div.golocal-subcontent .half input[type="submit"]{width:8%;min-width:60px;padding: 11px 20px;box-sizing:border-box;float:none;margin:0px;display:inline-block;*display:inline;zoom:1;vertical-align:top;}
.find-a-landlord div.golocal-subcontent .half .intelliDropdown{margin-top: -1px;left: 10%;width: 70%;box-sizing: border-box;min-width: 200px;max-width: 1300px;}
.find-a-landlord div.golocal-subcontent .half .intelliDropdown a{box-sizing: border-box;padding: 8px 15px;border-bottom: 1px solid #eee;}
.find-a-landlord div.golocal-subcontent .half .intelliDropdown a span{background-color:#043e44}


.pageBody_non_mobile #left-panel {width: 90% !important;background: #043e44;color: #fff;box-shadow: none;text-align:center;overflow:hidden;display: block !important;left: 0px !important;margin-left: auto;margin-right: auto;display: none !important;}
.pageBody_non_mobile #left-panel #btc {width:100%;height:70px;}
.pageBody_non_mobile #left-panel #sc {width:100%;height:100%;padding: 15px 15px 0px 0px;box-sizing: border-box;}
.pageBody_non_mobile #left-panel #sc * {max-width:260px;}



#pageBody.pageBody_non_mobile #left-panel .counterLine, #pageBody.pageBody_non_mobile #pageContent #left-panel strong, #pageBody.pageBody_non_mobile #pageContent #left-panel a, .pageBody_non_mobile #pageContent #left-panel #enquiryListPanel strong, .pageBody_non_mobile #left-panel #enquiryListPanel strong {display: none !important;}
#pageBody.pageBody_non_mobile#pageBody #left-panel .favouritesControl a[id*="_saveList"], #pageBody.pageBody_non_mobile#pageBody #left-panel .sendEnqButton {display: inline-block !important;width: 16.6% !important;margin: 0px !important;}
#pageBody.pageBody_non_mobile#pageBody .sendEnqButton, #pageBody.pageBody_non_mobile#pageBody .saveHotListButton {background: #38bece;padding: 5px;display: inline-block;margin: 1px 0px;width: 80%;text-align: center} a:hover {color: black}
.pageBody_non_mobile #left-panel .favouritesControl, .pageBody_non_mobile #left-panel .favouritesControlHidden {background: #38bece !important; color: #043e44; width: 100%;position:relative;max-width: 100% !important;display: inline-block !important;text-align: left;}
.pageBody_non_mobile #left-panel .favouritesControl .fa, #left-panel .favouritesControlHidden .fa {position: absolute;top: 10px;left: 10px;font-size:30px;opacity:0.5;display: none !important;}
.pageBody_non_mobile #left-panel .favouritesControl strong, .pageBody_non_mobile .mob-panel .favouritesControl p {color: #043e44;text-align: left;max-width: 100% !important;width: auto;display: inline-block;font-size: 20px !important;}
.pageBody_non_mobile #left-panel .favouritesControl strong, .pageBody_non_mobile #left-panel #enquiryListPanel strong, .pageBody_non_mobile #left-panel .favouritesControlHidden strong {width: auto !important;max-width: 30% !important;display: inline-block !important;}
.pageBody_non_mobile #left-panel .favouritesControl p, .pageBody_non_mobile #left-panel #enquiryListPanel p, .pageBody_non_mobile #left-panel .favouritesControlHidden p {width: 65%;max-width: 100%;font-size: 14px !important;display: inline-block;font-weight: normal;text-align: left;color: #fff !important;line-height: 20px !important;}
.pageBody_non_mobile #left-panel .favouritesControl p::before, .pageBody_non_mobile #left-panel #enquiryListPanel .counterLine span::before, .favouritesControlHidden .counterLine span::before {content: "(" }
.pageBody_non_mobile #left-panel .favouritesControl p::after, .pageBody_non_mobile #left-panel #enquiryListPanel .counterLine::after, .favouritesControlHidden .counterLine::after {content: ")" }
#pageBody.pageBody_non_mobile #left-panel .favouritesControl a, #pageBody.pageBody_non_mobile #left-panel #enquiryListPanel a, .pageBody_non_mobile #left-panel #enquiryListPanel a {background: red !important;padding: 10px !important;margin: 0px !important;width: 45% !important;box-sizing: border-box;max-width: 100% !important;text-transform: uppercase;text-align: center !important;font-weight: normal !important;padding: 10px !important;}
.pageBody_non_mobile #left-panel #enquiryListPanel {background: #38bece !important;color: #043e44;width: 100%;position:relative;padding-top: 10px;height: 100px;margin-top:10px;padding-bottom: 10px;max-width: 100%;display: inline-block;text-align: left;}
.pageBody_non_mobile #left-panel #enquiryListPanel .fa {position: absolute;top: 10px;left: 10px;font-size:30px;opacity:0.5;display: none;}
.pageBody_non_mobile #left-panel #enquiryListPanel strong {color:#fff;margin: 0 0 5px 0;text-align: center;width: 100%;display: block;font-size: 24px;line-height: 130%;}
.pageBody_non_mobile #left-panel #enquiryListPanel p {color:#fff}
.pageBody_non_mobile #left-panel #enquiryListPanel a {background: rgba(0,0,0,0.4) !important;padding:3px;line-height: 140%;color: #fff;display: inline-block;}
.pageBody_non_mobile #left-panel .social_container {position:absolute;bottom:0px;width:100%;background: #043e44 url(../Images/Mobile/mob-panel.png);z-index:1;-webkit-box-shadow: 0px 3px 37px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 3px 37px 0px rgba(0,0,0,0.75);box-shadow: 0px 3px 37px 0px rgba(0,0,0,0.75);}
.pageBody_non_mobile #left-panel .social_container a {background:none !important;color:#fff;font-size:40px;opacity:0.8}
.pageBody_non_mobile #left-panel .social_container a:hover {opacity:1}
.pageBody_non_mobile #left-panel .filterPannel {background: rgba(0,0,0,0.2) !important;width: 50%;margin:10px 0px;position:relative;max-width: 50% !important;float: left;}
.pageBody_non_mobile#left-panel .filterPannel .fa{position: absolute;top: 6px;left: 10px;font-size:30px;opacity:0.5}
.pageBody_non_mobile #left-panel .filterPannel .filterTitle {color:#fff;text-indent:0px;width:100%;text-align:center;height:30px;border-bottom:3px solid rgba(0,0,0,0.2);}
.pageBody_non_mobile #left-panel .filterPannel .checkOff label, .mob-panel .filterPannel .checkOn label {float:none;padding:5px 0px;width:100%;margin:0px;}
.pageBody_non_mobile #left-panel .filterPannel .checkOff label {background:transparent;font-weight:400;}
.pageBody_non_mobile #left-panel .filterPannel .checkOff label:hover {background:rgba(0,0,0,0.1);}
.pageBody_non_mobile #left-panel .filterPannel .checkOn label {background:rgba(0,0,0,0.4);}
.pageBody_non_mobile .filterPannel .checkOn label .tick {background:none;bottom:5px;right:10px;height:auto;display: inline-block;font: normal normal normal 14px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size:20px;display: none;}
.pageBody_non_mobile .filterPannel .checkOn label .tick:before {content: "\f00c";}
.pageBody_non_mobile #left-panel .filterPannel .filter_header_row {position:relative;width:100%;color:#fff;text-indent:70px;text-align:left;border-bottom:3px solid rgba(0,0,0,0.2);background:rgba(0,0,0,0.1);padding: 10px 0px 10px 0px;margin:0px;}
.pageBody_non_mobile #left-panel .filterPannel .filter_toggle_row {width:100%}
.pageBody_non_mobile #left-panel .filterPannel .filter_toggle_row:first-of-type {border-top:3px solid rgba(0,0,0,0.2);margin-top:12px;}
.pageBody_non_mobile #left-panel .filterPannel .filter_holder {width:100%}
.pageBody_non_mobile #left-panel .filterPannel .filter_holder span[class*="checkO"] {width:100%;display:block}
.pageBody_non_mobile #left-panel .filterPannel .filter_header_row .fa-angle-double-up {visibility:hidden}
.pageBody_non_mobile #left-panel .filterPannel .filter_header_row_expanded .fa-angle-double-down {visibility:hidden}
.pageBody_non_mobile #left-panel .filterPannel .filter_header_row_expanded .fa-angle-double-up {visibility:visible}
.pageBody_non_mobile #left-panel .filterPannel .filter_header_row .fa {position:absolute;top: 3px;left: 22px;font-size: 40px;text-indent:0px;}
.pageBody_non_mobile .orderByWrapper {width: 100% !important;display: block;max-width: 100% !important;position: relative;border: 1px #fff solid;cursor: pointer;}
.pageBody_non_mobile #left-panel .orderby {background: #38bece !important;color: #043e44;width: 16.6%;position:relative;margin-bottom:10px;padding-bottom:10px;max-width: 100% !important;display: inline-block;}
.pageBody_non_mobile #left-panel .orderby .fa {position: absolute;top: 7px;left: 7px;font-size:30px;opacity:0.5;display: none;}
.pageBody_non_mobile #left-panel .orderby span, .pageBody_non_mobile #left-panel .favouritesControl strong, .pageBody_non_mobile .mob-panel .favouritesControl p, .pageBody_non_mobile #left-panel #enquiryListPanel strong, .pageBody_non_mobile .filterPannel .filterTitle, .pageBody_non_mobile .favouritesControlHidden strong {display: inline-block;width:100%;max-width: 100% !important;position:relative;font-size: 20px !important;line-height: 50px !important;text-align:center;padding: 0px 0px;font-weight:700;text-align: left;min-width: 20%;color: #043e44 !important;}
.pageBody_non_mobile #left-panel .orderby select {border:1px solid rgba(255,255,255,0.2);width:90%;padding:5px 0px 5px 20px;background:transparent;color:#fff;text-align:center;opacity: 1;cursor: pointer;}
.pageBody_non_mobile #left-panel .orderByWrapper::after {content: "";background-image: url(../images/generic/searchArrowDown.svg) !important;background-repeat: no-repeat !important;background-position: right center !important;display: block;height: 33px;position: absolute;width: 35px;right: 0px;top: 0px;pointer-events: none;background-size: auto 100%;}
.pageBody_non_mobile #left-panel .orderby select:hover {opacity:1;}
.pageBody_non_mobile #left-panel .orderby select option {color:#fff;background:#333;}
.pageBody_non_mobile #left-panel.only-icons {position:fixed;top:0px;left:-20px;height:100%;z-index:9999}
.pageBody_non_mobile #left-panel.only-icons * {visibility:hidden;overflow:hidden}
.pageBody_non_mobile #left-panel.only-icons * .fa {visibility:visible;}
.pageBody_non_mobile #left-panel.only-icons .social_container .fa, .pageBody_non_mobile #left-panel.only-icons .filter_header_row .fa{visibility:hidden;}
.pageBody_non_mobile .filterPannel .filterTitle, .pageBody_non_mobile .filter_header_row {color: #fff;background:#043e44; width:100% !important;font-weight:normal;margin: 0px;text-indent:0;text-shadow: none !important;text-decoration: none !important;height: 22px;font-weight: 700;line-height: 20px; padding: 10px 0px 0px 0px!important;}
.pageBody_non_mobile.pageBody_map #orderByID { opacity: 0; filter: blur(0.5px); pointer-events: none; } 
.pageBody_non_mobile#pageBody .filterMode .filter_header_row_expanded {background: #fff;color: #043e44;display: block !important;visibility: visible;padding: 5px !important;z-index: 999;}
.pageBody_non_mobile#pageBody .st-line {-moz-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.pageBody_non_mobile .filterPannel {margin: 15px 0 0;}
.pageBody_non_mobile .filterPannel {background: none;padding-bottom:10px;width: 16.6%;height: 100%;margin-left: 2%;margin-right: 2%;box-sizing: border-box;display: none;}
.pageBody_non_mobile .filterMode .orderby {display: none !important;}
.pageBody_non_mobile .orderby {width: 16.66%;display: inline-block;vertical-align: top;padding-top: 5px;padding-bottom: 5px;text-align: center;height: 100%;display: none;}
.pageBody_non_mobile .orderby span {font-weight: 700;line-height: 20px;font-size: 16px;}
.pageBody_non_ mobile .filterPannel_Content {padding-bottom: 0px;border: 1px solid #043e44;padding: 30px;}
.filterPannel .filterTitle{text-indent:0;height:auto;padding: 0px;font-weight:700;}
.pageBody_non_mobile .filterPannel .checkOff, .pageBody_non_mobile .filterPannel .checkOn {background:none;display:block;height:auto;vertical-align: top;width:100%;margin-bottom: 5px;}
.pageBody_non_mobile .filterPannel .checkOff label, .pageBody_non_mobile .filterPannel .checkOn label{color:#fff;background:none;font-size: 14px;font-weight:bold;padding:2px 0;width:225px;margin: 0px;padding: 0px;float:none;width: auto;box-sizing: border-box;line-height: 30px;padding-left: 50px;margin-left: -50px;}
#filterPannel_footer, img[src*="searchAction-bottom.gif"] {display:none;}
.filter_header_row {text-indent:25px;border-bottom: 1px solid #000;font-size: 16px;padding: 8px 6px;-webkit-border-radius: 0px;-moz-border-radius: 0px;text-indent: 0px;border-radius: 0px;}
.pageBody_non_mobile .filter_header_row .fa.fa-angle-double-up, .pageBody_non_mobile .filter_header_row .fa.fa-angle-double-down {display: none !important;}
.pageBody_non_mobile .filterMode .filter_toggle_row .filter_header_row {background:transparent; color:#043e44; border-bottom:none;}
.pageBody_non_mobile .filterMode .filter_toggle_row.filter_opened .filter_header_row {background:#043e44; color:#fff; border-bottom: 6px solid #043e44;}
.favouritesControl strong, .viewingControl strong {font-size:24px !Important}
.favouritesControl, .viewingControl {height:100px;padding-bottom: 10px;}


.pageBody_Mobile.pageBody_favouriteProperties #topArea {display:none;}


.pageBody_home .homeSocial {width: 100% !important;background: rgba(200, 30, 120, 0.5) !important;border: none !important;padding-top: 20px !important;padding-bottom: 20px !important;margin-top: 0px !important;padding: 0px !important;}
.pageBody_home .homeSocial #socialwidget {width: 80% !important;display: block;height: auto;background: #043e44;margin: auto;max-width: 1300px;}
.pageBody_home .homeSocial #socialwidget li {float: none;display: inline-block;width: 32%;text-align: center;}
.pageBody_home .homeSocial #socialwidget li a {margin: auto;background-image: url(../Images/branding/mini-social-icons.png);}


.map_travel_selector select {  color: #043e44; }
.golocal-subcontent {width: 80%;max-width: 1300px;margin: auto;}
.pageBody_password .golocal-subcontent {width: 100%;}
.colour-overrde-standard, .colour-override-standard {color: #043e44 !important;}


.golocal-subcontent {font-size: 18px;margin-bottom: 0px !important;padding: 5px 0px 5px 0px;overflow: hidden;}
.golocal-subcontent {
background:#fff; 
box-sizing:border-box;
padding: 10px 10px 35px!important;
width:80%!important;
margin:auto;
margin-top: -40px;
min-width: 300px;
max-width: 80%!important;
float:none;
clear:both;
display:block;
}

.pageContent_messageboard .password-content-area .golocal-subcontent {
padding: 10px 10px 10px!important;
width:100%!important;
margin-top: 0px;
max-width: 100%!important;
}
.golocal-subcontent p, .golocal-subcontent ol li {
width: 100%;
clear:both;
color: #043e44!important;
font-size: 18px;
line-height: 28px;
position:relative;
}
.golocal-subcontent p a, .golocal-subcontent ol li a {
	color: #043e44!important;
}

.golocal-subcontent p a {
font-weight: 700;
text-decoration:underline;
}
.golocal-subcontent .welcome { width: 100% !important; max-width: 100% !important;margin-bottom: 20px;}

.introRight, .introLeft {display: inline-block;width: 49%;height: 300px;vertical-align: top;}
.introLeft {background-image: url('../images/generic/transparentBackgroundImage.png');background-repeat: no-repeat;background-position: center;height: 400px;background-size: auto 100%;}
.introLeft h3 {color: #043e44;}
.introRight .login-panel {background: #043e44;width: 90%;position: relative;top: auto;right: auto;margin: 0px auto;background-repeat: no-repeat;height: 100%;padding: 30px;box-sizing: border-box;}

#pageBody #pageContent .introRight .login-panel .gobutton {background: #043e44 !important;height: auto;width: 40% !important;float: right;margin-top: 10px;opacity: 1;cursor: pointer;position: absolute;right: 30px;font-size: 16px;margin-top: 25px;}
.introRight .login-panel h4 {width: 100%;font-size: 20px;margin-bottom: 15px;}
#pageBody #pageContent .introRight .login-panel input {width: 100% !important;box-sizing: border-box;margin-bottom: 10px;line-height: 25px;color: #043e44;z-index: 999;padding: 5px;}


.introRight .login-panel .loginBoxLink {color: #043e44;height: auto;display: block;width: 50%;text-decoration: underline;margin-top: 10px;font-size: 15px;}
.introRight .login-panel .loginBoxLink:hover {text-decoration: none;}

.ui-widget-content.waitCursor {border:none}
#pageContent #privacyPolicy p, #pageContent .policy-document p, #pageContent #privacyPolicy ol li, #pageContent .policy-document ol li , #pageContent p, #contentArea ol li, #contentArea ul li, .contentArea ul li, p, #feesDialog ul, .golocal-subcontent p {color: #043e44;font-size:18px!important;line-height: 28px;position: relative;}

.welcome p {width:100%}
#pageContent .property_details_content_wrapper p.sp-black { position: absolute; }
.pageContent_messageboard p {width: 100%;}
.facility_holder {width: 50%;margin-top: 10px !Important;}
.facility_holder .info.name {width: 50%;}
.facility_holder .info.value {float: left;text-align: center;width: auto;padding-left: 10px;padding-right: 2px;color: #043e44;font-size: 2vw;}
#pageContent .marginleft a {color: #000 !important;}
#pageContent .property_details_content_wrapper p.main {color: #043e44 !important;}
.login-form .note span {color: #fff;display: none;}
.golocal-subcontent p {color: #000;font-size:16px!important;line-height: 120%;margin-bottom: 10px;}
.gl-block .golocal-subcontent ul {margin-bottom: 10px;list-style:bullet}
.gl-block .golocal-subcontent ul li {list-style: initial;}


#pageBody.pageBody_home #pageContent .welcome {display: none !important;}


.welcome h1 span {padding: 0px !important;}
.boxLinks li {margin-bottom: 10px;}
.boxLinks li a {font-size: 16px!important;}
.infoPanel {display: inline-block;height: 60px;width: 140px;background: #043e44;color: #fff !important;text-align: center;vertical-align: middle;padding: 10px;margin-right: 10px;margin-bottom: 10px;}
p a, a, .contact-block div a, .contact-block div span, .contact-block div {color: #043e44;text-decoration: none;font-size: 100%;font-weight: normal;}
.contact-block div a { text-decoration: underline;  }
.contact-block div a:hover { text-decoration: none;  }
#contentArea ol li a, #contentArea ul li a, #pageContent p a {color:#043e44; font-weight:700}
#pageContent p a.headerPageLink {background:#fff}
.pagination ul li ,.pagination ul li a,#pageContent h2 {color: #043e44;font-size: 18px;font-weight: normal !important;}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {background-color: #043e44;border-bottom-color: #043e44;border-left-color: #043e44;}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {background: #000;border: 1px solid #000;}
.ui-widget-content,.ui-widget-header {border:1px solid #043e44}
.ui-dialog-title {color: #043e44 !important;}


.pageBody_advert .favouritesControl, .pageBody_advert .viewingControl {margin-right: 25px;}
.pageBody_non_mobile .favouritesControl, .pageBody_non_mobile .viewingControl {display: none;color: #043e44;}
.favouritesControl strong, .viewingControl strong {color: #FFF;}
#pageBody.pageBody_advert .favouritesControl a, #pageBody.pageBody_advert .viewingControl a {font-size: 14px !important;color: #043e44 !important;}
.pageBody_non_mobile#pageBody .favouritesControl a, .pageBody_non_mobile#pageBody .viewingControl a {background: #38bece  !important;height: auto !important;font-family: "Noto Sans","Trebuchet MS",sans-serif !important;font-weight: 700;line-height: 19px !important;padding: 7px 15px !important;width: 35px !important;text-align: center;}

#topArea a.post {margin-bottom: 10px !important;}
.generalContent, .reviews .propertyAlerts {width: 100%;}
.pageContent_contact .searchListing {width: auto;display: none;}
.pageContent_contact .email {/*! display: none !important; */}
.pageContent_search > .printFooter {width:90% !Important}
.login-signup .blueform-bot, .pagination, #contentArea p, div.messageB-postWrapper, .property_details_content_wrapper .finish, #sharersRegister .reg_line, .pageContent_landlords .golocal-subcontent {width:100%}
.pageBody_search .pageContent_search #topArea {width:100%;max-width:100%;box-sizing: border-box;z-index: 999;}
.pageBody_search.pageBody_advert .pageContent_search #topArea {text-align: left;vertical-align: middle;height: 29px;width: 100% !important;box-sizing: content-box;margin: 0px;padding: 0px !important;display: block;max-width: 100% !important;padding-top: 10px !important;padding-bottom: 10px !important;}
.messageB .title,.messageB .title h2,.messageB .postentry,.messageB-base-collapsed,.passwordpage,.propertyAlerts .title,.propertyAlerts .tableRow, .propertyAlerts .title h2,#pageContent .login-signup div.login-form, #pageContent .blueform-bot,.propertyAlerts .formHolder, .property_details_content_wrapper .propertyIntro,.property_details_content_wrapper .property-safety, .property_details_content_wrapper .detail-bot,.property_details_content_wrapper div.blue,.property_details_content_wrapper div.property-info , .property_details_content_wrapper div.blue_noMargin{width:100% !important;float:none;box-sizing:border-box;}
.messageB-base,.messageB #topArea,#topArea .back-to-menu,.propertyAlerts div.bottomControls,.searchAction, .pageBody_advert .searchListing .title{width:100% !important;box-sizing:border-box;padding: 8.5px 15px;}
.pageBody_advert .searchListing .title{background:#38bece !important; height:130px;}
div[feature_name="accreditation_alternate"]{background:#679eaf !important;}

.k-grid tr:hover {color: #043e44;background-color: #0000000d;}


div.formHolder p span, div.formHolder p label {width:30%;padding:8px;}
div.formHolder p input, div.formHolder p select {width:50%!important;padding:8px;box-sizing:border-box;color: #000;}
#topArea .back-to-menu a.backtoMenuLink {font-size:100%}
.propertyCounter span {color:#fff;}
.unsent-enquiries-note:hover {text-decoration: underline;}
.k-grid-header th.k-header {background: #043e44;}
.k-pager-numbers .k-state-selected {background: #043e44;border-color: #043e44;}
div .enquirySaveButton {background: #043e44;border: none;color: #fff;margin-bottom: 10px;}
#pageContent .searchPanel-bot .searchPanel-top, .blueform-top {background:none;}

#pageContent .login-signup .blueform-bot,#pageContent .searchPanel-bot, #login-signup-registration .blueform-bot {background: #043e44;}
#pageContent .searchPanel-bot {z-index: 1098;position: relative;}
#pageContent .searchPanel-bot label {font-size: 12px;font-weight: normal;margin-bottom: 15px;color:#fff;}
#pageContent .blueform-bot {padding-bottom:0px;}
#pageContent .blueform-bot h2 {color: #fff !IMPORTANT;font-size: 16px;font-weight: normal;padding-top: 10px;}
#pageContent .blueform-bot a {color: #fff!important;}
#pageContent .login-signup div.login-form {margin:0px;padding:0px 15px}
#pageContent .login-signup div.login-form .generalstatus{float:left; width: 100%;}

#pageContent .blueform-bot input.gobutton {width:100%;margin-left:-15px;margin-right:-15px;box-sizing: content-box;font-size:16px;margin-top:15px;}
#pageContent .blueform-bot input.gobutton:hover,
#pageContent .blueform-bot input.gobutton:focus {font-size:1.2em;color: #043e44 !important;background: #ebeeee !important;}
#pageContent .blueform-bot .signupTerms span[style] {margin-left:30% !important}

.policy_error {position: relative;top: auto !important;left: auto !important;width: calc(49% - 4px);margin-left: calc(30% + 19px);margin-right: auto;margin-top: -2px;}

body.pageBody_search fieldset.search input.searchButton, body.pageBody_search input.go, body.pageBody_search .blueform-bot input.gobutton, body.pageBody_search .llist a.go, body.pageBody_search a.register, body.pageBody_search #topArea .back-to-menu a.backtoMenuLink, body.pageBody_search .messageB-base input.mb-post-button, body.pageBody_search .propertyAlerts div input.newalert, body.pageBody_search .searchAction a.addToList, body.pageBody_search .searchAction a.details, body.pageBody_search .searchAction a.enquire, body.pageBody_search .searchAction a.viewOnMap, body.pageBody_search .searchAction a.alreadyLet, body.pageBody_search .searchAction a.delFromList, body.pageBody_search .favouritesControl a, body.pageBody_search .messageB-base a.mb-reply-button, body.pageBody_search .messageB-base a.mb-back-button, body.pageBody_search .messageB-base .st_sharethis_custom, body.pageBody_search #topArea a.post, body.pageBody_search .messageB div.reply-lising input.reply-email, a.gototop, body.pageBody_search .propertyAlerts div input.deletealert, body.pageBody_search .button-green, body.pageBody_search input.submitbutton, body.pageBody_search .button-green, body.pageBody_home fieldset.search input.searchButton, body.pageBody_home .blueform-bot input.gobutton, body.pageBody_home .llist a.go, body.pageBody_home a.register, body.pageBody_home #topArea .back-to-menu a.backtoMenuLink, body.pageBody_home .messageB-base input.mb-post-button, body.pageBody_home .propertyAlerts div input.newalert, body.pageBody_home .searchAction a.addToList, body.pageBody_home .searchAction a.details, body.pageBody_home .searchAction a.enquire, body.pageBody_home .searchAction a.viewOnMap, body.pageBody_home .searchAction a.alreadyLet, body.pageBody_home .searchAction a.delFromList, body.pageBody_home .favouritesControl a, body.pageBody_home .messageB-base a.mb-reply-button, body.pageBody_home .messageB-base a.mb-back-button, body.pageBody_home .messageB-base .st_sharethis_custom, body.pageBody_home #topArea a.post, body.pageBody_home .messageB div.reply-lising input.reply-email, a.gototop, body.pageBody_home .propertyAlerts div input.deletealert, body.pageBody_home .button-green, body.pageBody_home input.submitbutton, body.pageBody_home .button-green, body.pageBody_home .boxLinks li, body.pageBody_home .infoPanel, body.pageBody_search .boxLinks li, body.pageBody_search .infoPanel, body.pageBody_search #footerOne, body.pageBody_search #poweredBy, body.pageBody_search #banner, body.pageBody_home #banner, body.pageBody_search .shib-login-panel, body.pageBody_home .shib-login-panel body.pageBody_search div div.passwordpage, body.pageBody_home div div.passwordpage, body.pageBody_search.messageB .title, body.pageBody_home.messageB .title, body.pageBody_search #pageContent .login-signup .blueform-bot, body.pageBody_search #pageContent .searchPanel-bot, body.pageBody_search #login-signup-registration .blueform-bot, body.pageBody_home #pageContent .login-signup .blueform-bot, body.pageBody_search #navigationFull li > ul, body.pageBody_home #navigationFull li > ul, body.pageBody_home #pageContent .searchPanel-bot, body.pageBody_home #login-signup-registration .blueform-bot, .green-button {background: #043e44;}
body.pageBody_search fieldset.search input.searchButton:hover, body.pageBody_search .messageB-base input.mb-post-button:hover, body.pageBody_search .messageB-base a.mb-back-button:hover,body.pageBody_search input.go:hover, body.pageBody_search .messageB div.reply-lising input.reply-email:hover,body.pageBody_search .blueform-bot input.gobutton:hover, body.pageBody_search .llist a.go:hover, body.pageBody_search a.register:hover,body.pageBody_search #topArea .back-to-menu a.backtoMenuLink:hover,body.pageBody_search .propertyAlerts div input.newalert:hover, body.pageBody_search .searchAction a.addToList:hover,body.pageBody_search .searchAction a.details:hover,body.pageBody_search .searchAction a.enquire:hover, body.pageBody_search .searchAction a.viewOnMap:hover,body.pageBody_search .searchAction a.alreadyLet:hover,body.pageBody_search .searchAction a.delFromList:hover, body.pageBody_search .favouritesControl a:hover, body.pageBody_search #topArea a.post:hover, body.pageBody_search .messageB-base a.mb-reply-button:hover, body.pageBody_search .messageB-base .st_sharethis_custom:hover, body.pageBody_search a.gototop:hover, body.pageBody_search .propertyAlerts div input.deletealert:hover, body.pageBody_search .button-green:hover, body.pageBody_search input.submitbutton:hover, body.pageBody_search .button-green:hover, body.pageBody_home fieldset.search input.searchButton:hover, body.pageBody_home .messageB-base input.mb-post-button:hover, body.pageBody_home .messageB-base a.mb-back-button:hover, body.pageBody_home input.go:hover, body.pageBody_home .messageB div.reply-lising input.reply-email:hover,body.pageBody_home .blueform-bot input.gobutton:hover, body.pageBody_home .llist a.go:hover,body.pageBody_home a.register:hover,body.pageBody_home #topArea .back-to-menu a.backtoMenuLink:hover, body.pageBody_home .propertyAlerts div input.newalert:hover,body.pageBody_home .searchAction a.addToList:hover,body.pageBody_home .searchAction a.details:hover, body.pageBody_home .searchAction a.enquire:hover,body.pageBody_home .searchAction a.viewOnMap:hover,body.pageBody_home .searchAction a.alreadyLet:hover, body.pageBody_home .searchAction a.delFromList:hover,body.pageBody_home .favouritesControl a:hover, body.pageBody_home #topArea a.post:hover, body.pageBody_home .messageB-base a.mb-reply-button:hover, body.pageBody_home .messageB-base .st_sharethis_custom:hover, body.pageBody_home a.gototop:hover, body.pageBody_home .propertyAlerts div input.deletealert:hover, body.pageBody_home .button-green:hover, body.pageBody_home input.submitbutton:hover, body.pageBody_home .button-green:hover,
body.pageBody_search fieldset.search input.searchButton:focus, body.pageBody_search .messageB-base input.mb-post-button:focus, body.pageBody_search .messageB-base a.mb-back-button:focus,body.pageBody_search input.go:focus, body.pageBody_search .messageB div.reply-lising input.reply-email:focus,body.pageBody_search .blueform-bot input.gobutton:focus, body.pageBody_search .llist a.go:focus, body.pageBody_search a.register:focus,body.pageBody_search #topArea .back-to-menu a.backtoMenuLink:focus,body.pageBody_search .propertyAlerts div input.newalert:focus, body.pageBody_search .searchAction a.addToList:focus,body.pageBody_search .searchAction a.details:focus,body.pageBody_search .searchAction a.enquire:focus, body.pageBody_search .searchAction a.viewOnMap:focus,body.pageBody_search .searchAction a.alreadyLet:focus,body.pageBody_search .searchAction a.delFromList:focus, body.pageBody_search .favouritesControl a:focus, body.pageBody_search #topArea a.post:focus, body.pageBody_search .messageB-base a.mb-reply-button:focus, body.pageBody_search .messageB-base .st_sharethis_custom:focus, body.pageBody_search a.gototop:focus, body.pageBody_search .propertyAlerts div input.deletealert:focus, body.pageBody_search .button-green:focus, body.pageBody_search input.submitbutton:focus, body.pageBody_search .button-green:focus, body.pageBody_home fieldset.search input.searchButton:focus, body.pageBody_home .messageB-base input.mb-post-button:focus, body.pageBody_home .messageB-base a.mb-back-button:focus, body.pageBody_home input.go:focus, body.pageBody_home .messageB div.reply-lising input.reply-email:focus,body.pageBody_home .blueform-bot input.gobutton:focus, body.pageBody_home .llist a.go:focus,body.pageBody_home a.register:focus,body.pageBody_home #topArea .back-to-menu a.backtoMenuLink:focus, body.pageBody_home .propertyAlerts div input.newalert:focus,body.pageBody_home .searchAction a.addToList:focus,body.pageBody_home .searchAction a.details:focus, body.pageBody_home .searchAction a.enquire:focus,body.pageBody_home .searchAction a.viewOnMap:focus,body.pageBody_home .searchAction a.alreadyLet:focus, body.pageBody_home .searchAction a.delFromList:focus,body.pageBody_home .favouritesControl a:focus, body.pageBody_home #topArea a.post:focus, body.pageBody_home .messageB-base a.mb-reply-button:focus, body.pageBody_home .messageB-base .st_sharethis_custom:focus, body.pageBody_home a.gototop:focus, body.pageBody_home .propertyAlerts div input.deletealert:focus, body.pageBody_home .button-green:focus, body.pageBody_home input.submitbutton:focus, body.pageBody_home .button-green:focus {    background: #38bece!important; color: #043e44 !important;}
body.pageBody_search .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar, body.pageBody_search .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar, body.pageBody_home .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar, body.pageBody_home .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {background-color: #043e44 !important;border-color: #043e44 !important;background-image: none !important;}
body.pageBody_search .ui-widget-content,body.pageBody_search .ui-widget-header, body.pageBody_home .ui-widget-content,body.pageBody_home .ui-widget-header {border:1px solid #043e44;}
body.pageBody_search #contentArea ol li a, body.pageBody_search #contentArea ul li a, body.pageBody_search #pageContent p a {background: none;color: #043e44;}
body.pageBody_home #pageContent p a.headerPageLink, body.pageBody_search #pageContent p a.headerPageLink {background:#fff}
body.pageBody_search .favouritesControl a {color:#fff}
body.pageBody_home #pageContent .gl-block p a {margin: 4px 2px;display: inline-block;}

.pagination p span {color: #043e44;}
.pagination ul li a.currentPageLink {color: #043e44!important;}
.blueform-bot {background:#043e44}

.k-grid tr:hover,
.k-grid tr:focus {color: #043e44;background-color: #0000000d;}

div.formHolder p span, div.formHolder p label {width:30%;padding:8px;}
div.formHolder p input, div.formHolder p select {width:50%!important;padding:8px;box-sizing:border-box;color: #000;}
#topArea .back-to-menu a.backtoMenuLink {font-size:100%}
.propertyCounter span {color:#fff;}

.pageBody_home .introLeft br {display: block !important;margin-top: 20px !important;}
.pageBody_home .introLeft .starSpan::before {right: 14px;content: "\f005";font-family: FontAwesome;font-style: normal;font-size: 15px;color: #043e44;}


#searches {width:auto;margin:auto;text-align:center}
#searches .sItem{max-width:300px !important;max-height:200px !important;width:256px;margin:10px;background:#333;display:inline-block;*display:inline;zoom:1;height:171px;cursor:pointer;text-align:center;vertical-align:center;overflow:hidden;position:relative;}
#searches .sItem strong{position:absolute;top:40%;width:100%;text-align:center;color:#fff;display:block;font-size:inherit;text-shadow: 0px 0px 11px #000;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#666666')";filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#666666');filter:DropShadow(Color=#666666, OffX=0, OffY=3);zoom: 1;}
#searches .sItem img{position:absolute;left:0px;top:0px;transition: all .5s ease-in-out;width:100%;height:100%;}
#searches .sItem:hover,
#searches .sItem:focus img{transform:scale(1.2);}
.links_out #searches .sItem strong{position:absolute;top: 25%;}
.pageBody_landlords .contact-details .contact-block {margin:20px;}
.sec_regOnline {margin-bottom: 10px;}
.landlordRegisterPanel, .landlordLoginPanel {width: 40%;height: 120px;display: block;float: left;padding: 10px;margin: 20px 0px;box-sizing:border-box;margin-left:5%;margin-right:5%;background-color:#043e44;background-position: 92% 22%;background-repeat:no-repeat;min-width:300px;}
.landlordRegisterPanel span, .landlordLoginPanel span {padding: 10px !important;width: 100%;box-sizing: border-box;color:#fff!important}
/* .landlordRegisterPanel span.title, .landlordLoginPanel span.title {display:none} */
#waitDialog {padding:0.5em;}
#waitImage {padding-top:0px;}


#pageContent .listingWrapper {display:block;float:none;opacity: 1 !important; position: relative; padding-top:18px }
.pageBody_noResults #pageContent.pageContent_search #listingsWrapper .searchListing {min-width: 100% !important;max-width: 100% !important;}
#pageContent .listingWrapper img.left{position:absolute;bottom:-22px;left:50%;margin-left:-300px;}
#pageContent.pageContent_search .listingWrapper .searchListing{display:inline-block;zoom:1;float: none;width: 100% !important;margin: 0.15%;height: 420px;margin-bottom: 25px !important; background:#fff; border-bottom: 7px solid #f0f0f1; padding: 1%; box-sizing: border-box; opacity:0;  }
#pageContent.pageContent_search .listingWrapper .searchListing.proc { opacity:1;  background:#fff url(/images/generic/inline-loader.gif) 25% center no-repeat; -webkit-animation: fadein 1s 1 ;-moz-animation: fadein 1s 1 ;-o-animation: fadein 1s 1;animation: fadein 1s 1; }
.pageBody_students #pageContent.pageContent_search .listingWrapper .searchListing{ border: none !important; }
.pageBody_noResults .searchListing {clear: both;float: none;height: auto;width: 80%;min-width: 300px;max-width: 80%;margin: auto !important;display: block;}
.pageBody_noResults .searchListing h2, .NoResults {width: 100%;box-sizing: border-box;}
.pageBody_non_mobile #pageContent .listingWrapper .searchListing .title {display:inline-block;*display:inline;zoom:1;width:50%;box-sizing:border-box;}

.printText{padding: 10px;}
.printText a,.printText a:hover {color:#043e44!important;font-size:12px!important;text-decoration:none!important;}
.searchListing h3, .searchListing span.contactTop,.arrange label {color: #043e44;}
.searchListing .title { background: none; float: none;}
.searchListing .contactInformation {position:absolute;top:26px;left:0px;z-index:2;width:100%;min-height: initial;background: rgba(255,255,255,0.6);}
.searchListing .contactInformation span {padding-right:12px}
.searchListing .layout {min-width:400px;width:75%;box-sizing:border-box;margin:50px 0px 0px 15px;z-index: 3;float:none;position: absolute;top: 24px;left: 0px;}
.searchListing .layout span.label {min-width:150px;width:30%}
.searchListing .layout span.info {min-width:150px;width:60%}
.searchListing .layout span.label, .searchListing.highlight .layout span.label, .searchListing .layout span.info {color: #000 !important;line-height:100%;font-size:100%}
.searchAction {border: none;}
.searchListing .title h2 {font-size: 18px !important;font-weight: 700 !important;width: 160%!important;color: #043e44 !important;}
#pageBody.pageBody_advert .searchListing .title::after { display: block;content: ' ';width: 180px;background: #fc0c42;margin: auto;height: 14px;margin: 28px auto;position: relative; bottom: -100px;}
#pageBody.pageBody_advert .searchListing .title h2 {    width: 100% !important; text-align: center;color: #fff !important;font-size: 36px !important; line-height: 48px;font-weight: 700 !important;text-transform: uppercase;}
#pageBody.pageBody_advert .searchListing .title p.sku { width: 100% !important;font-size: 18px !important;line-height: 28px !important;margin: 18px 0px 28px 0px;display: block;font-weight: 400 !important;text-transform: none;text-align: center; color:#fff !important}

.searchListing .innerListing a.property[id*="_mainPicture"] img {width:100%;height:auto;float: none;max-width:none;margin-top:0px;margin-right:0px;}
.searchListing .innerListing a.property[id*="_mainPicture"] img.scale-by-height {width:auto;height:100%;}
.searchListing .innerListing a.property[id*="_mainPicture"].inc-blurred img {position:absolute;left:50%;}
.searchListing .innerListing a.property[id*="_mainPicture"].inc-blurred img.blur-image {width:100%;height:auto;float: none;max-width:none;max-height:auto;margin-top:0px;margin-right:0px;position:absolute;top:0px;left:0px;filter:blur(10px);-webkit-filter:blur(10px);-moz-filter:blur(10px);}
.pageBody_non_mobile .searchListing .innerListing {display: none !important;}
.accreditation-overlay-img {position: absolute;bottom: 45px;right: auto;top:auto;left:0px;}
.role-overlay-img {position: absolute;bottom: 45px;right: auto;top:auto;left:0px;}
.role-overlay-img img{max-height: 100px;max-width: 200px;}
.searchListing .searchAction {padding-top: 5px;padding-bottom: 0px;}

.pageBody_search #pageContent .searchAction div {width: 33.3%;display: inline-block;float: left;}
.pageBody_search #pageContent .searchAction a {margin-bottom: 5px;width: 33% !important;box-sizing: border-box;display: inline-block;text-align: center;color: #fff;font-weight: normal;position: relative;height: 43px !important;vertical-align: top;float: left !important;margin: 0px !important;border: 5px solid #fff !important;}
.pageBody_search #pageContent .searchAction.actions-2 a,.pageBody_search #pageContent .searchAction.actions-2 div {width: 50% !important;}
.pageBody_search #pageContent .searchAction.actions-4 a,.pageBody_search #pageContent .searchAction.actions-4 div {width: 24.5% !important;}
.pageBody_search #pageContent .listingWrapper .searchAction div a {width: 100% !important;}
.searchAction {background:#fff;bottom: 0px;}
.pageBody_search .searchAction {position: absolute;box-sizing: border-box;padding: 0px;text-align: left;vertical-align: top;}
.pageBody_search #pageContent .searchAction a.delFromList {background: #fc0c42 !important;color: #fff !important;}
.pageBody_search #pageContent .searchAction a.delFromList:hover,
.pageBody_search #pageContent .searchAction a.delFromList:focus {background: #940000 !important;color: #fff !important; text-decoration:none;}

.pageBody_advert .searchAction span {width: 67% !important;height: auto;float: left;}
.pageBody_advert .searchAction span div {width: calc(50% - 0px) !important;margin: 0px;display: inline-block;vertical-align: top;float: left;}
#pageBody.pageBody_advert .searchAction .viewOnMap, #pageBody.pageBody_advert .searchAction .addToViewingList, #pageBody.pageBody_advert .searchAction .addToList, .pageBody_advert #pageContent .property_details_content_wrapper .searchAction .tabbedFavouriteLink a {width: calc(100%) !important;box-sizing: border-box;height: 43px !important;margin: 0px !important;}
.pageBody_advert .searchAction {position: relative;}
.propertyMap {height:650px;}

.sp-slides-container {background: #f7f7f8 !important; }

.pdResultsNav {position: absolute;top: 74px;left: -54px;}
.pageBody_advert .searchListing h3 {float:none;position: relative;font-size: 24px !important;height: auto;padding: 0px;margin: 0px;width: 100%;clear: both;display: block; text-decoration:underline; padding: 10px 0px; }
.property_details_content_wrapper {margin-top: 0px;box-sizing: border-box; padding: 10px; background: #fff;clear:both;margin-top: 100px;}
.property_details_content_wrapper .propertyIntro{margin:0px;padding:10px 15px 5px 15px;}
.sp-arrow.sp-previous-arrow, .sp-arrow.sp-next-arrow {z-index: 999;}
.pageBody_print .property_details_content_wrapper .slider-pro{width: 100% !important; max-width: 100% !important;min-height: 0px !important;height: 300px;}
.property_details_content_wrapper .slider-pro{width: 50% !important;margin: 0px;display: inline-block;float: none;max-width: 50% !important;margin-bottom: 20px;min-height: 450px;}
.property_details_content_wrapper .slider-pro .sp-mask.sp-grab, .sp-image-container, .sp-slides-container, .sp-slide {width: 100% !important;}
.pageBody_print .property_details_content_wrapper .slider-pro .sp-mask.sp-grab, .pageBody_print .sp-image-container, .pageBody_print .sp-slides-container, .pageBody_print .sp-slide {height: 300px !important;overflow: hidden !important;}
.pageBody_print .sp-slide, .pageBody_print .sp-image-container, .pageBody_print .slider-pro img.sp-image { height:  300px !important;margin: auto !important;}
.pageBody_print .sp-bottom-thumbnails, .pageBody_print .login-panel { display: none !important; }
.property_details_content_wrapper .detail-bot .main{width: 80% !important;color: #043e44 !important;}
#pageContent .property_details_content_wrapper p.main, #pageContent .property_details_content_wrapper span.main{font-size:1.2em !important;line-height: 100% !important;}
#pageBody #pageContent .property-info p.main {color: #043e44 !important;}
.property_details_content_wrapper .detail-bot .label, .property_details_content_wrapper .detail-bot .main.advert_ref{width: 99.5% !important;margin-right: 0.5% !important;height: auto;}
.property_details_content_wrapper .detail-bot .info{width: 50% !important;margin-right: 0.5% !important;display: block;}
#pageContent .info.fees_info {width: 100% !Important }
.property_details_content_wrapper .detail-bot p span.yes,.property_details_content_wrapper .detail-bot p span.no{min-width:135px}
.property_details_content_wrapper div.property-info ul li {display: none;*display:inline;zoom:1;float:none;width: 24% !important;margin-right: 0.5% !important;}
.property_details_content_wrapper .property-safety {margin:0px;}
.property-safety p {width: 100% !important;}

.property_details_content_wrapper .property-safety p.marginleft {width:60%;margin-left:0px;padding-left:16px;box-sizing:border-box;}
.property_details_content_wrapper .property-safety div.inline {width:60%;margin-left:0px;padding-left:40px;box-sizing:border-box;}
.property_details_content_wrapper .property-safety div.inline p.marginleft{width:100%;margin-left:0px;padding-left:0px;}
.property_details_content_wrapper .epcTable {width: 38%;margin-left: 8%;color: #043e44 !important;}
.property_details_content_wrapper .epcTable .ratings{width:100%;min-width:190px }
.property_details_content_wrapper .epcTable .ratings .ratingbar { clear:both;}
.property_details_content_wrapper .epcTable .ratings .ratingbar .text{ margin-top:0px;float:left; width:auto; height:22px; line-height:22px; color:#fff; background:#444; text-align:right; padding-right:5px; padding-left:5px; min-width:32px; }
.property_details_content_wrapper .epcTable .ratings .ratingbar .rate{ float:right; color:#000; background:#fff; min-width: 20px;margin-top: 0px;line-height: 22px;margin-right: -10px; width:auto; }
.property_details_content_wrapper .epcTable .columns .actual{ background: #444 !important}
.property_details_content_wrapper .landlord-info{width:70%;min-width:300px;float:none;}
.property_details_content_wrapper .landlord-info span{display:inline-block;*display:inline;zoom:1;float:none;width:60%;font-size: 18px; line-height:28px;margin:0px;box-sizing:border-box;color: #043e44 !important;}
.property_details_content_wrapper .landlord-info span.label{width:30%;color: #043e44 !important;}
.property_details_content_wrapper .signoff{float:none;position:absolute;top: 0px;right:0px;}
.property_details_content_wrapper .signoff img{max-height:100px;max-width:200px;width:auto !important;height:auto !Important }
.pageBody_advert .searchAction {width: 100% !important;position: relative;height: auto;display: flex;margin: 0px;margin-left: 0%;z-index: 999;background: transparent;}



.pageBody_advert .top {display: block;width: 100%;height: auto;position: relative;overflow: hidden;margin-bottom: 20px !important;}
.pageBody_advert .topLeft, .pageBody_advert .topRight {width: 50% !important;display: inline-block;vertical-align: top;position: relative;height: 100%;top: 0px;z-index: 1;}
.pageBody_advert.pageBody_print .topLeft, .pageBody_advert.pageBody_print .topRight {width: 100% !important }
.pageBody_advert .topLeft {height: 606px;background-image: url('../images/generic/noImage.png') !important;background-repeat: no-repeat;background-size: cover;background-position: center;}
.pageBody_advert .topRight {height: 100%;}

.pageBody_non_mobile.pageBody_advert .property_details_content_wrapper .propertyDetails {display: none !important;}
.infoBlock {padding: 2%;border-bottom: 1px solid #043e44;}
.pageBody_print .infoBlock { background: none !important; }
.infoBlock.emptyBlock { display: none !important; }
.infoBlock p {float: none !important;width: 100% !important;display: inline-block !important;margin-bottom: 10px !important;}
.infoBlock.emptyBlock .infoBlockTitle::after {content: "Not Provided";display: block;}
.infoBlock .main {display: none !important;}
.infoBlock .property-safety {background: transparent;margin-top: -30px;}
.infoBlock.certifications p {color: #043e44 !important;}
.infoBlockTitle {font-weight: 700;padding: 10px 0px;}
.infoBlock br, .infoBlock ul li {/*! display: none; */}
.infoBlock ul li {display: block;color: #043e44;font-size: 18px;width: 25%;display: inline-block;}
.infoBlock ul li::before { content: "\f00d"; font-family: FontAwesome; font-style: normal; font-size: 18px; color: #fc0c42; margin-right:7px }
.infoBlock ul li.yes::before { content: "\f00c";color: #043e44; margin-right:3px}

.pageBody_advert .SocialArea {padding-top:80px;display: none !important;}
.innerListing .mob-info .info span.available {display:none}
.pageBody_search .pageContent_search #topArea .printText, .pageBody_search .printText, .pageBody_customers .printText, .pageBody_customers .pagination {visibility:hidden;display: none;}
.pageBody_Mobile.pageBody_customers.logged_in #pageHolder #main_content_holder,.pageBody_Mobile.pageBody_students.logged_in #pageHolder #main_content_holder{padding-top:49px;}
#pageContent div.paragraph {color: #000;margin: 0px 0 10px 0; width: 100%; font-size: 18px; line-height: 28px;}
table#landlordPropertyForm {font-size: 18px !important; line-height: 28px !important;}
.pageBody_Mobile .pageContent_landlords div[style="margin-left:220px;"] {margin: auto !important;text-align: center;width:80%;margin-bottom: 10px !important;}
.charges_table {width:100%;margin:0px}
.searchAction a.addToList, .searchAction a.enquire, .searchAction a.details {text-decoration: none;}
.favouritesControl a, #left-panel #enquiryListPanel a {margin-left: 25px;background:#043e44;margin-right: 25px;float: none;display: inline-block;margin-bottom: 10px;}
.mapNote span {color: #000;}
.backOption p a , .printOption p a {color: #043e44!important;}
.searchListing h4 {margin: 10px;}
.searchAction p {color: #000 !important;width: 250px;}
div.blue, div.blue_noMargin {border-color:#000;}
#enquiryDialog {height: 460px!important;}
.enquiryModal span.success {color: #000;}
div.formHolder p .post-status {color:#E60000;}
div.formHolder div.tableSplit {border-bottom:1px solid #DFCEDF;}
.NoResults {border-bottom: 2px solid #043e44;border-top: 2px solid #043e44;width: 100%;}
.NoResults a { background: #043e44 !important;color: #fff !important;}
#pageContent .NoResults p {color: #000 !important;}
.messageB .postentry span.strong {font-size:100%;}
.im-new-message {color: #000;}
.messageB div.reply-lising div.reply-title {color: #043e44 !important;}
.messageB div.reply-lising div.reply-text {color: #000 !important;}
#enquiryDialog {height:500px!important;}
.propertyMapHeader {color: #fff;background: none repeat scroll 0 0 #043e44;border-bottom: 1px solid #000;border-top: 1px solid #000;padding: 5px 10px;}
.mapNote span::before,.mapNote span {color: #043e44;display: inline-block;font-size: 100%;width: 49%;line-height: 35px;height: 100%;font-weight: 700;}
#mapDialog .mapNote span::before,#mapDialog .mapNote span {width: auto;font-weight: 400;}
.mapNote.main::before {    content: "Key";width: 100%;display: inline-block;font-size: 28px !important;font-weight: 700;text-decoration: underline;margin-top: -10px;padding-bottom: 10px;}
#pageContent .googleInfoWindow {font-family: "Noto Sans","Trebuchet MS",sans-serif !important !important;width: 100%;}
#pageContent .googleInfoWindow .googleInfoWindowDetailsWrapper {padding-left:10px;box-sizing: border-box;}
#pageContent .googleInfoWindow .left {color:#000 !important;padding-left: 0px;}
#pageContent .googleInfoWindow h1, #pageContent .googleInfoWindow h1 a {background:#043e44!important;color:#fff!important;width:auto;}
#pageContent .googleInfoWindow h1 img {display:none}
#pageContent .clusterWrapper .googleInfoWindow {border-bottom:2px solid #043e44}
.pageBody_advert .searchAction p {width: 400px;height: 35px;}
.pageBody_advert .searchAction a.addToList {margin-top:5px;}
.statisticsSection legend {color: #043e44; font-size: 18px;}
.statistcs-table th {text-align: center !important;padding-left: 0px !important;border: 1px #000 solid !important;background: #043e44;padding-right: 0px !important;}
.statistcs-table {color: #000;width: 100%;}
.statistcs-table tr:hover,
.statistcs-table tr:focus {background-color: #efefef;color:#000!important;}
#disclaimerHeader, #disclaimer {display: none !important;}

.charges_table td {border: 1px solid #494949;font-size: 12px;padding: 5px;color: #000;}
img.ui-datepicker-trigger {top: 4px!important;position: relative;left: 4px;cursor: pointer;}
.epcberTable tr {color: #000;}
div.messageB-postWrapper p span.checkbox input {margin-left: 0px;cursor: pointer;position: relative;z-index: 99999;-webkit-appearance: checkbox;apperance: checkbox;-moz-appearance: checkbox;}
#login-signup-registration .isCheckedLabel:before { }
#login-signup-registration .isCheckedLabel:before, .isChecked label:before {right: 0px;content: "\f00c";font-family: FontAwesome;font-style: normal;font-size: 19px;color: #043e44;top: 0px;position: absolute;width: 100%;height: 100%;top: 10px;height: 10px;}
#pageContent .golocal-subcontent a.cmsBox {background: #818A8F;padding: 20px 0px !important;display: block;color: #fff!important;font-size: 16px!important;text-align: center;transition: all 0.2s ease-in-out 0s;}
#pageContent .golocal-subcontent a.cmsBox.alt {background: #043e44;}
#pageContent .golocal-subcontent a.cmsBox:hover,
#pageContent .golocal-subcontent a.cmsBox:focus {background: #043e44!important;}
.infoBullets {padding-left: 40px;list-style-type: disc;font-size: 16px!important;}
.customIntro {font-size: 1.1em;}
.pageContent_students .messageB div.reply-lising.reply-lising-input {width: 100%;}
.shib-login-panel {background: #043e44 !important;color: #fff !important;margin-bottom: 0px;}
.shib-login-panel em {background: #0da7b5;font-weight: normal;font-style: normal;width: 400px;padding: 7px;text-align: center;margin-left: auto;margin-right: auto;}
.shib-login-panel em:hover,
.shib-login-panel em:focus {background: #308787;}
.password-content-area .paragraph, .password-content-area p {color: #043e44 !important;}
.password-content-area p a {padding: 0px !important;}

.pageBody_non_mobile .mob-photo-count {display: none !IMPORTANT;}
.im-new-message, .im-new-message2 { width: 100%;box-sizing: border-box;}
.pageContent_students .messageB div.reply-lising { width: 100%;box-sizing: border-box;}
.pageContent_landlords div[style="margin-left:220px;"] {margin: auto !important;}
.pageContent_landlords div[style="margin-left:220px;"] a.register {padding: 20px 10px !important;margin: 10px auto !important; max-width:60%; min-width:220px;}
 
 
 .property_details_content_wrapper a h3 a.contact-agent-btn {position: absolute;right: 0px;background: #043e44;color: #fff;padding: 5px 10px;top: 0px;font-size: 16px;}

@media only screen and (max-width: 4400px) {
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown:before {width:22px; font-size:22px;}
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown em {width:35px}
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown em:before {font-size:22px}
	
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown .default {left: 0px;width: calc(100% - 35px);padding-right: 35px;}
	
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .as-content input.main_search,
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown .default,
	#pageContent .v2_search_main .dropdowns .dropdownDisplay label, #customPropCount {font-size:16px}
}

@media only screen and (max-width: 1750px) {
	.searchRight .lha_table, #pageContent .searchListing .searchRight .mob-photo-title span, #pageContent .searchListing .searchRight .info span, 
	#pageContent .property_details_content_wrapper .keyFacts p.main, #pageContent .property_details_content_wrapper .keyFacts p, 
	#pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, #pageContent .keyFacts span[id$="rentWholeText"] 
	{margin-bottom: 9px}
}
@media only screen and (max-width: 1650px) {
	.searchRight .lha_table, #pageContent .searchListing .searchRight .mob-photo-title span, #pageContent .searchListing .searchRight .info span, 
	#pageContent .property_details_content_wrapper .keyFacts p.main, #pageContent .property_details_content_wrapper .keyFacts p, 
	#pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, #pageContent .keyFacts span[id$="rentWholeText"] 
	{margin-bottom: 8px}
}

@media only screen and (max-width: 1500px) {
	.searchRight .lha_table, #pageContent .searchListing .searchRight .mob-photo-title span, #pageContent .searchListing .searchRight .info span, 
	#pageContent .property_details_content_wrapper .keyFacts p.main, #pageContent .property_details_content_wrapper .keyFacts p, 
	#pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, #pageContent .keyFacts span[id$="rentWholeText"] 
	{margin-bottom: 7px}
	
	#pageContent .searchAction .delFromList::after {content:'- Hot List';}
	#pageContent .searchAction .delFromList[onclick*="delViewing"]::after {content:'- Enquiry';}
	#pageContent .searchAction .addToList::after {content:'+ Hot List';}
	.pageBody_search #pageContent .searchAction.actions-4 a	{border: 4px solid #fff !important; padding-left: 3px !important; padding-right: 3px !important;}
	#navigationFull li a {font-size:14px !important;}
	
	
}
@media only screen and (max-width: 1400px) {
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:410px;}
	.searchRight .lha_table, #pageContent .searchListing .searchRight .mob-photo-title span, #pageContent .searchListing .searchRight .info span, 
	#pageContent .property_details_content_wrapper .keyFacts p.main, #pageContent .property_details_content_wrapper .keyFacts p, 
	#pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, #pageContent .keyFacts span[id$="rentWholeText"] 
	{margin-bottom: 6px}
	#navigationFull li a {font-size:14px !important;}
}
@media only screen and (max-width: 1330px) {
	
	.searchRight .lha_table, #pageContent .searchListing .searchRight .mob-photo-title span, #pageContent .searchListing .searchRight .info span, 
	#pageContent .property_details_content_wrapper .keyFacts p.main, #pageContent .property_details_content_wrapper .keyFacts p, 
	#pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, #pageContent .keyFacts span[id$="rentWholeText"] 
	{margin-bottom: 4px}
		
	.pageBody_non_mobile #pageContent .printOption p a, .pageBody_non_mobile #pageContent .backOption p a, 
	.pageBody_non_mobile #pageContent .searchListing .searchRight .mob-photo-title span, 
	.pageBody_non_mobile #pageContent .searchListing .searchRight .info span, 
	.pageBody_non_mobile #pageContent .property_details_content_wrapper .keyFacts p.main, 
	.pageBody_non_mobile #pageContent .property_details_content_wrapper .keyFacts p, 
	.pageBody_non_mobile #pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, .searchRight .info.feesInfo  { font-size: 16px !important; line-height: 24px !important;}
	
	.pageBody_non_mobile .pageBody_advert .topRight .accred {width: 100%;background-size: 100%;position: relative;    font-size: 16px !important; line-height: 24px !important;}
	.pageBody_non_mobile.pageBody_advert .topRight .accred:before {text-align: left;text-indent: 45px;}
	.pageBody_non_mobile .filterPannel .checkOff label, .pageBody_non_mobile .filterPannel .checkOn label {    font-size: 16px !important; line-height: 24px !important;}
	.pageBody_non_mobile #left-panel .favouritesControl strong, .pageBody_non_mobile #left-panel #enquiryListPanel strong, .pageBody_non_mobile #left-panel .favouritesControlHidden strong, .counterLine {width: 100% !important;max-width: 100% !important;}
	
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch {width:85%}

	#navigationFull,#section-nav {width:90%; padding-left:5%; padding-right:5%}
	.logo.edinburgh {left:5%}
	
	#accountMenu {right:5%}
	
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:390px;}
	.property_details_content_wrapper .slider-pro {min-height:410px}
}


@media only screen and (max-width: 1240px) {
	.messageB .postentry span.replies, .messageB .postentry span.postedsmall,.messageB .postentry span.posted {width:11.5%;}
	.messageB .postentry span.validwide,.messageB .postentry span.valid {width:15%;}
	.messageB .postentry span.subject,.messageB .postentry p.subject, .messageB .postentry p.subject a,.messageB .postentry span.subject.strong {width:60%;}
	#navigationFull li a {font-size:12px !important;}
}
@media only screen and (max-width: 1180px) {
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch {width:90%}
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:380px;}
	.pageBody_contact .generalContent,#pageContent #privacyPolicy, #pageContent .policy-document, #pageContent > .listingWrapper, .pageContent_advice .customIntro, #contentArea, #messageB, #topArea, .messageB, .propertyAlerts, .title.gridMenu, .llist.block-list.titles, .welcome, .student-message, .login-signup, .pageBody_advert.pageBody_search .pageContent_search #pageContent > .listingWrapper, .pageBody_advert.pageBody_search .pageContent_search > .pagination, .pageBody_advert.pageBody_search .pageContent_search > .printFooter, span[id*="_sharers_pn_sharers"], #sharersRegister, .pageContent_messageboard #mainSearch, #pageHolder #main_content_holder .tenancy_management, .pageBody_advert.pageBody_search .pageContent_search .searchListing, .reviews, .reviewHolder, .pageContent_statistics .generalContent {width:90% !important;max-width:90% !important;}
	#banner a#studentPadBannerLogo { right:2% !important; top:70% !important; left:auto !important}
}	

@media only screen and (max-width: 1131px){
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch {width:92%}
	#pageContent.pageContent_search .listingWrapper .searchListing {width:100% !important}
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:370px;}
}

@media only screen and (max-width: 1100px) {
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch { width: 100%; box-sizing: border-box; padding:20px 10px}
	#pageBody.pageBody_non_mobile .MyListBox, .pageBody_non_mobile #searchToolsWrapper li.viewMap a strong, 
	.pageBody_non_mobile #searchToolsWrapper li.viewList a strong, .pageBody_non_mobile#pageBody .filterMode .filter_header_row_expanded, 
	.pageBody_non_mobile .filterPannel .filterTitle, .pageBody_non_mobile .filter_header_row { font-size: 13px; }
	
	.landlordRegisterPanel span, .landlordLoginPanel span { font-size: 16px; font-weight: 400;}
	.propertyAlerts .tableRow {font-size:80%}
	.propertyAlerts .tableRow a.details, .propertyAlerts .tableRow span.details {width: 35%;}
	.property_details_content_wrapper div.property-info ul li {width: 32% !important;margin-right: 1% !important;}
	.property_details_content_wrapper .epcTable {width: 45%;margin-left: 3%;}
	.sharers-panel.single-share {width:60%;}
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:365px;}
	.pageBody_search #pageContent .searchAction.actions-4 a	{border: 3px solid #fff !important; padding-left: 0px !important; padding-right: 0px !important;}
    #navigationFull li a {font-size:12px !important;}
}


@media only screen and (max-width: 1024px) {
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown:before {display:none}
	#navigationFull, #section-nav {width: 96%;padding-left: 2%;padding-right: 2%;}
	.logo.edinburgh {left:2%} #accountMenu {right:2%}
	#pageBody #footerWrapper #footerOne {padding-bottom:90px !important}
	#accountMenu, #navigationFull li a {font-size:14px;}
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:360px;}
	.messageB .postentry span.replies {width:10%;}
	.messageB .postentry span.postedsmall,.messageB .postentry span.posted {width:15%;}
	.messageB .postentry span.validwide,.messageB .postentry span.valid {width:15%;}
	.messageB .postentry span.subject,.messageB .postentry p.subject, .messageB .postentry p.subject a,.messageB .postentry span.subject.strong {width:55%;}
	.pageBody_search #pageContent .searchAction.actions-4 a	{ padding-left: 3px !important; padding-right: 3px !important;}
	#navigationFull li a {font-size:10px !important;}
}

@media only screen and (max-width: 1020px) {
		.pageBody_search #pageContent .searchAction.actions-4 a.alreadyLet.green-button {padding-top:0px !important;padding-left: 4px !important; padding-right: 4px !important;}
}
@media only screen and (max-width: 900px) {
	
	#footerOne .mediaBar{width:100% !important; margin:auto;}
	/* #FOOTERONE .MEDIABAR LI{MAX-WIDTH:80PX; } */
	#footerOne .mediaBar ul li#f1 img{width:150px} 
	#footerOne .mediaBar ul li#f3 img{ max-width: 60px; max-height:50px;}
	
	#navigationFull li a {padding:17px 8px !important}
	#customPropCount {width:118px; overflow:hidden;}
	
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown em {width:30px}
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown em:before {font-size:20px}
	
	.resultsNav ul li a em {font-size: 160% !important;}
	.property_details_content_wrapper .detail-bot .label{width: 40% !important;margin-right: 0.5% !important;}
	.property_details_content_wrapper .detail-bot .info{width: 58% !important;margin-right: 0.5% !important;}
	.property_details_content_wrapper div.property-info ul li {width: 47% !important;margin-right: 3% !important;}
	.sharers-panel.single-share,.sharers-panel {width:80%;margin:1% 10%;}
	#newsItems i.fa.slick-arrow {top: 30%;font-size: 80px;}
	#newsItems i.fa-chevron-left.slick-arrow {left: -80px;}
	#newsItems i.fa-chevron-right.slick-arrow {right: -80px;}
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:355px;}
	
	.pageBody_non_mobile #pageContent .printOption p a, .pageBody_non_mobile #pageContent .backOption p a, 
	.pageBody_non_mobile #pageContent .searchListing .searchRight .mob-photo-title span, 
	.pageBody_non_mobile #pageContent .searchListing .searchRight .info span, 
	.pageBody_non_mobile #pageContent .property_details_content_wrapper .keyFacts p.main, 
	.pageBody_non_mobile #pageContent .property_details_content_wrapper .keyFacts p, 
	.pageBody_non_mobile #pageContent .property_details_content_wrapper .keyFacts span, .searchRight .sku, .searchRight .info.feesInfo { font-size: 14px !important; line-height: 22px !important;}
	.property_details_content_wrapper .slider-pro {min-height:390px}
}

@media only screen and (max-width: 850px) {
	#pageBody.pageBody_non_mobile#pageBody .sendEnqButton, #pageBody.pageBody_non_mobile#pageBody .saveHotListButton { padding:5px 2px; width:90% }
}
@media only screen and (max-width: 800px) {
	#pageContent .paperRip, .pageBody_home .golocal-subcontent {width:80%}
	.pageBody_home .imgcontainer,.imgcontainer .img img {min-height:350px;}
	.messageB .postentry span.subject,.messageB .postentry p.subject, .messageB .postentry p.subject a,.messageB .postentry span.subject.strong {width:53%;}
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .v2_search_panel .as-panels .as-panel .as-content input.main_search, .pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown .default, #pageContent .v2_search_main .dropdowns .dropdownDisplay label, #customPropCount {font-size: 15px;}
}

@media only screen and (min-width: 768px) {.searchListing .contactInformation,.searchListing .layout,.innerListing .mob-info span.mob-photo-title, .innerListing .mob-info span.available,.innerListing .mob-info span.mob-photo-count,.innerListing .mob-info span.rent {display:none;}
	.innerListing .mob-info {display: block;position: absolute;top: 70px;left: 15px;width: 47%;}
	.innerListing .mob-info span{display: block !important;padding: 2px 0px;color: #043e44;}
	.searchListing .title a {position:absolute;top:30px;}
	#pageContent .listingWrapper .searchListing .title a h2 {color:#043e44 !important}
	.searchListing .innerListing a.property[id*="_mainPicture"] img {position:absolute;right:0px}
	#pageContent .v2_search_panel_wrapper .as-mask {max-height: none !IMPORTANT;height: auto !important;}
	#banner a#studentPadBannerLogo{top: 50%; position:absolute; left:50%;margin-left:-8.5%; margin-top: -4.5%; height:65px}
	
	
}

@media only screen and (max-width: 767px) {
	
	.pageBody_Mobile .searchListing .cancellation-policy em {
		bottom: 130px;
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    width: 94%;
	}
	
	body#pageBody {font-size:80%;
	scrollbar-base-color: #043e44;
	scrollbar-base-color: #043e44;
	scrollbar-3dlight-color: #043e44;
	scrollbar-highlight-color: #043e44;
	scrollbar-track-color:#ddd;
	scrollbar-arrow-color: #043e44;
	scrollbar-shadow-color: #043e44;
	scrollbar-dark-shadow-color: #043e44;	
  }
  #footerOne .info-right a {
    font-size: 110%;
    margin: 5px 0px;
	}
  
	#banner a#studentPadBannerLogo img{height:200px;width:100px; position:absolute;left:50%;margin-left:-50px;}
    #banner a#studentPadBannerLogo {left:50%;margin-left:-50px;} */

	::-webkit-scrollbar-thumb {
		background:#043e44 !important;
	} 
	
	.generalContent, #pageContent p.paragraph, #pageContent div.paragraph {font-size: 18px;}
	.pageBody_Mobile.pageBody_home #pageContent .v2buttonWrapper .searchWrapper::before {content:'Search';font: inherit;font-size: 16px;}
	.pageBody_Mobile.pageBody_home #pageContent .v2buttonWrapper .searchWrapper.map::before {content:'Map Search';font: inherit;font-size: 16px;}
	.pageBody_Mobile.pageBody_home #pageContent .v2buttonWrapper .searchWrapper.map.ret::before {content:'Close Map';font: inherit;font-size: 16px;}
	
	.pageBody_Mobile #ctl00_ContentPlaceHolder1_Ctrl_messageboard_Ctrl_bottomLinks_mb_button_share .st_sharethis_custom {margin-right:0px}
	.pageBody_Mobile #ctl00_ContentPlaceHolder1_Ctrl_messageboard_Ctrl_bottomLinks_mb_button_back {margin-right:0px}
	.pageBody_Mobile .property_details_content_wrapper a h3 a.contact-agent-btn {right: auto;top: -53px;left: 0px;}
	.pageBody_search.pageBody_advert .pageContent_search #topArea {margin-bottom: 45px;margin-top: 0px !important;}
	.pageBody_Mobile #pageContent .gl-main-welcome {margin-top: 20px;}
	.pageBody_Mobile #section-nav-container, .pageBody_Mobile #pageContent #mobileDropdowSelector .invisiClose {height:0px; display:none;}
	body.pageBody_Mobile #pageContent #mobileDropdowSelector {height:230px !important;}
	
	.pageBody_home #pageContent .v2_search_panel_wrapper.inlineSearch .dropdowns .dropdown:before,
	.fbIcon:before, .twIcon:before, .youTubeLink:before, .rssNewsLink:before,.fa.main_search_icon:before, .fa.fa-caret-down:before,
	.pageBody_home #pageContent .v2buttonWrapper .searchWrapper:before { font-size:16px; line-height: 1;}
	.pageBody_Mobile #pageContent .v2_search_main .dropdowns .dropdown .default > em {text-indent:0px; top: -3px;}
	.pageBody_Mobile #pageContent .v2_search_main .dropdowns .dropdown .default > em::before {font-size:24px}
	.pageBody_Mobile #pageContent.pageContent_advice iframe { width:100% !important; }
	.pageBody_Mobile #pageContent.pageContent_advice table.ha_flags { width:100% !important; }
	#pageBody .checkOn label:before {content:''}
	.pageBody_Mobile .pageContent_landlords div[style="margin-left:220px;"] a.register {padding: 20px 10px !important; margin: 10px auto !important;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .content {height:188px;width:105%; width: calc(100% + 18px);}
	.pageBody_Mobile #headerAdverts.hideAdvert {-webkit-animation: fadeout 1s;-moz-animation: fadeout 1s;-ms-animation: fadeout 1s;-o-animation: fadeout 1s;animation: fadeout 1s;opacity: 0;z-index: -1 !important;}
	.pageBody_Mobile #headerAdverts.showAdvert {-webkit-animation: fadein 1s;-moz-animation: fadein 1s;-ms-animation: fadein 1s;-o-animation: fadein 1s;animation: fadein 1s;opacity: 1;}
	.pageBody_Mobile .searchListing .backOption, .searchListing h3, .propertyIntro, .photoArea, .SocialArea {display:initial !important}
	.pageBody_Mobile .property_details_content_wrapper .propertyIntro p {padding:0px 15px;box-sizing:border-box;}
	.searchAction a.addToList,.searchAction a.details,.searchAction a.enquire,.searchAction a.viewOnMap,.searchAction a.alreadyLet,.searchAction a.delFromList{padding:6px 12px !important;margin-left:2px;}
	.pageBody_Mobile .property_details_content_wrapper .property-safety div.inline {width:100%;padding-left:0px;}
	.pageBody_Mobile.pageBody_home .imgcontainer {display: block !important;z-index: 1;}
	.pageBody_Mobile .imgcontainer {display: none;margin-top: 0px;padding-bottom: 0px;border: none;position: absolute;height: 442px;}
	.pageBody_Mobile #mob-icon {background-size: auto 99% !important;}
	.pageBody_Mobile .mobileShowUL {display: block !important;}
	.pageBody_Mobile #navigationFull .mobileShowUL li {background: #fff !important;}
	.pageBody_Mobile #navigationFull .mobileShowUL li a:hover, .pageBody_Mobile #navigationFull .mobileShowUL li a {background: #fff !important;color: #043e44;}
	.pageBody_Mobile #navigationFull li a:hover, .pageBody_Mobile #accountMenu li span:hover {background-color: #043e44 !important;color: #fff;}
	.pageBody_Mobile #navigationFull li > ul {opacity: 1;}
	.pageBody_Mobile #navigationFull li > ul {display: none;position: relative;top: 0px;}
	.pageBody_Mobile #banner {border: none !important;box-shadow: none;top: 0px !IMPORTANT;}
	.pageBody_Mobile #accountMenu {display: none;}
	.pageBody_Mobile #navigationFull {width: 100% !important;right: 0px; position:absolute;z-index: 999;background: rgba(0, 33, 71, 0.5);padding-right: 0px !important;}
	.innerListing .mob-info .info span.rent-lrg {display:none}
	.resultsNav ul li.searchTool {width:50% !important;}
	.resultsNav.floating-results-nav {top:50px !important;}
	.resultsNav ul li a em.fa-filter::after {display:none}
	#newsItems i.fa.slick-arrow {color: #000 !important;z-index: 200;top: auto;bottom: -18px;font-size: 50px;}
	#newsItems i.fa-chevron-left.slick-arrow {left: -10px;}
	#newsItems i.fa-chevron-right.slick-arrow {right: -10px;}
	#newsItems div a span.text,#newsItems div a span.text strong {font-size:120%}
	div#pageHolder {margin-bottom: -10px;}
	.imgcontainer {margin-top:42px;padding-bottom:63px;}
	.imgcontainer .img strong {top:18%;padding-bottom:63px;}
	.imgcontainer #img2.img strong, .imgcontainer #img3.img strong {font-size:3.2vw}
	.password-content-area .passwordpage input[type="submit"] {width: 80% !important;margin-top: 0px;box-sizing: border-box;}
	fieldset.search input.searchButton, fieldset.search input.searchButton:hover {-webkit-border-radius: 0px!important;-moz-border-radius: 0px!important;border-radius: 0px!important;}
	fieldset.search .buttonWrapper {padding:0px !important}
	.pageContent_messageboard #mainSearch fieldset.search select {display:inline-block !important;*display:inline;zoom:1;}
	#pageContent .gl-block[id*="static_searches"] {margin-top:15px}
	#pageContent .blueform-bot {width:96% !important}
	div.welcome {background:none !Important}
	.pageBody_Mobile #pageContent .login-signup div.login-form {padding: 0px 15px 5px 15px !important;}
	.pageBody_Mobile #pageContent .blueform-bot input.gobutton {margin-bottom:-20px !important;border: 0px !important;font-size: 16px !important;  -moz-border-radius:0px; -webkit-border-radius:0px;border-radius: 0px;}
	.pageBody_Mobile #pageContent .login-signup .blueform-bot {padding-bottom:10px !important}
	.pageBody_Mobile #pageContent .login-signup .blueform-bot p[style="position: absolute;top: 5px;right: 10px;"] {position: relative !important;text-align: right;width: 100%;margin-top: 10px;margin-bottom: 10px;}
	#pageContent {margin-top: 0px !important;}
	#pageContent .listingWrapper .searchListing {min-width:300px;height:332px;}
	.searchListing .innerListing a.property[id*="_mainPicture"] {width:100%;height:auto}
	#propertyDetails .epcTable {width:265px !important}
	.property_details_content_wrapper .signoff {position:relative}
	#pageContent .gl-block .paperRip, #pageContent .gl-block .golocal-subcontent, #pageContent .gl-block .spacer{width:94%;}
	#pageContent #featuredProperties .paperRip, #pageContent #featuredPropertiesContainer, body.pageBody_home #pageContent .gl-news .paperRip {width: 94% !important;}
	.messageB .postentry span.subject-reply {display:none}
	.messageB .postentry select.orderby {width:98% !important;float:none;color: #043e44;}
	#sharersRegister {width:100%;}
	#messageB .sharers-panel {width:80%;margin:1% 10% !important;}
	.messageB .messageB-base a.mb-reply-button,
	.messageB .messageB-base div[id$='_mb_button_share'],
	.messageB .messageB-base a.mb-back-button {width: 32.7%;float: none;display: inline-block;margin: 0px;box-sizing: border-box;vertical-align: bottom;text-align: center;}
	.messageB .messageB-base a.mb-back-button {float:left}
	.messageB .messageB-base a.mb-reply-button {float:right}
	.messageB .messageB-base div[id$='_mb_button_share'] span.st_sharethis_custom {width:93%; box-sizing:border-box}
	.messageB .messageB-base div[id$='_mb_button_share']:hover span.st_sharethis_custom {text-decoration:underline}
	.messageB div.reply-lising div.reply-date span[id*="_DeletePannel"] { text-align:right; float:none }
	.sharers-panel span.title {text-align:left;}
	.propertyAlerts .tableRow a.details, .propertyAlerts .tableRow span.details {width:75% !important;float:none;box-sizing:border-box;}
	.propertyAlerts .tableRow span.start,.propertyAlerts .tableRow span.end, .propertyAlerts .tableRow span.alert{display:none}
	#footerWrapper #footerOne img {display:initial !important;visibility:visible !important;padding-bottom: 16px;}
	#footerOne .mediaBar img.awards { left:0px; margin-left:25px }
	#footerWrapper #poweredBy {padding-top:20px;}
	#footerOne .info-left {width:302px;margin:auto;position:relative;left:0px;margin-bottom:10px; top:30px}
	#footerOne .info-left span.address {font-size:18px}
	#footerOne .info-right {width:100%;margin:auto;position:relative;right:0px;clear: both;padding-top: 22px;text-align: center; top:-100px; font-size:0.9em;}
	#footerOne .uni-images {position:relative;margin-top:22px}
	#propertyDetails .property-safety p {width: 80%;box-sizing: border-box;padding-left:15px!Important}
	#propertyDetails .property-safety p span {width: auto;display: block;margin-right: 0px;}
	#propertyDetails .property-safety p.marginleft {text-align: left;}
	#propertyDetails .property-safety p.marginleft strong {float:left}
	
	.pageBody_Mobile .menuLineCounters,	
	.pageBody_home.pageBody_Mobile div.welcome {display:none;}
	.pageBody_Mobile .jcarousel-wrapper {top: 0px;position: relative!important;padding: 0px!important;margin: 0px 0 20px 0!important;display: block;left: 0px;}
	#pageContent.pageBody_Mobile .paperRip, #pageContent .paperRip span {line-height:120% }
	.pageBody_home.pageBody_Mobile #mainSearch {height: 570px;top: 10px;}
	.pageBody_Mobile #PrimaryNav {background: #fff;border-bottom: #043e44 2px solid;}
	.pageBody_Mobile #PrimaryNavfull #mob-menu {background: #38bece ;border: none !important;color: #fff;}
	.pageBody_Mobile #PrimaryNavfull #mob-menu:hover {background: #043e44;}
	.pageBody_Mobile #PrimaryNavfull #mob-menu.active {background: #043e44!important;border: none;}
	.pageBody_Mobile #navigationFull li {background: #043e44;width:100%;border-top: 1px solid #ffffff;}
	.pageBody_Mobile #navigationFull li a {margin: 0%;padding: 2% 2%!important;width: 100%!important;line-height: 20px;box-sizing: border-box;border-color: #fff !important;color: #fff;}
	.pageBody_Mobile #navigationFull li.active a.search, .pageBody_Mobile #navigationFull li a.search {background-color: #043e44!important;background-image: none!important;text-indent: 0!important;}
	.pageBody_Mobile #navigationFull li.active a.search:hover, .pageBody_Mobile #navigationFull li a.search:hover {background-color: #818A8F!important;background-color: none!important;text-indent: 0!important;}
	#navigationFull li a em {display: none;}
	#navigation li a, #navigationFull li a {border-color: #043e44!important;}
	.pageBody_Mobile .jcarousel-pagination {display:none;}
	.pageBody_Mobile #main_content_holder {padding-bottom: 0px!important;background: transparent;}
	.pageBody_Mobile #navigation {margin-left: 0px;}
	.pageBody_Mobile .welcome h1 {margin-top: 20px !important;height: auto !important;color: #043e44 !important;line-height: 60px !important;}
	.pageBody_Mobile .pageContent_contact .welcome h1, .pageBody_Mobile .welcome h1 span {width: 100%;}
	.pageBody_Mobile.pageBody_search #pageContent {margin-top: 79px !important;}
	.pageBody_Mobile.pageBody_search.pageBody_advert #pageContent {margin-top: 10px !important;}
	.pageBody_Mobile .mapListing {box-sizing: border-box;margin-top: 10px;}
	.pageBody_Mobile .resultsNav {margin-top:-0px;}
	.pageBody_Mobile .resultsNav ul li a, .pageBody_Mobile .resultsNav ul li a:hover, .pageBody_Mobile .resultsNav ul li a.active {width:100%;border-radius: 0px 0px 0px 0px;-moz-border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px 0px 0px 0px;text-indent:0px;text-align:center;margin:0px;background:#043e44;width: 100% !important;}
	.pageBody_Mobile .resultsNav ul li a strong {width: 100% !important;display: block;font-weight: 400;}
	.pageBody_Mobile .searchListing.highlight .searchAction {border:none !important}
	.pageBody_Mobile .searchListing.highlight .innerListing,.pageBody_Mobile #pageContent .NoResults p a,.pageBody_Mobile .NoResults p a {padding-bottom:49px;background-color: #043e44;color: #fff !important;}
	.pageBody_Mobile .searchListing.highlight {border:1px solid #E45A26;-moz-box-shadow: 0 0 5px #E45A26;-webkit-box-shadow: 0 0 5px #E45A26;box-shadow: 0 0 5px #E45A26;}
	.pageBody_Mobile .searchAction {height: auto;bottom: 5px;background:transparent; padding-right: 18px !Important;}
	.pageBody_Mobile .searchAction.contactBar {height:42px;bottom:0px;background:#ccc;z-index: 999;display: block;left: 0px;}
	.pageBody_Mobile #pageContent .NoResults p a {padding:10px;}
	.pageBody_Mobile #pageContent .jcarousel-wrapper,.pageBody_Mobile #pageContent .jcarousel-wrapper .jcarousel {width:100% !important;}
	.pageBody_Mobile #pageContent .jcarousel-wrapper .jcarousel #mycarousel li img {height:auto !important}
	.pageBody_Mobile #banner,.pageBody_Mobile #PrimaryNav #mob-menu {border-bottom: #043e44 2px solid !important;padding: 0px 0px;width: calc(100%);background: url(/images/Branding/banner/onBanner.jpeg) no-repeat !important;background-position: -37px 63% !important;background-size: 100% auto !important;}
	.pageBody_Mobile .switchView{background: #818A8F}
	.pageBody_Mobile .switchView:hover {background: #043e44}
	.pageBody_Mobile #PrimaryNav #mob-menu:hover,.pageBody_Mobile #navigation {background:#043e44 !important}
	.pageBody_Mobile #navigation li a {border-bottom:1px solid #043e44!important;color: #fff !important;}
	.pageBody_Mobile .welcome h1 span {height: auto !important;color: #043e44 !important;}
	.pageBody_Mobile.pageBody_search .welcome h1 span {color: #043e44 !important;}
	.pageBody_Mobile #pageContent .welcome p {background: transparent;color: #fff!important;}
	.pageBody_Mobile .search span.alertBox {padding: 5px;padding-left:2%;padding-right:2%;margin:3% 1%;height: auto;width: 94%;}
	.pageBody_Mobile #yt_container {margin-top: -30px;margin-left: 0px;float:none}
	.pageBody_Mobile a[title="Beware of student housing scams"] {width:100% !important;height:60px !important;background-position:bottom center !important;top: -60px;left: 0px !important;}
	.pageBody_Mobile a[title="Beware of student housing scams"].in_page_banner {top:auto !important;bottom: -60px !important;left: 0px !important;}
	.pageBody_Mobile .pageContent_messageboard div.welcome {background:none;margin-top: 0px;width: 100% !important;padding: 0px !important;max-width: 100% !important;}
	.pageBody_Mobile .login-signup {background:none !important;margin: auto !important;}
	.pageBody_Mobile #pageContent .login-signup p,.pageBody_Mobile #pageContent .login-signup h2 {color:#fff !important}
	.pageBody_Mobile .searchAction a.delFromList {-webkit-border-radius: 0px!important;-moz-border-radius: 0px!important;border-radius: 0px!important;background: #ba0202 !important;border: 1px solid #9a9a9a;border:0px;}
	.pageBody_Mobile .golocal-subcontent, .pageBody_Mobile .advertSubWrapper {width: 94% !Important;max-width: 94%;margin: 0% 3% !important;padding-top:10px !important;}
	.pageBody_Mobile.pageBody_home .golocal-subcontent {padding-top: 0px !important;}
	.pageBody_Mobile .golocal-subcontent p a.center-image {text-align: center;width:100%;padding:0px;margin:0px;display:block}
	.pageBody_Mobile .switchView {position: absolute;top: 0px;left: 0px;width: 100%;padding: 10px 0px;}
	.pageBody_Mobile .pageContent_search > .searchListing {width:90%; margin-left:5%; margin-top:20px; box-sizing:border-box}
	.pageBody_Mobile .pageContent_search > .searchListing.mapListing {width: 100%;margin-left: 0%;}
	.pageBody_Mobile .searchListing .layout {display:block;width:0px;height:0px;margin:0px;padding:0px;float:none;}
	.pageBody_Mobile .searchListing .layout * {display:none !important}
	.pageBody_Mobile .searchListing .layout .accreditation-overlay-img, .pageBody_Mobile .searchListing .layout .accreditation-overlay-img * {display:block !important}
	.pageBody_Mobile .searchListing .layout .accreditation-overlay-img {right: 0px;top: 0px;bottom: auto;width: 75px;height: 75px;}
	.pageBody_Mobile .searchListing .layout .accreditation-overlay-img img {width:100%;height:auto;}
	.pageBody_Mobile #propertyDetails .property-info, .pageBody_Mobile #propertyDetails .property-info.facilityNumbers .facility_holder {width:80% !Important}
	.pageBody_Mobile #propertyDetails .property-info li, .pageBody_Mobile #propertyDetails .property-info.facilityNumbers .facility_holder {border-bottom: none;}
	.pageBody_Mobile #poweredBy {padding-bottom:20px;}
	.pageBody_Mobile.pageBody_advert #poweredBy {padding-bottom:70px;}
	.pageBody_Mobile .messageB .title {margin-bottom: 5px;box-sizing: content-box;}
	.pageBody_Mobile.pageBody_advert .welcome .nav-prev {top:13px}
	
	#pageBody.pageBody_Mobile .searchAction a.alreadyLet {display:none}
	#pageBody.pageBody_Mobile #pageContent .searchAction .delFromList:hover::after, #pageBody.pageBody_Mobile #pageContent .searchAction .addToList:hover::after {color:#043e44}
	.pageBody_Mobile .mob-panel .social_container a em{color: #fff;}
	.pageBody_Mobile .contactBar a em.fa {line-height: 33px;}
	.pageBody_Mobile .contactBar a:hover em.fa {color:#043e44}
	.pageBody_Mobile .searchListing .title .sku {display: none;}
	.pageBody_Mobile #pageContent .searchListing .title h2 {color: #fff !important;width: 100% !important;}
	.pageBody_Mobile .innerListing .mob-info .mob-photo-count {background: rgba(0, 0, 0, 0.40);display: inline-block;zoom: 1;font-size: 10pt;color: #fff;padding: 4px 10px;position: absolute;top: 56px;left: 10px;min-width: 60px;z-index:10}
	.pageBody_Mobile .login-signup a.forgottenbutton {color: #fff !important;}
	.pageBody_Mobile .password-content-area {margin-top: 0px;}
	.pageBody_Mobile .searchAction a.review, .pageBody_Mobile .searchAction a.addToList, .pageBody_Mobile .searchAction a.enquire, .pageBody_Mobile .searchAction a.alreadyLet, .pageBody_Mobile .searchAction a.details {background: #043e44!important;}
	.pageBody_Mobile .searchAction a.review:hover, .pageBody_Mobile .searchAction a.addToList:hover, .pageBody_Mobile .searchAction a.enquire:hover, .pageBody_Mobile .searchAction a.alreadyLet:hover, .pageBody_Mobile .searchAction a.details, .pageBody_Mobile .searchAction a.viewOnMap {background: #043e44!important;}
	.pageBody_Mobile .searchAction a.details:hover {background: #043e44!important;-webkit-border-radius: 8px!important;-moz-border-radius: 8px!important;border-radius: 8px!important;border: #fff 2px solid!important;color: #fff!important;line-height: 18px;}
	.pageBody_Mobile .welcome h1 span.prop-detail em {margin-top: 0px;}
	.pageBody_Mobile #sharersRegister .blueform-bot, .pageBody_Mobile #sharersRegister .blueform-top {background: #043e44;width:96% !important}
	#pageContent.pageBody_Mobile .login-signup .blueform-bot p[style="position: absolute;top: 5px;right: 10px;"] {top: auto !important;right: auto !important;bottom: 0px !important;left: 0px !important;width: 100%!important;}
	.pageBody_Mobile .welcome h1 span em {margin-top: 0px;}
	#PrimaryNav #mob-icon, #PrimaryNavfull #mob-icon {background-position: 6px 1px !important;width: 90px !important;background-size: 70% !important;background-position: center !important;}
	.pageBody_Mobile .password-content-area img {width: 100%;height: auto;}
	.pageBody_Mobile #topArea a.post {width: 100%;box-sizing: border-box;margin: 30px 0px 10px 0px !important;    padding: 20px 10px !important;text-align: center;}
	.pageBody_Mobile .pageContent_landlords div[style="margin-left:220px;"] {margin: auto !important;text-align: center;width:80%;}
	.pageBody_general.pageBody_Mobile .pageContent_landlords .generalContent {width: 96%;margin: auto 2%;}
	.pageBody_Mobile .filterPannel .filterTitle {background: none!important;width: 100%!important;padding: 5px!important;line-height: 30px!important;}
	.pageBody_Mobile .filterPannel .checkOff, .pageBody_Mobile .filterPannel .checkOn, .pageBody_Mobile .filter_header_row {background: none;width: 260px!important;}
	.pageBody_Mobile .filterPannel .checkOff label, .pageBody_Mobile .filterPannel .checkOn label {color:#fff;border-bottom: 0px;border-bottom: 1px solid #383838;}
	.pageBody_Mobile .mobile-photo-slider {margin-top: 10px;}
	.pageBody_Mobile #propertyDetails .mobile_content span.label {padding-left: 0px;}
	.pageBody_Mobile .searchListing .role-overlay-img {position: absolute;right: 0px;bottom:118px;opacity:0.5;left: auto;display: block !important;}
	.pageBody_Mobile .searchListing .accreditation-overlay-img {bottom:auto;top:26px;opacity:0.8;left: auto;}
	.pageBody_Mobile .searchListing .role-overlay-img img {display: block !important;max-height:50px;}
	.pageBody_Mobile .innerListing .mob-info .mob-photo-title {z-index: 10;background: none;position: initial;top: 0px;bottom: auto;}
	.pageBody_Mobile .innerListing .mob-info .mob-photo-title .type {position: absolute;bottom: 76px;color: #043e44;font-size: 16px;padding: 0px; float:none; height:22px; overflow:hidden}
	.pageBody_Mobile .innerListing .mob-info .mob-photo-title .area {padding-right: 5px; position: absolute;top: 10px;left: 10px;color: #043e44;font-size: 24px;text-decoration: underline; font-weight:700}
	.pageBody_Mobile .innerListing .mob-info .info {z-index:10;bottom:45px !important;width: 100%;left: 0px;padding: 10px;box-sizing: border-box;}
	.pageBody_Mobile .innerListing .mob-info .info span {font-size: 16px;}
	.pageBody_Mobile .innerListing .mob-info .info .rent {position: absolute; top: -40px;font-size: 24px;font-weight:400;}
	.pageBody_Mobile .pageContent_search .welcome .nav-prev, .pageBody_Mobile .pageContent_search .welcome .nav-next {top:120px}
	.pageBody_Mobile #pageContent .resultsNav {margin-top: 0px !important;z-index: 101 !important;position: absolute !important;top: 116px !important; left:0px;height: auto;box-shadow: none;width: 100% !important;padding-left: 0px !important;}
	.pageBody_Mobile #pageContent .resultsNav.floating-results-nav {top: -28px !important;position:fixed !important}
	.pageBody_Mobile.pageBody_general #pageContent .resultsNav {left:0px}
	.pageBody_Mobile #pageContent .resultsNav.pdResultsNav {display:none }
	.pageBody_Mobile .floating-results-nav {margin-top: 2px !important;}
	.pageBody_Mobile .infoPanel {width: 100%;margin-left: -10px;}
	.pageBody_Mobile .searchListing .innerListing a.property[id*="_mainPicture"] {width: 100%;max-height: 230px;position: relative;top:40px;background: #f7f7f8; min-height:100px}
	.pageBody_Mobile .searchListing .innerListing a.property[id*="_mainPicture"] img.scale-by-height {width:100%;height:auto;}
	.pageBody_Mobile .accreditation-overlay-img {z-index: 100;}
	.pageBody_Mobile #pageContent .listingWrapper .searchListing.proc {padding: 10px; width: 96% !important;margin: 0 2% !important;margin-bottom: 25px !important;box-shadow: none;border: none; border-bottom: 7px solid #f0f0f1; background: #fff url(/images/generic/inline-loader.gif) center 170px no-repeat; height:auto}
	.pageBody_Mobile #pageContent .listingWrapper .searchListing .innerListing {padding-bottom: 160px;}
	.pageBody_Mobile #pageContent .listingWrapper .searchListing .innerListing a.property[id*="_mainPicture"] img{ background:#fff}
	.pageBody_Mobile .searchListing .innerListing a.property[id*="_mainPicture"] {right:0px}
	.pageBody_Mobile #searches .sItem {min-height:170px;}
	.pageBody_Mobile #pageContent .v2_search_panel_wrapper .as-mask {margin-bottom: 0px;}
	.pageBody_Mobile #pageContent .v2_search_panel_wrapper .as-content h1, .pageBody_Mobile #pageContent .v2_search_panel_wrapper .as-content label {display: none;}
	.pageBody_Mobile #pageContent .v2_search_panel {background: rgba(4, 0, 57, 0.52) !important;height: auto!important;padding-top: 10px;padding-bottom: 10px;position: absolute;top: 0px;}
	.pageBody_Mobile .v2_search_panel_wrapper {margin-top: 0px !important;height: 450px !important;position: relative;}
	.pageBody_Mobile .imgcontainer .img {height: 100% !important;width: 100% !important;}
	.pageBody_Mobile .imgcontainer .img img {height: 100% !important;width: auto !important;top: 0px !important;}
	.pageBody_Mobile #pageContent .v2_search_main .dropdowns .dropdown {width: 99% !important;margin: 0.4% 0.5% !important;box-sizing: border-box;display: inline-block;background: #fff;color: #043e44;border: 1px solid #043e44;}
	.pageBody_Mobile #srchWrap {margin-bottom: 0px;height: 422px;position: relative;z-index: 1;}
	.pageBody_Mobile #srchWrap .map_search.as-panel .v2buttonWrapper{display:block;height: auto;background: transparent;padding: 0px;bottom: 0px;width: 100%;color: #000 !important;padding-top: 5px;padding-bottom: 5px;z-index: 999;pointer-events: none;}
	.pageBody_Mobile #srchWrap .map_search.as-panel .v2buttonWrapper h2{bottom: 10px;left:0px;position: absolute !important;width:100%;text-align:center;font-size:100%;color: #043e44;font-size: 24px;position: relative;text-shadow: 1px 1px #ebebeb;}
	.pageBody_Mobile #srchWrap .map_search.as-panel .v2buttonWrapper .searchWrapper{display:none}
	.pageBody_Mobile #srchWrap .map_search{margin-top: 0px;height: 421px !important;top: 0px;visibility:hidden;overflow: visible;}
	.pageBody_Mobile #srchWrap .map_search .as-content h1, .pageBody_Mobile #srchWrap .map_search .as-content-closed{display:none!important}
	.pageBody_Mobile #srchWrap .map_search #drawASearchCanvas{width: 100%;box-sizing: border-box;height: 420px;}
	.pageBody_Mobile #srchWrap .fx-flip{width:100%;}
	.pageBody_Mobile #pageContent .v2_search_main .as-content {width: 100%;box-sizing: border-box;min-width: 300px;}
	.pageBody_Mobile #pageContent .v2buttonWrapper {margin-top: -7px;}
	.pageBody_Mobile #pageContent .v2_search_main .as-content input.main_search {box-sizing: border-box;width: 100%;border: 1px solid #043e44;}
	.pageBody_Mobile #pageContent .v2_search_main .as-panel.as-opened {width: 100% !important;box-sizing: border-box;left: auto !important;}
	.pageBody_Mobile #pageContent .v2_search_main.as-panels,.pageBody_Mobile #pageContent .v2_search_panel.as-opened {left: auto !important;}
	.pageBody_Mobile.pageBody_home #pageContent .searchWrapper {vertical-align: top;}
	.pageBody_Mobile .hoverSearchMap, .pageBody_Mobile .hoverSearch {width: 100%;}
	.pageBody_Mobile .hoverSearchMap {right: 0px;left: auto;}
	.pageBody_Mobile .hoverSearch {left: 0px;}
	.pageBody_Mobile #pageContent .v2buttonWrapper {background: #043e44;border: none;bottom: -25px;}
	.pageBody_Mobile #buttonWrapper h2 {display: none;}
	.pageBody_Mobile #customPropCount {right: 3%;height: 39px;top: 1px;line-height: 39px;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls {background: #043e44;z-index: -2;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls h3 {top: 0px;height: 100%;line-height: 40px;color: #fff;display: inline-block;margin: auto;width: 100%;z-index: -1;text-indent: -8px;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls button {color: #043e44;background:#38bece; top: 5px !important;height: 30px;z-index: 999 !important;width: 65px;font-size: 14px;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls #btnPrevDd {left: 0px;margin: 0px;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls #btnNextDd {margin: 0px;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .content {background: #043e44;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector {height: 380px !important;width: 100%;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls #btnSearch.right {right: 69px;}
	.pageBody_Mobile #mobileDropdowSelector .controls h3 span::after {font: normal normal normal 16px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;content: "\f015";position: absolute;font-size: 14px;line-height: 40px;display: inline-block;text-indent: 0px;}
	.pageBody_Mobile #pageContent #mobileDropdowSelector .controls button.right {right: 0px;}
	.pageBody_Mobile.pageBody_home .gl-block.landing_info {padding-top: 10px;padding-bottom: 10px;}
	.pageBody_Mobile .adrotorSideContainer.mob-remove {display: none;}
	.pageBody_Mobile.pageBody_home div.adrotorSideContainer {width: 40% !important;margin-bottom: 5%;}
	.pageBody_Mobile #footerWrapper #poweredBy {padding: 0px !important;}
	.pageBody_Mobile .mainUniLogo {background-size: 100% auto;width: 30vw;height: 8vw;}
	.pageBody_Mobile div div.passwordpage label {width: 100%;margin: 0px !important;padding: 10px;padding-bottom: 0px;text-align: left;box-sizing: border-box;text-align: center;margin-bottom: 10px !important;}
	.password-content-area .passwordpage input[type="password"] {box-sizing: border-box;margin: 10px !important;width: calc(100% - 20px) !important;}
	.pageBody_Mobile .resultsNav ul li {max-height: none;height: auto !important;width: 50% !important;max-width: none;}
	.pageBody_Mobile .resultsNav ul li.searchTool {display: block;}
	.pageBody_Mobile .pageContent_search div.welcome {margin: 0px !important;max-width: 100% !important;}
	.pageBody_Mobile.pageBody_search .searchListing .title {color: #fff !important;}
	.pageBody_Mobile .mapListing #map_canvas {box-shadow: none !important;}
	.pageBody_Mobile .googleInfoWindowWrapper {width: 100%;}
	.pageBody_Mobile .messageB .postentry span.posted {    width: 100%;text-align: right;}
	.pageBody_Mobile .message-post-confirmation {margin-top: 10px;margin-bottom: 10px;}
	.pageBody_Mobile .messageB .postentry, .pageBody_Mobile .messageB-base {box-sizing: content-box;}
	.pageBody_Mobile .messageB .title, .pageBody_Mobile .messageB-base-collapsed, .pageBody_Mobile .messageB .title h2 {box-sizing: content-box;}
	.pageBody_Mobile #pageContent .login-signup div.login-form p.signupTerms label {width: 100% !important;max-width: none;box-sizing: border-box;}
	.pageBody_Mobile #pageContent .blueform-bot .signupTerms span[style] {margin-left: 0px !important;position: absolute;right: 0px;bottom: 0px;}
	.pageBody_Mobile .signupTerms {position: relative;}
	.pageBody_Mobile .login-signup div.login-form p input[type="email"], .pageBody_Mobile .login-signup div.login-form p input[type="text"], .pageBody_Mobile .login-signup div.login-form p input[type="password"] {padding:8px !important;box-sizing:border-box;}
	.pageBody_Mobile p span.error, .error.policy_error {box-shadow: none;z-index: 1;width: calc(100% - 2px);position: relative;box-sizing: border-box;top: 1px !important;margin-left: -2px;}
	.pageBody_Mobile .mobileDisplay {display: block;}
	.pageBody_Mobile .golocal-subcontent table {width: 100% !important;}
	.pageBody_Mobile .lightblue td {width: 100%;box-sizing: border-box;margin: 0px !important;margin-bottom: 5px !important;border: none;}
	.mobileDisplay {display: block!important;}
	
	.pageBody_Mobile #headerAdverts {top: 0px !important;margin-top: 0px !important;padding: 0px !important;z-index: 10000;overflow:hidden; height: auto !important; max-height: 90px;position:relative}
	.pageBody_Mobile #headerAdverts .adrotor li  {display:none;}
	.pageBody_Mobile #headerAdverts .adrotor li.alrActiveItem[style="display: list-item;"] {display:block; }
	
	 
	.pageBody_Mobile #headerAdverts div.adrotorContainer {height: auto !important;}
	.pageBody_Mobile #headerAdverts div.adrotorContainer a {width: 100%;display: block;text-align: center;}
	.pageBody_Mobile #headerAdverts div.adrotorContainer img {width:100%; height:auto}
	.pageBody_Mobile #wrapper {padding-top: 0px !important;}
	.pageBody_Mobile.pageBody_advert .ad-no-rotor {margin-top: 38px;}
	.pageBody_home.pageBody_Mobile #wrapper {min-height: 420px;}
	.pageBody_Mobile #pageContent {min-height: 166px !important;background: transparent;}
	.pageBody_Mobile #topArea .back-to-menu a.backtoMenuLink {margin-right: 10px;font-size: 16px !important;}
	.pageBody_Mobile .bluePadding {display: block;background: #043e44;width: 100%;position: absolute;}
	.pageBody_Mobile #drawASearchDescription {display: none;}
	.pageBody_Mobile .helpButton {display: none;}
	.pageBody_Mobile .map_search .helpButtonMobile {z-index: 1000;color: #fff;margin: 5px !important;margin-bottom: 0px;display: block;width: 33px;height: 40px;line-height: 0px;cursor: pointer;text-align: center;position: relative;bottom: 20px;pointer-events: all;}
	.pageBody_Mobile .map_search .helpButtonMobile::before {content: "\f059";text-rendering: auto;font-family: FontAwesome;font-style: normal;font-size: 35px;line-height: 40px;left: 0px;position: absolute;right: auto;top: 0px;bottom: 0px;color: #043e44;text-shadow: 0px 1px #000;}
	.pageBody_Mobile .map_search .helpButtonMobile.open::before {content:"\f057";color: #fff !important;}
	.pageBody_Mobile #drawASearchDescription {padding: 0px;height: 100%;width: 100%;padding-left: 10%;padding-right: 2%;}
	.pageBody_Mobile .searchListing {background: none;}
	.pageBody_Mobile div.blue {margin: 0px;}
	.pageBody_Mobile #propertyDetails .mobile_content {background: none !important;}
	.pageBody_Mobile #propertyDetails .mobile_content span[class*="m_"] {color: #000;font-size: 16px;}
	.pageBody_Mobile.pageBody_advert #pageContent .resultsNav {width: 100% !important;left: 0px;}
	.pageBody_Mobile.pageBody_advert .resultsNav ul li {width: 33.33%;max-height: none !important;}
	.pageBody_Mobile.pageBody_advert .review_breakdown_line .review_title {width: 100%;padding-left: 0px;display: block;}
	.pageBody_Mobile.pageBody_advert #footerWrapper {padding-bottom: 42px;background: #043e44 !important;}
	.pageBody_Mobile.pageBody_advert .searchListing h4 {width: 100%;padding: 10px;margin: 0px;box-sizing: border-box;}
	.pageBody_Mobile.pageBody_advert .reviewText .review_breakdown_line.sml {width: 100%;}
	.pageBody_Mobile.pageBody_advert #propertyDetails .mobile_content span.info, .pageBody_Mobile.pageBody_advert .searchListing .property-info ul li.yes, .info.rent_includes_options .no, .detail-bot p span.yes, .pageBody_Mobile.pageBody_advert #propertyDetails .mobile_content .info.rent_includes_options.mob-remove .yes {color: #000000;}
	.pageBody_Mobile.pageBody_advert #propertyDetails .property-info li.yes {width: 100% !important;}
	.pageBody_Mobile .shib-login-panel em {width: 80%;box-sizing: border-box;padding: 7px;}
	.pageBody_Mobile div div.passwordpage input, .pageBody_Mobile .password-content-area .passwordpage input[type="password"] {width: 80% !important;margin: 0px !important;}
	.pageBody_Mobile .shib-login-panel {padding: 20px 0px;}
	.pageBody_Mobile.pageBody_home #footerWrapper {position: relative;}
	.pageBody_Mobile #pageContent .v2buttonWrapper input.search {background: transparent !important;}
	#pageBody.pageBody_home.pageBody_Mobile #pageContent .welcome {background: rgba(20, 44, 82, 0.75) !important;height: auto !important;}
	#pageBody.pageBody_home.pageBody_Mobile #pageContent .welcome.hideMe {display: none !important;}
	#pageBody.pageBody_home.pageBody_Mobile .imgcontainer.hideMe {display: none !important;}
	#pageBody.pageBody_Mobile #topArea {background: #fff;padding: 10px;box-sizing: border-box;clear: both;}
	#pageBody.pageBody_Mobile.pageBody_students.logged_in .pageContent_students #topArea {background:transparent;}
	#pageBody.pageBody_Mobile.pageBody_advert #topArea {background: none;}
	#pageBody.pageBody_Mobile .pageContent_messageboard #topArea .pagination {display:block}
	#pageBody.pageBody_Mobile .pageContent_messageboard div.messageB #topArea > div.pagination {display:block; position:absolute; right:0px; }
	#pageBody.pageBody_Mobile .pageContent_messageboard div.messageB #topArea a.post {margin-top:60px !important }
	#pageBody.pageBody_Mobile .pageContent_messageboard #topArea .pagination p{display:none} 
	#pageBody.pageBody_Mobile #topArea .welcome.mob-remove.welcome-bg-rev h1 {margin-top: 45px !important;}
	#pageBody.pageBody_Mobile #topArea br {display: block !important;}
	#pageBody.pageBody_Mobile .messageB-base .post-delete {margin-top: 0px !important;}
	#pageBody.pageBody_Mobile #contentArea p a {background: transparent;color: #043e44;text-decoration: underline;padding: 0px;}
	#pageBody.pageBody_Mobile.pageBody_advert #propertyDetails .mobile_content a {position: relative;right: auto;top: auto;}
	#pageBody.pageBody_Mobile.pageBody_advert #propertyDetails .mobile_content span.includes_label {width: 100% !important;font-size: 16px;}
	#pageBody.pageBody_Mobile.pageBody_advert #propertyDetails .mobile_content .info.rent_includes_options.mob-remove .yes {width: 100% !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .epcberTable .columns {width: 100%;}
	#pageBody.pageBody_Mobile.pageBody_advert .facility_holder .info.value {font-size: 16px;padding: 0px 6px !important;color: #000;font-weight: bold;}
	#pageBody.pageBody_Mobile.pageBody_advert #propertyDetails .property-safety {border-bottom: 3px solid #000;margin-bottom: 5px;}
	#pageBody.pageBody_Mobile.pageBody_advert .epcberTable {margin-left: auto;margin-right: auto;display: block;margin-bottom: 5px;}
	#pageBody.pageBody_Mobile.pageBody_home #pageHolder {margin-top: 0px;}
	#pageBody.pageBody_Mobile.pageBody_home #pageContent h1 span {color: #fff !important;}
	#pageBody.pageBody_Mobile .property_details_content_wrapper .detail-bot .label {width: 100% !important;}
	#pageBody.pageBody_Mobile #pageContent .login-signup div.login-form p input[type="email"],#pageBody.pageBody_Mobile #pageContent .login-signup div.login-form p input[type="password"],#pageBody.pageBody_Mobile #pageContent .login-signup div.login-form p input[type="text"], #pageBody.pageBody_Mobile #pageContent .login-signup div.login-form p label,#pageContent .login-signup div.login-form p select {width: 100% !important;max-width: 100%;text-align: left;box-sizing: border-box;margin: 0px;}
	#pageBody.pageBody_Mobile #pageContent .login-signup div.login-form p label {padding:5px 0px 0px 0px; }
	#pageBody.pageBody_Mobile #pageContent .login-signup .signupstatus {width: 100%;height: auto;display: block;}
	#pageBody.pageBody_Mobile #pageContent .login-signup .login-status {padding: 0px; }
	.pageBody_Mobile #PrimaryNavfull {background: #38bece;position: relative;top: 0px;}
	.pageBody_Mobile#PrimaryNav #mob-icon, #PrimaryNavfull #mob-icon {width: 205px !important; left:5% !important; background: url(/images/branding/logo-main_mobile.png) center left no-repeat !important; background-size: contain;}
	.pageBody_Mobile .login-panel {display: none !important;}
	#pageBody.pageBody_Mobile #banner {height: auto;margin-bottom: 0px !important;z-index: 999;}
	#pageBody.pageBody_Mobile .map_search .dispPropertyCounter {text-align: center;}
	#pageBody.pageBody_Mobile .controls .dispPropertyCounter {color: #fff;text-align: center!important;}
	#pageBody.pageBody_Mobile .controls .dispPropertyCounter::before {content: "";}
	#pageBody.pageBody_Mobile .dispPropertyCounter {display: block;color: #043e44;text-align: right;padding-right: 10px;}
	#pageBody.pageBody_Mobile #customPropCount {color: transparent;pointer-events: none;background: transparent;}
	#pageBody.pageBody_Mobile .controls #dispPropertyCounter {text-align: center;}
	#pageBody.pageBody_Mobile.pageBody_home .golocal-subcontent .homepageIntro {padding-top: 28px;}
	#pageBody.pageBody_Mobile .introRight, #pageBody.pageBody_Mobile .introLeft {width: 100% !important;background-size: contain;background-position: bottom;height: auto;}
	#pageBody.pageBody_Mobile.pageBody_home #pageContent .searchWrapper {width: 48%;height: 100%;margin: 0% 1%;}
	#pageBody.pageBody_Mobile.pageBody_home #pageContent .searchWrapper:before {background-position: center !important;background-size: auto 60% !important;background-repeat: no-repeat !important;background-position: center !important;line-height: 28px !important;}
	#pageBody.pageBody_Mobile .favouritesControl, #pageBody.pageBody_Mobile #left-panel #enquiryListPanel {height: auto !important;}
	#pageBody.pageBody_Mobile #pageContent .customSearchTool a, #pageBody.pageBody_Mobile #pageContent .resultsNav ul li a {padding: 0px !important;}
	#pageBody.pageBody_Mobile .resultsNav ul li a em.fa-wrench::after {width: 100%;display: block;text-indent: 28px;}
	.pageBody_Mobile .v2_search_panel_wrapper {height: 450px !important;}
	#pageBody.pageBody_Mobile .searchAction a {font-size: 14px !important;box-shadow: none !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction a {line-height: 26px;}
	#pageBody.pageBody_Mobile .propertyIntro {display: none !important;}
	#pageBody.pageBody_Mobile .backOption p a, #pageBody.pageBody_Mobile .printOption p a {font-size: 14px !important;}
	#pageBody.pageBody_Mobile .infoBlock ul li.yes {width: 100% !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .topLeft {height: 51vw !important;width: 100%;}
	#pageBody.pageBody_Mobile.pageBody_advert .topRight {height: auto !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .topLeft, #pageBody.pageBody_Mobile.pageBody_advert .topRight {width: 100% !important;}
	#pageBody.pageBody_advert.pageBody_Mobile .topRight .accred {width: 100% !important;background-size: auto 35%;position: relative;background-color: #043e44;padding: 10px;box-sizing: border-box;background-position: center 75%;transform: rotate(0deg);}
	#pageBody.pageBody_Mobile.pageBody_advert .topRight .mlasLogo {width: 25%;right: 0px;height: auto;position: relative;margin-left: auto;margin-right: auto;top: 0px !important;left: 0px;}
	.pageBody_Mobile.pageBody_advert .topRight .accred::before {font-size: 16px;padding-bottom: 10px !important;}
	.pageBody_Mobile.pageBody_advert .property_details_content_wrapper .epcTable {background: #fff !important;}
	#pageBody.pageBody_advert.pageBody_Mobile .property_details_content_wrapper .epcTable {margin-bottom: 10px;margin-left: 0px !important;}
	#pageBody.pageBody_advert.pageBody_Mobile .infoBlock.epcBlock {text-align: center;}
	#pageBody.pageBody_advert.pageBody_Mobile #propertyDetails {display: none;}
	#pageBody.pageBody_advert.pageBody_Mobile .property_details_content_wrapper .slider-pro {min-height: auto;max-width: 100% !important;width: 100% !important;margin-top: 10px;}
	#pageBody.pageBody_advert.pageBody_Mobile .searchAction {margin-top: 0px;position: fixed;width: 100% !important;}
	#pageBody.pageBody_advert.pageBody_Mobile .favouritesControl, #pageBody.pageBody_advert.pageBody_Mobile .viewingControl {display: none !important;}
	#pageBody.pageBody_advert.pageBody_Mobile .searchListing h3 {padding: 10px;}
	#pageBody.pageBody_advert.pageBody_Mobile .pageContent_search .searchListing {box-shadow: none;border: none; border-bottom: 7px solid #f0f0f1; }
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction  {box-sizing:border-box; padding:0px !important; margin:0px !important} 
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction a {margin: 0px!important;border: 0px !important; max-width: 33.3%; width:33.3% !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction a:hover {color:#043e44}
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction.actions-1 a {max-width: 100%; width:100% !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction.actions-2 a {max-width: 50%; width:50% !important;}
	#pageBody.pageBody_Mobile.pageBody_advert .searchAction.actions-4 a {max-width: 25%; width:25% !important;}
	#pageBody.pageBody_Mobile .llist.block-list.titles p {font-size: 12px !important;}
	#pageBody.pageBody_Mobile .propertyAlerts div.formHolder p input, #pageBody.pageBody_Mobile .propertyAlerts div.formHolder p select, #pageBody.pageBody_Mobile .propertyAlerts div.formHolder p span, #pageBody.pageBody_Mobile .propertyAlerts div.formHolder p label {width: 100% !important;text-align: left;}
	#pageBody.pageBody_Mobile .propertyAlerts .tableRow, #pageBody.pageBody_Mobile .propertyAlerts div.bottomControls, #pageBody.pageBody_Mobile .propertyAlerts .formHolder {padding: 0%;}
	#pageBody.pageBody_Mobile .propertyAlerts p.rentLower, #pageBody.pageBody_Mobile .propertyAlerts p.rentUpper {height: auto !important;}
	#pageBody.pageBody_Mobile img.ui-datepicker-trigger { top: auto !important; position: absolute; bottom: -9px; right: -10px !important; left: auto !important; padding: 20px; }
	#pageBody.pageBody_Mobile .propertyAlerts .tableRow {font-size: 12px;border-bottom: 1px solid #043e44;height: auto;}
	#pageBody.pageBody_Mobile .propertyAlerts .tableRow .selected {height: 21px !important;margin-top: 3px;margin-bottom: 3px;}
	#pageBody.pageBody_Mobile .isChecked:before {display: none !important;}
	#pageBody.pageBody_Mobile #enquiriesGrid tr td:nth-child(3), #pageBody.pageBody_Mobile #enquiriesGrid tr th:nth-child(3), #pageBody.pageBody_Mobile #enquiriesGrid tr td:last-child, #pageBody.pageBody_Mobile #enquiriesGrid tr th:last-child {display: none !important;}
	#pageBody.pageBody_Mobile #enquiriesGrid tr td, #pageBody.pageBody_Mobile #enquiriesGrid tr th {width: 25% !important;}
	#pageBody.pageBody_Mobile .unsent-enquiries-note {box-sizing: border-box;}
	#pageBody.pageBody_Mobile #pageContent.pageContent_statistics .resultsNav ul li::before {display: none;}
	#pageBody.pageBody_Mobile #pageContent.pageContent_statistics .resultsNav ul li {width: 33.3% !important;max-width: none !important;}
	#pageBody.pageBody_Mobile #pageContent.pageContent_statistics .resultsNav ul li a {font-size: 12px !important;background-image: none !important;border: 1px solid #043e44;}
	#pageBody.pageBody_Mobile #pageContent .calculator-form-container .blueform-bot {width: 100% !important;text-align: center;}
	#pageBody.pageBody_Mobile #pageContent .calculator-form-container div.calculator-form {width: 100%;margin: 0px;}
	#pageBody.pageBody_Mobile #pageContent .calculator-form-container div.calculator-form p {width: 100%;}
	#pageBody.pageBody_Mobile #pageContent .calculator-form-container div.calculator-form p label {width: 100%;text-align: center;}
	#pageBody.pageBody_Mobile .calculator-form-container fieldset.search input.searchButton {margin-bottom: 10px !important;}
	#pageBody.pageBody_Mobile .contact-block span, #pageBody.pageBody_Mobile .contact-block div {font-size: 16px;margin-right: 5px;}
	#pageBody.pageBody_Mobile.pageBody_contact div#pageHolder {margin-top: 58px;}
	#pageBody.pageBody_Mobile.pageBody_contact div.welcome {width: 80% !important;max-width: 80% !important;padding-left: 10%;padding-right: 10%;}
	#pageBody.pageBody_Mobile.pageBody_contact div.welcome h1 {margin-top: 0px !important;}
	#pageBody.pageBody_Mobile .mlasLogo {top: -100px !important;}
	#pageBody.pageBody_Mobile .mlasLogo img {width: 60px;margin-top: 70px !important;margin-bottom: 0px !important;margin-left: 120px !important;margin-right: 0px !important;}
	#pageBody.pageBody_Mobile .searchRight .mlasLogo { transform: rotate(0deg); }
	#pageBody.pageBody_Mobile .searchRight .mlasLogo img { }
	#pageBody.pageBody_advert.pageBody_Mobile .topRight .accred { }
	#pageBody.pageBody_advert .property_details_content_wrapper { border: none !important; } 
	#pageBody.pageBody_advert .infoBlock ul li { width: 100%; }
	#pageBody.pageBody_Mobile .landlordRegisterPanel, #pageBody.pageBody_Mobile .landlordLoginPanel {width: 100%;height: auto; min-width: 200px;}
	#pageBody.pageBody_Mobile .landlordRegisterPanel span, #pageBody.pageBody_Mobile .landlordLoginPanel span { background: #043e44; height:100px}
	#pageBody.pageBody_Mobile .landlordRegisterPanel .title, #pageBody.pageBody_Mobile .landlordLoginPanel .title { display: none; }
	
	#pageBody.pageBody_Mobile .messageB .postentry span.subject {width:100%}
	#pageBody.pageBody_Mobile .messageB .postentry span.subject a { font-size: 16px; width: 100% !important; }
	#pageBody.pageBody_Mobile .messageB .postentry:last-of-type { border-bottom:none !important }
	#pageBody.pageBody_Mobile.pageBody_students.pageBody_search #pageContent .searchAction a { width: 100% !important; }
	#pageBody.pageBody_Mobile.pageBody_students.pageBody_search #pageContent .searchAction a.details  {width: 33.3% !important; }
	#pageBody.pageBody_Mobile .loginTitle { padding: 5px !important; }
	
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {width: 90% !important;}
	#banner a#studentPadBannerLogo{display:none}
	#pageBody.pageBody_Mobile #pageContent .login-signup .blueform-bot p[style="position: absolute; top: 5px; right: 10px;"] { top: 37px!important; right: 16px !important; width:auto !important; left:auto!important; bottom:auto!important; z-index:100}
	#pageBody.pageBody_Mobile #pageContent .login-signup .blueform-bot p[style="position: absolute; top: 5px; right: 10px;"] a.forgottenbutton { font-weight:400; font-size:14px; opacity:0.8; }
	#pageBody.pageBody_Mobile #pageContent .login-signup div.login-form .generalstatus {float: left; background: #fc0c42; margin: 15px -15px 0px -15px; width: calc(100% + 30px); }
	#pageBody.pageBody_Mobile #pageContent .login-signup div.login-form .generalstatus span.login-status {color:#fff !important;}
}

@media only screen and (min-width: 650px) {
	.pageBody_Mobile .searchListing .innerListing a.property[id*="_mainPicture"] {max-height: 48vw;}
}


@media only screen and (max-width: 640px) {
	#searchStrip select {width: 80%;margin-bottom:5px;}
	.imgcontainer {padding-bottom:116px}
}
@media only screen and (max-width: 600px) {
	.pageBody_search.pageBody_advert .pageContent_search #topArea {margin-bottom:45px;margin-top: 0px !important;}
	.pageBody_non_mobile.pageBody_search.pageBody_advert .searchListing h3 {top:50px;}	
}
@media only screen and (max-width: 540px) {
	.find-a-landlord div.golocal-subcontent .half .intelliDropdown {left:8%}
	.find-a-landlord div.golocal-subcontent .half input[type="text"] {margin-left:8%}
	.landlord-info span {width:100%}
	.landlord-info span.label {display:none;}
}
@media only screen and (max-width: 520px) {
	.pageBody_Mobile #pageContent .v2_search_main .dropdowns .dropdown {width: 99% !important;}
}
@media only screen and (max-width: 500px) {
	.find-a-landlord div.golocal-subcontent .half .intelliDropdown {left:7%}
	.find-a-landlord div.golocal-subcontent .half input[type="text"] {margin-left:7%}
	#footerOne .info-right {padding-top:60px;}
	#footerOne .mediaBar img.awards {left: 50%;margin-left: -142px;}
	#pageBody #footerWrapper #footerOne { height:280px}
}
@media only screen and (max-width: 470px) {
	.pageBody_Mobile #pageContent .v2buttonWrapper {bottom: -15px;}
	.find-a-landlord div.golocal-subcontent .half .intelliDropdown {left:6%}
	.find-a-landlord div.golocal-subcontent .half input[type="text"] {margin-left:6%}
	#pageContent .tenancy_management .title h2, #pageContent .paperRip, #pageContent .paperRip span, #pageContent div.welcome h1, #pageContent div.welcome h1 span, #pageContent #privacyPolicy h1, #pageContent .policy-document h1 {font-size:32px;}
}
@media only screen and (max-width: 430px) {
	#pageContent .keyFacts .feesInfo::after, .searchRight .feesInfo::after {top:15px !important}
	.pageBody_Mobile #pageContent .v2buttonWrapper {bottom: -10px;}
}

.golocal-subcontent ul li{
	list-style: disc;
	color: #043e44;	
}