/* === Cybereason Influitive Custom Styles ===*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* === END Font Import === */

body#sessions {background-color: #0e2438;}

#sessions #wrapper #content .main-container, #sessions #wrapper #content .caption {border-radius: 0; border: none;}

body h1 {
  font-family: 'Barlow Condensed', sans-serif;

}

/* === BEGIN Buttons === */

.button.primary, button.primary {
    background-color: #ffc628;
    border: none;
    border-style: none;
    box-shadow: none;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 500;
    transition: .3s ease all;
    color: #595955 !important;
    text-decoration: none;
    padding: 15px 20px;

}

.button.primary:hover, button.primary:hover {
  background: #595955;
  color: #FFC628!important;
}

/* === END Buttons === */

/* === BEGIN Sign In Page ===*/

#sessions #wrapper #content {

}

#sessions #wrapper #content h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  color: #FFF;
  margin-bottom: 25px;
}

#sessions #wrapper #content .caption {background: transparent; color: #fff;}

.logged-out #content .main-container .column-secondary {border-radius: 0!important;}

#sessions #wrapper #content p, #sessions #wrapper #content ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #595955;
}

#sessions #wrapper #content a {
  font-family: 'Open Sans', sans-serif;
  color: #ffc628;
  transition: .3s ease all;
}

#sessions #wrapper #content a:hover {text-decoration: underline;}

a.provider_login {transition: .3s ease all;}
a.provider_login:hover {text-decoration: none;}

.caption {
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

/* === END Sign-In Page === */

/* === BEGIN Forum Homepage === */

.css-ltsvdo {
  font-family: 'Open Sans', sans-serif;
}

.experience-header__details-header-uxdebt {font-size:32px; font-weight: 500;}

.profile_completion .progress-amount {
    background-color: #ffc628!important;
    border: solid 1px #ffc628!important;
}

/* === BEGIN Challenge Card === */

.pt-card-container .challenge-card {
  border-bottom: 4px #FFC628 solid;
}

/* === END Challenge Card === */

.profile-completion-list.steps
