.field-name-field-event-link a {
    display: block;
    margin: auto;
    width: 200px;
    border: 1px solid #925803;
    text-align: center;
    padding: 9px;
    color: white;
    background-color: #f56a20;
    letter-spacing: 2.5px;
    font-weight: 500;
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
    font-size: 18px;
    transition: all .75s;
}

.field-name-field-event-link a:hover {
    background-color: #0e4d86;
    color: white;
    text-decoration: none;
}

.banner-hero {
    background-image: url("/sites/default/files/events/ims_europe_2020_hero_v1.jpg");
    background-position: center;
    background-size: cover;
    height: 460px;
    border-top: 1px solid rgb(103, 91, 68);
    text-transform: uppercase;
}

@media (max-width: 1000px) {
.banner-hero {
    height: 400px;
}
}

.banner-hero .block-block .hero--europe {
    background-color: #ffffffba;
    padding: 20px;
    border: 5px solid white;
    margin-top: 58px !Important;
}

.region-banner .block-content-container {
    height: 316px;
    background: radial-gradient(circle, rgba(23, 74, 138, 0.3) 0%,rgba(255,255,255,0) 97%);
}

.region-banner h1 {
    color: #2b2b2bd6;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(239, 239, 239, 0.89);
    margin-top: 32px;
    font-family: Roboto Condensed, Arial sans-serif;
    margin-bottom: 16px;
    padding: 15px;
    letter-spacing: 4px;
    width: 50%;
    margin: auto;
    border-bottom: 1px solid gray;
}
.region-banner a h2, 
.region-banner h2 a, 
.region-banner h2 a:hover, 
.region-banner h2 {
    color: #094277;
    font-size: 47px;
    font-weight: 800;
    text-shadow: 2px 2px 2px rgba(232, 232, 232, 0.5);
    font-family: Roboto, Arial sans-serif;
    text-align: center;
    margin-top: -12px;
    margin-bottom: 7px;
    max-width: 92%;
    margin: auto;
    padding: 12px;
    letter-spacing: -1px;
    margin-top: 11px;
}
@media (max-width: 1000px) {
.region-banner h1 {
    font-size: 18px;
    width: 98%;
}
.region-banner h2,
.region-banner h2 a {
    font-size: 32px;
    max-width: 99%;
}
}

.region-banner .subhead {
    max-width: 620px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 100;
    color: #061c2dbd;
    font-size: 29px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px rgba(220, 220, 220, 0.5);
    margin-top: 9px;
    padding-top: 0px;
    width: 33%;
    border-top: 1px solid gray;
}
.region-banner .subhead .location {
    font-weight: 600;
    font-size: 25px;
    padding-top: 12px;
}

@media (max-width: 1000px) {
.region-banner .subhead {
    width: 90%;
    font-size: 20px;
}
.region-banner .subhead .location {
    font-size: 18px;
}

}

.region-banner .subhead .dates {
    letter-spacing: 1px;
    font-size: 18px;
}

.main-section {
    box-shadow: inset 0 10px 10px rgb(214, 207, 194);
    border-top: 1px solid white;
    padding-top: 40px;
}

.main-section .tabs {
    margin-bottom: 30px;
}

.main-section .event-dates,
.main-section .field-name-field-location, 
.main-section h1#page-title {
display: none; 
}

.main-section .call-out {
    padding: 20px;
    border-left: 20px solid #9c9585;
    border: 2px solid #9c9585;
    border-left: 20px solid #9c9585;
    background-color: #f1f1f1;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}

.main-section .col-md-8 {
    border-right: 3px solid #9c9585;
}
.main-section .col-md-4 {
    padding-top: 20px;
    padding-left: 20px;
}





.main-section hr {
background-color: white; 
}

@media(max-width: 770px) {
    .banner-hero  .block-content-container .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

   .main-section .col-md-8 {
       border-right: 0 solid white;
   }

}


