@charset "UTF-8";
/* stylelint-disable */
.ut-list-unstyled {
  list-style: none;
  padding-left: 0;
}

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

/* stylelint-enable */
#js-nav-toggle, .ut-btn--large, .ut-btn--small, .ut-btn--disabled, .ut-btn--secondary, .ut-btn {
  background-color: #bf5700;
  border: 2px solid #bf5700;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 0.55rem;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
  transition: background-color, color, border-color, 0.33s ease-out;
}
#js-nav-toggle:link, .ut-btn--large:link, .ut-btn--small:link, .ut-btn--disabled:link, .ut-btn--secondary:link, .ut-btn:link, #js-nav-toggle:visited, .ut-btn--large:visited, .ut-btn--small:visited, .ut-btn--disabled:visited, .ut-btn--secondary:visited, .ut-btn:visited {
  color: #ffffff;
}
#js-nav-toggle:hover, .ut-btn--large:hover, .ut-btn--small:hover, .ut-btn--disabled:hover, .ut-btn--secondary:hover, .ut-btn:hover, #js-nav-toggle:focus, .ut-btn--large:focus, .ut-btn--small:focus, .ut-btn--disabled:focus, .ut-btn--secondary:focus, .ut-btn:focus {
  border: 2px solid #9d4700;
  background-color: #9d4700;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
}
#js-nav-toggle:active, .ut-btn--large:active, .ut-btn--small:active, .ut-btn--disabled:active, .ut-btn--secondary:active, .ut-btn:active {
  background-color: #AE4F00;
}

.ut-btn--secondary {
  background-color: #ffffff;
  border-color: #bf5700;
  color: #bf5700;
}
.ut-btn--secondary:link, .ut-btn--secondary:visited {
  color: #bf5700;
}
.ut-btn--disabled {
  background-color: #e6ebed;
  border-color: #e6ebed;
  color: #9cadb7;
}
.ut-btn--disabled:link, .ut-btn--disabled:visited {
  color: #9cadb7;
}
.ut-btn--disabled:hover, .ut-btn--disabled:focus {
  color: #1f262b !important;
  background-color: #e6ebed;
  border-color: #e6ebed;
}
.ut-btn--small {
  font-size: 0.825rem;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
.ut-btn--large {
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}

.corner--rounded {
  border-radius: 4px !important;
}

.corner--square {
  border-radius: 0 !important;
}

.corner--pill {
  border-radius: 2rem !important;
}

.ut-flex-content-area-wrapper .image-wrapper {
  margin-bottom: 0.625rem;
}
.ut-flex-content-area-wrapper .ut-flex-content-area {
  margin-bottom: 1.25rem;
}
.ut-flex-content-area-wrapper .link-list {
  list-style: none;
  padding-left: 0;
}
.ut-flex-content-area-wrapper .link-list li {
  margin-bottom: 0.5625rem;
}
.ut-flex-content-area-wrapper .ut-headline {
  padding: 0.5rem 0;
}

input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  color: #333f48;
  background-color: #f2f1ed;
  border: 2px solid #333f48;
}

input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #5e686e;
  color: #1f262b;
  display: block;
  font-size: 1rem;
  line-height: 1.5625;
  margin: 0.25em 0;
  max-width: 46rem;
  padding: 0.5rem 1em;
  width: 100%;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input::-moz-placeholder, optgroup::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #5e686e;
  opacity: 1;
}
input::placeholder,
optgroup::placeholder,
select::placeholder,
textarea::placeholder {
  color: #5e686e;
  opacity: 1;
}
input::-ms-expand,
optgroup::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
input:disabled,
optgroup:disabled,
select:disabled,
textarea:disabled, input[readonly],
optgroup[readonly],
select[readonly],
textarea[readonly] {
  background-color: #e6e6e6;
  opacity: 1;
}
input:disabled,
optgroup:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 2.25rem;
  max-width: 46rem;
}

select {
  background-color: #ffffff;
  background-image: url(../images/arrow-both.svg);
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  background-size: 0.675rem;
  padding-right: 2.85rem;
}

textarea {
  height: 16rem;
  overflow: auto;
}

.ut-input--error {
  border-left: 0.25rem solid #cd2026;
  margin-top: 2.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  position: relative;
  right: 1.9rem;
}
.ut-input--error .error-label {
  margin-top: 0;
  font-weight: bold;
}
.ut-input--error .error-message {
  font-style: italic;
  color: #333f48;
}

.ut-input--success {
  border: 2px solid #579d42;
}

.ut-input--warning {
  border: 2px solid #ffd600;
}

.ut-fieldset label {
  margin-top: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=checkbox],
[type=radio] {
  position: absolute;
  left: -999em;
}

[type=checkbox] + label,
[type=radio] + label {
  cursor: pointer;
  margin-bottom: 1rem;
  font-size: 1rem;
}

[type=checkbox] + label::before,
[type=radio] + label::before {
  background: #ffffff;
  box-shadow: 0 0 0 1px #5e686e;
  content: " ";
  display: inline-block;
  height: 2rem;
  line-height: 2;
  margin-right: 0.75em;
  text-indent: 0.15em;
  vertical-align: middle;
  width: 2rem;
}

[type=radio] + label::before {
  border-radius: 100%;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #5e686e;
  height: 1.4rem;
  line-height: 1.4;
  margin-right: 0.75rem;
  width: 1.4rem;
}

[type=checkbox]:checked + label::before,
[type=radio]:checked + label::before {
  background-color: #005f86;
  box-shadow: 0 0 0 1px #005f86;
}

[type=radio]:checked + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #005f86;
}

[type=checkbox]:checked + label::before,
[type=checkbox]:checked:disabled + label::before {
  background-image: url("../images/checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}

[type=radio]:focus + label::before,
[type=checkbox]:focus + label::before {
  outline: 2px dotted #aeb0b5;
  outline-offset: 6px;
}

[type=checkbox]:disabled + label {
  color: #d6d7d9;
}

[type=checkbox]:disabled + label::before,
[type=radio]:disabled + label::before {
  background: #e6e6e6;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed;
}

a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

/* Set links in announcement message to be underlined. */
.announcement-body a {
  text-decoration: underline;
}

/* Set links in ut-copy fields to be underlined. */
.ut-copy a,
.ut-copy ol a,
.ut-copy ul a {
  text-decoration: underline;
}

/* Set links in views pages header or footer to be underlined. */
.views-element-container header a,
.views-element-container footer a {
  text-decoration: underline;
}

/* Set links in views blocks header or footer to be underlined. */
.block-views header a,
.block-views footer a {
  text-decoration: underline;
}

/* Override CTA links so never underlined. */
a.cta {
  text-decoration: none !important;
}

a.ut-link {
  font-size: inherit;
  letter-spacing: 0.35px;
}
a.ut-link--darker, a.ut-link--darker:link, a.ut-link--darker:hover, a.ut-link--darker:active, a.ut-link--darker:visited {
  color: #9d4700;
}

.ut-cta-link {
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.35px;
}
.ut-cta-link--darker, .ut-cta-link--darker:link, .ut-cta-link--darker:hover, .ut-cta-link--darker:active, .ut-cta-link--darker:visited {
  color: #9d4700;
}
.ut-cta-link--darker:focus, .ut-cta-link--darker:hover {
  color: #bf5700;
}
.ut-cta-link--external::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 28 28"><path d="M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 28 28"><path d="M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path></svg>');
  vertical-align: middle;
  background-color: currentColor;
  content: "";
  padding: 0 0.5em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0;
          mask-position: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  font-size: 11px;
  margin-left: 5px;
}
.ut-cta-link--lock::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 18 28"><path d="M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z"></path></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 18 28"><path d="M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z"></path></svg>');
  vertical-align: middle;
  background-color: currentColor;
  content: "";
  padding: 0 0.5em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0;
          mask-position: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  font-size: 8px;
  margin-left: 5px;
}
.ut-cta-link--angle-right::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 28 28"><path d="M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z"></path></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 28 28"><path d="M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z"></path></svg>');
  vertical-align: middle;
  background-color: currentColor;
  content: "";
  padding: 0 0.2em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 -2px;
          mask-position: 0 -2px;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-left: 8px;
}

.utosa--bold-link {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.25rem;
}

/* Styles for layout that are not specific to any one region. */
/* Add a margin-bottom to wherever .block class is used in the main content region. */
.block {
  margin-bottom: 2.5rem;
}

/* Declare format for nested ordered lists */
ol li {
  list-style-type: decimal;
}
ol li ol li {
  list-style-type: upper-alpha;
}
ol li ol li ol li {
  list-style-type: upper-roman;
}
ol li ol li ol li ol li {
  list-style-type: decimal;
}
ol li ol li ol li ol li ol li {
  list-style-type: lower-alpha;
}
ol li ol li ol li ol li ol li ol li {
  list-style-type: lower-roman;
}

.breakout {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.utsoa-section-negative-margin-bottom {
  margin-bottom: -40px;
}

.container.breakout-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.container.breakout-container h2.ut-headline {
  text-transform: uppercase;
  font-weight: 200;
}
.container.breakout-container .block {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .container.breakout-container {
    padding: 2rem 15px 1rem;
  }
}
@media (min-width: 600px) {
  .container.breakout-container > * {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 15px 1rem;
  }
}
@media (min-width: 900px) {
  .container.breakout-container > * {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 15px 1rem;
  }
}
@media (min-width: 1200px) {
  .container.breakout-container > * {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 15px 1rem;
  }
}
@media (min-width: 1200px) {
  .container.breakout-container > * {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 15px 1rem;
  }
}
@media (min-width: 1600px) {
  .container.breakout-container > * {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 15px 1rem;
  }
}

.region-highlighted {
  position: relative;
}

#block-utsoa-theme-tabs {
  position: absolute;
  top: -55px;
  z-index: 20;
}

nav.pager .pager__item.is-active a {
  background: #f8971f;
  color: #2D3338;
  font-weight: 300;
}

a.ut-btn {
  background: #ffad4c;
  color: #1f262b !important;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
  border-radius: 0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  border: none;
}
a.ut-btn:hover, a.ut-btn:focus {
  border: none;
  background: #ffad4c;
  color: #1f262b !important;
}

.block-system-breadcrumb-block {
  padding-left: 0;
  font-size: 0;
}
.block-system-breadcrumb-block nav ul li,
.block-system-breadcrumb-block nav ul li:first-child,
.block-system-breadcrumb-block nav ul li:last-child {
  border: none;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #bf5700;
  font-weight: 700;
}
.block-system-breadcrumb-block nav ul li a,
.block-system-breadcrumb-block nav ul li:first-child a,
.block-system-breadcrumb-block nav ul li:last-child a {
  color: #757575;
}

.outdent-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.utsoa-vert-align {
  vertical-align: top;
}

.utsoa--side-by-side {
  display: inline-block;
  margin-right: 2rem;
}

@media screen and (max-width: 599px) {
  .tablesaw-stack td .tablesaw-cell-label {
    width: 100%;
    max-width: 100%;
  }
  .tablesaw-stack td .tablesaw-cell-content {
    width: 100%;
    max-width: 100%;
  }
  .tablesaw-stack tbody tr {
    border-bottom: none;
  }
}
.utexas-rightcol-first-on-mobile .utexas-layout--twocol-wrapper .layout__region--first {
  order: 2;
}
.utexas-rightcol-first-on-mobile .utexas-layout--twocol-wrapper .layout__region--second {
  order: 1;
}

@media screen and (min-width: 600px) {
  .utexas-rightcol-first-on-mobile .utexas-layout--twocol-wrapper .layout__region--first {
    order: 1;
  }
  .utexas-rightcol-first-on-mobile .utexas-layout--twocol-wrapper .layout__region--second {
    order: 2;
  }
}
.gcsc-find-more-on-google {
  color: #bf5700 !important;
}

.gcsc-find-more-on-google-magnifier {
  fill: #bf5700 !important;
}

.header-brandbar-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header-brandbar-wrapper section.ut-brandbar {
  flex: 1 1 100%;
  height: 45px;
}
.header-brandbar-wrapper section.ut-brandbar .ut-logo--wrapper {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.header-brandbar-wrapper section.ut-brandbar .ut-logo--wrapper .flex-lg-row.region-header-secondary {
  display: flex;
}
.header-brandbar-wrapper section.ut-brandbar .ut-logo--wrapper .flex-lg-row.region-header-secondary nav#block-utsoa-theme-header {
  margin-bottom: 0;
}
.header-brandbar-wrapper section.ut-brandbar .ut-logo--wrapper .flex-lg-row.region-header-secondary #block-utsoa-theme-search-form {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

header.ut-header {
  border-bottom: 1px solid #c4cdd4;
  padding-bottom: 0;
  margin-bottom: 1rem;
  flex: 1 1 auto;
  background-color: rgba(14, 29, 36, 0.85);
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 5;
  height: 66px;
}
@media screen and (min-width: 900px) {
  header.ut-header {
    height: 102px;
  }
  header.ut-header .region-header-primary {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1200px) {
  header.ut-header {
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-bottom: 2rem;
    height: 135px;
  }
  header.ut-header .header-flex-container {
    display: flex;
    justify-content: space-between;
  }
}
header.ut-header .ut-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  header.ut-header .ut-header-wrapper {
    position: relative;
    z-index: 1;
    max-width: 280px;
  }
}
@media screen and (min-width: 1600px) {
  header.ut-header .ut-header-wrapper {
    max-width: none;
  }
}
header.ut-header .region-header-primary {
  padding: 1.25rem 0;
}
@media screen and (min-width: 900px) {
  header.ut-header .region-header-primary {
    padding: 2.25rem 0 1.75rem 0;
  }
}
@media screen and (min-width: 1200px) {
  header.ut-header .region-header-primary {
    padding: 0;
  }
}
header.ut-header .region-header-primary #block-utsoa-theme-site-branding-header {
  margin-bottom: 0;
}
header.ut-header .header-flex-wrapper {
  align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1200px) {
  header.ut-header .header-flex-wrapper {
    margin-top: unset;
    min-height: 80px;
  }
}
header.ut-header .region-header-secondary,
header.ut-header .region-header-tertiary {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  header.ut-header .region-header-secondary,
  header.ut-header .region-header-tertiary {
    margin-left: 1.25rem;
    padding: 0;
  }
}
header.ut-header .region-header-secondary > div, header.ut-header .region-header-secondary > nav,
header.ut-header .region-header-tertiary > div,
header.ut-header .region-header-tertiary > nav {
  margin-bottom: 1.25rem;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  header.ut-header .region-header-secondary > div, header.ut-header .region-header-secondary > nav,
  header.ut-header .region-header-tertiary > div,
  header.ut-header .region-header-tertiary > nav {
    margin-right: unset;
    margin-left: auto;
  }
}
header.ut-header #ut-main_menu-wrapper {
  transition: background-color, color, 0.25s;
}
@media screen and (min-width: 1200px) {
  header.ut-header #ut-main_menu-wrapper {
    position: relative;
    align-self: flex-end;
  }
}
@media (max-width: 1199px) {
  header.ut-header #ut-main_menu-wrapper {
    padding: 1rem;
    width: 100%;
    position: absolute;
    z-index: -100;
    top: 5.15rem;
    left: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fbfbf9;
    border: 1px solid #c4cdd4;
    display: none;
    flex-flow: column-reverse;
  }
  header.ut-header #ut-main_menu-wrapper.active {
    opacity: 1;
  }
}
@media (max-width: 899px) {
  header.ut-header #ut-main_menu-wrapper {
    top: 4.5rem;
  }
}
@media (min-width: 1201px) {
  header.ut-header #ut-main_menu-wrapper {
    position: relative;
  }
}
header.ut-header #ut-main_menu-wrapper.active {
  z-index: 100;
  display: flex;
}
@media screen and (min-width: 1200px) {
  header.ut-header #ut-main_menu-wrapper .header-flex-wrapper {
    position: absolute;
    height: 40px;
    top: -80px;
    right: 135px;
    min-height: 0;
  }
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-secondary #block-utsoa-theme-header {
  margin-bottom: 0;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-secondary ul.ut-menu--list.header-menu__list {
  margin-bottom: 0;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-secondary ul.ut-menu--list.header-menu__list li a {
  text-transform: uppercase;
  font-size: 0.75rem;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-secondary ul.ut-menu--list.header-menu__list li a:hover, header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-secondary ul.ut-menu--list.header-menu__list li a:focus {
  text-decoration: underline;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-secondary ul.ut-menu--list.header-menu__list li:last-child a {
  background: #F8971F;
  color: #333;
  letter-spacing: 1px;
  padding: 0.75rem 1.25rem;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .region-header-tertiary .search-block-form {
  margin-bottom: 0;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar {
  border: 1px solid #5e686e;
  background-color: #ffffff;
  height: 35px;
  margin: 1em;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    top: -60px;
    width: 220px;
  }
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar form {
  position: relative;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar .input--search {
  border: none;
  background: transparent;
  height: 2.25rem;
  padding-left: 0.5rem;
  width: 100%;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar .input--search::-moz-placeholder {
  font-style: italic;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar .input--search::placeholder {
  font-style: italic;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar .ut-btn--search {
  border: none;
  background: none;
  height: 2.1rem;
  line-height: 2;
  right: 0;
  position: absolute;
  top: 0;
  width: 2.25rem;
}
header.ut-header #ut-main_menu-wrapper .header-flex-wrapper .ut-search_bar .ut-btn--search:hover {
  color: #bf5700;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  header.ut-header #ut-main_menu-wrapper .region-primary-menu {
    margin: 0;
    margin-bottom: 1px;
  }
}

.ut-social_bar {
  padding: 0 1em;
}
@media screen and (min-width: 1200px) {
  .ut-social_bar {
    display: block;
    padding: 0;
    position: absolute;
    right: 235px;
    top: -58px;
  }
}
.ut-social_bar ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ut-social_bar ul {
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .ut-social_bar ul li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .ut-social_bar ul li {
    margin: 0 3px;
  }
}
.ut-social_bar svg {
  width: 32px;
  fill: #333f48;
  cursor: pointer;
}
.ut-social_bar svg:hover {
  fill: #1f262b;
}
@media screen and (min-width: 1200px) {
  .ut-social_bar svg {
    width: 26px;
  }
}

.mobile-header-flex-wrapper {
  display: block;
}
@media screen and (min-width: 1200px) {
  .mobile-header-flex-wrapper {
    display: none;
  }
}

.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first {
  flex: 1 1 100%;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block {
  height: 100%;
  padding: 2rem 1rem 0 1rem;
  margin-bottom: 2rem;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block h2.ut-headline.ut-headline--underline {
  font-size: 1.5rem;
  color: #334047;
  line-height: 1;
  text-transform: uppercase;
  border: none;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .calendar-icon {
  display: none;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div {
  display: flex;
  flex-direction: column;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row {
  flex: 1 1 100%;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row .views-field-field-soaevent-datetime {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  color: #2D3338;
  font-weight: 700;
  font-style: normal;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row .views-field-title {
  margin-bottom: 0;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row h3.ut-headline {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row h3.ut-headline a {
  color: #334047;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second {
  flex: 1 1 100%;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block {
  height: 100%;
  padding: 2rem 1rem 2rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block h2.ut-headline.ut-headline--underline {
  font-size: 1.5rem;
  color: #334047;
  line-height: 1;
  text-transform: uppercase;
  border: none;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block .teaser.soanews-news div {
  display: flex;
  flex-direction: column-reverse;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block h3.ut-headline {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block h3.ut-headline a {
  color: #334047;
}
.utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block .soanews__published {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  color: #2D3338;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 900px) {
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -3%;
    width: 100%;
    max-width: 970px;
    margin: 0 auto !important;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first {
    flex: 1 1 100%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block {
    height: 100%;
    padding: 2rem 1rem 0 1rem;
    margin-bottom: 2rem;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row {
    flex: 1 1 45%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second {
    flex: 1 1 100%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block {
    height: 100%;
    margin-bottom: 0;
    padding: 2rem 1rem 2rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1199px) {
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block {
    padding: 2rem 0 0;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div {
    display: flex;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row {
    flex: 1 1 29%;
    padding-bottom: 0;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw !important;
    background: #ec8a10 !important;
    flex: unset;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .utsoa-darker-orange.block {
    height: 100%;
    margin-bottom: 0;
    padding: 1.5rem 1rem 1.25rem;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .utsoa-darker-orange.block h2.ut-headline.ut-headline--underline {
    flex: 0 0 34%;
  }
}
@media screen and (min-width: 970px) and (max-width: 1000px) {
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block {
    padding: 2rem 1rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -3%;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto !important;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first {
    flex: 1 1 72%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block {
    height: 100%;
    padding: 2rem 2.5rem 0 0;
    margin-bottom: 2rem;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div {
    display: flex;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row {
    flex: 1 1 29%;
    padding-bottom: 0;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second {
    flex: 1 1 22%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block {
    height: 100%;
    margin-bottom: 0;
    padding: 2rem 2.5rem 2rem;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block .soanews-listing-block {
    display: flex;
  }
}
@media screen and (min-width: 1600px) {
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -3%;
    width: 100%;
    max-width: 1470px;
    margin: 0 auto !important;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first {
    flex: 1 1 72%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block {
    height: 100%;
    padding: 2rem 2.5rem 0 0;
    margin-bottom: 2rem;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div {
    display: flex;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--first .block .soaevent-listing-block .views-view-grid > div .views-row {
    flex: 1 1 29%;
    padding-bottom: 0;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second {
    flex: 1 1 22%;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block {
    height: 100%;
    margin-bottom: 0;
    padding: 2rem 2.5rem 2rem;
  }
  .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block .soanews-listing-block {
    display: flex;
  }
}

@media screen and (min-width: 970px) and (max-width: 1200px) {
  .utsoa--heading-wrapper {
    flex: 1 1 33%;
  }
  .soanews-listing-block {
    flex: 1 1 66%;
  }
}
.frontpage .block-bundle-soaevent-event-listing .views-row {
  flex-direction: column;
  padding-bottom: 0;
}
.frontpage .block-bundle-soaevent-event-listing .views-row h3.ut-headline {
  margin-bottom: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 900px) {
  .frontpage .block-bundle-soaevent-event-listing .views-row {
    padding-bottom: unset;
  }
  .frontpage .block-bundle-soaevent-event-listing .views-row h3.ut-headline {
    margin-bottom: 0.75rem;
  }
}

.frontpage .block-bundle-soaevent-event-listing .soaevent-listing-block .views-view-grid div .views-row:not(:first-child) {
  display: none;
}
@media screen and (min-width: 900px) {
  .frontpage .block-bundle-soaevent-event-listing .soaevent-listing-block .views-view-grid div .views-row:not(:first-child) {
    display: block;
  }
}

ul.ut-menu--list-bold, ul.ut-menu--list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
}
ul.ut-menu--list-bold li, ul.ut-menu--list li {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 900px) {
  ul.ut-menu--list-bold li, ul.ut-menu--list li {
    margin-bottom: 0.75rem;
  }
}
ul.ut-menu--list-bold a, ul.ut-menu--list a {
  color: #fff;
}

footer.ut-footer {
  background-color: #333f48;
  padding: 3rem 0 2rem;
  color: #fff;
}
footer.ut-footer .block {
  margin-bottom: 1.25rem;
}
footer.ut-footer .block .ut-copy * {
  color: #fff;
  text-decoration: none;
}
footer.ut-footer .block .ut-copy * a:hover,
footer.ut-footer .block .ut-copy * a:focus {
  text-decoration: underline;
}
footer.ut-footer .ut-logo-footer {
  width: 131px;
  height: auto;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 900px) {
  footer.ut-footer .ut-logo-footer {
    width: 217px;
    height: auto;
  }
}
footer.ut-footer .ut-logo--primary {
  max-width: 100%;
  max-height: 62px;
}
footer.ut-footer .footer-bottom > div {
  align-self: flex-end;
}
footer.ut-footer .footer-top > div:last-child {
  text-align: left;
}
@media screen and (min-width: 900px) {
  footer.ut-footer .footer-top > div:last-child {
    text-align: right;
  }
}
footer.ut-footer .region-footer-top-right h2.ut-headline {
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.5;
  padding-top: 0;
}
footer.ut-footer .block__ut-social-links {
  display: inline-block;
}
footer.ut-footer .block__ut-social-links .ut-headline {
  display: none;
}
footer.ut-footer .block__ut-social-links--items {
  display: block;
  margin-left: auto;
}
footer.ut-footer .block__ut-social-links--items .block__ut-social-links--item {
  display: inline-block;
  margin-left: 1.5rem;
}
footer.ut-footer .block__ut-social-links--items .block__ut-social-links--item svg {
  width: 22px;
  fill: #fff;
}
footer.ut-footer .footer-bottom > div:last-child {
  text-align: left;
  order: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  footer.ut-footer .footer-bottom > div:last-child {
    order: 2;
  }
}
@media screen and (min-width: 900px) {
  footer.ut-footer .footer-bottom > div:last-child {
    text-align: right;
  }
}
footer.ut-footer .footer-bottom > div:first-child {
  order: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  footer.ut-footer .footer-bottom > div:first-child {
    order: 1;
  }
}
footer.ut-footer .text--copyright {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #fff;
  line-height: 0.9375rem;
  margin-bottom: 0.75rem;
}
footer.ut-footer .region-footer-bottom-right .block-required-links-block {
  margin-bottom: 0;
}
footer.ut-footer .region-footer-bottom-right .block-required-links-block ul.required-links__list {
  font-size: 0.75rem;
  margin-bottom: 0;
}
footer.ut-footer .region-footer-bottom-right .block-required-links-block ul.required-links__list li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  footer.ut-footer .region-footer-bottom-right .block-required-links-block ul.required-links__list li {
    margin-left: 1.5rem;
    margin-right: 0;
  }
}

ul.ut-menu--list-bold {
  font-weight: 600;
  text-transform: uppercase;
}

/* To provide full bleed display, override the default
Bootstrap padding on "container-fluid". This applies only
in the context of the "main_content" region.  */
.region-content .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.block-local-tasks-block {
  margin: 1.5rem 0;
}
.block-local-tasks-block .tabs a:focus,
.block-local-tasks-block .tabs a:hover {
  background-color: #f5f5f5;
}
.block-local-tasks-block ul.tabs.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  list-style: none;
  margin: 0.3125rem;
  padding: 0 0 0.1875rem 1rem;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: normal;
}
.block-local-tasks-block ul.tabs.primary li {
  display: inline-block;
}
.block-local-tasks-block ul.tabs.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  border-radius: 3px 3px 0 0;
  height: auto;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem 0.1875rem;
  text-decoration: none;
  color: #333;
}
.block-local-tasks-block ul.tabs.primary li a:hover, .block-local-tasks-block ul.tabs.primary li a:focus {
  text-decoration: underline;
}
.block-local-tasks-block ul.tabs.primary li a.is-active {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
.block-local-tasks-block ul.tabs.secondary {
  border-bottom: none;
  margin: 0.3125rem;
  padding: 0.5rem 0;
  overflow: hidden;
}
.block-local-tasks-block ul.tabs.secondary li {
  border-right: 1px solid #ccc; /* LTR */
  display: block;
  float: left; /* LTR */
  margin: 0;
  padding: 0 1rem;
}
.block-local-tasks-block [dir=rtl] ul.tabs.secondary li {
  border-left: 1px solid #ccc;
  border-right: none;
  float: right;
}
.block-local-tasks-block ul.tabs.secondary li:last-child {
  border-right: none; /* LTR */
}
.block-local-tasks-block ul.tabs.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.block-local-tasks-block [dir=rtl] ul.tabs.secondary li:last-child {
  border-left: none;
}
.block-local-tasks-block [dir=rtl] ul.tabs.secondary li:first-child {
  padding-right: 0;
}
.block-local-tasks-block ul.tabs.secondary li a {
  display: inline;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
.block-local-tasks-block ul.tabs.secondary li a.is-active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
}

/**
 * @file
 * Styles for link buttons and action links.
 */
.action-links {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

[dir=rtl] .action-links {
  /* This is required to win over specificity of [dir="rtl"] ul */
  margin-right: 0;
}

.action-links li {
  list-style: none;
  display: inline-block;
  margin: 0 0.3em;
}

.action-links li:first-child {
  margin-left: 0; /* LTR */
}

[dir=rtl] .action-links li:first-child {
  margin-left: 0.3em;
  margin-right: 0;
}

.button-action {
  display: inline-block;
  line-height: 160%;
  padding: 0.2em 0.5em 0.3em;
  text-decoration: none;
}

.button-action:before {
  content: "+";
  font-weight: 900;
  margin-left: -0.1em; /* LTR */
  padding-right: 0.2em; /* LTR */
}

[dir=rtl] .button-action:before {
  margin-left: 0;
  margin-right: -0.1em;
  padding-left: 0.2em;
  padding-right: 0;
}

.ut-admin-button {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  padding: 0.25em 1.063em;
  border-radius: 1em;
  display: inline-block;
  line-height: normal;
}

.ut-admin-button.is-disabled:hover,
.ut-admin-button.is-disabled:active,
.ut-admin-button.is-disabled:focus {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
  cursor: default;
}

.ut-admin-button:hover,
.ut-admin-button:active,
.ut-admin-button:focus {
  background: #dedede;
  color: #5a5a5a;
  text-decoration: none;
}

.block h2.ut-headline {
  font-size: 1.875rem;
  line-height: 2.75rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #bf5700;
}
@media screen and (min-width: 1200px) {
  .block h2.ut-headline {
    font-size: 2.625rem;
    line-height: 3.875rem;
  }
}

/* Basic block styles. */
.block-bundle-basic h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 2.3125rem;
  line-height: 2.4375rem;
  color: #bf5700;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
.block-bundle-basic p {
  letter-spacing: 0.01em;
}
.block-bundle-basic ul,
.block-bundle-basic li {
  font-weight: 300;
  font-size: 1rem;
  color: #212529;
  text-transform: normal;
}

.header-brandbar-wrapper {
  position: relative;
  z-index: 5;
}

.ut-brandbar {
  display: none;
  background: #0a1014;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ut-brandbar {
    display: block !important;
  }
}
.ut-brandbar .ut-logo--wrapper {
  height: 45px;
  align-items: center;
}
.ut-brandbar .ut-logo--wrapper .ut-parent-entity {
  background-color: #0a1014;
  color: #ffffff;
  font-family: "CharisSil", Georgia, serif;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: center;
}
.ut-brandbar .ut-logo--wrapper .ut-parent-entity a {
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .ut-brandbar .ut-logo--wrapper .ut-parent-entity {
    background: transparent;
    text-align: left;
  }
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row {
  align-items: center;
  display: flex;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row nav ul {
  height: 45px;
  display: table;
  align-items: stretch;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row nav ul li {
  display: table-cell;
  vertical-align: middle;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row nav ul li a {
  padding: 1rem;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row nav ul li:last-child {
  background: #F8971F;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row nav ul li:last-child a {
  color: #333;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row .ut-search-form {
  height: 45px;
  border-radius: 0;
  background: #212529;
  display: table;
  border: 0;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row .ut-search-form #search-block-form {
  display: table-cell;
  vertical-align: middle;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row .ut-search-form #search-block-form .svg.search {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: 1rem;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row .ut-search-form #search-block-form input[type=search] {
  padding-left: 2.85rem;
  color: #fff;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row .ut-search-form #search-block-form input::-moz-placeholder {
  color: #959595;
}
.ut-brandbar .ut-logo--wrapper .flex-lg-row .ut-search-form #search-block-form input::placeholder {
  color: #959595;
}
.ut-brandbar .ut-logo--wrapper img {
  max-height: 25px;
}
@media screen and (min-width: 900px) {
  .ut-brandbar .ut-logo--wrapper {
    text-align: right;
  }
}
.ut-brandbar .ut-logo--wrapper ul.ut-menu--list {
  margin-bottom: 0;
}

.block-system-breadcrumb-block {
  margin: 0;
}
.block-system-breadcrumb-block ul {
  padding-left: 0;
  font-size: 0;
}
.block-system-breadcrumb-block ul li {
  list-style: none;
  display: inline-block;
  font-size: 0.6875rem;
  background-color: #fff;
  padding: 0.5rem 0 0.625rem 0;
  border-bottom: 1px solid #e1ddd2;
  border-top: 1px solid #e1ddd2;
}
.block-system-breadcrumb-block ul li::before {
  color: #AAAAAA;
  content: ">";
  margin: 0 0.5rem 0 0.8125rem;
  position: relative;
  top: 1px;
}
.block-system-breadcrumb-block ul li:first-child {
  border-left: 1px solid #e1ddd2;
  padding-left: 0;
}
.block-system-breadcrumb-block ul li:first-child::before {
  content: "";
  margin: 0;
}
.block-system-breadcrumb-block ul li:last-child {
  border-right: 1px solid #e1ddd2;
  padding-right: 0.9375rem;
}
.block-system-breadcrumb-block ul li a {
  color: #bf5700;
}

/* Override the margin-bottom for .block class. */
#block-breadcrumbs {
  margin-bottom: 1rem;
}

.block-bundle-call-to-action h2.ut-headline {
  color: #1f262b;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.block-bundle-call-to-action .button.ut-btn {
  background-color: #ffad4c;
  border: none;
  color: #1f262b;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.75rem 4rem;
  text-transform: uppercase;
}
.block-bundle-call-to-action .button.ut-btn:hover, .block-bundle-call-to-action .button.ut-btn:focus {
  text-decoration: underline;
  color: #1f262b !important;
}

.block-bundle-call-to-action.utexas-field-border.utexas-field-background {
  background: #ededed;
  padding: 20px;
}
.block-bundle-call-to-action.utexas-field-border.utexas-field-background h2.ut-headline {
  background: transparent;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.block-bundle-call-to-action.utexas-field-border.utexas-field-background .button.ut-btn {
  margin-bottom: 1rem;
}

.block-bundle-call-to-action.utexas-field-border.utexas-centered-headline {
  border: 2px solid #bf5700;
  padding: 20px;
}
.block-bundle-call-to-action.utexas-field-border.utexas-centered-headline h2.ut-headline {
  color: #1f262b;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
  border: none;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}
.block-bundle-call-to-action.utexas-field-border.utexas-centered-headline .button.ut-btn {
  background-color: #ffad4c;
  color: #1f262b;
  margin-bottom: 1rem;
}

details {
  margin-bottom: 9px;
}

summary {
  padding: 0.375rem 0.75em;
  background: #f0f0f0;
  border: 1px solid #eeeeee;
  list-style: none;
}
summary:hover {
  text-decoration: underline;
}
summary:focus {
  outline: 1px dotted;
}

details[open] {
  padding: 0 1rem;
}

details[open] summary {
  margin: 0 -1rem 0.75rem;
}

/* Styling for the Featured Highlight commonent. */
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight h2.ut-headline,
.block-bundle-utexas-featured-highlight h2.ut-headline {
  color: #333f48;
  text-transform: uppercase;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight {
  background-color: #fff;
  border: 2px solid #F8971F;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .utexas-featured-highlight-inner-wrapper,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .utexas-featured-highlight-inner-wrapper {
  padding: 2.25rem;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .image-wrapper,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .image-wrapper {
  padding-top: 0;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper {
  font-weight: bold;
  line-height: 1.75rem;
  padding: 0 0 0 30px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper,
  .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper {
    padding: 0 0 0 1.875rem;
  }
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline,
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline {
  font-weight: 300;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 2.5rem;
  color: #bf5700;
  padding-bottom: 1rem;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline a,
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline a,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline a,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper h2.ut-headline a {
  color: #bf5700;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-copy,
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-copy p,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-copy,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-copy p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #1f262b;
  font-weight: 300;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-copy,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-copy {
  margin-bottom: 2rem;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-btn,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-btn {
  background: #F8971F;
  text-transform: uppercase;
  padding: 0.875rem 3rem;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  border: 0;
  color: #1f262b;
  font-weight: 500;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-btn:hover, .layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-btn:focus,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-btn:hover,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight .content-wrapper .ut-btn:focus {
  color: #1f262b !important;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.medium,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.medium {
  background-color: #ededed;
  border: 0;
  color: #333f48;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark {
  background-color: #333f48;
  border: 0;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper {
  color: #fff;
  font-weight: bold;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper h2.ut-headline,
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper h2.ut-headline a,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper h2.ut-headline,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper h2.ut-headline a {
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper .ut-copy,
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper .ut-copy p,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper .ut-copy,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper .ut-copy p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 300;
}
.layout--utexas-onecol .layout__region .block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper .ut-btn,
.block-bundle-utexas-featured-highlight .utexas-featured-highlight.dark .content-wrapper .ut-btn {
  background: #FFD600;
  letter-spacing: 0.01em;
}

.ut-newsreel .news-date {
  font-size: 0.9375rem;
  font-style: italic;
}
.ut-newsreel .news-description {
  font-size: 1rem;
}
.ut-newsreel .news-headline {
  color: #bf5700;
  font-weight: 500;
}
.ut-newsreel .news-headline:hover {
  color: #9d4700;
}

/* Border styles */
.field-border.ut-newsreel {
  padding: 20px 0 10px 0;
  background-color: #fff;
  border: 1px solid #f0ede6;
  margin-bottom: 35px;
}

.field-border.ut-newsreel .news-item,
.field-border.ut-newsreel .ut-copy,
.field-border.ut-newsreel .ut-cta {
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Background style */
.field-background.ut-newsreel {
  background-color: #fffdfa;
}

.field-background.ut-newsreel .news-item,
.field-border.ut-newsreel .ut-copy,
.field-border.ut-newsreel .ut-btn--secondary {
  padding-left: 15px;
}

.block-bundle-utexas-flex-content-area h2.ut-headline {
  color: #333f48;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.block-bundle-utexas-flex-content-area .content-wrapper {
  margin-top: 1.5rem;
}
.block-bundle-utexas-flex-content-area .content-wrapper h3.ut-headline,
.block-bundle-utexas-flex-content-area .content-wrapper h3.ut-headline a {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  color: #2D3338;
}
.block-bundle-utexas-flex-content-area .content-wrapper .ut-copy {
  letter-spacing: 0.01em;
}
.block-bundle-utexas-flex-content-area .content-wrapper ul.link-list {
  margin-bottom: 2.5rem;
}
.block-bundle-utexas-flex-content-area .content-wrapper .ut-link {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.block-bundle-utexas-flex-content-area .content-wrapper a.ut-btn {
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.875rem 4.8rem;
}

.utexas-flex-list.formatter-accordion details[open] {
  border: 1px solid #e0e0e0;
  padding-bottom: 0;
}
.utexas-flex-list.formatter-accordion details[open] summary {
  background: #ededed;
  color: #2D3338;
  border: 1px solid #e0e0e0;
}
.utexas-flex-list.formatter-accordion details {
  border: 1px solid #e0e0e0;
}
.utexas-flex-list.formatter-accordion details summary {
  background: #ededed;
  color: #2D3338;
}
.utexas-flex-list.formatter-accordion details summary:hover, .utexas-flex-list.formatter-accordion details summary:focus {
  background: #ededed;
  color: #2D3338;
  border: 1px solid #959595;
}

#drupal-off-canvas input[type=checkbox],
#drupal-off-canvas input[type=radio] {
  display: inline-block;
  width: 20px;
}

#drupal-off-canvas label {
  display: inline-block;
}
#drupal-off-canvas label:before {
  display: none;
}

ul.header-menu__list {
  margin-bottom: 0;
}
ul.header-menu__list .header-menu__list-item {
  display: block;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 600px) {
  ul.header-menu__list .header-menu__list-item {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.header-menu__list .header-menu__list-item + .header-menu__list-item {
    margin-left: 0.3125rem;
  }
}
ul.header-menu__list .header-menu__link {
  padding: 0.3125rem;
}

.block-bundle-utexas-hero .hero-subhead {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero .hero-subhead {
    font-size: 1.25rem;
  }
}
.block-bundle-utexas-hero h2.ut-headline {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.block-bundle-utexas-hero a.ut-btn--yellow,
.block-bundle-utexas-hero .block-bundle-utexas-hero a.ut-btn--plain {
  padding: 0.5rem 1.5rem;
  color: #333;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero a.ut-btn--yellow,
  .block-bundle-utexas-hero .block-bundle-utexas-hero a.ut-btn--plain {
    font-size: 1.125rem;
  }
}

.block-bundle-utexas-hero a.ut-btn--yellow::after,
.block-bundle-utexas-hero a.ut-btn--plain::after {
  width: 26px;
  margin-top: -8px;
  height: 18px;
  content: url("../images/arrow-angle-right.svg");
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.hero-under-header.block-bundle-utexas-hero .ut-hero {
  margin-top: -82px;
}
@media screen and (min-width: 900px) {
  .hero-under-header.block-bundle-utexas-hero .ut-hero {
    margin-top: -118px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-under-header.block-bundle-utexas-hero .ut-hero {
    margin-top: -151px;
  }
}

/* Styling for Hero Style 2, the primary Hero. */
.block-bundle-utexas-hero .hero--photo-gradient {
  margin-top: 0;
  height: 340px;
  position: relative;
  z-index: 4;
}
.block-bundle-utexas-hero .hero--photo-gradient .hero-content {
  background-color: transparent;
  background: transparent;
  width: 100%;
  height: 100%;
}
.block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container {
  padding: 0;
  height: 100%;
}
.block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container .hero-headline {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.5rem;
  margin-bottom: 2rem;
  color: #ffffff;
  background-color: rgba(14, 29, 36, 0.85);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container a.ut-btn--yellow {
  margin-top: 2rem;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 0.875rem 1rem;
  position: absolute;
  right: 16px;
}

@media screen and (min-width: 600px) {
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content {
    max-width: 840px;
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero .hero--photo-gradient {
    margin-top: 0;
    height: 430px;
    padding: 0;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content {
    max-width: 1000px;
    position: relative;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container {
    padding: 0;
    height: 100%;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container .hero-headline {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.85;
    padding: 0 1rem;
    margin-bottom: 2rem;
    margin-bottom: 3.5rem;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container a.ut-btn--yellow {
    margin-top: 2rem;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero .hero--photo-gradient {
    margin-top: 0;
    height: 628px;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content {
    max-width: 1140px;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container {
    position: relative;
    height: 100%;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container .hero-headline {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 1rem 1.5rem;
    margin-bottom: 4.5rem;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout.container a.ut-btn--yellow {
    position: absolute;
    right: 0;
    font-size: 1.25rem;
    padding: 1.25rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content {
    max-width: 1500px;
  }
  .block-bundle-utexas-hero .hero--photo-gradient .hero-content .hero-callout {
    max-width: none;
  }
}
.block-bundle-utexas-hero.hero-under-header .hero--photo-gradient {
  margin-top: -82px;
}
.block-bundle-utexas-hero.hero-under-header .hero--photo-gradient .hero-callout.container a.ut-btn--yellow {
  top: 85px;
  margin-top: 0;
}

@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero.hero-under-header .hero--photo-gradient {
    margin-top: -117px;
  }
  .block-bundle-utexas-hero.hero-under-header .hero--photo-gradient .hero-callout.container .hero-headline {
    margin-bottom: 3.5rem;
  }
  .block-bundle-utexas-hero.hero-under-header .hero--photo-gradient .hero-callout.container a.ut-btn--yellow {
    top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero.hero-under-header .hero--photo-gradient {
    margin-top: -150px;
  }
  .block-bundle-utexas-hero.hero-under-header .hero--photo-gradient .hero-callout.container .hero-headline {
    margin-bottom: 4.5rem;
  }
  .block-bundle-utexas-hero.hero-under-header .hero--photo-gradient .hero-callout.container a.ut-btn--yellow {
    top: 192px;
  }
}
.hero--caption-credit-wrapper .credit {
  display: block;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #333f48;
}
.hero--caption-credit-wrapper .hero-caption {
  color: #bf5700;
  font-style: italic;
  margin-top: 0.25rem;
  display: inline-block;
}

.block-bundle-utexas-hero .hero--photo-orange-insert .hero-content {
  background: rgba(14, 29, 36, 0.85);
  height: auto;
  right: 2rem;
  top: unset;
  bottom: 2rem;
  padding: 0.75rem 1rem 1.5rem;
}
.block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-headline {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
}
.block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-subhead {
  color: #fff;
}
.block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-cta {
  margin-top: 2rem;
}
.block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-cta a.ut-btn--yellow {
  padding: 0.15rem 1.5rem;
}
@media screen and (min-width: 600px) {
  .block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-headline {
    font-size: 2.5rem;
  }
  .block-bundle-utexas-hero .hero--photo-orange-insert .hero-content .hero-cta a.ut-btn--yellow {
    padding: 0.5rem 1.5rem;
  }
}

.block-bundle-utexas-hero .hero--photo-white-notch .hero-headline {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.block-bundle-utexas-hero .hero--photo-white-notch .hero-subhead {
  font-size: 1rem;
}
.block-bundle-utexas-hero .hero--photo-white-notch a.ut-btn--yellow {
  padding: 0.15rem 1.5rem;
}
@media screen and (min-width: 600px) {
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content .hero-headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content .hero-headline {
    font-size: 2.25rem;
  }
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content .hero-subhead {
    font-size: 1.25rem;
  }
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content a.ut-btn--yellow {
    padding: 0.25rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content .hero-headline {
    font-size: 2.5rem;
  }
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content .hero-subhead {
    font-size: 1.5rem;
  }
  .block-bundle-utexas-hero .hero--photo-white-notch .hero-content a.ut-btn--yellow {
    padding: 0.5rem 1.5rem;
  }
}

.block-bundle-utexas-hero .hero--blue-bar .hero-callout {
  background: #333f48;
}
.block-bundle-utexas-hero .hero--blue-bar .hero-headline {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
}
.block-bundle-utexas-hero .hero--blue-bar .hero-subhead {
  color: #fff;
  font-size: 1rem;
}
.block-bundle-utexas-hero .hero--blue-bar a.ut-btn--yellow {
  padding: 0.25rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero .hero--blue-bar .hero-content .hero-headline {
    font-size: 2.25rem;
  }
  .block-bundle-utexas-hero .hero--blue-bar .hero-content .hero-subhead {
    font-size: 1.25rem;
  }
  .block-bundle-utexas-hero .hero--blue-bar .hero-content a.ut-btn--yellow {
    padding: 0.25rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero .hero--blue-bar .hero-content .hero-headline {
    font-size: 2.5rem;
  }
  .block-bundle-utexas-hero .hero--blue-bar .hero-content .hero-subhead {
    font-size: 1.5rem;
  }
  .block-bundle-utexas-hero .hero--blue-bar .hero-content a.ut-btn--yellow {
    padding: 0.5rem 1.5rem;
  }
}

.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content {
  padding: 0;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box {
  width: 100%;
  padding: 1rem;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box .hero-headline {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 1.75rem;
  color: #bf5700;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box .hero-subhead {
  font-size: 1rem;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta {
  width: 100%;
  padding: 1rem;
  padding: 0 1rem 1rem;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta .ut-btn--plain {
  letter-spacing: 1px;
  padding-top: 0;
  padding-left: 0;
  font-weight: 300;
  font-size: 1rem;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta .ut-btn--plain::after {
  display: inline-block;
  width: 26px;
  height: 18px;
  margin-top: -19px;
  content: url(/themes/utsoa/utsoa_theme/images/arrow-right-short-orange.svg);
  vertical-align: middle;
}
.block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta .ut-btn--plain:hover, .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta .ut-btn--plain:focus {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box {
    width: 85%;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box .hero-headline {
    font-size: 2.25rem;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box .hero-subhead {
    font-size: 1rem;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta {
    width: 85%;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta a.ut-btn--plain {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box {
    width: 70%;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box .hero-headline {
    font-size: 2.5rem;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .text-box .hero-subhead {
    font-size: 1.5rem;
  }
  .block-bundle-utexas-hero .ut-hero.hero--half-n-half .hero-content .hero-callout .hero-cta {
    width: 70%;
  }
}

.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch {
  height: 628px;
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-content {
    padding: 0 1rem;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-content {
    padding: 0 1rem;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-content {
    padding: 0 1rem;
    max-width: 1500px;
  }
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout {
  position: relative;
  height: 100%;
  margin: auto;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: transparent;
}
@media screen and (min-width: 1600px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout {
    max-width: none;
  }
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(14, 29, 36, 0.85);
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child {
    padding: 0.5rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child {
    padding: 1rem 1.5rem;
    margin-bottom: 4.5rem;
  }
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child .hero-headline {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child .hero-headline {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.85;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child .hero-headline {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child .hero-subhead {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
  padding-right: 10px;
  padding-top: 0.5rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child .hero-subhead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.85;
  }
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout > div:first-child .hero-subhead {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout .hero-cta {
  top: 145px;
  margin-top: 0;
  position: absolute;
  right: 0;
}
.block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout .hero-cta a.ut-btn {
  position: absolute;
  right: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1rem;
  color: #333;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #333;
  background: #ffd600;
  font-style: normal;
  padding: 0.875rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1rem;
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-hero-carousel .ut-hero.hero--photo-white-notch .hero-callout .hero-cta a.ut-btn {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
  }
}

.hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel {
  margin-top: -82px;
}
.hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel .hero-callout .hero-cta {
  top: 115px;
  margin-top: 0;
}

@media screen and (min-width: 900px) {
  .hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel {
    margin-top: -117px;
  }
  .hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel .hero-callout .hero-headline {
    margin-bottom: 0;
  }
  .hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel .hero-callout .hero-cta {
    top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel {
    margin-top: -150px;
  }
  .hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel .hero-callout .hero-headline {
    margin-bottom: 0;
  }
  .hero-under-header.block-bundle-utexas-hero-carousel #field-hero-carousel .hero-callout .hero-cta {
    top: 192px;
  }
}
/* :focus outlines and background
see https://www.w3.org/WAI/WCAG21/Techniques/css/C40 */
.slick-slider *:focus:focus-visible {
  box-shadow: unset;
  outline-color: unset;
  outline-offset: unset;
}

.slick-initialized .slick-slide {
  line-height: unset;
}

/*** Previous/Next Button Styles */
.slick-prev,
.slick-next {
  display: none;
}

.slick-prev {
  left: unset;
  display: none;
}

.slick-next {
  right: unset;
  display: none;
}

/** no-state styles **/
/* Icon */
.slick-prev .slick-prev-icon,
.slick-next .slick-next-icon {
  color: unset;
  font-size: unset;
  opacity: unset;
  display: none;
}

.slick-prev-icon:before,
.slick-next-icon:before {
  position: unset;
  top: unset;
  left: unset;
  display: none;
}

@-moz-document url-prefix() {
  .slick-prev-icon:before,
  .slick-next-icon:before {
    top: unset;
    display: none;
  }
}
/* Contrasting background */
.slick-prev-icon:after,
.slick-next-icon:after {
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  content: "";
  display: none;
  height: unset;
  position: unset;
  top: unset;
  width: unset;
  z-index: unset;
}

/** :focus styles **/
/* Icon */
.slick-prev:focus,
.slick-next:focus {
  top: unset;
  display: none;
}

.slick-prev:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: unset;
  font-size: unset;
  margin-left: unset;
  display: none;
}

/** :hover styles **/
/* Icon */
.slick-prev:hover .slick-prev-icon,
.slick-next:hover .slick-next-icon {
  color: unset;
  display: none;
}

/* Contrasting background */
.slick-prev:hover .slick-prev-icon::after,
.slick-next:hover .slick-next-icon::after {
  background-color: unset;
  box-shadow: unset;
  display: none;
}

/*** Play/pause button ***/
/** no-state styles **/
/* Icon */
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -40px;
  z-index: 10;
  opacity: 0.75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000;
}

.slick-autoplay-toggle-button .slick-pause-icon::before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-pause-icon,
.slick-play-icon {
  font-size: 20px;
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
  width: unset;
  height: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  text-align: unset;
  color: unset;
}

/** Hover & focus styles **/
/* Icon */
.slick-autoplay-toggle-button .slick-play-icon:hover:before,
.slick-autoplay-toggle-button .slick-pause-icon:hover:before,
.slick-autoplay-toggle-button .slick-play-icon:focus:before,
.slick-autoplay-toggle-button .slick-pause-icon:focus:before {
  color: unset;
}

/*** Dots styles ***/
/** no-state styles **/
/* Icon */
.slick-dots {
  background-color: unset;
  bottom: unset;
  height: unset;
  z-index: unset;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  height: 20px;
  width: 20px;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  background: 0 0;
}

.slick-dots li button .slick-dot-icon {
  color: #000;
  opacity: 0.25;
  display: inline-block;
  font-size: unset;
}

.slick-dots li button .slick-dot-icon:before {
  line-height: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all 0.05s linear;
}

/** Active state styles **/
/* Icon */
.slick-dots li.slick-active button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -2px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  padding: 5px;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000;
  opacity: 1;
  font-size: unset;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-left: unset;
  margin-top: unset;
}

/** :focus styles **/
/* Icon */
.slick-dots li button:focus .slick-dot-icon:before {
  color: unset;
}

/** :hover styles **/
/* Icon */
.slick-dots li button:hover .slick-dot-icon:before {
  color: unset;
  background-color: unset;
  border: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  text-decoration: none !important;
  color: #ffffff;
  border: 2px solid #bf5700;
  border-radius: 4px;
  background-color: #bf5700;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

.ut-flex-content-area img {
  width: 100%;
}

aside.inner-rail {
  float: left;
  width: 100%;
  margin: 0 0 8px 0;
  padding-right: 20px;
  padding-left: 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
aside.inner-rail.right {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
aside.inner-rail h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-bottom: 2px solid #3c87a3;
  padding-bottom: 5px;
}
@media screen and (min-width: 900px) {
  aside.inner-rail {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  aside.inner-rail {
    width: 33%;
  }
}

.block-bundle-utexas-instagram {
  background: transparent;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .block-bundle-utexas-instagram {
    background: linear-gradient(to bottom, #fff 50%, #ededed 50%);
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0;
  }
}
.block-bundle-utexas-instagram .utexas-instagram-feed__header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}
.block-bundle-utexas-instagram .utexas-instagram-feed__header .ut-headline {
  font-size: 2.625rem;
  color: #bf5700;
  line-height: 1.476;
  text-transform: uppercase;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  margin-right: 2.5rem;
}
.block-bundle-utexas-instagram .utexas-instagram-feed__header .block__ut-social-links--item {
  margin: 0.63rem 0 0;
  margin-bottom: 1rem;
  vertical-align: top;
  display: inline-block;
}
.block-bundle-utexas-instagram .utexas-instagram-feed__header .block__ut-social-links--item .block__ut-social-links--items {
  display: inline-block;
  margin-left: 2px;
}
.block-bundle-utexas-instagram .utexas-instagram-feed__header .block__ut-social-links--item .block__ut-social-links--items .block__ut-social-links--item {
  display: inline-block;
  margin-right: 32px;
}
.block-bundle-utexas-instagram .utexas-instagram-feed__content ul.utsoa-instagram-feed__list {
  margin-left: 0;
  width: 100%;
}
.block-bundle-utexas-instagram .utexas-instagram-feed__content .utexas-instagram-feed-post__other-data {
  position: absolute;
}
.block-bundle-utexas-instagram #controls {
  display: none;
}
@media screen and (min-width: 651px) {
  .block-bundle-utexas-instagram #controls {
    text-align: right;
    position: relative;
    display: block;
    min-width: 100%;
    height: 50px;
    bottom: -20px;
    right: 40px;
  }
}
.block-bundle-utexas-instagram #controls .utexas-instagram-feed__controls-prev {
  right: 30px;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-size: 84px 40px;
  background-position: 0 0;
  background-image: url(../images/nav-arrows.png);
  background-repeat: no-repeat;
  position: absolute;
}
.block-bundle-utexas-instagram #controls .utexas-instagram-feed__controls-next {
  right: 0;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-size: 84px 40px;
  background-position: -45px 0;
  background-image: url(../images/nav-arrows.png);
  background-repeat: no-repeat;
  position: absolute;
}

.node--type-utexas-flex-page .block-bundle-utsoa-instagram {
  margin-bottom: -40px;
}

a.utexas-instagram-feed-post__link:hover + .utexas-instagram-feed-post__image-wrapper + .utexas-instagram-feed-post__other-data .name,
a.utexas-instagram-feed-post__link:hover + .utexas-instagram-feed-post__image-wrapper + .utexas-instagram-feed-post__other-data .caption p,
a.utexas-instagram-feed-post__link:focus + .utexas-instagram-feed-post__image-wrapper + .utexas-instagram-feed-post__other-data .name,
a.utexas-instagram-feed-post__link:focus + .utexas-instagram-feed-post__image-wrapper + .utexas-instagram-feed-post__other-data .caption p {
  color: #fff;
}

.ut-header,
.ut-footer {
  max-width: 100%;
  height: auto;
}

.ut-header .ut-logo--main {
  max-height: 40px;
}
@media screen and (min-width: 900px) {
  .ut-header .ut-logo--main {
    max-height: 60px;
  }
}

.ut-footer .ut-logo--main {
  max-height: 60px;
}

.short_logo .ut-logo--main {
  max-height: 26px;
}
@media screen and (min-width: 900px) {
  .short_logo .ut-logo--main {
    max-height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .short_logo .ut-logo--main {
    max-height: 53px;
  }
}

.tall_logo #ut-main_menu-wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .tall_logo #ut-main_menu-wrapper {
    margin-top: 1.35rem;
  }
}
@media screen and (min-width: 1200px) {
  .tall_logo .region-primary-menu nav {
    margin-top: 1.875rem;
  }
}
.tall_logo .ut-logo--main {
  max-height: 60px;
}
@media screen and (min-width: 900px) {
  .tall_logo .ut-logo--main {
    max-height: 100px;
  }
}

.main-menu__list {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .main-menu__list {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    align-items: flex-end;
  }
}
.main-menu__list li.active a.main-menu__link {
  color: #ffffff;
}
.main-menu__list li.active a.main-menu__link:hover, .main-menu__list li.active a.main-menu__link:focus {
  color: #f8971f;
}

.main-menu__list-item {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  align-items: stretch;
  flex-grow: 0;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item {
    display: inline-block;
    flex-shrink: 0;
  }
  .main-menu__list-item > a.main-menu__link {
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1600px) {
  .main-menu__list-item > a.main-menu__link {
    letter-spacing: 0.05em;
  }
}
.main-menu__list-item .main-menu__link {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
@media (max-width: 1199px) {
  .main-menu__list-item .main-menu__link {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link {
    transition: border, color, 100ms ease-in-out;
    display: inline-block;
    margin: 1px 0 -1px 0;
  }
}
.main-menu__list-item .main-menu__link.open {
  border-bottom: none;
  z-index: 3;
}
.main-menu__list-item .main-menu__link:hover {
  color: #f8971f;
}
.main-menu__list-item .main-menu__link:hover, .main-menu__list-item .main-menu__link:focus, .main-menu__list-item .main-menu__link.open {
  color: #f8971f;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link:hover, .main-menu__list-item .main-menu__link:focus, .main-menu__list-item .main-menu__link.open {
    z-index: 3;
  }
}
.main-menu__list-item .main-menu__link:not([href]):hover, .main-menu__list-item .main-menu__link:not([href]):focus, .main-menu__list-item .main-menu__link:not([href]).open {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item.menu-item-has-children > .main-menu__link {
    padding-right: 1.75rem;
  }
  .main-menu__list-item.menu-item-has-children > .main-menu__link:after {
    position: absolute;
    padding-left: 0.625rem;
    bottom: 0.375rem;
    content: url("../images/main-menu-caret.svg");
  }
}
.main-menu__list-item.menu-item-has-children > .main-menu__link:hover:after, .main-menu__list-item.menu-item-has-children > .main-menu__link.open:after {
  position: absolute;
  padding-left: 0.625rem;
  bottom: 0.375rem;
  transition: bottom 100ms ease-in;
  filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-20deg) saturate(800%) contrast(0.8);
}
.main-menu__list-item .main-menu__link--subnav {
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0 1.5625rem;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link--subnav {
    background-color: #5e686e;
    display: inline-block;
    margin: 0.0625rem 0 0 0;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link--subnav:hover, .main-menu__list-item .main-menu__link--subnav:focus, .main-menu__list-item .main-menu__link--subnav.open {
    outline-offset: 0;
  }
}
.main-menu__list-item i.subnav-trigger {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  z-index: 100;
  width: 70px;
}
.main-menu__list-item i.subnav-trigger .svg.angle-down {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: transform 0.1s ease-in;
}
.main-menu__list-item i.subnav-trigger.icon--open .svg.angle-down {
  transform: rotate(0deg);
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item i.subnav-trigger {
    display: none;
  }
}

@media (max-width: 1199px) {
  header.ut-header #ut-main_menu-wrapper.active {
    background: #5e686e;
    top: 7rem;
    padding: 1rem 0;
  }
  header.ut-header #ut-main_menu-wrapper.active .region-primary-menu {
    order: 1;
  }
  header.ut-header #ut-main_menu-wrapper.active .mobile-header-flex-wrapper {
    padding: 0 16px 0;
    margin-top: 8px;
    position: relative;
  }
  header.ut-header #ut-main_menu-wrapper.active .mobile-header-flex-wrapper .region-header-secondary {
    border-top: 1px solid #fff;
    padding-top: 16px;
  }
  header.ut-header #ut-main_menu-wrapper.active .mobile-header-flex-wrapper .region-header-secondary .ut-search-form .svg.search {
    position: absolute;
    z-index: 0;
    top: 0.1875rem;
    left: 1rem;
    width: 24px;
    height: 24px;
    fill: #666;
  }
  header.ut-header #ut-main_menu-wrapper.active .mobile-header-flex-wrapper .region-header-secondary .ut-search-form input[type=search] {
    padding-left: 3.5rem;
  }
  header.ut-header #ut-main_menu-wrapper.active .mobile-header-flex-wrapper .ut-logo--shieldtexas {
    position: absolute;
    top: 16px;
    right: 30px;
  }
  header.ut-header #ut-main_menu-wrapper.active .mobile-header-flex-wrapper .ut-logo--shieldtexas img {
    max-height: 26px;
  }
  header.ut-header #ut-main_menu-wrapper.active ul.ut-menu--list,
  header.ut-header #ut-main_menu-wrapper.active ul.ut-menu--list-bold {
    margin: 0 0 0.25rem;
  }
  .ut-btn--toggle,
  #js-nav-toggle {
    border: 0;
    background-color: transparent;
    font-size: 1.1rem;
    position: relative;
  }
  .ut-btn--toggle[aria-expanded=true]::after,
  #js-nav-toggle[aria-expanded=true]::after {
    content: "X";
    background: transparent;
    box-shadow: none;
    top: 8px;
  }
  .ut-btn--toggle:after,
  #js-nav-toggle:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 1em;
    height: 0.15em;
    content: "";
    background: #fff;
    box-shadow: 0 10px 0 0 #fff, 0 5px 0 0 #fff;
  }
  .ut-btn--toggle:hover, .ut-btn--toggle:focus,
  #js-nav-toggle:hover,
  #js-nav-toggle:focus {
    background: transparent;
    border: 0;
  }
  .main-menu__list-item {
    margin: 0.25rem 0;
  }
  .main-menu__list-item i.subnav-trigger {
    border-left: 1px solid #fff;
  }
  .main-menu__list-item .main-menu__link.is-active.open {
    background: #f8971f;
    color: #333f48;
  }
  .icon.subnav-trigger.icon--open,
  .icon.subnav-trigger.focus,
  .icon.subnav-trigger.hover {
    background: #f8971f;
    border-left: 1px solid #333;
  }
  .icon.subnav-trigger.icon--open svg,
  .icon.subnav-trigger.focus svg,
  .icon.subnav-trigger.hover svg {
    fill: #333;
  }
  .icon.subnav-trigger:focus,
  .icon.subnav-trigger:hover {
    background: #f8971f;
  }
  .icon.subnav-trigger svg {
    fill: #fff;
  }
  .icon.subnav-trigger svg:hover {
    fill: #333;
  }
  .sub-nav-wrapper .main-menu__list--subnav.open,
  .sub-nav-wrapper .main-menu__list--subnav.focus,
  .sub-nav-wrapper .main-menu__list--subnav:hover {
    background: #5e686e;
  }
  .sub-nav-wrapper .main-menu__list--subnav {
    margin-top: 0.5rem;
  }
  .main-menu__list-item .main-menu__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    letter-spacing: 0.03em;
  }
  .main-menu__list-item .main-menu__link:hover, .main-menu__list-item .main-menu__link:focus {
    background: #f8971f;
    color: #333;
  }
  .main-menu__list-item .main-menu__link.is-active.add-border {
    background: #f8971f;
    color: #333;
  }
}
@media (max-width: 1199px) {
  .sub-nav-wrapper {
    flex-basis: 100%;
  }
}
.sub-nav-wrapper .main-menu__list--subnav {
  list-style: none;
  position: absolute;
  margin-top: 1rem;
  display: none;
  padding: 0.5rem 1.5rem;
  background-color: #5e686e;
  z-index: 2;
}
.sub-nav-wrapper .main-menu__list--subnav .main-menu__link--subnav {
  display: block;
  padding: 0.5rem 0;
}
@media (max-width: 1199px) {
  .sub-nav-wrapper .main-menu__list--subnav {
    width: 100%;
    top: 0;
    background-color: #f2f1ed;
    position: relative;
    max-height: 0;
    padding: 0 1.5625rem;
  }
}
.sub-nav-wrapper .main-menu__list--subnav.open {
  display: block;
  max-height: 500px;
}
@media screen and (min-width: 1200px) {
  .sub-nav-wrapper .main-menu__list-item--subnav {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0.1875rem 0;
  }
  .sub-nav-wrapper.overflowing .main-menu__list--subnav {
    right: 0;
  }
  .sub-nav-wrapper.one-column .main-menu__list--subnav {
    width: auto;
  }
  .sub-nav-wrapper.one-column .main-menu__list--subnav .main-menu__list-item--subnav {
    flex: 0 1 100%;
  }
  .sub-nav-wrapper.open .main-menu__list--subnav {
    display: flex;
    flex-direction: column;
  }
}

#js-nav-toggle {
  display: inline-block;
  margin-bottom: 0;
  border-radius: 0;
  width: 6.5rem;
}
@media screen and (min-width: 1200px) {
  #js-nav-toggle {
    display: none;
  }
}

nav.block-menu-block {
  background: #f2f2f2;
  padding: 2rem 2rem 1rem 2rem;
}
nav.block-menu-block h2.ut-headline {
  color: #1f262b;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
nav.block-menu-block ul.subnav li a {
  display: block;
  margin-bottom: 0;
  list-style-type: none;
  color: #1f262b;
  border-top: 1px solid #d6d2c4;
  border-left: none;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}
nav.block-menu-block ul.subnav li a:hover, nav.block-menu-block ul.subnav li a:focus, nav.block-menu-block ul.subnav li a.is-active {
  background: transparent;
  color: #9d4700;
}
nav.block-menu-block ul.subnav li:first-child a {
  border-top: none;
}
nav.block-menu-block ul.subnav ul li {
  margin: 0;
  padding: 0 3px 0 15px;
}
nav.block-menu-block ul.subnav ul li a {
  font-size: 1rem;
}

ul.subnav li span {
  display: block;
  margin-bottom: 0;
  list-style-type: none;
  color: #1f262b;
  border-top: 1px solid #d6d2c4;
  border-left: none;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}

.block-bundle-utexas-photo-content-area h2.ut-headline:first-child {
  text-transform: uppercase;
}
.block-bundle-utexas-photo-content-area .photo-wrapper {
  text-align: center;
  padding-right: 0;
}
.block-bundle-utexas-photo-content-area .photo-wrapper img {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .block-bundle-utexas-photo-content-area .photo-wrapper {
    text-align: left;
    padding-right: 1.5rem;
  }
}
.block-bundle-utexas-photo-content-area .photo-wrapper .caption {
  font-style: normal;
  width: 100%;
  padding-top: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
.block-bundle-utexas-photo-content-area .content-wrapper h2.ut-headline {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #2D3338;
}
.block-bundle-utexas-photo-content-area .content-wrapper .ut-copy > * {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.block-bundle-utexas-photo-content-area .content-wrapper .link-list li {
  line-height: 1.5rem;
}
.block-bundle-utexas-photo-content-area .content-wrapper .link-list li a.ut-link {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.utsoa--principle-practice-wrapper {
  display: flex;
  margin-bottom: 30px;
}
.utsoa--principle-practice-wrapper .utsoa--pp-paragraph-quotemark {
  flex: 0 0 22px;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
}
.utsoa--principle-practice-wrapper .utsoa--text-wrapper .utsoa--pp-paragraph {
  font-weight: 300;
}
.utsoa--principle-practice-wrapper .utsoa--text-wrapper .utsoa--pp-paragraph-credit {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: left;
}

.utsoa--pp-numbered-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.utsoa--pp-numbered-wrapper .utsoa--pp-numbered-item-wrapper {
  display: flex;
  margin-right: 120px;
  margin-bottom: 42px;
}
.utsoa--pp-numbered-wrapper .utsoa--pp-numbered-item-wrapper .utosa--numbered-graphic {
  font-size: 90px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  padding-right: 18px;
}
.utsoa--pp-numbered-wrapper .utsoa--pp-numbered-item-wrapper .utsoa--numbered-graphic-text {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  padding-top: 10px;
  text-transform: uppercase;
}
.utsoa--pp-numbered-wrapper .utsoa--pp-numbered-item-wrapper .utsoa--numbered-graphic-text .utsoa--numbered-graphic-source {
  font-weight: 700;
  color: #333f48;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
}
.utsoa--pp-numbered-wrapper .utsoa--pp-numbered-item-wrapper:last-child {
  margin-right: 0;
}

.utsoa--pp-source-line {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.625;
  letter-spacing: 0;
}

.block-bundle-utexas-promo-list h2.ut-headline {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-bundle-utexas-promo-list h3.ut-headline--underline {
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.block-bundle-utexas-promo-list .ut-promo-list-wrapper {
  margin-top: 1.5rem;
}
.block-bundle-utexas-promo-list .ut-promo-list-wrapper .promo-list .image-wrapper {
  margin-top: 0.5rem;
}
.block-bundle-utexas-promo-list .ut-promo-list-wrapper .promo-list .content h3.ut-headline,
.block-bundle-utexas-promo-list .ut-promo-list-wrapper .promo-list .content h3.ut-headline a {
  color: #bf5700;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.1em;
  padding-bottom: 0;
}
.block-bundle-utexas-promo-list .ut-promo-list-wrapper .promo-list .content .ut-copy,
.block-bundle-utexas-promo-list .ut-promo-list-wrapper .promo-list .content .ut-copy p {
  line-height: 1.8rem;
  letter-spacing: 0.01em;
  font-size: 1rem;
  font-weight: 300;
}

/* Styling for the Promo Units. */
.block-bundle-utexas-promo-unit h2.ut-headline {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-bundle-utexas-promo-unit h3.ut-headline--underline {
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit {
  border: 0;
  background-color: transparent;
  padding-left: 0;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .image-wrapper {
  margin-top: 0.5rem;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper {
  font-size: 1rem;
  line-height: 2rem;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper h3.ut-headline,
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper h3.ut-headline a.ut-link--darker {
  color: #bf5700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.1em;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper h3.ut-headline::after,
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper h3.ut-headline a.ut-link--darker::after {
  background: none;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper a.ut-link--darker {
  color: #bf5700;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper a.ut-link--darker:after {
  content: "";
  vertical-align: middle;
  background: url("../images/arrow-right-short-orange.svg");
  background-size: auto;
  background-size: 26px 20px;
  width: 20px;
  height: 24px;
  display: inline-block;
}
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper p,
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper ul,
.block-bundle-utexas-promo-unit .utexas-promo-unit-items .utexas-promo-unit .data-wrapper ol {
  line-height: 2rem;
}

.block-bundle-utexas-quick-links h2.ut-headline {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.utexas-quick-links .ut-headline {
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  margin-left: 0;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 900px) {
  .utexas-quick-links .ut-headline {
    font-size: 1.125rem;
    line-height: 1.625;
    margin: 1.8rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .utexas-quick-links .ut-headline {
    font-size: 1.25rem;
    line-height: 1.6875;
    margin-left: 0;
  }
}
.utexas-quick-links .ut-copy {
  font-size: 1rem;
}
.utexas-quick-links .link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* --ipr-grid-gap: .8vw; */
}
.utexas-quick-links .link-list li {
  padding-bottom: 0;
  line-height: 1.5rem;
}
.utexas-quick-links .link-list a.ut-link {
  font-weight: 300;
  color: #1f262b;
  font-size: 1.25rem;
}

/* Alernate Quick Links with light gray background leveraging utsoa_light_gray. */
.utsoa_light_gray.block-bundle-utexas-quick-links {
  background: #ededed;
  padding: 0;
}
.utsoa_light_gray.block-bundle-utexas-quick-links .utexas-quick-links {
  padding: 0.1rem 2rem 2rem;
}
.utsoa_light_gray.block-bundle-utexas-quick-links .utexas-quick-links h3.ut-headline {
  color: #9d4700;
  font-size: 0.75rem;
}

.block-bundle-utexas-resources h2.ut-headline {
  font-size: 2.625rem;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 200;
  margin-bottom: 0;
}
.block-bundle-utexas-resources h3.ut-headline--underline {
  color: #555555;
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
  border-bottom: none;
}
.block-bundle-utexas-resources .utexas-resource {
  background-color: transparent;
  border: none;
}
.block-bundle-utexas-resources .data-wrapper h3.ut-headline {
  font-size: 1.3125rem;
  line-height: 1.52;
  letter-spacing: 1px;
  color: #2D3338;
  margin-bottom: 1.5rem;
}
.block-bundle-utexas-resources .data-wrapper ul.link-list li a {
  color: #1f262b;
  font-size: 1.375rem;
  display: block;
  padding: 0.6rem 0 0.2rem;
  line-height: 1.27;
  border-top: 1px solid #f2f2f2;
}
.block-bundle-utexas-resources .data-wrapper ul.link-list li a:hover, .block-bundle-utexas-resources .data-wrapper ul.link-list li a:focus {
  text-decoration: none;
}
.block-bundle-utexas-resources .data-wrapper ul.link-list li:first-child a {
  border-top: none;
}

.ut-search-form {
  border: 1px solid #5e686e;
  background-color: #ffffff;
  height: 35px;
  margin: 0;
  margin-left: 0;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .ut-search-form {
    margin-left: auto;
    width: 218px;
  }
}
.ut-search-form form {
  position: relative;
}
.ut-search-form input[type=search] {
  border: none;
  background: transparent;
  height: 2.5rem;
  padding-left: 0.5rem;
  width: 100%;
  max-width: unset;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .ut-search-form input[type=search] {
    width: 218px;
  }
}
.ut-search-form input[type=search]::-moz-placeholder {
  font-style: italic;
}
.ut-search-form input[type=search]::placeholder {
  font-style: italic;
}
.ut-search-form input[type=submit] {
  border: none;
  height: 2rem;
  line-height: 2;
  left: 10px;
  position: absolute;
  top: 5px;
  margin: 0;
  width: 2.25rem;
  color: transparent;
  background-color: transparent;
  z-index: 1;
}
.ut-search-form input[type=submit]:hover {
  cursor: pointer;
}
.ut-search-form .svg.search {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  z-index: 0;
  width: 24px;
  height: 24px;
  fill: #bf5700;
}

form.search-form {
  position: relative;
  margin-top: -10px;
  /* clears the X from Internet Explorer */
  /* clears the X from Chrome */
}
form.search-form div.form-type-search {
  width: 100%;
}
form.search-form input {
  max-width: unset;
  padding: 10px 0 8px 10px;
  margin: 10px 0 2px 0;
  line-height: 1.125rem;
  font-size: 1.125rem;
  margin-bottom: 4px;
  height: 40px;
  width: 100%;
  border: 1px solid #e1ddd2;
}
@media screen and (min-width: 600px) {
  form.search-form input {
    padding: 0 0 5px 20px;
    line-height: 2.125rem;
    font-size: 2.125rem;
    height: 60px;
  }
}
form.search-form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
form.search-form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
form.search-form input[type=search]::-webkit-search-decoration,
form.search-form input[type=search]::-webkit-search-cancel-button,
form.search-form input[type=search]::-webkit-search-results-button,
form.search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
form.search-form #edit-keys {
  background: transparent;
}
form.search-form #edit-submit {
  position: absolute;
  top: 12px;
  right: 0;
  width: 90px;
  height: 33px;
  margin: 2px 1px 2px 0;
  padding: 3px 0;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  background-image: linear-gradient(to right, transparent -20%, white 35%);
}
@media screen and (min-width: 600px) {
  form.search-form #edit-submit {
    height: 54px;
    top: 10px;
  }
}
form.search-form .svg.search {
  position: absolute;
  top: 8px;
  z-index: 0;
  right: 0.625rem;
  width: 1.5rem;
  height: 2.75rem;
  cursor: pointer;
  fill: #bf5700;
}
@media screen and (min-width: 600px) {
  form.search-form .svg.search {
    width: 2.375rem;
    height: 2.375rem;
    top: 20px;
  }
}

.google-cse label {
  display: none;
}
.google-cse .search-help-link {
  font-size: 13px;
}

.search-results-page h2 {
  display: none;
}
.search-results-page .gsc-control-cse {
  padding: 0;
}
.search-results-page .gsc-result-info {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 0;
  text-align: left;
}
.search-results-page .gsc-thumbnail-inside,
.search-results-page .gsc-url-top,
.search-results-page .gsc-table-result {
  padding-left: 0;
}
.search-results-page .gsc-orderby-container {
  vertical-align: top;
}
.search-results-page .gsc-url-top {
  margin: 20px 0 0 0;
}
.search-results-page .gsc-above-wrapper-area {
  border-bottom: 0;
  padding: 5px 0 15px 0;
}
.search-results-page .gsc-webResult .gsc-result {
  margin-left: 0;
  padding: 20px 0 5px;
  border-top: 1px solid #e1ddd2;
}
.search-results-page .gs-imageResult a.gs-title:link,
.search-results-page .gs-webResult.gs-result a.gs-title:link,
.search-results-page .gs-imageResult a.gs-title:link b,
.search-results-page .gs-webResult.gs-result a.gs-title:link b,
.search-results-page .gs-result .gs-title *,
.search-results-page .gs-spelling a {
  color: #bf5700;
}
.search-results-page .gsc-control-cse .gs-spelling,
.search-results-page .gsc-control-cse .gs-result .gs-title,
.search-results-page .gsc-control-cse .gs-result .gs-title * {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
}
.search-results-page .gsc-control-cse .gs-spelling {
  padding-bottom: 12px;
}
.search-results-page .gs-webResult div.gs-visibleUrl-long {
  display: block;
}
.search-results-page .gs-webResult div.gs-visibleUrl {
  color: #6a6a6a;
  font-size: 0.875rem;
  margin: 7px 0 5px;
}
.search-results-page .gs-webResult .gs-snippet,
.search-results-page .gs-imageResult div.gs-visibleUrl,
.search-results-page .gs-fileFormatType {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.875rem 0;
  padding-left: 1px;
  color: #6a6a6a;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
.search-results-page .gs-webResult .gs-image {
  display: none;
}
.search-results-page .gsc-results .gsc-cursor-box {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
  max-width: 100%;
}
.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-radius: 3px;
  cursor: pointer;
  color: #6a6a6a;
  display: inline-block;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  height: 1.5rem;
  line-height: 1;
  margin-left: 0.3125rem;
  padding: 5px 10px;
  text-decoration: none;
}
.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #bf5700;
  color: #FFF;
  font-weight: bold;
}
.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
  background: #ececec;
}
.search-results-page .gs-no-results-result .gs-snippet,
.search-results-page .gs-error-result .gs-snippet {
  background-color: transparent;
  border: none;
  display: inline-block;
  margin: 5px;
  padding: 15px;
  font-weight: bold;
}

.layout__region .block__ut-social-links--items,
.layout__region .block__ut-social-links--items.ut-social-links--medium,
.layout__region .block__ut-social-links--items.ut-social-links--small {
  display: block;
  text-align: left;
  margin-left: 0;
}
.layout__region .block__ut-social-links--items .block__ut-social-links--item,
.layout__region .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item,
.layout__region .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item {
  display: inline-block;
  margin-right: 24px;
  margin-left: 0;
}
.layout__region .block__ut-social-links--items .block__ut-social-links--item svg,
.layout__region .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg,
.layout__region .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg {
  fill: #333f48;
  width: 30px !important;
}
.layout__region .block__ut-social-links--items .block__ut-social-links--item svg:hover,
.layout__region .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg:hover,
.layout__region .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg:hover {
  fill: #1f262b;
}
.layout__region .block-bundle-social-links .ut-headline {
  text-align: left;
  font-weight: 400;
}
.layout__region .block-bundle-social-links h2.ut-headline {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: normal;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.region-breadcrumb {
  display: flex;
  justify-content: space-between;
}
.region-breadcrumb .block-addtoany-block h2.ut-headline.d-inline-block {
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  line-height: 1rem;
  font-weight: 700;
  padding-right: 12px;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
.region-breadcrumb .block-addtoany-block .d-inline-block a {
  padding: 0 14px;
}

.utsoa--section-background-dark .block-bundle-social-links h2.ut-headline,
.utsoa--section-background-dark .block-bundle-social-links .ut-headline,
.utsoa-dark.block-bundle-social-links h2.ut-headline,
.utsoa-dark.block-bundle-social-links .ut-headline {
  font-weight: 400;
  text-align: left;
  color: #fff;
}
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items .block__ut-social-links--item svg,
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg,
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items .block__ut-social-links--item svg,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg {
  fill: #ededed;
}
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items .block__ut-social-links--item svg:hover, .utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items .block__ut-social-links--item svg:focus,
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg:hover,
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg:focus,
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg:hover,
.utsoa--section-background-dark .block-bundle-social-links .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg:focus,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items .block__ut-social-links--item svg:hover,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items .block__ut-social-links--item svg:focus,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg:hover,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items.ut-social-links--medium .block__ut-social-links--item svg:focus,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg:hover,
.utsoa-dark.block-bundle-social-links .block__ut-social-links--items.ut-social-links--small .block__ut-social-links--item svg:focus {
  fill: #ffd600;
}

.utsoa-light-gray-section .block-bundle-social-links .ut-headline,
.utsoa_light_gray.block-bundle-social-links .ut-headline {
  font-weight: 400;
  text-align: left;
}
.utsoa-light-gray-section .block-bundle-social-links h2.ut-headline,
.utsoa_light_gray.block-bundle-social-links h2.ut-headline {
  font-weight: 600;
}

ul.subnav {
  margin-top: 10px;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 900px) {
  ul.subnav {
    padding-left: 5px;
  }
}
ul.subnav li {
  list-style-type: none;
  list-style-image: none;
}
ul.subnav li a {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 14px 0;
  margin-bottom: 5px;
  border-left: 1px solid #7d8a92;
  list-style-type: none;
  display: block;
  color: #9d4700;
}
ul.subnav li span {
  display: block;
  margin-bottom: 0;
  list-style-type: none;
  color: #1f262b;
  border-top: 1px solid #d6d2c4;
  border-left: none;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.875rem 0;
}
ul.subnav li:first-child span {
  border-top: none;
}
ul.subnav li:last-child a {
  padding-bottom: 0;
}
ul.subnav li ul {
  padding-left: 5px;
}
ul.subnav li ul li {
  padding: 5px 3px 5px 15px;
  margin: 2px 0 2px 0;
}
ul.subnav li ul li a {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  border-left: 1px solid #7d8a92;
}
ul.subnav li ul li:last-child a {
  padding-bottom: 15px;
}
ul.subnav li a.is-active,
ul.subnav li a:hover {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
ul.subnav ul li a.is-active,
ul.subnav ul li a:hover {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
ul.subnav li a:after {
  font-size: 0.6875rem;
  padding-left: 7px;
}

.node--type-soaprof-profile #block-utsoa-theme-page-title {
  margin-bottom: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-page-title h1 {
  margin-bottom: 0.625rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content {
  margin-bottom: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__designation {
  font-size: 1.375rem;
  color: #333f48;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5rem;
  width: 100%;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__add-basic-info {
  width: 100%;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__maincontent-wrapper {
  margin-top: 3rem;
  width: 100%;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__maincontent-wrapper .soaprof__content .tab-content {
  margin-top: 1rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper {
  background: #f2f2f2;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.875rem;
  border: none;
  color: #1f262b;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper a {
  color: #1f262b;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper .soaprof__contact-wrapper-title {
  text-align: left;
  color: #9d4700;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  font-style: normal;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper .soaprof__email-address,
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper .soaprof__web-link,
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper .soaprof__ph-number {
  padding-bottom: 1rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__contact-wrapper .soaprof__web-link a:after {
  width: 0;
  height: 0;
  margin-left: 12px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1f262b;
  display: inline-block;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info {
  color: #333f48;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info a {
  color: #1f262b;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info ul {
  list-style-type: none;
  padding-left: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info ul li {
  padding-bottom: 1rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info ul li:last-child {
  padding-bottom: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info .utsoa-orange {
  padding: 2rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info .utsoa-orange h5 {
  text-align: left;
  color: #9d4700;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  font-style: normal;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info .utsoa-dark {
  padding: 2rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info .utsoa-dark h5 {
  text-align: left;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  font-style: normal;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info .utsoa-gray {
  padding: 2rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-sidebar-info .utsoa-gray h5 {
  text-align: left;
  color: #9d4700;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  font-style: normal;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-contact-info .field--name-field-soaprof-add-contact-info {
  margin-top: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-contact-info .field--name-field-soaprof-add-contact-info h5 {
  text-align: left;
  color: #bf5700;
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  font-style: normal;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .soaprof__additional-contact-info .field--name-field-soaprof-add-contact-info a {
  color: #1f262b;
  text-decoration: none;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout {
  background: #ededed;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray header {
  display: inline-block;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray header h3 {
  display: inline-block;
  margin-right: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #334047;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray header a {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #333f48;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray .views-view-grid {
  margin-top: 2.5rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray .views-view-grid .col-md-4 .soaprof__list.utexas-basic:first-child {
  padding-left: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray .views-view-grid .col-md-4 .soaprof__list.utexas-basic:last-child {
  padding-right: 0;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray .views-view-grid .soaprof__text-wrapper .soaprof__title {
  text-transform: none;
  letter-spacing: 0.03em;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray .views-view-grid .soaprof__text-wrapper .soaprof__title a {
  color: #9d4700;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout .utsoa-listing--gray .views-view-grid .soaprof__text-wrapper .soaprof__designation {
  text-transform: uppercase;
  color: #333f48;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.node--type-soaprof-profile #block-utsoa-theme-main-page-content .breakout.work-carousel {
  background: transparent;
  margin-top: 2rem;
}

.full.soanews-news h1 {
  font-size: 2.0625rem;
  color: #2D3338;
  line-height: 1.575;
  font-weight: 300;
}
.full.soanews-news .soanews--full-published-date {
  margin-top: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bf5700;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}
.full.soanews-news .soanews--full-summary {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 300;
  color: #2D3338;
  margin-top: 2.5rem;
}
.full.soanews-news .soanews--full-summary a {
  color: #bf5700;
  font-weight: 600;
}
.full.soanews-news .soanews--main-content-bottom {
  margin-top: 3rem;
}
.full.soanews-news .soanews--main-content-bottom .soanews--full-body {
  font-size: 1rem;
}
.full.soanews-news .soanews--main-content-bottom figure {
  margin-bottom: 2rem;
}
.full.soanews-news .soanews--main-content-bottom figure figcaption {
  font-style: italic;
  font-weight: 300;
  color: #2D3338;
  margin-top: 1rem;
}

.node--type-soanews-news #block-utsoa-theme-main-page-content .breakout.utexas-layout--onecol.utsoa-background-orange-section .soanews-related {
  margin-bottom: -40px;
}

.full.soaevent-event h1 {
  font-size: 2.625rem;
  color: #2D3338;
  line-height: 1.575;
  font-weight: 300;
}
.full.soaevent-event .field--name-field-soaevent-datetime,
.full.soaevent-event .soaevent--location {
  margin-top: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bf5700;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}
.full.soaevent-event .field--name-field-soaevent-datetime summary,
.full.soaevent-event .soaevent--location summary {
  font-size: 0.8rem;
  margin-top: 1rem;
  display: inline-block;
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
  border: none;
}
.full.soaevent-event .field--name-field-soaevent-datetime summary::after,
.full.soaevent-event .soaevent--location summary::after {
  content: ":";
}
.full.soaevent-event .field--name-field-soaevent-datetime ul,
.full.soaevent-event .soaevent--location ul {
  font-size: 0.8rem;
  list-style-type: none;
  padding-left: 0;
}
.full.soaevent-event .field--name-field-soaevent-datetime ul li,
.full.soaevent-event .soaevent--location ul li {
  line-height: 1.875;
}
.full.soaevent-event .field--name-field-soaevent-datetime ul li a,
.full.soaevent-event .soaevent--location ul li a {
  text-decoration: none;
}
.full.soaevent-event .field--name-field-soaevent-datetime ul li a:focus, .full.soaevent-event .field--name-field-soaevent-datetime ul li a:hover,
.full.soaevent-event .soaevent--location ul li a:focus,
.full.soaevent-event .soaevent--location ul li a:hover {
  text-decoration: underline;
}
.full.soaevent-event .soaevent--location {
  margin-top: 1.75rem;
}
.full.soaevent-event .soaevent--full-summary {
  font-size: 1.375rem;
  line-height: 1.73;
  font-weight: 300;
  color: #2D3338;
  margin-top: 2.5rem;
}
.full.soaevent-event .soaevent--full-summary a {
  color: #bf5700;
  font-weight: 600;
}
.full.soaevent-event .soaevent--main-content-bottom {
  margin-top: 3rem;
}
.full.soaevent-event .soaevent--main-content-bottom figure {
  margin-bottom: 2rem;
}
.full.soaevent-event .soaevent--main-content-bottom figure figcaption {
  font-style: italic;
  font-weight: 300;
  color: #2D3338;
  margin-top: 1rem;
}
.full.soaevent-event .soaevent--main-content-bottom .field--name-field-soaevent-sidebar .utsoa-gray h5 {
  padding: 0;
  text-align: left;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #9d4700;
  border: 0;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
}
.full.soaevent-event .soaevent--main-content-bottom .field--name-field-soaevent-sidebar .utsoa-gray ul {
  padding-left: 0;
  list-style-type: none;
}
.full.soaevent-event .soaevent--main-content-bottom .field--name-field-soaevent-sidebar .utsoa-gray ul li {
  line-height: 1.875;
}
.full.soaevent-event .soaevent--main-content-bottom .field--name-field-soaevent-sidebar .utsoa-gray ul li a {
  text-decoration: none;
}
.full.soaevent-event .soaevent--main-content-bottom .field--name-field-soaevent-sidebar .utsoa-gray ul li a:focus, .full.soaevent-event .soaevent--main-content-bottom .field--name-field-soaevent-sidebar .utsoa-gray ul li a:hover {
  text-decoration: underline;
}

.node--type-utsoa-issue #block-utsoa-theme-page-title {
  margin-bottom: 0;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .node--type-utsoa-issue #block-utsoa-theme-page-title {
    max-width: 58.33333%;
  }
}
.node--type-utsoa-issue .utsoaissue--term,
.node--type-utsoa-issue .utsoaissue--date {
  font-size: 1.31;
  line-height: 1.52;
  font-weight: 700;
  color: #2D3338;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.node--type-utsoa-issue .ut-copy h3 {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #bf5700;
}
.node--type-utsoa-issue .utsoaissue--cover {
  margin-bottom: 1.5rem;
}
.node--type-utsoa-issue .utsoaissue--download-link a {
  font-size: 1.31;
  line-height: 1.52;
  font-weight: 700;
  color: #2D3338;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.node--type-utsoa-issue ul.subnav {
  margin-top: 0;
}
.node--type-utsoa-issue ul.subnav li:first-child {
  margin-bottom: 2rem;
  border: none;
  padding: 0;
  margin-top: 0;
}
.node--type-utsoa-issue ul.subnav li:first-child a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1f262b;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
  border: none;
  padding: 0;
}

.utsoaissue--sidebar-content h5 {
  font-weight: 700;
  font-size: 1.31rem;
  letter-spacing: 1px;
  color: #2D3338;
  text-transform: uppercase;
  line-height: 1.5;
}
.utsoaissue--sidebar-content a.readonline {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #bf5700;
  text-transform: uppercase;
  text-decoration: none;
}
.utsoaissue--sidebar-content a.readonline:after {
  display: inline-block;
  width: 26px;
  height: 24px;
  padding-left: 4px;
  content: url("../images/arrow-right-short-orange-small.svg");
  vertical-align: middle;
}

.node--type-utsoa-work-showcase h1 {
  text-transform: uppercase;
  font-weight: 200;
}
.node--type-utsoa-work-showcase .row.utsoa--work-showcase {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}
.node--type-utsoa-work-showcase .row.utsoa--work-showcase .block-utsoa--showcases-related-galleries h2 {
  font-weight: 200;
  font-size: 2.625rem;
  color: #bf5700;
  line-height: 1.47;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.full.utsoa-work-showcase .col-md-4 a:nth-of-type(2) {
  display: block;
  padding-top: 24px;
}
@media screen and (min-width: 900px) {
  .full.utsoa-work-showcase .col-md-4 a:nth-of-type(2) {
    padding-top: 20px;
  }
}
.full.utsoa-work-showcase .col-md-4 p a:nth-of-type(2) {
  padding-top: 0;
  display: inline;
}

.full.utsoa-work-showcase > .row {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .full.utsoa-work-showcase > .row {
    padding-bottom: 0;
  }
}

.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-program,
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-type {
  margin-bottom: 1.5rem;
}

.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-program h2,
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-type h2 {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-program,
  .container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-type {
    margin-bottom: 0;
  }
  .container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-program h2,
  .container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-type h2 {
    width: unset;
  }
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters {
  padding: 20px;
  margin-top: 1rem;
  margin-bottom: 2.875rem;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-program h2#filter-by-program {
  font-size: 1rem;
  color: #2D3338;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-filter-by-type h2#filter-by-type {
  font-size: 1rem;
  color: #2D3338;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page {
  width: 100%;
  position: relative;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page .form-item-keyword {
  width: 100%;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page .form-item-keyword label {
  font-size: 1rem;
  text-transform: uppercase;
  color: #2D3338;
  margin-top: 0;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page .form-item-keyword #edit-keyword--2 {
  border-radius: 30px;
  max-width: unset;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page [id^=edit-actions--] {
  position: absolute;
  top: 40px;
  right: 16px;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page [id^=edit-actions--] #edit-submit-faculty-overview-page--2 {
  width: 50px;
  height: 32px;
  text-indent: -10000px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-magnifying.svg);
  background-repeat: no-repeat;
  background-position: 20px 0;
  background-size: 25px;
}
.container.utsoa-exposed-filter-wrapper.utsoa-orange.soaprof-landing-page-filters #block-soaprof-page-exposed-filter #views-exposed-form-faculty-overview-page-page [id^=edit-actions--] #edit-reset--2 {
  display: none;
}

.soaprof__list.utexas-prominent-based {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  border: none;
  margin-bottom: 1.625rem;
}
.soaprof__list.utexas-prominent-based .data-wrapper {
  flex: 1 1 auto;
}
.soaprof__list.utexas-prominent-based .data-wrapper h3.soaprof__title {
  font-size: 1.75rem;
  line-height: 1.14;
  font-weight: 300;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.soaprof__list.utexas-prominent-based .data-wrapper h3.soaprof__title a {
  color: #bf5700;
}
.soaprof__list.utexas-prominent-based .data-wrapper .soaprof__designation {
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #5e686e;
  font-size: 0.625rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.9;
}
.soaprof__list.utexas-prominent-based .data-wrapper .soaprof__directory-link {
  font-weight: 700;
  color: #bf5700;
  font-size: 0.57rem;
  line-height: 2.22;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.soaprof__list.utexas-prominent-based .data-wrapper .field--name-field-soaprof-add-basic-info p {
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.soaprof__list.utexas-prominent-based .data-wrapper .field--name-field-soaprof-add-basic-info p em {
  font-style: normal;
}

.utexas_basic__wrapper.block-bundle-soaprof-profile-listing h2.soaprof--list-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.625;
  line-height: 1.48;
  color: #334047;
}
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__block-list-header,
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__block-list-footer {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.73;
  color: #212529;
}
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__list.utexas-basic.soaprof-profile {
  margin-bottom: 0;
  padding: 0;
}
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__list.utexas-basic.soaprof-profile .soaprof__text-wrapper {
  flex: 1 1 auto;
}
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__list.utexas-basic.soaprof-profile .soaprof__text-wrapper h3.soaprof__title {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__list.utexas-basic.soaprof-profile .soaprof__text-wrapper h3.soaprof__title a {
  color: #bf5700;
}
.utexas_basic__wrapper.block-bundle-soaprof-profile-listing .soaprof__list.utexas-basic.soaprof-profile .soaprof__text-wrapper .soaprof__designation {
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #5e686e;
  font-size: 0.625rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.9;
}

.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block h2.ut-headline {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.625;
  line-height: 1.48;
  color: #334047;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__list.utexas-prominent-based h3.soaprof__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.625;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border: none;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__list.utexas-prominent-based h3.soaprof__title a {
  color: #bf5700;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block h3.soaprof__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.625;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border: none;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block h3.soaprof__title a {
  color: #bf5700;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__designation {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 4px;
  color: #5e686e;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__block-list-header,
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__block-list-header p {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.73;
  color: #212529;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__block-list-footer {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.73;
  color: #212529;
}
.utexas_prominent__wrapper.block-bundle-soaprof-profile-listing.block .soaprof__directory-link {
  font-weight: 700;
  color: #bf5700;
  font-size: 0.57rem;
  line-height: 2.22;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters {
  padding: 30px;
  margin-top: 1rem;
  margin-bottom: 2.875rem;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters .justify-content-center .col-md-3 {
    margin-bottom: 2rem;
  }
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters .justify-content-center .col-md-6 {
    margin-bottom: 0.5rem;
  }
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters h2.ut-headline {
  width: 100%;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-filter-news-by-program select,
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-newstags select {
  border: none;
}
@media screen and (min-width: 900px) {
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-filter-news-by-program,
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-newstags {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form {
    margin-bottom: 0;
  }
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-filter-news-by-program h2.ut-headline {
  font-size: 1rem;
  color: #2D3338;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-filter-news-by-program .facet-empty {
  display: block;
  background: transparent;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-filter-news-by-program .facet-empty {
    height: 52px;
  }
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-newstags .facet-empty {
  min-width: 150px;
}
@media screen and (min-width: 1000px) {
  .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-newstags .facet-empty {
    height: 52px;
  }
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-newstags h2.ut-headline {
  font-size: 1rem;
  color: #2D3338;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  width: 100%;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 {
  width: 100%;
  position: relative;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 .js-form-item-keywords {
  width: 100%;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 .js-form-item-keywords label {
  font-size: 1rem;
  text-transform: uppercase;
  color: #2D3338;
  margin-top: 0;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 .js-form-item-keywords #edit-keywords--2 {
  border-radius: 30px;
  max-width: unset;
  width: 100%;
  border: none;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 [id^=edit-actions--] {
  position: absolute;
  top: 40px;
  right: -8px;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 [id^=edit-actions--] #edit-submit-soanews-listing-page--2 {
  width: 60px;
  height: 32px;
  text-indent: -10000px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-magnifying.svg);
  background-repeat: no-repeat;
  background-position: 16px 1px;
  background-size: 24px;
  right: 12px;
  position: absolute;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 [id^=edit-actions--] #edit-reset--2 {
  display: inline-block;
  position: relative;
  top: -46px;
  right: 10px;
  height: 30px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: normal;
  padding: 4px 12px;
  background: #fff;
  border: none;
}
.utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 [id^=edit-actions--] #edit-reset--2:hover, .utsoa-exposed-filter-wrapper.utsoa-orange.soanews-landing-page-filters #block-soanews-page-exposed-form #views-exposed-form-soanews-listing-page-page-1 [id^=edit-actions--] #edit-reset--2:focus {
  background: #f2f1ed;
}

#block-utsoa-theme-main-page-content .views-view-grid .row.news-page,
.block-bundle-soanews-article-listing .views-view-grid .row.news-page {
  margin-left: -30px;
  margin-right: -30px;
}
#block-utsoa-theme-main-page-content .views-field-soanews-listing-search-api .teaser.soanews-news .soanews__thumbnail,
#block-utsoa-theme-main-page-content .views-field-soanews-listing .teaser.soanews-news .soanews__thumbnail,
.block-bundle-soanews-article-listing .views-field-soanews-listing-search-api .teaser.soanews-news .soanews__thumbnail,
.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news .soanews__thumbnail {
  min-width: 120px;
  width: 100%;
  margin: 0 0 1.5rem 0;
  float: none;
  max-width: none;
}
#block-utsoa-theme-main-page-content .views-field-soanews-listing-search-api .teaser.soanews-news h3.ut-headline,
#block-utsoa-theme-main-page-content .views-field-soanews-listing .teaser.soanews-news h3.ut-headline,
.block-bundle-soanews-article-listing .views-field-soanews-listing-search-api .teaser.soanews-news h3.ut-headline,
.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news h3.ut-headline {
  font-weight: 700;
  line-height: 2rem;
  color: #2D3338;
  font-size: 1.3rem;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#block-utsoa-theme-main-page-content .views-field-soanews-listing-search-api .teaser.soanews-news h3.ut-headline a,
#block-utsoa-theme-main-page-content .views-field-soanews-listing .teaser.soanews-news h3.ut-headline a,
.block-bundle-soanews-article-listing .views-field-soanews-listing-search-api .teaser.soanews-news h3.ut-headline a,
.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news h3.ut-headline a {
  color: #2D3338;
}
#block-utsoa-theme-main-page-content .views-field-soanews-listing-search-api .teaser.soanews-news .soanews__published,
#block-utsoa-theme-main-page-content .views-field-soanews-listing .teaser.soanews-news .soanews__published,
.block-bundle-soanews-article-listing .views-field-soanews-listing-search-api .teaser.soanews-news .soanews__published,
.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news .soanews__published {
  text-transform: uppercase;
  color: #9d4700;
  letter-spacing: 1px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 0.75rem;
}
#block-utsoa-theme-main-page-content .views-field-soanews-listing-search-api .teaser.soanews-news .ut-copy,
#block-utsoa-theme-main-page-content .views-field-soanews-listing .teaser.soanews-news .ut-copy,
.block-bundle-soanews-article-listing .views-field-soanews-listing-search-api .teaser.soanews-news .ut-copy,
.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news .ut-copy {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #333f48;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews__thumbnail {
  flex: 1 1 auto;
  margin-top: 0;
  width: 100%;
  margin-bottom: 2rem;
}
#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper {
  flex: 1 1 100%;
}
#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper h3.ut-headline {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  color: #2D3338;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper h3.ut-headline a {
  color: #2D3338;
}
#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper .soanews__published {
  text-transform: uppercase;
  color: #9d4700;
  letter-spacing: 1px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}
#block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper .ut-copy {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 1px;
  font-weight: 300;
  color: #1f262b;
}
@media screen and (min-width: 600px) {
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper {
    flex-flow: row-reverse;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews__thumbnail {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 0 33%;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper {
    flex: 1 1 auto;
    margin-right: 1.5rem;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper h3.ut-headline {
    line-height: 1.6;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper h3.ut-headline a {
    color: #2D3338;
  }
}
@media screen and (min-width: 900px) {
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews__thumbnail {
    flex: 1 0 50%;
    margin-top: -64px;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper {
    flex: 1 1 auto;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews__thumbnail {
    flex: 1 0 50%;
    margin-top: -64px;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper {
    flex: 1 1 auto;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews__thumbnail {
    flex: 1 1 100%;
    margin-top: -64px;
  }
  #block-views-block-soanews-listing-page-news-landing .featured .soanews-featured-flex-wrapper .soanews-prominent-content-wrapper {
    flex: 1 1 auto;
    margin-right: 2rem;
  }
}

.block-bundle-soanews-article-listing .utsoa--heading-wrapper {
  margin-bottom: 16px;
}
.block-bundle-soanews-article-listing h2.ut-headline.ut-headline--underline {
  display: inline-block;
  margin-right: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-bundle-soanews-article-listing .see-all-news-btn {
  display: inline-block;
}
.block-bundle-soanews-article-listing .see-all-news-btn a {
  background: transparent;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #959595;
  font-weight: 700;
  letter-spacing: 1px;
}

#block-utsoa-theme-main-page-content .utsoa-darker-orange.block-bundle-soanews-article-listing h2.ut-headline.ut-headline--underline {
  margin-right: 0;
}
#block-utsoa-theme-main-page-content .utsoa-darker-orange.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news .soanews__published {
  text-transform: uppercase;
  color: #2D3338;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
  margin-top: 0;
}
#block-utsoa-theme-main-page-content .utsoa-darker-orange.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news h3.ut-headline {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}
#block-utsoa-theme-main-page-content .utsoa-darker-orange.block-bundle-soanews-article-listing .views-field-soanews-listing .teaser.soanews-news h3.ut-headline a {
  color: #2D3338;
}

.frontpage .block-bundle-soanews-article-listing {
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .frontpage .block-bundle-soanews-article-listing {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .frontpage .block-bundle-soanews-article-listing {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .frontpage .block-bundle-soanews-article-listing {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .frontpage .block-bundle-soanews-article-listing {
    max-width: 1500px;
    margin: 0 auto;
  }
}

.frontpage .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block-bundle-soanews-article-listing {
  display: none;
}
@media screen and (min-width: 900px) {
  .frontpage .utsoa-background-orange-section.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper .layout__region--second .block-bundle-soanews-article-listing {
    display: block;
  }
}

#block-utsoa-theme-main-page-content .soanews-related {
  padding: 2rem 1rem;
  margin-top: 2.5rem;
}
#block-utsoa-theme-main-page-content .soanews-related header h2 {
  text-transform: uppercase;
  color: #334047;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 1rem;
}
#block-utsoa-theme-main-page-content .soanews-related header a {
  color: #1f262b;
  letter-spacing: 1px;
  color: #334047;
  background: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
}
#block-utsoa-theme-main-page-content .soanews-related .views-field-soanews-listing .teaser.soanews-news {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
#block-utsoa-theme-main-page-content .soanews-related .views-field-soanews-listing .teaser.soanews-news h3.ut-headline {
  font-size: 1rem;
  color: #2D3338;
  line-height: 1.75;
}
#block-utsoa-theme-main-page-content .soanews-related .views-field-soanews-listing .teaser.soanews-news .soanews__published {
  color: #334047;
  margin-top: 0;
  font-size: 0.7rem;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  #block-utsoa-theme-main-page-content .soanews-related {
    max-width: 840px;
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 900px) {
  #block-utsoa-theme-main-page-content .soanews-related {
    max-width: 1000px;
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  #block-utsoa-theme-main-page-content .soanews-related {
    max-width: 1140px;
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 1600px) {
  #block-utsoa-theme-main-page-content .soanews-related {
    max-width: 1500px;
    margin: 2.5rem auto 0;
  }
}

#block-utsoa-theme-main-page-content .soaevent-related {
  padding: 2rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: -40px;
}
#block-utsoa-theme-main-page-content .soaevent-related header h2 {
  text-transform: uppercase;
  color: #334047;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 1rem;
}
#block-utsoa-theme-main-page-content .soaevent-related header a {
  color: #1f262b;
  letter-spacing: 1px;
  color: #334047;
  background: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
}
#block-utsoa-theme-main-page-content .soaevent-related .views-view-grid {
  padding-top: 1rem;
}
#block-utsoa-theme-main-page-content .soaevent-related h3.ut-headline {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
}
#block-utsoa-theme-main-page-content .soaevent-related h3.ut-headline a {
  color: #333f48;
}
#block-utsoa-theme-main-page-content .soaevent-related .views-field-field-soaevent-datetime {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #334047;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}
@media screen and (min-width: 600px) {
  #block-utsoa-theme-main-page-content .soaevent-related {
    max-width: 840px;
    margin: 2.5rem auto -40px;
  }
}
@media screen and (min-width: 900px) {
  #block-utsoa-theme-main-page-content .soaevent-related {
    max-width: 1000px;
    margin: 2.5rem auto -40px;
  }
}
@media screen and (min-width: 1200px) {
  #block-utsoa-theme-main-page-content .soaevent-related {
    max-width: 1140px;
    margin: 2.5rem auto -40px;
  }
}
@media screen and (min-width: 1600px) {
  #block-utsoa-theme-main-page-content .soaevent-related {
    max-width: 1500px;
    margin: 2.5rem auto -40px;
  }
}

.path-events h1#utsoa--event-listing-title,
.path-past-events h1#utsoa--event-listing-title {
  font-weight: 200;
  text-transform: uppercase;
}
.path-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media,
.path-past-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media {
  float: none;
  width: 100%;
  margin: 0 0 30px;
}
.path-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media img,
.path-past-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media img {
  float: none;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .path-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media,
  .path-past-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media {
    float: right;
    max-width: 50%;
    margin: 0 0 20px 30px;
  }
}
@media screen and (min-width: 900px) {
  .path-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media,
  .path-past-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media {
    float: right;
    max-width: 50%;
    margin: 0 0 20px 48px;
  }
}
@media screen and (min-width: 1200px) {
  .path-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media,
  .path-past-events .block-views-blocksoaevent-listing-page-landing .soaevent-listing-page .views-row .views-field-field-soaevent-main-media {
    float: right;
    max-width: 66%;
    margin: -92px 0 20px 48px;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange {
  padding: 30px;
  margin-top: 1rem;
  margin-bottom: 2.875rem;
  max-width: 100%;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange .justify-content-center,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .justify-content-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange .justify-content-center,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .justify-content-center {
    flex-direction: row;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper {
  padding-left: 5px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper {
    margin-bottom: 0;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper h2.ut-headline,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper h2.ut-headline {
  white-space: nowrap;
  text-transform: uppercase;
  color: #2D3338;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  padding-left: 10px;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper a.ut-btn,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper a.ut-btn {
  background-image: url(../images/utsoa-radio-on.png);
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  height: 32px;
  background-size: 36px;
  padding: 10px 16px 0 40px;
  text-transform: uppercase;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper a.ut-btn--secondary,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper a.ut-btn--secondary {
  background-image: url(../images/utsoa-radio-off.png);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 32px;
  background-size: 36px;
  border: none;
  padding: 6px 24px 0 40px;
  text-transform: uppercase;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper a:first-child,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange .soaevent--up-past-btn-wrapper a:first-child {
  padding-right: 40px;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form {
  display: block;
  justify-content: space-between;
  position: relative;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form input,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form select,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form input,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form select,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form input,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form select,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form input,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form select {
  max-width: unset;
}
@media screen and (min-width: 900px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form,
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form {
    display: flex;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type {
  min-width: 200px;
  width: 100%;
  margin-bottom: 2rem;
  flex: 0 0 auto;
}
@media screen and (min-width: 900px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type,
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type {
    margin-left: -30px;
    width: auto;
    min-width: 290px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type,
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type {
    max-width: 330px;
    margin-bottom: 0;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type label,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type label,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type label,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type label {
  margin-top: 0;
  text-transform: uppercase;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type select,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type select,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-type select,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-type select {
  border: none;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine {
  flex: 1 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine,
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1000px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine,
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine,
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine {
    width: unset;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine input,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine input,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine input,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine input {
  border-radius: 30px;
  border: none;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine label,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine label,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form .js-form-item-combine label,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form .js-form-item-combine label {
  margin-top: 0;
  text-transform: uppercase;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions],
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions],
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions],
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] {
  position: absolute;
  right: 0;
  top: 146px;
}
@media screen and (min-width: 900px) {
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions],
  .path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions],
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions],
  .path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] {
    top: 34px;
  }
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions] input[id^=edit-submit-soaevent-listing-page],
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions] input.form-submit,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] input[id^=edit-submit-soaevent-listing-page],
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] input.form-submit,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions] input[id^=edit-submit-soaevent-listing-page],
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions] input.form-submit,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] input[id^=edit-submit-soaevent-listing-page],
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] input.form-submit {
  width: 60px;
  height: 32px;
  text-indent: -10000px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-magnifying.svg);
  background-repeat: no-repeat;
  background-position: 16px 1px;
  background-size: 24px;
  right: 12px;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions] input#edit-reset--2,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] input#edit-reset--2,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form > form [id^=edit-actions] input#edit-reset--2,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past > form [id^=edit-actions] input#edit-reset--2 {
  position: absolute;
  top: -45px;
  width: 78px;
  padding: 3px 5px;
  right: 0;
  border: none;
}
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form,
.path-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form,
.path-past-events .utsoa-exposed-filter-wrapper.utsoa-orange #block-soaevent-page-exposed-form-past {
  margin-bottom: 0;
}
.path-events #block-utsoa-theme-page-title,
.path-past-events #block-utsoa-theme-page-title {
  display: none;
}
.path-events .soaevent-listing-page .views-row,
.path-past-events .soaevent-listing-page .views-row {
  border-top: none;
}
.path-events .soaevent-listing-page .views-row .views-field-field-soaevent-main-media,
.path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-main-media {
  float: none;
  max-width: 800px;
  margin: 0 0 30px;
}
@media screen and (min-width: 800px) {
  .path-events .soaevent-listing-page .views-row .views-field-field-soaevent-main-media,
  .path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-main-media {
    float: left;
    max-width: 420px;
    margin: 0 24px 10px 0;
  }
}
.path-events .soaevent-listing-page .views-row .field--name-field-soaevent-status,
.path-past-events .soaevent-listing-page .views-row .field--name-field-soaevent-status {
  margin-top: -1px;
}
.path-events .soaevent-listing-page .views-row .views-field-field-soaevent-datetime,
.path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-datetime {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bf5700;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}
.path-events .soaevent-listing-page .views-row .views-field-field-soaevent-datetime .calendar-icon,
.path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-datetime .calendar-icon {
  display: none;
}
.path-events .soaevent-listing-page .views-row .views-field-title,
.path-events .soaevent-listing-page .views-row .views-field-title a,
.path-past-events .soaevent-listing-page .views-row .views-field-title,
.path-past-events .soaevent-listing-page .views-row .views-field-title a {
  color: #2D3338;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  line-height: 1.52;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.path-events .soaevent-listing-page .views-row .views-field-field-soaevent-body.ut-copy,
.path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-body.ut-copy {
  font-size: 1.125rem;
  line-height: 1.61;
  font-weight: 300;
}
.path-events .soaevent-listing-page .views-row .views-field-field-soaevent-location-link,
.path-events .soaevent-listing-page .views-row .views-field-field-soaevent-location-link a,
.path-events .soaevent-listing-page .views-row .views-label-field-soaevent-location-link,
.path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-location-link,
.path-past-events .soaevent-listing-page .views-row .views-field-field-soaevent-location-link a,
.path-past-events .soaevent-listing-page .views-row .views-label-field-soaevent-location-link {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bf5700;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}

.utsoa--events-page-image-wrapper {
  position: relative;
}
.utsoa--events-page-image-wrapper .utsoa--events-page-type {
  background-color: #333f48;
  padding: 0.25rem 2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 0;
}

.block-bundle-soaevent-event-listing .utsoa--events-heading-wrapper {
  margin-bottom: 16px;
}
.block-bundle-soaevent-event-listing h2.ut-headline.ut-headline--underline {
  text-transform: uppercase;
  color: #334047;
  border: none;
  font-size: 1.875rem;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-bottom: 0;
}
.block-bundle-soaevent-event-listing .utsoa--cta-listing {
  display: inline-block;
}
.block-bundle-soaevent-event-listing .utsoa--cta-listing a {
  font-size: 0.75rem;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  color: #2D3338;
  padding: 0;
}
.block-bundle-soaevent-event-listing .views-row {
  display: unset;
  padding-bottom: 0;
  flex-direction: column-reverse;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 600px) {
  .block-bundle-soaevent-event-listing .views-row {
    margin-bottom: 1rem;
  }
}
.block-bundle-soaevent-event-listing .views-row:last-child {
  margin-bottom: 0;
}
.block-bundle-soaevent-event-listing .views-row h3.ut-headline {
  line-height: 1.5;
}
.block-bundle-soaevent-event-listing .soaevent-listing-block .views-field-field-soaevent-main-media {
  flex: 1 1 100%;
}
.block-bundle-soaevent-event-listing .soaevent-listing-block .views-field-field-soaevent-main-media img {
  margin: 0;
}
.block-bundle-soaevent-event-listing .views-field-field-soaevent-datetime {
  text-transform: uppercase;
  color: #2D3338;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}
.block-bundle-soaevent-event-listing .views-field-field-soaevent-datetime .calendar-icon {
  display: none;
}
.block-bundle-soaevent-event-listing .views-field-field-soaevent-datetime .field-content {
  display: unset;
}
.block-bundle-soaevent-event-listing .views-field-title {
  margin-bottom: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2D3338;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.52;
}
.block-bundle-soaevent-event-listing .views-field-title a {
  color: #334047;
}
.block-bundle-soaevent-event-listing .views-field-title h3.ut-headline {
  line-height: 1.5;
}
.block-bundle-soaevent-event-listing .soaevent-listing-block .views-view-grid > div {
  align-items: flex-start;
  flex-direction: column;
  display: flex;
}
.block-bundle-soaevent-event-listing .views-field-field-soaevent-status .soaevent-event-field__item {
  padding: 1px 6px;
  margin-bottom: 10px;
}

.utsoa-background-orange-section .views-field-title h3.ut-headline {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
}
.utsoa-background-orange-section .views-field-title h3.ut-headline a {
  color: #334047;
}
@media screen and (max-width: 899px) {
  .utsoa-background-orange-section .block-bundle-soaevent-event-listing .views-row {
    margin-bottom: 0;
  }
}
.utsoa-background-orange-section .block-bundle-soaevent-event-listing .soaevent-listing-block .views-view-grid > div {
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .utsoa-background-orange-section .block-bundle-soaevent-event-listing .soaevent-listing-block .views-view-grid > div {
    flex-direction: row;
  }
}
.utsoa-background-orange-section .soaevent-block-listing-row-wrapper .views-field-field-soaevent-main-media {
  display: none;
}

.soaevent-block-listing-row-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .soaevent-block-listing-row-wrapper {
    flex-direction: row;
  }
}
.soaevent-block-listing-row-wrapper .views-field-field-soaevent-main-media {
  flex: 1 1 100%;
  max-width: none;
  min-width: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 800px) {
  .soaevent-block-listing-row-wrapper .views-field-field-soaevent-main-media {
    flex: 1 1 100%;
    max-width: 120px;
    min-width: 120px;
    margin: 0 30px 16px 0;
  }
}
@media screen and (min-width: 900px) {
  .soaevent-block-listing-row-wrapper .views-field-field-soaevent-main-media {
    max-width: 200px;
    min-width: 200px;
  }
}
.soaevent-block-listing-row-wrapper .soaevent-text-wrapper {
  flex: 1 1 auto;
}

.block-bundle-utsoa-work-listing .utsoa--worklisting-item {
  margin-bottom: 2rem;
}
.block-bundle-utsoa-work-listing a img {
  margin-bottom: 1.25rem;
}
.block-bundle-utsoa-work-listing .utsoa_work--name {
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #2D3338;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.block-bundle-utsoa-work-listing .utsoa_work--description {
  margin-bottom: 0.25rem;
}
.block-bundle-utsoa-work-listing .utsoa_work--description p {
  font-weight: 300;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #2D3338;
  text-transform: normal;
  margin: 0;
}
.block-bundle-utsoa-work-listing .utsoa_work--description h5 {
  font-weight: 700;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #bf5700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.block-bundle-utsoa-work-listing .utsoa_work--program {
  font-weight: 500;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #2D3338;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 2.875rem;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form {
    flex-direction: row;
  }
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form label {
  margin-top: 0;
  text-transform: uppercase;
  color: #333f48;
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-type,
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-program {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-type,
  .block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-program {
    flex: 0 0 25%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-type select,
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-program select {
  border: none;
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-combine {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-combine {
    flex: 1 1 auto;
  }
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form .form-item-combine input {
  border: none;
  border-radius: 30px;
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form [id^=edit-actions] {
  position: absolute;
  top: 268px;
  right: 31px;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form [id^=edit-actions] {
    top: 65px;
  }
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form [id^=edit-actions] input[id^=edit-submit-utsoa-work-image-listing] {
  width: 60px;
  height: 32px;
  text-indent: -10000px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-magnifying.svg);
  background-repeat: no-repeat;
  background-position: 16px 1px;
  background-size: 24px;
}
.block-bundle-utsoa-work-listing .utsoa-exposed-filter-wrapper .views-exposed-form [id^=edit-actions] input[id^=edit-reset] {
  position: absolute;
  top: -45px;
  right: 0;
  width: 78px;
  padding: 3px 5px;
  border: none;
}

.lightbox .lb-details .lb-caption div:first-child {
  margin-bottom: 1rem;
}

.lightbox .lb-details .lb-caption h5 a {
  border: 2px solid #fff;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  padding: 0.875rem 1.2rem 0.875rem 1.125rem;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: inline-block;
  padding: 2px 15px 2px 15px;
}
.lightbox .lb-details .lb-caption h5 a:after {
  display: inline-block;
  width: 26px;
  height: 34px;
  padding-left: 4px;
  content: url("../images/arrow-right-short-white.svg");
  vertical-align: middle;
}

.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 2.875rem;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing {
    flex-direction: row;
  }
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing label {
  margin-top: 0;
  text-transform: uppercase;
  color: #333f48;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-program,
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-instructor {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-program,
  .block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-instructor {
    flex: 0 0 25%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-program select,
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-instructor select {
  border: none;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-combine {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-combine {
    flex: 1 1 auto;
  }
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing .form-item-combine input {
  border: none;
  border-radius: 30px;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing [id^=edit-actions] {
  position: absolute;
  top: 268px;
  right: 31px;
}
@media screen and (min-width: 900px) {
  .block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing [id^=edit-actions] {
    top: 64px;
  }
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing [id^=edit-actions] input[id^=edit-submit-utsoa-course-listing] {
  width: 60px;
  height: 32px;
  text-indent: -10000px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-magnifying.svg);
  background-repeat: no-repeat;
  background-position: 16px 1px;
  background-size: 24px;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper form#views-exposed-form-utsoa-course-listing-listing [id^=edit-actions] input[id^=edit-reset] {
  position: absolute;
  top: -45px;
  right: 0;
  width: 78px;
  padding: 3px 5px;
  border: none;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper .views-view-grid .soacourse-item {
  margin-bottom: 3rem;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper .views-view-grid .soacourse-item h3 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.14;
  color: #bf5700;
  letter-spacing: 1px;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper .views-view-grid .soacourse-item .views-field-field-utsoa-instructor {
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.29;
}
.block-bundle-utsoa-course-listing .utsoa-exposed-filter-wrapper .views-view-grid .soacourse-item .views-field-field-utsoa-instructor a {
  color: #2D3338;
}

#block-courseslinks {
  margin-bottom: 0;
}

.soacourses--semester-selection .soacourses--selector-label {
  font-size: 0.8125rem;
  color: #334047;
  line-height: 1.7;
  letter-spacing: 1px;
  padding-right: 1rem;
}
.soacourses--semester-selection a {
  font-size: 0.8125rem;
  color: #bf5700;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 1rem;
}
.soacourses--semester-selection a:hover, .soacourses--semester-selection a:focus {
  text-decoration: underline;
}

.block-bundle-utsoa-publication-listing ul.utsoa-publication-ul {
  padding-left: 0;
  list-style-type: none;
}
.block-bundle-utsoa-publication-listing h2.ut-headline {
  font-weight: 200;
  text-transform: uppercase;
}
.block-bundle-utsoa-publication-listing .utsoa-publication-listing .utosaissue--label a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2D3338;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.block-bundle-utsoa-publication-listing .utsoaissue--term,
.block-bundle-utsoa-publication-listing .utsoaissue--date {
  font-size: 0.8125rem;
  line-height: 1.23;
  font-weight: 700;
  color: #bf5700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.block-bundle-utsoa-publication-listing article.utexas-basic.utsoa-issue h3.utsoa--issue-title {
  line-height: 1.25rem;
}
.block-bundle-utsoa-publication-listing article.utexas-basic.utsoa-issue h3.utsoa--issue-title a {
  font-size: 1rem;
  color: #2D3338;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block-bundle-utsoa-publication-listing article.utexas-basic.utsoa-issue .utsoa--issue-term,
.block-bundle-utsoa-publication-listing article.utexas-basic.utsoa-issue .utsoa--issue-date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #bf5700;
  text-transform: uppercase;
}

.utsoa--section-background-dark .block-bundle-utsoa-publication-listing article h3.utsoa--issue-title a {
  font-size: 1.3125rem;
  line-height: 1.52;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.utsoa--section-background-dark .block-bundle-utsoa-publication-listing article .utsoa--issue-cover {
  margin-bottom: 16px;
  display: block;
}
.utsoa--section-background-dark .block-bundle-utsoa-publication-listing article .utsoa--issue-term,
.utsoa--section-background-dark .block-bundle-utsoa-publication-listing article .utsoa--issue-date {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffd600;
}
.utsoa--section-background-dark .block-bundle-utsoa-publication-listing article .utsoa--issue-summary div {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 2rem;
}

article.utexas-prominent h3.utsoa--issue-title {
  line-height: 1;
}
article.utexas-prominent h3.utsoa--issue-title a {
  font-size: 1.3125rem;
  line-height: 1;
  color: #2D3338;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article.utexas-prominent .utsoa--issue-cover {
  margin-bottom: 16px;
  display: block;
}
article.utexas-prominent .utsoa--issue-term,
article.utexas-prominent .utsoa--issue-date {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bf5700;
}
article.utexas-prominent .utsoa--issue-summary div {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 2rem;
}

.layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 {
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 {
    background: #EAEAEA;
  }
}
.layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li {
  flex: 1 1 100%;
}
@media screen and (min-width: 900px) {
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li {
    flex: 1 0 47%;
    padding-right: 3%;
  }
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li {
    flex: 1 0 22%;
    padding-right: 3%;
  }
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li:nth-child(even) {
    padding-right: 3%;
  }
  .layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li:last-child {
    padding-right: 0;
  }
}
.layout--utexas-onecol.breakout-container.utsoa-light-gray-down-50 .block-bundle-utsoa-publication-listing ul.utsoa-publication-ul.utsoa-publication-listing li article .utsoaissue--cover {
  max-width: 135px;
}

/*
Texas Design System input manipulation is incompatible with Drupal's Media
Library checkboxes. See UDK8-1055.
*/
.media-library-item input[type=checkbox],
.media-library-item input[type=radio] {
  position: relative;
  left: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.node-layout-builder-form .form-actions {
  text-align: center;
}

.node-layout-builder-form .form-actions input {
  width: 20%;
  margin-right: 1rem;
  display: inline;
}

#layout-builder-modal legend {
  width: auto;
}
#layout-builder-modal legend .fieldset-legend {
  padding: 0 2px;
}
#layout-builder-modal .js-form-type-checkbox label,
#layout-builder-modal .js-form-type-radio label {
  font-size: 0.81rem;
  color: #595959;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
}
#layout-builder-modal .js-form-type-checkbox label:before,
#layout-builder-modal .js-form-type-radio label:before {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 4px;
}

/**
 * @file
 * Target default Drupal class markup for Views pagers.
 * This is based on core/themes/seven/css/components/pager.css.
 */
.pager__items {
  margin: 0.25em 0 0.25em 1.5em; /* LTR */
  padding: 0;
  text-align: center;
}

[dir=rtl] .pager__items {
  margin: 0.25em 1.5em 0.25em 0;
}

.pager__item {
  display: inline-block;
  float: none;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

.pager__item a {
  text-decoration: none;
  padding: 5px 10px;
  color: #6a6a6a;
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
}
.pager__item a:hover {
  background: #e6e5e5;
  cursor: pointer;
}
.pager__item a:focus {
  background: #e6e5e5;
}

.pager__item.is-active a {
  background: #bf5700;
  font-weight: bold;
  color: #ffffff;
}
.pager__item.is-active a:hover {
  background: #a04400;
}
