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

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

/* Default Card Styling */

.card {
	position: relative;
    background-color: #fff;
    transition: box-shadow .25s;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 30px 30px -10px rgb(0 0 78 / 15%);
	box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 10%);
}

.card .card-image {
	position: relative;
	min-height: 210px;
}

.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;
	height: 100%;
	object-fit: cover;
}

.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: #000;
	display: flex;
	align-items: center;
	min-height: 65px;
    margin-top: 30px;
}

.card .card-icon svg {
	color: #d40000;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 58px;
	font-size: 5.8rem;
    max-width: 80%;
    max-height: 65px;
}
.card .card-icon img {
	color: #d40000;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: auto;
    height: auto;
    max-width: 80%;
    max-height: 130px;
}

.card .card-content {
	padding: 24px 16px 24px;
	border-radius: 0;
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.card .card-content h3,
.hjs-section.light .card .card-content h3 {
	color: #00004e;
	color: #1F2147;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-size: 2.4rem;
}
.card .card-content .card-subtitle {
	margin-bottom: 10px;
}
.one-half .card .card-content h3,
.hjs-section.light .one-half .card .card-content h3 {
	font-size: 28px;
	font0src: 2.8rem;
}
.card .card-content p {
	margin: 15px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

.cards-wrap .content .entry .entry-content p {
	padding: 0 25px;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
	max-width: 100%;
	color: #000;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.cards-wrap .content .entry a.hjs-link {
	display: table;
	margin: 0;
	margin-top: 15px;
}

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

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

.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 .content .entry-header .entry-title a,
.full-width-cards .entry .entry-title a {
	text-decoration: none;
    display: block;
    margin: 0;
}
.full-width-cards .entry .entry-title a{
	padding: 0;
}

.cards-wrap.post-type-archive-sermon .content .entry .entry-header .entry-title{
	justify-content: flex-start;
}
.cards-wrap.post-type-archive-sermon .content .entry-header .entry-title a {
	text-align: left;
}

.cards-wrap .content .entry .entry-header .entry-title {
	min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 30px 0 0;
    padding: 0 25px;
    text-align: left;
}
.full-width-cards .entry .entry-title{
	margin-bottom: 10px;
}

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

.cards-wrap .content .entry {
	position: relative;
    margin: 0 0 2.5% 2.5%;
    background: #fff;
    border-radius: 20px;
    width: 31.667%;
    float: left;
    text-align: center;
    padding: 0px 0 40px;
    box-shadow: 0 30px 30px -10px rgb(0 0 78 / 15%);
    overflow: hidden;
}
.blog-sidebar-content .content {
	display: flex;
	flex-wrap: wrap;
}
.blog-sidebar-content .content > * {
	width: 100%;
}
.blog-sidebar-content .content .entry {
	width: 48.75%;
	margin: 0 0 2.5% 2.5%;
	display: flex;
    flex-direction: column;
}
.blog-sidebar-content .content .entry .entry-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.blog-sidebar-content .pagination {
	margin-top: 5px;
}
.blog-sidebar-content .archive-title {
	margin-bottom: 0;
}

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

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

.cards-wrap .content .entry-content a.more-link
,.cards-wrap .content .entry-content a.more-link:not(.button) {
	font-size: 18px;
	font-size: 1.8rem;
	width: 100%;
	display: block;
	margin-top: 30px;
	color: #fff;
	line-height: 1;
}
.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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-column {
	flex-grow: 1;
    max-width: 100%;
	width: 100%;
}

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

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

.section-description {
	max-width: 850px;
    margin: 18px auto 0;
    text-align: center;
}
.hjs-section h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}
/* .home .content-sidebar-wrap {
	padding: 0;
}
.home .content-sidebar-wrap .page > .entry-header{
	display: none;
} */

.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 h4:last-child {
	margin-bottom: 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: 64px 0;
	/* overflow: hidden; */
	clear: both;
	position: relative;
}
.hjs-section.call-to-action.bigger-title {
	padding: 80px 0;
}
/* .hjs-section.last-hjs-section {
	padding-bottom: 40px;
}
.hjs-section.has-bg {
	padding: 80px 0;
}
.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.no-padding-top,
.hjs-section.no-padding-top.has-bg,
.hjs-section.no-padding-top:first-of-type,
.hjs-section.no-padding-top.has-bg:first-of-type {
	padding-top: 0!important;
}
.hjs-section.no-padding-bottom,
.hjs-section.no-padding-bottom.has-bg,
.hjs-section.no-padding-bottom:last-of-type,
.hjs-section.no-padding-bottom.padding-bottom {
	padding-bottom: 0!important;
}
.hjs-section.big-padding-bottom {
	padding-bottom: 80px;
}
.content-sidebar .hjs-section .wrap,
.sidebar-content .hjs-section .wrap {
	padding-left: 0;
	padding-right: 0;
}
.content-sidebar .hjs-section.has-bg,
.sidebar-content .hjs-section.has-bg {
	padding-left: 25px;
	padding-right: 25px;
}
.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 h1.section-title,
.hjs-section h2.section-title,
.hjs-section h2 {
	font-size: 40px;
	font-size: 4rem;
	letter-spacing: -1px;
}
.hjs-section.medium-title h1.section-title,
.hjs-section.medium-title h2.section-title,
.hjs-section.medium-title h2 {
	font-size: 48px;
	font-size: 4.8rem;
}
.hjs-section.bigger-title h1.section-title,
.hjs-section.bigger-title h2.section-title,
.hjs-section.bigger-title h2 {
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 1.15;
}

.hjs-section.light-blue-title .section-title {
	color: #006CD1;
	color: #0074E0;
	max-width: 880px;
	margin: 0 auto;
	/* font-style: italic; */
}
.hjs-section .title-wrap {
    max-width: 880px;
    margin: 0 auto;
}
.hjs-section h2.section-title,
.hjs-section h1.section-title {
	text-align: center;
	margin-bottom: 0;

	max-width: 880px;
	margin: 0 auto;
}
.hjs-section.left-align-title h2.section-title,
.hjs-section.left-align-title h1.section-title {
    text-align: left;
    margin-left: 0;
}
.hjs-section h2 strong,
.hjs-section h2 b {
	color: #18027A;
	font-weight: 700;
	display: block;
	/* font-size: 45px;
    font-size: 4.5rem; */
}

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

.hjs-section .section-subtitle {
	text-align: center;
    margin: 8px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
	line-height: 1.5;
}

.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.2%;
	margin-top: 32px;
}

/* .hjs-section.apply-form .single-column {
	margin-top: 0;
} */

.hjs-section.apply-form .single-column .gform_body {
	overflow: hidden;
}

.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 .read-more {
	display: block;
	margin-top: 10px;
	color: #4f8fca;
	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;
}

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

.hjs-section.light h1,
.hjs-section.light h2,
.hjs-section.light h3,
.hjs-section.light h4,
.hjs-section.light h5 {
	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: #18027A;
}

.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;
}

.hjs-buttons-group ul{
	display: flex;
	flex-wrap: wrap;
	margin: -10px!important;
	align-items: center;
	justify-content: center;
}
.hjs-buttons-group ul li{
	margin: 10px;
	display: inline-block;
}
.hjs-buttons-group ul li .button {
	display: block;
}
a.hjs-link, span.hjs-link{
	text-decoration: none;
    /* text-transform: uppercase; */
    /* font-family: 'Avenir Next Demi'; */
    box-shadow: none!important;
    border-bottom: 2px solid #000052;
    align-self: flex-start;
    line-height: 1.2;
    font-size: 16px;
	font-size: 1.6rem;
}
span.hjs-link{
	color: #18027A;
	cursor: pointer;
}
/* a.hjs-link:after, span.hjs-link:after{
	display: none;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f324";
} */
a.hjs-link svg, span.hjs-link svg {
	font-size: 90%;
	margin-left: 5px;
}

span.hjs-link:hover,
span.hjs-link:focus {
	color: #000;
}

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

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

.section-bottom-content {
	max-width: 625px;
	margin: 0 auto;
	margin-top: 40px;
	clear: both;
	/* font-size: 24px;
	font-size: 2.4rem; */
}

.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;
	border: 0;
}

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

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

.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 #18027A;
	position: relative;
	top: 2px;
}

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

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

.slick-next,
.slick-prev {
	display: inline-block;
	position: absolute;
	top: 30%;
	z-index: 99;
	font-size: 40px;
	color: #000052;
	outline: none;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.testimonials-wrap {
	/* overflow: hidden; */
	display: inline-block;
	width: 100%;
}

/* ======================================
	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: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.5%;
}
.upcoming-events-alt .first-event .entry .entry-image-link img{
	border-radius: 50%;
}
.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;
}
.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 .entry-header .entry-title a{
	font-size: 28px;
	font-size: 2.8rem;
	padding-left: 0;
}



.content-sidebar .hjs-section .one-half,
.sidebar-content .hjs-section .one-half,
.content-sidebar .hjs-section .one-third,
.sidebar-content .hjs-section .one-third,
.content-sidebar .hjs-section .one-fourth,
.sidebar-content .hjs-section .one-fourth,
.content-sidebar .hjs-section .one-fifth,
.sidebar-content .hjs-section .one-fifth,
.content-sidebar .hjs-section .one-sixth,
.sidebar-content .hjs-section .one-sixth {
	float: left;
	margin-left: 2.22222222222%;
}
.content-sidebar .hjs-section .first,
.sidebar-content .hjs-section .first {
	clear: both;
	margin-left: 0;
}

.content-sidebar .hjs-section .one-half,
.sidebar-content .hjs-section .one-half {
	width: 48.8888888889%;
}
.content-sidebar .hjs-section .one-third,
.sidebar-content .hjs-section .one-third {
	width: 31.8518518519%;
}
.content-sidebar .hjs-section .one-fourth,
.sidebar-content .hjs-section .one-fourth {
	width: 23.3333333333%;
}
.content-sidebar .hjs-section .one-fifth,
.sidebar-content .hjs-section .one-fifth {
	width: 18.2222222222%;
}
.content-sidebar .hjs-section .one-sixth,
.sidebar-content .hjs-section .one-sixth{
	width: 14.8148148148%;
}


.underlined-title .title-wrap:before {
    content: '';
    display: block;
    width: 100vw;
    border-bottom: 2px solid #E1E5EE;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.underlined-title .title-wrap {
	position: relative;
	padding-bottom: 15px;
}
.underlined-title .title-wrap:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-color: #E1E5EE;
    background: #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: calc(100% + 1px);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform-origin: center;
    left: 50%;
    border-style: solid;
}

.checkmark-list .section-description ul,
.checkmark-list-2 .section-description ul,
.checkmark-list-2 .tab-content ul,
.checkmark-list-2 .content-wrap ul {
	margin-left: 0;
	color: #525666;
	color: #1F2147;
	text-align: left;
}
.checkmark-list .section-description ul li,
.checkmark-list-2 .section-description ul li,
.checkmark-list-2 .tab-content ul li,
.checkmark-list-2 .content-wrap ul li {
	list-style: none;
	background: url(/wp-content/uploads/2022/08/check-light-blue-small.svg) no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 25px;
}
.checkmark-list-2 .section-description ul li,
.checkmark-list-2 .tab-content ul li,
.checkmark-list-2 .content-wrap ul li {
	background: url(/wp-content/uploads/2022/03/check-2.svg) no-repeat;
	background-position: 0 2px;
	background-size: 25px;
	background: url(/wp-content/uploads/2023/05/check-light-blue-small.svg) no-repeat;
	background-size: 16px;
	background-position: 0 7px;
	padding: 0 0 0 25px;
}
.checkmark-list .section-description ul li:last-of-type,
.checkmark-list-2 .section-description ul li:last-of-type,
.checkmark-list-2 .content-wrap ul li:last-of-type {
	margin-bottom: 0;
}
.hjs-section.bold-light-blue b,
.hjs-section.bold-light-blue strong {
	color: #0074E0;
	/* color: #0057A8; */
	font-weight: 500;
}
.two-col-list .section-description ul {
	column-count: 2;
	/* max-width: 590px; */
	max-width: 510px;
	margin: 0 auto;
}

.hjs-bottom-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	justify-content: space-around;
}
.hjs-bottom-logos img {
	max-height: 155px;
    max-width: 155px;
	width: auto;
}
.hjs-bottom-logos a {
    max-width: 25%;
    padding: 10px;
}
.hjs-section.contact-cards {
    padding-top: 25px;
}
.cards.contact-cards .card {
	box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 10%);
}

.cards.contact-cards .card .card-content {
	text-align: center;
	border-radius: 20px;
	padding: 40px 25px 45px;
}
.cards.contact-cards .card .card-title {/* margin-bottom: 19px; */}
.cards.contact-cards .card p {
	margin-top: 35px;
}
.cards.contact-cards .card p strong,
.cards.contact-cards .card p b {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 500;
}
.cards.contact-cards .card p a {
	text-decoration: none;
}
.cards.contact-cards .cards-wrap .hjs-buttons-group {
	padding-top: 50px;
}
.cards.contact-cards .cards-wrap .hjs-buttons-group ul {
	justify-content: center;
}
.contact-cards .section-bottom-content {
	font-size: 18px;
	font-size: 1.8rem;
}
.section-bottom-content p:last-of-type {
	margin-bottom: 0;
}

#corporate-stats .one-fourth {
    width: 23.59375%;
    margin-left: 1.875%;
    margin-top: 0;
}
#corporate-stats .one-fourth.first {
	margin-left: 0;
}

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

@media only screen and (max-width: 1023px) {
	.cards-wrap .content .entry {
		width: 48.75%;
	}

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

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

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

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

	.full-width-content .hjs-section .one-fourth,
	.full-width-content .hjs-section .one-fifth,
	.full-width-content .hjs-section .one-sixth {
		width: 31.667%;
		margin-left: 2.5%;
	}
	.full-width-content .hjs-section.no-title .one-fourth:nth-of-type(n+4),
	.full-width-content .hjs-section.no-title .one-fifth:nth-of-type(n+4),
	.full-width-content .hjs-section.no-title .one-sixth:nth-of-type(n+4) {
		margin-top: 2.5%;
		margin-top: 50px;
	}

}

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


	.section-description {
		max-width: 100%;
		text-align: center;
	}

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

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

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

	.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: 50px; */
	}

	.full-width-content .hjs-section .one-third,
	.full-width-content .hjs-section .one-fourth,
	.full-width-content .hjs-section .one-fifth,
	.full-width-content .hjs-section .one-sixth {
		width: 100%;
		margin-left: 0;
	}
	.card {
	    /* max-width: 300px; */
	    margin: 0 auto;
	}

	.full-width-content .hjs-section.no-title .one-half:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-third:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-fourth:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-fifth:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-sixth:nth-of-type(n+2) {
		margin-top: 4.5%;
		/* margin-top: 50px; */
	}
	.hjs-section.bigger-title h1.section-title,
	.hjs-section.bigger-title h2.section-title,
	.hjs-section.bigger-title h2 {
		font-size: 46px;
		font-size: 4.6rem;
		line-height: 1.1;
	}
	.hjs-section .section-subtitle {
		font-size: 21px;
		font-size: 2.1rem;
	}

	#corporate-stats .one-fourth {
	    width: 47.5%!important;
	    margin-left: 5%!important;
	    margin-top: 0;
	}
	#corporate-stats .one-fourth:nth-of-type(2n+1) {
		margin-left: 0!important;
	}
	#corporate-stats .one-fourth:nth-of-type(n+3) {
		margin-top: 24px;
	}
}

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

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

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

	.cards-wrap .content .entry:nth-of-type(3n+1), .blog-sidebar-content .content .entry:nth-of-type(3n+1), .blog-sidebar-content .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;
	}

	.hjs-section h1.section-title,
	.hjs-section h2.section-title,
	.hjs-section h2,
	.hjs-section h1 {
		max-width: 100%;
		font-size: 27px;
		font-size: 2.7rem;
		background: none !important;
	}
	.hjs-section.medium-title h1.section-title,
	.hjs-section.medium-title h2.section-title,
	.hjs-section.medium-title h2 {
	    font-size: 27px;
	    font-size: 2.7rem;
	}
	/* 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: 30px;
	}

	.hjs-section {
		padding: 32px 0;
	}

	.hjs-section.call-to-action.bigger-title {
		padding: 48px 0;
	}

	.hjs-section.bigger-title h1.section-title,
	.hjs-section.bigger-title h2.section-title,
	.hjs-section.bigger-title h2 {
		font-size: 23px;
		font-size: 2.3rem;
	}

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

	.hjs-section.last-hjs-section {
		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;
	} */
	/* .hjs-section h1.section-title, .hjs-section h2.section-title, .hjs-section h2 {
		font-size: 27px;
   		 font-size: 2.7rem;
	} */

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

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

	.content-sidebar .hjs-section .one-fourth,
	.content-sidebar .hjs-section .one-fifth,
	.content-sidebar .hjs-section .one-sixth,
	.sidebar-content .hjs-section .one-fourth,
	.sidebar-content .hjs-section .one-fifth,
	.sidebar-content .hjs-section .one-sixth {
		width: 31.667%;
		margin-left: 2.5%;
	}
	.content-sidebar .hjs-section.no-title .one-fourth:nth-of-type(n+4),
	.content-sidebar .hjs-section.no-title .one-fifth:nth-of-type(n+4),
	.content-sidebar .hjs-section.no-title .one-sixth:nth-of-type(n+4),
	.sidebar-content .hjs-section.no-title .one-fourth:nth-of-type(n+4),
	.sidebar-content .hjs-section.no-title .one-fifth:nth-of-type(n+4),
	.sidebar-content .hjs-section.no-title .one-sixth:nth-of-type(n+4) {
		margin-top: 2.5%;
		margin-top: 50px;
	}

	.two-col-list .section-description ul {
	    column-count: 1;
	    max-width: 250px;
	    margin: 0 auto;
	}

    .hjs-section h4,
	.card .card-content h3,
	.hjs-section.light .card .card-content h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
    }
	.one-half .card .card-content h3,
	.hjs-section.light .one-half .card .card-content h3 {
		font-size: 24px;
		font0src: 2.4rem;
		line-height: 1.3;
	}
	.card .card-icon {
	    margin-top: 16px;
	    min-height: 48px;
	}
	.card .card-icon img {
	    max-height: 48px;
	}
	.hjs-bottom-logos img {
		max-width: 100%;
	}
}

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

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

	.full-width-content .hjs-section.has-title .single-column,
	.full-width-content .hjs-section.has-title .one-half,
	.full-width-content .hjs-section.has-title .one-third,
	.full-width-content .hjs-section.has-title .two-thirds,
	.full-width-content .hjs-section.has-title .one-fourth,
	.full-width-content .hjs-section.has-title .one-fifth,
	.full-width-content .hjs-section.has-title .one-sixth {
		margin-top: 30px;
		margin-top: 5%;
		margin-top: 50px;
		margin-top: 24px;
	}

	.full-width-content .hjs-section.no-title .one-half:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-third:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-fourth:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-fifth:nth-of-type(n+2),
	.full-width-content .hjs-section.no-title .one-sixth:nth-of-type(n+2) {
		margin-top: 5%;
		margin-top: 24px;
	}

	.cards-wrap .content .entry .entry-header .entry-title {
		min-height: unset;
	}


	.content-sidebar .hjs-section .one-fourth:nth-of-type(3n+1),
	.sidebar-content .hjs-section .one-fourth:nth-of-type(3n+1),
	.content-sidebar .hjs-section .one-third.first,
	.content-sidebar .hjs-section .one-fourth.first,
	.sidebar-content .hjs-section .one-third.first,
	.sidebar-content .hjs-section .one-fourth.first {
		margin-left: 2.5%;
		clear: none;
	}

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

	.content-sidebar .hjs-section .one-third,
	.content-sidebar .hjs-section .one-fourth,
	.sidebar-content .hjs-section .one-third,
	.sidebar-content .hjs-section .one-fourth {
		width: 48.75%;
		margin-left: 2.5%;
	}
	.content-sidebar .hjs-section.no-title .one-third:nth-of-type(n+2),
	.content-sidebar .hjs-section.no-title .one-fourth:nth-of-type(n+2),
	.sidebar-content .hjs-section.no-title .one-third:nth-of-type(n+2),
	.sidebar-content .hjs-section.no-title .one-fourth:nth-of-type(n+2) {
		margin-top: 2.5%;
		margin-top: 50px;
		margin-top: 24px;
	}

	.content-sidebar .hjs-section .one-half,
	.sidebar-content .hjs-section .one-half {
		width: 100%!important;
		margin-left: 0!important;
	}
	.content-sidebar .hjs-section.no-title .one-half:nth-of-type(n+2),
	.sidebar-content .hjs-section.no-title .one-half:nth-of-type(n+2) {
		margin-top: 2.5%!important;
		margin-top: 50px!important;
		margin-top: 32px!important;
	}
	.hjs-section.has-title .single-column:first-of-type,
	.hjs-section.has-title .one-half:first-of-type,
	.hjs-section.has-title .one-third:first-of-type,
	.hjs-section.has-title .two-thirds:first-of-type,
	.hjs-section.has-title .one-fourth:first-of-type,
	.hjs-section.has-title .one-fifth:first-of-type,
	.hjs-section.has-title .one-sixth:first-of-type {
		margin-top: 24px;
	}

}

@media only screen and (max-width: 479px) {
	.section-description {
		max-width: 100%;
	}
	.content-sidebar .hjs-section .one-sixth:nth-of-type(3n+1),
	.sidebar-content .hjs-section .one-sixth:nth-of-type(3n+1),
	.content-sidebar .hjs-section .one-sixth,
	.sidebar-content .hjs-section .one-sixth,
	.content-sidebar .hjs-section .one-fifth:nth-of-type(3n+1),
	.sidebar-content .hjs-section .one-fifth:nth-of-type(3n+1),
	.content-sidebar .hjs-section .one-fifth,
	.sidebar-content .hjs-section .one-fifth {
		width: 48.75%!important;
		margin-left: 2.5%!important;
	}
	.content-sidebar .hjs-section .one-sixth:nth-of-type(2n+1),
	.sidebar-content .hjs-section .one-sixth:nth-of-type(2n+1),
	.content-sidebar .hjs-section .one-fifth:nth-of-type(2n+1),
	.sidebar-content .hjs-section .one-fifth:nth-of-type(2n+1) {
		margin-left: 0!important;
	}
	.content-sidebar .hjs-section.no-title .one-sixth:nth-of-type(n+3),
	.sidebar-content .hjs-section.no-title .one-sixth:nth-of-type(n+3),
	.content-sidebar .hjs-section.no-title .one-fifth:nth-of-type(n+3),
	.sidebar-content .hjs-section.no-title .one-fifth:nth-of-type(n+3) {
		margin-top: 2.5%!important;
		margin-top: 50px!important;
		margin-top: 32px!important;
	}

	.content-sidebar .hjs-section .one-third,
	.content-sidebar .hjs-section .one-fourth,
	.sidebar-content .hjs-section .one-third,
	.sidebar-content .hjs-section .one-fourth {
		width: 100%!important;
		margin-left: 0!important;
	}

	.content-sidebar .hjs-section.has-bg, .sidebar-content .hjs-section.has-bg {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
