<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hjs-flex-content .sidebar {
	margin-top: 0;
}

.content-wrap ul {
	margin-left: 35px;
	text-align: left;
}

.content-wrap .social-links ul {
	margin-left: 0;
}

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

/* Default Card Styling */

.card {
	position: relative;
	/* margin: .5rem .5rem 1rem .5rem; */
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 0;
	/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
	overflow: hidden;
	background: #eee;
}

.card .card-image {
	position: relative;
}

.card .card-image img {
	display: block;
	border-radius: 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	border: none;
}

.card .card-image .card-title {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 24px;
	font-size: 24px;
	font-weight: 300;
}

.card .card-icon {
	color: #333;
}

.card .card-icon svg {
	text-align: center;
	display: block;
	margin: 40px auto 0;
	font-size: 44px;
}

.card .card-content {
	padding: 25px 25px;
	border-radius: 0;
	position: relative;
	background: #fff;
	text-align: center;
}

.card .card-content h3,
.hjs-section .card .card-content h3 {
	color: #393939;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
	font-size: 2.4rem;
}

.card .card-content p {
	margin: 0;
	color: #000;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
}

.card .card-action {
	padding: 0;
	margin-top: 20px;
}

.card .card-action .button {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}


/* Column Classes for Cards Wrap
*
* Width: 1360px
* Gutter: 20px
* Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

/* .cards-wrap .five-sixths,
.cards-wrap .four-sixths,
.cards-wrap .four-fifths,
.cards-wrap .one-fifth,
.cards-wrap .one-fourth,
.cards-wrap .one-half,
.cards-wrap .one-sixth,
.cards-wrap .one-third,
.cards-wrap .three-fourths,
.cards-wrap .three-fifths,
.cards-wrap .three-sixths,
.cards-wrap .two-fourths,
.cards-wrap .two-fifths,
.cards-wrap .two-sixths,
.cards-wrap .two-thirds {
	float: left;
	margin-left: 1.47058823529%;
}

.cards-wrap .one-half,
.cards-wrap .three-sixths,
.cards-wrap .two-fourths {
width: 49.2647058824%;
}

.cards-wrap .one-third,
.cards-wrap .two-sixths {
width: 32.3529411765%;
}

.cards-wrap .four-sixths,
.cards-wrap .two-thirds {
width: 66.1764705882%;
}

.cards-wrap .one-fourth {
width: 23.8970588235%;
}

.cards-wrap .three-fourths {
width: 74.6323529412%;
}

.cards-wrap .one-fifth {
width: 18.8235294118%;
}

.cards-wrap .two-fifths {
width: 39.1176470588%;
}

.cards-wrap .three-fifths {
width: 59.4117647059%;
}

.cards-wrap .four-fifths {
width: 79.7058823529%;
}

.cards-wrap .one-sixth {
width: 15.4411764706%;
}

.cards-wrap .five-sixths {
width: 83.0882352941%;
}

.cards-wrap .first {
clear: both;
margin-left: 0;
} */



.cards-wrap .entry .entry-content p {
	padding: 0 20px 0 0;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 5px;
	max-width: 100%;
}

.cards-wrap .entry a {
	box-shadow: none;
	display: block;
	overflow: hidden;
}

.cards-wrap .entry img {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.cards-wrap .entry .entry-header {
	padding: 0 !important;
}
.blog-default .site-inner,
.full-width-cards .site-inner{
	padding-bottom: 20px;
}

.full-width-cards .entry{
	display: flex;
}
.full-width-cards .entry-header{
	flex: 1 1 35%;
	margin-right: 20px;
}
.full-width-cards .entry-header img{
	display: block;
	margin: 0;
}
.full-width-cards .entry-content{
	flex: 1 1 65%;
}

.cards-wrap .entry-header .entry-title a,
.full-width-cards .entry .entry-title a {
	text-decoration: none;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	padding: 0 20px 0 0;
	text-align: left;
	font-weight: 700;
}
.full-width-cards .entry .entry-title a{
	padding: 0;
}

.cards-wrap .entry .entry-header .entry-title {
	margin-bottom: 0;
	min-height: 57px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-top: 10px;
}
.full-width-cards .entry .entry-title{
	margin-bottom: 10px;
}

.cards-wrap .entry-header .entry-meta,
.full-width-cards .entry .entry-meta {
	margin-bottom: 0;
	margin-top: 15px;
}

.cards-wrap .entry {
	position: relative;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border-radius: 0;
	width: 31.667%;
	float: left;
	text-align: left;
	padding: 0 0 20px;
}
.blog-sidebar-content .entry {
	width: 48.75%;
	margin: 0 0 2.5% 2.5%;
}

.cards-wrap .entry:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}
.blog-sidebar-content .entry:nth-of-type(3n+1) {
	margin-left: 2.5%;
	clear: none;
}
.blog-sidebar-content .entry:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}

.cards-wrap {
	margin-bottom: 5px;
}

.cards-wrap .entry-content a.more-link
,.cards-wrap .entry-content a.more-link:not(.button) {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	display: table;
	margin-top: 20px;
	color: #aa1fa5;
	line-height: 1.3;
	box-shadow: none;
}
.cards-wrap .recent-news .entry-content a.more-link svg{
	position: relative;
	bottom: 1px;
}
.cards-wrap .entry-content a.more-link svg{
	font-size: 15px;
	font-size: 1.5rem;
}

.cards-wrap .entry-content a.more-link:hover
,.cards-wrap .entry-content a.more-link:focus
,.cards-wrap .entry-content a.more-link:not(.button):hover
,.cards-wrap .entry-content a.more-link:not(.button):focus{
	color: #393939;
}

.full-width-cards .entry-content a.more-link,
.full-width-cards .entry-content a.more-link:not(.button){
	font-size: 18px;
	font-size: 1.8rem;
	display: inline-block;
	line-height: 1.5;
}

.hjs-section .cards-wrap,
.hjs-section .full-width-cards {
	overflow: hidden;
}

/*.cards-wrap .entry:hover a.entry-image-link,
.cards-wrap .entry:focus a.entry-image-link {
	opacity: 0;
    height: 0;
    transition: .5s;
}

.cards-wrap .entry:hover h2.entry-title,
.cards-wrap .entry:focus h2.entry-title {
	margin-top: 30px;
}

.cards-wrap .entry:hover .entry-content,
.cards-wrap .entry:focus .entry-content {
	display: block;
} */

.slidecaption {
	background: #333;
	color: #fff;
	padding-left: 20px;
}

/* .hjs-flex-content .site-inner {
	max-width: 100%;
	padding-top: 0;
	margin-top: 0;
} */

.home.hjs-flex-content .entry {
	margin-top: 0;
	margin-bottom: 0;
}

.home.hjs-flex-content .site-inner {
	padding-top: 0;
}

.home.hjs-flex-content .content-sidebar-wrap .entry-header {
	margin-bottom: 0;
	margin-top: -1px;
}

.home.hjs-flex-content .content-sidebar-wrap .entry-header h1 {
	text-indent: -9999em;
	height: 1px;
	margin: 0;
}

.the-content-wrapper .wrap {
	padding-left: 3%;
	padding-right: 3%;
}

.section-description {
	max-width: 1350px;
    margin: 15px auto 0;
    text-align: center;
}

.section-description p {
	text-align: center;
}

/* .hjs-flex-content.full-width-content .content-sidebar-wrap {
	display: none;
} */

.home .content-sidebar-wrap {
	display: none;
}

.hjs-flex-content .content-sidebar-wrap .entry-header {
	text-align: center;
}

.single-column .card {
	width: 99%;
}

.the-content-wrapper {
	display: block;
	position: relative;
	z-index: 999;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

p:last-child {
	margin: 0;
}

.hjs-section div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.hjs-section div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	color: #eee;
}

.hjs-section {
	background: #fff;
	padding: 80px 0 0;
	overflow: hidden;
	clear: both;
	position: relative;
}

.hjs-section.has-bg {
	padding: 80px 0;
}

.hjs-section:last-of-type {
	padding-bottom: 80px;
}

.hjs-section.padding-bottom {
	padding-bottom: 80px;
}

.hjs-section:first-of-type {
	padding-top: 0;
}

.hjs-section.has-bg:first-of-type {
	padding-top: 80px;
}

.hjs-section.invisible {
	display: none;
}

.anchor {
	display: block;
	height: 0;
	/*same height as header*/
	margin-top: -0;
	/*same height as header*/
	visibility: hidden;
}

.footer-section {
	margin-top: 0;
	border-top: 0;
}

/* .hjs-section .single-column .embed-container {
	margin-bottom: 0;
} */

.hjs-section h1.section-title,
.hjs-section h2.section-title,
.hjs-section h2 {
	text-align: center;
	margin: 0;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
}

.hjs-section .content-wrap h2 {
	margin-bottom: 20px;
}

.hjs-section .section-subtitle {
	text-align: center;
	margin: 30px 0 0;
}

.hjs-section .single-column,
.hjs-section .one-half,
.hjs-section .one-third,
.hjs-section .two-thirds,
.hjs-section .one-fourth,
.hjs-section .one-fifth,
.hjs-section .one-sixth {
	margin-top: 30px;
	margin-top: 2.5%;
}

.hjs-section.no-title .single-column,
.hjs-section.no-title .one-half:nth-of-type(-n+2),
.hjs-section.no-title .one-third:nth-of-type(-n+3),
.hjs-section.no-title .one-fourth:nth-of-type(-n+4),
.hjs-section.no-title .one-fifth:nth-of-type(-n+5),
.hjs-section.no-title .one-sixth:nth-of-type(-n+6) {
	margin-top: 0;
}

/* .hjs-section .cards-wrap .single-column,
.hjs-section .cards-wrap .one-half,
.hjs-section .cards-wrap .one-third,
.hjs-section .cards-wrap .two-thirds,
.hjs-section .cards-wrap .one-fourth,
.hjs-section .cards-wrap .one-fifth,
.hjs-section .cards-wrap .one-sixth {
	margin-top: 30px;
	margin-top: 2.5%;
} */

.hjs-section .read-more {
	display: block;
	margin-top: 10px;
	color: #4f8fca;
	font-weight: 600;
	text-transform: lowercase;
	font-size: 20px;
}

.hjs-section .read-more:hover {
	transition: 0s;
	color: #eb3c48;
	text-decoration: none;
}

.hjs-section .read-more:hover .text {
	border-color: #eb3c48;
}

/* .home-video .play-icon {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 294px;
	height: 294px;
	border: 30px solid #fcfbeb;
	border-radius: 50%;
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, .4), 0px 5px 5px rgba(0, 0, 0, .4);
}

.home-video .play-icon .fa {
	font-size: 130px;
	color: #fcfbeb;
	padding: 55px 65px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
	position: relative;
	right: -7px;
} */

.hjs-section.light {
	color: #fff;
	font-weight: 400;
}

.hjs-section.light h1,
.hjs-section.light h2,
.hjs-section.light h3 {
	color: #fff;
}

.hjs-section.light .read-more,
.hjs-section .light .read-more {
	color: #fff;
}

.hjs-section.light .card {
	color: #fff;
}

.hjs-section.card-light .card,
.hjs-section.card-light .card .card-content h3,
.hjs-section.card-light .card p,
.hjs-section.card-light .card .button {
	color: #fff;
	border-color: #fff;
}

.hjs-section.card-light .card .card-action .button {
	background: rgba(0,0,0,.1);
	border-color: #fff;
	color: #fff;
}

.hjs-section.card-light .card .card-action .button:hover,
.hjs-section.card-light .card .card-action .button:focus {
	background: #fff;
	color: #aa1fa5;
}

.bottom-button-group {
	overflow: hidden;
	margin-top: 40px;
}

.bottom-button-group ul {
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;
}

.bottom-button-group ul li {
	display: inline-block;
	margin: 0 15px 15px 0;
}

.one-half.full-width {
	width: 100%;
	margin: 0;
}

.one-half.full-width .video-container {
	margin: 0 0 2em;
}

.section-bottom-content {
	margin-top: 30px;
	clear: both;
}

.section-bottom-content p {
	text-align: center;
}

.simple-column-subtitle {
	margin-bottom: 5px;
}

.hjs-section a.button.close .fa {
	left: 15px;
	top: 2px;
	font-size: 42px;
	color: #001646;
}

.hjs-section h3 a {
	font-style: italic;
	text-decoration: none;
	font-weight: 400;
}

/* ===================================
	SLICK SLIDER
=================================== */

.slick-slider {
	visibility: hidden;
}

.slick-initialized {
	visibility: visible;
}

.slick-initialized .slick-slide {
	padding: 0 10px;
}

.hjs-section .slick-dots {
	text-align: center;
	margin: 30px 0 0;
}

.hjs-section .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}

.hjs-section .slick-dots li button {
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 6px 0 rgba(0, 0, 0, 0.3), 0 4px 5px -2px rgba(0, 0, 0, 0.3);
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	text-indent: -9999em;
	display: block;
	padding: 0;
	border-radius: 50%;
	background: #aaa;
	outline: none;
}

.hjs-section .slick-dots li.slick-active button {
	background: #666;
	border: 2px solid #aaa;
}

.hjs-section .slick-slide img {
	/* width: 100%; */
}

.hjs-section .slick-dots,
.slick-dots,
body.woocommerce .products ul.slick-dots {
	text-align: center;
	margin: 30px 0 0;
}

.hjs-section .slick-dots li.slick-active button,
.slick-dots li.slick-active button {
	background: #000;
	border: 3px solid #aa1fa5;
	position: relative;
	top: 2px;
}

.hjs-section .slick-dots li button,
.slick-dots li button {
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	text-indent: -9999em;
	display: block;
	padding: 0;
	border-radius: 50%;
	background: #000;
	outline: none;
	box-shadow: none;
	text-align: left;
}

.hjs-section .slick-dots li.slick-active button,
.slick-dots li.slick-active button {
	background: #aa1fa5;
	border: 1px solid #aa1fa5;
	position: relative;
	top: 0;
}

.slick-next,
.slick-prev {
	display: inline-block;
	position: absolute;
	top: 30%;
	z-index: 99;
	font-size: 40px;
	/* color: rgba(255, 255, 255, .5); */
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.testimonial-slider-wrap.slick-initialized .slick-slide {
	padding: 0 60px;
	text-align: center;
}

.testimonials-wrap {
	overflow: hidden;
}

.testimonial-slider .quote-highlight {
	text-align: center;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 600;
}

.testimonial-slider .quote-highlight:before {
	content: open-quote;
}

.testimonial-slider .quote-highlight:after {
	content: close-quote;
}

.testimonial-slider .quote-cite {
	text-align: center;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.testimonial-slider .source {
	text-align: center;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.testimonial-slider .section-bottom-content .button-wrap {
	margin-bottom: 0;
}

/* ======================================
	Youtube Player
=======================================*/

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0 0 20px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	cursor: pointer;
}

.section-bottom-content {
	text-align: center;
}

.section-bottom-content .button-wrap {
	display: inline-block;
    padding: 0 5px;
    margin: 10px 0;
}

.title-content-wrap li,
.section-description li {
    list-style-type: inherit;
}

.title-content-wrap ul,
.title-content-wrap ol,
.section-description ul,
.section-description ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.title-content-wrap ul,
.title-content-wrap ol {
	margin-top: 15px;
}

.title-content-wrap ul:last-child,
.title-content-wrap ol:last-child,
.section-description ul:last-child,
.section-description ol:last-child {
	margin-bottom: 0;
}

.upcoming-events-alt .first-event{
	overflow: hidden;
	margin-bottom: 45px;
}
.upcoming-events-alt .first-event .section-title{
	text-align: left;
}
.upcoming-events-alt .first-event .entry {
	width: 100%;
	text-align: left;
}
.upcoming-events-alt .entry {
	background: none;
}
.upcoming-events-alt .first-event .entry .entry-image-link{
	float: left;
	padding: 0 3% 0 0;
}
.upcoming-events-alt .first-event .entry .entry-image-link img{
	border-radius: 50%;
	width: auto;
}
.upcoming-events-alt .first-event .entry .entry-header .entry-title{
	text-align: left;
	justify-content: flex-start;
}
.upcoming-events-alt .other-events .entry .entry-header .entry-title{
	min-height: 66px;
	margin-top: 0;
}
.upcoming-events-alt .first-event .entry .entry-header .entry-title a{
	padding-left: 0;
}
.upcoming-events-alt .first-event .entry .entry-content p{
	font-size: 20px;
	font-size: 2rem;
}
.upcoming-events-alt .entry p.entry-meta{
	color: #aa1fa5;
	margin-top: 5px;
}
.upcoming-events-alt .entry .entry-header .entry-title a{
	font-size: 28px;
	font-size: 2.8rem;
	padding-left: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1023px) {

	/* .one-fifth {
		width: 100%;
		margin: 0 0 25px !important;
	} */

	.cards-wrap .entry {
		width: 48.75%;
	}

	.cards-wrap .entry:nth-of-type(3n+1) {
		margin-left: 2.5%;
		clear: none;
	}

	.cards-wrap .entry:nth-of-type(2n+1) {
		margin-left: 0;
		clear: both;
	}

	/* .cards-wrap .one-fourth {
		width: 49%;
		margin-left: 2%;
	}

	.cards-wrap .one-fourth:nth-of-type(2n+1) {
		margin-left: 0;
	} */

	/* .hjs-section .one-fourth.first,
	.hjs-section .one-fifth.first,
	.hjs-section .one-sixth.first {
		margin-left: 2.5%;
		clear: none;
	} */

	/* .hjs-section .one-fourth:nth-of-type(3n+1),
	.hjs-section .one-fifth:nth-of-type(3n+1),
	.hjs-section .one-sixth:nth-of-type(3n+1) {
		margin-left: 0;
		clear: both;
	}

	.hjs-section .one-fourth,
	.hjs-section .one-fifth,
	.hjs-section .one-sixth {
		width: 31.667%;
		margin-left: 2.5%;
	} */

	.upcoming-events-alt .first-event .entry .entry-image-link{
		float: none;
	}
	.upcoming-events-alt .first-event .entry{
		text-align: center;
	}
	.upcoming-events-alt .first-event .entry .entry-header .entry-title{
		justify-content: center;
	}
	.upcoming-events-alt .first-event .entry .entry-header .entry-title a{
		text-align: center;
	}
	.upcoming-events-alt .first-event .section-title{
		text-align: center;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 900px) {

	.hjs-section {
		padding: 50px 0;
	}
	.section-description {
		max-width: 100%;
		text-align: center;
	}

	/* .cards-wrap .one-third {
		width: 49%;
		margin-left: 2%;
	} */

	/* .cards-wrap .one-third:nth-of-type(2n+1) {
		margin-left: 0;
	} */

	/* .hjs-section .one-third.first,
	.hjs-section .one-fourth.first,
	.hjs-section .one-fifth.first,
	.hjs-section .one-sixth.first {
		margin-left: 2.5%;
		clear: none;
	}

	.hjs-section .one-third:nth-of-type(3n+1),
	.hjs-section .one-fourth:nth-of-type(3n+1),
	.hjs-section .one-fifth:nth-of-type(3n+1),
	.hjs-section .one-sixth:nth-of-type(3n+1) {
		margin-left: 2.5%;
		clear: none;
	} */

	.hjs-section .one-third:nth-of-type(2n+1),
	.hjs-section .one-fourth:nth-of-type(2n+1),
	.hjs-section .one-fifth:nth-of-type(2n+1),
	.hjs-section .one-sixth:nth-of-type(2n+1) {
		margin-left: 0;
		clear: both;
	}

}

@media only screen and (max-width: 739px) {

    .cat-nav {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px 10px;
    }

	.cards-wrap .entry, .blog-sidebar-content .entry {
		margin-left: 0;
		width: 100%;
	}

	.cards-wrap .entry:nth-of-type(3n+1), .blog-sidebar-content .entry:nth-of-type(3n+1), .blog-sidebar-content .entry:nth-of-type(2n+1) {
	    margin-left: 0;
	}

	.full-width-cards .entry{
		flex-wrap: wrap;
	}
	.full-width-cards .entry-header,
	.full-width-cards .entry-content{
		flex-basis: 100%;
		width: 100%;
		margin: 0;
	}
	.full-width-cards .entry-header{
		margin-bottom: 20px;
	}
	.full-width-cards .entry-header img{
		width: 100%;
	}
	.full-width-cards .entry .entry-content{
		text-align: center;
	}
	.full-width-cards .entry .entry-title a {
		text-align: center;
	}

	/* .cards-wrap .five-sixths,
	.cards-wrap .four-sixths,
	.cards-wrap .four-fifths,
	.cards-wrap .one-fifth,
	.cards-wrap .one-fourth,
	.cards-wrap .one-half,
	.cards-wrap .one-sixth,
	.cards-wrap .one-third,
	.cards-wrap .three-fourths,
	.cards-wrap .three-fifths,
	.cards-wrap .three-sixths,
	.cards-wrap .two-fourths,
	.cards-wrap .two-fifths,
	.cards-wrap .two-sixths,
	.cards-wrap .two-thirds {
		float: none;
		width: 100%;
		margin-left: 0;
	} */

	.hjs-section h1.section-title,
	.hjs-section h2.section-title,
	.hjs-section h2 {
		max-width: 100%;
		font-size: 30px;
		font-size: 3rem;
		background: none !important;
	}
	div.mfp-container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.bottom-button-group ul li {
		margin: 0 10px 10px;
	}
	.section-description {
		max-width: 100%;
	}
	.section-bottom-content {
		margin-top: 50px;
	}

	.testimonial-slider .quote-highlight {
		font-size: 20px;
		font-size: 2rem;
	}
	.testimonial-slider-wrap.slick-initialized .slick-slide {
		padding: 0;
	}
	.testimonial-slider-wrap .slick-next,
	.testimonial-slider-wrap .slick-prev {
		display: none !important;
	}
	.hjs-section {
		padding: 40px 0 0;
	}

	.hjs-section.has-bg {
		padding: 40px 0;
	}

	.hjs-section:last-of-type {
		padding-bottom: 40px;
	}

	.hjs-section.padding-bottom {
		padding-bottom: 40px;
	}

	.hjs-section:first-of-type {
		padding-top: 0;
	}

	.hjs-section.has-bg:first-of-type {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 600px) {

	.hjs-section .one-half,
	.hjs-section .one-third,
	.hjs-section .one-fourth,
	.hjs-section .one-fifth,
	.hjs-section .one-sixth {
		width: 100%;
		float: none;
		margin-left: 0 !important;
	}

	.hjs-section .single-column,
	.hjs-section .one-half,
	.hjs-section .one-third,
	.hjs-section .two-thirds,
	.hjs-section .one-fourth,
	.hjs-section .one-fifth,
	.hjs-section .one-sixth {
		margin-top: 30px;
		margin-top: 5%;
	}
}

@media only screen and (max-width: 479px) {
	.section-description {
		max-width: 100%;
	}
}
</pre></body></html>