/*--------------------------------
# Gutenberg
--------------------------------*/

.secondary-content {
    padding-top: 4rem;
}
.blocks-content, .wp-block-cover__inner-container, .wp-block-group__inner-container {
    margin: 0 auto;
    max-width: 840px;
    width: 100%;
}
.blocks-content > :first-child {
    padding-top: 4rem;
}
.wp-block-group, hr {
    margin: 4rem auto;
}
.full-top {
    margin-top: 4rem;
}
@media only screen and (max-width: 600px) {
    .wp-block-group, hr {
        margin: 2rem auto;
    }
    .full-top {
        margin-top: 2rem;
    }
    .blocks-content > :first-child {
        padding-top: 2rem;
    }
}
.alignwide {
    margin-left: -230px;
    margin-right: -230px;
    max-width: 100vw;
}
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.alignfull .kt-row-column-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 1800px) {
    .alignfull {
        margin-left: calc(-1800px / 2 + 100% / 2);
        margin-right: calc(-1800px / 2 + 100% / 2);
    }
}
@media only screen and (min-width: 782px) {
    .less-gutter .wp-block-column:not(:first-child) {margin-left: 1rem;}
}
@media only screen and (max-width: 1300px) {
    .alignwide, .alignfull {
        padding-left: 20px;
        padding-right: 20px;
    }
    .alignwide.cards-block {
        padding-left: 5px;
        padding-right: 5px;
    }
    .alignwide, .alignwide.cards-block {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
    }
    .wp-block-kadence-rowlayout.alignfull {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 880px) {
    .blocks-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.has-sidebar .alignwide, .has-sidebar .alignfull {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-group.has-background, .wp-block-group.brick-bg {
    padding: 4rem 20px;
}
.wp-block-group.brick-bg.padding-sm {
    padding: 2rem 20px;
}
.wp-block-group.cards-bg {
    background: linear-gradient( 0deg, #6c8dab, #6c8dab 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100% );
    padding-bottom: 4rem;
}
.wp-block-image, .wp-block-media-text, .wp-block-button {
    margin-bottom: 1.71rem;
}
.wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
    max-width: 100%;
}
.blocks-content > p:last-child, .blocks-content > ul:last-child, .blocks-content > ol:last-child {
    margin-bottom: 4rem;
}

@media only screen and (max-width: 600px) {
    .wp-block-group.has-background, .wp-block-group.brick-bg {
        padding: 2rem 20px;
    }
    .wp-block-group.cards-bg {
        padding-bottom: 2rem;
    }
    .blocks-content > p:last-child, .blocks-content > ul:last-child, .blocks-content > ol:last-child {
        margin-bottom: 2rem;
    }
}

/* Items that should not have a bottom margin */

.wp-block-group .wp-block-column p:last-of-type, .wp-block-group.has-background .wp-block-columns:last-of-type, .no-bottom, .wp-block-columns, .wp-block-image figure {
    margin-bottom: 0;
}
.wp-block-column {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 783px) {
    .wp-block-column {
        margin-bottom: 0;
    }
}
.blocks-content > .wp-block-group:first-child, .no-top {
    margin-top: 0;
}
.blocks-content > .wp-block-group.has-background:last-child, .blocks-content > .wp-block-group.brick-bg:last-child, .blocks-content > .wp-block-group.cards-bg:last-child {
    margin-bottom: 0;
}
hr {
    background: #dae2ea;
}

/* Team */

a.team-member-link {
    border: 0 !important;
    display: block;
    margin: 0 0 10px;
    position: relative;
    transition: all .4s ease;
}
a.team-member-link:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    transform: translateY(-5px);
}
a.team-member-link:before {
    background: #068ccb;
    background: linear-gradient(225deg, #068ccb 0%, #53c0d6 100%);
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .4s ease;
    visibility: hidden;
}
a.team-member-link:hover:before {
    top: 0;
    visibility: visible;
}
.team-member-thumb {
    height: 310px;
    position: relative;
    width: 100%;
    z-index: 5;
}
.team-member-info {
    min-height: 120px;
    padding: 10px;
    position: relative;
    z-index: 6;
}
a.team-member-link h3 {
    margin: 0;
    transition: all .4s ease;
}
a.team-member-link:hover h3 {
    color: #fff;
}
.team-member-title {
    line-height: 1.1em;
}

/* Video Player */

a.yt-launch {
    border: 0 !important;
    display: block;
    margin-top: 20px;
    position: relative;
}
a.yt-launch:hover {
    text-decoration: none;
}
.yt-play-icon {
    align-items: center;
    background: #00b292;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    left: 4px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 90px;
    z-index: 10;
}
a.yt-launch:hover .yt-play-icon {
    background: #00bcf2;
}
.video-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    display: flex !important;
    justify-content: center;
}
.video-lightbox .lightbox-contain {
    background: none;
    display: inline-block;
    height: auto;
    max-width: 90%;
    position: relative;
    width: auto;
}
.yt-close {
    background: #00bcf2;
    border-radius: 50%;
    height: 20px;
    right: -10px;
    top: -10px;
    width: 20px;
}
.yt-close:before, .yt-close:after {
    background: #fff;
    width: 70%;
}

/* YouTube Fix */

.wp-block-embed.wp-embed-aspect-16-9 {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.wp-block-embed.wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: static;
}

/* Brick BG */

.brick-bg {
    position: relative;
}
.brick-bg:after {
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
}
.brick-bg.purple:after {
    background: #838dc8;
}
.brick-bg.gray:after {
    background: #7A9AB7;
}
.brick-bg > * {
    position: relative;
    z-index: 5;
}
@media only screen and (min-width:900px) {
    .brick-bg {
        background: url(../img/brick-bg.jpg) center center / cover no-repeat;
    }
}
@media only screen and (max-width:899px) {
    .brick-bg {
        background: url(../img/brick-bg-sm.jpg) center center / cover no-repeat;
    }
}

/* Cards */

.block-card, .block-card .card {
    align-self: stretch;
    display: flex;
    height: 100%;
    width: 100%;
}
.block-card {
    padding-bottom: 1.71rem;
}
.card, .card-type, .card-content, .card-icon path {
    transition: all .4s ease;
}
.card {
    align-items: flex-end;
    background: #fff;
    border: 1px solid #7a9ab7;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.card:hover {
    background: #00b6ed;
    border-color: #00b6ed;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    transform: translateY(-6px);
}
/* .card:before {
    border: 2px solid #f8f8f8;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
} */
.card.no-link {
    cursor: default;
}
.card-type {
	color: #00b6ed;
    display: block;
    font-size: .9375em;
    font-weight: 600;
    line-height: 1em;
    padding: 0 0 4px;
    position: relative;
    text-transform: uppercase;
}
.card-content {
    overflow: hidden;
    padding: 70px 20px 4rem 2rem;
    position: relative;
    z-index: 4;
}

.card.events .card-content  {
    padding: 0px 0px 4rem 0px;
}

.card.events .card-content .card-title  {
    padding: 20px 20px 1rem 2rem;
}

.card.events .card-content .card-exerpt {
    padding: 0px 20px 0rem 2rem;
}

.block-events .card-content {
    padding: 0px 0px 4rem 0rem;
}

.block-events .card-content h3.card-title {
    padding: 20px 20px 1rem 2rem;
}

.block-events .card-content .card-exerpt {
    padding: 0px 20px 0rem 2rem;
}

.grid-item .card-content {
	height: auto;
}
h3.card-title {
    font-family: ivypresto-headline, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.45em;
    margin: 0;
    text-transform: none;
}
h3.card-title, h3.card-title a {
    border: 0;
    color: #1d1f2a;
    transition: all .4s ease;
}
.entry-content h3.card-title a {
    font-weight: 400;
}
a.cardlink:hover, .card a:hover, .card:hover h3.card-title a:hover {
    text-decoration: none;
}
.card-exerpt p {
    color: #7a9ab7;
    font-size: .9375em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    transition: all .4s ease;
}
.card:hover .card-type, .card:hover h3.card-title, .card:hover h3.card-title a, .card:hover .card-exerpt p {
    color: #fff;
}
.card-contain {
    padding-bottom: 2rem;
}
.card-go {
    bottom: 2rem;
    left: 2rem;
    width: 42px;
}
.card-go, .card-go:before, .card-go:after {
    background: #00b6ed;
    height: 2px;
    position: absolute;
    transition: all .6s ease-in-out, background .4s ease;
}
.card-go:before, .card-go:after {
    bottom: 0;
    content: '';
    right: -2px;
    transform-origin: center right;
    width: 8px;
}
.card:hover .card-go {
    width: calc(100% - 4rem);
}
.card:hover .card-go, .card:hover .card-go:before, .card:hover .card-go:after {
    background: #fff;
}
.card:hover .card-go:before {
    transform: rotate(35deg);
}
.card:hover .card-go:after {
    transform: rotate(-35deg);
}


/* Card Date */

/* .card-date {
    color: #00b6ed;
    font-size: 1.875em;
    font-weight: 700;
    left: 0;
    line-height: 1em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 6rem;
    width: 9rem;
}
.card-date span {
    display: block;
}
.card-date span.time, .card-date span.year {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
} */

/* Card icons */

/* .card-content:before {
    color: #00b6ed;
    display: block;
    font-family: 'fontello';
    font-size: 2.5rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2.5rem;
    width: 6.5rem;
} */

.card-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
}
.card:hover .card-icon path {
    fill: #fff;
}

/* Flexible Row */

.sc-slide .card-row {
    padding-top: 6px;
}

@media only screen and (min-width: 641px) {
    .card-flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .card-flex-row .card-contain {
        display: flex;
        flex-basis: 0;
        flex-grow: 1;
    }
    .card-flex-row .card-contain:not(:first-child) {
        margin-left: 2rem;
    }
    .card-flex-row.thirds .card-contain {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        width: calc((100% - 2rem) / 2);
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .card-flex-row.thirds .card-contain:nth-child(2n + 1) {
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .card-flex-row.thirds .card-contain {
        width: calc((100% - 4rem) / 3);
    }
    .card-flex-row.thirds .card-contain:nth-child(3n + 1) {
        margin: 0;
    }
}


@media only screen and (max-width: 959px) {

}
@media only screen and (max-width: 640px) {

}

/* Big Idea */

.block-big-idea {
    padding-top: 0 !important;
    position: relative;
}
.big-idea-graphic {
    display: flex;
}
.block-big-idea + .wp-block-group.has-background, .block-big-idea + .brick-bg {
    margin-top: 0;
}
.big-idea-content {
    left: 0;
    margin: 0 auto;
    max-width: 1340px;
    padding: 4rem 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
h1.big-idea-title, h2.big-idea-title, .big-idea-content h2 {
    color: #6b8dab!important;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}
h1.big-idea-title, h2.big-idea-title {
    font-size: 2.12em;
    letter-spacing: .08em;
    line-height: 1em;
    text-transform: uppercase;
}
h1.big-idea-title em, h2.big-idea-title em {
    display: inline-block;
    font-family: ivypresto-headline, serif;
    font-size: 2.31em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1em;
    padding-left: .05em;
    position: relative;
    text-transform: none;
    top: -.1em;
}
.expert-showcase-head h1.big-idea-title, .expert-showcase-head h2.big-idea-title {
    font-size: 2.98em;
}
h1.big-idea-title em strong, h2.big-idea-title em strong {
    color: #1eb7eb;
    font-weight: 400;
}
span.hero-line {
    align-items: center;
    display: flex;
}
.expert-showcase-head span.hero-line {
    justify-content: center;
}
.entry-content .big-idea-content h2 {
    background: none;
    font-size: 1.71em;
    line-height: 1.3em;
    padding: 0;
}
.block-big-idea {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media only screen and (max-width: 1799px) {
    .big-idea-content {padding-top: 3.6vw;}
    h1.big-idea-title, h2.big-idea-title {
        font-size: 1.75em;
        font-size: 1.8vw;
    }
    .entry-content .big-idea-content h2 {font-size: 1.5vw;}
}
@media only screen and (max-width: 1340px) {
    .big-idea-content {
        padding-left: 12vw;
        padding-top: 2.3vw;
    }
    h1.big-idea-title, h2.big-idea-title {
        font-size: 2.15vw;
        margin-bottom: .3em;
    }
    .entry-content .big-idea-content h2 {font-size: 2vw;}
}
@media only screen and (max-width:640px) {
    .big-idea-content {
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%);
        padding-bottom: 0;
    }
    h1.big-idea-title, h2.big-idea-title {
        font-size: 3.7vw;
    }
    .entry-content .big-idea-content h2 {
        font-size: 3.2vw;
        margin: 0;
    }
    .big-idea-graphic {padding-top: 12vw;}
}


/* News and Events */

/* #height {
    height: 266.094px;
    height: 550px;
} */

.card-sections-nav {
    list-style: none;
    margin: 0 0 1.71rem;
    text-align: center;
}
.entry-content .card-sections-nav li {
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.entry-content .card-sections-nav li:before {
    display: none;
}
.card-sections-nav button {
    color: #6c8dab;
    font-weight: 600;
    margin: 0 .5rem;
    padding: 0 2px;
}
.card-sections-nav button:before {
    content: none;
}
.card-sections-nav button.active {
    background: linear-gradient( 0deg, #00b6ed, #00b6ed 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50% );
    color: #1d1f2a;
}

/* Statistics */

.entry-content h3.number-stat {
    color: #7a9ab7;
    font-size: 1rem;
    line-height: 1.3em;
    text-align: center;
}
.entry-content h3.number-stat strong.number-stat-top {
    color: #00b6ed;
    display: block;
    font-size: 3.375em;
    line-height: 1em;
    margin: 0 0 10px;
}
.entry-content h3.number-stat span.number-stat-main {
    border-bottom: 1px solid #7a9ab7;
    border-top: 1px solid #7a9ab7;
    display: inline-block;
}

/* Board Rosters */

.form-group header {
    background: #6c8dab;
    color: #fff;
    font-weight: 700;
	border-bottom: 2px solid #ebf0f4;
    padding: 10px 20px;
    position: relative;
    transition: all .4s ease;
}
.form-group header:hover, .form-group.expanded header {
    background: #00b6ed;
}
span.plusicon {
    bottom: 0;
    display: inline-block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    width: 12px;
}
span.plusicon:before, span.plusicon:after {
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 12px;
}
span.plusicon:before {
    transform: rotate(-90deg);
}
.expanded span.plusicon:before {
    transform: rotate(0);
}
.form-group article {
    padding: 20px;
}
.form-group th {
    text-align: left;
}
