﻿.home #header #banner {
	min-height: 1020px !important;
}

.cbp-qtrotator {
	width:100%;
	height:180px;
	min-height: 400px;
	position:relative;
	float:left;
	margin:0;
	padding-top:11px
}

.cbp-qtpause {
	width: 100%;
	text-align: right;
}

.cbp-qtpause a {
	font-size: 0.8em;
	font-weight: bold;
	color: #2a603b;
	text-decoration: none;	
}

.cbp-qtrotator a {
	text-decoration: none;
	color: #748a96;
}

.cbp-qtcontent {
	width:100%;
	height:auto;
	position:absolute;
	min-height:180px;
	top:0;
	z-index:2;
	display:none
}

.cbp-qtrotator .cbp-qtcontent.current {
	display:block
}

.cbp-qtrotator blockquote {
	margin:40px 0 0 0;
	padding:0
}

.cbp-qtrotator blockquote p {
	font-size:20px !important;
	line-height: 32px !important;
	color: #748a96;
	font-weight:300;
	margin:0.4em 0 1em
}

.cbp-qtrotator blockquote footer {
	font-size: 17px;
	line-height: 27px;
}

.cbp-qtrotator blockquote footer:before {
	content:'' !important;
}

.cbp-qtrotator blockquote:before {
	content:'' !important;
}

.cbp-qtrotator .cbp-qtcontent img {
	float:right;
	margin:50px 0 0 50px
}

.cbp-qtprogress {
	position:absolute;
	background:#2a603b;
	height:1px;
	width:0%;
	z-index:1000
}

.aside {
	max-width: 460px;
	width: 100%;
	float: right;
}

.asideLeft {
	max-width: 460px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 30px;
	line-height: 40px;
	font-style: italic;
	margin: 0 0;
	padding: 0 40px;
	position: relative;
}

blockquote:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: 20px;
}

blockquote cite {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}

.tableCell {
}

.divFlex {
		display: flex;
	}
	
	.divFlexGrow1 {
		flex: 1 1 0px;
	}

.attribute {
	display: inline-block;
	margin-left: 40px;
}

.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h1.noMarginBottom {
	margin-bottom: 0px !important;
}

.youtubeIFrameFull {
	width: 100% !important;
	max-width: 100% !important;
}

.socialIconPage {
	position: absolute;
	margin-left: -45px;
	margin-top: 175px;
	transform-origin: left top;
	transform: scale(1.75);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 45%);
}

.breadcrumb {
	font-family: "Josefin Sans",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.wrapThin {
	padding: 15px 15px !important;
}

h1.thinBottomMargin {
	margin-bottom: 5px;
}

	
.person-wrap:hover {
	transition: all 0.25s ease;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.person-wrap .headshot
{
	transition: all 0.25s ease;
	border-radius: 50%;
	border: 6px solid #fff;
}

	.person-wrap:hover .headshot
	{
		border: 6px solid #fff;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	}
	
.light-panel {
	background: #f5f5f5;
}


.rightHeavy {
    display: flex;
    flex-direction: row;
}

	.rightHeavy .leftcol {
	    flex-basis: 0;
	    flex-grow: 2;
	    padding-right: 1em;
	}
	
	.rightHeavy .rightcol {
	    flex-basis: 0;
	    flex-grow: 3;
	    padding-left: 1em;
	}


.flexCards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cardSolution {
	width: 210px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	background-color: #fff;
	transition: all 0.25s ease;
	margin: 0px 7px 30px 7px;
}
	
	.cardSolution:hover {
		width: 210px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
		background-color: #fff;
		border-bottom: 7px solid #2a603b;
		margin-bottom: 23px;
	}

	.cardSolution .caption {
	    font-family: "Josefin Sans",sans-serif;
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 30px;
	    color: #2a603b;
	    padding: 10px 10px 20px 20px;
	}
	
		.flexCards a {
			text-decoration: none !important;
		}
	
		.cardSolution .caption span {
			font-size: 12px;
			line-height: 18px;
			color: #333;
		}
		
.flexCarousel {
    display: flex;
    flex-direction: row;
}

	.flexCarousel div {
	    flex-basis: 0;
	    flex-grow: 1;
	    margin-right: 3em;
	}

h5 {
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 0px;
}

ul.featureList  {
	font-size: 19px;
	line-height: 27px;
	list-style: square !important;
}
	ul.featureList li {
		list-style: square !important;
		color: #333;
	}

	
.carouselSpacer {
	height: 164px;
}

@media screen and (max-width: 1420px) {

	.cardSolution {
		width: 200px;
	}
	
}

@media screen and (max-width: 1245px) {

			
	.flexCarousel {
	    display: flex;
	    flex-direction: column;
	}
	
	.carouselSpacer {
		height: 0px;
	}


	.rightHeavy {
	    flex-direction: column;
	
	}

}

@media only screen and (max-width: 1200px) {

	.cbp-qtrotator blockquote p {
		font-size: 19px !important;
		line-height: 30px !important;
	}
	
	.cbp-qtrotator blockquote footer {
		font-size: 17px;
		line-height: 27px;
		}

}

@media only screen and (max-width: 1020px) {
	.home #header #banner {
		min-height: 900px !important;
	}
}

@media only screen and (max-width: 1000px) {
	blockquote {
		display: none;
	}
	
		blockquote.showAlways {
			display: block !important;
		}
	
	.cbp-qtrotator {
		display: none;
	}

	.cbp-qtpause {
		display: none;
	}
	
	.hideMobile {
		display: none !important;
	}
	
	.divFlex {
		flex-direction: column-reverse;
	}
	
	.asideLeft {
		margin-bottom: 20px !important;
	}
}

@media screen and (max-width: 768px) {

	.flexCards {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

}

@media only screen and (max-width: 600px) {

	.cbp-qtrotator {
		display: none;
	}

	.cbp-qtpause {
		display: none;
	}
}