@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    max-width: 1920px;
    margin: 0 auto;
    font-family:'Geometria', Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.6;
}

.container, .container-fluid {
    max-width: 1170px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 2;
    position: relative;
}

main .container {
    max-width: 1170px;
    z-index: 2;
    position: relative;
}

.blue {
    color: #002C54;
}

.orange, .orange a {
    color: #C34511;
}


.bg-grey {
    background-color: #F0F0F0;
}

.bg-blue {
    background-color: #002C54;
}

.semi-bold {
    font-weight: 600;
}
main {
    position: relative;
    overflow: hidden;
}
.button.right-chevron::after, .right-chevron::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    font-size: 10px;
}

.right-chevron {
    text-wrap: balance;
}

a {
    outline-offset: 5px;
    outline-color: lightgrey;
    color: inherit;
}

    a.button, button.button {
        background-color: #C34511;
        color: white;
        border: 2px solid #C34511;
        text-decoration: none;
        padding: 20px;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        border-radius: 15px;
        display: flex;
        width: fit-content;
        margin-top: 25px;
        align-items: center;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        outline-offset: 5px;
        outline-color: lightgrey;
    }

    a.button span, button.button span {
        font-size: 12px;
        padding-left: 10px;
    }
        a.button:hover, a.button:focus, a.button:focus-within, a.button:focus-visible, button.button:hover, button.button:focus, button.button:focus-within, button.button:focus-visible {
            color: #C34511;
            background-color: white;
        }
nav a:focus-visible, footer a:focus-visible {
    outline: 1px solid white;
    box-shadow: none;
}

@media (min-width: 480px) {

    a.button, button.button {
        padding: 20px 40px;
    }
}


h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
h2 {
    font-size: 25px;
    line-height: 1.2;
    font-family: "Montserrat", serif;
    margin-bottom: 10px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}

p, ol, li, ul {
    font-size: 16px;
    line-height: 24px;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
}
    #footer .logos {
        padding-bottom: 70px;
    }
    #footer .logo-wrap {
        width: fit-content;
        padding: 10px 20px;
    }
    #footer .logo-wrap img {
        max-height: 62px;
        width: auto;
        max-width: 100%;
    }
    #footer .footer-address {
        font-size: 16px;
        line-height: 28px;
    }
footer .navbar-brand .logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

footer .navbar-brand .logo {
    width: 194px;
    height: auto;
    max-height: none;
    margin-right: 0;
    max-width: 100%;
}

footer .navbar-brand .brand-name {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
    font-family: 'Geometria';
    width: fit-content;
    text-decoration: none;
    padding-left: 30px;
    text-align: left;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    footer .navbar-brand .brand-name span {
        display: block;
    }
footer .navbar-brand a.brand-name:hover {
    color: #4D6B87;
}
footer .navbar-brand {
    margin-bottom: 35px;
}
@media (min-width: 480px) {
    footer .navbar-brand .brand-name {
        font-size: 22px;
        padding-left: 28px;
    }

    footer .navbar-brand .logo-wrapper {
        padding-right: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 710px) {
    footer .navbar-brand {
        margin-bottom: 0px;
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    #footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
        #footer .logos {
            padding-bottom: 30px;
        }
}



.background-texture {
    mix-blend-mode: luminosity;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    pointer-events: none;
    top: -800px;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .background-texture {
        top: -80px;
    }
}

/* Custom dropdown styling */
.custom-dropdown {
    background-color: initial; 
    border: none;
    padding: 0;
}

    .custom-dropdown .dropdown-item {
        color: white;
        padding: 10px 20px;
        white-space: normal;
        padding-left: 50px;
        position: relative;
        font-size: 18px;
        font-weight: 500;
    }

        .custom-dropdown .dropdown-item:hover, .custom-dropdown .dropdown-item:focus {
            background-color: transparent;
            color: #4D6B87;
        }
        .custom-dropdown .dropdown-item:before {
            content: "\00BB";
            position: absolute;
            left: 18px;
            color: #fff;
            font-size: 1.2em;
            line-height: 1;
        }
        .custom-dropdown .dropdown-item:focus {
            background-color: inherit;
            outline: 1px solid white;
            outline-offset: 0px;
        }

/* Back button styling */
nav .back-button {
    color: white;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}

    nav .back-button:hover {
        color: #d4eaff;
    }

nav .navbar-brand {
    max-width: 80%;
}

    nav .navbar-brand .logo-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
    }
    nav .navbar-brand .logo {
        width: 116px;
        height: auto;
        max-height: none;
        margin-right: 0;
        max-width: 100%;
    }
    nav .navbar-brand .brand-name {
        font-size: 13px;
        line-height: 1;
        font-weight: 500;
        font-family: 'Geometria', Arial, sans-serif;
        width: fit-content;
        text-decoration: none;
        padding-left: 14px;
        text-align: left;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
        nav .navbar-brand .brand-name span {
            display: block;
        }
    nav .navbar-brand a.brand-name:hover, nav .navbar-brand a.brand-name:focus {
        color: #4D6B87;
    }

nav .stay-up-to-speed {
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    padding-top: 60px;
}

    nav .stay-up-to-speed a {
        color: white;
        padding-right: 4px;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
        nav .stay-up-to-speed a:hover, nav .stay-up-to-speed a:focus{
            color: #4D6B87;
        }
        nav .stay-up-to-speed a:focus-visible {
            color: #4D6B87;
            outline: 1px solid white;
            box-shadow: none;
        }
    nav .stay-up-to-speed span {
        font-size: 8px;
    }

nav .nav-link {
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

    nav .nav-link:hover, nav .nav-link:focus {
        color: #4D6B87;
    }

    nav .nav-link:focus-visible {
        outline: 1px solid white;      
        box-shadow: none;
    }

nav .nav-item {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

    nav .nav-item:nth-last-of-type(1) {
        border-bottom: 0;
    }
nav .navbar-nav .nav-item:not(.stay-up-to-speed):last-of-type {
    border-bottom: 0;
}

.nav-item.active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #C34511;
}

/* Navbar styling */
nav.navbar {
    background-color: #003366;
    position: relative;
    padding: 0;
    z-index: 3;
}

nav .navbar-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav .navbar-collapse {
    background-color: #C34511;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 10;
}

nav .navbar-toggler {
    border: none;
    padding: 0;
    margin-right: 10px;
}

    nav .navbar-toggler:focus {
        outline: 1px solid white;
        box-shadow: none;
        border-radius: 0;
        outline-offset: 5px;
    }

nav .navbar-toggler-icon {
    position: relative;
    width: 24px;
    height: 2px;
    background-color: white;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

    nav .navbar-toggler-icon::before,
    nav .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: white;
        transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
        left: 0;
    }

    nav .navbar-toggler-icon::before {
        top: -8px;
    }

    nav .navbar-toggler-icon::after {
        top: 8px;
    }

nav .navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: transparent;
    background-image: none;
}

    nav .navbar-toggler.collapsed .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
    }

    nav .navbar-toggler.collapsed .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        top: 0;
    }

nav button.dropdown-toggle::after {
    content: "\f078"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    transition: transform 0.3s ease;
    border: 0px;
    font-size: 12px;
}

nav button.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

@media (min-width: 480px) {
    nav .navbar-brand .brand-name {
        font-size: 22px;
        padding-left: 28px;
    }
    nav .navbar-brand .logo-wrapper {
        padding-right: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    nav .navbar-brand .logo {
        width: 190px;
    }
}

@media (min-width: 992px) {
    nav.navbar {
        padding: 50px 0;
    }
    nav .navbar-brand {
        max-width: 100%;
    }
    nav .navbar-header {
        max-width: 495px;
    }
    nav .stay-up-to-speed {
        position: absolute;
        font-size: 16px;
        right: 16px;
        top: -30px;
        color: white;
        display: flex;
        align-items: center;
        padding-top: 0px;
    }
    nav .navbar-collapse {
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        position: unset;
    }
    nav .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    nav .nav-item {
        border-bottom: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    nav .custom-dropdown {
        background-color: #C34511;
    }
        .custom-dropdown li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }
        nav .custom-dropdown .dropdown-item {
            padding-left: 32px;
            padding-top: 14px;
            padding-bottom: 14px;
        }
            nav .custom-dropdown .dropdown-item:before {
                left: 0;
            }
    nav .custom-dropdown.align-right {
        left: auto !important;
        right: 0 !important;
    }
    /* Rotate the chevron up when the dropdown is open */
    nav button.dropdown-toggle[aria-expanded="true"]::after {
        transform: none;
    }
    nav .dropdown-menu {
        padding: 40px;
        padding-top: 26px;
        border-radius: 0px;
        width: 100%;
        min-width: 560px;
        margin-top: 15px !important;
    }
}

@media (min-width: 1400px) {
    .stay-up-to-speed {
        right: -40px;
    }
}


/* #region Home Page */

#broadbandHome .top-banner img {
    max-width: 100%;
    width: 216px;
}

#broadbandHome .hero-section {
    background: linear-gradient(to bottom, #D23F08, #102C52);
    padding: 40px 0;
    position: relative;
}
    #broadbandHome .hero-section .text-section {
        z-index: 2;
    }
        #broadbandHome .hero-section .text-section p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 0px;
        }
    #broadbandHome .hero-section.bottom-spacing {
        padding-bottom: 160px;
    }

#broadbandHome .video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    max-height: 400px;
    overflow: hidden;
    z-index: 2;
}

    #broadbandHome .video-thumbnail img {
        border-radius: 20px;
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #broadbandHome .video-thumbnail::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 1px solid white;
        border-radius: 15px;
        pointer-events: none;
        box-sizing: border-box;
    }

#broadbandHome .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
    #broadbandHome .play-button {
        font-size: 54px;
    }

#broadbandHome .youtube-video iframe {
    border-radius: 20px;
}

#broadbandHome .hero-banner__wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 2;
}
#broadbandHome .hero-banner__wrapper > .row {
    padding: 5px;
}
#broadbandHome .hero-banner {
    background-color: #002C54;
    text-align: center;
    border-radius: 25px;
    padding: 40px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 1280px;
    margin-bottom: 40px;
}
    #broadbandHome .hero-banner .text-inner {
        max-width: 1000px;
    }
    #broadbandHome .hero-banner a.button {
        margin-left: auto;
        margin-right: auto;
    }

.responsive-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 25px;
}

    .responsive-video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 2;
    }



@media (min-width: 768px) {
    #broadbandHome .hero-section {
        padding: 100px 0;
    }
        #broadbandHome .hero-section .text-section p {
            font-size: 22px;
            line-height: 32px;
        }
    #broadbandHome .video-thumbnail::before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 15px;
    }
    #broadbandHome .play-button i {
        font-size: 68px;
    }
    #broadbandHome .hero-banner__wrapper {
        bottom: -420px;
    }
    #broadbandHome .hero-banner {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }
        #broadbandHome .hero-banner a {
            padding: 20px 40px;
        }
    #broadbandHome .hero-section.bottom-spacing {
        padding-bottom: 200px;
    }
}
@media (min-width: 992px) {
    #broadbandHome .top-banner img {
        width: 432px;
    }
    #broadbandHome .hero-banner {
        padding: 40px 100px;
    }
}

/* #endregion */


/* #region Map Block */

.map-block {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 120px;
    margin-bottom: 70px;
    z-index: 2;
}

    .map-block .bordered-container {
        border: 3px solid #C34511;
        border-radius: 20px;
        text-align: center;
        display: inline-block;
        padding: 35px 30px;
    }

    .map-block .bordered-container h3 {
        font-weight: bold;
        color: #0d3b66;
    }

    .map-block .bordered-container p {
        color: #333;
    }

    .map-block .bordered-container .btn-primary {
        background-color: #dd5624;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .map-block .content-block {
        padding-top: 540px;
    }

    .map-block .overlay-image {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        box-shadow: 1px 1px 100px 20px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        background-color: white;
        height: 500px;
    }

        .map-block .overlay-image img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            object-fit: cover;
        }
    .map-block a.button {
        margin: 0 auto;
        margin-top: 25px;
    }

@media (min-width: 992px) {
    .map-block .bordered-container {
        text-align: left;
        margin-top: 0;
        padding: 150px 60px;
    }
    .map-block .content-block {
        padding-top: 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .map-block .row {
        flex-direction: row;
    }

    .map-block .overlay-image {
        top: -70px;
        right: -50px;
        transform: none;
        width: 100%;
        max-width: 53%;
        left: 38%;
        height: 118%;
    }
    .map-block {
        margin-bottom: 210px;
    }
        .map-block a.button {
            min-width: 248px;
            white-space: nowrap;
        }
}

@media (min-width: 1200px) {

    .map-block .overlay-image {
        max-width: 55%;
        left: 36%;
        height: 120%;
    }
}


/* #endregion */


/* #region Alternating Blocks */
#broadbandHome .alternating-blocks {
    padding-top: 100px;
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
    #broadbandHome .alternating-blocks .container {
        padding-left: 10px;
        padding-right: 10px;
    }

#broadbandHome .alternating-blocks h1 {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
    #broadbandHome .alternating-blocks .image-block {
        border-radius: 15px;
        height: 400px;
    }
    #broadbandHome .alternating-blocks .image-block img {
        border-radius: 15px;
    }
    #broadbandHome .alternating-blocks .row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #broadbandHome .alternating-blocks .content-block {
        padding-top: 40px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    #broadbandHome .alternating-blocks .content-block .text {
        font-size: 16px;
        line-height: 24px;
    }
    #broadbandHome .alternating-blocks .flex-md-row .content-block {
        text-align: center;
    }
    #broadbandHome .alternating-blocks .flex-md-row-reverse .stat-box {
        text-align: right;
    }
    #broadbandHome .alternating-blocks .content-block .button {
        width: 100%;
        justify-content: center;
        margin: 0 auto;
        margin-top: 25px;
    }

    #broadbandHome .alternating-blocks .stat-box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #002C54;
        color: #ffffff;
        padding: 12px 70px;
        border-radius: 15px;
        text-align: left;
        line-height: 1.2;
        width: min-content;
    }
    #broadbandHome .alternating-blocks .stat-box .stat-line1 {
        font-size: 38px;
    }
    #broadbandHome .alternating-blocks .stat-box .stat-line2 {
        font-size: 21px;
    }

#broadbandHome .alternating-blocks .row.learn-more-wrapper {
    padding-top: 100px;
    padding-bottom: 0px;
}
#broadbandHome .learn-more-block {
    padding: 50px 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 100px 20px rgba(0, 0, 0, 0.1);
}
    #broadbandHome .learn-more-block .button {
        text-transform: none;
        margin-top: 0;
    }
    #broadbandHome .learn-more-block .h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
    }



@media (min-width: 768px) {
    #broadbandHome .learn-more-block {
        padding: 50px 115px;
    }

    #broadbandHome .alternating-blocks .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #broadbandHome .alternating-blocks .content-block {
        padding-top: 0px;
    }

    #broadbandHome .alternating-blocks .stat-box {
        transform: translate(0%, -50%);
        padding: 12px 40px;
    }

    #broadbandHome .alternating-blocks .flex-md-row .content-block {
        text-align: right;
        padding-top: 0px;
        padding-right: 60px;
    }
        #broadbandHome .alternating-blocks .flex-md-row .content-block .button {
            margin-right: 0;
        }
    #broadbandHome .alternating-blocks .flex-md-row .stat-box {
        left: 12px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #broadbandHome .alternating-blocks .flex-md-row-reverse .content-block {
        padding-left: 60px;
        text-align: left;
    }
        #broadbandHome .alternating-blocks .flex-md-row-reverse .content-block .button {
            margin-left: 0;
        }
    #broadbandHome .alternating-blocks .flex-md-row-reverse .stat-box {
        left: auto;
        right: 12px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    #broadbandHome .alternating-blocks .content-block .button {
        width: fit-content;
    }
    #broadbandHome .alternating-blocks {
        padding-bottom: 100px;
    }
        #broadbandHome .alternating-blocks .row.learn-more-wrapper {
            padding-top: 30px;
        }

}
/* #endregion */


/* #region Image Content Banner */

.image-content-banner {
    padding-top: 70px;
    padding-bottom: 100px;
}

    .image-content-banner .image-wrapper {
        height: 300px;
    }
        .image-content-banner .image-wrapper img {
            object-position: top;
        }
    .image-content-banner .content-wrapper {
        padding: 40px 10px;
    }
        .image-content-banner .content-wrapper .title {
            margin-bottom: 10px;
        }
        .image-content-banner .content-wrapper p:last-child {
            margin-bottom: 0px;
        }
    .image-content-banner .button {
        margin-top: 0px;
        padding: 20px 40px;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 768px) {
    .image-content-banner .image-wrapper {
        height: 500px;
    }
    .image-content-banner {
        padding-top: 100px;
    }
}
/* #endregion */

/* #region News Block */

.news-block-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
    .news-block-wrapper .background-texture {
        right: calc(100vw - 320px);
        top: -110px;
        opacity: 0.5;
    }
.news-block-wrapper .container {
    max-width: 1050px;
}

.news-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .news-item .title {
        margin-bottom: 10px;
    }
    .news-item a.title-link  {
        color: inherit;
    }
    .news-item .date {
        color: #2F2F2F;
        margin-bottom: 5px;
    } 
    .news-item .text {
        margin-bottom: 0px;
    }
/* #endregion */



/* #region Initiatives Page */

#broadbandInitiatives .body-content {
    padding-top: 80px;
}

#broadbandInitiatives .initiatives-hero {
    padding-top: 60px;
}
    #broadbandInitiatives .initiatives-hero .container {
        max-width: 1170px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #broadbandInitiatives .initiatives-hero h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 46px;
        line-height: 1;
        margin-bottom: 40px;
    }
    #broadbandInitiatives .initiatives-hero .quote {
        font-style: italic;
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 20px;
        position: relative;
        z-index: 1;
    }
    #broadbandInitiatives .initiatives-hero .quote-contributor {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }
.initiatives-hero .icon-wrapper {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 40px;
    z-index: 1;
    overflow: hidden;
}
    .initiatives-hero .icon-wrapper::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border: 1px solid white;
        border-radius: 15px;
        pointer-events: none;
        box-sizing: border-box;
    }
.initiatives-hero .icon-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.initiatives-hero .logo-wrapper img {
    max-width: 100%;
}
.initiatives-hero .icons {
    justify-items: start;
    padding-bottom: 40px;
}

.initiatives-hero .orange-hr hr {
    height: 20px;
    background-color: #C34511;
    border: none;
    opacity: 1;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #broadbandInitiatives .initiatives-hero {
        padding-top: 105px;
    }
        #broadbandInitiatives .initiatives-hero .quote {
            font-size: 38px;
            line-height: 46px;
        }
        #broadbandInitiatives .initiatives-hero .quote-contributor {
            padding-bottom: 0px;
        }
    .initiatives-hero .icons {
        justify-items: center;
    }
    #broadbandInitiatives .initiatives-hero .content {
        padding-bottom: 156px;
    }
}

/* #endregion */



/* #region Initiatives Blocks */

#broadbandInitiatives .initiatives-blocks-wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
#broadbandInitiatives .initiatives-block-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
#broadbandInitiatives .stat-block__wrapper {
    justify-items: start;
}
#broadbandInitiatives .stat-block {
    width: 170px;
    height: 170px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 100%;
}
    #broadbandInitiatives .stat-block .stat {
        font-size: 40px;
        line-height: 1.4em;
    }
    #broadbandInitiatives .stat-block .stat-subtext {
        font-size: 20px;
        line-height: 1.2em;
        padding: 0 10px;
    }
#broadbandInitiatives .initiatives-block-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
#broadbandInitiatives .initiatives-block-item a {
    font-size: 16px;
    line-height: 24px;
    color: black;
}
#broadbandInitiatives .initiatives-block-item .description {
    margin-bottom: 10px;
}
#broadbandInitiatives .initiatives-block-item .description p {
    font-size: 16px;
    line-height: 24px;
    color: black;
}
#broadbandInitiatives .initiatives-block-item .description p:last-child {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #broadbandInitiatives .stat-block__wrapper {
        justify-items: center;
    }
    #broadbandInitiatives .initiatives-block-item h3 {
        margin-bottom: 15px;
    }
    #broadbandInitiatives .initiatives-block-item .description {
        margin-bottom: 15px;
    }
}

/* #endregion */


/* #region Text Description Block */

#broadbandInitiatives .title-description {
    padding-top: 0px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
#broadbandInitiatives .title-description p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}
#broadbandInitiatives .title-description h2 {
    font-size: 38px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #broadbandInitiatives .title-description {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
/* #endregion */


/* #region Initiatives Interior Pages */

#broadbandInitiativesInterior .initiatives-subpage-hero {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
    #broadbandInitiativesInterior .initiatives-subpage-hero .background-texture {
        top: -200px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .container {
        max-width: 1170px;
        padding-top: 20px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .small-text {
        font-size: 19px;
        line-height: 44px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero h1 {
        font-size: 30px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .description {
        margin-bottom: 20px;
        z-index: 1;
        position: relative;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .description p:last-child {
        margin-bottom: 0px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero p {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero a:not(.button) {
        color: inherit;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
        #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block {
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: 30px;
            padding: 18px 35px 18px 35px;
            border-radius: 15px;
            background-color: white;
            position: relative;
            font-size: 19px;
            line-height: 32px;
            font-weight: 500;
            color: #002C54;
            min-height: 100px;
            display: flex;
            align-items: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
            #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block .stat {
                font-size: 38px;
                line-height: 1.4em;
                font-weight: 600;
            }
            #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block .subtext {
                font-size: 18px;
                line-height: 1.4em;
                text-align: center;
            }
        #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .count {
            position: absolute;
            background-color: #002C54;
            color: #ffffff;
            font-size: 30px;
            line-height: 1;
            font-weight: 700;
            left: -30px;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: 3px solid white;
        }

#broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .blocks-wrapper {
    z-index: 1;
}
@media (min-width: 560px) {
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block {
        width: 210px;
        height: 210px;
        text-align: center;
        margin: 10px;
        margin-bottom: 40px;
    }

    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .count {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .blocks-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    #broadbandInitiativesInterior .initiatives-subpage-hero {
        padding-bottom: 40px;
    }
        #broadbandInitiativesInterior .initiatives-subpage-hero h1 {
            font-size: 46px;
        }
        #broadbandInitiativesInterior .initiatives-subpage-hero .background-texture {
            top: -380px;
        }
}
@media (min-width: 1280px) {
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block:first-child {
        margin-left: 0px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block:last-child {
        margin-right: 0px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block {
        margin-bottom: 30px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .blocks-wrapper {
        padding-bottom: 20px;
    }
}
/* #endregion */


/* Hide tabs on small screens */
.container.tabs-section .nav-tabs {
    display: none;
}
.tabs-section {
    top: 0px;
}
    .tabs-section .nav-tabs {
        border: 0px;
        z-index: 1;
        position: relative;
    }
    .tabs-section .nav .nav-item {
        font-size: 18px;
        line-height: 40px;
        height: 60px;
    }
        .tabs-section .nav .nav-item button {
            border: 0px;
            padding: 10px 20px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            background-color: #002C54;
            color: white;
            margin-right: 1px;
            margin-left: 1px;
        }
            .tabs-section .nav .nav-item button.active {
                background-color: white;
                color: #002C54;
                box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.1);
            }
            .tabs-section .nav .nav-item button:focus {
                outline: 3px solid white;
                outline-offset: 0px;
                box-shadow: none;
            }

.tabs-section .accordion-button {
    background-color: #002C54;
    color: #ffffff;
    font-size: 21px;
    line-height: 28px;
}
    .tabs-section .accordion-button::after {
        content: none;
        background-image: none;
    }

    .tabs-section .accordion-button::before {
        width: 20px;
    }
    .tabs-section .accordion-button[aria-expanded="false"]::before {
        content: "+";
        margin-right: 20px;
        transition: transform 0.2s;
        font-size: 38px;
    }

    .tabs-section .accordion-button[aria-expanded="true"]::before {
        content: "-";
        margin-right: 20px;
        transform: rotate(0deg);
        font-size: 38px;
    }

.tabs-section .accordion-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .tabs-section .accordion-body .titleDescriptionImageUnderline, .tabs-section .accordion-body .downloads .container {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
.titleDescriptionImageUnderline {
    padding-top: 60px;
    padding-bottom: 60px;
}

.titleDescriptionUnderline {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .titleDescriptionUnderline .title {
        margin-bottom: 10px;
    }

.tabs-section .underline {
    padding-left: 0;
    padding-right: 0;
}
.underline {
    padding-left: 20px;
    padding-right: 20px;
}
    .underline hr {
        margin: 0px;
        border-top: 1px solid #9E9E9E;
        opacity: 1;
    }

.download-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .download-block img {
        width: 100%;
        padding-right: 35px;
    }
    .download-block p {
       margin-bottom: 30px;
    }
    .download-block .title {
       text-wrap: balance;
    }
    
.download-button {
    display: inline-flex;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #C34511; /* Border color */
    border-radius: 15px;
    color: #C34511;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
    text-wrap: balance;
}

    .download-button:hover, .download-button:focus {
        background-color: #C34511;
        color: white;
    }

    .download-button span {
        margin-left: 20px;
        font-size: 20px;
    }
.tabs-section .description .button:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 2px;
}

.tab-spacing {
    padding-bottom: 60px !important;
}
#broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block.no-counter {
    margin-left: 0px;
    margin-bottom: 10px;
}
#broadbandInitiativesInterior .body-content {
    padding-bottom: 60px;
}

@media screen and (min-width: 580px) {
    .tab-spacing {
        padding-bottom: 100px !important;
    }
    .tabs-section {
        top: -60px;
    }
    .container.tabs-section .nav-tabs {
        display: flex;
    }

    .tabs-section .accordion .accordion-item .accordion-header {
        display: none;
    }

    .tabs-section .accordion .accordion-item {
        border: none;
    }

    .download-block img {
        padding-right: 0px;
    }
    .download-block .col-md-7 {
        width: 60%;
    }
    .download-block .col-md-5 {
        width: 40%;
    }
    .tabs-section .accordion-body .titleDescriptionImageUnderline, .tabs-section .accordion-body .downloads .container {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #broadbandInitiativesInterior .initiatives-subpage-hero .squares-section .block.no-counter:not(:first-child) {
        margin-left: 10px;
    }
    .titleDescriptionImageUnderline {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .titleDescriptionUnderline .title {
        margin-bottom: 10px;
        font-size: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .tabs-section .nav .nav-item button.active {
        box-shadow: none;
    }
}


.previous-webinars-macro h3, .bootcamp h3 {
    color: #636363;
}

.previous-webinars-macro .preview-text {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 300;
}

.bootcamp__weekly-tiles-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
}

.bootcamp .button {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
}

.bootcamp.bootcamp__this-week-block-wrap {
    width: 100%;
    max-width: 935px;
    margin-top: 40px;
}

.bootcamp__weekly-tiles {
    margin: 25px 0px;
}

.bootcamp__weekly-tiles--middle-wrapper {
    padding-top: 10px;
}

.bootcamp__weekly-tiles--right-wrapper .presenter-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .bootcamp__weekly-tiles--right-wrapper .presenter-wrapper .bootcamp__tile-sponsor-icon-link {
        margin: 5px;
    }

.bootcamp__weekly-tiles--right-wrapper .presenter-title {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
    margin-top: 20px;
}

.bootcamp__weekly-tiles__image-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .bootcamp__weekly-tiles__image-wrap .calendar {
        font-size: 28px;
        color: #002857;
        position: relative;
        padding-bottom: 30px;
        text-align: center;
        top: 26px;
        width: 64px;
    }

        .bootcamp__weekly-tiles__image-wrap .calendar span {
            position: absolute;
            font-size: 72px;
            font-family: FontAwesome;
            top: -24px;
            left: 0;
            right: 0;
            line-height: 72px;
            width: 64px;
        }

.bootcamp__weekly-tiles__image-wrap .date {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Geometria', Arial, sans-serif;
    color: #002857;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 5px;
}

.bootcamp__weekly-tiles__image-wrap .time {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

/* #region Webinar Macro */
.webinar-macro .bootcamp__this-weeks-sessions__container {
    border-top: none;
}

.webinar-macro h4, .webinar-macro .h4 {
    font-size: 22px;
    font-weight: 500;
}
.webinar-macro .bootcamp__weekly-tiles__date {
    color: #626262;
    font-size: 16px;
    margin-bottom: 5px;
}

.broadband-webinar {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .broadband-webinar {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .webinar-macro .bootcamp__weekly-tiles__image-wrap {
        padding-top: 20px;
    }
    .bootcamp__weekly-tiles__image-wrap {
        align-items: center;
    }
    .bootcamp__weekly-tiles {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .webinar-macro .bootcamp__weekly-tiles--middle-wrapper {
        padding: 10px 30px;
    }
}
/* #endregion */



.bootcamp__three-columns-card {
    margin-bottom: 10px;
}

.bootcamp__archived-card--wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 10px;
    justify-content: start;
}

.bootcamp__archived-card {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    text-align: left;
}

    .bootcamp__archived-card a{
        text-decoration: none;
    }
    .bootcamp__archived-card .title {
        font-size: 18px;
        line-height: 23px;
        color: #2F2F2F;
        font-weight: 500;
        padding-bottom: 12px;
        text-decoration: underline;
    }
    .bootcamp__archived-card .date {
        font-size: 16px;
        line-height: 27px;
        color: #272727;
        font-weight: 300;
    }

.bootcamp__archived-card-image--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    background: #000000;
}

    .bootcamp__archived-card-image--wrapper a {
        width: 100%;
        height: 100%;
    }
    .bootcamp__archived-card-image--wrapper img {
        width: auto;
        max-width: 100%;
    }

.bootcamp__archived-card-header {
    position: relative;
    overflow: hidden;
}

.bootcamp__archived-card-image--wrapper .bootcamp__play-button {
    position: absolute;
    width: 36px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.broadband-webinar .embed-wrapper {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}

.webinar__video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .webinar__video iframe, .webinar__video video {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.webinar__presenters-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.webinar__presented-by {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    font-family: 'Geometria-Medium', Arial, sans-serif;
}

.webinar__presenter-block {
    margin-right: 20px;
}

.webinar__presenter-description p {
    font-size: 14px;
    line-height: 18px;
}

.webinar__presenters-main-image {
    width: 292px;
    padding-right: 50px;
    border-right: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.webinar__image {
    height: 50px;
    margin-bottom: 10px;
}

    .webinar__image img {
        height: 100%;
        object-fit: contain;
        width: auto;
    }

.webinar__container {
    width: 100%;
    padding: 38px 0 60px;
    margin: 0 auto;
}

    .webinar__container hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #878787;
    }

    .webinar__container h1 {
        font-size: 36px;
        line-height: 45px;
        text-align: center;
        color: #002857;
        font-family: 'Geometria', Arial, sans-serif;
    }

.webinar__body-copy {
    padding: 0 10px;
}

.webinar__body {
    margin: 0 auto;
    width: 100%;
}

.webinar__type {
    font-size: 12px;
    line-height: 15px;
    padding: 2px 10px;
    text-transform: uppercase;
}

.webinar__body .industry-breadcrumb li a {
    color: #6E6E6E;
}

.webinar__title {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 500;
    color: #686868;
}

.webinar__description {
    line-height: 25px;
    padding-bottom: 20px;
}

.webinar__resources__title {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #686868;
}

.webinar__resources-block {
    padding-left: 0px;
    padding-right: 20px;
}

.webinar__resources__body a {
    color: #2f2f2f;
    text-decoration: underline;
    line-height: 25px;
}

.webinar__resources__body ul {
    list-style: none;
    padding-left: 0px;
}

.webinar__resources__body li {
    font-family: 'Geometria', Arial, sans-serif;
}

    .webinar__resources__body li a {
        color: #d23f08;
        font-weight: 700;
    }

    .webinar__resources__body li i {
        font-family: 'FontAwesome';
    }

@media only screen and (min-width: 616px) {

    .bootcamp__archived-card {
        max-width: 282px;
    }

    .bootcamp__archived-card-image--wrapper {
    	height: 147px;
        width: auto;
    }

    .bootcamp__play-button {
        top: 65px;
    }
}

@media only screen and (max-width: 479px) {
    .webinar__body h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .webinar__container {
        padding: 38px 10px 60px;
    }

    .webinar__body-copy {
        padding: 0;
    }

    .webinar__presenters-main-image {
        width: 100%;
        border: none;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .webinar__presenters-text-block {
        padding: 0px;
        width: 100%;
        margin: 0 auto;
    }

    .webinar__presenters-text-block-flex {
        flex-direction: column;
        text-align: center;
        width: 55%;
        margin: 0 auto;
    }

    .webinar__presented-by {
        text-align: center;
    }

    .webinar__presenter-block {
        margin: 20px 0;
    }

    .webinar__presenters-text-block hr {
        width: 50%;
        border-top: 1px solid #eee;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .webinar__related-card {
        max-width: 100%;
        height: auto;
    }

    .webinar__related-card-image--wrapper {
        width: 100%;
    }

    .bootcamp__featured-webinar__presenter-container--mobile {
        display: block;
        padding: 10px 0;
    }

    .bootcamp__featured-webinar__presenter-container {
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .webinar__presenters-text-block hr {
        display: none;
    }

    .bootcamp__featured-webinar__presenter-container {
        display: block;
    }
}

.bootcamp__featured-webinar__presenter-container--mobile {
    display: none;
}

@media only screen and (min-width: 768px) {
    .webinar__presenters-text-block {
        padding-left: 30px;
    }
}


.alternate-hero {
    min-height: 400px;
    background-position: center;
    background-size: cover;
    z-index: 2;
    position: relative;
}
    .alternate-hero .container {
        min-height: 400px;
        position: relative;
    }
    .alternate-hero h1 {
        text-transform: uppercase;
        color: white;
        font-size: 34px;
        line-height: 40px;
        font-weight: 400;
        padding-top: 30px;
    }
    .alternate-hero .connect-tab {
        width: fit-content;
        padding: 15px 40px;
        background-color: #C34511;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        bottom: 0;
        position: absolute;
        left: 10px;
    }
        .alternate-hero .connect-tab img {
            width: 223px;
        }


@media only screen and (min-width: 768px) {
    .alternate-hero, .alternate-hero .container {
        min-height: 600px;
    }
        .alternate-hero h1 {
            font-size: 48px;
            line-height: 1.23em;
            padding-top: 105px;
        }
        .alternate-hero .connect-tab {
            padding: 40px 112px;
        }
            .alternate-hero .connect-tab img {
                width: 334px;
            }
}


.titleDescriptionUnderline {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .titleDescriptionUnderline .title {
        margin-bottom: 10px;
    }

@media only screen and (min-width: 768px) {
    .titleDescriptionUnderline {
        padding-top: 100px;
    }
}



.staff-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
}
    .staff-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.staff-block .image-wrapper {
    width: 285px;
    height: 200px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
}
    .staff-block .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        max-width: 100%;
        border-radius: 20px;
        object-position: center;
    }
.staff-block {
    font-size: 18px;
    line-height: 24px;
    color: #2F2F2F;
    padding-bottom: 40px;
}

    .staff-block .name {
        font-weight: 500;
        font-size: 21px;
        line-height: 30px;
    }

@media only screen and (min-width: 768px) {
    .staff-block .image-wrapper {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (min-width: 1200px) {
    .staff-wrapper > .container{
        padding-right: 120px;
    }
}


.broadband-form .umbraco-forms-field {
    margin-bottom: 24px;
}
.broadband-form label.umbraco-forms-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.broadband-form .umbraco-forms-field input.text {
    border: 1px solid #D3D3D3;
    height: 38px;
    font-size: 14px;
}
.broadband-form .umbraco-forms-field input::placeholder {
    color: #757575;
    font-weight: 300;
    font-family: Geometria, Arial, sans-serif;
}
.broadband-form .umbraco-forms-field input.text, .broadband-form .umbraco-forms-field textarea {
    border: 1px solid #D3D3D3;
    font-size: 14px;

}
.broadband-form .umbraco-forms-fieldset {
    padding-right: 0px;
}
.broadband-form input.btn {
    background-color: #C34511;
    color: white;
    border: 2px solid #C34511;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 15px;
    display: flex;
    width: fit-content;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline-offset: 5px;
    outline-color: lightgrey;
    font-weight: 400;
}

    .broadband-form input.btn:hover, .broadband-form input.btn:focus, .broadband-form input.btn:focus-within, .broadband-form input.btn:focus-visible {
        color: #C34511;
        background-color: white;
    }

@media only screen and (min-width: 768px) {
    .broadband-form .umbraco-forms-field textarea {
        max-width: 75% !important;
    }
}

#broadbandResources .map-block {
    margin-top: 60px;
}
.resources-blocks-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.resources-block-item .content-wrapper {
    border-radius: 20px;
    padding: 40px;
}
    .resources-block-item .content-wrapper .title {
        font-size: 21px;
        line-height: 1.4em;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .resources-block-item .content-wrapper .description {
        margin-bottom: 20px;
    }
    .resources-block-item .content-wrapper .button {
        margin-top: auto;
    }
@media only screen and (min-width: 768px) {
    .resources-block-item {
        max-width: 400px;
        min-height: 320px;
    }
    .resources-blocks-wrapper .blocks-wrapper {
        max-width: 90%;
    }
    .resources-blocks-wrapper h1 {
        font-size: 38px;
    }
    .resources-blocks-wrapper {
        padding-top: 100px;
    }
}


.previous-webinars {
    padding-top: 80px;
    padding-bottom: 130px;
}
    .previous-webinars h3 {
        font-size: 24px;
        line-height: 25px;
        font-weight: 500;
    }
    .previous-webinars .preview-text {
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
    }
    .previous-webinars .bootcamp__archived-card--wrapper {
        justify-content: center;
        padding-top: 25px;
    }
    .previous-webinars .bootcamp__archived-card-image--wrapper {
        width: 100%;
        height: calc(100vw* 9 / 19);
    }
    .previous-webinars .button-wrapper {
        justify-items: center;
        margin: 0 auto;
    }

@media only screen and (min-width: 616px) {
    .previous-webinars .bootcamp__archived-card-image--wrapper {
        height: 146px;
        width: 260px;
    }
}
@media only screen and (min-width: 940px) {
    .previous-webinars .bootcamp__archived-card--wrapper {
        margin: 0 auto;
    }
}

#broadbandAbout .body-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/media/y51j55s3/background-texture.svg');
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    z-index: -1;
    opacity: 0.5;
}


#broadbandCommunityResources .hero-text {
    font-size: 34px;
    line-height: 40px;
    padding-top: 33px;
}
#broadbandCommunityResources .body-content h1.title {
    margin-bottom: 30px;
    font-size: 38px;
}
#broadbandCommunityResources .body-content .description p {
    font-size: 22px;
    line-height: 30px;
}

#broadbandCommunityResources .tour-block-item .content-wrapper {
    border-radius: 20px;
    padding: 32px 20px;
    min-height: 310px;
}
#broadbandCommunityResources .tour-block-item .content {
    padding-left: 20px;
}
#broadbandCommunityResources .tour-block-item .pin-wrapper {
    font-size: 23px;
    width: 40px;
    border: 3px solid white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
#broadbandCommunityResources .tour-block-item .location-name {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 10px;
}
#broadbandCommunityResources .tour-block-item .content {
    font-size: 18px;
    line-height: 24px;
}
    #broadbandCommunityResources .tour-block-item .content hr {
        height: 1px;
        background-color: #ffffff;
        opacity: 1;
    }
#broadbandCommunityResources .secondary-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
#broadbandCommunityResources .secondary-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
#broadbandCommunityResources .image-content-banner .container{
    max-width: 1280px;
}


@media only screen and (min-width: 600px) {
    #broadbandCommunityResources .tour-block-item {
        max-width: 460px;
    }
    #broadbandCommunityResources .hero-text {
        font-size: 48px;
        line-height: 44px;
        padding-top: 105px;
    }
    #broadbandCommunityResources .tour-block-item .pin-wrapper {
        font-size: 34px;
        width: 60px;
        border: 6px solid white;
        height: 60px;
    }
}

.broadband-breadcrumb .list-unstyled li {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}
    .broadband-breadcrumb .list-unstyled li a {
        color: #000000;
    }
    .broadband-breadcrumb .list-unstyled li .divider {
        padding-left: 7px;
        padding-right: 10px;
    }
    .broadband-breadcrumb .list-unstyled li:first-child a { 
        text-decoration: none;
    }


.skip-to-content {
    position: absolute;
    top: -46px;
    left: 8px;
    background: #d23f08;
    color: #fff !important;
    padding: 10px;
    z-index: 100;
    transition: top 0.3s;
}

    .skip-to-content:focus {
        top: 10px;
        outline-offset: 0px;
    }

/* Broadband Timeline Styles */
.broadband-timeline-wrapper {
    padding: 2rem 0;
}

.broadband-timeline-wrapper .timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* Timeline styling */
.broadband-timeline-wrapper .timeline-container {
    position: relative;
}

.broadband-timeline-wrapper .timeline-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Single vertical line */
.broadband-timeline-wrapper .timeline-line {
    position: absolute;
    left: 30px;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 1;
    /* These will be set with JavaScript */
    top: 31px; /* Will be set dynamically */
    height: 0; /* Will be set dynamically */
}

.broadband-timeline-wrapper .timeline-item {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px;
    min-height: 4rem;
}

.broadband-timeline-wrapper .timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.broadband-timeline-wrapper .timeline-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px 12px;
}

.broadband-timeline-wrapper .timeline-content {
    padding-top: 0px;
}

.broadband-timeline-wrapper .timeline-content ul {
    margin: 0;
    padding-left: 1.25rem;
}

.broadband-timeline-wrapper .timeline-content li {
    margin-bottom: 0.25rem;
    list-style: disc;
}

/* Ensure the bullet points align properly */
.broadband-timeline-wrapper .timeline-content ul li::marker {
    color: #666;
}

@media (min-width: 768px) {
    .broadband-timeline-wrapper .timeline-icon {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        margin-bottom: 0;
        width: 84px;
        height: 84px;
    }
    
    .broadband-timeline-wrapper .timeline-item {
        display: flex;
        align-items: center;
        padding-left: 105px;
    }
    .broadband-timeline-wrapper .timeline-icon img {
        padding: 18px 14px;
    }

    .broadband-timeline-wrapper .timeline-content {
        display: flex;
        min-height: 84px;
        align-items: center;
    }

    .broadband-timeline-wrapper .timeline-line {
        left: 42px;
    }
}