/* TEMPLATE ADJUSTMENTS */

.Widget.WidgetOnAir.XonairWidget {
    margin-bottom: 0 !important;
}

.Body .Wrap:nth-child(2) {
    max-width: 1280px;
}

@media screen and (min-width: 760px) {
    .SideCol {
        width: 325px;
        padding: 18px 15px;
    }

    .MainCol {
        width: calc(100% - 325px);
        padding: 18px 15px;
    }
}

@media (max-width: 759px) {
    .Body .Wrap:nth-child(2) {
        display: grid;
    }

    .MainCol {
        order: 1;
    }

    .SideCol {
        order: 2;
    }
}

/* TEXT ADJUSTMENTS */

.Body.Themeable h1 {
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 2rem;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.Body.Themeable h2 {
    text-transform: none;
    font-size: 1.25rem;
    padding-bottom: 10px;
    line-height: 1.3rem;
    color: #666;
}

.Body.Themeable h3 {
    text-transform: none;
    color: #003b5c;
}

.Body.Themeable .MainCol p {
    color: #4a4a4a;
    line-height: 1.5;
    font-size: 0.9rem;
    text-align: justify;
}

.Body.Themeable .Wrap:nth-child(2) a {
    text-decoration: none;
    font-weight: bold;
}

.Body.Themeable .Wrap:nth-child(2) a:hover {
    color: #007396;
}

@media screen and (max-width: 749px) {
    .Body.Themeable h1 {
        font-size: 1.5rem !important;
    }

    .Body.Themeable h2 {
        font-size: 1rem !important;
    }

    .Body.Themeable .MainCol p, blockquote {
        font-size: 0.775rem !important;
        text-align: left;
    }
}

/* BLOCKQUOTE STYLES */

.Body.Themeable blockquote {
    margin: 20px;
    padding: 0 0 0 20px;
    border-left: 5px solid #7a9a01;
    color: #666 !important;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* IMAGE AND IMAGE CAPTION STYLES */

.Body.Themeable .storyImage {
    margin-left: auto; 
    margin-right: auto; 
    width: 75%; 
}

.Body.Themeable .storyImage img {
    border-radius: 15px;
    padding: 0;
}

.Body.Themeable .storyImage.feature {
    width: 100%; 
}

.Body.Themeable .storyImage.leftHalf {
    margin-left: 0; 
    margin-right: 20px; 
    width: 45%;
    float: left; 
}

.Body.Themeable .storyImage.rightHalf {
    margin-left: 20px; 
    margin-right: 0; 
    width: 45%;
    float: right; 
}

.Body.Themeable .storyImage p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.Body.Themeable .storyImage .storyCaption {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px; 
    font-style: italic; 
    text-align: center;
}

.Body.Themeable .storyImage.leftHalf .storyCaption,
.Body.Themeable .storyImage.rightHalf .storyCaption {
    text-align: left;
}

@media (max-width: 500px) {
    .Body.Themeable .storyImage.leftHalf,
    .Body.Themeable .storyImage.rightHalf {
        margin-left: auto; 
        margin-right: auto; 
        width: 95%; 
        float:none;
    }
}

@media (min-width: 768px) {
    .Body.Themeable .col-sm-6 .storyImage {
        width: 100%;
    }
}

/* CAMPAIGN RIBBON STYLES */

.campaignRibbon {
   border-radius: 15px;
   transition: 0.3s;
}

.campaignRibbon:hover {
   box-shadow: 0 1px 15px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
}

.campaignRibbon.mobileRibbon {
    display: none;
}

@media (max-width: 767px) {
    .campaignRibbon.desktopRibbon {
        display: none;
    }

    .campaignRibbon.mobileRibbon {
        display: inline;
    }
}

/* SIDECOL STYLES */

.profilePic {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .profilePic {
        display: none;
    }
}

/* CHEV-BTN STYLES */

.chev-btn {
    font-size: .875rem;
    position: relative;
    padding-right: 28px
}

.chev-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    height: 9px;
    width: 6px;
    background-image: url(https://www.moody.edu/Static/EducationVNext/img/chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s all
}

.chev-btn:hover:after {
    right: 0
}

/* CUSTOM CTA  STYLES */

.storyCTA {
    display: table;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 300px;
}

.storyCTA p {
    display: table-row;
}

.storyCTA a {
    background-color: #f1f0ef;
    border-radius: 15px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.storyCTA .iconCell {
    background-color: #007396;
    display: table-cell;
    width: 52.5px;
    padding: 10px 10px 10px 12.5px;
    vertical-align: middle;
    transition: 0.3s;
}

.storyCTA.homeLink .iconCell {
    background-color: #7a9a01;
}

.storyCTA .chev-btn:hover .iconCell {
    background-color: #003b5c;
}

.storyCTA.homeLink .chev-btn:hover .iconCell {
    background-color: #6b861a;
}

.storyCTA a.chev-btn:hover, .storyCTA.homeLink a.chev-btn:hover {
   color: #6b861a;
}

.storyCTA .textCell {
    display: table-cell;
    padding-left: 15px;
    min-height: 60px;
    vertical-align: middle;
    padding-right: 10px;
    line-height: 1.3;
}

.storyCTA .chev-btn::after {
    padding-right: 20px;
}

