@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Oswald;
        --accent-color: #5572ad;
        --secondary-color: #757575;
        --link-color: #98cb38;
        --accent-highlight-color: #334569;
        --accent-highlight-background-color: #dfe4ef;
        --accent-tinted-color-70: #ccd5e6;
        --accent-tinted-color-80: #dde3ef;
        --accent-tinted-color-90: #eef1f7;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #778fbe;
        --secondary-hover-color: #8f8f8f;
        --secondary-contrast-color: #fff;
        --link-hover-color: #5d7c21;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/b62bf13d-7def-44e2-ac6e-9817bfa4af7a/ixg6i547pfvy-WhiteTIBackground.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/b62bf13d-7def-44e2-ac6e-9817bfa4af7a/ivn94forg1cl-TR_logo_transparent_registered.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}

/*BRITTANY TESTING
@media only screen and (min-width: 24em){
  .header--microsite .company__logo, .header--microsite .company__beta-logo {
    float: left;
    margin-bottom: .5rem;
    width: 300px;
    height: 110px;
    margin-top: -9px;
    margin-left: 11px;
  }
}*/

/*Addded to hide item count on Activity Panel
.dashboard-access-tab__count{display:none;}*/

/*Hide the "complete" overlay (with a green check mark) on catalog widget tiles:*/
.catalog-grid-item__completed-container {display:none;}

/* Added to hide course runs from date on detail page*/
.course__detail__runs{display:none;}


/* Begin new css from update on 8/27/24 */
.container{

  /* brings below "global" navigation when fixed at top 
  margin-top: 29.19px;*/
    background:#fff;
  -webkit-box-shadow:-2px 0 2px -2px rgb(255, 255, 255),2px 0 2px -2px rgb(255, 255, 255);
  box-shadow:-2px 0 2px -2px rgb(255, 255, 255),2px 0 2px -2px rgb(255, 255, 255);
  height:100%;
  position:relative;
  width:100%
}


/* adjust sizing of the container box when inside a course
.learner__container learner__container--toggled
{
    width: 100%;
    height: 100%;
}
.learner__container__toggle{
  min-width: 75%;
}

.learner__container learner__container--closed{
    max-width: 100%;
    min-width: 100%;
} */

.no-body div.row {
  display: none;
  
}

.no-body hr.hr__accent {
  display: none;
  
}

.no-body{
  margin-bottom: -3rem;
}

.no-title{
  margin-top: -3rem;
}

.nav-buttons {
  margin-bottom: -4rem;
  margin-top: -4rem;
}


.hero__caption{
	text-align: center;
}

.cta div.widget__cta{
  margin-top: -5rem;
}

.button-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
 }

.no-filter div.row div.medium-3{
  display: none;
}

.no-filter div.medium-9{
  width: 80%;
  max-width: 80%;
  margin-right: 10%;
  margin-left: 10%
  
}

.no-filter div.panel{
    width: auto;
  max-width: 80%;
  margin-right: 10%;
  margin-left: 10%
}

.no-filter caption{
  text-align: center;
}

 /*[class*=column]+[class*=column]:last-child {
    float: left;
} */

/* Add Thick Border to Activity Widget for Easier Separation */

div.dashboard-access {
  border: 1px #9a9b9d;
  border-style: solid;
}

/*hide section number like "01." */
.syllabus__section-title-index{
  display: none;
}

/*Making featured resources smaller*/
.small-featured{
max-width: 75%;
}