/* TEMPLATE ADJUSTMENTS */

.Blog-detail-content {
    max-width: 920px;
}

.About-author li.author, 
.Page-banner, 
.Breadcrumbs {
    display: none;
}

.Page-banner h1 {
    visibility: hidden;
}

@media (min-width: 768px) {
    .Secondary-nav .AccordionTabs .tablist .tab.more,
    .Secondary-nav .AccordionTabs .item.more-info .target {
        display: none;
    }

    .Secondary-nav .AccordionTabs.more:before {
        height: 0;
    }
}

@media (max-width: 767px) {
    .container {
        margin-top: 50px;
    }
}

/* FONT-SIZE ADJUSTMENTS */

.heading-section h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #4298b5;
    line-height: 2.75rem;
    margin-bottom: 5px;
}

.Blog-detail-content h3 {
    font-size: 1.25rem !important;
    color: #003b5b;
    line-height: 1.3;
    margin-bottom: 10px;
}

.Blog-detail-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 15px;
    text-align: justify;
    margin-bottom: 0;
}

.Blog-detail-content strong {
    font-weight: 700;
}

.Blog-detail-content ol, 
.Blog-detail-content ul, 
.Blog-detail-content li,
blockquote {
    font-size: 0.9rem;
}

.Blog-detail-content li {
    padding-bottom: 5px;
}

.Blog-detail-content li:last-child {
    padding-bottom: 0;
}

blockquote {
    margin: 0 0 15px 20px;
    font-style: italic;
    background-color: initial;
    border-left: 5px solid #ccc;
    padding: 0 20px;
    max-width: none;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .heading-section h1 {
        font-size: 1.5rem !important;
        line-height: 2rem;
    }

    .heading-section .sub-title {
        font-size: 1rem !important;
        line-height: 1.3rem !important;
    }

    .Blog-detail-content h3 {
        font-size: 0.9rem !important;
        line-height: 1.2;
    }

    .Blog-detail-content p, blockquote {
        font-size: 0.775rem !important;
        text-align: left;
    }
}

/* IMAGE AND IMAGE CAPTION STYLES */

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

.storyImage.feature {
    width: 100%;
}

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

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

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

.storyImage p {
    padding-bottom: 0;
}

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

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

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

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

@media (min-width: 768px) {
    .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 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
}

@media (max-width: 1024px) {
    .main-aside.js-main-aside .row {
        margin: 30px 0;
    }
}

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

/* CUSTOM CTA  STYLES */

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

.storyCTA p {
    display: table-row;
}

.storyCTA a {
    background-color: #fff;
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

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

.storyCTA.altLink .iconCell {
    background-color: #007396;
}

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

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

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

/* LEFT COLUMN STORY PROMO STYLES */

.articlePromo {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

p.storyLink {
    background-size: cover;
    border-radius: 10px;
}

.storyLink a {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    background-color: rgb(0 59 92 / 55%);
    padding: 41px 15px 41px;
    transition: 0.3s;
    border-radius: 10px;
}

.storyLink a:hover {
    background-color: rgb(0 59 92 / 80%);
}

.storyLink a::after {
    content: ' \276F \276F';
    padding-left: 8px;
    display: inline-block;
}

/* SIDECOL FORM  STYLES ADJUSTMENTS */

.nav-aside .EPiServerForms {
    padding: 0.75rem;
}

.nav-aside .EPiServerForms h2.Form__Title {
    font-size: 1.25rem;
    padding-bottom: 5px;
}

.nav-aside .EPiServerForms aside.Form__Description, 
.nav-aside .EPiServerForms aside.FormStep__Description, 
.nav-aside .EPiServerForms .Form__Element.FormParagraphText.Form__Element--NonData p, 
.nav-aside .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message p {
    font-size: 0.775rem !important;
    line-height: 1.4;
}

.nav-aside .EPiServerForms fieldset label {
    width: 100% !important;
    padding-right: 0;
}

.nav-aside .block.submitbuttonelementblock.col-md-12 {
    text-align: center;
}