

@media screen and (min-width: 1550px){
     .loggedout {
      padding-right:250px !important;
      padding-left:250px !important;
    }
  }

 

  @media only screen and (max-width: 575px){
    .logo-desktop {
        display: none;
    }
  }

  @media (min-width: 575px){
    .logo-mobile {
        display: none;
    }
  }


  .logo-mobile {
    margin-top:10px;
    height:45px;
} 

.logo-desktop {
  height:64px;
} 

@media only screen and (max-width: 575px){

  .pl-5, .px-5 {
    padding-left: 0.9rem!important;
  }
  .pl-4, .px-4 {
      padding-left: 0.9rem!important;
  }
  .pl-3, .px-3 {
    padding-left: 0.5rem!important;
  }
  .p-4{
    padding: 0.7rem!important;
  }

  .mr-5, .mx-5 {
    margin-right: 0.7rem!important;
  }

}



.course-detail-side-2{
  padding-top:2rem!important;
  padding-bottom:2rem!important;  
  padding-left: 2rem!important;  
  padding-right: 2rem!important;
}

.course-detail-side-1{
  padding-top:1rem!important;
  padding-bottom:1rem!important;  
  padding-left: 1rem!important;  
  padding-right: 1rem!important;
}

@media (min-width: 575px){
    .card-deck {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}


@media (min-width: 768px){
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 768px){
  .cards{
    padding-left: 0.9rem!important;
    padding-right: 0rem!important;
  }

  .card-deck .card{
    margin-left:5px;
    margin-right:0px;
    margin-bottom: 15px;
  }

  .site-logo{
    width:90px;
    display: none;
  }

  .catalog-img{
    width:100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px;
    margin-top:20px;
    margin-bottom:0px;
    display:none;
  }

  .catalog-img-small{
    width:100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px;
    margin-top:20px;
    margin-bottom:25px;
  }

  .settings-img{
    width:70%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px;
    margin-top:20px;
    margin-bottom:0px;
  
  }


}


@media (min-width: 768px){
  .cards{
    padding-left: 1.2rem!important;
    padding-right: 0.9rem!important;
  }

  .card-deck .card{
    margin-left:14px;
    margin-right:14px;
  }

  .card-course{
    max-width:18rem;
  }

  .site-logo{
    width:50%;
  }

  .catalog-img{
    width:90%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px;
    margin-top:20px;
    margin-bottom:0px;

  }

  .catalog-img-small{
    width:100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px;
    margin-top:20px;
    margin-bottom:25px;
    display:none;
  }

}

.settings-img{
  width:60%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px;
  margin-top:20px;
  margin-bottom:0px;

}


.card-body{
  padding:0.8rem;
}




  /* Sticky footer styles
  -------------------------------------------------- */
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 0px; /* Margin bottom by footer height */
    font-weight:300;
  }

  #page-container {
    position: relative;
    min-height: 100vh;
  }


  #content-wrap {
    padding-bottom:70px;    /* Footer height */
    /* padding-top:64px; */
  }

  .footer {

   position: absolute; 
    bottom: 0;
    z-index:50;
    width: 100%;
    /*height: 70px;  Set the fixed height of the footer here */
   /*  line-height: 60px; Vertically center the text there */
    background-color: #f5f5f5;
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  }
  
  body {
    font-size: 0.9rem;
  }
  
  .feather {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
  }
  
  .toggle-feather{
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;   
  }
  /*
   * Sidebar
   */

   .cd-nav {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0px;

    }


      .cd-nav__item a, .cd-nav__item a:link, .cd-nav__item a:visited {
      padding: 10px;
      border-left: 4px solid transparent;
      }

      .cd-nav__item a, .cd-nav__item a:link, .cd-nav__item a:visited {
        display: block;
        background-color: inherit;
        color: #212529;
        text-decoration: none;
      }


    .cd-nav__item--active a:link, .cd-nav__item--active a:visited {
      border-color: #007bff;
      background-color: #f3f2f1;
      color: #007bff;
      font-weight: 600;
      }      



   .bg-light {
      background-color: #ffffff!important;
    }
  
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 1.0rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #2b6973;
  }
  
  .sidebar .nav-link.active {
    color: #e05e00;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Content
   */
  
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  
/*-----
*/
 .navbar {
  min-height: 20px;
  padding: 0rem 1rem;  
}

.navbar-nav .nav-link {
  font-size: 1.3rem;  
  font-size: 1.1rem;  
  color:white;
  font-weight:500;
}

.navbar-dark .navbar-nav .nav-link {
  color:white;
}

.navbar-dark .navbar-toggler {
  color:white;
  border-color: white;
}

.navbar-brand {
  padding: 0 15px;
  height: 64px;
  line-height: 20px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    /*
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
    */
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    line-height: 21px;

  }
}

.nav-link-top{
  font-size: 1.1rem;  
  color:white;
  font-weight:500;
}

.nav-item-top{
  font-size: 1.4rem;  
  margin-bottom: 0px;
  color:#ffffff;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  line-height: 21px;
}


/*-----
*/
/* sidebar
*/

.sidebar .nav-link {
  font-weight: 400;
  color: #333;
  font-size: 0.95rem;
}

@media (min-width: 768px){
  .col-md-2 {
      -ms-flex: 0 0 13.666667%;
      flex:0 0 13.666667%;
      max-width:13.666667%;
  }
}

@media (min-width: 992px){
  .col-lg-10 {
      -ms-flex: 0 0 86.333333%;
      flex: 0 0 86.333333%;
      max-width: 86.333333%;
  }
}

  /*
   * Utilities
   */
  

  .border-info {
    border-color: #dee2e6!important;
  }

  .border-cd {
    border-color: #2b697399!important;
  }

  .text-dark {
    color: #212529!important;
  }

  .card-grey{
    background-color:#f2f2f2;
  }


  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }


  .bg-dark {
    background-color: #2c6973 !important;
}

.navbar-brand {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0,0);
  font-size:1.6rem;
}

.sidebar {
  padding-top:100px;
}

[role="main"] { 
  padding-top: 110px;
}


.btn-primary:disabled {
  color: #fff;
  background-color: #5a6268;
  border-color: #5a6268;
}

/*  
.btn-primary {
  color: #fff;
  background-color: #2c6973;
  border-color: #2c6973;
}

.btn-primary {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}



*/
.btn-primary {
  color: #fff;
  background-color: #165fac;
  border-color: #165fac;
}

.btn-primary:hover {
  color: #fff;
  background-color: #786e96;
  border-color: #786e96;
}

.custom-btn {
  max-width: 100%;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #165fac;
  border-color: #165fac;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #2c6973;
}


.h2, h2 {
  font-size: 1.8rem;
}

.h4, h4 {
  font-size: 1.4rem;
}

.h6, h6 {
  font-size: 0.9rem;
  font-weight:400;
}

.page-link{

  color:#e05e00;

}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}

/*

.modal-dialog {
    max-width: 550px;
    margin:1.75rem auto;
}

.modal-dialog-wide {
  max-width: 750px;
  margin:1.75rem auto;
}
*/

dl, ol, ul {
  margin-top: 0;
  padding-left:17px;
  margin-bottom: 5px;
}

@media (min-width: 768px){
  .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
      padding-left:0px;
  }



}


.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left:0px;
}
.col-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  padding-left:0px;
}

@media (min-width: 768px){
  .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left:0px;
  }
}

@media (min-width: 768px){
  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
      padding-left:0px;      
  }
}


@media (min-width: 768px){
  .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
      padding-left:0px;         
  }
}

.col-md-8a {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left:15px;         
}

@media (min-width: 768px){
  .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding-left:0px;         
  }
}

@media (min-width: 768px){
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left:0px;         
  }
}


a.search {
  color:#2d6191;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
}




ul.course {
  margin-top: 0;
  padding-left:17px;
  margin-bottom: 5px;
  color:#212529;
  font-weight:400;
}

.catalog-heading{
  color: #d05e6ceb;
}

.widget-title{

  color: #777;
  margin-bottom: 5px;
  font-weight:300;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 28px;

}

h5.widget{

  color:#cf2453;
  font-size:1.2em;
  margin-bottom: 5px;

}

.course-heading{

  color:#307fc5;
  font-size:1.0rem;
  font-weight:500;

}

.course-catalog-heading{

  color:#615f5e;
  font-size:1.6rem;
  font-weight:400;

}


.course-start{

  font-size:1.0em;
  font-weight:400;
}


h4.course-title{
  color:#009ee0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 95%;
}

.btn-outline-secondary {
  color: #ffffff;
  background-color: #165fac;
  background-image: none;
  border-color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-select{
  height: 2.25rem;
}

.sitetitle{
  color:#0982ce;
}

p.prewrap{

  white-space: pre-line;

}

.pr-6, .px-6 {
  padding-right: 4rem!important;
}

.lead {
  font-size: 1.0rem;
  font-weight: 300;
}


.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
  background-color:#f5f5f5;
}

.btn-group{
  background-color:#f5f5f5; 
}

.note-btn-group{
  background-color:#f5f5f5; 
}

.note-btn{
  background-color:#f5f5f5; 
}
/************************************************/

      /*fix dropdown*/
      .note-btn-group .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .note-popover .popover-content .note-color .dropdown-toggle,
    .note-editor .panel-heading.note-toolbar .note-color .dropdown-toggle {
        width: 20px;
        padding-left: 1px;
    }

    /*fix icon button*/
    .note-editor .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
    .note-editor .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
   .note-editor .dropdown-toggle:after{
        content: initial;
    }

    /*fix background toolbar*/
    .note-editor .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    /*fix modal*/
    .note-editor .modal-header{
        display: block;
    }

    /*fix popover*/
    .note-popover{
        display: none;
    }


    /*--------------------------------------------*/
    .btn-width-med{
      min-width: 160px;
      max-width: 160px;
    }

.jumbotron {
  padding: 2rem 2rem;
    background: linear-gradient(rgba(255, 255, 255, 0.0473), rgba(0, 0, 0, 0.0473));
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.jumbotron .h1, h1 {
    font-size: 2.0rem;
    margin-bottom:0.8rem;
}

.jumbotron-course-header {
  padding: 2rem 2rem;
  background-color: #F6F6F6;
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-left: 4px solid #ffb800;  /* Thicker border on the left */
  border-radius: 3px; /* Adjust for rounded corners */
}



.pull-left{
  margin-left: -15px;
}

.form-sub-label{
  font-weight:500;
}

.box {
  display: flex;
  align-items:center;
}

.card-header {
  padding: .75rem 0.8rem;
  font-weight: 400;
  color:#2c6973;
  font-size:1.0rem;
}

.nav-item{
  margin:2px;
}

p.catalog-sitedesc{
  font-weight:300;
  font-size:1.2rem;
}

h4.catalog-sitetitle{
  font-weight:300;
  font-size:2.0rem;

}

h1.catalog-sitetitle{
  font-weight:400;
  font-size:2.0rem;
}

h4.catalog-sub{
  font-weight:400;
  font-size:1.3rem;
  margin-bottom:15px;
  color:#4f9242;
}

h5.catalog-sitestrapline{
  font-weight:300;
  font-size:1.5rem;
}

h2.catalog-sitestrapline{
  font-weight:400;
  font-size:1.5rem;
  color:#2c6973;
  margin-bottom:20px;
}

h6.small-header{
  font-weight:400;
  font-size:1.1rem;
}

span.small{
  font-size:85%;
}

select.taller{
  height:2.39rem;
}

h5.catalog-course-title{
  font-size:1.1rem;
  font-weight:400;
}

h5.catalog-course-site-title{
  font-size:1.0rem;
  font-weight:400;
}

h4.catalog-course-title{
  font-size:1.2rem;
  font-weight:400;
}

h6.catalog-side{
  font-weight:400;
  font-size:1.0rem;
}

h6.catalog-all{
  font-weight:300;
  font-size:1.2rem;
}

h6.card-footer-provider{
  font-weight:400;
  font-size:0.9rem;
}

h6 a.search{
  color:#2d6191;
}

h5.catalog-sub{
  color:#212529;
  font-size:1.4rem;
}

p.catalog-hashtags{
  font-weight:300;
  font-size:1.0rem;
  margin-bottom:0;
  color:#e05e00;
}

p.catalog-hashtags-small{
  font-weight:300;
  font-size:0.9rem;
  margin-bottom:0;
  margin-top:15px;
  white-space:normal;
  color:#e05e00;
}

p.catalog-shortdesc{
  font-weight:300;
  font-size:1.0rem;  
}

p.timeline{
  font-weight:400;
  font-size:1.1rem;  
}


.catalog-small-label{
  font-weight:400;
  font-size:0.9rem;
}

a.search:visited {
  color: #2d6191;
}

a.search{
  color: #2d6191;
}

a.search:hover {
  color: #2d6191;
  text-decoration: underline;
}

a.search:active {
  color: #2d6191;
  text-decoration: underline;
} 

a.catalog-link-small{
  font-weight:400;
  font-size:1.1rem;
  color: #2d6191;
}

a.catalog-link-vsmall{
  font-weight:400;
  font-size:0.9rem;
  color: #2d6191;
}

.catalog-cat-name {
  color:#2b6973;
  font-weight:400;
  font-size:1.1rem;
}

span.hashtag {
  color:#2d6191;
  font-weight:400;
}

/* course detail page */

h1.display-7{
  font-size:1.5rem;
}

hr.divider{
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

.search-dropdown{

  padding:8px;
  background-color: #6c757d;
}

.white-link{
  color:white;
  font-size:0.9rem;
}

h5.card-title{
  font-size:1.1rem;
}

h3.card-title{
  font-size:1.1rem;  
}

h3.card-title2{
  font-size:1.2rem;  
}


h3.card-title3{
  font-size:1.1rem;  
  color: #2b6973;
}

.bottom-align-text {
  position: absolute;
  bottom: 0;
  right: 0;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.btn-hd{
  color:#fdad22;
  border: 1px solid #fdad22;
}



h6.catalog-register{
  font-size:1.2rem;
}

 .modal-footer{
  justify-content: space-between;
}

.course-copy{
  color:red;
}

a.header{
  color:#fdad22;
}


.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #56585a;
  border-color: #56585a;
}

.warning-feedback{
  color:#e05e00;
  font-size:1.1rem;
}

ul.foot{
  list-style-type: none;
  padding-left:0px;
}

img.img-bord{
  border-color: #a6a7a9;
  border-style:solid;
  border-width:1px;
}

img.img-search{
  width:90%;
}

.cat-desc {
  font-size:1.0rem;
}

h3.catalog-sitestrapline{
  font-size:1.4rem;  
}

h2.catalog-sitetitle{

  font-weight:400;
  font-size:2.0rem;
}

h2.catalog-coursetitle{
  font-weight:400;
  font-size:1.1rem;
}

h3.catalog-sitetitle{
  font-size:1.0rem;  
}


h3.catalog-coursetitle{
  font-weight:400;
  font-size:1.2rem;
}


.fb_iframe_widget {
  vertical-align: top;
}

.course-price{
  color:#212529;
  font-weight:300;
}

@media (min-width: 390px) {  
  .course-price {font-size: 0.9rem;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .course-price{font-size: 1.0rem;}
}


.fees-title{
  color:#4f9242;
  font-weight:400;
  font-size:1.2rem;
}

ul.terms{
  font-size:1.0rem;
  color: #212529;
}

h4.small-heading{
  
  font-size:1.1rem;

}



.short-desc p{

  font-size: 1.0rem;
  margin-bottom: 1.5rem!important;
  margin-top: 0.5rem!important;
}

.short-desc b{

  font-size: 1.0rem;

}

div.short-desc ul{
  
  margin-top: 30px;
  padding-left:30px;
  margin-bottom: 30px;
  color:#212529;
  font-size: 1.0rem;

}

div.short-desc ol{
  
  margin-top: 30px;
  padding-left:30px;
  margin-bottom: 30px;
  color:#212529;
  font-size: 1.0rem;

}



.short-desc h1, h2, h3, h4, h5 {
  margin-bottom: 1.0rem;
  margin-top: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #2c6973;
}

.short-desc h5 {
  font-size: 1.0rem;
}

.short-desc h4 {
  font-size: 1.1rem;
}

.short-desc h3 {
  font-size: 1.2rem;
}

.short-desc h2 {
  font-size: 1.3rem;
}

.short-desc h1 {
  font-size: 1.4rem;
}

/* these are styles for the site description in the site catalog */


.site-desc p{

  font-size: 1.2rem;
  margin-bottom: 1.5rem!important;
  margin-top: 0.5rem!important;
}

.site-desc b{

  font-size: 1.0rem;

}

div.site-desc ul{
  
  margin-top: 20px;
  padding-left:30px;
  margin-bottom: 25px;
  color:#212529;
  font-size: 1.2rem;

}

div.site-desc ol{
  
  margin-top: 30px;
  padding-left:30px;
  margin-bottom: 30px;
  color:#212529;
  font-size: 1.0rem;

}



.site-desc h1, h2, h3, h4, h5 {
  margin-bottom: 1.0rem;
  margin-top: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;;
}

h2.dash{
  margin-bottom: 1.0rem;
  margin-top: 0.5rem;
  font-family: inherit;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  color: #2b6973;
}

h2.inside{
  margin-bottom: 1.0rem;
  margin-top: 0.5rem;
  font-family: inherit;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  color: #2b6973;
}

.inside:after {
  content: " ";
  width: 100%;
  display: block;
  margin: 1rem 0 1rem 0;
  border-bottom: 5px solid #47819c;
}


.site-desc h5 {
  font-size: 1.0rem;
}

.site-desc h4 {
  font-size: 1.1rem;
}

.site-desc h3 {
  font-size: 1.2rem;
}

.site-desc h2 {
  font-size: 1.3rem;
}

.site-desc h1 {
  font-size: 1.4rem;
}

.table-smart-active{
  background-color: rgba(0,0,0,.05);
}


/* these are styles for the course calendar */
  /* Small devices (landscape phones, 544px and up) */
  @media (min-width: 375px) {  
    .date-day{
      font-size: 1.2rem;
      font-weight:600;
      color:white;
      margin-right:8px;
    }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {  
    .date-day{
      font-size: 1.2rem;
      font-weight:600;
      color:white;
      margin-right:0px;

    }
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .date-day{
      font-size: 1.4rem;
      font-weight:600;
      color:white;

    }
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .date-day{
      font-size: 1.4rem;
      font-weight:600;
      color:white;
    }
  }


@media (min-width: 375px) {  
  .date-month{
    font-size: 1.2rem;
    color:white;
    margin-right:8px;
    font-weight:600;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
  .date-month{
    font-size: 1.4rem;
    color:white;
    margin-right:0px;
    font-weight:600;
  }
}





@media (min-width: 375px) {  
  .date-year{
    font-size: 1.2rem;
    color:white;
    font-weight:600;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
  .date-year{
    font-size: 1.4rem;
    color:white;
    font-weight:600;
  }
}

@media (min-width: 375px) {  
  .calendar-badges{
    padding-left: .2rem;
    padding-right: .2rem; 
  }
}

@media (min-width: 992px) {  
  .calendar-badges{
    margin-left:auto;
    padding-left: .2rem;
    padding-right: .2rem; 
  }
}

.badge-small {
  display: inline-block;
  padding: .2em .6em;
  font-size: 80%;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .30rem;
}

.badge{
  display: inline-block;
  padding: .25em .8em;
  font-size: 100%;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .50rem;
}

h3.card-title-calendar {
  font-size: 1.5rem;
}

p.calendar{
  font-size: 1.1rem;
  color:#0a5eeb;
}

.badge-green2{
  color: #fff;
  background-color: #2c6973;
}



.badge-orange{
  color: #fff;
  background-color: #FF4500;
}

.badge-green{
  color: #fff;
  background-color: #2d9180;
}

.badge-blue{
  color: #fff;
  background-color: #6e579a;
}

.badge-purple{
  color: #fff;
  background-color: #2d6191;
}

.badge-cd-green{
  color: #fff;
  background-color: #2c6973;
}


div.card {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.19);
}

p.short-desc{
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.625;
}

p.start-date{
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.625;  
  color:#212529;
}

.btn-outline-info {
  color: #2b6973;
  border-color: #2b6973;
}

.card-img-top {
  border-top-left-radius:0%;
  border-top-right-radius: 0%;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 2.0em 0px;
  padding: 1em 10px .1em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}



/* ------------- mike checkbox ----------------------*/

/* The wrapper */
.wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wrapper input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.ml-6, .mx-6 {
  margin-left: 5rem!important;
}

/*-------------------------------*/
.parent ~ .cchild {
  display: none;
}
.open .parent ~ .cchild {
  display: table-row;
}
.parent {
  cursor: pointer;
}
tbody {
  color: #212121;
}

/*
.open {
  background-color: #e6e6e6;
}
*/

.parent i {
    transform: rotate(0deg);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    margin: -.5rem;
    padding: .5rem;
}

.fa {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    color: #007bff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.open .cchild {
/*  background-color: #999; */
  color: white;
}
.parent > *:last-child {
  width: 30px;
}
.parent i {
  transform: rotate(0deg);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  margin: -.5rem;
  padding: .5rem;
 
}
.open .parent i {
  transform: rotate(180deg)
}

.fa-chevron-down:before {
  content: "\f078";
}

.standout-color{
  color: #2b6973;
  font-weight: 400;
}

.small2 {
  font-size: 85%;
}


.btn-book.disabled, .btn-book:disabled {
  color: #fff;
  background-color: #fe642e;
  border-color: #fe642e;
}

.btn-book {
  color: #fff;
  background-color: #fe642e;
  border-color: #fe642e;
}


h3.timeline-title {
  font-size: 1.1rem;
}

h4.timeline-sub {
  font-size: 1.0rem;
}

div.timeline-desc p{
  font-weight:300 !important;
}

/*
.vertical-timeline-element-content {
  border-top: 3px solid #2196f3;
}
*/

.btn-outline-cpd {
  color: #777a7c;
  background-color: transparent;
  background-image: none;
  border-color: rgb(211, 91, 91);
}

.btn-outline-cpd:hover {
  background-color: rgb(211, 91, 91); /* change to your desired color */
  color: white; /* change to your desired color */
}


/* for Avanti */

span.avanti-blue{
  color: #25318D;
}

span.avanti-pink{
  color: rgb(211, 91, 91);
}

h2.learner-home{
  margin-bottom: 1.0rem;
  margin-top: 0.5rem;
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  color: #2b6973;
}

/*
.rbc-event {
  padding: 2px 5px !important;
  overflow: visible !important;
  height: auto !important;
}

.rbc-event-content {
  white-space: normal !important;
  overflow: visible !important;
}
*/
.custom-event-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/*

.custom-event-content {
  height: 100%;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/



.custom-event-content {
  font-size: 0.9em;
  line-height: 1.2;
  overflow: hidden;
}

.custom-event-content > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.height600 {
  position: relative;
  height: 1800px;
}

.calendar-bookings{
  color: #fff;
  text-decoration: none;
}




.event {
  font-size: 0.9em;
  line-height: 1.2;
  overflow: hidden;
}


.event > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*

.event.event-published {
  border-left-color: red;
}


.event.event-draft {
  border-left-color: blue;
}

.event.event-archive {
  border-left-color: green;
}
*/


.event-link {
  font-size: 1.0em;
  margin-top: 5px;
}

/* Specific styles for each event type */
.event-published {
  background-color: #165fac !important;
  color: #fff !important;
}

.event-published .event-link {
  font-size: 1.1em;
  color: #e0f47b;
}

.event-draft {
  background-color: #297d44 !important;
  color: #fff !important;
}

.event-draft .event-link {
  font-size: 1.1em;
  color: #ecf5bd;
}

.event-archive {
  background-color: #b5b9bd !important;
  color: #212121 !important;
}

.event-archive .event-link {
  font-size: 1.0em;
  color: #212121;
}

.event-published-past {
  background-color: #165fac !important;
  color: #fff !important;
}

.event-published-past .event-link {
  font-size: 1.1em;
  color: #e0f47b;
}

h5.course-fee{
  font-weight:400;
  font-size:1.1rem;
}

.rounded-blue{
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-left: 4px solid #2b6973;  /* Thicker border on the left */
  border-radius: 3px; /* Adjust for rounded corners */
  padding: 10px; /* Optional: Adds some spacing inside */
  background-color: #F6F6F6;
}

.rounded-delegate {
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-left: 4px solid #ffb800;  /* Thicker border on the left */
  border-radius: 3px; /* Adjust for rounded corners */
  padding: 10px; /* Optional: Adds some spacing inside */
  background-color: #F6F6F6;
}

.card-dash{
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-left: 4px solid #ffb800;  /* Thicker border on the left */
  border-radius: 3px; /* Adjust for rounded corners */
  padding: 10px; /* Optional: Adds some spacing inside */
  background-color: #F6F6F6;
}

@media (min-width: 768px) {
  .card-deck .card-dash .card-dash1{
      margin-left: 14px;
      margin-right: 14px;
  }
}

@media (min-width: 576px) {
  .card-deck .card-dash .card-dash1{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
  }
}

.card-dash1{
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-top: 4px solid #ffb800;  /* Thicker border on the left */
  border-radius: 3px; /* Adjust for rounded corners */
  padding: 10px; /* Optional: Adds some spacing inside */
  background-color: #F6F6F6;
}

@media (min-width: 768px) {
  .card-deck .card-dash1{
      margin-left: 14px;
      margin-right: 14px;
  }
}

@media (min-width: 576px) {
  .card-deck .card-dash1{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
  }
}

.list-group-item-yellow {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #F6F6F6;
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-left: 4px solid #ffb800;  /* Thicker border on the left */
}

.card-rounded-blue{
  border: 0px solid #eaecef;  /* Thin border on all sides */
  border-left: 4px solid #2b6973;  /* Thicker border on the left */
  border-radius: 3px; /* Adjust for rounded corners */
  padding: 10px; /* Optional: Adds some spacing inside */
  background-color: #F6F6F6;
}


.btn-info {
  color: #fff;
  background-color: #165fac;
  border-color: #165fac;
}

.text-container {
  position: relative;
  max-height: 200px; /* Adjust height as needed */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.text-container.expanded {
  max-height: 2000px; /* A large value to accommodate any text length */
}


.see-more-container {
display: flex;
align-items: center;
width: 100%;
margin: 15px 0;
text-align: center;
}

.see-more-line {
flex-grow: 1;
height: 1px;
background-color: #e0e0e0;
}

.see-more-button {
margin: 0 15px;
color: #165fac;
background: none;
border: none;
padding: 5px 10px;
cursor: pointer;
font-weight: 400;
font-size: 1rem;
white-space: nowrap;
}

.see-more-button:focus {
outline: none;
box-shadow: 0 0 0 1px rgba(161, 163, 164, 0.25);
}
.text-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.text-container.expanded::after {
  display: none;
}

.schedule-tab{
  background-color: #2c6973;
}

