

      :root {
        --font: Moderat-Regular;
        --alt-font: SangBleuKingdom-Regular;
        --accent-color: #308970;
        --secondary-color: #1c212b;
        --link-color: #308970;
        --accent-highlight-color: #1c5042;
        --accent-highlight-background-color: #def3ed;
        --accent-tinted-color-70: #c1dcd4;
        --accent-tinted-color-80: #d6e7e2;
        --accent-tinted-color-90: #eaf3f1;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #3daf8f;
        --secondary-hover-color: #30394a;
        --secondary-contrast-color: #fff;
        --link-hover-color: #5ac5a7;
      }
      

.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/5506a6f2-edf0-4dd5-8b48-d355c1df1496/8k6tkbikxo33-IroncladLogoVector.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Font Formatting */

/*<link rel="preload" as="font" href="//ironcladapp.com/wp-content/themes/ironclad/assets/webfonts/Moderat-Regular.woff2" crossorigin="">
<link rel="preload" as="font" href="//ironcladapp.com/wp-content/themes/ironclad/assets/webfonts/Moderat-Medium.woff2" crossorigin="">
<link rel="preload" as="font" href="//ironcladapp.com/wp-content/themes/ironclad/assets/webfonts/SangBleuKingdom-Regular.woff2" crossorigin="">*/


@font-face {
    font-family: 'SangBleuKingdom-Regular'; /*a name to be used later*/
    src: url('https://ironcladapp.com/wp-content/themes/ironclad/assets/    webfonts/SangBleuKingdom-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'Moderat-Regular'; /*a name to be used later*/
    src: url('https://ironcladapp.com/wp-content/themes/ironclad/assets/    webfonts/Moderat-Regular.ttf'); /*URL to font*/
}

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://ironcladapp.com/wp-content/themes/ironclad/assets/webfonts/SangBleuKingdom-Regular.ttf');
@import url('https://ironcladapp.com/wp-content/themes/ironclad/assets/webfonts/Moderat-Regular.ttf');
@import url('https://ironcladapp.com/wp-content/themes/ironclad/assets/webfonts/Moderat-Medium.ttf');


body {
 font-family: 'Moderat-Regular', 'DM Sans', sans-serif ;
}

p, span, li  {
 font-family: 'Moderat-Regular', 'DM Sans', sans-serif ;
}

h1, h2, h3 {
 font-family: 'Moderat-Medium', 'DM Sans', sans-serif ;
}

h4, h5, h6, div, p, span, button, a, input, select, option, textarea, .coursebox-text {
 font-family: 'Moderat-Regular', 'DM Sans', sans-serif ;
}

.widget__title {
    color: #1c212b;
}


/* General UI Formatting */

.container {
    width: 100%;
}

@media (min-width: 1024px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 100%;
    }
}

.hero img {
    width: auto;
}

/*build in more padding to screen */
@media only screen and (min-width: 768px) {
    .layout__content .widget {
        padding: 1rem 15%;
    }
}

/*build in more padding to catalog only screen */
.ember-view.row.widget.widget--catalog.widget--catalog_standard margin-top-30 {
        padding: 1rem 15%;
    }

.ember-view.row.widget.widget--catalog.widget--catalog_standard {
    padding: 1rem 10%;
}

/*build in more padding to dashboard only screen */
.ember-view.row.widget.widget--featured-content.widget--featured-content_standard {
    padding: 1rem 15%;
}

/*remove padding on Sign In Screen */
.ember-view row widget widget--two-column widget--two-column_standard beige-container  @media only screen and (min-width: 768px) .layout__content .widget{
  padding:0px;
}

/*Remove giant padding on buttons */
.ember-view row widget widget--course-purchase widget--course-purchase_standard .ember-view btn btn--primary btn--alt btn--expand .btn--primary {
  padding: 10px 20px;
}

button, .button {
    border-radius: 1px;
    padding: 20px 30px;
}

.btn--alt.btn--primary{
  border: solid 2px #308970;
}


a:hover{
  color: #072323;
}

/*Update padding so content is middle of screen - need to fix the button in course page
.layout__content .widget {
    padding: 1rem 20rem;
}*/

/*Update course detail page padding
.course__detail__container .course__detail__content {
    padding:1rem 12rem;
}*/

/*-----button around sign in link in header-----*/
div > nav.nav.nav--top > ul > li:nth-child(1) > a{
    background-color: #308970;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
}

 .btn--primary{
    border-radius: 25px;
    border: 0px;
    font-weight: bold;
    background-color: #00CA88;
    color: #1C212B;
    padding: 10px 40px;
}

.btn.catalog-aggregation__value{
  color:#308970;
}

.btn.catalog-aggregation__value:hover{
  color: #072323;
}

/* Update the Header*/
.header .company__beta-logo .company-logo__container img {
    max-height: 30px;
}

.header .company__beta-logo .company-logo__container img {
    margin-left: 4rem;
}

@media only screen and (min-width: 48.063em) {
    .top-bar-section {
         left: 3rem !important; 
      }
    }

@media only screen and (min-width: 48.063em) {
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #fff;
        background: rgb(255,255,255,0);
        color: #308970;
    }
}

@media only screen and (min-width: 48.063em) {
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button), .top-bar-section .dropdown li a {
        background: #ffffff;;
        color: #656565;
    }
}


li.about-block__container .about-block__text h3 {
    color: inherit;
    text-transform: capitalize;
}

/* Hero Image Formatting */
.layout__content .hero {
    width:100%
}

.hero .hero__caption {
     background: none;
}

.hero .hero__caption .hero__title {
  color:#ffffff;
}

.hero .hero__caption span {
  color:#ffffff;
}


.featured-content-carousel-item img {
    width: 100%;
    max-width: fit-content;
    max-height: fit-content;
}

/* Update Course Menu Sidebar */
.learner__sidebar-inner-list span.syllabus__section-title {
    text-transform: capitalize;
}

.syllabus__topic--active .syllabus__topic--non-expandable-title-text{
  color:#fff;
}

.course__container .header .company__beta-logo .company-logo__container img {
    margin-top: .5em;
    max-height: 35px;
}



/*------------------- Custom Interactive by Ironclad LXD--------------------- */


/* Banner Slider - Homepage */

.home-slider {
    background-color: #1c212b;
}

.featured-content-carousel-item__title {
    display: none;
}

.featured-content-carousel__nav {
  display:none;
}

.featured-content-carousel-item__overlay {
    display: none;
}

.featured-content-sidebar {
    display:none;
}

/* remove side padding on custom pages */
.home__content {
    padding: 1rem 0 0;
}

/* Accordion Details */
details {
  border-bottom: 1px solid #ddd;
}

details:last-of-type {
  border-bottom: none;
}

summary {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 600;
  background-color: #f7f7f7;
  list-style: none;
  border-radius:10px;
}

summary:hover {
  background-color: #eaeaea;
}

details[open] summary {
  background-color: #e2e2e2;
}

details p {
  padding: 12px 16px;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}


/* Note Callouts & Note Links */

.noteDiv {
  display:flex;
  background-color: #00ca88;
  color: #072323;
  padding: 14px;
  width: 50%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}

.noteIcon {
    padding:10px;
    float:left;
    width:15%;
}

.noteText{
    padding:10px;
    float:right;
    width:80%;
}

.noteLinkDiv {
  display:flex;
  background-color: #00ca88;
  color: #072323;
  padding: 14px;
  width: 35%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}

.noteLinkDiv:hover{
   transform: scale(1.05);
   transition: all .2s ease-in-out;
}

.noteLinkDiv a{
   color:#072323;
   font-size: 14pt;
}


.uiCalloutDiv {
  display:flex;
  border-radius: 15px;
  background-color: #fad8c6;
  color: #072323;
  padding: 10px;
  width: 90%;
  border-style: solid;
  border-color: #edb494;
  text-align: center;
  outline: none;
  font-size: 18px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}

.uiGreenNoteDiv {
  display:flex;
  border-radius: 15px;
  background-color: #C4F4C4;
  color: #072323;
  padding: 10px;
  width: 60%;
  border-style: solid;
  border-color: #00CA88;
  text-align: center;
  outline: none;
  font-size: 18px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}

.uiCalloutIcon {
    padding:1px;
    float:left;
    width:10%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.uiCalloutText{
    padding:1px;
    float:center;
    width:80%;
    text-align:left;
}

.warningBox{
  background-color: #fad8c6;
  color: #072323;
  border-color: #edb494;
}

.tipBox{
  background-color: #daf1de;
  color: #072323;
  border-color: #9dd0a6;
}

/*Banner Callout Announcement color */
.banner-callout{
      background-color: #9dd0a6;
}

.red-banner-callout{
      background-color: #d09d9d;
}

/*Resource Box */

.resourceBox {
    width:50%;
    background-color:#ffffff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 14px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,0.2);
}

.resourceBoxImg {
    padding:10px;
    float:left;
    width:30%;
}

.resourceBoxText {
    padding:10px;
    float:right;
    width:70%;
}

/*Webinar item */
.wbnr-background{
  background-color: #e1ddd3;
}
.wbnr-wrapper{
  margin: auto;
  padding: 20px;
  min-height: 275px;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
}

.wbnr-wrapper p{
  margin-left: auto;
  margin-right: auto;
}



/* Nav Bar Customzation*/
.navigation-bar .top-bar-section ul li>a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.navigation-bar .top-bar-section ul.left {
    border-bottom: 0px;
    width: 100%;
}

.navigation-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #fff;
    color: #00ca88;
}

.top-bar {
    height: 2rem;
    line-height: 2rem;
}

/* Video formatting */
.video-container {
    padding: 1rem;
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
}


/* This adds border radius to the video. It is an existing CSS class. */
.video__frame {
  border-radius: 10px;
}

.video-title h1 {
  padding-top: 2rem;
  font-size: 2.5rem;
}

.video-title .widget__title {
  margin-bottom: .5em;
}

/*------------------- Styling for pages & layouts --------------------- */

.ready-to-learn-container {
  background-color: #1c212b;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ready-to-learn-section {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.ready-to-learn-section h2 {
  margin-right: 24px;
  display: inline-block;
  color: #ffffff;
  margin-right: 24px;
}

.ready-class-btn {
  margin: 0 auto;
  height: 60px;
  background-color: #00ca88;
  color: #1c212b;
  border: none;
  border-radius: 2px;
  padding: 16px 24px;
  font-size: 16px;
  display: inline;
}

.beige-container {
  background-color: #f1f1ee;
  width: 100%;
  padding:0px;
}

.green-container {
  background-color: #00CA88;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.purple-container {
  background-color: #B27BE1;
  width: 100%;
  padding:0px;
}

.margin-top-30 {
  margin-top: 30px;
  padding: 1rem 10%;
}

.verified-partner-container {
  background-color: #9dd0a6;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-tile {
   float: left; 
   margin: 10px;
}

.image-tile:hover{
   transform: scale(1.05);
   transition: all .2s ease-in-out;
}

.dark-container {
  background-color: #1C212B;
  width: 100%;
}

.light-green-container {
  background-color: #ECF7EA;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.light-green-container-no-padding {
  background-color: #ECF7EA;
  width: 100%;
}

.brown-container {
  background-color: #D4BBA1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grey-container {
  background-color: #F5F5F5;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.center-image {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*------------------- Stuff we are hiding--------------------- */

/* Hide Content Types in Catalog*/
.catalog-grid-item__source{ 
  display: none;
}

.catalog-list-item__info {
    display: none;
}

.learning-path-milestone-item__info {
  display: none;
}

.learning-path-detail-milestone-item__content-type{
  display: none;
}

.dashboard-access-list-item .medium-3 strong {
  display:none;
}

.ember-view dashboard-access-list-item, .col-span-3 {
  display:none;
}

/* Hide Learning Path Runs*/
.course__detail__runs{
  display:none;
}

/* Hide Purchase Button*/
.widget--course-purchase .btn--secondary{display:none;}


/* Hide Border around Company Name in Sign-In*/
.panel--alt {
    border: 0px 
}

/* Hide Gift this content option - Double Checking*/
.enroll__secondary-actions {
    display: none;
}

/*Remove email capture box on course details sidebar for learners without access to that content */
.email-capture { display:none !important; }

/* Remove non-functioning Forgot Password on the Generic Sign in Page */
.session__forgot{
  display:none;
}

/* Course Sidebar UI */
.learner__container__toggle.{ margin-bottom: 25px; background: #308970; border-radius: 8px;
padding: 5px; }
.learner__container__toggle.text-right .btn--primary { background: transparent; border: 0px solid; color: #ffffff; }
.expandable-sidebar__toggle { background: transparent; color: #308970; font-size: 15px; font-weight: bold; }
.expandable-sidebar--toggled .expandable-sidebar__toggle { color: #308970;}
.learner__sidebar .layout-panel { background: transparent; }
.layout-panel .learner__sidebar__expandables .expandable-sidebar {background: white;border-radius:
8px;margin-bottom: 5px;}
.learner__sidebar-list>li { border-bottom: 1px solid #308970; }

.learner__container .learner__sidebar__search .small-8 {float:left;margin-bottom:5px;}
.learner__container .learner__sidebar__search .small-8 .form-control {border-radius:9px; text-align:left;}
.learner__container .learner__sidebar__search .small-4 {display: block; width: 100%; text-align: left;}
.learner__container .learner__sidebar__search .small-4 .btn--primary {display: inline-block; color:#fff;}

.learner__container .learner__container__toggle .btn--primary{background: #308970;color: #ffffff;border:
0px;border-radius: 9px;}

.learner__sidebar-inner-list span.syllabus__section-title {color: black;margin-bottom: 1em;}
.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title:not(:hover) {color: black;}
li.syllabus__topic--non-expandable:before { display: none; }
.syllabus__topic.syllabus__topic--active.syllabus__topic--non-expandable {background-color: #308970;}
.syllabus__topic--active .syllabus__topic--non-expandable-title-text {color: 308970;}

.syllabus__topic--non-expandable .syllabus__topic--non-expandable-title-text { margin-top: 2px; }
.syllabus__topic { margin-bottom: 87px; }
.learner__sidebar-inner-list li { margin-bottom: 5px; margin-top: 5px; }
.learner__sidebar .expandable-sidebar__buttons {background: #308970;border-radius: 8px;padding: 5px;}
.learner__sidebar .expandable-sidebar__buttons a{ color:white; }
.learner__content .layout-panel {border-radius: 10px;}
.directional__nav__button {border-radius: 8px;}
.header--student .header__left__icon { background: #f6f6f6ff; color:gray;}

.syllabus__section-title-index
{display:none;}