@charset "utf-8";
html {
	height: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	height: calc(100% - 8px);
}
.main {
    box-sizing: border-box;
	padding: 4px 0px 4px 0px;
	height: 100%;
	overflow: auto;
}
.part1 {
    box-sizing: border-box;
	padding: 0;
	width: 100%;
	overflow: auto;
}
.part2 {
    box-sizing: border-box;
    background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding: 0;
	width: 100%;
	overflow: auto;
}
.banner {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 10px;
	background: rgb(9,39,80);
	background: -webkit-linear-gradient(left, rgba(9,39,80,1) 0%, rgba(18,76,156,1) 60%, rgba(29,124,255,1) 100%);
	background: -o-linear-gradient(left, rgba(9,39,80,1) 0%, rgba(18,76,156,1) 60%, rgba(29,124,255,1) 100%);
	background: linear-gradient(to right, rgba(9,39,80,1) 0%, rgba(18,76,156,1) 60%, rgba(29,124,255,1) 100%);
}
.bannerTitleDiv {
	max-width: 900px;
	height: 205px;
    box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.subtitle {
   	margin: 10px auto 10px auto;
	padding: 0 10px 0 10px;
   	display: block;
   	font-family: Montserrat, "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif;
   	line-height: 30px;
   	font-weight: 400;
   	color: white;
   	text-align: center;
}
@media screen and (max-width: 870px) {
	.titleImg {
		height: 70px;
	}
	.title {
	    margin-top: 0px;
		padding: 0 10px 0 10px;
    	display: block;
	    font-family: Volkhorn serif;
    	font-size: 32px;
		text-shadow: #333 1px 1px 6px;
    	line-height: 32px;
    	font-weight: 400;
	    color: white;
    	text-align: center;
    	margin-bottom: 10px;
	}
}
@media screen and (min-width: 870px) {
	.titleImg { }
	.title {
	    margin-top: 0px;
		padding: 0 10px 0 10px;
	    display: block;
	    font-family: Volkhorn serif;
	    font-size: 42px;
		text-shadow: #333 1px 1px 6px;
	    line-height: 42px;
	    font-weight: 400;
	    color: white;
	    text-align: center;
	    margin-bottom: 10px;
	}
}
.summary-banner {
	border: 1px solid #cccccc;
    background-image: url("images/handshake.jpg");
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: 600px;
    margin: 0 auto 0 auto;
	padding: 10px;
}
.summary-border {
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 6px;
    border-radius: 12px;
    box-sizing: border-box;
	height: 100%;
}
@media screen and (min-width: 850px) {
.summaryTextDiv {
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 12px;
    font-family: "Montserrat", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 24px;
    color: #333;
    text-align: center;
    width: 70%;
	max-width: 1050px;
    box-sizing: border-box;
    margin: 325px auto 0 auto;
}
.introDiv {
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 12px;
	font-family: 'Source Sans Pro', "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 22px;
    color: #000;
    text-align: center;
    width: 70%;
	max-width: 1050px;
    box-sizing: border-box;
    margin: 30px auto 0 auto;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
}
}
@media screen and (max-width: 850px) {
.summaryTextDiv {
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 12px;
    font-family: "Montserrat", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 20px;
    color: #333;
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    margin: 325px auto 0 auto;
}
.introDiv {
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 12px;
	font-family: 'Source Sans Pro', "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 20px;
    color: #000;
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    margin: 30px auto 0 auto;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
}
}
@media screen and (max-width: 450px) {
.summaryTextDiv {
    margin: 260px auto 0 auto;
	width: 95%;
}
.introDiv {
    width: 95%;
}
}
.introHead {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.articleLink {
	font-size: 18px;
}
.photo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
	margin-right: 6px;
}
@media screen and (max-width: 450px) {
.namePhotoDiv {
    border: 1px solid #aaaaaa;
    width: 370px;
    margin: 20px auto 0 auto;
    padding: 6px;
	background: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
    vertical-align: top;
}
.photo img {
	width: 140px;
	height: 140px;
}
.namePar {
    width: 203px;
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.contactPar {
    width: 203px;
    font-size: 13px;
    text-align: center;
}
}
@media screen and (min-width: 450px) {
.namePhotoDiv {
    border: 1px solid #aaaaaa;
    width: 422px;
    margin: 20px auto 0 auto;
    padding: 6px;
	background: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
    vertical-align: top;
}
.photo img {
	width: 150px;
	height: 150px;
}
.namePar {
    width: 240px;
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.contactPar {
    width: 240px;
    font-size: 13px;
    text-align: center;
}
}
.profileBtnDiv {
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
    width: 100%;
    box-sizing: border-box;
}
.profileBtn {
    margin: 0;
	padding: 6px;
	width: 100%;
	display: block;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #666;
    white-space: nowrap;
    background-color: #aaaaaa;
    -webkit-tap-highlight-color: transparent;
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition-property: box-shadow, background-color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.profileBtn:hover {
    margin: 0;
	padding: 6px;
	width: 100%;
	display: block;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #666;
    background-color: #bbbbbb;
    color: #ffffff;
    box-shadow: 0 5px 6px rgba(0,0,0,0.2);
}
	.nameTitle {
		font-size: 16px;
		font-weight: bold;
	}
.nameLink {
	margin: 0;
	padding: 0;
}
.nameLink, .nameLink:link, .nameLink:visited, .nameLink:hover, .nameLink:active, .nameLink:visited:hover {
    text-decoration:none;
	color: inherit;
	font:inherit;
}
.nameDiv {
    display: inline-block;
}
.contactLink, .emailcontactLinkLink:visited, .contactLink:active {
    text-decoration: none;
}
.contactLink:hover {
    text-decoration: underline;
}
.scheduleBtnDiv {
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center;
}
.scheduleBtn {
    margin: 0;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #666;
    padding: 10px 20px;
    background-color: #005db9;
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition-property: box-shadow, background-color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
}
.scheduleBtn:hover {
    margin: 0;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #666;
    padding: 10px 20px;
    background-color: #006eda;
    color: #ffffff;
    box-shadow: 0 5px 6px rgba(0,0,0,0.2);
}
.footer {
	font-size: 14px;
	color: #888888;
	margin: 60px auto 10px auto;
	text-align: center;
}
.footer a, .footer a:visited, .footer a:active {
	text-decoration:none;
}
.homeLink, .homeLink:visited, .homeLink:active {
	text-decoration:none;
}
.article {
	padding: 20px;
    border: 1px solid #aaaaaa;
    margin: 20px;
	background: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
    vertical-align: top;
	font-size: 18px;
}

.article h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
.article h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.articleAuthor {
	font-size: 16px;
	margin-bottom: 30px;
}
.profileImgDiv {
	float: left;
	margin: 10px 10px 4px 0;
}
.profileQuote {
	font-style: italic;
	font-size: 16px;
}


