@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i,600,600i,700&display=swap');
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%;
}

@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: #f56957;
}

.regulars-c span {
    color: #f56957;
}

.regulars-c .subhead {
    color: #f56957;
}

.regulars-c .standfirst {
    color: #f56957;
}

.mt1 {
    margin-top: 1rem;
}

.mt3 {
    margin-top: 3rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mt2 {
    margin-top: 2rem;
}


/*course table*/

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.3;
    text-decoration: none;
    font-weight: 400 !important;
}

.isDisabled a:hover {
    background: none !important;
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.3;
    text-decoration: none;
    font-weight: 400;
}

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 only 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: 'Merriweather', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    /* 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: 16px;
}

h6 {
    font-size: 13px;
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.3);
}

p {
    margin: 0 0 2em 0;
    font-family: 'Merriweather', 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 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
}

.header {
    background-color: #f4f7fa;
}

#navbar {
    transition: top 0.3s;
}


/*footer*/

.footer {
    background: #0d1e2f;
    font-size: 12px;
    font-weight: 400;
    /*height: 36px;*/
    line-height: 1em;
    font-family: 'Noto Sans JP', 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;
}

.footer a.icon-wa {
    display: none;
}

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-special {
    background-color: #e3f0f6;
}

.container.bg-cluster {
    background-color: #f9f3e7;
}

.container.bg-mindef {
    background-color: #e3f3ea;
}

.container.bg-features {
    /*background-color:#233450;*/
}

.container.bg-edu {
    background-color: #e9f5f7;
}

.container.bg-house {
    /*background-color:#233450;*/
}


/*body*/

.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 {
    width: 72%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.header a {
    color: rgba(64, 66, 66, 1);
}

.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: #172c4a;
    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: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 0.86em;
}

.magazine-name a {
    left: 0;
    padding-top: 5px;
    text-decoration: none;
}

nav h1 {
    background: #0f1e2f;
    margin: 0px;
    padding-top: 12px;
    padding-left: 20px;
    height: 28px;
    color: #fff;
    font-family: 'Noto Sans JP', 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: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    display: block;
}

#mm-1 .mm-subtitle {
    background: #00a4af;
}


/*MOHH*/

#mm-2 .mm-subtitle {
    background: #a9eaff;
}


/*MND*/

#mm-3 .mm-subtitle {
    background: #fff8aa;
}


/*mindef*/

#mm-4 .mm-subtitle {
    background: #c3fbea;
}


/*feature*/

#mm-5 .mm-subtitle {
    background: #bffffc;
}

#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;
}

.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;
	box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
}

.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;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.cover-text h1.title {
    font-size: 40px;
    line-height: 1.4;
    margin: 1em auto;
    color: #172c4a;
}
.cover-text h1.title  span{
	display:inline-block;
}
.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: 'Barlow', sans-serif;
    line-height: 1.3;
    margin: 0.3rem 0 0.7rem;
    font-weight: 600;
}

.cover-text2 h2 {
    font-size: 2rem;
}

.cover-text2 h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
}

.cover-text2 h4 {
    font-size: 1.2rem;
}

.cover-text2 p.sub {
    color: #b81f3d;
    font-size: 1.1rem;
}

.sub {
    font-weight: 400;
    color: #000;
    margin-bottom: 0.5em;
	padding-top:10px;
}

.bdr-btm {
    border-top: 1px solid #dedede;
}

p.small {
    font-size: 12px !important;
}

.cover-text p {
    padding-top: 15px;
    font-size: 15px;
}

.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: 'Noto Sans JP', sans-serif;
    letter-spacing: .05em;
    border-bottom: 1px solid #f56957;
    color: #f56957;
}

.cover-text2.highlights .cover-link {
    font-size: 1.5rem;
    border-bottom: 0;
}

.youtube {
    margin: 30px auto;
    border-top: 1px dashed #ccc;
    width: 94%;
}

.youtube .wrap-eb {
    padding: 15% 10% 15% 10%;
    text-align: center;
}

.youtube .cag-postit {
    max-width: 600px;
    margin: 30px auto;
}

/*update 20210225 part 1*/
.zfold {
    max-width: 600px;
    margin: 20px auto 70px;
    background-color: #f1f1f1;
    display: block;
    padding: 15px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}


.zfold-item {
    float: left;
    display: inline-block;
    width: 50%;
}
.zfold-item p.small{
	margin-bottom:0;
}


/*end part 1*/

.zfold-item img {
    width: 90%;
}

.zfold .cover-text2 {
    float: left;
    width: 50%;
}

.zfold .cover-text2 h4 {
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.editors-note {
    max-width: 90%;
    margin: 30px auto;
    padding: 15px;
}

.editors-note .sub-col {
    width: 30%;
    display: inline-block;
    float: left;
    padding-left: 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%;
}

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: #0c1c35;
    font-weight: 700;
    text-decoration: none;
}

.body-text a:hover {
    color: #019ba5;
    font-weight: 700;
    text-decoration: underline;
}

.article a {
    /*color: #008aeb;*/
    font-weight: 700;
    text-decoration: none;
}

.article a:hover {
    text-decoration: underline;
}

.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: 'Noto Sans JP', sans-serif;
    margin-top: 0.3em;
    font-weight: 500;
    margin-bottom: 0.6em;
}

.article-masthead h1,
h1.second-h1 {
    color: #0c1c35;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 40px 0 0;
    max-width: 70%;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.article-masthead h1 span.lighter{
	font-weight:300;
	font-size:2.6;
	display:block;
}

.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: 12px;
    color: #333;
    line-height: 20px;
    padding: 0px 10px 0 0;
    letter-spacing: 0.02em;
    font-weight: 300;
    font-family: 'Noto Sans JP', serif;
    display: inline-block;
    margin: 5px 10px 10px 0;
    position: relative;
}

.uni .article-masthead h1 span.byline {
    color: #ab8958 !important;
}

.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: 12px;
    letter-spacing: .05em;
    display: inline-block;
    font-family: 'Noto Sans JP', 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: 'Noto Sans JP', sans-serif;
}

.organisation-name>span {
    display: block;
    margin-left: 5px;
    padding-bottom: 10px;
}

.organisation-name.org-reg {
    color: #f56957;
}

.bg-special .organisation-name {
    color: #fff;
}

.organisation-name.specials {
    color: #3cb2d8;
}

.organisation-name.clusters {
    color: #faad00;
}

.organisation-name.mindef {
    color: #56be90;
}

.organisation-name.features {
    color: #17cad6;
}

.organisation-name.edufeatures {
    color: #00a4af;
}

.features .accent {
    color: #f56957;
}

.standfirst {
    font-size: 1.1em;
    color: #7d7979;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 2em;
    margin-top: 1rem;
    font-family: 'merriweather', sans-serif;
    display: block;
}

.standfirst span {
    white-space: initial;
}

.feat-img {
    margin-bottom: 2em;
}

.opening {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: .03em;
    float: left;
    color: #000;
    font-size: 6em;
    line-height: 75px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-right: 8px;
    font-weight: 400;
}

.body-text {
    padding-bottom: 5rem;
}

span.red {
    color: red;
    font-weight: bold;
    text-shadow: 0 0 2px red;
}

.body-text,
.editor-notes {
    color: #292828;
    font-weight: 400;
}

.body-text p,
.body-text ul,
.body-text ol,
.editor-notes p .infobox {
    margin-left: 100px;
    font-size: 1.15em;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.body-text p.dropcap {
    margin-top: 3em;
}

.body-text .scholarsquotes p {
    color: #12c4d0;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: 'Merriweather', sans-serif;
}

.body-text p span.green {
    color: #58bf90 !important;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.1;
    font-weight: bold;
}

.scholarsquotes .landscape-candidate {
    max-width: 300px;
    float: left;
    display: inline;
    padding-right: 2em;
}

.scholarsquotes .q {
    margin-top: 6em;
    display: inline;
    /*float: left;*/
    height: calc(100% - 50px);
    position: relative;
    top: 8rem;
}

.scholarsquotes .q p {
    margin-left: 0;
}

.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: 'Noto Sans JP', 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: 'barlow condensed', 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;
}

.body-text ul.mt-0,
.body-text p.mb-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.body-text ul.mt-0 {
    margin-left: 1.1rem;
}

@media screen and (min-width:768px) {
    .body-text ul.mt-0 {
        margin-left: 0;
    }
}

@media screen and (min-width:1024px) {
    .body-text ul.mt-0 {
        margin-left: 80px;
    }
}

.body-text p.bt-1 {
    border-top: 2px dashed;
}

.editor-notes p {
    margin-left: 10px;
}

.editor-notes h1 {
    margin-left: 10px;
}

.body-text strong {
    font-weight: 700;
}

.landscape-candidate {
    margin: 2em auto 2.2em;
}

.landscape-candidate p {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-left: 0px;
    /*border-bottom: 1px solid #ccc;*/
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #00a3ae;
}

.landscape-candidate p span.credit {
    font-size: 10px;
    font-style: italic;
    float: right;
    color: #999;
}

.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 #00a3ae;
    border-radius: 2em;
    width: 70%;
    padding: 2em 1.5em;
	margin: 0 auto;
    text-align: center;
}

.landscape-candidate .tips img,
.portrait-candidate .tips img {
    width: 10rem;
    margin-bottom: 0;
}

.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: 'Noto Sans JP', sans-serif;
    margin-bottom: 0.3rem;
    color: #00929b;
}

.landscape-candidate .tips p,
.portrait-candidate .tips p {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.01rem;
    margin-left: 0px;
    display: block;
    color: #00a3ae;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.portrait-candidate.move-up,
.landscape-candidate.move-up {
    margin-top: -25px;
}

.landscape-candidate.move-up:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #00a3ae;
    display: block;
}

.portrait-candidate.photo {
    max-width: 350px;
    margin-right: 2.5rem;
}

.portrait-candidate.photo img {
    width: 100%;
    height: auto;
}

.portrait-candidate.photo:after {
    content: '';
    clear: right;
    display: block;
}

@media screen and (max-width:992px) {
    .portrait-candidate {
        display: block;
        float: none;
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .portrait-candidate.photo {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }
	.portrait-candidate .tips p,
	.portrait-candidate.t-wrap{
		margin:0 auto;
	}
	.portrait-candidate .tips{
		margin-bottom:1em;
	}
    .scholarsquotes .q {
        top: 1.3rem;
    }
    .scholarsquotes .landscape-candidate {
        max-width: 180px;
    }
}

.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: 'Noto Sans Jp', serif;
    font-weight: 800;
}

.portrait-details {
    float: left;
    max-width: 350px;
    padding-right: 15px;
}

.portrait-details p {
    padding-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 20px;
    width: 320px;
    max-width: 350px;
}

h1.subhead {
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-left: 100px;
    margin-top: 1.6em;
    font-size: 1.4rem;
    margin-bottom: 1em;
    letter-spacing: -0.01em;
    font-family: 'Noto Sans JP', sans-serif;
}

h1.subhead.up1 {
    font-size: 2rem;
    font-weight: 400;
}

.body-text img {
    width: 100%;
    height: auto;
}

.feat-img img {
    width: 105%;
}


/*special intro for AVA*/

.intropar {
    width: 95%;
}

.intropar .standfirst {
    background-color: #33b990;
    padding: 1em 0.5em 0.5em 1em;
}

.intropar p {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.15rem;
    line-height: 1.4;
}

.intropar p span {
    color: #000;
    font-family: 'Noto Sans Jp', serif;
    font-size: 1.1rem;
    font-weight: 400;
}

#surveyreport.body-text p {
    margin-left: 10px;
}

#surveyreport h1.subhead {
    color: #f16c6c;
    margin-left: 0;
    margin-left: 10px;
}

#surveyreport h3.charttitle {
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;
    font-size: 1.7em;
    letter-spacing: .04em;
    position: relative;
    margin: 3em 0 0em 10px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #111;
    display: inline;
}

#surveyreport h3.charttitle.solid {
    background-color: #3e4886;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#surveyreport h3.charttitle.solid:before {
    content: none;
}

#surveyreport .landscape-candidate {
    margin-top: 0;
}

ul.stories {
    margin-left: 80px;
    margin-top: 0;
}

ul.stories li a {
    font-size: 1.07rem;
    font-family: 'PT Sans', sans-serif;
    color: #e3573b;
}

.portrait-style {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 100%;
}

.portrait-style-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    height: 560px;
}

.portrait-img img {
    width: 100%;
}

.portrait-style-wrap h1,
.editor-notes h1 {
    font-size: 53px;
    line-height: 60px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
}

.editor-notes h1 {
    border-top: 1px solid #eee;
    padding-top: 50px;
    margin-bottom: 50px;
}

.portrait-style .standfirst {
    color: #666;
}

.quote {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #00a3ae;
    font-size: 2rem;
    line-height: 1.4;
    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: Times, serif;
    display: block;
    text-align: left;
    color: #555;
    padding-top: 15px;
}

.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: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: #b81f3d;
    border-radius: 5px;
    border: 1px solid #b81f3d;
    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;
}

.recommendations {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    display: block;
    clear: both;
    float: right;
    width: 290px;
    color: #006bbd;
}

.recommendations h3 {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}

.recommendations img {
    float: left;
    margin-right: 8px;
}

.recommendations span {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}

.view-scholarship-details a,
.apply-scholarship a,
.no-microsite a {
    margin-top: 10px;
    background: #2a7fff;
    width: 270px;
    display: block;
    float: right;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-shadow: 0 0 1px #6f8ec5;
}

.no-microsite a {
    background: #666;
    cursor: not-allowed;
}

.view-scholarship-details a:before,
.apply-scholarship a:before,
.no-microsite a:before {
    content: " ";
    padding: 11px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -5px;
    margin-right: 15px;
    background: url(../img/scholarship-detail.png) transparent 10px 13px no-repeat;
    border-radius: 5px 0 0 5px;
}

.apply-scholarship a {
    background: #1724ba;
}

.apply-scholarship a: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: 0px;
    top: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: .04em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

.footer-link-wrap:after {
    content: 'Read Next';
    position: absolute;
    right: 0px;
    top: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: .04em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
}

.footer-link-wrap a {
    color: #0f1d2e;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 1.1em;
    display: block;
    padding: 5px 0;
}

.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: 100px;
    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: 'Noto Sans Jp', 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: 'Noto Sans Jp', 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);
}

.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: #17cad6;
    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;
    }
}


/* Accordion CSS */

.collapse p {
    padding: 0 10px 1em
}

.switch {
    display: inline-block;
    text-align: right;
    padding: 0;
    width: 17%;
    margin-bottom: 1rem;
}

.switch a {
    display: inline-block;
    text-align: center;
    padding: 0;
    border: 1px solid;
    border-radius: 20px;
    padding: 0.4rem 2rem;
}


/*read-feature link*/

a.link-goto {
    margin: 0 3px;
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
    padding: 5px 15px 6px;
    border-radius: 15px;
    background-color: #9aa7f9;
    top: -7px;
    letter-spacing: .03em;
    position: relative;
    line-height: 1.2;
    font-family: 'Noto Sans Jp', 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
}

.post .switch {
    position: static;
    text-align: right;
}

.post .main {
    margin-bottom: .3em;
    padding-bottom: 0;
}

.other ul,
.summary {
    margin-bottom: .3em;
    padding: 1em;
    border: 1px solid #e8e7e8;
    background-color: #f8f7f8;
}

.other ul {
    margin-bottom: 1em;
    list-style-type: none;
    text-align: center;
}


/*course table class*/

.course-table {
    padding-bottom: .5em;
    margin-top: 3px;
    font-size: 18px;
}

.course-table a {
    display: block;
    padding: 10px 15px;
    color: #057590 !important;
    margin-left: 30px;
    margin-right: 30px;
}

.course-table a:link,
.course-table a:visited {
    border-width: 1px;
    background-image: url(../img/inactive-header.gif);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: !important;
}

.course-table a:hover,
.expand a:active,
.expand a:focus {}

.course-table a.open:link,
.course-table a.open:visited {
    color: #fff !important;
    background: url(../img/minus.svg) no-repeat 98% 50% !important;
}


/*scholarship table class*/

.expand {
    padding-bottom: .5em;
    margin-top: 3px;
    font-size: 18px;
}

.expand a {
    display: block;
    padding: 20px 40px 20px 15px;
    color: #3c3d44;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.1rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
}

.expand a:link,
.expand a:visited {
    border-width: 1px;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: #eef1f3;
    background-size: 40px 40px;
    display: block;
}

.expand a:hover,
.expand a:active,
.expand a:focus {}

.expand a.open:link,
.expand a.open:visited {
    color: #3c3d44;
    background-color: #eaedff;
    background-image: url(../img/minus.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 40px 40px;
    display: block;
}

.scholarship-details .panel {}


/*
	.panel .expand a.open:link, 
	.panel .expand a.open:visited{
		margin:0 30px;
	}*/

.collapse table {
    margin: 10px 30px 30px;
    width: 94%;
    font-size: 14px;
}

.collapse td {
    vertical-align: top;
    padding: 10px;
}

.collapse .table-title {
    font-weight: 600;
    text-align: right;
    width: 20%;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0em;
    font-size: 16px;
}

.collapse .table-content {
    width: 80%;
    font-size: 14px;
}

.collapse .grey {
    background: #ffffff;
    border-bottom: 2px dashed rgba(0, 0, 0, .3);
}

.border-dash {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    ;
}

.sch-table>span {
    /*display:block;*/
    display: none;
    margin-left: 5px;
    padding-bottom: 10px;
    border-bottom: none !important;
}

.edufeatures>span {
    display: block;
    margin-left: 5px;
    padding-bottom: 10px;
    border-bottom: none !important;
}

.sch-table {
    color: #faad00 !important;
}

.scholarship-table,
.contents-page {
    padding-bottom: 0px;
}

.scholarship-table h1,
.contents-page h1 {
    font-family: 'Noto Sans Jp', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    padding-top: 20px;
    color: #0d1e2f;
}

.contents-page h1 {}

.scholarship-table-standfirst,
.contents-page-standfirst {
    border-bottom: 5px solid #faad00;
    padding-bottom: 10px;
}


/*course table class*/

.course-table-standfirst {
    border-bottom: 5px solid #00a4af;
    padding-bottom: 10px;
}


/* end course table class*/

.contents-page-standfirst {
    border-bottom: 5px solid #0095d9;
}


/*course table class*/

.coursel {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    /*text-indent: 10px;*/
}

.coursel span {
    letter-spacing: 0px;
    font-style: italic;
}

.coursel a {
    color: #00909a !important;
    display: inline-block;
    padding: 4px 13px;
    font-size: 18px;
    font-weight: 700;
}

.coursel a:hover,
.coursel a.active {
    background: #00909a !important;
    color: #fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 30px;
    font-weight: 400;
}


/*scholarship class*/

.scholarship-listings {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    /*text-indent: 10px;*/
    margin-bottom: 2rem;
}

.scholarship-listings span {
    letter-spacing: 0px;
    font-style: italic;
}

.scholarship-listings a {
    color: #f59e00;
    display: inline-block;
    padding: 4px 13px;
    font-size: 18px;
}

.scholarship-listings a:hover,
.scholarship-listings a.active {
    background: #f59e00;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 30px;
    font-weight: 400;
}

.scholarship-details {
    width: 90%;
    padding-bottom: 100px;
    height: 100%;
}

.scholarship-details h1 {
    font-size: 24px;
    font-weight: 700;
}

.scholarship-details h2 {
    font-size: 20px;
    display: inline-block;
    width: 70%;
    margin-top: 2rem;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 400;
    color: #5e6ab4;
    line-height: 1.25;
    font-size: 2.1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0em;
    font-family: 'Barlow Condensed', sans-serif;
}

.scholarship-details.courses h2 {
    color: #07cdd8;
}

.scholarship-details h2 span,
.scholarship-details h3 span {
    font-size: 20px;
    width: 100%;
    line-height: 1.35;
    display: block;
    text-transform: none;
    letter-spacing: .06em;
    padding-top: 5px;
}

.scholarship-details h2 span.subhead {
    font-size: 12px !important;
    font-style: italic;
    letter-spacing: .0em;
}

.scholarship-details h3 span.subhead {
    font-size: 14px !important;
    font-style: italic;
    letter-spacing: .0em;
}

.scholarship-details .collapse a {
    color: #0068b1;
}

.scholarship-details .collapse a:hover {
    text-decoration: underline;
}

.no-scholarship-listing {
    min-height: 800px;
    height: 100%;
}

.contents ul {
    margin: 0;
    padding-left: 0;
}

.contents ul li {
    list-style-type: none;
}

span.cell-break {
    display: block;
    width: 150px;
    background-color: #9aa7f9;
    margin: 1rem auto;
    height: 5px;
}

.full-list {}

.full-list .item {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2.5em;
}

.full-list .item:after {
    content: '';
    clear: both;
    display: block;
}

.full-list .item>.alphabet {
    display: inline-block;
    float: left;
    width: 10%;
}

.full-list .item>.alphabet h1 {
    font-size: 7em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #0d1e2f;
    padding-top: 15px;
    padding-left: 0.1em;
}

.full-list .item>.item-content {
    display: inline-block;
    float: left;
    width: 90%;
}

@media screen and (max-width:768px) {
    .full-list .item>.alphabet,
    .full-list .item>.item-content {
        width: 100%;
        float: none;
    }
    .full-list .item>.alphabet h1 {
        padding: 0.5em 0 0;
        font-size: 3em;
        padding-left: 0.5em;
        font-weight: 700;
    }
    .collapse {
        margin-bottom: 1em;
    }
    #surveyreport h3.charttitle {
        font-size: 1.5em;
    }
}


/*contents*/

.listing-wrapper {
    margin: 0.5em 0 0;
    padding: 0 0 0 1em;
}

.listing-wrapper h2 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0.1em;
    margin-left: 0.5em;
}

.heading-1 {
    color: #333;
}

.heading-2 {
    color: #333;
    margin-left: 0em !important;
}

.heading-3 {
    color: #333;
    margin-left: 0em !important;
}

.heading-33 {
    color: #333;
    margin-left: 0em !important;
}

.heading-4 {
    color: #333;
    margin-left: 1em!important;
    margin-top: 1em;
}

.heading-5 {
    color: #333;
    margin-left: 1em!important;
}

ul.listing.features,
ul.listing.education {
    padding-left: 0.7rem;
    padding-right: 1rem;
}

ul.listing li {
    list-style-type: none;
    border-bottom: 1px solid #e4e4e4;
    margin: 7px 0 0;
    position: relative;
}

ul.listing li a {
    text-decoration: none;
    display: inline-block;
}

ul.listing li a:hover .org-name {
    /*color:#ff0000;*/
}

ul.listing.regulars li a:nth-child(1):hover .org-title {
    color: #1252a9;
}

ul.listing.specials li a:nth-child(1):hover .org-title {
    color: #3cb2d8;
}

ul.listing.clusters li a:nth-child(1):hover .org-title {
    color: #faad00;
}

ul.listing.mindef li a:nth-child(1):hover .org-title {
    color: #33b990;
}

ul.listing.features li a:nth-child(1):hover .org-title {
    color: #f56957;
}

ul.listing.education li a:nth-child(1):hover .org-title {
    color: #00aab9;
}

.thumbnail img {
    width: 100%;
    margin-bottom: 7px;
}

.org-item {
    position: relative;
    padding-bottom: 7px;
    text-align: left;
}

.org-item span.org-name {
    display: block;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.org-item span.org-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    font-size: 1.3rem;
}

@media screen and (max-width:768px) {
    .org-item span.org-name {
        font-size: 0.65rem;
    }
    .footer-link-wrap a {
        font-size: 15px;
    }
}

.link-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 33px;
    /*background-color:#fdeabd;
	border: 2px solid #fdeabd;*/
}

.link-btn.edu {
    /*background-color:#aedde1;
		border: 2px solid #aedde1;*/
}

.link-btn .fas,
.btn-click .fas {
    color: #4c59a9;
    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;
    border: 1px solid transparent;
}

a.link-btn:hover,
a.link-btn.edu:hover {
    background-color: white;
    border: 1px solid #9aa7f9;
}

a.link-btn:hover .fas {
    color: #9aa7f9;
}

a.link-btn.edu:hover .fas {
    color: #9aa7f9;
}

.btn-click {
    background-color: #fff;
    border-radius: 33px;
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}

.btn-click.edu {
    border: 2px solid #aedde1;
}

.btn-click .fas {
    color: #4c59a9;
    font-size: 16px;
    padding: 1rem;
}

.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;
    margin-top: 0;
}

.credit-list ul li {
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.credit-list ul b {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .03em;
    font-size: 0.85em;
}

.contents-page .cover-thumb {
    margin-bottom: 2em;
    display: inline-block;
}
	.cover-thumb  img{
		border:1px solid #eee;
	}

.credit-list h5 {
    font-family: 'Noto Sans JP', 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;
}

.portrait-details {
    padding-bottom: 15px;
    max-width: 46%;
}

.portrait-details p {
    width: 100%;
    max-width: 100%;
}

.answer-name {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.02em;
    font-size: 0.9rem;
    color: #18b3c0;
    margin-right: 10px;
    line-height: 1.3;
    text-transform: uppercase;
}

.quote-name {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
    color: #18b3c0;
    margin-right: 10px;
    margin-top: 6px;
    line-height: 1.3;
}

.portrait-details strong,
.portrait-candidate strong,
.landscape-details strong,
.landscape-candidate strong {
    background: none;
    color: #000;
}

p.caption,
span.caption {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-left: 0px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    color: #00a3ae;
    border-bottom: 0;
}

	.cover-thumb p.caption.smaller{
		font-size:11px !important;
		color:#666;
		font-style:italic;	
	}
	

p.caption:after,
span.caption:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #00a3ae;
    display: block;
    margin-top: 15px;
}
	.cover-thumb p.caption.smaller:after{
		content:none;
	}

p.caption br {
    display: block;
    margin-bottom: 0.3em;
}

.portrait-candidate p.caption,
.portrait-candidate span.caption {
    max-width: 350px;
    display: block;
}

span.joint {
    display: inline-block;
}

.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%;
}

.early-bird .grid-6 {
    /*margin-right:1.5%;*/
}

.early-bird .whole:nth-child(2n) {
    /*margin-right:0 !important;*/
}

.early-bird-standfirst {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.standfirst.border-top {
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.bg-features .standfirst.border-top,
.bg-edu .standfirst.border-top {
    border-bottom: 5px solid #0d1e2f;
}

.early-bird-standfirst {
    margin-left: 15px;
}

.early-bird .clear {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

.early-bird b {
    word-wrap: break-word;
    letter-spacing: 0em;
}

.early-bird h3,
.segment-home .item-text h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #207168;
    font-size: 20px;
    font-weight: 400 !important;
    letter-spacing: 0em;
}

.segment-home .item-text h3 {
    margin: 0.3em 0 0 !important;
    color: #454545;
    text-transform: none;
}

.bg-features .item-text h3 {
    color: #000;
    text-transform: none;
    font-size: 17px;
    line-height: 1.3;
}

.segment-home h5 {
    margin-top: 0.6em;
    font-size: 0.81rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

.bg-features .segment-home h5 {
    color: #525252;
}

.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 .highlight {
    font-family: 'Noto Sans JP', sans-serif;
    color: #56bf8f;
    font-weight: 700;
}

.wrap-eb .answer-name {
    color: #8290c8;
    font-family: 'Merriweather', sans-serif;
    text-transform: none;
    display: block;
}

.wrap-eb a.link-more {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #000;
    margin: 1em 0.5em 2em 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.wrap-eb a.link {
    font-weight: 400;
    text-decoration: underline;
    color: #56bf8f;
}

.wrap-eb {
    padding: 20px;
    /*border:1px solid rgba(0,0,0,.1);
	 border-radius:2px;*/
    height: 100%;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
}

.wrap-eb p {
    margin-bottom: 0.5rem;
    color: #525252;
}

.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;
    font-size: 17px;
    font-weight: 400;
    border-radius: 30px;
    border-top: 0;
    width: 220px;
    border: 2px solid #f7bf32;
}

.cover-col.bar .wrap-eb.read.btn1 {
    background-color: #f7bf32;
}

.cover-col.bar .wrap-eb.read.btn2 {
    color: #333;
    font-weight: 600;
}

.main-feat.cover-text2 .wrap-eb {
    margin-left: 1rem;
    margin-top: 1.5em;
}

.feature-tip {
    border-top: 1px dashed #ccc;
}

.item-img {
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.item-img img {
    width: 100%;
    height: auto;
    display: block;
}

.item-img.qr-img {
    border: none;
    background-color: #fff;
}

.item-img.qr-img img {
    width: 90%;
    border: 1px solid #f2f2f2;
}

.item-text {
    margin-bottom: 10px;
}

.item-text h3,
.item-text h3>span {
    color: #000;
    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;
    /* float: left; */
    letter-spacing: 0;
    padding-top: 0;
    text-transform: uppercase;
}

span.low-case {
    text-transform: none !important;
}

.item-text p {
    font-size: 0.885rem;
    line-height: 1.7;
    margin-bottom: 1em;
}

.gutters .grid-9 {
    margin-left: 1%;
}

@media screen and (max-width:992px) {
    .grid-9.grid-item {
        /*width:100%;*/
    }
    .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;
    }
    .magazine-name {
        width: 70%;
    }
    .logo {
        width: 28%;
    }
    .cover-text h3.title {
        font-size: 30px;
    }
    .grid-18.whole.body-text {
        margin-left: 3.5em;
    }
}

@media screen and (max-width:768px) {
    .early-bird .clear {
        border-top: 0;
    }
    .item-text h3,
    .item-text h3>span {
        font-size: 1.3rem;
    }
    .item-img.qr-img img {
        width: 90%;
        margin: 0 0 10px;
        max-width: 220px;
        border: 1px solid #f2f2f2;
    }
    .item-text p {
        margin-bottom: 1em;
    }
}


/*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;
    }
    .scholarship-details 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;
    }
    #surveyreport img {
        width: 100%;
        display: block;
    }
    .quote {
        margin: 1rem auto 2.5rem;
        width: 90%;
        line-height: 1.3;
    }
    .no-microsite a,
    .client-ad img {
        width: 100%;
        max-width: 200px;
    }
    .bsp-signup a,
    .view-scholarship-details a,
    .apply-scholarship a {
        max-width: 90%;
        width: 66%;
    }
    .bsp-signup a:before,
    .view-scholarship-details a:before,
    .apply-scholarship a: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;*/
    }
    .view-scholarship-details a,
    .apply-scholarship a {
        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:800px) {
    .wrap-eb {
        padding: 0.6rem 2% 0;
    }
    .grid-9.half-w {
        width: 47%;
        display: inline-block;
		vertical-align:top;
    }
    .cover-text2.bdr-1 {
        border: none;
        min-height: auto;
    }
    .item-text p {
        padding-left: 10px;
    }
    .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%;
    }
    .early-bird .item-img img {
        width: 100%;
        margin: 0 auto;
    }
    .early-bird .item-text p {
        padding-left: 0;
    }
    .cover-logo img {
        max-width: 350px;
        margin-bottom: 1em;
    }
    .cover-graphic img {
        width: 90%;
        min-width: 600px;
    }
    .cover-text {
        float: none;
        display: block;
        padding: 0 15px 30px;
    }
    .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%;
    }
    .youtube .wrap-eb {
        padding: 0 10% 0% 10%;
        margin: 40px auto 10px;
    }
    .youtube .cag-postit {
        padding: 0 30px;
    }
    .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;
    }
    .editors-note .cover-text2 {
        padding-left: 50px;
    }
    figure.coffee img {
        max-width: 300px;
    }
    .credit-list .grid-6 {
        width: 33% !important;
        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;
    }
    .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%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .landscape-candidate .tips,
    .portrait-candidate .tips {
        width: 90%;
        margin: 0 auto 2em;
    }
    .portrait-candidate.move-up {
        float: left;
    }
    .early-bird-standfirst {
        padding: 0 0 10px !important;
        width: 98%!important;
    }
    .scholarship-table h1 {}
    .organisation-name span {
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 6px;
    }
    .sch-table.organisation-name span,
    .edu-table.organisation-name span {
        margin-left: 0;
    }
    .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,
    .listing-wrapper h2.heading-6 {
        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;
    }
    ul.listing.features,
    ul.listing.education {
        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 .view-scholarship-details,
    .sticky_column .apply-scholarship {
        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: 'Noto Sans JP', sans-serif;
        line-height: 1.8;
        font-size: 10px;
        border-radius: 15px 15px 0 0;
    }
    .btm-view-scholarship-details {
        display: inline-block;
        background: #1724ba;
        padding: 8px 0;
        width: 50%;
        text-align: center;
        float: left;
    }
    .bg-regular {
        background: #e1a063;
    }
    .btm-apply-scholarship-details,
    .btm-no-scholarship-microsite {
        display: inline-block;
        background: #2a7fff;
        padding: 8px 0;
        width: 50%;
        margin-left: 0;
        text-align: center;
    }
    .btm-apply-scholarship-details.edufeatures {
        width: 100%;
    }
    .btm-bsp-signup a,
    .btm-view-scholarship-details a,
    .btm-apply-scholarship-details a,
    .btm-no-scholarship-microsite a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: 'Noto Sans JP', 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.6;
        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;
    }
    .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: 4%;
        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.4 !important;
        font-size: 13px;
        padding-bottom: 1em;
        padding: 0 0 10px !important;
    }
    /* Accordion CSS */
    .expand a:link,
    .expand a:visited {}
    .expand a:hover,
    .expand a:active,
    .expand a:focus {}
    .expand a.open:link,
    .expand a.open:visited {}
    .expand a {
        /*width: 90%;*/
        margin: 0 auto;
    }
    .expand a:link,
    .expand a:visited {}
    .expand a:hover,
    .expand a:active,
    .expand a:focus {}
    .expand a.open:link,
    .expand a.open:visited {}
    /*.panel .expand a.open:link, 
		.panel .expand a.open:visited{
			margin:0 !important;
		}*/
    .collapse table {
        margin: 5px 15px 30px;
        width: auto;
        /*border:1px solid rgba(0,0,0,0.1);*/
    }
    .collapse td {
        vertical-align: top;
        padding: 10px;
    }
    .collapse .table-title {
        font-weight: 700;
        text-align: right;
    }
    .collapse .grey {}
    .scholarship-table {
        /*border-top: 1px solid #ccc;*/
        padding-bottom: 0px;
    }
    .scholarship-table-standfirst {
        border-bottom: 5px solid #000;
        padding-bottom: 10px;
        padding-left: 0;
        margin-bottom: 0px;
    }
    .scholarship-listings {
        text-align: left;
        font-size: 18px;
        margin: 0px;
        text-align: left;
    }
    .scholarship-details {
        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;
    }
    .scholarship-details h1 {
        font-size: 24px;
        font-weight: 700;
        width: 80%;
    }
    .scholarship-details 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;
    }
    .scholarship-details h2 span,
    .scholarship-details 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: 0;
        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.3;
        text-transform: none;
        display: inline-block;
        width: 98%;
        font-size: 2.0rem;
        margin-bottom: 0.5em;
    }
    h1.subhead {
        margin-left: 0;
    }
    .article-masthead span.byline {
        margin: 0;
        line-height: 1.5;
    }
    .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: 1em;
    }
    .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 {
        font-size: 0.93rem;
        letter-spacing: 0em;
    }
    .landscape-candidate p,
    .portrait-candidate p {
        font-size: 0.8rem;
        line-height: 1.4;
        margin-bottom: 1em;
    }
    .portrait-candidate.mobile-stretch {
        width: auto;
        margin-top: -10px;
    }
    .magazine-name a {
        display: none;
    }
    li.show-mobile {
        display: block;
    }
    .cover-graphic img {
        width: 100%;
        min-width: auto;
    }
    .standfirst {
        letter-spacing: 0em;
    }
    .opening {
        padding-right: 1rem;
        padding-top: 0.3rem;
        line-height: 60px;
        font-size: 5em;
    }
    li.show-mobile {
        display: block !important;
    }
    a.link-goto {
        margin: 0 3px 0 0;
        font-size: 12px;
        top: -5px;
        line-height: 1.4;
    }
}

@media only screen and (max-device-width:575px) {
    .collapse td {
        width: 100%;
        display: block;
    }
    .collapse .table-title {
        text-align: left;
        width: 100%;
        display: block;
        letter-spacing: .02em;
        font-size: 11px;
        text-transform: uppercase;
    }
    .collapse .table-content {
        padding-top: 0;
        width: 95%;
    }
    .gutters {
        padding: 0 3%;
    }
}

@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-bsp-signup {
        display: inline-block;
        background: #0cabde;
        padding: 7px 0;
        width: 50%;
        text-align: center;
    }
    .btm-view-scholarship-details {
        display: inline-block;
        background: #0cabde;
        padding: 7px 0;
        width: 50%;
        text-align: center;
    }
    .btm-apply-scholarship-details,
    .btm-no-scholarship-microsite {
        display: inline-block;
        background: #e35639;
        padding: 7px 0;
        width: 50%;
        margin-left: -4px;
        text-align: center;
    }
    .btm-bsp-signup a,
    .btm-view-scholarship-details a,
    .btm-apply-scholarship-details 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: 100%;
    }
    .cover-text2 {
        padding-top: 0;
        width: 95%;
    }
    .editors-note .cover-text2 {
        width: 80% !important;
    }
    .cover-link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    /* Styles */
    body {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        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;
    }
    .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: 13px;
        left: -5px;
        top: -2px;
        width: 160px;
    }
    .footer-link-wrap {}
    /*AMENDED*/
    .header-fixed-width {
        width: 85%;
    }
    .header a {
        left: 0;
    }
    .header a#hamburger {
        top: 3px;
    }
    .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;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
    }
    .btm-org-name {
        background: #fafbfc;
        color: #000;
        height: 16px;
        border-top: 1px solid #fff;
        text-align: center;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: .02em;
        border-radius: 10px 10px 0 0;
        font-family: 'PT Sans', sans-serif;
    }
    .custom-btm-org-name {
        height: 50px;
    }
    .btm-view-scholarship-details {
        display: inline-block;
        background: #1724ba;
        width: 50%;
        text-align: center;
    }
    .btm-apply-scholarship-details {
        display: inline-block;
        background: #2a7fff;
        width: 50%;
        margin-left: 0;
        text-align: center;
    }
    .btm-apply-scholarship-details.stretch {
        width: 99.5%;
        margin-left: 1px;
    }
    .btm-view-scholarship-details a,
    .btm-apply-scholarship-details a {
        display: block;
        color: #fff;
        font-size: 10px;
        text-decoration: none;
    }
    .magazine-features {
        width: auto;
        display: inline-block;
        padding-left: 0px;
        font-size: 0.66rem;
        line-height: 1.5;
        margin-top: 1rem;
        color: #0facde;
        width: 56%;
        font-family: 'Noto Sans JP', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }
    .magazine-features.sch-table {
        visibility: hidden;
    }
    .regulars-footer-navi .magazine-features {
        visibility: visible;
    }
    .magazine-pagination {
        text-align: center;
        float: right;
        width: 40%;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        background: #f1f6fb;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 35px;
        border: 1px solid #0cabde;
        /*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,
    .article.regulars {
        margin: 0 auto;
        padding: 13px 1em;
        width: 100%;
        box-sizing: border-box;
    }
    .article-masthead img {
        max-width: 120%;
        margin-left: -10%;
    }
    .article-masthead.second-masthead img {
        max-width: 100% !important;
        margin-left: -5% !important;
    }
    .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,
    .body-text ul li {
        font-size: 1em;
        font-weight: 400;
    }
    .body-text .infobox p {
        font-size: 1em;
    }
    .body-text p,
    h1.subhead.que,
    h1.subhead {
        padding: 0 0;
        margin-left: 0;
    }
    #surveyreport h1.subhead,
    #surveyreport.body-text p {
        margin-left: 0;
    }
    .landscape-candidate p,
    .portrait-candidate p {
        font-size: 0.6rem;
        line-height: 1.4;
        font-weight: 300;
        letter-spacing: 0em;
    }
    .landscape-candidate p span.credit {
        margin-top: 0.5em;
    }
    .standfirst {
        padding: 0.5rem 0 0.7rem;
        width: 100%;
        margin: 0 auto;
        font-size: 0.75rem;
        line-height: 1.5;
        border-bottom: none;
        position: relative;
        left: -10px;
    }
    .early-bird-standfirst {
        margin: 13px !important;
        width: 90% !important;
    }
    .early-bird-standfirst span {
        width: 100% !important;
    }
    h1.subhead {
        font-size: 1.3rem;
        letter-spacing: -0.01em;
        margin-left: 0;
        margin-bottom: 0.7em;
    }
    h1.subhead.up1 {
        font-size: 1.7rem;
		margin-bottom:0.4rem;
    }
    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;
        float: none;
    }
    .footer-link-wrap {
        margin-top: 4em;
    }
    #gototop {
        width: 20px;
        height: 20px;
        position: fixed;
        bottom: 78px;
        right: 30px;
    }
    .side-pull-out-quote,
    .side-pull-out-quote-3 {
        width: 100%;
    }
    .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.3;
        font-size: 14px;
    }
    .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 2rem;
    }
    .portrait-style-wrap {
        width: 100%;
        display: table-cell;
        vertical-align: bottom;
        height: auto;
        padding: 10px;
    }
    .portrait-img img {
        width: 100%;
        height: auto;
    }
    .portrait-style {
        width: 100%;
        display: block;
    }
    .portrait-style-wrap h1 {
        font-size: 36px;
        line-height: 42px;
        padding-top: 0px;
        width: 98%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .portrait-details,
    .portrait-img {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .portrait-details p {
        width: 100%;
        max-width: 100%;
        padding-top: 10px;
        margin-top: 0px;
    }
    .collapse table {
        margin-left: 3px;
        margin-bottom: 30px;
        margin-top: 5px;
        width: 96%;
    }
    .collapse td.table-title {
        font-weight: 700;
        text-align: left;
    }
    .scholarship-details h3 {
        padding-left: 0;
        width: 108%;
        margin-left: -7%;
    }
    .expand a:link,
    .expand a:visited,
    .expand a:focus {
        border-width: 1px;
        background-image: url(../img/plus.svg);
        background-size: 30px 30px;
        background-color: #eef1f3;
        background-repeat: no-repeat;
        background-position: 97% 50%;
        font-size: 0.85rem;
        display: block;
        margin-left: 0;
        padding-right: 3rem;
    }
    .expand a:hover,
    .expand a:active {
        background-color: #eef1f3;
        margin-left: 0;
        padding-right: 3rem;
    }
    .expand a.open:link,
    .expand a.open:visited {
        color: #3c3d44;
        background-color: #eaedff;
        background-size: 30px 30px;
        background-image: url(../img/minus.svg);
        background-repeat: no-repeat;
        background-position: 97% 50%;
        display: block;
        margin-left: 0;
        padding-right: 3rem;
    }
    .scholarship-table-standfirst,
    .course-table-standfirst {
        border-bottom: 4px solid #333;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin: 0 13px 10px;
        padding: 10px 0px 10px 0;
        position: relative;
        left: 0;
    }
    .scholarship-details {
        font-size: 13px;
    }
    .scholarship-details h2 {
        font-size: 1.4rem;
        letter-spacing: 0;
        display: inline-block;
        width: auto;
        padding-bottom: 10px;
        font-weight: 400;
        margin-left: 0;
        padding-left: 5px;
    }
    .scholarship-details h2 span {
        font-weight: 400 !important;
        letter-spacing: .03em;
        font-size: 14px;
    }
    .scholarship-details h3 {
        margin-bottom: 0.2em !important;
        letter-spacing: .01em;
    }
    .scholarship-details h3,
    .wrap-eb .answer-name,
    .wrap-eb .highlight {
        padding-left: 10px;
    }
    .wrap-eb a.link-more {
        margin-left: 10px;
    }
    .scholarship-details h2 {
        margin-top: 0 !important;
    }
    .expand {
        padding-bottom: 0.2em;
    }
    .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: 1.2rem;
        line-height: 1.2;
    }
    .contents ul li {
        font-size: 13px;
    }
    .quote {
        font-size: 2.2em;
        line-height: 1.33;
        letter-spacing: -0.01em;
        margin: 0 0 20px;
        text-align: left;
    }
    .quote em {
        text-align: left;
        font-size: 14px;
        padding-top: 10px;
    }
    .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: 5px;
        margin-left: 5px;
        font-size: 10px;
        padding: 5px 8px 6px;
        text-transform: uppercase;
    }
    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: 0;
        font-weight: 600;
    }
    .legend {
        float: none;
        width: auto;
        margin: 0 auto;
        padding-bottom: 10px;
        border-bottom: 2px dashed #e4e4e4;
        border-radius: 0;
    }
    .legend h5,
    .legend ul li {
        font-size: 12px;
    }
    .article-masthead h1,
    h1.second-h1,
    .scholarship-table h1 {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0em;
    }
    .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: 0.55rem;
        display: inline-grid;
    }
    .article-masthead span.byline b,
    .article-masthead.second-h1 span.byline b {
        font-size: 0.7rem;
    }
    .article-masthead.second-h1 span.byline {
        margin-left: 0 !important;
    }
    .article-masthead:before {
        content: '';
        background: none;
    }
    .cag-postit {
        max-width: 98%;
    }
    iframe {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    .cover-feature {
        width: 45%;
        max-width: 180px;
    }
    .cover-text h3.title {
        margin: 0.3em auto;
    }
    .cover-text2 h4 {
        font-size: 14px;
    }
    .cover-logo img {
        width: 70%;
    }
    .cover-col.bar .wrap-eb.read {
        padding: 10px 10px;
        font-size: 16px;
        margin: 4px;
    }
    .coverpage {
        top: 70px;
    }
    .cover-text h3.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: 16px;
    }
    .opening {
        margin-right: 0;
        padding: 0 1rem 0 0;
    }
    .logo {
        max-width: 100%;
        float: none !important;
        padding-right: 0;
        text-align: center;
        margin: 0 auto;
        width: 50%;
        d padding-top: 7px;
    }
    .logo img {
        width: 75%;
        padding-right: 50%;
        padding-top: 7px;
    }
    .footer {
        font-size: 9px;
    }
    .copy {
        padding-top: 10px;
    }
    .wrap-eb {
        padding: 0 0 5px;
    }
    .segment-home .item-text h3 {
        font-size: 1.02rem;
        letter-spacing: -0.01em;
        font-family: 'PT Sans', 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: 0em;
        font-family: 'Noto Sans JP', sans-serif;
        text-transform: uppercase;
        letter-spacing: .03em;
        font-size: 9px;
        font-weight: 400;
        color: #000;
    }
    .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: 105%;
    }
    .cover-link {
        font-size: 12px;
    }
    .gutters {
        padding: 0 2%;
    }
    .grid-9.content-features {
        width: 98% !important;
    }
    .listing-wrapper {
        margin-left: 0em;
        max-width: 100%;
    }
    .listing-wrapper h2 {
        margin-left: 0.3em;
    }
    .contents ul.listing {
        margin-left: 5px;
    }
    li.show-mobile {
        display: block;
    }
    .answer-name {
        letter-spacing: .02em;
        font-size: 0.8rem;
        padding: 0.3rem 0;
        display: inline-block;
    }
    .scholarsquotes .landscape-candidate {
        padding-right: 1rem;
        margin-bottom: 0;
        max-width: 140px;
    }
    p.switch {}
    /*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 screen and (max-width: 320px) {
    iframe {
        width: 100%;
        max-width: 100%;
    }
    .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 {
        width: 80%;
        padding-top: 7px;
    }
}


/*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%;
    }
}
