@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

      :root {
        --font: Roboto;
        --alt-font: Roboto;
        --accent-color: #007f88;
        --secondary-color: #273582;
        --link-color: #006eb8;
        --accent-highlight-color: #00383c;
        --accent-highlight-background-color: #00deee;
        --accent-tinted-color-70: #b3d9db;
        --accent-tinted-color-80: #cce5e7;
        --accent-tinted-color-90: #e6f2f3;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #00afbb;
        --secondary-hover-color: #3345a9;
        --secondary-contrast-color: #fff;
        --link-hover-color: #1fa5ff;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/3f6740f1-94bd-47ed-9195-94d8baa25b7c/ore0hktmfzew-download.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/3f6740f1-94bd-47ed-9195-94d8baa25b7c/krs7lw8wbq2v-MIMSLearninglogogreen1.jpg') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Global Site Header - Eyebrow Unit */

.global-nav__container{
  max-width: 1024px;
  padding: 0 1rem;
}
.nav.nav--global-links{
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #EAEAEA;
  padding: 0;
  background-color: #FFFFFF;
}
.nav.nav--global-links>a{
  padding: 0.5rem 1rem;
}




/* Updated header changes START - mims-262 */

.widget--searchbar{
  padding-top:0.5rem;
}
@media (min-width: 800px){
  .widget--searchbar .search-bar-widget{
    float:right;
  }
}
.top-bar{
  border-top:0;
}
.home__content{
  padding-top:0;
}
.header--microsite .nav--top a,
.header--microsite .nav--top .btn{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#subscribeBtn{
  text-align: center;
  padding: 0 1rem;
}
#subscribeBtn .btn--subscribe {
  color: #ffffff;
  background-color:#4FB694;
  border-radius:2px;
  border:0;
  font-weight:bold;
}
.nav--top #registerML{
  display:none;
}

/* Updated header changes END - mims-262 */



#learner-content-banner {
  display: none;
}

/*hide powered by TI*/
.footer__powered-by {
  display: none  !important;
}

/*Hide need help*/
/*
#i18n-7 {
 display: none !important;
}
*/

/*Hide contact support*/
.footer__links .link:last-child {
    display: none;
}

/* Hide enroll bundle disclaimer */
.enroll.bundle .disclaimer {
  display:none;
}


/*adds margin to catalog search bar*/
.catalog-search-bar {
  margin-top: 35px;
}

/*Catalouge list view desc*/
.catalog-list-item__description {
  font-size: 14px;
}

/*Adds extra space under module nav*/
.course__detail__container {
  padding-top: 40px !important;
}



/*module sponsor statement*/
.catalog-grid-item__source {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 13px;
}

/*makes text body font correct colour*/
.topic__text__body {
  color: #333 !important;
}

/*makes text body font correct colour*/
blockquote, blockquote p {
  color: #494848 !important;
}

/*makes opacity on LP header image lighter*/
.learning-content-hero__overlay {
background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)) !important;
}

/*makes LP text larger*/
.learning-path-milestone-item__body p {
  font-size: 16px !important;
}

/*removes LP header - not needed*/
h3.catalog-header {
  display: none !important;
}


/*module title*/
.catalog-grid-item__title {
  font-size: 19px;
  color: #000000;
}


/*removes HR line after removed header*/
.hr__accent {
  display: none !important;
}
 
 /*makes LP body text larger*/
.catalog-grid-item__description {
  font-size: 14px !important;
  color: #333 !important;
}

/*hides LP body text */
.catalog-grid-item__description {
  display:none;
}

/*credit hours*/
.featured-content-item__authors, .featured-content-item__start-date {
font-size: 14px;
color: #007f88;
font-weight: 500;
}

/*sponsor disclaimer*/
.catalog-grid-item__source {
  font-size: 12px;
}

/*LP milestone font size*/
.learning-path-detail-milestone-item__description {
  font-size: 14px !important;
}

/*LP hide content type*/
.learning-path-detail-milestone-item__content-type {
  display: none !important;
}

/*****Added 17.01.19 to modify the header*****/

/*remove grey border*/
.container {
  box-shadow: none;
}

/*add a line under the menu*/
.top-bar {
      margin-top:20px;
      border-bottom: 1px solid #e9e9e9;
      padding-bottom: 50px;
}

/*padding to the left of the logo*/
.ember-view .company-logo__container {
  padding-left:10px;
}


/* Hide email capture */
.email-capture {
  display: none;
}


/*****Added 4.2.19 to include strapline at top*****/

#lms::before { 
  content: "This site is intended for healthcare professionals";
  width: 100%;
  position: absolute;
  clear: both;
  height: 37px;
  background-color: #f0f0f0;
  color:#505050;
  text-align: center;
  top:0px;
  padding-top: 5px;
}

#lms {
  padding-top:37px
}

/*****Added 11.2.19 to style the 'view all' buttons on homepage*****/
.widget__title-cta {
    color: #018A93; 
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #018A93;
    margin-bottom: 100px !important;
    margin-top: -9px;
    max-width: 50%;
}

.widget__alt-title__container--with-cta H3 {
  max-width: 50%;
}


/*****Added 11.2.19*****/
@media only screen and (min-width: 800px) {

      
      /**adding the strapline**/

      .home .company__beta-logo::after { 
        content: "CPD for healthcare professionals";
        position: absolute;
        right: 20px;
        color: #3A3A3A;
        font-size: 32px;
        margin-top: -50px;
        font-weight: 100 !important ;
      }

       /******making the logo bigger*******/
      .home  .ember-view .company-logo__container img, .dashboard  .ember-view .company-logo__container img {
        width: 143px !important;
        max-height: 130px !important;
      }

      /****more space for the logo and strapline******/
      .home  .ember-view .top-bar, .dashboard  .ember-view .top-bar {
        margin-top: 50px;
      }

      /***** position the search bar on homepage*****/
      .search-bar-widget {
        width: 500px;
       margin: auto;
        /*margin-top: 20px*/
      }


      /* for styling the nav on the dashboard*/
      .navigation-bar .top-bar-section ul li>a {text-transform: none; font-size: 16px;}
      .navigation-bar .top-bar-section ul li>a {font-weight: 400 !important;}
      .navigation-bar .top-bar-section ul.left {border-bottom: none; border-top:1px solid #e9e9e9; padding-top: 10px;}
      .dashboard .top-bar {margin-top: 30px !important;}
      
      .navigation-bar .dropdown li{box-shadow: inherit;}
      .navigation-bar .dropdown{top:38px;}
      .navigation-bar .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){background: #f6f6f6 !important;font-size: 1rem;line-height:3rem;}
     

}


/*In a module, make the notes section header bigger*/
.course .expandable-sidebar__toggle {
  font-size: .95rem;
}


/*at the end of the course, hide the social buttons*/

.course .share__container {
  visibility: hidden;
}

/*make words in course menu bigger*/
.course .syllabus__section-list span {
  font-size: 0.875rem;
}


/*This is to hide ‘show details’ on learning path overview*/
.learning-path-detail-milestone-item__cta {display: none;}



/*******Some code from TI*****/

/*Hide the Show Purchase and gift button*/
.layout__content--sidebar .btn--secondary {
  Display: none;
}

/*Hide the widget that displays social sharing*/
.course__detail__social{
  Display: none;
}

/*Hide the widget for course includes*/
.course__includes{
  Display: none;
}


/*On the catalogue page make the previous & next bigger*/

#test-pagination-next a, #test-pagination-before a {
  font-size: 16px !important;
}

/*on a quiz add a small gap below the question above the answer*/
.choice {
  margin-bottom: 5px;
}

/*adds custom styling to be implemented for tables*/
.table.two {
    border-collapse:collapse;
    border-spacing:0px;
    border-width:1px;
    border-style: solid;
    border-color: #000000;
    }
    th.two {
    background-color:#23408f !important;
    color:white;
    font-size:16px;
    padding:10px;
  
    }
    td.two {
    background-color:#F2F2F2 !important;
    padding:10px;
    vertical-align: top;
    font-size: 16px !important;
    }
    
    
/*adds class to apply border for videos*/

.video_border {
  margin: 0 auto;
  border: 10px outset #ddd;
}

/*styling for reverse headings*/

.reverse_heading {
  background-color: #007f88 !important;
  color: #ffffff !important;
  padding-left: 2px;
  padding-top: 2px;
}
#clarity-menu a {
    color: #03ad9a;
    font-weight: 600;
}

#clarity-menu li {
    margin: 0;
    padding: 7px 10px;
}

ul#clarity-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

h2#clarity-integration-title {
    position: relative;
    line-height: 2;
}

.btn--fourteenfish{
  background-color:#CF2D81;
  border-color:#CF2D81;
}
.btn--fourteenfish:hover{
  background-color:#923C69;
  border-color:#923C69;
}



.reflectiveNoteSec button {
    border: none;
    background: transparent;
    color: #007f88;
    font-size: 14px;
    float: left;
    margin-top: -6px;
}

.reflectiveNoteSec span {
   width: 24px;
    height: 24px;
    border-radius: 70%;
    float: left;
    background: #007f88;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.reflective__section .navbar-fixed-top {
  display:none !important;
}

.toolkitSection {
    width: 100%;
    float: left;
}

ul#toolkitListing {
    width: 100%;
    float: left;
    margin-left: 0;
    list-style: none;
}

ul#toolkitListing li {
    width: 100%;
    float: left;
    margin: 10px 0;
}

ul#toolkitListing li a:first-child {
    display: inline-block;
    width: calc(100% - 110px);
}

/****removes date from live event thumbnail******/
.catalog-grid-item__start-date, .catalog-list-item__start-date {
  display: none;
}

/* Remove pointer event from Survey page */
.survey .company__beta-logo {
pointer-events: none;
cursor: default;
}

/* Remove padding from carousel */
.featured-content-multi-carousel-item__body {
padding: .25em .25em;
}

/* Increase specialities carousel pointer size */
.btn--bare-icon i {
font-size: 1.8em;
line-height: 0.5;
}


/* blog sidebar CSS */
 
.blogMain {
    width: 70%;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #eee;
}
.blogSidebar {
    width: 25%;
    position: absolute;
    right: 1rem;
    border: 2px solid #eee;
}
.blogSidebar .h2.widget__title {
    font-size: 18px;
    color: black;
    font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .blogMain {
    width: 100%;
    display: block;
    float: unset;
  }
  .blogSidebar{
    width: 100%;
    position: unset;
  }
}
