.cc-banner {
    position: relative;
    font-size: 12px;
}

    .cc-banner .hide {
        display: none;
    }

    .cc-banner a, .cc-banner div, .cc-banner span, .cc-banner svg {
        margin: 0;
        padding: 3px;
        text-decoration: none;
    }

    .cc-banner .cc-v-center {
        display: inline;
        /*vertical-align: middle;*/
        line-height: 2em;
    }

    .cc-banner[dir=rtl] .cc-float-left, .cc-float-right {
        float: right;
    }

    .cc-banner[dir=rtl] .cc-float-right, .cc-float-left {
        float: left;
    }

.cc-banner {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #231f20;
    background: #f2f2f2;
    display: none;
    text-align: center;
    padding: 0 1em;
    margin: 0;
}

@media (min-width:768px) {
    .cc-banner {
        font-size: 13px;
        padding: 0 1.65em;
    }
}

.cc-banner > .cc-container {
    text-align: left;
    padding: .75em 0;
    display: inline-block;
    width: 100%;
}

[dir=rtl].cc-banner > .cc-container {
    text-align: right;
}

@media (min-width:1084px) {
    .cc-banner {
        padding: 0;
    }

        .cc-banner > .cc-container {
            width: 90%;
            max-width: 1600px;
        }
}

.cc-banner.active {
    display: block;
}

.cc-banner .cc-icon {
    height: 1.846em;
    width: 1.846em;
}

.cc-banner .cc-text {
    margin-left: .5em;
    margin-right: 1.5em;
}

[dir=rtl].cc-banner .cc-text {
    margin-left: 1.5em;
    margin-right: .5em;
}

.cc-banner .cc-link {
    text-decoration: none;
    color: #0067b8;
}

    .cc-banner .cc-link:focus, .cc-banner .cc-link:hover {
        text-decoration: underline;
    }

    .cc-banner .cc-link:focus {
        outline: 0;
        background: content-box rgba(0,120,215,.1);
    }
.ec-primary {
    color: #cc0000;
}

/*************************** Page Structure ***************************/

html {
    -ms-overflow-style: scrollbar;
}

body {
    background: #ffffff;
    overflow-y: scroll;
}

.l-logobar {
    background: #ffffff;
    min-height: 40px;
}

.l-logobar__logo {
    background: url('//ustproduction.blob.core.windows.net/microsoft/MSFT_logo_gray_100_x2.png') 0 10px no-repeat #ffffff;
    min-height: 40px;
    background-size: auto 21px;
}

.l-header {
    background: #222;
    color: #ffffff;
}
/*.l-header__link {
    display:block;
    width:100%;
    height:180px;
}*/
.l-header__link:focus,
.l-header__link:active {
    text-decoration: none;
}

.l-header__content {
    /*background: url('//ustproduction.blob.core.windows.net/microsoft/MSFT_logo_wht_100.png') 15px 20px no-repeat #222222;*/
    /*background-size:auto 180px;
    height:180px;*/
    margin: 0 -15px;
    padding: 0 15px;
}
/*
    @media (max-width:767px) and (-webkit-min-device-pixel-ratio: 2), 
        (max-width:767px) and (min-resolution: 192dpi) {
    .l-header__content { 
	    background: url(../img/banner_xs_x2.png) 0 0 no-repeat;
        background-size:auto 180px;
	    height:180px;
	    background-color: #cc0000;
	    }
          }
        @media (min-width: 576px) and (max-width: 767px) {
       .l-header__content {
           	background: url(../img/banner_sm.png) 0 0 no-repeat #cc0000;
       }   
    }
        @media (min-width: 768px) {
       .l-header__content {
           	background: url(../img/banner_md.png) 0 0 no-repeat #cc0000;
       }
    }
    @media (min-width: 992px) {
       .l-header__content {
           	background: url(../img/banner_lg.png) 0 0 no-repeat #cc0000;
       }
    }
    @media (min-width: 1200px) {
       .l-header__content {
           	background: url(../img/banner_xl.png) 0 0 no-repeat #cc0000;
       }
    }*/



.l-main {
    background: transparent;
    outline: none;
}

.l-main__content {
    margin: 0 -15px;
    padding: 20px 15px 40px;
    min-height: 400px;
    background: #ffffff;
}

.l-footer {
    background: #999999;
    clear: both;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.l-footer__content {
    margin: 0 -15px;
    padding: 10px 15px 10px;
}

.l-footer__block {
    display: inline-block;
}



/*************************** Typography ***************************/



body {
    /*font-family: 'Segoe UI', 'SegoeUILocal', 'wf_segoe-ui_normal',  Arial, Geneva, Helvetica, sans-serif;*/
    color: #505050;
    font-size: 16px;
    font-family: "Overpass", Overpass, Helvetica, helvetica, arial, sans-serif;
}

/*************************** Headers ***************************/
.font__main--light {
    font-family: "Overpass", Overpass, Helvetica, helvetica, arial, sans-serif;
    font-weight: 100;
}

h1, .h1 {
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 2rem;
}

@media (min-width: 767px) {
    h1, .h1 {
        font-size: 46px;
    }
}

h2, .h2 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
    h2, .h2 {
        font-size: 36px;
    }
}

h3, .h3 {
    font-weight: 700;
    color: #000000;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    h3, .h3 {
        font-size: 32px;
    }
}

h4, .h4 {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
}

@media (min-width: 767px) {
    h4, .h4 {
        font-size: 22px;
    }
}

.l-header__title {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-family: 'Segoe UI Light', 'SegoeUILightLocal','wf_segoe-ui_light', 'Segoe UI', 'SegoeUILocal', 'wf_segoe-ui_normal', Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
}

@media (min-width: 767px) {
    .l-header__title {
        font-size: 36px;
        line-height: 1.1;
    }
}


/*************************** Links ***************************/

a {
    color: #cc0000;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: #cc0000;
        text-decoration: underline;
    }

.l-footer a,
.l-footer a:link,
.l-footer a:active {
    color: #ffffff;
    text-decoration: none;
}

    .l-footer a:hover,
    .l-footer a:focus {
        color: #ffffff;
        text-decoration: underline;
    }






/***************  Edit/Confirmation Styles ******************/

.badge__info {
    background: url(//ustproduction.blob.core.windows.net/cache/bg_badge2.png) no-repeat scroll 0 0 transparent;
    min-height: 221px;
    padding: 30px 30px 5px;
    text-align: center;
    width: 333px;
    background-size: 330px auto;
    overflow: hidden;
    line-height: 1.2;
}

.badge__p {
    margin-bottom: 5px;
    font-size: 16px;
}

.badge__title {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
}

.btn.btn-sm.btn-badge,
.btn.btn-sm.btn-badge:hover {
    padding: 0.3em 1.2222222222em;
}

.panel-edit .form-group {
    margin-left: 0;
    margin-right: 0;
}

    .panel-edit .form-group:first-child .form-control-static {
        margin-right: 50px;
    }

.panel-edit .control-label {
    font-weight: bold;
}

.panel-edit .panel-body {
    position: relative;
}

.btn-edit {
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 1000;
}

#status-summary .row div:first-child {
    font-weight: bold;
}


/***************  Misc Styles ******************/

.return-block {
    color: #cc0000;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}

    .return-block:hover {
        opacity: .9;
    }

    .return-block i {
        font-size: 28px;
        vertical-align: middle;
        margin-right: 10px;
        cursor: pointer;
    }

    .return-block span:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .return-block:hover i,
    .return-block i:hover {
        text-decoration: none;
        cursor: pointer;
    }

.validation-mark:after {
    content: "*";
    color: #A94442;
    margin-left: 3px;
    position: absolute;
}

.horizontal-stack {
    padding-bottom: 5px;
}



/*************************** Well tiles ***************************/

.well-tile {
    min-height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .well-tile:hover {
        opacity: .9;
    }

    .well-tile .well-tile-text {
        margin-bottom: 0;
        font-size: 16px;
        margin-top: 30px;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

.well-icon {
    margin-top: 2.5em;
}

    .well-icon i {
        font-size: 5.5em;
    }

.well-tile .well-tile-text a,
.well-tile .well-tile-text a:hover {
    text-decoration: none;
    color: inherit;
}

/*************************** File upload replacement ***************************/

.file-upload {
    height: 50px;
    overflow: hidden;
    position: relative;
    width: auto;
}

    .file-upload input {
        cursor: pointer;
        font-size: 300px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

/*************************** Skip to content styles ***************************/

a.skiptocontent__link {
    padding: 6px 10px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

    a.skiptocontent__link:focus {
        position: absolute;
        left: 50%;
        top: 0;
        background: #cc0000;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }

/*Flexbox sticky footer styles*/

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

.l-header, .l-footer {
    flex-shrink: 0;
}

.flexboxtweener {
    background: #999999;
}

    .flexboxtweener > body {
        min-height: 100%;
    }

.summit-band-container,
.summit-header-container {
    padding: 0 15px !important;
}


/*Vendor overrides*/

.summit-header {
    z-index: 10000 !important;
}

.node-shared {
    z-index: 100;
}

.summit-header-red-hat-logo-image {
    vertical-align:baseline;
}

/* Custom layout Alt styles */

.header-background-image__alt {
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: top center;
}

.header-background-image__alt {
    background-color: #292525 !important;
}

@media (max-width: 449px) {
    .header-background-image__alt {
        background-image: url("../img/summit-2018-registration-page-final_320x1000.jpg");
        background-repeat: no-repeat;
    }
}

@media (min-width: 450px) {
    .header-background-image__alt {
        background-image: url("../img/summit-2018-registration-page-final_750x1000.jpg");
        background-repeat: no-repeat;
    }
}

@media (min-width: 768px) {
    .header-background-image__alt {
        background-image: url("../img/summit-2018-registration-page-final_750x1000.jpg");
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    .header-background-image__alt {
        background-image: url("../img/summit-2018-registration-page-final_970x1000.jpg");
        background-repeat: no-repeat;
    }
}

@media (min-width: 1200px) {
    .header-background-image__alt {
        background-image: url("../img/summit-2018-registration-page-final_1170x1000.jpg");
        background-repeat: no-repeat;
    }
}

@media (min-width: 2000px) {
    .header-background-image__alt {
        background-image: url("../img/summit-2018-registration-page-final_2000x1000.jpg");
        background-repeat: no-repeat;
    }
}
.header-background-image__exec {
    background-color: #292525;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-position: top center;
    background-image: url("../img/ee-body-bg.png");
    background-repeat: no-repeat;
}

.summit-band__alt {
    background-size: cover;
    padding-top: 3.3333333333em;
    padding-bottom: 3.3333333333em;
    background-color: transparent;
}

/*Custom styles form EU Cookie Alert*/

.ec-body {
    margin-bottom:75px;
}
@media (min-width:411px) {
    .ec-body {
        margin-bottom: 60px;
    }
}
@media (min-width:853px) {
    .ec-body {
        margin-bottom: 44px;
    }
}
.ec-CookieAlert {
    position: fixed;
    width: 100%;
    z-index: 10000;
    bottom: 0;
}