/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/


/* A11y Fixes */

/* Allow for esc key to close Kadence submenu */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
 display: none;
}

.main-navigation .menu-item .sub-menu {
  display: none;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
  display: block;
}

/* Gravity Forms */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size:1rem;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: var(--global-palette3);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .gform_wrapper.gravity-theme .gfield textarea:focus, select:focus {
	border-color:#000000;
	outline:-webkit-focus-ring-color auto 1px !important;
}
/* Styling for floating label for gravity forms. 
 * Add class of floating-label to desired form fields */
.floating-label {
        position: relative;
}

.floating-label label {
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    font-size: 1rem;
    transition: all ease 0.4s;
}

.floating-label:focus-within label,
.floating-label input:focus ~ label, 
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label, 
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label,
.floating-label.input-active label {
        top: 0;
    left: 16px;
    font-size: .875rem !important;
    color: var(--global-palette3);
    opacity: 1;
}

/* Basic A11Y fixes for Kadence Blocks */
body .kt-blocks-modal-link:not(.kb-btn-global-inherit):focus-within {
	outline:inherit;
}

/* Search Bar */
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search .screen-reader-text {
	cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.woocommerce-product-search:focus-within .screen-reader-text {
	clip:unset;
	clip-path:unset;
	height:auto;
	width:auto;
	left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -13px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.woocommerce-product-search input[type='search']::placeholder,
.search-form input[type='search']::placeholder {
	opacity:1;
}

/* menu */
body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
	opacity:1 !important;
}
body #search-drawer .drawer-inner form ::-webkit-input-placeholder {
	opacity:1;
}
#search-drawer input:-webkit-autofill,
#search-drawer input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

/* Cookies */
.cky-preference-header .cky-btn-close img {
	filter:brightness(0);
}

/* Kadence Slider */
.kb-splide .splide__pagination__page:focus-visible {
	outline:2px solid #000;
}

/* Smart Slider */
body .n2-ss-slider :focus-visible,
body .n2-ss-slider a.n2-ow:focus-visible, 
body .n2-ss-slider .n2-ow-all a:focus-visible {
	outline:1px solid #fff !important;
	box-shadow:inset 0 0 0 1px #000000 !important;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	display:none;
}

/* Forms */
body select,
body select.orderby {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, body select, body .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-color:#4E5C74;
	color:var(--global-palette3);
}

/* Events Calendar */
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	outline:2px solid #000;
}
.tribe-events-c-search__input-group {
	position:relative;
}
.tribe-events-c-search__input-group label {
	opacity:0;
	transition: all ease 0.4s;
}
.tribe-events-c-search__input-group:focus-within label {
	clip:unset;
	height:auto;
	width:auto;
	opacity:1;
	margin:0;
	top:-40px;
}
.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
	fill:#707070;
}

/* WooCommerce */
select.orderby:focus-visible {
	outline:2px solid #000;
}
.kadence-shop-top-row {
	position:relative;
}
.kadence-shop-top-row .skip-link {
	right:0;
	left:auto;
}
span.required {
	color:red;
}
.form-description {
	font-size:1rem;
}
.kadence-product-gallery-thumbnails.splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus-visible,
.kb-splide .splide__arrows .splide__arrow:focus-visible{
	box-shadow:0 0 0 3px #000 !important;
	outline:2px solid #fff !important;
}
body .kb-advanced-slide-inner {
	overflow:visible;
}
/* used to display focus outline above, if needed adjust to not apply to general Kadence slider */
/*body .kb-splide .splide__list {
	padding:3px !important;
}
body .kb-splide.splide-initial .splide__list {
	gap:3px;
}*/
.gbtn.focused {
	outline: 2px solid #fff !important;
}
body .woocommerce form .form-row label {
	color:var(--global-palette3);
}
body .wp-element-button:disabled {
	opacity:0.7;
}


/* End A11y Fixes */

header .site-header-section-left {
    column-gap: 40px;
}
header .header-search-bar form input.search-field {
    padding: 14px 20px 14px 50px;
    border-radius: 100px;
}
header .search-form .search-submit[type="submit"],
header .search-form .kadence-search-icon-wrap {
    right: auto;
    left: 0;
}
@media (min-width: 1420px) and (max-width:1765px) {
    header .header-search-bar form {
        width: 250px;
    }
    header .main-navigation .primary-menu-container > ul > li.menu-item > a {
        padding-left: calc(20px / 2);
        padding-right: calc(20px / 2);
    }
    header .site-branding a.brand img.svg-logo-image {
        width: 150px;
    }
}
.custom-slider .splide__arrows {
    max-width: 292px;
    position: absolute;
    bottom: -67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 48px;
}
.slider__interior-nav .splide__arrows {
    bottom: 40px;
}
.custom-slider .kb-splide .splide__arrow--prev {
    left: 0;
}
.custom-slider .kb-splide .splide__arrow--next {
    right: 0;
}
.custom-slider .kb-splide .splide__arrow {
    opacity: 1;
    background: transparent;
    width: 3em;
    border: 2px solid var(--global-palette1);
    background: var(--global-palette1);
    border-radius: 100px;
    top: 0;
    transform: translateY(0);
}
.custom-slider .kb-splide .splide__arrow:hover,
.custom-slider .kb-splide .splide__arrow:focus {
    background: var(--global-palette2);
    border-color: var(--global-palette2);
    color: var(--global-palette3);
}
.slider__interior-nav .kb-splide .splide__arrow {
    border: 2px solid var(--splide-nav-color);
    background: transparent;
}
.custom-slider .kb-splide[data-slider-dots=true] {
    margin-bottom: 0;
}
.custom-slider .kb-splide .splide__pagination, 
.custom-slider .kb-splide ul.splide__pagination.splide__pagination {
    bottom: -54px;
}
.slider__interior-nav .kb-splide .splide__pagination, 
.slider__interior-nav .kb-splide ul.splide__pagination.splide__pagination {
    bottom: 54px;
}
.custom-slider .kb-splide .splide__pagination__page {
    opacity: 1;
    background: #5B687B;
    width: 12px;
    height: 12px;
    margin: 0;
}
.slider__interior-nav .kt-blocks-carousel .splide__pagination__page {
    background: #B9BECB;
}
.custom-slider .kt-blocks-carousel .splide__pagination__page.is-active {
    width: 20px;
    height: 20px;
    background: var(--global-palette1);
}
.slider__interior-nav .kt-blocks-carousel .splide__pagination__page.is-active {
    background: #B9BECB;
}
.custom-slider .kb-splide .splide__pagination {
    column-gap: 20px;
}
.custom-slider .kb-splide .splide__pagination li {
    line-height: 0;
}
.kt-blocks-carousel .splide__pagination__page:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
.kb-advanced-slide-inner .wp-block-kadence-query-card .kb-query-item {
    overflow: visible !important;
}
@media (min-width:1025px) {
    .statistic-number.wp-block-kadence-advancedheading {
        font-size: clamp(2.625rem, -1.3886rem + 6.2651vw, 4.25rem) !important;
    }
}
.wp-block-kadence-slider .kt-blocks-carousel .splide__slide .event-img img {
    height: 60px;
    width: auto;
}
.section__force-full-height,
.section__force-full-height > .kt-inside-inner-col {
    height: 100%;
}
.query__category-icons .kb-query-item .taxonomy-category::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1H3.75H15.25H16V1.75V14.25V15H15.25H4.5H3.75H2.25H1.5H0.75H0V14.25V3.5V2.75H1.5V3.5V13.5H2.25H3V1.75V1ZM4.5 13.5H14.5V2.5H4.5V13.5ZM5.5 3.5H10V7.5H5.5V3.5ZM11.75 3.5H12.75H13.5V5H12.75H11.75H11V3.5H11.75ZM11.75 6H12.75H13.5V7.5H12.75H11.75H11V6H11.75ZM6.25 8.5H12.75H13.5V10H12.75H6.25H5.5V8.5H6.25ZM6.25 11H12.75H13.5V12.5H12.75H6.25H5.5V11H6.25Z' fill='%231F2026'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
}
.query__category-icons .kb-query-item.category-research .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 0V0.75V2H9.25V0.75V0H10.75V0.75V2H14V4.5V6V14.5V16H12.5H1.5H0V14.5V6V4.5V2H3.25V0.75V0H4.75ZM12.5 6H1.5V14.5H12.5V6ZM7 8V12H3V8H7Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.query__category-icons .kb-query-item.category-heath-fitness-business .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 0H11.25H12V0.75V3H14.5H16V4.5V8.75V13.5V15H14.5H1.5H0V13.5V8.75V4.5V3H1.5H4V0.75V0H4.75ZM14.5 8V4.5H11.25H4.75H1.5V8H6H10H14.5ZM10 9.5V11H6V9.5H1.5V13.5H14.5V9.5H10ZM10.5 3V1.5H5.5V3H10.5Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.query__category-icons .kb-query-item.category-webinar .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5V10.5H10.5V1.5H1.5ZM0 0H1.5H10.5H12V1.5V3V9V10.5V12H10.5H1.5H0V10.5V1.5V0ZM13 7.84375L16.5 9.59375V2.4375L13 4.1875V2.5L16.5 0.75L18 0V1.6875V10.3438V12.0312L16.5 11.2812L13 9.5V7.84375Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.query__category-icons .kb-query-item.category-article .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1H3.75H15.25H16V1.75V14.25V15H15.25H4.5H3.75H2.25H1.5H0.75H0V14.25V3.5V2.75H1.5V3.5V13.5H2.25H3V1.75V1ZM4.5 13.5H14.5V2.5H4.5V13.5ZM5.5 3.5H10V7.5H5.5V3.5ZM11.75 3.5H12.75H13.5V5H12.75H11.75H11V3.5H11.75ZM11.75 6H12.75H13.5V7.5H12.75H11.75H11V6H11.75ZM6.25 8.5H12.75H13.5V10H12.75H6.25H5.5V8.5H6.25ZM6.25 11H12.75H13.5V12.5H12.75H6.25H5.5V11H6.25Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    min-height: 56px;
}
.gform_wrapper.gravity-theme .gform_footer {
    margin-top: 16px;
}
.gform_wrapper.gravity-theme .gform_footer input {
    background: transparent;
    color: var(--global-palette4);
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_footer input:focus {
    background: var(--global-palette2);
    border-color: var(--global-palette2);
}
.footer-utility-nav {
    margin: 0;
    list-style: none;
}
.footer-utility-nav li {
    display: inline-block;
    padding: 0 24px;
    border-left: 1px solid #A1ABB9;
}
@media (max-width:767px) {
    .footer-utility-nav li:first-child {
        border-left: 0;
    }
}
.yoast-breadcrumbs a {
    color: var(--global-palette9);
    text-decoration: none;
}
.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus {
    text-decoration: underline;
}
.yoast-breadcrumbs .breadcrumb_last {
    color: var(--global-palette2);
}
.full-height-card,
.full-height-card > .kt-inside-inner-col {
    height: 100%;
}
.kb-query-item .taxonomy-category *:not(:first-child) {
    display: none;
}
.kb-query-item .taxonomy-category a {
    text-decoration: none;
}
.query__category-icons .kb-query-item.category-webinar .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5V10.5H10.5V1.5H1.5ZM0 0H1.5H10.5H12V1.5V3V9V10.5V12H10.5H1.5H0V10.5V1.5V0ZM13 7.84375L16.5 9.59375V2.4375L13 4.1875V2.5L16.5 0.75L18 0V1.6875V10.3438V12.0312L16.5 11.2812L13 9.5V7.84375Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.query__category-icons .kb-query-item.category-health-fitness-business .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08325 0H11.5833H12.3333V0.75V3H14.8333H16.3333V4.5V8.75V13.5V15H14.8333H1.83325H0.333252V13.5V8.75V4.5V3H1.83325H4.33325V0.75V0H5.08325ZM14.8333 8V4.5H11.5833H5.08325H1.83325V8H6.33325H10.3333H14.8333ZM10.3333 9.5V11H6.33325V9.5H1.83325V13.5H14.8333V9.5H10.3333ZM10.8333 3V1.5H5.83325V3H10.8333Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.query__category-icons .kb-query-item.category-research .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0V1H9V2.5V8.5V10H8V11H5V10H4V8.5V2.5V1H5V0H8ZM5.5 2.5V8.5H7.5V2.5H5.5ZM0.75 14.5H10C12.4688 14.5 14.5 12.5 14.5 10C14.5 7.53125 12.4688 5.5 10 5.5V4C13.3125 4 16 6.6875 16 10C16 11.8125 15.1875 13.4062 13.9688 14.5H15.25H16V16H15.25H10H0.75H0V14.5H0.75ZM3 12H3.75H9.25H10V13.5H9.25H3.75H3V12Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.query__category-icons .kb-query-item.category-podcast .taxonomy-category::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1.5V8C4.5 8.84375 5.15625 9.5 6 9.5C6.8125 9.5 7.5 8.84375 7.5 8V1.5H4.5ZM3 0H4.5H7.5H9V1.5V8C9 9.65625 7.65625 11 6 11C4.34375 11 3 9.65625 3 8V1.5V0ZM2 6.75V8C2 10.2188 3.78125 12 6 12C8.1875 12 10 10.2188 10 8V6.75V6H11.5V6.75V8C11.5 10.8125 9.40625 13.0938 6.75 13.4688V14.5H8.25H9V16H8.25H6H3.75H3V14.5H3.75H5.25V13.4688C2.5625 13.0938 0.5 10.8125 0.5 8V6.75V6H2V6.75Z' fill='%231F2026'/%3E%3C/svg%3E");
}
.kt-blocks-accordion-title {
    display: flex;
    align-items: center;
    column-gap: var(--global-sm-spacing);
}
@media (max-width:767px) {
    .kt-blocks-accordion-title {
        column-gap: 12px;
    }
    .kt-blocks-accordion-title img {
        width: 40px !important;
    }
}
ul.kt-tabs-title-list.kb-tab-title-columns-3>li {
    margin: 0;
}
.single-post .taxonomy-category a {
    text-decoration: none;
}
.single-post .taxonomy-category a:hover,
.single-post .taxonomy-category a:focus {
    text-decoration: underline;
}
@media (max-width:767px) {
    .single-post .taxonomy-category a,
    .single-post .wp-block-post-date {
        font-size: 1.125rem !important;
    }
}
.wp-block-kadence-query-card.related-card .kb-query-grid-wrap .kb-query-item.kb-query-block-post:last-child {
    padding-bottom: 0;
    border: 0;
}
body .facetwp-input-wrap {
    display: block;
}
.facetwp-facet input.facetwp-search {
    width: 100%;
}
.header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul a.kb-nav-link-content {
    text-decoration: underline;
}
.header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul a.kb-nav-link-content:hover,
.header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul a.kb-nav-link-content:focus {
    text-decoration: none;
}
.header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul .kt-tabs-title-list li:last-child .kt-tab-title {
    border-bottom: 0;
}
.header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul .wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list li a.kt-tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Metered Content: The Modal */
.metered-content-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.95); /* Black w/ opacity */
}

/* Metered Content: Content */
.metered-content-modal-content {
  margin: 15% auto; /* 15% from the top and centered */
}