@media (min-width: 760px) {
    html body .aroundImg-left {
        float: left;
        max-width: 450px;
        margin-right: 20px;
    }
    
    html body .aroundImg-right {
        float: right;
        max-width: 450px;
        margin-left: 20px;
    }
}

.cke_editable .aroundImg-left {
    float: left;
    max-width: 450px;
    margin-right: 20px;
}

.cke_editable .aroundImg-right {
    float: right;
    max-width: 450px;
    margin-left: 20px;
}

.inline-container *:not(.field__label) {
    display: contents !important;
}

.inline-container br:not(.field__label) {
    display: block !important;
}

.block-views-blockalumni-stories-list .wrapper > h3 {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 35px;
    letter-spacing: 1.5px;
}

.block-views-blockalumni-stories-list {
    margin: 0 auto;
    /* border-top: 2px solid #e7e7e7; */
    padding: 0 10px 80px;
    /* overflow: hidden; */
}


.view-alumni-stories {
    max-width: 1180px;
    margin: 0 auto;
}

.career-row {
    display: block;
    margin-top: 24px;
    padding-top: 20px;
}
.career-row:first-child {
    margin-top: 0;
}
.career-row::after {
    content: '';
    display: table;
    clear: both;
}
.career-row .leftside {
    display: table-cell;
    vertical-align: top;
}
.career-row .rightside {
    display: table-cell;
}
.career-row .story_type {
    background-color: #003366;
    color: #fff;
    font-size: 14px;
    padding: 6px 13px;
    display: inline-block;
}
.career-row .background p {
    margin: 8px 0;
}
.career-row .background p:first-child {
    font-family: "Roboto Condensed", "Arial", "Microsoft JhengHei", "sans-serif";
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
}
.career-row .background p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.career-row .background p:last-child {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 8px;
}
.career-row .title {
    font-family: "Roboto Condensed", "Arial", "Microsoft JhengHei", "sans-serif";
    /* font-size: 26px;
    line-height: 34px; */

    font-size: 24px;
    line-height: 34px;

    color: #003366;
    font-weight: bold;
    /* margin-top: 18px; */
    padding-bottom: 18px;
    border-bottom: 1px solid #dfd5ce;
}
.career-row .title a {
    color: #003366;
}

.career-row .career-row--container {
    display: flex;
    /* box-shadow: 15px 8px 15px 0 rgba(0, 0, 0, 0.2); */
    width: calc(100% - 40px);
    padding: 18px 32px;
}
.career-row .career-row--container .leftside {
    width: 31%;
}
.career-row .career-row--container .rightside {
    width: 69%;
}
.career-row .career-row--container .button {
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: transparent;
    display: inline-block;
    padding: 6px 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.career-row:nth-child(odd) .career-row--container {
    border-top: 5px solid #003366;
    float: right;
    background-color: #eaf5ff;
}
.career-row:nth-child(odd) .career-row--container .button {
    background: #003366;
}
.career-row:nth-child(odd) .career-row--container .rightside {
    padding-left: 30px;
}
.career-row:nth-child(odd) .career-row--container img {
    /* width: 455px;
    height: 340px;
    margin-left: -141px;
    margin-top: -100px;
    max-width: none; */

    width: calc(100% + 74px);
    height: auto;
    margin-left: -74px;
    margin-top: -42px;
    max-width: none;
}
.career-row:nth-child(even) .career-row--container {
    float: left;
    border-top: 5px solid #e48d0d;
    background-color: #fff4ec;

    flex-direction: row-reverse;
}
.career-row:nth-child(even) .career-row--container .button {
    background: #e48d0d;
}
.career-row:nth-child(even) .career-row--container .rightside {
    padding-right: 30px;
}
.career-row:nth-child(even) .career-row--container img {
    /* width: 455px;
    height: 340px;
    margin-right: -141px;
    margin-top: -100px;
    max-width: none; */
    float: right;

    width: calc(100% + 74px);
    height: auto;
    margin-right: -74px;
    margin-top: -42px;
    max-width: none;
}

@media (min-width: 760px) {
    .career-row:nth-child(even) .background p:last-child {
        right: 30px;
    }
}

@media (min-width: 520px) {
    .career-row .rightside {
        position: relative;
    }
    .career-row .background p:nth-child(2) {
        max-width: calc(100% - 140px);
    }
    .career-row .background p:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 999px) {
    .block-views-blockalumni-stories-list {
        padding: 0 0 80px;
    }
    .career-row {
        margin-top: 40px;
        padding-top: 0;
    }
    .career-row .background p:first-child {
        font-size: 18px;
    }
    .career-row .background p:nth-child(2) {
        font-size: 14px;
    }
    .career-row .background p:last-child {
        font-size: 16px;
    }
    .career-row .title {
        font-size: 22px;
    }
    .career-row .career-row--container {
        box-shadow: none;
        width: calc(100% - 25px);
        padding: 18px 24px;
    }
    .career-row .career-row--container .leftside {
        width: 40%;
    }
    .career-row .career-row--container .rightside {
        width: 60%;
    }
    .career-row:nth-child(odd) .career-row--container img {
        /* margin-top: 0px;
        margin-left: -49px;
        width: 323px;
        height: 242px; */

        width: calc(100% + 49px);
        height: auto;
        margin-left: -49px;
        margin-top: 0;
    }
    .career-row:nth-child(even) .career-row--container img {
        /* margin-top: 0px;
        margin-right: -49px;
        width: 323px;
        height: 242px; */

        width: calc(100% + 49px);
        height: auto;
        margin-right: -49px;
        margin-top: 0;
    }
}

@media (max-width: 759px) {
    .career-row {
        width: 100%;
        margin-top: 51px;
        padding-top: 30px;
    }
    .career-row .story_type {
        padding: 6px 13px;
        font-size: 14px;
    }
    .career-row .background p:first-child {
        font-size: 18px;
    }
    .career-row .background p:nth-child(2) {
        font-size: 14px;
    }
    .career-row .background p:last-child {
        font-size: 16px;
    }
    .career-row .career-row--container {
        box-shadow: none;
        display: flex;
        /* padding-bottom: 30px; */
        width: calc(100% - 15px);
        justify-content: flex-start;
        align-items: flex-start;
    }
    .career-row:nth-child(odd) .career-row--container,
    .career-row:nth-child(even) .career-row--container {
        flex-direction: column;
    }
    .career-row:nth-child(odd) .career-row--container .leftside,
    .career-row:nth-child(even) .career-row--container .leftside {
        width: 100%;
        padding: 0;
    }
    .career-row:nth-child(odd) .career-row--container .rightside,
    .career-row:nth-child(even) .career-row--container .rightside {
        width: 100%;
        padding: 18px 0;
        padding-bottom: 0;
    }
    .career-row:nth-child(odd) .career-row--container img {
        margin-top: -71px;
        margin-left: -40px;
        width: 110%;
        max-width: 323px;
    }
    .career-row:nth-child(even) .career-row--container img {
        float: right;
        margin-right: -40px;
        margin-top: -71px;
        width: 110%;
        max-width: 323px;
    }
}

.page-node-type-alumni-stories .alumni-global-banner {
    display: none;
}

.page-node-type-alumni-stories article {
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 145px;
}

@media (max-width: 1000px) {
    .page-node-type-alumni-stories article {
        padding-bottom: 50px;
    }
}


.page-node-type-alumni-stories img {
    max-width: 100%;
    height: auto;
}

.page-node-type-alumni-stories .node__content .field--name-field-thumbnail, 
.page-node-type-alumni-stories .node__content .field--name-field-sort-order, 
.page-node-type-alumni-stories .node__content .field__label {
    display: none;
}

.page-node-type-alumni-stories .node__content .field--name-body {
    padding: 0 140px;
    margin-top: 70px;
    font-size: 18px;
}

@media (max-width: 1000px) {
    .page-node-type-alumni-stories .node__content .field--name-body {
        padding: 0;
        margin-top: 40px;
        font-size: 18px;
    }
}

.page-node-type-alumni-stories .field--name-field-graduation-year a {
    /* border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    padding: 6px 13px; */
    color: inherit !important;
    cursor: auto !important;
}

.page-node-type-alumni-stories .navysection {
    margin-top: 40px;
    color: #fff;
    /* background-image: url(https://mba.hkust.edu.hk/modules/custom/hkust_mba/hkust_mba_career/images/img-lpm-07-pattern@3x.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 80px 80px;
    /* border-top: 4px solid #e48d0d; */
    /* background-color: #003366; */
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .page-node-type-alumni-stories .navysection {
        padding: 37px 23px;
        /* border-top: 2px solid #e48d0d; */
    }
}

.page-node-type-alumni-stories .navysection h1 {
    color: #fff;
    font-size: 32px;
    margin: 20px 0;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .page-node-type-alumni-stories .navysection h1 {
        font-size: 26px;
        line-height: 34px;
    }
}

.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-desktop-image,
.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-tablet-image,
.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-mobile-image {
    display: none;

}
.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-desktop-image img,
.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-tablet-image img,
.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-mobile-image img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-tablet-image img,
.page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-mobile-image img {
    width: 100%;
}

@media only screen and (min-width: 1000px) {
    .page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-desktop-image {
        display: block;
    }
}

@media only screen and (min-width: 760px) and (max-width: 999px) {
    .page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-tablet-image {
        display: block;
    }
}
@media only screen and (max-width: 759px) {
    .page-node-type-alumni-stories .navysection .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-mobile-image {
        display: block;
    }
}


.page-node-type-alumni-stories .whitesection {
    padding-left: 80px;
    padding-top: 58px;
    padding-right: 80px;
    font-size: 18px;
    line-height: 1.5em;

}

@media (max-width: 1000px) {
    .page-node-type-alumni-stories .whitesection {
        margin: 0;
        padding: 37px 23px;
        padding-bottom: 0;
    }
}

.page-node-type-alumni-stories .whitesection>div {
    margin: 10px 0;
}

.page-node-type-alumni-stories .whitesection>div:first-child {
    font-size: 20px;
}