  /*===== Social Media Changes =====*/
.social__container a:focus {
    outline: 3px solid #fff !important;
    outline-offset: -7px !important;
}

/*===== Story Stats Row =====*/
/*--- All Devices */
#wysiwygcontent_2, #wysiwygcontent_1 {
    margin-top: 0;
    position: relative;
    background-color: transparent;
}
#wysiwygcontent_2:before, #wysiwygcontent_1:before {
    background-image: url('https://miamioh.edu/_hannonhill/_files/images/illustrations/illustration-duotone-red.png');
    background-color: #c41230;
    background-position: top;
    background-size: 130%;
    content: "";
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* Brand Message and CTA */
.brand-message {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    padding: 40px 10% 40px 10%;
}
.brand-message .brand-message-description {
    font-family: 'freight-text-pro', serif;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.4;
    padding-right: 5%;
}
.brand-message .ctaButton {
outline: 2px solid #fff !important;
height: 59px;
}
.brand-message .ctaButton a {
background-color: #fff !important;
color: #c41230 !important;
}
.brand-message .ctaButton a:focus {
    outline: 2px solid #fff;
    outline-offset: 15px;
}
.brand-message .ctaButton a::after {
border-right: 2px solid  #c41230 !important;
border-top: 2px solid #c41230 !important;
}


/* Story and Stats Row */
.stats-row-grid {
    background-color: #faf7f9;
    display: flex;
    flex-direction: column;
}
.stats-row-grid-inner {
    background-color: #faf7f9;
    background-image: -webkit-linear-gradient(-45deg, #faf9f7 50%, #edece2 50%);
}

.large-story {
    position: relative;
    background-color: #ad102a;
}
.large-story::before {
    background: linear-gradient(180deg,transparent 20%,rgba(0,0,0,.6) 90%);
    height: calc(100% - 75px);
    content: "";
    position: absolute;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 1;
}
.large-story::after {
    background-color: rgba(0,0,0,.6);
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 1;
    content: "";
}
.large-story img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.large-story-content {
    position: absolute;
    bottom: 0; 
    padding: 30px;
    z-index: 2;
}
.stats-row-grid .large-story-heading {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2;
}
.large-story-link {
    color: #fff !important;
    font-family: proxima-nova, sans-serif;
    text-decoration: none !important;
    display: block;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}
.large-story-link:hover {
    /*outline: 1px solid #edece2 !important;
    outline-offset: 5px !important;*/
    border-bottom: 1px solid #edece2;
}
.large-story-link:focus {
    outline: 2px solid #fff !important;
    outline-offset: 7px !important;
}
.large-story-link::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 9px;
    margin-right: 0px;
    transform: translateY(-100%) rotate(45deg) translateX(10px);
    transition: all .2s ease;
    width: 9px;
}
.large-story-link:hover::after {
transform: translateY(-16px) rotate(45deg) translateX(20px); 
}
.stat {
    padding: 20px 15%;
}
.stat h2 {
    color: #000;
    font-size: 3em;
    line-height: 1.2;
}
.stat p, .stat p strong {
    font-family: 'proxima-nova', sans-serif !important;
}

/* CTA Row */
.cta-row {
    display: flex;
    align-items: center;
    background-color: #c41230;
}
.cta-row-description {
    color: #fff;
    margin: 0 !important;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.7em;
    font-weight: 300;
}
.cta-row-visit-button, .cta-row-apply-button {
    color: #fff !important;
    padding: 25px 50px 25px 100px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    text-decoration: none !important;
}
.cta-row-visit-button:hover, .cta-row-apply-button:hover {
    outline: 1px solid #edece2 !important;
    outline-offset: -7px !important;
}
.cta-row-visit-button:focus, .cta-row-apply-button:focus {
    outline: 2px solid #fff !important;
    outline-offset: -7px !important;
}
.cta-row-visit-button {
    background-image: url('https://miamioh.edu/_hannonhill/_files/pngs/white/MacCracken_White_Digital.png');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 43px;
}
.cta-row-apply-button {
    background-image: url('https://miamioh.edu/_hannonhill/_files/pngs/white/Megaphone_White_Digital.png');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 50px;
}


/*--- Mobile Devices */
@media (max-width: 63.99em){
.stat h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 2.5em !important;
}
.cta-row {
    flex-flow: wrap;
}
.cta-row-description {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 3px;
    text-align: center;
}
.cta-row-visit-button, .cta-row-apply-button {
    width: 50%;
    text-align: center;
}
.cta-row-visit-button {
    background-position: 50px center;
    border-right: 2px solid #ad102a;
}
.cta-row-apply-button {
    background-position: 45px center;
}
}

/*--- Small Mobile Devices */
@media (max-width: 400px){
.cta-row-visit-button, .cta-row-apply-button {
    background-image: none;
    padding: 25px 0 25px 0;
}
.large-story img {
    width: 100%;
    height: 500px;
    max-height: 500px;
}
}

/*--- Medium Devices */
@media (min-width: 50em) and (max-width: 63.99em){
.large-story img {
    width: 100%;
    height: 500px;
    max-height: 500px;
}
.stats-row-grid-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.top-left { 
    grid-area: 1 / 1 / 2 / 2; 
}
.top-right { 
    grid-area: 1 / 2 / 2 / 3; 
}
.bottom-left { 
    grid-area: 2 / 1 / 3 / 2; 
}
.bottom-right { 
    grid-area: 2 / 2 / 3 / 3; 
}

}

/*--- Desktop Devices */
@media (min-width: 64em){
#wysiwygcontent_2:before, #wysiwygcontent_1:before {
    background-size: 100%;
}

/* Brand Message and CTA */
.brand-message {
    flex-direction: row;
}

/* Stats Grid */
.stats-row-grid {
    flex-direction: row;
    max-height: 600px;
}
.large-story {
    width: 40%;
}
.stats-row-grid-inner {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.top-left { 
    grid-area: 1 / 1 / 2 / 2; 
}
.top-right { 
    grid-area: 1 / 2 / 2 / 3; 
}
.bottom-left { 
    grid-area: 2 / 1 / 3 / 2; 
}
.bottom-right { 
    grid-area: 2 / 2 / 3 / 3; 
}

/* CTA Row */
.cta-row {
    flex-direction: row;
    justify-content: flex-end;
    border-radius: 0 0 30px 30px;
}
.cta-row-visit-button, .cta-row-apply-button {
    border-left: 2px solid #ad102a;
}
.cta-row-apply-button {
    border-radius: 0 0 30px 0;
}

}


/*===== Academic ºÚÁÏÉçÇø =====*/
/*--- All Devices */
#cards_3 .cards-image__header-inner, 
#cards_2 .cards-image__header-inner {
    text-align: center;
}

#cards_3 .cards-image__card-image, 
#cards_2 .cards-image__card-image {
    display: none;
}
#cards_3 .cards-image__card-inner .cards-image__card-headline, 
#cards_2 .cards-image__card-inner .cards-image__card-headline {
    text-align: center;
    padding-top: 0;
}
#cards_3 .cards-image__card-headline .cards-text__base-link-text,
#cards_2 .cards-image__card-headline .cards-text__base-link-text {
    background-color: #c41230;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ad102a;
    transition: all .3s cubic-bezier(1,.5,.8,1);
}
#cards_3 .cards-image__card-headline .cards-text__base-link-text:hover,
#cards_2 .cards-image__card-headline .cards-text__base-link-text:hover {
    outline: 1px solid #edece2;
    outline-offset: -7px;
}
#cards_3 .cards-image__card-headline .cards-text__base-link-text:focus,
#cards_2 .cards-image__card-headline .cards-text__base-link-text:focus {
    outline: 2px solid #fff;
    outline-offset: -7px;
}
#cards_3 .cards-image__card-headline .cards-text__base-link-text::after,
#cards_2 .cards-image__card-headline .cards-text__base-link-text::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}


/*--- Mobile Devices */
@media (max-width: 63.99em){
#cards_3 .cards-image__card,
#cards_2 .cards-image__card {
    padding-top: 0;
    padding-bottom: 0;
}
}

/*--- Desktop Devices */
@media (min-width: 64em){
#cards_3 .cards-image__header-inner,
#cards_2 .cards-image__header-inner {
    flex: 0 0 100%;
    max-width: 100%;
}
#cards_3 .cards-image__header-inner .base-lockup,
#cards_2 .cards-image__header-inner .base-lockup {
    padding-left: 15%;
    padding-right: 15%;
}
#cards_3 .cards-image__card,
#cards_2 .cards-image__card {
    padding-left: 0;
    padding-right: 0;
}
#cards_3 .cards-image__card-image,
#cards_2 .cards-image__card-image {
    display: block;
    height: 250px;
}
#cards_3 .cards-image__card-headline .cards-text__base-link-text,
#cards_2 .cards-image__card-headline .cards-text__base-link-text {
    border-bottom: none;
    border-right: 2px solid #ad102a;
}
#cards_3 .cards-image__card:nth-child(1) .cards-image__card-headline .cards-text__base-link-text,
#cards_2 .cards-image__card:nth-child(1) .cards-image__card-headline .cards-text__base-link-text{
    border-radius: 0 0 0 30px;
}
#cards_3 .cards-image__card:nth-child(3) .cards-image__card-headline .cards-text__base-link-text,
#cards_2 .cards-image__card:nth-child(3) .cards-image__card-headline .cards-text__base-link-text {
    border-right: none;
    border-radius: 0 0 30px 0;
}
}