/*
 Theme Name:   DU Impact 2025
 Theme URI:    
 Description:  DU Impact is a child theme of Divi
 Author:       Chris Kelly
 Author URI:   http://neuralinteractive.com
 Template:     Divi
 Version:      1.3.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  du-impact
*/

/* Fonts */
@font-face {
    font-family: "BreveNews-Bold";
    src: url(/wp-content/uploads/et-fonts/BreveNews-Bold.eot);
    src: url("/wp-content/uploads/et-fonts/BreveNews-Bold.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveNews-Bold.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveNews-Bold.woff") format("woff");
}

@font-face {
    font-family: "BreveNews-Light";
    src: url(/wp-content/uploads/et-fonts/BreveNews-Light.eot);
    src: url("/wp-content/uploads/et-fonts/BreveNews-Light.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveNews-Light.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveNews-Light.woff") format("woff");
}

@font-face {
    font-family: "BreveSansText-Black";
    src: url(/wp-content/uploads/et-fonts/BreveSansText-Black.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSansText-Black.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSansText-Black.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSansText-Black.woff") format("woff");
}

@font-face {
    font-family: "BreveSansText-Book";
    src: url(/wp-content/uploads/et-fonts/BreveSansText-Book.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSansText-Book.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSansText-Book.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSansText-Book.woff") format("woff");
}

@font-face {
    font-family: "BreveSansText-Medium";
    src: url(/wp-content/uploads/et-fonts/BreveSansText-Medium.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSansText-Medium.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSansText-Medium.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSansText-Medium.woff") format("woff");
}

@font-face {
    font-family: "BreveSlabText-Book";
    src: url(/wp-content/uploads/et-fonts/BreveSlabText-Book.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSlabText-Book.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-Book.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-Book.woff") format("woff");
}

@font-face {
    font-family: "BreveSlabText-Light";
    src: url(/wp-content/uploads/et-fonts/BreveSlabText-Light.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSlabText-Light.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-Light.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-Light.woff") format("woff");
}

@font-face {
    font-family: "BreveSlabText-Medium";
    src: url(/wp-content/uploads/et-fonts/BreveSlabText-Medium.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSlabText-Medium.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-Medium.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-Medium.woff") format("woff");
}

@font-face {
    font-family: "BreveSlabText-SemiBold";
    src: url(/wp-content/uploads/et-fonts/BreveSlabText-SemiBold.eot);
    src: url("/wp-content/uploads/et-fonts/BreveSlabText-SemiBold.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-SemiBold.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveSlabText-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "BreveTitle-ExtraLight";
    src: url(/wp-content/uploads/et-fonts/BreveTitle-ExtraLight.eot);
    src: url("/wp-content/uploads/et-fonts/BreveTitle-ExtraLight.eot?#iefix") format("embedded-opentype"), 
         url("/wp-content/uploads/et-fonts/BreveTitle-ExtraLight.woff2") format("woff2"), 
         url("/wp-content/uploads/et-fonts/BreveTitle-ExtraLight.woff") format("woff");
}

@keyframes fadeIn { 
    from { opacity: 0; } 
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
    /* Remove the sidebar globally */
    /*** Take out the divider line between content and sidebar ***/
    #main-content .container:before {background: none;}

    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }

    .home .et_pb_section_2 .et_pb_column_3,
    .home .et_pb_section_4 .et_pb_column_7 {
        padding-left: 20px;
    }
}

#sidebar { 
    display:none; 
}

#et_top_search { display:none; }

.et_pb_section_0 {
    min-height: 91vh;
    display: flex;
    background-color: transparent;
}
.home .et_pb_section_0 {
    min-height: 100vh;
    background-color: #fff;
}
.et_pb_section_0::after {
    content: " \2193";
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-size: 48px;
    animation: fadeIn 2s infinite alternate;
    color: #a38a68;
}

.home .et_pb_section_1 h2 {
    font-size: 55px;
    color: #08d6b7;
    font-family: "BreveSlabText-Light", serif;
}

.home #page-container .et_pb_button_0,
.home #page-container .et_pb_button_1{
    z-index: 2;
}

.home #page-container .et_pb_button_0 {
    transition: width .5s;
    width: 322px;
}
.home #page-container .et_pb_button_1 {
    transition: width .5s;
    width: 440px;
}

.home #page-container .et_pb_button_0:hover {
    width: 400px;
} 

.home #page-container .et_pb_button_1:hover {
    width: 500px;
}

.et_pb_section h1 {
    font-family: "BreveTitle-ExtraLight";
    color: #a38a68;
    font-size: 42px;
    line-height: 52px;
}

.page-id-81 .et_pb_with_background {
    margin-bottom: 200px;
    padding-bottom: 200px;
}

.page-id-81 .et_pb_with_background.et_pb_section_5 {
    margin-bottom: 0px;
}

.page-id-81 .et_pb_with_background .et_pb_text_inner {
    width: 52%;
    padding: 80px 20px 30px;
    color: #fff;
    margin: 0 0 50px 0;
}

.page-id-81 .et_pb_with_background .et_pb_text_inner h3 {
    font-family: "BreveSlabText-Light";
    font-size: 40px;
}

.page-id-81 .et_pb_with_background .et_pb_text_inner p {
    font-family: "BreveSansText-Medium";
}

.page-id-81 .et_pb_with_background .initiatives {
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
}

.page-id-81 .et_pb_with_background .initiatives .initiative {
    width: 300px;
    height: 300px;
    color: white;
    position: relative;
    padding: 30px;
    transition: background-color .5s;
}

.page-id-81 .et_pb_with_background .initiatives .initiative:hover {
    cursor: pointer;
}

.page-id-81 .et_pb_with_background .initiatives .initiative h6 {
    text-transform: uppercase;
    color: white;
    font-size: smaller;
}

.page-id-81 .et_pb_with_background .initiatives .initiative h4 {
    color: white;
}

.page-id-81 .et_pb_with_background .initiatives .initiative a.read_more,
.page-id-85 .updates .updates_wrapper .update a.read_more,
.page-id-85 .initiatives .initiatives_wrapper .initiative a.read_more {
    position: absolute;
    bottom: 20px;
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 3px;
    font-size: smaller;
}

.page-id-81 .et_pb_with_background .initiatives .initiative:hover a.read_more,
.page-id-85 .updates .updates_wrapper .update:hover a.read_more,
.page-id-85 .initiatives .initiatives_wrapper .initiative:hover a.read_more {
    background-color: white;
    color: #000;
}

.page-id-81 .et_pb_with_background.wg_section_1 .initiative {
    background-color: #4c9da6;
}
.page-id-81 .et_pb_with_background.wg_section_1 .initiative:hover {
    background-color: #5ab9c4;
}

.page-id-81 .et_pb_with_background.wg_section_1 .et_pb_text_inner {
    border: 20px solid #4c9da6;
}

.page-id-81 .et_pb_with_background.wg_section_1 .et_pb_text_inner h3 {
    color: #4c9da6;
}

.page-id-81 .et_pb_with_background.wg_section_2 .et_pb_text_inner {
    left: 50%;
}

.page-id-81 .et_pb_with_background.wg_section_2 .initiative {
    background-color: #64be55;
}
.page-id-81 .et_pb_with_background.wg_section_2 .initiative:hover {
    background-color: #74dd63;
}

.page-id-81 .et_pb_with_background.wg_section_2 .et_pb_text_inner {
    border: 20px solid #64be55;
}

.page-id-81 .et_pb_with_background.wg_section_2 .et_pb_text_inner h3 {
    color: #64be55;
}

.page-id-81 .et_pb_with_background.wg_section_3 .initiative {
    background-color: #ff9e13;
}
.page-id-81 .et_pb_with_background.wg_section_3 .initiative:hover {
    background-color: #ffb545;
}

.page-id-81 .et_pb_with_background.wg_section_3 .et_pb_text_inner {
    border: 20px solid #ff9e13;
}

.page-id-81 .et_pb_with_background.wg_section_3 .et_pb_text_inner h3 {
    color: #ff9e13;
}

div.footer_ctas {
    background-image: url(/wp-content/uploads/2018/09/Update-Background-2.png)!important;
    background-position: center;
    background-size: cover;
}

div.footer_ctas .footer_content_area {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 25px 0 450px;
}

div.footer_ctas .footer_options {
    display: flex;
    justify-content: space-between;
}

div.footer_ctas .footer_options > div {
    color: #fff;
    font-family: "BreveSlabText-Medium";
    font-size: 27px;
    width: 400px;
    line-height: 37px;
}

div.footer_ctas .footer_options > div:hover {
    cursor: pointer;
}

div.footer_ctas .footer_options > div .block {
    width: 70px;
    height: 10px;
    background-color: white;
    margin-bottom: 15px;
    transition: width 1s;
}

div.footer_ctas .footer_options > div:hover .block {
    width: 100%;
}

div.footer_ctas .footer_title h2 {
    font-family: "BreveSlabText-Light", serif;
    font-size: 42px;
    margin-top: 75px;
    margin-bottom: 75px;
    color: white;
    text-align: center;
}

.green_stripe,
.orange_stripe,
.beige_line{
  position: absolute;
  z-index: 1;
  width: 20px;
}

.green_stripe {
    background-color: #08d6b7;
    height: 1200px;
    top: -30px;
    left: 50%;
}

.orange_stripe {
    background-color: #ff9e13;
    height: 1200px;
    left: 50%;
    top: 307px;
}

.beige_line {
    height: 880px;
    background-color: #a48b69;
    top: 100px;
    left: 50%;
}

.post-85 .et_pb_column_4_4.et_pb_section_1 h6 {
    color: #09d6b7;
    font-family: "BreveSansText-Medium", sans-serif;
    font-weight: bold;
}

.post-85 .et_pb_column_4_4.et_pb_section_1 p {
    color: #09d6b7;
    font-family: "BreveSlabText-Light", serif;
    font-size: 45px;
    line-height: 55px;
}


.post-85 .et_pb_column_1_2 .et_pb_text_inner h6 {
    font-family: "BreveSansText-Medium", sans-serif;
    font-weight: bold;
    color: #4e4e4e;
}

.post-85 .et_pb_column_1_2 .et_pb_text_inner p {
    font-family: "BreveSlabText-Light", serif;
    font-weight: bold;
    color: #4e4e4e;
    font-size: 30px;
    width: 300px;
    line-height: 40px;
}

.et_pb_section.imp_group_header {
    background-image: url('/duimpact/wp-content/uploads/2018/08/impgroupdancer.jpg');
    padding: 150px 0 250px;
}

.imp_group_header h2 {
    font-family: "BreveSlabText-Light", serif;
    font-size: 40px;
    color: #09d6b7;
}

.imp_group_header p {
    font-family: "BreveSansText-Medium", sans-serif;
    font-size: 16px;
    color: #fff;
}

.et_pb_section.imp_group_list {
    padding: 0px;
    position: relative;
    top: -150px;
    background-color: #0000;
    margin-bottom: -90px;
}

.imp_team_box {
    background-color: #f7f7f7;
    padding: 60px;
    border-top: 7px solid #09d6b7;
    display: flex;
    margin-bottom: 20px;
}

.imp_team_box:hover {
    background-color: #09d6b7;
    cursor: pointer;
}

.imp_team_box .it_title {
    font-family: "BreveSlabText-Book";
    font-size: 30px;
    width: 35%;
    color: #6e6e6e;
    margin-right: 20px;
    line-height: 35px;
}

.imp_team_box .it_excerpt {
    font-family: "BreveSansText-Book";
    font-size: 18px;
    width: 75%;
    color: #6e6e6e;
    line-height: 28px;
}

.imp_team_box:hover .it_title,
.imp_team_box:hover .it_excerpt {
    color: #fff;
}

.imp_team_header h4,
.event_header .event_title h4 {
    text-transform: uppercase;
    color: white;
    font-family: "BreveSansText-Medium";
    font-weight: bold;
    text-align: center;
}

.imp_team_header h1,
.et-db #et-boc .et-l .event_header .event_title .et_pb_title_container h1 {
    color: #fff;
    width: 400px;
    margin: 20px auto 100px;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}

.event_link.et_clickable{
    padding: 2rem !important;
    background: #1c6036;
    height: 100%;;
}

.event_link.et_clickable:before{
    content: '';
    width: 0;
    height: 100%;
    background: black;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .5s ease;
    opacity: 0;
}

.event_link.et_clickable:hover:before{
    width: 100%;
    opacity: .4;
}

.event_header h3,
.event_header p{
    color: white;
}

.event_header a{
    display: inline-block;
    padding: .25rem .75rem;
    background: #a38968;
    color: white;  
}

.et-db #et-boc .et-l .event_header .et_pb_column_1_4 h3,
.et-db #et-boc .et-l .event_header .et_pb_column_1_3 h3{
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.imp_team_header p {
    font-family: "BreveSansText-Medium";
    text-align: center;
    padding-bottom: 50px;
    color: white;
}

.imp_team_header .people {
    border-top: 1px solid #a0a0a0;
    padding: 10px;
    color: white;
    display: flex;
}

.imp_team_header .people .person {
    flex-grow: 1;
    text-align: center;
}

.imp_team_header .people .person .name {
    font-family: "BreveSansText-Medium";
    font-size: 16px;
}

.imp_team_header .people .person .title {
    font-family: "BreveSansText-Medium";
    font-size: 12px;
}

.people {
	margin-top: 50px;
}

.imp_team_updates h1 {
    text-align: center;
    color: #ff9e13;
    margin-bottom: 30px;
}

.updates_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.updates_wrapper .imp_team_update {
    width: 30%;
    padding: 25px;
    border: 1px solid #888;
    margin-bottom: 3%;
}
.updates_wrapper .imp_team_update:hover {
    cursor: pointer;
}

.imp_team_update .update_date {
    font-family: "BreveSansText-Black", sans-serif;
    margin-bottom: 8px;
    height: 23px;
}

.imp_team_update .update_title {
    font-family: "BreveSlabText-Light", serif;
    font-size: 24px;
    color: #ff9e13;
    margin-bottom: 15px;
}

.imp_team_update .update_excerpt {
    font-family: "BreveSansText-Medium", sans-serif;
    margin-bottom: 40px;
}

.imp_team_update .update_button {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 5px;
    border: 2px solid #ff9e13;
    color: #ff9e13;
}
.imp_team_update:hover .update_button {
    background-color: #ff9e13;
    color: white;
}

.imp_team_initiatives h1 {
    text-align: center;
    color: #c85073;
    margin-bottom: 100px;
}

.initiatives_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.initiatives_wrapper .imp_team_initiative {
    width: 30%;
    padding: 25px;
    border: 1px solid #c85073;
    background-color: #c85073;
    height: 300px;
    position: relative;
    margin-bottom: 3%;
}
.initiatives_wrapper .imp_team_initiative:hover {
    cursor: pointer;
}

.imp_team_initiative .initiative_text {
    font-family: "BreveSansText-Black", sans-serif;
    margin-bottom: 8px;
    height: 23px;
    color: #fff;
}

.imp_team_initiative .initiative_title {
    font-family: "BreveSlabText-Light", serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.imp_team_initiative .initiative_button {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 25px;
    max-width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imp_team_initiative:hover .initiative_button {
    background-color: #fff;
    color: #c85073;
}

.spotlight_box {
    border: 20px solid #09d6b7;
    padding: 150px 50px;
    width: 50%;
}

.spotlight_box .spotlight_text {
    color: #09d6b7;
    font-family: "BreveSansText-Black", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.spotlight_box .it_title {
    color: #09d6b7;
    font-family: "BreveSlabText-Light", serif;
    font-size: 40px;
    line-height: 55px;
}

.page-id-85 .et_pb_section_1:hover {
    cursor: pointer;
}

.page-id-85 .et_pb_section_2 {
    padding: 0 0 54px;
}

.page-id-85 .et_pb_section_2 .et_pb_row_2 {
    padding: 0px;
    margin-bottom: 30px;
}

.page-id-85 .et_pb_section_2 .et_pb_row_2 .et_pb_column_1_2 {
    width: 50%;
    margin: 0px;
}

.spotlights {
    width: 100%;
    max-width: none;
}

.spotlights .spotlight {
    color: #525252;
    padding: 100px;
    width: 50%;
    margin-right: 0;
}

.spotlights .spotlight:hover {
    cursor: pointer;
}

.spotlights .spotlight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s
}

.spotlights .spotlight:hover::after {
    opacity: .3;
}

.spotlights .spotlight .spotlight_text {
    font-family: "BreveSansText-Black", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.spotlights .spotlight .spotlight_title {
    font-family: "BreveSlabText-Light", serif;
    font-size: 30px;
    line-height: 40px;
    width: 500px;
}

.page-id-85 .updates {
    border: 20px solid #ff9e13;
    padding: 50px;
}

.page-id-85 .updates h2 {
    color: #ff9e13;
    font-family: "BreveSlabText-Light";
    font-size: 42px;
    padding: 0 50px;
    float: left;
}

.page-id-85 .updates .updates_wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 65px;
}

.page-id-85 .updates .updates_wrapper .update {
    background-color: #ff9e13;
    color: white;
    width: 30%;
    padding: 30px;
    height: 300px;
    position: relative;
    transition: background-color .5s;
}
.page-id-85 .updates .updates_wrapper .update:hover {
    cursor: pointer;
    background-color: #ffb545;
}

.page-id-85 .updates .updates_wrapper .update .date {
    font-family: "BreveSansText-Black";
    font-size: 12px;
    font-weight: bold;
}

.page-id-85 .updates .updates_wrapper .update h3 {
    color: white;
    font-family: "BreveSlabText-Light";
    font-size: 28px;
}

/* Initiatives */
.page-id-85 .initiatives {
    border: 20px solid #ca4d6f;
    padding: 50px;
}

.page-id-85 .initiatives h2 {
    color: #ca4d6f;
    font-family: "BreveSlabText-Light";
    font-size: 42px;
    padding: 0 50px;
    float: left;
}

.page-id-85 .initiatives .initiatives_wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 65px;
}

.page-id-85 .initiatives .initiatives_wrapper .initiative {
    background-color: #ca4d6f;
    color: white;
    width: 30%;
    padding: 30px;
    height: 300px;
    position: relative;
    transition: background-color .5s;
}
.page-id-85 .initiatives .initiatives_wrapper .initiative:hover {
    cursor: pointer;
    background-color: #c9758b;
}

.page-id-85 .initiatives .initiatives_wrapper .initiative .date {
    font-family: "BreveSansText-Black";
    font-size: 12px;
    font-weight: bold;
}

.page-id-85 .initiatives .initiatives_wrapper .initiative h3 {
    color: white;
    font-family: "BreveSlabText-Light";
    font-size: 28px;
}

.single-implementation-team .et_pb_section_3,
.single-implementation-team .et_pb_section_3 .et_pb_row_0 {
    padding: 0;
}

.single-initiative .et_pb_section_0,
.single-update .et_pb_section_0,
.single-spotlight .et_pb_section_0 {
    min-height: unset;
    display: block;
    background-color: #fff;
}

.single-initiative .et_pb_row,
.single-update .et_pb_row,
.single-spotlight .et_pb_row {
    width: 100%;
}

.single-initiative .et_post_meta_wrapper {
    display: none;
}

.single-initiative #main-content .container {
    padding-top: 0;
}

.et-db #et-boc .et-l .event_header > .et_pb_row.et_pb_row_0{
  max-width: 100%;
  width: 100%;
  padding: 0px !important;
  margin: 0px;      
}

@media only screen and (max-width: 768px) {
    .home .et_pb_section_0,
    .et_pb_section_0 {
        min-height: 87vh;
    }

    .green_stripe,
    .orange_stripe,
    .beige_line {
        display: none;
    }

    .home #page-container .et_pb_button_1 {
        width: 330px;
    }

    .home .et_pb_text_2,
    .home .et_pb_row_4,
    .page .et_pb_with_border {
        border: 0 none;
    }

    .page .et_pb_with_border {
        padding: 0px !important;
    }

    .page-id-106 .et_pb_row_2 {
        padding: 20px !important;
    }

    .home .et_pb_text_3,
    .home .et_pb_text_4,
    .home .et_pb_text_6,
    .home .et_pb_text_7 {
        font-size: 19px;
        line-height: 31px;
    }

    .event_link.et_clickable{
        padding: 2rem !important;
    }    

    .et_pb_column_4_4.et_pb_column_1 .et_pb_text_2,
    .et_pb_section_3 .et_pb_row_4.et_pb_row {
        padding: 0 !important;
    }

    .et_pb_column_4_4.et_pb_column_5 .et_pb_text_5 {
        font-size: 60px;
        line-height: 65px;
    }

    .et_pb_column_1_2.et_pb_column_2 .et_pb_text_3,
    .et_pb_column_1_2.et_pb_column_7 .et_pb_text_7 {
        margin-top: 0px !important;
    }

    .et_pb_button_0_wrapper.et_pb_module .et_pb_button_0 {
        padding: 30px 70px !important;
    }

    .imp_group_header h2 {
        margin-bottom: 50px;
    }

    .imp_team_box {
        display: block;
    }

    .imp_team_box .it_title {
        margin-bottom: 25px;
        margin-right: 0px;
    }

    .imp_team_header h1 {
        width: auto !important;
    }

    .imp_team_header .people {
        display: block;
    }

    .updates_wrapper,
    .initiatives_wrapper,
    .page-id-85 .updates .updates_wrapper,
    .page-id-85 .initiatives .initiatives_wrapper {
        display: block;
    }

    .updates_wrapper .imp_team_update,
    .initiatives_wrapper .imp_team_initiative,
    .page-id-85 .updates .updates_wrapper .update,
    .page-id-85 .initiatives .initiatives_wrapper .initiative {
        width: auto;
        margin-bottom: 25px;
    }

    div.footer_ctas {
        background-color: #77725e;
        background-image: none !important;
        padding: 30px;
    }

    div.footer_ctas .footer_content_area {
        padding-bottom: 75px;
    }

    div.footer_ctas .footer_options {
        flex-direction: column;
    }

    div.footer_ctas .footer_options > div {
        width: 340px;
        font-size: 22px;
    }

    div.footer_ctas .footer_options .left_cta {
        margin-bottom: 50px;
    }

    .spotlight_box {
        border: 0 none;
        padding: 0;
        width: 100%;
    }

    .spotlights {
        margin: 0;
        width: 100%;
    }

    .spotlights .spotlight {
        padding: 70px 40px;
    }

    .page-id-81 .et_pb_with_background .et_pb_text_inner {
        border: 0 none !important;
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0 !important;
    }

    .page-id-81 .et_pb_with_background .initiatives {
        display: block;
        position: relative;
    }

    .page-id-81 .et_pb_with_background .initiatives .initiative {
        margin-bottom: 20px;
    }

    .page-id-85 .updates,
    .page-id-85 .initiatives {
        border: 0 none;
        padding: 0;
    }

    .page-id-85 .updates h2,
    .page-id-85 .initiatives h2 {
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }
}