/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */

body {
	font-family: 'Roboto Slab', sans-serif;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 170%;
	color: #777777;
	background: #54484a;
}
h1 {
	font-size: 46px;
	font-weight: 900;
	line-height: 100%;
	margin: 40px 0px 40px 0px;
	color: #333333;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 110%;
	margin: 30px 0px 30px 0px;
	color: #54484a;
}
h2.h2-onjade {
	color: #FFFFFF;
	}
h2.h2-home {
	text-align: left;
	color: #54484a;
	font-size: 25px;
	font-weight: 400;
	line-height: 130%;
}
h2.h2-inner {
	text-align: left;
	color: #54484a;
	font-size: 25px;
	font-weight: 400;
	line-height: 130%;
}
h3 {
	font-size: 23px;
	font-weight: 700;
	line-height: 120%;
	margin: 25px 0px 25px 0px;
	color: #333333;
}
h4 {
	font-size: 17px;
	font-weight: 900;
	line-height: 120%;
	margin: 25px 0px 25px 0px;
	color: #333333;
	letter-spacing: 3px;
	text-transform: uppercase;
}
h5 {
	font-size: 17px;
	font-weight: 700;
	line-height: 130%;
	margin: 25px 0px 25px 0px;
	color: #333333;
}
h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	margin: 10px 0px 10px 0px;
	color: #333333;
}
a {
	line-height: 170%;
	color: #03adc1;
	text-decoration: none;
	cursor: pointer;
	font-weight: 300;
	font-size: 20px;
}
a:visited {
	color: #03adc1;
}
a:hover {
	color: #54484a;
}
.jade {
	color: #22bfd3;
}
ul {
	font-weight: 400;
	line-height: 170%;
	margin: 10px 0px 10px 0px;
	color: #777777;
	padding: 0px 0px 0px 40px;
}
ol {
	font-weight: 400;
	line-height: 170%;
	margin: 10px 0px 10px 0px;
	color: #444444;
	padding: 0px 0px 0px 40px;
}
blockquote {
	padding: 10px 20px 10px 20px;
	margin: 10px 0px 20px 0px;
	border-left: 5px solid #eee;
	font-style: italic;
}
ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
body img {
	max-width : 100%;
	height : auto;
}
/* =WordPress Core
-------------------------------------------------------------- */
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.blog-post {
	min-height: 100px;
	margin-bottom: 50px;
}
span a.post-category:hover {
	color: #9BCB43;
}
p {
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	font-weight: 300;
	line-height: 170%;
}
li {
	line-height: 150%;
	color: #333333;
	font-weight: 300;
}
a.button-home-cta {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin: 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 30px;
	background-color: #03adc1;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-home-cta:visited {
	background-color: #03adc1;
	color: #FFFFFF;
	font-weight: 400;
}
a.button-home-cta:hover {
	background-color: #FFFFFF;
	color: #03adc1;
	border: 0 solid;
}
a.button-view {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 30px;
	background-color: #54484a;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-view:visited {
	background-color: #54484a;
	color: #FFFFFF;
	font-weight: 400;
}
a.button-view:hover {
	background-color: #1bb3c5;
	color: #FFFFFF;
	border: 0 solid;
}
a.button-cta {
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	line-height: 120%;
	margin: 10px 0;
	color: #54484a;
	text-decoration: none;
	padding: 15px 30px;
	background-color: #FFFFFF;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-cta:visited {
	background-color: #FFFFFF;
	color: #54484a;
	font-weight: 400;
}
a.button-cta:hover {
	background-color: #54484a;
	color: #FFFFFF;
	border: 0 solid;
}
.rwd-break {
	display: block;
}
.rwd-break2 {
	display: none;
}
.rwd-break3 {
	display: block;
}
.fa-bars {
    font-size: 25px;
    color: #FFFFFF;
}
.menu-btn {
    width: auto;
    padding: 15px 10px;
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: 0px;
    display: block;
}
hr {
	display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    height: 1px;
    border: 0;
	}
.cont-alert {
	width: auto;
	background: #FFEE00;
	}
p.covid {
	text-align: center;
	}
@media only screen and (min-width : 768px) {
body {
	text-align: left;
}
h2.h2-home {
	text-align: center;
	color: #54484a;
	font-size: 33px;
	font-weight: 400;
}
h2.h2-inner {
	text-align: left;
	color: #54484a;
	font-size: 33px;
	font-weight: 400;
}
.rwd-break {
	display: block;
}
.rwd-break2 {
	display: none;
}
.rwd-break3 {
	display: none;
}
a.button-home-cta {
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	line-height: 157%;
	margin: 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 30px;
	background-color: #03adc1;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-home-cta:visited {
	background-color: #03adc1;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
}
a.button-home-cta:hover {
	background-color: #FFFFFF;
	color: #03adc1;
	border: 0 solid;
}
a.button-view {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 157%;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 30px;
	background-color: #54484a;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-view:visited {
	background-color: #54484a;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
}
a.button-view:hover {
	background-color: #1bb3c5;
	color: #FFFFFF;
	border: 0 solid;
}
a.button-cta {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 157%;
	margin: 10px 0;
	color: #54484a;
	text-decoration: none;
	padding: 15px 30px;
	background-color: #FFFFFF;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-cta:visited {
	background-color: #FFFFFF;
	color: #54484a;
	font-size: 15px;
	font-weight: 400;
}
a.button-cta:hover {
	background-color: #54484a;
	color: #FFFFFF;
	border: 0 solid;
}
p {
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	font-weight: 300;
	line-height: 170%;
}
}
@media only screen and (min-width : 1024px) {
body {
	text-align: left;
}
h2.h2-home {
	text-align: center;
	color: #54484a;
	font-size: 33px;
	font-weight: 400;
}
h2.h2-inner {
	text-align: left;
	color: #54484a;
	font-size: 33px;
	font-weight: 400;
}
.rwd-break {
	display: none;
}
.rwd-break2 {
	display: block;
}
.rwd-break3 {
	display: none;
}
a.button-home-cta {
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	line-height: 157%;
	margin: 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 30px;
	background-color: #03adc1;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-home-cta:visited {
	background-color: #03adc1;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
}
a.button-home-cta:hover {
	background-color: #FFFFFF;
	color: #03adc1;
	border: 0 solid;
}
a.button-view {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 157%;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 30px;
	background-color: #54484a;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-view:visited {
	background-color: #54484a;
	color: #FFFFFF;
	font-weight: 400;
}
a.button-view:hover {
	background-color: #1bb3c5;
	color: #FFFFFF;
	border: 0 solid;
}
a.button-cta {
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	line-height: 157%;
	margin: 10px 0;
	color: #54484a;
	text-decoration: none;
	padding: 15px 30px;
	background-color: #FFFFFF;
	border: 0 solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: all 0.4s linear 0s;
}
a.button-cta:visited {
	background-color: #FFFFFF;
	color: #54484a;
	font-size: 15px;
	font-weight: 400;
}
a.button-cta:hover {
	background-color: #54484a;
	color: #FFFFFF;
	border: 0 solid;
}
p {
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	font-weight: 300;
	line-height: 170%;
}
}
