:root {
    --change-indicator-size: 15vh;
    --video-controls-button-play: "\25BA";
    --video-controls-button-pause: "\25A0";
    --video-controls-button: "\25A0";
    --video-button-height: 2vh;
}

body {
    font-family: var(--utm-body-font);
    font-size: 16px;
    margin: 0;
}

ul {
    list-style-type: none;
}

li {
    line-height: 40px;
}

h2 {
    font-family: var(--utm-body-font);
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 110%;
    margin: 34px 0;
    color: var(--utm-blue);
}

.encircle {
    background: transparent;
    width: 4vh;
    height: 4vh;
    border-radius: 50%;
    /* display: block; */
    border: 2px solid linen;
    position: absolute;
    bottom: 2%;
    right: 5%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-none {
    display: none !important;
}

.vertical-line {
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0 10px;
    height: 125px;
    margin-top: -5vh;
}


/**
    Lists
    UL > LI 
*/
.--left-align-list {
    list-style: none;
    padding: 0;
}


/**
    student blockquotes
*/
blockquote.student::before {
    display: none;
    vertical-align: bottom;
    color: transparent;
    font-size: 20vh;
    top: 0.2em;
    position: relative;
    font-family: var(--utm-title-font);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
    position: absolute;
    top: 0.2em;
    left: -4vh;
}

blockquote.student {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: .5em auto;
    padding: 0;
    flex: 100%;
    width: 50%;
}

/*         
.--linkto {
    position: relative;
    padding-left: 1em;
}

.--linkto:after {
    color: #fff;
    content: "\25BA";
    display: block;
    font-family: core-icons;
    font-size: 18px;
    position: absolute;
    left: 1.3em;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}

.departments-grid-item:hover .--linkto:before {
    background-color: #ff8204;
}

.--linkto:before {
    align-items: center;
    background-color: var(--utm-orange);

    border: 1px solid var(--utm-orange);
    border-radius: 50%;
    content: "";
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 12px;
    transition: all .15s ease-in-out;
    height: 26px;
    width: 26px;
}

.departments-grid-item:hover .--linkto {
    color: black;
} */

.row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
}

/* button {
    border: none;
    background-color: #9370db;
    border-radius: 2px;
    height: 2em;
    color: #ffffff;
    text-transform: uppercase;
} */
/* .splash--utm{
    padding-bottom: 5vh;
} */
/* video styles */
.splash--utm>.video-container {
    height: 960px;
    position: relative;


}

.splash--utm-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
    margin-bottom: 3vh;

}

.overlay-callout {
    font-family: var(--utm-title-font);
    font-size: 10vh;
    line-height: 10.5vh;
    font-weight: 300;
    color: white;
    margin: 5vh 0;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.splash--utm-overlay-container>.overlay-buttons {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}

/* .splash--utm-overlay-container > .overlay-buttons > a{
    
    font-weight: 800;
} */
.--fade-out:before {
    background-image: url(/_imgs/_main/12202019_BestOf2019Edit129.JPG) !important;


    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: var(--utm-blue) !important; */
    opacity: 1 !important;
    will-change: transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    box-shadow: inset 0px -27em 10em -9em var(--utm-blue);
}

.splash--utm>.video-container:before {
    transition-duration: 1.5s;
    content: '';
    position: absolute;
    opacity: .15;
    background-color: black;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.video-container>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

.header {
    position: relative;
    height: 100vh;
    text-align: center;
    justify-content: center;
}






/* 
section>.change-indicator.--arrow:after {
    position: absolute;
    padding-left: 9px;
    content: "↓";
    color: var(--utm-orange);
    font-size: 1.9em;
    bottom: -1%;


} */



.explore--utm {

    position: relative;

    width: 100%;
    background-color: var(--utm-blue);
    color: white;
    transition: 0.3s;

    background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}




.explore--utm-cta {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    text-align: center;

}

.explore--utm-icon {
    position: absolute;
    top: 5vh;
    left: 4vw;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    flex: 1;
}

.explore--utm-icon>img {
    display: block;
    width: 100%;
}

.explore--utm-blurb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 475px;

}

.explore--utm .--utm-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.explore--utm-endpoints {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: start;

    padding: 3em 0;
}

.explore--utm-endpoint {
    flex: 25%;
    margin: 1em;

}

.events-list-item-container:nth-of-type(2).animate-up,
.news--utm-story:nth-of-type(2).animate-up,
.admission--utm-endpoint:nth-of-type(2).animate-up,
.explore--utm-endpoint:nth-of-type(2).animate-up {
    transition-delay: .225s;

}

.events-list-item-container:last-child.animate-up,
.news--utm-story:last-child.animate-up,
.admission--utm-endpoint:last-child.animate-up,
.explore--utm-endpoint:last-child.animate-up {
    transition-delay: .45s;
}




/**
    Sideways section title 
*/
.--section-title {
    position: absolute;
    top: 40%;
    left: 7vw;
    /* Rotate from top left corner (not default) */
    transform-origin: 0 0;
    transform: rotate(90deg);
}

.--section-title>h2 {

    font-family: var(--utm-body-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    line-height: 24px;

    width: 100%;

}

.--section-title.--arrow>h2:after {

    padding-left: 2em;
    content: "\2192";
    color: var(--utm-orange);
    font-size: 1.9em;
    left: 5px;
}


section.skyhawks--utm {
    overflow: visible;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;


    background-color: white;
    color: var(--utm-blue);
    transition: 0.3s;
    background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

section.skyhawks--utm>.--container-normal {

    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.video--utm-intro-container {


    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    flex: 100%;
    padding-top: 5vh;
}

.video--utm-intro {
    border-top: 2px solid var(--utm-orange);
    width: 30%;
    margin-top: 1em;
    font-size: 14px;
    color: var(--utm-orange);
}

.skyhawks--utm-title-container {

    color: var(--utm-blue);
    flex: 25%;
    padding: 1em;
    position: -webkit-sticky;
    position: sticky;
    top: var(--change-indicator-size);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}

.skyhawks--utm-title-container .--utm-button {
    margin: 3vh 0;
}

.skyhawks--utm-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 1em;
    font-family: var(--utm-title-font);
}

.skyhawks--utm-title-blurb {
    color: var(--utm-blue);
    text-align: center;
}

.skyhawks--utm-student-profiles {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: start;
    margin-top: 3em;
    flex: 55%;

}

.skyhawks--utm-student-image-gallery {

    margin: 0;
    max-width: 40vw;
    margin: 0 auto;
    width: 80%;
}

.skyhawks--utm-student-image {
    width: 100%;
    display: block;
}



.skyhawks--utm-student-profile {
    flex: 50%;
    width: 100%;
    color: var(--utm-blue);
    font-size: 14px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    margin: 3vh 0;

}

.skyhawks--utm-student-blurb {
    width: 30vw;
    margin: 0 auto;
}

.skyhawks--utm-student-info {
    /* text-align: center; */
    font-family: var(--utm-body-font);
    font-size: 18px;
    /* font-weight: 800; */
    margin: 2.5vh 0;
}

.admission--utm {
    background: var(--utm-blue);

}



.campuslife--utm {
    position: relative;
    background-color: var(--utm-gray2);
    color: var(--utm-blue);
    transition: 0.3s;



}

.campuslife--utm-header {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vh;

}

.campuslife--utm-header-blurb {
    padding: 4vh 0;
    text-align: center;
}

.campuselife--utm-header .--utm-button {
    padding: 3vh 0;
}

.campuselife--utm>.change-indicator {
    top: calc(-1 * var(--change-indicator-size));
}

.campuslife--utm-grid {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(9, 5vw);
    grid-gap: 2.5em;
    margin: 0 2.5em;
    padding-top: 3vh;
}

/* .campuslife--utm-grid:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -36%;
    left: -48%;
    background: url(/_imgs/marketing/Swoop-orange.png) 0 0 repeat;
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    transform: rotate(150deg);
    z-index: -1;
} */

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery__item {
    margin: 0;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;

    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
    /** Alternative Syntax **/
    /* grid-column: 3 / span 2;  */
    /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
}

.gallery__item--4 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 5;

    /** Alternative Syntax **/
    /* grid-column: 1 / span 4;  */
    /* grid-row: 3 / span 3; */
}

.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 7;

    /** Alternative Syntax **/
    /* grid-column: 1 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item--6 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item--7 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 5;
    grid-row-end: 10;


    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}



.gallery__item--8 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 10;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item--9 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 10;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}

.big-text-dashed {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}



.admission--utm {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background-image: url(/_imgs/marketing/Swoop-Gray.45.f.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.admission--utm-intro-container {

    display: flex;
    flex-flow: row wrap;

    justify-content: center;
    align-items: flex-start;
    margin-top: calc(-0.5 * var(--change-indicator-size) + var(--change-indicator-size));
}

.admission--utm-intro-left {

    color: white;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 15%;
}

.--utm-section-title {
    position: relative;
    font-family: var(--utm-title-font);
    font-size: 48px;
    font-weight: 300;
    line-height: 50px;
    max-width: 500px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin: 0 auto;
    text-align: center;
    width: 85%;
}

.campuslife--utm-header-title {
    padding-bottom: 0;
}

.admissions--utm-blurb {
    width: 90%;
    max-width: 475px;
    margin: 2em auto;
}



.admission--utm-intro-right {
    flex: 74%;
}

.admission--utm-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(11, 5vw);
    grid-gap: .5rem;

}



.gallery__item--a1 {
    grid-column-start: 3;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 8;

    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
}


.gallery__item--a2 {
    grid-column-start: 5;
    grid-column-end: 10;
    grid-row-start: 6;
    grid-row-end: 10;


    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
}


.gallery__item--a3 {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 7;
    grid-row-end: 12;
    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
}





.admission--utm-endpoints {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: start;

    margin: 2em auto;
    color: white;
}

.admission--utm-endpoint {
    flex: 30%;
    margin: 1em;
}

/* .news--utm {
    background: white;
} */

.events--utm>.--container,
.news--utm>.--container {
    width: 90%;
    margin: 0 auto;
}

.news--utm-intro {
    background: linear-gradient(0, white 50%, var(--utm-blue) 50%);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5vh 0;
}



.hawk-head {
    max-width: min(15vw, 15vh);
}

.hawk-head>img {
    width: 100%;
    display: block;
}

.news--utm-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    color: var(--utm-blue);

}

.news--utm-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;

}

.news-linkout {
    color: var(--utm-blue);
    padding-right: 1em;
}

.news--utm-story .news--utm-story-blurb {
    color: var(--utm-blue)
}

.news--utm-story-primary {
    flex: 50%;
}

.news--utm-story-secondary {
    flex: 24%;
}

.--outline * {
    outline: 2px solid red
}

.secondary-stories {
    flex: 30%;
}

.secondary-stories>.news--utm-story-secondary>div {
    font-size: 18px;
    font-weight: 600;
    margin-top: .5em;
}


.secondary-stories>.secondary-article>.secondary-article-slugs {
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0;
}

.secondary-stories>.secondary-article:hover>.secondary-article-slugs {

    opacity: 1;
}

.secondary-stories>.secondary-article:hover {

    background-color: var(--utm-eureka);
    padding: .5em;
}

.secondary-stories>.secondary-article:hover .news--utm-story-primary-title {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: underline;
}

.secondary-stories>.social-medias {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.secondary-stories>.social-medias>a {
    margin-left: 1em;
}

/* .news--utm-story-secondary {
    flex: 20%;
} */

.news--utm-story-primary>* {
    margin: 1em;
}

.news--utm-story-secondary>figure {
    padding: 0;
}

.news--utm-story-primary-title {
    font-weight: 400;
}

.events--utm {
    padding: 5vh 0;
}

.events--utm-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.events-splash-container {
    margin: 0 auto;
    width: 90vw;

}

.events-splash {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    position: relative;
    background-image: url(/_imgs/_main/08282022_BidDay103.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
}

.events-splash-title-container {
    position: absolute;
    top: 5vh;
    left: 5vw;
    color: white;
    display: flex;
    flex-flow: column wrap;

}

.news-linkout-container,
.events-splash-linkout-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 1em;
}

.events-splash-linkout {
    position: relative;
    font-size: 14px;
    color: white;
}

.events-splash-blurb-container {
    width: 100%;
    color: white;
    max-width: 450px;
    height: 20vh;

}

.events-list-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
}

.events-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.events-list-item-container {

    flex: 0 0 26%;
    margin-left: auto;
    margin-top: -5vh;
    margin-bottom: 5vh;
    margin-right: auto;
    min-height: 250px;
    background: white;

    padding: 1em;

    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;

}

.events-list-item-date {
    color: var(--utm-blue);
    font-weight: 600;
    text-align: center;
}

.events-list-item-title {
    color: var(--utm-blue);
    text-align: center;
}

.events-list-item-where {
    color: var(--utm-blue);
    font-size: 14px;
    text-align: center;

}

.splash--utm>div.video-container {

    /* max-height: 960px; */
    height: 100vh;
}

.splash--utm-overlay-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.13435311624649857) 0%, rgba(0, 0, 0, 0.121188) 61%, rgba(11, 35, 65, .98) 95%);
    z-index: 1;
    /* opacity: .5; */
}

.splash--utm-overlay-color.--white {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.13435311624649857) 0%, rgba(0, 0, 0, 0.121188) 51%, rgba(244, 244, 244, 1.0) 87.2%)
}

.splash--utm-overlay-container>.overlay-callout {
    font-family: var(--utm-body-font);

    font-size: 60px;
    margin: unset;
    font-weight: 800;
}

.splash--utm-overlay-container>.overlay-callout-blurb.--blue,
.splash--utm-overlay-container>.overlay-callout.--blue {
    color: var(--utm-blue)
}

.splash--utm-overlay-container>.overlay-callout-blurb {
    font-size: 20px;
    margin-bottom: 2vh;
}

.overlay-callout-blurb {
    display: block !important;

}

/* callout-focus-split-campuslife */
.callout-focus-container {


    margin: 0 auto;
    margin-bottom: 1.5in;
    padding-top: .5in;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    height: 680px;
}

.callout-focus-split.--reverse {
    flex-flow: row-reverse wrap;
}

.callout-focus-split.--reverse bottom-right-overlap {
    display: none;
}

.callout-focus-column:nth-child(1) {

    font-size: 18px;

}

.callout-focus-column {
    position: relative;
    margin: 5px;
    max-width: 47%;
}

.callout-focus-quote {

    padding: 20px;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.callout-focus-quote p {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
}

.callout-focus-quote span {
    font-weight: bold;
    font-size: 16px;
}

.callout-cta-split-column {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.callout-focus-column img {
    object-fit: cover;
    height: 100%;
}

.callout-cta-split-blurb {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 90%;

}

.callout-cta-split-title-mini {
    color: var(--utm-orange);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: -1em;
}



.callout-cta-split-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.2;
}


.callout-cta-split-linkout {
    padding-top: 2vh;
    text-align: center;
}

.bottom-right-overlap {
    position: fixed;
    bottom: -13%;
    right: 1%;
    outline: 1vh solid white;
    max-width: 450px;
    max-height: 316px;
    width: auto;
    height: auto;
}



@media (max-width: 1023px) {

    h2 {
        font-family: var(--utm-body-font);
        font-style: normal;
        font-weight: 800;
        font-size: 26px;
        line-height: 110%;

        color: var(--utm-blue);
    }

    .callout-focus-container {
        max-width: 90%;
        flex-flow: column;
        height: auto;
    }

    .bottom-right-overlap {
        display: none;
    }

    .callout-focus-column {


        max-width: 100%;
    }
}

/* callout-focus-split-campuslife */
/* callout-focus-wide-image */
.callout-focus-container.--full {
    max-width: 100vw;
}

.callout-focus-width-image-container {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 80vh;

}

.splash--utm-overlay.--image {
    width: 70%;
    margin: 0 auto;
    justify-content: center;
}

.splash--utm-overlay.--image>blockquote {
    width: 80%;
    font-size: 48px;
    line-height: 1.2;
    font-family: var(--utm-title-font);
    text-align: center;
}

.callout-focus-wide-image {

    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.callout-focus-wide-image p {
    width: 50%;
}

.callout-focus-wide-image>img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    -o-object-fit: cover;
    object-fit: cover;
}

.callout-focus-wide-image:before {
    transition-duration: 1.5s;
    content: '';
    position: absolute;
    opacity: .35;
    background-color: black;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .splash--utm-overlay.--image {
        width: 70%;
        margin: 0 auto;
        justify-content: CENTER;
    }

    .splash--utm-overlay.--image>blockquote {
        width: 100%;
        font-size: 27px;
        line-height: 1.2;
        font-family: var(--utm-title-font);
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .splash--utm-overlay.--image>blockquote {

        font-size: 22px;

    }
}

/* callout-focus-wide-image */
/* callout-cta */
.callout-cta-container {
    display: block;
    width: 90%;
    height: 100%;
    position: relative;
    margin-top: -15vh;
    max-width: 1480px;
    margin-bottom: -3vh;
    z-index: 1;
}

.callout-cta {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 3vh;
}

.callout-cta-blurb {
    width: 33%
}

.callout-cta-title-mini {
    color: var(--utm-orange);
    font-size: 14px;
    text-transform: capitalize;


}

.callout-cta-container .overlay-callout {
    font-size: 3vh;
    line-height: 1.2;
    margin: 1vh auto;
}

.callout-cta-container .overlay-callout-blurb {
    color: white;
    width: 33%;
    margin-bottom: 1em;
}

.callout-cta-container .overlay-buttons {
    width: 60%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 3vh;
}

.callout-cta-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.2;
    color: white;
}

.callout-cta-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    margin: 2em 0;
    width: 75%
}

button.--rounded {

    border-radius: 25px;
    margin: 0.5em 0;
    padding: 1.3em 0.5em;
}



/* callout-cta */
/* callout-focus-wide-quote */
img.skyhawk-head {
    display: block;
    max-width: 150px;

}

.--bg-blue {
    background-color: var(--utm-blue) !important;
    color: white !important;
}

section.callout-focus-container.--bg-white {
    background-color: #f4f4f4;
    background-image: unset;
    margin: 2vh auto;

}

section.callout-focus-container.--bg-white blockquote {
    color: var(--utm-blue);
}

div.callout-focus-width-container.--full {
    width: 95%
}

div.callout-focus-wide.--no-overlay:after {
    background: unset !important;
}

/* callout-focus-wide-quote */
/*focus-images*/
.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    background-color: #f0f0f0;
    overflow: hidden;
    max-width: 90%;

}

.image-container {
    display: flex;
    gap: 60px;
    margin: 5vh 0;
}

.scroll-image {
    width: 35vw;
    height: auto;
    display: block;

    object-fit: cover;
    border-radius: 8px;
    transform: translateX(-20px);
    /* initial offset */
    transition: transform 0.5s ease;
    opacity: 1;
}

.scroll-image:nth-child(2n+1) {
    transform: translateY(3vh);
}

.scroll-image.visible {
    transform: translateY(0);
    /* moves image into view */
    opacity: 1;
}



/*focus-images*/
/* callout-focus-split-visit */
.callout-focus-container {


    margin: 0 auto;
    margin-bottom: 1.5in;
    padding-top: .5in;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    height: 680px;
}

.callout-focus-column:nth-child(1) {

    font-size: 18px;

}

.callout-focus-column {
    position: relative;
    margin: 5px;
    max-width: 47%;
}

.callout-focus-quote {

    padding: 20px;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.callout-focus-quote p {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
}

.callout-focus-quote span {
    font-weight: bold;
    font-size: 16px;
}

.callout-cta-split-column {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.callout-focus-column img {
    object-fit: cover;
    height: 100%;
}

.callout-cta-split-blurb {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 90%;

}

.callout-cta-split-title-mini {
    color: var(--utm-orange);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: -1em;
}


.callout-cta-split-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.2;
}


.callout-cta-split-linkout {
    padding-top: 2vh;
    text-align: center;
}

.bottom-right-overlap {
    position: fixed;
    bottom: -13%;
    right: 1%;
    outline: 1vh solid white;
    max-width: 450px;
    max-height: 316px;
    width: auto;
    height: auto;
}

/* callout-focus-wide */

.callout-focus-container.--wide {
    width: 87%;
    height: auto;
    background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: white;
    padding: unset;
    margin-bottom: unset;
}

.callout-focus-title {
    width: 80%;
    margin: 1vh auto;
}

.callout-focus-wide {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    position: relative;

}

.callout-focus-quote-wide {

    height: 100%;
    align-items: baseline;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    width: 58%;
    z-index: 10;
    position: relative;
}

.callout-focus-wide:after {
    content: " ";
    z-index: 2;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 18%, rgba(0, 0, 0, 0) 74%);
}

.callout-focus-text-wide {
    font-size: 26px;
    line-height: 1.2;
    font-family: var(--utm-title-font);
    margin-bottom: 10px;
    color: white;
}

.callout-focus-quote-wide p {

    font-size: 24px;
    margin-bottom: 10px;
    color: white;

}

.callout-focus-quote-wide span {
    font-weight: 400 !important;
    font-size: 16px;
    color: white;
}

@media screen and (max-width: 760px) {

    .callout-focus-quote-wide {
        width: 90%;
    }

    .callout-focus-text-wide {
        font-size: 24px;
        width: 95%;
    }

    .callout-focus-wide:after {

        background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0) 74%) !important;
    }

}

/* callout-focus-wide */
/* callout-focus-split-visit */


@media only screen and (max-width:1023px) {

    .callout-focus-text-wide {
        font-size: 20px;
        line-height: 1.2;
        font-family: var(--utm-title-font);
        margin-bottom: 10px;
        color: white;
        width: 70vmin;
    }

    .splash--utm-overlay.--image>blockquote {
        width: 90%;
        font-size: 27px;
    }

    .callout-focus-wide.--no-overlay blockquote {
        font-size: 36px;
    }

    .callout-focus-container.--reverse {
        max-width: 90%;
        flex-flow: column-reverse;
        height: auto;
    }

    .bottom-right-overlap {
        display: none;
    }

    .callout-focus-column {


        max-width: 90%;
    }

    .--utm-section-title {
        font-size: 36px;
        font-weight: 300;
        line-height: 44px;
    }

    :root {
        --change-indicator-size: 5vh;
        --video-controls-button-play: "\25BA";
        --video-controls-button-pause: "\25A0";
        --video-controls-button: "\25A0"
    }

    .overlay-callout {

        font-size: 7vh;
        line-height: 7.5vh;

    }

    .skyhawks--utm-student-image-gallery {
        max-width: 90vw;
    }

    .admission--utm {

        background-size: cover;

    }

    .vertical-line {
        margin: 0 10px;
        height: 5vh;
    }

    .events-list-item-container {
        margin: unset;
    }

    .explore--utm-icon {
        display: none;
    }

    .video--utm-container>.controls-container {

        width: 95%;
    }

    blockquote.student,
    .skyhawks--utm-student-blurb,

    .news--utm-container,
    .skyhawks--utm-student-profiles,
    .explore--utm-cta,
    .explore--utm-endpoints,
    .admission--utm-endpoints {
        flex-flow: column wrap;
        margin: 0 auto;
        width: 100%;
    }

    .skyhawks--utm-intro,
    .explore--utm-blurb,
    .admission--utm .--utm-section-title,
    .skyhawks--utm-student-profile:nth-child(n+1),
    .skyhawks--utm-student-profiles,
    .skyhawks--utm-title-container {

        width: 95%;
        margin: 1em auto;
    }

    .video--utm-container>.controls {

        width: 90vw;
    }

    .events-list,
    .footer--utm,
    .footer--utm-contacts,
    .footer--utm-link {
        flex-flow: column wrap;
    }

    .skyhawks--utm-title-container {

        position: relative;
        top: unset;
    }

    .admission--utm-intro-container {


        margin-top: var(--change-indicator-size);
    }

    .news--utm-intro {
        padding: 1vh 0;
    }

    .campuslife--utm {



        margin: 3vh 0;


    }

    .campuslife--utm-grid {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(15, 10vh);
        grid-gap: 1.25rem;

    }




    .gallery__item {
        margin: 0;
    }

    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 4;

        /** Alternative Syntax **/
        /* grid-column: 1 / span 2;  */
        /* grid-row: 1 / span 2; */
    }

    .gallery__item--2 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 6;
        /** Alternative Syntax **/
        /* grid-column: 3 / span 2;  */
        /* grid-row: 1 / span 2; */
    }

    .gallery__item--3 {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 6;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
    }

    .gallery__item--4 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 9;
        /** Alternative Syntax **/
        /* grid-column: 1 / span 4;  */
        /* grid-row: 3 / span 3; */
    }

    .gallery__item--5 {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 9;
        display: none;
        /** Alternative Syntax **/
        /* grid-column: 1 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--6 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 12;
        grid-row-end: 13;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--7 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 9;
        grid-row-end: 12;
        background-color: var(--utm-blue);
        background-image: url(/_imgs/marketing/Swoop-orange.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--7>.gallery-callout {

        font-size: 3.5vw;

    }

    .gallery__item--7>.--utm-button {
        position: relative;
        margin: 0 auto;
        max-width: 300px;

    }

    .gallery__item--8 {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 12;
        grid-row-end: 13;
        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--9 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 13;
        grid-row-end: 16;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }


}

@media only screen and (max-width: 600px) {

    .callout-focus-container.--wide {
        background-position: center
    }

    .splash--utm-overlay-container>.overlay-callout {
        font-size: 48px;
        line-height: 1.3;
    }

    .overlay-callout-blurb {
        width: 85%;
    }

    .--utm-section-title {
        font-size: 26px;
        font-weight: 300;
        line-height: 32px;
    }
}

@media only screen and (max-width: 400px) {
    .splash--utm-overlay-container>.overlay-callout {
        font-size: 26px;
        line-height: 1.3;
        text-align: left;
        width: 90%;
    }
}


@media screen and (max-width: 760px) {

    .splash--utm-overlay.--image>blockquote {
        width: 90%;
        font-size: 20px;
    }

    .callout-focus-wide.--no-overlay blockquote {
        font-size: 32px;
    }

    .callout-cta-split-blurb {
        width: 90%;
        margin: 0 auto;

    }

    .splash--utm-overlay-container>.overlay-buttons {
        width: 90%;
        font-size: 14px;
    }

    .callout-cta-blurb {
        width: 90%;
        margin: 0 auto;

    }

    .callout-cta-container {
        margin-top: -5vh
    }

    .callout-focus-wide,
    .callout-focus-width-image-container {
        min-height: 80vh;
    }
}


.playpause {

    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: var(--video-button-height);
    border-color: transparent transparent transparent white;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 1.1vh 0 1.1vh 1.9vh;
    color: white;
    margin-left: 0.4em;

}

.playpause.--pause {
    border-style: double;
    border-width: 0px 0 0px var(--video-button-height);
    margin-left: 0px;
}

.playpause:hover {
    border-color: transparent transparent transparent #eaeaea;
}

@media(prefers-color-scheme: dark) {

    html,
    body,
    body>section,
    body>div,
    .news-linkout,
    .news--utm-story-blurb,
    .news-carded,
    .card a {
        background: var(--utm-blue) !important;
        color: white;
    }

    button.clear-blue {
        color: white;
        border: 2px solid white;
    }

    /* body>section.news-carded{
        background: white;
        color: var(--utm-blue);
    } 
    section.news-carded h3{
        color: var(--utm-blue);
    }*/
    .quote-body-info > div > div,
    section.callout-focus-container.--bg-white blockquote,
    h2,
    h3,
    h4,
    h5,
    a {
        color: white
    }

    a.--arrow:after {
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2225%22%20width%3D%2225%22%3E%3Cpath%20fill%3D%22white%22%20stroke%3D%22white%22%20d%3D%22m17.5%205.999-.707.707%205.293%205.293H1v1h21.086l-5.294%205.295.707.707L24%2012.499l-6.5-6.5z%22%2F%3E%3C%2Fsvg%3E');
    }
    .quote-svg>svg{
        fill:currentColor;
    }
    .menu-btn::after,
    .closebtn>svg,
    .menu-btn>svg {
        color: black;
        fill:black;
    }
}