/*###########################################################################
#	BROWSER RESET
###########################################################################*/
body, div, ol, li, form, fieldset, input, textarea /*p, th, td, img*/ {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset {
	border: 0;
}
em {
	font-style: italic;/*	font-weight: normal;*/ /* Causes issues when nested (e.g. header) */
}
strong {
	font-style: normal;/*	font-weight: bold;*/ /* Causes issues when nested (e.g. header) */
}
ol {
	/*	list-style:none;*/
	margin-left: 25px;
	margin-bottom: 15px; 
}
li {
	margin: 6px 0 6px 0;
}
/* This is commented out, as it makes pages less accessible */
/*a:active, a:focus, input[type="image"] {
	outline: 0;
}*/

input {
	padding: 1px 2px 1px 2px;
}
/*###########################################################################
#	END - BROWSER RESET
###########################################################################*/

/* ######################################################### 
#	MISCELLANEOUS STYLES
##########################################################*/
a {
	color: #0173af;
}
html {
	overflow: scroll;
	overflow-x: auto;
}
/* ###############################################
	Transition Wrapper Div
#################################################*/
div.transitionWrapper p {
	font-size: 16px;
	padding: 2px 0px 7px 0px;
	line-height: 20px;
	margin: 4px 0px 5px 0px;
}
div.transitionWrapper li {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 10px 0;
}
/* #####	YouTube Video     ##### */
.showHideMeLink {
	display: block;
	text-align: left;
}
div.showHideMeContent {
	border: 1px solid transparent;
}
.showHideMeLink.inline {
	display: inline;
	text-align: inherit;
}
.showHideMeLink::before {
	content: "";
	width: 0px;
	height: 0px;
	display: inline-block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	border-right: 4px solid transparent;
	margin: 0 3px 0px 0;
}
.showHideMeLink.inline::before {
	content: inherit;
	width: 0px;
	height: 0px;
	display: inline;
	border: none;
	margin: 0 0px 0px 0;
}
/* #####	END - YouTube Video     ##### */

.showHideMeLink.button__tray {
	background-color: #0173af;
	padding: 15px 0px 18px 10px;
	color: white;
	box-sizing: border-box;
	margin: 0px;
	font-size: 18px;
	text-align: center;
}
.showHideMeLink.button__tray:hover {
	background-color: #015480;
}
.showHideMeLink.button__tray::after {
	display: inline-block;
	content: url('https://www.cmhc-schl.gc.ca/imagesCFScripts/innovationFund/arrowEmpty.png');
	background: url('https://www.cmhc-schl.gc.ca/imagesCFScripts/innovationFund/arrowDown.png');
	margin: 0 0 0 15px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	width: 14px;
}
.showHideMeLink.button__tray::before {
	border: none;
	margin: 0 0px 0px 0;
}
/*##################################################################
# Centered Content Container
#####################################################################*/

div.transitionWrapper section.contentContainer {
	width: 90%;
	box-sizing: border-box;
	margin: 15px auto;
	border-radius: 5px 5px 5px 5px;
	background-color: #FcFcFc;
	padding: 40px 0px 10px 0px;
	border: 1px solid #e4e4e4;
}
/*##################################################################
# END - Centered Content Container
#####################################################################*/
/*##################################################################
# Start - Innovation Fund
#####################################################################*/
div.showHideMeContent.innovationFund {
	box-sizing: border-box;
	padding: 40px 0 0 0;
}
form#innovationForm input.multipleUpload {
	margin: 15px 0 10px 0;
}
a#addFile {
	background-image: url(https://www.cmhc-schl.gc.ca/imagesCFScripts/innovationFund/add.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 2px 0 5px 30px;
}
/*##################################################################
# End - Innovation Fund
#####################################################################*/


div.transitionWrapper .required::after {
	display: inline-block;
	content: "*";
	color: #fe000b;
	margin-left: 5px;
}
div.transitionWrapper form {
	font-size: 16px;
	margin: 0 auto;
	width: 60%;
	box-sizing: border-box;
	padding: 0 0 0 0em;
}
div.transitionWrapper section.contentContainer.innovationFund form {
}
div.transitionWrapper form label {
	display: block;
	margin: 0 0 .25em 0;
	font-weight: bold;
}
div.transitionWrapper form input, div.transitionWrapper form textarea, div.transitionWrapper form select {
	margin: 0 0 1.5em 0 !important;/* border:1px solid $grey;*/
}
div.transitionWrapper form label {
	color: #333;
}
div.transitionWrapper form input[type="text"], div.transitionWrapper form select, div.transitionWrapper form textarea {
	color: #333333;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	border: 1px solid #cdcdcd;
	width: 100%;
	box-sizing: border-box;
}
div.transitionWrapper form fieldset legend {
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
div.transitionWrapper form input.shortInput {
	width: 20%;
}
div.transitionWrapper form fieldset.phoneNumber input {
	width: 15%;
}
div.transitionWrapper form fieldset.phoneNumber label:first-of-type {
	margin-left: -5px;
}
div.transitionWrapper form label.checkbox {
	/* This aligns the text beside the checkbox */
	padding-left: 15px;
	text-indent: -15px;
	margin-bottom: 15px;
}
div.transitionWrapper form label.checkbox input {
	margin: 0px 0 2px 0 !important;
	vertical-align: middle;
}
div.transitionWrapper form fieldset.phoneNumber label, div.transitionWrapper form fieldset.sameLine label {
	display: inline-block;
}
/* Highlights Inputs in form on focus */
div.transitionWrapper form input[type=text], div.transitionWrapper form textarea, div.transitionWrapper form select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: 1px solid #DDDDDD;
}
div.transitionWrapper form input[type=text]:focus, div.transitionWrapper form textarea:focus, div.transitionWrapper form select:hover {
	box-shadow: 0 0 5px rgba(1, 115, 175, 1);
	border: 1px solid rgba(1, 115, 175, 1);
}
/* END - Highlights Inputs in form on focus */

/* --------------------- button start --------------------- */

div.transitionWrapper .hero_btn {
	margin: 5px 0px 15px 0px;
	padding: 15px 25px 15px 25px;
	background-color: #0173af;
	display: inline-block;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	box-shadow: none;
	border-top: none;
	border-bottom: 2px solid #015480;
	border-left: 2px solid #015480;
	border-right: none;
	text-decoration: none;
	color: #fff;
}
div.transitionWrapper .hero_btn:hover {
	background-color: #015480;
	cursor: pointer;
}
/* --------------------- button end --------------------- */

/* ###############################################
	END - Transition Wrapper Div
#################################################*/


/* ###############################################
####	Header and Footer 					######
################################################## */				


@font-face {
	font-family: 'eb_garamondregular';
	src: url('/ebgaramond-webfont.eot');
	src: url('/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'), url('ebgaramond-webfont.woff') format('woff'), url('/ebgaramond-webfont.ttf') format('truetype'), url('/ebgaramond-webfont.svg#eb_garamondregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 15px;
}
/*Nav Skip. --------------------------*/
.navskip {
	height: 0;
	width: 0;
	overflow: hidden;
	float: right;
	font-size: 0;
	position: absolute;
	top: -100px;
}
/*Nav Skip. --------------------------END*/

div.mastheadLogo {
	margin: 0 0 0px 0;
}
div.mastheadLogo img {
	display: block;
	margin: 0 auto;
	max-width: 650px;
}
div.corporateTitle {
	display: none;
	float: left;
}
div.corporateTitle p {
	display: inline-block;
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
	text-transform: uppercase;
	font-family: 'eb_garamondregular', serif;
	font-weight: lighter;
}
div.topLinks {
	display: none;
	float: left;
	width: 100%;
	padding: 0px 0px 15px 0px;
	margin: 0 0 15px 0;
}
div.topLinks ul {
	float: right; /* changed */
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
div.topLinks ul li {
	padding: 0px 0px 0px 0px;
	/* background-image: url(dots_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
	text-align: center;
}
div.topLinks ul li a {
	display: block;
	height: 100%;
	padding: 10px 0px 10px 10px;
}
div.topLinks ul li:hover {
	background-color: #eeeeee;
}
/*--------------- Hamburger Menu ---------------------*/
#mobileMenu {
	float: right;
	text-transform: uppercase;
	cursor: pointer;
}
#mobileMenu a {
	display: block;
	overflow: auto;
}
#mobileMenu span.menuText {
	float: left;
	display: block;
	margin: 0px 4px 0px 0px;
	font-size: 13px;
	color: #777777;
}
#nav-icon {
	float: left;
	display: block;
	width: 20px;
	height: 12px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #777777;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* Icon 3 */

#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 6px;
}
#nav-icon span:nth-child(4) {
	top: 12px;
}
#nav-icon.menuOpen span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#nav-icon.menuOpen span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.menuOpen span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.menuOpen span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}
div.topLinks.menuExpand {
	display: block;
}
/*--------------- END - Hamburger Menu ---------------------*/


div.mastheadMaster {
	width: 100%;
	margin: 0px auto 15px auto;
	overflow: hidden;
}
div#containerMaster {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #dcdcdc;
	background-repeat: repeat;
	border-top: 5px solid #0173af;
	border-radius: 5px 5px 0 0;
}
div#containerOuter {
	float: left;
	width: 100%;
	padding: 10px 0px 40px 0px;
}
/*--------------- start footer ---------------------*/
div.containerFooter {
	position: relative;
	min-height: 115px;
	width: 100%;
	/* background-color: #333333; */
	overflow: auto;
	padding: 25px 20px 25px 20px;
	/* color: #fff; chanaged */
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
	text-align: center;
}
div.footerCorpInfo {
	position: relative;
	margin: 8px 0 0px 0;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
div.footerCorpInfo p {
	margin: 5px 0 5px 0;
	line-height: 20px;
}
div.footerCorpInfo a:link, div.footerCorpInfo a:visited, div.footerCorpInfo a:active {
	/ * color: #fff; changed */
	text-decoration: underline;
}
div.footerCorpInfo a:hover {
	color: #333;
    background-color: transparent;
}
div.footerWordmark img {
	float: right;
	padding: 40px 0 0 0;
	width: 125px;
}
/*--------------- end footer ---------------------*/




/* Anchor Links */
a:link, a:visited, a:active, a:hover {
	color: #0173af;
	text-decoration: none;
}
a img {
	border: none;
}
a.alerts:active, a.alerts:link, a.alerts:visited {
	margin: 20px 20px 0px 0px;
	padding: 15px 25px 15px 25px;
	background-color: #ef8a20;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	clear: both;
	text-decoration: none;
	color: #fff;
	float: right;
	border: 1px solid #b6b6b6;
	border-bottom: 3px solid #ef8a20;
}
a.alerts:hover {
	color: #333;
	background-color: #fff;
}
a.btn {
	padding: 10px 17px 10px 17px;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	/* background-color: #333333; */
	color: #fff;
}
a.btn.btnSelected {
	opacity: 0.75;
	filter: Alpha(opacity=75);
}
a.btn:hover {
	/*background-color: #000000;
	text-decoration: underline; */
	color: #fff;
    background-color: #01527c;
    border-color: #013a59;
}
a.btn.light {
	background-color: white;
	color: #333;
}
a.btn.light:hover {
	background-color: white;
}
a.btn.icon {
	padding: 10px 17px 10px 33px;
}
a.hero_btn:active, a.hero_btn:hover, a.hero_btn:link, a.hero_btn:visited {
	float: left;
	margin: 5px 0px 15px 0px;
	padding: 15px 25px 15px 25px;
	background-color: #0173af;
	display: inline-block;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
a.hero_btn:hover {
	background-color: #015480;
}

/* END - Anchor Links */





@media screen and (min-width: 551px) {
div.corporateTitle {
	margin: 7px 0 0 0;
}
div.mastheadMaster {
	margin: 0px auto 10px auto;
}
div.mastheadLogo {
	float: left;
	margin: 0 15px 0px 0;
	width: 21%;
	max-width: 125px;
}
div.mastheadLogo img {
	display: inline;
	margin: 0;
    /* Removed width to adjust CMHC Logo*/
	/* width: 650px; */
}
div.corporateTitle {
	display: block;
}
}

@media screen and (min-width: 551px) and (max-width: 649px) {
div.corporateTitle p {
	font-size: 26px;
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
	line-height: 24px;
}
body.fr div.corporateTitle p {
	font-size: 22px;
	line-height: 23px;
}
}

@media screen and (min-width: 601px) {
body.fr div.corporateTitle p {
	font-size: 25px;
	line-height: 25px;
}
}

@media screen and (min-width: 650px) and (max-width: 715px) {
div.corporateTitle p {
	font-size: 30px;
	line-height: 28px;
	margin: 0px 0 0 0;
}
body.fr div.corporateTitle p {
	font-size: 27px;
	line-height: 27px;
}
}

@media screen and (min-width: 716px) and (max-width: 799px) {
div.corporateTitle {
	margin: 2px 0 0 0;
}
div.corporateTitle p {
	font-size: 34px;
	line-height: 32px;
	margin: 0 0 0 0;
}
body.fr div.corporateTitle p {
	font-size: 30px;
	line-height: 29px;
}
div.mastheadLogo {
	max-width: 135px;
}
}

@media screen and (min-width: 775px) {
div.footerCorpInfo {
	position: absolute;
	width: auto;
	padding: 0px 35px 29px 10px;
	/* right: 0; changed */
	bottom: 0;
	text-align: left;
}
}

@media screen and (min-width: 800px) {
div.corporateTitle {
	margin: 0px 0 0 0;
}
div.mastheadLogo {
	max-width: 135px;
}
body.fr div.mastheadLogo {
	max-width: 125px;
	margin: 0 15px 0px 0;
}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
div.corporateTitle p {
	font-size: 36px;
	line-height: 33px;
	margin: 0 0 0px 0;
}
body.fr div.corporateTitle p {
	font-size: 32px;
	line-height: 31px;
}
}

@media screen and (min-width: 1001px) {
div.mastheadMaster {
	/* width: 90%; */
	margin: 15px auto 10px auto;
}
div.corporateTitle {
	margin: 4px 0 0 0;
}
div.corporateTitle p {
	font-size: 33px;
	line-height: 31px;
	margin: 6px 0 0px 0;
}
body.fr div.corporateTitle p {
	font-size: 28px;
	line-height: 28px;
	margin: 0px 0 0px 0;
}
div.mastheadLogo {
	margin: 5px 15px 0px 0;
}
div#containerMaster, body.fr div#containerMaster {
	width: 90%;
	max-width: 1570px;
}
#mobileMenu {
	display: none;
}
#nav-icon {
	display: none;
}
div.topLinks {
	float: none;
	display: block;
	width: 90%;
	padding: 0px 0px 35px 0px;
	margin: 0 auto 0px auto;
	/* background-image: url(dots_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	color: #eeeeee;
}
body.fr div.topLinks {
	font-size: 15px;
}
div.topLinks ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
div.topLinks ul li {
	display: inline;
	/* border-right: 1px solid #eeeeee; */
	border-bottom: none;
	padding: 0px 6px 0px 1px;
	background-color: transparent;
	background-image: none; 
}
div.topLinks ul li.lastLink {
	border-right: none;
}
div.topLinks ul li:hover {
	background-color: transparent;
}
div.topLinks ul li a {
	display: inline;
	padding: 10px 0px 10px 0px;
}
div.containerFooter, div.footerWordmark {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (min-width: 1100px) {
div.corporateTitle p {
	font-size: 36px;
	line-height: 34px;
	margin: 0px 0 0px 0;
}
body.fr div.corporateTitle p {
	font-size: 30px;
	line-height: 28px;
}
}

@media screen and (min-width: 1140px) {
div.corporateTitle {
	margin: 4px 0 0 0;
}
body.fr div.mastheadLogo {
	max-width: 135px;
}
body.fr div.corporateTitle p {
	line-height: 29px;
}
}

@media screen and (min-width: 1300px) {
div.mastheadMaster {
	max-width: 1570px;
}
div.corporateTitle p {
	font-size: 38px;
	line-height: 34px;
}
body.fr div.corporateTitle p {
	font-size: 34px;
	line-height: 30px;
	margin: 0px 0 0 0;
}
div.topLinks, div.containerFooter {
	width: 90%;
	max-width: 1570px;
	margin: 0 auto 15px auto;
}
body.fr div.topLinks {
	font-size: 16px;
}
}

/* Added */
div.containerFooter {
	 
	padding: 0px 0px 35px 0px;
    margin: 35px auto 0px auto;
    background-image: url(dots_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
	bottom: 0;
}

div.mastheadMaster {
	 
	padding: 0px 0px 35px 0px;
    margin: 0 auto 0px auto;
    /*background-image: url(dots_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom; */
}

.containerHeader {
	width: 90%;
	padding: 0px 0px 1px 0px;
	margin: 0 auto 0px auto;
	background-image: url(dots_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.tooltipinfo {
  position: relative;
  display: inline-block;  
}

.tooltipinfo .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size:12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 6px;
  border-style: solid;
  padding: 10px 10px;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipinfo .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px; 
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipinfo:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}