<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*!
 * @file template/includes/css/base2014/core-component.css
 */

/* ==================== Utility Classes ==================== */

/* Hide anything mobile when not in mobile viewport */

.mobile {
  display: none;
}

.lazy {
  background-image: none !important;
}

@media screen and (max-width:668px) {
  .mobile {
    display: block;
  }
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.hide {
  display: none;
  visibility: hidden;
}

.no-scroll,
html.no-scroll body {
  overflow-y: hidden;
  height: 100%;
}

/* ==================== Helper &amp; Accessibility Classes ==================== */

.ouws-uppercase {
  text-transform: uppercase;
}

.accessibility {
  /* just force this class to work with !important */
  width: 1px !important;
  overflow: hidden !important;
  height: 1px !important;
  position: absolute !important;
  color: var(--white) !important;
}

.ouwsHeaderWrap&gt;.accessibility {
  height: auto;
  width: 100px;
  overflow: visible
}

.accessibility * {
  color: var(--white);
}

.accessibility h1 {
  display: none
}

.accessibility a {
  padding: 6px;
  position: absolute;
  top: -60px;
  left: 0;
  color: var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top .5s ease-out, background 1s linear;
  transition: top .5s ease-out, background 1s linear;
  z-index: 1000
}

.accessibility a:focus {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--cutler);
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear
}

.field--name-field-page-url-name {
  display: none;
}

/* Simple Box Styles */

.simplebox {
  margin-bottom: 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebox h2,
.simplebox h3 {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: normal;
}

.simplebox h2:empty,
.simplebox h3:empty {
  display: none;
}

.cke_editable .simplebox h2:empty,
.cke_editable .simplebox h3:empty {
  display: block;
}

.simplebox-content h5 {
  text-transform: none;
  margin-bottom: 0;
}

.simplebox-container {
  padding-bottom: 10px;
  width: 100%;
}

.simplebox.boxes .simplebox-container {
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.simplebox-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebox-subcontent {
  width: 50%;
}

.simplebox-content p,
.simplebox-subcontent p {
  padding: 10px;
  margin: 0;
}

.simplebox-content h2,
.simplebox-content h3,
.simplebox-content h4,
.simplebox-content h5,
.simplebox-content h6,
.simplebox-subcontent h2,
.simplebox-subcontent h3,
.simplebox-subcontent h4,
.simplebox-subcontent h5,
.simplebox-subcontent h6 {
  padding: 15px 30px 0 30px;
}

.simplebox.boxes .simplebox-container+.simplebox-container {
  margin-left: 16px;
}

.simplebox.boxes:after,
.simplebox.split:after,
.simplebox-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Footer Contact Styles */

.block-contact-block {
  padding-bottom:1rem;
}

.block-contact-block div,
.block-contact-block span {
  line-height: 1.3em;
  font-style: normal;
  color: var(--white);
}

.block-contact-block a {
  color: var(--white);
}

.block-contact-block .phone-numbers [id^=phone] a,
.block-contact-block .views-field-field-fax a {
  text-decoration: none;
}

.block-contact-block .social-media-links--platforms li {
  padding:0;
}
.block-contact-block .social-media-links--platforms li &gt; a {
  display:inline-block;
  padding:1.5rem 2rem 1rem 0;
  font-size:2.4rem;
}
.block-contact-block .social-media-links--platforms li &gt; span {
  display:none;
}

.cke_editable ul,
.cke_editable ol {
  padding: 15px 15px;
  margin-left: 30px;
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th:first-child:before {
  top: 50%;
  margin-top: -10px;
}

/* Text Editor Useable Styles */

/*
  Note:
    Drupal Editor natively can only apply a string of classes.
    An end user cannot not separately apply multiple
*/

.paragraph--type--content-blurb-text-editor- h2.ohioSubHeader,
.paragraph--type--content-blurb-text-editor- h3.ohioSubHeader {
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--cutler);
  font-weight: bold;
  text-transform: none;
}

ul.tabs.primary {
  margin-top: 30px;
  border-top: 1px solid #9b9b9b;
  padding-top: 20px;
}

.tabs&gt;li {
  margin: 0;
  min-width: 17.9%;
  text-align: center;
}

.tabs a.is-active {
  padding: 5px 15px 0px 15px;
  border-top: 3px solid var(--cutler);
  color: var(--cutler);
  background: var(--white);
}

.tabs a {
  font-size: 15px;
  color: var(--black);
  font-weight: bold;
  padding: 6px 12px;
}

.node--type-crime-alert .field {
  margin-bottom: 10px;
}

.field--name-field-crime-name {
  font-size: 24px !important;
  font-weight: bold;
  color: var(--black);
  line-height: 36px;
  padding-bottom: 14px;
}

.large-icon {
  display: inline-block;
  text-align: center;
}

.background--green {
  background-color: var(--cutler);
  color: var(--white);
}

.background--green-alpha {
  background-color: rgba(0, 105, 78, 0.9);
  color: var(--white);
}

.background--green-alpha *{
  color: var(--white);
}

.background--green div, .background--green i, .background--green a, .background--green span {
  color: var(--white);
}
.background--green h2 {
  color: var(--white) !important;
}
.background--green .subtitle {
  font-family: var(--text-sans);
  font-size: 18px;
  color: var(--white);
}
.background--white, .background--white:not(.contact) a, .background--white:not(.contact) div, .background--white span {
  background-color: var(--white);
  color: #292724;
}
.background--light, .background--light:not(.contact) a, .background--light:not(.contact) div, .background--light span {
  background-color: var(--light-gray);
  color: #292724;
}
.background--white .subtitle, .background--gray .subtitle {
  font-family: var(--text-sans);
  font-size: 18px;
  color: var(--middle-gray);
}
.background--gray, .background--gray a, .background--gray div, .background--gray span {
  background-color: var(--light-gray);
  color: var(--middle-gray);
}
.background--gray h2 {
  color: var(--white);
}
.background--light {
  background-color: var(--light-gray);
}
.background--gray div, .background--gray span {
  color: var(--middle-gray);
}

/* Spotlight modification */
.spotlight header.visually-hidden {
  width: 1px;
}

/****/
/** Spot / Card ****/

article.spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
}

.spotlight header {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 15px;
}

article.spotlight h1, article.spotlight h2 {
  font-family: var(--text-serif);
  font-size: 42px;
  font-weight: bold;
  border-bottom: none;
  margin: 0;
  color: var(--cutler);
}

.spotlight .spot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}

.spotlight.three .spot {
  padding: 0 1.6%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
}

.spotlight.three .spot-1 {
  padding-left: 0;
}

.spotlight.three .spot-2 {
  padding: 0 0.8%;
}

.spotlight.three .spot-3 {
  padding-right: 0;
}

.spotlight.two .spot {
  padding: 0 7.4%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -ms-flex-preferred-size: calc(50% - 14.8%) !important;
          flex: 1 0 50%;
}

@media screen and (max-width: 767px) {
  .spotlight.three .spot, .spotlight.two .spot {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
      -ms-flex-preferred-size: 100% !important;
      flex: 1 0 100%;
  }
  .spotlight.three .spot-2 {
    padding: 0;
  }
}

.spotlight .spot-content {
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
      -ms-flex-preferred-size: auto !important;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#middle .spot-title {
  font-family: var(--text-serif);
  font-weight: 600;
  font-size: 26px;
  color: var(--cutler);
  border-bottom: 1px solid var(--black);
  padding-bottom: 15px;
  text-transform: initial;
}

.spotlight .spot-image img {
  width: 100%;
  height: auto;
  padding: 0;
  max-height: 234px;
}

.zoom-images &gt; .container .row &gt; div, .spotlight.image-grid .spot {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-size: 117% !important;
}

.zoom-images &gt; .container .row &gt; div:hover, .spotlight.image-grid .spot:hover {
  background-size: 121% !important;
}

.zoom-images &gt; .container .row &gt; div, .spotlight.two.image-grid .spot {
  margin: 0px 60px 0px 60px;
  padding: 0;
  max-width: calc(50% - 120px);
}

.zoom-images.four &gt; .container &gt; .row &gt; div {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 22%;
          flex: 0 22%;
  background-size: cover !important;
}

@media screen and (max-width: 1200px) {
  .zoom-images.four &gt; .container &gt; .row &gt; div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 19%;
            flex: 1 0 19%;
  }
}

@media screen and (max-width: 767px) {
  .zoom-images.four &gt; .container &gt; .row &gt; div {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .zoom-images.four p {
    height: 370px;
  }
}

.zoom-images.four p {
  height: 195px;
  position: relative;
  text-align: left;
}

.zoom-images.four a {
  padding: 40% 15px 11px;
  font-size: 18px;
}

.spotlight.image-grid p:not(:last-child) {
  display: none;
}

.spotlight.image-grid img {
  z-index: -1;
  position: relative;
}

.zoom-images &gt; .container &gt; .row &gt; div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 15px 30px;
  max-width: 50%;
  padding: 0 !important;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-size: 117% !important;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

@media screen and (max-width: 1200px) {
  .zoom-images &gt; .container &gt; .row &gt; div {
    background-size: 130% !important;
  }

  .zoom-images &gt; .container .row &gt; div:hover {
    background-size: 134% !important;
  }
}

@media screen and (max-width: 990px) {
  .zoom-images &gt; .container &gt; .row &gt; div, .zoom-images &gt; .container .row &gt; div:hover {
    background-size: cover !important;
  }
}

@media screen and (max-width: 767px) {
  .zoom-images &gt; .container &gt; .row &gt; div {
    max-width: 100%;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.zoom-images {
  padding: 30px 0 0 0;
}

.zoom-images p {
  height: 370px;
  position: relative;
  text-align: left;
}

.zoom-images .modInnerContent {
  display: table;
  margin-left: 0;
  margin-right: 0;
  table-layout: fixed;
  width: 100%;
}

.zoom-images .paragraph__column {
  padding: 0;
}

.spotlight.image-grid .spot h3 {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.zoom-images *, .spotlight.image-grid .spot * {
  color: var(--white) !important;
}

.spotlight.image-grid .spot-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.zoom-images .field__item p{
  margin-top:0;
}
.zoom-images a, .spotlight.image-grid .spot-content p &gt; a {
  display: block;
  width: 100%;
  max-height: 100%;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 58% 15px 11px 20px;
  bottom: 0;
  position: absolute;
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 38%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 38%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  text-shadow:1px 2px 3px var(--black);
}
.zoom-images a:hover, .spotlight.image-grid .spot-content p &gt; a:hover {
  text-decoration: underline;
}
#middle .zoom-images a:focus, #middle .spotlight.image-grid a:focus{
  background:none !important;
}

.zoom-images a:after, .spotlight.image-grid .spot-content p &gt; a:after {
  content: "\f105 ";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  font-size: 17px;
  padding-left: 6px;
  display: inline-block;
  overflow: hidden;
  height: 18px;
  top: -3px;
  position: relative;
}

.spotlight.two .spot-3, .spotlight.two .spot-4 {
  display: none;
}

.spotlight.three .spot-4 {
  display: none;
}

@media screen and (max-width:872px) {
  .spotlight.two .spot-1 {
    padding-left: 0;
  }

  .spotlight.two .spot-2 {
    padding-right: 0;
  }
}

@media screen and (max-width:579px) {
  .spotlight .spot-image img {
    max-height: auto;
  }

  .spotlight.two .spot, .spotlight.three .spot {
    padding: 0;
  }
}

/****/
/**** Special Statement */
.special-statement {
  padding-top: 15px;
  padding-bottom: 15px;
}
.special-statement h2 {
  font-size: 24px;
  padding-top: 0;
  font-weight: bold;
}
.special-statement-item {
  margin: 0;
  padding-right: 0;
  max-width: 100%;
  display: inline;
}
.special-statement-item:first-of-type {
  padding-left: 0;
}
.special-statement a:hover {
  color: var(--white) !important;
}

/****/
/** News */
.background--transparent {
  background: transparent !important;
}

.news h2 {
  margin-bottom: 0px;
  padding-top: 0;
}

.news .hasBackground {
  padding: 30px 15px;
  background: var(--white);
}

.news.background--green .hasBackground *, .news.background--green .hasBackground a:hover {
  color: #292724;
}

.news article h3 {
  padding-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

.news .dateline {
  color: #333;
  margin: 0;
  border-bottom: 1px solid var(--black);
}

.news.background--green .dateline {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.news.background--green * {
  color: var(--white);
}

.news.background--green a:hover {
  color: var(--white);
}

.news.background--light h3 {
  color: var(--black);
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.news .subtitle {
  text-align: center;
}

.news--three .spread .dateline {
  border-bottom: 0;
  color: #666;
  margin-bottom: 10px;
}

.news--three .spread h3 {
  font-family: var(--text-serif);
  font-size: 28px;
  color: #00694F;
  font-weight: 400;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.1;
  min-height: 2.2em;
}

.news--three .spread a.button.green:hover, .news--three .spread a, .news--three .spread a.active-link:hover {
  color: #00694F;
}

.news--three .description {
  font-family: var(--text-sans);
  color: var(--black);
  font-size: 16px;
  max-height: 90px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px;
}

.news--three hr {
  border: 0;
  border-bottom: 2px solid var(--black);
  margin-bottom: 10px;
}

.news--three ul {
  padding: 0;
}

.news--three ul li {
  list-style: none;
  margin-bottom: 15px;
}

.news--three ul li:last-child {
  margin-bottom: 0;
}

.news .background--transparent a.subheading {
  color: #514c47;
}

.news--three .background--white h3 {
  font-family: var(--text-serif);
  font-size: 22px;
  color: #00694F;
  font-weight: 500;
}

@media (min-width: 768px) {
  .news--three ul li {
    margin-bottom: 0px;
  }
}

.news--three li .spread {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.16);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.16);
      box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.16);
}

.news--three {
  margin-top: 30px;
}

/****/
/ Facts and Figures /

.facts-figures {
  padding: 80px 0;
  background: #f5f3f1;
}

.facts-figures .modInnerContent {
  padding: 0 37px !important;
}

.facts-figures h2 {
  font-size: 42px;
  color: #595550;
  font-weight: bold;
}

.facts-figures p {
  font-size: 18px;
  color: #595550;
}

.facts-figures.green {
  background: var(--cutler);
}

.facts-figures.green h2 {
  color: var(--white);
}

.facts-figures.green p {
  color: var(--white);
}

/****/
/*** Contact us ****/

.contact-row {
  padding: 80px 0;
}

.contact-row.green {
  background: var(--cutler);
}

.contact-row.gray {
  background:#f5f3f1;
}

.contact-row h2 {
  color: var(--cutler);
  font-family: var(--text-serif);
  padding: 0 0 15px 0;
}

.contact-row.green h2 {
  color: var(--white);
}

.contact-row.gray h2 {
  color: #726f6a;
}

.contact-row p, .contact-row a {
  color: #726f6a;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}

.contact-row.green p, .contact-row.green a {
  color: var(--white);
}

.contact-row p.fa:before, .contact-row span.fa:before {
  padding-right: 6px
}

/****/
/* Ohio Stats */
.ohio-stats {
  padding: 80px 0;
}
.ohio-stats p {
  margin-top: 0px;
}
.ohio-stats .paragraph__column {
  padding-bottom: 0;
}

/* Article content type */
.byline {
  margin: 15px 0;
}
.article-full-story-image figcaption {
  color: #999;
  font-style: italic;
}
.article-full-author {
  font-weight: bold;
}

/****/
/* News Articles */

.article.views-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 33%;
  padding: 0 19px;
}

.article.views-row:first-child {
  padding-left: 0;
}

.article.views-row:last-child {
  padding-right: 0;
}

.article.views-row div[class*='field-publication-date'] {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: var(--text-sans);
}

.article.views-row div[class*='field-publication-date'] &gt; div {
  font-size: 24px;
}

.article.views-row .views-field-title a {
  color: var(--cutler);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: underline;
  font-family: var(--text-sans);
}

.article.views-row .views-field-body p {
  margin: 10px 0;
  font-size: 18px;
}

@media screen and (max-width:668px) {
  .article.views-row:first-child {
    padding-left: 19px;
  }
}

/****/
/* Searchable and Sortable Data Table Styles  */
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting.sorting_asc *,
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting.sorting_desc *,
table.dataTable thead th.sorting:hover *,
table.dataTable thead th:hover {
  background-color: var(--under-the-elms) !important;
  color: var(--white) !important;
}

table.ohio-table-searchable thead th,
table.ohio-table-sortable thead th,
div.has-table table thead th,
table.dataTable thead th {
  background-color: var(--light-gray) !important;
  color: var(--under-the-elms);
  border: 1px solid var(--white);
  text-align: left;
}

table.ohio-table-searchable thead th.sorting span,
table.ohio-table-sortable thead th.sorting span {
  color: var(--black);
  font-weight: bold;
}

table.ohio-table-searchable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dtr-control:before,
table.ohio-table-searchable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.dtr-control:before,
table.ohio-table-sortable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dtr-control:before,
table.ohio-table-sortable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.dtr-control:before {
  background-color: var(--cutler);
  border: none;
  box-shadow: none;
  color: var(--white);
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  content: '\f067';
  font-size: 15px;
  display: inline-block;
  position: absolute;
  left: 15px;
  margin-top: -12px;
  vertical-align: middle;
  line-height: 1.08;
  padding: 5px;
  height: 1em;
  width: 1em;
  border-radius: 1em;
  box-sizing: content-box;
  text-align:center;
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.parent&gt;th.dtr-control:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.parent&gt;td.dtr-control:before {
  background-color: var(--cutler);  
  color: var(--white);
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  content: "\f068";
  position:absolute !important;
}

table.ohio-table-searchable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dtr-control,
table.ohio-table-searchable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.dtr-control,
table.ohio-table-sortable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dtr-control,
table.ohio-table-sortable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.dtr-control {
  padding-left: 55px;
  position:relative;
}

table.ohio-table-searchable&gt;tbody&gt;tr.child:hover,
table.ohio-table-sortable&gt;tbody&gt;tr.child:hover {
  background: var(--light-gray) !important;
}

table.ohio-table-searchable&gt;tbody&gt;tr.child ul.dtr-details,
table.ohio-table-sortable&gt;tbody&gt;tr.child ul.dtr-details {
  padding-left: 50px;
}

table.ohio-table-searchable&gt;tbody&gt;tr.child ul.dtr-details&gt;li:first-child,
table.ohio-table-sortable&gt;tbody&gt;tr.child ul.dtr-details&gt;li:first-child {
  padding: 0 0 5px;
  margin: 20px 0 0;
}

table.ohio-table-searchable&gt;tbody&gt;tr.child ul.dtr-details&gt;li:not(:first-child),
table.ohio-table-sortable&gt;tbody&gt;tr.child ul.dtr-details&gt;li:not(:first-child) {
  margin: 5px 0px;
  padding: 5px 0px;
}

table.ohio-table-searchable tr.parent,
table.ohio-table-searchable tr:hover,
table.ohio-table-sortable tr.parent,
table.ohio-table-sortable tr:hover,
div.has-table table tr:hover {
  background-color: var(--light-gray);
}

table.ohio-table-searchable tr.child,
table.ohio-table-sortable tr.child {
  background: var(--light-gray);
}

.has-table&gt;div {
  overflow-x: visible !important;
}

table.fixedHeader-floating .sorting {
  border: none;
  outline: 1px solid var(--white);
}

/****/


.small-icon {
  padding: 13% !important;
  border: 1px solid var(--cutler);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap:  nowrap;
      flex-wrap:  nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.small-icon:hover {
  background: var(--cutler);
}

.small-icon:hover * {
  color: var(--white);
}

.small-icon br {
  display: none;
}

.small-icon i, .small-icon a {
  color: var(--cutler);
}

.small-icon a:hover {
  color: var(--white);
}

.small-icon i {
  font-size: 3rem;
  padding-right: 18px;
}

/****/
/* Student Notifications ****/
.student-notifications a {
  font-size: 2em;
  color: #808080;
  text-decoration: none;
  font-weight: bold;
}


/****/

.marketing-banner .modInnerContent h2 {
  font-size: 48px;
  font-family: var(--text-sans);
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

.view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-tabs {
  padding: 0 30px 0 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.nav-tabs ul {
  padding: 0 30px;
  background: #004230 0;
  width: 95%;
  margin: 0 auto
}

.nav-tabs li {
  list-style: none;
  background-color: #004230;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  margin-right: 5px;
  padding: 1px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%
}

.nav-tabs li:first-of-type {
  background-color: var(--cutler);
}

.nav-tabs li:hover {
  color: var(--white);
  text-decoration: underline;
  background-color: var(--cutler);
}

.nav-tabs li a {
  color: var(--white);
  text-decoration: none;
  padding: 15px;
  display: block
}

.nav-tabs li a:hover {
  color: var(--white);
}

.tab-pane {
  text-align: left;
  padding: 30px 2.5%
}

.tab-content {
  border: #004230;
  margin-top: -1px
}

@media screen and (max-width:668px) {
  .nav-tabs {
    display: block;
    padding: 0 0 !important
  }
  .nav-tabs li {
    display: block;
    width: 100%
  }
}

span.credit {
  display: block;
  color: var(--white);
  font-family: var(--text-sans);
}

.paragraph__column form.contact-form&gt;div label {
  display: block;
  float: none;
  width: 100%;
  text-align: left
}

.paragraph__column form.contact-form&gt;div&gt;div&gt;.form-textarea-wrapper {
  width: 100%
}

.paragraph__column form.contact-form input:not([type='submit']) {
  width: 100%
}

.paragraph__column form.contact-form&gt;div label.visually-hidden {
  width: 1px
}

form.contact-form&gt;div&gt;div&gt;div.form-no-label,
form.contact-form&gt;div fieldset&gt;div.form-no-label {
  width: 100%;
  float: none
}

form.contact-form h4.label {
  font-weight: normal
}

form.contact-form th h4.label {
  font-weight: bold;
  color: var(--white);
}

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  40% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02)
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  70% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01)
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
}

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  40% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02)
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  70% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01)
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }
}

.visual-active {
  outline: 5px;
  -webkit-animation-name: pulse_animation;
          animation-name: pulse_animation;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-transform-origin: 20% 20%;
          transform-origin: 20% 20%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #E0EDEA
}

.node--type-faq .child {
  padding: 30px 30px 15px
}

.form-actions.js-form-wrapper.form-wrapper {
  display: inline-block
}

.power-statement h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.power-statement h2 span {
  display: block;
  font: 64px 'p22-mackinac-pro', serif;
  color: var(--cutler);
  margin-top: -20px
}

@media screen and (max-width:768px) {
  .power-statement h2 {
    font-size: 20px
  }
  .power-statement h2 span {
    font-size: 42px
  }
}

@media screen and (max-width:580px) {
  .power-statement h2 {
    font-size: 15px
  }
  .power-statement h2 span {
    font-size: 32px;
    margin-top: -10px
  }
}

.effective-date .innerRow {
  background: rgba(0, 105, 78, 0.70);
  width: 100%;
  padding: 65px 0
}

.effective-date p {
  color: var(--white);
  text-align: center
}

.effective-date p strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font: lighter 42px 'p22-mackinac-pro', serif;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 1px
}

.other-content {
  padding-top: 60px
}

.other-content .paragraph {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 7%;
  display: inherit
}

@media screen and (max-width:768px) {
  .other-content .paragraph {
    margin: 0 0 30px;
    display: block
  }
}

.other-content .paragraph:last-of-type {
  margin-right: 0
}

.other-content h2 {
  font-family: var(--text-serif);
  color: var(--cutler);
  display: block;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px !important;
  font-weight: normal
}

.other-content ul {
  list-style: none;
  padding: 0
}

.other-content ul li {
  display: block;
  margin-bottom: 8px
}

.other-content ul li .date {
  text-transform: uppercase;
  font-weight: bold;
  display: block
}

.initiatives h3:not(:first-of-type) {
  margin-top: 60px
}

.initiatives img {
  float: left;
  max-width: 45%;
  margin-right: 30px;
  margin-bottom: 30px
}

@media screen and (max-width:768px) {
  .initiatives img {
    float: none;
    margin-right: 0;
    max-width: 100%
  }
}

.partnerships-grid {
  list-style: none;
  display: block;
  padding: 0 0 !important;
  margin-top: 60px !important
}

.partnerships-grid li {
  display: inline-block;
  vertical-align: top;
  max-width: 33%;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .partnerships-grid li {
    width: 100%;
    display: block
  }
}

.partnerships {
  padding: 30px 0
}

.lead-in {
  margin: 30px 0 60px
}

.government-reps {
  padding: 50px 0
}

.government-reps ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.government-reps ul li {
  display: inline-block;
  width: 23%;
  margin: 0 22px 50px 0;
  vertical-align: top
}

@media screen and (max-width:768px) {
  .government-reps ul li {
    display: block;
    width: 100%
  }
}

.government-reps .reps-list {
  margin-bottom: 50px
}

.government-reps li img {
  max-height: 290px;
  height: 270px
}

.government-reps li span {
  display: block
}

@media screen and (max-width:768px) {
  .alumni&gt;div {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
    margin-right: 0 !important
  }
}

.students-info {
  padding: 0 0 30px 0 !important
}

.federally-funded-projects {
  padding: 60px 0 0 !important
}

span.caption {
  font-style: italic;
  font-size: 16px;
  display: block;
  margin-top: 15px
}

.federally-funded-projects ul {
  list-style: none;
  margin-top: 30px !important;
  padding: 0
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center
}

#vidtop-content .field__item p {
  margin-top: 0
}

.header-green {
  font: 42px 'proxima-nova', sans-serif;
  text-transform: uppercase;
  color: var(--cutler);
}

.header-putnam {
  font: 42px 'p22-mackinac-pro', sans-serif;
  color: var(--putnam);
  margin-bottom: 15px
}

.color-putnam {
  color: var(--putnam);
}

/* Ask OHIO form */

.ask-ohio-form {
	border: 1px solid var(--black);
	padding: 30px;
}

.ask-ohio-form input[type="text"] {
	width: 100%;
	height: 55px;
	background-color: #E8E8E8;
	border: none;
	padding: 10px;
}

.ask-ohio-form #askOhioSubmitButton {
	background: var(--cutler);
	padding: 0 5px;
	position: relative;
	color: var(--white);
	font-size: 18px;
	width: 255px;
	height: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	border: none;
	display: block;
	margin-top: 30px;
}

.ask-ohio-form #askOhioSubmitButton:hover {
	background: var(--white);
	color: var(--cutler);
	border: 2px solid;
	text-decoration: underline;
	transition: background-color .2s,color .2s,border .1s,box-shadow .2s;
}

/* These helper classes can be removed if/when we use bootstrap's */

.mb-1 {
  margin-bottom: 0.5em !important
}

.mt-1 {
  margin-top: 1em !important
}

.p-60 {
  padding: 0 60px
}

.py-2 {
  padding: 2em 0;
}

.p-2 {
  padding: 2em;
}

body .audience-nav-row {
  padding: 30px 0
}

.view-trustees-news-rss ul {
  padding: 15px 0;
  list-style: none
}

.view-trustees-news-rss ul li {
  padding: 0;
  margin: 0 0 10px 5px
}

.view-trustees-news-rss ul li .views-field-timestamp span {
  font-size: 16px
}

.circle-border {
  border-radius: 50% !important;
  border: 2px solid var(--putnam) !important;
  border-radius: 50% !important;
  padding: 0.5em 0.65em 0.65em !important;
  color: var(--white) !important;
  padding: 0.5em 0.65em !important;
  border: 2px solid var(--cutler) !important;
  background: var(--cutler);
  color: var(--white) !important;
  margin-bottom: 0.5em
}

form.contact-form .form-item .description {
  padding: 2% 15% 2% 0
}

.form-type-checkbox .description {
  margin-left: 0
}

blockquote.twitter-tweet {
  display: inline-block;
  font: 700 12px/16px proxima-nova, Arial, Verdana, sans-serif;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px;
  max-width: 468px
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline
}

.mainBody a.ohioGreenCircle {
  display: inline-block !important;
  border-radius: 50% !important;
  padding: 1em 1.8em 1.8em !important;
  border: 2px solid #00694f !important;
  color: var(--white) !important;
  background: #00694f;
  margin: 0 1.5em;
  width: 100px;
  height: 100px
}

.mainBody a.ohioGreenCircle i {
  color: var(--white) !important;
  margin-left: -6px
}

.tweet-single-author-at,
.tweet-single-author-at .field-content,
.tweet-single-author,
.tweet-single-author .field-content {
  display: inline;
  color: #666
}

.twitter-hr {
  border-top: 2px solid #999
}

.tweet-single-bird {
  float: right
}

.tweet-single-bird .fa-twitter {
  color: #00694f
}

.tweet-single-retweet,
.tweet-single-like,
.tweet-single-reply {
  width: 33.33%;
  position: relative;
  font: normal 400 18px "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  text-decoration: inherit;
  color: #00694f;
  padding-right: 10px;
  top: 10px;
  left: 0
}

.tweet-single-retweet::before {
  content: "\f079";
  margin-right: 8px
}

.tweet-single-like::before {
  content: "\f005";
  margin-right: 8px
}

.tweet-single-reply::before {
  content: "\f112";
  margin-right: 8px
}

.tweet-single-retweet,
.tweet-single-like,
.tweet-single-reply,
.tweet-single-retweet div,
.tweet-single-like div,
.tweet-single-reply div {
  display: inline-block
}

.tracking-links .innerRow {
  background: rgba(0, 105, 78, 0.70);
  width: 100%;
  padding: 65px 0
}

@media screen and (max-width:420px) {
  .tracking-links a {
    margin-bottom: 15px
  }
}

.tracking-links p {
  color: var(--white);
  text-align: center
}

.tracking-links p strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font: lighter 42px 'p22-mackinac-pro', serif;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 1px
}

section.hours-feed-section {
  margin-bottom: 30px;
  margin-bottom: 75px
}

.tracking-links h2 {
  margin: 1em 0 1em !important
}

.middle h2 .thin {
  color: #999;
  font-size: inherit;
  font-weight: 200
}

.background-green-light {
  background: #E0EDEA;
  color: #00694f
}

.m1-0 {
  margin: 1em 0
}

.hours-feed-title {
  font: 24px/1.2em 'proxima-nova', sans-serif;
  text-transform: uppercase
}

.hours-feed-subtitle {
  font: 20px/1.2em 'proxima-nova', sans-serif;
  color: #999
}

.hours-feed-desc {
  font: 20px 'proxima-nova', sans-serif;
}

.hours-feed-section hr {
  border-bottom: 1px solid var(--putnam);
  margin: 8px 0
}

#middle .alerts-info.view.view-ohio-alert-views {
  margin: 0
}

.content-box {
  background-color: #ecebea;
  border-top: 5px solid #62594E;
  padding: 5px 10px;
  height: 100%
}

#middle .alerts-info {
  margin-bottom: 30px
}

#middle .alerts-info h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #62594e;
  position: relative;
  margin-bottom: 25px;
  padding-top: 0
}

.alerts-info h2 span {
  position: relative;
  background: var(--white);
  padding: 0 3px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1
}

.alerts-info strong {
  display: block;
  position: relative;
  background-color: #62594E;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  padding: 5px
}

.alerts-info strong a {
  color: var(--white);
}

.alerts-info span.line {
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  position: absolute;
  top: 12px;
  z-index: 0
}

.middle-left .alerts-info&gt;ul {
  margin-left: 30px
}

ul.campus-list {
  list-style: none
}

#storm-ready-link {
  display: block;
  margin-top: 15px
}

.alert-updates ul li p,
.alert-updates ul li a {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}

.alert-updates strong {
  display: inline;
  background-color: initial;
  color: initial;
  text-align: initial;
  font-size: inherit;
  padding: 0
}

.alert-updates .alert-heading {
  display: block
}

.alert-updates&gt;ul {
  list-style: none;
  padding: 0
}

.alert-updates&gt;ul&gt;li:first-of-type div {
  font-size: 20px
}

.alert-updates&gt;ul&gt;li:first-of-type p {
  font-size: 20px
}

.alert-updates&gt;ul&gt;li:first-of-type span {
  font-size: 18px
}

.alert-updates .field--name-field-alert-info-heading {
  font-weight: bold
}

.alert-updates&gt;ul&gt;li:first-of-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px
}

.alert-updates&gt;ul&gt;li {
  margin-bottom: 25px
}

.alert-updates&gt;ul&gt;li ul {
  margin-top: 15px
}

.alert-updates span.update-time {
  font-size: 16px;
  font-style: italic
}

.feed-blocks {
  margin: 30px 0
}

.feed-blocks h2 {
  font-size: 21px;
  text-transform: uppercase
}

.all-meetings ol {
  padding: 0;
  list-style: none
}

a.see-all-news {
  font-size: 16px;
  float: right;
  font-style: italic
}

h2.ohioSubHeader+p {
  padding: 12px 0
}

.wide-background .innerRow {
  background: rgba(245, 243, 240, 0.3);
  width: 100%;
  padding: 65px 0
}

@media screen and (max-width:420px) {
  .wide-background a {
    display: block
  }
  .wide-background a {
    margin-bottom: 15px
  }
}

.wide-background p {
  color: var(--white);
  text-align: center
}

.wide-background p strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font: lighter 42px 'p22-mackinac-pro', serif;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 1px
}

@media screen and (max-width:665px) {
  .bottom-cta-links .row-flex.innerRow {
    padding: 0 0 !important
  }
}

hr.hours-feed-separator {
  border-bottom: 2px solid #999;
  margin: 0
}

.certificate-link {
  color: #333 !important;
  font-weight: bold;
  text-decoration: underline
}

.public-policy .innerRow,
.partnerships .innerRow {
  background: rgba(224, 237, 234, 0.85);
  width: 100%;
  padding: 65px 0
}

.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 100px
}

.featured-img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px
}

@media screen and (max-width:900px) {
  .featured {
    display: block
  }
  .featured-img {
    margin: 0 0 15px
  }
}

#header-bottom.sticky {
  z-index: 8
}

#admissions-banner {
  display: block;
  width: 478px;
  background: var(--cutler);
  color: var(--white);
  position: absolute;
  z-index: 7;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  padding: 6px 20px;
  left: -75px;
  top: 48px;
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.41);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.41);
  -webkit-transition: top 1s;
  transition: top 1s
}

#admissions-banner a {
  color: var(--white) !important;
  text-decoration: none
}

#admissions-banner a:hover {
  text-decoration: underline
}

#admissions-banner span {
  color: var(--white);
  display: block;
  font-size: 17px
}

@media screen and (max-width:860px) {
  #admissions-banner {
    position: absolute;
    top: -5px;
    width: 100%;
    display: block;
    -webkit-transform: none;
            transform: none;
    left: 0
  }
  #header-bottom {
    position: initial;
    z-index: initial
  }
}

.imageImg img.hover {
  display: none !important
}

.imageImg img.hover.disp {
  display: inline !important
}

span.lastWord {
  color: #57534b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px
}

.middle .allNews {
  text-align: right;
  padding-top: 10px;
  position: absolute;
  right: 40px;
  top: 0
}

.middle .newsFlipper ul li a {
  text-decoration: none;
  font-weight: 700;
  color: var(--cutler);
}

.middle .newsFlipper&gt;ul {
  margin: 0;
  float: left;
  padding: 5px 0 0 6px;
  width: calc(100% - 78px);
  position: relative;
  top: -4px
}

.middle .newsFlipper&gt;a {
  height: 12px;
  width: 12px;
  overflow: hidden;
  display: block;
  float: left;
  font: normal 1.3333333333333333em/13px "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  padding-top: 1px;
  color: var(--cutler);
}

.middle .newsFlipper {
  position: absolute;
  top: 10px;
  left: 225px;
  width: calc(100% - 367px)
}

.bottom .socialOhio a {
  text-decoration: none
}

.bottom .socialOhio {
  float: left
}

.eventCalendar .eventCalendar-event {
  width: 33% !important
}

.eventCalendar-event:hover p,
.eventCalendar-event:hover span {
  color: var(--white) !important;
}

.ouws_pi_image {
  float: left;
  padding: 0 20px 0 15px
}

.middle .allNews a,
.middle .allNewsLink,
a.allNewsLink {
  color: #57534B;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  margin-right: 13px
}

.middle .allNews a::after,
.middle .allNewsLink::after,
a.allNewsLink::after,
a[title="a.allNewsLink"]::after {
  content: "\f105";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  padding-left: 8px;
  position: absolute
}

.eventCalendar .eventCalendar-event .type_tag {
  width: calc(100% - 25px) !important
}

#middle .eventCalendar .eventCalendar-event a.bottomLink:focus {
  background: none
}

.imageImg.hasHover {
  margin-bottom: 15px;
  display: inline-block;
  max-width: 275px
}

@media only screen and (max-width:1170px) {
  .eventCalendar .eventCalendar-event {
    float: none !important;
    width: 100% !important;
    border: 0 !important;
    margin-bottom: 10px !important
  }
  .eventCalendar .eventCalendar-event .type_tag {
    width: calc(100% - 15px) !important
  }
  .ouws_pi_image {
    max-width: 40%
  }
}

@media only screen and (max-width:975px) {
  #dynamic-captions {
    width: 90%;
    max-width: none;
    position: absolute;
    margin: 0;
    bottom: -25px;
    left: 10%
  }
  .captions-container {
    width: 100%
  }
  #video-pause,
  #video-captions {
    display: block;
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  .ouws_pi_image {
    float: none;
    width: 100%;
    padding: 0 0 20px;
    max-width: 100%;
    text-align: center
  }
}

@media (max-width:377px) {
  #middle-top h2.header,
  .allNews {
    display: none
  }
  .eventCalendar .eventCalendar-event {
    height: 260px
  }
}

nav h2#menu-ohio-left-nav-heading {
  display: block;
  font-size: 18px
}
.feed-blocks .modInnerContent:first-of-type{
  padding:0 !important;
}
.all-meetings ol li {
  margin-bottom: 15px;
  padding: 10px 20px;
}
.all-meetings ol li:nth-child(2n) {
  background: #e9e9e9
}

#to-top {
  display: block;
  width: 100px;
  height: 50px;
  position: fixed;
  top: 60%;
  right: -100px;
  background: var(--cutler);
  color: var(--white);
  -webkit-transition: right .5s;
  transition: right .5s
}

#to-top.showing {
  right: 0
}

#to-top:after {
  content: "\f062";
  display: block;
  font: 40px "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  position: absolute;
  bottom: -5px;
  color: var(--white);
  left: 25px
}

#to-top span {
  position: absolute;
  top: 110%;
  left: 15px;
  display: block;
  font-size: 12px;
  font-weight: bold
}

.view-trustees-meeting-resources a[href="/"] {
  display: none
}

h2.ohioGreen {
  color: var(--cutler);
  margin-bottom: 20px !important
}
</pre></body></html>