body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/************** IMPORTANT ****** 
Set this the same as the main body portion of the site
*/
body.mceContentBody {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
}

p {
	margin:0;
	padding:0;
}

h1 {
	font-family: "Josefin Slab","Open Sans",Arial,Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
}

h2 {
	font-family: "Josefin Slab","Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}

h3 {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.black-link a, a.black-link {
	color: black;
}

.border1pxblack {
	border: 1px solid black;
}

.border-shadow {
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.clearitEditor {
	clear:both;
}

.countUpCounter {
	color: #000;
}

.critical-text {
	color: #FF0000;
}

.dialog-launcher {
	text-decoration: underline;
	border-bottom: 1px dashed black;
}

.div-auto-size-centered {
	width: auto;
	margin: 0 auto;
	overflow: auto;
}

.div-float-left {
	float: left;
}

.div-float-right {
	float: right;
}

.div-float-right-border-rounded {
	float: right;
	width: 55%;
	/*
	border-radius: 6px;
	border: solid 5px #fff;
	background: rgba(255,255,255,0.6);
	*/
	margin: 50px 2% 0 2%;
	padding: 10px;
}

.entryblock {
	display: block;
}

.fadefrombottom {
}

.fadefromcurrent {
}

.fadefromleft {
}

.fadefromright {
}

.flowonefourth {
	width: 22%; 
	float: left; 
	text-align: center; 
	margin-right: 2%;
}

.flowonethird {
	width: 30%; 
	float: left; 
	text-align: center; 
	margin-right: 2%;
}

.HomePageStory1 {
	overflow: auto;
}

.HomePageStory2 {
	overflow: auto;
}

.HomePageStory3 {
	overflow: auto;
}

.HomePageStory4 {
	overflow: auto;
}

div[class^="HomePageStory"] {
	overflow: auto;
}

.img-border-shadow img {
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.img-rounded10-border-shadow img {
	border-radius: 10px;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.img-rounded5-border-shadow img {
	border-radius: 5px;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.img-rounded5-border img {
	border-radius: 5px;
	border: 1px solid #000;
}

.img-rounded5 img {
	border-radius: 5px;
}

.important-text {
	font-size: 1.2em;
	font-weight: bold;
}

.link-button {
	background-color: #FED104;
	color: #000;
	font-size: 85%;
	display: inline-block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border: 1px solid #FED104;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*box-shadow: 2px 2px 5px #888;*/
	transition: all 0.2s ease 0s;
	margin-bottom: 10px;
}

.link-button:link, .link-button:visited {
	color: #222 !important;
}
.link-button:hover {
	color: #000 !important;
	box-shadow: 2px 2px 5px #333;
}

.normal-height {
    line-height: normal;
}

.notebox {
	display: block;
	margin: 20px;
	/*background: linear-gradient(center top, #FFFFFF, #CBBCD6);*/
	background-color: #CBBCD6;
	color: #306;
	padding: 10px;
	border: 1px solid #306;
}

.top-header-text {
}

.videoWrapper, .videoWrapper16x9 {
	max-width: 600px;
	/*
	position: relative;
	padding-bottom: 75%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}

.videoWrapper16x9 {
	padding-bottom: 56.25%;
}

.videoWrapper iframe, .videoWrapper16x9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	*/
}

.white-link a, a.white-link {
	color: white;
}

.white-text {
	color: white;
}

@media screen and (max-width: 1000px) {
	.flowonefourth {
		float: none;
		width: 90%;
		margin: 25px auto;
	}
}
@media screen and (max-width: 625px) {
	.flowonethird {
		float: none;
		width: 90%;
		margin: 25px auto;
	}
}
