/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 May 2023 03:47:21
*/


/* MDX new Course Page */

/* mdx grid simlyfied */
.grid {
    overflow: hidden;
    margin: 0 -8px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.grid-items-2,
.grid-items-3,
.grid-items-4 {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 8px;
}

.grid-items-3 {
    width: 33.333333%;
}

.grid-items-4 {
    width: 25%;
}

.grid-items-2 {
    width: 50%;
}

.grid-img-wrapper {
    position: relative;
    overflow: hidden;
}

.grid-img-wrapper img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    max-width: 1000%;
}

.grid-hover {
    transition: all 0.5s;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    visibility: hidden;
    top: 0;
    left: 0;
}

.grid-img-wrapper:hover .grid-hover,
.course-page-key-info__box:hover .grid-hover,
.course-page__galery-carousel-item:hover .grid-hover {
    background: rgba(0,0,0,0.25);
    visibility: visible;
}

@media screen and (max-width:800px) {
    .grid-items-2,
    .grid-items-3,
    .grid-items-4 {
        width: 100%;
    } 
    
    .grid {
        display: block;
        margin: 0;
    }
    
    .grid-img-wrapper img {
        width: 100%;
        height: auto;
    }
}

/*common */
.course-page {
    background: #fff;
}

.course-page .content-container p,
.course-page .content-container time {
    color: #333;
}

.course-page .tabbed-content-text .content-container .content > div:not(.grid) {
    padding: 0 !important;
    margin: 0 !important;
}

.course-page__cta {
    font-family: 'dax-medium', arial, sans-serif;
    font-size: 1.200em;
    color: #fff;
    background-color: #ff0000;
    padding: 11px 34px 11px 17px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.course-page__cta.triangle:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #ff0000 transparent;
    bottom: 0px;
    left: -40px;
}

.course-page__cta--clearing {
    margin-top: 25px;
}
.course-page__cta--clearing--link {
    color: white;
}

a.course-page__cta:hover,
button.course-page__cta:hover {
    background-color: #de0000;
}

.course-page__cta-label {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
}

a > .course-page__cta-label:after,
button > .course-page__cta-label:after {
    content: " ";
    background-image: url('http://www.mdx.ac.uk/__data/assets/image/0026/7739/bg-block-link.png?v=0.1.10');
    height: 16px;
    width: 11px;
    top: 1px;
    right: -23px;
    background-size: cover;
    position: absolute;
}

.gradient-bg {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 58%, #e6e6e6 58%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 58%, #e6e6e6 58%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 58%, #e6e6e6 58%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.course-page .flex-direction-nav .flex-prev,
.course-page .flex-direction-nav .flex-next {
    background-color: #555;
    height: 46px;
    width: 46px;
    z-index: 13;
}

.course-page .flex-direction-nav .flex-prev {
    left: -74px;
    background: url('https://www.mdx.ac.uk/__data/assets/image/0021/243570/icon-slider-left.png?v=0.1.1') center center no-repeat;
}

.course-page .flex-direction-nav .flex-next {
    right: -74px;
    background: url('https://www.mdx.ac.uk/__data/assets/image/0022/243571/icon-slider-right.png?v=0.1.1') center center no-repeat;
}

.course-page .slides:after {
    content: "";
}

.tabbed-content-text .hide-for-tabs {
    display: none;
}

.course-page h1.title {
    display: none;
}

@media screen and (max-width:1200px) {
    .course-page .flex-direction-nav .flex-prev {
        left: -20px;
    }

    .course-page .flex-direction-nav .flex-next {
        right: -20px;
    }
}

@media screen and (max-width:800px) {
    .course-page .sidebar-right .component:first-child {
        margin-top: 1em;
    }
    
    .course-page .section-navigation-button {
        display: none !important;
    }
}


/* header */

@media screen and (min-width:801px) {
    .course-page .search-and-saved-wrapper {
        display: none
    }
}

@media screen and (max-width:800px) {
    .course-page header {
        height: auto;
    }
    
    .course-page .search-inner-fixed .search-and-saved {
        top: 78px;
    }
}

/*saved pages*/
.course-page .saved-pages .saved-pages-number {
    float: left;
}

.course-page .global-tab-saved {
    position: absolute;
    top:1px;
    right: 5px;
    margin-left: 1em;
}

.course-page .global-tab-saved .page-save {
    margin: 0;
    padding: 0;
    width: 17px;
}

.course-page .global-tab-saved .page-save:before {
    content: "+";
    color: #eb212e;
    position: relative;
    right: 4px;
    font-size: 16px;
    top: -1px;
    font-family: arial,sans-serif;
}

.course-page .global-tab-saved.mobile .page-save:before {
    color: #fff;   
    position: static;
}


.course-page .global-tab-saved .page-save.saved:before, 
.course-page .global-tab-saved .page-save:active:before {
    content: "-";
    color: #fff;
    top:-3px;
    right: 5px;
    font-size: 21px;
}

.course-page .global-tab-saved.mobile {
    width: 26px;
    height: 26px;
    margin-top: 0.266em;
    position: static;
    top: auto;
    left: auto;
    z-index: 3;
    font-size: 1.0em;
    line-height: 1.5em;
    float: left;
    text-align: center;
}

.course-page .global-tab-saved.mobile .page-save {
    width: 100%;
    height: 100%;
    background: url(http://www.mdx.ac.uk/__data/assets/image/0030/7788/icon-heart.png?v=0.1.10) left top no-repeat;   
    text-align: center;
}

/* Bread crumbs */
.course-page .breadcrumb {
    margin-top: 8px;
}

@media screen and (min-width:801px) {
    .course-page .breadcrumb {
        margin-top: 8px;
        margin-bottom: -48px;
        z-index: 1;
        background: rgba(240,240,240,0.50);
        padding: 5px;
    }

    .course-page .breadcrumb ul {
        /* color: #fff; */
        margin: 0;
    }
}

/* BANER */
.course-page-banner__wrapper {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.course-page-banner__arrow-wrapper {
    position: relative;
    background: #ebebeb;
}

.course-page-banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.course-page-banner__background img {
  width: 100%;
}

.course-page-banner__content {
    padding-top: 250px;
    text-align: center;
    position: relative;
}

.course-page-banner__subcontent {
  background: rgba(0,0,0,0.5);
  padding: 30px 40px;
  display: inline-block;
  box-sizing: border-box;
  min-height: 200px; 
}

.course-page-banner__wrapper h1 {
  font-family: 'dax-bold', arial, sans-serif;
  font-size: 2em;
  color: #fff;
  width: 100%;
}

.course-page-banner__wrapper h2 {
  font-family: 'dax-regular', arial, sans-serif;
  font-size: 1.267em;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
}

.course-page-banner__buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.course-page-banner__buttons .course-page__cta  {
    margin-left: 20px;
}

.course-page-banner__buttons .course-page__cta:first-child {
    margin-left: 0;
}

.course-page-banner__description {
  font-family: 'dax-medium', arial, sans-serif;
  font-size: 1.200em;
  color: #fff;
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.course-page__round-button {
    display: block;
    overflow: hidden;
    border-radius: 25px;
    background: #eb212e;
    background: rgba(235, 33,46, 0.8);
    height: 50px;
    width: 50px;
    padding: 0;
}

.course-page__round-button:focus {
    outline: 1px dotted #ffffff;
}

.course-page-banner__arrow-wrapper .course-page__round-button {
    z-index: 1;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    bottom: -25px;
}

.course-page__round-button--inner-circle {
    background: #eb212e;
    height: 40px;
    width: 40px;
    margin: 5px;
    border-radius: 20px;
    position: relative;
}

.course-page__arrow_down:after {
    content: " ";
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0023/243563/icon-arrow-white-down.png?v=0.1.1');
    height: 12px;
    left: 12px;
    top: 15px;
    width: 16px;
    background-size: cover;
    position: absolute;
}

@media screen and (max-width:800px) {
    .course-page-banner__wrapper h1 {
        font-size: 2.4em;
      }
      
      .course-page-banner__wrapper {
        margin-top: 0px;
      }
      .course-page-banner__content {
        margin: 0px;
        padding: 0px;
       }
      .course-page-banner__subcontent {
        box-sizing: border-box;
        width: 100%;  
       }
}

@media screen and (max-width:480px) {
    .course-page-banner__background {
        top: 0px;
    }
    
    .course-page-banner__background img {
        height: 100%;
        width: auto;
        max-width: 1000%;
    }
  
    .course-page-banner__buttons {
        display: block;
    }
    
    .course-page-banner__buttons .course-page__cta {
        margin-top: 10px;
        margin-left: 0px;
    }
  
    .course-page-banner__buttons .course-page__cta:first-child {
        margin-top: 0;
    }
}


/* Key info */
.course-page-key-info {
    margin-bottom: -25px;
}

.course-page-key-info__boxes {
    text-align: center;
    display: -webkit-flex; 
    display: flex;
    padding: 43px 0 86px;
    -webkit-justify-content: center;
    justify-content: center;
}

.course-page-key-info__box {
    border: solid 3px #000;
    display: inline-block;
    width: 16%;
    font-size: 1.2em;
    font-family: 'dax-regular', arial, sans-serif;
    text-align: center;
    padding: 20px 8px;
    min-height: 130px;
    margin:0 1.5px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    position: relative;
}

.course-page-key-info__box strong {
    font-family: "dax-bold",arial,sans-serif;
    display: inline-block;
    margin-bottom: 0.5em;
}

a.course-page-key-info__box:hover {
    text-decoration: none;
}

.course-page-key-info__box.has-url {
        border-color: #eb212e;
}

.course-page-key-info__box.has-url .course-page-key-info__box-header {
        text-decoration:underline;
}

.course-page-key-info__box-icon {
    margin-bottom: 17px;
}

.course-page-key-info__box-icon .course-page-icons:after {
    height: 20px;
}    
    

.course-page-key-info__box-header {
    padding-bottom: 17px;
}

.course-page-key-info__box-details {
    padding-top: 16px;
    border-top: 1px solid #000;
}

@media screen and (max-width:800px) {
    .course-page-key-info__boxes {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .course-page-key-info__box {
        width: 48%;
        margin: 0.5%;
    }
}

/* course modules */

.course-page .course-modules.component {
    margin: 0;
}

.course-page  .tab-course-content h4 {
    background: #252525;
    padding: 14px 16px;
    font-size: 1.13333em;
    overflow: hidden;
    
}

.course-page  .tab-course-content .year {
    background: none;
    padding: 0;
    width: auto;
    color: #FFFFFF;
}

.course-page  .tab-course-content .triangle {
    display: none;
}

.course-page .accordion h6, 
.course-page .accordion-no-content h6 {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0026/245177/icon-arrow-black-down-right.png?v=0.1.2');
    background-position: 0 0;    
    color: #000;
    font-family: "dax-medium",arial,sans-serif;
}

.course-page .accordion h6 span, 
.course-page .accordion-no-content h6 span {
    font-size: 1.13333em;
    display: inline-block;
    line-height: 20px;
}

.course-page .accordion .active h6 {
    background-position: 0 -124px;
}

.course-page .tabbed-modules-data {
    padding: 0 0 1em;
}


/*tabbed navigation */
.course-page .tabbed-container {
    overflow: hidden;
}

.tabbed-container__scrollable-tabs-nav .flex-control-paging {
    display: none;
}

.course-page .tabbed-container .sticky-wrapper {
    height: 57px !important;
}

.course-page .tabbed-container .sticky-wrapper .stuck {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 14;
}

.course-page .tabbed-navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: none;
    background: #fff;
}

.tabbed-container > div > .tabbed-navigation {
    margin-bottom: 60px;
}

.tabbed-container > div > .tabbed-content-text {
    margin-bottom: 34px;
    border-bottom: solid 1px #969696;
    padding-bottom: 34px;
}

.tabbed-container > div > .tabbed-content-text:last-child {
    border: none;
    padding-bottom: 0;
}

.course-page .tabbed-content {
    border: none;
}

.course-page .tabbed-content-text .tabbed-navigation {
    display: block;
}

.course-page .profile .tabbed-navigation li {
    width: auto;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    background: #f0f0f0;
}

.course-page .tabbed-content-text .tabbed-navigation li {
    min-width: 125px;
}

.course-page .profile .tabbed-navigation li a {
    color: #555555;
}

.course-page .profile .tabbed-navigation li.active,
.course-page .profile .tabbed-navigation li:hover {
    background: #eb212e;
}

.course-page .profile .tabbed-navigation li a:hover, 
.course-page .profile .tabbed-navigation li.active a {
    color: #fff;
}

.course-page .profile .tabbed-navigation li:first-child {
    margin-left: 0px;
}



@media screen and (min-width:801px) {
    .course-page .tabbed-navigation {
        width: 100% !important;
    }
    
    .tabbed-container__scrollable-tabs-nav .flex-viewport {
        overflow: visible !important;
    }
    
    .tabbed-container__scrollable-tabs-nav .flex-direction-nav {
        display: none;
    }
    
    .tabbed-container__scrollable-tabs-nav .flex-viewport .tabbed-navigation {
        width: 100% !important;
        transform: none !important;
    }
    
    .tabbed-container__scrollable-tabs-nav .flex-viewport .tabbed-navigation li {
        width: auto !important;
    }
    
    .tabbed-container__scrollable-tabs-nav .flex-viewport .clone {
       display: none !important;
    }
}

@media screen and (max-width:800px) {
    .course-page .tabbed-navigation {
        display: block;
    }
    
    .course-page .tabbed-container__scrollable-tabs-nav .flex-prev {
        left: 23px;
        background-image: url("https://www.mdx.ac.uk/__data/assets/image/0023/246191/icon-slider-left-no-bg.png?v=0.0.2");
    }
    
    .course-page .tabbed-container__scrollable-tabs-nav .flex-direction-nav .flex-next {
        right: 38px;
        background-image: url("https://www.mdx.ac.uk/__data/assets/image/0024/246192/icon-slider-right-no-bg.png?v=0.0.2");
    }
    
    .course-page .profile .tabbed-container__scrollable-tabs-nav .flex-direction-nav a {
        margin-top: -24px;
    }
    
    .course-page .profile .tabbed-navigation li {
        float: none;
        display: block;
        margin-bottom: 2px;
        margin-left: 0px;
    }
    
    .course-page .profile .tabbed-container__scrollable-tabs-nav li {
        padding: 0;
        margin-bottom: 0;
    }
    
    .course-page .tabbed-container .sticky-wrapper .stuck {
        top: 85px;
    }
    
    .course-page .tabbed-container .sticky-wrapper .stuck.js-search-on {
        top: 116px;
    }
}

/* content */
.course-page .tabbed-content-text.cr-layout > .content-container {
    margin-left: 0;
    width: 74%;
}

.course-page .tabbed-content-text.cr-layout {
    overflow: hidden;
}

.course-page .tabbed-content-text {
    margin-top: 60px;
}

.course-page .tabbed-content-text .tabbed-content-text {
    margin-top: 25px;
}

.course-page .content-container h2 {
    font-size: 2em;
    color: #000;
}

.course-page .tabbed-content-text h3,
.course-page .tabbed-content-text h5 {
    font-size: 1.466em;
    font-weight: normal;
    color: #000;
}

.course-page .tabbed-content-text h5 {
    font-family: 'dax-regular', arial, sans-serif;
}

@media screen and (max-width:1200px) {
    .course-page .tabbed-content-text.cr-layout > .content-container {
        margin-left: 0;
        width: 71%;
    }
}

@media screen and (max-width: 768px) {
    .course-page .tabbed-content-text.cr-layout .content-container {
        margin-left: 0;
        width: 100%;
    }
}

/* course quote componetn */
.course-quote {    
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f0f0f0 0%, #f0f0f0 70%, #e6e6e6 70%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #f0f0f0 0%,#f0f0f0 70%,#e6e6e6 70%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #f0f0f0 0%,#f0f0f0 70%,#e6e6e6 70%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    color: #333;
    padding: 25px 15px 30px;
    text-align: center;    
    margin-bottom: 1em;
}

.course-page-quote-icon {
    margin: 20px 0;
}

.course-page-quote-icon.course-page-icons:after {
    height: 27px;
    background-size: contain;
}  

.course-page .course-quote__description {
    font-family: "dax-medium",arial,sans-serif;
    padding-bottom: 50px;
    border-bottom: solid #969696 1px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    padding-top: 60px;
}

.course-page .course-quote__description:before {
    background-image: url(http://www.mdx.ac.uk/__data/assets/image/0010/222103/icon-quote-start-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 28px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: 15px;
    width: 36px;
}

.course-page .course-quote__description:after {
    background-image: url("http://www.mdx.ac.uk/__data/assets/image/0012/222105/icon-quote-end-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 26px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    bottom: 12px;
    width: 28px;
    
}

.course-quote__img {
    margin-bottom: 20px;
}

.course-quote__img img {
    width: 100%;
    max-width: 174px;
}

.course-quote__signature {
    color: #333;
}

/*did you know component */
.course-page .course-did-you-know {
    background: #252525;
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 1em;
}

.course-page .course-did-you-know p {
    color: #fff;
}

.course-page  .course-did-you-know h3 {
    margin-bottom: 23px;
    color: #fff
}

p.course-did-you-know__highlight {
    font-family: "dax-medium",arial,sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
    border-bottom: solid #d6d6d6 1px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 35px;
}

/*CTA component */
.course-cta {
    background: #252525;
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 1em;
}

.course-cta .course-page__cta {
    margin-top: 20px;
    display: block;
}

.course-page .course-cta h3 {
    color: #fff;
}

.course-page .content-container .course-cta__desription {
    color: #fff;
    font-family: 'dax-medium', arial, sans-serif;
    font-size: 1.8em;
    margin-bottom: 1em;
    margin-top: -10px;    
}

/*grid links component*/
.course-page__grid-links .grid-img-wrapper {
   position: relative;
   height: 0;
}

.course-page__grid-links .grid-items-2 .grid-img-wrapper {
   padding-bottom: 56.07224693%;
}

.course-page__grid-links .grid-items-4 .grid-img-wrapper {
   padding-bottom: 117.01828411%;
}

.course-page__grid-links .grid-items-4 .grid-img-wrapper img {
    left: -40%;
}

.course-page__grid-links .course-page__grid-link-half-height .grid-img-wrapper {
    padding-bottom: 54.00843882%;
}



.course-page__grid-links .grid-items-2 .grid-img-wrapper img,
.course-page__grid-links .course-page__grid-link-half-height .grid-img-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.course-page__grid-links-item {
    margin-bottom: 20px;
    padding: 0 1%
}

.course-page__grid-links-item .mobile {
    display: none;
}

.course-page__grid-links a {
    display: block;
}

.course-page__grid-links .course-page__grid-link-half-height:first-child {
   margin-bottom: 20px;
}

.course-page__grid-links.grid {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-img-wrapper .course-page__cta {
    position: absolute;
    bottom: 0;
    right: 0;
}


@media screen and (max-width:800px) {    
    .course-page__grid-links .grid-items-4 .grid-img-wrapper,
    .course-page__grid-links .course-page__grid-link-half-height .grid-img-wrapper
    {
        padding-bottom: 56.07224693%;
    }
    
    .course-page__grid-links .grid-items-4 .grid-img-wrapper img {
        left: 0;
    }
     
    .course-page__grid-links-item .mobile {
        display: block;
    }
     
    .course-page__grid-links-item .desktop {
        display: none;
    }
}


/* GALLERY */
.course-page-carousel-wrapper {
    margin-bottom: 3em;
}

.course-page-carousel-container {    
    position: relative;
    margin-bottom: 2px;
}

.course-page-carousel-container, 
.course-page-carousel-container li{
  background: #fff;
}

.course-page-carousel-container .slides {
  overflow: hidden;
  position: relative;
}

.course-page-carousel-container .slides li  {
    height: 0;
    padding-bottom: 56%;
}

.response-box-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.response-box-image-container iframe {
    height: 100%;
    width: 100%;
}

.course-page-carousel-container .slides li img {
  width: 100%;
  height: auto;
}

.strip-carousel__caption {
    position: absolute;
    box-sizing: border-box;
    background: rgba(0,0,0,0.38);
    bottom: 40px;
    left: 0;
    z-index:2;
    padding: 15px 40px;
    width: 50%;
}

.strip-carousel__caption p {
    font-family: 'dax-medium', arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #fff !important; 
}

.strip-carousel__caption a {
    color: #fff !important; 
}

.course-page-carousel-container .flex-control-thumbs {
    margin-top: 2px;
    display: -webkit-flex;
    display: flex;
    max-height: 120px;
    overflow: hidden;
} 

.course-page-carousel-container .flex-control-thumbs li {
    margin-left: 2px;
}

.course-page-carousel-container .flex-control-thumbs li:first-child {
   margin-left: 0px;
}

.course-page-carousel-container .flex-direction-nav .flex-prev,
.course-page-carousel-container .flex-direction-nav .flex-next {
    margin-top: -23px;    
}

.course-page-carousel-container .flex-control-thumbs .flex-active {
    opacity: 1;
}

.course-page-carousel__video-wrapper {
    height: 100%;
}

.course-page-carousel-wrapper .play-icon {
    position: absolute;
    top:50%;
    left: 50%;
    background: url('https://www.mdx.ac.uk/__data/assets/image/0027/243567/icon-play.png?v=0.1.1') center center no-repeat;
    z-index: 100;
    background-size: contain;
}

.course-page-carousel__video-overlay .play-icon {
    width: 117px;
    height: 82px;
    margin-top: -41px;
    margin-left: -58.5px;
}

.course-page-item-title {
    background: #252525;
    color: #fff;
    font-size: 1.063em;
    position: relative;
    margin-bottom: 40px;
}

.course-page-item-title>span {
    line-height: 2.68;
    padding-left: 16px;
}

.course-page-item-title .arrow {
    border-top: 0.666em solid #252525;
    border-right: 0.666em solid transparent;
    border-left: 0.666em solid transparent;
    top: 100%;
    left: 2.3em;
}

.course-page-item-title .course-page__cta {
    float: right;
}

.course-page__galery-carousel {
    position: relative;
}

.course-page__galery-carousel ul.slides {
    width: 100% !important;
}


.course-page__galery-carousel .flex-control-nav {
    display: none;
}

.course-page__galery-carousel img {
    height: 100%;
    max-width: 1000%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.course-page__galery-carousel-item {
    position: relative;
    display: block;
    margin: 0 3%;
    overflow: hidden;
    height: 0px;
    padding-bottom: 100%;
}

.course-page__galery-carousel-item .course-page__cta {
    position: absolute;
    bottom: 0;
    right: 0;
}

.course-page-carousel-container__thumbnails,
.course-page-carousel-container__thumbnails .flex-viewport,
.course-page-carousel-container__thumbnails .flex-viewport ul {
    height: 120px;
}

.course-page-carousel-container__thumbnails li {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-left: 2px;
}

.course-page-carousel-container__thumbnails li:first-child {
    margin: 0;
}

.course-page-carousel-container__thumbnails .response-box-image-container {
    overflow: hidden;
    width: 1000px;
    left: calc(50% - 500px);
    text-align: center;
}

.course-page-carousel-container__thumbnails .response-box-image-container img {
    width: auto;
    max-width: 1000px;
    height: 100%;
    opacity: 0.7;
    position: relative;
}

.course-page-carousel-container__thumbnails .flex-active-slide .response-box-image-container img {
    opacity: 1;
}

.course-page-carousel-container__thumbnails li:first-child .response-box-image-container {
    margin-left: 0;
}

.course-page-carousel-container__thumbnails .play-icon {
    width: 58px;
    height: 40px;
    margin-top: -20px;
    margin-left: -29px;
}

@media screen and (max-width: 800px) {
    .strip-carousel__caption {
        bottom: 0;
    }
    
    .course-page-carousel-container__thumbnails {
       display: none;
    }

    .course-page-carousel-wrapper {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .strip-carousel__caption {
        width: 100%;
        padding:20px 20px;
    }
   
    .course-page__galery-carousel-item {
       margin: 0;
       padding-bottom: 106.4%;
    }
    
    .course-page-carousel__video-overlay .play-icon {
        width: 58px;
        height: 41px;
        margin-top: -20px;
        margin-left: -29px;
    }
}

/*course box container */

.course-page__box-containter {
    margin-left: -8px;
    margin-right: -8px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.course-page__box-item-wrapper {
    margin: 0 8px 1em;
    float: left;
    width: 50%;
    box-sizing: border-box;
    background: #f2f2f2;
}

.course-page__box-item-wrapper:first-child.course-page__box-item-wrapper:last-child {
    width: 50%;
    margin-right: calc(50% + 8px);
}

.course-page__box-item {
     padding: 20px;
}

.course-page__subheader {
    font-family: 'dax-regular', arial, sans-serif;
}

@media screen and (max-width:800px) {
    .course-page__box-item-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .course-page__box-containter {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .course-page__box-item-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

/* student profiles */
.course-page__student-profiles {
    position: relative;
}

.course-page__student-profiles .strip-quote__paragraph:before {
    background-image: url("http://www.mdx.ac.uk/__data/assets/image/0010/222103/icon-quote-start-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 50px;
    left: 10px;
    position: absolute;
    top: 38px;
    width: 53px;
}

.course-page__student-profiles .strip-quote__paragraph:after {
    background-image: url("http://www.mdx.ac.uk/__data/assets/image/0012/222105/icon-quote-end-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 26px;
    right: 25px;
    position: absolute;
    bottom: 5px;
    width: 28px;
}

.course-page__student-profiles .strip-quote__paragraph {
    position: relative;
    font-family: "dax-bold",arial,sans-serif;
    padding-bottom: 20px;
    padding-left: 74px;
    padding-right: 55px;
    padding-top: 68px;
    box-sizing: border-box;
    width: 78%;
    float: left;
}
.course-page__student-profile-info {
    float: right;
    width: 22%;
}

.course-page__student-profile-name {
    font-family: 'dax-medium', arial, sans-serif;
    font-size: 1.13333em;
    margin-bottom: 13px;
    color: #000 !important;
    
}

.course-page__student-profile-title {
    color: #333;
    
}

.course-page__student-profile-info img {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.course-page__flex-custom-controls-container, .course-page__flex-custom-controls-container2 {    
    padding: 24px;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    margin-top: 30px;
    box-sizing: border-box;
}

.course-page__flex-custom-controls-container .flex-control-nav, .course-page__flex-custom-controls-container2 .flex-control-nav {
    position: static;
    height: 12px;
}

.course-page__flex-custom-controls-container .flex-direction-nav, .course-page__flex-custom-controls-container2 .flex-direction-nav {
    height: 0px;
}

.course-page__flex-custom-controls-container .flex-direction-nav .flex-prev, .course-page__flex-custom-controls-container2 .flex-direction-nav .flex-prev, .course-page__flex-custom-controls-container2 .flex-direction-nav .flex-next
.course-page__flex-custom-controls-container .flex-direction-nav .flex-next {
    margin-top: -56px;
}

.course-page__flex-custom-controls-container li, .course-page__flex-custom-controls-container2 li {
    display: inline-block;
    margin: 0 9px;
}

.course-page__flex-custom-controls-container .flex-control-paging li a, .course-page__flex-custom-controls-container2 .flex-control-paging li a {
    background: none;
    border: 2px solid #565656;
    width: 8px;
    height: 8px;
}
.course-page__flex-custom-controls-container .flex-control-paging li a.flex-active, .course-page__flex-custom-controls-container2 .flex-control-paging li a.flex-active {
    background: #565656;
}

@media screen and (max-width:800px) {
    .course-page__student-profiles .strip-quote__paragraph {
        width: 100%;
    }
    .course-page__student-profile-info {
        width: 100%;
    }

    .course-page__student-profile-info img {
            float: left;
            width: 150px;
            margin-right: 0.6em;
    }
}

/* contact us section */
.course-page__contact-us {
    text-align: center;
    padding: 2.9em 0;
    border-top: solid 1px #969696;
    margin-top: 2em;
}

.tabbed-content-text .course-page__contact-us {
    border: none;
    padding-top: 0;
}

.course-page__contact-us p {
    color: #333;
    margin-bottom: 2em;
}

.course-page__contact-us h2 {
    margin-bottom: 20px;
}

.course-page__contact-us-boxes {
    display: inline-block;
    overflow: hidden;
}

.course-page__contact-us-boxes .course-cta {
    width: 240px;
    margin: 0 8px;
    float: left;
    box-sizing: border-box;
}

@media screen and (max-width:800px) {
    .course-page__contact-us-boxes .course-cta {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
        box-sizing: border-box;
    }
}

/* related info */
.course-page__related-info {
    padding: 2.9em 0;
    text-align: center;
    border-top: solid 1px #969696;
    margin-top: 2em;
}

.tabbed-content-text .course-page__related-info {
    border: none;
    padding-top: 0;
}

.course-page__related-info h2 {
    margin-bottom: 1.5em;
}

.course-page__related-info .item-title {
   background-color: #252525;
   line-height: 1.2em;
}

.course-page .tabbed-content-text .course-page__related-info h3.item-title {
    color: #fff;
}

.course-page__related-info .item-title span {
    font-size: 0.845em
}

.course-page__related-info-boxes {
    overflow: hidden;
}

.course-page__related-info-box {
    text-align: left;
}

.course-page__related-info-box .course-page__cta {
    margin: 20px 0;
    float: right;
    width: 66%;
}

.course-page__related-info-box-item {
    padding: 20px;
    border-bottom: 1px solid #969696;
    overflow: hidden;
    display: block;
    color: #333;
}

.course-page__related-info-box-item h4 {
    font-size: 1.333333em;
}

.course-page__related-info-avatar {
    float: left;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.course-page__related-info-tweet {
    padding-left: 58px;
}

.course-page__related-info-tweet .response-box-image-container {
    padding-bottom: 56%;
    position: relative;
    height: 0;
}

.course-page__related-info-tweet .response-box-image-container img {
    width: 100%;
}

@media screen and (max-width:800px) {
    .course-page__related-info-boxes {
        display: block;
    }
    
    .course-page__related-info-box {
        width: 100%;
    }
}

/* other courses */
.course-page__other-courses {
    text-align: center;
    padding: 2.9em 0 1em;;
}

.course-page__other-courses-item {
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}

.course-page__other-courses-item p {
    margin-bottom: 2px;
}

.course-page__other-courses .grid-items-3 {
    display: -webkit-flex;
    display: flex;
}

.course-page__other-courses .course-page__cta {
    width: 200px;
}

@media screen and (max-width:800px) {
    .course-page__other-courses .grid-items-3 {
        display: block;
    }
    
    .course-page__other-courses-item {
        border-top: none;
        margin-bottom: 0;
    }
    
    .course-page__other-courses .grid{
        margin-bottom: 20px;
    }
    
    
    grid-items-3:first-child .course-page__other-courses-item {
        border-top: 1px solid #969696;
    }
}

/* site search */
.course-page__search.block-site-search {
    background: none;
    text-align: center;
    padding-bottom: 50px;
}

.course-page__search.block-site-search h2 {
    margin-bottom: 20px;
    display: block;
}

.course-page__search.block-site-search form {
    width: 56%;
    margin: auto;
    text-align: left;
}

.course-page__search .site-search .twitter-typeahead .tt-hint,
.course-page__search .site-search .tt-suggestion.tt-cursor p {
    color: #fff;
}

@media screen and (max-width:800px) {
    .course-page__search.block-site-search form {
        width: 90%;
    }
}

/* KIS widget */
.course-page .kis-widget > h2 {
    margin-top: 2em;
}

@media screen and (max-width:480px) {
    .course-page .kis-widget iframe {
        width: 190px;
    }
}

/* icons */
.course-page-icons:after {
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.icon-ucas:after {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0023/243572/icon-ucas.png?v=0.1.3');
}

.icon-calendar:after {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0024/243564/icon-calendar.png?v=0.1.1');
}

.icon-clock:after {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0025/243565/icon-clock.png?v=0.1.1');
}

.icon-hourglass:after {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0026/243566/icon-hourglass.png?v=0.1.1');
}

.icon-pound:after {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0028/243568/icon-pound.png?v=0.1.1');
}

.icon-profile:after {
    background-image: url('https://www.mdx.ac.uk/__data/assets/image/0029/243569/icon-profile.png?v=0.1.1');
}

.icon-quote:after {
    background-image: url("http://www.mdx.ac.uk/__data/assets/image/0012/222105/icon-quote-end-black.png");
}