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

/* Unset legacy :focus, which is not context-sensitive */
*:focus {
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* :focus-visible uses browser heuristics to apply to items that "need"
 a visible focus indicator" */
*:focus-visible,
.ut-focus {
  outline: 2px #F9F9F9 solid;
  outline-offset: 0px;
  -webkit-box-shadow: 0 0 0 4px #193146;
  box-shadow: 0 0 0 4px #193146;
}

@font-face {
  font-family: "CharisSil";
  src: url("../fonts/charissil/charissil-r.woff") format("woff"), url("../fonts/charissil/charissil-r.woff2") format("woff2"), url("../fonts/charissil/charissil-r.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LibreFrank";
  src: url("../fonts/librefrank/librefranklin-bold-webfont.woff") format("woff"), url("../fonts/librefrank/librefranklin-bold-webfont.woff2") format("woff2"), url("../fonts/librefrank/librefranklin-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LibreFrank";
  src: url("../fonts/librefrank/librefranklin-italic-webfont.woff") format("woff"), url("../fonts/librefrank/librefranklin-italic-webfont.woff2") format("woff2"), url("../fonts/librefrank/librefranklin-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "LibreFrank";
  src: url("../fonts/librefrank/librefranklin-regular-webfont.woff") format("woff"), url("../fonts/librefrank/librefranklin-regular-webfont.woff2") format("woff2"), url("../fonts/librefrank/librefranklin-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LibreFrank";
  src: url("../fonts/librefrank/librefranklin-medium-webfont.woff") format("woff"), url("../fonts/librefrank/librefranklin-medium-webfont.woff2") format("woff2"), url("../fonts/librefrank/librefranklin-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "LibreFrank";
  src: url("../fonts/librefrank/librefranklin-semibold-webfont.woff") format("woff"), url("../fonts/librefrank/librefranklin-semibold-webfont.woff2") format("woff2"), url("../fonts/librefrank/librefranklin-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "LibreFrank";
  src: url("../fonts/librefrank/librefranklin-black-webfont.woff") format("woff"), url("../fonts/librefrank/librefranklin-black-webfont.woff2") format("woff2"), url("../fonts/librefrank/librefranklin-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "ut-icons";
  src: url("../fonts/icons/ut-icons.eot?xps22m");
  src: url("../fonts/icons/ut-icons.eot?xps22m#iefix") format("embedded-opentype"), url("../fonts/icons/ut-icons.ttf?xps22m") format("truetype"), url("../fonts/icons/ut-icons.woff?xps22m") format("woff"), url("../fonts/icons/ut-icons.svg?xps22m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ut-icons", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
  content: "\e900";
}

.icon-external-link:before {
  content: "\e901";
}

.icon-lock:before {
  content: "\e902";
}

#js-nav-toggle, .ut-btn--large,
button--large, .ut-btn--small,
button--small, .ut-btn--disabled,
button--disabled, .ut-btn--secondary,
button--secondary, .ut-btn,
button {
  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;
  -webkit-transition: background-color, color, border-color, 0.33s ease-out;
  transition: background-color, color, border-color, 0.33s ease-out;
}
#js-nav-toggle:link, .ut-btn--large:link,
button--large:link, .ut-btn--small:link,
button--small:link, .ut-btn--disabled:link,
button--disabled:link, .ut-btn--secondary:link,
button--secondary:link, .ut-btn:link,
button:link, #js-nav-toggle:visited, .ut-btn--large:visited,
button--large:visited, .ut-btn--small:visited,
button--small:visited, .ut-btn--disabled:visited,
button--disabled:visited, .ut-btn--secondary:visited,
button--secondary:visited, .ut-btn:visited,
button:visited {
  color: #ffffff;
}
#js-nav-toggle:hover, .ut-btn--large:hover,
button--large:hover, .ut-btn--small:hover,
button--small:hover, .ut-btn--disabled:hover,
button--disabled:hover, .ut-btn--secondary:hover,
button--secondary:hover, .ut-btn:hover,
button:hover, #js-nav-toggle:focus-visible, .ut-btn--large:focus-visible,
button--large:focus-visible, .ut-btn--small:focus-visible,
button--small:focus-visible, .ut-btn--disabled:focus-visible,
button--disabled:focus-visible, .ut-btn--secondary:focus-visible,
button--secondary:focus-visible, .ut-btn:focus-visible,
button:focus-visible {
  border: 2px solid #9d4700;
  background-color: #9d4700;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
}
#js-nav-toggle:active, .ut-btn--large:active,
button--large:active, .ut-btn--small:active,
button--small:active, .ut-btn--disabled:active,
button--disabled:active, .ut-btn--secondary:active,
button--secondary:active, .ut-btn:active,
button:active {
  background-color: #AE4F00;
}

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

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: #1f262b;
}

footer.ut-footer {
  background-color: #f9fafb;
  padding: 3rem 0;
}
footer.ut-footer .ut-logo--primary {
  max-width: 100%;
  max-height: 62px;
}
footer.ut-footer .text--copyright {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: italic;
}

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

input:focus-visible,
optgroup:focus-visible,
select:focus-visible,
textarea:focus-visible {
  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%;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
input::-webkit-input-placeholder, optgroup::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5e686e;
  opacity: 1;
}
input::-moz-placeholder, optgroup::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #5e686e;
  opacity: 1;
}
input:-ms-input-placeholder, optgroup:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5e686e;
  opacity: 1;
}
input::-ms-input-placeholder, optgroup::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-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] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 0 1px #5e686e;
  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%;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #5e686e;
  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;
  -webkit-box-shadow: 0 0 0 1px #005f86;
  box-shadow: 0 0 0 1px #005f86;
}

[type=radio]:checked + label::before {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #005f86;
  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-visible + label::before,
[type=checkbox]:focus-visible + 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;
  -webkit-box-shadow: 0 0 0 1px #aeb0b5;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed;
}

header.ut-header {
  border-bottom: 1px solid #c4cdd4;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  header.ut-header {
    padding-bottom: 1rem;
  }
}
header.ut-header .site-branding {
  padding: 0.75em 0;
}
@media screen and (min-width: 1200px) {
  header.ut-header .site-branding {
    padding: 1.5em 0;
  }
}
header.ut-header .ut-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.ut-header .ut-header-wrapper .navbar-brand {
  margin-right: auto;
}
header.ut-header .ut-header-wrapper .ut-main_logo {
  max-height: 35px;
}
@media screen and (min-width: 1200px) {
  header.ut-header .ut-header-wrapper .ut-main_logo {
    max-height: 60px;
    max-width: 70%;
  }
}

.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) {
  .ut-search_bar {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    top: -60px;
    width: 220px;
  }
}
.ut-search_bar form {
  position: relative;
}
.ut-search_bar .input--search {
  border: none;
  background: transparent;
  height: 2.25rem;
  padding-left: 0.5rem;
  width: 100%;
}
.ut-search_bar .input--search::-webkit-input-placeholder {
  font-style: italic;
}
.ut-search_bar .input--search::-moz-placeholder {
  font-style: italic;
}
.ut-search_bar .input--search:-ms-input-placeholder {
  font-style: italic;
}
.ut-search_bar .input--search::-ms-input-placeholder {
  font-style: italic;
}
.ut-search_bar .input--search::placeholder {
  font-style: italic;
}
.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;
}
.ut-search_bar .ut-btn--search:hover {
  color: #bf5700;
  cursor: pointer;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ut-social_bar ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
  }
}

a {
  text-decoration: none;
}

p 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-visible, .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: top;
  background-color: currentColor;
  content: "";
  padding: 0 0.2em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  mask-position: 0;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
}

body {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ut-font--serif {
  font-family: "CharisSil", Georgia, serif;
}

a,
a:link,
a:visited {
  color: #9d4700;
  overflow-wrap: anywhere;
}

a:hover,
a:focus-visible {
  color: #bf5700;
}

a:active {
  color: #AE4F00;
}

h1,
.ut-h1 {
  font-size: 3.0625rem;
  line-height: 1.143;
  font-weight: 600;
}

h2,
.ut-h2 {
  font-size: 2.4375rem;
  line-height: 1.154;
  font-weight: 500;
}

h3,
.ut-h3 {
  font-size: 1.5625rem;
  line-height: 1.25;
  font-weight: 500;
}

h4,
.ut-h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: normal;
}

h5,
.ut-h5 {
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 600;
}

h6,
.ut-h6 {
  font-size: 0.8125rem;
  line-height: 1.385;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ut-h1,
.ut-h2,
.ut-h3,
.ut-h4,
.ut-h5,
.ut-h6 {
  color: #333f48;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 3rem 2.5rem;
  padding: 1rem 1.5rem;
  border-left: 5px solid #e6e4dc;
  background: #f9fafb;
}

blockquote * {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #f9fafb;
  cursor: help;
}

mark,
ins {
  background: #e6ebed;
  text-decoration: none;
}

big {
  font-size: 125%;
}

small {
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}

summary {
  font-size: 1.125rem;
}

.ut-copy--intro {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #333f48;
}

@media screen and (min-width: 1200px) {
  article {
    word-wrap: break-word;
  }
  article p,
  article ul,
  article ol,
  article dt {
    font-size: 1.125rem;
  }
}
.updated-date-message,
.updated-date {
  font-style: italic;
  font-size: 0.9rem;
  color: #56544e;
}

.ut-copy:after {
  display: block;
  clear: both;
  content: "";
}

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

.ut-headline--poster, .ut-headline--underline, .ut-headline--xl, .ut-headline--lg, .ut-headline {
  color: #333f48;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  line-height: 1.5;
}

.ut-headline {
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .ut-headline {
    font-size: 1.25rem;
  }
}

.ut-headline--lg {
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .ut-headline--lg {
    font-size: 1.5625rem;
  }
}

.ut-headline--xl {
  font-size: 1.5625rem;
}
@media screen and (min-width: 1200px) {
  .ut-headline--xl {
    font-size: 2rem;
  }
}

.ut-headline--underline {
  border-bottom: 2px solid #005f86;
  margin-bottom: 1.25rem;
  padding-bottom: 0.3rem;
}

.ut-headline--poster {
  font-size: 2.0625rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .ut-headline--poster {
    font-size: 3.0625rem;
  }
}

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

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

.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .main-menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.main-menu__list li.active a.main-menu__link {
  color: #bf5700;
}

.main-menu-flex-start .main-menu__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.main-menu-flex-start .main-menu__list > li {
  margin-right: 16px;
}

.main-menu-flex-end .main-menu__list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.main-menu-flex-end .main-menu__list > li {
  margin-left: 16px;
}

.main-menu__list-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item {
    display: inline-block;
  }
}
.main-menu__list-item .main-menu__link {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #1f262b;
  font-weight: 600;
  border: 1px solid transparent;
  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);
  }
  .main-menu__list-item .main-menu__link.add-border {
    border-top: 1px solid #c2c5c8;
    border-left: 1px solid #c2c5c8;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link {
    -webkit-transition: border, color, 100ms ease-in-out;
    transition: border, color, 100ms ease-in-out;
    background-color: #ffffff;
    display: inline-block;
    margin: 1px 0 -1px 0;
  }
}
.main-menu__list-item .main-menu__link.open {
  border-bottom: none;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link.open {
    border: 1px solid #c2c5c8;
  }
}
.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: #bf5700;
  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 {
    border-bottom: 1px solid transparent;
    margin-top: 0.0625rem;
    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: #1f262b;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .main-menu__list-item.menu-item-has-children > .main-menu__link {
    border-right: 1px solid #c2c5c8;
  }
}
@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:before {
    content: 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="M16.797 11.5c0 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-7.281-7.281c-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.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z"></path></svg>');
    position: absolute;
    padding-left: 0.625rem;
    bottom: 0.375rem;
    right: 0.625rem;
    -webkit-transition: bottom 100ms ease-in;
    transition: bottom 100ms ease-in;
  }
  .main-menu__list-item.menu-item-has-children > .main-menu__link.hover:before, .main-menu__list-item.menu-item-has-children > .main-menu__link.open:before {
    bottom: 0.125rem;
  }
}
.main-menu__list-item.menu-item-has-children > .main-menu__link.no-children::after {
  content: "";
}
.main-menu__list-item.menu-item-has-children > .main-menu__link.no-children + i {
  display: none;
}
.main-menu__list-item .main-menu__link--subnav {
  font-size: 0.875rem;
  color: #1f262b;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0 1.5625rem;
  position: relative;
  -webkit-transition: border, color, 0.33s ease-in-out;
  transition: border, color, 0.33s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item .main-menu__link--subnav {
    background-color: #ffffff;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
}
.main-menu__list-item i.subnav-trigger.icon--open {
  border-right: 1px solid #c2c5c8;
  border-top: 1px solid #c2c5c8;
}
.main-menu__list-item i.subnav-trigger.icon--open .svg.angle-down {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 1200px) {
  .main-menu__list-item i.subnav-trigger {
    display: none;
  }
}

@media (max-width: 1199px) {
  .sub-nav-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.sub-nav-wrapper .main-menu__list--subnav {
  list-style: none;
  position: absolute;
  display: none;
  padding: 0.5rem 1rem;
  border: 1px solid #c2c5c8;
  background-color: #ffffff;
  width: 240px;
  max-height: none;
  -webkit-transition: background-color, color, 0.33s;
  transition: background-color, color, 0.33s;
  z-index: 2;
}
.sub-nav-wrapper .main-menu__list--subnav .main-menu__link--subnav {
  display: block;
  padding: 0.5rem 0;
}
.sub-nav-wrapper .main-menu__list--subnav .main-menu__link--subnav:hover {
  color: #bf5700;
}
@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: none;
}
.sub-nav-wrapper .main-menu__list--subnav i.subnav-trigger {
  display: none;
}
@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: 240px;
  }
  .sub-nav-wrapper.one-column .main-menu__list--subnav .main-menu__list-item--subnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .sub-nav-wrapper.two-columns .main-menu__list--subnav {
    width: 400px;
  }
  .sub-nav-wrapper.two-columns .main-menu__list--subnav .main-menu__list-item--subnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
  .sub-nav-wrapper.three-columns .main-menu__list--subnav {
    width: 500px;
  }
  .sub-nav-wrapper.three-columns .main-menu__list--subnav .main-menu__list-item--subnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
  .sub-nav-wrapper.open .main-menu__list--subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: none;
  }
}

#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;
  }
}

.block__ut-social-links--items svg {
  fill: #333f48;
  width: 22px;
}
.block__ut-social-links--items svg:hover {
  fill: #1f262b;
}

ul.subnav {
  margin-top: 10px;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 900px) {
  ul.subnav {
    padding-right: 30px;
    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: 7px 5px 7px 15px;
  margin-bottom: 5px;
  border-left: 1px solid #7d8a92;
  list-style-type: none;
  display: block;
  color: #9d4700;
}
ul.subnav li span {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 7px 5px 7px 15px;
  margin-bottom: 5px;
  border-left: 1px solid #7d8a92;
  list-style-type: none;
  display: block;
}
ul.subnav ul {
  padding-left: 5px;
}
ul.subnav ul li {
  padding: 5px 3px 5px 15px;
  margin: 2px 0 2px 0;
}
ul.subnav ul li a {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  border-left: 1px solid #7d8a92;
}
ul.subnav li a.is-active,
ul.subnav li a:hover {
  font-weight: 600;
  background-color: #bf5700;
  color: #ffffff;
  text-decoration: none;
}
ul.subnav ul li a.is-active,
ul.subnav ul li a:hover {
  background-color: #bf5700;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
ul.subnav li a:after {
  font-size: 0.6875rem;
  padding-left: 7px;
}

.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;
  }
}

@media screen and (max-width: 1199px) {
  .block.block-system-branding-block {
    margin-bottom: 0;
  }
}
.ut-footer .ut-logo--main {
  max-height: 60px;
}

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

.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;
  }
}

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__list-item.active a.header-menu__link {
  color: #bf5700;
}
ul.header-menu__list .header-menu__link {
  padding: 0.3125rem;
}

.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;
}

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%;
  }
}

div.search-block-form div.contextual {
  display: none !important;
}

.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: 2rem;
  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]::-webkit-input-placeholder {
  font-style: italic;
}
.ut-search-form input[type=search]::-moz-placeholder {
  font-style: italic;
}
.ut-search-form input[type=search]:-ms-input-placeholder {
  font-style: italic;
}
.ut-search-form input[type=search]::-ms-input-placeholder {
  font-style: italic;
}
.ut-search-form input[type=search]::placeholder {
  font-style: italic;
}
.ut-search-form input[type=search]::-webkit-search-decoration, .ut-search-form input[type=search]::-webkit-search-cancel-button, .ut-search-form input[type=search]::-webkit-search-results-button, .ut-search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.ut-search-form input[type=submit] {
  border: none;
  height: 2rem;
  line-height: 2;
  right: 0;
  position: absolute;
  top: 0;
  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;
}
form.search-form .container-inline div {
  display: block;
}
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: 60px;
  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;
  }
}
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;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  padding-left: 0;
  padding-bottom: 0;
  z-index: 1;
  border: none;
  background: transparent;
  color: transparent;
  border: none;
  cursor: pointer;
}
form.search-form .svg.search {
  position: absolute;
  z-index: -1;
  right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  fill: #bf5700;
  top: 18px;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  form.search-form .svg.search {
    width: 2.375rem;
    height: 2.375rem;
    top: 10px;
  }
}

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

.search-results-page h2 {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.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,
.search-results-page .gcsc-more-maybe-branding-root .gcsc-find-more-on-google {
  color: #bf5700;
}
.search-results-page .gs-webResult.gs-result a.gs-title:visited,
.search-results-page .gs-webResult.gs-result a.gs-title:visited b,
.search-results-page .gs-imageResult a.gs-title:visited,
.search-results-page .gs-imageResult a.gs-title:visited b {
  color: #9d4700;
}
.search-results-page .gs-webResult.gs-result,
.search-results-page .gcsc-find-more-on-google-magnifier {
  fill: #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;
}

.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.9375rem;
}
.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-facets h2 {
  font-size: 1.3rem;
  padding: 10px;
}

.facets-widget-checkbox li {
  list-style-type: none;
}

.facets-soft-limit-link,
.facet-empty {
  padding-left: 40px;
}

li.facet-item label {
  margin-top: 0.5rem;
}

.facet-item label:hover,
.facet-item label:focus {
  color: #a04400;
  text-decoration: underline;
}

[type=checkbox].facets-checkbox + label {
  margin-bottom: 0.5rem;
}

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

.block-facet--checkbox h2 {
  color: #373737;
  background-color: #fef7ed;
  font-weight: 500;
  padding: 15px;
  margin: 0 0 10px 0;
  line-height: 1.625rem;
  border-bottom: 1px solid #f0ede6;
  font-size: 1.25rem;
}

.facet-item a,
.facet-item a:link,
.facet-item a:visited,
.facet-item a:hover {
  color: #a04400;
}

/* ==== Summary styles ===== */
li.facet-summary-item--facet {
  list-style-type: none;
  display: inline-block;
  color: #5e686e;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  border: 1px solid #ddd;
}

li.facet-summary-item--facet a {
  color: #5e686e;
}

li.facet-summary-item--facet .facet-item__status,
li.facet-summary-item--facet .facet-item__count {
  display: none;
}

li.facet-summary-item--facet .facet-item__value::after {
  content: " ×";
}

li.facet-summary-item--facet a:hover {
  color: #a04400;
  text-decoration: none;
}

li.facet-summary-item--facet:hover::after {
  color: #a04400;
}

.container .row .skip-to-main {
  display: inline-block;
  margin-bottom: 1rem;
}

/* On mobile only */
@media all and (min-width: 900px) {
  .container .row .skip-to-main {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
  }
  .container .row .skip-to-main:active,
  .container .row .skip-to-main:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    white-space: normal;
  }
}
/* Visual styles for fields. */
.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
  /* LTR */
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}

.field--label-inline .field__label::after {
  content: ":";
}

@media screen and (min-width: 1200px) {
  header.ut-header {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  header.ut-header .region-primary-menu {
    margin: 0;
    margin-bottom: 1px;
  }
}
header.ut-header .region-header-primary {
  padding: 0.625rem 0;
}
@media screen and (min-width: 1200px) {
  header.ut-header .region-header-primary {
    padding: 0;
  }
}
header.ut-header .ut-header-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.ut-header .ut-header-wrapper button#js-nav-toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 103px;
  flex: 0 1 103px;
  margin-left: 40px;
}
@media screen and (min-width: 1200px) {
  header.ut-header .ut-header-wrapper {
    position: absolute;
    z-index: 1;
  }
}
header.ut-header .header-flex-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1200px) {
  header.ut-header .header-flex-wrapper {
    margin-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 80px;
  }
}
header.ut-header .region-header-secondary,
header.ut-header .region-header-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -webkit-transition: background-color, color, 0.25s;
  transition: background-color, color, 0.25s;
}
@media (max-width: 1199px) {
  header.ut-header #ut-main_menu-wrapper {
    padding: 1rem;
    width: 100%;
    position: absolute;
    z-index: -100;
    top: 5rem;
    left: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fbfbf9;
    border: 1px solid #c4cdd4;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.ut-header a {
  overflow-wrap: unset;
}

footer.ut-footer .block {
  margin-bottom: 1.25rem;
}
footer.ut-footer .required-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer.ut-footer .required-links__list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 0.9375rem;
}
footer.ut-footer .footer-menu__list-item {
  margin-bottom: 1.25rem;
}
footer.ut-footer .footer-textarea {
  font-size: 0.875rem;
  line-height: 1.25;
  padding-left: 0.625rem;
  border-left: 1px solid #c4cdd4;
}
@media screen and (min-width: 900px) {
  footer.ut-footer .row:first-child > div:not(:first-child) > .region {
    padding-left: 2rem;
  }
  footer.ut-footer .row:first-child > div:not(:first-child) {
    border-left: 1px solid #c4cdd4;
  }
}
footer.ut-footer a {
  color: #9d4700;
  overflow-wrap: unset;
}

/* 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;
}

div:not(.row) > main.col {
  padding: 0;
}

/* 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;
}

table.border-1 th,
table.border-1 td {
  border: 1px solid #ddd;
}
table.border-2 th,
table.border-2 td {
  border: 2px solid #ddd;
}

table a {
  overflow-wrap: break-word;
}
table a:link {
  overflow-wrap: break-word;
}
table a:visited {
  overflow-wrap: break-word;
}

/* Tablesaw tables. */
/* Add a background color for table headers. */
.tablesaw thead {
  background: #ebeced;
}

/* Defaults to no border if border attribute is used. */
table[border].tablesaw th,
table[border].tablesaw td {
  border: 0;
}

/* Add borders to 640px screen sizes and up. */
@media screen and (min-width: 640px) {
  table[border="1"].tablesaw th,
  table[border="1"].tablesaw td {
    border: solid 1px #ddd;
  }
  table[border="2"].tablesaw th,
  table[border="2"].tablesaw td {
    border: solid 2px #ddd;
  }
}
.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;
  -webkit-box-sizing: border-box;
  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;
}

.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;
}
.ut-newsreel .headline-link::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-newsreel .field--name-field-read-more a::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;
}

/* 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;
}

.ut-brandbar {
  background: #bf5700;
  text-align: center;
}
.ut-brandbar a {
  overflow-wrap: unset;
}
.ut-brandbar .ut-logo--wrapper {
  background: #bf5700;
  height: 40px;
  padding-top: 6px;
  vertical-align: center;
}
.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-parent-entity {
  background-color: #333f48;
  color: #ffffff;
  font-family: "CharisSil", Georgia, serif;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: center;
}
.ut-brandbar .ut-parent-entity a {
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .ut-brandbar .ut-parent-entity {
    background: transparent;
    text-align: left;
  }
}

.ut-promo-list-wrapper .promo-list .ut-headline {
  font-size: 1.125rem;
  font-weight: 600;
}
.ut-promo-list-wrapper .promo-list a > .ut-headline {
  color: #bf5700;
}

@media screen and (min-width: 900px) {
  .utexas-quick-links .ut-headline {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .utexas-quick-links .ut-headline {
    font-size: 1.25rem;
  }
}
.utexas-quick-links .link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* General defaults for Hero elements */
.ut-hero .ut-btn--hero {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color, color, 0.33s ease-out;
  transition: background-color, color, 0.33s ease-out;
}

/* Styling for default hero with caption and credit line. */
.ut-hero p.hero--caption-credit-wrapper {
  margin: 0;
  font-size: 0.75rem;
  line-height: 0.9375;
  padding: 0.625rem 0 0.625rem 0;
}

@media screen and (min-width: 600px) {
  .ut-hero p.hero--caption-credit-wrapper {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25;
    padding: 0.625rem 0 0.625rem 0;
  }
}
.ut-hero .hero-caption {
  padding-right: 0.5rem;
}

.ut-hero .credit {
  font-style: italic;
  color: #6a6a6a;
}

/* Hero with Orange Box similar to core site (i.e., Style 1) */
.hero--photo-orange-insert .hero-content {
  background: #bf5700;
}
@media screen and (min-width: 900px) {
  .hero--photo-orange-insert .hero-content {
    background: #bf5700;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 87, 0, 0.5)), color-stop(82%, rgba(191, 87, 0, 0.9)), to(rgba(191, 87, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(191, 87, 0, 0.5) 0%, rgba(191, 87, 0, 0.9) 82%, rgba(191, 87, 0, 0.9) 100%);
  }
}
.hero--photo-orange-insert .hero-callout {
  color: #ffffff;
}
.hero--photo-orange-insert .hero-headline {
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .hero--photo-orange-insert .hero-headline {
    font-size: 2.4375rem;
  }
}
.hero--photo-orange-insert .hero-subhead {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.hero--photo-orange-insert .ut-btn--hero {
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .hero--photo-orange-insert .ut-btn--hero {
    font-size: 1rem;
  }
  .hero--photo-orange-insert .hero-subhead {
    font-size: 1.25rem;
  }
}

/* Floating content area ontop of image (i.e., Style 2) */
.ut-hero.hero--photo-gradient .hero-callout {
  padding: 1rem;
}

@media screen and (min-width: 1200px) {
  .ut-hero.hero--photo-gradient .hero-callout {
    padding: 1.5rem 1.25rem;
  }
}
.ut-hero.hero--photo-gradient .hero-headline {
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
  font-size: 2.0625rem;
}

@media screen and (min-width: 1200px) {
  .ut-hero.hero--photo-gradient .hero-headline {
    font-size: 2.4375rem;
  }
}
.ut-hero .ut-btn--hero:hover,
.ut-hero .ut-btn--hero:focus {
  background-color: #ffffff;
  color: #bf5700;
  cursor: pointer;
  text-decoration: none;
}

/* Hero with pinned overlay that is width of the max content container (Style 3) */
@media screen and (min-width: 1200px) {
  .ut-hero.hero--photo-white-notch .hero-callout {
    padding: 1.5rem 1.25rem;
  }
}
.ut-hero.hero--photo-white-notch .hero-headline {
  padding-bottom: 0.3125rem;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (min-width: 1200px) {
  .ut-hero.hero--photo-white-notch .hero-headline {
    padding-bottom: 0;
    font-size: 1.9375rem;
  }
}
.ut-hero.hero--photo-white-notch .hero-subhead {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  float: left;
  padding-top: 0.1875rem;
}

@media screen and (min-width: 1200px) {
  .ut-hero.hero--photo-white-notch .hero-subhead {
    font-size: 1.25rem;
  }
}
.ut-hero.hero--photo-white-notch .hero-cta {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .ut-hero.hero--photo-white-notch .hero-cta {
    display: block;
  }
}
@media (max-width: 900px) {
  .ut-hero.hero--photo-white-notch .hero-cta a.ut-btn {
    color: #bf5700;
    background-color: #ffffff;
    font-style: italic;
    border: none;
    padding: inherit;
  }
  .ut-hero.hero--photo-white-notch .hero-cta a.ut-btn:hover {
    color: #9d4700 !important;
  }
}

/* Centered Image with blue bar (i.e., Style 4) */
.ut-hero.hero--blue-bar .hero-headline {
  color: #ffffff;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.25;
}

.ut-hero.hero--blue-bar .hero-subhead {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 900px) {
  .ut-hero.hero--blue-bar .hero-headline {
    font-size: 1.9375rem;
  }
  .ut-hero.hero--blue-bar .hero-subhead {
    font-size: 1.25rem;
  }
  .ut-hero .ut-btn--hero {
    font-size: 1rem;
    float: right;
  }
}
/* Medium, floated right image (i.e., Style 5) */
.ut-hero.hero--half-n-half .hero-headline {
  color: #333f48;
  padding: 0.625rem 0;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (min-width: 900px) {
  .ut-hero.hero--half-n-half .hero-headline {
    font-size: 1.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .ut-hero.hero--half-n-half .hero-headline {
    font-size: 2.5rem;
  }
}
.ut-hero.hero--half-n-half .ut-btn--secondary {
  -ms-flex-item-align: start;
  align-self: start;
}

details {
  margin-bottom: 9px;
  background: #FFFFFF;
  border: 1px solid rgba(214, 210, 196, 0.25);
}

details summary {
  padding: 0.375rem 0.75em;
  background: rgba(214, 210, 196, 0.25);
  color: #9d4700;
  font-size: 1.125rem;
  font-weight: 600;
  list-style: revert-layer;
}

details[open] {
  padding: 0 1rem 0.5rem 1rem;
  border: 1px solid #9d4700;
}

details[open] summary,
details summary:hover {
  background: #9d4700;
  text-decoration: none;
  color: #ffffff;
}

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

.nav-tabs {
  margin-bottom: 1rem;
}

.nav-tabs .nav-link {
  background-color: #f2f1ed;
  border: 1px solid #dee2e6;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background: #ffffff;
}

/*
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;
}

.node--unpublished,
.is-unpublished {
  background-color: #fff4f4;
}

/**
 * @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;
  -webkit-transition: background-color 300ms ease-out;
  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;
}