html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Remove outline from images and links */
a {
	outline: none;
}

img {
	outline: none;
}

/* Clearfix */
.clearfix:before,
.grid-container:before {
	content: " ";
	display: table;
}

.clearfix:after,
.grid-container:after {
	clear: both;
	content: " ";
	display: table;
}

/* Inputs */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline-block;
	box-sizing: border-box;
}

/* Wrapper */
.wrapper {
	margin: 0 auto;
	clear: both;
}

.wrapper.wrapper-fluid {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper.wrapper-fluid.wrapper-first {
	margin-top: 0;
}

.wrapper.wrapper-fluid.wrapper-last {
	margin-bottom: 0;
}

.grid-container {
	width: 100%;
	height: 100%;
	margin: 0;
}

.wrapper-fluid .grid-container {
	margin: 0 auto;
}

.wrapper-fluid.wrapper-fluid-grid .grid-container {
	width: 100%;
}

/* End Wrapper */

/* Structural stuff */
.clear {
	clear: both;
}

.block {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.block-content {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.block-fixed-height .block-content, body.visual-editor-iframe-grid .block-content {
	height: 100%;
}

.column {
	float: left;
}

.column.grid-right {
	float: right;
	margin-left: 0 !important;
}

.column-1 {
	clear: left;
}

.column-1.grid-left-0 {
	margin-left: 0 !important;
}

.column-last {
	clear: right;
}

.column-last.grid-right-0 {
	margin-right: 0 !important;
}

/* End structural stuff */

/* No Blocks Notice */
.wrapper-no-blocks {
	max-width: 600px;
}

.wrapper-no-blocks .entry-content {
	margin: 40px 0 !important;
	text-align: center;
}

/* Blocks */
/* Header */
.block-type-header .banner {
	display: block;
}

.block-type-header .banner a {
	display: block;
}

.block-type-header .banner-image {
	display: block;
	width: 100%;
	height: 100%;
}

.block-type-header .tagline {
	display: block;
}

/* Navigation */
.block-type-navigation ul {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: -4px;
	word-spacing: -4px;
}

.block-type-navigation ul li {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: normal;
	word-spacing: normal;
}

.block-type-navigation ul li a {
	display: block;
	width: auto;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
}

/* Map Block */
.map-block-gmap {
	height: 100%
}

/* Navigation Alignment */
.block-type-navigation .nav-align-left ul {
	text-align: left;
}

.block-type-navigation .nav-align-right ul {
	text-align: right;
}

.block-type-navigation .nav-align-center ul {
	text-align: center;
}

/* Vertical Orientation */
.block-type-navigation .nav-vertical {
	position: relative;
}

.block-type-navigation .nav-vertical ul li {
	width: 100%;
}

.block-type-navigation .nav-vertical ul li a {
	height: auto;
	line-height: 40px;
}

/* Navigation Search */
.block-type-navigation .nav-search-active ul {
	width: 75%;
}

.block-type-navigation .nav-search-active .nav-search {
	float: right;
	width: 22.5%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table;
}

.block-type-navigation .nav-search-active.nav-search-position-left .nav-search {
	float: left;
}

.block-type-navigation .nav-search-active #searchform {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.block-type-navigation .nav-search-active #searchform label,
.block-type-navigation .nav-search-active #searchform #searchsubmit {
	display: none;
}

.block-type-navigation .nav-search-active #searchform #s {
	width: 100%;
}

/* SUB MENUS */
.block-type-navigation a .sf-sub-indicator {
	display: none;
}

.block-type-navigation .sub-menu {
	position: absolute;
	z-index: 150;
	left: -9999px; /* Hide the dropdowns */
	width: auto;
}

.block-type-navigation .sub-menu li {
	display: block;
	height: auto;
	width: 100%;
}

.block-type-navigation .sub-menu li a {
	min-width: 175px;
	max-width: 500px;
	width: auto;

	height: auto;
	line-height: 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Show the drop downs on hover */
.block-type-navigation .menu li:hover > .sub-menu,
.block-type-navigation .menu .sfHover > .sub-menu {
	left: auto;
}

/* END SUB MENUS */

/* Responsive Select */
.block-type-navigation .selectnav {
	display: none;
}

/* Image */
.block-type-header img {
	max-width: 100%;
}

/* Search Widget */
.block-type-search .field {
	width: 100%;
}

.block-type-search .search-button-visible div {
	overflow: hidden;
}

.block-type-search .search-button-visible .submit {
	float: right;
}

/* Content Block */
.block-type-content img {
	max-width: 100%;
}

.block-type-navigation .selectnav {
  margin: 10px 2%;
  width: 96%;
  font-size: 16px;
}

/* Search */

.block-type-search .field {
  width: 100%;
}

/* Search button visible */

.block-type-search .search-button-visible div {
  padding-right: 5px;
}

/* Breadcrumbs */

.block-type-breadcrumbs .breadcrumbs {
  margin: 13px 10px;
}

/* Widget Area */

.block-type-widget-area .widget-area {
  padding: 0;
  margin: 0;
}

.block-type-widget-area .widget {
  margin: 15px 0 0;
  padding: 5px 10px;
  list-style: none;
}

.block-type-widget-area .widget ul {
  padding: 0 0 0 25px;
  margin: 5px 0;
  list-style: disc;
}

.block-type-widget-area .widget .widget-title {
  margin: 0 0 10px;
  display: block;
}

.block-type-widget-area .widget .widget-title:empty {
  display: none;
}

/* Horizontal Widget Area */

.block-type-widget-area .horizontal-sidebar .widget {
  float: left;
  margin: 0 15px 0 15px;
  width: 20%;
}

/* Widgets */

.widget table#wp-calendar td,
.widget table#wp-calendar th {
  color: #444;
  text-align: center;
}

.widget table#wp-calendar a {
  color: #444;
}

.widget table#wp-calendar caption {
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
}

.widget table#wp-calendar td#today {
  color: #111;
}

.widget table#wp-calendar tfoot .pad {
  background: none;
}

/* Content */

.block-type-content .loop {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.block-type-content .archive-title,
.block-type-content .entry-title {
  margin: 0 0 5px;
  max-width: 100%;
  word-wrap: break-word;
}

.block-type-content .archive-title {
  padding: 15px 0 15px;
  border-width: 0;
}

.block-type-content .archive-title a,
.block-type-content .entry-title a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}

.block-type-content .entry-content {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .entry-content:first-child {
  margin-top: 0;
}

.block-type-content .entry-row {
  float: left;
  width: 100%;
}

.block-type-content .entry-row .hentry {
  clear: none;
}

.block-type-content .entry-row .hentry:first-child {
  margin-left: 0 !important;
}

.block-type-content .hentry {
  clear: both;
  padding: 15px 0 30px;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail {
  display: block;
}

.block-type-content .post-thumbnail img {
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left-content,
.block-type-content .post-thumbnail-left-content {
  float: left;
  margin: 0 15px 0 0;
}

.block-type-content .post-thumbnail-right,
.block-type-content .post-thumbnail-right-content,
.block-type-content .post-thumbnail-right-content {
  float: right;
  margin: 0 0 0 15px;
}

.block-type-content .post-thumbnail-above-content {
  margin: 15px 0 -5px;
}

.block-type-content .post-thumbnail-below-content {
  margin: 15px 0;
}

.block-type-content .post-thumbnail-above-title {
  margin: 0 0 15px;
}

/* Specific tag formatting */

address {
  margin: 0 0 20px;
  font-style: italic;
}

dl {
  margin: 0 0px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre {
  background: #F5F5F5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* End specific tag formatting */

.block-type-content .entry-utility {
  clear: both;
}

.block-type-content .entry-meta a,
.block-type-content .entry-utility a {
  color: inherit;
  text-decoration: none;
}

.block-type-content .entry-meta a:hover,
.block-type-content .entry-utility a:hover {
  text-decoration: underline;
}

/* Loop Navigation */

.loop-navigation {
  margin: 15px 0 30px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.loop-navigation .nav-next,
.loop-navigation .nav-previous {
  display: inline-block;
  max-width: 48%;
}

.loop-navigation .nav-next a,
.loop-navigation .nav-previous a {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loop-navigation .nav-previous {
  float: left;
}

.loop-navigation .nav-next {
  float: right;
}

/* 404 Search Form */

.system-404 form#searchform {
  margin: 10px 0 0 0;
  float: left;
  clear: both;
}

.system-404 form#searchform label {
  display: none;
}

.system-404 form#searchform input#s {
  width: 200px;
  float: left;
}

.system-404 form#searchform input#searchsubmit {
  float: left;
  margin: 2px 0 0 5px;
}

/* Comments Styling */

div#comments {
  float: left;
  clear: both;
  margin: 0 0 50px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div#comments h3#comments {
  margin: 15px 0 0 0;
  display: block;
}

.commentlist {
  margin: 30px 0 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.comment {
  position: relative;
  padding: 0 0 0 64px;
  clear: both;
}

.comment .comment-body {
  margin: 0 0 30px;
}

.comment .children {
  clear: both;
}

.comment .comment-author {
  margin: 0;
  padding: 0;
}

.comment .avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.comment .comment-author cite {
  font-weight: bold;
}

.pingback .comment-author .says {
  display: none;
}

.comment .comment-meta {
  margin: 5px 0 20px 0;
}

.comment .comment-meta a {
  text-decoration: none;
  color: inherit;
}

.comment .comment-body p {
  margin: 0 0 10px 0;
}

.comment .reply {
  margin: 20px 0 0;
}

.comment .comment-reply-link {
  margin: 10px 0 0 -6px;
  padding: 3px 6px;
}

/* Comment Form */

div#respond {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.commentlist div#respond {
  padding: 5px 0 20px;
  margin: -20px 0 30px;
}

h3#reply-title {
  margin: 15px 0;
}

h3#reply-title small {
  font-size: 75%;
  margin: 0 0 0 5px;
}

div#respond .logged-in-as {
  margin: 10px 0 20px;
}

div#respond label {
  display: inline-block;
  margin: 0;
  float: left;
}

div#respond p {
  clear: both;
  float: left;
  width: 100%;
}

div#respond .required {
  display: inline;
  color: #c00;
  line-height: 25px;
  margin: 0 0 0 3px;
}

div#respond input[type='text'] {
  width: 50%;
}

div#respond textarea {
  width: 85%;
  height: 150px;
}

div#respond input[type='text'],
div#respond textarea {
  clear: both;
  float: left;
  margin: 0 0 10px;
}

/* Footer */

.block-type-footer a {
  color: inherit;
}

.block-type-footer .footer-left {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

.block-type-footer .footer-right {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.block-type-footer .footer-link {
  margin-bottom: 10px;
}

.block-type-footer .copyright {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0;
}

.block-type-footer .footer-responsive-grid-link-container {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0;
  display: none;
}

.block-type-footer .footer-responsive-grid-link-enable-container {
  display: block;
}

/* Calendar Widget */

.widget table#wp-calendar {
  width: 100%;
}

.widget table#wp-calendar td,
.widget table#wp-calendar th {
  padding: 5px 0;
}

.widget table#wp-calendar caption {
  margin: 0 0 8px 0;
}

/* Search Widget */

.widget_search input#searchsubmit,
.widget_search label {
  display: none;
}

.widget_search input#s {
  width: 100%;
}

/* Content Block Elements */

/* More Link and Loop Navigation */

.more-link {
  padding: 2px 6px;
  white-space: nowrap;
}

.loop-navigation .nav-next a,
.loop-navigation .nav-previous a {
  padding: 4px 8px;
}

/* Headings */

.entry-content h1,
.entry-content h2 {
  margin: 0 0 20px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0 0 15px;
}

/* Paragraphs */

.entry-content p {
  margin: 0 0 15px;
}

/* Horizontal rules */

.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 15px;
}

/* Lists */

.entry-content ol,
.entry-content ul {
  padding: 0 0 0 40px;
  margin: 15px 0;
}

.entry-content ol ol,
.entry-content ul ul {
  margin: 0;
}

/* Lists inside lists should not have the margin on them. */

.entry-content ul li {
  list-style: disc;
}

.entry-content ul ul li {
  list-style: circle;
}

.entry-content ul ul ul li {
  list-style: square;
}

.entry-content ol li {
  list-style: decimal;
}

.entry-content ol ol li {
  list-style: lower-alpha;
}

.entry-content ol ol ol li {
  list-style: lower-roman;
}

/* Images */

.align-left,
.alignleft {
  float: left;
  margin: 0 7px 0 0;
}

.align-right,
.alignright {
  float: right;
  margin: 0 0 0 7px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.border {
  padding: 1px;
  border: 1px solid #ddd;
}

.no-border {
  padding: 0;
  border: none;
}

.wp-smiley {
  border: none;
}

.wp-caption {
  padding: 5px;
  border: 1px solid #eee;
  background: #fcfcfc;
  margin-top: 15px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 1px solid #ddd;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
}

.wp-caption .wp-smiley {
  border: none;
}

.wp-caption .wp-caption-text {
  text-align: center;
  color: #555;
  margin: 5px 0 0 !important;
  font-style: italic;
}

/* Blockquotes */

blockquote {
  color: #666;
  padding: 5px 0 5px 25px;
  border-top: 0 dotted;
  border-bottom: 0 dotted;
  border-left: 2px solid #f6f6f6;
  margin: 15px 0 15px 20px;
}

/* Drop Caps */

.drop-cap {
  font-size: 310%;
  line-height: 120%;
  margin-bottom: -0.25em;
  color: #888;
  float: left;
  padding: 0 6px 0 0;
}

/* Code */

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, Courier, monospace;
  font-size: 0.9em;
  margin: 0 1px;
  padding: 1px 3px;
  color: #555;
}

pre code {
  display: block;
  border: 1px solid #ddd;
  padding: 4px 7px;
}

.code-block {
  display: block;
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #555;
  font-family: Consolas, Monaco, Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre;
  font-size: 12.5px;
  line-height: 18px;
  margin: 5px 0;
}

/* Tables */

table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table td,
table th {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table tr:first-child th,
thead tr:first-child th {
  border-top: none;
}

/* Superscripts and Subscripts */

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* End Content Block Elements */

/* Global Content Styles */

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Miscellaneous (to silence Theme Check) */

/* FORM STYLING */

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #777;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

select {
  padding: 0;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: #ddd;
  padding: 0 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: 27px;
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #222;
  background: #d1d1d1;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: #c8c8c8;
}

/* Alerts */

.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff inset;
  padding: 5px 20px;
  margin: 20px 0;
  display: block;
}

.alert p {
  margin: 10px 0;
  line-height: 160%;
}

.alert-green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
}

.alert-red {
  border: 1px solid #CFADB3;
  color: #832525;
  background-color: #FAF2F5;
}

.alert-yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  color: #424242;
}

.alert-gray,
.alert-grey {
  border: 1px solid #CCC;
  color: #424242;
  background-color: #EEE;
}

.alert-blue {
  border: 1px solid #92CAE4;
  color: #205791;
  background-color: #D5EDF8;
}

.alert a {
  color: inherit;
}

.block-subtitle {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #999999;
}

.block-title {
  font-size: 22px;
  line-height: 150%;
}

.block {
  overflow: hidden;
  margin-bottom: 10px;
}

blockquote {
  color: #666666;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 25px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #666666;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
}

a {
  color: #555555;
}

body {
  font-size: 14px;
  font-family: palatino linotype, palatino, serif;
  line-height: 100%;
  color: #555555;
}

.block-type-pin-board .pin-board-pin {
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  background-color: #ffffff;
  border-color: #eeeeee;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  box-shadow: eee 0px 2px 3px;
}

.block-type-pin-board .pin-board-pin .entry-title,
.block-type-pin-board .pin-board-pin .entry-title a {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

.pin-board-pin .entry-title a:hover {
  text-decoration: underline;
}

.block-type-pin-board .pin-board-pin .entry-content {
  font-size: 12px;
  line-height: 150%;
  padding-right: 15px;
  padding-left: 15px;
}

.block-type-pin-board .pin-board-pin .entry-meta {
  font-size: 12px;
  line-height: 120%;
  padding-right: 15px;
  padding-left: 15px;
  color: #888888;
}

.block-type-pin-board .pin-board-pagination a {
  text-decoration: none;
  background-color: #eeeeee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 5px;
  padding-left: 9px;
}

.pin-board-pagination a:hover {
  background-color: #e7e7e7;
}

body {
  background-image: url(https://wholelifeexpo.webcastguru.app/wp-content/uploads/2015/11/background.png);
}

.wrapper {
  background-color: #ffffff;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  box-shadow: #c7c7c7 1px 1px 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#whitewrap .wrapper-mirroring-woj56398b9b0b677,
#wrapper-woj56398b9b0b677 {
  background-color: #FDFEEE;
}

#whitewrap .wrapper-mirroring-wmx565da6c8b790f,
#wrapper-wmx565da6c8b790f {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w8d565dcac305b27,
#wrapper-w8d565dcac305b27 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w9d5660de321ac11,
#wrapper-w9d5660de321ac11 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wr756661249c88a8,
#wrapper-wr756661249c88a8 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wks56662f46517b0,
#wrapper-wks56662f46517b0 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w25566632063c6b6,
#wrapper-w25566632063c6b6 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w6d566634bf03500,
#wrapper-w6d566634bf03500 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wz456663a12ce86a,
#wrapper-wz456663a12ce86a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wik56663b001086f,
#wrapper-wik56663b001086f {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wei56663fdb4dca7,
#wrapper-wei56663fdb4dca7 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wkm5666420148b06,
#wrapper-wkm5666420148b06 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wkb5667213ded0e1,
#wrapper-wkb5667213ded0e1 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wn25667222e49b5b,
#wrapper-wn25667222e49b5b {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wpr5667234b0f964,
#wrapper-wpr5667234b0f964 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wbo566724c432639,
#wrapper-wbo566724c432639 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wnc5667259aefb28,
#wrapper-wnc5667259aefb28 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w1a566726bd821eb,
#wrapper-w1a566726bd821eb {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wnf56672bcf65248,
#wrapper-wnf56672bcf65248 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wzk56672c6c9e609,
#wrapper-wzk56672c6c9e609 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w2456672da9c91db,
#wrapper-w2456672da9c91db {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wk256672e6988cb5,
#wrapper-wk256672e6988cb5 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w1w56672f882706a,
#wrapper-w1w56672f882706a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w6356673033ce51b,
#wrapper-w6356673033ce51b {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wap5667316692e54,
#wrapper-wap5667316692e54 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wa4566b35af554af,
#wrapper-wa4566b35af554af {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w67566b38266706c,
#wrapper-w67566b38266706c {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w36566b3e07f2b3c,
#wrapper-w36566b3e07f2b3c {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-whu566b3e6610576,
#wrapper-whu566b3e6610576 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wso566b3eb8d3bbf,
#wrapper-wso566b3eb8d3bbf {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wpu566b3f6c9b7a5,
#wrapper-wpu566b3f6c9b7a5 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wb1566b3fe9a0659,
#wrapper-wb1566b3fe9a0659 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wp3566b404fe44ad,
#wrapper-wp3566b404fe44ad {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w53566b409decc52,
#wrapper-w53566b409decc52 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w35566b41062a057,
#wrapper-w35566b41062a057 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wzs566b4167e5957,
#wrapper-wzs566b4167e5957 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-won566b41c460bf1,
#wrapper-won566b41c460bf1 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wle566b535176ad0,
#wrapper-wle566b535176ad0 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wt5566b5398af4d8,
#wrapper-wt5566b5398af4d8 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w49566b53abd8aae,
#wrapper-w49566b53abd8aae {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w91566b53e6e1b4a,
#wrapper-w91566b53e6e1b4a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wep566b53f1398ea,
#wrapper-wep566b53f1398ea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w89566b53fee0478,
#wrapper-w89566b53fee0478 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wm1566b54086120d,
#wrapper-wm1566b54086120d {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wud566b54145e9ea,
#wrapper-wud566b54145e9ea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wqy566b541d94182,
#wrapper-wqy566b541d94182 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wpc566b54291271c,
#wrapper-wpc566b54291271c {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wq3566b543724f7b,
#wrapper-wq3566b543724f7b {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wox566b5fc407dc8,
#wrapper-wox566b5fc407dc8 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wgn566b5fd6e893a,
#wrapper-wgn566b5fd6e893a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wgo566b5fe6c4148,
#wrapper-wgo566b5fe6c4148 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wve566b5ff4f0e3a,
#wrapper-wve566b5ff4f0e3a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w17566b6008b70c3,
#wrapper-w17566b6008b70c3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-waz566b601e4d103,
#wrapper-waz566b601e4d103 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wfh566b6035c202a,
#wrapper-wfh566b6035c202a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wr2566b6055968fb,
#wrapper-wr2566b6055968fb {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w49566b60cadc56c,
#wrapper-w49566b60cadc56c {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wbf566b613398c9f,
#wrapper-wbf566b613398c9f {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wnu566b615808674,
#wrapper-wnu566b615808674 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wgw566b616fb7a4e,
#wrapper-wgw566b616fb7a4e {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wfv566b6183d8566,
#wrapper-wfv566b6183d8566 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-weq566b640ee15c7,
#wrapper-weq566b640ee15c7 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wtb566df552a4715,
#wrapper-wtb566df552a4715 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wjg566df56350065,
#wrapper-wjg566df56350065 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-woe566df56ca8e07,
#wrapper-woe566df56ca8e07 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wh6566df57641732,
#wrapper-wh6566df57641732 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wzl566df580015ba,
#wrapper-wzl566df580015ba {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wt0566df589a0957,
#wrapper-wt0566df589a0957 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wgm566df5933630d,
#wrapper-wgm566df5933630d {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wd6566df59c0685f,
#wrapper-wd6566df59c0685f {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wrz566df5a569f9a,
#wrapper-wrz566df5a569f9a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w5z566df5b12501d,
#wrapper-w5z566df5b12501d {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wur566df5be49f96,
#wrapper-wur566df5be49f96 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w3y566df5c89e1a1,
#wrapper-w3y566df5c89e1a1 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wqp566df5d3c1d94,
#wrapper-wqp566df5d3c1d94 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w94566df5ddc1e37,
#wrapper-w94566df5ddc1e37 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wd8566e060688bf4,
#wrapper-wd8566e060688bf4 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wkm566e061256c50,
#wrapper-wkm566e061256c50 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-wef566e0619a977e,
#wrapper-wef566e0619a977e {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-ws2566f1084cc4d7,
#wrapper-ws2566f1084cc4d7 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#whitewrap .wrapper-mirroring-w4t566f157f7a9b3,
#wrapper-w4t566f157f7a9b3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.block-type-header span.banner a {
  color: #222222;
  font-size: 34px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.block-type-header .tagline {
  color: #999999;
  font-size: 15px;
  line-height: 120%;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.block-type-navigation {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  border-style: solid;
  overflow: visible;
}

.block-type-navigation ul.menu li > a {
  text-decoration: none;
  color: #888888;
  text-transform: uppercase;
  font-variant: normal;
  padding-right: 15px;
  padding-left: 15px;
}

ul.menu li.current-menu-ancestor > a,
ul.menu li.current-menu-ancestor > a:hover,
ul.menu li.current-menu-item > a,
ul.menu li.current-menu-item > a:hover,
ul.menu li.current-menu-parent > a,
ul.menu li.current-menu-parent > a:hover,
ul.menu li.current_page_ancestor > a,
ul.menu li.current_page_ancestor > a:hover,
ul.menu li.current_page_item > a,
ul.menu li.current_page_item > a:hover,
ul.menu li.current_page_parent > a,
ul.menu li.current_page_parent > a:hover {
  color: #222222;
}

ul.menu li > a:hover {
  color: #555555;
}

.block-type-navigation ul.sub-menu {
  background-color: #eeeeee;
}

.block-type-widget-area li.widget {
  line-height: 150%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 15px;
}

.block-type-widget-area li.widget .widget-title {
  font-size: 13px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: normal;
  line-height: 250%;
  color: #111111;
  margin-bottom: 10px;
}

.block-type-widget-area li.widget a {
  color: #333333;
}

.block-type-content .type-post {
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #efefef;
  padding-bottom: 30px;
}

.block-type-content .entry-title {
  font-size: 24px;
  color: #333333;
  line-height: 130%;
}

.block-type-content .archive-title {
  font-size: 24px;
  color: #555555;
  line-height: 110%;
  border-bottom-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  padding-bottom: 15px;
}

.block-type-content div.entry-meta {
  line-height: 120%;
  color: #818181;
}

.block-type-content div.entry-content,
.block-type-content div.entry-content p {
  color: #555555;
  font-size: 14px;
  line-height: 180%;
}

.block-type-content div.entry-content h1,
.block-type-content div.entry-content h2,
.block-type-content div.entry-content h3 {
  font-size: 20px;
  line-height: 180%;
}

.block-type-content div.entry-content h4,
.block-type-content div.entry-content h5 {
  font-size: 16px;
  line-height: 180%;
}

.block-type-content div.entry-content a.more-link {
  background-color: #eeeeee;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
}

div.entry-content a.more-link:hover {
  background-color: #e7e7e7;
}

.block-type-content div.loop-navigation div.nav-next a,
.block-type-content div.loop-navigation div.nav-previous a {
  background-color: #e1e1e1;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  line-height: 130%;
}

div.loop-navigation div.nav-next a:hover,
div.loop-navigation div.nav-previous a:hover {
  background-color: #d5d5d5;
}

.block-type-content a.post-thumbnail img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.block-type-content div#comments h3 {
  color: #333333;
  font-size: 18px;
  line-height: 130%;
}

.block-type-content li.comment {
  padding-left: 64px;
}

.block-type-content li.comment .comment-author {
  font-size: 18px;
  line-height: 120%;
}

.block-type-content li.comment .comment-meta {
  color: #888888;
  font-size: 14px;
}

.block-type-content li.comment .comment-body p {
  font-size: 14px;
  line-height: 170%;
}

.block-type-content a.comment-reply-link {
  font-size: 12px;
  background-color: #eeeeee;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
}

a.comment-reply-link:hover {
  background-color: #e7e7e7;
}

.block-type-content div#respond label {
  font-size: 14px;
  line-height: 220%;
  color: #888888;
}

.block-type-slider .flexslider {
  overflow: visible;
  margin-bottom: 30px;
}

.block-type-slider .flex-viewport {
  overflow: hidden;
}

.block-type-slider .flex-caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 14px;
  line-height: 150%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  text-align: center;
}

.block-type-slider .flex-control-nav {
  position: absolute;
  text-align: center;
}

.block-type-slider .flex-direction-nav a {
  margin-top: -20px;
  position: absolute;
  background-image: url(https://wholelifeexpo.webcastguru.app/wp-content/themes/headway/library/blocks/slider/assets/bg_direction_nav.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.block-type-slider .flex-direction-nav a.flex-next {
  background-position: right top;
}

.block-type-slider .flex-control-paging li a {
  background-color: rgba(0,0,0,0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.flex-control-paging li a:hover {
  background-color: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
  background-color: rgba(0,0,0,0.9);
}

.block-type-text .entry-content h3,
.block-type-text div.entry-content h1,
.block-type-text div.entry-content h2 {
  font-size: 20px;
  line-height: 180%;
}

.block-type-text .entry-content h4 {
  font-size: 16px;
  line-height: 180%;
}

.block-type-footer {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #eeeeee;
  border-style: solid;
}

.block-type-footer p.copyright {
  color: #666666;
}

.block-type-footer p.footer-headway-link {
  color: #666666;
}

.block-type-footer a.footer-admin-link {
  color: #666666;
}

.block-type-footer a.footer-go-to-top-link {
  color: #666666;
}

.block-type-footer a.footer-responsive-grid-link {
  color: #666666;
}

div#wrapper-woj56398b9b0b677 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #BDBDBD;
  border-right-color: #BDBDBD;
  border-bottom-color: #BDBDBD;
  border-left-color: #BDBDBD;
}

.grid-container {
  background-color: #FFFFFF;
}

div#block-bwj5818ccc02f4de .type-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

div#wrapper-w5818cbcc22557 {
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}

div#block-b8e59fdf57e0cf55 center {
  font-size: 20px;
  line-height: 20px;
}

div#block-bwj5818ccc02f4de .entry-content p {
  padding-right: 15px;
  padding-left: 15px;
}

div#block-bqe5818ce9eced8e center {
  font-size: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D1D1D1;
  padding-top: 10px;
}

div#block-bwj5818ccc02f4de .entry-content p .alignnone {
  display: none;
}

table#supsystic-table-8 tbody .odd .htCenter .mb-button {
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

table#supsystic-table-8 tbody .even .htCenter .mb-button {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

div#supsystic-table-8_filter {
  margin-right: 15px;
  margin-top: 15px;
}

div#supsystic-table-8_length label {
  margin-left: 15px;
}

div#supsystic-table-8_length {
  margin-top: 15px;
}

table#supsystic-table-8 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

div#supsystic-table-8_info {
  margin-left: 15px;
}

table#supsystic-table-8 tbody .odd .bold .mb-button {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

table#supsystic-table-8 tbody .even .bold .mb-button {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

table#supsystic-table-8 tbody .odd .bold {
  padding-top: 10px;
  padding-bottom: 0px;
}

table#supsystic-table-8 tbody .even .bold {
  padding-bottom: 0px;
}



div#block-bwj5818ccc02f4de .block-content .loop .type-page .entry-content p .alignnone {
  display: block;
}

