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

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #163052;
        --secondary-color: #c23b4a;
        --link-color: #107fa5;
        --accent-highlight-color: #163052;
        --accent-highlight-background-color: #ecf2fa;
        --accent-tinted-color-70: #b9c1cb;
        --accent-tinted-color-80: #d0d6dc;
        --accent-tinted-color-90: #e8eaee;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #21487a;
        --secondary-hover-color: #cf616d;
        --secondary-contrast-color: #fff;
        --link-hover-color: #30bbeb;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/ac1f58ba-8edc-4c75-82d4-ac13e4342f00/ool3jn6ah27n-plain-white-background.jpg'); 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/ac1f58ba-8edc-4c75-82d4-ac13e4342f00/byj94exz0dzg-FinalsiteTaininggrapefruit-large.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/*Hide Purchase Button */
.btn--alt.btn--secondary:active, 
.btn--alt.btn--secondary.active, 
.btn--bare.btn--secondary, 
/* .btn--link.btn--secondary, */
.heading.heading--secondary, 
.heading--secondary.collection__course__title, 
.enroll__course-select__add:hover, 
.items__list--discussions li a{
    display: none;
} 

.widget--course-purchase.widget--course-purchase_standard > div > button[data-ember-action="2308"]{
  display:none;

}

/* Highlight Zone color  */
.image__zone {
  color: #F85467;
}

.popup__caption {
  color: #163052;
}


/* Hide email capture */

.email-capture {
  display: none;
}

/* Homepage Edits */
.nav--global-links {
  background-color:white;
}
.application .container {
  box-shadow:none;
}

/* General Items to Hide */


/* Snippets and Buttons */
.darktealbutton {
  background-color: #107FA5; /* Dark Teal */
  border: none;
  color: white !important;
  padding: 16px 32px;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  font-size: 16px;
  border-radius:4px;
}

/*Flip-Card Text Center */
.flip-card__front {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide recipe print button */
.recipe__info .panel.panel--alt {
    display: none;
}

/*Flip Card with Image, Increase Font Size */
.resource__title {
    font-size: 1.125em;
}

/*Center Align Images*/
.wysiwyg-text-align-center{
  text-align: center;
}

/* Note Call-out */
.note {
   background-color: #f854671e; 
  border: 2px solid #F85467; /* Grapefruit */
  color: black !important;
  padding: 12px 24px;
  text-align: left;
  text-decoration:none;
  display: inline-block;
  font-size: 16px;
  border-radius:0px;
  width:80%;
}



/*Hide the grid view description*/
.catalog-grid-item__description {
    display:none;
}

/* Circled numbered list */

ol.step {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0px;
  padding-top: 20px;

}
ol.step li {
  counter-increment: list-counter;
  display: flex;
  align-items: center;
    padding-bottom: 20px;
}
ol.step li::before {
  content: counter(list-counter);
  margin-right: 20px;
  padding: 7.5px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 75px;
  background: #F85467;
  color: #fff;
  text-align: center; 
  font-size: 40px;
  font-weight: bold;
  float: left;
  flex: 0 0 75px;
}

ol.step p {
  margin-bottom: 0;
}

.layout__content--sidebar .widget--one-column {
    padding: 0;
}


#team td {
    border: none;
}
