@charset "UTF-8";
/* CSS Document */
.social-container {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    position: relative
}

.social-container>.social-bar {
    background-color: #fafafa
}

.social-container>.social-feed {
    flex: 1 1 auto;
    position: relative
}

.social-bar {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 .5rem
}

.social-bar>a {
    font-size: 2.5rem;
    color: #388637
}

.social-bar>a:hover,
.social-bar>a:focus {
    color: #74aa73
}

.social-feed {
    border-left: 1px solid rgba(15, 70, 100, .12);
    min-height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.social-feed>iframe {
    position: absolute !important
}

.banner {
    color: #575047 !important;
    position: relative;
    overflow: hidden
}

.banner__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap
}

@media only screen and (min-width: 64em)and (max-width: 89.9375em) {
    .banner__overlay {
        flex-flow: row nowrap
    }
}

.banner__image {
    width: 100%;
    filter: blur(5px)
}

.banner__logo {
    max-width: 25%
}

.banner__logo.full {
    width: 100%;
    max-width: 100%
}

@media only screen and (min-width: 40em) {
    .banner__logo.full {
        max-width: 50%;
        width: 50%
    }
}

.banner__logo.short {
    width: 50%;
    max-width: 20rem
}

@media only screen and (min-width: 40em) {
    .banner__logo.short {
        max-width: 25rem
    }
}

@media only screen and (min-width: 64em) {
    .banner__logo.short {
        max-width: 15rem
    }
}

@media only screen and (min-width: 90em) {
    .banner__logo.short {
        max-width: 30rem;
        width: 20%
    }
}

.banner__title {
    color: #575047 !important;
    margin: 0 !important;
    padding: .5rem !important;
    max-width: 50%
}

.banner__subtext {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a5398;
    text-align: center
}

@media only screen and (min-width: 40em) {
    .banner__subtext {
        font-size: 1.5rem
    }
}

.banner__subtext #location {
    font-size: 1rem;
    font-weight: 100
}

@media only screen and (min-width: 40em) {
    .banner__subtext #location {
        font-size: 1.25rem
    }
}

.call-to-action {
    display: flex;
    flex-flow: row nowrap;
    max-width: 80rem;
    padding: .5rem .625rem;
    margin: 0 auto;
    align-items: center
}

@media only screen and (min-width: 40em) {
    .call-to-action {
        padding: .5rem .9375rem
    }
}

.call-to-action__text {
    flex: 1 1 auto;
    margin: 0;
    font-size: 1.5rem
}

@media only screen and (min-width: 40em) {
    .call-to-action__text {
        font-size: 1.75rem
    }
}

.call-to-action__button {
    flex: 0 1 auto;
    margin: 0
}

.call-to-action__button .button {
    background-color: #1a5398;
    color: #fafafa !important;
    margin: 0;
    font-size: 1.25rem;
    border-radius: 1rem
}

@media only screen and (min-width: 40em) {
    .call-to-action__button .button {
        font-size: 1.5rem
    }
}

.call-to-action__button .button:hover,
.call-to-action__button .button:focus {
    background-color: #3c6da7
}

.call-to-action__container {
    background-color: #388637;
    color: #fafafa
}

.sponsor-logo>a {
    opacity: .75;
    transition: opacity .15s ease-in-out, filter .15s ease-in-out
}

.sponsor-logo>a:focus,
.sponsor-logo>a:hover {
    filter: grayscale(0);
    opacity: 1
}

.af-logo>a {
    opacity: .75;
    transition: opacity .15s ease-in-out, filter .15s ease-in-out
}

.af-logo>a:focus,
.af-logo>a:hover {
    filter: grayscale(0);
    opacity: 1
}

.feature-box.testimonial {
    overflow: hidden;
    border-left: 2px solid #388637;
    border-top: 2px solid #388637
}

.feature-box.testimonial .header .title {
    background-color: #388637 !important
}

.feature-box.testimonial .title {
    padding: .8em .45em !important;
    position: absolute;
    left: -2rem;
    top: -2rem;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    text-align: right
}

.feature-box.testimonial blockquote {
    font-size: 1.25rem
}

.feature-box.testimonial blockquote .bq-footer {
    color: #575047;
    text-align: right
}

.speaker-image {
    border-radius: 50%;
    border: 2px solid #388637
}

.speaker-image--keynote {
    border-width: 4px
}

a.speaker__link {
    text-decoration: none
}

a.speaker__link .speaker__image-container::after {
    content: "";
    transition: opacity .1s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0
}

.speaker {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column nowrap
}

.speaker::last-child {
    margin-bottom: 0
}

.speaker__image-container {
    width: 100%;
    position: relative
}

.speaker__image-container>.speaker-image {
    width: 100%
}

.speaker__title {
    text-align: center
}

.speaker__info {
    text-align: center;
    color: #575047;
    flex-grow: 1
}

.simple-item {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #cacaca
}

@media only screen and (min-width: 0em)and (max-width: 39.9375em) {
    .simple-item {
        flex-flow: column nowrap
    }
}

.simple-item.column {
    flex-flow: column nowrap;
    padding: .5rem
}

.simple-item.column>.simple-item__content {
    padding: 0
}

.simple-item.column>.simple-item__label {
    padding: 0;
    margin-bottom: .25rem
}

.simple-item.column>.simple-item__label.yellow {
    border-top: 2px solid #ffcd05
}

.simple-item.column>.simple-item__label.blue {
    border-top: 2px solid #1a5398
}

.simple-item.column>.simple-item__label.gray {
    border-top: 2px solid #575047
}

.simple-item.column>.simple-item__label.green {
    border-top: 2px solid #388637
}

.simple-item.column>.simple-item__label.purple {
    border-top: 2px solid #492365
}

.simple-item.column>.simple-item__label.red {
    border-top: 2px solid #a52428
}

.simple-item.column>.simple-item__label.orange {
    border-top: 2px solid #d25d12
}

.simple-item.column>.simple-item__label.lgreen {
    border-top: 2px solid #a3d55d
}

.simple-item.column>.simple-item__label>p {
    line-height: 1
}

.simple-item:last-of-type {
    border-bottom: 0px solid #cacaca
}

.simple-item__list {
    display: flex;
    flex-flow: column nowrap
}

.simple-item__list.striped>.simple-item:nth-of-type(2n) {
    background-color: #f7f6f6
}

.simple-item__title {
    margin-bottom: 0
}

.simple-item__content {
    padding: .5rem;
    flex-grow: 1
}

.simple-item__content:last-child {
    margin-bottom: 0
}

.simple-item__label {
    min-width: 8rem;
    padding: .5rem
}

.simple-item__label:last-child {
    margin-bottom: 0
}

.label.clean-energy-track {
    background-color: #ffcd05;
    color: #575047
}

.label.buildings-cities-track {
    background-color: #1a5398;
    color: #fafafa
}

.label.equity-track {
    background-color: #575047;
    color: #fafafa
}

.label.climate-engagement-track {
    background-color: #388637;
    color: #fafafa
}

.label.zero-waste-track {
    background-color: #492365;
    color: #fafafa
}

.label.red-track {
    background-color: #a52428;
    color: #fafafa
}

.label.orange-track {
    background-color: #d25d12;
    color: #fafafa
}

.label.lgreen-track {
    background-color: #a3d55d;
    color: #575047
}

.tabs-footer {
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background-color: #fafafa
}

.tabs-footer>:last-child {
    margin: 0
}

main .button.secondary {
    background-color: #1a5398;
    color: #fafafa !important;
    font-size: .9rem
}

main .button.secondary.large {
    font-size: 1.1rem
}

main .button.secondary:hover,
main .button.secondary:focus {
    background-color: #164781
}

.feature-box {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .3)
}

.feature-box.linked {
    transition: transform .25s ease-in-out, opacity .25s ease-in-out
}

.feature-box.linked:hover,
.feature-box.linked:focus-within,
.feature-box.linked.focus-within {
    -webkit-box-shadow: 0px 0px 7px 0px #1a5398;
    -moz-box-shadow: 0px 0px 7px 0px #1a5398;
    -ms-box-shadow: 0px 0px 7px 0px #1a5398;
    -o-box-shadow: 0px 0px 7px 0px #1a5398;
    box-shadow: 0px 0px 7px 0px #1a5398
}

.secondary-logo {
    opacity: 1;
    padding: .25rem
}

.secondary-logo-holder {
    max-width: 50%
}

@media only screen and (max-width: 46.25em) {
    .secondary-logo-holder {
        max-width: 100%
    }
}

@media only screen and (max-width: 46.25em) {
    .secondary-logo {
        opacity: 1
    }
}

.primary-logo {
    padding: .5rem 1rem;
    max-width: 50%
}

@media only screen and (max-width: 46.25em) {
    .primary-logo {
        max-width: 100%
    }
}

.theme--issummit-green h6,
.theme--issummit-green h5,
.theme--issummit-green h4,
.theme--issummit-green h3,
.theme--issummit-green h2,
.theme--issummit-green h1 {
    color: #1a5398 !important
}

.theme--issummit-green a {
    color: #388637
}

.theme--issummit-green a:hover,
.theme--issummit-green a:focus {
    color: #6aa469
}

.theme--issummit-green a:visited {
    color: #388637
}

.theme--issummit-green h1:first-of-type {
    margin-bottom: 0
}

.theme--issummit-green .tabs-title>a {
    color: #388637
}

.theme--issummit-green .tabs-title>a:focus,
.theme--issummit-green .tabs-title>a:hover,
.theme--issummit-green .tabs-title>a[aria-selected=true] {
    background-color: #388637;
    color: #fafafa
}

.theme--issummit-green .feature-box div.header img+.title {
    color: #fafafa !important;
    background-color: rgba(56, 134, 55, .9) !important
}

.theme--issummit-green .feature-box div.header img+.title.title-static {
    background-color: #388637 !important
}

.theme--issummit-green .feature-box div.header a+.title,
.theme--issummit-green .feature-box div.header button+.title {
    color: #fafafa !important;
    background-color: rgba(56, 134, 55, .9) !important
}

.theme--issummit-green .feature-box div.header a+.title.title-static,
.theme--issummit-green .feature-box div.header button+.title.title-static {
    background-color: #388637 !important
}

.theme--issummit-green .feature-box .title {
    color: #fafafa !important;
    background-color: #388637 !important
}

.theme--issummit-green .feature-box-alt .title {
    color: #388637;
    border-bottom: 3px solid #388637 !important
}

.theme--issummit-green .accordion .accordion-title {
    border-right: 1px solid #388637 !important;
    border-left: 1px solid #388637 !important;
    border-top: 1px solid #388637 !important
}

.theme--issummit-green .accordion .accordion-title:hover,
.theme--issummit-green .accordion .accordion-title:focus {
    background-color: #388637 !important;
    color: #fafafa !important
}

.theme--issummit-green .accordion .accordion-item.is-active>.accordion-title {
    background-color: #388637 !important;
    color: #fafafa !important
}

.theme--issummit-green .accordion .accordion-content {
    color: #575047 !important;
    border-left: 1px solid #388637 !important;
    border-right: 1px solid #388637 !important;
    border-top: 1px solid #388637 !important
}

.theme--issummit-green .accordion .accordion-item:last-child>.accordion-content {
    border-bottom: 1px solid #388637 !important
}

.theme--issummit-green .accordion .accordion-item:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #388637 !important
}

.theme--issummit-green .accordion .accordion-item .footnote {
    background: #efefef;
    border-top: 2px dotted #388637
}

.theme--issummit-green .speaker-image {
    border-color: #1a5398
}

.theme--issummit-green .speaker__title {
    color: #388637 !important
}

.theme--issummit-green .speaker__info {
    color: #1a5398 !important
}

.theme--issummit-green a.speaker__link:focus .speaker__image-container::after,
.theme--issummit-green a.speaker__link:hover .speaker__image-container::after {
    background: rgba(26, 83, 152, .5);
    opacity: 1
}

.theme--issummit-green a.speaker__link:focus .speaker__title,
.theme--issummit-green a.speaker__link:hover .speaker__title {
    color: #569855 !important
}

.theme--issummit-green a.speaker__link:focus .speaker__info,
.theme--issummit-green a.speaker__link:hover .speaker__info {
    color: #3c6da7 !important
}

.theme--issummit-blue h6,
.theme--issummit-blue h5,
.theme--issummit-blue h4,
.theme--issummit-blue h3,
.theme--issummit-blue h2,
.theme--issummit-blue h1 {
    color: #388637 !important
}

.theme--issummit-blue a {
    color: #1a5398
}

.theme--issummit-blue a:hover,
.theme--issummit-blue a:focus {
    color: #537eb2
}

.theme--issummit-blue a:visited {
    color: #1a5398
}

.theme--issummit-blue h1:first-of-type {
    margin-bottom: 0
}

.theme--issummit-blue .tabs-title>a {
    color: #1a5398
}

.theme--issummit-blue .tabs-title>a:focus,
.theme--issummit-blue .tabs-title>a:hover,
.theme--issummit-blue .tabs-title>a[aria-selected=true] {
    background-color: #1a5398;
    color: #fafafa
}

.theme--issummit-blue .feature-box div.header img+.title {
    color: #fafafa !important;
    background-color: rgba(26, 83, 152, .9) !important
}

.theme--issummit-blue .feature-box div.header img+.title.title-static {
    background-color: #1a5398 !important
}

.theme--issummit-blue .feature-box div.header a+.title,
.theme--issummit-blue .feature-box div.header button+.title {
    color: #fafafa !important;
    background-color: rgba(26, 83, 152, .9) !important
}

.theme--issummit-blue .feature-box div.header a+.title.title-static,
.theme--issummit-blue .feature-box div.header button+.title.title-static {
    background-color: #1a5398 !important
}

.theme--issummit-blue .feature-box .title {
    color: #fafafa !important;
    background-color: #1a5398 !important
}

.theme--issummit-blue .feature-box-alt .title {
    color: #1a5398;
    border-bottom: 3px solid #1a5398 !important
}

.theme--issummit-blue .accordion .accordion-title {
    border-right: 1px solid #1a5398 !important;
    border-left: 1px solid #1a5398 !important;
    border-top: 1px solid #1a5398 !important
}

.theme--issummit-blue .accordion .accordion-title:hover,
.theme--issummit-blue .accordion .accordion-title:focus {
    background-color: #1a5398 !important;
    color: #fafafa !important
}

.theme--issummit-blue .accordion .accordion-item.is-active>.accordion-title {
    background-color: #1a5398 !important;
    color: #fafafa !important
}

.theme--issummit-blue .accordion .accordion-content {
    color: #575047 !important;
    border-left: 1px solid #1a5398 !important;
    border-right: 1px solid #1a5398 !important;
    border-top: 1px solid #1a5398 !important
}

.theme--issummit-blue .accordion .accordion-item:last-child>.accordion-content {
    border-bottom: 1px solid #1a5398 !important
}

.theme--issummit-blue .accordion .accordion-item:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #1a5398 !important
}

.theme--issummit-blue .accordion .accordion-item .footnote {
    background: #efefef;
    border-top: 2px dotted #1a5398
}

.theme--issummit-blue .speaker-image {
    border-color: #388637
}

.theme--issummit-blue .speaker__title {
    color: #1a5398 !important
}

.theme--issummit-blue .speaker__info {
    color: #388637 !important
}

.theme--issummit-blue a.speaker__link:focus .speaker__image-container::after,
.theme--issummit-blue a.speaker__link:hover .speaker__image-container::after {
    background: rgba(56, 134, 55, .5);
    opacity: 1
}

.theme--issummit-blue a.speaker__link:focus .speaker__title,
.theme--issummit-blue a.speaker__link:hover .speaker__title {
    color: #3c6da7 !important
}

.theme--issummit-blue a.speaker__link:focus .speaker__info,
.theme--issummit-blue a.speaker__link:hover .speaker__info {
    color: #569855 !important
}
