.path-discoveries .info-box{
    box-shadow: none !important;
}
.grid-info-box{
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin: 15px 0px;
}
.path-projects-and-initiatives .grid-info-box{
    min-height:345px;
}
.path-events .views-exposed-form .form-item{
    width:20%;
}
section.events {
    background: #fff;
}
.event-image img {
    height: 205px;
    width: 375px;
    border: 1px solid #c5c5c5;
}
.event-row{
    margin:15px 0px;
    padding:15px 0px;
}
.event-data{
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";   
}
.event-title a {
    text-decoration: none;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto";
}

.feed-icons{
    display:none;
}
.inner-hero-content{
    text-align: left;
}
.views-field-uid, .views-field-created{
    font-size:16px;
    font-weight:400;
}
.pager__item.is-active.active a{
    background: #303030;
}
.views-field.views-field-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto";
}
.views-field.views-field-body {
    font-weight: 300;
    font-size: 18px;
    font-family: "Roboto";
    border-top: 1px solid grey;
    margin-top: 10px;
}
.views-field-type{
    font-weight: 300;
    font-size: 18px;
    font-family: "Roboto";
}
.views-field.views-field-view-node {
    display: block;
    width: 100%;
    background: #EC553A;
    height: 35px;
    vertical-align: center;
    line-height: 1.8;
    font-size: 18px;
    color: #fff !important;
    text-align: center;
    margin-top:20px;
}
.views-field.views-field-view-node a{
    color:#fff;
}
.grid-box{
    border: 1px solid #e4e4e4;
    padding: 13px;
    min-height: 460px;
    margin: 14px 0px;
}
.social a {
    padding: 9px;
    font-size: 12px;
}
.field--name-field-header-image{
    display:none;
}
.about-us-bg{
    background-position: center !important;
    background-size: cover !important;
    height: 350px;
    background-repeat:no-repeat !important;
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.5);
}
.about-us-bg h1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
    color: white;
    font-family: "Roboto";
    padding-top: 70px;
}
.container-adjust{
    width: 640px;
    padding-left: 60px;
}
.about-us-content{
    font-family: "Roboto";
    color: #222 !important;
    background: #fff !important;
    padding-top:30px;
}
.about-us-content h3{
    font-size:22.5px;
    line-height: 1.3;
    margin-bottom: .75rem;
}
.about-us-content p{
    font-size:19px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
.about-us-menu{
    position: relative;
    margin-top: -60px;
    font-size: 20px;
    color: white;
    background: rgba(0,0,0,0.75);
    padding: 15px;
}
.about-us-menu li{
    display: inline;
}
.about-us-menu li a{
    font-weight:400;
    color:#fff;
    margin-right:2.25rem
}
.about-us-menu li a:hover{
    color:#fff;
    text-decoration:none !important;
}
.about-us-menu-items{
    margin-bottom:0;
    padding:0;
}
.staff-box{
    min-height:300px;
}
.view-staff-row{
    margin:30px 0px;
}
.views-field-field-profile-picture img{
    width:100%;
    height:220px;
    border:1px solid #eadfdf;
}
.views-field-title a{
    color:#000;
    font-size:17px;
    font-weight:bold;
}
.views-field-field-job-title{
    color:#222;
    font-size: 16px;
    font-weight: 300;
}
.about-us-content h2{
    font-size: 30px;
    font-weight: 300;
    margin-bottom:20px;
}
.border-b{
    font-size: 30px;
    font-weight: 300;
}
.border-b::before{
    background: #00a4e3;
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    bottom: -8px;
    width: 60px;
    height: 3px;
}
.text-center-vh img{
    margin: 0 auto;
    height: 200px;
    width: 200px;
}
.pt-70{
     padding-top: 70px;
}
.pad25{
    padding:25px 0px;
}