@charset "UTF-8";
/* CSS Document */
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
}
/* Layout */
body {
    width: 100%;
    overflow-x: hidden;
    background: url("../img/bg.png") repeat;
    background-color: #F4F1EC;
    font-family: "pt-sans-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;
    margin: 0;
}
#container, #content-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.third {
    width: 33%;
    float: left;
    text-align: center;
}
.third.border-v, .third.border-vs {
    width: calc(33% - 5px);
}
#submenu-image {
    max-width: 95%;
    float: left;
    text-align: right;
}
.twothird {
    width: 66%;
    float: left;
    text-align: left;
}
.twothird.border-v, .twothird.border-vs {
    width: 66%;
}
.half {
    width: 50%;
    float: left;
}
.half.border-v, .half.border-vs {
    width: calc(50% - 5px);
}
.quarter {
    width: 25%;
    float: left;
}
.quarter.border-v, .quarter.border-vs {
    width: calc(25% - 5px);
}
.threequarter {
    width: 75%;
    float: left;
}
.threequarter.border-vs {
    width: calc(75% - 5px);
}
/* Columns */
.icongrid, .icongrid20 {
    width: 90%;
    margin: auto;
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
}
.icongrid {
    grid-template-columns: repeat(auto-fill, 150px);
}
.icongrid20 {
    grid-template-columns: repeat(auto-fill, 20%);
}
.column2 {
    column-count: 2;
    column-gap: 40px;
}
#submenu-list {
    float: left;
}
#gad {
    width: 728px;
    height: auto;
    max-height: 185px;
    margin: auto;
    clear: both;
    text-align: center;
    overflow: hidden;
}
#footer {
    width: 100%;
}
#footer p {
    text-align: center;
}
#quizYourself {
    margin: auto;
    clear: both;
    background: url("../img/click_quiz-yourself-l.gif");
    cursor: pointer;
    width: 500px;
    height: 157px;
}
#quizYourself a {
    display: block;
    text-indent: -999em;
    width: 500px;
    height: 157px;
}
.tablet-portrait, .mobile-portrait, .mobile-landscape {
    display: none;
}
/* Navigation */
#nav {
    width: 100%;
    clear: both;
}
#nav ul {
    list-style: none;
    padding: 0;
}
#nav li {
    font-weight: 600;
    /*font-family: "john-doe", sans-serif;*/
}
#nav a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    padding: 0;
    display: block;
}
#previous, #next {
    width: 40%;
    height: 50px;
    overflow: hidden;
}
#previous {
    text-align: left;
    float: left;
}
#next {
    text-align: right;
    float: right;
}
#previous img {
    float: left;
    margin-right: 10px;
}
#next img {
    float: right;
    margin-left: 10px;
}
/* Borders and dividers */
.clear0 {
    border: none;
    clear: both;
}
.clear50 {
    border: none;
    clear: both;
    height: 50px;
}
.border-curly, .border-dots, .border-banner, .border-leaves, .border-bees, .border-diamonds, .border-blobs, .border-pacman, .border-flowers, .border-dots-small {
    border: 0;
    height: 20px;
    width: 100%;
    clear: both;
}
.border-curly {
    background: url("../img/border-curly.png") center center repeat-x;
}
.border-dots {
    background: url("../img/border-dots.png") center center repeat-x;
}
.border-dots-small {
    background: url("../img/border-dots-small.png") center center repeat-x;
}
.border-blobs {
    background: url("../img/border-blobs.png") center center repeat-x;
}
.border-leaves {
    background: url("../img/border-leaves.png") center center repeat-x;
}
.border-bees {
    background: url("../img/border-bees.png") center center repeat-x;
}
.border-diamonds {
    background: url("../img/border-diamonds.png") center center repeat-x;
}
.border-pacman {
    background: url("../img/border-pacman.png") center center repeat-x;
}
.border-flowers {
    background: url("../img/border-flowers.png") center center repeat-x;
}
.border-banner {
    background: url("../img/border-banner.png") center center repeat-x;
    height: 54px;
}
.border-v {
    background: url("../img/border-v.png") top right repeat-y;
    padding-right: 5px;
}
.border-vs {
    background: url("../img/border-vs.png") top right repeat-y;
    padding-right: 5px;
}
.vs-contain {
    width: 100%;
    clear: both;
    background: url("../img/vs.png") top center no-repeat;
    background-size: 12%;
}
.vs-contain:after {
    content: "Versus";
    display: block;
    clear: both;
    visibility: hidden;
}
.vs-l {
    width: 43%;
    float: left;
}
.vs-r {
    width: 43%;
    float: right;
}
.pros, .cons {
    width: calc(100% - 70px);
    height: 40px;
    padding: 20px 0 0 70px;
    font-family: "john-doe", sans-serif;
    clear: both;
}
.pros {
    background: url("../img/thumb-up.png") left top no-repeat;
    color: #037F3D;
}
.cons {
    background: url("../img/thumb-down.png") left top no-repeat;
    color: #910002;
}
ul.prosList li {
    background: url("../img/star-8.png") left top no-repeat !important;
    background-size: 20px;
}
ul.consList li {
    background: url("../img/star-9.png") left top no-repeat !important;
    background-size: 20px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "permanent-marker", sans-serif;
    opacity: 0.8;
    /*font-family: "bowman", serif;*/
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h1 {
    font-size: 3em;
    line-height: 1em;
    width: 100%;
    margin: 0 auto 20px auto;
    text-shadow: 3px 3px 0px #97c9e9;
}
#maintitle {
    width: 600px;
    height: 218px;
    margin: 0 auto 5px auto;
    padding-top: 25px;
    background: url("../img/home-title-wide.png") center center no-repeat;
    display: block;
    text-indent: -999em;
    overflow: hidden;
}
h2 {
    font-size: 2.25em;
    line-height: 1.25em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: 3px 3px 0px #da98d5;
}
h3 {
    font-size: 1.75em;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: 3px 3px 0px #dac298;
}
h4 {
    font-size: 1.5em;
    line-height: 0.5em;
    margin-top: 5px;
    margin-bottom: 10px;
    text-shadow: 3px 3px 0px #7fd693;
}
p, li {
    text-align: left;
    font-size: 1.1250em;
}
p a {
    color: #000;
    text-decoration: none;
    border-bottom: dotted 2px #00f;
}
h1 a, h2 a, h3 a, h4 a {
    color: #000;
    text-decoration: none;
}
blockquote {
    clear: both;
    margin: 10px auto 2px auto;
    width: 70%;
    font-size: 1.25em;
    font-family: "john-doe", sans-serif;
    text-align: center;
    padding: 0;
}
.quote-l {
    background: url("../img/quote-l.png") top left no-repeat;
}
.quote-r {
    background: url("../img/quote-r.png") bottom right no-repeat;
}
.quote-l, .quote-r {
    width: 92px;
    height: 100%;
    min-height: 73px;
    float: left;
}
.quote-m {
    width: calc(100% - 184px);
    float: left;
}
p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    background: url("../img/bg-yellow.png") center center no-repeat;
    background-size: cover;
}
/* Highlighting */
b, strong, .green {
    background: url("../img/bg-green.png") center center no-repeat;
    background-size: cover;
}
.red {
    background: url("../img/bg-red.png") center center no-repeat;
    background-size: cover;
}
.blue {
    background: url("../img/bg-blue.png") center center no-repeat;
    background-size: cover;
}
.yellow {
    background: url("../img/bg-yellow.png") center center no-repeat;
    background-size: cover;
}
.purple {
    background: url("../img/bg-purple-small.png") center center no-repeat;
    background-size: cover;
}
.centre {
    text-align: center;
}
.left {
    text-align: left !important;
}
.floatleft {
    float: left;
}
.formula {
    font-family: "john-doe", sans-serif;
}
.indent {
    padding-left: 35px;
    min-height: 30px;
    background: url("../img/indent.png") left top no-repeat;
}
#content-container ul {
    list-style: none;
    padding-left: 0;
}
#content-container li {
    margin: 0;
    padding: 3px 0 3px 30px;
    list-style: none;
}
#content-container li:nth-child(7n-1) {
    background: url("../img/star-1.png") left top no-repeat;
    background-size: 20px;
}
#content-container li:nth-child(7n-2) {
    background: url("../img/star-2.png") left top no-repeat;
    background-size: 20px;
}
#content-container li:nth-child(7n-3) {
    background: url("../img/star-3.png") left top no-repeat;
    background-size: 20px;
}
#content-container li:nth-child(7n-4) {
    background: url("../img/star-4.png") left top no-repeat;
    background-size: 20px;
}
#content-container li:nth-child(7n-5) {
    background: url("../img/star-5.png") left top no-repeat;
    background-size: 20px;
}
#content-container li:nth-child(7n-6) {
    background: url("../img/star-6.png") left top no-repeat;
    background-size: 20px;
}
#content-container li:nth-child(7n-7) {
    background: url("../img/star-7.png") left top no-repeat;
    background-size: 20px;
}
/* Submenu */
#submenu-list ul {
    padding-left: 0;
}
#submenu-list li {
    color: #D8D8B8;
    list-style: none;
    font-size: 1.25em;
    margin: 5px 0 15px 0;
    font-family: "john-doe", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#submenu-list li a {
    text-decoration: none;
    color: #000;
    display: block;
}
#submenu-list li a:hover {
    color: #128DCE;
}
/* Images */
.menupic img {
    margin: 20px 0 30px 0;
    width: 90%;
    display: block;
}
#masthead {
    height: 150px;
    width: 50%;
    text-indent: -999em;
    margin: auto;
    background: url("../img/mast-business-studies-wide.png") center center no-repeat;
    background-size: contain;
    display: block;
}
#masthead a {
    height: 100%;
    width: 100%;
    display: block;
}
.half img, .quarter img, .formula img, .imgctr img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imgctr img {
    width: 100%;
}
.wrap, .wrap150, .wrap200 {
    float: left;
    padding-right: 15px;
}
.wrap150 {
    width: 150px;
}
.wrap200 {
    width: 200px;
}
/* Test Yourself */
.test {
    background: url("../img/bg-purple.png") top center no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: #776026 dashed 3px;
    margin: 10px 2% 0 2%;
    padding: 0 2% 0 2%;
    width: 92%;
}
.test h3 {
    margin: 8px auto 3px auto;
}
.test .answerbutton {
    cursor: pointer;
    display: block;
    background: url("../img/bg-answer.png") center center no-repeat;
    border: dashed #000 2px;
    border-radius: 5px;
    width: 35%;
    text-align: center;
    font-family: "john-doe", sans-serif;
    color: antiquewhite;
    margin: 4px auto 4px auto;
}
/* TES Links */
.tesImg {
    max-width: 90%;
    margin: auto;
}
.tesLink {
    margin: 10px auto 20px auto;
}
.tesLink a {
    text-decoration: none;
    background-color: #FBDB33;
    border: solid 1px #AAA000;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    box-shadow: 0 0 8px #aaa;
    color: #000;
    font-weight: 700;
}
.tesLink a:hover {
    background-color: #00D4FF;
    border: solid 1px #3395B4;
}
/* Click show */
.clickshow:hover {
    cursor: pointer;
}
.clickshow {
    display: block;
}
.hide {
    display: none;
}
.answer {
    border-radius: 9px;
    border: thin dashed antiquewhite;
    padding: 5px;
    font-family: "john-doe", sans-serif;
    background: #000;
    color: antiquewhite;
}
/* Steps */
.flow-top, .flow-steps {
    width: 92%;
    height: 55px;
    text-align: center;
    font-family: "john-doe", sans-serif;
    font-size: 16px;
    margin: 0 2% 0 2%;
    padding: 30px 2% 0 2%;
}
.flow-top {
    background: url("../img/flow-top.png") top center no-repeat;
    background-size: cover;
}
.flow-steps {
    background: url("../img/flow-steps.png") top center no-repeat;
    background-size: cover;
}
/* Overrides */
.no-resize {
    width: inherit !important;
    height: inherit !important;
}
.setSize250 {
    width: 250px;
    height: 250px;
    margin: auto;
}
/* Responsive */
/* Mobile (Small Portrait) */
@media only screen and (max-width: 480px) {
    blockquote {
        width: 100%;
    }
    .quote-l {
        background: url("../img/quote-l.png") top left no-repeat;
    }
    .quote-r {
        background: url("../img/quote-r.png") top right no-repeat;
    }
    .quote-l, .quote-r {
        background-size: 75%;
        width: 46px;
    }
    .quote-m {
        width: calc(100% - 92px);
    }
    #masthead {
        width: 100%;
        background: url("../img/mast-business-studies-narrow.png") center center no-repeat;
        background-size: contain;
    }
    #maintitle {
        width: 100%;
        height: 265px;
        background: url("../img/home-title-narrow.png") center center no-repeat;
        background-size: contain;
    }
    .quarter, .quarter.border-v, .quarter.border-vs, .threequarter, .threequarter.border-vs, .twothird, .twothird.border-v, .twothird.border-vs, .third, .third.border-v, .third.border-vs, .half, .half.border-v, .half.border-vs, #submenu-list, .formula img, .imgctr {
        width: 96%;
        margin-left: 2%;
        clear: both;
        padding: 0;
    }
    .quarter img {
        max-width: 100px;
    }
    .icongrid20 {
        grid-template-columns: repeat(auto-fill, 40%);
    }
    .icongrid20 img {
        width: 100%;
    }
    .border-v, .border-vs {
        background-image: none;
    }
    #submenu-image {
        display: none;
    }
    .menupic img {
        width: 95%;
    }
    #submenu-list {
        width: 100%
    }
    h1 {
        font-size: 2em;
        text-align: center;
    }
    h2 {
        font-size: 1.5em;
        text-align: center;
    }
    .vs-contain {
        background-image: none;
    }
    .vs-l, .vs-r {
        width: 100%;
        clear: both;
    }
    .mobileHide {
        display: none;
    }
    #quizYourself {
        width: 400px;
        height: 125px;
        background: url("../img/click_quiz-yourself-s.gif");
    }
    #previous, #next {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: dashed #8E8367 1px;
    }
    #gad {
        width: 300px;
    }
}
/* Mobile (Landscape) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    blockquote {
        width: 100%;
    }
    .quote-l {
        background: url("../img/quote-l.png") top left no-repeat;
    }
    .quote-r {
        background: url("../img/quote-r.png") bottom right no-repeat;
    }
    .quote-l, .quote-r {
        background-size: 75%;
        width: 46px;
    }
    .quote-m {
        width: calc(100% - 92px);
    }
    #masthead {
        width: 100%;
        background: url("../img/mast-business-studies-narrow.png") center center no-repeat;
        background-size: contain;
    }
    #maintitle {
        width: 300px;
        height: 265px;
        background: url("../img/home-title-narrow.png") center center no-repeat;
    }
    .quarter, .quarter.border-v, .quarter.border-vs, .threequarter, .twothird, .twothird.border-v, .twothird.border-vs, .third, .third.border-v, .third.border-vs, #submenu-list {
        max-width: calc(50% - 5px);
        overflow: hidden;
    }
    .half, .half.border-v, .half.border-vs {
        max-width: calc(50% - 5px);
        background: none;
    }
    .quarter img, .third img, .half img, .formula img, .imgctr, .threequarter {
        max-width: 90%;
    }
    #submenu-image {
        width: 33%;
    }
    .menupic img {
        width: 95%;
    }
    #submenu-image img {
        width: 60%;
    }
    #submenu-list {
        width: 66%
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
        text-align: center;
    }
    .mobileHide {
        display: none;
    }
    #gad {
        width: 300px;
    }
}
/* Mobile (Landscape) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
    blockquote {
        width: 100%;
    }
    .quote-l {
        background: url("../img/quote-l.png") top left no-repeat;
    }
    .quote-r {
        background: url("../img/quote-r.png") bottom right no-repeat;
    }
    .quote-l, .quote-r {
        background-size: 75%;
        width: 46px;
    }
    .quote-m {
        width: calc(100% - 92px);
    }
    .third {
        width: 33%;
    }
    .border-v {
        background-image: none;
    }
    #submenu-image {
        width: 33%;
        overflow: hidden;
    }
    #submenu-list {
        width: 66%;
    }
    #submenu-image img {
        width: 75%;
    }
    .half, .half.border-v, .half.border-vs, .formula img, .quarter, .quarter.border-v, .quarter.border-vs {
        max-width: calc(50% - 5px);
        background: none;
        /*margin: auto;*/
    }
    .third, .third.border-v, .third.border-vs {
        width: calc(33% - 5px);
    }
    .twothird, .twothird.border-v, .twothird.border-vs {
        width: calc(66% - 5px);
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
        text-align: center;
    }
    .mobileHide {
        display: none;
    }
    #previous, #next {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: dashed #8E8367 1px;
    }
    #gad {
        width: 300px;
    }
}
/* Big screen */
@media only screen and (min-width: 993px) {
    #container, #content-container {
        width: 960px;
    }
    #submenu-image img {
        width: 55%;
    }
    #submenu-list {
        width: 66%;
    }
    #submenu-list h1 {
        text-align: left;
    }
}