/* Partners Section */
.partners {
    background: var(--background-light-gray);
    width: 100vw;
    padding: 80px var(--center-padding);
}

/* Responsive Layout */
@media screen and (max-width: 768px) {
    .enablers, .partners {
        padding: 40px 20px;
    }
}

/* Breadcrumb, Spacing, and Panel Adjustments */
.partners h2 {
    margin-top: 0;
}

.partners img {
    margin-top: 20px;
}

#breadcrumb { 
    display: none;
}

.mb-5 {
    margin-bottom: 70px;
}

.mt-2 {
    margin-top: 40px;
}

.pl-2 {
    padding-left: 80px;
}

/* Typography */
h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    margin-top: 50px;
    color: #1D385B;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3, h3.panel-title {
    color: var(--brand-blue);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

.text-primary {
    color: var(--brand-blue);
}

/* General Layout */
.row {
    display: flex;
}

.panel {
    border-radius: 0;
}

.left-line-panel .panel-heading {
    padding: 0 15px;
    border: 0 none;
}

.left-line-panel.panel-primary {
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: 3px solid var(--brand-blue);
    height: 100%;
    box-shadow: none;
}

.left-line-panel.panel-primary > .panel-heading {
    background: transparent;
}

.panel-primary .panel-title {
    color: var(--brand-blue);
}

.left-line-panel .panel-body {
    padding: 0 15px;
}

/* Enablers Section */
.enablers {
    background: url("/Portals/137/Images/About/blue-bg.jpg") no-repeat left top;
    background-size: cover;
    color: white;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 40px 0;
}

/* Partners Section */
.partners {
    background: var(--background-light-gray);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 80px 0;
}

/* Fix Row Layout */
.enablers .row, .partners .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.enablers .col-md-6, .partners .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.enablers img, .partners img {
    width: 100%;
    height: auto;
}

.enablers-content {
    display: flex;
    flex-direction: column;
}

.enablers-item {
    display: flex;
    align-items: flex-start;
}

.enablers img {
    width: 85%;
}

.enablers h3 {
    color: white;
}


.enablers-item .img-container {
    border-radius: 40px;
    width: 71px;
    height: 71px;
    border: 1px solid white;
    display: flex;
    padding: 16px 18px 18px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

/* About Header Section */
.about-header {
    background: url("/Portals/137/Images/About/subpage-organization.jpg");
    background-size: cover;
    color: white;
    width: 100vw;
    padding: 100px var(--center-padding) 80px;
}

.about-header h1 {
    color: white;
}

main {
    border: 0 none;
}

/* History Section */
.history .tab-pane {
    margin-bottom: 40px;
}

.history .nav-pills a {
    font-weight: 700;
}

/* Line Connector */
.list-line-connector {
    border-bottom: 1px solid gray;
    width: 100%;
    align-self: center;
    margin: 0 24px;
    height: 1px;
    position: relative;
}

.list-line-connector::after, .list-line-connector::before {
    height: 5px;
    width: 5px;
    border-radius: 20px;
    border: 1px solid #C9C9C9;
    content: ' ';
    position: absolute;
    background: #C9C9C9;
    margin-top: -2px;
}

.list-line-connector::after {
    right: 0;
}

/* Module Style Overrides */
#dnn_BottomPane > div.DnnModule.DnnModule-LiveHTML.DnnModule-52874 > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100vw !important;
    box-sizing: border-box;
}

.nav-pills {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-pills > li > a {
    margin: 50px 0;
    border-radius: 100px;
    border: 1px solid var(--brand-blue);
    background: white;
    color: var(--brand-blue);
    width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.nav-pills > li.active > a {
    border-radius: 100px;
    border: 6px solid white;
    background: var(--brand-blue);
    outline: 1px solid var(--brand-blue) !important;
}

.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: var(--brand-blue);
    outline: 1px solid var(--brand-blue) !important;
}

.partner-dark {
    background: #1D385B;
}

.partner-primary {
    background: var(--brand-blue);
}

.partner-gray {
    background: #898888;
}

.partner-dark, .partner-primary, .partner-gray {
    color: white;
    padding: 8px 12px;
    font-weight: bold;
    max-width: 250px;
    margin-bottom: 4px;
}
