html,
body {
    color: #231F20;
    ;
    background: linear-gradient(270deg, #222D65 10.28%, #257FC1 35.96%, #FF5100 62.71%, #78297D 90%);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding: 10px;

}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 40px 65px;
    overflow: hidden;
}

/* Globals */

.navbar #google_translate_element {
    position: absolute;
    top: 5px;
    right: 5px;
}

a {
    color: #231F20;
}

a:hover {
    text-decoration: none;
    color: #231F20;
}

.highlight {
    color: #78297D;
    font-weight: bold;
}

.section-header {
    font-family: 'Open Sans';
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #231F20;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.section-header.download-link {
    font-size: 18px;
    line-height: 25px;
    border-bottom: 2px solid #8AC543;
}

a .section-header:hover {
    text-decoration: underline;
}

.link {
    color: #78297D;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.no-top-margin {
    margin-top: 0px !important;
}

.link:hover {
    color: #78297D;
    text-decoration: underline;
}

.highlight-cta {
    display: block;
    margin-top: -7px;
    border: 1px solid black;
    padding: 8px 10px !important;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 20px;
    background-color: #78297D;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    animation-name: highlight-bg;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.highlight-cta.green {
    background-color: #8AC543;
    color: #000;
    animation-name: highlight-green;
    transition: background-color 300ms ease-in-out;
}

.highlight-cta:hover {
    text-decoration: underline;
}

.highlight-cta.green:hover {
    background-color: #678f36;
}

.green-sticky-nav {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #8AC543;
    left: 0;
    padding: 15px;
    text-align: center;
    z-index: 9;
}

.green-sticky-nav a {
    font-weight: bold;
    text-decoration: underline;
}

.green-sticky-nav p {
    margin-bottom: 0;
}

@keyframes highlight-bg {
    0% {
        background-color: #78297D;
        color: #fff;
    }

    50% {
        background-color: #FFF;
        color: #000;
    }

    100% {
        background-color: #78297D;
        color: #fff;
    }
}

.round-button {
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #FF5100;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.round-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px #f8f9fa;
    text-shadow: 0px 0px 10px #f8f9fa;
    color: #f5f5f5;
}

.bottom-page-nav {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #231F20;
    margin: 60px 0;
    overflow: visible;
    cursor: pointer;
}

.bottom-page-nav:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 18px;
    border-style: solid;
    border-width: 16px 0 16px 12px;
    border-color: transparent transparent transparent #231F20;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bottom-page-nav:hover:after {
    margin-left: 30px;
    border-color: transparent transparent transparent #8AC543;
}

.current-page {
    border-bottom: 2px solid#231F20;
}

.bottom-border-0 {
    border-bottom: 0px !important;
    margin-bottom: 25px;
}

.gradient-header {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin: 10px 0;
}

.line {
    width: 100%;
    padding-top: 2px;
    background-color: #231F20;
}

.green-btn {
    display: inline-block;
    background-color: #8AC543;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 8px;
    margin-bottom: 10px;

}

.green-btn:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #CEE1B7;
}

.green-btn-outline {
    display: inline-block;
    border: solid 1px #8AC543;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 8px;
}

.green-btn-outline:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #8AC543;
}

.download-link {
    border-bottom: 2px solid #000;
    font-family: 'Open Sans';
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.download-link:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #78297D;
}

.inline-number-circle {
    border: 2px solid #8AC543;
    border-radius: 200px;
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    margin-right: 8px;
}

#google_translate_element2 {
    display: none;
}

#langaugeselectcont {
    padding-bottom: 30px;
    padding-top: 15px;
    justify-content: flex-end;
    align-items: baseline;
}

#langaugeselectcont select {
    margin-left: 20px;
}

#langaugeselectcont label {
    font-size: .9em;
    color: #78297D;
    font-weight: bold;
    width: 100%;
    text-align: right;
}


/* ./Globals */

/* Default Overwrites */
button:focus {
    outline: none;
}



/* /. Default Overwrites */

/* Nav */
.navbar {
    padding: 0;
    max-width: 1600px;
    margin: auto;
}

.navbar .stockton-diamond-logo {
    width: 100%;
    max-width: 183px;
}

.navbar a {
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    line-height: 19px;
}

.navbar .nav-link:hover,
.navbar.current-page {
    border-bottom: 2px solid #000;
    text-decoration: none;
}

.navbar .desktop-nav {
    padding-top: 40px;
    padding-bottom: 0;
}

.local-nav {
    margin-top: 25px;
}

.local-nav .local-nav-button {
    border: 1px solid black;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;

}

.local-nav .local-nav-inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}


.local-nav .local-nav-inner div {
    padding: 0 5px;
}

.local-nav .local-nav-button:hover {
    border-bottom: 1px solid #231F20;
    text-decoration: underline;
}

/* /. Nav */

/* Footer */
.footer .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}

.footer a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-social-row {
    max-width: 130px;
    margin-bottom: 1rem;
}

.footer .footer-social-row img {
    height: 18px;
}

.footer .stockton-diamond-logo {
    margin-bottom: 15px;

}

.parnter-logo {
    height: 50px;
    width: auto;
}

/* /. Footer */

/* Mobile Nav */
.navburger {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
}

.mobile-nav-list-group .list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold;
    border-color: #000;
    color: #000;
    padding: 10px;
}

.mobile-nav-list-group .list-group-item:nth-child(2) {
    border-top: 1px solid #000;
}

.mobile-nav-list-group .list-group-item:nth-child(even) {
    border-left: 0px;
}

/* /. Mobile Nav */

/* Color Classes */
.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #eee;
}

.bg-green {
    background-color: #8AC543;
}

.bg-light-green {
    background-color: #E8F3D9;
}

.bg-purple {
    background-color: #78297D;
}

.bg-gradient {
    background: linear-gradient(270deg, #222D65 10.28%, #257FC1 35.96%, #FF5100 62.71%, #78297D 90%);
}

.green-line-left {
    border-left: solid 2px #8AC543
}

/* /. Color Classes */

.grey-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Width Classes */
.w100 {
    width: 100%;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-60 {
    width: 60%;
}

.w-90 {
    width: 90%;
}

/* /. Width Classes */

/* Padding Classes */
.pad-0 {
    padding: 0;
}

/* /. Padding Classes */


/* Carousels */
.sponsors-carousel {
    margin-top: 40px;
}



.sponsors-carousel img {
    width: inherit !important;
    margin: auto;
}

/* /. Carousels */


/* Tab component */

/* This override to remove right padding from container */
.overview-tabs .container,
.concept-tabs .container {
    padding: 0 0 0 65px;
}

.tab-nav .nav {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;

}

.tab-nav .nav-link {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #231f2099;
    border-right: 1px solid #231F20;
    padding: 30px 0;
}

.tab-nav .nav-link .active-line {
    display: none;
}

.tab-nav .nav-link.active {
    display: flex;
    justify-content: space-around;
}

.tab-nav .nav-link.active .tab-title {
    display: block;
    white-space: nowrap;
    align-self: center;
}

.tab-nav .nav-link.active .active-line {
    width: 100%;
    display: block;
    margin-left: 2px;
    height: 1px;
    padding-top: 1px;
    background: #231F20;
    margin-left: 15px;
    align-self: center;
}

.tab-content .content-column {
    margin: 40px 0;
}

.tab-content .side-padding-right {
    padding-right: 40px;
}

.tab-content .tab-pane h2 {
    font-family: 'Open Sans', sans-serif;
    ;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #231F20;
    margin-top: 30px;
}

.tab-content .tab-pane p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #231F20;
    margin-top: 15px;
}

.challenge-intersection {
    background-image: url('../images/the-challenge-intersection.png');
    height: 100%;
    position: relative;
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.challenge-intersection::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background-position: 59%;
}

.tab-content .icon-row,
.key-activities .icon-row {
    margin-top: 40px;
}

.key-activities .icon-row .icon {
    width: 120px;
}


/* .tab-nav .nav-link.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid #231F20;
} */

.tab-nav .nav-link.active,
.tab-nav .nav-link:hover {
    color: #231F20;
}

/* Map Component */
.concept-tabs .map-container {
    overflow: auto;
    position: relative;
    max-height: 520px;
}

.bridge-map-legend {
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    background-color: #eee;
}

.bridge-map-legend img {
    width: 100%;
    height: auto;
}

.zoom-controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
}

.zoom-controls .control {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #231F20;
    padding: 2px 11px;
    cursor: pointer;
}

.zoom-controls .control.disabled {
    cursor: not-allowed;
    color: #231f2080;
}

/* .zoomed-map {
    transform: scale(1.5,1.5);
} */

/* ./Map Component */

/* /. Tab component */

/* Sponsor Dropdown */
.triangle-container {
    display: flex;
    justify-content: space-evenly;
    max-width: 1600px;
    margin: auto;
    margin-bottom: 25px;
}

.triangle-container .white-space {
    padding-top: 15px;
    background-color: #fff;
    width: 100%;
}

.triangle-container .arrow-up {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
}

.sponsor-dropdown {
    overflow: hidden;
    height: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.sponsor-dropdown.open {
    padding: 30px 0;
}

.sponsor-dropdown p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
}

.animate-full-height {
    height: 100% !important;
}

.sponsors .container {
    padding: 0 15px;
}

.sponsor-cta-slide {
    height: 125px;
}

.sponsor-cta {
    cursor: pointer;
}

.sponsor-triangle {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 20px;
    color: #231F20;
}

.sponsor-cta-slide:hover .sponsor-triangle {
    bottom: 8px;
    color: #8AC543;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.close-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* ./Sponsor Dropdown */

/* The timeline */

.timeline .timeline-content {
    overflow: auto;
    width: 100%;
}

.timeline .wrapper {
    position: relative;
    min-width: 500px;
}

.timeline .legend {
    margin-bottom: 20px;
}


.timeline .legend .item {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 5PX;
}

.timeline .legend .item .color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #000;
    margin-right: 5px;
}

.timeline .legend .item .color.green {
    background-color: #8AC543;
}

.timeline .legend .item .color.light-green {
    background-color: #CBEDA2;
}

.timeline .table-header {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #231F20;
    background-color: #ccc;
    padding: 5px 0;
    border-right: 1px solid #9a9a9a;
    margin-bottom: 0;
}

.timeline .table-header.last {
    border-right: 0px;
}

.timeline .current-event {
    position: absolute;
    left: -120px;
}

@media screen and (max-width: 992px) {
    .timeline .current-event {
        left: 0;
        font-size: 11px;
        top: -17px;
        width: 240px;
    }
}

.timeline .table-section-header,
.timeline .data.data-next-phases p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    color: #231F20;
    background-color: #eee;
    padding: 5px 10px;
    margin-bottom: 0;
}

.timeline .column {
    border-right: 1px solid #d8d4d4;
    height: 90vh;
    min-height: 800px;
}

.timeline .column.last {
    border-right: 0px;
}

.timeline .data {
    overflow: visible;
    position: absolute;
    width: 0%;
}

.timeline .data p {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    white-space: nowrap;
}

.timeline .data .data-column {
    padding-top: 20px;
}

/* Specific data column rows */

.timeline .data-1 {
    top: 10%;
    left: 2%;
}

.timeline .data-1.in-view {
    width: 27%;
}

.timeline .data-2 {
    top: 8%;
    left: 2%;
    margin-top: 5px;
}

.timeline .data-2.in-view {
    width: 15%;
}

.timeline .data-3 {
    top: 16%;
    left: 13%;
}

.timeline .data-3.in-view {
    width: 6%;
}

.timeline .data-4 {
    top: 24%;
    left: 8%;
}

.timeline .data-4.in-view {
    width: 22%;

}

.timeline .data-5 {
    top: 32%;
    left: 27%;
}

.timeline .data-5.in-view {
    width: 6%;
}

.timeline .data-6 {
    top: 40%;
    left: 34%;
}

.timeline .data-6.in-view {
    width: 6%;
}

.timeline .data-6b {
    top: 46%;
    left: 50%;
}

.timeline .data-6b.in-view {
    width: 3.5%;
}

.timeline .data-6b2 {
    top: 53%;
    left: 53%;
}

.timeline .data-6b2.in-view {
    width: 2%;
}


.timeline .data-6c {
    top: 60%;
    left: 53.5%;
}

.timeline .data-6c.in-view {
    width: 3%;
}

.timeline .data-6d {
    top: 67%;
    left: 52.5%;
}

.timeline .data-6d.in-view {
    width: 1.5%;
}

.timeline .data-8 {
    top: 74%;
    left: 48%;
}

.timeline .data-8.in-view {
    width: 15%;
}

.timeline .data-7 {
    top: 81%;
    left: 2%;
}

.timeline .data-7.in-view {
    width: 96%;
}


.timeline .data-next-phases {
    top: 88%;
    left: 0%;
    font-weight: bold;
    width: 100%;
}


.timeline .data-9 {
    top: 93%;
    left: 65%;
}

.timeline .data-9.in-view {
    width: 30%;
}


/* New dropdown timeline */
.dropdown-timeline {
    display: block;
    position: relative;
    overflow: auto;
}

.dropdown-timeline .legend {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.dropdown-timeline .legend .item {
    display: flex;
    align-items: center;
    margin-right: 25px;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
}

.dropdown-timeline .legend .item:last-of-type {
    margin-right: 0;
}

.dropdown-timeline .legend .item .item-display {
    display: inline-block;
    margin-right: 8px;
    border: 2px solid #231F20;
    border-radius: 7px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
}

.dropdown-timeline .legend .item .item-display.completed {
    background-color: #ccc;
    border-color: #757575;
}

.dropdown-timeline .legend .item .item-display.active {
    background-color: #CBEDA2;
    border-color: #8AC543;
}

.dropdown-timeline .legend .item .item-display.future {
    background-color: #FFF;
    border-color: #8AC543;
}

.dropdown-timeline .timeline-container {
    min-width: 1000px;
    display: block;
    position: relative;
}

.dropdown-timeline .timeline-column-bg {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dropdown-timeline .timeline-column-bg .timeline-col {
    height: 100%;
    border-right: 2px dashed #d8d4d4;
}

.dropdown-timeline .timeline-column-bg .timeline-col:first-of-type,
.dropdown-timeline .timeline-column-bg .timeline-col:last-of-type {
    border: 0;
}

.dropdown-timeline .timeline-container .timeline-col {
    width: calc(100% / 9);
}

.dropdown-timeline .timeline-container .timeline-header {
    background-color: #eee;
    display: flex;
}

.dropdown-timeline .timeline-container .timeline-header .timeline-col {
    border-right: 2px solid #eee;
    z-index: 3;
}

.dropdown-timeline .timeline-container .timeline-header h3 {
    font-size: 1.2em;
    font-weight: 800;
    padding: 8px 10px;
    text-align: center;
    margin-bottom: 0;
}

.dropdown-timeline .timeline-container .phase-title {
    font-size: 0.9em;
    padding: 10px;
    margin: 0;
}

.dropdown-timeline .timeline-container .timeline-row {
    display: flex;
}

.timeline-row .timeline-col {
    z-index: 5;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container {
    width: calc(100% - (100%/8));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 40px 0;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar {
    width: 100%;
    height: 5px;
    background-color: #8AC543;
    position: relative;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 40px;
    background-color: #8AC543;
    border-radius: 12px;
    z-index: 5;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan.completed {
    background-color: #ccc;
    border: 2px solid #757575 !important;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan.completed:hover {
    background-color: #757575 !important;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar.active .timespan {
    background-color: rgba(138, 197, 67, 0.45);
    border: 2px solid #8AC543;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan#ts-1 {
    left: 2%;
    width: 5%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan#ts-2 {
    left: 3%;
    width: 29%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan#ts-3 {
    left: 18%;
    width: 30%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan#ts-4 {
    left: 54%;
    width: 41%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan#ts-5 {
    left: 2.5%;
    width: 95%;
}


.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan.sub-timespan-cta {
    transition: 300ms;
    outline: 0;
    border: 0;
    font-size: 0;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan.sub-timespan-cta:hover {
    background-color: #678f36;
    cursor: pointer;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan.sub-timespan-cta::after {
    content: "+";
    font-size: 30px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    right: 5px;
    color: #FFF;
    transform: translateY(-50%);
    border: 2px solid #FFF;
    width: 25px;
    text-align: center;
    border-radius: 100%;
    transition: 100ms ease-in-out;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .timeline-bar .timespan.sub-timespan-cta.selected::after {
    content: '−';
    background-color: #FFF;
    color: #8AC543;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 300ms ease-out;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan.open {
    padding-top: 40px;
    height: 100%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item {
    font-size: 0.8em;
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item a {
    text-decoration: underline;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item .sub-timespan-duration {
    display: inline-block;
    margin-right: 8px;
    border: 2px solid #231F20;
    border-radius: 7px;
    width: 20px;
    height: 15px;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item .sub-timespan-duration.completed {
    background-color: #ccc;
    border-color: #757575;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item .sub-timespan-duration.active {
    background-color: #CBEDA2;
    border-color: #8AC543;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item .sub-timespan-duration.future {
    background-color: #FFF;
    border-color: #8AC543;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-1-sub-1 {
    padding-left: 4%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-1-sub-1 .sub-timespan-duration {
    width: 4%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-00 {
    padding-left: 6%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-00 .sub-timespan-duration {
    width: 4%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-0 {
    padding-left: 3%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-0 .sub-timespan-duration {
    width: 30%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-1 {
    padding-left: 16%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-1 .sub-timespan-duration {
    width: 4%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-2 {
    padding-left: 19%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-2 .sub-timespan-duration {
    width: 4%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-3 {
    padding-left: 31%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-3 .sub-timespan-duration {
    width: 4.5%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-4 {
    padding-left: 31%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-4 .sub-timespan-duration {
    width: 4.5%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-5 {
    padding-left: 34%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-2-sub-5 .sub-timespan-duration {
    width: 5%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-1 {
    padding-left: 20%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-1 .sub-timespan-duration {
    width: 35%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-2 {
    padding-left: 26%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-2 .sub-timespan-duration {
    width: 26%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-3 {
    padding-left: 31%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-3 .sub-timespan-duration {
    width: 25%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-4 {
    padding-left: 36%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-4 .sub-timespan-duration {
    width: 5%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-5 {
    padding-left: 26%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-5 .sub-timespan-duration {
    width: 13%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-6 {
    padding-left: 34%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-6 .sub-timespan-duration {
    width: 16%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-7 {
    padding-left: 40%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-7 .sub-timespan-duration {
    width: 8%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-8 {
    padding-left: 45%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-8 .sub-timespan-duration {
    width: 6%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-9 {
    padding-left: 45%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-9 .sub-timespan-duration {
    width: 6%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-10 {
    padding-left: 48%;
}

.dropdown-timeline .timeline-container .timeline-row .timeline-bar-container .sub-timespan .sub-timespan-item#ts-3-sub-10 .sub-timespan-duration {
    width: 6.5%;
}


/* Environmental review */
.environmental-review .section-header {
    margin-top: 0;
}

.environmental-review .icon-row p {
    font-weight: bold;
}

.environmental-review h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #231F20;
    text-align: center;
    margin-top: 40px;
}

.environmental-review .icon-row {
    margin-bottom: 20px;
}

.environmental-review .resource-icon {
    width: 100%;
    max-width: 88px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.video-h1 {
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 5px;
}

/*animation element*/

.animation-element {
    opacity: 0;
    position: relative;
}

/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

/* Override to lessen left slide */
.environmental-review .animation-element.slide-left {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.delay-1 {
    transition-delay: 0.1s;
}

.animation-element.delay-2 {
    transition-delay: 0.2s;
}

.animation-element.delay-3 {
    transition-delay: 0.3s;
}

.animation-element.delay-4 {
    transition-delay: 0.4s;
}

.animation-element.delay-5 {
    transition-delay: 0.5s;
}

/* ./ The timeline */

/* Accordian */

.accordian {
    margin-top: 40px;
    margin-bottom: 40px;
}

.accordian-container {
    border-bottom: 2px solid #231F20;
    margin-top: 20px;
    position: relative;
}

.accordian-container .we-are-here {
    position: absolute;
    top: -15px;
    left: 4px;
}

@media screen and (max-width: 992px) {
    .accordian-container .we-are-here {
        font-size: 12px;
        top: -18px;
    }
}

.accordian-container p {
    font-size: 16px;
    line-height: 22px;
}

.accordian-header-container .accordian-header {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
}

.accordian-header-container .accordian-header .accordian-number-container {
    width: 9%;
    display: inline-block;
}

.accordian-header-container .accordian-header .accordian-number {
    border: 2px solid #8AC543;
    border-radius: 200px;
    display: inline-block;
    padding: 13px 20px;
    font-weight: bold;
    vertical-align: super;
}

.accordian-header-container .accordian-header .accordian-number.purple {
    border: 2px solid #78297D;
}

.accordian-header-container .accordian-header p {
    display: inline-block;

    vertical-align: middle;
    width: 90%;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 60px;
}

.accordian-header-container .accordian-header:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    width: 0;
    height: 0;
    margin-left: 18px;
    border-style: solid;
    border-width: 12px 16px 0px 16px;
    border-color: #231F20 transparent transparent transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}



.accordian-header-container.active .accordian-header:after {
    border-width: 0px 16px 12px 16px;
    border-color: transparent transparent #231F20 transparent;
}

.accordian-header-container .accordian-header:hover:after {
    border-color: #8AC543 transparent transparent transparent;
}

.accordian-header-container.active .accordian-header:hover:after {
    border-color: transparent transparent #8AC543 transparent;
}

.accordian-header-container .accordian-header.purple:hover:after {
    border-color: #78297D transparent transparent transparent;
}

.accordian-header-container.active .accordian-header.purple:hover:after {
    border-color: transparent transparent #78297D transparent;
}

.accordian-container .accordian-body {
    margin-left: 40px;
}

.accordian-container .accordian-body ul {
    padding-left: 8%;
    padding-right: 60px;
}

.accordian-container .accordian-body ul li {
    padding-bottom: 10px;
}

.accordian-container .accordian-highlight {
    border: 2px solid #8AC543;
}


.materials-accordion {
    margin-top: 0;
}

.materials-accordion .accordian-header {
    position: relative;
    border-bottom: 2px solid #8AC543;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.materials-accordion .accordian-header::after {
    top: 0;
}

.materials-accordion .accordian-header h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.key-activities .icon-row p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    max-width: 140px;
    text-align: center;
    color: #231F20;
    margin: 10px auto;
}

.public-engagement-block {
    margin-top: 70px;
}

.public-engagement-block p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.public-engagement-block img {
    width: 90%;
    max-width: 160px;
}

.public-engagement .public-engagement-copy-block {
    padding: 0 30px;
}

.public-engagement .bottom-page-nav {
    margin-top: 80px;
    margin-bottom: 40px;
}

.resources .resource-row {
    margin-top: 0px;
    margin-bottom: 20px;
}

.resources h3 {
    font-size: 18px;
    color: #78297D;
    font-weight: bold;
    border-bottom: 2px solid #78297D;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    width: 100%;
}

.resources .accordian {
    margin-top: 0;
}

.resources .faq-inner {
    margin-left: 40px;
}

.resources .faq-image {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.resources .accordian-header-container .accordian-header {
    position: relative;
    padding-bottom: 10px;
}

.resources .accordian .accordian-body a {
    text-decoration: underline;
}

.resources .accordian-container {
    margin-bottom: 30px;
    margin-top: 0px;
}

.resources .accordian-header-container .accordian-header p {
    margin-bottom: 0px;
}

.resources .accordian-header-container .accordian-header:after {
    top: 35%;
}

.resources .accordian-container .accordian-body {
    margin-right: 110px;
}

.resources .resource-row .download-link {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.resources .accordian-header-container .accordian-header p {
    padding: 0;
}

.resources .accordian-container .accordian-body ul {
    padding-left: 50px;
    padding-right: 20px;
}

.news-and-events p {
    margin-bottom: 40px;
}

.news-and-events .download-link {
    margin: 25px 0;
}

.partners img {
    margin: 40px 20px;
}

.partners .bottom-page-nav {}


.contact a:hover {
    text-decoration: underline;
}

.contact .section-header {
    margin-top: 0;
    margin-bottom: 30px;
}

/* Embed overrides for Zoho form */
.comment-form #crmWebToEntityForm {
    margin: unset !important;
    margin-top: -80px !important;
    width: 100% !important;
    overflow: hidden;
    font-family: 'Open Sans' !important;
}

.comment-form #crmWebToEntityForm b,
.comment-form #crmWebToEntityForm b strong {
    display: none !important;
}

.comment-form #crmWebToEntityForm input[type=checkbox] {
    height: 25px;
    width: 25px;
    margin-top: 5px;
}



.comment-form #crmWebToEntityForm table {
    width: 100% !important;
    display: inline-flex;
}

.comment-form #crmWebToEntityForm tr,
#crmWebToEntityForm td {
    width: 50%;
    display: inline-block;
}

.comment-form #crmWebToEntityForm td {
    padding: 6px;
    border-spacing: 0px;
    width: 50% !important;
    display: inline;
    border-width: 0px;
}

.comment-form #crmWebToEntityForm tr td:nth-child(2) {
    display: none !important;
}

/* CAPTCHA TO MATCH HEIGHT OF COMMENT INPUT */
.comment-form #crmWebToEntityForm tr:nth-child(13) span {
    padding-bottom: 5px;
    display: inline-block;
}

.comment-form #crmWebToEntityForm tr:nth-child(13) input {
    margin-top: -5px;
}

.comment-form #crmWebToEntityForm tr:nth-child(13) input {
    height: 55px;
}


.comment-form #crmWebToEntityForm tr:nth-child(14) {
    margin-left: 50%;
}

.comment-form #crmWebToEntityForm tr:nth-child(1),
.comment-form #crmWebToEntityForm tr:nth-child(16),
.comment-form #crmWebToEntityForm tr:nth-child(17),
.comment-form #crmWebToEntityForm tr:nth-child(18) {
    display: none !important;
}

.comment-form #crmWebToEntityForm input[type=submit] {
    background: #8AC543 !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 25px !important;
    /* identical to box height */
    text-align: center !important;
    color: #231F20 !important;
    border-radius: 5px !important;
    padding: 5px 30px;
    border: 0px;
    text-transform: uppercase;
    position: absolute;
    bottom: 90px;
}

.comment-form #crmWebToEntityForm input[type=submit]:hover {
    background: #CBEDA2 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.comment-form #crmWebToEntityForm input[type=reset] {
    display: none;
}

.public-meeting-box {
    background: #FFFFFF;
    margin: auto;
    margin-bottom: 30px;
}

.public-meeting-box .calendar-icon {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 170px;
}

.public-meeting-box h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #8AC543;
    display: inline-block;
    padding-bottom: 2px;
}

.public-meeting-box a h3 {
    transition: border-color 0.25s ease-in-out;
}

.public-meeting-box a h3:hover {
    border-color: #78297D;
}

.public-meeting-box p {
    margin: 10px 0;
}

.public-meeting-box a {
    text-decoration: underline;
}

.public-meeting-box a.download-link {
    text-decoration: none;
    display: inline;
}

.public-meeting-box a.download-link:hover {
    color: #78297D;
}

.public-meeting-box a:hover {
    font-weight: bold;
}

.public-meeting-box ul {
    padding-left: 20px;
}

.public-meeting-box li {
    font-size: 14px;
    margin-bottom: 10px;
}

.blurb {
    border: 3px solid #78297D;
    padding: 10px;
    border-radius: 10px;
}

/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (max-width: 992px) {
    .green-sticky-nav p {
        font-size: .8em;
    }

    .container {
        width: 100%;
        max-width: 1600px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-header {
        font-size: 16px;
        line-height: 23px;
    }

    .tab-nav .nav-link.active {
        display: block;
    }

    .tab-nav .nav-link {
        width: 33%;
        display: inline-block;
        border-right: 0px;
        border-bottom: 1px solid #231F20;
        text-align: center;
        padding-bottom: 25px;
    }

    .overview-tabs .tab-nav .nav-link {
        width: 33%;
    }

    .concept-tabs .tab-nav .nav-link {
        width: 25%;
    }

    .tab-nav .nav-link.active .active-line {
        width: 1px;
        display: block;
        height: 100%;
        padding-top: 1px;
        background: #231F20;
        margin: auto;
        align-self: center;
    }

    .overview-tabs .container,
    .concept-tabs .container {
        padding: 0px 20px;
    }

    .tab-nav .nav-link {
        font-size: 12px;
    }

    .tab-nav .nav {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tab-content {
        padding-bottom: 10px;
    }

    .tab-content .side-padding-right {
        padding-left: 0pc;
        padding-right: 0px;
    }

    .mobile-logo {
        padding: 20px 0;
    }

    .tab-content .tab-pane h2 {
        margin-top: 0;
    }

    .tab-content .tab-pane p {
        margin-top: 15px;
    }

    .tab-content,
    .key-activities .icon-row {
        margin-top: 20px;
    }

    .key-activities .icon-row .icon {
        width: 100px;
    }

    .tab-content .content-column {
        margin-bottom: 0;
    }

    .challenge-intersection {
        max-width: 500px;
        margin: auto;
    }

    .timeline .table-header,
    .timeline .table-section-header,
    .timeline .data.data-next-phases p {
        font-size: 12px;
        line-height: 14px;
    }

    .timeline .data p {
        font-size: 11px;
        line-height: 14px;
        min-width: 230px;
        white-space: normal;
    }

    .tab-content .tab-pane h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .tab-content .tab-pane p {
        font-size: 12px;
        line-height: 14px;
    }

    .tab-content .tab-icon {
        width: 100px;
    }

    .tab-content .content-column {
        margin: 20px 0 0 0;
    }

    .public-engagement .bottom-page-nav {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .bottom-page-nav {
        font-size: 12px;
        line-height: 14px;
    }

    .bottom-page-nav:after {
        margin-left: 10px;
        border-width: 8px 0 8px 6px;
    }

    .bottom-page-nav:hover:after {
        margin-left: 20px;
    }

    .environmental-review .resource-icon {
        margin-top: 20px;
    }

    .accordian {
        margin-top: 20px;
    }

    .accordian-header-container .accordian-header .accordian-number {
        padding: 7px 14px;
    }

    .accordian-container p {
        font-size: 14px;
        line-height: 18px;
    }

    .accordian-header-container .accordian-header p {
        margin-left: 25px;
        vertical-align: top;
        width: 90%;
        padding-right: 30px;
    }


    .accordian-header-container .accordian-header:after {
        top: 10px;
        right: 10px;
    }

    .accordian-header-container .accordian-header {
        padding-bottom: 5px;
        display: flex;
    }

    .accordian-header-container .accordian-header:after {
        border-width: 6px 8px 0px 8px;
    }

    .accordian-header-container.active .accordian-header:after {
        border-width: 0px 8px 6px 8px;
    }

    .public-engagement .public-engagement-copy-block {
        padding: 0px 5px;
    }

    .public-engagement-block p {
        font-size: 14px;
        line-height: 19px;
    }

    .green-btn {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .download-link {
        font-size: 14px;
    }

    .comment-form #crmWebToEntityForm tr {
        width: 100%;
        display: inline-block;
    }

    .comment-form #crmWebToEntityForm input[type=submit] {
        bottom: 0px;
        left: 50%;
        margin-left: -62px;
    }

    .accordian-container .accordian-body ul {
        padding-left: 11%;
        padding-right: 30px;
    }

    .accordian-container .accordian-body ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .comment-form #crmWebToEntityForm tr:nth-child(14) {
        margin-left: 0;
    }

    .contact .container img {
        width: 50px;
    }

    .navbar #google_translate_element {
        bottom: 0px;
        top: inherit;
    }

    .navbar .mobile-logo .stockton-diamond-logo {
        margin-bottom: 0px;
    }

    .accordian-header-container .accordian-header p {
        margin-left: 0px;
    }

    .resources .accordian-container .accordian-body {
        margin-left: 0px;
        margin-right: 0px;
    }

    .resources .faq-inner {
        margin-left: 10px;
    }

    .resource-row {
        margin-bottom: 20px;
    }

    .bridge-map-legend {
        position: relative;
        z-index: 1;
        margin-bottom: 10px;
        width: 100%;
        padding-left: 30px;
    }

    .highlight-cta.green {
        margin: 20px auto;
        max-width: 300px;
    }

    .materials-accordion .accordian-header h3 {
        padding-right: 20px;
    }
}

@media screen and (max-width: 770px) {
    .mobile-center-icon {
        margin-bottom: 40px;
        max-width: 70px;
    }
}


@media screen and (max-width: 574px) {
    .green-line-left {
        border: none;
    }
}


/* Add if printing is necessary */
@media print {}