.dnnFormMessage, #flickerfix {
	display: none;
}

.DnnModule {
	z-index: 2;
}

.DnnModule-XModPro a {
	border-top: none;
	border-bottom: none;
	display: inherit;
}

div#dnn_HeaderAddressPane, div#dnn_ContentColumnPane a, .sf-menu ul div div a, .footer-module div div a, div#footer a {
	display: none;
}

ul.dnnActionMenuBody ul li a {
	display: block !important;
}

div.ModDNNHTMLC a {
	display: inline !important;
}

#dnnCPWrap a {
	border: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

#dnnCPWrap h1, #dnnCPWrap h2, #dnnCPWrap h3, #dnnCPWrap h4, #dnnCPWrap h5, #dnnCPWrap h6, #dnnCPWrap label, #dnnCPWrap li span {
	font-family: Arial, Helvetica, sans-serif !important;
}

div#content .dnnActionMenu {
	left: 82% !important;
	top: 4px !important;
}

div#content .dnnActionMenuTag {
	opacity: 1 !important;
}

div.reviewer div.dnnActionMenu {
	display: none;
}

div.superuser div.dnnActionMenu {
	display: block;
}

li.actionMenuEdit a, li.actionMenuAdmin a, li.actionMenuMove {
	font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em !important;
}

li.actionMenuEdit ul li, li.actionMenuAdmin ul li, li.actionMenuMove ul {
	padding: 3px 6px
}

li.actionMenuEdit ul li a, li.actionMenuAdmin ul li a {
	border-bottom: none;
}

#ControlEditPageMenu li.controlBar_EditPageSection, li a#ControlBar_ViewInPreview {
	display: none;
}

.Normal, .NormalDisabled, .NormalDeleted {
	font-size: inherit;
}



/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * kcha.org styles
 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fdfdfd;
  color: #483e2d;
  font-size: inherit;
  line-height: 1;
  margin: 0 auto;
}

body, #home-search select, #content select, #content textarea, #search-menu input, input[type=text], input[type=password], input[type=submit], button#browse {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content blockquote, div.search-results p.search-result-block, div.gsc-control-cse, div.search-results a.search-results-previous, div.search-results a.search-results-next, .gsc-result-info, .gsc-result .gs-title, .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl, .gs-snippet {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  transition: all 0.2s ease;
}

tfoot, thead {
  color: inherit !important;
  font-size: inherit !important;
}

#visible {
  display: none;
}

::selection {
  background: #f59424;
  color: #fff;
}

.width-75 {
  width: 75px !important;
}

.width-150 {
  width: 150px !important;
}

.width-175 {
  width: 175px !important;
}

a:focus, input:focus, select:focus, textarea:focus {
  outline-color: #f59424;
}

a:focus, label.nav-focus {
  outline: 2px solid #f59424;
}

*:focus:not(.focus-visible) {
  outline: none;
}

.iradio_flat-grey.focus, .icheckbox_flat-grey.focus {
  outline: 1px solid #f59424;
}

a {
  color: #00457c;
  text-decoration: none !important;
  border-bottom: 1px solid #00457c;
}

a:hover {
  border-bottom: 1px solid #f59424;
  color: #f59424;
}

#content p a, #content li a, #content .housing-finder-details a, #content .lookup-tool-results a, #content .board-archive ul li a, #content table.property-list a, #content .leaflet-popup-content-wrapper a, #content blockquote a {
  border-bottom: 1px solid #00457c;
  display: inline;
}

#content p a:hover, #content li a:hover, #content .housing-finder-details a:hover, #content .lookup-tool-results a:hover, #content .board-archive ul li a:hover, #content table.property-list a:hover, #content .leaflet-popup-content-wrapper a:hover, #content blockquote a:hover {
  border-bottom: 1px solid #f59424;
}

#content strong, #content b {
  font-weight: 700;
}

#content h1 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 25px 0 15px;
}

#content h2 {
  border-bottom: 1px solid #ccc;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 10px 0 7px;
}

p, #content li, #content th, #content td, blockquote {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

p img {
  width: 100%;
}

p:first-of-type img {
  margin-top: 10px;
}

#content table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

#content .form-row table {
  border-collapse: separate;
}

#content th {
  background: #eee;
}

#content th, #content td {
  border: 1px solid #ccc;
  line-height: 1.3;
  margin: 0;
  padding: 9px 15px;
  text-align: center;
  vertical-align: middle;
}

#content .form-row th, #content .form-row td {
  font-size: inherit;
}

#content .align-left {
  text-align: left;
}

#content ul, #content ol {
  margin-bottom: 25px;
  margin-left: 0;
}

#content li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 30px;
}

#content ol li {
  list-style-type: decimal;
}

#content ul.long-list li, #content ol.long-list li, #content .board-archive ul li {
  margin-bottom: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-right: 28px !important;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

#content select {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  font-size: 1.1em;
  padding: 10px 17px;
}

#content label, .form-row div span.housing-finder-validation, #content .form-row .dnnLeft div {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}

#content .form-row .dnnLeft div {
  margin-top: 20px;
}

#content td label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
}

header {
  background: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  float: left;
  width: 100%;
}

#logo {
  float: left;
  margin-left: 20px;
  margin-right: 27px;
  padding: 9px 0 11px;
}

#logo img {
  width: 130px;
}

#logo a {
  border-bottom: none;
}

nav ul {
  clear: left;
}

.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}

.sm, .sm ul, .sm li {
  direction: ltr;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm li a {
  border-bottom: none;
  border-top: 1px solid #bbb;
  display: block;
  line-height: 1.3;
  font-weight: 500;
  padding: 12px 62px 12px 24px;
  text-decoration: none !important;
}

.sm li a:hover {
  color: #00457c;
}

.sm li ul li a {
  background: #eaeaea;
  font-weight: 400;
  padding-left: 37px;
}

.sm li ul li ul li a {
  background: #dedede;
  padding-left: 52px;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow:hidden;
}

.sm *,.sm *::before,.sm *::after {
  box-sizing:inherit;
}

.main-menu-btn, .search-menu-btn {
  color: #00457c;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 500;
  height: 26px;
  margin: 21px 20px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: -100px;
  white-space: nowrap;
  width: 28px;
}

.main-menu-btn {
  margin-right: 13px;
}

.search-menu-btn {
  background: url(/Portals/0/Images/core/search_icon.png) 50% 50% no-repeat;
  margin-top: 23px;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
	
	.search-menu-btn {
		background-image: url(/Portals/0/Images/core/search_icon@2x.png);
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px;
	}
	
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  background: #00457c;
  height: 3px;
  left: 2px;
  position: absolute;
  top: 50%;
  width: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  left: 0;
  top: -7px;
}

.main-menu-btn-icon:after {
  content: '';
  left: 0;
  top: 7px;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  width: 0;
  -webkit-transition: none;
  transition: none;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu-state, #search-menu-state {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#main-menu-state:not(:checked) ~ #main-menu, #search-menu-state:not(:checked) ~ #search-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu, #search-menu-state:checked ~ #search-menu {
  display: block;
}

.sm a .sub-arrow {
  font-size: 1.3em !important;
  font-weight: 400;
  height: 100%;
  left: auto;
  margin-top: -23px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 50%;
  width: 68px;
}

.sm a .sub-arrow::before {
  content: '+';
  position: relative;
  top: 10px;
}

.sm a.highlighted .sub-arrow::before {
  content: '–';
  position: relative;
  top: 10px;
}

#search-menu {
  float: left;
  padding: 0 20px 18px;
  width: 100% !important;
}

#search-menu-inner {
  display: flex;
}

#dnn_dnnSearch_txtSearch, input[type=text], input[type=password], textarea {
  -webkit-appearance: none;
  background: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 1em;
  height: 42px;
  line-height: 1;
  padding: 0 12px 1px;
  width: 100%;
}

textarea {
  font-size: 1.1em;
  height: 300px;
  line-height: 1.5;
  padding: 15px 20px;
}

#dnn_dnnSearch_cmdSearch {
  -webkit-appearance: none;
  background: #00457c;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  flex: 1;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin-left: -55px;
  padding-top: 13px;
  text-align: center;
  width: 55px;
}

#section-title {
  align-items: center;
  background: #b6cbe6 url(/Portals/0/Images/core/cloud_bg.jpg) top left no-repeat;
  background-size: cover;
  display: flex;
  height: 120px;
  width: 100%;
}

#section-title h2 {
  text-align: center;
  width: 100%;
}

#section-title h2 span a.SkinObject, #section-title h2 span.search-results {
  border-bottom: none !important;
  color: #483e2d;
  font-size: 1.4em;
  font-weight: 500;
  text-shadow: 0 1px #ccc;
}

#home-top {
  float: left;
  width: 100%;
}

#home-top div {
  position: relative;
}

#home-top div div {
  margin-top: -2px;
}

#home-top div div span {
  background-color: #00457c;
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 20px 25px 10px;
  width: auto;
}

#home-top div div span i {
  color: #ffc324;
  font-style: normal;
}

#home-top div img {
  width: 100%;
}

#home-description {
  background: #00457c;
  color: #fff;
  float: left;
  font-size: 1.1em;
  padding: 0 25px 23px;
  width: 100%;
}

#home-description p {
  font-size: 0.85em;
  line-height: 1.6;
  text-shadow: 0 1px #222;
  margin-bottom: 5px;
}

#home-description p a {
  border-bottom: 1px solid #fff;
  color: #fff
}

#home-description p a:hover {
  border-bottom: 1px solid #ffc324;
  color: #ffc324;
}

#home-search {
  align-items: center;
  background: #eee;
  clear: left;
  display: flex;
  float: left;
  justify-content: center;
  margin: 0 auto;
  padding: 36px 0 37px;
  width: 100%;
}

#home-search h3 {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  margin: -10px 0 10px 0;
  padding-top: 5px;
}

#home-search h3 span {
  display: none;
}

#home-search select {
  border: 1px solid #bbb;  
  font-size: 1em;
  padding: 7px 10px 8px;
  width: 100%;
}

#home-search-text {
  float: left;
}

#home-links, #home-news {
  clear: left;
  padding-bottom: 32px;
}

#home-links div.home-links-column {
  padding: 32px 9% 6px;
  width: 100%;
}

#home-links h2 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 6px;
  padding: 0;
}

#home-links ul {
  border-top: 1px solid #ccc;
  margin-top: 12px;
}

#home-links li, #home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a {
  background: url(chevron-right.png) 100% 50% no-repeat;
  list-style-type: none;
}

#home-links li, #home-lists-vouchers span, #home-lists-subsidized span {
  font-size: 1em;
}

#home-links li a, #home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a, #home-news ul.news-link-list li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 12px 0;
}

#home-links li a, #home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a {
  background: url(/Portals/0/Images/core/chevron-right-small.png) 100% 50% no-repeat;
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#home-links li a, #home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a {
			background-image: url(/Portals/0/Images/core/chevron-right-small@2x.png);
			-webkit-background-size: 9px 15px;
			background-size: 9px 15px;
		}
		
	}
	
#home-news ul.news-link-list li p {
  font-size: inherit !important;
  margin-bottom: 0 !important;
}

#home-lists-subsidized {
  padding-top: 20px;
}

#home-lists-vouchers div, #home-lists-subsidized div {
  padding-top: 10px;
}

#home-lists-vouchers span, #home-lists-subsidized span {
  display: inline-block;
}

#home-links div.waiting-list-type {
  font-weight: 500;
}

#home-links div.waiting-list-status {
  margin-top: 3px;
}

#home-links div.waiting-list-actions {
  border-top: 1px solid #ccc;
  margin-top: 18px;
  padding-top: 0;
}

#home-links div.waiting-list-actions-second {
  padding-top: 0;
}

#home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a {
  display: block;
}

#home-links div.waiting-list-actions span {
  display: none;
}

#home-numbers {
  background: #eee;
  float: left;
  padding: 0 0 2px;
  width: 100%;
}

#home-numbers h1, #home-news h1 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 27px;
  padding: 30px 0 0;
  text-align: center;
  width: 100%;
}

#home-numbers img {
  margin-bottom: -4px;
  width: 100%;
}

#home-numbers div.home-numbers-column {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
  text-align: center;
  margin: 0 9% 35px;
}

#home-numbers div.home-numbers-column h2 {
  font-size: 2em;
  font-weight: 700;
  padding: 20px 0 8px;
}

#home-numbers div.home-numbers-column span {
  display: block;
  font-size: 1em;
  line-height: 1.4;
  padding: 0 20px 22px 20px;
}

#home-news {
  margin-left: 9%;
  margin-right: 9%;
}

#home-news ul.news-link-list li {
  border-top: 1px solid #ccc;
  line-height: 1.5;
  list-style-type: none;
}

#home-news ul.news-link-list li a {
  background: url(/Portals/0/Images/core/chevron-down.png) 100% 50% no-repeat;
  border-bottom: none;
  cursor: pointer;
  font-weight: 500;
  padding-right: 50px;
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#home-news ul.news-link-list li a {
			background-image: url(/Portals/0/Images/core/chevron-down@2x.png);
			-webkit-background-size: 22px 14px;
			background-size: 22px 14px;
		}
		
	}

#home-news ul.news-link-list li a:hover {
  border-bottom: none;
}

#home-news ul.news-link-list li a.link-black {
  background-image: url(/Portals/0/Images/core/chevron-up.png);
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#home-news ul.news-link-list li a.link-black {
			background-image: url(/Portals/0/Images/core/chevron-up@2x.png);
			-webkit-background-size: 22px 14px;
			background-size: 22px 14px;
		}
		
	}

#home-news ul.news-link-list li div {
  padding-bottom: 17px;
}

#home-news ul.news-link-list li div a {
  background: none !important;
  border-bottom: 1px solid #00457c;
  display: inline;
  font-weight: normal;
  font-size: inherit;
  padding: 0;
}

#home-news ul.news-link-list li div a:hover {
  border-bottom: 1px solid #f59424;
  color: #f59424;
}

#main {
  clear: left;
}

#this-section {
  background-color: #e2e2e2;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,0 100,0 50,50'/></svg>");
  background-position: calc(100% - 25px) 58%;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin: 25px 30px 0;
  padding: 18px 30px;
}

#this-section.open {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0 50,100 50,50 0'/></svg>")
}

#subnav {
  background: #f2f2f2;
  box-sizing: border-box;
  display: none;
  margin: 0 30px;
  padding: 0;
}

#subnav h3.navhead {
  display: none;
}
	
#subnav ul {
  padding: 10px 0 15px 0;
}

#subnav ul li {
  display: block;
  list-style-type: none;
}

#subnav ul li a {
  border-bottom: none;
  display: block;
  font-weight: 500;
  padding: 10px 30px;
}

#subnav ul li.selected a {
  background: none;
}

#subnav ul li ul.secondlevel {
  border-left: 2px solid #ccc;
  margin: 5px 0 7px 31px;
  padding: 0 0 5px 0;
}

#subnav ul li ul.secondlevel li a {
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}

#breadcrumb {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0 !important;
  padding: 20px 0 17px;
}

#breadcrumb a {
  border-bottom: none;
}

#breadcrumb .SkinObject {
  font-size: inherit;
  font-weight: normal;
}

#content-wrap {
  padding: 0 20px;
}

#toolnav {
  display: none;
}

input[type=submit], .housing-finder-actions a, a.hf-new-search, #calculate span, div.ModDNNHTMLC a.portal-button {
  background: #00457c;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  padding: 13px 22px;
  text-align: center;
  width: 100%;
}

.housing-finder-actions a, a.hf-new-search, #calculate span, div.ModDNNHTMLC a.portal-button {
  border: none !important;
  display: block !important;
}

input[type=submit]:hover, a.hf-new-search:hover, #calculate span:hover, div.ModDNNHTMLC a.portal-button:hover {
  background: #f59424;
  border: none !important;
}

input[type=submit]:focus, a.hf-new-search:focus, #calculate span:focus, div.ModDNNHTMLC a.portal-button:focus {
  background: #f59424;
  outline: none;
}

div.ModDNNHTMLC a.portal-button {
  font-size: 1em;
}

.form-row {
  margin-bottom: 30px;
}

.form-row.form-buttons {
  margin-bottom: 15px;
}

#content .form-row .dnnLeft {
  float: none;
}

#content .form-row.form-buttons label {
  margin-bottom: 5px;
}

#content .form-row input[type="radio"], #content .form-row input[type="checkbox"] {
  margin: 0;
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

#content .form-row table {
  border: none;
  display: table-row;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#content .form-row table td {
  border: none;
  line-height: 1;
  padding: 0 0 5px 0;
  position: relative;
  right: 4px;
}

#content .form-row .icheckbox_flat-grey, #content .form-row .iradio_flat-grey, .form-row .icheckbox_flat-grey, .form-row .iradio_flat-grey {
  display: table-cell;
  top: 2px;
}

#content .form-row table td label {
  display: table-cell !important;
  line-height: 1.2 !important;
  padding: 2px 0 0 10px;
  text-align: left;
  width: auto;
}

.validation-wrapper {
  margin-bottom: 12px;
}

#housing-finder-form, #subsidy-calculator-form {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.housing-finder-validation, .lookup-tool-validation {
  color: #903;
  font-weight: 500;
}

#housing-finder-form span.area-type {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 0 12px;
  text-transform: uppercase;
}

#housing-finder-form .hf-search-button {
  padding: 6px 0 20px;
}

.housing-finder-result {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  margin-top: 5px;
}

.housing-finder-thumbnail img, p.housing-finder-symbol img {
  margin: 6px 5px 0 0;
  max-width: 100%;
  width: auto;
}

.housing-finder-thumbnail img {
  margin: 0;
}

#content a.hf-new-search {
  margin-bottom: 25px;
}

#calculate span {
  margin-bottom: 15px;
}

#content .housing-finder-details {
  margin: 0 20px;
}

#content .housing-finder-details h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
  padding: 17px 0 4px;
}

#content .housing-finder-details ul {
  margin-bottom: 22px;
}

#content .housing-finder-details li {
  line-height: 1.4;
  list-style-type: none;
  margin: 0 0 4px 0;
  padding: 0;
}

#content .housing-finder-details li.link {
  margin-bottom: 8px;
}

.housing-finder-actions {
  padding: 0 0 15px;
}

.housing-finder-actions a {
  background: #ddd;
  border: none !important;
  color: #222;
  margin: 0 0 10px 0;
  width: 100%;
}

.housing-finder-actions a:hover {
  background: #ccc;
}

.lookup-tool {
  background: #eee;
  margin: 30px 0 0 0;
  padding: 10px 25px 25px;
}

.lookup-tool .form-row {
  margin-bottom: 20px;
}

.lookup-tool .submit {
  padding-top: 6px;
}

.content-form-box-bottom {
  margin-bottom: 30px;
}

.lookup-tool-results {
  background: #e4e4e4;
  margin-bottom: 20px;
}

#content .lookup-tool-results h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: -15px;
  padding: 5px 25px 0;
}

.lookup-tool-results span {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 25px 22px;
}

.lookup-tool-results span.comma {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.lookup-tool-results ul {
  line-height: 1.2;
  margin-top: -5px;
  padding: 0 20px 15px 20px;
}

#subsidy-calculator-form .submit, #resident-services-form .submit, #executive-director-form .submit {
  padding: 6px 0 32px;
}

.rtl {
  direction: rtl;
}

#lottery-translations {
  border-top: 1px solid #ccc;
  margin: 30px 0 -10px;
  padding-top: 30px;
}

div#dnn_ContentColumnPane #lottery-translations a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #483e2d;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin: 0 3px 10px;
  padding: 11px 13px 12px;
}

div#dnn_ContentColumnPane #lottery-translations a.selected, div#dnn_ContentColumnPane #lottery-translations a.selected:hover {
  background: #00457c;
  border: 1px solid #00457c;
  color: #fff
}

div#dnn_ContentColumnPane #lottery-translations a:hover {
  background: #ddd;
  color: #483e2d
}

div#dnn_ContentColumnPane #translations-content {
  margin-bottom: 50px;
}

div#dnn_ContentColumnPane #translations-content div.question-wrapper {
  border-bottom: 1px solid #ccc;
}

div#dnn_ContentColumnPane #translations-content h2 {
  color: #00457c;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 40px 0 20px;
}

div#dnn_ContentColumnPane #translations-content p.question, div#dnn_ContentColumnPane .covid h2 {
  background: url(/Portals/0/Images/core/chevron-down.png) 100% 50% no-repeat;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 12px 45px 14px 0;
}

	@media not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
	
		div#dnn_ContentColumnPane #translations-content p.question, div#dnn_ContentColumnPane .covid h2 {
		  background-image: url(/Portals/0/Images/core/chevron-down@2x.png);
		  -webkit-background-size: 22px 14px;
		  background-size: 22px 14px;
		}
	
	}

div#dnn_ContentColumnPane #translations-content p.question.up, div#dnn_ContentColumnPane .covid h2.up {
  background: url(/Portals/0/Images/core/chevron-up.png) 100% 50% no-repeat;
  border-bottom: none;
  font-weight: 700;
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		div#dnn_ContentColumnPane #translations-content p.question.up, div#dnn_ContentColumnPane .covid h2.up {
		  background-image: url(/Portals/0/Images/core/chevron-up@2x.png);
		  -webkit-background-size: 22px 14px;
		  background-size: 22px 14px;
		}
		
	}

div#dnn_ContentColumnPane #translations-content div.translations-answer {
  display: none;
}

table#translations-income {
  margin-left: 30px;
}

@media (min-width: 35em) {
	
	table#translations-income {
	  margin-left: 40px;
	}
	
}

@media (min-width: 55em) {
	
	table#translations-income {
	  margin-left: 45px;
	}
	
}

#lottery-span-1, #lottery-span-2, #lottery-span-3, #lottery-span-4,
#lottery-span-1-collapse, #lottery-span-2-collapse, #lottery-span-3-collapse, #lottery-span-4-collapse {
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.7em;
  font-weight: 400;
  padding: 4px 10px;  
}

#site-notice {
  background: #ffc324;
  font-weight: 500;
  line-height: 1.5;
  padding: 11px 15px 14px;
  text-align: center;
}

@media (max-width: 35em) {
	
	#site-notice {
	  font-size: 0.9em
	}
	
}

#site-notice a:hover {
  border-bottom: 1px solid #00457c;
  color: #00457c;
}

.toolkit-section {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.10);
  margin-bottom: 35px;
  padding: 12px 24px;
}

#content .toolkit-section h2 {
  background: url(/Portals/0/Images/core/chevron-down.png) 100% 50% no-repeat;
  border-bottom: none;
  cursor: pointer;
  font-size: 1.3em;
  margin-bottom: 0;
  padding: 10px 40px 12px 0;
}

	@media (min-width: 35em) {
		
		#content .toolkit-section h2 {
		  font-size: 1.4em;	
		}
		
	}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#content .toolkit-section h2 {
		  background-image: url(/Portals/0/Images/core/chevron-down@2x.png);
		  -webkit-background-size: 22px 14px;
		  background-size: 22px 14px;
		}
		
	}
	
#content .toolkit-section h2.up {
  background: url(/Portals/0/Images/core/chevron-up.png) 100% 50% no-repeat;
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#content .toolkit-section h2.up {
		  background-image: url(/Portals/0/Images/core/chevron-up@2x.png);
		  -webkit-background-size: 22px 14px;
		  background-size: 22px 14px;
		}
		
	}

.toolkit-section div {
  display: none;
}

.toolkit-section div p:first-of-type {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 18px;
}

.toolkit-section div p img {
  max-width: 100%;
  width: auto;
}

.toolkit-section div blockquote {
  border-left: 2px solid #ccc;
  color: #888;
  font-size: 1.1em;
  font-style: normal;
  margin: 0 0 25px 0 !important;
  padding: 0 0 5px 15px !important;
}

#website-feedback-form .submit {
  padding-bottom: 20px;
}

#content ul.property-list-xslt li {
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}

#content ul.property-list-xslt li a {
  display: inline;
}

#content #fact-sheet-narrative h2 {
  font-size: 1.3em;
}

#content .property-image-slider div img {
  width: 100%;
}

#content .fact-sheet-symbols img {
  margin-right: 10px;
  width: auto;
}

#content .transit-F, #content .transit-P {
  border-radius: 5px;
  font-size: 16px;
  margin-left: 7px;
}

#content .transit-F {
  background-color: green;
  color: #fff;
}

#content .transit-P {
  background-color: #ddd;
  color: #444
}

#content .transit-F span, #content .transit-P span {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 7px;
  position: relative;
  text-align: center;
  top: -2px;
}

#content .transit-context {
  font-size: 1em;
}

#content .transit-context.frequent-context {
  margin-bottom: 10px;
}

#content .transit-context .transit-F, #content .transit-context .transit-P {
  margin: 0 7px 0 0;
}

#content .transit-context .transit-F span, #content .transit-context .transit-P span {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 22px;
}

#resident-services-results {
  padding: 15px 0 5px;
}

.lookup-tool-results span.no-services {
  padding: 10px 25px 22px !important;
}

.business-request span {
  display: block;
  margin-top: 20px;
}

p.chart-date {
  line-height: 1.4;
}

p.chart-date span {
  font-size: 0.8em;
}

.chart-container {
  position: relative;
  width: 85%;
}

.line-container {
  height: 250px;
}

#content .chart-legend ul li {
  list-style-type: none !important;
  font-size: 1em !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#content .chart-legend ul span {
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
}

#chartjs-tooltip {
  background: rgba(0, 0, 0, .7);
  border-radius: 3px;
  color: #fff;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

#content .board-archive ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#content div.property-slideshow {
  position: relative;
  float: left;
}

#content div.property-slideshow ul {
  margin: 0;
  padding: 0;
}

#content div.property-slideshow ul#slider1 li {
  list-style: none;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#content div.property-slideshow li img {
  max-width: 100%;
}

#content a.rslides1_nav.prev, #content a.rslides1_nav.next {
  background: rgba(34,34,34, 0.4) url(/Portals/0/Images/core/chevron-left.png) 50% 50% no-repeat;
  border-bottom: none;
  display: block;
  height: 70px;
  position: absolute;
  text-indent: -9999px;
  top: 43%;
  transform: translateY(-43%);
  width: 45px;
  z-index: 1000;
}

#content a.rslides1_nav.next {
  background-image:url(/Portals/0/Images/core/chevron-right.png);
  left: 100%;
  transform: translate(-100%, -43%);
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#content a.rslides1_nav.prev {
			background-image: url(/Portals/0/Images/core/chevron-left@2x.png);
			-webkit-background-size: 21px 32px;
			background-size: 21px 32px;
		}
		
		#content a.rslides1_nav.next {
			background-image: url(/Portals/0/Images/core/chevron-right@2x.png);
			-webkit-background-size: 21px 32px;
			background-size: 21px 32px;
		}
		
	}

#content a.rslides1_nav.prev:hover, #content a.rslides1_nav.next:hover {
  background-color: rgba(34,34,34, 0.6);
  border-bottom: none;
}

#content .dev {
  padding: 10px 0 50px;
}

#content .dev a.rslides1_nav.prev, #content .dev a.rslides1_nav.next {
  top: -9999px;
}

#content .dev .rslides li span {
  background: #fdfdfd;
  display: inline-block;
  padding: 20px 0 30px;
}

#content .leaflet-popup-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding-bottom: 3px;
}

#content table.property-list {
  border-top: 1px solid #ccc;
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%;
}

#content table.property-list th {
  display: none;
}

#content table.property-list tr {
  display: block;
  margin-bottom: 22px;
}

#content table.property-list tr:first-of-type {
  margin-bottom: 22px;
}

#content table.property-list tr:last-of-type {
  margin-bottom: 0;
}

#content table.property-list td {
  border: none;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}

#content table.property-list td a {
  font-weight: 700;
}

#content .leaflet-container a.leaflet-popup-close-button {
  height: 24px;
  width: 24px;
  padding: 6px 4px 0 0;
}

#content p.immediate-release {
  font-size: 0.95em;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#content h2.release-heading {
  border-bottom: none;
}

#content h3.news-release {
  font-size: 1.1em;
  line-height: 1.5;
  margin: -10px 0 25px;
}

#content p.release-date {
  border-top: 1px solid #ccc;
  padding-top: 22px;
}

#content div.news-release li p {
  font-size: inherit;
}

#staff-directory-wrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

#staff-directory-wrapper h2 {
  background: url(/Portals/0/Images/core/chevron-down.png) 100% 50% no-repeat;
  border-bottom: none;
  border-top: 1px solid #ccc;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 14px 40px 14px 0;
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#staff-directory-wrapper h2 {
			background-image: url(/Portals/0/Images/core/chevron-down@2x.png);
			-webkit-background-size: 22px 14px;
			background-size: 22px 14px;
		}
		
	}
	
#staff-directory-wrapper h2.up {
  background: url(/Portals/0/Images/core/chevron-up.png) 100% 50% no-repeat;
  border-bottom: none;
}

	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#staff-directory-wrapper h2.up {
			background-image: url(/Portals/0/Images/core/chevron-up@2x.png);
			-webkit-background-size: 22px 14px;
			background-size: 22px 14px;
		}
		
	}

.staff-directory {
  display: none;
}

#content div.covid {
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
  margin: 30px 0 25px;
}

#content div.covid h2 {
  background-position: calc(100% - 26px) 50%;
  border-bottom: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.3;
  padding: 16px 60px 19px 26px;
}

#content div.covid h2.up {
  background-position: calc(100% - 26px) 50%;
}

#content div.covid div.wrapper {
  border-top: 1px solid #ccc;
  display: none;
  margin: 0 26px;
  padding: 20px 0 15px;
}

#content div.covid div.wrapper h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 5px 0 15px;
  text-transform: uppercase;
}

#dnn_ctr5195_XModPro_divMessage {
  display: none;
  margin-top: -15px;
}

#dnn_ctr5195_XModPro_divMessage span {
  display: none;
}

.gsc-result-info, div#content a.gs-title, div#content div.gs-webResult div.gs-visibleUrl-long, div.gsc-wrapper, .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size: 1.1em !important;
}

div.main-wrap-search-results {
  padding: 25px 0 0;
}

div.search-results-wrap {
  border-left: none !important;
  width: 100%;
}

div.search-results-inner {
  float: left;
  width: 100% !important;
}

div.contentcolumnpane-search-results {
  padding-left: 0 !important;
}

div.search-results h3 {
  color: #222;
  text-transform: none;
}

div#content div.gs-webResult div.gs-visibleUrl-long {
  display: none !important;
}

div.search-results a, div.gsc-control-cse a.gs-title {
  display: inline !important;
}

div.search-results span.results-highlight {
  color: #1b6083;
}

div.search-results span.results-display-url a {
  border-bottom: none !important;
  color: #1b6083 !important;
  white-space: nowrap;
}

div.search-results span.results-text br {
  display: none;
}

div.search-results a.search-results-previous {
  margin-right: 20px;
}

div.popular-searches {
  display: none;
}

#content .gsc-webResult .gsc-result {
  padding: 0 !important;
}

#content .gs-spelling {
  display: none !important;
}

#content td.gsc-table-cell-snippet-close {
  padding-bottom: 20px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  background-color: #fcfcfc !important;
  border: none !important;
  padding: 0 !important;
}

.gsc-control-cse table {
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.gsc-control-cse th {
  font-family: inherit !important;
}

.gsc-control-cse th, .gsc-control-cse td {
  border: none !important;
  padding: 0 !important;
}

.gsc-above-wrapper-area {
  border: none !important;
  padding: 0 !important;
}

.gsc-result-info {
  border-bottom: 1px solid #ccc !important;
  color: #282828 !important;
  margin: 0 0 10px !important;
  padding: 0 0 15px 0 !important;
}

div.gsc-control-cse a.gcsc-branding-clickable {
  display: inline !important;
  border-bottom: none !important;
}

.gsc-orderby-container {
  display: none !important;
}

.gcsc-branding {
  display: none !important;
}

.gsc-results {
  width: 100% !important;
}

.gsc-result .gs-title {
  height: auto !important;
  overflow: visible !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  background-color: inherit !important;
  border-color: transparent !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding: 0 !important;
}

.gsc-result .gs-title, .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
  line-height: 1.3;
  margin-bottom: 2px !important;
  padding-bottom: 0 !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
  margin-bottom: 0 !important;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  color: #00457c !important;
  text-decoration: none !important;
}

a.gs-title:hover {
  border-bottom: none !important;
  color: #f59424 !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: inherit !important;
}

.gs-fileFormat {
  display: none !important;
}

.gsc-results .gsc-cursor-box {
  margin: 25px 0 20px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: inherit !important;
  border: 1px solid #ccc !important;
  color: #00457c !important;
  font-weight: 500 !important;
  margin-right: 2px !important;
  padding: 6px 7px !important;
  text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #00457c !important;
  border: 1px solid #00457c !important;
  color: #fff !important;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  margin: 5px 0 !important;
}

.gs-title, div.gs-visibleUrl-long {
  line-height: 1.4 !important;
}

.gs-snippet {
  line-height: 1.6 !important;
}

footer {
  background: url(/Portals/0/Images/core/rainier.jpg) 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}

#footer-overlay {
  background-color: rgba(0, 69, 124, 0.85);
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  margin-top: 25px;
  padding: 22px 30px 15px;
  text-align: center;
}

footer a {
  border-bottom: none;
  color: #fff !important;
  font-weight: 500;
}

footer a:hover {
  border-bottom: none;
  color: #ffc324 !important;
}

footer ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
  display: inline-block;
  padding: 10px 15px;
}

footer span {
  display: inline-block;
}

.footer-facebook a {
  padding-bottom: 5px;
  padding-top: 5px;
}


.footer-facebook a img {
  height: 24px;
  width: 24px;
  position: relative;
  top: 5px;
}

span#copyright {
  padding-bottom: 15px;
}

span#copyright span{
  font-weight: normal;
  font-size: 1em;
  margin: 10px 0 0;
}

/* ////////////////////////////////////////// */

@media (min-width: 25em) {
	
	#content h1 {
	  font-size: 1.8em;
	}
	
	#content h2 {
	  font-size: 1.5em;
	}
	
	p, blockquote, #content li, #content label, .form-row div span.housing-finder-validation, .form-row div span.lookup-tool-validation, #content .form-row .dnnLeft div {
	  font-size: 1.2em;
	}
	
	.gsc-result-info, div#content a.gs-title, div#content div.gs-webResult div.gs-visibleUrl-long, div.gsc-wrapper, .gsc-results .gsc-cursor-box .gsc-cursor-page {
	  font-size: 1.2em !important;
	}
	
	#content-wrap {
	  padding: 0 30px;
	}
	
	#logo {
	  margin-left: 30px;
	  margin-right: 30px;
	  padding-bottom: 13px;
	  padding-top: 11px;
	}
		
	#logo img {
	  width: 155px;
	}	
	
	.sm li a {
	  padding: 12px 82px 12px 34px;
	}
	
	.sm li ul li a {
	  padding-left: 50px;
	}
	
	.sm li ul li ul li a {
	  padding-left: 68px;
	}
	
	.sm a .sub-arrow {
	  width: 88px;
	}
	
	.main-menu-btn, .search-menu-btn {
	  margin: 27px 30px 0 0;
	}
	
	.main-menu-btn {
	  margin-right: 16px;
	  text-indent: 32px;
	  width: 78px;
	}
	
	.main-menu-btn-label {
	  position: relative;
	  top: 6px;
	}
	
	.search-menu-btn {
	  margin-top: 29px;
	}
	
	#search-menu {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	
	#section-title {
	  height: 140px;
	}
	
	#section-title h2 span a.SkinObject, #section-title h2 span.search-results {
	  font-size: 1.6em;
	}
		
	#home-search-icon {
	  background: url(/Portals/0/Images/core/map_icon_small.png) top left no-repeat;
	  float: left;
	  margin-right: 22px;
	  height: 75px;
	  width: 75px;
	}
	
	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#home-search-icon {
			background-image: url(/Portals/0/Images/core/map_icon_small@2x.png);
			-webkit-background-size: 75px 75px;
			background-size: 75px 75px;
		}
		
	}
	
	#home-links div.home-links-column {
	  padding-left: 35px;
	  padding-right: 35px;
	}
	
	#home-links h2 {
	  font-size: 1.3em;
	}
	
	#home-numbers div.home-numbers-column, #home-news {
	  margin-left: 35px;
	  margin-right: 35px;
	}
	
	#content .form-row table td label {
	  padding-top: 0;
	}
	
	#content #fact-sheet-narrative h2 {
	  font-size: 1.4em;
	}
	
	#content h3.news-release {
	  font-size: 1.2em;
	  margin: -8px 0 27px;
	}
	
}

@media (min-width: 35em) {
	
	#content li {
	  margin-left: 35px;
	  padding-left: 5px;
	}
	
	#section-title {
	  height: 160px;
	}
	
	#section-title h2 span a.SkinObject, #section-title h2 span.search-results {
	  font-size: 1.8em;
	}
	
	#home-top div div {
	  left: 50%;
	  position: absolute;
	  top: 46%;
	  transform: translate(-50%, -46%);
	  width: auto;
	}
	
	#home-top div div span {
	  background-color: rgba(0, 66, 124, 0.85);
	  font-size: 1.4em;
	  line-height: 1;
	  margin: 0;
	  padding: 13px 26px;
	  text-align: center;
	  white-space: nowrap;
	}
	
	#home-description {
	  margin-top: -2px;
	  padding: 21px 30px 26px;
	  text-align: center;
	}
	
	#home-description p {
	  font-size: 0.9em;
	}
	
	#home-search h3 span {
	  display: inline-block;
	}
	
	#home-links div.waiting-list-actions {
	  clear: left;
	}
	
	.housing-finder-actions a {
	  margin: 0 10px 10px 0;
	  text-align: center;
	  width: auto;
	}
	
	input[type=submit], .housing-finder-actions a, a.hf-new-search, #calculate span, div.ModDNNHTMLC a.portal-button {
	  display: inline-block;
	  width: auto;
	}
	
	.housing-finder-actions a, a.hf-new-search, #calculate span, div.ModDNNHTMLC a.portal-button {
	  display: inline-block !important;
	}
	
	.chart-container {
	  width: 40%;
	}
	
	.line-container {
	  height: 300px;
	  width: 60%
	}
	
	.gsc-results .gsc-cursor-box .gsc-cursor-page {
	  margin-right: 10px !important;
	  padding: 8px 12px !important;
	}
	
}

@media (min-width: 45em) {
	
	#home-top div div span {
	  font-size: 1.6em;
	  padding: 14px 28px;
	}
	
	#home-description {
	  padding: 23px 30px 28px;
	}
	
	#home-description p {
	  font-size: 1em;
	}
	
	#home-search {
	  padding: 40px 0 42px;
	}
	
	#home-search h3 {
	  font-size: 1.3em;
	  margin-bottom: 13px;
	}
	
	#home-search select {
	  font-size: 1.1em;
	  padding: 9px 10px 10px;
	}
	
	#home-search-icon {
	  background: url(/Portals/0/Images/core/map_icon.png) top left no-repeat;
	  margin-right: 32px;
	  height: 100px;
	  width: 100px;
	}
	
	#home-links h2 {
	  font-size: 1.35em;
	}
	
	#home-links li, #home-lists-vouchers, #home-lists-subsidized, #home-news ul.news-link-list li a, #home-news ul.news-link-list li div {
	  font-size: 1.1em;
	}
	
	#home-links ul {
	  margin-top: 15px;
	}
	
	#home-links li a, #home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a {
	  padding: 15px 0;
	}
	
	#home-links div.home-links-column {
	  padding-left: 6%;
	  padding-right: 6%;
	}
	
	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#home-search-icon {
			background-image: url(/Portals/0/Images/core/map_icon@2x.png);
			-webkit-background-size: 100px 100px;
			background-size: 100px 100px;
		}
		
	}
	
	#home-numbers {
	  float: left;
	  width: 100%;
	}
	
	#home-numbers h1, #home-news h1 {
	  font-size: 1.8em;
	  margin: 0 0 30px;
	  padding-top: 45px;
	}
	
	#home-numbers div.home-numbers-wrapper {
	  display: flex;
	  flex-flow: row wrap;
	  margin-left: 3.5%;
	  margin-right: 3.5%;
	}
	
	#home-numbers div.home-numbers-column {
      background: #fff;
	  float: left;
	  margin: 0 2.5% 35px;
	  padding: 0;
	  width: 45%;
	}
	
	#home-numbers div.home-numbers-column h2 {
	  font-size: 2.2em;
	  padding: 22px 0 8px;
	}
	
	#home-numbers div.home-numbers-column span {
	  font-size: 1.1em;
	  padding: 0 22px 24px 22px;
	}
	
	#home-news {
	  margin-left: 6%;
	  margin-right: 6%;
	}
	
	#content table.property-list {
	  border-top: none;
	  display: table;
	  margin-top: 17px;
	  width: 100%;
	}
	
	#content table.property-list th {
	  display: table-cell;
	  text-align: left;
	}
	
	#content table.property-list tr {
	  display: table-row;
	}
	
	#content table.property-list td {
	  border: 1px solid #ccc;
	  display: table-cell;
	  margin: 0;
	}
	
	#content table.property-list th, #content table.property-list td {
	  padding: 12px 20px;
	}
		
	#content table.property-list td a {
	  font-weight: normal;
	}
	
	footer {
	  display: table;
	  width: 100%;
	}
	
	#footer-overlay {
	  display: table-cell;
	  font-size: 1.1em;
	  height: 250px;
	  margin-top: 25px;
	  padding: 22px 6% 15px;
	  vertical-align: middle;
	  width: 100%;
	}
	
	footer ul li a {
	  padding: 10px 15px;
	}
	
	span#copyright span {
	  margin: 25px 0 0;
	}
	
}

@media (min-width: 55em) {
	
	#content li {
	  margin-left: 40px;
	}
	
	#logo {
	  margin-left: 40px;
	  margin-right: 40px;
	  padding-bottom: 15px;
	  padding-top: 13px;
	}
	
	#logo img {
	  width: 170px;
	}
	
	.sm li a {
      font-size: 1.1em;
	  padding: 12px 102px 12px 44px;
	}
	
	.sm li ul li a {
	  padding-left: 64px;
	}
	
	.sm li ul li ul li a {
	  padding-left: 85px;
	}
	
	.sm a .sub-arrow {
	  width: 108px;
	}
	
	.sm a .sub-arrow::before {
	  top: 8px;
	}
	
	.sm a.highlighted .sub-arrow::before {
	  top: 8px;
	}
	
	.main-menu-btn, .search-menu-btn {
	  margin: 33px 40px 0 0;
	}
	
	.main-menu-btn {
	  margin-right: 19px;
	}
	
	.search-menu-btn {
	  margin-top: 35px;
	}
	
	#search-menu {
	  padding-left: 40px;
	  padding-right: 40px;
	}
	
	#dnn_dnnSearch_txtSearch, input[type=text], input[type=password] {
	  font-size: 1.1em;
	}
	
	#section-title {
	  height: 180px;
	}
	
	#section-title h2 span a.SkinObject, #section-title h2 span.search-results {
	  font-size: 2em;
	}
	
	#home-top div div span {
	  font-size: 1.8em;
	  padding: 14px 28px;
	}
	
	#home-description {
	  padding: 25px 40px 30px;
	}
	
	#home-description p {
	  font-size: 1.1em;
	}
	
	#home-lists-subsidized {
	  padding-top: 19px;
	}
	
	#home-lists-vouchers div, #home-lists-subsidized div {
	  padding-top: 9px;
	}
	
	#this-section {
	  margin: 30px 40px 0;
	}
	
	#subnav {
	  margin-left: 40px;
	  margin-right: 40px;
	}
	
	#content-wrap {
	  padding: 0 40px;
	}
	
	#content {
	  font-size: 1.1em;
	}
	
	#content p, #toolnav p, #content table {
	  margin-bottom: 25px;
	}
	
	#content ul {
	  margin-bottom: 30px;
	}
	
	#content ul.long-list li, #content ol.long-list li, #content .board-archive ul li {
	  margin-bottom: 25px;
	}
	
	#content .form-row table td label {
	  padding-top: 0;
	  position: relative;
	  top: -1px;
	}
	
	#resident-services-results {
	  padding: 20px 0 10px;
	}
	
	.lookup-tool-results span.no-services {
	  padding: 10px 30px 22px !important;
	}
	
	.lookup-tool {
	  margin: 30px 0 0 0;
	  padding: 15px 30px 30px;
	}
	
	.lookup-tool-results {
	  margin-bottom: 25px;
	}
	
	#content .lookup-tool-results h3 {
	  padding: 5px 30px 0;
	}
	
	.lookup-tool-results span {
	  padding: 25px 30px 27px;
	}

	.lookup-tool-results ul {
	  margin-top: -10px;
	  padding-bottom: 20px;
	}
	
	#content .housing-finder-details {
	  margin: 0 30px;
	}
	
	#content .housing-finder-details h3 {
	  padding: 22px 0 4px;
	}
	
	.housing-finder-actions {
	  padding: 0 0 20px;
	}
	
	#content .leaflet-popup-content {
	  font-size: 1.3em;
	} 

}

@media (min-width: 65em) {
	
	#content h1 {
	  padding: 23px 0 17px;
	}
	
	#home-top div div span {
	  font-size: 2em;
	  padding: 16px 30px;
	}
	
	#home-description {
	  padding: 25px 10% 30px;
	}
	
	#home-search h3 {
	  font-size: 1.4em;
	  margin-bottom: 13px;
	}
	
	#home-search select {
	  font-size: 1.1em;
	  padding: 9px 10px 10px;
	}
	
	#home-links h2 {
	  font-size: 1.45em;
	  margin-bottom: 8px;
	}
	
	#home-links li {
	  font-size: 1.2em;
	}
	
	#home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a, #home-links div.waiting-list-type, #home-links div.waiting-list-status {
	  font-size: 1.1em;
	}
	
	#home-numbers h1, #home-news h1 {
	  font-size: 2em;
	}

	#home-numbers div.home-numbers-wrapper {
	  margin-left: 4%;
	  margin-right: 4%;
	}
	
	#home-numbers div.home-numbers-column {
	  margin: 0 2% 35px;
	  width: 29.3%;
	}
	
	#home-numbers div.home-numbers-column h2 {
	  font-size: 2.4em;
	  padding: 22px 0 8px;
	}
	
	#home-numbers div.home-numbers-column span {
	  font-size: 1.2em;
	  padding: 0 22px 24px 22px;
	}
	
	#home-news ul.news-link-list li a {
	  font-size: 1.2em;
	}
	
	#main {
	  padding-top: 20px;
	}
	
	#this-section {
	  display: none;
	}
  
	#subnav {
	  background: none;
	  box-sizing: border-box;
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0 40px;
	  width: 30%;
	}
  
	#subnav h3.navhead {
	  border-bottom: 1px solid #ccc;
	  display: block;
	  font-size: 12px !important;
	  line-height: 1 !important;
	  margin: 0 !important;
	}
	
	#subnav h3.navhead {
	  border-bottom: 1px solid #ccc;
	  font-size: 12px !important;
	  line-height: 1 !important;
	  margin: 0 !important;
	}
	
	#subnav h3.navhead a {
	  border-bottom: none;
	  color: #483e2d;
	  display: block;
	  font-size: 1.1em;
	  font-weight: 700;
	  letter-spacing: 0.05em;
	  padding: 15px 15px 17px;
	  text-transform: uppercase;
	}
	
	#subnav h3.navhead a:hover {
	  color: #483e2d;
	}
	
	#subnav ul {
	  margin: 0 0 20px 0;
	  padding-top: 0;
	}
	
	#subnav ul ul {
	  margin: 0;
	}
	
	#subnav ul li {
	  border-bottom: 1px solid #ccc;
	  font-weight: 500;
	  list-style-type: none;
	}
	
	#subnav ul li.selected-outer {
	  background: #f2f2f2;
	  border-bottom: none;
	}
	
	#subnav ul li a {
	  border-bottom: none;
	  box-sizing: border-box;
	  display: block;
	  line-height: 1.2;
	  padding: 10px 15px 11px;
	  width: 100%;
	}
	
	#subnav ul li.selected a {
	  background: url(/Portals/0/Images/Core/chevron-right-gray.png);
	  background-position: right 15px center;
	  background-repeat: no-repeat;
	  padding-right: 45px;
	}
	
	@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
		
		#subnav ul li.selected a {
			background-image: url(/Portals/0/Images/core/chevron-right-gray@2x.png);
			-webkit-background-size: 11px 16px;
			background-size: 11px 16px;
		}
		
	}
	
	#subnav ul li.selected ul li a {
      background-image: none;
	}
	
	#subnav ul li.selected-outer a {
	  border-bottom: 1px solid #ccc;
	}
	
	#subnav ul li.selected-outer .secondlevel a {
	  border-bottom: none;
	  font-weight: 400;
	  padding-left: 30px;
	}
	
	#subnav ul li.selected-outer .secondlevel li.selected-outer.selected a {
	  border-bottom: 1px solid #ccc;
	}
	
	#subnav ul li ul.secondlevel {
	  border-left: none;
	  margin: 0;
	  padding: 0;
	}
	
	#breadcrumb {
	  font-size: 0.9em;
	  padding: 10px 15px 12px;
	}
	
	#content-wrap {
	  box-sizing: border-box;
	  float: left;
	  padding: 0 40px 0 0;
	  width: 70%;
	}
	
	#content {
	  padding: 0 15px;
	}
	
	.gsc-result-info, div#content a.gs-title, div#content div.gs-webResult div.gs-visibleUrl-long, div.gsc-wrapper, .gsc-results .gsc-cursor-box .gsc-cursor-page {
	  font-size: 1.3em !important;
	}
	
	div#content a.gs-title {
	  font-size: 1.2em !important;
	}
	
	div.main-wrap-search-results {
	  padding: 15px 0 0 25px;
	}
	
	div.main-wrap-search-results #content {
	  padding-right: 0;
	}
	
	#subnav.popular-searches {
	  padding-left: 0;
	}
	
	#subnav.popular-searches h3.navhead a {
	  padding-top: 7px;
	}
	
	.gsc-results .gsc-cursor-box {
	  margin-bottom: 30px !important;
	}
	
}

@media (min-width: 75em) {
		
	#dnn_dnnSearch_txtSearch, input[type=text], input[type=password] {
	  font-size: 1.2em;
	  padding: 0 15px 1px;
	  height: 46px;
	}
	
	#dnn_dnnSearch_cmdSearch {
	  padding-top: 15px;
	}
	
	#section-title {
	  height: 190px;
	}
	
	#section-title h2 span a.SkinObject, #section-title h2 span.search-results {
	  font-size: 2.2em;
	}
	
	#home-links, #home-news {
	  float: left;
	  width: 100%;
	}
	
	#home-links ul {
	  border-top: none;
	  margin-top: 0;
	}
	
	#home-description p, #home-links div.home-links-wrapper, #home-numbers div.home-numbers-wrapper, #home-news div.home-news-wrapper {
	  margin: 0 auto;
	  max-width: 1300px;
	  padding: 0 3%;
	}
	
	#home-links div.home-links-column {
	  float: left;
	  margin: 45px 0 15px;
	  padding: 0 3%;
	  width: 25%;
	}
	
	#home-links h2 {
	  font-size: 1.4em;
	  margin-bottom: 8px;
	}
	
	#home-links li {
	  background: none;
	  list-style-type: none;
	  margin-bottom: 0;
	}
	
	#home-links li a {
	  background: none;
	}
	
	#home-links li, #home-lists-vouchers span, #home-lists-subsidized span {
	  font-size: 1.1em;
	}
	
	#home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a, #home-links div.waiting-list-type, #home-links div.waiting-list-status {
	  font-size: inherit;
	}
	
	#home-links li a {
	  border-bottom: 1px solid #00457c;
	  display: inline-block;
	  margin: 5px 0;
	  padding: 3px 0;
	}
	
	#home-links li a:hover {
	  border-bottom: 1px solid #f59424;
	}
	
	#home-links div.waiting-list-status {
	  margin-top: 3px;
	  padding-bottom: 4px;
	  padding-top: 7px;
	}
	
	#home-links div.waiting-list-actions {
	  border-top: none;
	  margin-top: 0;
	}
	
	#home-links div.waiting-list-actions a, #home-links div.waiting-list-actions-second a {
	  background: none;
	  border-bottom: 1px solid #00457c;
	  display: inline-block;
	  margin: 5px 0;
	  padding: 3px 0;
	}
	
	#home-links div.waiting-list-actions a:hover, #home-links div.waiting-list-actions-second a:hover {
	  border-bottom: 1px solid #f59424;
	}
	
	#home-links div.waiting-list-actions span {
	  display: inline-block;
	  padding: 0 5px;
	}
	
	#home-numbers {
	  padding: 0 0 12px;
	}
	
	#home-numbers h1, #home-news h1 {
	  font-size: 2em;
	  margin: 0 0 35px;
	}
	
	#home-numbers div.home-numbers-wrapper {
	  margin-left: auto;
	  margin-right: auto;
	  padding: 0 3.8%;
	}
	
	#home-numbers div.home-numbers-column {
	  margin: 0 2% 40px;
	  width: 29.33%;
	}
	
	#home-numbers div.home-numbers-column h2 {
	  font-size: 2.4em;
	  padding: 25px 0 10px;
	}
	
	#home-numbers div.home-numbers-column span {
	  font-size: 1.2em;
	  padding: 0 35px 27px 35px;
	}
	
	#home-news, #home-news div.home-news-wrapper {
	  margin-left: 0;
	  margin-right: 0;
	  padding-left: 0;
	  padding-right: 0;
	}
	
	#home-news div.home-news-wrapper {
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 5.8%;
	  padding-right: 5.8%;
	}
	
}

@media (min-width: 80em) {
	
	nav, .row {
	  margin: 0 auto;
	  max-width: 1400px;
	}

	#visible {
	  display: block;
	}
	
	#logo {
	  margin-left: 40px;
	  margin-right: 40px;
	}
	
	.search-menu-btn {
	  margin-right: 40px;
	}
	
    #main-menu-state:checked ~ #main-menu, #main-menu-state:not(:checked) ~ #main-menu {
      display: inline-block;
    }
     
    #main-menu-state, .main-menu-btn {
      display: none;
    }
     
    .search-menu-btn {
      margin-left: 17px;
      margin-top: 35px;
    }
     
    nav ul.sm li {
      display: inline-block;
      list-style-type: none;
      margin-top: 28px;
    }
     
    nav ul.sm li:first-child {
      margin-left: -15px;
    }
     
    nav ul.sm li a {
      border: none;
      font-size: 1em;
      font-weight: 500;
      padding: 10px 15px;
    }
     
    nav ul.sm li a span.sub-arrow {
      right: 2px;
    }
     
    .sm li ul li {
      display: block;
      margin-top: 0;
    }
 
    .sm li ul li:first-child {
      margin-left: 0;
      margin-top: 6px;
    }
     
    .sm li ul li:last-child {
      margin-bottom: 10px;
    }
     
    .sm li ul li a, .sm li ul li ul li a {
      background: #fff;
      font-weight: 500;
      padding: 0 25px !important;
      padding-bottom: 8px !important;
      padding-top: 7px !important;
    }
     
    .sm li ul li a.has-submenu {
      padding-right: 42px !important;
    }
     
    .sm li a:hover {
      color: #f59424;
    }
     
    .sm li ul li a span.sub-arrow {
      display: inline-block;
    }
     
    .sm li ul li ul li a {
      padding-right: 20px;
    }
     
    .sm a .sub-arrow::before {
      display: none;
    }
     
    .sm a.highlighted .sub-arrow::before {
      display: none;
    }
     
    /**/
     
      .sm ul {
        position: absolute;
        width: auto;
      }
     
      .sm li {
        float: left;
      }
     
      .sm.sm-rtl li {
        float: right;
      }
     
      .sm ul li, .sm.sm-rtl ul li, .sm.sm-vertical li {
        float: none;
      }
     
      .sm a {
        white-space: nowrap;
      }
     
      .sm ul a, .sm.sm-vertical a {
        white-space: normal;
      }
     
      .sm .sm-nowrap > li > a, .sm .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
      }
     
      /* ...end */
 
      .sm a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 12px;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
        background: transparent;
        border-radius: 0;
      }
      nav ul.sm li ul li a span.sub-arrow {
        right: 12px;
      }
      .sm a .sub-arrow::before {
        display: none;
      }
      .sm li {
        border-top: 0;
      }
 
      .sm ul {
        border: 1px solid #eee;
        padding: 5px 0;
        background: #fff;
        border-radius: 4px !important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
      }
      .sm ul a, .sm ul a:hover, .sm ul a:focus, .sm ul a:active, .sm ul a.highlighted {
        border: 0 !important;
      }
      .sm ul a.disabled {
        background: #fff;
        color: #cccccc;
      }
      .sm ul a.has-submenu {
        padding-right: 20px;
      }
      .sm ul a .sub-arrow {
        right: 15px;
        top: 50%;
        margin-top: -4px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #555555;
      }
      .sm .scroll-up,
      .sm .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
      }
      .sm .scroll-up:hover,
      .sm .scroll-down:hover {
        background: #eeeeee;
      }
      .sm .scroll-up:hover .scroll-up-arrow {
        border-color: transparent transparent #D23600 transparent;
      }
      .sm .scroll-down:hover .scroll-down-arrow {
        border-color: #D23600 transparent transparent transparent;
      }
      .sm .scroll-up-arrow,
      .sm .scroll-down-arrow {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 6px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555555 transparent;
      }
      .sm .scroll-down-arrow {
        top: 8px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
      }
	
	#search-menu {
	  padding-left: 40px;
	  padding-right: 40px;
	}
	
	#search-menu-field {
	  font-size: 1.2em;
	  padding: 0 15px 1px;
	  height: 46px;
	}
	
	#home-top div div span {
	  font-size: 2.3em;
	  padding: 20px 32px;
	}
	
	#home-description {
	  padding: 33px 10% 40px;
	}
	
	#home-description p {
	  font-size: 1.2em;
	}
	
	#subnav {
	  width: 26%;
	}
	
	#content-wrap {
	  display: table-row;
	  width: 74%;
	}
	
	#content {
	  display: table-cell;
	  padding-right: 50px;
	  vertical-align: top;
	  width: 100%;
	}
	
	#toolnav {
	  box-sizing: border-box;
	  display: table-cell;
	  padding: 25px 15px 0 0;
	  vertical-align: top;
	  width: auto;
	}
	
	#toolnav p {
	  font-size: 0.9em;
	}
		
}


/* Print styles
   ========================================================================== */

@media print {

img.bg, div.topbar, div#search-wrap, div#nav, div#subnav, div#toolnav, div#toolnav-narrow, div#home-wrap, div#news-wrap, div.mobile-home-listing div.flexslider, div.mobile-slideshow-tools, div.mobile-slideshow, div.popular-searches, div.controls, div#housing-finder-form div.hf-search-button, div.DnnModule-662, div.DnnModule-668, div.housing-finder-thumbnail, div.content-form-submit input, div#footer-columns-left, div#copyright, nav label, nav span, div#section-title, p#breadcrumb, div.property-slideshow a, footer {
	display: none;
}

header {
	border-bottom: 1px solid #ccc;
	border-top: none;
	box-shadow: none;
}

.DNNModuleContent img {
	max-width: 66%;
}

}

/* Admin menu resets
   ========================================================================== */

div#content .dnnActionMenuTag {
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

ul.dnnActionMenuBody, ul.dnnActionMenuBody ul {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

ul.dnnActionMenuBody li {
	font-family: Arial, Helvetica, sans-serif;
}

ul.dnnActionMenuBody li a {
	border-bottom: none !important;
	color: #328dde !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

ul.dnnActionMenuBody li a:hover {
	color: #1b4d79 !important;
}

#content ul.dnnActionMenuBody li {
	margin-left: 0 !important;
	padding-left: 0 !important
}


/* iCheck plugin Flat skin, grey
----------------------------------- */
.icheckbox_flat-grey,
.iradio_flat-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(/Portals/0/Images/Core/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-grey {
    background-position: 0 0;
}
    .icheckbox_flat-grey.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-grey.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-grey.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-grey {
    background-position: -88px 0;
}
    .iradio_flat-grey.checked {
        background-position: -110px 0;
    }
    .iradio_flat-grey.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-grey.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_flat-grey,
    .iradio_flat-grey {
        background-image: url(/Portals/0/Images/Core/grey@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/*
Author: Mathias Schneider
License: MIT
Version: 0.0.6
*/
/* Marker setup */
.vector-marker {
  width: 35px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center; }
  .vector-marker path {
    stroke: black;
    stroke-opacity: 0.4;
    stroke-width: 1; }
  .vector-marker.not-accepted {
    opacity: 0.5; }

.vector-marker-shadow:before {
}

.vector-marker i {
  position: absolute;
  top: 8px;
  left: 0;
  width: 32px;
  color: #333;
  margin: auto;
  display: inline-block;
  font-size: 14px; }

.vector-marker i.maki-icon {
  width: 24px;
  left: 4px;
  top: 4px; }

.vector-marker .icon-white {
  color: #fff; }

#mapid { 
	height: 400px;
	margin-bottom: 25px;
}

div#dnn_ContentColumnPane #mapid a {
  display: block !important;
}

div#dnn_ContentColumnPane #mapid .leaflet-control-attribution a {
  display: inline-block !important;
}

@media (min-width: 35em) {
	
	#mapid { 
		height: 500px;
	}
	
}

@media (min-width: 55em) {
	
	#mapid { 
		height: 600px;
	}

}

@media (min-width: 65em) {
	
	#mapid { 
		height: 700px;
	}

}

.subsidized-marker, .moderate-marker, .manufactured-marker, .other-marker {
	bottom: 40px !important;
	position: relative !important;
}

div#dnn_ContentColumnPane #mapid .leaflet-popup-content-wrapper a {
  color: #00457c !important;
  display: inline !important;
}

div#dnn_ContentColumnPane #mapid .leaflet-popup-content-wrapper a:hover {
  color: #f59424 !important;
}