/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


/*--------------------------------------------------------------
/* CSS Variables
/*------------------------------------------------------------*/
:root {
	--galaxy-blue-color: #06429E;
	--galaxy-primary-color: #0a116f;
	--galaxy-secondary-color: #808285;
	--galaxy-accent-color: #EDC948;
	--galaxy-light-color: 255,255,255;
	--galaxy-dark-color: 0,0,0;
}


/*--------------------------------------------------------------
/* Slider Native Styles
/*------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

body.page-id-18665, 
html .page-id-18665 {
	height: auto;
	min-height: auto;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*--------------------------------------------------------------
/* Slider Customizations
/*------------------------------------------------------------*/
.slide-container {
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex !important;
	align-items: center;
	padding: 30px 0px;
	max-width: none;
	margin: 0 auto;
}

.home .slide-container {
	min-height: 550px;
	background-position: top right;
}

.next-slide.slick-arrow {
	color: rgb(var(--galaxy-light-color));
	font-size: 60px;
	opacity: .4;
	float: right;
	cursor: pointer;
	margin-top: 45vh;
	margin-right: 20px;
	position: absolute;
	right: 0;
}

ul.slick-dots {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	z-index: 999;
	position: absolute;
	bottom: 20px;
}

.slick-dots li {
	margin: 0 7px;
}

.slick-dots li:focus,
.slick-dots li:active,
.slick-dots button:focus,
.slick-dots button:active {
	outline: none;
}

.slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
	border: rgba(var(--galaxy-light-color), 1) 3px solid;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(var(--galaxy-dark-color), .3);
}

.slick-dots button:hover {
	background-color: rgb(var(--galaxy-light-color));
}

.slick-dots button:active {
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: rgb(var(--galaxy-light-color));
}

.slider-content {
	color: rgb(var(--galaxy-light-color));
	font-size: 35px;
	position: relative;
	margin-left: 100px;
	width: 1200px;
	margin: 0 auto;
}

.title-image-alternative {
	max-width: 550px;
	margin-bottom: 20px;
	filter: drop-shadow(0px 1px 10px rgba(var(--galaxy-dark-color),.3))
}

.slider-content h3 {
	font-weight: normal;
	margin: 0;
	  margin-bottom: 0px;
	line-height: 58px;
	margin-bottom: 20px;
	color: rgb(var(--galaxy-light-color));
	text-shadow: 0px 1px 10px rgba(var(--galaxy-dark-color),.3);
	font-size: 52px;
	max-width: 550px
}

.slide p {
	font-size: 22px;
	text-transform: initial;
	max-width: 550px;
	line-height: 34px;
}

.slider-block .custom-button {
	width: 550px;
}


/*--------------------------------------------------------------
/* Module: Stripe
/*------------------------------------------------------------*/
.stripe {
	border-top: rgba(var(--galaxy-dark-color),.3) 1px solid;
	border-bottom: rgba(var(--galaxy-dark-color),.3) 1px solid;
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 9px rgba(var(--galaxy-dark-color),.2);
}

span.stripe-text {
	font-size: 20px;
	color: var(--galaxy-primary-color);
	margin-right: 20px;
}


/*--------------------------------------------------------------
/* Module: Primary Card Group
/*------------------------------------------------------------*/
.primary-card-group {
	display: flex;
}

.primary-card-group-container {
	background-size: contain;
	background-position: top;
	padding-top: 60px;
	padding-bottom: 60px;
}

h2.section-title {
	font-size: 30px;
	color: var(--galaxy-primary-color);
	text-transform: uppercase;
	line-height: 42px;
	font-weight: 500;
}

.primary-card {
	background-color: rgb(var(--galaxy-light-color));
	margin-right: 40px;
	border: var(--galaxy-primary-color) 1px solid;
	border-radius: 0 0 6px 6px;
	border-top: var(--galaxy-primary-color) 8px solid;
	padding: 30px;
	text-align: center;
	flex: 0 1 100%;
	transition: .3s;
	position: relative;
	top: 0;
	transition-timing-function: ease-out;
	color: var(--galaxy-secondary-color);
}

a.primary-card:hover {
	background-color: var(--galaxy-primary-color);
	top: -5px;
	box-shadow: 0px 20px 15px -10px rgba(var(--galaxy-dark-color), .3);
}

a.primary-card:hover,
a.primary-card:hover h3 {
	color: rgb(var(--galaxy-light-color));
}

.primary-card-group a.primary-card:hover h3:after {
	border-bottom: rgb(var(--galaxy-light-color)) 2px solid;
}

.primary-card:last-child {
	margin-right: 0;
}

.primary-card-group img {
	max-width: 105px;
	margin-bottom: 20px;
}

.primary-card-group img.large-format-image {
	max-width: calc(100% + 60px);
	margin: -30px -30px 30px;
}

.primary-card-group h3 {
	color: var(--galaxy-primary-color);
	text-transform: uppercase;
	font-size: 22px;
}

.primary-card-group p {
	font-size: 18px;
}

.primary-card-group h3:after {
	content: '';
	border-bottom: var(--galaxy-secondary-color) 2px solid;
	width: 30%;
	display: block;
	margin: 25px auto 25px;
}

a.primary-card:hover:after {
	opacity: 1;
}


/*--------------------------------------------------------------
/* Module: Secondary Card Group
/*------------------------------------------------------------*/
.secondary-card-group {
	display: flex;
	justify-content: center;
}

.secondary-card-group-container {
	background-size: contain;
	background-position: top;
	padding-top: 50px;
	padding-bottom: 50px;
}

.secondary-card {
	background-color: rgb(var(--galaxy-light-color));
	margin-right: 40px;
	text-align: center;
	flex: 0 1 100%;
	transition: .3s;
	position: relative;
	top: 0;
	transition-timing-function: ease-out;
	padding: 30px;
}

a.secondary-card {
	padding: 20px;
	border: rgba(var(--galaxy-dark-color), 0) thin solid;
	border-radius: 6px;
	box-shadow: 0px 12px 20px -10px rgba(var(--galaxy-dark-color), 0.2);
	transition: .4s;
	margin-bottom: 20px;
}

a.secondary-card:hover {
	border: rgba(var(--galaxy-dark-color), 0.2) thin solid;
	box-shadow: 0px 12px 20px -10px rgba(var(--galaxy-dark-color), 0.4);
}

.secondary-card:last-child {
	margin-right: 0;
}

.secondary-card-group img {
	border: var(--galaxy-primary-color) 1px solid;
	border-radius: 6px;
	margin-bottom: 10px;
}

.secondary-card-group h3 {
	color: var(--galaxy-primary-color);
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
	margin: 0;
}

a.secondary-card:hover:after {
	opacity: 1;
}

.secondary-card-group p {
	font-size: 16px;
	text-align: left;
}

.secondary-card-group h3:after {
	content: '';
	border-bottom: var(--galaxy-secondary-color) 2px solid;
	width: 30%;
	display: block;
	margin: 15px 0 15px;
}


/*--------------------------------------------------------------
/* Module: Call to Action
/*------------------------------------------------------------*/
.call-to-action {
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: cover;
}

.call-to-action.dark-theme h2.section-title {
	color: rgb(var(--galaxy-light-color));
}

.call-to-action h2.section-title {
	border-bottom: var(--galaxy-secondary-color) 2px solid;
	display: inline-block;
	padding-bottom: 30px;
	margin-top: 0;
}

.call-to-action p {
	color: rgb(var(--galaxy-light-color));
	font-size: 22px;
	margin: 0px 0 30px;
	line-height: 39px;
}

.call-to-action.dark-theme {
	background-color: var(--galaxy-primary-color);
}

.call-to-action.light-theme {
	background-color: rgba(var(--galaxy-dark-color), 0.);
}

.call-to-action.light-theme p {
	color: var(--galaxy-secondary-color);
}


/*--------------------------------------------------------------
/* Module: Text Block
/*------------------------------------------------------------*/
.text-block {
	margin: 60px 0px;
}

.text-block-emphasize h3 {
	color: var(--galaxy-primary-color);
	font-size: 28px;
	border-top: var(--galaxy-primary-color) thin solid;
	border-bottom: var(--galaxy-primary-color) thin solid;
	padding: 20px 0;
}


/*--------------------------------------------------------------
/* Module: Image with Text
/*------------------------------------------------------------*/
.image-with-text .content-block {
	display: flex;
	margin: 100px 0px;
	width: 100%;
}

.left-column,
.right-column {
	width: 50%;
	flex: 1 1 auto;
	align-self: center;
}

.right-column {
	margin-left: 100px;
}

.image-with-text img {
	display: block;
}

.two-column-section {
	display: flex;
}

.two-column-section>div {
	width: 50%;
	flex: 1 1 auto;
}


/*--------------------------------------------------------------
/* Module: Featured Image
/*------------------------------------------------------------*/
.image-block img {
	width: 100%;
}


/*--------------------------------------------------------------
/* Module: Accordion
/*------------------------------------------------------------*/
.accordion {
	background-color: rgba(var(--galaxy-dark-color), 0.1);
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border-bottom: rgba(var(--galaxy-dark-color), 0.2) thin solid;
	text-align: left;
	font-size: 17px;
	transition: 0.3s;
	text-transform: uppercase;
	border-radius: 0;
	display: flex;
	align-items: center;
	border-style: none none solid none;
}

.accordion-group:last-of-type .accordion {
	border-bottom: none;
}

.accordion h3 {
	flex: 1 1 auto;
	width: 100%;
	margin: 12px 10px;
}

.accordion-active,
.accordion:hover {
	background-color: rgba(var(--galaxy-dark-color), 0.3);
}

.accordion:after {
	content: '\002B';
	color: rgba(var(--galaxy-dark-color), 0.4);
	font-weight: bold;
	margin-left: 5px;
	justify-content: right;
	flex: 1 1 auto;
}

.accordion-active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: rgb(var(--galaxy-light-color));
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-left: rgba(var(--galaxy-dark-color), 0.2) thin solid;
	border-right: rgba(var(--galaxy-dark-color), 0.2) thin solid;
}

.accordion-group:last-of-type .panel {
	border-bottom: rgba(var(--galaxy-dark-color), 0.2) thin solid;
}

.accordion-container {
	margin-top: 50px;
}


/*--------------------------------------------------------------
/* Footer
/*------------------------------------------------------------*/
.footer-widget-area.bb-footer .widget-title {
	color: rgb(var(--galaxy-light-color));
	margin-bottom: 10px;
	border-bottom: rgb(var(--galaxy-light-color)) thin solid;
	padding-bottom: 10px;
}


/*--------------------------------------------------------------
/* Custom Button
/*------------------------------------------------------------*/
.custom-button {
	background-color: rgba(var(--galaxy-light-color),0);
	padding: 5px 18px;
	display: inline-block;
	border-radius: 100px;
	font-size: 18px;
	color: rgba(var(--galaxy-light-color),1);
	text-align: center;
	text-transform: uppercase;
	transition: .2s;
	border: rgba(var(--galaxy-light-color),1) 2px solid;
}

.custom-button:hover {
	color: rgba(var(--galaxy-light-color),.8);
	border: rgba(var(--galaxy-light-color),.8) 2px solid;
	background-color: rgba(var(--galaxy-light-color),.04);
}

a.custom-button.dark {
	font-size: 18px;
	color: rgba(var(--galaxy-dark-color),1);
	border: rgba(var(--galaxy-dark-color),1) 2px solid;
	background-color: rgba(var(--galaxy-dark-color),0);
}

a.custom-button.dark:hover {
	color: rgba(var(--galaxy-dark-color),.8);
	border: rgba(var(--galaxy-dark-color),.8) 2px solid;
	background-color: rgba(var(--galaxy-dark-color),.04);
}


/*--------------------------------------------------------------
/* Content Customizations
/*------------------------------------------------------------*/
.button-group a {
	margin: 20px;
}

.color-callout {
	color: var(--galaxy-accent-color);
	border-bottom: var(--galaxy-accent-color) thin solid;
}

.bb-template-v2 .widget.widget_nav_menu ul a {
	padding: 5px 10px;
}

#column-block-1.block-gutters {
	margin-top: 50px;
}

.bb-template-v2 .widget.widget_nav_menu ul li.current-menu-item a {
	background-color: var(--bb-body-background-color);
	color: var(--bb-footer-widget-background);
}

.content-block-container {
	clear: both;
}

.two-columns {
	display: flex;
	margin-top: 75px;
	column-gap: 50px;
}
.content-right-col,
.content-left-col {
	width: 50%;
}

.gfield_checkbox input[type="checkbox"] + label::before {
	background: rgb(245, 245, 245);
}

ol {
	list-style: none;
	counter-reset: item;
}

ol li {
	counter-increment: item;
	margin: 20px 0 5px;
	position: relative;
}

ol li:before {
	position: absolute;
	left: -43px;
	content: counter(item);
	text-align: center;
	display: inline-block;
	border: rgba(var(--galaxy-dark-color),.1) 1px solid;
	font-size: 25px;
	font-weight: bold;
	padding: 0px 5px;
	color: rgba(var(--galaxy-dark-color),.9);
	background-color: white;
	padding: 5px 8px;
	border-radius: 7px;
}

.page-id-103 ol,
.privacy-policy ol {
	list-style: decimal;
	counter-reset: initial;
}

.page-id-103 ol li,
.privacy-policy ol li {
	counter-increment: initial;
	margin: initial;
}

.page-id-103 ol li::before,
.privacy-policy ol li::before {
	display: none;

}

.classic-content .gfield_radio input[type="radio"] {
	display: none;
}


/*--------------------------------------------------------------
/* Gutenberg Content
/*------------------------------------------------------------*/
.gutenberg-content {
	margin-top: 60px;
}

.sponsor-logo figure {
	background-color: white;
	padding: 60px 100px;
	border: rgba(var(--galaxy-dark-color),.3) thin solid;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: initial !important;
}


/*--------------------------------------------------------------
/* Specific Pages
/*------------------------------------------------------------*/
/* Forms */
.gform-theme {
	background-color: #eaeaea;
	padding: 30px;
	border-radius: 8px;
	max-width: 550px;
	margin: 0 auto;
}

  .gfield--type-address .gfield_label, .gfield--type-address .address_zip {
	width: 100%;
}

/* Home */
.bs-card-list .bb-forums-meta {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
	line-height: 1.6;
	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
}

.bs-card-list .bb-forums-meta a {
	color: var(--bb-alternate-text-color);
}


/*--------------------------------------------------------------
/* Forums
/*------------------------------------------------------------*/
#bbpress-forums .bbp-breadcrumb {
    display: block;
}

#bbpress-forums#bbpress-forums .bs-forums-items.list-view {
	margin-left: 0;
}

.forum-archive #secondary {
	display: none;
}

.has-sidebar:not(.profile-sidebar, 
.group-sidebar, 
.llms-pointer, .activate) #primary, 
body.buddypress.has-sidebar:not(.profile-sidebar, 
.group-sidebar, 
.llms-pointer, .activate) #page #primary {
	max-width: none;
}

.bs-forums-banner {
	padding: 36px 20px;
}

#header-aside .bp-logout-nav {
	border-top: var(--bb-content-border-color) 1px solid;
	margin-top: 7px;
	padding-top: 7px;
}

.mp_wrapper .mp-form-row label {
	display: inline-block !important;
	margin-bottom: 0px;
}

body .mepr-checkout-container .form-wrapper input[type="submit"] {
	padding: 10px;
}

.login-block {
	background-color: white;
	margin: 0 auto;
	text-align: center;
	border-radius: 6px;
	padding: 40px 20px;
	border: rgba(var(--galaxy-dark-color), 0.3) thin solid;
	box-shadow: 0px 0px 10px rgba(var(--galaxy-dark-color), 0.05);
	max-width: 550px;
}

.login-block .submit input {
	width: 100%;
}

/*--------------------------------------------------------------
/* Register page
/*------------------------------------------------------------*/
.register-header {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    line-height: 50px;
    max-width: 550px;
    margin: 10px auto 12px;
    color: #06429e;
    border: #06429e 2px solid;
    padding: 10px 0 16px;
    border-left: none;
    border-right: none;
}

.register-header-support {
    text-align: center;
    font-size: 19px;
    font-weight: medium;
    line-height: 30px;
    max-width: 550px;
    margin: 10px auto 140px;
}

.price-boxes {
	justify-content: center;
}

.price-boxes .pricing-column {
	border: rgba(var(--galaxy-dark-color), 0.3) 1px solid;
	padding: 30px;
	max-width: 310px;
	position: relative;
	border-radius: 30px;
	margin-bottom: 40px;
}

.price-boxes .pricing-column .wp-block-button {
	width: 100%;
}

.price-boxes .pricing-column .wp-block-button__link.wp-element-button {
	border: var(--galaxy-blue-color) 2px solid;
	background-color: transparent;
	color: var(--galaxy-blue-color);
	width: 100%;
	padding: 6px 30px;
	margin: 0px 0 20px;
}

.price-boxes .highlighted-column.pricing-column .wp-block-button__link.wp-element-button {
	border: var(--galaxy-light-color) 2px solid;
	background-color: var(--galaxy-blue-color);
	color: white;
}

.price-boxes .pricing-column .highlighted {
	color: white;
	text-transform: uppercase;
	margin: -30px -30px 30px -30px;
	background-color: var(--galaxy-blue-color);
	padding: 10px;
	border-radius: 30px 30px 0 0;
	text-align: center;
}

.price-boxes .highlight-text {
	color: var(--galaxy-blue-color);
	line-height: 21px;
	font-weight: bold;
}

.price-boxes .highlighted-column {
	position: relative;
	top: -45px;
}

.price-boxes h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 500;
}

.price-boxes .pricing-text {
	text-align: center;
}

.price-boxes .pricing-text span {
	font-size: 24px;
	font-weight: bold;
	color: black;
}

.price-boxes li {
	line-height: 23px;
	margin-bottom: 20px;
	position: relative;
}

.price-boxes ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

.price-boxes li::before {
	content: '\2611';
	margin-right: -15px;
	left: -22px;
	font-size: 20px;
	position: absolute;
	top: 0px;
	color: #aeaec5;
}

.mobile-overlay {
	display: none;
}

.wp-block-button a:hover {
	color: white;
}

#post-18685 {
	background-color: var(--galaxy-blue-color);
	max-width: 600px;
	border-radius: 6px;
	padding: 20px 110px 80px;
	color: white;
	margin: 40px auto 0px;
	font-size: 20px;
	line-height: 35px;
}

#post-18685 h2 {
	color: white;
	font-size: 50px;
}

#post-18685 .wp-block-button__link {
	background-color: white;
	border: white 2px solid;
	color: var(--galaxy-blue-color);
	padding: 5px 25px;
}

#post-18685 .wp-block-button:last-of-type .wp-block-button__link {
	background-color: transparent;
	border: white 2px solid;
	color: white;
	padding: 5px 25px;
}

#mepr_nav_tab_content_0 > p {
	color: black;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #0000002e thin solid;
}

.member-benefit a,
body.buddypress .buddypress-wrap .member-benefit h3 {
	margin: 0;
	padding: 0;
}

.member-benefit {
	position: relative;
}

.member-benefit::before {
	content: '\2611';
	margin-right: -15px;
	left: -22px;
	font-size: 20px;
	position: absolute;
	top: 0px;
	color: #aeaec5;
}


/*--------------------------------------------------------------
/* Media Queries
/*------------------------------------------------------------*/
.page-template-page-fullwidth-content .block-gutters,
.page-template-page-fullwidth-content .block-gutters-no .content-block,
.gutenberg-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

@media screen and (max-width: 1280px) {
	.page-template-page-fullwidth-content .block-gutters, 
	.page-template-page-fullwidth-content .block-gutters-no .content-block, 
	.gutenberg-content,
	.slider-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 920px;
	}
}

@media screen and (max-width: 960px) {
	.page-template-page-fullwidth-content .block-gutters, 
	.page-template-page-fullwidth-content .block-gutters-no .content-block, 
	.gutenberg-content,
	.slider-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 720px;
	}

	.mobile-overlay {
		display: block;
		background-color: rgba(var(--galaxy-dark-color), .2);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.title-image-alternative,
	.slider-content h3,
	.slide p,
	.slider-block .custom-button {
		max-width: 80%;
    	margin: 20px auto;
	}

	a.primary-card:hover {
		background-color: inherit;
		top: 0px;
		box-shadow: none;
	}

	.primary-card-group h3 {
		margin-top: 20px;
	}

	.primary-card-group img.large-format-image {
		max-width: 1000px;
		width: 100%;
		border-radius: 6px;
		margin: 0;
		border: var(--galaxy-primary-color) 1px solid;
	}

	a.primary-card:hover, a.primary-card:hover h3 {
		color: inherit;
	}

	.slider-content {
		z-index: 99;
		max-width: none;
		margin: 0 auto;
		text-align: center;
	}

	.secondary-card-group {
		flex-wrap: wrap;
	}

    .primary-card-group {
		display: block;
	}

	.secondary-card {
		margin-right: 0px;
		padding: 20px;
		max-width: 48%;
	}

	.secondary-card:nth-of-type(odd) {
		margin-right: 2%;
	}

	.primary-card {
		display: block;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.right-column {
		margin-left: 0;
	}

	.image-with-text .content-block {
		display: block;
	}

	.image-with-text img {
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;
		margin-bottom: 20px;
	}

	.left-column,
	.right-column {
		width: auto;
	}
}


@media screen and (max-width: 768px) {
	.page-template-page-fullwidth-content .block-gutters, 
	.page-template-page-fullwidth-content .block-gutters-no .content-block, 
	.gutenberg-content,
	.slider-content {
		margin-left: 30px;
		margin-right: 30px;
		max-width: none;
	}

	#post-18685 {
		max-width: none;
		padding: 20px 0px 80px;
		font-size: 18px;
		line-height: 25px;
	}

	#post-18685 h2 {
		font-size: 30px;
		line-height: 40px;
	}

	#post-18685 .wp-block-buttons > .wp-block-button,
	#post-18685 .wp-block-button__link {
		width: 100%;
	}

	.secondary-card-group {
		display: block;
	}

	a.secondary-card:hover {
		border: none;
		box-shadow: none;
	}

	a.secondary-card {
		padding: 0px;
		border: none;
		box-shadow: none;
	}

	a.primary-card:hover {
		background-color: initial;
		top: 0px;
		box-shadow: none;
	}

	a.primary-card:hover,
	a.primary-card:hover h3 {
		color: initial;
	}

	a.primary-card:after {
		transition: .4s;
		content: '';
		display: none;
	}

	.stripe {
		display: block;
		text-align: center;
	}

	.primary-card-group a.primary-card:hover h3:after {
		border-bottom: var(--galaxy-secondary-color) 2px solid;
	}

	.two-column-section {
		display: block;
	}

	.two-column-section>div {
		width: 100%;
	}

	.alignright,
	.alignleft {
		float: none;
		margin-left: 0em;
		margin-bottom: 0em;
		display: block;
	}
}


@media screen and (max-width: 650px) {
	.right-column .right-content h3 {

		font-size: 36px !important;
	}
}

@media screen and (max-width: 550px) {
	.custom-button {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.page-template-page-fullwidth-content .block-gutters, 
	.page-template-page-fullwidth-content .block-gutters-no .content-block, 
	.gutenberg-content, 
	.slider-content {
		margin-left: 30px;
		margin-right: 30px;
		max-width: 100%;
	}

	.title-image-alternative, 
	.slider-content h3, 
	.slide p, 
	.slider-block .custom-button {
		max-width: max-content;
		margin: 20px auto;
		width: 100%;
		min-width: 100%;
	}

	.slider-content h3 {
		line-height: 47px;
		font-size: 43px;
	}

	.slide-container {
		background-position: center;
	}
}
