.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/EUSummit2019/barcelona-alt.jpg);
    background-position: center;
    background-size: cover;
    height: 316px;
    box-shadow: inset 0px 14px 20px rgba(0,0,0,.5);
    border-top: 1px solid rgb(103, 91, 68);
}

.banner-hero .block-block .col-md-12 {
    padding: 0 40px !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: white;
    font-size: 21px;
    font-weight: 100;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    margin-top: 32px;
    font-family: Roboto, Arial sans-serif;
    margin-bottom: 0;
    padding-top: 15px;
}
.region-banner h2 {
    color: white;
    font-size: 39px;
    font-weight: 800;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    font-family: Roboto Condensed, Arial sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
    max-width: 70%;
    margin: auto;
    padding-bottom: 20px;
}
@media (max-width: 1000px) {
.region-banner h1 {
    color: white;
    font-size: 18px;
}
.region-banner h2 {
    color: white;
    font-size: 28px;
    max-width: 87%;
}
}

.region-banner .subhead {
    border-top: 1px solid #a6c1de;
    padding-top: 20px;
    max-width: 620px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 100;
    color: white;
    font-size: 21px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.region-banner .subhead .location {
    font-weight: 600;
}

.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;
   }

}


