/*=========================================================
Saleforce Fonts
=========================================================*/
@font-face {
    font-family: 'AvantGardeForSalesforce-Demi';
    src: url('/themes/securetheforce/static/fonts/AvantGardeForSalesforce-Demi.otf');
    src: url('/themes/securetheforce/static/fonts/AvantGardeForSalesforceW05-Dm.woff') format('woff'),
         url('/themes/securetheforce/static/fonts/AvantGardeForSalesforce-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SalesforceSans-Semibold';
    src: url('/themes/securetheforce/static/fonts/SalesforceSans-Semibold.eot');
    src: url('/themes/securetheforce/static/fonts/SalesforceSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/themes/securetheforce/static/fonts/SalesforceSans-Semibold.woff') format('woff'),
         url('/themes/securetheforce/static/fonts/SalesforceSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*=========================================================
Global Styles
=========================================================*/
body,
html {
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}

body { 
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'AvantGardeForSalesforce-Demi';
    color: #0692D2;
}

p {
    font-family: "SalesforceSans-Semibold";
    color: #101F67;
}

.heading-text {
    color: #0692D2;
    margin-bottom: 40px;
    font-family: 'AvantGardeForSalesforce-Demi';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-headers {
    color: #0692D2;
    margin-bottom: 15px;
    font-family: 'AvantGardeForSalesforce-Demi';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.body-text {
    color: #101F67;
    font-family: "SalesforceSans-Semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    text-align: left;
}

.section-spacing {
    padding: 30px 0;
}

/*=========================================================
Landing Page
=========================================================*/
#landing-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/static/img/landing/landing.png');
    background-size: cover;
    background-position: center;
}

#landing1 {
    min-height: 513px;
    padding: 115px 0; 
}

#landing-text {
    max-width: 540px;
}

#landing2 {
    position: relative;
    padding: 115px 0;
    background-color: #EEF8FF;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

#landing2 li {
    color: #101F67;
}


/*=========================================================
Get Started Page
=========================================================*/
#get-started-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/static/img/get-started/get-started.png');
    background-size: cover;
    background-position: center;
}

#get-started1 {
    padding: 115px 0;
}

#get-started2 {
    margin-top: 100px;
}
#get-started-text {
    width: 373px;
    height: 133px;
}

.get-started-rules {
    background-color: #EAF5FE; 
    width: 496px;
    height: 408px;
    border-radius: 20px;
}

.steps-header {
    display: flex;
    width: 183px;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    color: #101F67;
    font-family: 'AvantGardeForSalesforce-Demi';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 40px;
    padding-top: 40px;
}

.steps-text {
    width: 403px;
    height: 105px;
    color: #101F67;
    font-family: "SalesforceSans-Semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    padding-left: 40px;
    padding-top: 10px;
    width: 431px;
}

.step4 {
    width: 175px;
    height: 133px;
}

a.get-started-link {
    color: #101F67;
    text-decoration: underline !important;
}

a.get-started-link:hover {
    color: #0692D2;
    transition: 0.3s;
}

img.step4-img {
    position: relative;
    bottom: 42px;
    right: 10px;
}

/*=========================================================
FAQ Page
=========================================================*/
#faq-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/static/img/faq/faq.png');
    background-size: cover;
    background-position: center;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: #0692D2;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.faq-accordion .accordion-body {
    color: #101F67;
    padding: 1rem 1.25rem;
}

.faq-accordion .accordion-button.collapsed {
    background: transparent;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-section {
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.accordion-item {
    background-color: #F7F7F7;
}

button.accordion-button.collapsed {
    color: #0692D2 !important;
}

/*=========================================================
Challenges Page
=========================================================*/
#challenges-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/static/img/challenges/challenges.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

div.category-header.mb-3 h3 {
    color: #0090D1;
    font-family: "SalesforceSans-Semibold";
}

.challenges-content-container {
    margin-bottom: 200px;
}

/*=========================================================
Scoreboard Page
=========================================================*/
#scoreboard-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/ static/img/scoreboard/scoreboard.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

/*=========================================================
Users Page
=========================================================*/
#users-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/static/img/users/users.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

.users-content-container {
    margin-bottom: 200px;
    margin-top: 100px;
}

/* ========================
Login
========================*/
#login-hero {
    width: 100vw;           
    max-width: 100vw;       
    margin-left: calc(-50vw + 50%);
    min-height: 689px;
    background-image: url('/themes/securetheforce/static/img/login/login.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

.login-content-container {
    margin-bottom: 200px;
    margin-top: 100px;
}