.event-hero{
    display: flex;
    gap:2rem;
    justify-content: center;
    margin-bottom:1.5em;
}
@media (max-width: 1000px) {
    .event-hero{
        flex-direction: column-reverse;
    }
}



.event-hero,
.event-hero a{
    color:#fff;
}
.event-hero a{
    font-weight: bold;
    text-decoration: underline;
}
.event-hero > div{
    flex-grow: 1;
    flex-basis: 0;
}

.event-hero-left{
    position: relative;
}

.event-hero-left .field--name-webform{
    margin-top:1.5rem;
    margin-bottom:0 !important;
}
[id^="edit-flexbox-02"]{
    margin-top:.75rem !important;
}
[id^="edit-flexbox-04"],
[id^="edit-flexbox-03"]{
    margin-top:1.5rem !important;
}

.event-hero-left .field--name-webform form{
    color:#333 !important;
}

.event-hero-left .field--name-webform form .webform-flexbox {
    margin: .25rem 0;
}
.event-hero-left .field--name-webform form .webform-flexbox--flex-end{
    align-items: last baseline;
}
.event-hero-left .field--name-webform form legend,
.event-hero-left .field--name-webform form label{
    color: #777 !important;
    font-weight: normal !important;
}
.event-hero-left .field--name-webform form .form-type-webform-markup{
    font-size:1.5rem;
    font-weight: bold;
    color:#005EB8;
}
.event-hero-left .field--name-webform form .select2-selection__rendered,
.event-hero-left .field--name-webform form .form-control{
    border-color: #56bba8 !important;
}
.event-hero-left .field--name-webform form textarea::placeholder,
.event-hero-left .field--name-webform form select::placeholder,
.event-hero-left .field--name-webform form input::placeholder{
    color:#ddd;
}

.event-hero-right{
    position: relative;
    background: #005EB8;
    padding:2em;
    border-radius: 10px;
}

.event-hero-right h1{
    font-size:2rem;
}
.field--name-body h2{
    line-height: 1.1;
}

article > h1,
article > h2{
    display: inline-block;
    margin-bottom:1.5rem;
}
article > h2{float:right;}
@media (min-width: 100px) {
    article > h2{
        float:none;
        margin-left:1rem;
    }
}


.btn{
    margin:3em auto;
    background: #fff;
    padding:1em 2em;
}
.btn.btn-two{
    background:#0FADAD !important;
    color:#fff !important;
    font-weight: bold;
}

a.btn{
    color:#333 !important;
    text-decoration: none;
}

.btn:hover{
    background:#ccc;
}
.event-dates-wrapper{
    display: flex;
    float:left;
    margin-right:1rem;
    align-items: center;
}

.event-dates i{
    font-size: 3rem;
    margin-right: .5rem;
    color:#0FADAD;
}

.event-dates-wrapper p{
    font-size: 1.25rem;
    margin:0;
}
.event-hero-left{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.event-hero-overlay{
    padding:1rem;
}

@media (min-width: 1000px) {
    .event-hero-overlay{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #005EB8D9;
        width: 90%;
        padding:1em 2em;

    }
}

.field--name-field-solution-sub-ttitle{
    font-size: 2.25rem;
    margin-bottom: .5rem;
    line-height: 1.25;
}

.main-container{
    padding-top:0;
}
.region-content .field--name-body{
    margin-bottom:3rem;
}
@media (min-width: 800px) {
    .event-img{
        float: right;
        max-width: calc(50% + 2em);
        margin-left:4rem;
        margin-bottom:2rem;
    }
}

[id^="edit-markup"]{
    font-size: 1.5rem;
    font-weight: bold;
    color: #005EB8;
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.form-embed{
    background: white;
    background: -moz-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(135deg, white 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=1 );
    border:1px solid #ccc;
    margin-top:1.5rem;
}
.field--name-webform.field--type-webform{
    background: none !important;
    filter: none !important;
    margin:0 !important;
    border:none;
}


.event-address{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom:1em;
    padding-bottom: 1em;
    border-bottom:1px solid #fff;
    border-radius: 5px;
    color:#fff;
}
.event-address svg{
    position: absolute;
    left: 2rem;
    font-size: 1.5rem;
}
.event-address p{
    color:#fff;
}
.event-address i{
    margin:0 1em;
}
.event-address .field--name-field-address{
    margin-left:2em;
}

p.address .organization{
    display: none;
}

p.address br:first-of-type{
    display: none;
}

h2 > svg,
h2 > div{display: inline-block;}

.event-dates{
    display: flex;
}
.event-dates-wrapper p{
    color:#fff;
    margin-bottom:1px;
}
.event-dates-wrapper svg{
    font-size:1.5rem;
    margin-right:10px;
}

.select2-selection__rendered:after{
    content: "";
    margin:0 0.5em;
    display:inline-block;
    border: 7px solid transparent;
    border-top:8px solid gray;
    border-bottom:0 none;
}
.select2-container--open .select2-selection__rendered:after{
    transform: rotate(180deg);
}
.view-upcoming-events .view-content{
    margin-top:3rem;
}
.view-upcoming-events .views-row:not(:last-of-type){
    margin-bottom:3rem;
    padding-bottom:3rem;
    border-bottom:1px solid #ccc;
}
.view-upcoming-events .views-row article{

}
.view-upcoming-events .views-row article > h2{
    float:none
}
.view-upcoming-events .views-row article > div img{
    margin-bottom:1rem;
}
@media (min-width: 801px) {
    .view-upcoming-events .views-row article > div img{
        float:right;
        margin-bottom:0;
    }
}



@media (max-width: 1000px) {
    .event-dates{
        display: unset !important;
    }
    .event-dates-wrapper{
        margin-bottom:1rem;
    }
}
@media (min-width: 800px) {
    .event-hero-overlay{
        display: unset;
    }
}

.event-hero-right p{
    color:#fff;
}