/* These are the styles that override or replace the Hannon Hill hh-global styles */

p {
    font-family: Inter;
    margin: 0;
}

a {
    text-decoration: none;
}

.yellow-font {
    color: #FCC605;;
}


.row {
    /*width: 100%;*/
    align-items: start !important;
}

#section-tabs {
    z-index: 99999;
    position: sticky;

    padding: 10px;
    background-color: #fff;
}

#sticky-region {
    position: sticky;
    top: 0;
    z-index: 99999;
}


#icon-container{
    font-size: 18px;
    display: flex;
    gap: 15px;
    font-weight: 500;
    align-items: center;
}
#warning-icon{
    background-color: #FBBF24;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    align-content: center;
    color: #FFFFFF;
}

#banner {
    padding: 10px;
    margin-top: 0px;
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../images/stock-background.png');
    background-size: cover;
    background-repeat: no-repeat;

    font-family: Inter;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

#sticky-region .breadcrumb {
    background-color: inherit;
}

#sticky-region .breadcrumb.LIGHT {
    background-color: #fff;
}

#sticky-region .breadcrumb.DARK {
    background-color: #09040b;
}

#sticky-region nav.breadcrumb {
	padding: 10px;
}

.breadcrumb a {
    text-decoration: underline;
}

.breadcrumb > .active {
	font-style: italic;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-style: normal;
    content: "|";
}

.breadcrumb.LIGHT {

    .breadcrumb-item, .breadcrumb-item::before, a {
        
    }
}

.breadcrumb.DARK {

    .breadcrumb-item, .breadcrumb-item::before, a {
         color: #fdcc1c;   
    }

    img {
        filter: invert(73%) sepia(75%) saturate(502%) hue-rotate(356deg) brightness(101%) contrast(98%);
    }
}

#footer {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../images/stock-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#footer .logo {
    height: 72px;
    width: 196px;
}

#footer a {
    color: #FCC605;
    font-size: 14px;
}

#footer a > img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(67%) saturate(1636%) hue-rotate(358deg) brightness(102%) contrast(98%);
}

#footer a > #primary-phone {
    filter: none;
}

#footer a:hover, #footer a:focus, #footer a:focus-visible{
    color: #fff;
    text-decoration: underline;
}

.divider-font {
    font-size: 20px;
    color: #fff;
}

.diver-font::after{
    content: '';
}

.uppercase {
    text-transform: uppercase;
}

.resource-header {
    font-size: 18px;
    color: #0DDAEF;
    margin-bottom: 10px;
}

#footer > .container > :last-child {
    margin-top: 45px;
    font-size: 18px;
}

.multiple-phone-container {
    display: flex;
    column-gap: 10px;
}

.link-options {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 20px;
}

#nav {
    padding: 8px;
    color: #fff;
    background-color: #09040B;
    border-bottom: none;
}

#nav .logo {
    height: 60px;
    /*margin-top: 7px;*/
}


#nav a {
    color: #BDBDBD;
    font-weight: 400;
}

#nav a.active, 
#nav a:hover, 
#nav a:focus, 
#nav a:focus-visible {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 10px;
}


#nav .nav-social a.active {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0ddaef;
}

#nav-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.nav-btns .aside-btn {
    color: #fff;
    padding-right: 70px;
}

#nav-aside {
    background-color: #09040B;
}
.jump-link-container{
    width: 100%;
    height: 62px;
    border-bottom: solid 2px #dfe4ea;
    background-color: #f9fafb;
    position: sticky;
    top: 200px; 
    z-index: 9999;
}

.button-container {
    display: flex;
    padding-left: 32px;
}

.jump-link {
      width: 220px;
      height: 62px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      color: #637381;
}
.jump-link.active {
  border-bottom: solid 2px #3758f9;
  color: #3758f9;
  background-color: rgba(67, 97, 255, 0.1);
}

.jump-link:active,
.jump-link:hover,
.jump-link:focus {
  border-bottom: solid 2px #334AFB;
  color: #334AFB
  background-color: rgba(67, 97, 255, 0.1);
}

.circuit-section {
  background-image: url('../images/dataweb-background-default.png');
  background-size: cover;
  background-position: center;
  color: white;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 4rem;
}

.circuit-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  flex-wrap: wrap;
  position: relative;
}

.circuit-heading {
    text-align: center;
    padding-top: 3rem;
}

.circuit-content {
  flex: 1 1 60%;
}

.circuit-description {
 border-left: 4px solid #0DDAEF;
  padding: 5px 10px;   
}

.subheading {
  color: #ffc400;
  font-weight: bold;
  font-size: 1rem;
}

.circuit-heading h2 {
  font-size: 2.5rem;
  color: #0DDAEF;
  margin-bottom: 1rem;
}

.circuit-content h6 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.circuit-content p {
    padding: 5px 14px;
    font-size: 24px;
}

.request-button {
  background-color: #FCC605;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 1.5rem;
  margin-top: 1rem;
  width: fit-content;
  padding: 13px 28px;
  border-radius: 5px;
  font-size: 15px;
  color: #202020
}

.circuit-image {
  flex: 1 1 35%;
}

.circuit-image img {
    height: 252px;
    width: 100%;
    border-radius: 20px;
    border: solid 2px #fff;
    object-fit: cover;
}

.circuit-services {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 2rem;
}

.circuit-services a {
    color: #FCC605;
    font-size: 14px;
    text-decoration: underline;
}

.learn-more-banner {
    gap: 32px;
    padding: 32px;
    background: #202020;
}

.learn-more-banner .learn-more-banner-image {
    min-width: 250px;
}

.learn-more-banner .learn-more-banner-image img {
    height: 320px;
    width: 100%;
    border-radius: 20px;
    border: solid 2px #fff;
    object-fit: cover;
    object-position: left;
}

.learn-more-banner .learn-more-banner-content {
    flex: 1;

    display: flex;
    flex-direction: column;
    row-gap: 20px;
    
    margin: 10px 0px;
}

.learn-more-banner .learn-more-banner-content > :first-child {
    padding: 5px 10px;

    color: #fff;
    border-left: 4px solid #0DDAEF;
}

.learn-more-banner-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.learn-more-banner-description {
    font-size: 16px;
    font-weight: 400;
}

.learn-more-banner-content a {
    width: fit-content;
    
    padding: 13px 28px;
    margin-left: 15px;
    border-radius: 5px;
    
    font-size: 16px;
    color: #202020;
    background-color: #FCC605;
    text-transform: uppercase;
}

#home-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 5rem;
    background: linear-gradient(#e1fcff, #eaeaea, #fff6d5);
}    

#home-content-provide-support {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

#home-content-graph > iframe {
    border-radius: 10px;
}

.graph-height{
    height: 100%;
}

#provide-support {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #626262;
}

#provide-support-extended {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #111928;
}

#provide-support-faqs {
    margin-bottom: 64px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

#provide-support-faqs a {
    text-decoration: underline;
}

.resource-cards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin: 20px 40px;
    width: 100%;
}

#home-banner {
    display: flex;                
    align-items: center;
    justify-content: center;

    min-height: 320px;
    background: url('../images/wires-background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#home-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    width: 80%;
    margin: 40px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(2, 17, 37, 0.5);
    backdrop-filter: blur(10px);
}

#home-banner-content > :first-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #FCC605;
}

#home-banner-content > :last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

#home-banner-content span {
    font-weight: 700;
}

#home-banner-content > h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #0DDAEF;
}

#home-content-dashboard-access {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    
    width: 100%;
    height: fit-content;
    padding: 32px 48px 32px 48px;
    
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

#home-content-dashboard-content {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%;
}

#home-content-dashboard-content > div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#home-content-dashboards {
    justify-content: center;
}

#home-content-dashboard-access > :first-child {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #626262;
}

#home-content-member-location {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #111928;
}

#home-content-ttdn-membership {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #535353;
}

#home-content-search-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding-top: 20px;
}

.seach-box-container {
    width: 75%;
}

#dashboard-select {
    height: 50px;
}

#home-content-search-container button {
    text-transform: uppercase;
    padding: 13px 28px 13px 28px;
    border: none;
    border-radius: 6px;
    color:#6B7280;
    background-color: #E5E7EB;
    height: 50px;
}

.nav-tabs {
    width: fit-content;
    margin: 10px 0px;
    border-bottom: 2px solid #DFE4EA;
    background-color: #F9FAFB;
}

.nav-tabs .nav-item a.active {
    margin: 0px;
    color: #637381;
    background-color: #F9FAFB;
    border-radius: 0px;

    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.nav-tabs .nav-item a.active:hover {
    color:#3758F9;
    background-color: #4361FF1A;
}

.nav-tabs .nav-item.active a.active {
    color:#3758F9;
    background-color: #4361FF1A;
}

.nav-tabs .nav-item.active a:hover {
    color:#3758F9;
    background-color: #4361FF1A;
}

#history-container {
    padding: 20px;
}

.history-record-container {
    display: flex;
    border-left: 3px solid #D9D9D9;
}

.history-line {
    flex: 1;
    width: 40px;
    margin-top: 12px;
    border-top: 3px solid #D9D9D9;
}

#history-container > :first-child {
    border-left: none;
}

#history-container > :first-child .history-line {
    border-left: 3px solid #D9D9D9;
}

.history-record-details-container {
    flex: 26;

    display: flex;
    flex-wrap: wrap;
}

.history-record-date {
    flex: 1;
    height: fit-content;
    width: fit-content;
    padding: 4px 16px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #3758F9;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.history-record-details {
    flex: 25;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}

.history-record-title {
    margin-top: 10px;
    
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #637381;
}

.history-record-description {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #637381;
}

/* col-sm */
@media (max-width: 770px) {
        #home-content-dashboard-access {
        padding: 32px 5px 32px 5px;
        height: 2150px;
        
    }
    #home-content-search-container {
        margin-top: 620px;
    }
        .graph-height{
    height: 43%;
}
}
@media (max-width: 576px) {
    .jump-link-container{
        position: sticky;
        top: 220px;
    }
    .button-container{
        width: 430px;
    }
    .learn-more-banner {
        padding: 18px;
    }
    .learn-more-banner-content a {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    
    .learn-more-banner .learn-more-banner-image img {
        object-fit: cover;
    }
    
    .learn-more-banner .learn-more-banner-content {
        display: flex;
        margin: 30px 0px;
}
    .circuit-heading h2 {
        padding: 0.25rem;
    }
    
    #home-content {
        padding: 1rem;
        background: linear-gradient(to bottom, #e1fcff, #eaeaea, #fff6d5);
    }
    
    #home-content-dashboards {
        padding-left: 1.5rem;
        padding-right: 0;
        margin-bottom: 32px;
    }
    
    #home-content-dashboard-access {
        padding: 32px 5px 32px 5px;
        height: 2150px;
        
    }
    #home-content-search-container {
        margin-top: 620px;
    }
    
    .graph-height{
    height: 41%;
}
    
    #footer {
        padding-top: 40px;
    }
    .divider-font::after {
        content: '\A';
        white-space: pre;
    }
    .seach-box-container {
        width: 100%;
    }
    
    .jump-link {
        overflow-wrap: break-word;
        text-align: center;
        font-size: 14px;
        
    }
