/* Removes width restraints on text components */
.cmp-text {
    max-width: 100%;
}

/* Centers Text in Container HORIZONTALLY*/
.text-center {
    text-align: center !important;
}

/* Centers Text in Container VERTICALLY for tables in RTE*/
.schedule-table.cmp-text table tbody tr td {
    vertical-align: middle;
}

/* Center Top-Nav Dropdown Headings */
/* .cmp-header-navigation {
    text-align: center;
} */

/* Keep the children of Top-Nav Dropdowns aligned left */
.cmp-header-navigation__group .cmp-header-navigation__subnav {
    text-align: left;
}

/* navigation top border line */
/* .container--header-navigation > .cmp-container >.cmp-container__mobile > div {
    border-top: 1px solid black;
    margin-top: 10px;
} */

/* Agency Logo Sizing */
@media only screen and (min-width : 1101px) {

    .agency-header-is-sticky .cmp-agency-header__logo {
        height: 2.75rem !important;
    }

    .cmp-agency-header__logo {
        height: 8rem !important;
    }
    .cmp-agency-header__header {
        margin-top: 55px;
        margin-bottom: 0px;
    }
    .cmp-agency-header__logo-link {
        z-index: 1;
    }
    .cmp-agency-header__wrapper { 
        height: 50px;
        /* justify-content: space-evenly;
        flex-direction: column; */
        justify-content: space-between !important;
        flex-direction: row !important;
    }
}

@media only screen and (min-width : 769px) and (max-width:1100px) {
    .cmp-agency-header__logo {
        height: 6rem !important;
    }
    .cmp-agency-header__header {
        /* margin-top: 55px; */
        margin-bottom: 10px;
    }
    .cmp-agency-header__logo-link {
        z-index: 1;
    }
    .cmp-agency-header__wrapper {
        height: 90px;
        justify-content: space-between !important;
    }
}

@media only screen and (max-width : 768px) {
    .cmp-agency-header__logo {
        height: 3rem;
    }
    .cmp-agency-header__header {
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

/* Breadcrumb needs a tad more top padding since logo is now resized */
.breadcrumb .cmp-breadcrumb {
    padding: 1.375rem 0 0.5rem;
}


/*======== table on schedule page ==========*/

.schedule-table table tbody tr td {
    border: solid !important;
    border-width: 1px !important;
}
/* Reset background to white for specific rows or cells */
.schedule-table tr:nth-child(1),
.schedule-table tr:nth-child(5),
.schedule-table tr:nth-child(7),
.schedule-table tr:nth-child(9),
.schedule-table tr:nth-child(3) td[rowspan="3"] {
  background-color: white !important;
}

/* Highlight Breakout Videos */
.schedule-table tr:nth-child(3) td[colspan="4"] {
  background-color: #e6f7ff !important;
}

/* Highlight Multi-Agency Roundtable */
.schedule-table tr:nth-child(6) td[colspan="4"] {
  /* background-color: #fff3cd !important; */
}


/* Set attributes for color bar above H1 title text */
.title .cmp-title h1::before {
    width: 5.9375rem;
    content: " ";
    height: .375rem;
    position: absolute;
    top: 0;
    left: 0;
}

/* Set color of bar above H1 Title here */
.title h1::before {
    background-color: #003E62;
    /* Uncomment the code below to remove the bar above the h1 title */
    display: none;
}

/* Set Agency Footer Color */
.cmp-agency-footer {
    background-color: #005180;
}

/* Set Global Footer Color */
.cmp-global-footer {
    background: #003E62;
}

.emphasis-blue .cmp-container__mobile {
    padding: 20px;
    font-weight: bold !important;
    display: block !important;
    background-color: #DFF3F7 !important;
    border-left: 5px #00BEE4 solid;
}

.emphasis-green .cmp-container__mobile {
    padding: 20px;
    font-weight: bold !important;
    display: block !important;
    background-color: #E7F4E4 !important;
    border-left: 5px #ACD5A4 solid;
}

/* Set color of border for event date icon */
.cmp-news-feed__event-date {
    border: 1px solid #C3371E;
}

/* Set color of background for month portion of event date icon */
.cmp-news-feed__event-date__month {
    background: #C3371E;
}

/* Set color of background for year portion of event date icon */
.cmp-news-feed__event-date__year {
    background: #C3371E;
}

.guideContainerNode .mobileLayout {
    display: none !important;
}

.afCheckBoxItem {
    width: 100%;
}

.guideWidgetLabel.right label,
.guideWidgetLabel.left label {
    line-height: 24px;
}

.guideContainerNode .red {
    color: #E21121;
}

.guideContainerNode .bold {
    font-weight: bold;
}

/* table's border in Spolight page  */
.spotlight-table > table > tbody > tr {
        border: 1px solid black !important;
}

@media only screen and (min-width : 200px) {}

@media only screen and (min-width : 320px) {}

@media only screen and (max-width : 768px) {
    .afToolbarButton .guidebutton button .iconButton-icon {
        display: none!important;
    }
    .afToolbarButton .guidebutton button .iconButton-label {
        display: block!important;
    }
    .afToolbarButton .guidebutton button.submit {
        margin-right: 0!important;
    }

/* Image Card v2 updates for home page look */
    .home-cards .cmp-image-card__image {
        width: 200px;
        border: solid;
        border-radius: 50%;
        border-width: 3.5px;
        border-color: rgb(228 237 225);
        margin-left: 93px;
    }
}

/* Image Card v2 updates for home page look */
@media only screen and (min-width : 769px) {
    .home-cards .cmp-image-card__image {
        width: 200px;
        border: solid;
        border-radius: 50%;
        border-width: 5px;
        border-color: rgb(228 237 225);
        /* margin-left: 32px; */
        margin: auto;
    }
}

/* Image Card v2 updates for tablet look */
@media only screen and (min-width : 421px) and (max-width : 768px) {
    .cmp-image-card__image {
        margin:auto !important;
        width: 11rem !important;
        height: 11rem !important;
    }
}

/* Image Card v2 (speaker image) in the main page updates for iphone */
@media only screen and (min-width:361px) and (max-width : 420px) {
    .home-cards .cmp-image-card__image {
        width:10.25rem !important;
        height: 10.25rem !important;
        margin: auto;
    }
     /* table's header font size in spotlight page */
    .spotlight-table > table > tbody > tr > th {
        font-size: 0.8rem !important;
    }
}

/* Image Card v2 (speaker image) in the main page update for Galaxy S7 look */
@media only screen and (max-width : 360px) {
    .home-cards .cmp-image-card__image {
        width:9rem !important;
        height: 9rem !important;
    }
    .cmp-image-card {
        margin: 0 0.2rem 1.875rem !important;
    }
    /* table's header font size in spotlight page */
    .spotlight-table > table > tbody > tr > th {
        font-size: 0.7rem !important;
        letter-spacing: -0.03rem !important;
    }
}
/* Image Card v2 (speaker image) in the main page update for Galaxy S7 look */
@media only screen and (max-width : 360px) {
    .cmp-image-card__image.cmp-image-card__image--mobile.lazyloaded {
        margin:auto;
    }
}

/* remove the underline of the schedule */
tr:first-child td:nth-child(2) strong > a {
    text-decoration: none !important;
}

@media (min-width: 1101px) {}

@media only screen and (min-width : 1200px) {}

@media only screen and (min-width : 1600px) {}


@media (min-width: 769px) {
    .main-banner-container .container{
        min-height: 750px;
    }
}
@media (max-width: 768px) {
    .main-banner-container .container{
        min-height: 300px;
    }

    .main-banner-container .cmp-title__text {
        font-size:1.8rem
    }

    /* .cmp-container__mobile.main-banner-container {
    height: auto !important;

    aspect-ratio: 16 / 9;          
    min-height: 220px;              

    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center top; 
    } */
}
.main-banner-container .container{
    display:flex !important;
    justify-content: center;
    align-items: center;
}

#main{
  white-space: nowrap !important;
}

.main-title {
    height: 120px !important;
    display: flex;
    align-items: center;
    border-radius:30px;
}

/* main page speaker's image margin */
.featured-speakers .cmp-image-card {
    margin: 0 .45rem 1.875rem .45rem;
    display: block;
    text-decoration: none;
}

/* main banner image responsive */
@media (max-width: 1900px) {
    .main-banner-container {
    background-size: cover;           /* fill the box */
    background-position: center;      /* keep focal point centered */
    background-repeat: no-repeat;
    width: 100%;
    height: auto !important;          /* override inline height=300px */
    aspect-ratio: 720 / 302;          /* match your Scene7 canvas size */
    }
}


/* Make schedule table background white */
.schedule-table table,
.schedule-table table td,
.schedule-table table th {
  background-color: #ffffff !important;
}

/* schedule table mobile  */
.schedule-mobile .cmp-container__mobile {
 background-color: white !important
}