.homeFeaturePanel {
	height:100vh;
	background-size: cover;
	background-position: center center;
	max-height:575px;
}

.homeFeaturePanel .featurePanelOverlay {
	height:100%;
	background:rgba(0, 0, 0, .7);
	width:calc(100% + 30px);
	margin-left:-15px;
}

.homeFeaturePanel .featurePanelContent {
	position: absolute;
    height: 100%;
    display: inline-block;
    left: 100px;
    width: calc(100% - 100px);
	margin-top:-200px;
}

@media (min-height:450px) {
	.homeFeaturePanel {
			
	}
	
	.homeFeaturePanel .featurePanelContent {
		margin-top:calc(-100vh + 100px);
	}
}

@media (min-height:600px) {
	.homeFeaturePanel {
		height:500px;		
	}
	
	.homeFeaturePanel .featurePanelContent {
		margin-top:-410px;
	}
}

@media (min-height:720px) {
	.homeFeaturePanel {
		height:575px;		
	}
	
	.homeFeaturePanel .featurePanelContent {
		margin-top:-450px;
	}
}





@media (max-width:768px) {
	
	.homeFeaturePanel {

	}
	
	.homeFeaturePanel .featurePanelContent {
		width:calc(100% - 15px);
		left:0;
	}
}

.homeFeaturePanel .featurePanelContent h2, .homeFeaturePanel .featurePanelContent h3, .homeFeaturePanel .featurePanelContent h5, .homeFeaturePanel .featurePanelContent p {
	color:#ffffff;
} 

.homeFeaturePanel .featurePanelContent h5 {
	font-size:16px;
	text-transform: uppercase;
	margin-bottom:25px;
	color: limegreen;
}

.homeFeaturePanel .featurePanelContent h2 {
	text-transform: uppercase;
	font-size:40px;
	margin-left:25%;
	margin-right:25%;
	font-weight:700;
	line-height:40px;
}

.homeFeaturePanel .featurePanelContent h3 {
	font-family:"museo-sans", Halvetica Neue, sans-serif;
	text-transform: uppercase;
	font-size:16px;
	margin-left:30%;
	margin-right:30%;
	margin-top:25px;
}

.homeFeaturePanel .featurePanelContent p {
	
}

.homeFeaturePanel .featurePanelContent .buttons {
	margin-top:60px;
}

.homeFeaturePanel .featurePanelContent .buttons .button {
	margin:0 15px;
	background:rgba(255,255,255,.9);
	color:#000000;
	padding:20px;
	font-size:14px;
	text-transform: uppercase;
	font-family: 'museo-sans', Halvetica Neue, sans-serif;
}

@media (max-width:992px) {
	.homeFeaturePanel .featurePanelContent h2 {
		font-size:40px;
		line-height:40px;
	}
}

@media (max-width:768px) {
	.homeFeaturePanel .featurePanelContent .buttons .button {	
		width: calc(100% - 30px);
		display: block;
		margin-bottom: 15px;
		padding:10px 20px;
	}
}

@media (max-width:768px) {
	.homeFeaturePanel .featurePanelContent h2 {
		font-size:20px;
		line-height:20px;
		margin-left:10%;
		margin-right:10%;
	}
	
	.homeFeaturePanel .featurePanelContent h3 {
		margin-left:10%;
		margin-right:10%;
	}
	
	.homeFeaturePanel .featurePanelContent h5 {
		font-size:14px;
	}
}


.introText {
	background:#f3f3f3;
}

.introText .text-centre {
	text-align:center;
}

.introText .text-left {
	text-align:left;
}

.introText .text-right {
	text-align:right;
}

.introText .no-margin {
	margin:0 auto;
}

.introText .normal-margin {
	margin:50px auto;
}

.introText .extended-margin {
	margin:100px auto;
}

.introText .introText-subTitle {
	font-size:12px;
	text-transform: uppercase;
}

.introText .introText-heading {
	font-size: 31px;
    text-transform: uppercase;
    line-height: 31px;
    font-family: "museo-sans",Helvetica,Arial,sans-serif;
    font-weight: 100;
    color: #333;
	margin-bottom:15px;
}

.introText .introText-subTitle + .introText-heading {
	margin-top:10px;
}

.introText .introText-summary {
	color:#999;
}

.introText a.introText-linkText {
	display:inline-block;
	margin-top:15px;
}

.buttonContainer {
	padding-bottom:50px;
	background-color:#f3f3f3;
}


/** Inline Image Block */
.inlineImage {
	background:#f3f3f3;
}

.inlineImage .no-margin {
	margin:0 auto;
}

.inlineImage .normal-margin {
	margin:0 auto 50px;
}

.inlineImage .extended-margin {
	margin:0 auto 100px;
}

.inlineImage.inlineImage--dual {
	
}

.inlineImage .inlineImage--content {
	display:inline-flex;
}

.inlineImage--single .inlineImage--image1 {
	width:100%;
}

.inlineImage--dual .inlineImage--image1 {
	width:calc(50% - 10px);
	margin-right:10px;
}

.inlineImage--dual .inlineImage--image2 {
	width:calc(50% - 10px);
	margin-left:10px;
}

.inlineImage--image1 img, .inlineImage--image2 img {
	width:100%;
}

.accordionContainer {
	
}

.accordionContainer h2 {
	margin-bottom:50px;
	padding-left:10px;
}

.accordionItem-header {
	/*border-top:1px solid #e3e3e3;*/
	border-bottom:1px solid #e3e3e3;
}

.accordionItem-header:nth-of-type(1) {
	border-top:1px solid #e3e3e3;
}

.accordionItem-header a {
    width: 100%;
    display: block;
    padding: 15px 10px;
	
}

.accordionItem-header a:after {
    content: "+";
    float: right;
    font-weight: 700;
}

.accordionItem-description {
	padding:15px 10px;
	font-size:14px;
	border-bottom:1px solid #e3e3e3;
}

.top-navigation {
	overflow:hidden;
}


.accordionContainer.noTopMargin {
	padding-top:0;
	margin-top:-40px;
}


/* Bootstrap 4 additions */

.row.justify-content-center {
	display:flex;
	flex-wrap: wrap;
}

.justify-content-center {
	-webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}