@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i,600,600i,700&display=swap');

.contents ul {
    margin: 0;
    padding-left: 1em;
}

html {
    position: relative;
    min-height: 100%;
}

.mm-page,
.mm-slideout {
    position: relative;
    min-height: 100% !important;
    height: 100%;
}

.gutters .half {
    width: 48%;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
}

.dpn {
    display: none !important;
}

.skb li {
    border: 1px solid #dedede;
    padding: 12px;
}

.lowcase {
    text-transform: lowercase !important;
}

@media screen and (max-width: 992px) {

    /*.gutters .half {
    width: 98%;
}*/
    .item-text ul {
        padding-left: 17px !important;
        font-size: 1em !important;
        padding-inline-start: 40px;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.regulars-c {
    color: #e75b12;
}

.regulars-c span {
    color: #e75b12;
}

.regulars-c .subhead {
    color: #e75b12;
}

.regulars-c .standfirst {
    color: #e75b12;
}

.mt1 {
    margin-top: 1rem;
}

.mt3 {
    margin-top: 3rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mt2 {
    margin-top: 2rem;
}

.centre img {
    display: block;
    max-width: 100%;
    margin: 20px auto 50px;
}

a[aria-disabled="true"] {
    color: currentColor;
    display: inline-block;
    /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.ctable {
    width: auto !important;
    margin: 10px 0px !important;
}

.ctable tr td {
    border: .5px solid #ccc;
}


/* The footer won't have a height because there are two absolute positioned elements in it.
So we position the buttons from the bottom. */

.control.ui-btn-left,
.trivia-btn.ui-btn-right {
    top: auto;
    bottom: 7px;
    margin: 0;
}


/* Prevent text selection while swiping with mouse */

.demo-page .ui-header,
.ui-title,
.control .ui-btn,
.trivia-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #222222;
    /* Location of the image */
    background-image: url(../img/cover.jpg);
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    -webkit-text-size-adjust: none;
    height: 100%;
}

body * {
    text-shadow: none;
}

.background-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.no-background {
    background: none;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0px;
    line-height: 1.4;
}

h1 {
    font-size: 48px;
    line-height: 1.1;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 13px;
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 2px -12px rgba(0, 0, 0, 0.3);
}

p {
    margin: 0 0 1.5em 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

a,
a:link,
a:active,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
}

nav:not(.mm-menu) {
    display: none;
}

.header,
.content,
.footer {
    text-align: center;
}

.header,
.footer {
    background: #0d1e2f;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
}

.header {
    background-color: #25285E;
}

.quote-name {

    letter-spacing: 0.06em;
    font-size: 0.9rem;
    color: #418be4;
    margin-right: 10px;
    margin-top: 6px;
    line-height: 1.3;
}

/*footer*/

.footer {
    font-size: 12px;
    font-weight: 400;
    /*height: 36px;*/
    line-height: 1em;
    font-family: 'Mukta', sans-serif;
    padding: 4px 0;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 0;
}

.footer .sharefb {
    float: left;
    display: inline-block;
    color: #0cabde;
    height: 30px;
    padding-left: 20px;
    text-align: left;
    z-index: 1000;
}

.footer a.icon-fb,
.footer a.icon-wa {
    /*background: url(../img/ico-fb.png) no-repeat 0 0 transparent;
		background-size:100% auto;*/
    z-index: 1000;
    position: relative;
    left: 0;
    top: 0px;
    height: 18px;
    width: 18px;
    display: block;
    padding: 0 4px;
}

ul.shareicons {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
}

ul.shareicons li {
    display: inline-block;
    font-size: 23px;
    padding: 4px 0;
}

.footer span.label {
    display: inline-block;
    vertical-align: top;
    line-height: 2.2;
    font-size: 14px;
}

.copy {
    float: right;
    padding-top: 13px;
    display: inline-block;
}

.sticky-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: #000;
}


/*section landing background color*/

.container.bg-features {
    background-color: #fff;
}


/*body*/

.fnt400 {
    font-weight: 400 !important;
}

.margin-left30 {
    margin-left: 30px;
}

.header-fixed-width {
    width: 1100px;
    margin: 0 auto;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header.fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.header a {
    color: #fff;
}

.header a {
    background: center center no-repeat transparent;
    display: block;
    width: 40px;
    height: 38px;
    position: absolute;
    background-size: 23px;
    top: 5px;
    left: 6px;
    z-index: 9999;
}

.header a#hamburger {
    top: 10px;
}

.header a#hamburger .fas {
    color: #fff;
    font-size: 1.4em;
}

.header-space {
    height: 50px;
}

.magazine-name a,
.logo a {
    background: none;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    left: 0px;
    font-family: 'Mukta', sans-serif;
    font-weight: 600;
}

.magazine-name a {
    left: 0;
    text-decoration: none;
}

.logo img {
    position: relative;
    top: 0;
    right: 25px;
}

nav h1 {
    background: #0f1e2f;
    margin: 0px;
    padding-top: 12px;
    padding-left: 20px;
    height: 28px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-size: 16px;
    display: block;
}

.mm-subtitle {
    background: #b5966a;
    margin: 0px;
    padding-top: 12px;
    padding-left: 20px;
    color: #fff;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    display: block;
}


/*special*/

#mm-1 .mm-subtitle {
    background: #25285E;
}


/*cluster*/

#mm-2 .mm-subtitle {
    background: #3cb2d8;
}


/*features*/

#mm-3 .mm-subtitle {
    background: #faad00;
}

#menu {
    background-color: #0d1e2f;
}

.mobile {
    display: none;
}

.ipad {
    display: block;
}

.logo {
    padding-top: 7px;
    text-align: right;
}

.magazine-name {
    text-align: left;
}

.search {
    text-align: left;
}

.cag-postit img {
    height: auto;
    width: 100%;
    max-width: 400px;
}

.landscape-cag {
    display: block;
}

.portait-cag {
    display: none;
}

.mobile-cag {
    display: none;
}

.cover-blurbs {
    max-width: 600px;
    padding-bottom: 1em;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 0px;
}

.blurb-wrapper {
    padding: 1.5em 0.5em;
}

.mag-cover {
    position: relative;
    margin: 20px;
}

.cover-graphic {
    display: block;
    position: relative;
    left: 0%;
    top: 0;
    z-index: 0;
}

.cover-graphic img {
    width: 120%;
    height: auto;
    display: block;
    margin-top: 20px;
    min-width: 700px;
}

.cover-logo img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.coverpage {
    z-index: 1;
    position: relative;
    top: 100px;
}

.cover-feature {
    width: 180px;
    height: 130px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.cover-icon {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.wrap-eb.edu>.cover-icon {
    padding-top: 0;
}

.cover-icon .btn-click {
    height: 33px;
}

.cover-feature img {
    width: 100%;
}

.cover-text {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 50px 0 50px;
    /*width: calc(100% - 200px);*/
    text-align: center;
    /*border-bottom: 1px solid #dedede;*/
    margin-top: 25%;
}

.cover-text h1.title {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #2e2b84;
    font-family: 'Kanit', sans-serif;
}

.cover-text2 {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    width: calc(100% - 5%);
}

.cover-text2.bdr-1 {
    padding-right: 21px;
    min-height: 300px;
}

.cover-text2.bdr-0 {
    min-height: 300px;
}

.cover-text2 a.feature-thumbnail>img {
    border: 1px solid #dedede;
}

.cover-text2 h2,
.cover-text2 h3,
.cover-text2 h4 {
    font-family: 'Kanit', sans-serif;
    line-height: 1.3;
    margin: 0.3rem 0 0.7rem;
    font-weight: 500;
}

.cover-text2 h2 {
    font-size: 2rem;
}

.cover-text2 h3 {
    font-size: 1.5rem;
}

.cover-text2 h4 {
    font-size: 1.2rem;
}

.cover-text2 p.sub {
    color: #2e2b84;
    font-size: 1.1rem;
}

.grid-9.half-w {}

.sub {
    font-weight: 600;
    color: #000;
    padding-top: 0.5rem;
    margin-bottom: 0.5em;
}

.bdr-btm {
    border-top: 1px solid #dedede;
}

p.small {
    font-size: 12px !important;
}

.cover-text p {
    font-size: 1.2rem;
}

.cover-col {
    display: block;
    padding-bottom: 30px;
    clear: both;
}

.cover-col.bar {
    padding: 0px;
}

.cover-col.bar .wrap-eb {
    border-top: 1px solid #ccc;
}

.cover-link {
    font-family: 'Mukta', sans-serif;
    letter-spacing: .05em;
    color: #2e2b84;
    font-size: 1.5rem;
}

.editors-note {
    max-width: 90%;
    margin: 30px auto;
    padding: 15px;
}

.editors-note .sub-col {
    width: 30%;
    display: inline-block;
    float: left;
    padding-right: 5%;
}

.editors-note .sub-col h3 {
    font-size: 40px;
}

.editors-note .text-col {
    width: 60%;
    display: inline-block;
    float: left;
    padding-left: 5%;
}

.editors-note .text-col span.center {
    text-align: left !important;
    display: inline-block;
    padding-bottom: 1em;
    border-bottom: 1px solid #333;
}

figure.coffee {
    margin-bottom: 1.5em;
}

figure.coffee img {
    width: 100%;
    border: none;
}

figure.coffee span.caption {
    font-size: 9px;
}


/*youtube video*/

.cag-postit {
    display: block;
    padding: 1.2em 0.8em;
}

.cover-mag-wrapper {
    margin-top: 50px;
    margin-left: 10px;
}

.cover-mag-logo {
    width: 100%;
    max-width: 744px;
    display: block;
    padding-top: 8%;
    margin: 20px 0 20px 10px;
}

.content {
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
    width: 90%;
}

.content-fixed-width {
    max-width: 1200px;
    margin: 0 auto;
}

.article {
    clear: both;
    float: left;
}

.article.regulars {
    padding-top: 0em;
}

.body-text a {
    color: #418be4;
    font-weight: 500;
    text-decoration: none;
}

.body-text a:hover {
    color: #bc0807;
    font-weight: 500;
    text-decoration: underline;
}

.body-text a.link-cta {
    background-color: #d5e8ff;
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
}

.body-text a.link-cta:hover {
    color: #000;
    text-decoration: none;
}

.article-masthead {
    position: relative;
    width: 100%;
    left: 7px;
}

.article-masthead h1 {
    width: 100%;
    z-index: 2;
}

.article-masthead h2,
.article-masthead h3,
.article-masthead h4,
.article-masthead h5,
.article-masthead h6 {
    font-family: 'Mukta', sans-serif;
    margin-top: 0.3em;
    font-weight: 700;
    margin-bottom: 0.6em;
}

.article-masthead h1,
h1.second-h1 {
    color: #1f1d1d;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 20px 0 0;
    max-width: 70%;
    margin-bottom: 1rem;
}

.article-masthead.second-h1 h1 {
    max-width: 100% !important;
}

.article-masthead h1 span.spacer,
.article-masthead.second-h1 h1 span.spacer {
    padding: 0 0px;
}

.article-masthead span.byline,
.article-masthead.second-h1 span.byline {
    font-size: 14px;
    color: #418be4;
    line-height: 20px;
    padding: 0px 10px 0 0;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-family: 'Mukta', serif;
    display: inline-block;
    margin: 5px 10px 10px 0;
    position: relative;
}

.article-masthead img {
    max-width: 100%;
    height: auto;
}

.article-masthead.second-masthead:before,
.article-masthead.regulars:before {
    content: none !important;
}

.article-candidate {
    width: 300px;
    float: left;
}

.article-candidate p {
    font-size: 15px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 50%;
    background: #000;
    color: #fff;
    padding: 10px;
}

.article-candidate strong {
    font-weight: 700;
}

.article-candidate img {
    height: auto;
    margin-top: 20px;
    float: left;
}

.border-test {
    border: 1px solid #f00;
}

.article-category {
    text-align: right;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: 45px;
    font-size: 16px;
    letter-spacing: .05em;
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    width: 28% !important;
    font-weight: 400;
}

.article-category span {}

.article-category a {
    color: #264998;
}

.article-category a:hover {
    color: #333;
}

.organisation-name {
    font-size: 15px;
    color: #0c1c35;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-top: 50px;
    padding-left: 0;
    width: 68% !important;
    font-family: 'Mukta', sans-serif;
}

.organisation-name>span {
    display: block;
    margin-left: 5px;
    padding-bottom: 10px;
}

.organisation-name.org-reg {
    color: #2e2b84;
}

.bg-special .organisation-name {
    color: #fff;
}

.organisation-name.features {
    color: #e35639;
}

.features .accent {
    color: #2e2b84;
}

.standfirst {
    font-size: 1.3em;
    color: #252d3a;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 2em;
    margin-top: 0.3rem;
    font-family: 'Mukta', sans-serif;
    display: block;
    font-style: italic;
}

.standfirst span {
    white-space: initial;
}

.feat-img {
    margin-bottom: 2em;
}


.opening {
    font-family: kanit, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .03em;

    color: #000;
    font-size: 2.1rem;
    font-weight: 600;
    padding: 5px 0 0;
}

.opening.smtxt {
    font-size: 3.1rem;
    padding: 0px 0 0 0;
    margin-right: 8px;
    line-height: 43px;
    float: left;
}


.body-text {
    padding-bottom: 3em;
}

.body-text,
.editor-notes {
    color: #333;
    font-weight: 400;
}

.body-text p,
.body-text ul,
.body-text ol,
.editor-notes p .infobox {
    margin-left: 100px;
    font-size: 1.3em;
    line-height: 1.65;
    letter-spacing: 0em;
}

.infobox {
    background-color: #fafdff;
    padding: 1.5rem 2rem;
    margin-top: 1em;
    position: relative;
}

.body-text .infobox p,
.body-text .infobox ul {
    margin: 0 auto;
    font-family: 'K', sans-serif;
    margin-bottom: 0.5em;
    text-indent: 2em;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
}

.body-text .infobox p:first-of-type,
.body-text .infobox ul {
    text-indent: 0;
}

.body-text .infobox h1.subhead {
    margin-left: 0;
    margin-top: 0;
}

.body-text .infobox h5 {
    font-size: 20px;
    font-family: 'Mukta', sans-serif;
    margin-bottom: 0.5em;
}

.body-text .infobox h5:after {
    content: '';
    width: 50px;
    height: 4px;
    background-color: #165fe2;
    display: block;
    margin-top: 8px;
}

.body-text .infobox .text-center {
    width: calc(90% - 2em);
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.body-text .infobox .text-center h1.subhead {
    margin-top: 1em;
}

.editor-notes p {
    margin-left: 10px;
}

.editor-notes h1 {
    margin-left: 10px;
}

.body-text strong {
    font-weight: 700;
}

.landscape-candidate {
    margin: 2em auto 2em;
}

.landscape-candidate p {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    margin-left: 0px;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    color: #418be4;
}

.landscape-candidate p span.credit {
    font-size: 10px;
    font-style: italic;
    float: right;
    color: #a3a3a3;
}

.landscape-candidate img {
    width: 100%;
    height: auto;
}

.portrait-details strong,
.portrait-candidate strong {
    background: none;
}

.portrait-candidate {
    float: left;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 2em;
}

.portrait-candidate img {
    margin-top: 0.5em;
}

.portrait-candidate.move-up,
.landscape-candidate.move-up {
    margin-top: -25px;
}


/* tips */

.portrait-candidate.t-wrap {
    max-width: 300px;
    margin-right: 4em;
    margin-left: 0;
    padding-left: 0;
}

.landscape-candidate .tips,
.portrait-candidate .tips {
    border: 1px solid #418be4;
    border-radius: 2em;
    width: 70%;
    padding: 2em 2.2em;
    margin: 0 10%;
}

.landscape-candidate .tips img,
.portrait-candidate .tips img {
    width: 150px;
    margin-bottom: 0.8rem;
}

.portrait-candidate .tips img.max-width {
    width: 100% !important;
}

.landscape-candidate .tips img.icon,
.portrait-candidate .tips img.icon {
    width: 8rem !important;
}

.landscape-candidate .tips h2,
.portrait-candidate .tips h2 {
    font-family: 'Kanit', sans-serif;
    margin-bottom: 0.3rem;
    color: #00929b;
}

.landscape-candidate .tips p,
.portrait-candidate .tips p {
    font-family: 'Mukta', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.01rem;
    margin-left: 0px;
    display: block;
    color: #418be4;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.landscape-candidate.move-up:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #418be4;
    display: block;
}

.portrait-candidate.photo {
    max-width: 350px;
    margin-right: 20px;
}

.portrait-candidate.photo img {
    width: 100%;
    height: auto;
}

.portrait-candidate.photo:after {
    content: '';
    clear: right;
    display: block;
}

.portrait-candidate p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    max-width: 340px;
    margin-left: 0px;
    border-bottom: 1px solid #ccc;
}

.candidate-name {
    font-family: 'Mukta', sans-serif;
    font-weight: 800;
}

.portrait-details {
    float: left;
    max-width: 350px;
    padding-right: 15px;
}

.portrait-details p {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 20px;
    width: 320px;
    max-width: 350px;
}

h1.subhead {
    font-weight: 500;
    color: #000000;
    line-height: 1.4;
    margin-left: 100px;
    margin-top: 1em;
    font-size: 1.6em;
    margin-bottom: 0.7rem;
    letter-spacing: 0em;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
}

h1.subhead.up1 {
    font-size: 2rem;
    border-bottom: 1px solid;
    display: inline-block;
    text-transform: uppercase;
}

.body-text img {
    width: 100%;
    height: auto;
}

.feat-img img {
    width: 105%;
}

ul.stories {
    margin-left: 80px;
    margin-top: 0;
}

ul.stories li a {
    font-size: 1.07rem;
    font-family: 'Mukta', sans-serif;
    color: #e3573b;
}

.editor-notes h1 {
    font-size: 53px;
    line-height: 60px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    border-top: 1px solid #eee;
    padding-top: 50px;
    margin-bottom: 50px;
}

.quote {
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    color: #418be4;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0em;
    padding: 10px 5%;
    width: 80%;
    text-align: left;
    margin: 2rem auto 3rem 100px;
    position: relative;
    display: inline-block;
    border-left: 2px solid;
}

.quote em {
    font-size: 14px;
    font-family: 'Mukta', sans-serif;
    display: block;
    text-align: left;
    color: #418be4;
    padding-top: 15px;
    font-weight: 400;
}

.quote:before {
    content: ' " ';
    width: 28px;
    padding-right: 20px;
    height: 42px;
    border-radius: 60px;
    color: #fff;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 2.5em;
    line-height: 1.2em;
    right: 0;
    margin: 0 auto;
    font-weight: 400;
}

@media screen and (max-width:992px) {

    .portrait-candidate.photo {
        display: block;
        float: none;
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    .quote:before {
        padding-right: 17px;
        line-height: 1.3em;
    }

    .footer a.icon-wa {
        display: block !important;
    }
}

.quote:after {
    content: none;
}


/*PUSH SIGNUP*/

.push-signup {
    margin: 0.5rem auto 1.5rem 100px;
    display: block;
    text-align: center;
    position: relative;
}

.push-signup:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #cecece;
    top: -1.2em;
    margin: 0 auto;
    left: 0;
    position: absolute;
    display: block;
    right: 0;
}

.push-signup:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #cecece;
    bottom: -1.6em;
    margin: 0 auto;
    left: 0;
    position: absolute;
    display: block;
    right: 0;
}

.push-signup a.btn-link {
    color: #2e2b84;
    border-radius: 5px;
    border: 1px solid #2e2b84;
    padding: 0.4em 1.2em;
    display: inline-block;
    margin-top: 0.3em;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width:800px) {
    .push-signup {
        margin-left: 0;
    }
}


/*END OF PUSH SIGNUP*/

p.dash {
    position: relative;
    margin-top: 10px;
}

p.dash:before {
    content: '';
    position: relative;
    top: 5px;
    width: 40px;
    height: 8px;
    background-color: #cfcf77;
    display: block;
    margin: 10px 0;
}

@media screen and (min-width:1201px) {
    .content-fixed-width {
        min-height: 920px;
        height: auto;
    }
}

.sidebar {
    padding-left: 10px;
}

.bm-signup a,
.view-job,
.no-microsite a {
    margin-top: 10px;
    background: #25285E;
    width: 250px;
    display: block;
    float: right;
    padding: 0.7rem 1rem;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 5px;
    font-family: 'Mukta', sans-serif;
    letter-spacing: .01em;
    text-align: center;
    text-shadow: 0 0 1px #6f8ec5;
    text-align: center;
}

.no-microsite a {
    background: #666;
    cursor: not-allowed;
}

.bm-signup a:before,
.view-job:before,
.no-microsite a:before {
    content: " ";
    border-radius: 5px 0 0 5px;
}

.view-job {
    background: rgb(5, 80, 200);
}

.view-job:before {
    background: url(../img/apply.png) transparent 10px 10px no-repeat;
}

.no-microsite a:before {
    background: url(../img/apply.png) #333 10px 10px no-repeat;
}

.client-ad {
    margin-top: 10px;
    text-align: right;
    float: right;
    max-width: 290px;
    border: 1px solid rgba(0, 0, 0, .0785);
}

.client-ad img {
    border: 0px;
    width: 100%;
    display: block;
}

.footer,
.clear {
    clear: both;
}

.editor-notes-footer {
    border-top: 1px solid #eee;
    margin-top: 50px;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer-link-wrap {
    font-size: 14px;
    padding-bottom: 35px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 35px;
    position: relative;
    z-index: 9999;
}

.footer-link-wrap:before {
    content: 'Previous';
    position: absolute;
    left: 0;
    top: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: .04em;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

.footer-link-wrap:after {
    content: 'Read Next';
    position: absolute;
    right: 0;
    top: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: .04em;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
}

.footer-link-wrap a {
    color: #0f1d2e;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Mukta', sans-serif;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.1em;
    display: block;
    padding: 5px 0;
}

.footer-link-wrap a:hover,
.footer-link-wrap a:visited {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #0f1d2e;
}

.footer-link-wrap a>span.low-case {
    text-transform: lowercase !important;
}

.footer-link-wrap a:hover {
    text-decoration: underline;
}

.footer-link-right {
    text-align: right;
}

.footer-link-left {
    text-align: left;
}

.is_stuck {
    padding-top: 85px;
    padding-bottom: 50px;
}


/* Styles for dialog window */

#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}


/*Back to top button 
*/

#gototop {
    position: fixed;
    bottom: 50px;
    right: 10px;
    margin: 1.5%;
    font-family: 'Mukta', sans-serif;
    z-index: 99999;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
    color: #36F;
}

#gototop a {
    width: 40px;
    display: block;
    text-align: center;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    text-decoration: none;
}

#gototop a:hover {
    color: #000;
}


/* arrow icon (span tag) */

#gototop span {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    margin-left: 7px;
    background: url(../img/up-arrow.png) #333 no-repeat center center;
    background-size: 17px auto;
    background-color: rgba(0, 0, 0, 0.33);
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 33px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    text-align: center;
    text-decoration: none;
}

#gototop a:hover span {
    background-color: #777;
}

.next-page {
    position: fixed;
    right: 0;
    top: 45%;
    width: 35px;
    z-index: 9999;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-right: 0;
    text-align: center;
    padding: 40px 3px;
    font-size: 25px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    opacity: 0.7;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.next-page:hover,
.prev-page:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.prev-page {
    position: fixed;
    left: 0;
    top: 45%;
    width: 35px;
    z-index: 9999;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-left: 0;
    text-align: center;
    padding: 40px 3px;
    font-size: 25px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.next-page:hover,
.prev-page:hover {
    box-shadow: none;
}

.prev-page a,
.next-page a {
    color: #0cabde;
    padding: 40px 3px;
}

.prev-page:hover,
.next-page:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.prev-page {
    border-radius: 0 100% 100% 0;
}

.next-page {
    border-radius: 100% 0 0 100%;
}

@media screen and (max-width:480px) {

    .prev-page,
    .next-page {
        display: none;
    }
}


/*start of industry guide*/


/*BLUE INDUSTRY GUIDE*/

.text-center,
.text-center h1 {
    text-align: center;
    left: 0 !important;
    max-width: 100% !important;
}

.center-header {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.item-text {
    margin-bottom: 30px;
}

.item-text ul {
    margin-left: 0 !important;
    padding-left: 18px;

}

.item-text,
.item-text ul li {
    font-family: 'Mukta', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.item-text p {
    font-family: 'Mukta', sans-serif;
    font-weight: 500;
    font-size: 1rem !important;
    margin-left: 0px;
    color: #333 !important;
}

/*KEY SKILLS ICONS*/
.item-text ul.keyskills li {
    display: inline-block;
    margin: 0 auto;
    list-style-type: none;
    width: 30%;
    margin: 1% 1% 2%;
    vertical-align: top;
    box-sizing: border-box;
}

.item-text ul.keyskills li img.img-max {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.item-text ul.keyskills li h6 {
    display: block;
    font-size: 1.1rem;
    text-align: center;
}


.ind-grey-box {
    background-color: #fdfdfd;
    padding: 10px 15px;
}


.ind-blue,
.ind-blue h3 {
    color: #0071cf !important;
}

.ind-blue .standfirst {
    color: #0071cf;
}

.dotted-blue {
    border: none;
    border-top: 1px dashed #0071cf;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}


.ind-blue-border {
    border: 1px solid rgba(15, 125, 214, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-blue-box {
    background-color: #f6f4f9;
    padding: 10px 15px;
}


/*LIGHT BLUE */

.ind-green-header,
.ind-orange-header,
.ind-yellow-header,
.ind-lblue-header,
.ind-blue-header {
    margin: 0 auto;
}

.ind-header {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
    z-index: 91;
}

.ind-header.lblue {
    background-color: #7d7df7;
}

.ind-header.lblue:before {
    border-top: 1px dashed #7d7df7;
}

.ind-header.blue {
    background-color: #0071cf;
}

.ind-header.blue:before {
    border-top: 1px dashed #0071cf;
}

.ind-header.green {
    background-color: #3b8c87;
}

.ind-header.green:before {
    border-top: 1px dashed #3b8c87;
}

.ind-header.yellow {
    background-color: #FCBF29;
}

.ind-header.yellow:before {
    border-top: 1px dashed #FCBF29;
}

.ind-header.orange {
    background-color: #e75b12;
}

.ind-header.orange:before {
    border-top: 1px dashed #e75b12;
}


.ind-header h5 {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    z-index: 92;
    position: relative;
    color: #ffffff;
}

.ind-header:before {
    content: '';
    border-top: 1px dashed #7d7df7;
    display: block;
    z-index: 90;
    left: 0px;
    top: 33px;
    width: 100%;
    height: 1px;
    position: absolute;
}

.ind-bwhite-header {

    background: #fff;
    padding: 10px 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
    z-index: 999;
}

.ind-blue-header {
    color: #fff;
    background: #0071cf;
    padding: 10px 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
    margin-left: 0;
}

.clearfix {
    clear: both;
    height: 30px;
}


.tbl {
    color: #0071cf;
}

.tbbr {
    color: #84694e;
}

.tylw {
    color: #FCBF29;
}

.ml0 {
    margin-left: 0px;
}

.tgrn {
    color: #3b8c87;
}

/*--- number*/

.ind-blue-number {
    color: #0071cf;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
}

.ind-lblue-number {
    color: #7d7df7;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
}

.lblue {
    color: #7d7df7;
}

.ind-lblue-header {
    background: #7d7df7;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}

.ind-yellow-number {
    color: #FCBF29;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
}

.ind-orange-number {
    color: #e75b12;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
}

.ind-green-number {
    color: #01603e;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
}

.ind-brown-number {
    color: #84694e;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
}


.ind-lblue,
.ind-lblue h3 {
    color: #7d7df7 !important;
}

.blue {
    color: #0071cf !important;
}

.ind-lblue .standfirst {
    color: #0071cf;
}

.dotted-lblue {
    border: none;
    border-top: 1px dashed #7d7df7;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}


.ind-lblue-border {
    border: 1px solid rgba(15, 125, 214, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-lblue-box {
    background-color: #f0f5fb;
    padding: 10px 15px;
}


/*YELLOW INDUSTRY GUIDE*/


.ind-yellow .standfirst {
    color: #FCBF29;
}

.dotted-yellow {
    border: none;
    border-top: 1px dashed #FCBF29;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}

.ind-yellow,
.ind-yellow h3 {
    color: #FCBF29 !important
}

.ind-yellow-header {
    color: #fff;
    background: #FCBF29;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}


.ind-yellow-border {
    border: 1px solid rgba(245, 105, 87, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-yellow-box {
    background-color: #fffed8;
    padding: 10px 15px;
}

/*PURPLE INDUSTRY GUIDE*/

.ind-header.purple::before {
    border-top: 1px dashed #e27a78;
}

.ind-purple .standfirst {
    color: #e27a78;
}

.dotted-purple {
    border: none;
    border-top: 1px dashed #e27a78;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}

.ind-purple,
.ind-purple h3 {
    color: #e27a78 !important
}

.ind-purple-header {
    color: #fff;
    background: #e27a78;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}


.ind-purple-border {
    border: 1px solid rgba(245, 105, 87, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-purple-box {
    background-color: #f6f4f9;
    padding: 10px 15px;
}

.ind-header.purple {
    background-color: #e27a78;
}

.purple {
    color: #e27a78 !important;
}

/*Brown INDUSTRY GUIDE*/
.ind-header.brown {
    background-color: #84694e;
}

.ind-header.brown::before {
    border-top: 1px dashed #84694e;
}

.ind-brown-box {
    background-color: #f0f5fb;
    padding: 10px 15px;
}

.ind-brown,
.ind-brown h3,
.brown {
    color: #84694e !important;
}

.ind-brown .standfirst {
    color: #84694e;
}

.dotted-brown {
    border: none;
    border-top: 1px dashed #84694e;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}


.ind-brown-border {
    border: 1px solid rgba(245, 105, 87, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-brown-box {
    background-color: #fff6ef;
    padding: 10px 15px;
}

.ind-brown-header {
    color: #fff;
    background: #84694e;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}


/*ORANGE INDUSTRY GUIDE*/


.ind-orange,
.ind-orange h3,
.orange {
    color: #e75b12 !important;
}

.ind-orange .standfirst {
    color: #e75b12;
}

.dotted-orange {
    border: none;
    border-top: 1px dashed #e75b12;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}


.ind-orange-border {
    border: 1px solid rgba(245, 105, 87, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-orange-box {
    background-color: #fff6ef;
    padding: 10px 15px;
}

.ind-orange-header {
    color: #fff;
    background: #e75b12;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}


/*PINK INDUSTRY GUIDE*/


.ind-pink,
.ind-pink h3,
.pink {
    color: #834a6f !important;
}

.ind-pink .standfirst {
    color: #834a6f;
}

.dotted-pink {
    border: none;
    border-top: 1px dashed #834a6f;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}


.ind-pink-border {
    border: 1px solid rgba(245, 105, 87, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-pink-box {
    background-color: #fbeff1;
    padding: 10px 15px;
}

.ind-pink-header {
    color: #fff;
    background: #834a6f;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}

.ind-header.pink {
    background: #834a6f;
}

/*GREEN INDUSTRY GUIDE*/


.ind-green,
.ind-green h3 {
    color: #3b8c87 !important;
}

.ind-green .standfirst {
    color: #3b8c87;
}

.dotted-green {
    border: none;
    border-top: 1px dashed #3b8c87;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}


.dotted-green2 {
    display: none;
}

.ind-green-header {
    color: #fff;
    background: #3b8c87;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}


.ind-green-border {
    border: 1px solid rgba(33, 181, 133, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-green-box {
    background-color: #f3f6ef;
    padding: 10px 15px;
}


/*SALETY INDUSTRY GUIDE*/


.ind-salety,
.ind-salety h3,
.salt,
.salety {
    color: #006d77 !important;
}

.ind-salety .standfirst {
    color: #006d77;
}

.dotted-salety {
    border: none;
    border-top: 1px dashed #006d77;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 24px;
    z-index: -1;
}

.ind-header.salety {
    background: #006d77;
}

.dotted-salety2 {
    display: none;
}

.ind-salety-header {
    color: #fff;
    background: #006d77;
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
    z-index: 999;
}


.ind-salety-border {
    border: 1px solid rgba(33, 181, 133, 0.1) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ind-salety-box {
    background-color: #f2f9f2;
    padding: 10px 15px;
}


.ind-fc-number {

    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 40px;
    margin-bottom: -1px;
}


@media screen and (max-width: 798px) {
    .mt1 {
        margin-top: 0rem;
    }

    .ind-blue-header {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .ind-grey-box,
    .ind-green-box,
    .ind-orange-box,
    .ind-yellow-box,
    .ind-lblue-box,
    .ind-blue-box {
        background-color: #ffffff !important;
        padding: 0px !important;
    }

    .ind-orange-header {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .dotted-orange2 {
        border: none;
        border-top: 1px dashed #e75b12;
        color: #fff;
        background-color: #fff;
        height: 1px;
        width: 100%;
        position: relative;
        top: 24px;
        z-index: -1;
        display: block !important;
    }

    .ind-green-header {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }


}


/*end of industry guide*/


/* Accordion CSS */


/*read-feature link*/

a.link-goto {
    margin: 0 3px;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 30px;
    background-color: #707dcc;
    top: -7px;
    letter-spacing: .03em;
    position: relative;
    line-height: 1.2;
    font-family: 'Mukta', sans-serif;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out;
}

a.link-goto.btn-tur {
    background-color: #49c5cc
}

a.link-goto:hover {
    background-color: #4c59a9;
}

a.link-goto.btn-tur:hover {
    background-color: #35aab1
}

.contents-page {
    padding-bottom: 0px;
}

.contents-page h1 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
    padding-top: 20px;
    color: #0d1e2f;
    text-transform: uppercase;
}


/*scholarship class*/

.guide-info {
    width: 90%;
    padding-bottom: 100px;
    height: 100%;
}

.guide-info h1 {
    font-size: 24px;
    font-weight: 700;
}

.guide-info h2 {
    font-size: 20px;
    display: inline-block;
    width: 70%;
    padding-top: 30px;
    /*margin-top: -20px;*/
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 400;
    color: #5e6ab4;
    line-height: 1.25;
    margin-top: 1em;
    font-size: 2.3em;
    margin-bottom: 5px;
    letter-spacing: 0em;
    font-family: 'Kanit', sans-serif;
}

.guide-info.courses h2 {
    color: #07cdd8;
}

.guide-info h2 span,
.guide-info h3 span {
    font-size: 20px;
    width: 100%;
    line-height: 1.35;
    display: block;
    text-transform: none;
    letter-spacing: .06em;
    padding-top: 5px;
}

.guide-info h2 span.subhead {
    font-size: 12px !important;
    font-style: italic;
    letter-spacing: .0em;
}

.guide-info h3 span.subhead {
    font-size: 14px !important;
    font-style: italic;
    letter-spacing: .0em;
}

.guide-info .collapse a {
    color: #0068b1;
}

.guide-info .collapse a:hover {
    text-decoration: underline;
}

.no-scholarship-listing {
    min-height: 800px;
    height: 100%;
}

span.cell-break {
    display: block;
    width: 150px;
    background-color: #f16663;
    margin: 0 auto;
    height: 3px;
}


/*contents*/

.contents-page-standfirst {
    border-bottom: 5px solid #faad00;
    padding-bottom: 10px;
}

.contents-page-standfirst {
    border-bottom: 2px solid #dedede;
    margin-bottom: 3rem;
}

.contents ul {
    margin: 0;
    padding-left: 1em;
}

.contents ul li {
    list-style-type: none;
}

.listing-wrapper {
    margin: 0.5em 0 0;
    padding: 0 1em;
}

.listing-wrapper h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 0.2em;
    letter-spacing: .02em;
    font-weight: 500;
    text-transform: uppercase;
}

.heading-1 {
    color: #1252a9;
}

.heading-2 {
    color: #2e2b84;
    margin-left: 2.2em !important;
}

.heading-3 {
    color: #418be4;
    margin-left: 1.6em !important;
}

.intro h3 {
    font-size: 40px;
}

.cover-thumb1 {
    width: 230px;
    margin-bottom: 20px;
}

.listing-content ul {
    margin-left: 0;
}

.listing-content ul li a {
    text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
    .listing-content ul {
        margin-left: -14px !important;
    }
}

ul.listing.features {
    padding-left: 26px;
    padding-right: 26px;
}

ul.listing li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    margin: 8px 0 8px 1rem;
    position: relative;
}

ul.listing li a {
    text-decoration: none !important;
}

ul.listing li a:hover .org-name {
    /*color:#ff0000;*/
}

ul.listing.regulars li a:nth-child(1):hover .org-title {
    color: #2e2b84;
}

ul.listing.features li a:nth-child(1):hover .org-title {
    color: #418be4;
}

.thumbnail img {
    width: 100%;
    margin-bottom: 7px;
}

.org-item {
    position: relative;
    padding-bottom: 5px;
    width: 85%;
    text-align: left;
}

.org-item span.org-name {
    display: block;
    text-align: left;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #e97683;
}

ul.features .org-item span.org-name {
    color: #418be4;
}


.org-item span.org-title {
    font-family: 'Mukta', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #333;
    font-size: 17px;
}

.link-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 33px;
    border: 2px solid #fdeabd;
}


.link-btn .fas,
.btn-click .fas {
    color: #495057;
    font-size: 15px;
    line-height: 0.9;
    padding: 10px 0;
    /*text-shadow: 0 0 3px rgba(0,2,1,0.1);*/
}

a.link-btn {
    text-decoration: none;
}

a.link-btn:hover .fas {
    color: #f4ad09;
}

a.link-btn.edu:hover .fas {
    color: #00a4af;
}

.btn-click {
    background-color: #fff;
    border-radius: 33px;
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    border: 2px solid #fdeabd;
}

.btn-click.edu {
    border: 2px solid #aedde1;
}

.btn-click .fas {
    color: #495057;
    font-size: 16px;
}

.legend {
    display: block;
    float: right;
    padding: 15px 20px 10px 0;
    border: 2px dotted #ccc;
    border-radius: 6px;
}

.legend h5 {
    margin: 0 0 5px 15px;
}

.legend ul li {
    display: block;
    margin-bottom: 0.5em;
}

.contents .clear {
    margin-bottom: 2em;
}

.credit-list {
    margin-bottom: 1em;
}

.credit-list ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.credit-list ul li {
    line-height: 1.3;
    font-size: 14px;
}

.credit-list ul b {
    font-family: 'Mukta', sans-serif;
    letter-spacing: .02em;
    font-size: 13px;
    font-weight: 700;
}

.contents-page .cover-thumb {
    margin-bottom: 2em;
    display: inline-block;
}

.credit-list h5 {
    font-family: 'Kanit', sans-serif;
}


/*end of contents*/

.no-scholarship-listing h3 {
    padding-top: 2em;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #888888;
    margin: 0 30px;
}

.custom {
    width: 70%;
    padding-left: 7px;
    display: inline-block;
}

.custom-2 {
    width: 26%;
    display: inline-block;
}

.footer-custom {
    width: 60%;
    display: inline-block;
    margin-left: -4px;
}

.footer-custom-2 {
    width: 40%;
    display: inline-block;
}


/*added july 2019 - bsp july emag*/

.portrait-details {
    padding-bottom: 15px;
    max-width: 46%;
}

.portrait-details p {
    width: 100%;
    max-width: 100%;
}

.answer-name {
    font-family: 'Kanti', sans-serif;
    font-size: 0.8em;
    color: #000000;
    line-height: 1.3;
    /* text-transform: uppercase; */
    letter-spacing: .06em;
    font-weight: 500;
    padding-right: 10px;
    font-style: italic;
}

.portrait-details strong,
.portrait-candidate strong,
.landscape-details strong,
.landscape-candidate strong {
    background: none;
    color: #000;
}

p.caption,
span.caption {
    font-family: 'Mukta', sans-serif;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 0;
    font-weight: 400;
    display: block;
    color: #418be4;
    border-bottom: 0;
}

p.caption:after,
span.caption:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #418be4;
    display: block;
    margin-top: 12px;
}

span.joint {
    display: inline-block;
}

span.caption1 {
    font-size: 10px;
    font-family: 'Mukta', sans-serif;
    font-style: italic;
    color: #bfbfbf;
    line-height: 1.25;
    letter-spacing: .03em;
    display: inline-block;
    padding-bottom: 5px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: rgba(245, 79, 55, 0.3);
}

.styled-checkbox:hover+label:before {
    background: #f54f37;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #f54f37;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.unstyled {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
}

.unstyled li {
    margin: 20px 0;
}

.centered {
    width: auto;
    margin: auto;
}

.early-bird {
    margin-left: 0 !important;
    width: 100%;
}

.guide-info .grid-6 {
    margin: 0 auto;
    text-align: center;
}

.standfirst.border-top {
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.bg-features .standfirst.border-top {
    border-bottom: 5px solid #0d1e2f;
}

.early-bird .clear {
    border-top: 1px solid #2e2b84;
    margin: 20px 0;
}

.early-bird b {
    word-wrap: break-word;
    letter-spacing: 0em;
}

.early-bird h3,

.segment-home .item-text h3 {
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    color: #207168;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.early-bird h3 a {
    padding: 2px 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border-radius: 40px;
}

.early-bird h3 a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.segment-home .item-text h3 {
    margin: 0.3em 0 0 !important;
    color: #000;
    text-transform: none;
}

/* Update 20231025 Start */

.novj .btm-bm-signup {
    width: 100% !important;
}

/* Update 20231025 End */

@media screen and (max-width: 992px) {

    .early-bird h3,
    .early-bird h3 a,
    .segment-home .item-text h3 {
        font-family: 'Kanit', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
    }

    .ind-orange h3,
    .ind-blue h3,
    .ind-green h3 {
        font-size: 17px;
    }
}

.bg-features .item-text h3 {
    color: #000;
    text-transform: none;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
}

.segment-home h5 {
    color: #549ec6;
    margin-top: 0.6em;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
}

.bg-features .segment-home h5 {
    color: #418be4;
}

.segment-home {
    min-height: 500px;
    padding-bottom: 3em;
}

@media screen and (min-width:1200px) and (min-height:1136px) {
    .segment-home {
        min-height: 600px;
    }
}

.wrap-eb {
    padding: 10px 13px;
    height: 100%;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
    display: inline-block;
}

.wrap-eb p {
    margin-bottom: 0.5rem;
    color: #888183;
}

.wrap-eb>.item-img img {
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.wrap-eb:hover>.item-img img {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
}

.wrap-eb:after {
    content: '';
    width: 0px;
    height: 100%;
    min-height: 500px;
    background-color: rgba(0, 0, 0, .05);
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
}

.cover-col.bar .wrap-eb.read {
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    margin: 5px;
    letter-spacing: .03em;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
    border-top: 0;
    width: 220px;
    border: 2px solid #25285E;
}

.cover-col.bar .wrap-eb.read.btn1 {
    background-color: #25285E;
}

.cover-col.bar .wrap-eb.read.btn2 {
    color: #2e2b84;
    font-weight: 600;
}

.main-feat.cover-text2 .wrap-eb {
    margin-left: 1rem;
    margin-top: 1.5em;
}

.item-img {
    border: 1px solid #f2f2f2;
    background-color: #000;
}

.item-img img {
    width: 100%;
    height: auto;
    display: block;
}


.item-text {
    margin-bottom: 10px;
}

.item-text h3,
.item-text h3>span {
    color: #2e2b84;
    font-weight: 500;
    line-height: 1.4;
    margin: 0.6em 0;
}

.item-text h3>span {
    display: inline;
    white-space: pre;
    font-size: 24px;
    margin: 0;
    letter-spacing: 0;
    padding-top: 0;
    text-transform: uppercase;
}

span.low-case {
    text-transform: none !important;
}

.item-text p {
    font-size: 0.9rem;
}

.gutters .grid-9 {
    margin-left: 1%;
}

@media screen and (max-width:992px) {
    .grid-18.whole.body-text {
        margin-left: 3.5em;
    }

    .segment-home>.grid-9.half {
        width: 98%;
    }

    .segment-home .grid-9.grid-item {
        width: 48%;
        vertical-align: top;
        display: inline-block;
    }

}

@media screen and (max-width:768px) {
    .early-bird .clear {
        border-top: 0;
    }
}


/*End */

@media screen and (max-width:1440px) {
    .cag-postit {
        margin-top: 0px;
    }

    .remodal img {
        width: 96% !important;
    }
}

@media screen and (max-width:1280px) {
    .content-fixed-width {
        max-width: 100%;
        width: auto;
    }

    .gutters {
        margin: 0;
    }

    .guide-info h2 {}

    .cover-text {
        padding-top: 0;
    }

    .cover-text h3 {
        font-size: 20px;
    }

    .magazine-name a {
        left: 3em;
    }
}

@media screen and (max-width: 1024px) {
    .header.fluid {
        width: 90%;
        margin: 0;
        margin-left: 5%;
        text-align: right;
        display: inline-block;
    }

    .logo img {
        right: 0;
    }

    .magazine-name a {
        left: 0.8rem;
    }

    .cag-postit {
        margin-bottom: 10px;
    }

    .content-fixed-width {
        max-width: 960px;
    }

    .header-fixed-width {
        max-width: 920px;
        padding-left: 30px;
    }

    .cover-mag-logo {
        width: 78%;
    }

    .body-text p,
    .body-text ul,
    .body-text ol,
    .editor-notes p,
    h1.subhead,
    .infobox {
        margin-left: 0;
    }

    .body-text .infobox p {
        margin-left: 0;
    }

    .body-text p {
        padding-right: 5%;
    }

    .portrait-candidate p {
        padding-right: 0;
        margin-left: 0;
    }

    .article-masthead h1 {
        max-width: 100%;
    }

    .article-masthead h1,
    h1.second-h1 {
        font-size: 3rem;
    }

    .quote {
        margin: 1rem auto 2.5rem;
        width: 90%;
        line-height: 1.3;
    }

    .no-microsite a,
    .client-ad img {
        width: 100%;
        max-width: 200px;
    }

    .bm-signup a,
    .view-job {
        max-width: 90%;
        width: 66%;
    }

    .bm-signup a:before,
    .view-job:before {
        margin-right: 0;
    }

    .switch a {
        padding: 0.4rem 1rem;
        font-size: 0.7rem;
        position: relative;
        bottom: 7px;
    }
}

@media screen and (min-width:769px) and (max-width:50em) {
    .gutters .grid-12 {
        width: 64.6666666% !important;
        display: inline-block;
        float: left;
    }

    .gutters .grid-6 {
        width: 31.3333333% !important;
        display: inline-block;
        vertical-align: top;
    }

    .no-microsite a,
    .client-ad img {
        width: 100%;
        /*max-width:230px;*/
    }

    .bm-signup a,
    .view-job,
    {
    width: 80%;
}
}


/* ----------- iPad 3, 4 and Pro 9.7" ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .content-fixed-width {
        min-height: 100%;
    }

    .bg-special {
        min-height: 1080px;
    }

    .magazine-name {
        overflow: visible;
        width: 70%;
    }

    .logo {
        width: 30%;
    }

    .copy {
        float: none;
        padding-top: 0px;
    }

    .footer {
        height: 55px;
        padding: 0;
        width: 92%;
        margin: 0 auto;
        background-color: #fff;
        color: #666;
    }

    .footer .container {
        padding-right: 0;
    }
}


@media screen and (max-width:1000px) {
    .hide-mob {
        display: none !important;
    }
}

@media screen and (max-width:800px) {
    .wrap-eb {
        padding: 0.6rem 2% 0;
    }

    .grid-9.half-w {
        width: 48%;
        display: inline-block;
    }

    .cover-text2.bdr-1 {
        border: none;
        min-height: auto;
    }

    .item-text p {
        padding-left: 0px;
    }

    .item-text {
        min-height: auto;
        margin: 0 auto 20px;
        max-width: 440px;
    }

    .item-img {
        background-color: #ffffff;
        max-width: 450px;
        margin: 0 auto;
        overflow: hidden;
    }

    .item-img img {
        margin: 0 auto;
        width: 110%;
        margin-left: -10%;
    }

    .cover-logo img {
        max-width: 350px;
        margin-bottom: 1em;
    }

    .cover-graphic img {
        width: 90%;
        min-width: 600px;
    }

    .mag-cover {
        margin: 0 auto;
    }

    .cover-text {
        float: none;
        display: block;
        padding: 0 15px 30px;
        margin: 0 auto;
        width: 100%;
    }

    .cover-text h1.title {
        font-size: 2.6rem;
        line-height: 1.1;
        margin: 0.6em auto;
    }

    .cover-text2 {
        margin: 0 auto;
        float: none;
    }

    .cover-text2 h3 {
        margin-bottom: 0.5em;
    }

    .feature-tip {
        width: 90%;
        margin: 0 auto;
    }

    .feature-tip .grid-9 {
        width: 100%;
    }

    .cover-blurbs {
        max-width: 100%;
    }

    .feature-tip .grid-9 {
        width: 49%;
        display: inline-block;
        float: left;
        clear: right;
    }

    .editors-note .sub-col,
    .editors-note .text-col {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .editors-note .sub-col h3 {
        font-size: 3rem;
        margin-bottom: 1em;
    }

    figure.coffee img {
        max-width: 300px;
    }

    .credit-list .grid-6 {
        width: 33%;
        float: left;
        display: inline-block !important;
        clear: initial;
    }

    .credit-list h4 {
        font-size: 17px;
    }

    .link-btn {
        right: 0px;
    }

    .grid-9.grid-item {
        width: 48%;
        float: left;
        margin-left: 2% !important;
        clear: right;
        vertical-align: top;
        display: inline;
    }

    .guide-info .grid-9.half.grid-item {
        width: 100%;
        float: none;
    }

    .grid-18.whole.body-text {
        margin-left: 0;
    }

    .legend {
        margin-right: 0px;
        padding: 0;
        border: none;
    }

    .feat-img img {
        width: 126%;
        margin-left: -14%;
    }

    .gutters {
        padding: 0 6%;
    }

    .article-masthead span.byline {
        padding-right: 2%;
        padding-left: 0;
        margin: 0;
    }

    .landscape-candidate .tips,
    .portrait-candidate .tips {
        width: 90%;
        margin: 0 auto;
    }

    .portrait-candidate.move-up {
        float: left;
    }

    .early-bird-standfirst {
        padding: 0 0 10px !important;
        width: 98% !important;
    }

    .organisation-name span {
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 6px;
    }

    .org-item span.org-title {
        font-size: 15px;
        line-height: 1.2;
    }

    .grid-9.content-features {
        width: 47% !important;
        display: inline-block;
        float: left;
        clear: right;
    }

    .contents ul {
        padding-left: 0;
    }

    .contents ul.listing {
        margin-bottom: 2.5em;
    }

    .listing-wrapper {
        max-width: auto;
        margin: 0 auto 0.5em;
    }

    .listing-wrapper h2.heading-1 {
        margin-left: 0em !important;
    }

    .listing-wrapper h2.heading-4,
    .listing-wrapper h2.heading-5 {
        margin-left: 0.3em !important;
    }

    .heading-1,
    .heading-2,
    .heading-3,
    .heading-4,
    .heading-5,
    .heading-6 {
        max-width: 440px;
        margin: 0 auto;
    }

    .heading-2,
    .heading-3 {
        margin-left: 0 !important;
    }

    ul.listing.features {
        padding-left: 0;
        padding-right: 0;
    }
}


/*end of 800px*/

@media screen and (max-width:768px) {
    body {
        /* Location of the image */
        /*background-image: url(../img/ipad-portrait.jpg);
		  /* Image is centered vertically and horizontally at all times */
        background-position: bottom center;
        /* Image doesn't repeat */
        background-repeat: no-repeat;
        /* Makes the image fixed in the viewport so that it doesn't move when 
			 the content height is greater than the image height */
        background-attachment: fixed;
        /* This is what makes the background image rescale based on its container's size */
        background-size: cover;
        -webkit-text-size-adjust: none;
    }

    .landscape-cag {
        display: none;
    }

    .portait-cag {
        display: block;
    }

    .mobile-cag {
        display: none;
    }

    .cag-postit {
        padding: 1em;
        margin-bottom: 0;
    }

    .header.fluid {
        width: 92%;
        margin: 0;
        text-align: right;
        float: right;
    }

    .magazine-name {
        /*max-width: 300px;*/
        overflow: visible;
        width: 40%;
    }

    .body-text p,
    .body-text ul,
    .body-text ol,
    .editor-notes p {
        padding: 0;
    }

    .body-text .infobox p {
        padding: 0;
    }

    .logo {
        max-width: 200px;
        text-align: right;
        padding-right: 20px;
        float: right;
        width: 100%;
    }

    .ipad {
        display: block;
    }

    .sticky_column {
        display: block;
        position: relative;
    }

    .sticky_column .bm-signup,
    .sticky_column .view-job {
        display: none !important;
    }

    .ribbon-wrapper {
        display: none;
    }

    .bottom-sticky {
        position: fixed;
        z-index: 9999;
        width: 92%;
        bottom: 0px;
        color: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .header-fixed-width {
        max-width: 660px;
        padding-left: 55px;
    }

    /*AMENDED*/
    .content-fixed-width {
        /*margin-bottom: 50px;
			min-height:900px;*/
    }

    .footer-link-wrap {
        margin-bottom: 30px;
    }

    .segment-home+.footer-link-wrap {
        margin-bottom: 70px;
        font-size: 2.5em;
        line-height: 1.3em;
    }

    .coverpage {
        top: 100px;
    }

    .footer .sharefb {
        position: absolute;
        left: 30px;
        bottom: 170px;
        border: 1px solid #0cabde;
        padding-left: 0;
        border-radius: 20px;
        color: #0cabde;
        padding: 3px;
        max-width: 140px;
        right: 30px;
        margin: 0 auto;
        background-color: #fff;
    }

    .segment-home .footer .sharefb {
        display: none;
    }

    span.label {
        color: #0cabde;
        padding: 0 5px 0 10px;
    }

    .footer a.icon-facebook {
        margin-right: 2px;
        border-radius: 15px;
        top: 1px;
    }

    /*AMENDED*/
    .btm-org-name {
        background: #eee;
        color: #000;
        height: 20px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-weight: 400;
        font-family: 'Mukta', sans-serif;
        line-height: 1.8;
        font-size: 10px;
        border-radius: 15px 15px 0 0;
    }

    .btm-bm-signup {
        display: inline-block;
        background: #e35639;
        padding: 8px 0;
        width: 50%;
        text-align: center;
        float: left;
    }

    .bg-regular {
        background: #e1a063;
    }

    /* Update 20231025 Start */
    .btm-view-job,
    .btm-no-scholarship-microsite {
        display: inline-block;
        background: rgb(5, 80, 200);
        padding: 8px 0;
        width: 50%;
        margin-left: 0;
        text-align: center;

    }

    .btm-view-job {
        float: left;
    }

    /* Update 20231025 End */
    .btm-bm-signup a,
    .btm-view-job a,
    .btm-no-scholarship-microsite a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: 'Mukta', sans-serif;
    }

    .btm-no-scholarship-microsite {
        background: #666;
    }

    .article {
        margin: 0 auto;
        padding: 1rem 0;
        width: 100%;
        box-sizing: border-box;
    }

    .article.regulars {
        padding-top: 13px;
    }

    .article-space {
        max-width: 150px;
    }

    .body-text {
        padding: 0px 0 170px;
        box-sizing: border-box;
        min-width: 70%;
        margin: 0 auto;
        font-size: 1.0em;
    }

    .body-text.nopb {
        padding-bottom: 0.5em !important;
    }

    .body-text.addpb {
        padding-bottom: 170px !important;
    }

    .standfirst {
        padding: 0px;
        padding-bottom: 5px;
        width: 100%;
        margin: 0 auto;
        line-height: 1.2;
        margin-bottom: 1.4em;
    }

    .early-bird-standfirst {
        padding: 0 0 10px !important;
        margin-left: 5% !important;
        width: 90% !important;
    }

    .early-bird-standfirst span {
        width: 90%;
        display: block;
    }

    .early-bird h3 {
        font-size: 18px;
        margin-left: -20px;
    }

    .btn-click {
        margin-left: 20px;
    }

    .cover-icon .btn-click {
        margin-left: 0;
    }

    h1.subhead {
        line-height: 1.5;
    }

    .organisation-name span {
        padding-left: 0px;
        display: inline-block;
    }

    .article-category span {
        padding-right: 0;
        position: absolute;
        right: 10%;
        top: 77px;
        font-size: 0.7rem;
    }

    .footer-link-wrap {
        margin-bottom: 15px;
    }

    .segment-home .footer-link-wrap {
        margin-bottom: 70px;
    }

    .portrait-candidate img {
        padding-right: 20px;
    }

    .portrait-details {
        float: left;
        max-width: 370px;
        padding-right: 15px;
    }

    .portrait-details p {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        margin-top: 15px;
        margin-left: 0px;
        margin-bottom: 20px;
        width: 370px;
        max-width: 370px;
    }

    .article-category {
        font-size: 12px;
        margin-top: 2px;
    }

    .organisation-name {
        font-size: 14px;
        margin-top: 25px;
        width: 80% !important;
    }

    .portrait-candidate img {
        max-width: 310px;
        margin: 0 auto;
    }

    .portrait-candidate p {
        max-width: 310px;
        line-height: 1.3 !important;
        font-size: 13px;
        padding-bottom: 1em;
        padding: 0 0 10px !important;
    }

    .scholarship-listings {
        text-align: left;
        font-size: 18px;
        margin: 0px;
        text-align: center;
    }

    .guide-info {
        width: 90%;
        margin-bottom: 70px;
    }

    .scholarship-table h1,
    .contents-page h1 {
        font-size: 30px;
        line-height: 1.15;
        padding-bottom: 14px;
        margin: 0;
    }

    .contents-page h1 {
        margin: 0 15px 0 25px;
    }

    .guide-info h1 {
        font-size: 24px;
        font-weight: 700;
        width: 80%;
    }

    .guide-info h2 {
        margin: 2rem auto 0;
        font-size: 1.8em;
        letter-spacing: -0.01em;
        display: inline-block;
        width: calc(79% - 1rem);
        padding-left: 1rem;
        padding-top: 20px;
        font-weight: 500;
        position: relative;
    }

    .guide-info h2 span,
    .guide-info h3 span {
        font-size: 1.2rem;
        letter-spacing: .02em;
    }

    p.switch {
        display: inline-block;
        width: 30%;
        position: relative;
        margin-bottom: 1rem;
        right: 0;
        bottom: 30px;
        float: right;
    }

    .switch a {
        padding: 0.4rem;
        font-size: 0.6rem;
    }

    .ipad-footer {
        display: block;
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
        border-radius: 13px 13px 0 0;
    }

    .scholarship-table-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 30px;
        line-height: 30px;
        width: 100%;
        background: #000;
    }

    .listing-wrapper {
        margin: 1.5em 1em 2em 1em;
    }

    .grid-18>.listing-wrapper {
        margin-bottom: 0 !important;
    }

    .copy {
        float: none;
        padding-top: 0px;
    }

    .footer {
        height: 55px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        color: #666;
    }

    .footer .container {
        padding-right: 0;
        width: 92%;
    }

    .unstyled li {
        margin: 10px 0;
    }

    p.ref {
        padding-left: 0;
    }

    p.ref,
    ul.stories {
        margin-left: 16% !important;
    }

    .client-ad {
        max-width: 100px;
        border: none;
        float: none;
    }

    .client-ad img {
        max-width: 90px;
        position: absolute;
        right: 35px;
        margin: 0 auto;
        bottom: 110px;
    }

    .remodal img {
        max-width: 650px;
        margin-top: 10%;
        position: relative;
    }

    .remodal-close {
        top: 3%;
        right: 0;
        margin: 0 auto;
        left: 0;
        position: absolute;
    }

    .wrap-eb p {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:768px) {
    .credit-list ul {
        margin-top: .5em !important;
    }

    .cag-vid {
        margin-top: -80px;
        margin-bottom: 220px;
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }

    iframe {
        margin-bottom: 20px;
        width: 100%;
        height: 300px;
    }

    .article-masthead h1 {
        position: relative;
        top: 0%;
        bottom: 0;
        left: -5px;
        width: 96%;
        max-width: 96%;
        line-height: 1.1;
    }

    .article-masthead h1:after {
        content: '';
        clear: both;
        display: block;
    }

    .article-masthead h1>br,
    h1.second-h1>br {
        display: none;
    }

    .article-masthead h1,
    h1.second-h1 {
        color: #0f1e2f;
        padding: 0px 0.5% 0 0;
        text-shadow: none;
        line-height: 1.1;
        text-transform: none;
        display: inline-block;
        width: 98%;
        font-size: 2.6rem;
        margin-bottom: 0.5rem;
    }

    .article-masthead h1 span.byline,
    h1.second-h1 span.byline {
        background: #ffffff;
        font-size: 13px;
        color: #0f1e2f;
        padding: 0;
        letter-spacing: 0.02em;
        text-transform: none;
        border-radius: 0;
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        bottom: 0px;
        padding-top: 5px;
    }

    .article-masthead {
        padding-top: 2.5em;
    }

    .article-masthead.second-h1 h1 {
        left: 0;
    }

    .body-text p,
    .body-text ul,
    .body-text ol,
    .editor-notes p h1.subhead {
        margin-left: 0;
    }

    .body-text p {
        line-height: 1.5;
        font-size: 1.15em;
        letter-spacing: 0em;
    }

    .landscape-candidate p,
    .portrait-candidate p {
        font-size: 12px;
        line-height: 1.4;
        padding-bottom: 1em;
    }

    .portrait-candidate.mobile-stretch {
        width: auto;
        margin-top: -10px;
    }

    .magazine-name a {
        display: block;
    }

    li.show-mobile {
        display: block;
    }

    .cover-graphic img {
        width: 100%;
        min-width: auto;
    }

    .standfirst {
        font-size: 1.3em;
    }

    .opening {
        padding-top: 0;
        line-height: 1.2;
    }

    li.show-mobile {
        display: block !important;
    }

    a.link-goto {
        margin: 0 3px 0 0;
        font-size: 13px;
        padding: 3px 10px;
        top: -5px;
        line-height: 1.4;
    }


}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    /* Styles */
    body {
        /* Location of the image 
  background-image: url(../img/mobile.jpg);
  /* Image is centered vertically and horizontally at all times */
        background-position: bottom center;
        /* Image doesn't repeat */
        background-repeat: no-repeat;
        /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
        background-attachment: fixed;
        /* This is what makes the background image rescale based on its container's size */
        background-size: cover;
        -webkit-text-size-adjust: none;
    }

    .landscape-cag {
        display: none;
    }

    .portait-cag {
        display: none;
    }

    .mobile-cag {
        max-width: 120px;
        display: block;
    }

    .blurb-wrapper h1 {}

    .mobile {
        display: block;
        margin: 0 auto;
    }

    .header.fluid {
        width: 85%;
        margin: 0;
        text-align: right;
        float: right;
    }

    .header-fixed-width {
        min-width: 320px;
        width: 100%;
    }

    .organisation-name {
        background: #C00;
        text-align: center;
        color: #fff;
    }

    .article-category {
        text-align: left;
        font-size: 13px;
        padding-left: 10px;
    }

    .bottom-sticky {
        position: fixed;
        width: 100%;
        bottom: 0px;
        color: #fff;
    }

    .btm-org-name {
        background: #eee;
        color: #000;
        height: 25px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-weight: 700;
    }

    .custom-btm-org-name {
        height: 50px;
    }

    .btm-bm-signup {
        display: inline-block;
        background: #0cabde;
        padding: 7px 0;
        width: 50%;
        text-align: center;
    }

    .btm-view-job,
    .btm-no-scholarship-microsite {
        display: inline-block;
        padding: 7px 0;
        width: 50%;
        margin-left: -4px;
        text-align: center;
    }

    .btm-bm-signup a,
    .btm-view-job a,
    .btm-no-scholarship-microsite a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .btm-no-scholarship-microsite {
        background: #666;
    }

    .magazine-features {
        width: 74%;
        display: inline-block;
        padding-left: 10px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .magazine-pagination {
        text-align: center;
        width: 20%;
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 7px;
        background: #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #eee;
    }

    .magazine-pagination a {
        background: #ccc;
        display: inline-block;
        color: #333;
        margin-left: 0px;
        padding: 3px 0;
    }

    .magazine-pagination a.left,
    .magazine-pagination a.last {
        background: none;
        border-right: 1px solid #999;
        display: inline-block;
        color: #666;
        margin-left: -4px;
        width: 55%;
        text-align: center;
    }

    .magazine-pagination a.last {
        border: 0px;
    }

    .magazine-pagination a.right {
        background: none;
        margin-left: -4px;
        display: inline-block;
        color: #666;
        margin-left: 0px;
        width: 45%;
        text-align: center;
    }

    .article {
        margin: 0 auto;
        padding: 13px;
        width: 100%;
        box-sizing: border-box;
    }

    .body-text {
        padding: 0px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
        line-height: 1.35em;
    }

    .body-text p,
    .body-text ul,
    .body-text ol,
    .editor-notes p {
        margin-left: 0px;
    }

    .footer-navi {
        margin-bottom: 50px;
        border-top: 1px solid #eee;
    }

    .collapse table {
        margin-left: 13px;
        margin-bottom: 30px;
        margin-top: 10px;
        width: 90%;
    }

    .collapse td.table-title {
        font-weight: 700;
        text-align: left;
    }

    .scholarship-table h1 {
        text-align: center;
        font-size: 34px;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .editor-notes p {
        margin: 0 auto;
        font-size: 10px;
    }

    .editor-notes h1 {
        font-size: 35px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .no-scholarship-listing {
        text-align: center;
    }

    .no-scholarship-listing h3 {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 600px) {

    .portrait-candidate,
    .landscape-candidate {
        float: none;
        margin: 30px auto;
        clear: both;
        max-width: 310px;
    }

    .landscape-candidate {
        max-width: 380px;
    }

    .cover-text2 {
        padding-top: 0;
        width: 95%;
    }

    .editors-note .cover-text2 {
        width: 80% !important;
    }

}

@media only screen and (max-width: 480px) {

    /* Styles */
    body {
        /* Location of the image 
	  background-image: url(../img/mobile.jpg);
	  /* Image is centered vertically and horizontally at all times */
        background-position: bottom center;
        /* Image doesn't repeat */
        background-repeat: no-repeat;
        /* Makes the image fixed in the viewport so that it doesn't move when 
		 the content height is greater than the image height */
        background-attachment: fixed;
        /* This is what makes the background image rescale based on its container's size */
        background-size: cover;
        -webkit-text-size-adjust: none;
    }

    .cover-mag-logo {
        margin-top: 15%;
    }

    .cover-blurbs {
        margin: 0 20px;
        max-width: 98%;
    }

    .blurb-wrapper h1 {
        font-size: 21px;
        color: #000;
        line-height: 1.2;
    }

    .blurb-wrapper h1 span {
        color: #000;
        line-height: 1.3;
        font-size: 15px;
    }

    iframe {
        width: 100%;
        height: 200px;
    }

    .mobile {
        display: block;
        margin: 0 auto;
        /*width:100% !important;*/
    }

    .header {
        height: 42px;
    }

    .header.fluid {
        width: 89%;
        margin: 0;
        text-align: right;
        float: right;
        height: 42px;
    }

    /*AMENDED*/
    .organisation-name,
    .article-category,
    .ipad,
    .ribbon-wrapper,
    .switch

    /*, .footer */
        {
        display: none;
    }

    /*.sticky_column, */
    .magazine-name a {
        font-size: 14px;
        width: 160px;
    }

    .footer-link-wrap a {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .footer-link-wrap a:hover,
    .footer-link-wrap a:visited {
        font-size: 0.8rem;
        font-weight: 600;
    }

    /*AMENDED*/
    .header-fixed-width {
        width: 85%;
    }

    .header a {
        left: 0;
        top: 0px;
    }

    .header a#hamburger {
        top: 5px;
    }

    .logo {
        text-align: left;
        padding-right: 0px;
        padding-top: 5px;
    }

    .logo a {
        top: -5px;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .organisation-name {
        background: #C00;
        text-align: center;
        color: #fff;
    }

    .organisation-name.clusters {
        color: #56be90;
    }

    .article-category {
        text-align: left;
        font-size: 13px;
        padding-left: 10px;
    }

    .bottom-sticky {
        position: fixed;
        width: 90%;
        left: 0;
        right: 0;
        bottom: 0px;
        color: #fff;
        z-index: 10001;
    }

    .footer {
        width: 100%;
        margin: 0 auto;
    }

    .btm-org-name {
        background: #fafbfc;
        color: #000;
        height: 20px;
        border-top: 1px solid #fff;
        text-align: center;
        font-weight: 400;
        font-size: 10px;
        line-height: 20px;
        letter-spacing: .03em;
        border-radius: 10px 10px 0 0;
        font-family: 'Mukta', sans-serif;
    }

    .custom-btm-org-name {
        height: 50px;
    }

    /* Update 20231025 Start */
    .btm-bm-signup {
        display: inline-block;
        background: #25285E;
        /*padding: 10px 0;*/
        width: 50%;
        text-align: center;
    }


    .btm-view-job {
        display: inline-block;
        width: 50%;
        margin-left: 0;
        text-align: center;
        float: left;
    }

    /* Update 20231025 End */
    .btm-bm-signup a,
    .btm-view-job a {
        display: block;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }

    .magazine-features {
        width: auto;
        display: inline-block;
        padding-left: 3px;
        font-size: 12px;
        width: 66%;
    }

    .magazine-features {
        font-family: 'Mukta', sans-serif;
        text-transform: uppercase;
        letter-spacing: -0.01em;
    }

    .magazine-pagination {
        text-align: center;
        width: 30%;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        background: #e4edf5;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: 1px solid #eee;
        box-shadow: 0 1px 1px #a7cad8;
    }

    .magazine-pagination a {
        background: #ccc;
        display: inline-block;
        color: #333;
        margin-left: 0px;
        padding: 6px 0;
        font-size: 20px;
    }

    .magazine-pagination a.left {
        background: none;
        border-right: 1px solid #a7cad8;
        display: inline-block;
        color: #0cabde;
        margin-left: 0;
        width: 45%;
        text-align: center;
    }

    .magazine-pagination a.last {
        background: none;
        border-right: none !important;
        display: inline-block;
        color: #0cabde;
        margin-left: 0;
        width: 45%;
        text-align: center;
    }

    .magazine-pagination a.right {
        background: none;
        margin-left: -4px;
        display: inline-block;
        color: #0cabde;
        margin-left: 0px;
        width: 45%;
        text-align: center;
    }

    .article {
        margin: 0 auto;
        padding: 13px;
        width: 100%;
        box-sizing: border-box;
    }

    .article-masthead img {
        max-width: 120%;
        margin-left: -10%;
    }

    .body-text {
        padding: 0px;
        padding-bottom: 7.5em;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        font-size: 1.0em;
        line-height: 1.40em;
        color: #222;
    }

    .infobox {
        margin-right: 3%;
        padding: 1.2rem 1rem;
    }

    .body-text p,
    .body-text ul,
    .body-text ol,
    .editor-notes p {
        margin-left: 0px;
    }

    .body-text p {
        font-size: 1.2em;
        font-weight: 400;
    }

    .body-text .infobox p {
        font-size: 1em;
    }

    .body-text p,
    h1.subhead.que,
    h1.subhead {
        padding: 0 0;
    }

    .landscape-candidate p,
    .portrait-candidate p {
        font-size: 12px;
        line-height: 1.4;
        padding-bottom: 1em;
    }

    .standfirst {
        padding: 0px;
        padding-bottom: 15px;
        width: 100%;
        margin: 0 auto;
        font-size: .9rem;
        border-bottom: none;
        margin-left: -1% !important;
    }

    h1.subhead {
        font-size: 20px;
        letter-spacing: 0;
        margin-left: 0;
        margin-bottom: 0.7em;
    }

    h1.subhead.up1 {
        font-size: 18px;
    }

    h1.subhead.que {
        letter-spacing: 0.01em;
    }

    .footer-navi,
    .regulars-footer-navi {
        margin-bottom: 70px;
        padding-bottom: 35px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .footer-navi>.magazine-features,
    .regulars-footer-navi>.magazine-features {
        visibility: hidden;
    }

    .footer-navi>.magazine-pagination,
    .regulars-footer-navi>.magazine-pagination {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .footer-link-wrap {
        margin-top: 4em;
    }

    #gototop {
        width: 20px;
        height: 20px;
        position: fixed;
        bottom: 78px;
        right: 30px;
    }

    .portrait-candidate.photo {
        max-width: 350px;
        width: 100%;
    }

    .portrait-candidate img {
        height: auto;
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .portrait-candidate p {
        max-width: 310px;
        line-height: 1.2;
        font-size: 12px;
    }

    .landscape-candidate .tips,
    .portrait-candidate .tips {
        margin: 0 auto;
        width: auto;
        text-align: center;
        padding: 1.5em;
    }

    .landscape-candidate .tips h2,
    .portrait-candidate .tips h2 {
        margin-bottom: 0.5rem;
    }

    .landscape-candidate .tips p {
        font-size: 0.7rem;
    }

    .portrait-candidate.t-wrap {
        margin: 0 auto;
    }

    .guide-info {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .guide-info h2 {
        font-size: 22px;
        display: inline-block;
        width: auto;
        padding-bottom: 10px;
        font-weight: 400;
        margin-left: 0;
        padding-left: 5px;
    }

    .guide-info h2 span {
        font-weight: 400 !important;
        letter-spacing: .03em;
        font-size: 14px;
    }

    .guide-info h3 {
        margin-bottom: 0.2em !important;
        letter-spacing: .01em;
        font-weight: 600;
    }

    .guide-info h2 {
        margin-top: 0 !important;
    }

    .editor-notes h1 {
        font-size: 35px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .editor-notes p {
        margin: 0 auto;
    }

    .no-scholarship-listing {
        text-align: center;
    }

    .no-scholarship-listing h3 {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .org-item span.org-title {
        font-size: 16px;
        line-height: 1.4;
        display: block;
    }

    .org-item {
        padding-bottom: 10px;
        width: 100%;
    }

    .contents ul li {
        font-size: 13px;
    }

    .quote {
        font-size: 20px;
    }

    .contents .clear~br {
        display: none !important;
    }

    .link-btn {
        right: 0px;
    }

    .listing-wrapper {
        margin-right: 0.5em;
    }

    .credit-list ul {
        margin-top: 0.5em;
    }

    .credit-list ul li {
        font-size: 13px;
    }

    .credit-list h4 {
        font-size: 15px;
    }

    .credit-list .grid-6 {
        width: 100%;
    }

    a.link-goto {
        line-height: 1.2;
        margin-top: 3px;
        font-size: 12px;
        padding: 3px 8px;
    }

    /*end of 480 */
}


/*this is commom use for Ad - james*/

.ad-box {
    width: 100%;
}

.centre {
    text-align: center;
}

@media (min-width: 250px) {
    .ad {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 550px) {
    .ad {
        width: 350px;
        height: 350px;
    }
}


/*add padding to scholarship table template*/
.full-w {
    padding-left: 2%;
    padding-right: 2%;
}


/*AMENDED*/
.ad-box {
    width: 100%
}

.centre {
    text-align: center
}

@media(min-width:250px) {
    .ad {
        width: 250px;
        height: 250px
    }
}

@media(min-width:550px) {
    .ad {
        width: 350px;
        height: 350px
    }
}

.cag-vid {
    margin-top: -30px;
    margin-bottom: 80px;
    padding-left: 0;
    display: block
}

.cag-postit iframe {
    float: none;
    margin: 0 auto;
    display: block
}

li.show-mobile {
    display: none;
}


/*AMENDED*/

@media only screen and (max-width: 480px) {
    .credit-list ul {
        margin-top: .5em !important;
    }

    .ind-orange-number,
    .ind-blue-number,
    .ind-green-number {
        margin-bottom: 10px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2;
    }

    .portrait-details {
        max-width: 100%;
    }

    .contents-page h1 {
        padding-top: 1em;
    }

    .contents-page h1,
    .scholarship-table h1 {
        text-align: left;
        width: 100%;
        margin-left: 10px;
        font-weight: 600;
    }

    .legend {
        float: none;
        width: 85%;
        margin: 0 auto;
        padding-bottom: 10px;
        border-bottom: 5px solid #2e2b84;
        border-radius: 0;
    }

    .article-masthead h1,
    h1.second-h1 {
        font-size: 2.0rem;
        left: 0;
        font-weight: 500;
    }

    .article-masthead h1 span.spacer,
    h1.second-h1 span.spacer {
        text-transform: none;
        padding-bottom: 0em;
        padding-top: 0.5rem;
        font-size: 3.3rem;
    }

    .article-masthead span.byline,
    .article-masthead.second-h1 span.byline {
        font-size: 12px;
        margin-left: 2px !important;
    }

    .article-masthead.second-h1 span.byline {
        margin-left: 0 !important;
    }

    .article-masthead:before {
        content: '';
        background: none;
    }

    .panel .expand a.open:link {
        margin-left: 0 !important;
    }

    .cag-postit {
        max-width: 98%;
        /*margin:0 20px;*/
    }

    iframe {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }

    .cover-feature {
        width: 45%;
        max-width: 180px;
    }

    .cover-logo img {
        width: 85%;
    }

    .coverpage {
        top: 70px;
    }

    .cover-text h1.title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .cover-text p {
        padding-top: 5px;
    }

    .cover-text p.sub {
        margin-bottom: 0;
    }

    .cover-text2 {
        width: 100%;
        font-size: 13px;
        padding-top: 20px;
    }

    .zfold .cover-text2 {
        padding-top: 0;
    }

    .zfold .cover-text2 h4 {
        margin-bottom: .5em;
    }

    .cover-text2 h3 {
        font-size: 18px;
        margin-bottom: 0.1em;
    }

    .opening {
        margin-right: 0;
        padding-left: 0;
    }

    .logo {
        max-width: 100%;
        float: none !important;
        padding-right: 0;
        text-align: center;
        margin: 0 auto;
        width: 50%;
        padding-top: 7px;
    }

    .logo img {
        width: 65%;
        padding-right: 0;
        padding-top: 7px;
        position: relative;
        right: -25px;
        top: 5px;
    }

    .footer {
        font-size: 11px;
    }

    .copy {
        padding-top: 10px;
        padding-left: 10%;
    }

    .wrap-eb {
        padding: 15px 5px;
    }

    .segment-home .item-text h3 {
        font-size: 1.1rem;
        letter-spacing: 0em;
        font-family: 'Mukta', sans-serif;
    }

    .segment-home .grid-9.grid-item {
        width: 100%;
    }

    .segment-home .item-img {
        width: 35%;
        display: inline-block;
        margin-right: 3%;
        margin-bottom: 0px;
    }

    .segment-home .item-text {
        width: calc(100% - 47%);
        display: inline-block;
        vertical-align: top;
    }

    .segment-home h5 {
        margin-top: 0;
        font-family: 'Mukta', sans-serif;
        letter-spacing: .02em;
        font-size: 13px;
    }

    .footer .sharefb {
        bottom: 70px;
        right: 0;
        margin: 0;
    }

    .client-ad img {}

    .cover-col.bar {
        padding-top: 0;
    }

    .cover-feature img {
        padding-left: 10px;
    }

    .editors-note .cover-text2 {
        padding: 0 20px;
    }

    .editors-note .sub-col h3 {
        font-size: 25px;
        width: 85%;
        margin-bottom: 0.5em;
    }

    .editors-note .text-col {
        width: 85%;
    }

    .gutters {
        padding: 0 2%;
    }

    .grid-9.content-features {
        width: 98% !important;
    }

    .listing-wrapper {
        margin-left: 0;
        padding-left: 0;
        max-width: 100%;
    }

    .listing-wrapper h2 {
        margin-left: 0.3em;
    }

    .heading-2,
    .heading-3 {
        margin-left: 0 !important;
    }

    .contents ul.listing {
        margin-left: 5px;
    }

    li.show-mobile {
        display: block;
    }
}

@media screen and (max-width: 320px) {

    .cover-feature,
    .cover-text {
        width: 100%;
        float: none;
        display: block;
    }

    .cover-feature {
        max-width: 88%;
        margin: 0 auto;
        height: auto;
    }

    .cover-text p {
        padding-top: 0;
    }

    .cover-col {
        padding-bottom: 0;
    }

    .logo img {
        top: 3px;
    }
}


/*iphone x specs*/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .cover-graphic {
        width: 95%;
        bottom: 0;
    }

    iframe {
        width: 100%;
        max-width: 100%;
        height: 180px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .cover-graphic {
        width: 50%;
    }
}
