body {
    font-family: 'Verdana', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Georgia', serif;
}

:root {
    --brand-color-main: #ed1c24;
    --brand-color-bg: #ecece9;
    --brand-color-green: #45ca36;
    --brand-color-gray: #7c7c7c;
    --brand-color-gray-dark: #313131;
    --divider-height: 60px;
    --top-bar-height: 0px;
    --header-height-desktop: 90px;
    --header-height-tablet: 80px;
    --header-height-mobile: 70px;
    --barnav-height: 40px;
    --logo-height-desktop: 40px;
    --logo-height-tablet: 30px;
    --logo-height-mobile: 20px;
    --mobile-cta-height: 48px;
}

div[style*="height:20px;"] {
    height: 0 !important;
    display: none;
}

.page-hero {
    padding-top: calc(5rem + 2.7vw);
    padding-bottom: calc(5rem + 2.7vw);
    background-position: center center;
}

.gold-highlight {
    color: #cba34a;
}

.navbar-brand img {
    height: var(--logo-height-desktop);
}

#accordionMenu {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-button {
    font-weight: 600;
}

.navbar-brand img {
    display: block;
}

.brand-highlight {
    color: var(--brand-color-main);
}

.brand-bg {
    background: var(--brand-color-bg);
}

.brand-bg-green {
    background: var(--brand-color-green);
}

.brand-bg-red {
    background: var(--brand-color-main);
}

.black-bg {
    background: black;
}

.gray-bg {
    background: var(--brand-color-gray-dark);
}

.brand-text-gray {
    color: var(--brand-color-gray)
}

.bg-white {
    background-color: #FFFFFF !important;
}

.div-c2w {
    width: 0;
    height: 0;
    border-right: 95vw solid white;
    border-top: var(--divider-height) solid var(--brand-color-bg);
    min-width: 100%;
}

.div-w2c {
    width: 0;
    height: 0;
    border-right: 95vw solid var(--brand-color-bg);
    border-top: var(--divider-height) solid white;
    min-width: 100%;
}

.spacer-w2c {
    background: var(--brand-color-bg);
    height: calc(var(--divider-height) / 2);
}

.spacer-c2w {
    background: white;
    height: calc(var(--divider-height) / 2);
}

.div-u {
    margin-top: calc(var(--divider-height) * -1);
}

.div-d {
    margin-bottom: calc(var(--divider-height) * -1);
}

.explore-bg {
    background-image: url('/assets/img/home/explore-bg.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 100;
}

.icon-list li img {
    margin-right: 20px;
}

.brand-button {
    border-radius: 0;
    padding: 15px 25px;
}

.cta-phone {
    font-weight: 600;
    font-size: 1.3rem;
}

.cta-phone a {
    color: var(--brand-color-main);
}

.form-container {
    background: var(--brand-color-gray-dark);
    padding: 15px;
    border-radius: 6px;
}

.top-bar small {
    font-size: .8rem;
    line-height: .8rem;
}

.top-bar a {
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.section-hero h1 {
    text-shadow: 0px 1px 5px #000;
}

.section-hero .jumbotron {
    background-size: cover;
}

.footer-nav a {
    color: white;
}

.footer-nav li {
    padding: 0 5px;
}

.copyright {
    font-style: italic;
}

.top-bar {
    height: var(--top-bar-height);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.top-bar .container {
    height: var(--top-bar-height);
}

.nav-cta small {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.nav-cta small.sub {
    color: var(--brand-color-gray)
}

.nav-cta a {
    text-decoration: none;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: var(--brand-color-green);
}

.nav-cta a:hover {
    color: var(--brand-color-main);
}

.menu-button {
    height: 40px;
    width: 40px;
    padding: 0;
}

.radio-button {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    padding: 0;
}

.blog-image {
    height: 200px;
    background-size: cover;
}

.blog-post a.blog-post-title  {
    text-decoration: none;
    color: var(--brand-color-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.blog-post a.blog-readmore {
    color: black;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}

.blog-post p {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

header {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.navbar .container {
    justify-content: flex-end;
}

.navbar-brand {
    margin-right: auto;
}

.main-nav {
    height: var(--header-height-desktop);
    padding-top: 20px;
    padding-bottom: 10px;
}

.main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.barnav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-top: 1px solid #e5e5e5;
}

.barnav li {
    list-style: none;
}

.barnav a {
    line-height: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.barnav li .dropdown-item {
    line-height: 20px;
}

.metals-nav-cta a {
    background: #b4a55b;
    padding: 6px 12px;
    color: white;
}

.menu-button {
    display: none;
}

body {
    padding-top: calc(var(--header-height-desktop) + var(--barnav-height));
}

.radio-host-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.radio-icon {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-decoration: none;
    border-radius: 6px;
}

.radio-icon:hover {
    background-color: #e5e5e5;
}

.radio-icon img {
    width: 50px;
    height: 50px;
}

.radio-icon span {
    font-size: 14px;
}

.coin-button {
    text-decoration: none;
    font-family: 'Georgia', serif;
    color: var(--brand-color-main);
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.coin-button img {
    width: 300px;
}

.mobile-phone-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    display: none;
}

.mobile-phone-cta a {
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-decoration: none;
}

.mobile-phone-cta small {
    color: white;
    font-weight: 100;
    font-size: .9rem;
    line-height: 1rem;
}

.charts-iframe {
    width:100%; 
    aspect-ratio: 4 / 1; 
}

.spot-prices {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.spot-price {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 18px;
}

.spot-price-label {
    font-family: 'Georgia', serif;
}

.spot-price-value {
    font-weight: 600;
}

.spot-price-gold {
    border-top: 1px solid #FAEFCE;
    border-bottom: 1px solid #725F25;
    background: rgb(172, 158, 117);
    background: linear-gradient(180deg, rgba(173,155,100,1) 0%, rgba(139,125,81,1) 100%);
}

.spot-price-silver {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #292828;
    background: rgb(147,147,147);
    background: linear-gradient(180deg, rgba(147,147,147,1) 0%, rgba(130,130,130,1) 100%);
}

.spot-price-platinum {
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #6E6C6C;
    background: rgb(199,199,199);
    background: linear-gradient(180deg, rgba(199,199,199,1) 0%, rgba(158,158,158,1) 100%);
}

h5 small {
    font-size: .7rem;
    line-height: 1.2rem;
    display: block;
}

.styled-ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.styled-ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 10px;
}

.styled-ol li::marker {
    content: counter(my-awesome-counter) ". ";
    color: red;
    font-weight: bold;
    font-size: 1.1rem;
}

.number-icon {
    color: white;
    background: black;
    font-size: 1.5rem;
    height: 2.3rem;
    width: 2.3rem;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.number-icon-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.number-icon-grid > div {
    border: 1px solid rgb(214, 214, 214);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-q {
    color: #b4a55b;
    font-weight: 900;
    font-size: 1.2rem;
}

@media (min-width: 800px) {

    .radio-button {
        position: fixed;
        top: 5px;
        right: 5px;
    }

}

@media (max-width: 800px) {

    .page-hero {
        background-position: left center;
    }

    .spot-prices {
        grid-template-columns: 1fr;
    }

    .charts-iframe {
        aspect-ratio: 10 / 11;
    }

    .radio-host-select {
        grid-template-columns: 1fr;
    }

    body {
        padding-top: var(--header-height-tablet);
        padding-bottom: 48px;
    }

    .main-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        height: var(--header-height-tablet);
    }

    .nav-cta {
        display: none;
    }

    .mobile-phone-cta {
        display: block;
    }

    .menu-button {
        display: block;
    }

    .navbar-brand img {
        height: var(--logo-height-tablet);
    }

    .barnav-container {
        display: none;
    }

    .blog-post a.blog-readmore {
        text-align: center;
    }

}

@media (max-width: 400px) {

    .menu-button,
    .radio-button {
        height: 30px;
        width: 30px;
    }

    body {
        padding-top: var(--header-height-mobile);
    }

    .main-nav {
        height: var(--header-height-mobile);
    }

    .navbar-brand img {
        height: var(--logo-height-mobile);
    }

}