body {
    font-family: 'Barlow Condensed', sans-serif;
    color: #1A1A1A;
}

p {
    font-size: 2.2em;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 1em;
}

.main ul {
    list-style: disc;
    margin: 0 0 1em 2em;
}

.main ol {
    list-style: decimal;
    margin: 0 0 1em 2em;
}

.main li {
    margin-bottom: 1em;
    font-size: 2.2em;
}

h4 {
    margin: 1em 0 0.5em 0;
    font-size: 2em;
    font-weight: 700;
}

.wrapper {
    max-width: 1100px;
}

.header {
    background-position: center center;
}


/*
.header-middle, .header-middle ul {
  position: relative;
  display: block;
  width: 500px;
}
.header-middle .main-menu ul li {
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.header-middle .main-menu ul li a {
  padding: 5px 10px;
  color: #fff;
}
*/

.main {
    padding: 65px 0;
}

.main-wrapper {
    padding-bottom: 80px;
}


/*
.site-title {
  margin-bottom: 60px;
  font-size: 6em;
  font-weight: 800;
  text-transform: uppercase;
}
*/

.main-menu {
    font-size: 110%;
}

.language-chooser li.active a {
    background-color: #1662E5;
}

.language-chooser li a {
    color: #1662E5;
}

.footer {
    /* color: #000; */
    background-color: #77AAE5;
}


/*
.footer-wrapper {
  display: inline-block;
  padding: 27px 0;
}
.footer-right {
  padding-left: 15px;
  text-align: right;
}
*/


/* ALL PAGES */

.content-heading {
    position: relative;
    margin-bottom: 20px;
    color: #1662E5;
    font-size: 5em;
    font-weight: 900;
    text-align: center;
}

.content-heading2 {
    margin-bottom: 10px;
    font-size: 4em;
    text-align: center;
}

.content-heading3 {
    margin-bottom: 10px;
    font-size: 2.8em;
    text-align: center;
}

.text-large {
    max-width: 760px;
    margin: 0 auto 80px auto;
    color: #3A508B;
    font-size: 2.7em;
    /* font-weight: 300; */
    letter-spacing: -1px;
    text-align: center;
}

.color-blocks {
    text-align: center;
    margin-top: 60px;
}

.color-block {
    display: inline-block;
    position: relative;
    width: 31%;
    margin: 0 0.625%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 60px;
}

.color-block:nth-child(5n+1) {
    background-color: #FFE09E;
}

.color-block:nth-child(5n+2) {
    background-color: #E1F7ED;
}

.color-block:nth-child(5n+3) {
    background-color: #F7FFBC;
}

.color-block:nth-child(5n+4) {
    background-color: #E1E4F7;
}

.color-block:nth-child(5n+5) {
    background-color: #F7E1EE;
}

.cb-content {
    display: block;
    width: 100%;
    height: 100%;
    color: #1A1A1A;
    text-align: left;
}

.color-block.loaded .cb-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.cb-icon {
    display: block;
    float: right;
    width: 40%;
    height: 0;
    padding-bottom: 30%;
    margin: 0 0 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.cb-icon-text {
    position: absolute;
    font-size: 4.8em;
    font-weight: 800;
    top: -33px;
    left: 6px;
}

.cb-text {
    display: block;
    position: absolute;
    top: 50%;
    padding: 30px 35px;
    font-size: 2.2em;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cb-text-inner {
    display: block;
}

.table-wrapper {
    position: relative;
    padding: 10px 0;
    overflow-x: auto;
}

.table-wrapper.scrollx:before {
    position: absolute;
    top: 25px;
    right: 25px;
    content: '';
    font-size: 2em;
    color: #CCC;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #FFF;
    background-image: url('images/hand-left-2-white.png');
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    -webkit-animation: handicon 4s infinite;
    -moz-animation: handicon 4s infinite;
    -o-animation: handicon 4s infinite;
    animation: handicon 4s infinite;
}

@-webkit-keyframes handicon {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes handicon {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes handicon {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes handicon {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.table-wrapper.scrollx:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    z-index: 1;
}

.primary-btn {
    color: #fff;
    text-decoration: none;
    background-color: #1662E5;
    padding: 10px 15px;
    font-size: 22px;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.primary-btn:hover {
    color: #fff;
    background-color: #77aae5;
}


/** HOME **/

body#home .main {
    display: none;
}

.home-row-1 {
    width: 90%;
    max-width: 700px;
    padding: 140px 0 80px;
    margin: auto;
}

.home-row-1 .content-heading:before {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 35px;
    height: 60px;
    content: '';
    background-image: url(images/general-education/icon-intro@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-row-2 {
    position: relative;
    display: inline-block;
}

.home-row-2 .content-heading:before {
    position: absolute;
    top: -60px;
    left: 0;
    width: 65px;
    height: 45px;
    content: '';
    background-image: url(images/general-education/icon-role@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-row-2 .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.home-row-2 .right {
    float: right;
    width: calc(50% + 50px);
    background-color: #E0EAF9;
    padding: 140px 70px 70px;
    margin-top: 50px;
}

.home-row-2 .right .content-heading {
    text-align: left;
}

.home-row-3 {
    width: 90%;
    max-width: 700px;
    padding: 130px 0 20px;
    margin: auto;
}

.home-row-3 .content-heading:before {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 60px;
    height: 60px;
    content: '';
    background-image: url(images/general-education/icon-outcomes@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-row-4 {
    width: 90%;
    padding: 10px 0;
    margin: 20px auto;
}

.home-row-5 {
    width: 90%;
    padding: 15px 25px;
    margin: 20px auto 80px;
}

.home-row-5 .color-block {
    display: inline-block;
    position: relative;
    width: 44%;
    margin: 0 2.8%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 60px;
}

.home-row-5 .color-block:nth-child(4n+1) {
    background-color: #C6DCF2;
}

.home-row-5 .color-block:nth-child(4n+2) {
    background-color: #C6DCF2;
}

.home-row-5 .color-block:nth-child(4n+3) {
    background-color: #E3EBF4;
}

.home-row-5 .color-block:nth-child(4n+4) {
    background-color: #E3EBF4;
}

.home-row-5 .cb-text {
    padding: 15px 25px;
}

.home-row-5 .cb-icon-text {
    font-size: 3em;
    top: -24px;
}


/** USEFUL LINKS **/

.links-blocks {
    text-align: center;
    margin-top: 60px;
    text-align: left;
}

.links-block {
    display: inline-block;
    position: relative;
    width: 31%;
    margin: 0 0.625%;
    text-align: left;
    vertical-align: top;
    padding: 0 40px 0 70px;
    margin-bottom: 60px;
}

.links-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 50px;
    content: '';
    background-image: url(images/general-education/icon-links@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.links-text {
    display: block;
    font-size: 3.4em;
    font-weight: 300;
    color: #3A5087;
}


/** COURSES **/

.courses-links {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    margin-bottom: 75px;
    /* overflow: hidden; */
}

.courses-link {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-right: 2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.courses-link:last-child {
    margin-right: 0;
}

.courses-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgb(255, 255, 255, 0.85);
}

.courses-link.active:before {
    background-color: unset;
}

.courses-link span {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 18px;
    font-size: 5em;
    font-weight: 700;
    line-height: 1;
    color: #909090;
    background-color: #FFF;
}

.courses-link.active span {
    color: #FFF;
    background-color: #1662E8;
}

.page-title {
    margin-bottom: 60px;
    overflow: hidden;
}

.page-title h1 {
    display: inline-block;
    position: relative;
    padding: 0 20px 20px 0;
    margin-top: 2px;
    color: #1662E5;
    background-color: #FFF;
    font-size: 4.3em;
    font-weight: 500;
}

.page-title h1:after {
    display: block;
    position: absolute;
    content: '';
    left: 100%;
    bottom: 22px;
    width: 3000px;
    height: 3px;
    background-color: #1662E5;
}

.accordion-group {
    margin-bottom: 60px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.accordion-heading {
    display: table-cell;
    /* width: 34%; */
    width: 340px;
    padding: 30px 25px;
    border-right: 15px solid #FFF;
    color: #FFF;
    background-color: #1AC9CF;
    font-size: 2.9em;
    vertical-align: top;
}

.accordion-group:nth-child(even) .accordion-heading {
    background-color: #1564A1;
}

.accordion-rows {
    display: table-cell;
    vertical-align: top;
}

.accordion-row {
    margin-bottom: 16px;
    background-color: #DCE7FC;
}

.accordion-group:nth-child(even) .accordion-row {
    background-color: #E8F5FF;
}

.accordion-row:last-child {
    margin-bottom: 0;
}

.accordion-topic {
    position: relative;
    padding: 25px 50px 25px 25px;
    font-size: 3em;
    cursor: pointer;
}

.accordion-row.active .accordion-topic {
    font-weight: 700;
}

.accordion-topic:after {
    display: block;
    position: absolute;
    content: '\25BE';
    top: 30px;
    right: 25px;
    font-size: 1.4em;
    transition: all 0.2s ease-in;
}

.accordion-row.active .accordion-topic:after {
    top: 25px;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.2s ease-out;
}

.accordion-details {
    display: none;
    padding: 0 50px 40px 25px;
}

.accordion-details img {
    width: 100%;
}

.content-slider-container {
    position: relative;
    margin-bottom: 60px;
}

.content-slider {
    visibility: hidden;
}

.content-slide {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #E8F5FF;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.cs-left {
    display: table-cell;
    position: relative;
    width: 49.5%;
    vertical-align: top;
}

.cs-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cs-right {
    display: table-cell;
    padding: 80px 60px 100px 60px;
    vertical-align: top;
}

.cs-text {
    font-size: 2.5em;
    font-weight: 500;
}

.bx-wrapper .bx-pager {
    left: 49.5% !important;
    width: 50.5% !important;
    padding-left: 60px;
    text-align: left !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 8px !important;
    background-color: #989898 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #0983E0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #3A508B !important;
}

.content-row-icon {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 60px;
}

.cri-left {
    display: table-cell;
    width: 250px;
    /* width: 26%; */
    padding: 30px 25px;
    background-color: #0983E0;
    border-right: 16px solid #FFF;
    text-align: center;
    vertical-align: middle;
}

.cri-icon {
    width: 100px;
    height: 120px;
    margin: 0 auto 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.cri-heading {
    color: #FFF;
    font-size: 2.3em;
    font-weight: 700;
}

.cri-right {
    display: table-cell;
    position: relative;
    padding: 40px;
    background-color: #E8F5FF;
    vertical-align: middle;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cri-right-with-pin:after {
    display: block;
    position: absolute;
    content: '';
    right: -15px;
    top: -30px;
    width: 73px;
    height: 73px;
    background: url('images/general-education/icon-pin@2x.png') no-repeat center center;
    background-size: contain;
}

.cra-heading {
    color: #3A508B;
    font-size: 2.3em;
    font-weight: 700;
}

.cra-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cra-left {
    display: table-cell;
    width: 250px;
    /* width: 26%; */
    padding: 30px 25px;
    border-right: 16px solid #FFF;
    text-align: center;
    vertical-align: middle;
}

.cra-icon {
    width: 100px;
    height: 120px;
    margin: 0 auto 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.cra-right {
    display: table-cell;
    padding: 40px;
    vertical-align: middle;
}

.content-grids {
    margin-bottom: 60px;
    overflow: hidden;
}

.content-grid {
    float: left;
    width: 49.5%;
    margin: 0 1% 1% 0;
}

.content-grid:nth-child(even) {
    margin-right: 0;
}

.content-grid {
    padding: 15px;
}

.content-grid:nth-child(4n+1) {
    background-color: #BE7CE0;
}

.content-grid:nth-child(4n+2) {
    background-color: #FFA6AF;
}

.content-grid:nth-child(4n+3) {
    background-color: #A5DB86;
}

.content-grid:nth-child(4n+4) {
    background-color: #1AC9CF;
}

.cg-image {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/** Programme Structure **/

.content-rows {
    width: 86%;
    margin: auto;
}

.content-row {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.content-rows.content-ps .content-row-2+.content-row-1 {
    margin-top: 80px;
}

.content-row-heading {
    position: relative;
    width: 100%;
    font-size: 3em;
    font-weight: 700;
    color: #1662E8;
    margin-bottom: 20px;
}

.content-row-details {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.content-row-details .italic {
    font-style: italic;
}

.content-row-details table {
    table-layout: auto;
}

.content-row-details table tr td {
    font-size: 2.1em;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    background-color: #F3F7FE;
    border: 2px solid #DDDDDD;
}

.content-row-details table tr td:first-child {
    border-left: 0;
}

.content-row-details table tr td:last-child {
    border-right: 0;
}

.content-row-details table tr:first-child td {
    border-top: 0;
}

.content-row-details table tr td.inner-table tr:last-child td {
    border-bottom: 0;
}

.content-row-details table tr:last-child td {
    border-bottom: 2px solid #DDDDDD;
}

.content-row-details table tr td.medium {
    font-weight: 500;
}

.content-row-details table tr td.inner-table {
    font-size: 1em;
    padding: 0;
    margin-bottom: 0;
}

.content-row-details table tr td.inner-table table {
    margin-bottom: 0;
}

.content-row-details table tr td.left {
    text-align: left;
}

.content-row-details table tr td.pd-right {
    padding-left: 45%;
}

.content-row-details table tr td.green {
    background-color: #E1F7ED;
}

.content-row-details table tr td.pink {
    background-color: #F7E1EE;
}

.content-row-details table tr td.yellow {
    background-color: #F7FFBC;
}

.content-row-details table tr td.heading {
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1200px) {
    .content-heading,
    .content-heading2 {
        font-size: 2.8em;
    }
    .content-heading3 {
        font-size: 2.6em;
    }
    .content-row-heading {
        font-size: 2.4em;
    }
    .page-title h1 {
        font-size: 2.8em;
    }
    .courses-link span {
        font-size: 3em;
    }
    .courses-links {
        margin-bottom: 60px;
    }
    .accordion-topic {
        font-size: 2.4em;
    }
    .content-rows {
        width: 100%;
    }
    .accordion-topic:after {
        top: 25%;
        font-size: 1.2em;
    }
}

@media (max-width: 1000px) {
    .content-heading,
    .content-heading2 {
        font-size: 2.6em;
    }
    .content-heading3 {
        font-size: 2.4em;
    }
    .content-row-heading {
        font-size: 2.2em;
    }
    .page-title h1 {
        font-size: 2.6em;
    }
    .links-text {
        font-size: 2em;
    }
    .courses-link span {
        font-size: 2.6em;
    }
    p,
    .main li,
    .content-row-details table tr td.heading,
    .content-row-details table tr td {
        font-size: 2em;
    }
    .main {
        padding: 30px 0;
    }
    .main-wrapper {
        padding-bottom: 0;
    }
    .page-title {
        margin-bottom: 40px;
    }
    .table-wrapper {
        overflow-x: auto;
    }
    .home-row-1 {
        padding: 100px 0 60px 0;
    }
    .home-row-2 .left {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
    }
    .home-row-2 .right {
        float: none;
        width: 100%;
        margin: 0;
        padding-top: 120px;
    }
    .home-row-2 .content-heading:before {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .home-row-2 .right .content-heading {
        text-align: center;
    }
    .home-row-3 {
        padding: 130px 0 0 0;
    }
    .home-row-4 {
        margin: 0 auto;
    }
    .home-row-4 .color-block:nth-child(5n+4),
    .home-row-4 .color-block:nth-child(5n+5) {
        width: 45%;
    }
    .home-row-5 {
        margin-top: -30px;
        margin-bottom: 0;
    }
    .links-blocks {
        min-height: 200px;
        margin-top: 40px;
    }
    .links-block {
        padding: 0 20px 0 40px;
        margin-bottom: 35px;
    }
    .links-icon {
        width: 25px;
        height: 40px;
    }
    .courses-links {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .content-row-details>.table-wrapper>table {
        min-width: 650px;
    }
    .content-heading,
    .content-heading2 {
        font-size: 2.4em;
    }
    .content-heading3 {
        font-size: 2.2em;
    }
    .content-row-heading {
        font-size: 2em;
    }
    .page-title h1 {
        font-size: 2.2em;
    }
    .links-text {
        font-size: 1.8em;
    }
    .courses-link span {
        font-size: 2.4em;
    }
    p,
    .main li,
    .content-row-details table tr td.heading,
    .content-row-details table tr td {
        font-size: 1.7em;
    }
    .page-title {
        margin-bottom: 20px;
    }
    .cb-icon-text {
        font-size: 4em;
    }
    .cb-text {
        font-size: 2em;
    }
    .content-heading,
    .content-heading2 {
        font-size: 2.2em;
    }
    .content-heading3 {
        font-size: 2em;
    }
    .accordion-topic {
        font-size: 2em;
    }
    .main-menu-button {
        background-color: #1662E5;
    }
    .home-row-4 .color-block,
    .home-row-4 .color-block:nth-child(5n+4),
    .home-row-4 .color-block:nth-child(5n+5) {
        width: 44%;
        margin-left: 2.8%;
        margin-right: 2.8%;
    }
    .home-row-4 .color-block:nth-child(5n+5) {
        width: 95%;
        margin: 0;
    }
    .home-row-5 {
        margin-top: 30px;
    }
    .links-blocks {
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .content-heading,
    .content-heading2 {
        font-size: 2.2em;
    }
    .content-heading3 {
        font-size: 2em;
    }
    .content-row-heading {
        font-size: 1.8em;
    }
    .page-title h1 {
        font-size: 2em;
    }
    .links-text {
        font-size: 1.6em;
    }
    .courses-link span {
        font-size: 2.2em;
    }
    .primary-btn {
        padding: 10px 12px;
        font-size: 18px;
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .home-row-4 .color-block,
    .home-row-4 .color-block:nth-child(5n+4),
    .home-row-4 .color-block:nth-child(5n+5),
    .home-row-5 .color-block {
        width: 100%;
        margin: 0 0 60px 0;
    }
}

@media (max-width: 450px) {
    .courses-links {
        height: auto;
    }
    .courses-link {
        float: none;
        width: 100%;
        height: 150px;
        margin: 0;
    }
}