@import url("https://share.uth.edu/global/css/common.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* FONTS */
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700 !important;
    font-family: 'Raleway', sans-serif;

}
div:not(extra-nav) < ul {
  margin-left: 3em;
}

/* GRID */


/* MASTHEAD */
#masthead {
    padding: 1rem 0;
    position: relative;
    z-index: 9999;
}


#masthead a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
}

#masthead .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: 0;
    left: auto;
}

#masthead .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #000 transparent transparent;
}

#masthead ul.first-sub.js-dropdown-active:before,
#masthead .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    border: 1px solid #e0e0e0;
}

#masthead ul.first-sub.js-dropdown-active:before,
#masthead ul.first-sub.js-dropdown-active:after {
    content: '';
    display: block;
    position: absolute;
    top: -0.35rem;
    right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    z-index: -9;
}

.menu.submenu li:first-child {
    margin-top: .3rem;
}

.submenu.is-accordion-submenu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #f3f3f3;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #000000 transparent transparent;
}

#masthead .js-dropdown-active a:hover {
    background: var(--gulfblue);
    color: #fff;
}

.is-accordion-submenu-item a:hover {
    background: var(--gulfblue);
    color: #ffffff !important;
}

.dropdown.vertical.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    border: inset 6px;
    right: 5px;
}

.title-bar-title a {
    text-decoration: none;
    font-weight: 550;
}

.menu-icon::after {
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

.site-search {
    position: relative;
    font-size: 1.5rem;
    color: #000000;
}

li.site-search {
    padding: .25rem .25rem 0 1rem;
    ;
}

input#query {
    width: 60%;
}

.menu button.search-btn {
    background-color: #c4481d;
    display: inline-block;
}

/* Homepage Priorities */
#tusalud-homepage-priorities {
    background-color: #f1f6eb;
    padding: 3rem 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1.05rem;

}

#tusalud-homepage-priorities h2 {
    color: #00376f;
    font-weight: 800 !important;
    font-size: 2.5rem;
    font-family: 'Raleway', sans-serif;

}

#tusalud-homepage-priorities i {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.75rem;
    color: #fff;
    width: 6rem;
    height: 6rem;
    line-height: 6.375rem;
    background: #8fb35a;
    border-radius: 50%;
    text-align: center;
    margin: 0 0.125rem;
}

#tusalud-homepage-priorities .h4 {
    color: #0d649d;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

/** GET INVOLVED ***/

#tusalud-homepage-get-involved {
    padding: 3rem 0;
    color: #fff;
    background: linear-gradient(135deg, #8fb35a, #0d649d);
}

#tusalud-homepage-get-involved h2 {
    color: #fff;
    margin-top: 3rem;
    font-size: 2.5rem;
}

#tusalud-homepage-get-involved div.cell a {
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    text-decoration: none;
    color: #000;
}

#tusalud-homepage-latest a:hover.cell,
#tusalud-homepage-get-involved div.cell a:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#tusalud-homepage-get-involved div.cell a img {
    margin-bottom: 1.5rem;
    height: 110px;
    width: auto;
}

#tusalud-homepage-get-involved div.cell a h3 {
    color: #00376f;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 800 !important;
    margin-bottom: 1.5rem;
}

#tusalud-homepage-get-involved a {
    display: block;
    background-color: #fff;
}

/** The LATEST ****/
#tusalud-homepage-latest {
    margin: 4% auto;
}

#tusalud-homepage-latest a.cell {
    background: #fff;
    border: 1px solid #e0e0df;
    border-radius: 1px;
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 22%;
    height: auto;
}

#tusalud-homepage-latest a.cell img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

#tusalud-homepage-latest a.cell h3 {
    font-size: 1.1rem;
    margin-top: 1rem;
    font-weight: 900 !important;
    color: #0d649d;
    font-family: 'Raleway', sans-serif;
}

#tusalud-homepage-latest a.cell p {
    font-size: 1rem;
    color: #000;
    font-family: 'Lato', sans-serif;
}

/*** Partners ****/
#tusalud-homepage-partners {
    margin: 1em auto 5em;
}

#tusalud-homepage-partners a.cell img {
    padding: .5rem;
}

#tusalud-homepage-latest h3,
#tusalud-homepage-partners h3 {
    color: #00376f;
    font-weight: 800 !important;
    font-size: 2.5rem;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 3%;
}

/* Footer */

.tusalud-footer-logo {
    max-width: 80%;
    margin-bottom: 2rem;
}

svg.tusalud-footer-logo path {
    fill: #fff;
}

#tusalud-subfooter {
    color: #fff;
    background-color: #212223;
    padding: 3rem 0 3rem 0;
    font-family: 'Lato', sans-serif;
}

#tusalud-subfooter h2,
#tusalud-subfooter h3 {
    color: #65a715;
    font-family: 'Raleway', sans-serif;
}

#tusalud-subfooter input:not([type="submit"]):not([type="button"]),
textarea,
select {
    border: 1px solid #ddd;
    padding: calc(0.625rem - 1px) calc(1.5rem - 1px);
    line-height: 1rem;
    border-radius: 0;
    font-size: 1rem;
}

.blue {
    margin-top: 2rem;
    text-transform: uppercase;
    padding: .75rem !important;
    text-decoration: none;
    background: #00376f;
    color: #fff !important;
    padding: .5rem 1rem;
    font-weight: 600;
}

.blue:hover {
    background: #c4481d;
    color: #fff !important;
    padding: .5rem 1rem;
}

a.footer-cta {
    color: #65a715;
}

#tusalud-subfooter input[type=text] {
    width: 40%;
    display: inline-block;
}

/* SPH Overwrites */
.fixed-cta-nav,
.fixed-nav-inner {
    display: none;
}

nav.orbit-bullets {
    position: absolute;
    display: block;
    bottom: 1rem;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 100;
    text-align: center;
}

.orbit-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    max-height: 90vh;
}

.orbit {
    padding: 0rem;
}

/*.orbit-container, .orbit-caption { height: 40rem !important; max-height:80vh !important;}*/
.orbit-caption {
    top: 0;
}

.orbit-caption * {
    color: #fff;
}

.orbit-caption h1 {
    font-family: Raleway, sans-serif;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.orbit-caption h1 span {
    display: block;
    font-size: 5rem;
}

.orbit-caption a.button {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    background-color: #00376f;

}

.orbit-caption a.button:hover {
    background-color: #d22d3a;
}

#snap-logo img {
  border-right: 2px solid black;
  padding: 1rem;
}
#snap-logo {
  padding-bottom: 3rem;
}


section#tusalud-homepage-social {
    padding: 2.5rem 0;
    margin: 0;
    background-color: #00376f;
    color: #fff;
}

section#tusalud-homepage-social .h3 {
    color: #fff;
    font-family: Raleway, sans-serif;
    margin: 0;
    line-height: 1.5;
}

section#tusalud-homepage-social .h3 a {
    color: #8fb35a;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

section#tusalud-homepage-social .h3 a:hover {
    text-decoration: underline;
}

.hero {
    margin-bottom: 2rem;
}

.hero #header-text {
    margin-left: 4%;
}

.heroHeader #header-text h1 {
    text-align: left;
}

.darkText #header-text h1 {
    color: #000;
    text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
}

.whiteText #header-text h1 {
    text-shadow: 0 1px #4d5356, -1px 0 #cdd2d5, -1px 2px #4d5356, -2px 1px #cdd2d5, -2px 3px #4d5356, -3px 2px #cdd2d5, -3px 4px #4d5356, -4px 3px #cdd2d5, -4px 5px #4d5356, -5px 4px #cdd2d5, -5px 6px #4d5356, -6px 5px #cdd2d5, -6px 7px #4d5356, -7px 6px #cdd2d5, -7px 8px #4d5356, -8px 7px #cdd2d5;
}

#tusalud-resource-blocks .cell a {
    align-content: center;
    display: flex;
    color: #fff;
    height: 8vw;
    text-align: center;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1;
    text-decoration: none;
}

/* added on 4/18/2022 */
#tusalud-resource-blocks {
    margin-bottom: 4em;
    margin-top: 3em;
}

.nobackgroundcolor {
    background-color: transparent;
}

.tabs.nobackgroundcolor {
    border-top: none;
    border-right: none;
    border-left: none;
    margin-left: 2vw;
    border-bottom: 1px solid rgba(176, 191, 188, 0.4);
}

.tabs-content.nobackgroundcolor {
    border: none;
    margin-left: 2vw;
}

/*Added on 4/25/2022 */
.tssc-iframe {
    margin-bottom: 1em;
}

#section1,
#section2,
#section3,
#section4,
#section5 {
    margin-bottom: 2em;
    padding-block: 4em;
}

#section1,
#section3,
#section5 {
    background-color:#fbfbfb;
}

#section1 h2,
#section2 h2,
#section3 h2,
#section4 h2,
.tssc-h2 {
    color: #587e6a;
    font-weight: 800 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
}

#section1 h3,
#section2 h3,
#section3 h3,
#section4 h3,
#section1 .h3,
#section2 .h3,
#section3 .h3,
#section4 .h3,
.tssc-h3 {
    color: #002856;
    font-size: 1.125rem;
    margin-bottom: 1em;
}

ul.doc-list li:before,
.tabs-content ul li:before {
    content: "\f019";
    font-family: FontAwesome;
    color: #cb4914;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.3em;
}

#tusalud-resource-blocks h3 {
    text-decoration: underline;
    color: #002856;
    margin-bottom: 1em;
}

.byline {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    font-size: 0.85em !important;
    color: #666666;
}

h1.headline {
    margin-top: 2rem;
}

#syv-contact p.h3 {
    color: #fff;
}

#syv-contact {
    margin-top: 2em;
    padding-block: 1em;
}

#syv-contact i.fab,
#syv-contact i.far {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    background: #f1f1f1;
    margin: .5em;
    padding: .5em;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.gyms {
    margin-bottom: 2em;
}

.newsletter {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.newsletter li {
    flex-grow: 0;
    width: 33%;
    margin-block: 0.5em;
}

.newsletter li a {
    text-decoration: none;
}

.newsletter li a:hover {
    color: #004663;
}

#language {
  position: absolute;
  top: 120px;
  z-index: 9999;
  right: 5%;
  padding-inline: .5em;
  background: #cc0000;
}
#language p, #language a{
  font-size:.95em;
  color:white;
}
#masthead .vertical.medium-horizontal.menu.dropdown > li:nth-last-of-type(1) a {
    background: #004364 !important;
    color: #Fff !important;
    border: 2px solid #004364;
    padding:12px;
    border-radius: 15%;
}
#communities a,
#modules a {
  font-size: 1em;
  color:#004364;
}

#communities a[aria-selected="true"],
#modules a[aria-selected="true"] {
  font-size: 1em;
  color:#fff;
}

.doc-list li > a {
  color: #c4481d;
}

#nutrition-labels {
  margin-top: 0;
}

#tusalud-subfooter a .fab {
  color: white;
  font-size: 1.5em;
  margin: .24em;
}

.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

/*   =====   at-media declarations ===== */

@media screen and (max-width: 640px) {
  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}


@media screen and (min-width: 800px) {
    ul.doc-list {
        list-style-type: none;
        /*columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;*/
    }
}
@media screen and (min-width:640px){
    #masthead .grid-container{
        max-width:100rem;
    }
}


@media screen and (max-width: 639px) {
    #masthead img {
        width: 60vw;
        margin-bottom: 6vw;
    }

    section#tusalud-homepage-social .h3 a {
        font-size: 4vw;
    }

    a.button {
        width: 100%;
    }

    #tusalud-homepage-latest a.cell img {
        position: relative;
        padding-top: 0%;
    }

    #tusalud-homepage-latest a.cell {
        padding-top: 0;
        margin-top: 2%;
    }

    .orbit-caption h1 {
        font-size: 5vw;
        line-height: 1.2;
        margin-top: -4rem;
    }

    .orbit-caption h1 span {
        font-size: 6vw;
    }

    /*  === checking is the statement below is needed 2/24/23  
    .orbit-container, .orbit-caption { 
        height: 65vw !important; 
        max-height:auto !important;
    }*/

}

@media (max-width: 400px) {

    .orbit-next,
    .orbit-previous {
        top: 85%;
    }

    .orbit-caption .align-middle.align-center a.button {
        margin: 0;
        width: 70%;
    }

    .orbit-caption h1.align-middle.align-center span {
        font-size: 1.7em;
    }
}