.ut-list-unstyled {
  list-style: none;
  padding-left: 0;
}

*:focus,
.ut-focus {
  outline: 2px dotted #aeb0b5;
  outline-offset: 3px;
}

.views-exposed-form {
  margin-bottom: 30px;
}

.views-exposed-form input,
.views-exposed-form select {
  border-width: 1px;
}

.views-exposed-form .js-form-item {
  padding: 0.5em 1em 0 0;
  display: inline-block;
}

.views-exposed-form .js-form-item select {
  padding-right: 20px;
}

.views-exposed-form .js-form-item label {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.views-exposed-form .form-actions,
.views-exposed-form .form-actions input {
  display: inline-block;
  margin-top: 15px;
}

.views-field-field-utexas-uex-skill-exp-flags span img[src^="https://img.shields.io/"] {
  padding-right: 4px;
}

.views-field-field-utexas-uex-skill-exp-flags span img:first-of-type {
  padding-left: 4px;
}

#edit-submit-utexas-uex-view-classes {
  background: #bf5700;
  color: #fff;
  font-weight: 500;
  border-color: #bf5700;
  text-transform: uppercase;
}

#edit-submit-utexas-uex-view-classes:hover,
#edit-submit-utexas-uex-view-classes:focus {
  text-decoration: underline;
}

td.is-active {
  background-color: #ddd;
}

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
}

.tablesaw td,
.tablesaw th {
  box-sizing: border-box;
  padding: 0.5em 0.7em;
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw tbody th,
.tablesaw td {
  font-size: 0.875rem;
  vertical-align: middle;
}

.tablesaw thead th {
  color: #777;
  font-weight: 100;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
}

table.tablesaw tbody th {
  font-weight: 700;
}

table.tablesaw thead td,
table.tablesaw thead th {
  color: #444;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.tablesaw thead tr:first-child th {
  padding-bottom: 0.7em;
  padding-top: 0.9em;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}

.tablesaw thead {
  background: #f5f4f0;
}

.tablesaw tbody tr,
.tablesaw-stack tbody tr {
  border-bottom: inherit;
}

.tablesaw caption {
  margin-bottom: 1.4em;
  opacity: 0.5;
  text-align: left;
}

.tablesaw-cell-label-top {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.tablesaw-cell-label {
  color: #666;
  font-family: sans-serif;
  font-size: 0.65em;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em;
  }
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

@media only screen {

  .tablesaw-stack td,
  .tablesaw-stack th {
    display: block;
    text-align: left;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    min-width: 30%;
    padding: 0 0.6em 0 0;
  }

  .tablesaw-stack td .tablesaw-cell-label-top,
  .tablesaw-stack th .tablesaw-cell-label-top {
    display: block;
    margin: 0.4em 0;
    padding: 0.4em 0;
  }

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media only screen and (max-width: 39.9375em) {

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    font-size: 0.8125rem;
    padding-bottom: 0;
    padding-top: 10px;
    width: 100%;
  }

  .tablesaw-stack tbody td::after,
  .tablesaw-stack tbody th::after {
    border-bottom: 1px solid #e1ddd2;
    content: "";
    display: block;
    height: 1px;
    padding-top: 10px;
    width: 100%;
  }

  .tablesaw-stack tbody td:last-child::after,
  .tablesaw-stack tbody th:last-child::after {
    border-bottom: 0 none;
  }

  .tablesaw-stack tbody tr {
    border-bottom: 1px solid #333f48;
  }

  .tablesaw-stack tbody tr:last-child {
    border-bottom: 2px solid #e1ddd2;
  }

  .tablesaw-cell-label {
    position: relative;
    top: -1px;
  }
}

@media only screen and (max-width: 40em) {
  .tablesaw-stack tbody td:first-child {
    padding-top: 15px;
  }

  .tablesaw-stack tbody td:last-child {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only screen and (min-width: 40em) {
  .tablesaw-modeswitch {
    clear: none;
    float: left;
  }

  .tablesaw-sortable-switch+.tablesaw-modeswitch {
    border-top: medium none;
  }
}

/* Add class="fixed" to any <table> tag to prevent overlapping divs */
@media only screen and (min-width: 40em) {
  table.fixed {
    table-layout: fixed;
  }
}

/* Force tables with centered cells to left-align on mobile display */
@media only screen and (max-width: 40em) {

  table.tablesaw-stack td,
  table.tablesaw-stack th,
  table.tablesaw-stack thead td,
  table.tablesaw-stack thead th {
    text-align: left !important;
  }
}

.footer-flex-1 .footer-address p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
}

#block-uex-theme-sitewide-social-links-footer-left {
  margin-bottom: 0;
}

.footer-flex-2 p {
  color: #fff;
  font-size: 0.75rem;
}

.footer-flex-2 p a {
  color: #fff;
  font-weight: 700;
}

.footer-flex-2 p a:hover,
.footer-flex-2 p a:focus {
  text-decoration: underline;
}

.container-footer ul.subnav li a.is-active {
  background: transparent;
}

.container-footer ul.subnav li a:hover,
.container-footer ul.subnav li a:focus {
  text-decoration: underline;
}

.block__ut-social-links {
  display: none;
}

@media screen and (min-width: 1200px) {
  .block__ut-social-links {
    display: block;
  }
}

.header-menu-links {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header-menu-links {
    display: block;
  }
}

.header-menu-links .header-menu__list li:first-child a {
  background-image: url(/themes/utexas_uex/uex_theme/images/subscribe.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 20px 18px;
}

#block-sitewidesociallinks {
  margin-bottom: 0;
  margin-right: 30px;
}

/* @media screen and (min-width: 1200px) {
  header.ut-header div.region.region-header-tertiary {
    padding-top: 20px;
  }
}
 */
#block-mishellshoppingcart {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  #block-mishellshoppingcart {
    margin-bottom: 0;
  }
}

header.ut-header .region-primary-menu {
  margin-top: -22px;
}

header.ut-header div.region.region-header-tertiary {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header.ut-header div.region.region-header-tertiary [id*=sitewide-social-links-header] {
  margin-right: 30px;
  flex: 0 1 auto;
}

header.ut-header div.region.region-header-tertiary>.block-bundle-basic:first-child {
  margin-right: auto;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 500;
}

header.ut-header div.region.region-header-tertiary>.block-bundle-basic:first-child a {
  text-decoration: none;
}

header.ut-header div.region.region-header-tertiary>.block-bundle-basic:first-child a:hover,
header.ut-header div.region.region-header-tertiary>.block-bundle-basic:first-child a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 900px) {
  header.ut-header div.region.region-header-tertiary>.block-bundle-basic:first-child {
    margin-right: 0;
    margin-top: -48px;
  }
}

@media screen and (min-width: 1200px) {
  header.ut-header div.region.region-header-tertiary>.block-bundle-basic:first-child {
    display: none;
  }
}

header.ut-header div.region.region-header-tertiary #block-uex-theme-search-form {
  flex: 0 1 auto;
  margin-right: 0;
}

header.ut-header div.region.region-header-tertiary #block-mishellshoppingcart {
  width: 100%;
}

header.ut-header div.region.region-header-tertiary #block-mishellshoppingcart #mishell-cart {
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  header.ut-header div.region.region-header-tertiary #block-mishellshoppingcart #mishell-cart {
    margin-bottom: unset;
  }
}

#sliding-popup {
  width: 100%;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content {
  margin: 0 auto;
  max-width: 80%;
  display: inline-block;
  text-align: left;
  width: 100%;
  position: relative;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-text {
  max-width: 100%;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-text p {
  margin: 1rem;
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-text p a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons {
  max-width: 100%;
  float: none;
  clear: both;
  text-align: center;
}

#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons button.eu-cookie-compliance-default-button {
  background: #bf5700;
  border: #fff;
  border: 2px solid #fff;
  padding: 0.5rem;
  margin: 0 1rem;
  color: #fff !important;
  border-radius: 0;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-shadow: none;
  box-shadow: none;
}

a.feed-icon {
  display: none;
}

.block__ut-social-links--item {
  margin-left: 0.5rem;
}

#block-uex-theme-main-page-content {
  margin-bottom: 0;
}

#block-uex-theme-main-page-content #featured-highlight {
  margin-bottom: 0;
}

h1 {
  margin-bottom: 30px;
}

p {
  margin-bottom: 1.25rem;
}

main {
  margin-bottom: 3rem;
}

.button {
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: auto;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #005f86;
  border-color: #007095;
  color: #FFF;
  transition: background-color 300ms ease-out;
}

.uex-hero-search .hero-content {
  height: 310px;
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  position: unset;
  bottom: unset;
}

@media screen and (min-width: 900px) {
  .uex-hero-search .hero-content {
    max-width: 900px;
    height: 543px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .uex-hero-search .hero-content {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  .uex-hero-search .hero-content {
    max-width: 1475px;
  }
}

.uex-hero-search .hero-content .hero-callout {
  flex: 0 1 90%;
  padding: 20px 20px;
  margin: unset;
  width: 100%;
  max-width: none;
  line-height: 2.75rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}

.uex-hero-search .hero-content .hero-callout .hero-headline {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #2d2a28;
  margin-bottom: 1rem;
}

.uex-hero-search .hero-content .hero-callout .hero-cta {
  font-size: 1rem;
}

.uex-hero-search .hero-content .hero-callout .hero-cta a {
  padding: 0.25rem 0.75rem;
  line-height: 1.75;
  margin-bottom: 0;
  font-size: 1rem;
}

@media screen and (min-width: 900px) {
  .uex-hero-search .hero-content .hero-callout {
    flex: 0 1 45%;
  }

  .uex-hero-search .hero-content .hero-callout .hero-headline {
    font-size: 1.25rem;
    font-weight: 200;
  }
}

@media screen and (min-width: 900px) and (min-width: 1200px) {
  .uex-hero-search .hero-content .hero-callout .hero-headline {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 900px) {
  .uex-hero-search .hero-content .hero-callout .hero-cta {
    font-size: 1.25rem;
  }

  .uex-hero-search .hero-content .hero-callout .hero-cta a {
    padding: 0.25rem 0.75rem;
    line-height: 1.75;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .uex-hero-search .hero-content .hero-callout {
    flex: 0 1 45%;
  }

  .uex-hero-search .hero-content .hero-callout .hero-headline {
    font-size: 1.75rem;
    font-weight: 200;
  }

  .uex-hero-search .hero-content .hero-callout .hero-cta a {
    padding: 0.5rem 0.75rem;
    line-height: 1.75;
    font-size: 1.25rem;
  }
}

.uex-hero-search .hero-content .hero-search {
  flex: 0 1 90%;
  margin: unset;
}

.uex-hero-search .hero-content .hero-search .ut-search-form {
  height: 50px;
}

.uex-hero-search .hero-content .hero-search .ut-search-form input[placeholder=Search] {
  padding: 8px 8px 8px 20px;
  font-size: 1rem;
  width: 84%;
}

.uex-hero-search .hero-content .hero-search .ut-search-form input#edit-submit--hero {
  width: 50px;
  height: 50px;
  background: #bf5700;
}

.uex-hero-search .hero-content .hero-search .ut-search-form svg.svg {
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  fill: #fff;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .uex-hero-search .hero-content .hero-search {
    width: 45%;
  }

  .uex-hero-search .hero-content .hero-search .ut-search-form {
    width: unset;
    height: 60px;
  }

  .uex-hero-search .hero-content .hero-search .ut-search-form input::-moz-placeholder {
    color: #ccc;
  }

  .uex-hero-search .hero-content .hero-search .ut-search-form input::placeholder {
    color: #ccc;
  }

  .uex-hero-search .hero-content .hero-search .ut-search-form input[type=search] {
    margin-bottom: 0;
    font-size: 1.25rem;
    padding: 12px 16px 12px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1200px) {
  .uex-hero-search .hero-content .hero-search .ut-search-form input[type=search] {
    width: 89%;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 900px) and (min-width: 1600px) {
  .uex-hero-search .hero-content .hero-search .ut-search-form input[type=search] {
    width: 91%;
  }
}

@media screen and (min-width: 900px) {
  .uex-hero-search .hero-content .hero-search .ut-search-form input#edit-submit--hero {
    height: 60px;
    font-size: 25px;
    line-height: 30px;
    background: #bf5700;
    width: 63px;
  }

  .uex-hero-search .hero-content .hero-search .ut-search-form svg.svg {
    fill: #fff;
    z-index: 1;
    width: 50px;
    height: 40px;
    right: 4px;
    top: 8px;
    stroke-width: 1px;
  }
}

/* Styling for Courses and Section content types. */
.node--type-utexas-uex-content-type-course h2 {
  font-size: 1.125rem;
}

.node--type-utexas-uex-class .field--name-field-utexas-uex-course-type {
  margin-bottom: 2rem;
}

.node--type-utexas-uex-class .field__label {
  margin-bottom: 1.25rem;
}

.class-page-newsletter {
  text-align: center;
  margin-bottom: 3em;
  display: block;
}

.class-page-newsletter a.ut-btn {
  display: inline-block;
}

.field--name-field-utexas-uex-texas-comm-num {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 20px;
}

.field--name-field-utexas-uex-texas-comm-num .field__label {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.field--name-field-utexas-uex-texas-comm-num .field__label::after {
  content: ":";
  margin-right: 5px;
}

.field--name-field-utexas-uex-texas-comm-num .field__item {
  display: inline-block;
  text-transform: uppercase;
}

.field__label {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 900px) {
  #block-speedway-headerphonenumbermobile {
    display: none;
  }
}

#mishell-cart {
  padding-top: 0;
}
