meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:68.8125rem)/";
  width: 68.8125rem; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: open_sans, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

body {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  body #toolbar {
    z-index: 9999; }
  body .field-collection-container {
    border-bottom: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 40em) {
    body.toolbar-drawer {
      padding-top: 0 !important; }
    body #toolbar {
      display: none; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    body.toolbar-drawer {
      padding-top: 0 !important; }
    body #toolbar {
      display: none; } }
  body .ui-dialog {
    z-index: 9999; }
  body #skip-link {
    position: absolute; }
    body #skip-link a.element-invisible.element-focusable:focus, body #skip-link a.element-invisible.element-focusable:active {
      position: fixed !important;
      left: 1rem;
      top: 1rem;
      z-index: 9999;
      background: #BF5700;
      border-radius: 1rem;
      box-shadow: 1px 1px 0.125rem #282828;
      color: #fff;
      font-weight: 500;
      font-size: 0.75rem;
      outline: 0;
      padding: 0.5rem 1rem;
      text-decoration: none; }

.tabs.primary li a {
  background: none repeat scroll 0 0 #efefef;
  color: #000000; }

form#user-pass span.form-required, form#user-login span.form-required {
  color: #333; }

.UT-header-news {
  position: relative;
  z-index: 1000;
  background-color: white;
  min-height: 84px;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* overlay to catch touch events when side menu is open */ }
  @media only screen and (min-width:40.063em) {
    .UT-header-news {
      position: fixed;
      left: 0;
      right: 0;
      min-height: inherit; } }
  @media only screen and (min-width:64.063em) {
    .UT-header-news {
      position: relative;
      left: inherit;
      right: inherit;
      border-bottom: 1px solid #e1ddd2; } }
  .UT-header-news .nav-overlay {
    display: none;
    background: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1001;
    -webkit-transform: translateX(-16.5625rem);
            transform: translateX(-16.5625rem); }
    .no-csstransforms .UT-header-news .nav-overlay {
      position: relative;
      left: -16.5625rem; }
    .show-nav .UT-header-news .nav-overlay {
      display: block; }
  .UT-header-news .nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background: #392F2d;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #FFF;
    transition: 0.2s ease-in-out;
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    .UT-header-news .nav-wrapper .container.container-topnav {
      background: none;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .UT-header-news .nav-wrapper .container.container-topnav {
          background: #BF5700; } }
    .show-nav .UT-header-news .nav-wrapper {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0); }
      .no-csstransforms .show-nav .UT-header-news .nav-wrapper {
        right: 0; }
    .no-csstransforms .UT-header-news .nav-wrapper {
      right: -16.5625rem; }
    @media only screen and (max-width: 40em) {
      .UT-header-news .nav-wrapper {
        width: 16.5625rem; }
        .UT-header-news .nav-wrapper .column {
          padding: 0; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .UT-header-news .nav-wrapper {
        width: 16.5625rem; }
        .UT-header-news .nav-wrapper .column {
          padding: 0; } }
    @media only screen and (min-width:64.063em) {
      .UT-header-news .nav-wrapper {
        position: static;
        height: auto;
        width: auto !important;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        background: none;
        overflow: visible; } }

.UT-page {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  transition: 0.2s ease-in-out; }
  .show-nav .UT-page {
    -webkit-transform: translateX(-16.5625rem);
            transform: translateX(-16.5625rem);
    -webkit-transform: translate3d(-16.5625rem, 0, 0);
            transform: translate3d(-16.5625rem, 0, 0);
    /* Landscape phones and down */ }
    .no-csstransforms .show-nav .UT-page {
      position: relative;
      left: -16.5625rem; }
    @media only screen and (min-width:64.063em) {
      .show-nav .UT-page {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
        .no-csstransforms .show-nav .UT-page {
          position: inherit;
          left: 0 !important; } }

.connect-links {
  margin: 0;
  list-style-type: none;
  font-size: 2.125rem;
  display: inline-block;
  line-height: 40px;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:64.063em) {
    .connect-links {
      padding: 2px 0 0 0px;
      font-size: 1.375rem;
      position: relative;
      top: -4px; }
      .connect-links .name {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px); } }
  @media only screen and (max-width: 40em) {
    .connect-links {
      width: 235px;
      margin: 0px;
      padding: 10px 0 0 0; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .connect-links {
      width: 235px;
      margin: 0px;
      padding: 10px 0 0 0; } }
  .connect-links li {
    text-align: left;
    display: inline-block;
    padding: 0 5px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .connect-links li {
        padding: 0; } }
  .connect-links .label {
    font-size: 0.8125rem;
    margin-right: 6px;
    position: relative;
    top: -1px; }
  .connect-links .connect-link {
    text-decoration: none;
    color: #fff;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .connect-links .connect-link {
        color: #575550; }
        .connect-links .connect-link:hover {
          color: #bf5700; } }
  .connect-links:after {
    content: " | ";
    font-size: 1.0625rem;
    margin-left: 8px; }

.container-footer {
  padding-top: 25px;
  border-top: 1px solid #EBE8E2;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .container-footer {
      padding-top: 45px; } }
  .container-footer .footer-primary {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer .footer-primary {
        border-right: 1px solid #cbcbcb;
        padding-right: 40px; } }
  .container-footer .footer-secondary {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer .footer-secondary {
        padding-left: 32px; } }
  .container-footer .footer-headline {
    font-size: 1rem;
    color: #BF5700;
    font-weight: bold;
    margin: 0 0 10px 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer .footer-headline {
        font-size: 1.25rem;
        margin: 0 0 20px 0; } }
  .container-footer .newsletter, .container-footer .connect, .container-footer .footer-secondary {
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .container-footer .newsletter, .container-footer .connect, .container-footer .footer-secondary {
        border-bottom: 1px solid #a1a1a1;
        padding: 0 0 18px 0;
        margin: 0 0 18px 0; } }
  .container-footer #subscribe_button {
    margin: 10px 0 20px 0;
    max-width: 350px;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .container-footer #subscribe_button {
        max-width: 100%; } }
  .container-footer .connect-links {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -0.625rem;
    margin-bottom: 0;
    font-size: 2.5rem; }
    .container-footer .connect-links > li {
      list-style: none;
      float: left;
      margin-left: 1.375rem;
      display: block; }
      .container-footer .connect-links > li > * {
        display: block; }
    .container-footer .connect-links li {
      margin-left: 0.625rem; }
  .container-footer .connect-link {
    color: #392f2d;
    text-decoration: none; }
    .container-footer .connect-link:hover, .container-footer .connect-link:focus {
      color: #6a6361; }
  .container-footer .helpful-links {
    list-style-type: none;
    padding: 0;
    overflow: hidden; }
  .container-footer .helpful-link-item {
    margin-bottom: 30px;
    padding-bottom: 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer .helpful-link-item {
        margin-bottom: 15px; } }
  .container-footer .helpful-link {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #2d2a28;
    padding-right: 10px;
    text-decoration: none;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer .helpful-link {
        font-size: 0.875rem;
        line-height: 1rem; } }
    .container-footer .helpful-link:hover {
      text-decoration: underline; }
  .container-footer .copyright {
    text-align: center;
    font-size: 0.6875rem;
    font-style: italic;
    margin: 0 0 25px 0;
    color: #2d2a28;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer .copyright {
        font-size: 0.875rem;
        margin-top: 10px; } }
  .container-footer .footer-column {
    margin-bottom: 30px; }

.helpful-link-news {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #2d2a28;
  padding-right: 10px;
  text-decoration: none;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .helpful-link-news {
      font-size: 0.875rem;
      line-height: 1rem; } }
  .helpful-link-news:hover {
    text-decoration: underline; }

.helpful-links-news {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #2d2a28;
  padding-right: 10px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .helpful-links-news {
      font-size: 0.875rem;
      line-height: 1rem; } }
  .helpful-links-news:hover {
    text-decoration: underline; }

.helpful-links-inline {
  margin-top: 5px;
  margin-bottom: 25px; }
  .helpful-links-inline .helpful-link-item {
    display: inline-block; }

/* fix for android 4.2 block grid */
/* Landscape phones and down */
@media only screen and (min-width:40.063em) {
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; } }

.container-footer-news {
  background-color: #f8f8f8; }
  .container-footer-news .newsletter {
    margin-top: 20px;
    padding-bottom: 1px;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .container-footer-news .newsletter {
        margin-bottom: 5px;
        margin-bottom: 25px; } }
    .container-footer-news .newsletter .newsletter-form {
      margin-bottom: 20px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .container-footer-news .newsletter .newsletter-form {
          max-width: 450px; } }
      .container-footer-news .newsletter .newsletter-form input {
        height: 36px;
        background-color: #fff; }
  .container-footer-news .footer-secondary {
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer-news .footer-secondary {
        padding-left: 5px; } }
    @media only screen and (min-width:64.063em) {
      .container-footer-news .footer-secondary {
        padding-left: 20px; } }
  .container-footer-news .copyright {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .container-footer-news .copyright {
        margin-top: 20px;
        text-align: left;
        margin-left: 6px; } }

.footer-logo {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  top: -10px;
  left: -3px; }
  .footer-logo .UT-News-link {
    display: block;
    text-decoration: none; }
  .footer-logo .UT-logo {
    display: block;
    top: 10px;
    margin: 0;
    font-size: 2rem;
    color: #BF5700;
    /* Landscape phones and down */ }
    .footer-logo .UT-logo .span1 {
      margin-right: -1px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .footer-logo .UT-logo .span1 {
          margin-right: -3px; } }
    .footer-logo .UT-logo .span2 {
      color: #382e2c;
      margin-left: 2px;
      letter-spacing: -1px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .footer-logo .UT-logo .span2 {
          margin-left: 3px;
          letter-spacing: -1.6px; } }
    @media only screen and (min-width:64.063em) {
      .footer-logo .UT-logo {
        float: left;
        margin: 0;
        top: 43px;
        font-size: 2.5rem; } }

.container-nav-news {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:64.063em) {
    .container-nav-news {
      height: 9.25rem; }
      .container-nav-news .column {
        position: static; } }
  .container-nav-news.container {
    padding-left: 0px;
    padding-right: 0px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news.container {
        padding-left: 10px;
        padding-right: 10px; } }
  .container-nav-news .nav {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .nav {
        margin-top: 2.375rem;
        text-align: justify; } }
    .container-nav-news .nav:after {
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .container-nav-news .nav:after {
          content: '';
          width: 100%;
          /* Ensures there are at least 2 lines of text, so justification works */
          display: inline-block; } }
  .container-nav-news .nav-item {
    border-bottom: 1px solid #6A6361;
    margin: 0;
    padding: 0;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .nav-item {
        line-height: 1.125rem;
        text-align: left;
        display: inline-block;
        max-width: 110px; }
        .container-nav-news .nav-item:last-child {
          max-width: 80px; } }
    .container-nav-news .nav-item:first-child {
      border-top: 1px solid #6A6361; }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .nav-item {
        border: none;
        height: 44px; }
        .container-nav-news .nav-item:first-child {
          border: none; } }
  .container-nav-news .nav-link {
    color: #fff;
    display: block;
    padding: 18px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-family: open_sans, sans-serif;
    font-weight: 500;
    position: relative;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .nav-link {
        color: #2d2a28;
        padding: 0;
        font-size: 0.875rem;
        border-left: 1px solid #bf5700;
        padding-left: 8px; }
        .container-nav-news .nav-link:hover {
          color: #BF5700; } }
    .container-nav-news .nav-link:before {
      font-family: 'UT_icon_font';
      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;
      content: "\f100";
      font-size: 1.25rem;
      line-height: inherit;
      position: absolute;
      right: 20px;
      top: 14px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .container-nav-news .nav-link:before {
          content: ''; } }
  .container-nav-news .connect-link {
    text-decoration: none;
    line-height: 32px;
    margin-left: 15px;
    margin-bottom: 6px;
    display: block; }
    .container-nav-news .connect-link span {
      color: #fff;
      font-size: 1.375rem; }
    .container-nav-news .connect-link span:hover {
      color: #fff; }
    .container-nav-news .connect-link .name {
      font-family: open_sans, sans-serif;
      font-size: 1rem;
      margin-left: 10px; }
  @media only screen and (max-width: 40em) {
    .container-nav-news .nav-active {
      background: #2D2523; }
      .container-nav-news .nav-active .nav-link {
        color: #BF5700; }
      .container-nav-news .nav-active .sub-nav-wrapper {
        display: block; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .container-nav-news .nav-active {
      background: #2D2523; }
      .container-nav-news .nav-active .nav-link {
        color: #BF5700; }
      .container-nav-news .nav-active .sub-nav-wrapper {
        display: block; } }
  .container-nav-news .sub-nav-wrapper {
    display: none; }
  .container-nav-news .sub-nav-row {
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .sub-nav-row {
        max-width: 73.75rem;
        margin: 0 auto; } }
  .container-nav-news .sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .sub-nav {
        margin: 15px auto; }
        .container-nav-news .sub-nav.sub-nav-has-feature {
          width: 50%;
          margin-right: 0; }
        .container-nav-news .sub-nav .sub-nav-item {
          position: absolute; } }
  .container-nav-news .nav-active .nav-link-down:before {
    content: "\f108" !important; }
  .container-nav-news .nav-link-down {
    color: #fff;
    display: block;
    padding: 18px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-family: open_sans, sans-serif;
    font-weight: bold;
    position: relative;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-nav-news .nav-link-down {
        color: #2d2a28;
        padding: 0;
        font-size: 0.875rem;
        outline: none; }
        .container-nav-news .nav-link-down:hover {
          color: #BF5700; } }
    .container-nav-news .nav-link-down:before {
      content: "\f108" !important;
      font-size: 0.75rem !important;
      line-height: 0.875rem !important;
      position: absolute;
      top: 18px;
      right: 14px !important; }

.container-topnav {
  height: 2.125rem !important;
  background: #BF5700;
  color: #FFF;
  width: 100%;
  margin: 0; }
  .container-topnav.container {
    padding-left: 0px;
    padding-right: 0px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-topnav.container {
        padding-left: 10px;
        padding-right: 10px; } }
  .container-topnav .mobile-links {
    margin: 0;
    padding: 0 0.9375rem;
    list-style: none;
    text-align: center;
    font-size: 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-topnav .mobile-links {
        margin: 0 auto 1.0625rem auto;
        margin-left: -1.375rem;
        margin-right: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-bottom: 0;
        float: right; }
        .container-topnav .mobile-links > li {
          list-style: none;
          float: left;
          margin-left: 1.375rem;
          display: block; }
          .container-topnav .mobile-links > li > * {
            display: block; } }
    .container-topnav .mobile-links .nav-item-info {
      margin-top: 0px;
      width: 100%;
      padding: 0; }
      .container-topnav .mobile-links .nav-item-info .nav-link {
        line-height: 24px; }
  .container-topnav .nav-item-search {
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-topnav .nav-item-search {
        display: block;
        overflow: hidden;
        float: right;
        margin-top: 20px;
        height: 40px; } }
  .container-topnav .nav-search-container {
    height: 35px;
    background-color: #fff;
    margin: 0.9375rem 0 0 0;
    position: relative;
    /* Landscape phones and down */ }
    .container-topnav .nav-search-container > form {
      height: 100%;
      margin: 0; }
      .container-topnav .nav-search-container > form > div {
        height: 100%; }
      .container-topnav .nav-search-container > form .form-item, .container-topnav .nav-search-container > form .form-actions {
        height: 100%;
        margin: 0; }
    @media only screen and (min-width:64.063em) {
      .container-topnav .nav-search-container {
        display: inline-block;
        border-radius: 15px;
        border: 1px solid #666;
        background-color: #fff;
        height: 30px;
        width: 220px;
        margin-top: 0px;
        margin-left: 30px;
        top: 1px; } }
    .container-topnav .nav-search-container input.nav-search-input {
      float: left;
      border: none;
      background: none;
      height: 100%;
      padding: 0 35px 0 10px;
      width: 100%;
      color: #000;
      font-size: 0.875rem;
      outline: none;
      /* Landscape phones and down */ }
      .container-topnav .nav-search-container input.nav-search-input.placeholder {
        font-style: italic;
        color: #000; }
      .container-topnav .nav-search-container input.nav-search-input::-webkit-input-placeholder {
        font-style: italic;
        color: #000; }
      .container-topnav .nav-search-container input.nav-search-input::-moz-placeholder {
        font-style: italic;
        color: #000; }
      .container-topnav .nav-search-container input.nav-search-input:-ms-input-placeholder {
        font-style: italic;
        color: #000; }
      .container-topnav .nav-search-container input.nav-search-input::placeholder {
        font-style: italic;
        color: #000; }
      @media only screen and (min-width:64.063em) {
        .container-topnav .nav-search-container input.nav-search-input {
          margin: 0 0 0 17px;
          padding: 0 50px 0 0; } }
    .container-topnav .nav-search-container .nav-search-button {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      border: none;
      height: 100%;
      padding: 0;
      color: #BF5700;
      margin-right: 10px;
      font-size: 1.375rem;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .container-topnav .nav-search-container .nav-search-button {
          color: #BF5700;
          top: 1px; } }
  .container-topnav .media-links {
    border-left: 1px solid #2d2a28;
    line-height: 18px;
    display: inline-block;
    position: relative;
    top: -8px;
    padding-left: 20px;
    color: #2d2a28;
    font-size: 0.8125rem; }
    .container-topnav .media-links a {
      color: #2d2a28; }
  .container-topnav li.nav-item-info {
    text-align: center;
    margin: 12px 0 0 0;
    padding: 0;
    width: 33.333%;
    padding: 0 4px;
    display: inline-block; }
    .container-topnav li.nav-item-info .nav-link {
      color: #fff;
      text-decoration: none;
      display: block;
      height: 100%;
      width: 100%;
      background: #6A6361;
      height: 30px;
      line-height: 30px;
      font-size: 0.75rem;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .container-topnav li.nav-item-info .nav-link {
          font-size: 0.8125rem;
          background: none;
          width: auto;
          line-height: 2.875rem; }
          .container-topnav li.nav-item-info .nav-link:hover, .container-topnav li.nav-item-info .nav-link:focus {
            text-decoration: underline; } }

.topnav .parent-links {
  display: none;
  line-height: 50px;
  color: white;
  text-align: center;
  text-decoration: none; }
.topnav .parent-links a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  border-bottom: 1px solid #6a6361;
  background-color: #2d2523; }
.topnav .current-directory {
  line-height: 49px;
  max-height: 50px;
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #6a6361; }
  .topnav .current-directory.active {
    background-color: #2d2523;
    color: #BF5700;
    font-weight: 500; }
  .topnav .current-directory .name {
    display: inline-block;
    font-size: 0.875rem; }
  .topnav .current-directory .toggle {
    font-size: 0.75rem;
    color: white;
    width: 50px;
    height: 50px;
    float: right;
    display: inline-block;
    border-left: 1px solid #6a6361; }
    .topnav .current-directory .toggle:after {
      font-family: 'UT_icon_font';
      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;
      content: "\f109"; }
    .topnav .current-directory .toggle.active:after {
      font-size: 1rem;
      font-family: 'UT_icon_font';
      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;
      content: "\f123"; }
  .topnav .current-directory .icon-chevron-up:before {
    position: relative;
    top: 19px; }
.topnav .UT-logo {
  margin: 0;
  font-size: 1.875rem;
  color: #BF5700;
  text-align: left;
  display: inline-block; }
  .topnav .UT-logo .span1 {
    margin-right: -1px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .topnav .UT-logo .span1 {
        margin-right: -3px; } }
  .topnav .UT-logo .span2 {
    color: #fff;
    margin-left: 2px;
    letter-spacing: -1px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .topnav .UT-logo .span2 {
        margin-left: 3px;
        letter-spacing: -1.6px; } }

.container-logo {
  position: relative;
  width: 100%;
  height: 50px;
  background: #FFF;
  z-index: 1000;
  transition: 0.2s ease-in-out;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen {
    .container-logo {
      border-bottom: 1px solid #EBE8E2; } }
  @media only screen and (min-width:40.063em) {
    .container-logo {
      position: fixed;
      top: 50;
      left: 0; } }
  @media only screen and (min-width:64.063em) {
    .container-logo {
      border-bottom: none;
      position: relative;
      height: 0; }
      .container-logo .row {
        position: relative; } }
  .show-nav .container-logo {
    -webkit-transform: translateX(-16.5625rem);
            transform: translateX(-16.5625rem);
    -webkit-transform: translate3d(-16.5625rem, 0, 0) !important;
            transform: translate3d(-16.5625rem, 0, 0) !important;
    /* Landscape phones and down */ }
    .no-csstransforms .show-nav .container-logo {
      position: relative;
      left: -16.5625rem; }
    @media only screen and (min-width:64.063em) {
      .show-nav .container-logo {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .container-logo .UT-News-link {
    text-decoration: none;
    display: block;
    height: 100%;
    background: transparent; }
  .container-logo .UT-logo {
    position: absolute;
    top: 10px;
    margin: 0;
    font-size: 2rem;
    color: #BF5700;
    font-weight: 700;
    /* Landscape phones and down */ }
    .container-logo .UT-logo .span1 {
      margin-right: -1px;
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      @media only screen and (max-width: 40em) {
        .container-logo .UT-logo .span1 {
          margin-left: 3px; } }
      @media only screen and (min-width:64.063em) {
        .container-logo .UT-logo .span1 {
          margin-right: -3px; } }
    .container-logo .UT-logo .span2 {
      color: #382e2c;
      margin-left: 2px;
      letter-spacing: -1px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .container-logo .UT-logo .span2 {
          margin-left: 3px;
          letter-spacing: -1.6px; } }
    @media only screen and (min-width:64.063em) {
      .container-logo .UT-logo {
        float: left;
        margin: 0;
        top: 43px;
        font-size: 3.25rem; } }
  .container-logo .UT-logline {
    color: #bf5700;
    font-family: CharisSILW, serif;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 3px;
    position: absolute;
    top: 95px; }
  .container-logo .UT-nav-hamburger {
    display: block;
    color: #BF5700;
    text-decoration: none;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 1.25rem;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .container-logo .UT-nav-hamburger {
        display: none; } }

.UT-core-logo {
  display: block;
  left: 0%;
  margin: 0;
  height: 27px; }

.UT-logo-link {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: block;
  width: 112px;
  height: 25px;
  background: transparent;
  text-decoration: none;
  background: url('../img/general/knockout_university_informal_horizontal.svg') no-repeat;
  background-size: 100% 100%;
  /* Landscape phones and down */ }
  @media only screen and (min-width:64.063em) {
    .UT-logo-link {
      position: absolute;
      right: 8px; } }

.no-svg .UT-core-logo {
  background: url('../img/general/knockout_university_informal_horizontal.png') no-repeat; }

.recent-articles .body-headline {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-top: -1px;
  display: inline-block;
  padding-right: 60px;
  border-bottom: 1px solid #e1ddd2;
  color: #2d2a28;
  margin-bottom: 20px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .recent-articles .body-headline {
      font-size: 2.25rem;
      line-height: 2.625rem; } }
.recent-articles .ct--article-details {
  overflow: hidden;
  margin: 0 0 15px 0;
  padding-bottom: 2px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .recent-articles .ct--article-details {
      margin: 0 0 30px 0; } }
  @media only screen and (max-width: 40em) {
    .recent-articles .ct--article-details {
      padding: 0 5px; } }
  .recent-articles .ct--article-details .news-tag {
    margin-top: 0px; }
  .recent-articles .ct--article-details .news-img {
    float: left;
    display: inline-block;
    max-width: 140px;
    margin-bottom: 20px;
    margin-right: 15px;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .recent-articles .ct--article-details .news-img {
        max-width: 280px;
        margin-bottom: 10px;
        margin-top: 8px; } }
    @media only screen and (min-width: 641px) and (max-width: 800px) {
      .recent-articles .ct--article-details .news-img {
        max-width: 175px;
        margin-bottom: 6px; } }
    @media only screen and (max-width: 40em) {
      .recent-articles .ct--article-details .news-img {
        margin-right: 15px;
        margin-top: 6px;
        margin-bottom: 0px; } }
  .recent-articles .ct--article-details .news-date {
    display: inline;
    position: relative;
    top: -1px; }
    .recent-articles .ct--article-details .news-date:after {
      content: " — "; }
  .recent-articles .ct--article-details .body-copy {
    display: inline;
    margin-bottom: 5px; }
    .recent-articles .ct--article-details .body-copy p {
      display: inline;
      margin: 0; }
    @media only screen and (min-width: 641px) and (max-width: 800px) {
      .recent-articles .ct--article-details .body-copy {
        font-size: 1.0625rem;
        margin-bottom: line-height(27); } }
.recent-articles .ct--article-details + .ct--article-details {
  padding: 15px 0 2px 0;
  border-top: 1px solid #e1ddd2;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .recent-articles .ct--article-details + .ct--article-details {
      padding: 26px 0 5px 0; } }
  @media only screen and (max-width: 40em) {
    .recent-articles .ct--article-details + .ct--article-details {
      padding-left: 5px;
      padding-right: 5px; } }
.recent-articles .external-link {
  position: relative;
  top: -2px; }

#block-views-news-news-home-recent .cta-link.post-cta-link {
  font-size: 18px;
  line-height: 28px; }

.article-body {
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40em) {
    .article-body {
      padding: 0 5px; } }
  .article-body .main-image-wrapper.tall {
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .article-body .main-image-wrapper.tall {
        width: 65%;
        float: left;
        margin-right: 20px; } }
  .article-body .article-image-wrapper.img-inline {
    margin-bottom: 0; }
  .article-body .article-content .full-width-image {
    margin: 20px 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .article-content .full-width-image {
        margin: 25px 0; } }
  .article-body .article-image-wrapper {
    margin-bottom: 4px;
    max-width: 100%;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .article-image-wrapper {
        margin-bottom: 4px; } }
    .article-body .article-image-wrapper .img-inline {
      margin-bottom: 0; }
    .article-body .article-image-wrapper .article-image-caption {
      font-family: CharisSILW, serif;
      padding-top: 6px;
      margin: 0px;
      font-size: 0.75rem;
      line-height: 0.9375rem;
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .article-body .article-image-wrapper .article-image-caption {
          font-size: 0.875rem;
          line-height: 1.25rem; } }
      .article-body .article-image-wrapper .article-image-caption > .article-image-credit {
        font-style: italic;
        color: #6a6a6a; }
      .article-body .article-image-wrapper .article-image-caption > em {
        font-style: italic;
        color: #6a6a6a; }
    .article-body .article-image-wrapper.node-article-main-image {
      margin-bottom: 20px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .article-body .article-image-wrapper.node-article-main-image {
          margin-bottom: 25px; } }
  .article-body blockquote {
    display: block;
    overflow: hidden;
    padding: 12px 12px;
    margin: 10px 10px;
    border-left: 3px solid #7EAFC5;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body blockquote {
        padding: 15px 20px;
        margin: 28px 40px; } }
    .article-body blockquote p {
      font-weight: 200;
      color: #005e83;
      margin-bottom: 0px;
      font-family: open_sans, sans-serif;
      font-style: italic;
      font-size: 1.125rem;
      line-height: 1.5rem;
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .article-body blockquote p {
          font-size: 1.75rem;
          line-height: 2.25rem; } }
    .article-body blockquote p + p {
      display: block;
      color: #575757;
      font-family: CharisSILW, serif;
      font-size: 1rem;
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .article-body blockquote p + p {
          font-size: 1.125rem; } }
  .article-body p, .article-body ol, .article-body ul:not(.pagination) {
    color: #282828;
    font-family: CharisSILW, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1.25rem 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body p, .article-body ol, .article-body ul:not(.pagination) {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
  .article-body li {
    margin-bottom: 0.5rem;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body li {
        margin-bottom: 0.5625rem; } }
  .article-body a {
    text-decoration: none;
    color: #BF5700; }
    .article-body a:hover {
      color: #A04400;
      text-decoration: underline; }
  .article-body h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
    color: #2d2a28;
    margin: 0 0 8px 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body h2 {
        font-size: 1.625rem;
        line-height: 2rem; } }
  .article-body h3 {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #2d2a28;
    margin: 0 0 5px 0;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body h3 {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
  .article-body .entryfloatleft {
    float: left;
    padding-right: 20px;
    max-width: 100%; }
  .article-body .entryfloatright {
    float: right;
    padding-left: 20px;
    max-width: 100%; }
  .article-body .entryfloatcenter {
    margin: auto;
    max-width: 100%; }
    .article-body .entryfloatcenter .article-image-wrapper, .article-body .entryfloatcenter img {
      margin-left: auto;
      margin-right: auto; }
  .article-body img {
    max-width: 100%; }
  .article-body .hero-caption {
    margin-bottom: 20px;
    padding-top: 6px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .hero-caption {
        margin-bottom: 30px; } }
    .article-body .hero-caption p, .article-body .hero-caption .caption-copy {
      display: inline; }
    .article-body .hero-caption p {
      margin: 0px;
      font-size: 0.75rem;
      line-height: 0.9375rem;
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .article-body .hero-caption p {
          font-size: 0.875rem;
          line-height: 1.25rem; } }
    .article-body .hero-caption .caption-copy {
      font-style: italic;
      color: #6a6a6a; }
      .article-body .hero-caption .caption-copy.full {
        display: block; }
  .article-body img {
    width: 100%; }
  .article-body .video-inline, .article-body .video-inline-right, .article-body .video-inline-left, .article-body .img-inline, .article-body .img-inline-right, .article-body .img-inline-left {
    margin-bottom: 20px; }
    .article-body .video-inline .hero-caption, .article-body .video-inline-right .hero-caption, .article-body .video-inline-left .hero-caption, .article-body .img-inline .hero-caption, .article-body .img-inline-right .hero-caption, .article-body .img-inline-left .hero-caption {
      margin-bottom: 0; }
      .article-body .video-inline .hero-caption p, .article-body .video-inline-right .hero-caption p, .article-body .video-inline-left .hero-caption p, .article-body .img-inline .hero-caption p, .article-body .img-inline-right .hero-caption p, .article-body .img-inline-left .hero-caption p {
        display: inline; }
  .article-body .video-inline-right, .article-body .video-inline-left {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .video-inline-right, .article-body .video-inline-left {
        width: 48%; } }
  .article-body .img-inline-right, .article-body .img-inline-left {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .img-inline-right, .article-body .img-inline-left {
        max-width: 48%; } }
  .article-body .video-inline-right, .article-body .img-inline-right {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .video-inline-right, .article-body .img-inline-right {
        float: right;
        margin-left: 2%; } }
  .article-body .video-inline-left, .article-body .img-inline-left {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .article-body .video-inline-left, .article-body .img-inline-left {
        float: left;
        margin-right: 2%; } }

.ct--media-links {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 10px;
  margin: 0px 0 20px 0;
  background-color: #fafafa;
  border: 1px solid #F3F0E8;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--media-links {
      padding: 15px;
      margin: 0px 0 40px 0; } }
  @media only screen and (min-width:64.063em) {
    .ct--media-links {
      padding: 20px;
      margin: 0px 0 40px 0; } }
  .ct--media-links h3 {
    margin-top: 8px;
    font-size: 1.125rem;
    line-height: 1.1875rem;
    color: #333F48;
    margin-bottom: 6px;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--media-links h3 {
        margin-top: 0px;
        font-size: 1.375rem;
        line-height: 1.625rem; } }
    @media only screen and (min-width:64.063em) {
      .ct--media-links h3 {
        margin-top: 0px;
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .ct--media-links p {
    margin-bottom: 10px; }
  .ct--media-links ul, .ct--media-links ol {
    margin: 0;
    padding: 0; }
  .ct--media-links li {
    list-style-type: none;
    font-size: 1rem;
    line-height: 1.375rem;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .ct--media-links li {
        font-size: 1rem;
        line-height: 1.375rem; } }

.ct--left-rail {
  border-top: 3px solid #7eafc5;
  border-bottom: 3px solid #7eafc5;
  margin: 0 0 20px 0;
  padding: 10px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--left-rail {
      float: left;
      width: 40%;
      display: inline;
      margin: 10px 20px 10px 0; } }
  @media only screen and (min-width:64.063em) {
    .ct--left-rail {
      width: 35%; } }
  .ct--left-rail h1, .ct--left-rail h2, .ct--left-rail h3, .ct--left-rail h4, .ct--left-rail p {
    color: #282828; }
  .ct--left-rail p, .ct--left-rail ul, .ct--left-rail ol, .ct--left-rail blockquote p {
    font-size: 0.9375rem;
    line-height: 1.375rem; }
  .ct--left-rail p {
    color: #282828;
    font-family: CharisSILW, serif;
    margin: 0 0 12px 0; }
  .ct--left-rail h2 {
    font-size: 1.625rem;
    line-height: 2rem; }
  .ct--left-rail h3 {
    font-size: 1.125rem;
    line-height: 1.4375rem; }
  .ct--left-rail h4 {
    font-size: 1rem;
    line-height: 1.3125rem; }
  .ct--left-rail blockquote {
    border-left: 2px solid #e1ddd2;
    margin: 10px 10px 15px 10px;
    padding: 3px 15px; }

.equalizer-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.social-share, .disqus {
  padding-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1ddd2;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .social-share, .disqus {
      margin-right: 20px; } }
  @media only screen and (min-width:64.063em) {
    .social-share, .disqus {
      margin-right: 40px; } }
  .social-share h4, .disqus h4 {
    font-size: 14px;
    border-bottom: 1px solid #e1ddd2;
    color: #2d2a28;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0 0 2px 0; }

.disqus {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .disqus {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width:64.063em) {
    .disqus {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .disqus .comments-closed {
    margin: 0 auto 10px;
    text-align: center;
    width: 90%;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .disqus .comments-closed {
        margin-bottom: 20px;
        width: 80%; } }
    @media only screen and (min-width:64.063em) {
      .disqus .comments-closed {
        margin-bottom: 40px;
        width: 70%; } }

.default-links, .additional-links, .additional-links-2 {
  margin: 0px;
  padding: 8px 0 6px 0;
  border-top: 1px solid #e1ddd2; }
  .default-links li, .additional-links li, .additional-links-2 li {
    text-align: center !important;
    border-right: 1px solid #e1ddd2;
    padding-bottom: 4px !important; }
  .default-links li:nth-of-type(1), .additional-links li:nth-of-type(1), .additional-links-2 li:nth-of-type(1) {
    border-left: 0px; }
  .default-links li:nth-of-type(6), .additional-links li:nth-of-type(6), .additional-links-2 li:nth-of-type(6) {
    border-right: 0px; }
  .default-links .connect-link, .additional-links .connect-link, .additional-links-2 .connect-link {
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px !important; }
    .default-links .connect-link span, .additional-links .connect-link span, .additional-links-2 .connect-link span {
      text-decoration: none;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .default-links .connect-link span, .additional-links .connect-link span, .additional-links-2 .connect-link span {
          margin-right: 10px; } }
    .default-links .connect-link:hover, .additional-links .connect-link:hover, .additional-links-2 .connect-link:hover {
      color: #333F48;
      text-decoration: none; }
  .default-links [class^="icon-"], .default-links [class*=" icon-"], .additional-links [class^="icon-"], .additional-links [class*=" icon-"], .additional-links-2 [class^="icon-"], .additional-links-2 [class*=" icon-"] {
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .default-links [class^="icon-"], .default-links [class*=" icon-"], .additional-links [class^="icon-"], .additional-links [class*=" icon-"], .additional-links-2 [class^="icon-"], .additional-links-2 [class*=" icon-"] {
        font-size: 28px; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .default-links [class^="icon-"], .default-links [class*=" icon-"], .additional-links [class^="icon-"], .additional-links [class*=" icon-"], .additional-links-2 [class^="icon-"], .additional-links-2 [class*=" icon-"] {
        font-size: 24px; } }
  .default-links .social-name, .additional-links .social-name, .additional-links-2 .social-name {
    text-decoration: none;
    color: #282828;
    font-size: 14px;
    /* Landscape phones and down */
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .default-links .social-name, .additional-links .social-name, .additional-links-2 .social-name {
        display: none; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .default-links .social-name, .additional-links .social-name, .additional-links-2 .social-name {
        display: none; } }

.additional-links {
  display: none;
  border-top: 0px; }

.additional-links-2 {
  display: none;
  border-top: 0px; }

.news-top-content {
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40em) {
    .news-top-content {
      padding: 0 5px; } }

.cke_editable .entryfloatright {
  float: right;
  max-width: 100%;
  padding-left: 20px; }

.cke_editable .entryfloatleft {
  float: left;
  max-width: 100%;
  padding-right: 20px; }

.cke_editable .entryfloatcenter {
  margin: auto;
  max-width: 100%; }

.cke_editable .article-image-wrapper .article-image-caption {
  font-family: CharisSILW, serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin: 0;
  padding-top: 6px; }

.cke_editable .article-image-wrapper .article-image-caption > .article-image-credit {
  color: #6a6a6a;
  font-style: italic; }

.cke_editable .article-image-wrapper.img-inline {
  margin-bottom: 0; }

.ct--article-details {
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  margin-bottom: 30px; }
  .ct--article-details .news-img {
    width: 100%;
    margin: 0 0 8px 0;
    border: 1px solid #cbcbcb; }
  .ct--article-details .news-tag {
    color: #6a6a6a;
    margin: 8px 0 6px 0;
    padding: 0;
    width: inherit;
    display: inline-block;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2px; }
    .ct--article-details .news-tag:hover {
      text-decoration: underline;
      color: #2d2a28; }
    .ct--article-details .news-tag a {
      color: #6a6a6a; }
  .ct--article-details .news-headline {
    margin: 0 0 6px 0;
    font-weight: 500;
    letter-spacing: inherit;
    color: #333F48;
    font-size: 1.25rem;
    line-height: 1.625rem;
    /* Landscape phones and down */ }
    .ct--article-details .news-headline .headline-link {
      color: #2d2a28; }
      .ct--article-details .news-headline .headline-link:hover {
        color: #2d2a28; }
    @media only screen and (min-width:40.063em) {
      .ct--article-details .news-headline {
        font-size: 1.4375rem;
        line-height: 1.8125rem; } }
  .ct--article-details .by-line {
    margin: 0 0 6px 0;
    color: #6a6a6a;
    font-family: CharisSILW, serif;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .ct--article-details .news-date {
    font-size: 0.875rem;
    margin: 0 0 15px 0;
    font-family: CharisSILW, serif;
    font-style: italic; }
  .ct--article-details .pillar-cta {
    font-size: 15px !important; }
  .ct--article-details .cta-link:after {
    position: relative; }

.home-featured .table-wrap {
  display: table;
  position: relative; }
.home-featured .watch-height {
  padding-left: 8px;
  padding-right: 8px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .home-featured .watch-height {
      height: 100%;
      display: table-cell;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; } }
.home-featured .ct--article-details {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .home-featured .ct--article-details {
      padding-bottom: 55px;
      margin: 0 0 10px 0; } }
  @media only screen and (max-width: 40em) {
    .home-featured .ct--article-details {
      margin-bottom: 30px; } }
  .home-featured .ct--article-details .news-img {
    margin-right: 12px !important; }
  .home-featured .ct--article-details .padding-wrapper {
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .home-featured .ct--article-details .padding-wrapper {
        padding: 0 5px; } }
  .home-featured .ct--article-details .cta-link:after {
    top: 0px !important; }
.home-featured .news-tag {
  margin: 8px 0 6px 0; }
.home-featured .body-copy {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .home-featured .body-copy {
      font-size: 1.125rem;
      line-height: 1.75rem; } }
  @media (min-width: 641px) and (max-width: 850px) {
    .home-featured .body-copy {
      font-size: 1.0625rem;
      line-height: 1.625rem; } }
  .home-featured .body-copy p {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .home-featured .body-copy p {
        margin-bottom: 0px; } }
.home-featured .news-headline {
  font-size: 1.25rem;
  line-height: 1.625rem;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .home-featured .news-headline {
      font-size: 1.4375rem;
      line-height: 1.8125rem; } }
  @media (min-width: 641px) and (max-width: 850px) {
    .home-featured .news-headline {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
.home-featured .cta-link:after {
  position: relative;
  top: 0px !important; }
.home-featured .pillar-cta {
  text-align: center;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40em) {
    .home-featured .pillar-cta {
      margin-top: 20px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
  @media only screen and (min-width:40.063em) {
    .home-featured .pillar-cta {
      position: absolute;
      bottom: 0; } }
  @media only screen and (min-width:64.063em) {
    .home-featured .pillar-cta {
      font-size: 18px; } }
.home-featured .external-link {
  position: relative;
  top: -3px;
  display: inline-block;
  line-height: 14px; }

.pagination li {
  height: 1.5rem;
  color: red !important;
  font-size: 0.875rem;
  margin-left: 0.3125rem; }

.pagination li.unavailable a {
  color: red; }

.pagination li a {
  color: red; }

.article-texas-perspectives-disclaimer {
  border: 1px solid #ddd;
  font-family: CharisSILW, serif;
  margin-bottom: 20px;
  padding: 10px;
  text-align: justify;
  line-height: 1.25;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .article-texas-perspectives-disclaimer {
      margin-bottom: 40px; } }

.article-texas-perspectives-heading {
  color: #bf5700;
  font-weight: bold;
  font-size: 20px;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: -15px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .article-texas-perspectives-heading {
      font-size: 24px;
      margin-top: 5px;
      margin-left: 0; } }

.ct--article-title {
  margin: 20px 0 20px 0;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--article-title {
      padding-right: 20px; } }
  @media only screen and (min-width:64.063em) {
    .ct--article-title {
      padding-right: 40px; } }
  .ct--article-title h1.article-title {
    margin: 0 0 10px 0;
    color: #2d2a28;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 500;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--article-title h1.article-title {
        font-size: 2.25rem;
        line-height: 2.625rem; } }
  .ct--article-title h2.subtitle {
    margin: 0 0 10px 0;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: normal;
    color: #282828;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--article-title h2.subtitle {
        font-size: 1.1875rem;
        line-height: 1.5625rem; } }
  .ct--article-title p.by-line {
    margin: 0;
    color: #6a6a6a;
    font-family: CharisSILW, serif;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .ct--article-title .share-aritcle {
    display: block;
    float: right;
    width: 100%; }
  .ct--article-title .connect-links {
    padding: 0px;
    margin: 5px auto 0px auto;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--article-title .connect-links {
        float: right;
        display: inline-block;
        margin: -5px 0 0 0; } }
    .ct--article-title .connect-links li {
      display: inline-block;
      list-style-type: none;
      font-size: 1.5rem;
      margin-left: 5px; }
    .ct--article-title .connect-links .label {
      position: relative;
      top: -1px;
      display: inline-block;
      line-height: 22px; }
      .ct--article-title .connect-links .label p {
        margin: 0;
        font-size: 0.875rem; }
    .ct--article-title .connect-links .connect-link {
      text-decoration: none;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .ct--article-title .connect-links .connect-link {
          color: #bf5700; } }
      .ct--article-title .connect-links .connect-link:hover {
        color: #005e83; }

.ct--sidebar-perspectives .ct--article-details {
  margin: 10px 0 20px 0;
  padding: 0 10px 2px 10px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--sidebar-perspectives .ct--article-details {
      padding: 0 15px 2px 15px; } }
  .ct--sidebar-perspectives .ct--article-details .news-headline {
    margin-bottom: 2px;
    font-size: 0.9375rem;
    line-height: 1.375rem; }
    .ct--sidebar-perspectives .ct--article-details .news-headline a {
      color: #2d2a28; }
  .ct--sidebar-perspectives .ct--article-details .news-img {
    height: 80px;
    width: 80px;
    float: left;
    margin: 5px 12px 0px 0;
    display: inline-block; }
  .ct--sidebar-perspectives .ct--article-details .content-block {
    display: block; }
  .ct--sidebar-perspectives .ct--article-details .by-line {
    margin-bottom: 6px; }
.ct--sidebar-perspectives .news-date {
  display: inline;
  color: #474541;
  line-height: 1.375rem; }
  .ct--sidebar-perspectives .news-date:after {
    content: " — "; }
.ct--sidebar-perspectives .body-copy {
  display: inline;
  margin-bottom: 10px; }
  .ct--sidebar-perspectives .body-copy span {
    line-height: 1 !important; }
  .ct--sidebar-perspectives .body-copy p {
    display: inline;
    margin: 0; }
.ct--sidebar-perspectives .cta-link {
  display: block;
  line-height: 1.375rem; }
.ct--sidebar-perspectives .ct--article-details + .ct--article-details {
  margin-top: 20px; }
@media only screen and (min-width: 641px) and (max-width: 750px) {
  .ct--sidebar-perspectives .ct--article-details .content-wrap {
    display: inline-block;
    float: left; }
  .ct--sidebar-perspectives .ct--article-details .news-img {
    margin: 0 15px 10px 0; }
  .ct--sidebar-perspectives .ct--article-details .cta-link {
    float: left;
    margin-left: 0px; } }
.ct--sidebar-perspectives .sidebar-cta {
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--sidebar-perspectives .sidebar-cta {
      margin: 0 10px; } }

.ct--sidebar-press {
  /*@include respond(medium){
		.cta-link {
			&:after{
				top: -1px!important;
			}
		}
	}*/ }
  .ct--sidebar-press .ct--article-details {
    margin: 15px 0 20px 0;
    padding: 0 10px 2px 10px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--sidebar-press .ct--article-details {
        padding: 0 15px 2px 15px; } }
    .ct--sidebar-press .ct--article-details h4.news-headline {
      margin-bottom: 4px;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.25rem; }
      .ct--sidebar-press .ct--article-details h4.news-headline a {
        color: #2d2a28; }
    .ct--sidebar-press .ct--article-details .news-img {
      height: 80px;
      width: 80px;
      float: right;
      margin: 0 0 15px 15px; }
    .ct--sidebar-press .ct--article-details .news-date {
      margin-bottom: 5px;
      color: #6a6a6a; }
  .ct--sidebar-press .body-copy {
    margin-bottom: 10px; }
  .ct--sidebar-press .ct--article-details + .ct--article-details {
    margin-top: 20px; }
  @media only screen and (min-width: 641px) and (max-width: 800px) {
    .ct--sidebar-press .ct--article-details .news-img {
      float: left;
      display: block;
      margin: 0 100% 10px 0; }
    .ct--sidebar-press .ct--article-details .body-copy {
      float: left;
      margin-left: 0px; }
    .ct--sidebar-press .ct--article-details .cta-link {
      float: left;
      margin-left: 0px; } }
  .ct--sidebar-press .sidebar-cta {
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--sidebar-press .sidebar-cta {
        margin: 0 10px; } }

.ct--sidebar-tabs .ct--article-details {
  padding: 0 10px 2px 10px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--sidebar-tabs .ct--article-details {
      padding: 0 15px 2px 15px; } }
  .ct--sidebar-tabs .ct--article-details .news-date {
    margin-bottom: 8px; }
.ct--sidebar-tabs .ct--article-details + .ct--article-details {
  margin-top: 30px; }
.ct--sidebar-tabs .news-headline {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  line-height: 1.375rem; }
.ct--sidebar-tabs .sidebar-cta {
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--sidebar-tabs .sidebar-cta {
      margin: 0 10px; } }

.tabs {
  margin: 10px 0 0 0;
  padding: 0 10px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .tabs {
      padding: 0 15px; } }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs .tab-title a {
      display: block;
      background: #efefef;
      color: #2d2a28;
      font-family: open_sans, sans-serif;
      padding: 5px 10px;
      margin: 0 10px 10px 0;
      font-size: 0.6875rem;
      text-decoration: none;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .tabs .tab-title a {
          padding: 8px 6px; } }
      .tabs .tab-title a:hover {
        background: #BF5700;
        color: #fff; }
  .tabs .tab-title.active a {
    background: #666;
    color: #fff; }

.tabs-content {
  width: 100%; }

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table; }

.tabs-content:after {
  clear: both; }

.tabs-content > .content {
  display: none;
  float: left;
  padding: 10px 0;
  width: 100%; }

.tabs-content > .content.active {
  display: block;
  float: none; }

.tabs-content > .content.contained {
  padding: 0.9375rem; }

.tabs-content.vertical {
  display: block; }

.tabs-content.vertical > .content {
  padding: 0 0.9375rem; }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.ct--sidebar-featured .ct--article-details {
  margin: 15px 0 20px 0;
  padding: 0 10px 2px 10px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--sidebar-featured .ct--article-details {
      padding: 0 15px 2px 15px; } }
  .ct--sidebar-featured .ct--article-details .news-tag {
    margin: 0 0 6px 0; }
  .ct--sidebar-featured .ct--article-details .news-headline {
    margin-bottom: 5px;
    font-size: 0.9375rem;
    line-height: 1.375rem; }
  .ct--sidebar-featured .ct--article-details .ct--article-details + .ct--article-details {
    margin-top: 20px; }

.ct--share-article {
  margin-bottom: 40px; }
  .ct--share-article ul {
    margin: 0;
    padding: 0; }
  .ct--share-article li {
    display: inline-block;
    list-style-type: none;
    margin-left: 6px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--share-article li {
        margin-left: 10px; } }
  .ct--share-article .share {
    border: 0px;
    font-weight: 600;
    display: block;
    font-size: 1.375rem;
    color: #333F48;
    margin-bottom: 15px;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .ct--share-article .share {
        margin-bottom: 10px; } }
  .ct--share-article .show-large {
    display: none;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .ct--share-article .show-large {
        display: inline-block; } }
  .ct--share-article .connect-link {
    display: block;
    width: 100%;
    border: 0px;
    text-decoration: none;
    /* Landscape phones and down */ }
    @media only screen and (min-width:64.063em) {
      .ct--share-article .connect-link {
        padding: 10px 12px;
        color: #333F48;
        font-weight: 600;
        border: 1px solid #cccfd1;
        margin-bottom: 10px; } }
    .ct--share-article .connect-link .icon {
      margin-right: 4px;
      font-size: 2.25rem;
      color: #BF5700;
      border: 0px;
      z-index: 9999;
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .ct--share-article .connect-link .icon {
          margin-right: 8px;
          font-size: 2.375rem; } }
      @media only screen and (min-width:64.063em) {
        .ct--share-article .connect-link .icon {
          font-size: 1.75rem; } }
    .ct--share-article .connect-link .share-label {
      position: relative;
      top: -1px; }
    .ct--share-article .connect-link:hover {
      color: #333F48;
      border: 0px;
      /* Landscape phones and down */ }
      @media only screen and (min-width:64.063em) {
        .ct--share-article .connect-link:hover {
          border: 1px solid #333F48; } }
      .ct--share-article .connect-link:hover .icon {
        color: #005e83;
        /* Landscape phones and down */ }
        @media only screen and (min-width:64.063em) {
          .ct--share-article .connect-link:hover .icon {
            color: #005e83; } }

.social-share-bottom {
  /* Landscape phones and down */ }
  @media only screen and (max-width: 40em) {
    .social-share-bottom {
      padding: 0 5px; } }

.ct--archive-wrapper {
  margin-bottom: 20px;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct--archive-wrapper {
      margin-bottom: 40px; } }

.ct--archive {
  background-color: #fffdfa;
  border: 1px solid #e1ddd2;
  height: 100%;
  padding: 0 0 20px 0 !important; }
  .ct--archive .news-date {
    border-bottom: 1px solid #e1ddd2;
    background-color: #fef7ed;
    padding: 10px 20px;
    color: #2d2a28; }
  .ct--archive .news-headline {
    margin-top: 12px;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.375rem;
    /* Landscape phones and down */ }
    @media only screen and (min-width:40.063em) {
      .ct--archive .news-headline {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
  .ct--archive .cta-link {
    padding: 0 20px; }
    .ct--archive .cta-link:after {
      position: relative;
      top: -1px; }
  .ct--archive .cta-link-external {
    padding: 0 20px;
    display: block; }

.large-block-grid-3 li, .medium-block-grid-3 li {
  padding-bottom: 0px; }

#utexas-news-views-filter-by-year-form label {
  display: none; }
html.js #utexas-news-views-filter-by-year-form input[type="submit"] {
  display: none; }

#views-exposed-form-news-news-archive-page {
  float: right; }

#views-exposed-form-news-news-archive-page div .views-exposed-form .views-exposed-widget #edit-submit-news {
  display: inline-block;
  background: #BF5700;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
  border: 0;
  margin-top: 0; }

#views-exposed-form-news-news-archive-page div .views-exposed-form .views-exposed-widget #edit-submit-news:hover {
  background-color: #a04400; }

#views-exposed-form-news-news-archive-page div .views-exposed-form .views-exposed-widgets .views-widget-per-page {
  width: 200px; }

#views-exposed-form-news-news-archive-page div .views-exposed-form .views-exposed-widgets .views-widget-per-page .form-item-items-per-page {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#views-exposed-form-news-news-archive-page div .views-exposed-form .views-exposed-widgets .views-widget-per-page .form-item-items-per-page label {
  width: 125px;
  margin-top: 15px;
  float: left; }

#views-exposed-form-news-news-archive-page div .views-exposed-form .views-exposed-widgets .views-widget-per-page .form-item-items-per-page #edit-items-per-page {
  width: 55px;
  float: left;
  background-image: none;
  -webkit-appearance: menulist !important;
  cursor: pointer; }

.ct-featured-news-hero {
  margin: 10px 0 10px 0;
  display: block;
  overflow: hidden;
  /* Landscape phones and down */ }
  @media only screen and (min-width:40.063em) {
    .ct-featured-news-hero {
      margin: 20px 0 20px 0; } }
  .ct-featured-news-hero .ct--article-details {
    margin-bottom: 10px;
    /* Landscape phones and down */ }
    .ct-featured-news-hero .ct--article-details .img-wrap {
      overflow: hidden;
      background: url('../img/ut-news/ut-tower.jpg');
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      /* Landscape phones and down */ }
      @media only screen and (max-width: 40em) {
        .ct-featured-news-hero .ct--article-details .img-wrap {
          height: auto !important;
          min-height: 250px; } }
      @media (min-width: 500px) and (max-width: 640px) {
        .ct-featured-news-hero .ct--article-details .img-wrap {
          min-height: 300px; } }
    .ct-featured-news-hero .ct--article-details .news-headline {
      font-size: 1.625rem;
      line-height: 2rem;
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      @media only screen and (min-width:40.063em) {
        .ct-featured-news-hero .ct--article-details .news-headline {
          font-size: 1.625rem;
          line-height: 2rem; } }
      @media only screen and (min-width:64.063em) {
        .ct-featured-news-hero .ct--article-details .news-headline {
          font-size: 2rem;
          line-height: 2.5rem; } }
    @media only screen and (max-width: 40em) {
      .ct-featured-news-hero .ct--article-details .cta {
        width: 100%;
        text-align: center; } }
    .ct-featured-news-hero .ct--article-details .featured-box {
      background-color: #fff;
      padding: 20px;
      border: 1px solid #e1ddd2;
      border-left: 0px;
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phones and down */ }
      @media only screen and (max-width: 40em) {
        .ct-featured-news-hero .ct--article-details .featured-box {
          padding: 15px;
          border-top: 0px;
          border-left: 1px solid #e1ddd2;
          height: auto !important; } }
      @media only screen and (min-width:40.063em) {
        .ct-featured-news-hero .ct--article-details .featured-box {
          padding: 15px 20px 20px 20px;
          margin-left: -15px; } }
      .ct-featured-news-hero .ct--article-details .featured-box .body-copy p {
        /* Landscape phones and down */ }
        @media only screen and (min-width:40.063em) {
          .ct-featured-news-hero .ct--article-details .featured-box .body-copy p {
            font-size: 1.125rem;
            line-height: 1.75rem; } }
        @media (min-width: 641px) and (max-width: 850px) {
          .ct-featured-news-hero .ct--article-details .featured-box .body-copy p {
            font-size: 1.0625rem;
            line-height: 1.625rem; } }
      @media only screen and (min-width:64.063em) {
        .ct-featured-news-hero .ct--article-details .featured-box {
          padding: 20px;
          min-height: 420px; } }
      .ct-featured-news-hero .ct--article-details .featured-box .external-link {
        display: inline-block;
        line-height: 14px;
        margin-left: 0px;
        margin-bottom: 5px; }
        .ct-featured-news-hero .ct--article-details .featured-box .external-link:before {
          padding-left: 0px !important; }
  @media only screen and (min-width: 641px) and (max-width: 800px) {
    .ct-featured-news-hero .force-width {
      width: 100% !important; }
    .ct-featured-news-hero .img-wrap {
      min-height: 340px !important; }
    .ct-featured-news-hero .ct--article-details .featured-box {
      height: auto !important;
      margin-left: 0px;
      border-left: 1px solid #e1ddd2; } }

.field_gift_link {
  background-color: #BF5700;
  border: 2px solid #A04400;
  max-width: 300px;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Landscape phones and down */ }
  .field_gift_link:hover {
    background: #A04400; }
  @media only screen and (max-width: 40em) {
    .field_gift_link {
      margin: 0 auto;
      max-width: 245px; } }
  .field_gift_link .burst-wrapper {
    background: url('../img/give/starburst.png') right top no-repeat;
    background-size: 80%; }
  .field_gift_link .tower-wrapper {
    background: url('../img/give/tower.png') right 12px top 4px no-repeat;
    background-size: 28%; }
  .field_gift_link .gift-cta {
    display: block;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 10px 20px;
    min-height: 65px;
    color: #fff;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    /* Landscape phones and down */ }
    @media only screen and (max-width: 40em) {
      .field_gift_link .gift-cta {
        min-height: 70px; } }
    .field_gift_link .gift-cta span {
      max-width: 65%;
      display: block; }
  .field_gift_link:hover {
    background: #A04400; }

.search-result .article-authors, .search-result .article-date {
  color: #6a6a6a;
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase; }
.search-result .article-authors {
  margin-right: 0.5rem; }
  .search-result .article-authors:after {
    content: "|";
    padding-left: 0.5rem; }
.search-result .article-type {
  background: #fafafa;
  border: 1px solid #eee;
  color: #6a6a6a;
  display: inline-block;
  font-size: 0.625rem;
  padding: 0.5rem 0.75rem; }

body {
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  body #toolbar {
    z-index: 9999; }
  body .field-collection-container {
    border-bottom: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 40em) {
    body.toolbar-drawer {
      padding-top: 0 !important; }
    body #toolbar {
      display: none; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    body.toolbar-drawer {
      padding-top: 0 !important; }
    body #toolbar {
      display: none; } }
  body .ui-dialog {
    z-index: 9999; }
  body #skip-link {
    position: absolute; }
    body #skip-link a.element-invisible.element-focusable:focus, body #skip-link a.element-invisible.element-focusable:active {
      position: fixed !important;
      left: 1rem;
      top: 1rem;
      z-index: 9999;
      background: #BF5700;
      border-radius: 1rem;
      box-shadow: 1px 1px 0.125rem #282828;
      color: #fff;
      font-weight: 500;
      font-size: 0.75rem;
      outline: 0;
      padding: 0.5rem 1rem;
      text-decoration: none; }

.tabs.primary li a {
  background: none repeat scroll 0 0 #efefef;
  color: #000000; }

form#user-pass span.form-required, form#user-login span.form-required {
  color: #333; }

body {
  background-color: #f8f8f8; }

.container-bottom {
  background-color: #fff; }
