  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: 'Merriweather', serif !important; font-weight:700; text-wrap:balance;}
		.fresh-start-container .multicolumn-container .row {background-color:#236192; !important; color:#fff; padding-bottom:.1rem;}
		.fresh-start-container .multicolumn-container .row .col-lg-6:nth-child(1) {order:2; margin-bottom:0 !important;}
		.fresh-start-bg {background-image: url('/_resources/images/themes/Yellow_Single_Rounded_Locality_Mark_RGB.svg'); background-position:center center; background-repeat:no-repeat; background-size:contain; min-height:180px; position:relative; text-align: center;}
		.fresh-start-bear-img {position:absolute; bottom:0; left:5%; height:auto; max-height:200px !important; z-index:1;}
		.contact-container .multicolumn-container .row {background-color:#ffcd00; !important; padding-bottom:.1rem;}
		.contact-container .multicolumn-container .row .col-lg-6:nth-child(2) {margin-bottom:0 !important;}
		.contact-container .ou-component-person-profile .person .row {background-color:#fff;}
		.contact-container .ou-component-person-profile img.card-img-top {margin-bottom:1rem;}
		.contact-bg {background-image: url('/_resources/images/themes/Blue_Group_Triangular_Locality_Mark_RGB.svg'); background-position:center center; background-repeat:no-repeat; background-size:contain; min-height:180px; position:relative; text-align: center;}
		.contact-bear-img {position:absolute; bottom:0; left:0; height:auto; margin-bottom:0 !important; max-height:200px !important; z-index:1;}
/* Off-Canvas Pop-Out Menu Styles */
		.button-contact-quick-links  {
			position: fixed;
			right: -80px;
			top: 66vh;
			transform: rotateZ(-90deg);
			padding: 0.5rem;
			border: none;
			font-family: 'Saira Condensed', 'Barlow', sans-serif;
			font-weight: 600;
			font-size: larger;
			z-index:100;
		}
		.bs-canvas-overlay {
				opacity: 0;
				z-index: -1;
			}
		.bs-canvas-overlay.show {
			opacity: 0.85;
			z-index: 1100;
		}
		.bs-canvas-overlay, .bs-canvas {
			transition: all .4s ease-out;
			-webkit-transition: all .4s ease-out;
			-moz-transition: all .4s ease-out;
			-ms-transition: all .4s ease-out;
		}
		.bs-canvas {
			top: 0;
			z-index: 1110;
			overflow-x: hidden;
			overflow-y: auto;
			width: 330px;	
		transition: margin-right .4s ease-out, margin-left .4s ease-out;
		}
		.bs-canvas-left {
			left: 0;
			margin-left: -330px;
		}
		.bs-canvas-right {
		right: 0;
		margin-right: -330px;
		}
		.bs-canvas-right.mr-0 {
			margin-right: 0;
		}
	/* Only for demo */
		body {
    		min-height: 100vh;
		}
@media (min-width: 576px) {
	.fresh-start-container .multicolumn-container .row .col-lg-6:nth-child(1) {margin-bottom:1rem !important;}
	.fresh-start-bg {min-height:340px;}
	.fresh-start-bear-img {top:0; left:0; max-height:unset !important;}
	.fresh-start-container .multicolumn-container .row .col-lg-6:nth-child(2) {margin-bottom:1rem !important;}
	.contact-bg {min-height:356px;}
	.contact-bear-img {top:0; left:0; max-height:unset !important;}
}
@media (min-width: 768px) {
	.button-contact-quick-links  {right:-60px; padding: 1rem; top: 50vh;}
	.fresh-start-bg {background-size: 85%; min-height:490px;}
	.contact-bg {background-size: 85%; min-height:505px;}
}
@media (min-width: 992px) {
	.button-contact-quick-links  {right:-30px;}
	.focus .ou-component-icon-card .card {min-height:275px;}
	.fresh-start-container .multicolumn-container .row .col-lg-6:nth-child(1) {order:0;}
	.fresh-start-bg {border-bottom:none; min-height:280px;}
	.fresh-start-bear-img {top:-2rem;}
	.contact-container .ou-component-person-profile .person {margin-bottom:0;}
	.contact-bg {border-bottom:none; min-height:280px;}
	.contact-bear-img {top:-2rem;}
}
@media (min-width: 1200px){
	.button-contact-quick-links  {right:-60px;}
	.fresh-start-bg {min-height:341px;}
	.contact-bg {min-height:358px;}
}