.search-block .views-exposed-form input[type=search] {
    height: 45px;
    border: 4px solid #e61800;
    background: #fff;
    padding: 0 10px;
    float: left;
    max-width: 100%;
    width: 200px;
    font-size: 16px;
    line-height: 18px;    
    color: #0a50a1;
}
form#views-exposed-form-search-content-page-1 .form--inline .form-group {
   margin-top: 0px;
   margin-right: 0px;
}
form#views-exposed-form-search-content-page-1 .form--inline .form-actions {
   margin-top: 0px;
   /*margin-bottom: 0px; */
   margin-left: 0px; 
}
header .views-exposed-form .form-inline input[type="submit"] {
  text-indent: -9999px;
  width: 40px;
  padding: 0;
  min-width: auto;
  padding-left: 0;
}
form#views-exposed-form-search-content-page-1 .form-actions input[type=submit] {
    padding: 0 20px 0 40px;
}
.johns-hopkins header#site-header {
  margin-bottom: 0px;
}

.johns-hopkins header#site-header .col-12.col-lg-10.text-right,
.johns-hopkins header#site-header .col-12.col-lg-9.text-right{
  padding-top: 13px;
}

header .search-block {  
  position: relative;
}

header .search-block .region-menu {
  float: left;
}

header #header-right { 
  display: inline-block;
  float: right;
}

.johns-hopkins #site-header{
 background: none; 
 padding: 10px 15px 9px 15px;
 height: auto; 
 /*box-shadow: 0 0 10px #d7ecc7;*/
}
header .search-block {
  display: inline-block;
}
.johns-hopkins #site-header #header-right .dropdown .dropdown-menu {
    top: 12px!important;
}
body.johns-hopkins{
  font-family: verdana;
}
body.johns-hopkins button{
  vertical-align: inherit;
}

body.johns-hopkins h3{
    font-size: 18px;
    font-weight: 500;
} 
body.johns-hopkins [type=button]:not([class*=h5p-]):not([class*=btn-]):not([class*=mat-]):not(.link):not(.close):not(.trigger):not(.toolbar-icon){
  background-color: white;
}
body.johns-hopkins h6{
 font-weight: 500;
}

body.johns-hopkins #private-message-add-form {
  background-color: transparent;
  padding: 0px;
}
#private-message-add-form .form-item-subject .form-element-wrapper {
  display: block;
  margin-left: auto;
  width: auto;
}
/*body.johns-hopkins .form-control {
  background: #E5EAF1;
}*/
label[for="edit-users-to-send-available"], label[for="edit-users-to-send"]{
 display: none;
}
nav.block-system_menu_block-main ul:not(.contextual-links) li a:before {
    top: 23px !important;
    left: 17px !important;
}
#block-johns-hopkins-branding a img {
max-height: calc(115px - 1.5rem);
 
}
.col-img-wrap {
    border-top: 1px solid #E5EAEE;
    border-bottom: 1px solid #E5EAEE;
    width: 100%;
    display: flex !important;
    align-items: center;
    margin-top: 80px;
}
.col-img-wrap .col-layout-img {
    width: 50%;
    float: left;
    text-align: center;
    padding: 35px 0;
}
.col-img-wrap .col-layout-img:first-child img {
    width: 163px;
    height: 150px;
    object-fit: contain;
}
.col-img-wrap .col-layout-img:last-child {
    border-left: 1px solid #E5EAEE;
}
.col-img-wrap .col-layout-img:last-child img {
    width: 259px;
    height: 139px;
    object-fit: contain;
}
@media (max-width: 991px){ 
  .johns-hopkins #site-header {
    padding-bottom: 10px;
  }
}
@media(max-width: 1199px) and (min-width: 993px){ 
  header .views-exposed-form .form-inline input[type="submit"] {
    padding-left: 39px;
  }
  .search-block .views-exposed-form input[type="search"] {
    width: 305px;
  }
}
@media(max-width: 767px) {
  .search-block .views-exposed-form input[type="search"] {
    width: 100%;
  }

  .johns-hopkins #site-header {
    padding-bottom: 10px;
  }
}