/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/

@font-face {
    font-family: 'GT America Expanded';
    src: url('fonts/GT-America-Expanded-Black-Trial.woff2') format('woff2'),
        url('fonts/GT-America-Expanded-Black-Trial.woff') format('woff'),
        url('fonts/GT-America-Expanded-Black-Trial.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GT America Standard';
    src: url('fonts/GT-America-Standard-Regular-Trial.woff2') format('woff2'),
        url('fonts/GT-America-Standard-Regular-Trial.woff') format('woff'),
        url('fonts/GT-America-Standard-Regular-Trial.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'GT America Expanded', 'GT America Standard', 'GT America Trial', 'GT America', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.5;
    color: #000;
    min-height: 100vh;
    padding-bottom: 80px;
    overflow-x: hidden;
    background-color: #E89502;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    padding-bottom: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GT America Expanded', 'GT America Standard', 'GT America Trial', 'GT America', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: none;
    color: #000;
}

h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

h1 {
    font-size: 30px;
    font-size: clamp(24px, 2.6vw, 36px);
}

h2 {
    font-size: 46px;
    font-size: clamp(36.8px, 4vw, 55px);
}

h3 {
    font-size: 30px;
    font-size: clamp(24px, 2.6vw, 36px);
}

h4 {
    font-size: 22px;
    font-size: clamp(17.6px, 1.8vw, 26px);
}

h5 {
    font-size: 20px;
    font-size: clamp(16px, 1.6vw, 24px);
}

h6 {
    font-size: 14px;
    font-size: clamp(11.2px, 1.1vw, 17px);
}

p {
    padding-bottom: 1em;
    font-family: 'GT America Standard', 'GT America Trial', 'GT America', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

b, strong {
	font-family: 'GT America Expanded';
	font-weight:900;
}

ul.wp-block-list {
	list-style: disc;
    margin-left: 1em;
}
ul.wp-block-list li {
	padding-bottom:.5em;
}

input,
select,
textarea,
option,
fieldset,
label,
button {
    padding-bottom: 1em;
    font-family: 'GT America Standard', 'GT America Trial', 'GT America', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 120px !important;
}


textarea, .with_frm_style textarea {
	border-radius: 24px !important;
}

input,
select {
    padding: 10px 36px 10px 20px;
    border-radius: 120px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    position: relative;
}

.with_frm_style .frm_form_fields>fieldset {
    padding-bottom: 0px;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}


/* ------- Global Button Styles ------- */

/* Black Btn */

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited,
button,
.fl-button-group-buttons a.fl-button,
a.fl-button {
    border: 2px solid !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
    border-radius: 120px !important;

    line-height: 1em !important;

    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}


.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited,
button,
.fl-button-group-buttons a.fl-button,
.fl-builder-content a.fl-button, a.fl-button {
    padding: 10px 24px 10px 24px !important;
}

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

    .uabb-creative-button-wrap a,
    .uabb-creative-button-wrap a:visited,
    button,
    .fl-button-group-buttons a.fl-button,
    a.fl-button {
        width: 100% !important;
    }

    .fl-module-uabb-button {
        width: 100% !important;
    }

}

.uabb-creative-button-wrap a span,
.uabb-creative-button-wrap a:visited span,
button *,
button,
.fl-button-group-buttons a.fl-button span,
a.fl-button span {
    font-family: 'GT America Expanded', 'GT America Standard', 'GT America Trial', 'GT America', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: .75em !important;
}

.uabb-creative-button-wrap a *,
.uabb-creative-button-wrap a:visited *,
button *,
button,
.fl-button-group-buttons a.fl-button *,
a.fl-button *,
a.fl-button span {
    color: #E89502 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: 1em !important;

    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.uabb-creative-button-wrap a:hover,
button:hover,
.fl-button-group-buttons a.fl-button:hover,
a.fl-button:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.uabb-creative-button-wrap a:hover *,
.uabb-creative-button-wrap a:hover *,
button:hover *,
button:hover,
.fl-button-group-buttons a.fl-button:hover *,
a.fl-button:hover *,
a.fl-button:hover span {
    color: #000000 !important;
}


/* Backgrounds */

.bg-gradient {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-image: conic-gradient(from -90deg at 46% 10%,
            #FAFAFA 0deg,
            #FBEDD2 45.56deg,
            #FFC44F 237.3deg,
            #E89502 300.45deg,
            #DB8E02 360deg);

    background-size: 100% 100vh;
    background-position: center top;
}

.bg-linear-gradient {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(180deg, transparent 50%, #E89502 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;

    background-size: 100% 100vh;
    background-position: center top;
}

/* Layout */

#wrapper {
    margin: 0 auto 10rem auto;
    max-width: 1340px;
	width: 100%;
}

.logo-row,
.video-section,
.resources-section,
.links-section,
#ambition-accelerated,
#press-release
{
    max-width: 1340px;
    margin: 0 auto 8.825vh;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0 auto;
}

.logo {
    position: relative;
    inset: 0;
    margin: 20px 0;
    z-index: -1;
    /* background-image: url('/wp-content/uploads/2026/01/FGC-Logo-Full-Black.svg');*/
    background-image: url('/wp-content/uploads/2026/02/FGC-Logo-Full-Black.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
}
.logo a {
	display: block;
    height: 100%;
    width: 100%;
}


.logo a span, .logo span {
    visibility: hidden !important;
	display: none !important;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Spacer */

.logo-spacer {
    height: calc(20vh + 0px);
    position: relative;
}

.page {
    min-height: 100vh;
    padding: 0 60px 60px;
    position: relative;
    z-index: 1;
}

/* Subpage Styles */

.the-content-container {
    padding: 10vw;
}

/* Video Section */

.video-section {}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0A0A0A;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.video-thumbnail__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-thumbnail:hover .video-thumbnail__image {
    transform: scale(1.02);
}

.video-thumbnail.playing .video-thumbnail__image,
.video-thumbnail.playing .play-button {
    opacity: 0;
    pointer-events: none;
}

.video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.video-thumbnail.playing iframe {
    opacity: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-thumbnail:hover .play-button {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.play-button svg {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    fill: #000;
}

#myVideo {
    width: 100%;
}

.video-thumbnail video[poster] {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-thumbnail:hover video[poster] {
    transform: scale(1.02);
}

.video-thumbnail.playing video[poster],
.video-thumbnail.playing:hover video[poster] {
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-cta-container {
    margin: 0 auto;
    text-align: center;
    padding: 4rem 2rem;
	
}

a.main-cta {
    border-bottom: 1px solid #000000;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    padding: 0;
    padding-bottom: 8px;
    cursor: pointer;
}

a.main-cta:hover {
    border-bottom: 1px solid #000000;
}

a.main-cta span {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: -15px;
}

a.main-cta:hover span {
    opacity: 1;
    margin-left: 10px;
}

#open-modal-btn {
	padding:18px 32px !important;
	color:#ffffff;
	cursor: pointer;
}
#open-modal-btn:hover {
	color:#000000;
}

/*Ambition section*/
#ambition-accelerated {
    margin: 7.5rem 2.5rem 2.5rem;
	max-width:100%;
}

#ambition-accelerated h3 {
    font-size: 20px;
    font-size: clamp(16px, 1.6vw, 24px);
}

#ambition-accelerated div.break {
	width:10%;
	height:0px;
	border-bottom: 1px solid #000000;
	margin-top: 20px;
	margin-bottom:20px;
}

/*Press Releases*/
#press-release {
	margin: 2.5rem;
	
	border-top: 1px solid #000000;
    padding-top: 10vh;
}

.press-release-article-container {
	display: grid;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
}

.press-release-article {
	
}

#press-release img {
    width: 100%;
    height: auto;
}

#press-release .press-meta {
    margin: 2rem 0;
}

.press-meta a span {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: -15px;
}

.press-meta a:hover span {
    opacity: 1;
    margin-left: 10px;
}

/* Form Modal Styles */
#my-modal {
    padding: 2rem;
    padding-top: 3em;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    overflow: scroll;
}

#my-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

#close-modal-btn {
    padding: 0.5rem 1rem;
    cursor: pointer;

    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -150%);
    height: 32px;
    width: 32px;
    padding: 0px !important;

    background-image: url('/wp-content/uploads/2026/01/Close-Streamline-Ultimate-White.svg');
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
}

#close-modal-btn:hover {
    background-image: url('/wp-content/uploads/2026/01/Close-Streamline-Ultimate.svg');
}

#close-modal-btn span {
    display: none;
    opacity: 0;
}

#my-modal h6 {
    text-align: center;
    margin-bottom: .5em;
}



/* Data Section */

.data-section {}

.data-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    flex-direction: row;
}

.data-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #FFC44F;
    background-image: linear-gradient(180deg, #FFC44F 0%, #ffffff 100%);
    background-size: 100% 200%;
    /* Make the background twice as wide */
    background-position: 0% 50%;
    /* Start position */
    padding: 30px;
    flex: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0px;
    margin-bottom: 0px;
}

.data-group:hover {
    background-position: 0% 0%;
    /* End position on hover */
    margin-top: -5px;
    margin-bottom: 5px;
}

.data-group h2,
.data-group h5 {
    color: #000000;
}

.data-group h2 {
    font-size: 30px;
    font-size: clamp(24px, 2.6vw, 36px);
    letter-spacing: 0.02em;
}

.data-group h5 {
    font-size: clamp(0.6875rem, 0.62rem + 0.25vw, 0.8125rem);
    letter-spacing: 0.05em;
}

.data-group h4 {
	font-size: 20px;
    font-size: clamp(16px, 1.2vw, 22px);
}

.data-section h6 {
    text-align: center;
    /* 	margin-bottom: 1.825em; */
    margin-bottom: .5em;
}

.data-heading-container {
	padding: 15vh 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Resources Section */

.resources-section {}

/*hidden by default until controlled by JS*/
#dataTable tr {
    display: none;
}

#dataTable tr:nth-child(even) {
    background-color: #DB8E02;
}

#dataTableNav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

#dataTableNav a {
    border-radius: 120px;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    font-size: .75em;
}

#dataTableNav a.active {
    background: #fff;
    color: #000;
}

#tableFilters {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#tableFilters input,
#tableFilters select {
    padding: 10px 36px 10px 20px;
    /* extra right padding for custom arrow */
    border-radius: 20px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    position: relative;
}

#tableFilters select {
    background: #fff url('data:image/svg+xml;utf8,<svg fill="%23000" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center/16px 16px;
    padding-right: 36px;
    cursor: pointer;
}

#tableFilters select::-ms-expand {
    display: none;
}

#tableControls {
    display: flex;
    gap: 10px;
}

#tableControls button {
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    border: 0;
}

.simple-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .825em;
}

.simple-table th,
.simple-table td {
    padding: 8px 12px;
    text-align: left;
    font-weight: 400;
}

.simple-table th {
    font-weight: 600;
}

.table-container {
    padding: 40px;
}

.simple-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.simple-table th {
    padding: 1em;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.simple-table a {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.simple-table a span {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: -15px;
}

.simple-table a:hover span {
    opacity: 1;
    margin-left: 0px;
}

.resources-section h6 {
    text-align: center;
    margin-bottom: .5em;
}


/* Links Section */


.links-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
/*     padding: 0 60px 60px; */
	padding: 0 60px 34px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-image: linear-gradient(180deg, transparent 0%, #E89502 75%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(8px);
    /* Apply blur to the background */
    -webkit-backdrop-filter: blur(8px);
    /* For Safari support */
    width: 100%;

    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.links-section {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.links {
    display: grid;
    /* 	grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    width: 100%;
}

.links-stroke {
    position: absolute;
    top: 0;
    height: 3px;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition:
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease;
}

.links-stroke.active {
    opacity: 1;
}

.link-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
}

.link-item:hover::after {
    opacity: 0;
}

.link-item:hover .link-item__title {
    transform: translateX(8px);
}

.link-item__number {
    font-size: clamp(0.6875rem, 0.62rem + 0.25vw, 0.8125rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.link-item__title {
    font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-item.with-logo {
    align-items: center !important;
	display: flex;
    flex-direction: row;
    align-content: center;
    gap: 40px;
    justify-content: center;
}

.link-item.with-logo img {
    height: 80px;
    width: 98px;
}

/* Tagline */

.tagline {
    font-family: 'GT America Expanded', sans-serif;
    font-size: clamp(0.625rem, 0.55rem + 0.2vw, 0.75rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

/* Footer */

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #000;
    padding: 8px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__left,
.footer__right {
    font-size: clamp(0.625rem, 0.55rem + 0.2vw, 0.75rem);
    font-weight: 400;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.5);
}

.footer__left a,
.footer__right a {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__left span {
    margin-right: 6px;
}

.footer__left a:hover,
.footer__right a:hover {
    color: #fff;
}

.footer__right span {
    padding-bottom: 0;
}

.footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer>div {
    display: flex;
}

.footer__left {
    justify-content: flex-start;
}

.tagline {
    justify-content: center;
}

.footer__right {
    justify-content: flex-end;
}

/* Media Queries */

@media (orientation: landscape) and (max-height: 900px) {
    .logo-spacer {
        height: calc(20vh + 0px);
    }
}

@media (max-width: 900px) {
    .page {
        padding: 0 30px 30px;
    }

    .bg-gradient {
        background-image: conic-gradient(from -90deg at 28% 10%,
                #FAFAFA 0deg,
                #FBEDD2 45.56deg,
                #FFC44F 237.3deg,
                #E89502 300.45deg,
                #DB8E02 360deg);
    }

    .logo-row {
        grid-template-columns: 1fr 2fr;
    }

    .logo-spacer {
        min-height: 200px;
    }

    .footer {
        padding: 8px 30px;
        position: relative;
    }


    .data-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .links-sticky {
        padding: 8px 30px 0px;
        position: sticky;
    }

    .links-section {
        margin-bottom: 20px !important;
        max-width: 100%;
    }

    .links {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .links-stroke {
        display: none;
    }

    .link-item {
        padding: 10px 0;
    }

    .link-item::after {
        transition: height 0.3s ease, background 0.3s ease;
    }

    .link-item:hover::after {
        opacity: 1;
        height: 3px;
        background: #000;
    }

    .link-item__number {
        margin-bottom: 4px;
    }

    .video-section,
    .links-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
	.dt-only {
		display:none;
	}
    .bg-gradient {
        background-image: conic-gradient(from -90deg at 28% 10%,
                #FAFAFA 0deg,
                #FBEDD2 45.56deg,
                #FFC44F 237.3deg,
                #E89502 300.45deg,
                #DB8E02 360deg);
    }

    .logo-row,
    .video-section,
    .data-section,
    .resources-section,
    .links-section {
        padding: 20px;
    }

    .links-section {
        padding: 0px;
    }

    .data-grid {
        grid-template-columns: 1fr;
    }

    .page {
        padding: 0 20px 20px;
        padding: 0;
        min-height: 100%;
    }

    .logo-spacer {
        min-height: 120px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }

    .footer>div {
        display: flex;
        justify-content: center;
    }

    .tagline {
        margin-top: 10px;
        margin-bottom: 10px;
    }
	
	.main-cta-container {
		padding: 2rem 0;
	}
	
	#open-modal-btn {
		font-size:.5rem;
	}

    #my-modal {
        width: 100%;
    }

    #close-modal-btn {
        width: 32px !important;
    }

    a.main-cta {
        padding-bottom: 2px;
        line-height: 2em;
    }

    .play-button {
        width: 68px !important;
    }

    .table-container {
        padding: 20px;
    }

    table>tr:first-child {
        display: none;
    }

    #tableFilters {
        flex-direction: column;
        gap: 20px;
    }

    #tableControls {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    #tableFilters input {
        width: 100%;
    }

    #tableFilters select {
        flex: 1;
    }

    .simple-table {
        width: 100%;
        border-collapse: collapse;
        font-size: .825em;

        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .simple-table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .simple-table tr td:first-child {
        width: 100%;
        flex-shrink: 0;
        font-size: 1em;
    }

    .simple-table th,
    .simple-table td {
        padding: 8px 12px;
        font-size: 0.75em;
    }

    .simple-table th {}
}