/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
/* body, h1, h2, h3, h3, h5, h6, p, span {
    line-height: 1.5 !important;
} */

.text-72 {
	font-size: 50px;
}
.text-20 {font-size:1.25rem;}

.sloped-hero:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 10vw solid white;
	border-right: 100vw solid transparent;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.sloped-hero {
	border-bottom: none;
	height: 600px;
}

.margin-top-neg-overlay {
	margin-top: -185px;
	position: relative;
	z-index: 500;
	padding-bottom: 50px;
}

.card-picture-img {
	object-fit: contain;
	width: 100%;
}

.button-solid {
	border-radius: 0;
}

.align-self-center {
	align-self: center;
}


/*Services cards*/

 .services-row {
	display: flex;
} 

.services-row .card-picture-4 {
 	flex-grow: 1;
    flex-basis: 0;
}

.services-row .card-picture-4 a {
	display: none;
}

.services-row .card-picture-4 .card-picture-img {
	object-fit: cover;
	height: 250px;
}

.card-picture-4:hover .card-picture-title {
	background-color: #1A4127;
	position: relative;
}

.card-picture-4:hover .card-picture-title:after {
	opacity: 1;
	padding-left: 15px;
}

.card-picture-4 .card-picture-title:after {
	content: "\276F";
	opacity: 0;
	transition: ease-in-out 0.15s;
	position: absolute;
}


.supportInfo {
	display: none;
}

.wFormHeader {
	display: none;
}

.cmhc-form .wFormContainer .wForm {
	padding-top: 0;
	padding-bottom: 0;
}

  /*accordions*/

.accordion + div {
  padding:30px 10px 30px 25px;
  background-color: #f9f9f9;
 }
 p.accordion {
  font-size:42px;
  background-color:green;
}
.accordion:not(.accordion-unstyled):after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    content: "\f067";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    /* display: none; */
    font-size: 250%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 80px;
    color: #fff;
    background-color: #285d39;
    border-radius: 0 3px 3px 0;
}

.accordion h3 {
	padding-right:2.3em;
}

#gift_of_support .card-picture-button {
	font-size: 24px;
	margin-bottom: 0;
	padding: 20px 18px;
}

#gift_of_support .card-picture-button:hover {
	font-weight: bold;
	color: #275d38;
	text-decoration: none;
}

/*                                                      COUPLES RESOURCES PAGE                                                        */

div.couples-resources h2.card-picture-title {
	font-size: 24px;
	line-height: 1.2 ;
}

div.couples-resources .card-picture-2 .card-picture-img {
	max-height: 200px;
	object-fit: cover;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	.sloped-hero {
		border-bottom: none;
		height:700px;
	}

	.text-72 {
		font-size: 72px;
	}
	


}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	

}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {


}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/