:root {
	--button-highlight-background: #666;
	--button-normal-background: #274c2d;
	--button-highlight-hover: #000;
	--link-button-background-top: #274c2d; /* was lighter #235AB2 */
	--link-button-background-bottom: #274c2d;
	--body-font: "Open Sans", Arial, Helvetica, sans-serif;
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 24px;
}

/************** IMPORTANT ****** 
Set this the same as the main body portion of the site
*/
body.mceContentBody {
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 24px;
}

p {
	margin:0;
	padding:0;
}

h1 {
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
}

h2 {
	font-family: Raleway,"Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
}

h3 {
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
}

h4 {
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	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;
}

.button-normal {
	background-color: var(--button-normal-background);
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 30px;
	color: white !important;
	font-size: 23px;
	transition: background-color 0.5s ease 0s;
	white-space: nowrap;
}

.button-normal:hover {
	background-color: rgba(45,45,47,1);
	transition: background-color 0.5s ease 0s;
}

.button-orange {
	background-color: var(--button-highlight-background);
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 30px;
	color: white !important;
	font-size: 18px;
	transition: background-color 0.5s ease 0s;
}

.button-orange:hover {
	background-color: rgba(45,45,47,1);
	transition: background-color 0.5s ease 0s;
}

a:link .button-normal, a:visited .button-normal, a:active .button-normal, a .button-normal,
a:link .button-orange, a:visited .button-orange, a:active .button-orange, a .button-orange,
.button-orange a,
.button-normal a {
	text-decoration: none !important;
	color: white !important;
}

.chewy-font {
	font-family: "Chewy",sans-serif;
}

.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;
}

.image-border-shadow {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
}

.image-shadow {
	box-shadow: 8px 8px 25px #888;
}

.image-rounded10-shadow {
	box-shadow: 3px 3px 5px #666;
	border-radius: 10px;
}

.image-shadow img {
	box-shadow: 3px 3px 5px #666;
}

.image-rounded10-shadow img {
	box-shadow: 3px 3px 5px #666;
	border-radius: 10px;
}

.image-border-shadow-fade {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
}

.image-full-force {
	max-width: 100% !important;
	width: 100%;
	height: auto;
	display: block;
}

.image-full-width {
	max-width: 100% !important;
	height: auto;
}

.image-border-shadow-fade:hover, .image-hover-fade:hover {
	opacity: .80;
}

/*
.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;
}

.large-narrow-45-300 {
	font-size: 45px;
	font-weight: 300;
}

.link-button {
	background-color: var(--link-button-background-bottom);
	background: linear-gradient(to bottom, var(--link-button-background-top), var(--link-button-background-bottom));
	color: #FFF;
	font-size: 85%;
	display: inline-block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border: 1px solid var(--link-button-background-bottom);
	-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: #ddd !important;
}
.link-button:hover {
	color: #FFF !important;
	box-shadow: 2px 2px 5px #333;
}

.list-1-column-no-bullet-background {
	column-count: 1;
	list-style-type: none;
	background-color: #D2CAA5;
	padding: 0 20px;
}

.list-2-column {
	column-count: 2;
}

.list-2-column-no-bullets {
	column-count: 2;
	list-style-type: none;
}

.list-2-column-no-bullet-background {
	column-count: 2;
	list-style-type: none;
	background-color: #D2CAA5;
	column-width: 250px;
	column-gap: 3em;
	column-rule: 6px solid #fff;
	overflow: hidden;
	break-inside: avoid-column;
	page-break-inside: avoid;
	padding: 0 20px;
}

.list-2-column-no-bullet-background li {
	overflow: hidden;
	break-inside: avoid-column;
	page-break-inside: avoid;
}

.list-3-column {
	column-count: 3;
}

.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;
}

.page-by-page-image img {
	max-width: 98%;
	height: auto;
}

.page-by-page-buttons {
	padding-top: 25px;
}

.page-by-page-prev {
	float: left;
	width: 40%;
	max-width: 200px;
}

.page-by-page-next {
	float: right;
	width: 40%;
	max-width: 200px;
	margin-right: 25px;
}

.page-by-page-button {
	display: block;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background: linear-gradient(to bottom, #CA6014, #FE9426);
	color: #fff !important;
	text-decoration: none;
	border-radius: 10px;
	max-width: 250px;
	line-height: normal;
}

.raleway {
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
}
.raleway-bold {
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 600;
}
.raleway-semibold {
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 500;
}

.righteous {
	font-family: "Righteous","Raleway","Open Sans";
	font-weight: 400;
}

.righteous-red-title {
	font-family: "Righteous","Raleway","Open Sans";
	font-weight: 400;
	font-size: 24px;
	color: #ff0000;
}

.sansserif-text {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
}

.script-text {
	font-family: "Rouge Script",cursive;
}

.serif-text {
	font-family: "Droid Serif","Times New Roman",serif;
}

p.side-by-side-left, p.side-by-side-left-centered {
	float: left;
	width: 48%;
	margin-right: 2%;
	box-sizing: border-box;
	vertical-align: middle;
}

p.side-by-side-right, p.side-by-side-right-centered {
	float: right;
	width: 48%;
	box-sizing: border-box;
	vertical-align: middle;
}

p.side-by-side-left img, p.side-by-side-right img, p.side-by-side-left-centered img, p.side-by-side-right-centered img {
	max-width: 90%;
	height: auto;
	box-sizing: border-box;
}

p.clear-previous-float {
	clear: both;
}

.bold-point-8 {
	font-size: 0.8em;
	font-weight: bold;
}

.extra-bold-2 {
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1em;
}

.small-invisible {

}

.table-menu {
	width: 98%;
	text-align: center;
	border: 0;
	border-collapse: collapse;
}

.table-menu td {
	width: 50%;
	text-align: left;
	padding: 10px;
}

.table-menu td img {
	max-width: 95%;
	height: auto;
}

.table-full-width {
	width: 100%;
}

.table-full-600 {
	width: 100%;
	max-width: 600px;
}

.top-header-text {
}

.videoWrapper, .videoWrapper16x9 {
	max-width: 600px;
}

.videoWrapperFull {
	max-width: 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;
	}
	
	p.side-by-side-left, p.side-by-side-left-centered {
		float: none;
		display: block;
		width: initial;
		margin: 15px 2% 15px 2%;
		box-sizing: border-box;
		vertical-align: middle;
	}

	p.side-by-side-right, p.side-by-side-right-centered {
		float: none;
		display: block;
		width: initial;
		margin: 15px 2% 15px 2%;
		box-sizing: border-box;
		vertical-align: middle;
	}

	.list-2-column, .list-2-column-no-bullets, .list-2-column-no-bullet-background,
	.list-3-column {
		column-count: 1;
	}

}
