@charset "utf-8";
/* CSS Document */

a:focus {outline: thin dotted;}
a:link {text-decoration:underline;}
.scroll a:focus {outline: thin dotted;}
.footer a:not(.button) {
    text-decoration: underline !important;
}
.full-width {padding: 1.5rem;}
.sticky {z-index: 5;} /* prevents the dropdown from being overlayed with other content before scroll */
.grid-container {max-width: 65rem; margin: 0 auto;}
 .columns a:not(.button),.cell a:not(.button){text-decoration:underline;}
.breadcrumbs>* a {
    color: var(--uthorange-10-darker);
    font-size:1.125em;
    min-width: 2.25em;
    display: inline-block;
    /* height: 4em; */
}
 .contain-to-grid .top-bar-section ul li > a {text-decoration:none;}
 ul.tabs .tab-title > a {font-size: 1rem;}
 html:not(.js) ul.tabs .tab-title > a {padding: 0.75rem 1.5rem;} /* Foundation 5 only */
 ul.tabs .tab-title > a, ul.tabs .tab-title > a:hover{text-decoration:none;}
.utility-nav {background: #69696d;height: 45px;}
 .utility-nav a {height: 45px;color: #fff;text-transform: uppercase;
 font-size: 0.7rem;text-decoration: none;padding: 0.9375rem;line-height: 1.3;
}
.utility-nav a:hover, #masthead .utility-nav a:active {text-decoration:underline; background: #2d2d33;}
.utility-nav #q {height: 35px; margin: 5px;}
.fi-magnifying-glass:before {color: #fff; font-size: 1.3em;}
.heroHeader {min-height: 246px; padding-top: 20px;width:100%;}
.heroHeader .columns, .heroHeader .cell {padding: 0.5rem; border: 1px solid #666;}
.heroHeader.whiteText .columns, .heroHeader.whiteText .cell {background: rgba(0,0,0,0.7);}
.heroHeader.darkText .columns, .heroHeader.darkText .cell {background: rgba(255,255,255,0.7);}
.heroHeader h1{line-height: 1;}
.heroHeader.whiteText h1, .whiteText .hero-subheading {color: #fff; text-shadow: 2px 2px #000;}
.heroHeader.darkText h1, .darkText .hero-subheading {text-shadow: 2px 2px #fff;}
.hero-subheading {font-size: 1.2rem; line-height: 1; margin: 0; font-style: italic;}
h3.sectionSubhead {font-size: 1.3rem;}
.content-fixed h1, .content-fixed h2 {text-align: center; margin-bottom: 0.6rem;}
.whiteText, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .columns .whiteText a, .threeCol p, .threeCol li {color: #fff;}
.darkText:not(.heroHeader) > div {border: 1px solid #000; border-radius: 0.5rem; background: rgba(255,255,255,0.9);}
.whiteText:not(.heroHeader) > div {border: 1px solid #fff; border-radius: 0.5rem; background: rgba(0,0,0,0.85);}
.whiteText a:not(.button) {color: #fff;text-decoration: underline;} 
.whiteText a:hover  {color: #fff !important;} 
/* .columns a:not(.button) {color:#007399; text-decoration:underline;} */
.columns a:not(.button):hover {color: #00506B;}
.cell h1 {font-size: 1.5rem;}
.threeCol ul {text-align: initial;}

.margin-small {
    margin: 10px !important;
}
.margin-medium {
    margin: 20px !important;
}
.margin-small-left {
    margin-left: 10px !important;
}
.margin-medium-left {
    margin-left: 30px !important;
}
.margin-small-top {
    margin-top: 10px !important;
}
.margin-medium-top {
    margin-top: 5% !important;
}
.margin-medium-bottom {
    margin-bottom: 50px !important;
}
.margin-large-top {
    margin-top: 10% !important;
}
.margin-large-bottom {
    margin-bottom: 100px !important;
}
.margin-small-right {
    margin-right: 10px !important;
}
.margin-medium-right {
    margin-right: 30px !important;
}
.margin-large-right {
    margin-right: 100px !important;
}
.padding-small {
    padding-right: 10px !important;
}
.padding-medium {
    padding: 5%;
}
.padding-medium-top {
    padding-top: 5%;
}
.padding-medium-left {
    padding-left: 5%;
}
.padding-medium-right {
    padding-right: 5%;
}
.padding-large {
    padding-right: 60px;
}
.green-button {
    background-color: #2e6f45 !important;
}
.blue-button {
    background-color: #44697c !important;
}
.purple-button {
    background-color: #9460a5 !important;
}
.orange {
    background-color: #bd4f19 !important;
}
.burnt-orange {
  background-color: #bb6a2f !important;
}
.color-orange {
  color: #bd4f19;
}
.dkblue {
    background-color: #0c356d !important;
}
/* .button {border-radius: 4px !important;} */
.button.hollow {
    background: transparent;
    color: #1779ba;
    border: solid 1px #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
/* -------- TABS -------- */
ul.tabs:not(.vertical) {
 border: none;
 border-bottom: 1px solid #ccc;
 /* height: 40px; */
 line-height: 0.5;
 margin-top: 2.5rem;
 background: transparent;
}
ul.tabs:not(.vertical) {height: 40px;}
.js ul.tabs li.active, html:not(.js) ul.tabs li.is-active {
 border-top: 3px solid #0c356d;
 border-right: 1px solid #e6e6e6;
 margin-top: -3px;
 background-color: #fff;
}
html:not(.js) ul.tabs li.is-active {border-left: 1px solid #e6e6e6;}
ul.tabs li a:focus {outline: initial!important; color:initial!important;}
/*
ul.tabs li.active a {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
}
*/
ul.tabs .tab-title > a, ul.tabs .tab-title > a:hover {background-color: transparent !important;}
.tabs-content {background-color: #fff;}
.tabs-content > .content {/* border-left: 1px solid #ccc; border-right:  1px solid #ccc; border-bottom:  1px solid #ccc; */ padding: 1rem !important;}
/* ------- FOOTER ––––––– */
footer, .footer {
  background-color: #323439;
  padding: 15px 0;
}
.footernav {
  text-align: center;
  min-height: 80px;
  }
ul.footernav-links {display: inline-block;}
ul.footernav-links li {
  display: block;
  float: none;
}
ul.footernav-links li a:link, ul.footernav-links li a:visited {
    color: #ccc;
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
    display: inline;
    width: auto;
}

ul.footernav-links li a:hover {
    background-color: #666;
    border-radius: 0.5rem;
}

footer a:hover, footer a:active {
    text-decoration: underline !important;
    color: #fff !important;
}

.footernav-links-small p {
  text-align: center;
  color: #fff;
}
.footernav-links-small a {
    color: #fff;
    fonts-size:1em;
  padding-top:.25em; padding-bottom:.25em;
    margin-right: .25rem;
    padding-right: .25rem;
}
.footernav-links-small a.pipe {
    border-right: 1px solid #fff;
}
.footer ul.footernav-links li a:hover {
  color: #fff;
  background-color: #666;
  border-radius: 0.5rem;
  text-decoration: none;
}
#socialmedia {text-align: center;}
#socialmedia a i {
  font-size: 2.6rem;
  color: #cecece;
  margin-right: 0.4rem;
}

#socialmedia a:hover i{
  font-size: 2.6rem;
  color: #ffffff;
  margin-right: 0.4rem;
}
/* Foundation Icons */


.accordion .accordion-navigation .fi-arrow-down {display: none;}
.accordion .accordion-navigation.active .fi-arrow-down {display: inline-block;} 
.accordion .accordion-navigation.active .fi-arrow-right {display: none;} 
.accordion-title {font-size: 1rem;}

/* Responsive video */
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* MEDIUM AND UP */
@media only screen and (min-width: 40.063em) {
.full-width {padding: 2.8rem;}
.footernav {
  background-image: url("https://www.uth.edu/global/gfx/footer-shadow.png");
  background-repeat: no-repeat;
  background-position: center 38px;
  }
ul.footernav-links li {float: left;}
ul.footernav-links li a:link, ul.footernav-links li a:visited {display: inline;}
.cell h1 {font-size: 2.125rem;}
}
/* END OF MEDIUM AND UP */

/* Sticky Nav Widget Code */
#topmenu .grid-container {padding: 0;}
#topmenu .top-bar .title-bar {
    background: transparent;
    width: 100%;
}
#mfTopbar .divider {border-top: solid 1px #4e4e4e;}
nav.top-bar, nav.top-bar a {
    color: #fff;
    text-decoration: none;
    font-size: .8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
}
nav.top-bar a {padding: 0 .9375rem;}

@media only screen and (min-width: 64.0625em) {
    #topmenu .grid-container {padding: 0 .624rem;}
    #mfTopbar .divider {
        display: inline;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }
}
/* END Sticky Nav Widget Code */