html, body {
	width: 100%;
	overflow-x: hidden;
	position:relative;
	background-color: #fff;
}

body {
	width: 100%;
  min-height: 100vh;
	margin: 0 auto;
	padding-top: 4em;
	font-family: "Arial", "open-sans", sans-serif;
	font-family: "franklin-gothic-urw", "open-sans", sans-serif;
	color: #404040;
}

body, h1, h2, h3, h4, h5 {
	font-size: 17px;
	line-height: 1.5em;
}

* {
	box-sizing: border-box;
}

h1, h2, h3 { font-weight: 300; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; font-weight: bold; }
h3.bigger { font-size: 1.2em; }
h4, h5, article.summary h1 { font-weight: bold; }

ul li, ol li {
	margin-bottom: 0.5em;
}

.clear { clear: both; }
.visuallyhidden { }

/* for fontaweseme */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


.desktop {
  width: 0;
  display: inline-block;
  text-indent: -9999px;
}

main article {
	padding-top: 1px;
	clear: both;
}

main > footer {
	margin: 1em 1em -1.5em;
	padding: 0;
	text-align: right;
}

body#page_homepage main > footer,
body#page_news main > footer,
body#page_search-results main > footer {
	display: none;
}

body.type_pages main, /* > article */
body.type_agencies main,
body.type_blog main,
body.type_channelIndex main,
/*body.type_pages main > header > div,*/
body.type_pages > footer > div,
body.type_homepage main #content > .row {
  width: 90%;
  max-width: 80rem;
  margin: 2em auto;
}
/*body.type_pages main > header > div,*/
body.type_pages > footer > div {
  margin: 0 auto;
}
/*
body.type_pages > header > div > h1 {
	margin: 0;
}
*/

/* links */
a { text-decoration: none; color: #006084; }
a:hover { text-decoration: underline; }


/* tables */
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 0.25em 0.75em;
}

table {
  width: 100%;
  clear: both;
  border-width: 2px;
}
/*HOUSE CHECKLIST */
td.dsoHousingChecklist{
	position:relative;
}
.dsoCheckCentered{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.fold_trigger, .fold_target {
  -o-transition:      all linear 0.1s;
  -ms-transition:     all linear 0.1s;
  -moz-transition:    all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  transition:         all linear 0.1s;
}

.fold_trigger {
  text-align: left;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0.5em 0;
	position: relative;
	padding-right: 2em;
}

.fold_trigger::after {
	display: block;
	position: absolute;
	top: 0em;
	right: 0em;
	font-size: 1.2em;
  content: " - ";
	width: 1em;
	text-align: center;
}

.fold_trigger.closed::after {
  content: " + ";
}

.fold_target {
  border-bottom: 1px solid #ccc;
  position: relative;
  min-height: 3em;
  max-height: none;
  overflow: auto;
  padding: 0.5em 3em 0.5em 1.5em;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e6e8+0,eff0f2+5,eff0f2+100 */
  background: rgb(229,230,232); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(229,230,232,1) 0%, rgba(239,240,242,1) 20px, rgba(239,240,242,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229,230,232,1) 0%,rgba(239,240,242,1) 20px,rgba(239,240,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229,230,232,1) 0%,rgba(239,240,242,1) 20px,rgba(239,240,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fold_target.closed {
  min-height: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fold_target.bkg-white {
	padding: 0;
	background: none;
}

.fold_target .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  background: transparent;
  border: none;
}
.fold_target .close-icon::before,
.fold_target .close-icon::after {
  background-color: #000;
}

.fold_image_container figure {
  display: inline-block;
}
/*Webcast & PodCast */
.podCastAppDownload figure{display: inline; float:none; clear:none;}

/*Video Review Page*/
.videoReview{
    position: relative;
    background-color: #848484;
    width: 100%;
    height: 600px;
}
.videoReview video{
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%,-51%);

}

/*House Toolkit Overrides*/
a.toolkitImageLinkTitle{
	color: #006084 !important;
	text-decoration: none;

}
a.toolkitImageLinkTitle:hover{
	color: #742372 !important;
	text-decoration: underline;
}
a.toolkitImageLinkSub{
	color: #404040 !important;
	text-decoration: none;
	font-weight: normal !important;
}
a.toolkitImageLinkSub:hover{
	text-decoration:underline;
}
.div-back-to-top {
    height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.div-back-to-top a.floatRight{
	float:right;
}
.div-back-to-top a{
	font-weight: bold;
}

.toolkit-links{
	font-weight: bold;
}

aside{
	background: rgba(0,0,0,0.04);
	padding: 20px;
}

aside + aside{
	margin-top: 1em;
}

aside ol{
	    padding-inline-start: 20px !important;
}

.toolkit-table-print{
	margin: 1em 1em 3em;
	width: calc(100% - 2em);
}

.toolkit-table-print td{
	vertical-align: top;
}


/*Scroll Top */
#btnScrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #006084;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btnScrollTop:hover {
  background-color: #742372;
}

/* header */

#navheader {
  width: 100%;
  height: 4em;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
	line-height: 1em;
}

#navheader #sitelogo img {
  height: 2em;
  position: absolute;
  left: 1em;
  top: 1em;
}

#navheader > div {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.25rem;
	font-size: 0.9em;
}
#navheader > div > a {
  margin: 0 0 0 0rem;
}

#langswitch span { display: none; }

header ul.socialmedia {
  padding: 0em;
  margin: 0 0 0 0.5em;
	display: none;
  float: right;
}

ul.socialmedia li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}


.socialmedia a
{
  display: inline-block;
  color: #fff;
  text-align: center;
  background: rgb(0,114,151);
  width: 1.65em;
  height: 1.65em;
  line-height: 1.7em;
  border-radius: 1em;
  font-size: 0.8em;
}

.socialmedia a span
{
  padding: 0;
  overflow: hidden;
  text-indent: -10000px;
  display: block;
  height: 0;
  width: 0;
}
/*
ul.socialmedia li a::before {
  content: " ";
  margin: 0;

  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
ul.socialmedia li a.facebook::before {  content: "\f39e"; }
ul.socialmedia li a.twitter::before {   content: "\f099"; }
ul.socialmedia li a.youtube::before { content: "\f167"; }
*/

.socialmedia.mobilesocialmedia {
	padding: 5px 0em 2px 1em;
}
.socialmedia.mobilesocialmedia a {
	padding: 0;
}
.socialmedia.mobilesocialmedia::after {
	display:none;
}

.socialmedia svg
{
        vertical-align: middle;
        display: inline;
}

/* Social Sharing Area */
.social_sharing{
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #eee;
	clear: both;
}

.social_sharing > iframe{
	vertical-align: middle;
}


body > header #searchclose { display: none; }

form#search button::after,
#searchtrigger::before {
  margin: 0 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}

#searchtrigger::before {
  /* mirror it */
  display: inline-block;
  -moz-transform:     scale(-1, 1);
  -webkit-transform:  scale(-1, 1);
  -o-transform:       scale(-1, 1);
  -ms-transform:      scale(-1, 1);
  transform:          scale(-1, 1);
}
form#search button {
  padding: 0;
  cursor: pointer;
}
form#search button::after {
  color: #fff;
  z-index: 999;
}

body > header form#search button span {
  width: 0;
  display: inline-block;
  text-indent: -9999px;
}

#searchclose {
  text-indent: -9999px;
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 2em;
  top: 0.6em;
}

#searchclose:before,
#searchclose:after {
  content: " ";
  width: 0;
  height: 2.82842712475em;
  border-left: 2px solid #fff;
  position: absolute;
  left: 1em;
  top: 0;
  transform: rotate(-45deg);
}
#searchclose:after {
  right: 1em;
  left: auto;
  transform: rotate(45deg);
}

  /* nav */
  .navtrigger {
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 1em;
    height: 1.1em;
    z-index: 101;
    font-size: 1.2em;
    line-height: 1.2em;
    position: relative;
    margin: 0 1em;
  }
  .navtrigger::before {
    text-indent: 0;
    content: "☰";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  body > header nav {
    display: block;
    overflow: hidden;
    max-height: 100vh;
    margin: 4em 0 0 0;
    background: #fff;
    -o-transition:      all ease 1s;
    -ms-transition:     all ease 1s;
    -moz-transition:    all ease 1s;
    -webkit-transition: all ease 1s;
    transition:         all ease 1s;
    box-shadow: 0px 6px 6px 6px rgba(0,0,0,0.2);
    width: 101vw;
    background-color: #fff;
  }
  body > header nav.rolledup, .signposts-wrapper.rolledup {
    max-height: 0;
    box-shadow: none;
  }
  body > header nav > ul > li {
    position: relative;
		cursor: pointer;
  }
  body > header nav > ul > li::after {
    position: absolute;
    right: 2em;
    top: 0.25em;
    content: "›";
    width: 1em;
    height: 1em;
    cursor: pointer;
    text-align: center;
    display: block;
    transform: rotate(90deg);
    -o-transition:      all ease 0.5s;
    -ms-transition:     all ease 0.5s;
    -moz-transition:    all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition:         all ease 0.5s;
    transform-origin: 0% 0%;
    -webkit-transform-origin: 50% 50%;
  }
  body > header nav > ul > li.rolledup::after {
    transform: rotate(0deg);
  }

  body > header nav > ul > li.childcount_0::after {
    display: none;
  }

  body > header nav ul {
    padding: 0;
    margin: 0;
  }

  body > header nav li {
    list-style: none;
    border: 1px solid #ccc;
    border-width: 1px 0 0;
    padding: 0.25em 0;
		margin: 0;
  }
  body > header nav li.active > a {
		font-weight: bold;
	}
  body > header nav li a {
    padding: 0 1em 0;
  }
  body > header nav li li a {
    padding: 0 2em 0;
  }

  body > header nav > ul > li > ul {
    display: block;
    overflow: hidden;
    max-height: 100vh;
    -o-transition:      all ease 1s;
    -ms-transition:     all ease 1s;
    -moz-transition:    all ease 1s;
    -webkit-transition: all ease 1s;
    transition:         all ease 1s;
  }
  body > header nav > ul > li > ul > li:last-child{
		padding-bottom: 0;
  }
  body > header nav > ul > li.rolledup > ul {
    max-height: 0;
  }

  body > header form#search {
    box-sizing: border-box;
    background: #006084;
    margin: 0;
    padding: 0;
    border: none;
  }
  body > header form#search input[type=text]{
    display: inline-block;
    width: auto;
  }
  body > header form#search button {
    display: inline-block;
  }
  body > header form#search fieldset {
    padding: 0 0 0 0;
    border: none;
    text-align: center;
  }
  body > header form#search fieldset input[type=text] {
    width: 80%;
    font-size: 1em;
		color: #000;
  }
  body > header form#search ::placeholder {
    color: #666;
  }

  body > footer {
    color: #fff;
    padding: 2em 2em;
    background-color: #0f005b;
  }
  body > footer > div {
    position: relative;
    line-height: 1.5em;
  }

  #endlogo {
    display: none;
    position: absolute;
    top: 20%;
    right: 0;
    height: 2em;
  	background: transparent;
  }

  body > footer a, body > footer a:visited, body > footer a:hover {
    color: #fff;
  }

/* Browsealoud */
#__ba_floatingLaunch { top: 4.25em!important; }

  /* content images */
    figure
    {
      clear: left;
      float: left;
      display: inline-block;
      max-width: 100%;
      margin: 1em;
      padding: 0em;
    }
    figure.position_center {
      clear: both;
      float: none;
      border: none;
      width: 100%;
      margin: 1em auto;
      text-align: center;
    }
    figure.position_right {
      float: right;
      clear: right;
    }
    figure img {
      max-width: 100%;
    }
    figure figcaption {
      text-align: center;
      font-size: 0.9em;
      font-weight: bold;
      margin: 0.25em 0.5em 0;
    }
  /* END content images */

	/* videos */
	.video { text-align: left; }
	.youtube {
		max-width: 100%;
		width: 560px;
		height: 315px;
		margin: auto;
	}

  /* Text With Image Block Type */

    .textWithImage.textWithImage_gridOneHalf,
    .textWithImage.textWithImage_gridOneHalf > *,
    .textWithImage.textWithImage_gridOneHalf > * > *,
    .textWithImage.textWithImage_gridOneThird,
    .textWithImage.textWithImage_gridOneThird > *,
    .textWithImage.textWithImage_gridOneThird > * > * {
      display: block;
      text-align: center;
    }

    .textWithImage.textWithImage_gridOneHalf .image_col figure,
    .textWithImage.textWithImage_gridOneThird .image_col figure {
      width: 100%;
      height: auto;
      overflow: hidden;
      float: none;
      padding: 0;
      margin: 0;
    }

	.textWithImage .image_col img { height: 9rem; }

    .textWithImage.textWithImage_gridOneHalf.rounded_corners .image_col figure,
    .textWithImage.textWithImage_gridOneThird.rounded_corners .image_col figure {
      border-radius: 100%;
    }
    .textWithImage.textWithImage_gridOneHalf p,
    .textWithImage.textWithImage_gridOneThird p {
      margin: 0 auto 1em;
    }
/*
    .textWithImage.textWithImage_galleryImage {

    }
*/
    .zoomimage-container {
      background-color: transparent;
      background-position: center top;
      background-size: 100%;
      background-repeat: no-repeat;
      width: auto;
      margin: 0;
      padding: 0;
    }
    .zoomimage-container img { display: none; }
    .zoomimage-container a { display: block; width: 100%; height: 100%; }

    .zoomimage-container.valign_center { background-position: center center; }
    .zoomimage-container.croppingstyle_contain { background-size: contain; }
    .zoomimage-container.croppingstyle_cover { background-size: cover; }

  /* End Text With Image Block Type */

	/* pages styles */

	  /* banner */

	  body.type_pages main,
	  body.type_blog main,
	  body.type_channelIndex main {
			margin-top: 0;
		}

	  body.type_pages main > header,
	  body.type_blog main > header,
	  body.type_channelIndex main > header {
	    position: relative;
	    background-color: #006084;
			color: #fff;
	    width: 100%;
	    min-height: 8em;
	    background-position: bottom center;
	    background-size: cover;
	    background-repeat: no-repeat;
		  padding: 0 50%;
		  margin-left: -50%;
			box-sizing: content-box;
	  }
	  body.type_pages main > header > div { padding-top: 1em; }
	  body.type_pages main > header h1 { font-size: 2.5em; }
	  body.type_pages main > header.dark h1 { color: #fff; text-shadow: 0px 0px 10px #000; }

		figure.banner_image {
			display: none;
		}


		body.type_pages #content > *:first-child { margin-top: 1rem; }

		body.type_pages #content h1, body.type_pages #content h2,
		body.type_blog #content h1, body.type_blog #content h2,
		body.type_channelIndex #content h1, body.type_channelIndex #content h2 {color: #006084;}

	/* end pages styles */

/* ===== 404 page ===== */
.page-404 {
  min-height: 20em;
  margin-top: 2em;
  text-align: center;
}

  /* Homepage styles */
  body.type_homepage main {
    background: #fff;
    overflow: hidden;
		background: -moz-linear-gradient(top,    rgba(0,96,132,1) 0%, rgba(0,96,132,1) 10em, rgba(255,255,255,0) 10em, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,96,132,1) 0%, rgba(0,96,132,1) 10em, rgba(255,255,255,0) 10em, rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,   rgba(0,96,132,1) 0%, rgba(0,96,132,1) 10em, rgba(255,255,255,0) 10em, rgba(255,255,255,0) 100%);
  }
  body.type_homepage #content {
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 1.5em;
  }
  body.type_homepage #content::before {
    content: " ";
    display: block;
    width: 350vw;
    background-color: #fff;
    border-radius: 100% 0% 0% 0%;
    transform: skew(-30deg);
    position: absolute;
    top: -20vw;
    right: 0;
    height: 50rem;
    z-index: -1;
  }
  body.type_homepage main #content > .row {
    margin: 0 auto;
		overflow: visible;
  }
  body.type_homepage main #content > .row > .col.homepage_content > .textWithImage.textWithImage_gridOneThird {
		font-size: 80%;
    width: 28%;
    float: left;
    margin-right: 5%;
	}
  body.type_homepage main #content > .row > .col:first-child {
    margin: 15vh auto 2em;
  }
  body.type_homepage .homepage_welcome strong:first-child {
    display: block;
    font-size: 175%;
    font-weight: normal;
  }
  body.type_homepage .textWithImage figure,
  body.type_homepage .textWithImage figure::after {
    transition: all 0.5s ease;
  }
  body.type_homepage .textWithImage:hover figure {
    transform: translateY(1em);
  }
  body.type_homepage .textWithImage:hover figure::after {
    transform: translateY(-1em);
    width: 100%;
    opacity: 1;
  }
  body.type_homepage .textWithImage figure::after {
    content: " ";
    display: block;
    width: 90%;
    height: 1em;
    margin: 1em auto;
    opacity: 0.5;
    background: -moz-radial-gradient(center, ellipse cover,    rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0) 60%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0) 60%);
    background: radial-gradient(ellipse at center,             rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0) 60%);
  }
  body.type_homepage .textWithImage a {
    color: #742372;
    font-weight: bold;
  }
  body.type_homepage > footer {
		margin-top: 4em;
    width: 100%;
    z-index: 10;
    background: transparent;
    color: #000;
  }
  body.type_homepage > footer a {
    color: #000;
  }

  /* Alert Banner on Homepage */
  .alert-banner {
    position: relative;
    z-index: 998;
    background-color: #446a31;
    color: #ffffff;
    padding: 0.4em;
    margin: 0;
    text-align: center;
  }

  .alert-banner p {
    margin: 0.25em 0;
  }

  .alert-banner a {
    color: #ffffff;
  }
  /* ===== */

  .scam-alert {
    font-size: 1rem;
	color: #ffffff;
	background-color: #742372;
	padding: 1px 1em;
	margin-top: 2em;
	border-radius: 1em;
  }

  .aftermap + .scam-alert { margin-top: 1em; } /* for regions alert */

  /* end homepage styles */

	/* search results */
	ul.searchresults {
		padding: 0;
	}
	ul.searchresults li {
		list-style: none;
		padding: 1em 0.5em;
		margin: 0;
	}
	ul.searchresults li:nth-of-type(odd) {
		background-color: #f0f0f0;
	}

	/* Google Maps */
	.map {
		height: 50vh;
	}

/* ===== Passport program ===== */
.passport-toc {
  display: flex;
  flex-wrap: wrap;
}

.passport-toc-item {
  width: 50%;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.passport-toc-item em.fas, .passport-toc-item em.far {
  width: 3rem;
  text-align: center;
  margin-right: 0.5rem;
  color: #404040;
}

/* ===== Funded Services page ===== */
.content_funded-services div.fold_target:nth-of-type(2) figure {
  float: none;
}

.passport-toc-item p { margin: 0; } /* TEMP */

h2 > em.fas, h2> em.far {
  font-size: 1.6em;
  margin-right: 0.5em;
  color: #404040;
}

.fa-shoe-prints {
  rotate: -90deg;
}

a.button.green-button { background-color: #4f7040; }
a.button.green-button:hover { background-color: #354a2b; }

a.button.purple-button { background-color: #742372; }
a.button.purple-button:hover { background-color: #4f174e; }


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.socialmedia.mobilesocialmedia { display: list-item; }

#__ba_panel { top: 0em!important; left: auto!important; right: 7em!important; }

@media (min-width: 55em) {
  /* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
	.row .row .row { margin:  0 -1.5em }
  .col      { padding: 0  1.5em; }
  .row:after {
    content: "";
    clear: both;
    display: table;
  }
  .col {
     float: left;
     width: 100%;
  }
  .col:first-child { padding-left: 0; }
  .col:last-child { padding-right: 0; }
  .col { width: 50%; }
  .col.outof_1 { width: 100%; }
  .col.outof_2 { width: 50%; }
  .col.outof_3 { width: 33.3%; }
  .col.outof_4 { width: 25%; }
  .col.outof_5 { width: 20%; }

  /* body */
  .col.main { width: 72%; }
  .col.sidebar { width: 28%; }

	/* banner */
	figure.banner_image {
		display: block;
		background-image: none!important;
		background-color: #e7e5e5;
		margin: 0 0 0 -50%;
		padding: 0 50%;
		box-sizing: content-box;
		width: 100%;
		max-height: 350px;
		overflow: hidden;
	}
	figure.banner_image img {
		width: 100%;
		margin: 0 0 -10px;
	}

	/* Browsealoud */
	#th_toolbar { top: 5.7rem; }

	/* videos */
	.youtube {
		width: 840px;
		height: 472.5px;
	}

	/* homepage */
	.col.homepage_welcome,
	.col.homepage_content {
		width: 100%;
	}
	body.type_homepage main #content > .row > .col:first-child {
		margin: 0 auto 2em;
	}
  body.type_homepage main #content > .row > .col.homepage_content > .textWithImage.textWithImage_gridOneThird {
		font-size: 100%;
	}

  body > header #searchclose { display: block; }

  body > header form#search {
    margin: 0;
    padding: 1em 2em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #006084;
    display: block;
    color: #fff;
    border: none;

    background-image: url(/assets/images/template/DSO_logo_w_en.svg);
    background-repeat: no-repeat;
    background-position: 1em 1em;
    background-size: auto 2em;
  }
	body.lang_fr > header form#search {
    background-image: url(/assets/images/template/DSO_logo_w_fr.svg);
	}
  body > header form#search fieldset {
    margin: -0.25em auto 0;
    width: 60%;
  }

  .textWithImage { display: table; width: 100%; min-height: 5em; }
  .textWithImage > * { width: 100%; display: table-row; }
  .textWithImage > * > * { display: table-cell; padding: 0.5em; }
  .textWithImage > * > * { width: 67%; vertical-align: middle; position: relative; height: 100%; }
  .textWithImage .image_col { width: 33%; vertical-align: top; }
  .textWithImage .image_col figure { border-radius: 1em; }
  .textWithImage.rounded_corners .image_col figure { border-radius: 1em; }
  .textWithImage .image_col img { width: auto; }
  .textWithImage .image_col:first-child { margin-left: 0; padding-left: 0; }
  .textWithImage .image_col:last-child { margin-right: 0; padding-right: 0; }
  .textWithImage.textWithImage_gridOneHalf,
  .textWithImage.textWithImage_gridOneHalf > *,
  .textWithImage.textWithImage_gridOneHalf > * > *,
  .textWithImage.textWithImage_gridOneThird,
  .textWithImage.textWithImage_gridOneThird > *,
  .textWithImage.textWithImage_gridOneThird > * > * {
    display: block;
    width: 100%;
  }
  .textWithImage.textWithImage_gridOneHalf,
  .textWithImage.textWithImage_gridOneThird {
    width: 28%;
    float: left;
    margin-right: 5%;
  }
  .textWithImage.textWithImage_gridOneHalf p,
  .textWithImage.textWithImage_gridOneThird p {
    text-align: center;
    margin: auto;
  }
  .textWithImage.textWithImage_gridOneHalf > *,
  .textWithImage.textWithImage_gridOneHalf > * > *,
  .textWithImage.textWithImage_gridOneThird > *,
  .textWithImage.textWithImage_gridOneThird > * > * {
    clear: both;
    padding: 0;
  }
  .textWithImage.textWithImage_gridOneHalf {
    width: 45%;
  }
  .textWithImage.textWithImage_gridOneHalf figure {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .textWithImage.textWithImage_gridOneHalf > * > *::last-child,
  .textWithImage.textWithImage_gridOneThird > * > *::last-child {
    min-height: 6em;
  }
  #endlogo {
    display: block;
  }

  body.type_homepage > footer {
		position: absolute;
		bottom: 0;
		left: 0;
	}
  body.type_homepage > footer::after {
    content: " ";
    display: block;
    width: 54rem;
    background-color: #446a31;
    border-radius: 100% 0% 0% 0%;
    transform: skew(-50deg, 0deg);
    position: absolute;
    right: -40em;
    bottom: 0;
    height: 20rem;
    box-shadow: inset 10px 10px 20px 10px rgba(0, 0, 0, 0.15);
  }

	body.type_homepage #footer_menu {
		position: absolute;
		bottom: 1em;
		width: 100%;
	}

	#__ba_panel { top: 5em!important; left: auto!important; right: 2em!important; }
}

@media (min-width: 60em) {
  .navtrigger { display: none; }
  body > header nav { display: block; width: auto; position: absolute; top: 1rem; left: 10rem; margin: 0 10.5em 0 0; padding: 0; overflow: visible; box-shadow: none; background: transparent; }
  body > header nav.rolledup, .signposts-wrapper.rolledup { max-height: none; }
  body > header nav > ul { margin: 0; padding: 0; height: 100%; display: flex; }
  body > header nav > ul > li { cursor: auto; display: inline-block; position: relative; padding: 0 0.5em; height: 100%; border: none; text-align: center; }
  body > header nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgb(255,255,255, 1);
    color: #fff;
    margin: 0;
		padding: 0;

    transform: translateX(-50%);
		transition: all ease 0.25s;
		box-shadow: none;
  }
  body > header nav > ul > li > ul > li {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0;
    white-space: nowrap;
		border: none;
  }
  body > header nav > ul > li > ul { max-height: 0; padding: 0; }
  body > header nav > ul > li:hover > ul,
  body > header nav > ul > li:focus > ul,
  body > header nav > ul > li.childfocus > ul {
		display: block;
    max-height: none; /* 20em */
    padding: 0;
    box-shadow: 0px 10px 2px 2px rgba(0, 0, 0, 0.15);
    margin: 0 0 0;
		position: absolute;
		top: 2.5rem;
	}
  body > header nav > ul > li:hover > ul > li > a,
  body > header nav > ul > li:focus > ul > li > a,
  body > header nav > ul > li.childfocus > ul > li > a {
		padding: 1em 3em 1em;
		display: block;
	}
  body > header nav > ul > li::after { display: none; }
  body > header nav li a { padding: 0; }

	header ul.socialmedia {
		display: inline-block;
		margin: -0.1em 0 0 0.5em;
		max-width: 5rem;
	}

	.socialmedia.mobilesocialmedia { display: none; }

	#navheader > div > a {
	  margin: 0 0 0 0.25rem;
	}
}


@media (min-width: 55em) {

  body > header nav,
  body > header div {
    font-size: 0.9em;
  }

  /* Homepage styles */
	body.type_homepage main #content > .row > .col,
	body.type_homepage main #content > .row > .col:first-child {
		margin: 10vh auto 2em;
	}
  body.type_homepage #content {
    padding-top: 10rem;
  }
	body.type_homepage #content::after {
		right: -25em;
	}
  body.type_homepage .col.homepage_welcome {
    width: 35%;
  }
  body.type_homepage .col.homepage_content {
    width: 65%;
  }
  body.type_homepage #content::before {
    width: 300vw;
    top: 0;
  }
  body.type_homepage main {
    min-height: 48em;
  }

  .scam-alert {
    margin-top: 0;
  }

  /* end homepage stypes */
}

/*Housing ToolKit Simple nav */

@media screen and (max-width: 400px) {
  #simpleNavContainer .flex-grid-thirds {
    /*display: block !important;*/
    display: flex !important;
   
  }
 /* .flex-col {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .flex-col:last-of-type{
    margin:0;
  }*/
}


@media screen and (max-width:768px){
  #simpleNavContainer .mobile-items{
    display:block !important;
  }
  #simpleNavContainer .desktop-items{
    display:none !important;
  }
  #simpleNavContainer .navButton img {
    height: 1.75em !important;
  }
  .adjust-scrollTop{
    bottom: 60px !important;
  }
  #btnScrollTop {
    bottom: 60px;
  }
  
}
#btnScrollTop {
  transition: all 2s;
}
@media screen and (min-width:768px){
  .adjust-scrollTop{
    bottom: 140px !important;
   }
   #btnScrollTop {
    bottom: 140px;
  }
  
}

h1#step1,h1#step2,h1#step3,h1#step4,h1#step5,h1#step6{
  margin-top:0em !important;
}
ul.simpleNav{
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.simpleNav li{
  display: inline-block;
  color: black;
  font-size:1.4em;
}
ul.simpleNav li a{
  font-weight: bolder;
  color: black;
}
#simpleNavContainer .mobile-items{
  display:none;
}
  #simpleNavContainer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    left: 0;
    text-align:center;
    z-index: 99;
    border-top: 1px solid #075f83;
  }
  #simpleNavContainer .flex-grid-thirds {
    display: flex;
    justify-content: space-between;
  }
  #simpleNavContainer .flex-grid-thirds .flex-col:nth-child(1), .flex-grid-thirds .flex-col:nth-child(3) {
    width: 17%;
    position: relative;
  }
  #simpleNavContainer .flex-grid-thirds .flex-col:nth-child(2) {
    width: 66%;
  }
  #simpleNavContainer .nextButton, #simpleNavContainer .prevButton{
    transition: 0.5s;
  }
  #simpleNavContainer .nextButton:hover, #simpleNavContainer .prevButton:hover{
    background-color:#056084;
  }
  #simpleNavContainer .navButton{
   height:100%;
   width:100%;
   color: white;
   color: black;
 }
 #simpleNavContainer .navButton img{
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: 3.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 }
 #simpleNavContainer .steps{
  background-color: #ffffff;
  color: black;
 }
 #simpleNavContainer .steps a { color: black;}
 #simpleNavContainer a.simpleNav.active{
    text-decoration: underline;
    font-weight: bold;
  }
#simpleNavContainer .simpleNavDesktop{
  cursor: pointer;
}
#simpleNavContainer .item-row{
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
#simpleNavContainer .item-row img{
  max-height: 3.75em;
}
#simpleNavContainer .col-item.active{
  border-left: 1px solid #075f83;
  border-right: 1px solid #075f83;
}
#simpleNavContainer .col-item:hover{
  border-left: 1px solid #075f83;
  border-right: 1px solid #075f83;
}
#simpleNavContainer .col-item {
    flex: 0 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-basis: 14.28% !important;
    max-width: 14.28% !important;
}
#simpleNavContainer .col-item a:hover{
  text-decoration: none;

}
#simpleNavContainer .pop-out{
    display:none;
    position: absolute;
    top: -49px;
    text-align: center;
    padding: 12px;
    background-color: #056084;
    color: white;
    left: 50%;
    transform: translate(-50%,0);
}
@media only screen and (min-width: 640px) {
  #simpleNavContainer .item-row{flex-direction: row !important;}
}

@media only screen and (min-width: 640px) {
  #simpleNavContainer .col--1of6{
    flex-basis: 16.666667% !important;
    max-width: 16.666667% !important;
  }
  #simpleNavContainer .col--1of7{
    flex-basis: 14.28% !important;
    max-width: 14.28% !important;
  }
}

/*Housing toolkit simple nav end*/

div.formBuilder{
  margin-bottom:1em;
}

/* Housing Toolkit content + field start*/
section.formBuilder div.contentField{
  margin-bottom:1em;
}
section.formBuilder div.contentField p{
  display: inline-block;
  margin-top:0em;
  margin-bottom:0.25em;
}
section.formBuilder div.contentField input{
  display: inline-block;
  margin-left:0.5em;
  margin-right:0.5em;
  width: 15em;
  text-align: center;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom:1px solid black;

}
section.housing-toolkit div.formBuilder textarea, section.housing-toolkit div.formBuilder input[type="text"], section.housing-toolkit table.formBuilder textarea, section.housing-toolkit table.formBuilder input[type="text"]{
  width:100%;
  padding: 0.5em 0.25em;
  font-size:1em;
}
section.housing-toolkit div.formBuilder td.prepend textarea, section.housing-toolkit div.formBuilder td.prepend input[type="text"], section.housing-toolkit table.formBuilder td.prepend textarea, section.housing-toolkit table.formBuilder td.prepend input[type="text"]{
  width:100%;
  padding: 0.5em 1.5em;
}
section.housing-toolkit div.formBuilder textarea, section.housing-toolkit table.formBuilder textarea{
  height: 10em;
}
section.housing-toolkit table.formBuilder td{
  position: relative;
}
/* housing tool kit print */

section.housing-toolkit section.imageBlock img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* Housing Toolkit Table */
section.housing-toolkit table td{
  padding:0.5em;
}
/* Housing toolkit table end */
@media print {

  .housing-toolkit input[type=text], textarea{
    border: 0px;
  }

}


/* Housing Toolkit content + field end*/
/* Housing Toolkit left/right content with image start*/
section.housing-toolkit div.two-col-content{
margin-bottom:2em;
}
section.housing-toolkit div.two-col-content img{
  width:100%;
  object-fit: cover;
  object-position: center;
}
/* Housing Toolkit left/right content with image end*/


@media (min-width: 70em) {
  span.desktop,
  #langswitch span { display: inline; }

	#navheader #sitelogo img { height: 3em; }
	body { padding-top: 5.5em; }
	body > header#navheader { height: 5.5em; }
	body > header#navheader nav { top: 2rem; left: 15rem; }

	body > header#navheader #sitelogo img {
		top: 1.5em;
		left: 1.5em;
	}
	body > header#navheader > div {
		top: 2rem;
		right: 1.5em;
	}
  body > header#navheader nav > ul > li {
    padding: 0 1em;
  }
	body.type_homepage #content::before {
		transform: skew(-65deg);
	}
	body > header nav { margin: 0 18em 0 0; }
}

@media (min-width: 80em) {
	body > header nav,
	body > header div {
		font-size: 1em;
	}
	body > header nav { top: 1.25rem;
	}

	body.type_homepage #content::before {
		transform: skew(-70deg);
	}
}

@media (min-width: 100em) {
	body.type_homepage #content::before {
		transform: skew(-80deg);
	}

	body.type_homepage .alert-banner + #content::before {
		transform: skew(-75deg);
	}
}

@media (min-width: 120em) {
	body > header#navheader nav {
		width: 90%;
		max-width: 80rem;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
	}
	body > header#navheader nav > ul > li {
		padding: 0 2em 0 0;
	}
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
    /*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

  body { padding-top: 0; }
	#navheader { display: none; }
	.div-back-to-top { display: none; }
	#btnScrollTop { display: none!important; }
    .client_area_links_wrapper { display: none; }
    button#print { display: none; }

    p.back-link { display: none; }

}

body#page_welcome-to-the-dso-housing-toolkit-step-1 main, body#page_welcome-to-the-dso-housing-toolkit-step-2 main, body#page_welcome-to-the-dso-housing-toolkit-step-3 main, body#page_welcome-to-the-dso-housing-toolkit-step-4 main, body#page_welcome-to-the-dso-housing-toolkit-step-5 main, body#page_welcome-to-the-dso-housing-toolkit-step-6 main{
  margin-bottom:7em !important;
}
