/* row highlights (helper styles during development) */
/*
div[class="row"] {
    border: 1px dotted rgba(0, 0, 0, 0.5);
}

div[class^="col-"] {
    background-color: rgba(144, 0, 0, 0.2);
}
*/
 

/* General/Layout styling */
body {
    background-color: #FFFFFF;
    font: 1.5em/1.5 'Arial', sans-serif;
    color: #000000;
}

h1{
    font-size: 2.5em;
}

a:link {
    color: #337ab7;
    text-decoration:  none;
    background-color: #fff;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

.setframe {
  width: 560px;
  height: 315px;
  border: none;
}

.setframe-about {
  width: 400px;
  height: 225px;
  border: none;
}

.setframe-sh {
  width: 320px;
  height: 200px;
  border: none;
}

.setframe-gillings {
  width: 320px;
  height: 240px;
  border: none;
}

.setframe-250 {
  width: 250px;
  height: 141px;
  border: none;
}

#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
}

.skip-nav a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.skip-nav a:focus
{
position:static;
width:auto;
height:auto;
}

.font16em {
    font-size: 1.6em;
}

.panel-body {
    padding-top: 10px;
    padding-bottom: 5px !important;
}

#unc-relations {
    padding: 0;
    height: 1.875em;
}

.unc-bar {
    background-color: #484848;
    color: #fff;
}

#utility_logo {
    font-size: 1em;
    color: #ccc;
}

#utility_nav ul li {
    font-size: .85em;
    color: #ccc;
}

#utility_logo a,
#utility_nav a {
    color: #fff;
    letter-spacing: .05em;
    background-color: #484848;
}

.sitesearch {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 2px;
    opacity: .99;
    border: none;
    width: 190px;
    height: 24px;
    padding-left: 5px;
}

.searchsubmit {
    background-color: #484848;
    border: 0;
    height: 24px;
}

.nightemphasis {
    border-bottom: 1px solid #000;
}

.nightstrike {
    text-decoration: line-through;
}

/* tab color */
.nav-tabs { 
    border-bottom: 2px solid #CDD1C4;
}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
        border-width: 0; 
}
    .nav-tabs > li > a { 
        border: none; color: #666; border-radius: 0;
}
    .nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
        border: none; 
        color: #000 !important; 
        border-radius: 0 !important;
}
    .nav-tabs > li > a::after { 
        content: ""; 
        background: #3A78A1; /* 56a0d3 */
        height: 3px; 
        position: absolute; 
        width: 100%; left: 0px; 
        bottom: -1px; 
        transition: all 250ms 
        ease 0s; 
        transform: scale(0); 
}
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
        transform: scale(1); 
}

    .nav-tabs.nav-justified>li {
        border: 0px !important;
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border: none;
    }

    .tab-nav > li > a::after { 
        background: #21527d none repeat scroll 0% 0%; 
        color: #fff; 
}

 .home_link {
     display: none;
     z-index: 1;
 }

ul.navbar-nav li {
    
}


ul.nav-tabs li {
    border: 2px solid #ebebeb;
}

/* Support button */

.donor-btn {
 display: block;
 border-right: .5px solid #484848;
 border-left: .5px solid #484848;
 color: #FFFFFF;
 font-family: Arial;
 font-size: 1.75em;
 padding: 0px;
 margin: 0px;
 background-color: #00884B !important;
}

.donor-btn a:link, .donor-btn a:hover, .donor-btn a:active{
 border: none;
 color: #00AB5F;
 background-color: #00884B !important;
}

.panel-search {
    border: 1px solid #56a0d3;
    border-radius: 4px;
    margin: .75em 0 1em 0;
    padding: .2em; 
}

.search-body {
    background-color: #ffffff;
}

.homeimage {
    border-radius: 4px;
    margin: .75em 0 0 -1em;
}

.homeimage > a:focus, .homeimage > a:hover {
    border-radius: 1px;
    border: 6px solid #000 !important;
}

ul.home-col1 {
    margin-left: -1em;
}

ul.home-col2 {
    margin-left: -3em;
}


.search_bar {
    background-color:#808080;
    color: #000;
    border-bottom: 1px solid #808080;
}

/*.search_form {*/
    /*margin: 0px !important;*/
/*}*/

.search_box {
    background-color: #d3d3d3;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #4d93c5; /* 56a0d3 */
}

.home_link {
 /*   display: none; */
    z-index: 1;
}

/* Slider homepage Styles */

.active .slide {
  display: block !important;
  visibility: hidden;
  transition: left .6s ease-out;
}

.active .slide.current {
  visibility: visible;
  left: 0;
}

.active .slide.next {
  left: 100%;
}

.active .slide.prev {
  left: -100%;
}

.active .slide.next.in-transition,
.active .slide.prev.in-transition {
  visibility:visible;
}

  .carousel, .slide {
    width: 300px;
    padding:0;
    margin: 0;
    overflow: auto;
  }
  .carousel {
    position: relative;
  }
  .carousel ul {
    margin:0;
    padding: 0;
  }
  .slide {
    height: 350px;
    background-size: cover;
    position: relative;
    margin-bottom:1em;
    border:1px solid #333;
  }
  .slide .headline {
    display:inline-block;
    float:right;
    font-size: 1.25em;
    margin:0;
    padding: .25em;
    text-align: right;
    background-color: rgba(255,255,255,.8);
    float:right;
    border-radius: 0 0 0 .5em;
  }
  .slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
    clear:both;
    padding: 5px;
    background-color: rgba(255,255,255,.8);
  }
  .slide a, .slide a:link {
    display:block;
    text-align: right;
    color: #337ab7;
    text-decoration: none;
  }

  .slide a:hover, .slide a:focus {
    color: #23527c;
    text-decoration: underline;
  }

.carousel.active {
  height: 350px;
  border: 1px solid #333;
  position:relative;
}

.active .slide {
  border: none;
  display: none;
  position:absolute;
  top:0;
  left:0;
  z-index:200;
}

.slide.current {
  display:block;
  z-index: 500;
}

.btn-prev,
.btn-next {
  position:absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border:0;
  background: rgba(255,255,255,.6);
  line-height: 1;
  padding:10px 5px;
  transition: padding .4s ease-out;
}

.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
  padding-left: 15px;
  padding-right:15px;
}

.btn-prev {
  left:0;
  border-radius: 0 .25em .25em 0;
}

.btn-next {
  right:0;
  border-radius: .25em 0 0 .25em;
}

.carousel.with-slidenav {
  padding-bottom: 2em;
  background-color: #fff;
}
.carousel.with-slidenav .slide {
  border-bottom: 1px solid #333;
}

.slidenav {
  position: absolute;
  bottom:.25em;
  left: 0;
  right: 0;
  text-align: center;
}

.slidenav li {
  display:inline-block;
  margin: 0 .5em;
}

.slidenav button {
  border: 2px solid #036;
  background-color: #036;
  line-height: 1em;
  height: 1.5em;
  width:auto;
  font-weight: bold;
  color: #fff;
}

.slidenav button.current {
  border-radius: .5em;
  background-color: #fff;
  color: #333;
}

.slidenav button:hover,
.slidenav button:focus {
  border: 2px dotted #fff;
}

.slidenav button.current:hover,
.slidenav button.current:focus {
  border: 2px dotted #036;
}

.visuallyhidden {
    display: none;
}


.btn-blue {
  background-color: #377AA9;
  color: #ffffff;
}

.btn-blue:focus,
.btn-blue:hover {
  color: #ffffff !important;
}

/* End slider styles */

blockquote {
    color: #647940;
    padding: 1em 5ex;
    border-top: 1px dotted #647936;
    border-bottom: 1px dotted #647936;
    border-left: none;
    margin: 1em 25% 1em 0;
}

blockquote small {
    color: #4C4A4A;
}

hr {
    border-top: 1px solid #c4c5c7;
    border-bottom: 0 solid #666;
    background-color: #666;
    height: 1px;
    margin: 1em 0;
}

.expert-anchor {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

div.equal {
    float: left;
    width: 47%;
    margin: 0;
    padding: .15em 3% .15em 0;
}
.left {
    position: relative;
    float: left;
    margin: 0 2em .5em .2em;
    overflow: hidden;
    font-size: .85em;
}
.right {
    position: relative;
    float: right;
    margin: 0 .2em .5em 2em;
    overflow: hidden;
    font-size: .85em;
}

.right-nobottom {
    position: relative;
    float: right;
    margin: 0 .2em 0 2em;
    overflow: hidden;
    font-size: .85em;
}

img.aligncenter{
    margin: auto;
    display: block;
}

.textcenter {
    text-align: center;
    display: block;
}

.center {
    margin: 0 auto;
    width: 90%;
}

.col-sidebar {
    margin-top: 20px;
}



/* header and main nav */
.navbar-brand {
    background-image: url('../img/logo.png');
    text-indent: -9999px;
    width: 360px;
    background-repeat: no-repeat;
    height: 71px;
    margin: 20px 20px 20px 20px !important;
    background-position: 0 0;
    display: block;
}

#navbar-collapse-1 {
    margin-left: -.75em;
}

#navbar-collapse-main {
    /*margin-top: -10px;*/
    /*margin-bottom: 10px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 20px;*/
    font-size: 2em;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default {
  background-color: #3A78A1; /* 56a0d3 */
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  margin-bottom: 0px;
  width: 100%;
  /*border: 0px;*/
  border-radius: 0 !important;
}

.navbar-default .navbar-nav > li {
  background-color: #3A78A1; /* 56a0d3 */
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #3A78A1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #e7e7e7 !important;
  color: #000000 !important;
}

/* Support button */

.donor-btn{
 display: block;
 border-right: .5px solid #484848;
 border-left: .5px solid #484848;
 color: #FFFFFF;
 font-family: Arial;
 font-size: 15px;
 padding: 0px;
 margin: 0px;
 background-color: #00884B !important;
}

.donor-btn a:hover, .donor-btn a:active, .donor-btn a:visited{
 border: none;
 color: #FFFFFF;
 background-color: #00884B !important;
}

.homeimg {
    margin: .5em 0 .5em 0;
}

/* Experts page */
.btn-experts {
  background-color: hsl(205, 86%, 24%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37a3f0", endColorstr="#084571");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#37a3f0), to(#084571));
  background-image: -moz-linear-gradient(top, #37a3f0, #084571);
  background-image: -ms-linear-gradient(top, #37a3f0, #084571);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37a3f0), color-stop(100%, #084571));
  background-image: -webkit-linear-gradient(top, #37a3f0, #084571);
  background-image: -o-linear-gradient(top, #37a3f0, #084571);
  background-image: linear-gradient(#37a3f0, #084571);
  border-color: #084571 #084571 hsl(205, 86%, 15.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
  -webkit-font-smoothing: antialiased;
  padding: .5em 1em;
  margin: .5em;
}

/* navigation affix - initial positioning */
.affix {
      top: 0;
      width: 100%;
      z-index: 1;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
 
.header_form {
    display: none;
}

/* footer banner map */
a.hsl_footer_map {
    color:#fff;
    display: inline-block;
    background-color: #26282b;
}
a.hsl_footer_map span.map {
    float: right;
    display: block;
    background-image: url('../img/hsl_map_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-size: 240px;
    height: 64px;
    width: 64px;
    margin-left: 20px;
    opacity: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 80%;
}

.hsl_footer_schools {
    height: 64px;
    width: 64px;
    opacity: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    position:absolute; 
    top:20px; 
    bottom:0; 
    left: 205px; 
    margin:auto;
}

.map {
    font-size: 90%; 
    margin-bottom: 2em;
}


/* help widget */
header.header .panel-title {
    font-size: 11px;
}
.helpbar
{
    padding-top: 20px;
}
.helpbar .panel
{
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 130px;
}
.helpbar .panel h5
{
    margin: 0;
    padding: 0;
}
.helpbar .panel hr
{
    margin: 10px 0;
}


/*
.sidebar-nav {
    padding: 9px 0;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
*/

/*
.dropdown:hover .dropdown-menu,
.dropdown:hover .dropdown-panel 
{
    display: block;
}
*/

.panel-news .col-md-6 {
    padding-top: 10px 0;
    margin: 10px 0;
    height: 60px;
}
.panel-news .col-md-6 img {
    padding: 4px;
    border: 1px solid #ccc;
}

p.blog-author {
    display: none;
}

/* header widgets */
#header-widgets .search-form 
{
    position: relative;
    width: 100%;
}
#header-widgets label
{
    width: 100%;
}
#header-widgets .search-submit
{
    position: absolute;
    top: 6px;
    right: 6px;
}
#header-widgets .search-field
{
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
}

/* ajax search */
#ajax_search_results_wrapper {
    display: none;
    position: absolute;
    z-index: 3;
    margin-top: -25px;
    padding: 0;
}
#ajax_search_results_wrapper .col-md-12 {
    border-radius: 4px;
    z-index: 3;
    padding: 20px;
    font-size: 15px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: calc(100% - 70px);
}
#ajax_search_results  h2 
{
    font-size: 15px;
}

/* homepage main search */
.search_main select.form-control {
    height: 43px;
    border-radius: 0;
}

.hsl_alert {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 1.25em;
}

.hsl_alert > a:link {
    text-decoration: underline !important;
}

#footer {
  background-color: #26282b;
  color: #fff !important;
  margin-top: 1em;
  padding-top: .85em;

}

.alert-danger a:link {
    background-color: #f2dede;
}

.alert-success a:link {
    background-color: #dff0d8;
}



#footer .widget_nav_menu {
    width: 29%;
    margin-right: 3%;
    float: left;   
}


/* dropdown menu (primary navigation) */
 .dropdown-menu {
    min-width: 200px;
}
.dropdown-menu li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #ccc;
}
.dropdown-menu.columns-2 {
    min-width: 500px;
}
.dropdown-menu.columns-3 {
    min-width: 700px;
}
.dropdown-menu.columns-4 {
    min-width: 1000px;
}
.dropdown-menu li a {
    padding: 5px 10px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    background-color: #fff;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #ccc;
}
.dropdown-header {
  color: #2F62CA !important;
  font-size: 14px;
  font-weight: bold !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color:black;
    background-color: #4d93c5; /* 56a0d3 */
    color: #fff;
    }

/*=FEATURED STYLING
===========================================================================*/

figure.embed {
    width: 98%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0.9em;
    background: transparent;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

figure.feature {
    box-shadow: 3px 3px 3px 3px #c6c3c6;
}

.figure-wrap {
    overflow: hidden;
}

figure.embed img {
    object-fit: cover;
    min-width: 100%;
    width: 200px;
    display: block;
}

/*figure.feature  img {
    border: 2px solid #5094c3;
} */

.figure-wrap img.expert-img {
    width: 138px !important;
    min-width: 138px !important;
}

figcaption {
    padding: .5em;
    color: #fff;
    width: 100%;
    margin-bottom: .5em;
    position: inherit;
    font-size: 1.1em;
    font-weight: 400;
}


.resources {
    background-color: #15435f;
}
.services {
    background-color: #95381a;
}
.building {
    background-color: #A51717;
}
.class {
    background-color: #95741a;
} 
.event {
    background-color: #382D24;
}
.friends {
    background-color: #055f8b;
}
.staff {
    background-color: #464833;
}
.partners {
    background-color: #674453;
}
.patrons {
    background-color: #005e5e;
}

p.featureditem {
    font-size: 1.15em;
    padding-top: .5em;
}

/* ====================END FEATURED============================ */

h2.widgettitle {
    font-size: 20px;
}

div.widget_rss > ul {
    padding-left: 0;
    margin-left: 0;
    width: 200px;
}

div.widget_rss > ul li {
    list-style: none;
    margin: 0;
    padding: 0.25em;
    border-top: 1px solid gray;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.panel-news, .panel-events {
    height: 98%;
}

h3.s-lc-ea-h3 {
    display: none;
}

#api_upc_cid2998_iid361 ul {
    list-style-type: none;
    margin-left: -2.5em;
}

.s-lc-ea-date {
    font-size: .95em;
}


/* Give to the HSL Band */
#giving {
    padding:0;
}

.give_hsl {
    text-align: center;
    font-size: 1.75em;
    font-style: italic;
    margin-top: -.5em;
    margin-bottom: 1em;
    padding: 5px; 
    background-color: #3A78A1;
    color: #ffffff;
}

.give_hsl a {
    color: #fff;
    background-color: #4d93c5;
}

.hours {
    padding-top: .75em;
    font-size: 1.25em;
}

/* Experts Panel on Homepage */
p.expert-heading {
    font-size: 1.15em;
    text-align: center;
    padding-top: .5em;
}

img.expert-img {
    object-position: 80% 20%;
}

p.expert-skills {
    font-size: .90em;
    text-align: center;
}

/** Table styling for Staff Directory */
table {
        /*border: 1px solid #dfd6c3;*/
        /*border: 1px solid #aaa;*/
        background-color: #fff;
        border-collapse: collapse;
        margin: .5em 0 .5em 0em;
        padding: 0;
        width: 100%;
    }

        thead th, th {
            /*background: #dfd6c3;*/
            background: #ccc;
            color: #000;
            /*border: 1px solid #cfc3a8;*/
            /*border: 1px solid #fff;*/
            padding: .25em;
            vertical-align: top;
            text-align: left;
            font-weight: bold;
        }

            tr.even {
                background-color: #ffffff;
                border-bottom: 1px solid #ddd;
            }
            tr.odd {
                background-color: #f1f5fa;
                border-bottom: 1px solid #ccc;
            }
        
            tr.zebra {
                /*background-color: #efeae0;*/
                background-color: #C7C7C7;
            }

li.indent {
    list-style: none;
    margin-left: .25em;

}

.clear {
        clear: both;
        height: .15em;
        font-size: 1px;
        line-height: 0;
    }

.pipe-list{
    list-style: none;
}
.pipe-list li{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px white;
}
.pipe-list li:first-child{
    border-left: none;
}

div.lastupdate {
    text-align: right;
    margin-top: 2em !important;
    margin-bottom: 2em;
    font-style: italic;
    color: #575757;
}

.panel-default>.panel-heading {
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 2px;
    background-color: #eeeded;
    padding: 5px 10px;
}

blockquote.mission {
    margin: 1em 0 1em 0;
    padding: .5em;
    color: #000;
    border: none;
}

blockquote.mission p {
    font-size: 1.2em;
}

iframe.welcome {
    margin: 0 auto 1em auto;
}

/*
.panel-default>.panel-heading.experts,
.panel-default>.panel-heading.quick {
    background-color: #F0F0F0; 
}
*/

h4.panel-title.mission-title {
    margin-top: -1em;
    margin-bottom: -.5em;
    font-size: 1.1em;
}

.partner-schools {
    border: 2px solid #4d93c5;
}

h3.partners-text {
    text-align: center;
    margin-top: 10px;
   /* border-bottom: 3px solid #4d93c5;*/
}

.box {
    display: none;
}

p.hubemphasis {
    font-weight: bold;
    font-size: 1.25em;
}

/*********************************************
    Styling for button on DH@HSL
*********************************************/

.dhButton {
    background-color:#5F749A;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    padding:10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
    text-align: center;
}

.dhButton:hover {
    background-color:#476e9e;
}

a.dhButton:hover,
a.dhButton:focus {
    color: #ffffff;
}

.dhButton:active {
    position:relative;
    top:1px;
}

/*********************************************
    Collapsable menus for sub-pages 
**********************************************/

div.col-sidebar > .panel-default {
    border: none;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu li {
    position: relative;
    border: 1px solid #ccc;
}

ul.menu li ul.sub-menu {
    position: relative;
    display:none;
}

/* Styles for Menu Items */
ul.menu li a {
    display:block;
    text-decoration: none;
    color: #000;
    background: #ececec; /* IE6 Bug */
    padding: 5px
}

ul.menu li.current-menu-item ul.sub-menu,
ul.menu li.current-page-parent ul.sub-menu,
ul.menu li.current-menu-ancestor ul.sub-menu,
ul.menu li.current-menu-ancestor ul.sub-menu li.current-menu-ancestor ul.sub-menu {
    display: block;
    list-style: none;
    background-color: #fff;
}

ul.menu li li a {
    background:#fff; 
    color: #000;
}

/* this sets all hovered lists to red */
ul.menu li a:hover,
li.over li a:hover {
   color: #000;
   background-color: #6e6e6e;
}

ul.sub-menu li.current-menu-item a {
    background-color: #6e6e6e;
    color: #fff;
}

ul.menu li ul.sub-menu li {
    margin-left: -2em;
    border: none;
    background-color: #fff;
}





li ul.sub-menu li  {  } /* Sub Menu Styles */
 li.current-menu-item ul { display:block  } /* The magic */
li.off ul{display:none}


/* DH Symposium */
.regbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.regbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

tr.dhbreak {
    background-color: #e7e7e7;
}

td.symptimes {
    width: 7em !important;
    vertical-align: text-top;
    font-weight: bold;
}

td.spacer {
    width: 1em;
}

p.dhtitle {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}

p.speaker {
    margin-left: 1em;
}

.dhspeaker-info {
    font-size: .85em;
}


/*********************************************
          SPEECH AND HEARING EXHIBIT STYLING 
**********************************************/

p.topborder {
    border-top: 1px dotted #000;
    margin-top: 1em;
    padding-top: .5em;
}

.shcenter {
    text-align: center;
}

.imcenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.credititalic {
    font-style: italic;
    margin-top: 0;
}

.blockquote_01 {
    margin: .5em 1em .5em 1em;
    color:#932375; /*Pink*/
    font-size:1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align:center;
    padding:  .5em;
}

.blockquote01_noborder {
    margin: .5em 1em .5em 1em;
    color:#932375; /*Pink*/
    font-size:1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align:center;
    padding:  .5em;
          border: none;
}



.blockquoteC {
    margin:1em 1em;
    color:#932375;
    font-size:1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align:center;
    padding-left:  6em;
    padding-right: 5em;
}

.blockquoteC_noborder {
    margin:1em 1em;
    color:#932375;
    font-size:1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align:center;
    padding-left:  6em;
    padding-right: 5em;
          border: none;
}

.blockquote_About {
    margin:1em 1em;
    color:#FFFFFF;
    font-size:1em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align:center;
    padding-left:  1em;
    padding-right: 1em;
}

.blockquote_blue {
    margin: 1em 1em;
    color: #3F538D;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align: center;
    padding-left:  1em;
    padding-right: 2em;
          border-top: 1px dotted #6276B9;
          border-bottom: 1px dotted #6276B9;
}

.blockquote_bluenodots {
    margin: 1em 1em;
    color: #6276B9;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align: center;
    padding-left:  1em;
    padding-right: 2em;
          border: none;
}

.video, .videoSC, .videoIE {
    color:#000000;
    width:360px;
    font-size:1.0em;
    font-family: Georgia, Serif;
    font-weight:normal;
    margin: 20px 10px 20px 10px;
    padding-left: 1em;
    padding-right: 1em;
    border:4px solid #932375;
    float:right;
    background-color:#C9DCCC;
    position: relative;
}

.tagline {
    font-size:0.75em;
    font-style:normal;
    font-weight:normal;
    float:right;
    padding-bottom: 5px;
}

.photoCredit, .photoCreditIE {
    font-size:0.70em;
    font-style:normal;
    font-weight:normal;
    float:right;
    margin: -12px 0px 0px 0px;
}

.photoCreditL {
    font-size:0.70em;
    font-style:normal;
    font-weight:normal;
    float:left;
    margin: -12px 0px 0px 0px;
}


.photoCredit2 {
    font-size:0.80em;
    font-style:normal;
    font-weight:normal;
    position: relative;
    color: #58585F;
}

.photoCredit3 {
    font-size:0.90em;
    font-style:normal;
    font-weight:normal;
    position: relative;
    color: #92959a;
}

.imgcaption2, .imgcaptionHeadStart {
    font-size: 100%;
    font-style: normal;
    font-family: Georgia, Serif;
    margin: -3px 0px 4px 20px;
}

.audioCaption  {
    font-family: Georgia, Serif;
    margin: -3px 0px 4px 0px;
}

.videoCaption  {
    font-family: Georgia, Serif;
    margin: 5px 5px 5px 0px;
    padding:3px;
}

.imgBox  {
    margin:12px 6px 6px 0px;
    padding: 10px;

}

.img-shadow {
    float:left;
    /*background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;*/
    margin: 12px 12px 12px 12px !important;
    margin: 12px 12px 12px 5px;
}

.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.img-center {
    margin:0 auto;
    display: inline;
    }

.border  {
    border: 2px solid #000000;
}

.imgborder {
    border: 1px solid  #000000;
}

.noborder {
    border: none;
}

.hr {
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #932375;
    margin:-5px 0px 0px 0px;
    padding:0px;
}

.noMargin{
    margin:0px 0px 0px 0px;
}

.noFloat{
    float:none;
}

.margin {
    margin:10px 10px 10px 10px;
}

.padding {
    padding: 10px;
}

.divCenter {
    margin-left: auto;
    margin-right: auto;
}

.divCenterKey {
    margin-left: auto;
    margin-right: auto;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.textCentered {
    text-align:center;
}

.textRight {
    text-align:right;
}

.textLeft {
    text-align: left;
}

.noItalics {
    font-style:normal;
}

.italics {
    font-style:italic;
}

.bold {
    font-weight:bold;
}

.fontSerif {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.noSerif {
    font-family:sans-serif;
}

.blackFont {
    color:#000000;
}

.whiteFont {
    color:white;
}

.redFont {
    color:#932375;
}

.dkRedFont {
    color:#B74624;
}

.greenFont {
    color:#C9DCCC;
}

.dkGreenFont {
    color:#9FD66E;
}

.blueFont {
    color:#455385;
}

.blueBack {
    background-color:#5C70B1;
}

.redBack {
    background-color:#932375;
}

.ltBlueBack {
    background-color:#C2CDE9;
}

.tanBack {
    background-color:#F2E7B7;
}

.greenBack, .greenBack a:link  {
    background-color:#C9DCCC;
}

.blackBack {
    background-color: #000000;
}

.mongoliaTableHeight{
    height:500px;
}

.mongoliaBackground {
    background: url(/wp-content/uploads/2016/09/MongoliaLandscape.jpg) no-repeat;
}

.whyGoInto500 {
    background-color: #c2cde8;
    border: none;
}

.width600{
    width:600px;
}

.width480 {
    width: 480px;
}

.width400{
    width:400px;
}

.width360 {
    width:360px;
}

.width330 {
    width:330px;
}

.width300 {
    width:300px;
}

.width290 {
    width: 290px;
}

.width280 {
    width:280px;
}

.width245 {
    width:245px;
}

.width240 {
    width:240px;
}

.width230 {
    width:230px;
}

.width220 {
    width:220px;
}

.width200 {
    width:200px;
}

.width175 {
    width:175px;
}

.width165 {
    width:165px;
}

.width160 {
    width:160px;
}

.width155 {
    width:155px;
}

.width140 {
    width:140px;
}

.width130 {
    width:130px;
}

.height518 {
    height: 455px;
}

.font14em {
    font-size:1.4em;
}

.font13em {
    font-size:1.3em;
}

.font12em {
    font-size:1.2em;
}


.aftermath {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 1.2em;
    width: 100%;
}


ul.neuroList {
    margin-left: 20px;
    list-style-type : disc;
}

ul.neuroList li {
    margin: 5px 5px 5px 15px;
    background: none;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/**************************************************
   GILLINGS EXHIBITION STYLING
 **************************************************/

.leftcol {
    float: left;
    width: 47%;
    padding: 10px;
          margin-right: 10px;
}

.rightcol {
    float: right;
    width: 46%;
    padding: 10px;
}

/* MENU SETTINGS */
.clearit {
    margin: 0;
    padding: 0;
    height: 0;
    clear: both;
}

h1.deans {
    font-family: "Times New Roman", Times, serif;
    font-size: 200%;
    margin-top: 0px;
    margin-bottom: 3px;
}

h1.header {
    background-color: #b5c9d4;
    font-family: "Times New Roman", Times, serif;
    font-size: 200%;
    text-align: center;
    padding-top: 3px;
    margin-top: -20px;  
    padding-top: 3px;
    padding-bottom: 3px;
}

h1.BannerResources {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    background-color: #b5c9d4;
    font-size: 200%;
    padding-top:3px;
    padding-bottom:3px;
    margin-top: -5px;
}

h1.subbanner {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-top: -65px;
    margin-bottom: 10px;
}

p.indent {
    margin-left: 15px;
    padding-left: 15px;
}

.sectionindent {
    font-size:90%;
    margin-left: 10px;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 50px;
    display: block;
}

p.mainindent {
    margin-right:40px;
    padding-right: 40px;
    display: block;
}

div.gillingsgreen {
    background-color: #537970;
    text-align: right;    
}

div.gillingsyellow {
    background-color: #faf4d2;
    text-align: left;
}

p.labtexty {
    margin:-10em .25em .25em 10em;
}

p.labspyellow {
    margin: 0 .25em .25em 10em;
}

p.labspgreen {
    margin: 0 10em .25em .25em;
    color: #fff;
}

p.labvisity {
     margin:-10em .25em .25em 10em;
}

p.labtextg {
    margin:-10em 10em .25em .25em;
    color: #fff;
}

p.labvisitg {
    margin:-10em 10em .25em .25em;
    color: #fff;
}

.dentgreen {
    background-color: #adc7bc;
    width: 32%;
    float:left;
}

.dentwhite {
    width: 33%;
    padding: 0 3px;
    float: left;
}

.dentblue{
    background-color: #b8d0e8;
    width: 32%;
    float: left;
}

.gillingsphoto {
    font-size:0.90em;
    font-style:normal;
    font-weight:normal;
    position: relative;
}

.gillingsmidline {
    width: 24%;
    float:left;
    padding: 0;
    margin-left:2px;
}

li.insidedot {
    list-style: inside;
}

.gillingsblue, .gillingsblue a:link {
    background-color: #b8d0e8;
}

.gillingsyellow, .gillingsyellow a:link {
    background-color: #faf4d2;
}

.gillingsgreen {
    background-color: #adc7bc;
    color: #fff;
}

.gillingsgold {
    background-color:#d3891c;
}

.yellowheader {
    text-align: center;
    color: #654A06;
}

.ahec {
    color: #227251;
    font-weight: bold;
}

div.pic {
    float: left;
    padding: 10px;
    margin: 3px 5px;
          border: 1px solid #000;
}

div.pic img {
    border: 1px solid; border-color: #444 #AAA #AAA #444;
}

div.ls img {
    height: 96px;
    width: 130px;
    margin: 16px 0;
}

div.pic ul {
    display: none;
}

div.pic ul li {
     margin-top:5px;
     margin-bottom:5px;
}

span.left {
position: absolute;
left: 5px;
top: 2px;
}

span.right {
position: absolute;
right: 5px;;
top: 2px;
}

div.line {
    position: relative;
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    height:20px;
    padding-bottom: 3px;
}

div.linebottom {
    position: relative;
    margin-top: -50px;
    text-align: center;
    width: 99%;
    height:20px;
    padding-bottom: 3px;
}

img.arrow{
    margin-top: -10px;
}


/****************************************************
* I LOVE MY HSL QUOTES BOX STYLING
****************************************************/

div.love-hsl {
    background-color: #ececec;
    border: 1px solid #000;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

p.quotetext {
    font-style: italic;
    text-align: center;
}

img.quote-image {
    padding: 15px 0 15px 0;
}

/********************************
Project Gallery styling 
**********************************/
/* Archive css */
.hub-media-container {
    width: 100%;
    float: left;
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hub-media-card {
    display: inline-block;
    background: #ededed;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    height: 100%;
    width: 100%;
}
.hub-media-card.green:hover{
    background: #00ACC8;
}
.hub-media-card.orange:hover{
    background: #00ACC8;
}
.hub-media-card.blue:hover{
    background: #00ACC8;
}
.hub-media-card .project-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.hub-media-card .img-container {
    position:relative;
    height: 325px;
    background: #bbb;
    padding-top: 10px;
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease-out;
    transition-delay: 0ms;
}
.hub-media-card.green .img-container{
    background: #00ACC8;
}
.hub-media-card.orange .img-container{
    background: #00ACC8;
}
.hub-media-card.blue .img-container{
    background: #00ACC8;
}
.hub-media-card .img-container .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    text-indent: -99999px;
}
.hub-media-card:hover .img-container .img {
    opacity: .6;
}
.hub-media-card .body {
    color: black;
    padding: 10px 3px 3px;
    height: 50px;
    overflow:hidden;
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease-out;
    transition-delay: 0ms;
}
.hub-media-card .body .project-title {
    line-height: 1.95rem;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 1.85rem;
    text-align: center;
}
.hub-media-card .body .project-title, .hub-media-card .body .location, .hub-media-card .view-project{
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.hub-media-card .desc{
    margin: auto;
    position: absolute;
    top: 5px; left: 0; bottom: 0; right: 0;
    color: #000;
    opacity:0;
    z-index: 1;
    width: 90%;
    height: 260px;
    padding: 10px;
}
.hub-media-card:hover .desc{
    opacity:1;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.hub-media-card.green .desc {
    background: #00ACC8;
}
.hub-media-card.orange .desc {
    background: #00ACC8;
}
.hub-media-card.blue .desc {
    background: #00ACC8;
}
.hub-media-card .view-project {
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 3px solid black;
    padding: 3px 0 3px 18px;
    display: inline-block;
    left: 0px;
    bottom: 0px;
    position: absolute !important;
}
.hub-media-container.sidebar{
    height: 307px;
}
.hub-media-container.sidebar .hub-media-card .img-container{
    height: 243px;
}
@media only screen and (min-width: 992px) {
    .hub-media-container {
        width: 48%;
        margin: 1%;
    }
    .hub-media-container.sidebar {
        width: 48%;
        margin: 1%;
    }
}


@media (max-width: 767px) {
    #unc-relations {
        height: auto !important;
    }
    .affix {
        position: static;
    }
    .dropdown-menu {
        padding-left: 40px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .dropdown-header>li>a {
    padding-left: 10px !important;
    }
    .nav-tabs > li {
    display: table-cell;
     }
    .nav-tabs > li > a  {
    margin-bottom: 0 !important;
     }
    .nav-tabs {
    border-bottom: 1px solid #CDD1C4 !important;
    }
    .nav-tabs.nav-justified>li>a {
    font-size: 75%;
    }
    .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #4d93c5;
    margin-top: 5px !important;
    }
    
    ul.home-col1 {
        margin-left: 0;
    }

    ul.home-col2 {
        margin-left: 0;
    }
    .sm-left{
    float:left !important;
    padding-top: 10px;
    }
    .give_hsl {
    font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
     .row-eq-height {
        display: unset;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body {
        font: 15px/1.5 'Arial', sans-serif;
    }

    .container-nav {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    ul.navbar-nav li {
        margin-right: 0px;
    }

    .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    }

    ul.home-col1 {
        margin-left: -1em !important;
    }

    ul.home-col2 {
        margin-left: -1em !important;
    }

    .dropdown-menu.columns-2 {
        min-width: 300px;
    }
    .dropdown-menu.columns-3 {
        min-width: 500px;
    }
    .dropdown-menu.columns-4 {
        max-width: 500px !important;
    }
    .portrait {
        padding-left: -15px;
        padding-right: -15px;
    }
}


@media (max-width: 1200px) { 
    .dropdown-menu {
        margin-left: -40px !important;
    }
    .dropdown-menu.columns-4 {
        min-width: 900px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
    .videoSC {
        color:#000000;
        width: 320px;
        height: 450px;
        font-size:1.0em;
        font-family: Georgia, Serif;
        font-weight:normal;
        margin: 20px -210px 20px 10px;
        border: 4px solid #932375;
        float: right;
        background-color: #C9DCCC;
    }

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.img-center {
    max-height: 113px;
    overflow: hidden; 
    /* corrects inline gap in enclosing div */
    display: block;
    max-width: 138px;
     /* just in case, to force correct aspect ratio */
     height: auto !important;
     width: auto\9; /* ie8+9 */
    }
}


body.search .panel-default {
    margin-bottom: 30px;
}
body.search h3.title {
    font-size: 22px;
}
body.search h2.h2 {
    font-size: 19px;
    margin-bottom: 0px;
}
body.search section#content h4 {
    font-size: 12px;
    font-style: italic;
}
body.search hr {
    margin: 5px 0;
    height: 1px;
    border: 0;
    background-color: #eee;
}
body.search .tease {
    margin: 0 20px 40px 20px;
}
body.search .tease h4 {
    float: right;
    margin: 0;
    color: #4C4A4A;
    margin-top: 7px;
}
body.search figure.embed img {
    height: auto;
    width: auto;
}
body.search .label input[type="checkbox"] {
    position: relative;
    top: 2px;
}
body.search .label {
    font-weight: normal;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    background-color: #eee;
    color: #000;
}
body.search .expert-card h3.title {
    font-size: 18px;
    font-weight: bold;
}
body.search .expert-card h3.title em {
    font-weight: normal;
}

.sidebar-resources {
    border: 2px solid #4d93c5;
    border-radius: 3px;
    padding: .5em;
}

.orcid_space {
    margin-right: 4px;
}

/* Project Gallery styling */
/* Archive css */
.hub-media-container {
    width: 100%;
    float: left;
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hub-media-card {
    display: inline-block;
    background: #ededed;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    height: 100%;
    width: 100%;
}
.hub-media-card.green:hover{
    background: #00ACC8;
}
.hub-media-card.orange:hover{
    background: #00ACC8;
}
.hub-media-card.blue:hover{
    background: #00ACC8;
}
.hub-media-card .project-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.hub-media-card .img-container {
    position:relative;
    height: 325px;
    background: #bbb;
    padding-top: 10px;
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease-out;
    transition-delay: 0ms;
}
.hub-media-card.green .img-container{
    background: #00ACC8;
}
.hub-media-card.orange .img-container{
    background: #00ACC8;
}
.hub-media-card.blue .img-container{
    background: #00ACC8;
}
.hub-media-card .img-container .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    text-indent: -99999px;
}
.hub-media-card:hover .img-container .img {
    opacity: .6;
}
.hub-media-card .body {
    color: black;
    padding: 10px 3px 3px;
    height: 50px;
    overflow:hidden;
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease-out;
    transition-delay: 0ms;
}
.hub-media-card .body .project-title {
    line-height: 1.95rem;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 1.85rem;
    text-align: center;
}
.hub-media-card .body .project-title, .hub-media-card .body .location, .hub-media-card .view-project{
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.hub-media-card .desc{
    margin: auto;
    position: absolute;
    top: 5px; left: 0; bottom: 0; right: 0;
    color: #000;
    opacity:0;
    z-index: 1;
    width: 90%;
    height: 260px;
    padding: 10px;
}
.hub-media-card:hover .desc{
    opacity:1;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.hub-media-card.green .desc {
    background: #00ACC8;
}
.hub-media-card.orange .desc {
    background: #00ACC8;
}
.hub-media-card.blue .desc {
    background: #00ACC8;
}
.hub-media-card .view-project {
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 3px solid black;
    padding: 3px 0 3px 18px;
    display: inline-block;
    left: 0px;
    bottom: 0px;
    position: absolute !important;
}
.hub-media-container.sidebar{
    height: 307px;
}
.hub-media-container.sidebar .hub-media-card .img-container{
    height: 243px;
}
@media only screen and (min-width: 992px) {
    .hub-media-container {
        width: 48%;
        margin: 1%;
    }
    .hub-media-container.sidebar {
        width: 48%;
        margin: 1%;
    }
}

/* Makerspace layout of project gallery */

.makerspace .et-box-content { 
    padding: 0 !important; 
}

.makerspace .centerCaption { 
    text-align: center; 
    color:black;
}

.makerspace .one_third { 
    margin-right: 2%; 
}

.makerspace .spacedList {
    padding: 10px 0px 0px 0px;
}

.et-learn-more h3.heading-more {
     color:black;
}
img.topgrid {
     height: 300px;
     width: auto;
}

.et-learn-more { 
    background: #fff; 
    border: 1px solid #e7e7e7; 
    margin: 10px 0px; 
    -moz-box-shadow: 1px -1px 0 0 #fff; 
    -webkit-box-shadow: 1px -1px 0 0 #fff; 
    box-shadow: 1px -1px 0 0 #fff; 
}
.et-learn-more h3.heading-more { 
    cursor: pointer; 
    padding: 16px 50px 16px 22px; 
    font-size: 14px; 
    color: #999; 
    letter-spacing: 0px; 
    text-shadow: 1px 1px 0 #fff; 
    position: relative; 
    border-left: 1px solid #fff; 
    border-top: 1px solid #fff; 
    margin: 0 !important; 
}
.et-learn-more h3.heading-more span.et_learnmore_arrow { 
    display: block; 
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 48px; 
    height: 100%; 
    border-left: 1px solid #fff; 
    -moz-box-shadow: -1px 0 0 0 #e7e7e7; 
    -webkit-box-shadow: -1px 0 0 0 #e7e7e7; 
    box-shadow: -1px 0 0 0 #e7e7e7; 
}
 .et-learn-more span.et_learnmore_arrow span { 
    display: block; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -5px; 
    margin-left: -6px; 
    width: 13px; 
    height: 10px; 
    /*background: url(../images/shortcodes-sprite.png) 
    no-repeat -58px -2px; */
    content:"\e252";
}
.et-learn-more .open span.et_learnmore_arrow span { 
    background-position: -58px -14px; 
}

.slidingDiv {
height:300px;
background-color: #99CCFF;
padding:20px;
margin-top:10px;
border-bottom:5px solid #3399FF;
}

.show_hide {
display:none;
}




/*.et-learn-more .learn-more-content { 
    padding: 30px 30px 20px; 
    visibility: hidden; 
    border-top: 1px solid #e7e7e7; 
}
 .et_slidecontent .et-learn-more .learn-more-content { 
    display: block; 
    visibility: hidden; 
}
 .et-open .learn-more-content { 
    display: block; 
    visibility: visible !important; 
}*/
.one_half, .one_third, .two_third, .one_fourth , .three_fourth { 
    float:left; 
    margin-right:4%; 
    position:relative; 
}
.one_half { 
    width: 48%; 
}
.et-learn-more, .et-tabs-container, .tabs-left, 
.et-simple-slider, .author-shortcodes, .et-tooltip-box { 
    color:#201F1F !important; 
    text-shadow: none !important; 
}
.et-learn-more a, .et-tabs-container a, .tabs-left a, 
.et-simple-slider a, .author-shortcodes a, .et-tooltip-box a { 
    text-shadow: none !important; 
}
.clearfix:after { 
    visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: " "; 
    clear: both; 
    height: 0; 
}
* html .clearfix             { 
    zoom: 1; 
} /* IE6 */
*:first-child+html .clearfix { 
    zoom: 1; 
} /* IE7 */     
.last { 
    margin-right: 0px !important; 
    clear:right; 
}

.soliloquy-pager.soliloquy-default-pager {
    display: none;
}




