body {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 1415px;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
    color: black;
    line-height: 1.5;
    overflow-x: hidden;
}

main {
    /* display: flex;
    flex-flow: column; */
}

div {
    display:block;
}

h2 {
    margin: 0px;
    /* color: rgb(28, 83, 126); */
    font-size: 30px;
}

h3 {
    margin: 0px;
    color: rgb(128, 200, 255);
    font-size: 20px;
    font-weight: normal;
}

ol, ul {
    margin: 0;
}

.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 20px;
    /* align-items: normal;
    justify-content: left; */
    place-content: stretch space-evenly;
    width: 100%;
}





.row-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    /* place-content: stretch space-evenly; */
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
}

.row-container p {
    line-height: 1.3em;
}

.row1-column {
    max-width: 600px;
}

.row1-column p {
    font-size: 1.08em;
    line-height: 1.3em;
}


.column1, .column2 {
    width: 45%;
    flex-shrink: 0;
    flex-basis: auto;
    order: 0;
}

.column1 {
    margin-left: 10px;
}

.column2 {
    margin-right: 5%;
}

.text-container {
    color: #21527d;
    text-align: left;
    max-width: 500px;
    /* width: 40%; */
}

.text-container h2 {
    font-size: 1.7em;
}

.text-container p {
    font-size: 1.1em;
}

.subpage-text-container {
    color: #21527d;
    text-align: left;
}

.subpage-text-container p{
    font-size: 1.1em;
}

.subpage-text-container h2{
    line-height: 1.2;
}
.text-wrapper {
    position: absolute;
    bottom: 3em;
    left: 3em;
    color: #fff;
    width: 50%;
}

.text-line {
    margin: 0;
    line-height: .5em;
}

.text-line h1 {
    font-weight: bold;
}

#index_h1_line1 {
    font-weight: 100;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#index_h1_line2 {
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
}

.text-line h2 {
    font-size: 2.5em;
    font-weight: bolder;
}

.button-link {
    padding: 1em .5em 0em .5em;
    color: #21527d;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    font-size: 1em;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 20px;
    /* transition: background-color 0.3s ease; */
}

.button-link:hover {
    background-color: #467D58;
    color: #fff;
}

.section {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
    margin-bottom: 5px;
}

.section1 {
    margin: auto;
    text-align: left;
}

.section1-homepage {
    width: 100%;
    min-height: 350px;
    /* height: 0; */
    padding-bottom: 32%;
    background-image: url('../img/Connect.gov-header-1415x576 no-logo.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: left;
}

.subpage-image {
    width: 100%;
}


.subpage-header {
    width: 100%;
    min-height: 350px;
    height: auto;
    background-image: url('../img/Connect.gov-header-1415x576 no-logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;    
    position: relative;
}

.page-header-logo {
    position: absolute;
    z-index: 1;
    margin-top: 21px;
    margin-top: 2.5%;
    margin-left: 2.2%;
    min-height: 50px;
    max-width: 600px;
    width: 21.7%;
}

.header-divider {
    /* background-color: #4e4e4e; */
    width: 100%;
    height: 20px;
    margin-bottom: 50px;
}

.section2 {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-flow: row;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 50px;
    padding: 40px 40px 40px 25px;
}

.section3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items:start;
    justify-content: space-around;
    padding: 30px 0px 30px 0px;
    width: 100%;
    background-image: url("../img/Connect.gov-footer-1522x576.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    height: 280px;
    background-position-y: 70%;
}

.section3 a {
    flex-grow: 1;
    max-width: 350px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-inner {
    max-width: 600px;
    min-height: 300px;
    border-style: solid;
    border-width: 2px;
    border-color: #f3f3f3;
}


.about-us-section2 {
    background-image: url(../img/about\ us\ image1-600h.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 567px;
    width: 100%;
}

.community-top-left {
    background-image: url(../img/blue-box.png);
    background-repeat: no-repeat;
    color: white;
    text-decoration: none;
}

.community-top-left a {
    color: white;
}

.community-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f7f7f7;
    width: 100%;
    height: max-content;
    padding: 40px 10px 40px 10px;
}

.section-divider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f7f7f7;
    width: 100%;
    height: 20px;
}

.community-bottom-image-div {
    width: 300px;
    text-align: center;
}

.community-bottom-image {
    background-color: white;
}

.community-bottom-image-buffer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    background-color: white;
    /* margin: auto auto auto auto; */
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    border-color: #f1f1f1;
    border-width: 1px;
    border-style: solid;
}

.community-bottom-text {
    padding-top: 20px;
}

.community-bottom-text h3 {
    color: black !important;
    font-weight: bold;
}

.community-bottom-text p {
    font-size: smaller;
}


.connect-image {
    width: 100%;
    min-width: 300px;
}

.service-catalog-div {
    flex-basis: 40%;
    background-color: #376092; 
    border-radius: 15px; 
    color: #ffffff; 
    padding: 15px 15px 15px 15px;
}

.about-us-items-div {
    flex-basis: 40%;
    background-color: #376092; 
    border-radius: 15px; 
    color: #ffffff; 
    padding: 15px 15px 15px 15px;
}
.about-us-items-div p {
    padding-left: 10px;
}

.image-button-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    row-gap: 25px;
    margin: 30px;
    padding: 0;
}

.image-button {
    flex-grow: 1;
    padding: 0px 10px 0px 10px;
    max-width: 350px;
}

.image-button img {
    height: 150px;
}

.photos-section {
    display: flex;
    flex-flow: row wrap;
    row-gap: 25px;
    margin:0px 30px 30px 30px;
    padding: 0;
}

.photo {
    flex-grow: 1;
    padding: 0px 10px 0px 10px;
}

.bio-image {
    max-width: 220px;
}

.bio-text1 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin: 0px;
}

.bio-text2 {
    font-size: 16px;
    padding-top: 3px;
    margin: 0px;
}

.column img {
    display: block;
    border-radius: 8px;
    width: 100%;
}

footer {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: .9em;
    color: #fff;
    justify-content: space-around;
    line-height: 1;
}

.footer-div a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: black;
}

.footer-div {
    margin-bottom: 10px;
}
.footer-column {
    text-align: left;
    text-decoration: none;
    color: black;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column a {
    text-decoration: none;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column h3 {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

hr {
    border: 1px solid #21527d;
    margin: 1px 0;
    color: #21527d;
    opacity: 1;
}

.home-container5 {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    justify-content: left;
}

.home-container6 {
    /* display: block; */
    min-width: 100px;
    min-height: 100px;
    background-size: contain;
    background-position: center;
    background-image: url('../img/channels4_profile-200h.jpg');
    background-repeat: no-repeat;
    margin: 0 1px;
}

.home-text25 {
    margin-left: 1px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
}

.slide {
    padding: 10px;
}

.slide p{
    color: #21527d;
    text-align: left;
    margin: 10px 5px;
    font-size: 1.1em;
}

.green_line {
    width: 100%;
    background-color: #075845;
    height: 4px;
    margin-bottom: 30px;
}

.slide_title {
    text-align: center !important;
    font-size: 1.7em;
    color: #21527d;
}

.fa-newspaper {
    display: inline-block;
    width: 10px;
    color: black;
}
.section3_button {
    background-color: white;
    border-color: rgb(187, 187, 187);
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    min-width: 300px;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}

.section3_button_text {
    color: black;
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 45%;
    margin-left: 30px;
    text-align: left;
    line-height: 1;
    position: relative;
    height: fit-content;
}

.section3_button_image {
    float: right;
    width: 35%;
    padding: 5px;
    margin-right: 10px;
} 

#login_text {
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.footer-image-div {
    background-image: url("../img/Connect.gov-footer-1522x576.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0px;
}

.homepage-link {
    height: 120px;
    width: 360px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    max-height: 116px;
}

@media only screen and (max-width: 878px) {
    .page-header-logo {
        margin-top: 21px;
        margin-left: 18px;
        height: 50px;
        max-width: 65%;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {

    .column1, .column2 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .row-container {
        flex-flow: column wrap;
    }

    .flex-container {
        margin: 0px;
    }

    .subpage-header {
        min-height: 233.5px;
        overflow: hidden;
        background-size: 143.5% 150%;
        height: auto;
    }

    .section1-homepage {
        min-height: 350px;
        overflow: hidden;
        background-size: 143.5% 100%;
        height: auto;
    }

    .subpage-image {
        height: 230px;
        max-height: 20%;
    }

    .community-bottom {
        flex-direction: column;
        padding: 40px 10px 40px 10px;
    }

    .image-button-row {
        display: flex;
        flex-flow: column;
        column-gap: 25px;
        margin: 30px;
        padding: 0;
    }
    .service-catalog-div {
        flex-basis: 90%;
    }

    .header-divider {
        margin-bottom: 20px;
        height: 10px;
    }

    .home-container5 {
        margin-left: 5px;
    }

    .homepage-link {
        width: 190px;
        height: 70px;
    }

    .text-wrapper{
        width: 50%;
    }

    .slide_date {
        left: 0;
    }

    .section3 {
        height: 485px;
        background-position-x: 70%;
        background-position-y: 0px;
    }
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1415px) {
    .flex-container {
        width: 1415px;
    }
}

/*Remove after BLoB Fall 2024 Expo*/
.confluenceTd {
    border: 1px solid #C1C7D0;
    padding: 7px 10px;
}
