h2 {
    font-size: 64px;
    line-height: 64px;
    color: var(--eckerd-blue);
    margin: 0 0 1rem 0;
}
h3 {
    font-size: 40px;
    line-height: 48px;
    color: #616360;
    margin: 0 0 1rem 0;
}
@media only screen and (max-width: 1300px) and (min-width:1000px) {
    h2 {
        font-size:54.4px;
        line-height: 54.4px;
    }
    h3 {
        font-size:34px;
        line-height: 40.8px;
    }
}
@media only screen and (max-width: 999px) and (min-width:691px) {
    h2 {
        font-size:51.2px;
        line-height: 51.2px;
    }
    h3 {
        font-size:32px;
        line-height: 38.4px;
    }
}
@media only screen and (max-width: 690px) {
    h2 {
        font-size:48px;
        line-height: 48px;
    }
    h3 {
        font-size:32px;
        line-height: 38.4px;
    }
}

#banner {
    background-image: url(../img/banner_4.jpg);
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
    max-height: 420px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.375);
}
.banner_aspect {
    height: 0;
    padding: 0 0 56.25% 0;
}
#banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
#banner h1 {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.375);
    color: #fff;
    text-align: center;
    font-size: calc(3rem + 1.825vw);
    max-width: 50rem;
    margin: 0 auto;
}
@media screen and (max-width:639px){
    #banner h1 {
        font-size: calc(2rem + 1.825vw);
    }
}
@media screen and (max-width:379px){
    #banner h1 {
        font-size: calc(1.5rem + 1.825vw);
    }
}
#visit {
    background-color: var(--eckerd-blue);
    padding: 2rem 0;
    position: relative;
    color: #fff;
    background-image: url(../assets/bg-change1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#visit h2 {
    color: #fff;
}
#visit .container {
    position: relative;
    z-index: 2;
}

#entry {
    padding: 2rem 0;
    position: relative;
}


.nowrap {
    white-space: nowrap;
}


.vid-limiter {
    width: 100%;
    max-width: 60em;
    margin: 0 auto;
}

.flex-video {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-top: 0;
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

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

.flex-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 87.5%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.flex-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.placeholder:after {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    content: 'The archive video is not yet available. Please check back soon.'
}

.button_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
    padding: 0;
    list-style: none;
}
a.button {
    text-decoration: none;
}
.button_group li {
    padding: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.section_header {
    margin-bottom: 2rem;
}
.section_header h2 {
    margin: 0;
}
.section_header h3,
.section_header p {
    margin: 1rem 0 0 0;
}
.section_header + p {
    margin-top: 0;
}

.med_text {
    font-size: 24px;
    line-height: 1.25;
    color: var(--eckerd-text-dark);
}

#nextsteps {
    background: #F9F9F9;
    background: -o-linear-gradient(top,rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(249, 249, 249, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg,rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 2rem 0 0 0;
}
#nextsteps .column {
    margin-bottom: 2rem;
}
#nextsteps article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}
.item_figure {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.item_date {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.75rem 1rem 0.75rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    background-color: var(--eckerd-blue);
    color: #fff;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-family: 'DINPro';
    font-weight: bold;
    /* color: #f26a2b; */
    line-height: 1;
    background-color: #f26a2b;
    /* -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    /* height: 6rem; */
    /* width: 8rem; */
    /* -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 59% 50%, 38% 50%, 0% 50%); */
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 59% 50%, 38% 50%, 0% 50%); */
    text-align: center;
}
.item_details {
    /*
    background-position: left top;background-position
    background-repeat: no-repeat;
    background-image: url(../assets/gradient-ocean2-1.png);
    */
    background-color: var(--eckerd-blue);
    color: #fff;
    padding: 1.5rem 1rem 1rem 1rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    color: var(--eckerd-text-dark);
    background: #fff;
}
.item_detail .item_label,
.item_detail .item_time {
    display: block;
    margin: 0 0 0.5rem 0;
    font-size: 0.925rem;
    line-height: 1;
    position: relative;
    padding-left: 1.5rem;
}
.item_detail .item_label:before,
.item_detail .item_time:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.825rem;
}
.item_detail .item_label:before {
    content: "\f073";
}
.item_detail .item_time:before {
    content: "\e95e";
}
.item_detail {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.item_title {
    font-size: 40px;
    line-height: 48px;
    font-family: 'DINNextLTW04-BoldCondensed';
    font-weight: normal;
    margin: 0 0 1rem 0;
    color: #616360;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1300px) and (min-width:1000px) {
    .item_title {
        font-size:34px;
        line-height: 40.8px;
    }
}
@media only screen and (max-width: 999px) and (min-width: 691px) {
    .item_title {
        font-size:32px;
        line-height: 38.4px;
    }
}
.item_desc p {
    margin: 1rem 0;
}

.nowrap {
    white-space: nowrap;
}

#interactive {
    padding: 2rem 0;
}