/*.post_content-container {
  width: 65%;
}*/
#site-last-updated{
    margin-top:20px;
    font-size:9px;
	display:block;
}
.form_hero-section div[id^=nb-field-] div.nb-feedback{
    font-size: 16px !important;
}

button[data-eventcampus="1"]{
    display: none;
}
body[data-gsacampus="1"] button[data-eventcampus="1"]{
    display: inline-block;
}
.header_topbar-container .topbar_navigation-container{
    position:relative;
}
.course_summary_legal_notice {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.um-field.um-field-block.um-field-block.um-field-type_block{
    clear:left;
}
.email_reset_email{
    border: 1px solid #ccc;
}
.get_new_login_token_form .h-button span{
    position: relative;
    top: -5px;
}
.get_new_login_token_form input{
    margin:5px 0;
}
.get_new_login_token_form #email{
    width: 80%;
    height: 41px;
    padding: 10px;
}
#um_field_3820_brochureformat{
    clear:left;
}
.form_hero-sidebar .wForm div .tt-menu .tt-suggestion:hover,
.form_hero-sidebar .wForm div .tt-menu,
.form_hero-sidebar .wForm .inputWrapper .twitter-typeahead input,
.form_hero-sidebar .wForm .inputWrapper select {
    background-color: #fff !important;
}
.wForm .inputWrapper .twitter-typeahead input, .wForm .inputWrapper select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.114 7.472'%3E%3Cpath d='M.707.707l5.35 5.35 5.35-5.35' fill='none' stroke='%23e0e0e0' stroke-width='2'/%3E%3C/svg%3E")
}

/* LIGHT FORM */
html body .form_hero-sidebar .wForm .inputWrapper .tt-menu *{
    color:#000;
}
/* LIGHT FORM */
html body .form_hero-sidebar .wForm .inputWrapper .tt-menu .tt-suggestion:hover{
    color:#fff !important;
    background-color:#1a1a1a !important;
}

.wForm div .tt-menu .tt-suggestion:hover{
    background-color:#f9f9f9 !important;
    color:#000 !important;
}

.form_hero-section--dark .tt-suggestion {
    color: #000 !important;
}

.wForm .reqMark:after{
    padding-right: 1.25em;
}
.wForm .htmlSection{
    border-bottom: none;
}

.container {
}
.header-username-info{
    position:absolute;
    left:0;
    font-weight: bold;
    color:rgb(255, 105, 0);
}
.header_topbar-container{
    padding:5px;
}
/* SAE-285 */
.component-theme--dark .eventbrite_modal-content h2,
.component-theme--dark .eventbrite_modal-content h3{
    color: inherit;
}
.eventbrite_modal-heading,
.eventbrite_modal-sub_heading{
    margin-bottom: 2em;
}
@media (max-width:79.9375rem){
    .eventbrite_modal{
        padding: 7.125rem 4rem 4rem;
    }
    .eventbrite_modal-content{
        padding-left: 3.25rem;
    }
}
/**/
@media only screen and (max-device-width: 480px) {
    .popup.active{ /* SAE-427- Hide Popup on Smartphones for now */
        display:none;
    }
}

/* SAE-658 */
.um-field {
	z-index: unset !important;
}
/**/

/* SAE-810 - H1 size on mobiles */
@media (max-width:27rem){
	h1{font-size: 3rem;}
	h2{font-size: 2.5rem;}
	h3{font-size: 2rem;}
}
/**/