body {
    min-width: 320px;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    white-space: nowrap;
    border-style: solid;
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    display: block;
    border-width: 0 0px;
    margin: 0;
    padding: 0;
    background-color: #e5e5e5;
    background-image: none;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 0 0 0;
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-position: left top;
    border-width: 0;
    margin: 0;
    overflow: hidden;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
    background-repeat: repeat-x;
    background-position: left top;
    border-width: 0;
    padding: 15px 20px 20px !important;
    margin: 0;
    overflow: hidden;
}
.image_frame .image_wrapper .mask {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.mfn-link {
    position: relative;
    display: inline-block;
    margin: 0px;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 18px;
}
h3 {
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 25px;
}
.column, .columns {
    float: left;
    margin: 0 1% 0px;
}

/***************** Added Google Tag Manager In Footer Widget ******************/
#text-4 {
    display:none;
}

/************** Eliminate Link overlays ******************/
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
     margin-bottom: 0 !important; 
}
.image_wrapper .image_links, .image_wrapper .mask { display:none !important;  }

.image_frame:hover { background: transparent; }

.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img {
  top: 0 !important;
}