.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 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, 0.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, 0.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: 0.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: 0.5rem 0.625rem;
    margin: 0 auto;
    align-items: center;
}

@media only screen and (min-width: 40em) {
    .call-to-action {
        padding: 0.5rem 0.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;
}

.af-logo>a,
.sponsor-logo>a {
    opacity: 1;
    transition: opacity 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.af-logo>a:focus,
.sponsor-logo>a:focus,
.af-logo>a:hover,
.sponsor-logo>a:hover {
    opacity: 0.75;
}

.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: 0.8em 0.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 0.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: 0.5rem;
}

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

.simple-item.column>.simple-item__label {
    padding: 0;
    margin-bottom: 0.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>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: 0.5rem;
    flex-grow: 1;
}

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

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

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

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

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

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

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

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

.pricing th {
    color: #fafafa !important;
    text-align: center;
}

.pricing td {
    text-align: center;
}

.pricing__header th {
    background-color: #1a5398;
}

.pricing__section.--pros th {
    background-color: #1a5398;
}

.pricing__section.--pros td {
    background-color: #d1ddea;
}

.pricing__section.--pros td:nth-of-type(even) {
    background-color: #dde5f0;
}

.pricing__section.--students th {
    background-color: #388637;
}

.pricing__section.--students td {
    background-color: #d7e7d7;
}

.pricing__section.--students td:nth-of-type(even) {
    background-color: #e1ede1;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

@media only screen and (min-width: 0em) {
    .flex.--sm-wrap {
        flex-wrap: wrap;
    }

    .flex.--sm-nowrap {
        flex-wrap: nowrap;
    }

    .flex.--sm-row {
        flex-direction: row;
    }

    .flex.--sm-col {
        flex-direction: column;
    }

    .flex.--sm-align-center {
        align-items: center;
    }

    .flex.--sm-justify-center {
        justify-content: center;
    }

    .flex.--sm-align-start {
        align-items: start;
    }

    .flex.--sm-justify-start {
        justify-content: start;
    }

    .flex.--sm-align-end {
        align-items: end;
    }

    .flex.--sm-justify-end {
        justify-content: end;
    }

    .flex>.--sm-grow {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 40em) {
    .flex.--med-wrap {
        flex-wrap: wrap;
    }

    .flex.--med-nowrap {
        flex-wrap: nowrap;
    }

    .flex.--med-row {
        flex-direction: row;
    }

    .flex.--med-col {
        flex-direction: column;
    }

    .flex.--med-align-center {
        align-items: center;
    }

    .flex.--med-justify-center {
        justify-content: center;
    }

    .flex.--med-align-start {
        align-items: start;
    }

    .flex.--med-justify-start {
        justify-content: start;
    }

    .flex.--med-align-end {
        align-items: end;
    }

    .flex.--med-justify-end {
        justify-content: end;
    }

    .flex>.--med-grow {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 64em) {
    .flex.--lrg-wrap {
        flex-wrap: wrap;
    }

    .flex.--lrg-nowrap {
        flex-wrap: nowrap;
    }

    .flex.--lrg-row {
        flex-direction: row;
    }

    .flex.--lrg-col {
        flex-direction: column;
    }

    .flex.--lrg-align-center {
        align-items: center;
    }

    .flex.--lrg-justify-center {
        justify-content: center;
    }

    .flex.--lrg-align-start {
        align-items: start;
    }

    .flex.--lrg-justify-start {
        justify-content: start;
    }

    .flex.--lrg-align-end {
        align-items: end;
    }

    .flex.--lrg-justify-end {
        justify-content: end;
    }

    .flex>.--lrg-grow {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 90em) {
    .flex.--xlrg-wrap {
        flex-wrap: wrap;
    }

    .flex.--xlrg-nowrap {
        flex-wrap: nowrap;
    }

    .flex.--xlrg-row {
        flex-direction: row;
    }

    .flex.--xlrg-col {
        flex-direction: column;
    }

    .flex.--xlrg-align-center {
        align-items: center;
    }

    .flex.--xlrg-justify-center {
        justify-content: center;
    }

    .flex.--xlrg-align-start {
        align-items: start;
    }

    .flex.--xlrg-justify-start {
        justify-content: start;
    }

    .flex.--xlrg-align-end {
        align-items: end;
    }

    .flex.--xlrg-justify-end {
        justify-content: end;
    }

    .flex>.--xlrg-grow {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 120em) {
    .flex.--xxlrg-wrap {
        flex-wrap: wrap;
    }

    .flex.--xxlrg-nowrap {
        flex-wrap: nowrap;
    }

    .flex.--xxlrg-row {
        flex-direction: row;
    }

    .flex.--xxlrg-col {
        flex-direction: column;
    }

    .flex.--xxlrg-align-center {
        align-items: center;
    }

    .flex.--xxlrg-justify-center {
        justify-content: center;
    }

    .flex.--xxlrg-align-start {
        align-items: start;
    }

    .flex.--xxlrg-justify-start {
        justify-content: start;
    }

    .flex.--xxlrg-align-end {
        align-items: end;
    }

    .flex.--xxlrg-justify-end {
        justify-content: end;
    }

    .flex>.--xxlrg-grow {
        flex-grow: 1;
    }
}

.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: 0.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, 0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.feature-box.linked {
    transition: transform 0.25s ease-in-out, opacity 0.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: 0.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: 0.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 .button {
    background-color: #388637;
    color: #fafafa;
}

.theme--issummit-green .button:hover,
.theme--issummit-green .button:focus {
    background-color: #6aa469;
}

.theme--issummit-green .button.disabled {
    background-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.linked>a>.content::after {
    background-color: #388637;
}

.theme--issummit-green .feature-box div.header img+.title {
    color: #fafafa !important;
    background-color: rgba(56, 134, 55, 0.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, 0.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, 0.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 .button {
    background-color: #1a5398;
    color: #fafafa;
}

.theme--issummit-blue .button:hover,
.theme--issummit-blue .button:focus {
    background-color: #537eb2;
}

.theme--issummit-blue .button.disabled {
    background-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.linked>a>.content::after {
    background-color: #1a5398;
}

.theme--issummit-blue .feature-box div.header img+.title {
    color: #fafafa !important;
    background-color: rgba(26, 83, 152, 0.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, 0.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, 0.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;
}