@charset "UTF-8";
@import url("https://assets.bux.osu.edu/bux-webfonts/bux-webfonts.css");
.search-results .result .search-title, body, h1, p.emphasis {
  font-family: "BuckeyeSerif", "Georgia", serif;
  font-weight: 400;
}

.cta .content {
  font-family: "BuckeyeSerif", "Georgia", serif;
  font-weight: 700;
}

.cta-button a, .post-grid .cta-button a, .post-grid .title, .post-feed .post .tags, .post-feed .post .categories, .post-feed .post .authors, .post-feed .post .date, nav.pager, .postcontent .cta-button a, .category-cloud, .post-authors .author-profile .author-details, .site-nav, .footer .footer-content .footer-nav, article .content .link-list, article .content .publish-date, h3, input[type=submit] {
  font-family: "BuckeyeSans", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

h6, h5, h4, h2 {
  font-family: "BuckeyeSans", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

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

select, textarea, input {
  font: inherit;
}

section, nav, main, header, footer, address, aside, article, body, html, h1, h2, h3, h4, h5, h6, p, label, form {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

section, nav, main, header, footer, aside, article {
  display: block;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select, textarea, input[type=date], input[type=search], input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password] {
  -webkit-transition: padding 0.25s linear;
  -moz-transition: padding 0.25s linear;
  -o-transition: padding 0.25s linear;
  transition: padding 0.25s linear;
  border: 1px solid #ccc;
  outline: none;
  font-size: 1.3333333333em;
  padding: 1em 0.75em 1em;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  line-height: normal;
  font-weight: 200;
  color: #333;
  max-width: 100%;
  /*
  .no-js &, .doc-ready & { // Showing Label Style
      padding: em(25px, 20px) em(15px, 20px) em(15px, 20px);
  }
  &.empty {
      padding: em(20px, 20px) em(15px, 20px) em(20px, 20px);
  }
  */
}

label {
  position: relative;
  display: block;
  font-size: medium;
  margin-top: 15px;
}

input {
  margin-top: 15px;
}
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password] {
  min-height: 3.3333333333em;
}
input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #646a6e;
}
input[type=search]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder { /* Firefox 18- */
  color: #646a6e;
}
input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder { /* Firefox 19+ */
  color: #646a6e;
}
input[type=search]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #646a6e;
}
input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus {
  border: 1px solid #666;
}
input[type=date] {
  padding: 0.75em 0.75em 0.6em;
  min-width: 10em;
  min-height: 3em;
}
input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=submit] {
  background-color: #ba0c2f;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 5px 20px;
  font-weight: bold;
  transition: background 0.3s linear;
}
input[type=submit]:hover {
  background-color: #960000;
}

textarea {
  font-size: medium;
  width: 100%;
}

details#captcha {
  margin-top: 15px;
}

p {
  margin: 0 0 1.6666666667em;
}
p.intro {
  font-size: 1.3333333333em;
}
p.lead {
  font-size: 1em;
  font-weight: bold;
  color: #ba0c2f;
}
p.emphasis {
  color: #ba0c2f;
  margin-bottom: 0;
  font-size: 2em;
}
@media only screen and (min-width: 36em) {
  p.emphasis {
    font-size: 3em;
  }
}
p a {
  color: inherit;
}
p a:hover {
  color: #ba0c2f;
}

h1, h2, h3, h4, h5, h6 {
  color: #ba0c2f;
  margin: 0 0 0.4em;
}

h1 {
  font-size: 2.1333333333em;
  color: #ba0c2f;
  margin: 15px 0 0;
}
@media only screen and (min-width: 60em) {
  h1 {
    font-size: 2.2666666667em;
  }
}
h1.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h2 {
  font-size: 1.7333333333em;
}
h2.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: black !important;
  color: white !important;
}

h3 {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 0;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 0.7333333333em;
  color: #960000;
}

h6 {
  font-size: 1em;
  color: #960000;
}

.section-header {
  height: 28px;
  color: #ba0c2f;
  font-size: 20px;
}

a {
  display: inline;
  text-decoration: underline;
  color: #ba0c2f;
}
a:hover {
  color: #960000;
}
a.button {
  background-color: #ba0c2f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s linear;
}
a.button:hover {
  background-color: #960000;
}
a.nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hidden-mobile {
    display: block;
  }
}

.visible-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .visible-mobile {
    display: none;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42;
  color: #ba0c2f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #ba0c2f;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ba0c2f;
  cursor: default;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ddd;
  background-color: #fff;
  border-color: #ddd;
}

#print-footer {
  display: none;
}

@media print {
  #osu_navbar, .page-header, .sidebar-nav, #page-footer, .region-breadcrumb, .cta, .faculty-expertise {
    display: none;
  }
  #print-footer {
    display: block;
  }
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1em;
  height: 100%;
  color: #646a6e;
  background: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
.no-js body, .doc-ready body, body[class*=cke_] {
  opacity: 1;
}
.doc-ready body {
  transition: opacity 0.5s ease-in;
}
@media only screen and (min-width: 36em) {
  body {
    font-size: 0.9375em;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: none;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 0.3em 0.6em;
  border: 1px solid #ddd;
}

main {
  margin: 24px 15px;
}
@media only screen and (min-width: 1200px) {
  main {
    margin: 24px 0;
  }
}

.paragraph--type--single-column-layout-100 {
  padding-top: 30px;
}

.page-header {
  margin: 0 auto;
  padding: 30px;
  max-width: 1200px;
  display: none;
  height: auto;
  color: #646a6e;
}
@media only screen and (min-width: 1200px) {
  .page-header {
    padding: 0;
  }
}
@media only screen and (min-width: 48em) {
  .page-header {
    height: 155px;
    display: flex;
  }
}
.page-header .logo img {
  max-width: 100%;
  max-height: 100%;
}
.page-header .site-name {
  font-size: 4vw;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .page-header .site-name {
    font-size: 47px;
  }
}
.page-header .site-name a {
  color: #646a6e;
  text-decoration: none;
}
.page-header .site-slogan {
  font-size: 22px;
  font-weight: 200;
}
@media only screen and (min-width: 1024px) {
  .page-header .site-slogan {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .page-header-mobile {
    display: none;
  }
}
.page-header-mobile img {
  padding: 15px;
  width: 100%;
}
.page-header-mobile .container {
  background-color: #646a6e;
  color: #fff;
  padding: 20px;
}
.page-header-mobile .container .header .site-name {
  font-size: 30px;
}
.page-header-mobile .container .header .site-name a {
  color: #fff;
  text-decoration: none;
}
.page-header-mobile .container .icon {
  float: right;
  color: hsl(0, 0%, 96%);
  font-size: 30px;
  padding: 6px 0 0 15px;
}

.site-lead-read-today .page-header .site-name {
  font-weight: 700;
}
.site-lead-read-today .page-header .site-name a {
  color: #000;
}

article .featured-image img {
  border-bottom: 3px solid #ba0c2f;
  width: 100%;
  height: 100%;
}
article .content .publish-date {
  color: #000;
  font-size: 20px;
}
article .content .post-authors {
  border-top: none;
  background-color: #fff;
}
article .content .post-authors .author-profile div.col-sm-3 {
  flex: 0 0 60px;
  padding: 0 16px 0 0;
}
article .content .link-list {
  margin: 20px 0 20px;
}
article .content .link-list a {
  text-decoration: none;
}
article .content .link-list .categories {
  color: #ba0c2f;
}
article .content .link-list .categories a {
  color: #ba0c2f;
}
article .content .link-list .categories a:hover {
  color: #830000;
}
article .content .link-list .tags a {
  color: #555;
}
article .content .link-list .tags a:hover {
  color: #830000;
}
article .content .body:after {
  clear: both;
}
article .content .body p {
  overflow: auto;
}
article .content .body a {
  color: #646a6e;
}
article .content .body a.cta {
  color: #b00;
}
article .content .body a.cta.m-btn {
  color: #fff;
}
article .content .body img {
  max-width: 100%;
  height: auto;
  display: block;
}
article .content .body img.alignright, article .content .body img.align-right {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
  max-width: 400px;
}
article .content .body img.alignleft, article .content .body img.align-left {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
  max-width: 400px;
}
article .bio {
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  article .share-icons {
    text-align: right;
  }
}
article .share-icons div {
  display: inline;
}

.postcontent .headline-container, .postcontent .form-subscribe {
  margin: 30px 0 0 0;
  border-top: 3px solid #ba0c2f;
  padding: 30px 0;
}

.footer-wrap {
  background: #555;
}

.footer {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 15px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 2.6666666667em 0 1.3333333333em;
}
@media only screen and (min-width: 36em) {
  .footer {
    text-align: left;
    padding-bottom: 0.6666666667em;
  }
}
.footer .footer-content {
  padding-top: 0.3333333333em;
  padding-bottom: 0.3333333333em;
  margin: 0 15px;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-content {
    margin: 0;
  }
}
.footer .footer-content a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-content .logo {
  margin-bottom: 0.6666666667em;
  max-width: 100%;
}
.footer .footer-content .copyright {
  margin-bottom: 2em;
}
.footer .footer-content .copyright p {
  margin: 0;
  font-size: 0.7333333333em;
}
.footer .footer-content .footer-nav {
  padding-left: 0;
  right: 15px;
  width: calc(100% + 1.6em);
  transform: scale3d(1, 1, 1);
}
.footer .footer-content .footer-nav li {
  padding: 0;
  text-align: left;
  display: block;
  font-size: 1.0714285714em;
  border-bottom: 2px solid #333;
}
.footer .footer-content .footer-nav li:first-child {
  border-top: 2px solid #333;
}
.footer .footer-content .footer-nav li a {
  display: block;
  padding: 0.8em;
  position: relative;
}
@media only screen and (min-width: 36em) {
  .footer .footer-content .footer-nav li {
    display: inline-block;
    text-align: center;
  }
}
.footer .footer-content .footer-nav li #web-admin-login {
  cursor: pointer;
}
@media only screen and (min-width: 36em) {
  .footer .footer-content .footer-nav {
    text-align: center;
    display: table;
  }
  .footer .footer-content .footer-nav li {
    border: none;
    font-size: 0.8666666667em;
    display: table-cell;
  }
  .footer .footer-content .footer-nav li:first-child {
    border: none;
  }
  .footer .footer-content .footer-nav li a {
    padding: 0.6666666667em;
  }
  .footer .footer-content .footer-nav li a:after {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  .footer .footer-content .footer-nav {
    position: absolute;
    right: 15px;
    margin: 0;
    width: auto;
    display: inline-block;
    bottom: 1.6666666667em;
  }
}
.footer .footer-content .social-links {
  transform: scale3d(1, 1, 1);
  margin: 0 1em 2em 0;
  padding-left: 0;
}
.footer .footer-content .social-links li {
  padding-left: 1em;
  display: inline-block;
}
.footer .footer-content .social-links li .fa {
  font-size: 1.8666666667em;
}
@media only screen and (min-width: 36em) {
  .footer .footer-content .social-links {
    position: absolute;
    right: 0;
    bottom: 2.6666666667em;
  }
}
.footer .footer-content .openid-connect-login-form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.footer .footer-content:before {
  position: absolute;
  top: -2.6666666667em;
  right: 0.3333333333em;
  font-size: 4em;
  color: #ba0c2f;
}
.footer .topper-wrap {
  overflow: hidden;
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
  margin: -3em 0;
  padding: 3em 0;
}
.footer .topper {
  background: url("../images/bg-chevron.png") repeat;
  height: 3em;
  padding-top: 3em;
  position: relative;
}
.footer .topper .arrow-large {
  position: absolute;
  display: block;
  left: 0;
  top: -2em;
  width: 35%;
  background: #f1d241;
  padding: 2em;
  z-index: 2;
}
.footer .topper .arrow-large:before, .footer .topper .arrow-large:after {
  left: -3%;
  right: -10%;
  position: absolute;
  background-image: url("../images/bg-arrow-large.jpg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  content: "";
  z-index: 0;
}
@media only screen and (min-width: 36em) {
  .footer .topper .arrow-large:before, .footer .topper .arrow-large:after {
    left: -5%;
  }
}
.footer .topper .arrow-large:before {
  top: 0;
  bottom: 50%;
  -ms-transform: skewX(35deg);
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  background-position: top right;
}
.footer .topper .arrow-large:after {
  top: 50%;
  bottom: 0;
  -ms-transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.22);
  background-position: bottom right;
}
.footer .topper .arrow-large.m-blue:before, .footer .topper .arrow-large.m-blue:after {
  background-image: url("../images/bg-arrow-large-blue.jpg");
}
.footer .topper .arrow-large.m-gray:before, .footer .topper .arrow-large.m-gray:after {
  background-image: url("../images/bg-arrow-large-gray.jpg");
}
.footer .topper .arrow-end {
  position: absolute;
  display: block;
  right: 0;
  bottom: -0.8em;
  width: 35%;
  background: #f1d241;
  padding: 0.8em;
  z-index: 2;
}
.footer .topper .arrow-end:before, .footer .topper .arrow-end:after {
  left: -10%;
  right: -3%;
  position: absolute;
  background-image: url("../images/bg-arrow-small.jpg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  content: "";
  z-index: 0;
}
@media only screen and (min-width: 36em) {
  .footer .topper .arrow-end:before, .footer .topper .arrow-end:after {
    left: -5%;
  }
}
.footer .topper .arrow-end:before {
  top: 0;
  bottom: 50%;
  -ms-transform: skewX(35deg);
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  background-position: top right;
}
.footer .topper .arrow-end:after {
  top: 50%;
  bottom: 0;
  -ms-transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.22);
  background-position: bottom right;
}
.footer .topper .arrow-end.m-blue:before, .footer .topper .arrow-end.m-blue:after {
  background-image: url("../images/bg-arrow-small-blue.jpg");
}
.footer .topper .arrow-end.m-gray:before, .footer .topper .arrow-end.m-gray:after {
  background-image: url("../images/bg-arrow-large-gray.jpg");
}

.site-nav-wrap {
  top: 0;
  left: 100%;
  right: -80%;
  bottom: 0;
  overflow: auto;
  z-index: 900;
  background: #646a6e;
  -webkit-font-smoothing: subpixel-antialiased;
}
.nav-open .site-nav-wrap {
  left: 20%;
  right: 0;
}
@media only screen and (min-width: 48em) {
  .site-nav-wrap {
    position: sticky;
    background: #e0e0e0;
  }
}
@media only screen and (min-width: 60em) {
  .site-nav-wrap {
    position: static;
    overflow: visible;
  }
}

.site-nav {
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  position: relative;
}
.site-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-nav ul.top > li {
  border-top: 4px solid #e0e0e0;
}
.site-nav ul.top > li:hover {
  border-top: 4px solid #ba0c2f;
}
.site-nav ul li {
  display: none;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .site-nav ul li {
    display: inline-block;
  }
}
.site-nav ul li a {
  padding: 12px 16px 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .site-nav ul li a {
    width: 100%;
  }
}
.site-nav ul li ul {
  position: absolute;
  display: none;
  background-color: #e0e0e0;
}
.site-nav ul li ul li {
  display: list-item;
  white-space: nowrap;
}
.site-nav ul li ul a {
  border-top: none;
}
.site-nav ul li ul a:hover {
  border-top: none;
  text-decoration: underline;
}
.site-nav ul li:hover ul {
  display: none;
}
@media only screen and (min-width: 48em) {
  .site-nav ul li:hover ul {
    display: block;
    z-index: 900;
  }
}
.site-nav ul li.mobile-open ul {
  display: block;
}
.site-nav ul li .open-submenu {
  float: right;
  padding: 8px;
}
@media only screen and (min-width: 48em) {
  .site-nav ul li .open-submenu {
    display: none;
  }
}
.site-nav ul.mobile-open li {
  display: block;
  background-color: hsl(0, 0%, 96%);
  border-top: 2px solid #e0e0e0;
}
.site-nav ul.mobile-open li a {
  border: none;
}
.site-nav ul.mobile-open li.m-open ul {
  display: block;
  position: static;
  margin-left: 24px;
}

#block-blogs-local-tasks ul, #block-risk-local-tasks ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 3px 0;
  border-bottom: 1px solid hsl(0, 0%, 96%);
}
#block-blogs-local-tasks ul li, #block-risk-local-tasks ul li {
  display: inline-block;
}
#block-blogs-local-tasks ul li a, #block-risk-local-tasks ul li a {
  color: #000;
  background-color: hsl(0, 0%, 96%);
  text-decoration: none;
  font-size: 13px;
  border-radius: 10px 10px 0 0;
  padding: 5px 10px;
}
#block-blogs-local-tasks ul li a.is-active, #block-risk-local-tasks ul li a.is-active {
  color: #fff;
  background-color: #999;
}

.row-5 {
  padding: 30px 0;
  border-bottom: 3px solid hsl(0, 0%, 96%);
}
.row-5 .col-5 {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .row-5 .col-5 {
    width: 235px;
  }
}

.author-group {
  margin-top: 30px;
}
.author-group .author-tile {
  border-bottom: 3px solid #ba0c2f;
  position: relative;
  width: 235px;
  height: 235px;
  overflow: hidden;
  text-align: center;
}
.author-group .author-tile .tile-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.author-group .author-tile .tile-name {
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  padding: 13px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.author-group .author-tile .tile-name h5 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  max-height: 40px;
}
.author-group .author-tile .tile-button {
  margin-top: 40px;
}
.author-group .author-tile .tile-button a {
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.author-group .author-tile.active .tile-name {
  height: 100%;
  padding-top: 80px;
}

.post-authors {
  background-color: hsl(0, 0%, 96%);
  border-top: 2px solid #ba0c2f;
  padding-bottom: 15px;
}
.post-authors .author-profile {
  padding: 15px;
}
.post-authors .author-profile .author-image {
  vertical-align: middle;
  width: 60px;
  float: left;
}
.post-authors .author-profile .author-image img {
  border-radius: 50%;
}
.post-authors .author-profile .author-details {
  margin: 10px 0 0 75px;
  vertical-align: middle;
}
.post-authors .author-profile .author-details .name a {
  text-decoration: none;
}
.post-authors .author-profile .author-details .subtitle {
  font-size: 11px;
  color: #555;
}

blockquote {
  position: relative;
  font-style: italic;
  font-size: 20px;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  font-size: 8em;
  color: rgba(102, 102, 102, 0.2);
  font-weight: 700;
  pointer-events: none !important;
}

.cta {
  color: #ba0c2f;
  border: 2px solid #ba0c2f;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  overflow: visible;
  padding: 0.5333333333em 1em;
  cursor: pointer;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.cta:hover, .cta:focus {
  color: #960000;
  border: 2px solid #960000;
  text-decoration: none;
}
.cta .content {
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  position: relative;
  display: inline-block;
  padding: 0;
}
.cta .content:before, .cta .content:after {
  -webkit-transition: mergeList(left right, "", "0.25s linear");
  -moz-transition: mergeList(left right, "", "0.25s linear");
  -o-transition: mergeList(left right, "", "0.25s linear");
  transition: mergeList(left right, "", "0.25s linear");
  position: absolute;
  left: 0;
  font-size: 1.5em;
  height: 0.6666666667em;
  top: 0.4em;
}
.cta .content:before {
  color: #960000;
}
.cta .content:after {
  color: #ba0c2f;
}
.cta .content:hover, .cta .content:focus {
  font-weight: bold;
}
.cta .content:hover:before, .cta .content:hover:after, .cta .content:focus:before, .cta .content:focus:after {
  left: 0.1333333333em;
}
@media only screen and (min-width: 36em) {
  .cta .content {
    font-size: 1em;
    padding: 0.2em 0.7333333333em;
  }
}
.cta.m-alt {
  display: inline-block;
  background: #fff;
  max-width: 90%;
  color: #ba0c2f;
}
@media only screen and (min-width: 36em) {
  .cta.m-alt {
    max-width: 100%;
  }
}
.cta.m-alt .content:hover {
  color: #ba0c2f;
}
.cta.m-alt.m-gray {
  border-color: #646a6e;
}
.cta.m-alt.m-gray .content:hover {
  color: #fff;
}
.cta.m-alt.m-scarlet {
  border-color: #ba0c2f;
}
.cta.m-alt.m-scarlet .content:hover {
  color: #fff;
}
.cta.m-alt.m-white {
  border-color: #ba0c2f;
}
.cta.m-alt.m-white .content:hover {
  color: #ba0c2f;
}
.cta.m-alt.m-red .content:hover {
  color: #fff;
}
.cta.m-btn {
  border: none;
  display: inline-block;
  background: #ba0c2f;
  z-index: 1;
  color: #fff;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.cta.m-btn:before, .cta.m-btn:after {
  right: 0;
  left: auto;
  color: #fff;
  margin-top: -0.2666666667em;
  top: calc(50% - 0.2666666667em);
}
.cta.m-btn:hover, .cta.m-btn:focus {
  background-color: #960000;
  text-decoration: none;
  color: #fff;
}

#toolbar-administration button {
  margin-top: 0;
}

.callout {
  color: #000;
  background: #e0e0e0;
  border-top: 4px solid #666;
  padding: 2em;
  margin-bottom: 1.6666666667em;
}
.callout > * + * {
  margin-top: 1.3333333333em;
}
.callout p {
  margin-bottom: 0;
}
.callout h6 {
  color: #ba0c2f;
}
.callout .sub-content {
  background: #fff;
  padding: 1.3333333333em;
}
.callout .sub-content > * + * {
  margin-top: 1.3333333333em;
}
.callout.m-chevron-bg {
  background: url("../images/bg-chevron-gray-large@2x.png") repeat;
  background-size: 150% auto;
}

.callout2 {
  border-bottom: 12px solid #666;
}

.callout3 {
  border-top: none;
  border-left: 12px solid #666;
}

.callout4 {
  border-top: 4px solid #ba0c2f;
}

.callout5 {
  border-top: 4px solid #ba0c2f;
  border-bottom: 12px solid #ba0c2f;
}

.callout6 {
  border-top: none;
  border-left: 12px solid #ba0c2f;
}

.callout7 {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid #ccc;
  border-right: 4px solid #ccc;
  background: #fff;
}

.category-cloud {
  margin-top: 25px;
}
.category-cloud .categories {
  color: #ba0c2f;
  margin-top: 5px;
}
.category-cloud .categories a {
  text-decoration: none;
  display: inline;
}

#block-lrtdisclaimer {
  margin: 30px 0;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding-top: 30px;
}

.message-container .message {
  font-size: 18px;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #d6d8db;
  color: #383d41;
  background-color: #e2e3e5;
}
.message-container .message.status {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.message-container .message.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.message-container .message pre {
  font-size: small;
}

svg.ext, svg.mailto {
  padding-right: 0;
  padding-left: 0.2em;
}

.fa-ext.extlink, .fa-mailto.extlink {
  font-size: 10px;
  padding: 0 0 0 0.2em;
}

figure {
  margin-bottom: 1.6666666667em;
}
figure.aligncenter, figure.align-center {
  display: table;
  margin: 0 auto 1.6666666667em;
  max-width: 600px;
}
figure.alignright, figure.align-right {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
  max-width: 400px;
}
figure.alignleft, figure.align-left {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
  max-width: 400px;
}
figure figcaption {
  font-style: italic;
  caption-side: bottom;
}

.headline-container {
  margin: 0 15px;
}
@media only screen and (min-width: 1200px) {
  .headline-container {
    margin: 0;
  }
}
.headline-container .headline-section {
  margin-bottom: 40px;
}

.headline-section {
  margin-top: 40px;
  border-top: 3px solid #ccc;
  padding-top: 40px;
}

.headline {
  margin-top: 5px;
}
.headline a {
  display: inline;
  text-decoration: none;
}
.headline .date {
  color: #646a6e;
}

.postcontent .cta-button {
  margin-top: 30px;
}
.postcontent .cta-button a {
  font-weight: bold;
  transition: background 0.3s linear;
}
.postcontent .cta-button a:hover {
  background-color: #960000;
}

.link-tile {
  margin-top: 1em;
}
.link-tile .link-content {
  position: relative;
  border-bottom: 3px solid #ba0c2f;
}
.link-tile .link-content img {
  width: 100%;
  height: 100%;
}
.link-tile .link-content .item-title {
  background: #000;
  padding: 1em 0;
  color: white;
  font-size: 14px;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 36em) {
  .link-tile .link-content .item-title {
    font-size: 20px;
  }
}

nav.pager {
  font-size: 0;
}
nav.pager ul {
  display: inline-block;
}
nav.pager ul li {
  display: inline;
}
nav.pager ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
nav.pager ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav.pager ul li a {
  border: 1px solid #ddd; /* Gray */
  padding: 8px 16px;
  text-decoration: none;
  font-size: 16px;
}
nav.pager ul li a:hover {
  background-color: #ba0c2f;
  color: white;
}
nav.pager ul li.is-active a {
  background-color: #ba0c2f;
  color: white;
}

@media only screen and (min-width: 1200px) {
  .post-feed {
    margin: 0;
    width: 800px;
  }
}
.post-feed .post {
  padding-bottom: 15px;
  border-bottom: solid 3px gray;
  margin-bottom: 30px;
}
.post-feed .post .featured-image img {
  border-bottom: 3px solid #ba0c2f;
  width: 100%;
  height: 100%;
}
.post-feed .post .title {
  font-size: 24px;
}
.post-feed .post .date {
  color: #000;
}
.post-feed .post .authors .row {
  margin: 10px;
}
.post-feed .post .authors .row .col-sm-3 {
  max-width: 80px;
}
.post-feed .post .authors img {
  border-radius: 50%;
}
.post-feed .post .categories {
  color: #ba0c2f;
}
.post-feed .post .categories a {
  color: #ba0c2f;
  text-decoration: none;
}
.post-feed .post .categories a:hover {
  color: #830000;
}
.post-feed .post .tags a {
  color: #555;
  text-decoration: none;
}
.post-feed .post .tags a:hover {
  color: #830000;
}
.post-feed .post .summary {
  margin-top: 15px;
}
.post-feed .post .summary img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post-grid .post-grid-secondary.second {
  margin-top: 30px;
}
.post-grid .featured-image img {
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ba0c2f;
}
.post-grid .title {
  font-size: 18px;
}
.post-grid a {
  text-decoration: none;
}
.post-grid .cta-button {
  margin-top: 30px;
}
.post-grid .cta-button a {
  font-weight: bold;
  transition: background 0.3s linear;
}
.post-grid .cta-button a:hover {
  background-color: #960000;
}

.recent-posts-container, .related-posts-container {
  padding-top: 20px;
}
.recent-posts-container img, .related-posts-container img {
  border-bottom: 3px solid #ba0c2f;
  width: 100%;
  height: 100%;
}
.recent-posts-container a, .related-posts-container a {
  width: 100%;
  text-decoration: none;
}
.recent-posts-container a.button, .related-posts-container a.button {
  width: auto;
}
.recent-posts-container .post-header, .related-posts-container .post-header {
  font-size: 18px;
}
.recent-posts-container .row > div, .related-posts-container .row > div {
  margin-top: 15px;
}
.recent-posts-container .cta-row, .related-posts-container .cta-row {
  padding: 20px 0;
}

.paragraph--type--blog-post-tiles .cta-button {
  margin-top: 15px;
}

.cta-button {
  padding-bottom: 30px;
}
.cta-button a {
  background-color: #ba0c2f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s linear;
}
.cta-button a:hover {
  background-color: #960000;
}

.node-preview-container {
  top: 79px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 17px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 17px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 17px -4px rgba(0, 0, 0, 0.3);
}
.node-preview-container #edit-submit, .node-preview-container .js-form-item {
  display: none;
}
.node-preview-container .node-preview-form-select {
  margin: 5px;
}
.node-preview-container .node-preview-backlink:before {
  content: "< ";
}

.quote-wrap {
  position: relative;
  margin-left: 15px;
}
.quote-wrap .quote {
  margin-top: 1.3333333333em;
  font-size: 1.2em;
  padding: 0.6666666667em 0;
}
.quote-wrap .quote:before {
  content: "“";
  position: absolute;
  top: -0.3em;
  left: -0.075em;
  font-size: 8em;
  color: rgba(100, 106, 110, 0.2);
  font-weight: 700;
  pointer-events: none !important;
}
.quote-wrap .title {
  border-top: 2px solid rgba(100, 106, 110, 0.1);
  font-size: 1.3333333333em;
  color: #666;
  margin-bottom: 0.8em;
  padding-top: 0.6666666667em;
}
.quote-wrap .title em {
  display: block;
  font-size: 0.7333333333em;
  line-height: 1;
}

.site-nav ul li.search {
  background-color: #646a6e;
  color: white;
  padding: 5px 0 0 15px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .site-nav ul li.search {
    height: 0;
    float: right;
    padding: 15px;
    background-color: #e0e0e0;
  }
}
.site-nav ul li.search .mobile-search {
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-nav ul li.search .mobile-search {
    display: none;
  }
}
.site-nav ul li.search .mobile-search input[type=text] {
  font-size: 18px;
  margin: 0 0 0 15px;
  width: 60%;
  background-color: #646a6e;
  color: #fff;
  border: none;
  border-bottom: 1px solid white;
  min-height: auto;
  padding: 0;
  font-weight: bold;
}
.site-nav ul li.search .mobile-search button {
  font-size: 20px;
  color: #fff;
  background-color: #666;
  border: none;
}
.site-nav ul li.search .mobile-search label {
  display: inline;
}
.site-nav ul li.search .desktop-search {
  display: none;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .site-nav ul li.search .desktop-search {
    display: block;
  }
}
.site-nav ul li.search .desktop-search i {
  cursor: pointer;
}
.site-nav ul li.search .desktop-search div {
  position: absolute;
  right: 30px;
  top: 34px;
  z-index: 900;
  white-space: nowrap;
  display: none;
}
.site-nav ul li.search .desktop-search input[type=text] {
  font-size: 14pt;
  min-height: auto;
  width: 250px;
  padding: 8px;
  margin-right: -5px;
  border-color: #ccc;
  color: #555;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(181, 179, 179, 0.6);
  -moz-box-shadow: 0px 3px 5px 0px rgba(181, 179, 179, 0.6);
  box-shadow: 0px 3px 5px 0px rgba(181, 179, 179, 0.6);
}
.site-nav ul li.search .desktop-search input::placeholder {
  color: #555;
}
.site-nav ul li.search .desktop-search input::-ms-input-placeholder {
  color: #555;
}
.site-nav ul li.search .desktop-search button {
  color: white;
  background-color: #ba0c2f;
  font-size: 15px;
  font-weight: 200;
  border-radius: 0 5px 5px 0;
  padding: 11px;
  border: 0;
  margin-top: 4px;
  position: absolute;
  right: -30px;
  bottom: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgb(204, 120, 134);
  -moz-box-shadow: 0px 3px 5px 0px rgb(204, 120, 134);
  box-shadow: 0px 3px 5px 0px rgb(204, 120, 134);
}

.page-search-node .search-form .cta {
  display: none;
  visibility: hidden;
}

.search-info {
  overflow-wrap: break-word;
}

.search form {
  margin: 0;
}

.search-results h1 {
  color: #999;
}
.search-results .result {
  margin-bottom: 30px;
}
.search-results .result .search-title {
  font-weight: 400;
  font-size: 1.7333333333em;
  text-decoration: none;
}
.search-results .result a.search-url {
  color: #646a6e;
}
.search-results .news-sidebar {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.search-results .news-sidebar .cta {
  margin-top: 20px;
}
.search-results input[type=submit] {
  height: 70px;
  width: 150px;
  cursor: pointer;
}
.search-results .form-row {
  display: flex;
  flex-wrap: wrap;
}
.search-results .form-row div {
  width: 100%;
}
@media only screen and (min-width: 60em) {
  .search-results #search-query {
    width: 35%;
  }
}
.search-results #search-query input[type=search] {
  width: 100%;
}
@media only screen and (min-width: 60em) {
  .search-results #search-type {
    width: 15%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .search-results #button {
    width: 25%;
    padding-left: 10px;
  }
}
.search-results .pagination li a {
  color: #ba0c2f;
}
.search-results .pagination .active a {
  color: white;
  background-color: #ba0c2f;
  border-color: #ba0c2f;
}

.column-sidebar .form-subscribe {
  border-top: 2px solid #ba0c2f;
  margin-top: 15px;
  background-color: hsl(0, 0%, 96%);
  padding: 15px;
}
.column-sidebar .form-subscribe h2 {
  color: #ba0c2f;
}
.column-sidebar .form-subscribe [type=email], .column-sidebar .form-subscribe [type=submit] {
  font-size: 1em;
}

body {
  margin: 0px;
  font-family: "BuckeyeSerif", "Georgia", serif;
  font-weight: 400;
}

.page-content {
  margin: 0 auto;
  max-width: 1200px;
}

/*# sourceMappingURL=styles.css.map */
