
* {
	box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	background: #e4e8ea;
	background-size: cover;
	scroll-behavior: smooth;
	transition:background-color 1s;
	height: -webkit-fill-available;
}

body {
	margin: 0;
	width: 100%;
	font-family: 'Yantramanav', sans-serif;
	color: #333;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

body.home{
	height:100vh;
}

@media (orientation: portrait) and (max-width: 800px) {
	body.home{
		height: -webkit-fill-available;
	}
}

img {
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

hr{
	background: #bbb;
	border: 0;
	height: 2px;
}

body.subpage {
	padding: 0;
	overflow: auto;
}

#subPageMain{
	min-height:100vh;
}

a:link,
a:visited {
	text-decoration: none;
	color: #147dbc;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #147dbc;
}

.abs-center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.toggle-menu {
	color: #444;
	z-index: 200;
}

.toggle-menu:hover {
	color: #000;
}

#logo, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7 {
	width: 100%;
	height: auto;
	transition: opacity 1.5s;
	/* animation-name: imgspin; */
	/* animation-duration: 60s; */
	/* animation-iteration-count: infinite; */
	/* animation-timing-function: linear; */
	/* cursor:pointer; */
}

#logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
	opacity:0;
}

#textRing {
	width: 100%;
	animation-name: textspin;
	animation-duration: 120s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


@keyframes textspin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

@keyframes imgspin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#homeHero{
	background-size: cover;
	margin:0 auto;
	width:100%;
	/* background-color: #e1e1e1; */
	position: relative;
	margin-top:0;
	margin-bottom:0;
	overflow: hidden;
	/* background-image:url(../images/hero-test1.png); */
}

#homeLogoPanel{
	min-height: 432px;
	position: relative;
	max-width:75vh;
	height:75vh;
	margin:auto;
	/* transform: translate(-40%, 0); */
}

#heroTextZ{
	position:relative;
	z-index:1001;
}

#homeMenuPanel{
	height: 20vh;
	min-height: 108px;
	position: relative;
	text-align:center;
	bottom:5vh;
}

#heroHeadline{
	font-size:4em;
	text-align:center;
	line-height: 1em;
}

#heroSubhead{
	font-size:1.5em;
	text-align:center;
}

.SRtext{
	height:0px;
	overflow:hidden;
	margin:0;
}

#featuredBack{
	position: relative;
	padding:0px 0 80px 0;
}

.apps #featuredBack{
	text-align:center;
}

button.push-body {
	font-size: 30px;
	background: none;
	border: 0;
	cursor: pointer;
	text-align: center;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	height:12vh;
	padding: 0;
	vertical-align:middle;
	margin-left:30px;
}

.cbp-spmenu .hideOnMobile{
	display:none;
}

body .cbp-spmenu {
	background:#333;
	color: #e4e8ea;
	background-size: cover;
}

body .cbp-spmenu h1 {
	color: #e4e8ea;
	line-height: 34px;
	cursor: pointer;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}

.cbp-spmenu hr{
	background:#444;
}

.apps h1{
	font-size: 2.5em;
	font-weight: 400;
	margin:0;
}

.apps .keep a{
	margin:0 5px;
}

body .cbp-spmenu #subtitle {
	font-size: 1.75em;
}

body .cbp-spmenu a:hover {
	background: #222 none repeat scroll 0 0;
	color: #e4e8ea;
	text-decoration:none;
}

body .cbp-spmenu h1 a:hover {
	background: none;
	color: #e4e8ea;
}

body .cbp-spmenu-vertical a {
	border-bottom: 1px solid #777;
	border-bottom: 0;
	padding:.65em;
	padding-left: 30px;
}

body .cbp-spmenu-vertical hr{
	margin:.75em 30px;
}

body .cbp-spmenu-vertical h1 a {
	padding: 0;
	border: 0;
}

.topMenuLink {
	border-top: 1px solid #666;
	border-top: 0;
}

.cbp-spmenu span {
	padding: 3px 30px;
	padding-bottom:10px;
	font-size: 15px;
}

.cbp-spmenu #subtitle {
	font-weight: normal;
	margin-top: 5px;
}

body .cbp-spmenu-vertical {
	overflow-y: auto;
}

#subPagePadding {
	max-width: 860px;
	margin: 0px auto;
	/* padding: 0 30px; */
	padding:50px 60px;
	overflow: auto;
	position: relative;
	background:#edf0f2;
	box-shadow: #dadfe3 15px 15px 0px;
}

#subPagePadding.supplimental{
	background:#e4e8ea;
	box-shadow: none;
}

#subPagePadding h2 {
	min-height: 25px;
	font-weight: 300;
	color: #147dbc;
	letter-spacing: 5px;
	font-size: 2.25em;
}

.smallSpace {
	display: block;
	height: 15px;
	width: 1px;
}

.largeThumb {
	float: none;
	margin-right: 0;
	display: inline-block;
	position: relative;
	z-index: 10;
	border-radius:500px;
	overflow:hidden;
	background-size:cover;
}

.largeThumb img{
	width:100%;
	opacity:0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.largeThumb img:hover{
	opacity:1;
}

.largeThumbLabel{
	position: absolute;
	margin: 50% auto 0 auto !important;
	z-index: 100;
	width: 100%;
	transform: translateY(-50%);
	font-size: 24px;
	pointer-events:none;
	color:#e4e8ea;
	opacity:0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.home.apps .largeThumb, .home.apps .smallThumb {
	width: 160px;
	height: 160px;
	transition:transform .25s;
	transform:rotate(0deg);
}

.home.apps .largeThumb:hover, .home.apps .smallThumb:hover{
	transform:rotate(15deg);
}

.home .singleItem a:link, .home .singleItem a:hover, .home .singleItem a:visited, .home .singleItem a:active{
	color:rgb(70, 70, 70);
}

.home .singleItem a{
	display:inline-block;
	font-size:0;
	border-radius:500px;
}

.gallery a:link, .gallery a:hover, .gallery a:visited, .gallery a:active, a.fancybox{
	color:rgb(70, 70, 70);
	width: 50%;
	display: inline-block;
	margin:20px auto;
	
}

.home a.fancybox{
	width:100%;
	margin:0;
}

.gallery a.fancybox.hide{
	margin:0;
}

.hide{
	display:none !important;
}

.clearMe {
	clear: both;
	margin-bottom: 50px;
}

.Vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.flexVcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aligner-top {
  align-self: flex-start;
}

.aligner-bottom {
  align-self: flex-end;
}

.singleItem{
	vertical-align: top;
}

#contactSM .fab {
	font-size: 1.25em;
	margin: 5px;
	width:38px;
	line-height:38px;
	text-align:center;
	display:inline-block;
	background:#333;
	border-radius:42px;
	color:#e4e8ea !important;
}

#contactSM .fab:hover {
	background-color:#000;
}

.fa-twitter::before {
	content: "" !important;
}

#contactSM .fab.fa-twitter {
	height:38px;
	background:#333 url("../images/PoorLarry2.svg") center center no-repeat;
	background-size: 65% 65%;
}

#contactSM .fab.fa-twitter:hover {
	background-color:#000;
}

#contactSM a{
	width:48px;
	height:48px;
	display:inline-block;
	vertical-align:bottom;
}

span.fa-twitter{
	background-image: url("../images/PoorLarry2.svg");
	background-size: 65% 65%;
	background-repeat: no-repeat;
	background-position: center center;
}

.home .singleItem {
	display: inline-block;
	margin:1.5%;
	width:25%;
	box-sizing: content-box;
}

.home.apps .singleItem,
.home.apps .singleItemSmall {
	width:160px;
	height: 160px;
	border-radius: 160px;
}

.apps p{
	max-width: 420px;
margin: 0 auto 30px auto;
}

.column-left {
	width: 40%;
	padding-right: 5%;
	float: left;
}

.column-right {
	width: 55%;
	float: right;
}

.column-left.c50 {
	width: 47.5%;
	padding-right: 2.5%;
	float: left;
}

.column-right.c50 {
	width: 47.5%;
	padding-left: 2.5%;
	float: right;
}

.c33Container{
	font-size:0;
}

.c33{
	width: 33.333%;
	padding:10px;
	vertical-align:top;
	display:inline-block;
}

.c33 a, .c33 li, .c33 p, .c33 span {
	font-size:16px;
}

.c33 h3{
	font-size:28px;
}

.largeTxt {
	font-size: 20px;
	font-weight: 300;
	margin-top: 14px;
	line-height: 28px;
}

.largeTxt strong {
	font-size: 22px;
	line-height: 28px;
}

.i-fixedSize {
	width: 20px;
}

.cv-tp {
	border-bottom: 2px #ccc solid;
	display: block;
}

a.cv-tp:hover, a.cv-tp:active{
	text-decoration:none;
}

.fancybox-caption-wrap {
	text-align: center;
}

.fancybox-caption {
	padding:25px;
	background:none !important;
	color:#222 !important;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited{
	color:#147dbc !important;
}

.fancybox-caption a:hover{
	text-decoration:underline;
}

.fancybox-slide--iframe .fancybox-content{
	width:100% !important;
	height:100% !important;
}

a.fancybox{
	cursor:pointer;
}

#copyright {
	display: block;
	font-weight: 300;
	padding: .65em;
	padding-left: 30px;
	font-size: .8em;
}

.cbp-spmenu-vertical #privacyLink{
	padding: 3px 30px;
    padding-top: 3px;
	font-size: 15px;
}

#linkCircles .fa {
	font-size: 5px;
	position: relative;
	bottom: 3px;
	color: #ccc;
	display: none;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-iframe {
	background: none !important;
}

#fancybox-frame1574901541852{
	max-width:800px;
	max-height:600px;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1 !important;
	background:#e1e1e1 !important;
}

body .fancybox-infobar {
    color: #333;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    min-width: 48px;
	mix-blend-mode:normal;
}

body .fancybox-image, body .fancybox-spaceball{
	padding:0px;
}
body .fancybox-image{
	 /* box-shadow: #cbd0d5 15px 15px 0px;  */
	/* border: 15px #cbd0d5 solid; */
}


body .fancybox-navigation .fancybox-button--arrow_right, body .fancybox-navigation .fancybox-button--arrow_left{
	padding:8px;
}

#intro{
	margin-bottom:100px;
}

.featured {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.featured p{
	max-width:720px;
	margin:20px auto;
	font-size:1.25em;
}

.nonH-heading{
	font-size:2.5em;
	color:#222;
    display: inline-block;
    margin-bottom: 5px;
}

.lineDivider{
	margin:20px auto;
	display:none;
}

.featured h2 {
	font-weight: 400;
	font-size: 1.5em;
	margin:0 2%;
	display:inline-block;
	font-size: 4em;
	
}

#featuredBack .featured h2 {
	color: #e4e8ea;
}

#featuredBack .featured .lineDivider{
	text-align:left;
}

.alertTxt {
	color: #956;
	margin-left: 20px;
	display: inline-block;
}

#subPageHeader{
	width:100%;
	position: fixed;
	z-index:3;
	background: rgb(228, 232, 234);
	padding:0 5vw;
	text-align:right;
	/* border-bottom: 1px solid rgb(204, 204, 204); */
	/* border-top: 1px solid rgb(204, 204, 204); */
}

#subPageHeader div{
	/* border-bottom: 2px solid #bbb; */
}

#subPageHeader h1, .home #subPageHeader div.version{
	float: left;
	vertical-align: middle;
	font-weight: 400;
	font-size: 1.75em;
	margin: 0;
	line-height: 12vh;
}

#subPageHeader h2 .fas{
	font-size:.9em;
	display:none;
}

.gallery #subPageHeader{
	margin-bottom:50px;
}

#subPageHeader h2{
	margin-top:0;
    font-size: 2.25em;
    color: rgb(70, 70, 70);
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-left: 30px;
    width: 100%;
    text-align: left;
    line-height: 12vh;
    font-weight: 200;
}

.footSM{
	font-size: 1em;
	margin: 0 3px;
	width: 30px;
	height:30px;
	line-height:30px !important;
	text-align: center;
	display: inline-block;
	background: #333;
	border-radius: 48px;
	color: #e4e8ea !important;
	vertical-align:middle;
}

.footSM:hover{
	background-color: #000;
}


.gallery .singleItem a, .gallery .singleItemSmall a{
	font-size:1.3em;
}

.slick-slide img{
	border-radius:200px;
	display:inline-block !important;
	box-sizing:border-box;
	vertical-align:middle;
	width:50%;
	padding:30px;
}

h3{
	font-weight:300;
	font-size:1.75em;
	color: rgb(70, 70, 70);
}

.gallery h3{
	font-weight:300;
	font-size:2.25em;
	margin:0;
}

.dateLoc{
	margin-top:0;
}

.slick-slide a.fancybox{
	border-radius:200px;
}

.info{
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	padding:30px;
	width:60%;
	font-size:14px;
}

.info p{
	font-size: 1.25em;
	font-weight: 300;
}

.apps #subPagePadding{
	max-width:960px;
	width:100%;
}

#subPagePadding.gallery {
	position: relative;
	overflow:visible;
	font-size:0;
	padding:25vh 0 20px 0;
	max-width: initial;
	width:100%;
	background:#e4e8ea;
	box-shadow: none;
}

#subPagePadding.links{
	max-width: 900px;
	width:100%;
}

#subPagePadding.gallery.galleryList {
    max-width: 400px;
    padding: 0px;
	padding-top:80px;
    position: relative;
    overflow: visible;
	margin:0 auto;
	background:none;
}

#subPagePadding.gallery.galleryList .info, #subPagePadding.gallery.galleryList img{
	width:100%;
}

#subPagePadding.gallery.galleryList .info{
	padding-bottom:50px;
	padding-top:20px;
	text-align:center;
}

#subPagePadding.gallery.galleryList img{
	width:100%;
	margin:0 auto;
	display:block;
}

.slickGallery{
	max-width:1280px;
	margin:0 auto 40px auto;
	padding:0 5vw;
	z-index:1;
}

.gallery .slickGallery{
	max-width:1280px;
	overflow:hidden;
}

.gallery .slickGallery a div{
	max-width:800px;
	margin:0 auto;
}

.slickGallery img{
	width:40%;
	height:auto;
	vertical-align:middle;
}

.gallery .slickGallery a div img{
	/* border:0px solid #dadfe3; */
	transition: transform .25s;
	transform:scale(1,1);
}

.gallery .slickGallery a div:hover img{
	/* border:5px solid #dadfe3; */
	transform:scale(1.05,1.05);
}

.home .content--canvas canvas{
	z-index:-1;
}

.gallery.galleryList h3{
	margin-top:0;
}

#emailMe{
	font-size:18px;
	font-weight:400;
	background: #147dbc;
	padding: 5px 20px;
	color: #e4e8ea;
	border-radius: 5px;
}

#emailMe:hover {
	background:#333;
}

.showOnMobile {
	display: none;
}
	
body.writing .fancybox-toolbar .fancybox-button, body.writing .fancybox-toolbar{
	opacity:1 !important;
	visibility:visible;
}

body.writing .fancybox-slide{
	padding:0 !important;
}	

body.writing .fancybox-button, body.writing .fancybox-button:link, body.writing .fancybox-button:visited{
	color:#333 !important;
}

body .fancybox-button, body .fancybox-button:link, body .fancybox-button:visited{
	color:#333 !important;
	width:48px;
	height:48px;
}

#gallerySorter{
	margin-top: 10px;
	font-size: 0px;
	color: #555;
	padding: 0;
	/* border-bottom:2px #333 solid; */
	background:#edf1f3;
	box-shadow: #dadfe3 10px 10px 0px;
	/* border-top: 1px solid rgb(204, 204, 204); */
}

#gallerySorterLabel{
	font-size:22px;
	color:#555;
	display:none !important;
}

#gallerySorter hr{
	margin:3px 0;
	border:0;
	background:#ccc;
	height:2px;
	display:none;
}

#gallerySorter span{
	display: inline-block;
	width: 20%;
	text-align: center;
	background: none;
	color: #333;
	font-size: 18px;
	margin: 0;
	cursor:pointer;
	line-height:2em;
}

#gallerySorter.gsFour span{
	width: 25%;
	margin: 0;
}

#gallerySorter span:hover{
	background: #fff;
}

.fancybox-button{
	background:none !important;
}

#frame{
	position:fixed;
	pointer-events:none;
	z-index:20;
	width:100%;
	height:100vh;
	border:15px solid #333;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	box-sizing:border-box;
	display:none;
}

#circleLinks{
	margin:0;
	list-style-type:none;
	padding:0;
	text-align:center;
	margin:10px 0;
	font-size:0;
}

#circleLinks a{
	display:inline-block;
	padding:5px;
}

#circleLinks li{
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:30px;
	background:#333;
	list-style-type:none;
	padding:0;
}

#titleCircle {
    text-align: left;
    padding: 10px 0;
    margin: 30px auto 15px 30px;
    overflow: hidden;
    width: 188px;
}

#circleLinks li:hover{
	background:#000;
}

.links h3{
	margin:10px 0 0 0;
}
	
	
	
/* MOBILE------------------------ */


@media (max-height: 540px) {
	
	.featured {
		top: 0;
		transform: translateY(0);
		padding: 150px 0;
	}
	
	#featuredBack{
		height:auto;
	}
	
	#logo, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7 {
		/* width: 50%; */
		top:initial;
	}
	
	#textRing {
		width: 61%;
	}
	
	#homeLogoPanel{
		/* height:70vh; */
		margin:auto;
		transform: translate(0, 0);
		min-height:50vh;
	}

	#homeMenuPanel{
		height:0px;
		bottom:20vh;
		min-height:0px;
	}
	#homeMenu{
		display:none;
	}
}





@media (max-width: 1180px) {
	.hideOnMobile {
		display: none !important;
	}
	.showOnMobile {
		display: block;
	}
	.singleItem,
	.singleItemSmall {
		display: inline-block;
		height: auto;
		margin: 5px 0;
		text-align: center;
		width: 200px;
	}
	.singleItem p {
		white-space: nowrap;
	}
	.clearMe {
		display: none;
	}

	.alertTxt {
		display: block;
		margin-left: 0;
		max-width: 200px;
		white-space: normal !important;
	}

	.gallery a:link, .gallery a:hover, .gallery a:visited, .gallery a:active, a.fancybox{
		width:100%;
		display:block;
		text-decoration:none;
		margin-bottom:40px;
	}

}


@media (max-width: 800px) {
	.column-left,
	.column-right {
		width: 100%;
		float: none;
		padding-right: auto;
	}
	.smallSpace {
		display: inline-block;
		height: 1px;
		width: 10px;
	}
	
	#subPageHeader h2{
		font-size: 2em;
	}
	
	#subPagePadding {
		max-width: 800px;
		margin: 0px auto;
		padding: 40px;
		padding: 10vw;
		overflow: auto;
		position: relative;
		padding-top:120px;
	}
	
	#featuredBack{
		height:auto;
		padding:32px 32px 100px 32px;
	}
	
	.featured{
		top: 0;
		transform: translateY(0);
	}
	
	
	
}

@media (max-width: 640px) {
	#logo, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7 {
		/* width: 50%; */
	}
	
	#textRing {
		width: 61%;
	}
	.cv-tp {
		display: block;
	}
	
	#subPageHeader h2{
		text-align:left;
	}
	
	#subPageHeader{
		padding:0 10vw;
	}
	
	.featured h2 {
		font-size: 2em;
	}
	
	.gallery #subPageHeader h2{
		text-align:center;
	}
	
	.home .singleItem {
		display: block;
		margin: 30px auto;
		width: 200px;
	}
	
	#featuredBack{
		height: auto;
		padding: 2em;
	}
	
	.slick-slide img{
		display:block !important;
		box-sizing:border-box;
		width:80%;
		max-width:400px;
		padding:20px;
		margin:10px auto;
	}

	.gallery h3{
		font-weight:300;
		font-size:2em;
	}

	.info{
		display:block;
		padding:0 30px;
		width:100%;
		text-align:center;
	}
	
	#subPagePadding.gallery {
		padding-top:80px;
		background:none;
	}
	
	.cbp-spmenu-vertical {
		width: 100% !important;
		height: 100vh !important;
		z-index: 1000 !important;
		text-align: center !important;
		top: 0 !important;
	}
	
	body .cbp-spmenu-right {
		right: -100%;
	}
	
	body .cbp-spmenu-vertical a {
		padding-left: 0px;
	}
	
	body .cbp-spmenu h1, body .cbp-spmenu #subtitle{
		text-align:center;
	}
	
	#titleCircle{
		width:100%;
		max-width:240px;
	}
	
	.home .content--canvas canvas{
		display:none;
	}
	
	.column-left.c50 {
		width: 100%;
		padding: 20px 20px 0 20px;
		float: none;
	}

	.column-right.c50 {
		width: 100%;
		padding: 20px;
		float: none;
	}
	
	#homeLogoPanel{
		margin:auto;
		transform: translate(0, 0);
		height:auto;
	}

	#homeMenuPanel{
		height:0px;
		bottom:20vh;
		min-height:0px;
	}

	#homeMenu{
		display:none;
	}

	#homeMenu a{
		display:block;
	}

	#tagline{
		display:none;
	}

	#fLeft, #fRight{
		display:block;
		width:100%;
		text-align:center;
	}

	.flexVcenter{
		display:block;
	}

	.slickGallery img{
		width:100%;
		padding:30px;
		display:block;
	}
	
	#gallerySorter{
		display:none;
	}
	
	#heroHeadline{
		font-size:2.25em;
	}
	
	#heroSubhead{
		font-size:1.15em;
	}
	
	#titleCircle {
		width: 100%;
		max-width: initial;
		margin: 30px auto 0 auto;
	}
	
	body.home #subPageHeader h1{
		display:none;
	}
	
	#subPageHeader h1 span.hideMe{
		display:none;
	}
	
	#subPageHeader .footSM{
		display:none;
	}
	
	#copyright{
		padding-left:0;
	}
	
	.home #subPageHeader div.version{
		display:none;
	}
	
	.gallery a:link, .gallery a:hover, .gallery a:visited, .gallery a:active, a.fancybox{
		margin-bottom:0;
	}

}

@media (orientation: landscape) and (max-width: 960px) {
	#heroHeadline{
		font-size:2.25em;
		text-align:left;
	}
	
	#heroSubhead{
		font-size:1.15em;
		text-align:left;
	}
	
	#titleCircle {
		padding-left:30px;
		margin-left:0;
	}
	
	#circleLinks{
		text-align:left;
	}
	
	#homeLogoPanel{
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	
	#heroTextZ{
		width: 49%;
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	
	#homeHero{
		overflow:visible;
		text-align:center;
	}
	
	#logo, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
		top:0;
	}
}

