/* Main Landing Styles */
.callout {
    text-decoration: none;
    color: #004B98;
    text-transform: uppercase;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.callout:hover:after {
    opacity: 0 !important;
}

@media screen and (min-width: 768px) {
    a[class*=button] {
        padding: 15px 30px;
        font-size: 1.4rem;
    }

    .callout {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    a[class*=button] {
        padding: 15px 30px;
        font-size: 1rem;
    }
}
.outcomes__circle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin: 0 0 10% 0;
}
.outcomes__circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #FFFFFF;
    z-index: 1;
}

.hero-video__wrapper {
    width: 100vw;
    height: 60vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-video__wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.hero-video__wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #000000;
    opacity: 0.3;
}
.hero-video__wrapper .hero-video__text-wrapper {
    position: absolute;
    width: 80%;
    color: #FFFFFF;
    z-index: 2;
}
.hero-video__wrapper .hero-video__text-wrapper h6 {
    margin: 4% 0 0 0;
}
.hero-video__wrapper .hero-video__text-wrapper .hero-video__buttons {
    margin: 10% 0 0 0;
}

@media screen and (min-width: 768px) {
    .hero-video__wrapper {
        height: 70vh;
    }
}
@media screen and (min-width: 1200px) {
    .hero-video__wrapper {
        height: 70vh;
    }
    .hero-video__wrapper .hero-video__text-wrapper .hero-video__buttons {
        margin: 2% 0 0 0;
    }
}
.quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__heading {
    display: flex;
    margin: 0 0 15px 0;
}
.quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__heading .academic-days-calendar {
    font-size: 30px;
    align-items: center;
    display: flex;
    margin: 0 10px 0 0;
}
.quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__heading span {
    margin: 3px 5px 0 0;
    width: 15%;
    font-size: 2rem;
}
.quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__heading h4 {
    width: 90%;
}
.quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__buttons {
    margin: 10% 0 0 0;
}
.quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper h5 {
    margin: 0 0 5px 0;
}
.quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper label {
    display: block;
    margin: 40px 0 15px 0;
    font-size: 2rem;
    font-weight: bold;
}
.quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper select {
    width: 95%;
    padding: 4%;
    font-size: 1.25rem;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Geneva, Tahoma, sans-serif;
    color: #000000;
}
.quick-links__wrapper .audience-items__wrapper {
    width: 80%;
    margin: 5% auto;
}
.quick-links__wrapper .audience-items__wrapper .audience-items__subset {
    width: 100%;
}
.quick-links__wrapper .audience-items__wrapper .audience-items__subset.hidden {
    display: none;
}
.quick-links__wrapper .audience-items__wrapper .audience-items__subset .audience-items__item {
    width: 100%;
    margin: 10% 0;
}
.quick-links__wrapper .audience-items__wrapper .audience-items__subset .audience-items__item img {
    width: 100%;
}
.quick-links__wrapper .audience-items__wrapper .audience-items__subset .audience-items__item h4 a span {
    transform: translate(0%, 18%);
}

@media screen and (min-width: 768px) {
    .quick-links__wrapper .offset-items__wrapper {
        width: 90%;
        transform: translate(5%, -5%);
        z-index: 5;
        position: relative;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-events__wrapper {
        margin: 0 0 25px 0;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper {
        margin: 25px 0 0 0;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper label {
        display: inline;
        width: auto;
        font-size: 2rem;
        white-space: nowrap;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper select {
        display: inline;
        width: auto;
        padding: 2% 5%;
        margin: 50px 0 0 25px;
    }
}
@media screen and (min-width: 1200px) {
    .quick-links__wrapper .offset-items__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        transform: translate(5%, -10%);
    }
    .quick-links__wrapper .offset-items__wrapper .offset-events__wrapper {
        width: 60%;
        padding: 3%;
        height: 450px;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__heading span {
        width: 10%;
        font-size: 3rem;
        margin: 0;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-events__wrapper .offset-events__buttons {
        margin: 1% 0 0 0;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper {
        width: 38%;
        padding: 5%;
        height: 450px;
        margin: 0;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper label {
        font-size: 1.5rem;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper select {
        margin: 7.5% 0 0 0;
        padding: 5% 10%;
    }
    .quick-links__wrapper .audience-items__wrapper .audience-items__subset {
        display: flex;
        justify-content: space-between;
    }
    .quick-links__wrapper .audience-items__wrapper .audience-items__subset .audience-items__item {
        width: 30%;
        margin: 0;
    }
}
@media screen and (min-width: 1920px) {
    .quick-links__wrapper .offset-items__wrapper .offset-events__wrapper {
        height: 400px;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper {
        height: 400px;
    }
}
@media screen and (min-width: 2200px) {
    .quick-links__wrapper .offset-items__wrapper .offset-events__wrapper {
        height: 450px;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper {
        padding: 3%;
        height: 450px;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper label {
        display: block;
    }
    .quick-links__wrapper .offset-items__wrapper .offset-audience__wrapper select {
        padding: 4% 5%;
        width: 60%;
    }
}
.tour-video__wrapper {
    width: 100vw;
    height: 60vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tour-video__wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-video__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 250%;
    height: 100%;
    background-image: url(https://www.etown.edu/etcsandbox/kyle-test/images/images-cca/homepage-virtualvisit-overlay.png);
    background-size: cover;
    background-position: right center;
    opacity: 0.3;
    z-index: 1;
}
.tour-video__wrapper .tour-video__text-wrapper {
    position: absolute;
    width: 80%;
    color: #FFFFFF;
    z-index: 2;
}
.tour-video__wrapper .tour-video__text-wrapper h2 {
    margin: 4% 0 0 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Geneva, Tahoma, sans-serif;
}
.tour-video__wrapper .tour-video__text-wrapper .tour-video__buttons {
    margin: 10% 0 0 0;
}

@media screen and (min-width: 768px) {
    .tour-video__wrapper {
        height: 35vh;
    }
    .tour-video__wrapper .tour-video__text-wrapper .tour-video__buttons {
        margin: 2% 0 0 0;
    }
}
@media screen and (min-width: 1200px) {
    .tour-video__wrapper {
        height: 40vh;
    }
}
@media screen and (min-width: 1950px) {
    .tour-video__wrapper {
        height: 50vh;
    }
}
.why-etown__wrapper .audience-items__item {
    width: 100%;
    margin: 10% 0 20%;
}
.why-etown__wrapper .audience-items__item img {
    width: 100%;
}
.why-etown__wrapper .audience-items__item h2 {
    margin: 2.5% 0 2.5% 0;
}
.why-etown__wrapper .audience-items__item h2 a {
    font-family: clarendon-text-pro, serif;
    text-decoration: none;
    color: #004B98;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 0.5rem;
}
.why-etown__wrapper .audience-items__item p {
    margin: 0 0 10% 0;
}

@media screen and (min-width: 1200px) {
    .why-etown__wrapper .audience-items__item {
        display: flex;
        justify-content: space-between;
        margin: 5% 0 0 0;
    }
    .why-etown__wrapper .audience-items__item.reverse {
        flex-direction: row-reverse;
    }
    .why-etown__wrapper .audience-items__item img {
        width: 50%;
    }
    .why-etown__wrapper .audience-items__item .audience-items__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 45%;
    }
    .why-etown__wrapper .audience-items__item .audience-items__text p {
        margin: 0 0 2% 0;
    }
    .why-etown__wrapper .audience-items__item .audience-items__text .why-etown__buttons {
        display: block;
        margin: 2% 0 0 0;
        width: 100%;
    }
}
.outcomes__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}
.outcomes__wrapper .outcomes__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
}
.outcomes__wrapper .outcomes__item.hidden {
    display: none;
}
.outcomes__wrapper .outcomes__item p {
    color: #FFFFFF;
    margin: 5% 0;
    font-size: 1.25rem;
    text-align: center;
}
.outcomes__wrapper .outcomes__buttons {
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.outcomes__wrapper .outcomes__buttons a {
    text-align: center;
    font-size: 1.25rem;
}
.outcomes__wrapper .prev-arrow,
.outcomes__wrapper .next-arrow {
    color: #FFFFFF;
    position: absolute;
    top: 20%;
}
.outcomes__wrapper .prev-arrow span,
.outcomes__wrapper .next-arrow span {
    font-size: 4rem;
}
.outcomes__wrapper .prev-arrow {
    left: 5%;
}
.outcomes__wrapper .next-arrow {
    right: 5%;
}

@media screen and (min-width: 768px) {
    .outcomes__wrapper .outcomes__item {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 80%;
    }
    .outcomes__wrapper .outcomes__item .outcomes__circle {
        margin-right: 5%;
    }
    .outcomes__wrapper .outcomes__item .outcomes__text {
        width: 60%;
    }
    .outcomes__wrapper .outcomes__item.hidden {
        display: flex !important;
    }
    .outcomes__wrapper .next-arrow,
    .outcomes__wrapper .prev-arrow {
        display: none;
    }
    .outcomes__wrapper .outcomes__buttons {
        justify-content: flex-start;
        width: 80%;
    }
}
@media screen and (min-width: 1200px) {
    .outcomes__wrapper::before {
        width: 100%;
        top: 0;
        left: 0;
    }
    .outcomes__wrapper .outcomes-items__wrapper {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .outcomes__wrapper .outcomes-items__wrapper .outcomes__item {
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        width: 23%;
    }
    .outcomes__wrapper .outcomes-items__wrapper .outcomes__item .outcomes__text {
        width: 90%;
    }
    .outcomes__wrapper .outcomes__buttons {
        justify-content: center;
        margin: 2% 0 0 0;
    }
}
.social-block__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.social-block__container h2 {
    width: 70%;
    text-align: center;
    font-weight: 700;
    margin: 0 0 2.5% 0;
}
.social-block__container .social-block__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-block__container .social-block__wrapper .social-block {
    display: block;
    width: 250px;
    height: 250px;
    position: relative;
}

.social-block__container .social-block__wrapper .social-block:hover:after {
    opacity: 0 !important;
}

.social-block__container .social-block__wrapper .social-block.hidden {
    display: none;
}
.social-block__container .social-block__wrapper .social-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-block__container .social-block__wrapper .social-block .social-block__content {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.social-block__container .social-block__wrapper .social-block .social-block__content p {
    color: #FFFFFF;
    width: 90%;
    margin: 5px auto;
    font-size: 0.8rem;
}
.social-block__container .social-block__wrapper .social-block .social-block__content h4 {
    margin: 15px 0;
    font-size: 2rem;
}
.social-block__container .social-block__wrapper .social-block .social-callout {
    display: flex;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 0 5%;
}
.social-block__container .social-block__wrapper .social-block .social-callout img {
    width: 30px;
}
.social-block__container .social-block__wrapper .social-block .social-callout p {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 5px;
    text-shadow: 1px 1px 5px #00000050;
}
.social-block__container .social-prev-arrow,
.social-block__container .social-next-arrow {
    position: absolute;
    color: #C8C8C8;
    top: 50%;
    cursor: pointer;
}
.social-block__container .social-prev-arrow span,
.social-block__container .social-next-arrow span {
    font-size: 4rem;
}
.social-block__container .social-prev-arrow {
    left: 2.5%;
}
.social-block__container .social-next-arrow {
    right: 2.5%;
}

@media screen and (min-width: 768px) {
    .social-block__container h2 {
        width: 100%;
    }
    .social-block__container .social-block__wrapper {
        flex-wrap: wrap;
    }
    .social-block__container .social-block__wrapper .social-block {
        width: 400px;
        height: 400px;
    }
    .social-block__container .social-block__wrapper .social-block.hidden {
        display: flex;
    }
    .social-block__container .social-block__wrapper .social-block .social-block__content p {
        font-size: 1.4rem;
        margin: 15px auto;
    }

    .social-prev-arrow,
    .social-next-arrow {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .social-block__container .social-block__wrapper .social-block {
        width: 440px;
        height: 440px;
    }
    .social-block__container .social-block__wrapper .social-block.hidden {
        display: flex;
    }
}
@media screen and (min-width: 1950px) {
    .social-block__container .social-block__wrapper .social-block {
        width: 600px;
        height: 600px;
    }
    .social-block__container .social-block__wrapper .social-block.hidden {
        display: flex;
    }
}
.news__wrapper {
    color: #FFFFFF;
}
.news__wrapper h3,
.news__wrapper h6,
.news__wrapper hr,
.news__wrapper a {
    margin: 0 0 25px 0;
}
.news__wrapper strong {
    font-weight: 700;
}
.news__wrapper a {
    text-decoration: none;
}
.news__wrapper a::after {
    display: none !important;
}
.news__wrapper .news__buttons {
    margin: 0 0 75px 0;
}
.news__wrapper .event {
    margin: 0 0 25px 0;
}
.news__wrapper .event strong {
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.news__wrapper .event div {
    padding: 0 1%;
    width: 100%;
}
.news__wrapper .event div span,
.news__wrapper .event div p {
    display: inline;
}
.news__wrapper .event div span {
    margin: 15px 5px 0 0;
}

@media screen and (min-width: 1200px) {
    .news__wrapper {
        display: flex;
        justify-content: space-around;
    }
    .news__wrapper .news__section {
        width: 40%;
        position: relative;
        z-index: 15;
    }
}
@media screen and (min-width: 1200px) {
    .whats-next__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .whats-next__wrapper h2 {
        width: 50%;
        text-align: right;
        padding: 0 15% 0 0;
    }
    .whats-next__wrapper .standard__buttons {
        display: flex;
        justify-content: flex-start;
        width: 50%;
        margin: 0;
    }
    .whats-next__wrapper .standard__buttons a {
        margin: 0 2.5% 0 0;
    }
}