/* Fix input field not responsive and text not being unwrap*/
.block-main .form-text, .block-custom-search-blocks .form-text, .views-exposed-form .form-text{
width:100%;
}
.webform-component-fieldset legend{
width:100%;
}

/* Icon add */
.menu--lang{
width:42px;
height:42px;
margin:0 1.5em 0 1.4em;
background-image:url("/sites/default/files/images/working%20file%20TRANSLATION%20icons%20D.jpg");
background-position:bottom center;
background-size:100%;
background-repeat:no-repeat;
}
.menu--lang:hover{
background-image:url("/sites/default/files/images/translate_hover.jpg");
}


/*Fix the height adjustment for landing pages*/
/* H3 and H4 heading style Ticket #http://yalesites.yale.edu/yalesites-forum/css-not-working-properly */
article h4, main h4, article .heading-medium, main .heading-medium, .collapsible h4, .block-block h4, .collapsible .heading-medium, .block-block .heading-medium{
font-family:"Mallory-Book";
color:#000;
font-weight:bold;
font-size:15px;
line-height:22px;
margin:12px 0 6px 0;
}

main h3, article h3, .collapsible h3, .block-block h3{
font-family:"Mallory-Book";
color:#000;
font-weight:bold;
font-size:21px;
line-height:24px;
}

.not-front .zone-content-wrapper .zone-content{
display:flex;
flex-wrap:wrap;
}

/* Chrome Bug */
.field-name-field-homepage-banner-welcome-te{
max-width:320px;
}

/* IE fix */

.listing_item__image .floatleft{
float:none;
}

/* Table Issue */
table {
    overflow-x: auto;
}
.page-node-11601 table{
display: block;
position: relative;
width:100%;
overflow-x: auto;
}
td.views-field-field-department-url{
width:280px;
}
.field-name-body tbody td:first-child, .field-name-body th:first-child{
width:160px;
}
.region-content p.staff_list__staff_thumbnail__name{
margin-bottom:0;
}

.field-name-field-staff-person-email{
  color: #000;
    font-family: "Mallory-Bold";
    font-size: 12.5px;
    white-space: nowrap;
    line-height: 22px;
    margin-bottom: 15px;}

.field-name-field-staff-person-email a{
color:#000;
}

.field-name-field-staff-person-email a:hover{
color:#286dc0;
}