/* 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;}