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

      :root {
        --font: Montserrat;
        --alt-font: Montserrat;
        --accent-color: #0f7fab;
        --secondary-color: #042b47;
        --link-color: #0f7fab;
        --accent-highlight-color: #094b65;
        --accent-highlight-background-color: #eef9fe;
        --accent-tinted-color-70: #b7d9e6;
        --accent-tinted-color-80: #cfe5ee;
        --accent-tinted-color-90: #e7f2f7;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #13a2da;
        --secondary-hover-color: #074877;
        --secondary-contrast-color: #fff;
        --link-hover-color: #33b9ed;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/975caf01-677a-4e30-8229-b925ef01da1a/1vlfqo26f1pp-1.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/975caf01-677a-4e30-8229-b925ef01da1a/1ju2vwahaacm-IIL-Logo-225x225.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Custom CSS by Roxi Nevin and Jace Curran */
/* Updated August 31, 2022 */

/* footer */
/* First line here sets the background color to IIL Blue */
.footer{
  background-color: #10A6E0;
}

/* These lines set all links to white. Note that the footer icons (logo, handshake, group reg) are uploaded via Theme -> Footer */
.footer__company__info,
.footer__company__name,
.footer__powered-by,
.footer__links,
.footer__powered-by a{
  color: rgb(255, 255, 255);
}
.footer__powered-by{visibility: hidden;}

#i18n-8 {color: rgb(82, 79, 79);} /*This last line corrects the Contact Support link */

/* Setting the background color and margins of the nav bar at the top of the page*/
.nav--global-links {background-color: #10A6E0; margin-left: -10%; width: 120%; padding: 15px;}
.nav--global-links a{color: rgb(253, 253, 253); margin-left: 10px; font-size: 15px; font-weight: 500;}
.nav--global-links a[href="/"]{margin-left: 7%;}

/* This block sets a bit of padding and tweaks to the IIL Logo's position.*/
  .header--microsite .company__logo, .header--microsite .company__beta-logo {
      float: left;
      margin-bottom: .5rem;
      width: 300px;
      height: 80px;
      margin-top: 20px;
      margin-left: 40px;
      margin-bottom: 40px;
  }

/* These two lines remove an unwanted gift icon in guest registration checkout pages */
.course__detail__runs {display:none;}
.enroll__secondary-actions .icon-gift {display:none;}

#gift_first::-moz-placeholder{}
#gift_first::-webkit-input-placeholder{}

/*This changes the background color of the Contact Us banner to IIL Blue */
/*
.contact-block {background-color: #10A6E0;}
.ember-view contact-block {background-color: #10A6E0;}
.ember-application learn dashboard .contact-block {background-color: #10A6E0;}
*/

/*.catalogJC*/

.faq__search-block{background: #1d272bad;}
.--accent-highlight-background-color: #1a8dc1;
.btn--alt.btn--primary {background-color: #1c61a7;}