/*
@font-face {
    font-family: 'Raleway-Italic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Raleway Italic'), local('Raleway-Italic'), url(https://fonts.gstatic.com/s/Raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*/

@font-face {
    font-family: 'conthraxsemibold';
    src: url('../fonts/conthrax-sb-webfont.woff2') format('woff2'),
        url('../fonts/conthrax-sb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v12/1Ptgg87LROyAm3Kz-C8CSKlv.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    font-weight: 600;
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway-semibold-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Raleway-Italic';
    font-style: italic;
    src: url('../fonts/raleway-italic-webfont.eot');
    src: url('../fonts/raleway-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-italic-webfont.woff') format('woff'), url('../fonts/raleway-italic-webfont.ttf') format('truetype'), url('../fonts/raleway-italic-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Raleway-Semibold-Italic';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/raleway-semibolditalic-webfont.eot');
    src: url('../fonts/raleway-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-semibolditalic-webfont.woff') format('woff'), url('../fonts/raleway-semibolditalic-webfont.ttf') format('truetype'), url('../fonts/raleway-semibolditalic-webfont.svg#webfont') format('svg');
}

/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    appearance: none;
    background-color: #40b1e5;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

button:hover,
button:focus,
[type='button']:hover,
[type='button']:focus,
[type='reset']:hover,
[type='reset']:focus,
[type='submit']:hover,
[type='submit']:focus {
    background-color: #338eb7;
    color: #fff;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button:disabled:hover,
[type='button']:disabled:hover,
[type='reset']:disabled:hover,
[type='submit']:disabled:hover {
    background-color: #40b1e5;
}

button.mfp-close,
button.mfp-arrow {
    border-radius: 0px;
}

.top-nav ul li a {
    text-transform: uppercase;
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em;
}

input,
select,
textarea {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.validation_message {
    color: #266294;
}

.form-column input[type=submit] {
    border: 2px #fff solid;
    font-size: em(20);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 6px 6px 2px 6px;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-top: 1.5em;
}

.gfield_error input,
.gfield_error textarea {
    border: 1px #cf362d solid;
    margin-bottom: 0;
}

.gfield_error .validation_message {
    margin-bottom: 0.75em;
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
    appearance: none;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: 0.5em;
    transition: border-color 150ms ease;
    width: 100%;
}

[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover {
    border-color: #c4c4c4;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
    border-color: #40b1e5;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(42, 168, 226, 0.7);
    outline: none;
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
    border: 1px solid #f5f5f5;
}

[type='color']::placeholder,
[type='date']::placeholder,
[type='datetime']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
    color: #858585;
}

textarea {
    resize: vertical;
}

[type="checkbox"],
[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

[type="file"] {
    margin-bottom: 0.75em;
    width: 100%;
}

select {
    margin-bottom: 0.75em;
    width: 100%;
}

#gallery-1 .gallery-item {
    padding: 0.5rem;
}

/*
.footable_parent p {
    font-family: 'Cairo', sans-serif;
}
*/

/* hide gravity form validation field */

body .gform_body .gform_validation_container {
    display: none;
}

.gform_wrapper input[type='text'],
.gform_wrapper textarea {
    background-color: #ececec;
}

.gform_wrapper .screen-reader-text {
    font-style: italic;
    font-size: 0.8em;
}

.gform_wrapper .ginput_container_fileupload {
    margin-bottom: 20px;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    height: 100%;
}

.full-width-content {
    padding: 30px 0;
}

.full-width-content ul,
.insert-padding ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

img,
picture {
    height: auto;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 15px
}

.two-col-text ul,
.text-block ul,
.bucket ul,
.full-width-content ul {
    text-align: left;
    list-style-type: disc;
    margin: 0 0 15px 20px;
}

.gform_body ul {
    list-style-type: none;
}

dl {
    margin: 0;
}

dt {
    font-weight: 600;
    margin: 0;
}

dd {
    margin: 0;
}

figure {
    margin: 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #b8b8b8;
    font-weight: 600;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #f5f5f5;
    padding: 0.75em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

body {
    color: #333;
    /*    font-family: "Open Sans", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* line 14, ../scss/base/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: 'Droid Sans', 'Trebuchet MS', serif;*/
    font-family: 'Raleway-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0.5em 0 0.5em;
    /*    letter-spacing: 0.06em;*/
    overflow-wrap: normal;
    hyphens: none;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: normal;
}

h1 {
    font-size: 42px;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    letter-spacing: normal !important;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    /*
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal !important;
*/
}

/* line 54, ../scss/base/_typography.scss */

h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal !important;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
    letter-spacing: normal !important;
}

strong {
    font-family: 'Raleway-SemiBold', sans-serif;
}

.mar-btm {
    margin-bottom: 15px;
}

.hero-news-grid-section {
    padding: 40px 0;
}

.hero-news-column {
    flex-direction: column;
}

.hero-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 310px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: relative;
    margin: 0 auto;
}

.hero-news-cat {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    color: #fff;
    padding: 4px 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.hero-news-item {
    background: #333;
    display: flex;
}

.hero-news-image {
    position: relative;
}

/*
.hero-news-image:hover + .hero-news-text h3 {
    background: #fff;
}
*/
.hero-news-text h3 {
    text-transform: uppercase;
}

.hero-news-text h3,
.hero-news-text p {
    padding: 0 1rem;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.hero-news-text a:hover h3 {
    /*    background: #fff;*/
    color: #bde8fc;
}

.hero-news-item .hero-news-image {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.hero-news-image::before {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: #266294;
    transition: all 0.3s ease-in-out;
}

.hero-news-image:hover::before {
    opacity: 0.5;
}

.hero-news-item .hero-news-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-news-item.hero-news-column .hero-news-image {
    width: 100%;
    height: 100%;
    min-height: 11rem;
}

.hero-news-news {
    background: #CF362D;
}

.hero-news-feature {
    background: #266294;
}

.hero-news-summary {
    background: #1b871b;
}

.hero-news-highlight {
    background: #6B0196;
}

.hero-news-know {
    background: #40b1e5;
}

.hero-news-text {
    color: #fff;
    /*    padding: 15px 20px;*/
}

.hero-news-grid-fig-1 .hero-news-text,
.hero-news-grid-fig-1 a {
    width: 50%;
}

.hero-news-grid-fig-1 .hero-news-text h3 {
    font-size: 2rem;
}

.hero-news-grid-fig-1 {
    grid-area: 1 / 1 / 2 / 4;
}

.hero-news-grid-fig-2 {
    grid-area: 2 / 1 / 3 / 2;
}

.hero-news-grid-fig-3 {
    grid-area: 2 / 2 / 3 / 3;
}

.hero-news-grid-fig-4 {
    grid-area: 2 / 3 / 3 / 4;
}

.hero-items {
    margin-bottom: 25px;
}

.hex-image {
    margin-bottom: 10px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.hex-med {
    width: 250px;
    height: 250px;
}

#quote-slider {
    display: none;
}

.quote-slider-section {
    padding: 2rem 0;
}

.quote-hex-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.quote-hex-block h3 {
    text-align: center;
}

.audio-list-section,
.circle-feature-section {
    padding: 3rem 0;
}

.audio-row {
    padding: 1rem;
    background: #dadada;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.audio-player audio {
    width: 100%;
}

/* The Masonry Container */
.news-flex {
    margin: 1.5em auto;
    display: flex;
    flex-wrap: wrap;
}

/* The Masonry Brick */
.news-item {
    padding: 1em;

    flex-basis: 31.5%;
}

.news-item h3 {
    margin: 15px 0 10px;
    font-size: 20px;
}

.news-item p {
    margin: 0 0 0.5rem;
    line-height: 22px;
}

.news-item img {
    width: 100%;
}
}

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

    .news-item {
        flex-basis: 49.5%;
    }

    .news-video {
        padding: 76px 0;
    }
}

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

    .news-video {
        padding: 47px 0;
    }
}

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

    .news-video {
        padding: 130px 0;
    }

    .news-flex {
        flex-direction: column;
    }
}

.circle-images-wrapper {
    padding: 1rem;
    width: 56%;
    background: #ebeded;
    /*
    display: grid;
    
  grid-template-columns: 1fr; 
  grid-template-rows: 3fr 1fr; 
  gap: 10px 0px; 
*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-box,
.overview-wrapper {
    display: flex;
}

.overview-box {
    min-width: 50%;
}

.video-grid-section {
    padding: 1rem 0;
}

/*
.overview-wrapper div {
    width: 50%;
}
*/

.overview-box .overview-content {
    width: 65%;
    background: #f7f7f7;
}

.overview-box .overview-image {
    width: 35%;
}

.overview-content {
    padding: 1rem 1.5rem;
}

.circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    justify-content: center;

}

.circles-wrapper {
    display: flex;
}

.circles-featured-link {
    text-align: center;
}

/* hero grid */

.hero-grid-section {
    padding: 40px 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-column-gap: 5px;
    grid-row-gap: 5px;

    position: relative;
    margin: 0 auto;
}

.hero-grid-fig-1 {
    grid-area: 1 / 1 / 3/ 3;
}

.hero-grid-fig-2 {
    grid-area: 1 / 3 / 2 / 5;
}

.hero-grid-fig-3 {
    grid-area: 2 / 3 / 3 / 4;
}

.hero-grid-fig-4 {
    grid-area: 2 / 4 / 3 / 5;
}

.hero-items {
    margin-bottom: 25px;
}

.hero-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    height: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.hero-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.8;
}

.hero-grid figure figcaption {
    padding: 1.2rem;
    color: #fff;
    font-size: 1.5rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}

.hero-grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.hero-grid figure figcaption,
.hero-grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.hero-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.hero-grid figure h3 {
    color: #fff;
}

.hero-grid figure p {
    margin: 5px;
    line-height: 1.1rem;
    font-size: 68.5%;
}

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



    .featured-videos {
        flex-direction: column;
    }

    .hero-news-grid-fig-1 .hero-news-text h3 {
        font-size: 20px;
    }

    .hero-news-grid {
        display: flex;
        flex-direction: column;
    }

    .hero-news-item {
        flex-direction: column;
    }

    .hero-news-text {
        width: 100%;
    }

    .hero-news-grid-fig-1 .hero-news-text,
    .hero-news-grid-fig-1 a {
        width: 100%;
    }

    .hero-news-item .hero-news-image {
        width: 100%;
        min-height: 24rem;
    }
}

figure.effect-news {
    background: rgba(0, 0, 50, 1);
}


figure.effect-news img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-news:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-news:hover h3 {
    display: none;
}

figure.effect-news figcaption {
    text-align: left;
}

figure.effect-news figcaption span {
    font-style: italic;
}

figure.effect-news h3 {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

figure.effect-news p {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-news:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



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

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .hero-grid figure {
        height: 250px;
    }

    .hero-grid-fig-1 {
        grid-area: 1 / 1 / 1 / 3;
    }

    .hero-grid-fig-2 {
        grid-area: 2 / 1 / 2 / 1;
    }

    .hero-grid-fig-3 {
        grid-area: 2 / 2 / 2 / 2;
    }

    .hero-grid-fig-4 {
        grid-area: 3 / 1 / 3 / 1;
    }

    .hero-grid-fig-5 {
        grid-area: 3 / 2 / 3 / 2;
    }

    .hero-grid-fig-6 {
        grid-area: 4 / 1 / 4 / 1;
    }

    .hero-grid-fig-7 {
        grid-area: 4 / 2 / 4 / 2;
    }
}

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

    .hero-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
    }

    .hero-grid-fig-1 {
        grid-area: 1 / 1 / 1 / 1;
    }

    .hero-grid-fig-2 {
        grid-area: 2 / 1 / 2 / 1;
    }

    .hero-grid-fig-3 {
        grid-area: 3 / 1 / 3 / 1;
    }

    .hero-grid-fig-4 {
        grid-area: 4 / 1 / 4 / 1;
    }

    .hero-grid-fig-5 {
        grid-area: 5 / 1 / 5 / 1;
    }

    .hero-grid-fig-6 {
        grid-area: 6 / 1 / 6 / 1;
    }

    .hero-grid-fig-7 {
        grid-area: 7 / 1 / 7 / 1;
    }

    /* line 62, ../scss/base/_typography.scss */
    h1 {
        font-size: 1.66667rem;
    }

    /* line 65, ../scss/base/_typography.scss */
    h2 {
        font-size: 1.33333rem;
    }

    /* line 68, ../scss/base/_typography.scss */
    h3 {
        font-size: 1.11111rem;
    }

    .hero-banner {
        margin-bottom: 20px;
    }
}

p {
    margin: 0 0 0.75em;
}

a {
    color: #40b1e5;
    text-decoration: none;
    transition: color 150ms ease;
}


a:focus,
a:hover {
    color: #bde8fc;
}

a:active {
    color: inherit;
}

hr {
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0;
}

sup {
    font-size: 0.5em;
}

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

a img {
    border: 0;
}

.menu-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.wrapper::after,
.menu-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

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

    .wrapper {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

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

    .wrapper {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

body .footable_parent {
    overflow-x: unset;
}

.row {
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

.row:last-child {
    margin-right: 0;
}

.alignleft {
    float: left;
    margin: 0 1.0em 1.0em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.0em 1.0em;
}

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

    /* line 56, ../scss/_utilities.scss */
    .alignleft,
    .alignright,
    .alignnone {
        float: none;
        display: block;
        margin: 0.75em auto;
    }
}

/* line 64, ../scss/_utilities.scss */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1.5em auto;
}

/* line 71, ../scss/_utilities.scss */

/*
blockquote {
    font-size: 1.33333rem;
    font-weight: 100;
}
*/

blockquote {
    background: #f9f9f9;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-style: solid;
    border-right-width: 5px;
    margin: 1.5em 40px;
    padding: 1.0em 15px;
    border-left-color: #4fc2e5;
    border-right-color: #3bb0d6;
    /*  quotes: "\201C""\201D""\2018""\2019";*/
}

/*
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
*/

blockquote p {
    display: inline;
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
    color: #717171;
}

/* video gallery styles */

.all-posts .section-title {
    margin: 1.5em 0;
    text-align: left;
}

.video-gallery {
    margin: 0px 0px 50px;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
}

.video-item.ms-col-1 {
    -ms-grid-column: 1;
}

.video-item.ms-col-2 {
    -ms-grid-column: 3;
    /* to account for gap columns */
}

.video-item.ms-col-3 {
    -ms-grid-column: 5;
    /* to account for gap columns */
}

.video-item p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal !important;
    margin-top: 5px;
}

/* line 78, ../scss/_utilities.scss */

.blog-content .wp-caption-text {
    text-align: left;
    padding: 5px 00px 0px
}

.video-caption p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 15px;
    margin-top: 5px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

body .video-container {
    margin: 10px 10px 10px 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWithCaption p {
    font-style: italic;
    font-size: 0.9em;
    padding: 5px;
}

@media screen and (max-width: 769px) {
    .video-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}


.wp-caption {
    max-width: 96%;
    padding: 5px 3px 5px;
    text-align: left;
    font-style: italic;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
}

.exascale-divider {
    background: url(../images/divider.png) no-repeat center center;
    height: 2px;
    width: 100%;
    display: block;
    margin: 3em auto;
}

.blog .exascale-divider {
    margin: 1.5em auto;
}

.top-nav {
    width: 100%;
    clear: both;
    background: #000;
    position: relative;
    height: 64px;
    padding: 8px 0 0 0;
    /*    margin-bottom: 5px;*/
}

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

.top-nav ul {
    float: right;
    text-align: right;
    padding-top: 8px;
}

.top-nav ul li {
    display: inline-block;
    margin: 0 1.5em;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.top-nav ul li:last-child {
    margin-right: 3em;
}

.top-nav ul li a {
    color: #fff;
}

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

    .top-nav ul {
        float: none;
        text-align: right;
    }

    .top-nav ul li {
        margin: 0 0.5em;
    }
}

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

    .top-nav ul {
        text-align: center;
    }

    .top-nav ul li a {
        display: block;
    }
}

.main-header {
    min-height: 120px;
    border-bottom: 1px #ccc solid;
    background: #fff;
    position: relative;
    overflow: visible;
}

.main-header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-header .logo:last-child {
    margin-right: 0;
}

.main-header .logo img {
    width: 220px;
    max-width: 220px;
}

@media screen and (max-width: 1100px) {
    .main-header .logo img {
        width: 150px;
    }
}

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

    .main-header {
        padding: 1.5em 0;
        min-height: 100px;
    }

    .main-header .logo img {
        width: 220px;
    }

    .main-header .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }

    .main-header .logo:last-child {
        margin-right: 0;
    }
}

.main-header .main-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 68.88078%;
    margin-left: 17.05961%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-header .main-nav:last-child {
    margin-right: 0;
}

.main-header .main-nav * {
    vertical-align: middle;
}

.main-header .main-nav a {
    color: #000;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    font-size: 1.0rem;
    -moz-transition: font-size 0.2s, color 0.2s;
    -o-transition: font-size 0.2s, color 0.2s;
    -webkit-transition: font-size 0.2s, color 0.2s;
    transition: font-size 0.2s, color 0.2s;
}

.main-header .main-nav a:hover {
    color: #40b1e5;
}

.main-header .main-nav ul {
    text-align: center;
}

.main-header .main-nav ul li {
    display: inline-block;
    font-size: 1.0rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 3em;
}

.main-header .main-nav ul li:last-child {
    margin-right: 0;
}

.main-header .main-nav ul li.current-menu-item a {
    color: #40b1e5;
}

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

    .main-header .main-nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: 0;
        text-align: center;
        margin: 1.5em 0;
    }

    .main-header .main-nav:last-child {
        margin-right: 0;
    }
}

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

    .main-header .main-nav {
        width: 100%;
        margin: 0 auto;
    }

    .main-header .main-nav ul {
        width: 100%;
        text-align: center;
    }

    .main-header .main-nav ul li {
        width: 100%;
        max-width: 100%;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }

    .main-header .main-nav ul li:nth-child(1) br,
    .main-header .main-nav ul li:nth-child(3n) br {
        content: "";
    }

    .main-header .main-nav ul li:nth-child(1) br:after,
    .main-header .main-nav ul li:nth-child(3n) br:after {
        content: "\2008";
    }

    .main-header .main-nav ul li:nth-child(2n) {
        padding: 0;
        margin: 0;
        border: none;
    }

    .main-header .main-nav ul li a {
        font-size: 1rem;
        letter-spacing: 0.077em;
        word-break: keep-all;
    }
}


body {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.blog-content {
    padding: 3em 0;
}

.blog-content h1 a {
    color: inherit;
}

.blog-content ul {
    list-style: disc;
    padding-left: 3em;
    margin-bottom: 15px;
}

.blog-content article,
.post-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
}

.blog-content article:last-child {
    margin-right: 0;
}

.blog-content .entry-meta {
    margin-bottom: 1em;
    font-size: 1.22222rem;
    font-weight: 600;
}

.blog-content .entry-meta .entry-date {
    font-weight: 700;
}

.blog-content .entry-title {
    margin: 0;
    font-size: 2.1em;
    line-height: 1.1em;
}

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

    .blog-content .entry-title {
        font-size: 5vw;
    }
}

.sponsors {
    padding: 1.5em 0;
    background: #fff;
    text-align: center;
    vertical-align: bottom;
}

.sponsors img {
    padding-left: 2.25em;
    padding-right: 2.25em;
    max-height: 4rem;
}

.author-byline {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.author-headshot {
    width: 70px;
    border-radius: 50%;
}

.author-name {
    display: flex;
    align-items: center;
}

.author-name p {
    margin: 0;
}

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

    .sponsors img {
        display: block;
        margin: 0 auto 1.5em;
    }
}

.archive-header {
    padding: 1.5em 0 1.5em 0;
    text-align: center;
}

/* line 58, ../scss/_layout.scss */

.archive-header h1 {
    margin: 0;
}

.archive-header.red,
.panel-red {
    background: #cf362d;
}

.archive-header.blue,
.panel-blue {
    background: #266294;
}

.archive-header.darkred,
.panel-darkred {
    background: #89342f;
}

.archive-header.darkblue {
    background: #266294;
}

.tax-focus_area .archive-header {
    padding-bottom: 1.5em;
}

.tax-focus_area .archive-header h1,
.entry-title {
    /*    color: #fff;*/
}

.post-grid {
    padding: 3.5rem 0 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.post-item-wrapper {
    height: 100%;
}

.post-item-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    flex-grow: 1;
    background-color: white;
    border: 1px solid #d4d4d4;
}

.post-item-inner-image:hover {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.post-item-inner-image {
    overflow: hidden;
    transition: -ms-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
}

.post-item-inner-image {
    height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.post-item-inner-text {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 1.5rem;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.navigation.pagination {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 2em;
}

.pagination .page-numbers {
    letter-spacing: 5px;
}

.prev.page-numbers,
.next.page-numbers {
    letter-spacing: 0;
    margin: 0 1.5rem;
}

.deck-head {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.container:after {
    content: '';
    display: table;
}

.container {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    width: 1200px;
}

.entry-title-light {
    color: #fff;
}

.activity-title {
    color: #494949;
    background-color: #f4f4f4;
    text-align: center;
    text-transform: uppercase;
}

.activity-title h4 {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    margin-bottom: 0px;
    padding: 9px 0;
}

.section-header {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    margin-bottom: 40px
}

.media-item {
    /*
    margin: 0 auto;
    width: 100%;
*/
    margin-bottom: 30px;
}

.tax-lab .archive-header {
    padding-bottom: 1.5em;
    background: #f5f5f5;
}

.tax-lab .archive-header h1 {
    font-size: 40px;
    padding: 0 6em;
}

.tax-lab .archive-header h1 a {
    text-transform: lowercase;
    font-size: 26px;
}

.lab-details {
    padding: 3em 0;
}

.lab-details .lab-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
}

.lab-details .lab-info:last-child {
    margin-right: 0;
}

.lab-details .details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
}

.lab-details .details:last-child {
    margin-right: 0;
}

.team-header {
    background: #f5f5f5;
    text-align: center;
    padding: 1.5em 0 10px;
}

.team-header h1 {
    margin-bottom: 0;
}

.team-header p {
    margin-bottom: 1.5em;
    font-size: 21px;
}

.team-info {
    padding: 3em 0 0 0;
}

.team-info .info,
.team-info .details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 33.82117%;
}

.team-info .details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 63.82117%;
}

.team-info .info:last-child,
.team-info .details:last-child {
    margin-right: 0;
}

.team-info .info {
    text-align: right;
}

.team-info .info img {
    width: 100%;
    margin-bottom: 1.5em;
}

.team-info .info .cv-link {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    position: relative;
    top: -0.7em;
}

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

    .team-info .info,
    .team-info .details {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: left;
    }

    .team-info .info:last-child,
    .team-info .details:last-child {
        margin-right: 0;
    }
}

.team-posts {
    padding: 1.5em 0;
}

.team-posts h2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}

.team-posts h2:last-child {
    margin-right: 0;
}

.team-posts .view-all {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
}

.team-posts .view-all:last-child {
    margin-right: 0;
}

.team-posts .post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 0 1.5em 3em;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.team-posts .post:last-child {
    margin-right: 0;
}

/* line 78, ../scss/neat/grid/_omega.scss */

.team-posts .post:nth-child(2n) {
    margin-right: 0;
}

/* line 83, ../scss/neat/grid/_omega.scss */

.team-posts .post:nth-child(2n+1) {
    clear: left;
}

/* line 154, ../scss/_layout.scss */

.team-posts .post time {
    font-weight: 700;
}

/* line 157, ../scss/_layout.scss */

.team-posts .post .permalink {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    letter-spacing: 0.06em;
}

/* line 162, ../scss/_layout.scss */

.team-posts .post h3 {
    font-size: 1.55556rem;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}

/* line 167, ../scss/_layout.scss */

.team-posts .post h3 img {
    vertical-align: baseline;
    width: 14px;
}

/* line 171, ../scss/_layout.scss */

.team-posts .post h3 a {
    text-decoration: none;
    color: inherit;
}

.image-gallery {
    margin-bottom: 40px;
}

.div-margin {
    margin-bottom: 80px
}

li.image-gallery {
    float: left;
    margin-right: 2px;
}

.article-link {
    padding: 0 1.5em;
    margin-bottom: 1.5em;
    text-align: left;
}

.presentation-link {
    padding: 0 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
}

.image-gallery-wrapper {
    margin: 0 auto;
    display: block;
    width: 1064px;
}

.text-block h2.project-title {
    /*    margin-bottom: 5px;*/
    text-align: left;
}

h4.project-lead {
    /*    text-align: left !important;*/
    margin-bottom: 30px !important;
}

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

.link-columns {
    text-align: center;
}

.link-list {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
}

.link-list li {
    line-height: 1.4em;
    padding: 12px 8px 14px;
    font-size: 1.2em;
}

.link-list li:not(:last-child) {
    border-bottom: 1px solid #40b1e5;
}

.link-list ul {
    border: 2px solid #40b1e5;
}

.link-header {
    background-color: #40b1e5;
    color: #fff;
}

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

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

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

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.two-col-flex {
    display: flex;
}

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

    /* line 183, ../scss/_layout.scss */
    .team-posts .post {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        padding-bottom: 3em;
        padding-right: 1.5em;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-posts .post:last-child {
        margin-right: 0;
    }

    /* line 78, ../scss/neat/grid/_omega.scss */
    .team-posts .post:nth-child(2n) {
        margin-right: 0;
    }

    /* line 83, ../scss/neat/grid/_omega.scss */
    .team-posts .post:nth-child(2n+1) {
        clear: left;
    }

    /* line 188, ../scss/_layout.scss */
    .team-posts .post:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-posts .post:nth-child(3n):last-child {
        margin-right: 0;
    }

    /* line 191, ../scss/_layout.scss */
    .team-posts .post .permalink {
        font-size: 1rem;
    }

    /* line 194, ../scss/_layout.scss */
    .team-posts .post h3 {
        margin-bottom: 0.75em;
    }
}

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

    /* line 201, ../scss/_layout.scss */
    .team-posts .post {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-posts .post:last-child {
        margin-right: 0;
    }
}

/* line 211, ../scss/_layout.scss */

.in-the-news {
    padding: 3em 0 6em 0;
    background: #f5f5f5 url(../images/divider.png) no-repeat center top !important;
    position: relative;
}

/* line 215, ../scss/_layout.scss */

.in-the-news h2 {
    text-align: center;
}

/* line 216, ../scss/_layout.scss */

.in-the-news .exascale-divider {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
}

/* line 221, ../scss/_layout.scss */

.in-the-news .post:last-child {
    padding-bottom: 0 !important;
}

/* line 224, ../scss/_layout.scss */

.in-the-news .feeds {
    padding: 3em 0 0 0;
}

/* line 226, ../scss/_layout.scss */

.in-the-news .feeds .bucket {
    padding: 0 1.5em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.in-the-news .feeds .bucket:last-child {
    margin-right: 0;
}

/* line 229, ../scss/_layout.scss */

.in-the-news .feeds .bucket p {
    text-align: right;
}

/* line 232, ../scss/_layout.scss */

.in-the-news .feeds .bucket h3 {
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px #000 solid;
    margin-bottom: 0.75em;
}

/* line 238, ../scss/_layout.scss */

.in-the-news .feeds .bucket .read-more {
    font-family: "Open Sans", sans-serif;
    color: #40b1e5;
    font-size: 1rem;
}

/* line 245, ../scss/_layout.scss */

.in-the-news .feeds ul li {
    display: block;
    color: #000;
    margin-bottom: 0.75em;
}

/* line 249, ../scss/_layout.scss */

.in-the-news .feeds ul li a {
    color: inherit;
    text-decoration: none;
}

/* line 253, ../scss/_layout.scss */

.in-the-news .feeds ul li date {
    font-weight: 700;
}

<<<<<<< HEAD .text-block .scheduled-events,
.text-block .location-events {
    text-align: left;
}

.event-schedule .row {
    margin-left: 0px;
    margin-right: 0px;
}

.event-schedule .col-xs-12 {
    padding: 0px;
}

.event-schedule .col-sm-10 {
    padding-left: 15px;
    padding-right: 15px;
}

======= > > > > > > > parent of 334bb6e... event calendar css changes @media screen and (max-width: 1024px) {

    /* line 261, ../scss/_layout.scss */
    .in-the-news .feeds .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .in-the-news .feeds .bucket:last-child {
        margin-right: 0;
    }
}

.team-info ul,
.team-info ol {
    margin: 0 1.5em 2.25em;
}

.team-info ol {
    list-style: decimal;
}

.team-info ul {
    list-style: disc;
}

.archive-header {
    background: #40b1e5;
}

.copyTextButton {
    height: 2.5rem;
}

.accordion-item {
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.accordion-item * {
    transition: all 0.2s;
}

.accordion-item .accordion-content {
    display: none;
    opacity: 0;
    min-height: 0;
    padding: 1em 2em 2em;
}

.accordion-item .accordion-handle {
    background: #f5f5f5;
    padding: 10px 35px 10px 20px;
    border-radius: 15px;
    margin-bottom: 0.75em;
    position: relative;
    cursor: pointer;
    flex: 1;
}

.accordion-item .accordion-handle::after {
    content: "+";
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 7px;
    height: 30px;
    line-height: 1;
}

.accordion-item h4 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
}

.accordion-item .accordion-handle.open {
    background: #ddd;
}

.accordion-item .accordion-handle.open + .accordion-content {
    display: block;
    opacity: 1;
    min-height: 20px;
}

.accordion-item .accordion-handle.open::after {
    content: "-";
}

.ai1ec-single-event .ai1ec-gmap-container {
    right: 78px;
}

body .ai1ec-row {
    margin: 20px 0;
}

body .ai1ec-hidden {
    display: none;
}

.newsletter-graphic {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.newsletter-archive {
    font-size: 1.5rem;
}

.image-mobile-only {
    display: none;
    margin: 0 auto 20px;
}

.image-mobile-hide {
    display: block;
    margin: 0 auto 20px;
}

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

    .ai1ec-single-event .ai1ec-gmap-container {
        right: 0;
        width: 100%;
        margin-bottom: 0.75em;
    }
}

.ai1ec-single-event .ai1ec-actions {
    float: none !important;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-subscribe-dropdown,
.ai1ec-single-event .ai1ec-actions .ai1ec-calendar-link {
    display: none;
}

.ai1ec-btn-group-vertical {
    display: block !important;
}

.ai1ec-single-event .ai1ec-event-details {
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-btn {
    font-size: 16px;
    text-align: center;
}

body .ai1ec-single-event .ai1ec-actions .ai1ec-tickets:hover {
    background: #0673a5;
}

.breadcrumb .wrapper .row {
    padding-top: 1em;
    /*
    width: 82.94039%;
    margin-left: 8.5298%;
*/
}

div.two-col-text.focus-area-intro {
    padding: 2em 0 3em;
}

.hidden-popup {
    display: none;
}

.fancybox-stage #mc_embed_signup_scroll {
    display: block;
}

.indicates-required {
    margin-bottom: 20px;
}

.hidden-popup.fancybox-content {
    min-width: 400px;
}

.newsletters a.subscribe-link-button {
    background-color: #40b1e5;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.newsletters a.subscribe-link-button:hover {
    background-color: #338eb7;
    color: #fff;
}

.scroll-down {
    background-color: #ccc;
    width: 40px;
    height: 40px;
    font-size: 2.4em;
    line-height: 1.4em;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    float: right;
}

.scroll-down:hover {
    background-color: #40b1e5;
    border-color: #40b1e5;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background-color: #40b1e5
}

.crumbs {
    float: left;
}

/* Huge IT gallery plugin styles */

.button-block a {
    display: none !important;
}

.portfolio-gallery-content img,
.portfolio-gallery-content a {
    padding: 10px 15px !important;
}

html body .entry-content .ai1ec-tickets {
    display: block;
    float: none;
    width: 33%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    background: #32b2e1;
    border-radius: 4px !important;
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: 200;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-tickets .ai1ec-hidden-xs {
    display: inline !important;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-tickets:hover {
    background: #21c1d0;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-tickets i {
    display: none;
}

.campaign {
    font-size: 16px;
    margin: 5px;
    margin-bottom: 20px;
}

.title-white {
    color: #fff;
}

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

    .ai1ec-single-event .ai1ec-actions .ai1ec-tickets {
        width: 100%;
    }
}

.all-posts.newsletters {
    padding-top: 0;
}

.all-posts.blog-posts {
    padding-top: 3em;
}

.all-posts.newsletters .post-list {
    float: left;
    display: block;
    /*
    margin-right: 2.35765%;
    width: 100%;
*/
    min-height: 300px;
}

.all-posts.newsletters .post-list:last-child {
    margin-right: 0;
}

.all-posts.newsletters .post-list .post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

.all-posts.newsletters .post-list .post:last-child {
    margin-right: 0;
}

.newsletter-form {
    display: flex;
    align-items: center;
    padding: 25px 40px;
    margin: 20px 0;
    background: #eee;
}

/*
.newsletter-form p {
    text-align: center;
}
*/

.newsletter-form label {
    display: none;
}

.newsletter-form .ginput_counter {
    margin-bottom: 20px;
}

.newsletter-form input[type=email] {
    text-align: center;
    width: 220px;
    margin-right: 15px;
}

.newsletter-form .gform_description {
    margin-bottom: 20px;
}

.newsletter-form .gform_wrapper form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-header .gform_wrapper form {
    display: flex;
    align-items: center;
}

.newsletter-header .gform_wrapper form label {
    display: none;
}


/*
::selection {
    background: #40b1e5;
*/

/* WebKit/Blink Browsers */

/*
    color: #fff;
}
*/

/* line 427, ../scss/_layout.scss */

::-moz-selection {
    background: #40b1e5;
    /* Gecko Browsers */
    color: #fff;
}

/* line 2, ../scss/_footer.scss */

.sponsors {
    /*    background: #000;*/
}

.main-footer {
    background: #000;
    color: #f5f5f5;
    padding: 3em 0;
}

/* line 6, ../scss/_footer.scss */

.main-footer .logo {
    float: left;
    display: block;
    margin: 0 auto;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.main-footer .logo:last-child {
    margin-right: 0;
}

/* line 9, ../scss/_footer.scss */

.main-footer .footer-content {
    /*
    float: left;
    display: block;
*/
    padding-right: 30px;
    margin: 0 auto;
    /*    width: 84.41059%;*/
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.main-footer .footer-content:last-child {
    margin-right: 0;
}

/* line 13, ../scss/_footer.scss */

.main-footer .row:not(:first-child) {
    margin-top: 1.5em;
}

/* line 17, ../scss/_footer.scss */

.main-footer .footer-main-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: right;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.main-footer .footer-main-nav:last-child {
    margin-right: 0;
}

/* line 20, ../scss/_footer.scss */

.main-footer .footer-main-nav .menu-footer-menu-container {
    font-size: 13px;
    overflow: hidden;
    margin: 0 40px;
}

/* line 23, ../scss/_footer.scss */

/*
.main-footer .footer-main-nav .menu-footer-menu-container > ul {
    text-align: right;
    width: 100%;
}
*/

/* line 26, ../scss/_footer.scss */

.main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.06em;
    white-space: nowrap;
    margin: 0 15px;
}

.main-footer .footer-main-nav .menu-footer-menu-container > ul:nth-child(3n+1) {
    -ms-grid-row: 1;
    grid-row: 1;
}

.main-footer .footer-main-nav .menu-footer-menu-container > ul:nth-child(3n+2) {
    -ms-grid-row: 2;
    grid-row: 2;
}

.main-footer .footer-main-nav .menu-footer-menu-container > ul:nth-child(3n+3) {
    -ms-grid-row: 3;
    grid-row: 3;
}


/* line 36, ../scss/_footer.scss */

.main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item ul {
    font-weight: normal;
    text-transform: none;
    margin-top: 0.66em;
}

/* line 41, ../scss/_footer.scss */

.main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item li {
    margin-bottom: 0.66em;
}

/* line 48, ../scss/_footer.scss */

.main-footer .footer-main-nav a {
    color: #fff;
}

/* line 50, ../scss/_footer.scss */

.main-footer .footer-main-nav a:hover {
    color: #40b1e5;
}

/* line 56, ../scss/_footer.scss */

.main-footer .social {
    text-align: right;
    display: none;
}

/* line 59, ../scss/_footer.scss */

.main-footer .social a {
    color: #fff;
    font-size: 1.33333rem;
}


.main-footer .social a:hover {
    color: #40b1e5;
}



.main-footer .credits {
    font-size: 0.77778rem;
    text-align: right;
    font-weight: 100;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    color: #fff;
}

.main-footer .credits:last-child {
    margin-right: 0;
}

#mc_embed_signup_scroll {
    display: flex;
    padding: 0;
}

#mc_embed_signup_scroll input {
    margin-right: 10px;
}

body .gform_body ul {
    margin: 15px 0;
}

.image-section {
    padding: 40px 0 60px;
}



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

    /* line 80, ../scss/_footer.scss */
    .main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item {
        width: 50%;
        float: left;
        margin: 0 10px 2px 0;
    }

    /* line 84, ../scss/_footer.scss */
    .main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item:nth-child(2n+1) {
        clear: left;
    }

    /* line 87, ../scss/_footer.scss */
    .main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item ul {
        font-weight: normal;
        text-transform: none;
        margin-top: 0.66em;
    }

    /* line 92, ../scss/_footer.scss */
    .main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item li {
        margin-bottom: 0.66em;
    }
}

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

    /* line 2, ../scss/_footer.scss */
    .main-footer {
        padding: 1.5em 0;
    }

    /* line 103, ../scss/_footer.scss */
    /*
    .main-footer .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5em;
    }
*/

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .main-footer .logo:last-child {
        margin-right: 0;
    }

    /* line 108, ../scss/_footer.scss */
    .main-footer .footer-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .main-footer .footer-content:last-child {
        margin-right: 0;
    }

    /* line 112, ../scss/_footer.scss */
    .main-footer .footer-main-nav ul {
        width: 100%;
    }

    /* line 115, ../scss/_footer.scss */
    .main-footer .footer-main-nav ul li {
        display: block;
        width: 100% !important;
        margin: 0 0 1.5em 0;
        text-align: center !important;
        float: none !important;
    }

    /* line 121, ../scss/_footer.scss */
    .main-footer .footer-main-nav ul li br {
        content: "";
    }

    /* line 122, ../scss/_footer.scss */
    .main-footer .footer-main-nav ul li br:after {
        content: "\00a0";
    }

    /* line 125, ../scss/_footer.scss */
    .main-footer .footer-aux-nav,
    .main-footer .credits,
    .main-footer .social {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .main-footer .footer-aux-nav:last-child,
    .main-footer .credits:last-child,
    .main-footer .social:last-child {
        margin-right: 0;
    }

    /* line 129, ../scss/_footer.scss */
    .main-footer .menu-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

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

    /* line 138, ../scss/_footer.scss */
    .main-footer .footer-content,
    .main-footer .footer-main-nav,
    .main-footer .footer-aux-nav,
    .main-footer .credits {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .main-footer .footer-content:last-child,
    .main-footer .footer-main-nav:last-child,
    .main-footer .footer-aux-nav:last-child,
    .main-footer .credits:last-child {
        margin-right: 0;
    }
}

/* line 146, ../scss/_footer.scss */

.aux-nav {
    border-top: 1px #fff solid;
    background: #000;
    padding: 1em 0;
    text-align: right;
    vertical-align: middle;
}

/* line 152, ../scss/_footer.scss */

.aux-nav * {
    vertical-align: middle;
}

/* line 153, ../scss/_footer.scss */

.aux-nav .menu-footer-secondary-menu-container,
.aux-nav ul {
    display: inline-block;
}

/* line 155, ../scss/_footer.scss */

.aux-nav .menu-footer-secondary-menu-container li,
.aux-nav ul li {
    display: inline-block;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    letter-spacing: 0.06em;
    margin-right: 3em;
    font-size: 13px;
}

/* line 163, ../scss/_footer.scss */

.aux-nav a {
    display: inline-block;
    color: #fff;
}

/* line 167, ../scss/_footer.scss */

.aux-nav i {
    font-size: 21px;
}

.tag-links {
    margin: 30px 0 10px;
    display: block;
    line-height: 40px;
    white-space: nowrap;
    clear: both;
}

.tag-links a {
    padding: 5px 15px 7px;
    color: #fff;
    background: #40b1e5;
    border-radius: 3px;
    border: 1px solid #40b1e5;
    margin-left: 3px;
}

.tag-links a:hover {
    color: #40b1e5;
    background: transparent;
}

.video-info {
    width: 100%;
    text-align: center;
    display: flex;
    padding: 8px 0;
    justify-content: center;
}

.scoller-item .lSAction > .lSNext {
    right: 28px;
}

.scoller-item .fa-chevron-right {
    text-indent: 5px;
}

.scoller-item .fa-chevron-left {
    text-indent: -5px;
}

.scoller-item .lSAction > a {
    margin-top: -45px;
}

.section-title {
    display: flex;
    justify-content: space-between;
}

.pill-button {
    background: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out all;
}

.pill-button:hover {
    background: #1c496a;
}

.pill-button:hover a {
    color: #fff;
}

.round-button {
    background: #fff;
    padding: 0px 15px;
    border-radius: 100%;
    font-size: 2.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    transition: 0.3s ease-in-out all;
}

.round-button:hover {
    background: #1c496a;
    color: #fff;
}

.round-button:hover a {
    color: #fff;
}

.round-button:hover a:active {
    color: #fff;
}

.round-button-blue {
    background: #40b1e5;
    padding: 0px 15px;
    border-radius: 100%;
    font-size: 2.4em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    transition: 0.3s ease-in-out all;
}

.round-button-blue:hover {
    background: #1c496a;
}

a.round-button-blue:hover {
    color: #fff;
}

.action-button {
    color: #40b1e5;
    border: 2px #40b1e5 solid;
    font-size: 1.11111rem;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    text-transform: uppercase;
    padding: 6px 6px 2px 6px;
    line-height: 1;
}

a.action-button:hover {
    color: #fff !important;
    border: 2px #fff solid;
    background-color: #40b1e5;
}

.centered-button {
    text-align: center;
    margin: 50px 0 30px;
}

.presentation i.fa {
    font-size: 5.5em;
    padding-bottom: 10px;
}

.researcher-list {
    clear: both;
    margin: 40px 0 10px;
}

.flex-control-nav {
    margin-bottom: 20px;
}

/* menu styles */

.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 200px;
}

.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}

.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
}

.sub-menu {
    width: 400px;
}

/* Popup container */

.mfp-content {
    z-index: 150;
}

.mfp-content ul,
.mfp-content ol {
    list-style-type: disc;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px 20px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    color: dodgerblue;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* carousel styles */

ul.slides li {
    margin-bottom: 5px;
}

#teamSlider ul,
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .same-height [class*="col-"] {
        min-height: 230px;
    }
}

@media only screen and (max-width: 500px) {
    .same-height [class*="col-"] {
        min-height: 200px;
    }
}

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

    /* line 146, ../scss/_footer.scss */
    .aux-nav {
        text-align: center;
    }

    /* line 172, ../scss/_footer.scss */
    .aux-nav .menu-footer-secondary-menu-container,
    .aux-nav ul,
    .aux-nav li,
    .aux-nav a {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 0.5em;
    }
}

/* line 2, ../scss/_advanced-search.scss */

.search-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-links {
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.search-flex .fa {
    font-size: 32px;
    margin-right: 15px;
}

.search-bar {
    width: 100%;
    padding: 4px 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    color: #fff;
    position: absolute;
}

/* line 9, ../scss/_advanced-search.scss */

.search-bar .search-form {
    /*    float: right;*/
    display: block;
    margin-right: 10px;
    width: 25%;
    font-size: 0px;
    background: #fff;
    border-radius: 8px;
    border: 1px #888888 solid;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.search-bar .search-form:last-child {
    margin-right: 0;
}

/* line 16, ../scss/_advanced-search.scss */

.search-bar .search-form input {
    display: inline-block;
}

/* line 18, ../scss/_advanced-search.scss */

.search-bar .search-submit {
    width: 10%;
    margin: 0;
    text-indent: -1000em;
    border: none;
    /*    border-left: 2px #5a5a5a solid;*/
    background: url(../images/search-icon.png) no-repeat 60% center #fff;
    border-radius: 0px 8px 8px 0px;
}

/* line 27, ../scss/_advanced-search.scss */

.search-bar .search-input {
    width: 83%;
    border: none;
    box-shadow: none;
    margin: 0;
    vertical-align: top;
    font-size: 16px;
    border-radius: 8px 0px 0px 8px;
    text-indent: 0.5em;
}

.sunset-message {
    padding: 1rem;
    text-align: center;
    color: #fff;
    /*    background-color: #ccc;*/
    background: #266294;
    text-wrap: balance;
    position: fixed;
    width: 100%;
    z-index: 30;
}

.top-header {
    margin-top: 0;
}

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

    /* line 39, ../scss/_advanced-search.scss */
    .search-bar .search-form {
        float: right;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .search-bar .search-form:last-child {
        margin-right: 0;
    }

    /* line 43, ../scss/_advanced-search.scss */
    .search-bar .search-submit {
        float: right;
        width: 10%;
    }

    /* line 47, ../scss/_advanced-search.scss */
    .search-bar .search-input {
        width: 78%;
        float: left;
    }
}

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

    .search-bar .search-form {
        width: 100%;
    }

    .search-flex {
        flex-direction: column;
    }

    .search-flex .fa {
        margin: 0 15px 20px;
    }

    .search-bar {
        height: 100%;
    }

    .search-bar .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .search-flex {
        width: 100%;
    }

    .top-nav {
        padding: 0;
        margin-bottom: 0px;
        /*        height: 150px;*/
    }
}

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


    /* line 53, ../scss/_advanced-search.scss */
    .search-bar .search-input {
        width: 78%;
    }

    /* line 56, ../scss/_advanced-search.scss */
    .search-bar .search-submit {
        width: 10%;
        border: none;
    }
}

/* line 64, ../scss/_advanced-search.scss */

.advanced-search {
    display: none;
    width: 100%;
    background: #f5f5f5;
    color: #333;
    vertical-align: middle;
    padding-top: 4.05em;
}

/* line 72, ../scss/_advanced-search.scss */

.search-results .advanced-search,
.search-no-results .advanced-search {
    display: block;
}

/* line 74, ../scss/_advanced-search.scss */

.advanced-search .secondary-filter,
.advanced-search .selection,
.advanced-search .secondary-filter .filter-list {
    display: none;
}

/* line 75, ../scss/_advanced-search.scss */

.advanced-search.open .secondary-filter,
.advanced-search.open .selection {
    display: block;
}

/* line 77, ../scss/_advanced-search.scss */

.advanced-search .label {
    display: inline-block;
    padding-right: 1em;
    color: #000;
    font-weight: 500;
}

/* line 83, ../scss/_advanced-search.scss */

.advanced-search .row {
    padding: 0.5em 0;
    border-bottom: 2px #fff solid;
}

/* line 91, ../scss/_advanced-search.scss */

.filter-list {
    margin: 0;
    display: inline;
    text-align: left;
}

/* line 95, ../scss/_advanced-search.scss */

.filter-list li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: 0 1em 0.5em 0;
}

/* line 100, ../scss/_advanced-search.scss */

.filter-list li.hidden {
    display: none;
}

/* line 101, ../scss/_advanced-search.scss */

.filter-list li a {
    display: block;
    color: #fff;
    background: #40b1e5;
    border: 1px #40b1e5 solid;
    border-radius: 6px;
    padding: 3px 8px;
    position: relative;
}

/* line 109, ../scss/_advanced-search.scss */

.filter-list li a:hover {
    background: #fff;
    color: #40b1e5;
}

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

    /* line 115, ../scss/_advanced-search.scss */
    .filter-list li li {
        margin-bottom: 0.5em;
    }
}

/* line 121, ../scss/_advanced-search.scss */

.filter-list.primary {
    display: inline;
}

/* line 123, ../scss/_advanced-search.scss */

.filter-list.primary li {
    font-size: 16px;
    margin-bottom: 0;
}

/* line 126, ../scss/_advanced-search.scss */

.filter-list.primary li.active a {
    color: #40b1e5 !important;
}

/* line 127, ../scss/_advanced-search.scss */

.filter-list.primary li a {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    position: relative;
}

/* line 131, ../scss/_advanced-search.scss */

.filter-list.primary li a::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.filter-list.primary li a::before {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #40b1e5;
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}

.filter-list.primary li a:before,
.filter-list.primary li a:after {
    display: none;
}

.filter-list.primary li a.active:hover,
.filter-list.primary li a:hover,
.filter-list.primary li a.active,
.filter-list.primary li a:active,
.filter-list.primary li a:focus {
    background: #fff;
    color: #40b1e5 !important;
}

.filter-list.primary li a.active:hover:before,
.filter-list.primary li a.active:hover:after,
.filter-list.primary li a:hover:before,
.filter-list.primary li a:hover:after,
.filter-list.primary li a.active:before,
.filter-list.primary li a.active:after,
.filter-list.primary li a:active:before,
.filter-list.primary li a:active:after,
.filter-list.primary li a:focus:before,
.filter-list.primary li a:focus:after {
    display: block;
}

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

    .filter-list.primary li {
        margin-bottom: 0.5em;
    }

    .filter-list.primary li a:hover {
        background-color: #fff;
        color: #40b1e5 !important;
    }
}

.filter-list.selections li a {
    border: 1px #fff solid;
    background: #898989;
}

.filter-list.selections li a:hover {
    background: #333;
    color: #fff;
}

.filter-list.selections li a:after {
    content: " \00d7";
}

.no-results {
    text-align: center;
}

.search-bar + div:not(.hero-image):not(.advanced-search),
.search-bar + section,
.search-bar + header {
    padding-top: 5.7em;
}

@media screen and (max-width: 1024px) {
    .search-bar + .hero-image {
        padding-top: 3.75em !important;
    }
}

.applications-list {
    padding: 3em 0;
}

.applications-list img {
    margin-bottom: 0.75em;
}

.applications-list h1 {
    text-align: center;
}

.applications-list .bucket {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    padding: 0 0.75em 3em;
    text-align: center;
    font-size: 1.22222rem;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.applications-list .bucket:last-child {
    margin-right: 0;
}

/* line 15, ../scss/content-blocks/_application-list.scss */

.applications-list .bucket + .bucket {
    margin-left: 0%;
}

/* line 18, ../scss/content-blocks/_application-list.scss */

.applications-list .bucket p:first-child {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    letter-spacing: 0.06em;
}

/* line 23, ../scss/content-blocks/_application-list.scss */

.applications-list .application {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 1.5em;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.applications-list .application:last-child {
    margin-right: 0;
}

/* line 26, ../scss/content-blocks/_application-list.scss */

.applications-list .application h3 {
    font-size: 1.33333rem;
    text-transform: uppercase;
    margin-bottom: 0.375em;
}

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

    /* line 34, ../scss/content-blocks/_application-list.scss */
    .applications-list .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .applications-list .bucket:last-child {
        margin-right: 0;
    }

    /* line 38, ../scss/content-blocks/_application-list.scss */
    .applications-list .application {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 1.5em;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .applications-list .application:last-child {
        margin-right: 0;
    }

    /* line 41, ../scss/content-blocks/_application-list.scss */
    .applications-list .application .application-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .applications-list .application .application-image:last-child {
        margin-right: 0;
    }

    /* line 44, ../scss/content-blocks/_application-list.scss */
    .applications-list .application .application-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .applications-list .application .application-content:last-child {
        margin-right: 0;
    }
}

.section-wrapper h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.video-scroller {
    background: #40b1e5;
    color: #fff;
    padding: 3em 0 4em;
    /*    border-bottom: 1px #fff solid;*/
}

.scrollerButton {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;

    text-align: center;
    border-radius: 100%;
    font-size: 2.0em;
}

.video-scroller .lSAction > a {
    background-image: none;
}

/* redesign */

.featured-news {
    background: #802D2E;
    color: #fff;
    /* font-style: italic; */
    font-size: 20px;
    padding: 10px 0px;
    top: 0px;
    right: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 101;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-news:hover {
    background: #A41E26;
}

.featured-news a {
    color: #fff;
}

.featured-news a::after {
    content: " +";
}

.featured-news-mobile {
    background: #dc222a;
    color: #fff;
    font-style: italic;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    z-index: 101;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-news-mobile:hover {
    background: #40b1e5;
}

.featured-news-mobile a {
    color: #fff;
}

.row-content {
    padding: 60px 0;
}

.button-items {
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.button-row-section {
    padding: 0 0 1em;
}

.button-row .basic-button {
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.button-row {
    display: flex;
    justify-content: center;
    padding: 0.25rem 0;
    gap: 1rem;
}

.button-row.left {
    justify-content: flex-start;
}

.button-row.center {
    justify-content: center;
}

.button-row.right {
    justify-content: flex-end;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-top: 8px;
    width: 300px;
}

.table-section {
    background: #fff;
}

.dataTable th {
    background: #40b1e5;
    color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 8px;
    border: 1px #ccc solid;
    width: 75%;
    float: right;
}

.dataTables_wrapper .dataTables_filter label {
    text-align: right;
    line-height: 2.5em;
}

.dataTables_wrapper {
    padding: 40px 0;
}

.detail-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
}

.research-group-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 1 63%;
}

.research-text-block {
    flex-basis: 0 0 auto;
}

.research-group-title .detail-button {
    text-align: right;
}

.research-group-lead {
    color: #fff;
    font-weight: bold;
}

.detail-info .fa {
    margin: 0 10px;
}

.detail-info p {
    margin: 0px;
}

.detail-info {
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.detail-button a.detail-info:active,
.detail-button a.detail-info:focus,
.detail-button a.detail-info:hover {
    color: #fdb95c;
}

.detail-button a:active,
.detail-button a:focus,
.detail-button a:hover {
    color: #ffffff;
}

.button-wrapper {
    height: 80px;
    padding-top: 40px;
    text-align: right;
}

.button-wrapper-width {
    width: 100%;
}

.project-body {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /*
    position: relative;
    height: 100%;
*/
}

.training-nav {
    clear: both;
    text-align: right;
}

.post-nav {
    clear: both;
}

.project-body .detail-button {
    text-align: right;
}

.project-text {
    margin-bottom: 40px;
}

.files-grid {
    display: flex;
}

.file-block {
    display: flex;
    margin-right: 20px;
    text-align: center;
    background: #CF362D;
    padding: 20px 10px 10px;
    min-width: 150px;
    justify-content: center;
    border-radius: 3px;
}

.file-block a {
    color: #ffffff;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.file-block a:hover {
    color: #CF362D;
    text-decoration: none;
}

.file-block .fa {
    font-size: 64px;
}

.file-block p {
    font-weight: 700;
}

.basic-header {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 40px 0;
}

.basic-header h1 {
    color: #fff;
    padding: 10px 20px;
    margin-top: 0px;
}

.basic-header h1.red,
.bg-red {
    background: #CF362D;
}

.basic-header h1.blue,
.bg-blue {
    background: #266294;
}

.basic-header h1.purple,
.bg-purple {
    background: #6B0196;
}

.project-header {
    padding: 20px 0 60px;
}

.project-header .button-nav {
    margin-top: 25px;
}

.project-info {
    margin-bottom: 5px;
    font-size: 18px;
}

.project-header h1 {
    margin-bottom: 5px;
}

.project-header p {
    font-size: 20px;
}

.project-header,
.project-header h1 {
    color: #fff;
}

.project-detail {
    flex-basis: 100%;
}

.project-sidebar {
    flex-basis: 400px;
    margin-left: 20px;
    border-left: 2px solid #40b1e5;
    padding-left: 20px;
}

.project-layout {
    display: flex;
    padding: 40px 0;
}

.project-layout ul {
    list-style: disc;
    padding-left: 25px;
}

.project-layout ul li {
    font-size: 16px;
    margin-bottom: auto;
}

.project-abstract {
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
    color: #717171;
}

.content-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.content-slider li {
    /*    background-color: #266294;*/
    text-align: center;
    color: #FFF;
}

.content-slider h3 {
    margin: 0;
    padding: 100px 0;
}

.demo {
    width: 800px;
}

.hero-image.large-hero {
    padding: 160px 0;
}

.podcast-main {
    flex-basis: 25%;
    padding-right: 10px;
}

ul.podcast-list {
    list-style-type: none !important;
}

.podcast-list {
    flex-basis: 75%;
}

.gallery-items {
    display: flex;
}

.podcast-gallery {
    background: #fff;
    color: #333;
    padding: 3em 0 4em;
    border-bottom: 1px #fff solid;
}

.podcast-item {
    background: #fff;
    margin-bottom: 10px;
    padding: 13px 10px 12px;
    box-shadow: 2px 3px 5px 2px #888888;
}

/* line 1, ../scss/content-blocks/_call-to-action.scss */

.call-to-action {
    background: #40b1e5;
    color: #fff;
    padding: 3em 0;
    text-align: center;
    border-bottom: 1px #fff solid;
}

/* line 7, ../scss/content-blocks/_call-to-action.scss */

.call-to-action h2 {
    font-size: 2.22222rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 100;
}

/* line 13, ../scss/content-blocks/_call-to-action.scss */

.call-to-action input[type=email],
.call-to-action input[type=text] {
    font-size: 1.11111rem;
    /*    width: 66%;*/
    margin: 0 auto;
}

/* line 18, ../scss/content-blocks/_call-to-action.scss */

.call-to-action p {
    font-size: 1.11111rem;
}

/* line 21, ../scss/content-blocks/_call-to-action.scss */

.call-to-action label {
    display: none;
}

/* line 22, ../scss/content-blocks/_call-to-action.scss */

.call-to-action .validation_message {
    color: #266294;
}

/* line 23, ../scss/content-blocks/_call-to-action.scss */

.call-to-action input[type=submit] {
    border: 2px #fff solid;
    font-size: 1.11111rem;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 1;
    margin: 1em;
}

/* line 32, ../scss/content-blocks/_call-to-action.scss */

.call-to-action .gfield_error input {
    border: 1px #cf362d solid;
}

.two-col-text h4.text-left {
    text-align: left;
}

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

    /* line 37, ../scss/content-blocks/_call-to-action.scss */
    .call-to-action input[type=email],
    .call-to-action input[type=text] {
        width: 100%;
    }
}

/* line 1, ../scss/content-blocks/_focus-areas.scss */

.focus-areas {
    padding: 3em 0;
}

/* line 3, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .row {
    margin-bottom: 1.5em;
}

/* line 6, ../scss/content-blocks/_focus-areas.scss */

.focus-areas h1 {
    font-size: 3.66667rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

/* line 12, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 26.29137%;
    margin-left: 8.5298%;
    border-left: 5px #40b1e5 solid;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.focus-areas .bucket:last-child {
    margin-right: 0;
}

/* line 15, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket + .bucket {
    margin-left: 0%;
}

/* line 19, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket > h4 {
    margin: 0;
    background: #40b1e5;
    color: #fff;
    padding: 8px 10px 2px 20px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.25;
    vertical-align: bottom;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
}

/* line 30, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket .content {
    padding: 20px;
}

/* line 32, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket .content h4 {
    background: none !important;
}

/* line 35, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket .content .learn-more {
    font-family: "Open Sans", sans-serif;
    font-size: 1.11111rem;
    margin-top: 1.5em;
}

/* line 42, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.red {
    border-color: #cf362d;
}

/* line 44, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.red h4 {
    background: #cf362d;
}

/* line 45, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.red a {
    color: #cf362d;
}

/* line 48, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.blue {
    border-color: #40b1e5;
}

/* line 50, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.blue h4 {
    background: #40b1e5;
}

/* line 51, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.blue a {
    color: #40b1e5;
}

/* line 54, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.dark-blue,
.focus-areas .bucket.darkblue {
    border-color: #266294;
}

/* line 56, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.dark-blue h4,
.focus-areas .bucket.darkblue h4 {
    background: #266294;
}

/* line 57, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.dark-blue a,
.focus-areas .bucket.darkblue a {
    color: #266294;
}

/* line 60, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.dark-red,
.focus-areas .bucket.darkred {
    border-color: #89342f;
}

/* line 62, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.dark-red h4,
.focus-areas .bucket.darkred h4 {
    background: #89342f;
}

/* line 63, ../scss/content-blocks/_focus-areas.scss */

.focus-areas .bucket.dark-red a,
.focus-areas .bucket.darkred a {
    color: #89342f;
}

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

    .focus-areas .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 1.5em;
    }

    .focus-areas .bucket:last-child {
        margin-right: 0;
    }

    .focus-areas .bucket + .bucket {
        margin-bottom: 0;
    }
}


/* research theme groups */


:root {
    --main: #2E4A61;
    --secondary: #1b3f40;
    /*    --overlay: rgba(83, 115, 141, 0.8);*/
    --accent: #4e7ba0;
    --bgrd: #F6F8FB;
    --light: #fff;
    --corners: 20px;
    --input-color: #6e767e;
    --input-bgrd: #f1f3f4;
    --input-height: 45px;
    --bottom-padding: 5rem;
    --text-color: #333;
    /*    --font: "Montserrat", sans-serif;*/
}


.research-themes {
    padding: 1rem 0 2rem;
}

/*
.theme-grid-wrapper {
    text-align: center;
}
*/

.theme-groups {
    display: grid;
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.theme-groups > * {
    flex: 1;
}

.theme-item {
    display: flex;
    flex-direction: column;
    /*    background: var(--light);*/
    background: var(--main);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.theme-item:hover {
    transform: scale(1.05);
}

.theme-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.theme-name {
    padding: 0.25rem 0;
    /*    background: var(--main);*/
    color: var(--light);
    z-index: 5;
    position: relative;
}

.theme-item a {
    color: var(--text-color);
    text-decoration: none;
}

.theme-name {
    text-align: center;
}

.theme-group h3 {
    margin-bottom: 1.5rem;
    color: var(--light);
    /*    background: var(--main);*/
    border-radius: 20px;
    font-size: 1.5rem;
    padding: 0.25rem 0;
}

.theme-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.theme-image {
    position: relative;
    display: flex;
}

.theme-image::before {
    position: absolute;
    color: var(--light);
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(60, 74, 147, 0) 0%, rgba(46, 74, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(60, 74, 147, 0) 0%, rgba(46, 74, 97, 0.8) 75%);
    content: '+';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.25s ease-in-out, transform 0.35s ease-in-out;
    z-index: 0;
}

.theme-name {
    text-align: center;

}

.theme-item:hover .theme-image::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1024px) {
    .theme-groups {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* hero banner */

.red-block {
    background: #CF362D;
}

.red-block:hover {
    background: #f2574e;
}

.blue-block {
    background: #266294;
}

.blue-block:hover {
    background: #40b1e5;
}

.purple-block {
    background: #6B0196;
}

.purple-block:hover {
    background: #854fcc;
}

.nav-scroll-blocks {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0 35px;
}

.nav-scroll-blocks h2 {
    font-weight: 600;
    float: left;
    max-width: 60%;
    font-size: 22px;
}

.nav-scroll-blocks .fa {
    font-size: 50px;
    margin-left: 15px;
}

.flex-container {
    display: flex;
    width: 100%;
}

.research-section,
.training-section,
.publication-section {
    background: #fff;
    padding: 50px 0;
}

.research-section h2 {
    font-weight: 300;
    font-size: 2.7rem;
    margin: 0 0 5px;
    /*    text-transform: uppercase;*/
}

.research-section .sub-title {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.research-header img {
    max-width: 100px;
    margin-right: 20px;
}

.research-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.training-flex,
.publication-flex {
    display: flex;
    flex-wrap: wrap;
}

.training-post,
.publication-post {
    flex-basis: 31%;
    padding-right: 20px;
}

.training-post time,
.publication-post time {
    font-style: italic;
}

.training-section h2,
.publication-section h2,
.newsletter-block h2 {
    margin-bottom: 1.2em;
    font-size: 2em;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.newsletter-block h2 {
    color: #fff;
}

.newsletter-block {
    padding: 60px 0;
    background-size: cover;
    background: url(../images/newsletter-bgrd.jpg);
}

.newsletters a {
    color: #38c0ff;
}

.newsletter-block .newsletters {
    color: #fff;
}

.newsletter-block .display_archive {
    background: rgb(39, 98, 149, 0.75);
    padding: 40px 40px 25px;
}

.newsletter-block .campaign {
    font-size: 20px;
}

.newsletter-msg {
    padding-right: 20px;
}

.training-subscribe {
    margin-bottom: 20px;
}

.training-subscribe p {
    color: #fff;
    margin-bottom: 5px;
}

.scroll-block {
    margin: 0 15px;
    flex-basis: 33%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 10px;
    justify-content: center;
}

.pull-right {
    float: right;
}

.basic-button,
.back-button,
.plain-button {
    color: #fff;
    background: #40b1e5;
    padding: 10px 15px;
}

a.basic-button:active,
a.back-button:active,
a..plain-button:active {
    color: #fff;
}

.basic-button::after {
    content: " +";
}

.basic-button:hover,
.back-button:hover,
.plain-button:hover {
    background: #0673a5;
    color: #fff;
}

.back-button::before {
    content: "< ";
}

.scroll-block {
    color: #fff;
}

.scroll-block:hover {
    color: #fff;
}

.project-card {
    position: relative;
    margin: 10px 10px 30px;
}

.research-group-grid {
    padding-top: 40px;
    display: grid;
    /* for IE */
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    /* for IE */
    -ms-grid-columns: 1fr 0.1fr 1fr;
    /*    -ms-grid-rows: 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px;*/
    /*    grid-gap: 20px;*/
}

.research-group-title p {
    margin-left: 10px;
    margin-bottom: 20px;
}

.research-group-title .basic-button,
    {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.research-group-title h3,
.project-card h2 {
    color: #fff;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.research-group-title.red h3,
.project-card.red h2 {
    background: #CF362D;
}

.research-group-title.blue h3,
.project-card.blue h2 {
    background: #266294;
}

.research-group-title.purple h3,
.project-card.purple h2 {
    background: #6B0196;
}


body .ctf-carousel .ctf-owl-nav {
    min-height: 0;
}

.ctf-feed-1.ctf-boxed-style .ctf-item {
    min-height: 260px;
}

/* icon row */

.icon-section {
    background: #f1f1f1;
    color: #333333;
}

.icon-wrapper {
    padding: 40px 0;
}

.icon-flex {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.icon-flex .icon-box {
    margin: 0 15px;
    flex-basis: 12%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.icon-flex .icon-box:hover {
    transform: scale(1.2);
}

.icon-flex .icon-box a {
    color: #333333;
}

.icon-flex img {
    width: 100px;
    height: 100px;
}

.icon-flex .icon-title {
    font-size: 18px;
}

@media (max-width: 992px) {
    .icon-wrapper .icon-flex {
        flex-wrap: wrap;
    }

    .icon-wrapper .icon-flex .icon-col {
        text-align: center;
        flex-basis: 40%;
        background: #007734;
        margin: 10px;
    }

    .icon-flex .icon-box {
        flex-basis: auto;
    }
}

@media (max-width: 767px) {
    .icon-wrapper .icon-flex .icon-col {
        flex-basis: 75%;
    }

    .icon-flex {
        flex-direction: column;
    }
}

/* twitter block 

.twitter-block {
    position: relative;
    height: auto;
    padding: 55px 0;
    background: url(../images/twitter-background.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.twitter-block .col-xs-12 {
    position: absolute;
    display: flex;
    height: 350px;
}

.ctf-tweets {
    display: flex;
    width: 100%;
}

#ctf .ctf-item {
    max-width: 32%;
    padding: 20px 10px;
    margin: 10px;
    border: 2px solid rgba(64, 177, 229, 0.71);
    background: rgba(251, 251, 251, 0.97);
}

#ctf .ctf-header {
    display: none;
}

#ctf .ctf-item:first-child {
    border: 2px solid rgba(64, 177, 229, 0.71);
}

/* Picture Text Grid */

.picture-text-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
}

.pt-cell {
    padding: 15px;
}

.pt-item {
    background: #f1f1f1;
    /*    padding: 20px;*/
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.picture-cell {
    /*    padding: 10px;*/
}

.text-cell {
    padding: 20px;
}

.text-cell h3 {
    margin: 0 0 0.5em;
}

.insert-padding {
    padding-bottom: 50px;
    margin-top: -50px;
}

.center-medium-col {
    max-width: 75%;
    margin: 0 auto;
}

.contact-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
}

.contact-card {
    padding: 10px;
    display: flex;
}

.contact-headshot img {
    height: 100%;
    width: 100%;
}

.contact-info {
    background: #f1f1f1;
    padding: 20px 30px;
}

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

    .wrapper,
    .content-wrapper {
        width: 1200px;
    }

    .twitter-block {
        height: auto;
    }
}

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

    .container {
        width: 960px;
    }

    .research-group-grid {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr
    }

    .research-group-title {
        flex: 0 1 100%;
    }

    .hero-image {
        min-height: 500px;

    }

    .nav-scroll-blocks h2 {
        max-width: 100%;
    }
}

.project-card h2 {
    font-size: 24px;
    text-transform: none;
}

.research-card {
    position: relative;
    margin: 10px 10px 20px;
    display: flex;
}

.research-card img {
    margin-right: 20px;
    flex-basis: 25%;
    max-width: 200px;
    max-height: 200px;
}

.project-card .basic-button {
    margin-top: 10px;
}

.research-projects-grid {
    padding-top: 10px;
    display: grid;
    /* for IE */
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* for IE */
    -ms-grid-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
}

.bottom-position {
    position: absolute;
    bottom: 60px;
}

.top-buffer {
    margin-top: 20px;
}

.hero-image.thin-title {
    min-height: 0px;
    padding: 40px 0 70px;
}

.hero-image,
.error-image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 150px;
    position: relative;
    /*    z-index: -10;*/
    padding: 40px 0 20px;
}

.text-hero::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: transparent;
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    content: "";
}

/* line 10, ../scss/content-blocks/_hero-image.scss */

.hero-image.with-buckets {
    padding: 7% 0;
    z-index: -1;
}

/* line 13, ../scss/content-blocks/_hero-image.scss */

.hero-image h1,
.error-image h1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    color: #fff;
    text-transform: none;
    margin: 0px 0px 10px;
    font-weight: 100;
    font-size: 3.0rem;
    line-height: 3.1rem;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.0009rem;
}

.hero-image p {
    color: #fff;
    max-width: 70%;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    padding: 10px 0;
}

.hero-image h1::after,
.error-image h1:after {
    clear: both;
    content: "";
    display: block;
}


.hero-image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0.88889rem;
    background: rgba(0, 0, 0, 0.8);
    min-height: 30px;
    color: #fff;
    padding: 0.4em 0;
    font-weight: 100;
    letter-spacing: 0.04em;
    z-index: 10;
}

/* line 48, ../scss/content-blocks/_hero-image.scss */

.hero-image .caption p {
    margin: 0;
}

/* line 50, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    font-size: 1.27778rem;
    color: #000;
    padding: 2.25em 3em 2.25em;
    margin-bottom: 3px;
    font-weight: 100;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.hero-image .bucket:last-child {
    margin-right: 0;
}

/* line 62, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket::before {
    content: "+";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    font-size: 30px;
}

/* line 71, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket::after {
    content: "+";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
    font-size: 30px;
}

/* line 80, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket h2 {
    font-size: 2.11111rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0.375em 0;
}

/* line 86, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket a {
    font-weight: bold;
    letter-spacing: normal;
}

/* line 92, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket + .bucket::before,
.hero-image .bucket + .bucket::after {
    top: auto;
    bottom: 10px;
}

/* line 97, ../scss/content-blocks/_hero-image.scss */

.hero-image .bucket .read-more {
    display: inline-block;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.hero-image-new {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

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

    .hero-image .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 1.5em auto 3px auto !important;
    }

    .hero-image .bucket:last-child {
        margin-right: 0;
    }

    .hero-image .bucket + .bucket {
        margin-top: 0 !important;
    }

    .hero-image.with-buckets {
        height: auto !important;
    }

    .hero-image.with-buckets .caption {
        display: none;
    }
}

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

    .hero-image {
        min-height: 1px !important;
        /*        height: 300px;*/
    }

    .hero-image .caption {
        display: none;
    }

    .hero-image .bucket h2 {
        font-size: 1.66667rem;
    }

    .hero-image.with-buckets {
        height: auto !important;
    }

    .hero-image .bucket {
        padding-left: 1em;
        padding-right: 1em;
    }

    .hero-image h1 {
        font-size: 10vw;
    }

    .research-section h2 {
        font-size: 36px;
    }
}

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

    /* line 157, ../scss/content-blocks/_hero-image.scss */
    .page-id-10 .hero-image h1 {
        font-size: 7.5vw;
    }

    /* line 160, ../scss/content-blocks/_hero-image.scss */
    .blog .hero-image h1 {
        font-size: 8vw;
    }

    .research-card {
        flex-direction: column;
    }

    .research-card img {
        margin: 10px auto 20px;
    }
}

/* line 1, ../scss/content-blocks/_lab-list.scss */

.participating-labs {
    padding: 3em 0;
}

/* line 3, ../scss/content-blocks/_lab-list.scss */

.participating-labs h2 {
    text-align: center;
}

/* line 4, ../scss/content-blocks/_lab-list.scss */

.participating-labs .bucket {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    color: #40b1e5;
    font-size: 1.22222rem;
    letter-spacing: 0.06em;
    margin-bottom: 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 17.05961%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.participating-labs .bucket:last-child {
    margin-right: 0;
}

/* line 12, ../scss/content-blocks/_lab-list.scss */

.participating-labs .bucket p {
    margin: 0;
}

/* line 15, ../scss/content-blocks/_lab-list.scss */

.participating-labs .bucket + .bucket {
    margin-left: 17.05961%;
}

/* icon cards */

.icon-cards-section {
    padding: 50px 0;
    color: #fff;
}

.icon-card-wrapper {
    display: grid;
    justify-content: center;
    /*    max-width: 80%;*/
    margin: 3rem auto;
    margin: 3rem auto;
    grid-auto-flow: column;
}

.icon-card {
    text-align: center;
    margin: 0 10px;
    padding: 70px 0 0;
}

.icon-card h3 {
    font-size: 24px;
    color: #266294;
}

.icon-card img {
    width: 90%;
}

.icon-bgrd-1 {
    background: url('../images/icon-card-1.jpg');
}

.icon-bgrd-2 {
    background: url('../images/icon-card-2.jpg');
}

.icon-bgrd-3 {
    background: url('../images/icon-card-3.jpg');
}

.icon-bgrd-4 {
    background: url('../images/icon-card-4.jpg');
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h3 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h3 {
    /*
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100px, 0);
*/
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    /*
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
*/
}

.icon-card-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Common style */
.icon-cards figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px;
    background-size: cover;
    /*
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
*/
    /*    background: url('../images/white-bgrd-abstact.jpg');*/
    text-align: center;
    cursor: pointer;
}

.icon-cards figure img {
    position: relative;
    display: block;
    /*	min-height: 100%;*/
    max-width: 60%;
    /*    opacity: 0.8;*/
    margin: 20px auto;
}

.icon-cards figure figcaption {
    /*	padding: 2em;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.icon-cards figure figcaption h2 {
    font-size: 22px;
}

.icon-cards figure figcaption::before,
.icon-cards figure figcaption::after {
    pointer-events: none;
}

.bio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.bio-card {
    display: flex;
    margin: 10px;
    background: #e6e6e6;
    align-items: flex-start
}

.bio-headshot {
    width: 35%;
    min-width: 220px;
}

.bio-text {
    padding: 5px 15px;
    background: #e6e6e6;
    /*        background: url(../images/white-bgrd-abstact.jpg);*/

    width: 65%;
    /*    color: #fff;*/
}

.bio-section {
    padding: 0 0 50px;
}

/*--------------------------------------------------------------
/* Bio Card
--------------------------------------------------------------*/
.biocard-section {
    background: #ffffff;
    /*    color: #ffffff;*/
    padding: 2em 0 0;
}

.biocard-section.gray-bgrd {
    background: #e6e6e6;
}

.biocard-section .message-text {
    padding: 30px 40px 10px;
    /*    text-align: center;*/
    margin: 20px 0;
    /*    background: #266294;*/
    -webkit-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    -moz-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    -ms-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    -o-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
}

.biocard-section .message-wrapper {
    padding: 0 1.25em;
}

.quote-bio-card-wrapper {
    display: flex;
}

.quote-bio-card-wrapper img {
    vertical-align: middle;
    width: 100%;
}

.quote-bio-card-wrapper .quote-bio-card-col {
    padding: 20px;
    flex-basis: 50%;
    flex: 1;
}

.quote-bio-quote {
    margin-bottom: 15px;
}

.quote-bio-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    -moz-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    -ms-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    -o-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
    box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
}

.quote-bio-card.cyan-bgrd,
.message-text.cyan-bgrd,
.biocard-section.cyan-bgrd {
    background: #40b1e5;
}

.quote-bio-card.gray-bgrd,
.message-text.gray-bgrd,
.biocard-section.gray-bgrd {
    background: #e6e6e6;
}

.quote-bio-card.purple-bgrd,
.message-text.purple-bgrd,
.biocard-section.purple-bgrd {
    background: #6B0196;
}

.quote-bio-card.red-bgrd,
.message-text.red-bgrd,
.biocard-section.red-bgrd {
    background: #cf362d;
}

.quote-bio-card.white-bgrd,
.message-text.white-bgrd,
.biocard-section.white-bgrd {
    background: #ffffff;
}

.quote-bio-card-wrapper .quote-bio-card-col .quote-bio-card .quote-bio-text {
    padding: 10px 30px;
}

.quote-bio-card-wrapper .quote-bio-card-col .quote-bio-card .quote-bio-text .quote-bio-name {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-family: 'Raleway-SemiBold', sans-serif;
    line-height: 1.25em;
}

.quote-bio-card-wrapper .quote-bio-card-col .quote-bio-card .quote-bio-text .quote-bio-title {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.quote-bio-card-wrapper .quote-bio-card-col .quote-bio-card .flex-footer {
    flex: 1 0 auto;
}

.gray-bgrd {
    background-color: #e6e6e6;
}

@media (max-width: 992px) {
    .quote-bio-card-wrapper {
        flex-direction: column;
    }
}

/*
.icon-cards figure figcaption,
.icon-cards figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/*
.icon-cards figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
*/



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

    /* line 21, ../scss/content-blocks/_lab-list.scss */
    .participating-labs .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .participating-labs .bucket:last-child {
        margin-right: 0;
    }

    /* line 25, ../scss/content-blocks/_lab-list.scss */
    .participating-labs .bucket + .bucket {
        margin-left: 0%;
    }

    /* line 28, ../scss/content-blocks/_lab-list.scss */
    .participating-labs .bucket img {
        max-width: 50%;
    }
}

/* Full Height Hero */

.hero-fullheight {
    position: relative;
    width: 100%;
    color: white;
    background: rgba(28, 36, 65, 0.93);

}

.hero-fullheight .table {
    display: table;
    height: 100%;
}

.hero-fullheight .container {
    height: 100%;
}

.hero-fullheight .header-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.hero-fullheight .typed {
    display: inline-block;
    margin: 0;
}

.hero-fullheight h1 {
    font-size: calc(3vw + 2rem);
    margin-bottom: 0px;
    font-family: 'conthraxsemibold';

}

.hero-text-wrapper {
    display: flex;
    justify-content: center;
}

.hero-message {
    text-align: center;
    vertical-align: middle;
    padding: 80px 0;
}

.hero-message h1 {
    margin: 0px 0px 20px;
    text-wrap: balance;
}

.hero-fullheight u {
    text-decoration: none;
    border-bottom: 4px solid #40b1e5;
}

.hero-fullheight .hero-text-box {
    padding: 150px 0;
}

.hero-fullheight .hero-text {
    width: 80%;
    font-size: 20px;
    margin: 0 auto;
}

.video-row .fa {
    color: #fff;
    font-size: 50px;
}

.video-row {
    display: flex;
    gap: 1rem;
}

.video-section {
    margin: 0 10px;
    flex-basis: 100%;
}

.color-quote-section {
    color: #fff;
    padding: 80px 0 120px;
    background: #266294;
}

.color-quote-section h2 {
    font-size: 4.0em;
    margin-bottom: 50px;
}

.color-quote-section u {
    text-decoration: none;
    border-bottom: 4px solid #40b1e5;
}

.col-quote-wrapper {
    display: flex;
}

.col-quote {
    margin: 10px;
    background: #2f4e69;
    padding: 40px;
    flex-basis: 50%;
    text-align: center;
}

.col-quote img {
    border-radius: 50%;
    margin: 0 auto;
    height: 150px;
    width: 150px;
}

.col-quote h3 {
    text-transform: uppercase;
}

.col-quote .quote-lab {
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
}

.col-quote .detail-button {
    margin-top: 30px;
}

.col-quote .quote-lab::after {
    content: '';
    height: 3px;
    width: 75px;
    background: #40b1e5;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-item img {
    width: auto;
}

.hover-cards-section {
    padding: 20px 0 80px;
    background: #40b1e5;
}

.hover-cards-section h2 {
    font-size: 4.0em;
    margin-bottom: 50px;
    color: #fff;
}

.hover-cards-section u {
    text-decoration: none;
    border-bottom: 4px solid #40b1e5;
}

/*
.hover-card-wrapper {
    display: flex;
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.hover-card-wrapper figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
*/



figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h3 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-card-wrapper {
    display: flex;
}

/* Common style */
.hover-card-wrapper figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*	min-width: 320px;*/
    max-width: 480px;
    /*    max-height: 360px;*/
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.hover-card-wrapper figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.hover-card-wrapper figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-card-wrapper figure figcaption::before,
.hover-card-wrapper figure figcaption::after {
    pointer-events: none;
}

.hover-card-wrapper figure figcaption,
.hover-card-wrapper figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.hover-card-wrapper figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.hover-card-wrapper figure h3 {
    /*    word-spacing: -0.15em;*/
    font-weight: 300;
    font-size: 1.5em;
}

.hover-card-wrapper figure h3 span {
    font-weight: 800;
}

.hover-card-wrapper figure h3,
.hover-card-wrapper figure p {
    margin: 0;
}

.hover-card-wrapper figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
    background: rgba(125, 125, 125, 0.8);

}

figure.effect-duke img,
figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}

figure.effect-duke h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

figure.effect-duke p {
    position: absolute;
    bottom: 0;
    margin: 20px 0;
    padding: 10px 20px;
    /*    border: 2px solid #fff;*/
    text-transform: none;
    font-size: 90%;
    width: 150px;
    left: 50%;
    margin-left: -75px;

    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    /*
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
*/
}

figure.effect-duke:hover h3,
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.play-video:hover {
    color: aquamarine;
}

.animate-delay-1s {
    animation-delay: 1s;
}

.quote-block {
    padding: 3em 0;
}

.quote-block:first-of-type {
    padding-top: 60px;
}


.quote-block:last-of-type {
    padding-bottom: 50px;
}

.quote-wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
    /*    align-items: center;*/
}

.quote-right {
    justify-content: flex-end;
}

.quote-left {
    justify-content: flex-start;
}

.quote-attribution {
    text-align: left;
    padding-left: 25px;
}

.quote-headshot {
    padding-right: 50px;
    flex-shrink: 0;
    position: relative;
}

.quote-content {
    font-family: inherit;
}

.quote-grid-wrapper {
    display: flex;
    /*    background: rgba(74, 74, 74, 0.75);*/
    /*    margin-bottom: 10px;*/

    flex-direction: column;
}

.subhead,
.icons-description {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.subhead {
    font-size: 24px;
}

.icons-description {
    font-size: 18px;
}

.quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 50px;
}

.init-hide {
    display: none;
    max-width: 800px;
}

/*
.quote-grid-wrapper div {
    flex-basis: 50%;
}
*/

.quote-section-title h2 {
    margin: 0 0 1.5em;
}

.quote-grid-item {
    background: rgba(255, 255, 255, 0.65)
}

.quote-grid-item q {
    font-size: 14px;
    display: block;
    margin: 0 0 15px;
}

.quote-grid-headsot {
    display: flex;
    background: url(../images/quote-bgrd.jpg);
    background-size: cover;
    padding: 10px;
}

.quote-grid-text {
    padding: 30px;
}

.quote-grid-text .basic-button {
    margin: 15px 0 5px;
}

.quote-grid-headsot img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 3px solid rgba(226, 226, 226, 0.8);
    margin-left: 20px;
    /*    margin-bottom: 30px*/
}

.masongrid {
    margin-top: 80px;
}

.masongrid-sizer,
.masongrid-item {
    width: 32%;
}

.masongrid-item .animated {
    animation-duration: 0.5s;
}

.masongrid-item {
    margin-bottom: 10px;
}

.masongrid-item q {
    font-size: 14px;
    display: block;
    margin: 0 0 25px;
}

.quote-grid-section {
    padding: 50px 0;
    background: url(../images/white-abstract.jpg);
    background-size: cover;
}

.quote-grid-section h2 {
    /*    color: #fff;*/
    text-align: center;
}

.impact-text-section {
    padding: 50px 0;
    text-align: center;
}

.impact-text {
    font-family: 'Anton';
    font-size: 4vw;
    line-height: 6vw;
    /*
    background-image: url(../images/exascale-day-text.jpg);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
*/
    color: #40b1e5;
}

/*
.quote-headshot::after {
    content: '';
    height: 5px;
    background-color: #40b1e5;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0px;
}
*/

.quote-headshot img {
    border-radius: 50%;
    border: 5px solid #40b1e5;
    height: 150px;
}

.quote-wrapper {
    display: flex;
}

.quote {
    flex-basis: 100%;
    border-radius: 10px;
    border: 5px solid #40b1e5;
    padding: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
}

.quote::before {
    content: '\201C';
    font-size: 100px;
    opacity: 0.75;
    color: #496f82;
    font-weight: 700;
    font-family: 'Sanchez', serif;
    top: -55px;
    left: -30px;
    position: absolute;
    z-index: 0;
}

.quote::after {
    content: '\201D';
    font-size: 100px;
    opacity: 0.75;
    color: #496f82;
    font-weight: 700;
    font-family: 'Sanchez', serif;
    bottom: -95px;
    right: -30px;
    position: absolute;
}

.quote-name {
    font-weight: 600;
    margin: 10px 0 0;
    font-style: italic;
    font-family: 'Raleway-Semibold-Italic';
}

.quote-title {
    margin: 0;
    font-style: italic;
    font-family: 'Raleway-Italic';
}

.large-header {
    font-size: 4.0em;
}

.logo-background {
    padding: 50px 0;
}

.logo-wrapper {
    display: flex;
}

.logo-center {
    margin: 0 auto;
    text-align: center;
}

.logo-center img {
    max-width: 100%;
    height: auto;
}

.logo-center p {
    padding: 25px;
    margin-bottom: 20px;
}

.hero-subtext,
.logo-center p {
    max-width: 800px;
    margin: 0 auto;
}

.hero-subtext p {
    font-size: 28px;
    line-height: 1.2em;
    font-family: 'Raleway-SemiBold', sans-serif;
}

.logo-center p {
    font-size: 28px;
    line-height: 1.2em;
    /*    font-family: 'Raleway-SemiBold', sans-serif;*/
}

.hero-subtext h2 {
    font-size: 36px;
}

.logo-center h2,
.icon-cards-section h2,
.quote-grid-section h2 {
    font-size: calc(2vw + 1.0rem);
    margin-bottom: 0px;
}

.light-text {
    color: #fff;
}


/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .hover-card-wrapper figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

/*
.hero-fullheight .typed-cursor {
    font-size: 60px;
    display: inline-block;
    margin: 0 10px;
    color: #00a8ff;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
*/

.member-title {
    font-family: 'Raleway-SemiBold', sans-serif;
}

.hero-fullheight a {
    text-decoration: none;
    color: #00a8ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-row-section {
    padding: 10px 0;
}

.video-row-section:last-of-type {
    padding-bottom: 80px;
}

.video-row-item {
    padding: 80px 0;
    /*    margin: 0 10px;*/
    flex-basis: 31.5%;
}

.video-section,
.video-embed-section {
    padding: 2rem 0;
}

.video-flex {
    display: flex;
    justify-content: center;
}

.video-embed {
    width: 100%;
}

.video-embed .play-video {
    padding: 12vw 0;
    display: flex;
    justify-content: center;
    font-size: 100px;
}

.play-video a {
    color: #fff;
}

.play-video a:hover,
.play-video a:hover .fa {
    color: #00a8ff;
}

/* Envira Gallery */

.exascale-gallery .envira-gallery-public.envira-gallery-5-columns .envira-title {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    font-weight: 100;
    padding: 5px;
}

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

    .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item,
    .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item,
    .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item,
    .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item,
    .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
        width: 100% !important;
    }

    .training-flex {
        flex-direction: column;
    }

}

/* line 1, ../scss/content-blocks/_latest-posts.scss */

.blog-title {
    padding: 3em 0 0 0;
    text-align: center;
}

/* line 4, ../scss/content-blocks/_latest-posts.scss */

.blog-title h2 {
    margin: 0;
}

/* line 7, ../scss/content-blocks/_latest-posts.scss */

.latest-posts h2 {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    text-transform: uppercase;
}

.latest-posts,
.all-posts {
    width: 100%;
    clear: both;
    background: #fff;
    padding: 3em 0 1.5em 0;
}

/* line 12, ../scss/content-blocks/_latest-posts.scss */

.latest-posts.gray,
.all-posts.gray {
    background-color: #f5f5f5;
}

/* line 15, ../scss/content-blocks/_latest-posts.scss */

.latest-posts .read-more,
.all-posts .read-more {
    text-align: center;
    padding: 1.5em 0;
    font-size: 1.44444rem;
    font-family: "Open Sans", sans-serif;
}

/* line 20, ../scss/content-blocks/_latest-posts.scss */

.latest-posts .read-more h3,
.all-posts .read-more h3 {
    text-transform: none;
    font-size: 1.44444rem;
    color: #40b1e5;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
}

/* line 28, ../scss/content-blocks/_latest-posts.scss */

.latest-posts h2,
.all-posts h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 1.2em;
}

/* line 34, ../scss/content-blocks/_latest-posts.scss */

.latest-posts h3,
.all-posts h3 {
    font-size: 1.45em;
    font-weight: 100;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0.5em;
}

/* line 40, ../scss/content-blocks/_latest-posts.scss */

.latest-posts h3 i,
.all-posts h3 i {
    vertical-align: baseline;
    color: #40b1e5;
    z-index: -200;
}

/* line 44, ../scss/content-blocks/_latest-posts.scss */

.latest-posts h3 a,
.all-posts h3 a {
    text-decoration: none;
    color: inherit;
}

/* line 50, ../scss/content-blocks/_latest-posts.scss */

.latest-posts .post,
.all-posts .post,
    {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 0 1.5em;
    margin-bottom: 1.5em;
}

.latest-posts.past-events .post {
    width: 100%;
    margin-right: auto !important;
    margin-left: auto;
    float: none;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px #ccc solid;
    padding-left: 1.5em;
    padding-right: 1.5em;

}

.latest-posts.past-events .post:nth-child(3n) {
    margin-right: auto;
}

.latest-posts.past-events .post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.latest-posts .post:last-child,
.all-posts .post:last-child {
    margin-right: 0;
}

/* line 78, ../scss/neat/grid/_omega.scss */

.latest-posts .post:nth-child(3n),
.all-posts .post:nth-child(3n) {
    margin-right: 0;
}

/* line 83, ../scss/neat/grid/_omega.scss */

.latest-posts .post:nth-child(3n+1),
.all-posts .post:nth-child(3n+1) {
    clear: left;
}

/* line 55, ../scss/content-blocks/_latest-posts.scss */

.latest-posts .post time,
.all-posts .post time {
    font-weight: 700;
}

/* line 63, ../scss/content-blocks/_latest-posts.scss */

.latest-posts.post-count-1 .post,
.all-posts.post-count-1 .post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.latest-posts.post-count-1 .post:last-child,
.all-posts.post-count-1 .post:last-child {
    margin-right: 0;
}

/* line 78, ../scss/neat/grid/_omega.scss */

.latest-posts.post-count-1 .post:nth-child(1n),
.all-posts.post-count-1 .post:nth-child(1n) {
    margin-right: 0;
}

/* line 83, ../scss/neat/grid/_omega.scss */

.latest-posts.post-count-1 .post:nth-child(1n+1),
.all-posts.post-count-1 .post:nth-child(1n+1) {
    clear: left;
}

/* line 69, ../scss/content-blocks/_latest-posts.scss */

.latest-posts.post-count-2 .post,
.all-posts.post-count-2 .post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.latest-posts.post-count-2 .post:last-child,
.all-posts.post-count-2 .post:last-child {
    margin-right: 0;
}

/* line 78, ../scss/neat/grid/_omega.scss */

.latest-posts.post-count-2 .post:nth-child(2n),
.all-posts.post-count-2 .post:nth-child(2n) {
    margin-right: 0;
}

/* line 83, ../scss/neat/grid/_omega.scss */

.latest-posts.post-count-2 .post:nth-child(2n+1),
.all-posts.post-count-2 .post:nth-child(2n+1) {
    clear: left;
}

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

    /* line 76, ../scss/content-blocks/_latest-posts.scss */
    .latest-posts .post,
    .latest-posts.post-count-1 .post,
    .latest-posts.post-count-2 .post,
    .all-posts .post,
    .all-posts.post-count-1 .post,
    .all-posts.post-count-2 .post {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        padding-bottom: 3em;
        padding-right: 1.5em;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .latest-posts .post:last-child,
    .latest-posts.post-count-1 .post:last-child,
    .latest-posts.post-count-2 .post:last-child,
    .all-posts .post:last-child,
    .all-posts.post-count-1 .post:last-child,
    .all-posts.post-count-2 .post:last-child {
        margin-right: 0;
    }

    /* line 78, ../scss/neat/grid/_omega.scss */
    .latest-posts .post:nth-child(2n),
    .latest-posts.post-count-1 .post:nth-child(2n),
    .latest-posts.post-count-2 .post:nth-child(2n),
    .all-posts .post:nth-child(2n),
    .all-posts.post-count-1 .post:nth-child(2n),
    .all-posts.post-count-2 .post:nth-child(2n) {
        margin-right: 0;
    }

    /* line 83, ../scss/neat/grid/_omega.scss */
    .latest-posts .post:nth-child(2n+1),
    .latest-posts.post-count-1 .post:nth-child(2n+1),
    .latest-posts.post-count-2 .post:nth-child(2n+1),
    .all-posts .post:nth-child(2n+1),
    .all-posts.post-count-1 .post:nth-child(2n+1),
    .all-posts.post-count-2 .post:nth-child(2n+1) {
        clear: left;
    }

    /* line 81, ../scss/content-blocks/_latest-posts.scss */
    .latest-posts .post:nth-child(3n),
    .latest-posts.post-count-1 .post:nth-child(3n),
    .latest-posts.post-count-2 .post:nth-child(3n),
    .all-posts .post:nth-child(3n),
    .all-posts.post-count-1 .post:nth-child(3n),
    .all-posts.post-count-2 .post:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .latest-posts .post:nth-child(3n):last-child,
    .latest-posts.post-count-1 .post:nth-child(3n):last-child,
    .latest-posts.post-count-2 .post:nth-child(3n):last-child,
    .all-posts .post:nth-child(3n):last-child,
    .all-posts.post-count-1 .post:nth-child(3n):last-child,
    .all-posts.post-count-2 .post:nth-child(3n):last-child {
        margin-right: 0;
    }

    /* line 84, ../scss/content-blocks/_latest-posts.scss */
    .latest-posts .post .permalink,
    .latest-posts.post-count-1 .post .permalink,
    .latest-posts.post-count-2 .post .permalink,
    .all-posts .post .permalink,
    .all-posts.post-count-1 .post .permalink,
    .all-posts.post-count-2 .post .permalink {
        font-size: 1rem;
    }

    /* line 87, ../scss/content-blocks/_latest-posts.scss */
    .latest-posts .post h3,
    .latest-posts.post-count-1 .post h3,
    .latest-posts.post-count-2 .post h3,
    .all-posts .post h3,
    .all-posts.post-count-1 .post h3,
    .all-posts.post-count-2 .post h3 {
        margin-bottom: 0.75em;
    }
}

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

    /* line 94, ../scss/content-blocks/_latest-posts.scss */
    .latest-posts .post,
    .latest-posts.post-count-1 .post,
    .latest-posts.post-count-2 .post,
    .all-posts .post,
    .all-posts.post-count-1 .post,
    .all-posts.post-count-2 .post {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .latest-posts .post:last-child,
    .latest-posts.post-count-1 .post:last-child,
    .latest-posts.post-count-2 .post:last-child,
    .all-posts .post:last-child,
    .all-posts.post-count-1 .post:last-child,
    .all-posts.post-count-2 .post:last-child {
        margin-right: 0;
    }
}

/* line 102, ../scss/content-blocks/_latest-posts.scss */

.all-posts .row {
    margin-bottom: 3em;
}

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

    /* line 106, ../scss/content-blocks/_latest-posts.scss */
    .all-posts .post {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .all-posts .post:last-child {
        margin-right: 0;
    }
}

/* line 112, ../scss/content-blocks/_latest-posts.scss */

.archive .post {
    margin-bottom: 3em;
}

/* line 117, ../scss/content-blocks/_latest-posts.scss */

.no-more-posts {
    text-align: center;
    display: none;
}

/* line 121, ../scss/content-blocks/_latest-posts.scss */

.load-more {
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    ;
    letter-spacing: 0.06em;
    width: 100%;
    display: inline-block;
    font-size: 24px;
    text-align: center;
}

/* line 1, ../scss/content-blocks/_team-list.scss */

.team-list {
    padding: 1.5em 0;
}

/* line 3, ../scss/content-blocks/_team-list.scss */

.team-list .row {
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-right: 2.35765%;
    width: 100%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.team-list .row:last-child {
    margin-right: 0;
}

/* line 6, ../scss/content-blocks/_team-list.scss */

.team-list .member {
    flex-basis: 25%;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.team-list .member:last-child {
    margin-right: 0;
}

/* line 8, ../scss/content-blocks/_team-list.scss */

.team-list .member img {
    background: #000;
    width: 100%;
    border-radius: 50%;
}

.member img {
    border-radius: 50%;
}

/* line 12, ../scss/content-blocks/_team-list.scss */

.team-list .member h4 {
    margin: 0;
}

/* line 15, ../scss/content-blocks/_team-list.scss */

.team-list .member h4 a {
    color: inherit;
}

/* line 17, ../scss/content-blocks/_team-list.scss */

.team-list .member h4 a:hover {
    color: #40b1e5;
}

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

    /* line 25, ../scss/content-blocks/_team-list.scss */
    .team-list .member {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 1.5em;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-list .member:last-child {
        margin-right: 0;
    }

    /* line 28, ../scss/content-blocks/_team-list.scss */
    .team-list .member img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0.75em !important;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-list .member img:last-child {
        margin-right: 0;
    }
}

/* line 37, ../scss/content-blocks/_team-list.scss */

.contact-list {
    padding: 3em 0;
}

.lead-div {
    padding: 2em 0 2em;
}

/* line 40, ../scss/content-blocks/_team-list.scss */

.team-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.team-column:last-child {
    margin-right: 0;
}

/* line 42, ../scss/content-blocks/_team-list.scss */

.full-width .team-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.full-width .team-column:last-child {
    margin-right: 0;
}

/* line 45, ../scss/content-blocks/_team-list.scss */

.team-column h2 {
    margin-bottom: 0;
    display: block;
    width: 100%;
    clear: both;
}

/* line 51, ../scss/content-blocks/_team-list.scss */

.team-column .member {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.team-column .member:last-child {
    margin-right: 0;
}

/* line 54, ../scss/content-blocks/_team-list.scss */

.full-width .team-column .member {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.full-width .team-column .member:last-child {
    margin-right: 0;
}

/* line 78, ../scss/neat/grid/_omega.scss */

.full-width .team-column .member:nth-child(6n) {
    margin-right: 0;
}

/* line 83, ../scss/neat/grid/_omega.scss */

.full-width .team-column .member:nth-child(6n+1) {
    clear: left;
}

/* line 58, ../scss/content-blocks/_team-list.scss */

.team-column .members {
    padding-bottom: 3em;
}

/* line 62, ../scss/content-blocks/_team-list.scss */

.form-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
}

/* line 89, ../scss/neat/grid/_span-columns.scss */

.form-column:last-child {
    margin-right: 0;
}

/* line 64, ../scss/content-blocks/_team-list.scss */

.form-column input[type="submit"] {
    padding: 10px 20px;
    margin-top: 0;
}

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

    /* line 71, ../scss/content-blocks/_team-list.scss */
    .team-column,
    .form-column {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-column:last-child,
    .form-column:last-child {
        margin-right: 0;
    }

    /* line 74, ../scss/content-blocks/_team-list.scss */
    .team-column .member,
    .full-width .team-column .member {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .team-column .member:last-child,
    .full-width .team-column .member:last-child {
        margin-right: 0;
    }

    /* line 78, ../scss/neat/grid/_omega.scss */
    .team-column .member:nth-child(3n),
    .full-width .team-column .member:nth-child(3n) {
        margin-right: 0;
    }

    /* line 83, ../scss/neat/grid/_omega.scss */
    .team-column .member:nth-child(3n+1),
    .full-width .team-column .member:nth-child(3n+1) {
        clear: left;
    }

    /* line 78, ../scss/content-blocks/_team-list.scss */
    .team-column h3 {
        font-size: 1.5em;
    }

    /* line 81, ../scss/content-blocks/_team-list.scss */
    .team-column h2 {
        font-size: 1.75em;
    }
}

.divider img {
    margin: 0 auto;
}

.text-block {
    padding: 3em 0;
    text-align: center;
    font-weight: 100;
}

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

.text-block.disable-padding {
    padding-bottom: 0 !important;
}

.text-block.gray {
    background-color: #f5f5f5;
}

.text-block.with-divider {
    background-image: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.text-block.big-text {
    font-size: 1.44444rem;
}

.text-block.big-text h3 {
    font-size: 1.77778rem;
}

.text-block h2 {
    font-weight: normal;
    text-transform: uppercase;
}

.text-block .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
}

.text-block .content:last-child {
    margin-right: 0;
}

.text-block .content p:last-child a {
    color: #40b1e5;
    /*    font-size: 1.44444rem;*/
}

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

    .text-block {
        padding: 1.5em 0;
    }

    .text-block .content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
    }

    .text-block .content:last-child {
        margin-right: 0;
    }
}

.full-block {
    display: inline-block;
}

.two-buckets,
.three-buckets {
    background: #fff;
    padding: 2rem 0;
}

.two-buckets h2,
.three-buckets h2 {
    margin: 0 0 1.5rem;
}

.two-buckets h3,
.three-buckets h3 {
    /*    font-size: 1.77778rem;*/
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.two-buckets .bucket,
.three-buckets .bucket {
    float: left;
    display: block;
    margin-right: 1%;
    width: 48%;
    margin-left: 1%;
    padding: 0 1.5em;
}

.two-buckets .bucket:last-child,
.three-buckets .bucket:last-child {
    margin-right: 0;
}

.two-buckets .bucket + .bucket,
.three-buckets .bucket + .bucket {
    /*    margin-left: 0%;*/
}

.two-buckets.three-buckets .bucket,
.three-buckets.three-buckets .bucket {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 0%;
}

.two-buckets.three-buckets .bucket:last-child,
.three-buckets.three-buckets .bucket:last-child {
    margin-right: 0;
}

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

    .two-buckets.three-buckets .bucket,
    .three-buckets.three-buckets .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        border: none;
        margin: 0 auto 1em auto !important;
        padding-bottom: 0;
    }

    /* line 89, ../scss/neat/grid/_span-columns.scss */
    .two-buckets.three-buckets .bucket:last-child,
    .three-buckets.three-buckets .bucket:last-child {
        margin-right: 0;
    }
}

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

    .two-buckets .bucket,
    .three-buckets .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        padding: 0;
        margin-bottom: 3em;
        /*
        padding-bottom: 3em;
        border-bottom: 1px #40b1e5 solid;
*/
    }

    .two-buckets .bucket:last-child,
    .three-buckets .bucket:last-child {
        margin-right: 0;
    }

    .two-buckets .bucket + .bucket,
    .three-buckets .bucket + .bucket {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .two-buckets.three-buckets .bucket,
    .three-buckets.three-buckets .bucket {
        border: none;
        margin: 0 auto 1em auto !important;
        padding-bottom: 0;
    }
}

.two-col-text {
    padding: 35px 0;
}

.two-col-text.gray-bg {
    background-color: #f7f7f7;
    background-image: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.two-col-text.gray-bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: url(../images/divider.png) no-repeat center bottom;
    content: "";
    display: block;
}

.two-col-text.focus-area-intro .focus-intro {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
}

.two-col-text.focus-area-intro .focus-intro:last-child {
    margin-right: 0;
}

.two-col-text h2,
.two-col-text h3,
.two-col-text h4 {
    margin: 0;
    text-align: center;
}

.two-col-text h3 {
    line-height: 55px;
}

.two-col-text .bucket {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 1.22222rem;
    font-weight: 100;
}

.two-col-text .bucket:last-child {
    margin-right: 0;
}

.two-col-text .outro {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
}

.two-col-text .outro:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .two-col-text .bucket {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0;
    }

    .two-col-text .bucket:last-child {
        margin-right: 0;
    }
}

.ai1ec-categories,
.ai1ec-tags {
    display: none !important;
}

.ai1ec-field-label {
    width: 25% !important;
}

.ssba-wrap {
    padding: 25px 0 0 0;
}

.tags {
    color: #fff;
    background: #40b1e5;
    border-radius: 2px;
    padding: 4px 10px 7px;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .ai1ec-field-label {
        width: 100% !important;
    }

    .team-list .member {
        flex-basis: 45%;
    }
}

/* mega menu */

.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
    padding-top: 5px;
}

.mega-menu .drop-down-multilevel li {
    border-bottom: none;
}

.mega-menu .drop-down-multilevel {
    width: auto;
    max-width: 100%;
    min-width: 160px;
    padding: 10px 20px 20px 10px;
}

.mega-menu .drop-down-multilevel a {
    text-transform: none;
}


@media screen and (min-width: 993px) {
    .mega-menu .drop-down-multilevel {
        display: grid;
        grid-template-columns: 1fr;

        /* 4 rows */
        /*
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-auto-flow: column;
*/
    }
}

.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 10px 15px;
    min-height: 0px
}

}

.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
    color: #fdb95c;
}

.menu {
    background: #ffffff;
    height: 80px;
}

.menu .mega-menu .menu-links > li > a {
    color: rgb(28, 73, 106);
    ;
    line-height: 80px;
}

.menu .mega-menu .menu-links > li > a:hover {
    color: #fdb95c;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
    color: #fdb95c;
}

.menu .mega-menu .menu-links > li.active:first-child a {
    /*------------------------------------- ACTIVE CLASS MENU LINKS */
    background-color: transparent;
    color: #40b1e5;
}

.menu .mega-menu .menu-logo img {
    height: 70px;
    margin: 4px 0;
}

.menu .mega-menu.desktopTopFixed .menu-list-items {
    /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 10px 15px;
    background: #ffffff;
    border-bottom: 2px solid rgb(28, 73, 106);
    ;
}

.menu .mega-menu .drop-down-multilevel a:hover {
    color: #fdb95c;
}

.menu .mega-menu .menu-mobile-collapse-trigger:before,
.menu .mega-menu .menu-mobile-collapse-trigger:after,
.menu .mega-menu .menu-mobile-collapse-trigger span {
    background: rgb(28, 73, 106);
    ;
    width: 30px;
    height: 3px;
}

.menu .mega-menu .menu-mobile-collapse-trigger:before {
    top: 10px;
}

.menu .mega-menu .menu-mobile-collapse-trigger:after {
    top: 30px;
}

.menu .mega-menu .menu-mobile-collapse-trigger {
    /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
    margin-top: 17px;
    height: 45px;
    width: 55px;
    background: transparent;
}

.menu .mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu .mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mega-menu {
    padding: 0;
}

.mega-menu .menu-logo {
    /*    margin-top: -5px;*/
}

@media (max-width: 992px) {

    .menu .mega-menu .menu-logo > li > a {
        line-height: normal;
        position: relative;
        z-index: 10;
        width: auto;
        padding: 0px;
    }

    .menu .mega-menu .menu-links > li > a {
        line-height: 40px;
        width: 100%;
    }

    .menu .mega-menu .desktopTopFixed .menu-list-items .menu-logo > li > a img {
        height: 60px;
    }

    .mega-menu .menu-links {
        padding: 0 10px;
        z-index: 20;
    }

    .quote-grid {
        grid-template-columns: 1fr 1fr;
    }

    .icon-card-wrapper {
        flex-wrap: wrap;
    }

    .icon-card-link {
        flex-basis: 50%;
        display: flex;
        justify-content: center;
    }
}

.menu-container {
    background: #fff;
    padding-top: 3.5rem;
}

.portfolio-gallery-content.filteringActive ul li {
    margin-bottom: 5px;
    border: 1px solid #ccc !important;
}


/* Hero slider */

.hero-slider {
    position: relative;
}

.cycle-slideshow,
.slide.dark-text {
    color: #333;
}

.cycle-slideshow,
.slide {
    position: relative;
    color: #ffffff;
    height: 420px;
    overflow: hidden;
}

.slide {
    width: 100%;
}

.slide-padding {
    padding: 1.5rem 0;
}

.slide-description {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    width: 50%;
}

.slide-text {
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-style: italic;
    /*    width: 80%;*/
}

.logo-padding {
    padding: 10px 10px 60px;
}

.slider-title {
    /*    color: #ffffff;*/
}

.slider-title h2 {
    font-size: 3.0rem;
    line-height: 3.1rem;
    max-width: 600px;
}

.slider-header h2 {
    font-size: 2.0rem;
    line-height: 2.1rem;
    margin-bottom: 0.25rem;
    /*    max-width: 600px;*/
}

.slider-header {
    position: relative;
    margin-bottom: 2rem
}

.slider-header::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #1c2240;
    display: block;
}

.hero-slider {
    color: #222222;
}

.hero-slider .logos {
    display: flex;
    justify-content: space-between;
}

.hero-slider .logos img {
    height: 60px;
}

.cycle-pager {
    position: absolute;
    height: 65px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.cycle-pager span {
    display: inline-block;
    font-size: 4.5em;
}

.cycle-pager span:hover {
    cursor: pointer;
}

.cycle-pager-active {
    color: #40b1e5;
}


.cycle-next {
    /*    border-radius: 5px 0px 0px 5px;*/
    right: 40px;
    text-indent: 3px;
}

.cycle-prev {
    /*    border-radius: 0px 5px 5px 0px;*/
    left: 40px;
    text-indent: -3px;
}

.cycle-prev,
.cycle-next {
    color: #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: -235px -120px 0;
    position: absolute;
    top: 50%;
    z-index: 101;
    font-size: 1.8em;
    background: #40b1e5;
    text-align: center;
    opacity: 0.8;
    line-height: 1.85em;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: 1;
    color: $link-hover-color;
    cursor: pointer;
}

/*--------------------------------------------------------------
/* Gallery Grid
--------------------------------------------------------------*/
#grid-filter {
    height: 2.5rem;
    padding: 0 0.5rem;
    max-width: 75%;
}

.filter-options {
    margin-bottom: 3rem;
}

.gallery-grid {
    margin-top: 3.5rem;
}

.grid-image-entry {
    cursor: pointer;
    background: #ffffff;
}

.grid-image-entry .entry-detail {
    background: #ffffff;
    padding: 0.5rem 0.5rem 0.75rem;
    background-color: #eff1f3;
}

.grid-image-entry .entry-detail h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
}

.grid-image-entry .entry-image {
    position: relative;
    overflow: hidden;
}

.grid-image-entry .entry-image .entry-overlay {
    background: rgba(252, 204, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-image-entry .entry-image .entry-overlay .fa {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    z-index: 5;
}

.grid-image-entry .entry-image:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* Add more width */
    /* To form a square, the padding-bottom, needs to have the same value as the width property */
    padding-bottom: 120%;
    box-shadow: inset 0px 0px 150px 60px rgba(0, 0, 0, 0.1);
}

.grid-image-entry:hover .entry-image .entry-overlay {
    opacity: 1;
}

@media (max-width: 992px) {
    #grid-filter {
        max-width: 100%;
    }
}

.content-wrapper,
.slider-wrapper,
.hero-wrapper,
.wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.content-wrapper,
.hero-wrapper,
.wrapper {
    max-width: 1240px;
    width: 100%;
    padding: 0 25px;
    display: flow-root;
}

.content-wrapper ul,
.content-wrapper ol {
    list-style-type: disc;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}

.slider-wrapper {
    max-width: 1350px;
}

.slider-wrapper h1 {
    display: inline-block;
    margin: 3rem 0 0;
}

.slider-nav {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cycle-slide {
    width: 100%;
}

.hero-text {
    padding: 20px 0;
    max-width: 55%;
}

.flex-column-wrapper {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
}

.team-headshots {
    /*
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    padding: 0 10px;
*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin: 40px 30px 20px;
}

.member {
    width: 100%;
    height: auto;
    flex-basis: 33%
        /*    text-align: center;*/
}

.center-block {
    /*    margin: 0 auto;*/
}

.nav-top-bar {
    display: flex;
    justify-content: space-between;
}

.dt-duration::after {
    content: 'ET';
}

/*
body table.footable.footable-filtering-right > thead > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
    text-align: left;
}
*/

.semantic_ui .ui.table:not(.inverted) thead th {}

.form-group.footable-filtering-search .input-group {
    padding: 28px 0 0;
}

.ninja_table_wrapper .ninja_table_afd_inline thead .footable-filtering th .form-inline > .form-group {
    margin: 0 10px;
}

.video-playlist-blue {
    background: #40b1e5;
    color: #fff;

}

.video-playlist-blue .epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton > div.epyt-arrow {
    background: transparent url(../images/advance-playlist.png) no-repeat scroll 0 0;
    opacity: 1;
}

.video-playlist-blue .epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton > div.epyt-arrow:hover {
    background: transparent url(../images/advance-playlist-hover.png) no-repeat scroll 0 0;
}

.full-width-content #whova-agendawidget {
    margin: 0 -25px;
}



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

    .slider-nav,
    .slider-wrapper {
        max-width: 1300px;
    }
}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 1200px;
    }

    /*
    .hero-wrapper {
        max-width: 1300px;
    }
*/

    .twitter-block {
        height: auto;
    }
}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 1100px;
    }

    /*
    .hero-wrapper {
        max-width: 1200px;
    }
*/

    .twitter-block {
        height: auto;
    }

}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 1000px;
    }

    /*
    .hero-wrapper {
        max-width: 1100px;
    }

    .content-wrapper,
    .wrapper {
        max-width: 1100px;
    }
*/
}

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

    .bio-grid {
        grid-template-columns: 1fr;
    }

    .bio-card {
        /*        justify-content: center;*/
    }

    .bio-headshot {
        width: 16vw;
    }

}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 900px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }


    .bio-headshot {
        width: calc(14vw + 2.0rem);
    }

    /*
    .hero-wrapper {
        max-width: 950px;
    }

    .content-wrapper,
    .wrapper {
        max-width: 1000px;
    }
*/

    .twitter-block {
        height: auto;
        padding: 55px 0 100px;
    }

    .ctf-tweets {
        flex-direction: column;
    }

    #ctf .ctf-item {
        max-width: 100%;

    }

    .cycle-prev,
    .cycle-next {
        margin: -235px -110px 0;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footer-flex .logo img {
        margin: 0 auto 50px;
        display: block;
    }

    .main-footer .footer-content {
        padding-right: 0px;
    }

    .main-footer .logo {
        width: 100%;
    }

    .footer-content .footer-main-nav {
        margin: 0px 0 30px;
    }

    .main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item:nth-child(2n+1) {
        padding: 0px;
    }

    .main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item {
        margin: 0px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .subscribe-block {
        text-align: center;
        padding: 0 90px;
        margin: 15px 0 30px;
    }
}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 800px;
    }

    .bio-card img {
        min-width: 220px;
        min-height: 220px;
    }
}

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

    .ctf-tweets {
        flex-direction: column;
    }

    #ctf .ctf-item {
        max-width: 100%;
    }

    .slide {
        width: 100%;
    }

    .slide-description {
        width: auto;
        display: block;
        min-height: 60px;
    }

    .content-wrapper,
    .wrapper,
    .hero-wrapper,
    .container {
        max-width: 960px;
    }

    .main-footer .logo {
        margin: 20px 0 0;
    }

    .slider-nav,
    .slider-wrapper {
        max-width: 750px;
    }

}

@media screen and (max-width: 992px) {
    .article-list-section .article-grid {
        column-count: 2;
    }

    .overview-wrapper {
        flex-direction: column;
    }

    .overview-image {
        width: 65%;
    }

    .circle-images-wrapper {

        width: 100%;
    }

    .overview-box .overview-content {
        width: 100%;
    }

    .podcast-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .slide-description {
        min-height: 50px;
        display: flex;
        align-items: center;
    }

    .cycle-prev,
    .cycle-next {
        margin: -235px -100px 0;
    }

    .center-medium-col {
        max-width: 100%;
    }

    .gallery-items {
        flex-direction: column;
    }

    .podcast-main {
        padding-right: 0;
        margin-bottom: 3px;
    }

    .research-projects-grid {
        grid-template-columns: 1fr;
        /* for IE */
        -ms-grid-columns: 1fr;
    }

    .team-headshots {
        flex-direction: column;

        /*
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
*/
    }

    .team-headshots .member {
        display: grid;
        /*
        justify-content: center;
        flex-direction: column;
*/
        text-align: center;
        /*        flex-basis: 100%;*/
    }

    .hero-text {
        max-width: 75%;
    }

    .slider-nav,
    .slider-wrapper {
        max-width: 750px;
    }

    .picture-text-grid {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    .two-col-flex {
        flex-direction: column
    }

    .flex-container {
        flex-direction: column;
        margin: 0 auto;
    }

    .scroll-block {
        margin: 10px 0;
    }

    .content-wrapper,
    .wrapper,
    .hero-wrapper,
    .container {
        max-width: 750px;
    }

    .video-row-item {
        padding: 50px 0;
    }
}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 700px;
    }

    .flex-column-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 625px;
    }

    .slider-title h2 {
        font-size: 2.5rem;
        line-height: 2.9rem;
    }

    .sponsors img {
        padding-left: 1em;
        padding-right: 1em;
    }

    /*
    .search-bar .search-form {
        float: none;
        width: 100%;
    }
*/
}

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

    .button-items {
        flex-direction: column;
    }

    .button-row .basic-button {
        margin: 1px 10px 0;
    }

    .image-mobile-only {
        display: block;
    }

    .image-mobile-hide {
        display: none;
    }

    #mc_embed_signup_scroll {
        justify-content: center;
    }

    .hero-fullheight h1 {
        font-size: calc(3vw + 1rem);
    }

    .hero-message {
        padding: 100px 0;
    }

    .hero-subtext h2 {
        font-size: 28px;
    }

    .hero-subtext p,
    .logo-center p {
        font-size: 22px;
        font-family: 'Raleway', sans-serif;
    }

    .quote {
        margin-bottom: 20px;
    }

    .quote-headshot {
        padding: 0 0 20px;
    }

    .quote-wrapper {
        flex-direction: column;
    }

    .newsletter-header {
        justify-content: center;
        flex-direction: column;
    }

    .slider-nav,
    .slider-wrapper {
        max-width: 500px;
    }

    .slider-title h2 {
        font-size: 2.3rem;
        line-height: 2.7rem;
    }

    .content-wrapper,
    .hero-wrapper {
        max-width: 750px;
    }


    .sponsors img {
        margin: 30px auto;
    }

    .top-nav {
        /*        height: 90px;*/
        /*        padding: 20px 0 0 0;*/
    }

    .social-links {}

    .mega-menu {
        padding: 0;
    }

    .hero-image h1 {
        font-size: 2.3em;
        margin-bottom: 10px;
        line-height: 1.1em;
        margin-bottom: 10px;
    }

    .hero-image p,
    .hero-text {
        max-width: 100%;
    }

    .mega-menu .menu-logo {
        margin-top: 10px;
    }

    .menu {
        height: 90px;
    }

    .menu .mega-menu .menu-mobile-collapse-trigger {
        margin-top: 15px;
    }

    .menu .mega-menu .menu-logo img {
        margin: 3px 0;
    }

    .footer-main-nav #menu-footer-menu {
        /*
        grid-template-rows: auto;
        grid-auto-flow: inherit;
*/
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #menu-footer-menu.menu {
        height: 100%;
        margin-bottom: 30px;
        font-size: 1.2em;
    }

    .subscribe-block {
        padding: 0px;
    }

    #mc_embed_signup_scroll input {
        margin-right: 0px;
    }

    .quote-grid {
        grid-template-columns: 1fr;
    }

    .icon-cards figure {
        width: 100%;
    }

    .video-row {
        flex-direction: column;
        gap: 1rem;
    }

    .video-row-item {
        flex: 1;
        margin: 0;
    }

    .video-row .fa {
        font-size: 100px;
    }

    .icon-cards-section h2 {
        margin-bottom: 40px;
        font-size: calc(4vw + 1.0rem);
    }
}

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

    .twitter-block {
        background: none;
    }

    .slider-nav,
    .slider-wrapper {
        max-width: 480px;
    }

    .slide-padding {
        padding: 60px 10px;
    }

    .content-wrapper,
    .hero-wrapper,
    .container {
        max-width: 550px;
    }

    .cycle-prev,
    .cycle-next {
        margin: -235px -100px 0;
    }

    .slider-title h2 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }

    .slide-description {
        font-size: 1.25rem;
        line-height: 1.2em;
    }

    .social-links {
        margin-top: 10px;
        margin-right: 0px;
    }

    /*

    /*
    .video-scroller .lSSlideOuter.vertical .lSAction > a {
        left: 30px;
    }

    .video-scroller .lSSlideOuter.vertical .lSAction > .lSNext {
        bottom: 30px;
    }
*/

    .video-scroller .lSAction > a,
    .video-scroller .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    .impact-text {
        font-size: 6vw;
        line-height: 8vw;
    }

}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 400px;
    }

    .cycle-prev,
    .cycle-next {
        margin: -235px -40px 0;
    }

    .content-wrapper,
    .hero-wrapper,
    .container {
        max-width: 550px;
    }

    .contact-card {
        flex-direction: column;
    }

    .slider-title h2 {
        font-size: 2.0rem;
        line-height: 2.2rem;
    }

    .hero-image .content-wrapper {
        background: rgba(47, 47, 47, 0.4);
        padding: 30px;
    }
}


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

    .content-wrapper,
    .hero-wrapper,
    .container {
        max-width: 450px;
    }

    .quote-wrapper {
        width: 100%;
    }

    .icon-card-link {
        flex-basis: 80%;
    }

    .video-row-item {
        padding: 60px 0;
    }

    .bio-text {
        width: 100%;
    }

    .bio-card {
        flex-direction: column;
    }

    .bio-headshot {
        width: 100%;
    }
}

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

    .content-wrapper,
    .full-width-page,
    .container {
        max-width: 350px;
    }

    .hero-wrapper {
        max-width: 450px;
        padding: 0;
    }

    /*
    .flex-column-wrapper > * {
        padding: 0 2rem;
    }
*/

    /*
    .full-width-page {
        margin: 0;
        padding: 0;
    }
*/

    .biocard-section {
        /* color: #ffffff; */
        padding: 10px;
    }

    /*
    .full-width-page h1,
    .full-width-page h2,
    .full-width-page h3,
    .full-width-page h4,
    .full-width-page h5,
    .full-width-page h6,
    .full-width-page p,
    .full-width-page ol,
    .full-width-page ul,
    .full-block {
        padding: 0 25px;
    }
*/

}

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

    .hero-wrapper,
    .container {
        max-width: 280px;
    }
}


.full-width-content .envira-gallery-theme-showcase {
    background: #fff;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Hero page changes */

.hero-image .bucket:before,
.hero-image .bucket:after {
    content: none;
}

.hero-image .bucket .read-more {
    text-align: center;
    width: 100%;
}

.main-header .main-nav {
    z-index: 1;
}

/* Footer changes */

.main-footer .footer-main-nav .menu-footer-menu-container > ul > .menu-item {
    text-transform: none;
    font-weight: normal;
}

.footer-layout {
    display: inline-grid;
    justify-content: center;
    width: 100%;
}

.subscribe-block {
    color: #ffffff;
    margin: 0 auto;
}

.main-footer .menu {
    background: transparent;
}

.subscribe-block h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
}

.bucket.color-card {
    /*    background-color: #1d4869;*/
    background-color: #40b1e5;
    color: white;
    min-height: 240px;
    padding: 30px;
}

.bucket.color-card a {
    color: #77f0ff;
    line-height: 50px;
}

.three-buckets .wrapper {
    overflow: hidden;
}

.three-buckets .wrapper .color-card {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.two-col-text .bucket.small {
    width: 24.82117%;
}

.two-col-text .bucket.large {
    width: 60.82117%;
}

.blog-item:first-child {
    border: 1px solid #b5b5b5;
    padding: 20px;
}

.blog-item:first-child p {
    font-size: 1.0em;
}

.blog-item:first-child h4 {
    font-size: 2em;
}

.blog-item {
    padding: 20px 20px 0;
    margin-bottom: 5px;
}

.blog-item p {
    text-align: left;
    font-size: 0.8em;
}

.blog-item h4,
.blog-text h2,
.blog-text h3 {
    text-align: left;
    margin-bottom: 8px;
}

.blog-archives li em {
    color: #aeaeae;
}

/* Accordion 

.faq-section {
    padding: 30px 0 30px;
}

.faq-section .preview-text {
    text-align: center;
    margin: 0 0 79px;
}

.accordion,
.accordion .list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion > li {
    border-bottom: 2px solid #e1e1e1;
}

.accordion .active a {
    color: #fdb95c;
}

.accordion .active a:before {
    color: #fdb95c;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -11px 0 0;
}

.accordion .opener {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #2C383D;
    text-transform: uppercase;
    padding: 13px 30px 16px 0;
}

.accordion .opener:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    right: -4px;
    top: 50%;
    margin: -13px 0 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

#pre-header {
    background-color: #008556 !important;
}
*/
.publication-list {
    list-style: none !important;
    margin: 20px 20px 30px 30px;
    padding: 0;
}

.publication-list h2 {
    color: #fff;
    background-color: #60c650;
    padding: 0.3em 0.5em;
    border-radius: 5px;
    margin-bottom: 20px;
}

.focus-heading h2 {
    color: #fff;
}

.focus-heading {
    padding: 10px 20px 2px;
    border-radius: 3px;
    margin: 25px 0 15px;
}

ul.activity-list,
ul.focus-list {
    list-style-type: none;
}

.activity h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .three-buckets .wrapper .color-card {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.table {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    text-align: left;
}

@media screen and (max-width: 580px) {
    .table {
        display: block;
        text-align: center;
    }
}

.table-row {
    display: table-row;
    background: #fcfcfc;
}

.table-row:nth-of-type(odd) {
    background: #ececec;
}

.table-row.header {
    font-weight: 900;
    color: #ffffff;
    background: #40b1e5;
    /* was #333 */
}

.table-row.green {
    background: #27ae60;
}

.table-row.blue {
    background: #2980b9;
}

.table-row.teal {
    background: #158b9d;
}

.table-row p {
    color: #333;
    margin-bottom: 0px;
}

.table-row.header p {
    font-size: 1.5em;
    margin-bottom: 0px;
    color: #fff;
}

/* grid on home page */

.news-banner {
    text-align: center;
    background-color: #40b1e5;
    padding: 5px 0;
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 30px;
}

.news-banner h2 {
    margin: 0;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;
    text-transform: uppercase;
}

.hero-headline {
    padding: 20px;
    background-color: rgb(28, 73, 106);
}

.hero-headline p {
    font-size: 1.3em;
    background: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 5px;
    font-weight: 100;
    line-height: 1.33;
    color: #fff;
    text-align: center;
}

.hero-more-link {
    padding: 10px;
    background-color: rgb(28, 73, 106);
}

.hero-more-link p {
    font-size: 1.2em;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 5px;
    font-weight: 100;
    line-height: 1.23;
    text-align: center;
}

.hero-more-link a {
    color: #fff;
}

* {
    box-sizing: border-box;
}

.file-link {
    text-align: center;
    font-size: 1.5em;
}

.file-link .fa {
    font-size: 4.5em;
}

/* grid css for home page highlights */

.grid {
    display: -ms-grid;
    /* for IE */
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /* for IE */
    -ms-grid-columns: 3fr 0.1fr 2fr;
    -ms-grid-rows: 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px 40px 10px;
    grid-gap: 15px;
    min-height: 450px;
    /*    grid-auto-rows: minmax (20px, auto);*/
}

.grid-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.grid-item {
    padding: 0px 20px;
    align-items: center;
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 22px;
    background-color: rgba(28, 73, 106, 0.65);

    /*    border: 8px solid rgba(63, 177, 229, 0.6);*/
    /*    border-image: url("../images/news-border.png") 40 40 40 40 stretch stretch;*/
    border-radius: 5px;
}

.grid-item .fa {
    font-size: 2.5em;
    line-height: 1.2em;
    float: left;
    margin: 0 15px 25px 0;
}

.highlight-thumb {
    float: left;
    margin: 0.2em .5em 0em 0;
}

.block-1.grid-item .fa {
    margin-bottom: 25px;
}

.grid-item p {
    line-height: 1.2em;
    margin: 10px 0 0;
}

.grid-item a {
    color: #fff;
}

.grid-item a:hover {
    color: #93deff;
}

.main-p {
    font-size: 1.2em;
}

.block-1 {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: span 6;
    -ms-grid-row-span: 11;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.block-2 {
    grid-column: 1;
    grid-row-start: 7;
    grid-row-end: span 4;
    -ms-grid-row-span: 7;
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}

.secondary-feature-1,
.secondary-feature-2 {
    grid-column: 2;
    -ms-grid-column: 3;
    -ms-grid-row-span: 9;
    align-items: center;
}

.secondary-feature-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: span 5;
}

.secondary-feature-2 {
    -ms-grid-row: 11;
    grid-row-start: 6;
    grid-row-end: span 5;
}

.secondary-p {
    font-size: 0.75em;
}

.news-tag {
    font-size: 0.7em;
    padding: 3px 10px 5px;
    background-color: #40b1e5;
    text-decoration: none;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
}

.news-tag:hover {
    background-color: rgb(28, 73, 106);
}

.news-date {
    font-size: 0.7em;
    color: #ccc;
    font-style: italic;
}

.news-item-wrapper {
    width: 100%;
}

.top-margin {
    margin-top: 20px;
}

a {
    pointer-events: auto !important;
    /*    cursor: pointer !important;*/
}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

.mobile-show-580 {
    display: none;
}

.mega-menu {
    min-height: 80px;
}

.mega-menu .menu-logo {
    float: none;
}

.menu-wrapper {
    max-width: 1400px;
}

#menu-footer-menu {
    /* ms grid isn't working here for some reason */
    /*
    display: -ms-grid;
    -ms-grid-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
*/
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
    text-align: left;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.anchor-link {
    color: inherit;
}

.anchor-link:hover {
    color: inherit;
}

/* flexbin for press image gallery */

.flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -2.5px;
}

.flexbin:after {
    content: '';
    flex-grow: 999999999;
    min-width: 300px;
    height: 0;
}

.flexbin > * {
    position: relative;
    display: block;
    height: 300px;
    margin: 2.5px;
    flex-grow: 1;
}

.flexbin > * > img {
    height: 300px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
}

.flexbin.flexbin-margin {
    margin: 50px 2.5px 2.5px;
}

/* Featured Content Cards */

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

.news {
    padding: 50px 0 30px;
}

.news h2 {
    text-transform: uppercase;
    margin-bottom: 30px
}

.news .event-card time {
    font-style: italic;
}

.event-details-wrapper {
    margin: 20px 0 0;
}

.event-details-wrapper h5 a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.event-details-wrapper h5 a:hover {
    color: #bde8fc;
}

.more-news {
    padding-top: 1.5rem;
}

.news-cards .news-entry {
    width: 90%;
}

.newsroom {
    background: #ffffff;
    padding: 30px 40px 30px;
}

.news-wrapper {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news-wrapper h2 {
    margin-bottom: 40px;
}

.news-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
}

.news-post h4 {
    font-size: 1rem;
    margin: 0.5rem 0 0;
}

.latest-news {
    /*    border: 2px solid #eaeaea;*/
    padding: 10px 20px 25px;
    color: #fff;
}

.external-news {
    background-image: url('../images/external-news.jpg');
    background-size: cover;
}

.technical-hightlights {
    background-image: url('../images/technical-highlight.jpg');
    background-size: cover;
}

.middle-entry {
    margin: 0 15px;
}

.overview-entry {
    flex-basis: 50%;
    background: #ffffff;
    border: 2px solid #eaeaea;
}

.news-entry {
    flex-basis: 33%;
    background: #ffffff;
    border: 2px solid #eaeaea;
}

.event-card {
    background: #266294;
    padding: 20px;
    border: none;
    color: #ffffff;
}

.news-entry:nth-child(2) {
    margin: 0 15px;
}

.overview-entry:nth-child(2) {
    margin: 0 0 0 15px;
}

.news-entry .entry-detail,
.overview-entry .entry-detail {
    padding: 10px 20px 25px;
    color: #fff;
}

.news-entry .entry-content h4,
.overview-entry .entry-content h4 {
    font-weight: 700;
}

.news-entry .entry-content a,
.overview-entry .entry-content a,
.entry-content h3 {
    font-size: 20px;
    /*    text-transform: uppercase;*/
    font-weight: 200;
    /*    color: #525252;*/
}

.news-entry.event-card h3,
.news-entry .entry-content h3 a,
.entry-content h3 {
    font-size: 28px;
}

.news-entry .entry-content a:hover {
    color: #40b1e5;
}

.news-entry .entry-tag {
    display: inline-block;
}

.news-entry .entry-tag li {
    line-height: 14px;
}

.news-entry .entry-tag li a {
    font-size: 14px;
    font-weight: 700;
    color: #525252;
}

.news-entry .entry-tag li a:hover {
    color: #4D82AE;
}

.news-entry .entry-like span {
    font-weight: 700;
    color: #4D82AE;
}

.news-entry .entry-image {
    position: relative;
    overflow: hidden;

    height: 200px;
}

.button-margin {
    margin-top: 0.75rem;
}

.article-list-section {
    padding: 2rem 0 3rem;
}

.article-grid {
    /*
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
*/
    column-count: 3;
    grid-gap: 15px;
}

.article-item {
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #BEBFBB;
    border-top-width: 12px;
    transition: border-color 150ms linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

.article-item a {
    color: #333;
    font-size: 1.1rem;
}

.article-feature {
    border-top-color: #29abe2;
}

.article-aurora {
    border-top-color: #eb2227;
}

.article-frontier {
    border-top-color: #2D368F;
}

.article-technical {
    border-top-color: #802D2E;
}

.article-capitan {
    border-top-color: #FECB00;
}

.article-legend {
    padding-left: 2rem;
    margin: 0 0 1.5rem 0;
}

.article-legend div {
    position: relative;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.legend-feature::before,
.legend-aurora::before,
.legend-frontier::before,
.legend-technical::before,
.legend-capitan::before {
    content: '';
    border-radius: 50%;
    height: 20px;
    width: 20px;
    left: -30px;
    position: absolute;
}

.legend-feature::before {
    background-color: #29abe2;
}

.legend-aurora::before {
    background-color: #eb2227;
}

.legend-frontier::before {
    background-color: #2D368F;
}

.legend-technical::before {
    background-color: #802D2E;
}

.legend-capitan::before {
    background-color: #FECB00;
}

.entry-image img {
    width: 100%;
}

.event-card h4 {
    font-size: 24px;
    margin-top: 0px;
}

/* accordion */

#faq-section {
    margin-top: 0px
}

.accordion,
.accordion .list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion > li {
    border: 2px solid #e1e1e1;
    margin-bottom: 5px;
}

.accordion {
    position: relative;
}

.accordion .active a {
    color: #068455;
}

.accordion .active a:before {
    color: #068455;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -11px 0 0;
}

.accordion a.opener {
    display: block;
    position: relative;
    font-size: 18px;
    color: #333;
    font-family: 'Raleway-SemiBold', sans-serif;
    padding: 0.5rem 2rem 0.6rem 1rem;
    background: #ededed;
    transition: all 0.3s ease-in-out;
}

.accordion a.opener:hover {
    background: #e2e2e2;
    color: #333;
}

.accordion a.opener:visited {
    color: #333;
}

.accordion .opener:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    right: 15px;
    top: 50%;
    margin: -13px 0 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

#pre-header {
    background-color: #008556 !important;
}

/*
.accordion .opener:hover,
.accordion .opener:focus {
    text-decoration: none;
    color: #068455 !important;
}

.accordion .opener:hover:before,
.accordion .opener:focus:before {
    color: #068455 !important;
}
*/

.accordion .slide {
    font-size: 16px;
    line-height: 23px;
    padding: 2rem 2rem 1rem;
    height: 100%;
    color: #333;

}

.accordion h2 {
    margin: 0 0 14px;
}

.accordion p {
    margin: 0 0 24px;
}

.accordion li:last-child {
    margin-bottom: 30px;
}

.accordion .list-box {
    margin: 0 0 29px;
}

.accordion .list-box li {
    margin: 0 0 4px;

}






.news-cards .news-entry .entry-image .entry-overlay {
    background: rgba(64, 177, 229, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-cards .news-entry .entry-image .entry-overlay .fa {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    z-index: 5;
}

.news-cards .news-entry .entry-image:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* Add more width */
    width: 130%;
    /* To form a square, the padding-bottom, needs to have the same value as the width property */
    padding-bottom: 120%;
    box-shadow: inset 0px 0px 150px 60px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.news-cards .news-entry:hover .entry-image .entry-overlay {
    opacity: 1;
}

.news-title-wrapper {
    background: #ffffff;
    padding: 30px 30px 0;
}

.news-title-wrapper h1 {
    margin: 0;
}

.highlight-posts .post {
    margin-bottom: 0;
}

.entry-bottom {
    display: flex;
}

.podcast-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.podcast-subscribe-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.podcast-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.podcast-buttons button {
    font-size: 1.35rem;
}

.podcast-subscribe-wrapper span {
    font-weight: 200;
    font-size: 1.75rem;
    font-family: 'Raleway-SemiBold', sans-serif;
    margin-bottom: 10px;
    /*    text-transform: uppercase;*/
    /*    margin-right: 10px;*/
    /*    margin: 0 10px 0 0;*/
}

.recent-podcast {
    padding: 1rem;
    background-color: #f9fafb;
    margin-top: 15px;
    border: 1px solid rgba(34, 36, 38, .15);
}

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

    .podcast-header {
        align-items: center;
    }

    .news-cards {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .podcast-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-feature-section h2 {
        margin-bottom: 3rem;
    }
}

.icon-button {
    padding-left: 60px;
}

.shortcode-table {
    margin-top: 25px;
}

.icon-button {
    position: relative;
}

.apple-podcast-icon::before {
    position: absolute;
    content: '';
    background: url(../images/icons/apple-podcast-icon.png);
    background-position: center;
    background-size: cover;

    top: 50%;
    left: 20px;
    height: 30px;
    width: 30px;
    transform: translate(0, -50%);
}

.spotify-podcast-icon::before {
    position: absolute;
    content: '';
    background: url(../images/icons/spotify-podcast-icon.png);
    background-position: center;
    background-size: cover;

    top: 50%;
    left: 20px;
    height: 30px;
    width: 30px;
    transform: translate(0, -50%);
}

.google-podcast-icon::before {
    position: absolute;
    content: '';
    background: url(../images/icons/google-podcast-icon.png);
    background-position: center;
    background-size: cover;

    top: 50%;
    left: 20px;
    height: 30px;
    width: 30px;
    transform: translate(0, -50%);
}

.featured-videos {
    display: flex;
    gap: 30px;
}

.featured-videos {
    margin-bottom: 30px;
}

.video-feature-section .featured-videos .video-feature {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-content: center;
    padding: 80px 50px;
    background: #40b1e5;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.video-feature a {
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.video-feature:hover a {
    color: #40b1e5;
}

.video-feature:hover a:before {
    display: inline-block;
    opacity: 1;
}

.video-feature a:before {
    transition: all 0.3s ease-in-out;
    color: #fff;
    opacity: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f144";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    font-size: 6rem;
    transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
    .flexbin {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -2.5px;
    }

    .flexbin:after {
        content: '';
        flex-grow: 999999999;
        min-width: 150px;
        height: 0;
    }

    .flexbin > * {
        position: relative;
        display: block;
        height: 150px;
        margin: 2.5px;
        flex-grow: 1;
    }

    .flexbin > * > img {
        height: 150px;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom;
    }

    .flexbin.flexbin-margin {
        margin: 2.5px;
    }
}

h1.small-heading {
    font-size: 2.5rem;
}

@media (max-width: 400px) {
    .flexbin {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -2.5px;
    }

    .flexbin:after {
        content: '';
        flex-grow: 999999999;
        min-width: 100px;
        height: 0;
    }

    .flexbin > * {
        position: relative;
        display: block;
        height: 100px;
        margin: 2.5px;
        flex-grow: 1;
    }

    .flexbin > * > img {
        height: 100px;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom;
    }

    .flexbin.flexbin-margin {
        margin: 2.5px;
    }
}


@media screen and (max-width: 1024px) {
    .grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;

        /* for IE */
        -ms-grid-columns: 100%;
        -ms-grid-rows: 215px 20px 215px 20px 215px 20px 215px 20px;
    }

    .block-1 {
        grid-row-start: 1;
        grid-row-end: span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }

    .block-2 {
        grid-row-start: 2;
        grid-row-end: span 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
    }

    .grid-wrapper {
        padding: 10px;
    }

    .grid-item {
        padding: 10px 20px;
    }

    .secondary-feature-1 {
        grid-column: 1;
        grid-row-start: 3;
        grid-row-end: span 1;
        -ms-grid-column: 1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
    }

    .secondary-feature-2 {
        grid-column: 1;
        grid-row-start: 4;
        grid-row-end: span 1;
        -ms-grid-column: 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
    }

    .news-banner {
        margin-bottom: 5px;
    }
}

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

    .menu-container {
        padding-top: 5.5rem;
    }

    .main-p {
        font-size: 1.0em;
    }

    .highlight-thumb {
        margin-bottom: 20px;
    }

    .cycle-slideshow,
    .slide {
        height: 480px;
    }

    .slide-padding {
        padding: 60px 10px;
    }

    .cycle-prev,
    .cycle-next {
        margin: -235px -30px 0;
    }

    .news-cards {
        /*
        flex-direction: column;
        align-items: center;
*/
    }

    .news-cards .news-entry {
        margin: 20px 0;
    }

    .overview-entry:nth-child(2) {
        margin: 0;
    }

    .event-card {
        width: 100%;
        min-height: 14rem;
    }
}

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

    .cycle-prev,
    .cycle-next {
        margin: -235px -70px 0;
    }

    .mobile-show-580 {
        display: block;
    }

    .mobile-hide-580 {
        display: none;
    }
}

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

    .cycle-prev,
    .cycle-next {
        margin: -235px -60px 0;
    }
}

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

    .cycle-prev,
    .cycle-next {
        margin: -235px -30px 0;
    }
}

@media screen and (max-width: 580px) {
    .highlight-thumb {
        display: none;
    }

    .table-row {
        padding: 8px 0;
        display: block;
    }

    .cell {
        padding: 2px 12px;
        display: block;
    }



    .cycle-prev,
    .cycle-next {
        margin: -70px 0 0;
    }

}

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

    .slider-nav,
    .slider-wrapper {
        max-width: 500px;
        padding: 50px 30px;
    }

    .cycle-prev,
    .cycle-next {
        margin: -120px 0 0;
    }

    .slide-padding {
        padding: 50px 10px;
    }

    .slide {
        height: 480px;
    }

    .hero-slider {
        max-height: 480px
    }
}
