/* TEMPLATE ADJUSTMENTS */

* {
    box-sizing: border-box;
}

.Banner {
    height: 0;
    border-bottom: none;
}

@media (min-width: 960px) {
    .MainCol {
        float: right;
        width: calc(100% - 325px);
        padding: 23px 15px;
    }

    .SideCol {
        float: left;
        width: 325px;
        padding: 30px 15px;
    }
}

/* GENERAL TEXT STYLE FIXES */

.Content h4, .Content a, .SideCol a, .Content p, .Content li {
    font-family: "Open Sans", sans-serif;
}

.Content a, .SideCol a {
    font-weight: bold;
    text-decoration: none !important;
    color: #10416b;
    transition: 0.3s;
}

.Content a:hover, .SideCol a:hover  {
     color: #007396;
}

.Content h1 {
    font-weight: bold !important;
    font-size: 2.25rem !important;
    line-height: 2rem;
    margin-bottom: 10px;
}

.Content h2 {
    font-size: 1.5em !important;
    font-weight: bold !important;
    padding: 0 !important;
    color: #4a4a4a !important;
    margin-bottom: 5px;
    line-height: 1.75rem;
}

.Content h2+h2, .SideCol h2+h2 {
    margin-top: 0;
}

.Content h3 {
    font-size: 1.25em !important;
    margin: 0 0 15px;
    font-weight: bold !important;
    text-transform: none;
}

.Content h4 {
    font-weight: bold !important;
    color: #4a4a4a !important;
    line-height: 1.5 !important;
    font-size: 0.9rem;
    margin: 0 0 10px 0;
    padding-bottom: 0;
}

.Content p {
    font-weight: 400 !important;
    color: #4a4a4a !important;
    line-height: 1.5 !important;
    font-size: 0.9rem;
    text-align: justify;
    margin: 0 0 15px 0;
    padding-bottom: 0;
}

.Content li {
    font-weight: 400;
    font-size: 0.9rem;
    padding-bottom: 10px;
    color: #4a4a4a !important;
}

.Content ul li:last-child {
    padding-bottom: 0;
}

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

    .Content h2 {
        font-size: 1rem !important;
        line-height: 1.3rem;
    }

    .Content h3 {
      font-size: 0.9rem !important;
    }

    .Content p, .Content a, .Content li, blockquote {
        font-size: 0.775rem !important;
        text-align: left;
    }
}

/* 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 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
}

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

.Content hr, .SideCol hr {
    margin: 20px 0;
    border-top: 1px solid #e1e1e1;
    background: #e1e1e1;
    border-bottom: 0;
}

/* IMAGE AND IMAGE CAPTION STYLES */

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

.MainCol .storyImage img {
     border-radius: 15px;
}

.MainCol .storyImage.feature {
     width: 100%; 
}

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

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

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

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

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

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

     .MainCol .storyImage .storyCaption {
          text-align: center;
     }
}

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

/* BLOCKQUOTE STYLES */

.MainCol blockquote, .Content.customColor blockquote {
margin: 20px;
    padding: 0 0 0 20px;
    color: #4a4a4a !important;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* 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;
    -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;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
}

.storyCTA p {
    display: table-row;
}

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

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

.storyCTA.homeLink .iconCell {
    background-color: #003b5c;
}

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

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

.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;
}