.page-header .nav > ul > li.current-menu-item > a {
	color: var(--accent-color);
}
.page-footer_links-col h6 {
	text-transform: uppercase;
}
.page-footer_copyright a {
	text-decoration: none;
}
.bg-default-color {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #21344d;
}
.rave_author img {
	border-radius: 50%;
}
.section.inner-cta {
	padding-bottom: 5.5em;
}
.pricing-table span.h5 {
	display: block;
}
.pricing-table_accent-title._upper {
	color: var(--accent-color);
}
.empty_cell {
	opacity: 0;
	visibility: hidden;
}
.post-card._big {
	overflow: hidden;
}
/** Loading Icon CSS **/
.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--color-brand);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--color-brand) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

._reverse .row.equal-cols-text-img > div:first-child {
	order: 2;
	padding-left: 50px;
}

/* Widgets */
.wp-block-search .wp-block-search__input {
	min-height: auto;
	border-radius: 30px 0 0 30px;
	border-right-color: var(--accent-color);
}
.wp-block-search .wp-block-search__button {
	width: 3.2rem;
	padding: 5px;
	background: var(--accent-color);
	color: #fff;
	font-size: 0;
	position: relative;
	border-radius: 0 30px 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	margin-left: 0;
}
.wp-block-search .wp-block-search__button::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}
.wp-block-search .wp-block-search__button::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.blog-sidebar .widget_media_image figure {
	margin: 0;
}
.blog-sidebar .frm_forms .frm_button_submit {
	margin-top: 10px;
}
.frm_forms .frm_error {
	font-size: 12px;
	margin-top: 5px;
}

.page-content {
	padding: 100px 0;
}
.post-card._big .post-card_thumb {
	height: auto;
	max-height: 605px;
}

/* Footer Opt-in */
.page-footer .subscribe-area_form .frm_fields_container {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0;
}
.page-footer .subscribe-area_form .frm_fields_container input:not([type="submit"]) {
	border-radius: 30px 0 0 30px;
	height: 47px;
}
.page-footer .subscribe-area_form .frm_fields_container button[type="submit"] {
	width: auto;
	border-radius: 0 30px 30px 0;
	height: 47px;
}
.page-footer .subscribe-area_form form, .page-footer .subscribe-area_form fieldset {
	margin: 0;
}
.page-footer .subscribe-area_form .frm_form_field {
	width: 100%;
}
.rave_author-photo {
	overflow: hidden;
}
.rave .rave_info blockquote {
	border: none;
	padding: 0;
	font-size: inherit;
}
.rave.text-white .rave_info blockquote {
	color: #fff;
}
.widget_inner .input-container {
  display: block;
}
.widget_inner .input-container input {
  width: 100%;
  border-radius: 30px;
}
.widget_inner .input-container .submit {
  margin-top: 10px;
  text-transform: uppercase;
}

/* Secondary Navigation */
.module-section.secondary-navigation {
	background: #edf5f8;
	padding: 10px 0;
}
.secondary-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}
.secondary-navigation ul li {
    margin-right: 25px;
}
.secondary-navigation ul li:last-child {
    margin-right: 0;
}
.secondary-navigation li a {
	color: #264653;
	font-size: 16px;
	font-weight: 500;
}

#sidebar ul:not([class]), .entry ul:not([class]), ul.list-style, .entry-content ul {
	padding-left: 15px;
}
#sidebar ul:not([class]) > li, .entry ul:not([class]) > li, ul.list-style > li, .entry-content ul > li {
	padding-left: 25px;
	position: relative;
	line-height: 28px;
}
#sidebar ul:not([class]) > li::before, .entry ul:not([class]) > li::before, ul.list-style > li::before, .entry-content ul > li::before {
	content: "»";
	color: var(--accent-color);
	font-size: 28px;
	position: absolute;
	left: 0;
	top: -4px;
	background: transparent;
}
#sidebar ol:not([class]), .entry ol:not([class]), ol.list-style, .entry-content ol {
	padding-left: 33px;
}
#sidebar ol:not([class]) > li, .entry ol:not([class]) > li, ol.list-style > li, .entry-content ol > li {
	list-style: decimal;
	padding-left: 6px;
	line-height: 28px;
}
#sidebar ol:not([class]) > li::marker, .entry ol:not([class]) > li::marker, ol.list-style > li::marker, .entry-content ol > li::marker {
	color: var(--accent-color);
}
#sidebar ol:not([class]) > li::before, .entry ol:not([class]) > li::before, ol.list-style > li::before, .entry-content ol > li::before {
	content: none !important;
}
#sidebar ol:not([class]), .entry ol:not([class]), ol.list-style {
	counter-reset: revert;
}
.tiles-container .tile .tile_img .twenty20 {
	width: 100% !important;
}

@media only screen and (min-width:  768px){
	._reverse .row.equal-cols-text-img > div:first-child {
		order: 2;
		padding-left: 50px;
	}
}

@media only screen and (max-width:  768px){
	._reverse .row.equal-cols-text-img > div:first-child {
		padding-top:  25px;
	}
}


.rave_author img{
	width: 86px;
    height: 86px;
    object-fit: cover;
}

.archive{
	
}

.archive .post{
	display:flex;
	padding-bottom:40px;
}

.archive .post > div:first-child{
	width:25%;
}

.archive .post > div:first-child img{
	width:100%;
	min-height: 200px;
    object-fit: cover;
}


.archive .post > div:first-child img.blank-img{
	height:200px;
}

.archive .post > div:last-child{
	width:75%;
	padding-left:20px;
}


@media (min-width:768px) and (max-width:1024px){
	.archive .post > div:first-child{
		width:35%;
	}

	.archive .post > div:last-child img{
		width:65%;
	}
}



@media (max-width:767px){
	
	.archive .post{
		flex-direction:column;
	}
	
	.archive .post > div:first-child{
		width:100%;
	}

	.archive .post > div:last-child{
		width:100%;
		padding-left:0px;
		padding-top:25px;
	}
	
	.archive .post{
		padding-bottom:25px;
	}
	
	.archive .post > div:first-child img.blank-img{
		height:250px;
	}
}