@charset "utf-8";

/*====================================================================
-----STYLE RESETS-----
=====================================================================*/
body, h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
a {
	outline: 0;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
* {
	box-sizing: border-box;
}
hr {
	color: rgba(208,207,207,0.7);
	height: 0.25px;
}
/*===================================================================*/

/*====================================================================
-----GLOBAL styles-----
=====================================================================*/

/*=======Ribbons=======*/
#topRibbon {
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,1);
	position: fixed;
	display: block;
	top: 0;
	transition: top 0.3s;
	z-index: 10;
}
#topRibbon .Name {
	margin: auto;
	width: 92%;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
#topRibbon .Name h1 {
	padding-top: 11.2px;
	color: rgba(255,255,255,1);
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 24px;
	cursor: pointer;
}
#menu {
	float: right;
	padding-right: 6px;
	padding-top: 1.5px;
	cursor: pointer;
}
#menu img {
	width: 25px;
	height: 25px;
	margin-top: 10px;
	margin-left: 5px;
}
#topRibbon .emailLogo {
	float: right;
	padding-right: 6px;
	padding-top: 1.5px;
	cursor: pointer;
}
#topRibbon .emailLogo img {
	width: 45px;
	height: 45px;
}
#topRibbon .emailLogo img:hover, #topRibbon #menu img:hover, #topRibbon h1:hover {
	opacity: 0.8;
}
#topRibbon .emailLogo img {
	width: 45px;
	height: 45px;
}
.bottRibbon {
	background-color: rgba(56,118,193,1.00);
	padding-top: 20px;
	padding-bottom: 40px;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: 100vh;
}
.footerLast {
	margin: auto;
	width: 92%;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
.bottRibbon .footerDisclaimer, .bottRibbon .footerNote {
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255,255,255,1);
	font-weight: 700;
}
.bottRibbon .footerDisclaimer span, .bottRibbon .footerNote span {
	color: rgba(255,255,255,1);
	font-weight: 400;
}
/*=======Ribbons End=======*/

/*=======Content Container Formatting=======*/
.container {
	margin: auto;
	width: 100%;
}
.headPic {
	padding-left: 10%;
	padding-right: 10%;
	overflow-y: hidden;
	position: relative;
}
.headPic h3 {
	text-align: center;
	height: 65vw;
	max-height: 80vh;
	margin-top: 50px;
	font-weight: 300;
	color: white;
}
.headPicH3Qual {
	color: white;
}
.headPicH3Rec {
	color: rgba(0,0,0,0.9);
}
.headPicIndex {
	background-image: url(../images/patt_black.jpg);
	background-size: contain;
}
.headPicQual {
	background-image: url(../images/qual_head.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headPicExp {
	background-image: url(../images/exp_TAC.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headPicProj {
	background-image: url(../images/proj_head.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
.headPicRec {
	background-image: url(../images/rec_head.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mePic {
	float: left;
	height: 65vw;
	max-height: 80vh;
	object-fit: contain;
	margin-top: 50px;
	animation-name: fadeJukeLeft;
	animation-duration: 3.75s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes fadeJukeLeft {
	0% {opacity:0; transform: translate(-20px,0px);}
	100% {opacity:1; transform: translate(0px,0px);}
}
.headTitles {
	float: right;
	text-align: center;
	margin-right: 8vw;
}
.titleName {
	text-align: center;
	animation-name: fadeJump;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(1,0,1,1);
}
.titleName h1 {
	color: rgba(241,241,242,0.9);
	font-weight: 400;
}
@keyframes fadeJump {
	0% {opacity:0; transform: translate(0px,40px);}
	100% {opacity:0.9; transform: translate(0px,0px);}
}
.titleTraits {
	color: white;
}
.titleTraits h2 {
	color: rgba(56,118,193,0.9);
	font-weight: 300;
	margin-top: min(1vw, 15px);
}
.trait {
	animation-name: fadeJump;
	animation-iteration-count: 1;
}
.trait:nth-child(1) {
	animation-timing-function: cubic-bezier(1,0,1,1);
	animation-duration: 3.75s;
}
.trait:nth-child(2) {
	animation-timing-function: cubic-bezier(1,0,1,1);
	animation-duration: 3.9s;
}
.trait:nth-child(3) {
	animation-timing-function: cubic-bezier(1,0,1,1);
	animation-duration: 4s;
}
.downArrow {
	position: absolute;
	opacity: 0.8;
	cursor: pointer;
	animation-name: fadeInfin;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes fadeInfin {
	0% {opacity:0.2;}
	25% {opacity:0.4;}
	50% {opacity:0.8;}
	75% {opacity:0.4;}
	100% {opacity:0.2;}
}
.downArrow:hover {
	opacity: 0.3;
}
.containLinks {
	clear: both;
}
.siteLink {
	color: rgba(241,241,242,0.9);
	font-weight: 200;
	text-align: center;
	float: left;
	cursor: pointer;
	background-color: rgba(0,0,0,0.9);
	border: 1px solid grey;
}
.siteLink:hover {
	opacity: 0.75;
}
.pageActive {
	background-color: rgba(56,118,193,1.00);
}
.progress-container {
	width: 100%;
	top: 0;
	height: 8px;
	background-color: #ccc;
	clear: both;
	position: sticky;
}
.progress-bar {
	height: 8px;
	background: rgba(56,118,193,1.00);
	width: 0%;
}
.scrollAnimHide {
	opacity: 0;
}
.scrollAnim {
	animation-name: fadeJump;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
.bigBlurb h2 {
	text-align: center;
	font-weight: 550;
	color: rgba(0,0,0,0.7);
}
.bigBlurb {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.bigBlurb p {
	color: rgba(0,0,0,0.7);
}
.bigBlurb p span {
	color: rgba(56,118,193,1.00);
	font-weight: 450;
}
.MBpicCircle {
	margin-left: auto;
	margin-right: auto;
}
.MBblurb {
	background-image: linear-gradient(to right, rgba(231,156,18,0.5), rgba(251,196,95,0.15), rgba(231,156,18,0.5));
	color: rgba(5,55,71,0.7);
}
.MBblurb h2 {
	text-align: center;
	font-weight: 550;
}
.MBblurb h3, .MBblurb p, .MBblurb h4, .MBpicCircle {
	text-align: center;
	font-weight: 400;
}
.MBpicCircle img {
	border: 1.5px solid orange;
	border-radius: 50%;
	background-color: white;
	width: min(16vw,150px);
}
.HLtopContain {
	overflow-y: auto;
	overflow-x: hidden;
}
.HLtitles h1 {
	text-align: center;
	font-weight: 550;
	color:rgba(0,0,0,0.8);
}
.HLtitles ul {
	font-weight: 400;
	color:rgba(0,0,0,0.8);
	list-style-type: disc;
}
.HLtitles .sec {
	color:rgba(0,0,0,0.6);
}
.HLtitles h3 {
	text-align: center;
	font-weight: 550;
	border: 1px solid grey;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(56,118,193,1.00);
	cursor: pointer;
	color: white;
}
.HLtitles h3:hover {
	opacity: 0.5;
}
.HLtitles ul span {
	font-weight: 550;
}
.HLdescrip {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.HLdescrip ul {
	color:rgba(0,0,0,0.8);
	list-style-type: disc;
}
.HLdescrip ul span {
	font-weight: 550;
	color: rgba(56,118,193,1.00);
}
.scrollAnimHLrightHide, .scrollAnimHLleftHide {
	opacity: 0;
}
.scrollAnimHLright {
	animation-name: fadeHLright;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes fadeHLright {
	0% {opacity:0; transform: translate(100px,0px);}
	100% {opacity:1; transform: translate(0px,0px);}
}
.scrollAnimHLleft {
	animation-name: fadeHLleft;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes fadeHLleft {
	0% {opacity:0; transform: translate(-100px,0px);}
	100% {opacity:1; transform: translate(0px,0px);}
}
.quote {
	margin-left: auto;
	margin-right: auto;
}
.quote p {
	color: rgba(0,0,0,0.7);
	text-shadow: -1px 2px 4px rgba(0,0,0,0.13);
}
.quote span {
	color: rgba(56,118,193,1.00);
}
.quote .apos {
	font-family: "Times New Roman", Times, serif;
}
.quote h3 {
	color: rgba(0,0,0,0.7);
	text-align: right;
	font-style: italic;
	font-weight: 400;
}
.dollStats {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.dollStats h3 {
	color: rgba(0,0,0,0.7);
	font-weight: 450;
}
.dollStats h2 {
	color: rgba(56,118,193,1.00);
	font-weight: 600;
}
/*=======End ContentContainer=======*/

/*=======E-mail Form=======*/
input[type=text], textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	resize: none;
}
button {
	background-color: rgba(56,118,193,1.00);
	color: white;
	padding: 14px 20px;
	margin: 15px 0px 12px 0px;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 1%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	font-size: 15.5px;
	font-weight: 500;
	width: auto;
}
button:hover {
	opacity: 0.75;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
}
.topIMGRibbon {
	margin: 12px 0 30px 0;
	position: relative;
}
.formContainer {
	padding: 28px;
}
.formContainer label {
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}
.modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	padding-top: 60px;
}
.bottForm {
	margin-top: 10px;
	text-align: center;
}
.bottForm p {
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}
.bottForm label {
	display: block;
	padding-bottom: 3px;
}
.modal button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.modal-content {
	background-color: rgba(255,255,255,1);
	margin: 5% auto 15% auto;
	border: 1px solid #888;
	width: 80%;
}
.closeX {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}
.closeX:hover, .closeX:focus {
	color: red;
	cursor: pointer;
}
.animate {
	animation: animatezoom 0.6s;
}
@keyframes animatezoom {
	from {transform: scale(0)}
	to {transform: scale(1)}
}
/*=======END E-mail Form=======*/

/*=======Menu Modal=======*/
.modalMenu {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	animation-name: menuBgFadeIn;
	animation-duration: 0.4s;
}
.modalMenuContent {
	position: fixed;
	top: 50px;
	right: 0;
	background-color: rgba(0,0,0,1.00);
	width: 280px;
	animation-name: menuSlideIn;
	animation-duration: 0.4s;
}
.modalMenuClose {
	color: white;
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: -3px;
}
.modalMenuClose:hover, .modalMenuClose:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
}
.modalMenuItem1st, .modalMenuItem {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 0.25px solid white;
}
.modalMenuContent h3 {
	display: inline-block;
	color: white;
	font-size: 16px;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	text-align: left;
}
.modalMenuContent h3:hover, .modalMenuContent h3:focus {
	color: rgba(56,118,193,1.00);
	text-decoration: none;
	cursor: pointer;
}
@keyframes menuBgFadeIn {
	from {opacity: 0}
	to {opacity: 1}
}
@keyframes menuSlideIn {
	from {right: -200px; opacity: 0}
	to {right: 0; opacity: 1}
}
/*=======END Menu Modal=======*/


/*====================================================================
-----MOBILE styles-----
=====================================================================*/
@media only screen and (min-width : 285px) and (max-width : 640px) {
#topRibbon .Name h1 {
	text-align: left;
	padding-left: 1px;
	width: 140px;
	float: left;
}
.mePic {
	min-width: 35vw;
}
.headTitles {
	margin-top: 120px;
}
.titleName h1 {
	font-size: 15px;
}
.titleTraits h2 {
	font-size: 13px;
}
.headPic h3 {
	padding-top: min(30vh,25vw);
	font-size: min(40px,10vh);
	letter-spacing: 4px;
}
.downArrow {
	right: 5vw;
	bottom: min(80px,5vw);
	width: max(30px,5vw);
}
.siteLink {
	width: 100%;
}
.siteLink p {
	font-size: 14px;
	padding: 5px 5px 10px 5px;
}
.bigBlurb {
	width: 80vw;
	padding: 40px 0px 20px 0px;
}
.bigBlurb h2 {
	font-size: 18px;
	padding-bottom: 20px;
}
.bigBlurb p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 145%;
}
.MBblurb {
	margin-top: -40px;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 6vw;
	padding-right: 6vw;
}
.MBblurb h2 {
	font-size: 32px;
	padding-top: 12px;
	letter-spacing: 3px;
}
.MBblurb h3 {
	font-size: 24px;
	padding-top: 6px;
}
.MBblurb p {
	font-size: 18px;
	padding-top: 12px;
	line-height: 140%;
}
.MBblurb h4 {
	font-size: 8px;
	padding-top: 8px;
}
.MBpicCircle img {
	padding: 5px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}
.HLtopContain {
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.15);
	padding-top: 20px;
	padding-bottom: 20px;
}
.HLtopContain2 {
	width: 90vw;
	margin-right: auto;
	margin-left: auto;
}
.HLpic {
	overflow: auto;
	width: 100%;
	text-align: center;
}
.HLpic img {
	text-align: center;
	width: 80%;
	margin-bottom: 20px;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	border-radius: 10%;
	padding: 10px;
}
.HLtitles {
	padding-right: 15px;
	width: 90vw;
}
.HLtitles h1 {
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.HLtitles ul {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 140%;
	padding-bottom: 10px;
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
}
.HLtitles .sec {
	font-size: 14px;
}
.HLtitles h3 {
	font-size: 16px;
	letter-spacing: 1px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	border-radius: 10px;
	width: 80%;
	margin-top: 20px;
	padding: 3px;
}
.HLdescrip {
	width: 80vw;
}
.HLdescrip {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 145%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.highLight hr {
	width: 80vw;
	margin-bottom: 55px;
}
.quote {
	width: 80vw;
	margin-bottom: 50px;
}
.quote p {
	font-size: min(36px,5vw);
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 140%;
}
.quote .apos {
	font-size: min(36px,5vw);
	padding-right: 10px;
}
.quote h3 {
	font-size: 20px;
}
.dollStats {
	margin-bottom: 70px;
	width: 400px;
}
.dollStats h3 {
	font-size: 21px;
}
.dollStats h2 {
	font-weight: 600;
	font-size: 90px;
}
.dollStats span {
	margin-left: 18px;
	margin-right: 18px;
	letter-spacing: -4px;
}
.footerLast {
	text-align: center;
}
.bottRibbon .footerNote {
	padding-top: 10px;
}

}
/*===================================================================*/


/*====================================================================
-----TABLET styles-----
=====================================================================*/
@media only screen and (min-width : 641px) and (max-width : 1024px) {
#topRibbon .Name h1 {
	text-align: left;
	padding-left: 1px;
	width: 140px;
	float: left;
}
.mePic {
	min-width: 40vw;
}
.headTitles {
	margin-top: 150px;
}
.titleName h1 {
	font-size: 4vw;
}
.titleTraits h2 {
	font-size: 2.5vw;
}
.headPic h3 {
	padding-top: min(30vh,25vw);
	font-size: min(60px,10vh);
	letter-spacing: 4px;
}
.downArrow {
	right: 5vw;
	bottom: min(80px,5vw);
	width: 7vw;
}
.siteLink {
	width: 20%;
}
.siteLink p {
	font-size: 19px;
	padding: 5px 5px 10px 5px;
}
.bigBlurb {
	width: 70vw;
	padding: 60px 0px 30px 0px;
}
.bigBlurb h2 {
	font-size: 26px;
	padding-bottom: 24px;
}
.bigBlurb p {
	margin-bottom: 30px;
	font-size: 27px;
	line-height: 150%;
}
.MBblurb {
	margin-top: -60px;
	padding-bottom: 60px;
	padding-top: 60px;
	padding-left: 18vw;
	padding-right: 18vw;
}
.MBblurb h2 {
	font-size: 38px;
	padding-top: 16px;
	letter-spacing: 4px;
}
.MBblurb h3 {
	font-size: 28px;
	padding-top: 8px;
}
.MBblurb p {
	font-size: 20px;
	padding-top: 16px;
	line-height: 140%;
}
.MBblurb h4 {
	font-size: 10px;
	padding-top: 10px;
}
.MBpicCircle img {
	padding: 5px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}
.HLtopContain {
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.15);
	padding-top: 20px;
	padding-bottom: 20px;
}
.HLtopContain2 {
	width: 90vw;
	margin-right: auto;
	margin-left: auto;
}
.HLpic {
	float: right;
}
.HLpic img {
	width: 40vw;
	max-width: 600px;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
	border-radius: 10%;
	padding: 15px;
}
.HLtitles {
	float: left;
	padding-right: 30px;
	width: 50vw;
}
.HLtitles h1 {
	font-size: min(3vw,36px);
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.HLtitles ul {
	font-size: min(2.5vw,32px);
	letter-spacing: 1px;
	line-height: 150%;
	padding-bottom: 10px;
}
.HLtitles .sec {
	font-size: min(2.2vw,26px);
}
.HLtitles h3 {
	font-size: min(2.5vw,32px);
	letter-spacing: 1px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	border-radius: 10px;
	width: 80%;
	margin-top: 20px;
	padding: 5px;
}
.HLdescrip {
	width: 70vw;
}
.HLdescrip {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 145%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.highLight hr {
	width: 70vw;
	margin-bottom: 70px;
}
.quote {
	width: 70vw;
	margin-bottom: 80px;
}
.quote p {
	font-size: min(50px,5vw);
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 140%;
}
.quote .apos {
	font-size: min(50px,5vw);
	padding-right: 10px;
}
.quote h3 {
	font-size: 28px;
}
.dollStats {
	margin-bottom: 90px;
	width: 500px;
}
.dollStats h3 {
	font-size: 25px;
}
.dollStats h2 {
	font-weight: 600;
	font-size: 120px;
}
.dollStats span {
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: -4px;
}
.bottRibbon {
	padding-top: 20px;
	padding-bottom: 40px;
}
.footerLast {
	text-align: center;
}
.bottRibbon .footerNote {
	padding-top: 10px;
}

}
/*===================================================================*/


/*====================================================================
-----DESKTOP styles-----
=====================================================================*/
@media only screen and (min-width:1025px) {
#topRibbon .Name h1 {
	text-align: center;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.headTitles {
	margin-top: 200px;
}
.titleName h1 {
	font-size: min(4vw, 90px);
}
.titleTraits h2 {
	font-size: min(2.5vw, 75px);
}
.headPic h3 {
	padding-top: min(30vh,25vw);
	font-size: min(90px,10vh);
	letter-spacing: 4px;
}
.downArrow {
	right: 5vw;
	bottom: min(80px,5vw);
	width: 5vw;
}
.siteLink {
	width: 20%;
}
.siteLink p {
	font-size: 30px;
	padding: 5px 5px 10px 5px;
}
.bigBlurb {
	width: 60vw;
	padding: 80px 0px 40px 0px;
}
.bigBlurb h2 {
	font-size: 28px;
	padding-bottom: 24px;
}
.bigBlurb p {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 170%;
}
.MBblurb {
	margin-top: -70px;
	padding-bottom: 70px;
	padding-top: 70px;
	padding-left: 20vw;
	padding-right: 20vw;
}
.MBblurb h2 {
	font-size: 42px;
	padding-top: 20px;
	letter-spacing: 5px;
}
.MBblurb h3 {
	font-size: 32px;
	padding-top: 10px;
}
.MBblurb p {
	font-size: 24px;
	padding-top: 20px;
	line-height: 150%;
}
.MBblurb h4 {
	font-size: 12px;
	padding-top: 10px;
}
.MBpicCircle img {
	padding: 5px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}
.HLtopContain {
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.15);
	padding-top: 20px;
	padding-bottom: 20px;
}
.HLtopContain2 {
	width: 75vw;
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
}
.HLpic {
	float: right;
}
.HLpic img {
	width: 40vw;
	max-width: 600px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	border-radius: 10%;
	padding: 20px;
}
.HLtitles {
	float: left;
	padding-right: 20px;
	width: 35vw;
	max-width: 1200px;
}
.HLtitles h1 {
	font-size: min(3vw,36px);
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.HLtitles ul {
	font-size: min(2.5vw,32px);
	letter-spacing: 1px;
	line-height: 150%;
	padding-bottom: 10px;
}
.HLtitles .sec {
	font-size: min(2.5vw,30px);
}
.HLtitles h3 {
	font-size: min(2.5vw,32px);
	letter-spacing: 1px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	border-radius: 10px;
	width: 75%;
	margin-top: 20px;
	padding: 5px;
}
.HLdescrip {
	width: 60vw;
}
.HLdescrip {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.highLight hr {
	width: 60vw;
	margin-bottom: 70px;
}
.quote {
	width: 60vw;
	margin-bottom: 80px;
}
.quote p {
	font-size: min(60px,5vw);
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.quote .apos {
	font-size: 60px;
	padding-right: 10px;
}
.quote h3 {
	font-size: 28px;
}
.dollStats {
	margin-bottom: 120px;
	width: 500px;
}
.dollStats h3 {
	font-size: 30px;
}
.dollStats h2 {
	font-weight: 600;
	font-size: 150px;
}
.dollStats span {
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: -5px;
}
/* Footer */
.bottRibbon {
	padding-top: 20px;
	padding-bottom: 40px;
}
.footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
.footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}

}
/*===================================================================*/