:root {
	--dark-grey: #25282B;
	--light-grey: #7E8B92;
}

.mepr_update_account_table{
	background-color: rgba(200,200,200,0.8);
	padding: 10px;
	color: black;
}

.featured-posts-grid .box-large .tile .tile-anchor .series-button{
	height: 24px;
	font-size: 20px;
}

.article .article-right p{
	font-size: 18px;
}

.featured-posts-grid .second-grid .box-small .series-button{
	height: 24px;
	font-size: 20px;
}

.front-page .series-button{
	font-size: 18px;
	font-family: Gimlet-display-condensed;
	letter-spacing: 0.1em
}

.uk-container{
	max-width: 90%;
}

.article .article-left .tax-tag {
	transition: all .3s linear;
	opacity: 0;
}

.article .article-left a:first-child h4{
	font-size: 20px;
	font-family: Gimlet-display-condensed;
}

.uk-card:hover .tax-tag{
	opacity: 1;
	transition: .3s;
}

.uk-card:hover img{
	transform:scale(1.05);
	transition: all .3s linear;
}

.uk-card{
	position: relative;
}

.uk-card img{
	transition: all 0.3s linear;
  width: 100%;
	height: 100%;
	left: 0;
}

.article .article-left a:last-child img{
	object-fit: cover;
	left: 0;
}

.navbar-container .center .header-logo img:hover{
	filter: brightness(150%) saturate(4);
	transform: scale(1.01);
	transition: all 0.3s linear;
}
.navbar-container .center .header-logo img{
	transition: all 0.3s linear;
}

.singular .splash-image-small .text a{
	transition: all 0.1s linear;
	border-radius: 5px;
}

.singular .splash-image-small .text a:hover{
	filter: brightness(150%);
	transition: all 0.1s linear;
}


p#inifiniteLoader{
  display: none;
}

footer.float{
		position: fixed;
		bottom: 0px;
		right: 0px;
		left: 0px;
		z-index: 200;
		max-height: 80px;
}

center{
	height: 100px;
	margin-bottom: 80px;
}

.lift{
	bottom: 99px;
}

.lula-help-widget-button.lift{
	bottom: 119px;
}

.uk-child-width-1-2\@s > *{
	min-width: 300px;
}

.article .article-no-image p{
	font-size: 18px;
}

.singular .main-content .the-content{
	font-size: 20px;
}

.oembed-video-youtu-be{
	padding: 56.25% 0 0 0;
	position: relative;
}

.oembed-video-youtu-be iframe{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.uk-grid > * > :last-child{
	margin-bottom: 15px;
}

figure.alignright{
	display: unset;
	/*float: right;
	margin: 5px 20px 5px 10px;*/
}
figure.alignleft{
	display: unset;
}
.wp-block-image .aligncenter{

}

.uk-search-input{
	color: var(--dark-grey);
	font-size: 14px;
}

#menu-right-menu .uk-search-input{
	/*width: 45px;*/
	width: 150px;
	border-color: transparent;
	border-radius: 10px;
	transition: all 0.3s linear;
	margin: 0px;
	height: 50px;
	padding-top: 10px;
	margin-bottom: 4px;
}

#menu-right-menu .uk-search-input:focus{
	border-color: white;
	border-radius: 1px;
	/*margin-right: 30px*/
}

#menu-right-menu .uk-search-input::placeholder{
	font-size: 24px;
	color: #098131;
}

.wp-block-image .aligncenter{
	/*margin-left: 25px;*/
}

.featured-video a:hover .tax-tag{
	opacity: 1;
}

.featured-video a .tax-tag{
	opacity: 0;
	transition: all 0.3s linear;

}

.featured-video .tax-tag{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	padding: 5px 10px;
	margin-bottom: 0;
	margin-top: 15px;
	display: inline-block;
}

.featured-video .tax-tag h4{
	font-family: Gimlet-display-condensed;
	font-size: 20px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

#mepr-account-nav{
	border-bottom: solid;
	border-color: gray;
	height: 45px;
	display: flex;
	justify-content: flex-end;
}

.mepr-nav-item a{
	padding: 0px 10px;
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}

.mepr-nav-item a:hover{
	color: rgba(255,255,255,1);
	border-bottom: solid;
	border-bottom-width: 20px;
	border-color: rgba(24,26,24,0.8);
}

#mepr_account_form{
	border-radius: 5px;
	max-width: 700px;
	margin: auto;
	padding: 40px;
	background-color: rgba(220,220,220,0.8);
	color: black;
	font-size: 18px;
	margin-bottom: 100px
}

#mepr-account-subscriptions-table{
	border-radius: 5px;
	padding: 20px;
	background-color: rgba(220,220,220,0.8);
	color: black;
	font-size: 18px;
}

#mepr-account-payments-table{
		border-radius: 5px;
	padding: 20px;
	background-color: rgba(220,220,220,0.8);
	color: black;
	font-size: 18px;
}

#mepr_forgot_password_form #wp-submit{
	color: white;
	background-color: #007242;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 8px;
}

.mepr-submit{
	color: white;
	background-color: #007242;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 8px;
}

#wp-submit{
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 8px;
}

.mp-form-label{
	margin-bottom: 5px;
}

.mepr-account-change-password{
	display: none;
}

.mepr-newpassword-form{
	border-radius: 5px;
	max-width: 700px;
	margin: auto;
	padding: 40px;
	background-color: rgba(220,220,220,0.8);
	color: black;
	font-size: 18px;
}

#mepr_forgot_password_form{
	border-radius: 5px;
        max-width: 700px;
        margin: auto;
        padding: 40px;
        background-color: rgba(220,220,220,0.8);
        color: black;
        font-size: 18px;
}

#mepr-account-welcome-message{
	display: none;
	margin: 10px;
	font-size: 20px;
	color: black;
}

.mp_login_form{
	border-radius: 5px;
	padding: 40px;
	background-color: rgba(220,220,220,0.8);
	color: black;
	font-size: 18px;
}

.mepr-signup-form{
	border-radius: 5px;
	max-width: 700px;
	margin: auto;
	padding: 40px;
	background-color: rgba(220,220,220,0.8);
	color: black;
	font-size: 18px;
}

.mepr-signup-form h2{
	color:black;
}

.mp_login_form h2{
	color: black;
}

.mepr-login-actions a{
	color: #0e37f0;
}

.mepr-cancel-sub-text{
	color: black;
}

.page-template-account .background-img{
	background-image: url(../jpg/lg_dsf2152.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 56px;
	min-height: 600px;
	height:90vh;
}
.page-template-account center{
	display: none;
}

.page-template-account{
	margin-bottom: 0 !important;
}

.page-template-account footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.page-template-login .background-img{
	background-image: url(../jpg/lg-eclipse6913.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 600px;
}

.page-template-login center{
	display: none;
}

.uk-container{
	padding-top: 10px;
}

.memberpressproduct-template-register-new .memberpressproduct{
		background-image: url(../jpg/blue-ducks-3686.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 600px;
}

.memberpressproduct-template-register-new center{
	display: none;
}

.mp_wrapper .mepr_payment_method{
	display: inline-flex;
	width: 49% !important;
}

.mp_wrapper .mepr_mepr-address-country{
	display: inline-block;
	width: 31% !important;
}

.mp_wrapper .mepr_mepr-address-state{
	display: inline-block;
	width: 31% !important;
}

.mp_wrapper .mepr_mepr-address-zip{
	display: inline-block;
	width: 31% !important;
}
@media (max-height: 1024px) {
    .singular .member-signup-overlay {
        height: 95vh;
    }
}
.homepage-articles .homepage-article .uk-card:nth-of-type(5){
    display: none;
}
@media (max-height: 1024px) {
    .uk-navbar .search-form .uk-search-input{
        height:40px !important;
        width: 90% !important;
    }
    .uk-navbar .search-form .search-form-close{
        margin-right: 5px;
        width: 18px;
    }
}

.single-thumbnail .large-screen.portrait{
    width: 75vw;
    max-height: 100%;
    object-fit: cover;
}
.member-signup-overlay-container {
    margin-bottom: 48px;
    display: flex;
    gap: 96px;
}
@media (max-width: 1024px) {
    .member-signup-overlay-container {
        flex-direction: column-reverse !important;
        gap: 20px;
    }
}
.member-signup-overlay {
    top: 50%;
    transform: translateY(-50%);
    max-width: 1464px;
    width: 90vw;
    background: #fff;
    border-radius: 36px;
    padding: 48px;
    overflow-y: auto;
}
@media (max-width: 1024px) {
    .member-signup-overlay {
        padding: 20px !important;
    }
}
.member-signup-overlay::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.member-signup-overlay .the-video {
    border-radius: 16px;
    overflow: hidden;
    max-width: 642px;
    margin-bottom: 24px;
    position: relative;
    aspect-ratio: 16/9;
}
.member-signup-overlay .the-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.member-signup-overlay .member-signup-overlay-form label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #555f65;
}
.member-signup-overlay .member-signup-overlay-form label abbr,
.member-signup-overlay .member-signup-overlay-form .ctct-disclosure {
    display: none;
}
.member-signup-overlay .member-signup-overlay-form .ctct-form-field {
    padding: 0 !important;
    margin: 0 !important;
}
@media (max-width: 900px) {
    .member-signup-overlay .member-signup-overlay-form .ctct-form-field {
        width: 100%;
    }
}
.member-signup-overlay .member-signup-overlay-form .ctct-form-field input::placeholder {
    color: #a9b2b7;
    opacity: 1;
}
.member-signup-overlay .member-signup-overlay-form .ctct-form-field.ctct-form-field-email {
    position: relative;
    width: 100%;
    margin-bottom: 20px !important;
}
.member-signup-overlay .member-signup-overlay-form .ctct-form-field.ctct-form-field-email:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(50%);
    background: url(../mail.html) center/contain no-repeat;
    width: 23px;
    height: 17px;
}
.member-signup-overlay .member-signup-overlay-form .ctct-form-field.ctct-form-field-email .ctct-email {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ccd2d5;
    color: #25282b;
}
.member-signup-overlay .member-signup-overlay-form input[type="submit"] {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff !important;
    transition: 0.3s ease;
    border: 1px solid #fff;
    background: #098131 !important;
    font-family: Poppins, sans-serif !important;
    cursor: pointer;
    height: 48px;
    min-width: 130px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 !important;
}
@media (min-width: 1025px) {
    .member-signup-overlay .member-signup-overlay-form input[type="submit"]:hover {
        opacity: 0.7;
    }
}
.member-signup-overlay .member-signup-overlay-content {
    padding-top: 68px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-content {
        padding-top: 52px;
    }
}
.member-signup-overlay .member-signup-overlay-content h3 {
    font-size: 56px;
    color: #098131;
    line-height: 1.2;
    margin: 0 0 20px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-content h3 {
        font-size: 28px;
        text-align: left;
    }
}
.member-signup-overlay .member-signup-overlay-content .later-text {
    font-weight: 400;
    color: #637077;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    margin: 0 auto;
}
.member-signup-overlay .member-signup-overlay-content .later-text:hover {
    text-decoration: underline;
}
.member-signup-overlay .member-signup-overlay-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 23px;
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-images {
        gap: 16px;
    }
}
.member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image {
    border-radius: 16px;
    overflow: hidden;
    height: 190px;
    max-width: 126px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image {
        max-width: 79px;
        height: 120px;
    }
}
.member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image img {
    height: 100%;
    object-fit: cover;
}
.member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image:nth-of-type(1) {
    grid-area: 1/1/3/2;
    margin-top: auto;
    margin-bottom: 106px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image:nth-of-type(1) {
        margin-bottom: 63px;
    }
}
.member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image:nth-of-type(2) {
    margin-top: 94px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image:nth-of-type(2) {
        margin-top: 39px;
    }
}
.member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image:nth-of-type(5) {
    margin-bottom: 95px;
    margin-top: -94px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-images .member-signup-overlay-image:nth-of-type(5) {
        margin-top: -39px;
        margin-bottom: 39px;
    }
}
.member-signup-overlay .member-signup-overlay-text p {
    font-weight: 400;
    color: #637077;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
}
.member-signup-overlay .member-signup-overlay-benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
@media (max-width: 1024px) {
    .member-signup-overlay .member-signup-overlay-benefits {
        margin-bottom: 20px;
    }
}
.member-signup-overlay .member-signup-overlay-benefits .member-signup-overlay-benefit {
    display: flex;
    gap: 12px;
}
.member-signup-overlay .member-signup-overlay-benefits .member-signup-overlay-benefit .benefit-icon {
    width: 20px;
    height: 20px;
}
.member-signup-overlay .member-signup-overlay-benefits .member-signup-overlay-benefit .benefit-text {
    font-weight: 400;
    color: #637077;
}
.member-signup-overlay i.close-member-signup-overlay {
    position: absolute;
    right: 35px;
    top: 35px;
}
@media (max-width: 1024px) {
    .member-signup-overlay {
        height: 100vh;
        overflow-y: auto;
    }
    .member-signup-overlay::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
.member-signup-overlay-head {
    margin: 0 auto 36px;
    text-align: center;
    max-width: 765px;
}
.member-signup-overlay-head h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    margin-bottom: 36px;
}
.member-signup-overlay-head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.member-signup-overlay-left h4 {
    margin-bottom: 16px;
    margin-top: 0;
    color: #25282b;
}
.member-signup-overlay-left p,
.member-signup-overlay-right ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #637077;
}
.member-signup-overlay-right ul li:not(:last-child) {
    margin-bottom: 16px;
}