html, body {
    line-height: unset;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/* Universal */

body#csc {
    font-family: "wf_SegoeUI","wf_SegoeUI","Segoe UI","Segoe WP","Segoe UI","Segoe","Segoe WP",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #0078d4;
    text-decoration: none;
}

    a:visited {
        color: #5c2e91;
    }

.-linkdark {
    color: #004e8c;
}

.-light {
    font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP",Arial,sans-serif;
    font-weight: 300;
}

.-semibold {
    font-family: "wf_SegoeUISemibold","wf_SegoeUI","Segoe UI Semibold","Segoe WP Semibold","Segoe UI","Segoe","Segoe WP",Arial,sans-serif;
    font-weight: normal;
}

.-subhead {
    font-size: 18px;
    line-height: 26px;
    margin: 1em 0 60px;
}

.-small {
    font-size: 12px;
}

.-breakword {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.cta, .btn-primary {
    display: inline-block;
    background: #0078d4;
    color: #fff;
    width: 208px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    margin: 0.5em 0 0.5em;
    padding: 7px 8px 8px;
    border-radius: 2px;
}

    .cta:active, .btn-primary:active {
        background: #005a9e;
        color: #ffffff;
    }

    .cta:hover, .btn-primary:hover {
        background: #106ebe;
        color: #ffffff;
        text-decoration: none;
    }

    .cta:visited, .btn-primary:visited {
        color: #ffffff;
    }

@media only screen and (max-width: 768px) {
    .cta, .btn-primary {
        width: 168px;
    }
}

.-blockcta {
    display: block;
    margin: 1.5em auto 0.5em;
}

.text-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.text-right {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.image-center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.image-center-half {
    display: block;
    width: 50%;
    text-align: center;
    margin: 1em auto;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
}

.stretch {
    align-content: stretch;
    align-items: stretch;
}

.min-h-4em {
    min-height: 4em;
}

.min-h-6em {
    min-height: 6em;
}

.margin-sm-b {
    margin-bottom: 0.6em;
}

.margin-md-t {
    margin-top: 1.6em;
}

.margin-md-b {
    margin-bottom: 1.6em;
}

.margin-lg-t {
    margin-top: 3.4em;
}

.margin-lg-b {
    margin-bottom: 3.4em;
}

.margin-md-tb {
    margin-top: 1.2em;
    margin-bottom: 1.6em;
}

.margin-auto-tb {
    margin: auto auto;
}

.padding-sm-b {
    padding-bottom: 10px;
}

.padding-md-b {
    padding-bottom: 20px;
}

.padding-lg-b {
    padding-bottom: 40px;
}

.title-success {
    margin-top: 1em;
    min-height: 3.4em;
}
@media only screen and (max-width: 768px) {
    .title-success {
        min-height: unset;
    }
}




#hero h4 {
    /* Microsoft Cloud Skills Challenge */
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .4em;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    #hero h4 {
        font-size: 8px;
    }
}

#hero h1 {
    /* Page Title */
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 22px;
    max-width: 85%;
}

@media only screen and (max-width: 1024px) {
    #hero h1 {
        font-size: 30px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 768px) {
    #hero h1 {
        font-size: 24px;
    }
}

#hero p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 1px 60px 1px 0; /* Protection against hero background graphic */
}

@media only screen and (max-width: 1024px) {
    #hero p {
        font-size: 14px;
        line-height: 18px;
    }
}

a.button-hero {
    display: inline-block;
    background: #D59DFF;
    border-radius: 2px;
    color: #3B2E59;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 24px 0;
    padding: 8px 20px 9px;
}
    a.button-hero:active,
    a.button-hero:hover,
    a.button-hero:visited {
        color: #3B2E59;
        text-decoration: none;
    }



/* Body */

.page-white,
.page-gray {
    color: #000000;
    padding-top: 80px;
    padding-bottom: 0px;
    min-height: 280px;
}

.page-white {
    background: #ffffff;
}

.page-gray {
    background: #f5f5f5;
}

@media only screen and (max-width: 768px) {
    .page-white,
    .page-gray {
        padding-top: 40px;
    }
}

.image-home {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 1em;
}

    .image-home img {
        display: block;
        width: 100%;
        height: 200px;
        vertical-align: bottom;
    }

.image-meter {
    max-width: 365px;
    max-height: 200px;
}

.image-mountain {
    max-width: 400px;
    max-height: 200px;
}

.image-success {
    max-width: 330px;
    max-height: 200px;
}

.image-selfie {
    max-width: 400px;
    max-height: 380px;
}

.headline {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
}

.page-white h4,
.page-gray h4 {
    color: #353535;
    font-size: 18px;
    font-weight: 700;
}

.page-white h5,
.page-gray h5 {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

a.button-body {
    display: inline-block;
    background: #D59DFF;
    border-radius: 2px;
    color: #3B2E59;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 12px 0 24px;
    padding: 8px 20px 9px;
}

    a.button-body:active,
    a.button-body:hover,
    a.button-body:visited {
        color: #3B2E59;
        text-decoration: none;
    }

a.button-bottom {
    position: absolute;
    top: calc(100% - 28px)
}




/* FAQ */

#faq {
    background: #f3f2f1;
    margin-bottom: -50px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
    #faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#faq .question {
    display: block;
    color: #004e8c;
}

#faq .answer {
    display: block;
    margin-top: 1em;
    margin-left: 1.4em;
}

#faq h4 {
    display: block;
    color: #1b1a19;
    width: 100%;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}

#faq h3 {
    display: inline;
    color: #004e8c;
    font-size: 18px;
    font-weight: 400;
}

#faq p.answer {
    margin: 1.2em 0;
}

#faq a {
    color: #004e8c;
}

#faq hr {
    background: #bebbb8;
    width: 100%;
    height: 1px;
    max-height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
}

#faq li {
    padding-left: 1em;
    padding-bottom: 0.6em;
}

details {
    display: block;
    width: 100%;
}

details summary::-webkit-details-marker {
    color: #004e8c;
}

details summary:focus {
    outline: none;
}



/* Form Elements */

label {
    margin-top: .5rem;
    font-size: 18px;
    font-weight: 600;
}

.form-control {
    height: 38px;
    font-size: 14px;
    border: 1px solid #000000;
    border-radius: 0;
}

.form-tall {
    min-height: 100px;
}

.team-group-wrapper {
    display: flex;
    justify-content: space-between;
}

    .team-group-wrapper .form-control {
        display: inline-block;
        max-width: calc(100% - 55px);
        margin-bottom: 1em;
    }

    .team-group-wrapper #add-team-btn, .team-group-wrapper .remove-team-btn {
        width: 38px;
        height: 38px;
        border: 0;
        margin-bottom: 1em;
    }

    .team-group-wrapper #add-team-btn {
        /* + Button */
        background-color: #3fc665;
    }

    .team-group-wrapper .remove-team-btn {
        /* - Button */
        background-color: #ff1818;
    }

    .team-group-wrapper #add-team-btn:active, .team-group-wrapper .remove-team-btn:active {
        outline: none;
    }

.add-team {
    display: block;
    width: 26px;
    height: 26px;
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), transparent;
    background-position: center;
    background-size: 60% 1px, 1px 60%;
    background-repeat: no-repeat;
}

.remove-team {
    display: block;
    width: 26px;
    height: 26px;
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), transparent;
    background-position: center;
    background-size: 70% 1px, 1px 70%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
}

.add-team span, .remove-team span {
    display: none;
}

#create-ctas {
    margin-bottom: 60px;
}

    #create-ctas .form-group, #confirm-ctas .form-group {
        /* Moves the CTAs to both sides for fixed widths */
        display: flex;
        justify-content: space-between;
    }



/* Challenge */

.detail-review {
    color: #605e5c;
    font-style: italic;
    margin: 0.5em 20px 2em;
}

label.status-unselected, label.status-selected {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 4px;
}

label.status-unselected {
    color: #000000;
    border: none;
}

label.status-selected {
    color: #0078d4;
    border-bottom: 2px solid #0078d4;
} 

.challenge-head-row th {
    padding: 20px 10px;
}

.challenge-row td {
    color: #000000;
    font-size: 12px;
    padding: 20px 10px;
}

.table-challenge thead th {
    border: none;
}

#copy-url-btn {
    margin-top: 1.6em;
}



/* Overrides */
.mb-3, .my-3 {
    /* Removes spacing from below header element */
    margin-bottom: 0rem !important;
}

.c-uhff {
    /* Reduces UHF footer spacing above to none */
    margin-top: 24px !important;
}

/*
     FILE ARCHIVED ON 17:14:04 May 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:23:48 Aug 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.435
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.046
  esindex: 0.007
  cdx.remote: 24.269
  LoadShardBlock: 124.575 (3)
  PetaboxLoader3.resolve: 183.517 (5)
  PetaboxLoader3.datanode: 83.879 (5)
  load_resource: 324.411 (2)
*/