@import url("../flickity/flickity.css");
body {
  color: #333f48; }
  body .imagefloatright {
    float: right;
    max-width: 100%;
    padding-left: 20px; }
  body .imagefloatleft {
    float: left;
    max-width: 100%;
    padding-right: 20px; }

a {
  color: #b55301; }

td {
  padding: 10px; }

h1,
.page-title {
  color: #333f48;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: -.09375rem;
  margin: 5px 0 20px 0;
  font-weight: 500;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    h1,
    .page-title {
      margin-top: 15px;
      font-weight: 600; } }
  @media only screen and (min-width: 40.063em) {
    h1,
    .page-title {
      font-size: 2.4rem;
      line-height: 3.5rem;
      margin: 10px 0 30px 0;
      font-weight: 600; } }
  @media only screen and (min-width: 64.063em) {
    h1,
    .page-title {
      margin: 0 0 20px; } }

h1,
h2,
h4,
h5 {
  color: #333f48; }

h2 {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    h2 {
      padding-top: 20px; } }
  @media only screen and (min-width: 40.063em) {
    h2 {
      font-size: 1.85rem;
      font-weight: 500; } }

h3 {
  color: #005476;
  /* Landscape phones and down */ }
  @media only screen and (min-width: 40.063em) {
    h3 {
      font-size: 1.5rem;
      font-weight: 500; } }

h4 {
  /* Landscape phones and down */ }
  @media only screen and (min-width: 40.063em) {
    h4 {
      font-size: 1.37rem;
      font-weight: 500; } }

h5 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 10px 0; }

hr {
  margin: 1em 0; }

p {
  color: #333f48; }


ul,
ol {
  margin: 10px 0; }

.field_wysiwyg_a li,
.field_wysiwyg_a ol,
.field_wysiwyg_b li,
.field_wysiwyg_b ol {
  font-size: 1rem;
  color: #333f48; }

.field_wysiwyg_a ol,
.field_wysiwyg_b ol {
  margin-top: 16px;
  margin-bottom: 16px; }

.post-headline {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25rem; }

.ext_link::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  color: #282828;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  padding-right: 2px;
  padding-left: 5px;
  vertical-align: top;
  font-size: .7rem; }

.h-100 {
  height: 100%; }

.flex {
  display: -ms-flexbox;
  display: flex; }
  .flex.row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .flex.row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .flex.flex-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex.flex-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .flex.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .flex.justify-content-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .flex.justify-content-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .flex.justify-content-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex.justify-content-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex.justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex.justify-content-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  .flex.align-items-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .flex.align-items-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .flex.align-items-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .flex.align-items-center {
    -ms-flex-align: center;
        align-items: center; }
  .flex.align-content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .flex.align-content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .flex.align-content-center {
    -ms-flex-line-pack: center;
        align-content: center; }
  .flex.align-content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .flex.align-content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
  .flex.align-content-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .flex .align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex .align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .flex .align-self-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .flex .align-self-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .flex .align-self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.coe-list-grid {
  display: grid;
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 1px solid #ddd; }
  .coe-list-grid h2,
  .coe-list-grid h3 {
    grid-row-start: 1; }

@media only screen and (min-width: 60.063em) {
  .coe-list-grid {
    grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 1em; }
    .coe-list-grid img {
      grid-column: 2;
      grid-row: 1/-10; }
    .coe-list-grid h2,
    .coe-list-grid h3 {
      grid-row-start: auto; }
    .coe-list-grid.reverse {
      grid-template-columns: 1fr 1.5fr; }
      .coe-list-grid.reverse img {
        grid-column: 1; } }

.container-top {
  border-bottom: none; }

/* Landscape phones and down */
@media only screen and (min-width: 64.063em) {
  .main-content {
    padding-bottom: 8px; } }

.top-grey-container {
  background-color: #f8f8f8; }
  .top-grey-container a {
    color: #a04400; }

.region-content-top-right .field_utexas_call_to_action a.cta {
  color: #fff; }

.UT-page.coe-news .profile_image_caption {
  font-weight: 700; }

.UT-page.landing-news {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .UT-page.landing-news .field_utexas_featured_highlight {
    margin-top: 60px; }
  .UT-page.landing-news.template-3 .sidebar-content .block.block-views.sidebar-module.sidebar-default-style .content {
    padding: 0; }
  .UT-page.landing-news.template-3 .page-title {
    margin: 2rem 0 1rem 0; }
  @media only screen and (min-width: 40.063em) {
    .UT-page.landing-news .column.news-feed {
      min-height: 450px; } }
  @media only screen and (max-width: 40.063em) {
    .UT-page.landing-news .news-feed img {
      display: none; }
    .UT-page.landing-news .view-coe-news-landing-videos .news-feed img {
      display: inline-block; } }

.left-column {
  width: 95%;
  margin-bottom: 40px; }

.right-column {
  width: 95%;
  margin-bottom: 40px; }

.UT-header {
  min-height: auto;
  /* Landscape phones and down */ }
  @media only screen and (min-width: 40.063em) {
    .UT-header + .UT-page {
      padding-top: 0px; } }

.container-topnav .nav-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #b55301;
  padding: 8px;
  /* Landscape phones and down */ }
  @media only screen and (min-width: 64.063em) {
    .container-topnav .nav-cta {
      background-color: transparent;
      padding: 0;
      -ms-flex-pack: end;
          justify-content: flex-end;
      height: 38px; } }
  .container-topnav .nav-cta a {
    margin: 0 6px; }
    .container-topnav .nav-cta a:last-child {
      margin-right: 0; }
  .container-topnav .nav-cta--btn {
    color: #b55301;
    font-weight: 700;
    font-size: .85rem;
    padding: 3px 15px;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 14px;
    display: none;
    /* Landscape phones and down */ }
    @media only screen and (min-width: 64.063em) {
      .container-topnav .nav-cta--btn {
        display: block; } }
    .container-topnav .nav-cta--btn:hover, .container-topnav .nav-cta--btn:focus {
      color: #fff;
      background-color: #333f48;
      text-decoration: none; }

.container-topnav .nav-item-search {
  float: none;
  margin-bottom: 9px;
  margin-top: 8px; }

.container-topnav.container .current-directory .name {
  width: 100%;
  border: none; }

.container-topnav.container .nav-item-search.show-for-large-up li.nav-item a {
  color: #fff;
  font-weight: 700; }

.container-topnav.container .nav-item-search.show-for-large-up .topnav-constituents {
  line-height: 1.5;
  padding-left: 0;
  margin-left: -1.2rem; }

.container-p2-topnav .topnav.knockout_logo .UT-knockout-logo {
  display: none; }

.container-nav-phase2 .nav {
  margin-top: 8px; }

.UT-header {
  border-bottom: none;
  min-height: 50px; }

.container.container-top.top-theme-2 {
  background: #333f48;
  height: 35px; }
  @media only screen and (max-width: 46.5625em) {
    .container.container-top.top-theme-2 {
      background: none; } }

.header-sub-menu {
  position: absolute;
  top: 65px;
  right: 177px;
  z-index: 2; }
  .header-sub-menu--mobile .topnav-constituents {
    margin: 0;
    padding: 0; }
    .header-sub-menu--mobile .topnav-constituents .nav-item:first-child {
      border-top: none; }
  .header-sub-menu--mobile li.nav-item a {
    width: 100%;
    display: block; }
    .header-sub-menu--mobile li.nav-item a:focus, .header-sub-menu--mobile li.nav-item a:hover {
      text-decoration: underline; }

.subnav-mobile {
  padding: 15px;
  border-bottom: 1px solid #6a6361; }
  .subnav-mobile a {
    color: #fff; }
  @media only screen and (min-width: 46.5625em) {
    .subnav-mobile {
      display: none; } }

.container-topnav, .container-p2-topnav {
  /* Landscape phones and down */ }
  @media only screen and (min-width: 64.063em) {
    .container-topnav, .container-p2-topnav {
      background-color: #b55301;
      height: 38px !important; } }

@media print {
  .sidebar-content {
    display: none; }
  .container-footer {
    display: none; }
  img {
    max-width: 100%; } }

.row .block-row {
  margin: 115px 0; }

#block-fieldblock-node-standard-page-default-field-wysiwyg-a {
  margin-bottom: 20px; }

.block-fieldblock,
.block {
  margin-bottom: 0; }

.block-divider {
  margin: 1.5em 0;
  width: 20%;
  color: #bf5700;
  border-top: #bf5700 solid 6px; }

@media only screen and (min-width: 46.5625em) {
  .block-column {
    margin-bottom: 15px;
    padding: 0 60px 0 15px; } }

.sidebar-default-style .content {
  padding-left: 15px;
  padding-top: 10px; }

.sidebar-content .block.block-views.sidebar-module.sidebar-default-style .file .content {
  padding: 0; }

.container-top .sidebar-module {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
  padding: 0 0 20px 0; }

.node-type-landing-page .sidebar-default-style {
  background-color: #fff;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-bottom: 0; }

.utexas-promo-field.utexas-promo-unit .cta-wrapper {
  padding-top: 0px; }

.utexas-promo-field.utexas-promo-unit {
  padding: 25px; }

.right {
  margin-left: 20px;
  margin-bottom: 20px; }

.left {
  margin-right: 20px;
  margin-bottom: 20px; }

img.img-rounded {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px; }
  img.img-rounded .m-auto {
    margin: 0 auto; }
  img.img-rounded-200 {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    width: 200px;
    height: 200px; }
    img.img-rounded-200.m-auto {
      margin: 0 auto; }
  img.img-rounded-225 {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    width: 225px;
    height: 225px; }
    img.img-rounded-225.m-auto {
      margin: 0 auto; }
  img.img-rounded-250 {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    width: 250px;
    height: 250px; }
    img.img-rounded-250.m-auto {
      margin: 0 auto; }
  img.img-rounded-275 {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    width: 275px;
    height: 275px; }
    img.img-rounded-275.m-auto {
      margin: 0 auto; }
  img.img-rounded-300 {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    width: 300px;
    height: 300px; }
    img.img-rounded-300.m-auto {
      margin: 0 auto; }

.node-type-landing-page {
  /* Landscape phones and down */ }
  .node-type-landing-page .container.container-top {
    padding-top: 12px; }
  .node-type-landing-page .template-3 .page-title {
    margin: 0; }
  .node-type-landing-page .template-2 .row.featured-row,
  .node-type-landing-page .template-5 .row.featured-row {
    max-width: 100%; }
    .node-type-landing-page .template-2 .row.featured-row .column.featured-column,
    .node-type-landing-page .template-5 .row.featured-row .column.featured-column {
      padding: 0; }
  @media only screen and (min-width: 64.063em) {
    .node-type-landing-page {
      margin: 0 0 20px; } }

.landing-page-body {
  padding-top: 100px !important;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    .landing-page-body {
      padding-top: 37px !important; } }

.field_dp_position {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 0 1.25rem 0;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    .field_dp_position {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0 0 1.25rem 0; } }

.field_dp_photo {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    .field_dp_photo {
      float: none;
      margin-left: 0;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 40.063em) {
    .field_dp_photo {
      float: right;
      margin-left: 20px;
      margin-bottom: 10px; } }

.dp-single-list {
  border-top: 1px solid #ccc;
  padding-bottom: 30px;
  padding-top: 20px; }

.dp-thumb-photo {
  float: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 50px; }

.dp-title {
  margin-bottom: 0px; }

.dp-position {
  font-size: 1.125rem; }

.dp-education {
  display: block;
  overflow: hidden; }

.dp-label {
  display: block;
  padding-top: 15px;
  margin-bottom: 0; }

.dp-thumb-photo-2col {
  float: left;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 30px;
  margin-right: 20px; }
  @media only screen and (max-width: 46.5625em) {
    .dp-thumb-photo-2col {
      display: inline;
      float: none; } }

.dp-title-2col {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-right: 15px; }

.dp-job-title-2col {
  font-size: .8rem;
  font-weight: 700;
  display: block; }

.dp-job-title-honor-2col {
  line-height: 1.2rem;
  font-size: .8rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 15px;
  font-style: italic;
  overflow: auto; }

.dp-biography-2col {
  font-size: .8rem;
  line-height: 1.2rem;
  padding-right: 15px;
  padding-top: 4px;
  overflow: auto; }

.profile_promo_units .promo-image {
  margin: -8px 20px 0 0; }

.profile-image {
  width: 227px;
  margin: 22px 0 8px 0; }

/* Landscape phones and down */
@media only screen and (max-width: 40.063em) {
  .profile-image-desktop {
    display: none; } }

/* Landscape phones and down */
@media only screen and (min-width: 40.063em) {
  .profile-image-mobile {
    display: none; } }

.UT-page.events section .profile-image {
  padding-bottom: 30px; }

.events {
  margin: 0; }

.events-snippet {
  display: block;
  margin: 0 0 30px;
  padding-bottom: 30px;
  overflow: hidden; }

.events-snippet + .events-snippet {
  display: block;
  padding: 26px 0 5px;
  margin: 0 0 30px;
  border-top: 1px solid #e1ddd2; }

.event-summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem; }
  .event-summary-title a {
    color: #b55301;
    text-decoration: none;
    display: block;
    margin-top: 10px; }
    .event-summary-title a:hover {
      color: #b55301;
      text-decoration: underline; }
  .event-summary-title h3 {
    display: block; }

.event-summary-date {
  display: block;
  color: #005f86;
  font-size: .85rem;
  font-weight: 700; }

.event-summary-text {
  display: inline; }
  .event-summary-text p {
    display: inline; }

.event-thumb-lg {
  float: left;
  padding-right: 20px; }

.event-labels {
  color: #005f86;
  font-size: 1.59rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0; }

.field_date,
.field_event_time,
.field_event_location,
.field_event_contact {
  margin-bottom: 15px; }

.field_event_description {
  margin-bottom: 15px; }

.event-title {
  font-size: .9rem;
  display: block;
  color: #333f48;
  margin-top: 3px; }

.event-date {
  font-size: .9rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #333f48;
  line-height: 1rem; }

.event-thumb {
  float: left;
  padding-right: 20px; }

.event-listing {
  padding-bottom: 20px;
  float: left;
  width: 100%; }

.event-title a {
  color: #333f48;
  text-decoration: none; }

.event-title a:hover {
  color: #333f48;
  text-decoration: underline; }

.event-profile-image {
  float: right; }
  .event-profile-image img {
    width: 180px;
    margin-right: 20px; }

.container-logo-p2 .main_logo {
  top: 6px;
  /* Landscape phones and down */ }
  @media only screen and (min-width: 64.063em) {
    .container-logo-p2 .main_logo {
      top: 40px; } }

.container-nav-phase2 {
  margin-top: 40px;
  /* Landscape phones and down */ }
  @media only screen and (min-width: 64.063em) {
    .container-nav-phase2 .sub-nav-wrapper {
      position: absolute;
      display: block;
      visibility: hidden;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      width: 600px;
      left: 0;
      top: 100%;
      margin-top: 10px;
      text-align: left;
      z-index: 1;
      background: #fff;
      border: 1px solid #aba89e; }
    .container-nav-phase2 .nav {
      float: right;
      width: 70%; }
    .container-nav-phase2 .nav-link {
      color: #333f48; } }
  .container-nav-phase2 #main-nav li a:not(.caret):focus,
  .container-nav-phase2 #main-nav li a:not(.caret):hover {
    text-decoration: underline;
    /* Landscape phones and down */ }
    @media only screen and (min-width: 64.063em) {
      .container-nav-phase2 #main-nav li a:not(.caret):focus,
      .container-nav-phase2 #main-nav li a:not(.caret):hover {
        text-decoration: none; } }

.container-topnav {
  /* Landscape phones and down */ }
  .container-topnav.container .nav-item-search.show-for-large-up li.nav-item a {
    padding-right: 10px;
    color: #9d4700;
    font-weight: 500;
    background: none; }
  @media only screen and (min-width: 64.063em) {
    .container-topnav .nav-search-container {
      position: absolute;
      right: 0;
      top: 66px;
      background: none;
      border: none;
      z-index: 1; }
      .container-topnav .nav-search-container input.nav-search-input {
        margin: 0 0 0 70px;
        width: 50%;
        border-bottom: solid 1px #b55301; } }

.opinions-label {
  margin-top: 25px;
  font-size: .9rem;
  text-transform: uppercase;
  color: #333f48;
  line-height: 1rem;
  margin-bottom: 10px; }

.press-title-label {
  font-size: .9rem;
  text-transform: uppercase;
  color: #333f48;
  line-height: 1rem;
  margin-bottom: 10px;
  margin-top: -42px; }

.news-title-label {
  font-size: .9rem;
  text-transform: uppercase;
  color: #333f48;
  line-height: 1rem;
  margin-bottom: 10px;
  margin-top: 85px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    .news-title-label {
      margin-top: 15px; } }

.news-feed {
  font-size: 1rem;
  margin-bottom: 10px; }
  .news-feed a {
    color: #333f48;
    text-decoration: none; }
    .news-feed a:hover {
      color: #333f48;
      text-decoration: underline; }

.news-snippet {
  display: block;
  margin: 0 0 30px; }

.news-snippet + .news-snippet {
  display: block;
  padding: 26px 0 5px;
  margin: 0 0 30px;
  border-top: 1px solid #e1ddd2; }

.news-summary-title {
  font-size: 1.25rem;
  font-weight: 600; }
  .news-summary-title a {
    color: #b55301;
    text-decoration: none;
    display: block;
    margin-top: 10px; }
    .news-summary-title a:hover {
      color: #b55301;
      text-decoration: underline; }
  .news-summary-title h3 {
    display: block; }

.news-summary-home-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5rem; }
  .news-summary-home-title a {
    color: #333f48;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    margin-top: 10px; }
    .news-summary-home-title a:hover {
      color: #333f48;
      text-decoration: underline; }

.news-summary-date {
  display: block;
  color: #005f86;
  font-size: 0.85rem;
  font-weight: 700; }

.news-summary-text {
  display: inline; }
  .news-summary-text p {
    display: inline; }

.social-share .social-links li.social-share-li {
  text-align: left;
  border: none !important;
  border-left: none !important;
  max-width: 36px;
  margin-left: 0.625rem; }
  .social-share .social-links li.social-share-li:first-child {
    border-left: none !important;
    margin-left: 0; }

.social-share .social-links .connect-link:hover {
  transform: scale(1.1); }

.social-share .social-links [class^="icon-"],
.social-share .social-links [class*=" icon-"] {
  font-size: 2.25rem; }

.social-share .social-links .icon-twitter,
.social-share .social-links .icon-facebook,
.social-share .social-links .icon-googleplus,
.social-share .social-links .icon-linkedin,
.social-share .social-links .icon-pinterest,
.social-share .social-links .icon-tumblr,
.social-share .social-links .icon-reddit {
  color: #bf5700; }

.social-share .social-links span.social-name {
  display: none; }

.taxonomy-list-row {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .taxonomy-list-row:last-child {
    border-bottom: none; }

.views-view-grid td {
  vertical-align: top;
  width: 50%;
  border: none; }

.view-custom-promo-units h2 {
  display: none; }

.row.big-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /* Landscape phones and down */ }
  @media only screen and (min-width: 40.063em) {
    .row.big-feature {
      -ms-flex-direction: row;
          flex-direction: row; } }

.breadcrumbs {
  padding: 0 0 40px 0; }
  .breadcrumbs li {
    padding: 11px 0 13px 0;
    border: none;
    background: #333f48;
    font-size: .75rem;
    text-decoration: underline; }
    .breadcrumbs li:first-child {
      border: none;
      font-size: .75rem; }
    .breadcrumbs li:last-child {
      border: none;
      font-size: .75rem;
      font-weight: 600;
      text-decoration: none; }

.breadcrumbs > * a {
  color: #fff;
  text-decoration: underline; }

.breadcrumbs > *.current {
  color: #fff; }

.breadcrumb-container {
  background: #333f48;
  height: 35px;
  position: absolute;
  width: 100%; }

@media only screen and (max-width: 46.5625em) {
  .breadcrumbs {
    display: none; }
  .breadcrumb-container {
    display: none; } }

a.cta-link {
  color: #a04400; }

.cta {
  margin: 0 0 18px 0;
  padding: .51rem 1.2rem;
  font-size: .83rem; }

button,
.button {
  border-radius: 5px; }
  button.tiny, button.large, button.small,
  .button.tiny,
  .button.large,
  .button.small {
    border-radius: 2px; }
  button.secondary,
  .button.secondary {
    border: 2px solid #bf5700;
    color: #bf5700;
    background-color: #fff;
    font-weight: bold; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      color: #fff;
      background-color: #bf5700; }

.button.ut-blue {
  background-color: #005f86;
  border-color: #074d6a;
  color: #fff; }
  .button.ut-blue:hover, .button.ut-blue:focus {
    background-color: #074d6a;
    color: #fff; }

    .button-teal {
  width: 100%;
  background-color: #005f86;
  transition: .4s ease;
  color: #fff;
}

.button-teal.button.tiny {
  color: #fff;
}

.button-teal:hover {
  background-color: #074d6a;
  transition: .4s ease;
 }

.tabs {
  border-bottom: none !important; 
}
  .tabs .tab-title {
    padding: 0 3px 0 0 !important; 
  }
    .tabs .tab-title a {
      border: none !important;
      color: #fff !important;
      background-color: #333f48;     
    }
      .tabs .tab-title a:first-child {
        background-color: #333f48;
        border-left: none !important;
        color: #fff !important;

      }
    .tabs .tab-title.active {
      font-weight: 400 !important; 
    }
      .tabs .tab-title.active a {
        background-color: #bf5700 !important;
        border: none !important; 
      }
      .tabs .tab-title a:visited {
        color: #fff !important; 
        background-color: #333f48;   
      }
  
.tabs-content {
  padding: 15px 30px;
  /*background-color: #f8f8f8;*/
  background-color: #fff;
  border: solid 1px #333f48;
  margin: 15px 0; }

.accordion .accordion-navigation > a,
.accordion dd > a,
.single.accordion .accordion-navigation > a,
.single.accordion dd > a {
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 1px solid #e6e4dc;
  color: #333f48;
  display: block;
  font-family: open_sans, "LibreFrank", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.2rem;
  padding: 1rem; }

.single.accordion .accordion-navigation > a,
.single.accordion dd > a {
  margin-bottom: 15px; }

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: #f8f8f8 none repeat scroll 0 0; }

.accordion {
  padding-left: 0 !important; }
  .accordion .accordion-navigation,
  .accordion dd {
    margin-left: 0; }

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
 /* background: #f8f8f8 none repeat scroll 0 0;*/
text-decoration: none;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: #fff none repeat scroll 0 0;
  display: block; }

.single.accordion .accordion-navigation > .content.active,
.single.accordion dd > .content.active {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #f8f8f8;
  display: block;
  margin-bottom: 20px; }

.accordion-navigation > a:after {
  content: '\f108';
  padding-left: 5px;
  padding-top: 4px;
  float: right;
  font-family: 'UT_icons';
  font-size: 15px; }

.accordion-navigation.active > a:after {
  content: '\f109'; }

.flickity-button {
  background-color: rgba(255, 255, 255, 0.8);
  color: #9cadb7;
  width: 1rem;
  height: 1rem;
  padding: 1rem; }

.flickity-button:hover,
.flickity-button:focus {
  background-color: white;
  color: #9cadb7; }

.flickity-prev-next-button.previous {
  left: 3rem; }

.flickity-prev-next-button.next {
  right: 3rem; }

.flickity-viewport {
  height: 100% !important;
  min-height: 250px; }

.multiple-items {
  padding: 0 6rem; }

.square-section {
  padding: 100px 0 75px 0;
  background: #005f86; }
  .square-section h2 {
    color: #fff;
    text-align: center;
    padding: 0 7px 55px 7px;
    font-size: 2.675rem;
    line-height: 2.5rem; }

.square-section-center {
  margin: 0 auto !important;
  max-width: 73em !important; }

.square-column {
  margin-bottom: .75rem; }

.square-image {
  width: 100%;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    .square-image {
      max-width: 200px; } }

.square-feature {
  box-shadow: 0 12px 28px -11px rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 100%;
  width: 92.5%;
  max-width: 300px;
  max-height: 300px;
  border-color: transparent;
  position: absolute;
  top: 0;
  color: #282828;
  background: rgba(51, 63, 72, 0.52);
  /* Landscape phones and down */ }
  .square-feature:hover {
    box-shadow: 0 12px 28px -11px rgba(0, 0, 0, 0.3);
    padding: 10px;
    height: 100%;
    width: 92.5%;
    border-color: transparent;
    opacity: .95;
    position: absolute;
    top: 0;
    color: #282828;
    background: rgba(191, 87, 0, 0.47); }
  @media only screen and (max-width: 40.063em) {
    .square-feature {
      max-width: 200px; } }

.square-feature-link {
  color: #fff;
  text-align: center;
  height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: .5px;
  font-weight: 600;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: flex-end;
  text-shadow: 1px 1px 10px #333f48; }
  .square-feature-link:hover {
    color: #fff;
    text-align: center;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
    font-weight: 600;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: flex-end; }

.square-column-4 {
  margin-bottom: 12px;
  padding-left: 0; }

.square-feature-4 {
  height: 100%;
  border-color: transparent;
  position: relative;
  color: #282828;
  /* Landscape phones and down */ }
  .square-feature-4 img {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0; }
  .square-feature-4::after {
    position: absolute;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 63, 72, 0.55); }
  .square-feature-4:hover::after {
    background: rgba(191, 87, 0, 0.55); }
  .square-feature-4 figcaption {
    z-index: 99;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-align: left; }
  @media only screen and (max-width: 40.063em) {
    .square-feature-4 {
      margin-bottom: 2rem; } }

.square-feature-link-4 {
  color: #fff;
  text-align: center;
  height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: .5px;
  font-weight: 600;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: flex-end;
  text-shadow: 1px 1px 10px #333f48; }
  .square-feature-link-4:hover {
    color: #fff;
    text-align: center;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
    font-weight: 600;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: flex-end; }
  .square-feature-link-4:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: ""; }

@media only screen and (max-width: 64.063em) {
  .square-column-4,
  .square-column-carousel {
    margin: 15px 0; }
  .square-image-4 {
    padding-right: 5px; }
  .square-row {
    margin: 5% 10% !important; } }

.square-feature-carousel {
  padding: 10px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  min-height: 225px;
  border-color: transparent;
  border-radius: 9px;
  border: 1px solid rgba(37, 129, 197, 0.41);
  color: #282828;
  background: #333f48;
  margin: 0 10px; }
  .square-feature-carousel:hover {
    background: #b55301; }
  .square-feature-carousel a {
    color: #fff;
    text-align: center;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
    font-size: 1.15rem;
    line-height: 1.5rem;
    letter-spacing: .5px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem;
    border: 3px solid #f2f1ed;
    border-radius: 5px; }
    .square-feature-carousel a hr {
      margin: 26px auto 0 auto;
      padding: 0 0 0 0;
      width: 20%;
      border-top: #f8971f solid 6px; }

.square-column-carousel {
  margin-bottom: 12px;
  padding-left: 0; }
  .square-column-carousel img {
    opacity: 0; }

.tablesaw caption {
  font-weight: 600;
  margin-bottom: 1.4em;
  opacity: 1;
  text-align: left; }

.tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
  border: 1px solid #e6e4dc; }

.info-highlight {
  background-color: #f8f8f8;
  border-left: 5px solid #f8971f;
  padding: 25px 15px 8px 0;
  text-align: right;
  border-radius: 4px;
  box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px; }
  .info-highlight h3 {
    font-size: 2.4rem;
    line-height: 1.2rem;
    color: #333f48; }
  .info-highlight h4 {
    line-height: 1.2rem;
    font-size: 1.05rem; }
  .info-highlight p {
    line-height: 1.1rem; }

.subnav li a.active {
  color: #9d4700;
  background-color: #ebeced;
  font-weight: bold; }

.temo {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  .temo-image {
    width: 100% !important;
    min-height: 430px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    margin: 0 !important; }
  .temo-box {
    position: relative !important;
    top: 25px;
    left: 18%;
    border: 1px solid #005f86 !important;
    background-color: #005f86 !important;
    width: 250px;
    max-height: 350px;
    height: auto !important;
    border-radius: 5px;
    text-align: left !important;
    color: #fff !important;
    line-height: 1rem;
    padding: 15px !important; }
  .temo-button {
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    padding: 5px !important;
    color: #fff !important;
    background-color: #fff;
    width: 58%; }
  .temo-paragraph {
    font-size: 1rem;
    line-height: 1.3rem !important;
    font-family: arial, helvetica, sans-serif !important;
    color: #fff !important; }
  .temo-logo {
    width: 575px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 13px; }
    .temo-logo-background {
      background-color: #f8f8f8; }
  @media only screen and (max-width: 40.063em) {
    .temo-image {
      background-image: none !important; }
    .temo-box {
      top: 0;
      left: 0%;
      border: 1px solid #005f86 !important;
      background-color: #005f86 !important;
      width: 100% !important;
      max-height: 600px;
      height: auto !important;
      text-align: left !important;
      color: #fff !important;
      border-radius: 0;
      padding: 8px !important; }
    .temo-logo, .temo-logo-background {
      display: none; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
    .temo-image {
      background-image: none !important; }
    .temo-box {
      top: 0;
      left: 0%;
      border: 1px solid #005f86 !important;
      background-color: #005f86 !important;
      width: 100% !important;
      max-height: 600px;
      height: auto !important;
      text-align: left !important;
      color: #fff !important;
      border-radius: 0;
      padding: 8px !important; }
    .temo-logo, .temo-logo-background {
      display: none; } }
  @media only screen and (min-width: 64.063em) {
    .temo-mobile-image {
      display: none; } }

.region-triptych-left,
.region-triptych-middle,
.region-triptych-right {
  margin-top: 45px;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40.063em) {
    .region-triptych-left,
    .region-triptych-middle,
    .region-triptych-right {
      margin-top: 15px; } }

.region-triptych-middle {
  border-right: 1px solid #f8f8f8;
  padding-right: 10px; }

.region-triptych-right {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width: 40.063em) {
    .region-triptych-right {
      margin-top: 15px; } }
  @media only screen and (min-width: 64.063em) {
    .region-triptych-right {
      margin-top: 45px; } }

.region-triptych-left h2,
.region-triptych-right h2 {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen {
    .region-triptych-left h2,
    .region-triptych-right h2 {
      color: #333f48;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 1.875rem;
      margin: 0 0 12px; } }
  @media only screen and (min-width: 64.063em) {
    .region-triptych-left h2,
    .region-triptych-right h2 {
      font-size: 1rem;
      margin: 0 0 12px; } }

.grad-degree-button {
  display: inline-block;
  font-size: 1rem;
  color: #fff !important;
  padding: 6px 8px 6px 8px;
  background-color: #005f86;
  border-bottom: 1px solid #005f86;
  border-right: 1px solid #005f86;
  border-left: 1px solid #005f86;
  border-top: 1px solid #005f86;
  border-radius: 3px;
  text-decoration: none; }
  .grad-degree-button:hover, .grad-degree-button:focus {
    text-decoration: underline; }

.grad-degree-button-phd {
  display: inline-block;
  font-size: .8125rem;
  color: #fff !important;
  padding: 4px 7px 4px 7px;
  background-color: #9d4700;
  border: 1px solid #9d4700;
  border-radius: 3px; }

.grad-degree-button-edd {
  display: inline-block;
  font-size: .8125rem;
  color: #fff !important;
  padding: 4px 7px 4px 7px;
  background-color: #5e686e;
  border: 1px solid #5e686e;
  border-radius: 3px; }

.grad-degree-button-ms {
  display: inline-block;
  font-size: .8125rem;
  color: #fff !important;
  padding: 4px 7px 4px 7px;
  background-color: #29323a;
  border: 1px solid #29323a;
  border-radius: 3px; }
  .grad-degree-button-ms:hover {
    background-color: #0a0d0e;
    border: 1px solid #0a0d0e; }

.grad-degree-button-med {
  display: inline-block;
  font-size: .8125rem;
  color: #fff !important;
  padding: 4px 7px 4px 7px;
  background-color: #005f86;
  border: 1px solid #074d6a;
  border-radius: 3px; }

.grad-degree-button-medp {
  display: inline-block;
  font-size: .8125rem;
  color: #fff !important;
  padding: 4px 7px 4px 7px;
  background-color: #00656e;
  border: 1px solid #00656e;
  border-radius: 3px; }

.grad-degree-button-ma {
  display: inline-block;
  font-size: .8125rem;
  color: white !important;
  padding: 4px 7px 4px 7px;
  background-color: #487d39;
  border: 1px solid #487d39;
  border-radius: 3px; }

.ycgtfh {
  margin: 150px 0 !important; }
  .ycgtfh .columns img {
    padding: 22px 22px; }
  .ycgtfh .columns p,
  .ycgtfh .columns h2,
  .ycgtfh .columns h3 {
    padding: 5px 10px; }

.ycgtfh-nameplate {
  margin: 70px 30px 100px;
  padding: 70px 7% 50px;
  border: 7px double #f8971f;
  box-shadow: 13px 13px #d6d6d6;
  width: 94%; }
  @media only screen and (max-width: 46.5rem) {
    .ycgtfh-nameplate {
      margin: 70px 0 100px;
      width: 100%; } }

.ycgtfh-interview {
  border-left: 7px double #f8971f;
  padding: 0 15px; }

.field_publish_date {
  font-weight: 700;
  color: #333f48;
  margin-bottom: 10px; }

.field_featured_image {
  margin-bottom: 28px; }

.field_photo_credit {
  margin-bottom: 20px; }

.field_featured_image + .field_photo_credit {
  margin-top: -28px; }

.field_date {
  font-weight: 700; }

.field_event_time {
  font-style: italic; }

.node-readmore {
  padding: 0 !important; }

.field_event_teaser {
  margin-bottom: 15px; }

.search .nav-search-button,
.search .search-page-button {
  top: 0 !important;
    font-size: 20px; 
  }

  @media only screen and (max-width: 1023px) {
    .search .nav-search-button,.search .search-page-button {
      /* top: -45px !important; */
      }
  }
  @media only screen and (max-width: 400px) {
    .search .nav-search-button,.search .search-page-button {
      top: 0 !important;
      }
  }

.footer-theme2 {
  background-color: #f8f8f8;
  border-top: 1px solid #ebe8e2;
  padding: 60px 10px 0; }
  .footer-theme2 .helpful-link {
    color: #333f48; }
  .footer-theme2 .footer-primary .helpful-links {
    margin-top: 3px; }
    .footer-theme2 .footer-primary .helpful-links a {
      color: #333f48; }
  .footer-theme2 .footer-secondary {
    padding-left: 10%;
    padding-right: 10%;
    text-transform: none;
    font-size: 0.8125rem;
    font-weight: 500; }
    .footer-theme2 .footer-secondary .helpful-links {
      margin-top: 3px; }
      .footer-theme2 .footer-secondary .helpful-links a {
        color: #333f48; }
  .footer-theme2 .footer-tertiary {
    padding-left: 5%;
    padding-right: 5%;
    text-transform: none;
    font-size: 0.8125rem;
    font-weight: 500; }
    .footer-theme2 .footer-tertiary ul li {
      list-style-type: none;
      margin-bottom: 20px; }
    .footer-theme2 .footer-tertiary .helpful-links {
      margin-top: 3px; }
      .footer-theme2 .footer-tertiary .helpful-links a {
        color: #333f48; }
  .footer-theme2 .footer-quaternary {
    padding-left: 10%;
    padding-right: 10%;
    text-transform: none;
    font-size: 0.8125rem;
    font-weight: 500; }
    .footer-theme2 .footer-quaternary ul {
      padding-left: 0; }
      .footer-theme2 .footer-quaternary ul li {
        list-style-type: none;
        margin-bottom: 20px; }
    .footer-theme2 .footer-quaternary .helpful-links {
      margin-top: 3px; }
      .footer-theme2 .footer-quaternary .helpful-links a {
        color: #333f48; }

/* Landscape phones and down */
@media only screen and (min-width: 40.063em) {
  .container-footer .footer-quaternary {
    padding-left: 32px; }
  .container-footer-news .footer-quaternary {
    padding-left: 5px; }
  .footer-theme2 .footer-quaternary {
    border-left: 1px solid #cbcbcb;
    padding-left: 10%;
    padding-right: 10%; }
  .footer-theme2 .footer-secondary {
    border-left: 1px solid #cbcbcb;
    padding-left: 10%;
    padding-right: 10%;
    height: 415px; } }

/* Landscape phones and down */
@media only screen and (min-width: 64.063em) {
  .container-footer-news .footer-quaternary {
    padding-left: 20px; } }

/* Landscape phones and down */
@media only screen and (max-width: 40.063em) {
  .container-footer .newsletter,
  .container-footer .connect,
  .container-footer .footer-secondary {
    padding: 0 0 18px 0;
    margin: 0 0 18px 0; }
  .footer-theme2 .newsletter,
  .footer-theme2 .connect,
  .footer-theme2 .footer-secondary {
    padding: 0 0 18px 0;
    margin: 0 0 18px 0; }
  .container-footer .newsletter,
  .container-footer .connect,
  .container-footer .footer-tertiary {
    border-bottom: 1px solid #a1a1a1;
    padding: 0 0 18px 0;
    margin: 0 0 18px 0; }
  .footer-theme2 .newsletter,
  .footer-theme2 .connect,
  .footer-theme2 .footer-tertiary {
    border-bottom: none;
    padding: 0 0 18px 0;
    margin: 0 0 18px 0; }
  .container-footer .newsletter,
  .container-footer .connect,
  .container-footer .footer-quaternary {
    padding: 0 0 18px 0;
    margin: 0 0 18px 0; }
  .footer-theme2 .newsletter,
  .footer-theme2 .connect,
  .footer-theme2 .footer-quaternary {
    padding: 0 0 18px 0;
    margin: 0 0 18px 0; } }

.footer-title {
  color: #a04400;
  font-size: 0.85rem;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase; }

.footer-theme2 .connect-links {
  float: right; }
  .footer-theme2 .connect-links .connect-link {
    color: #bf5700;
    text-decoration: none; }
    .footer-theme2 .connect-links .connect-link:hover, .footer-theme2 .connect-links .connect-link:focus {
      transform: scale(1.1);
      color: #a04400; }

.page-node-5 .rtecenter {
  margin-bottom: 5px; }

.page-node-5 .region.region-content-top-three-pillars .fieldblock_field_utexas_flex_content_area_a .utexas-flex-content h3.utexas-flex-content-area-headline,
.page-node-5 .region.region-content-top-three-pillars .fieldblock_field_utexas_flex_content_area_b .utexas-flex-content h3.utexas-flex-content-area-headline {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem; }

.page-node-5 .utexas-flex-content-area-call-to-action {
  display: none; }

.page-node-5 div.accented-container-wrapper > div.container.container-bottom > div.row {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-node-5 div.accented-container-wrapper > div.container.container-bottom {
  padding: 0; }

.page-node-5 div.accented-container-wrapper > div.container.container-bottom > div.row > div.small-12.large-centered.medium-12.large-12.column {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.reimagine-video {
  padding: 0 20%; }
  @media only screen and (max-width: 56.25em) {
    .reimagine-video {
      padding: 0 3; } }

.max-width-row {
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 0 10px 50px; }
  .max-width-row img {
    padding: 22px 22px; }

.max-width-column {
  padding: 5px 20px;
  background-color: rgba(248, 248, 248, 0.85); }
  @media only screen and (min-width: 85rem) {
    .max-width-column {
      padding: 5px 0; } }

.parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  box-shadow: 0 0 38px -17px rgba(51, 63, 80, 0.5); }

.reimagine-heading {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 2px;
  margin: 0 0 25px 0; }

.thread1 {
  width: 15%;
  border-top: 5px solid #f8971f;
  margin: 13px 0; }

.thread2 {
  width: 11%;
  border-top: 5px solid #fcd5a5;
  margin: 13px 0; }

.thread3 {
  width: 8%;
  border-top: 5px solid #feead2;
  margin: 13px 0 25px; }

.faculty-container {
  min-height: 445px; }

@media only screen and (max-width: 40em) {
  .faculty-container {
    min-height: 410px; } }

.faculty-image-container {
  position: relative;
  width: 90%;
  height: 100%; }

  .faculty-headline {
  position: relative;
  margin: 3% 0% 0% 0%;
  width: 220px;
  font-size: 1.3rem;
  font-weight: 600;
  max-width: 97%; }
    .faculty-headline a {
    color: #b55301; }

  .faculty-title {
  font-size: .9rem;
  /*width: 220px;*/
  max-width: 97%; }

  .faculty-image {
  transition: opacity .3s ease;
  height: inherit;
  width: inherit; }
    .faculty-image img {
    min-width: 100%; }

    .faculty-image:hover {
    opacity: .185;
    transition: opacity .4s ease; 
  
  }

  .faculty-image-none {
  transition: opacity .3s ease;
  height: inherit;
  width: inherit; }
    .faculty-image-none:hover {
    transition: opacity .4s ease;
    opacity: .185; }


  .faculty-text {
  color: #fff;
  z-index: -10000;
  position: absolute;
  width: inherit;
  height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  background-color: #333f48; }

    .faculty-text p {
    max-height: 89%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 10px 15px 5px 13px;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 64em) {
        .faculty-text p {
        max-height: 92%;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 10px 15px 5px 13px; } }
    @media only screen and (max-width: 40.063em) {
        .faculty-text p {
        max-height: 87%;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 10px 15px 5px 13px; } }

        .faculty-image-container:hover .faculty-text {
    z-index: 0; 
  }

  .columns + .column:last-child,
  .field .field_utexas_promo_units .column + .column:last-child,
  .column + .columns:last-child,
  .columns + .columns:last-child {
  float: left; }

  .callout {
  border: none;
  padding: 0;
  margin: 10px 0 65px 7px;
  transform: scale(0.946);
  transform-origin: left; }

.faculty-divider {
  margin: 1.5em 0;
  width: 10%;
  color: #b55301;
  border-top: #b55301 solid 6px; }

.faculty-filter-button a:link {
  background: #005f86;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  display: grid;
  width: auto;
  padding: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 85px;
  font-size: .95rem;
  text-align: center;
  vertical-align: middle;
  transition: .4s ease; }

  .faculty-filter-button a:visited {
    color: #fff;
  }

  .faculty-filter-button a:hover {
    background: #074d6a;
    transition: .4s ease; }

@media only screen and (max-width: 64.063em) {
  .faculty-filter-button {
    transform: scale(0.88); } }

#block-block-100 {
  background-color: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-bottom: 0; }
  #block-block-100 .content {
    padding-left: 0;
    padding-top: 0; }
  #block-block-100 .sidebar-headline {
    display: none; }

#block-views-department-news-blocks-block > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-5 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-1 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-6 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-2 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-7 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-3 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-8 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-4 > div.content > div > div > div.views-row,
#block-views-department-news-blocks-block-9 > div.content > div > div > div.views-row {
  margin: 0 0 10px 0;
  color: #56544e;
  font-size: .9375rem;
  line-height: 1.375rem; }

#block-block-152 {
  margin-top: -17px;
  margin-bottom: 0; }

#block-block-153,
#block-block-160 {
  margin-bottom: 0; }

.sidebars_top_right h2 {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  color: #2d2a28;
  margin: 0 -1px;
  width: 100.8%;
  font-weight: 700; }

.sidebars_top_right #block-block-144 {
  margin-top: 50px;
  border: 1px solid #f0ede6; }
  .sidebars_top_right #block-block-144 h2 {
    padding: 5px 15px;
    background: #fffdfa;
    border: 1px solid #f0ede6; }
  .sidebars_top_right #block-block-144 .content {
    padding: 15px 15px 0 15px;
    background: #fffdfa; }
    .sidebars_top_right #block-block-144 .content p {
      margin: 0 0 10px 0;
      color: #56544e;
      font-size: .9375rem;
      line-height: 1.375rem; }
      .sidebars_top_right #block-block-144 .content p a {
        font-size: .9375rem; }

.featured-highlight-list {
  color: #333f48;
  padding-left: 5px; }

.featured-highlight-list li {
  list-style-type: none; }
  .featured-highlight-list li a {
    color: #333f48 !important;
    font-size: .85rem;
    font-style: unset !important;
    border-bottom: dashed 1px #e6e4dc;
    padding: 5px 0 2px 0; }

.featured-highlight-block {
  width: 31%;
  margin-right: 15px;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 15px;
  min-height: 280px; }
  @media only screen and (max-width: 56.25em) {
    .featured-highlight-block {
      width: 100%;
      min-height: 100px;
      margin: 10px 0; } }

.field_utexas_featured_highlight.light .highlight-text a {
  text-decoration: underline;
  color: #9d4700; }
  .field_utexas_featured_highlight.light .highlight-text a:hover {
    font-weight: 800;
    text-decoration: none; }

.field_utexas_featured_highlight.light .highlight-text .cta {
  margin-top: 15px;
  color: #fff; }

#ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.dark {
  background-color: #333f48;
  color: #fff; }
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.dark .highlight-text a {
    text-decoration: underline; }
    #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.dark .highlight-text a:hover {
      text-decoration: none; }

#ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.navy {
  background-color: #005f86; }
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.navy .highlight-text a {
    text-decoration: underline; }
    #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.navy .highlight-text a:hover {
      text-decoration: none; }

#ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light {
  background-color: #f8f8f8;
  color: #333f48; }
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-headline {
    color: #333f48; }
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-text a {
    text-decoration: underline; }
    #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-text a:hover {
      text-decoration: none; }
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-text a.cta-link {
    color: #bf5700; }
    #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-text a.cta-link:hover {
      color: #a04400;
      font-weight: 900; }
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-text a.button,
  #ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div.light .highlight-text a.cta {
    color: #fff; }

#ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div h2,
#ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div p {
  color: #fff; }

#ut-page-content > div.field_utexas_featured_highlight > div.field_utexas_featured_highlight > div .cta-link {
  color: #fff; }

.block-fieldblock.fieldblock_field_utexas_flex_content_area_a {
  margin-top: 20px; }

.field_utexas_flex_content_area_a,
.field_utexas_flex_content_area_b {
  margin-bottom: 50px !important; }
  .field_utexas_flex_content_area_a .utexas-flex-content .utexas-flex-content-area-copy p,
  .field_utexas_flex_content_area_b .utexas-flex-content .utexas-flex-content-area-copy p {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5; }
  .field_utexas_flex_content_area_a .utexas-flex-content .utexas-flex-content-area-image-wrapper .utexas-flex-content-area-image,
  .field_utexas_flex_content_area_b .utexas-flex-content .utexas-flex-content-area-image-wrapper .utexas-flex-content-area-image {
    box-shadow: none;
    border: none; }

.region.region-content-top-three-pillars .block-fieldblock .utexas-flex-content h3.utexas-flex-content-area-headline {
  font-size: 1.6rem;
  font-weight: 500;
  color: #005476;
  margin-top: 18px;
  line-height: 1.9rem; }

.region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content {
  background: #f5f4f0;
  height: 100%;
  border: 1px solid #e6e4dc;
  padding: 20px;
  box-shadow: 0 9px 22px -23px #333f48;
  border-radius: 5px;
  /* Landscape phones and down */ }
  .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content ul,
  .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content h3.utexas-flex-content-area-headline {
    background-color: #f5f4f0 !important; }
  .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content .utexas-flex-content-area-copy {
    display: block; }
  .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content h3.utexas-flex-content-area-headline {
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen {
      .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content h3.utexas-flex-content-area-headline {
        padding-left: 0; } }
    @media only screen and (min-width: 64.063em) {
      .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content h3.utexas-flex-content-area-headline {
        padding: 10px 0 10px 0;
        line-height: 22px;
        font-size: 1.3rem;
        font-weight: 600; } }
  @media only screen and (min-width: 64.063em) {
    .region.region-content-top-four-pillars .block-fieldblock .utexas-flex-content ul {
      padding: 0 20px 20px 0; } }

.container-hero {
  margin-top: 0 !important; }

.field_utexas_hero_photo {
  margin-top: -40px; }
  .field_utexas_hero_photo .container.container-hero.hero-style-1 {
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    .field_utexas_hero_photo .container.container-hero.hero-style-1 .subhead {
      display: inherit;
      font-size: 1.1875rem;
      position: fixed;
      left: 0;
      border-right: 7px solid white;
      padding: 13px;
      background-color: rgba(212, 212, 212, 0.27);
      top: 430px; }
    @media only screen and (max-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-1 {
        background-size: contain;
        background-repeat: no-repeat; } }
    @media only screen and (min-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-1 .column {
        min-height: 400px !important; } }
    @media only screen and (min-width: 81.25em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-1 .column {
        min-height: 543px !important; } }
  .field_utexas_hero_photo .container.container-hero.hero-style-2 {
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    .field_utexas_hero_photo .container.container-hero.hero-style-2 .callout-text {
      display: block;
      line-height: 2.1rem;
      background: none;
      color: #fff;
      /* Landscape phones and down */ }
      @media only screen and (max-width: 40.063em) {
        .field_utexas_hero_photo .container.container-hero.hero-style-2 .callout-text {
          line-height: 1.5rem; } }
    .field_utexas_hero_photo .container.container-hero.hero-style-2 .subhead {
      display: inherit;
      font-size: 1.1rem;
      font-weight: 500;
      /* Landscape phones and down */ }
      @media only screen and (max-width: 40.063em) {
        .field_utexas_hero_photo .container.container-hero.hero-style-2 .subhead {
          display: inherit;
          font-size: .8rem;
          font-weight: 400; } }
    .field_utexas_hero_photo .container.container-hero.hero-style-2 .hero-callout {
      max-width: 100%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: relative;
      background: rgba(191, 87, 0, 0.85);
      box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, 0.35);
      border-radius: 2px;
      left: 0%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      top: 235px;
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      @media only screen and (min-width: 40.063em) {
        .field_utexas_hero_photo .container.container-hero.hero-style-2 .hero-callout {
          max-width: 70%;
          top: 289px; } }
      @media only screen and (min-width: 64.063em) {
        .field_utexas_hero_photo .container.container-hero.hero-style-2 .hero-callout {
          position: absolute;
          background: rgba(191, 87, 0, 0.9);
          border-radius: 0;
          right: 0%;
          bottom: -4%;
          border-top: #fff solid 5px;
          min-height: 120px;
          top: unset;
          left: unset; } }
    @media only screen and (max-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-2 {
        background-size: contain;
        background-repeat: no-repeat; } }
    @media only screen and (min-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-2 .column {
        min-height: 400px !important; } }
    @media only screen and (min-width: 81.25em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-2 .column {
        min-height: 543px !important; } }
  .field_utexas_hero_photo .container.container-hero.hero-style-3 {
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-3 {
        background-size: contain;
        background-repeat: no-repeat; } }
    @media only screen and (min-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-3 .column {
        min-height: 400px !important; } }
    @media only screen and (min-width: 64.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-3 .background-box {
        height: 120px;
        background-color: rgba(255, 255, 255, 0.85); }
      .field_utexas_hero_photo .container.container-hero.hero-style-3 .hero-cta {
        bottom: 12px;
        font-size: .9375rem;
        float: right;
        padding: 15px 35px;
        background-color: #b55301;
        border: 0 solid #fff !important; }
      .field_utexas_hero_photo .container.container-hero.hero-style-3 .headline {
        font-size: 2.2rem;
        line-height: 2.5rem;
        font-weight: 600;
        color: #b55301; }
      .field_utexas_hero_photo .container.container-hero.hero-style-3 .subhead {
        font-size: 1em;
        line-height: 2rem;
        color: #333f48; } }
    @media only screen and (min-width: 81.25em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-3 .column {
        min-height: 543px !important; } }
  .field_utexas_hero_photo .container.container-hero.hero-style-4 {
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    .field_utexas_hero_photo .container.container-hero.hero-style-4 .headline {
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 2.7rem; }
    @media only screen and (max-width: 40.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-4 .headline {
        padding-bottom: .5rem; }
      .field_utexas_hero_photo .container.container-hero.hero-style-4 .hero-cta {
        float: right;
        margin-bottom: 5%;
        margin-top: 10%; } }
    @media only screen and (min-width: 64.063em) {
      .field_utexas_hero_photo .container.container-hero.hero-style-4 .headline {
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 1rem;
        line-height: 2.5rem; }
      .field_utexas_hero_photo .container.container-hero.hero-style-4 .hero-cta {
        float: right;
        margin-bottom: 5%;
        margin-top: 35%; } }

.template-1 .field_utexas_hero_photo .container.container-hero.hero-style-2 .hero-callout {
  background: rgba(0, 95, 134, 0.85);
  /* Landscape phones and down */ }
  @media only screen and (min-width: 64.063em) {
    .template-1 .field_utexas_hero_photo .container.container-hero.hero-style-2 .hero-callout {
      background: rgba(0, 95, 134, 0.9); } }

.block-fieldblock .field_utexas_hero_photo {
  margin-top: 0; }

.logged-in .field_utexas_hero_photo {
  margin-top: 2px; }

.hero-image {
  display: none; }

.container.video-hero {
  padding: 0; }
  .container.video-hero.logged-in {
    margin-top: .5em; }

.video-hero {
  display: block; }

.video-hero-content {
  position: relative;
  padding-bottom: 46%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.video-hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top right, #333f48, #b55301);
  opacity: .9; }

.video-hero-heading {
  position: absolute;
  top: 13%;
  left: 10%;
  width: 65%;
  z-index: 3; }
  .video-hero-heading h1,
  .video-hero-heading h2 {
    position: absolute;
    color: #fff;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 4.8rem;
    text-shadow: 3px 3px 4px rgba(51, 63, 72, 0.6);
    letter-spacing: 2px; }

.video-hero-button {
  padding: 12px 20px;
  background: #bf5700;
  border-radius: 5px;
  position: absolute;
  font-weight: 600;
  top: 55%;
  left: 10%;
  box-shadow: 2px 3px 9px -3px rgba(51, 63, 72, 0.5);
  font-size: 1.5rem; }

@media only screen and (max-width: 96.625em) {
  .video-hero-button {
    top: 65%; }
  .video-hero-content {
    padding-bottom: 50%; } }

@media only screen and (max-width: 75.75em) {
  .video-hero-button {
    top: 70%; }
  .video-hero-content {
    padding-bottom: 50%; } }

@media only screen and (max-width: 64.3em) {
  .video-hero-overlay {
    height: auto; }
  .video-hero-heading h1,
  .video-hero-heading h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.5rem; }
  .video-hero-button {
    padding: 12px 20px;
    font-size: 1rem;
    top: 70%; }
  .video-hero-content {
    padding-bottom: 50%; } }

@media only screen and (max-width: 41em) {
  .video-hero-button {
    left: 69%;
    top: 30%;
    padding: 8px 12px; }
  .video-hero-heading {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 65%; }
  .video-hero-heading h2 {
    font-size: 1.625rem;
    line-height: 1.675rem;
    padding-top: 0; }
  .hero-image {
    display: block; }
  .hero-video-link {
    display: none; } }

@media only screen and (max-width: 35em) {
  .video-hero-content {
    padding-bottom: 55%; } }

@media only screen and (max-width: 20em) {
  .video-hero-content {
    padding-bottom: 60%; } }

.video-hero-heading p {
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-shadow: 1px 0 3px #282828; }

.video-hero-box-1 {
  position: absolute;
  left: 17%;
  bottom: 100px;
  width: 17%; }

.video-hero-box-2 {
  position: absolute;
  left: 37%;
  bottom: 100px;
  width: 17%; }

.video-hero-box-3 {
  position: absolute;
  left: 57%;
  bottom: 100px;
  width: 17%; }

.video-hero-box-content {
  background: rgba(212, 212, 212, 0.27);
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition: ease .7s;
  height: 100px;
  transform: scale(1); }
  .video-hero-box-content p {
    font-size: 1.5rem;
    top: 50%;
    line-height: 2.1rem;
    color: #fff;
    position: relative;
    transform: translateY(-50%);
    text-align: center; }
  .video-hero-box-content:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transition: ease .7s;
    transform: scale(1.07); }

.vidbutton {
  margin-bottom: -72px; }

#vidbutton {
  position: relative;
  display: inline-block;
  bottom: 70px;
  left: 80%;
  opacity: .9;
  background: #bf5700;
  border-radius: 100px;
  z-index: 100; }
  #vidbutton button {
    background: #bf5700;
    border-radius: 100px; }
  @media only screen and (max-width: 41em) {
    #vidbutton {
      display: none; } }

.field_media_links {
  background-color: #f8f8f8;
  border: 1px solid #fbfbf9;
  margin-bottom: 20px;
  padding: 20px; }
/*
  .utexas-promo-field:nth-child(4n+5) {
    clear:left;
  }
  */

  .utexas-promo-field.utexas-promo-unit {
    padding: 25px;
    border-top: 5px solid #005f86;
    border-radius: 5px;
    box-shadow: 0 12px 22px -23px #333f48;
    margin-bottom: 30px;
    /* Landscape phones and down */ }

    .utexas-promo-field.utexas-promo-unit .promo-headline {
      /* Landscape phones and down */
      /* Landscape phones and down */ }

      @media only screen and (min-width: 40.063em) {
        .utexas-promo-field.utexas-promo-unit .promo-headline {
          font-size: 1.4rem; } }

      @media only screen and (min-width: 64.063em) {
        .utexas-promo-field.utexas-promo-unit .promo-headline {
          margin-top: 10px; } }
    @media only screen and (max-width: 40.063em) {
      .utexas-promo-field.utexas-promo-unit .promo-copy,
      .utexas-promo-field.utexas-promo-unit .cta-wrapper {
        display: block; } }
  @media only screen and (min-width: 64.063em) {
    .utexas-promo-field .promo-copy p {
      line-height: 1.6rem; } }

.field_utexas_promo_units .post-headline {
  font-weight: 600;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 1.7rem;
  color: #333f48;
  padding-bottom: 7px;
  border: none; }

.video-embed-description {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-top: 0;
  position: relative; }

.flex-video,
.highlight-image.template-highlight .flex-video {
  padding-bottom: 56.25%; }

.wysiwyg-row {
  margin: 0 0 70px 0 !important; }
  .wysiwyg-row h2 {
    font-size: 2.1rem;
    font-weight: 400; }
  .wysiwyg-row p {
    font-size: 1.2rem; }
  .wysiwyg-row li {
    font-size: 1.15rem; }
  .wysiwyg-row img {
    padding: 0 0 21px 0; }

.image-float-left {
  float: left;
  padding: 4px 20px 6px 0;
  margin: 0; }

.image-float-right {
  float: right;
  padding: 4px 6px 6px 10px;
  margin: 0; }

.image-float-left .media-element-container,
.image-float-right .media-element-container {
  margin-bottom: 0; }

.image-float-left .wysiwyg-caption,
.image-float-right .wysiwyg-caption {
  text-align: center;
  background-color: #ebe8e2;
  display: -ms-flexbox;
  display: flex; }
  .image-float-left .wysiwyg-caption div,
  .image-float-right .wysiwyg-caption div {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 0; }

.no-title,
#no-title {
  display: none; }

.separator {
  border-left: 1px solid #fff;
  height: 15px;
  line-height: 15px !important;
  margin-left: 7px;
  padding-left: 12px !important; }

.normalize {
  font-weight: normal !important; }

.rm-link {
  display: inline-block; }

span[class*="overlay-"] {
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 1.5px;
  width: 100%;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  padding: 8px;
  box-sizing: border-box; }

span.overlay-grey {
  background-color: rgba(242, 169, 0, 0.85); }

span.overlay-foam {
  background-color: rgba(0, 169, 183, 0.85); }

span.overlay-orange {
  background-color: rgba(191, 87, 0, 0.85); }

span.overlay-green {
  background-color: rgba(67, 105, 91, 0.85); }

span.overlay-tan {
  background-color: rgba(242, 169, 0, 0.85); }

span.overlay-charcoal {
  background-color: rgba(51, 63, 72, 0.85); }

span.overlay-blue {
  background-color: rgba(0, 95, 134, 0.85); }

span.overlay-black {
  background-color: rgba(0, 0, 0, 0.85); }

.wf_caption {
  margin: 0px !important;
  position: relative; }

.headline-link {
  color: #333f48 !important; }
  .headline-link:hover {
    color: #333f48 !important; }

.coe-intro {
  width: 100%;
  font-weight: 600; }

.caption-detail {
  font-weight: 500;
  font-size: .75rem; }

.news_list_promo p {
  font-size: 100%; }

.degree-labels {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding: 6px 8px 6px 8px;
  background-color: #c2c5c8;
  border: 1px solid #858c91;
  border-radius: 2px; }

/* Landscape phones and down */
@media only screen and (min-width: 64.063em) {
  .container-announcement {
    margin-bottom: 0; } }

.white {
  color: #fff; }

.orange {
  color: #b55301; }

.orange-bar {
  width: 10%;
  border-top: #c67919 10px solid;
  margin: 35px 0; }

.big-type {
  font-size: 1.2rem;
  color: #333f48;
  font-weight: 200;
  line-height: 2.3rem; }

.right-double-border {
  border-bottom: 7px double #f8971f;
  border-right: 7px double #f8971f; }
  @media only screen and (max-width: 46.5rem) {
    .right-double-border {
      border-bottom: 0 double #f8971f; } }

.left-double-border {
  border-bottom: 7px double #f8971f;
  border-left: 7px double #f8971f; }
  @media only screen and (max-width: 46.5rem) {
    .left-double-border {
      border-bottom: 0 double #f8971f; } }

.more-link {
  text-align: left;
  font-size: .9375rem; }

.field_event_image {
  float: right; }

.about-department {
  background-color: #f8f8f8;
  padding: 12px;
  font-size: 1.125rem;
  text-align: left;
  line-height: 2rem; }

.container-highlight .highlight-text .about-department a {
  color: #ae4f00; }

.Skin #Overlay {
  background: #f8f8f8; }
