/*******************************
 * Onward Custom SCSS
 * v1.0 - February 2017
 *******************************/
/*******************************
 * Colors
 *******************************/
@import url('//fonts.googleapis.com/css?family=Cormorant+Infant:500,500i,600,600i|Raleway:400,400i,500,700&ver=2.0.6#038;subset=latin,latin-ext');
/*******************************
 * Fonts
 *******************************/
/*******************************
 * Responsive Mixins
 *******************************/
@keyframes oPulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bold {
  font-weight: bold !important;
}
.whiten, .whiten *, .whiten::before, .whiten *::before {
  color: #fff !important;
}
.primary-text-color, .primary-text-color *, .primary-text-color::before, .primary-text-color *::before {
  color: #9b215d !important;
}
.primary-text-color-dark, .primary-text-color-dark *, .primary-text-color-dark::before, .primary-text-color-dark *::before {
  color: #57002f !important;
}
.darken-15 {
  position: relative;
}
.darken-15::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .15);
}
.darken-25 {
  position: relative;
}
.darken-25::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .25);
}
.darken-35 {
  position: relative;
}
.darken-35::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
}
.darken-45 {
  position: relative;
}
.darken-45::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
}
.darken-55 {
  position: relative;
}
.darken-55::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .55);
}
.darken-65 {
  position: relative;
}
.darken-65::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
}
.darken-75 {
  position: relative;
}
.darken-75::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
}
.darken-85 {
  position: relative;
}
.darken-85::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
}
.darken-95 {
  position: relative;
}
.darken-95::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .95);
}
.column-constrain, .section-constrain .x-column {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 850px;
  float: none;
}
.column-content-constrain {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 750px;
  float: none;
}
.section-constrain .x-column {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 70%;
  max-width: 525px;
  /*******************************
 * Utility Mixins
 *******************************/
}
@media screen and (min-width: 480px) {
  .section-constrain .x-column {
    font-size: 75%;
    max-width: 562px;
  }
}
@media screen and (min-width: 768px) {
  .section-constrain .x-column {
    font-size: 85%;
    max-width: 636px;
  }
}
@media screen and (min-width: 1200px) {
  .section-constrain .x-column {
    font-size: 100%;
    max-width: 750px;
  }
}
@media screen and (min-width: 1850px) {
  .section-constrain .x-column {
    font-size: 125%;
    max-width: 936px;
  }
}
@media screen and (min-width: 2300px) {
  .section-constrain .x-column {
    font-size: 150%;
    max-width: 1125px;
  }
}
.cs-ta-left.mobile-center, .cs-ta-right.mobile-center {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .cs-ta-left.mobile-center {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .cs-ta-right.mobile-center {
    text-align: right !important;
  }
}
.h1-plus {
  font-size: 500%;
}
.small {
  font-size: 45%;
  /*******************************
 * Important Overrides
 *******************************/
}
body, #top, .x-colophon.top, .x-colophon.bottom {
  background-color: #f3f5f6;
  border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.x-img {
  margin-bottom: 0;
}
body a.x-img:not(.x-img-thumbnail) {
  display: inline-block;
}
.sfm-rollback {
  cursor: default;
}
.sfm-logo {
  margin-top: 30px !important;
  /*******************************
 * Custom Styles
 *******************************/
}
body * {
  outline: none !important;
}
.shrink-text-10, body.single-bio .entry-content, body.single-bio .bio-sidebar .widget {
  font-size: 0.9em;
}
.shrink-text-15 {
  font-size: 0.85em;
}
.shrink-text-20 {
  font-size: 0.8em;
}
.shrink-text-25 {
  font-size: 0.75em;
}
.bump-text-15 {
  font-size: 1.15em;
}
.bump-text-25 {
  font-size: 1.25em;
}
.bump-text-50 {
  font-size: 1.5em;
}
.bump-text-75 {
  font-size: 1.75em;
}
.bump-text-100 {
  font-size: 2em;
}
.bump-text-150 {
  font-size: 2.5em;
}
.bump-text-200 {
  font-size: 3em;
}
.heading {
  font-family: 'Cormorant Infant', serif !important;
}
.body {
  font-family: 'Raleway', sans-serif !important;
}
.italic {
  font-style: italic !important;
}
.underline, .underline-short {
  border-color: #000;
  opacity: 0.14 !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}
.underline-short {
  max-width: 150px !important;
}
.center-img {
  display: block !important;
  margin: 0 auto;
}
.hover-img {
  transition: all 0.6s ease;
  opacity: 0.2;
}
.hover-img:hover {
  transition: all 0.4s ease;
  opacity: 1;
}
.primary-filter, body:not(.cs-preview) .grid-column:hover {
  position: relative;
}
.primary-filter::before, body:not(.cs-preview) .grid-column:hover::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 33, 93, .65);
}
.secondary-filter {
  position: relative;
}
.secondary-filter::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 48, 58, .7);
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.subfooter-text a {
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}
.subfooter-text a:hover {
  color: #9b215d;
}
.read-more-link a, .tg-item .tg-dark div.news-grid-read-more a {
  text-transform: uppercase;
  font-weight: bold;
}
.read-more-link a::before, .tg-item .tg-dark div.news-grid-read-more a::before {
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #9b215d;
}
.read-more-link a:hover::before, .tg-item .tg-dark div.news-grid-read-more a:hover::before {
  border-left-color: #57002f;
}
@media screen and (min-width: 768px) {
  .vert-center {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .vert-center .x-column {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
body:not(.cs-preview) .grid-column {
  position: relative;
  height: 225px;
  cursor: pointer;
}
body:not(.cs-preview) .grid-column::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .75);
}
@media screen and (min-width: 768px) {
  body:not(.cs-preview) .grid-column {
    height: 332px;
  }
}
body:not(.cs-preview) .grid-column h1, body:not(.cs-preview) .grid-column h2, body:not(.cs-preview) .grid-column h3, body:not(.cs-preview) .grid-column h4, body:not(.cs-preview) .grid-column h5, body:not(.cs-preview) .grid-column h6, body:not(.cs-preview) .grid-column .h1, body:not(.cs-preview) .grid-column .h2, body:not(.cs-preview) .grid-column .h3, body:not(.cs-preview) .grid-column .h4, body:not(.cs-preview) .grid-column .h5, body:not(.cs-preview) .grid-column .h6, body:not(.cs-preview) .grid-column h1 a, body:not(.cs-preview) .grid-column h2 a, body:not(.cs-preview) .grid-column h3 a, body:not(.cs-preview) .grid-column h4 a, body:not(.cs-preview) .grid-column h5 a, body:not(.cs-preview) .grid-column h6 a, body:not(.cs-preview) .grid-column .h1 a, body:not(.cs-preview) .grid-column .h2 a, body:not(.cs-preview) .grid-column .h3 a, body:not(.cs-preview) .grid-column .h4 a, body:not(.cs-preview) .grid-column .h5 a, body:not(.cs-preview) .grid-column .h6 a {
  line-height: 1;
  margin-bottom: 5px;
  color: #57002f;
}
body:not(.cs-preview) .grid-column * {
  transition: all 0.1s ease;
  position: relative;
  z-index: 2;
}
body:not(.cs-preview) .grid-column:hover * {
  transition: all 0.1s ease;
  color: #fff !important;
}
body:not(.cs-preview) .grid-column::before {
  transition: all 0.3s ease;
  z-index: 1;
}
body:not(.cs-preview) .grid-column .grid-column-bg {
  display: none;
}
.box {
  border-top: 2px solid #9b215d !important;
  border-left: 2px solid #9b215d !important;
  border-right: 2px solid #9b215d !important;
  padding: 3.5em 1.5em 0 !important;
  position: relative;
}
.box::before, .box::after {
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background: #9b215d;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .box::before, .box::after {
    width: 30%;
  }
}
.box::before {
  left: 0;
}
.box::after {
  right: 0;
}
.box .box-bottom {
  width: 245px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -122.5px;
  bottom: -75px;
}
.disable-child-click a {
  cursor: default !important;
}
body #menu-primary-nav > li > .x-anchor .x-anchor-content, body #menu-primary-nav-1 > li > .x-anchor .x-anchor-content {
  margin: 0 auto;
}
body .comment-form-comment textarea {
  border-radius: 0;
}
body .x-btn, body [type="submit"] {
  padding: 0.8em 1.12em;
  text-shadow: none;
  font-weight: 500;
}
.x-colophon > .x-bar .x-bar-content {
  display: block;
}
.x-colophon > .x-bar .x-bar-content .x-bar-container {
  display: inline-block;
  vertical-align: top;
}
.x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container {
  width: 33%;
}
@media screen and (max-width: 890px) {
  .x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2em;
    display: block;
  }
  .x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container span.x-image {
    width: 100%;
  }
  .x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container span.x-image img {
    margin: 0 auto !important;
  }
  .x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container .x-column.width-50 {
    width: 100%;
  }
  .x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container .x-column.width-50:first-child {
    margin-bottom: 1em;
  }
  .x-colophon > .x-bar.top-footer .x-bar-content .x-bar-container * {
    text-align: center !important;
  }
}
.x-colophon > .x-bar.bottom-footer .x-bar-content .x-bar-container {
  width: 49%;
}
@media screen and (max-width: 890px) {
  .x-colophon > .x-bar.bottom-footer .x-bar-content .x-bar-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1em;
    display: block;
  }
  .x-colophon > .x-bar.bottom-footer .x-bar-content .x-bar-container * {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .x-colophon .footer-column-left {
    padding-right: 2em !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .x-colophon .footer-column-middle {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
}
@media screen and (min-width: 768px) {
  .x-colophon .footer-column-right {
    padding-right: 0 !important;
    padding-left: 2em !important;
  }
}
.footer-news ul.display-posts-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 300px;
}
@media screen and (max-width: 890px) {
  .footer-news ul.display-posts-listing {
    max-width: 100%;
  }
}
.footer-news li.listing-item {
  border-top: 1px solid #fff;
  padding: 0.8em 0;
  line-height: 1.1;
}
.footer-news li.listing-item a.title {
  font-size: 0.9em;
  font-weight: bold;
  transition: all 0.3s ease;
}
.footer-news li.listing-item a.title:hover {
  color: #fff;
}
.footer-news li.listing-item span.date {
  font-size: 0.9em;
  font-weight: bold;
  color: #9b215d;
}
.footer-news li.listing-item span.excerpt-dash {
  display: none;
}
.footer-news li.listing-item span.excerpt {
  font-size: 0.8em;
  color: #fff;
  display: block;
  margin-top: 3px;
  line-height: 1.4;
}
.footer-news li.listing-item a.more-link {
  display: inline-block;
  transition: all 0.3s ease;
  margin-left: 5px;
  font-size: 1em;
}
.footer-news li.listing-item a.more-link::after {
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #9b215d;
}
.footer-news li.listing-item a.more-link:hover {
  color: #fff;
}
.footer-news li.listing-item a.more-link:hover::after {
  border-left-color: #fff;
}
.content-slider .x-column ul {
  font-weight: bold;
  font-style: italic;
  font-family: 'Cormorant Infant', serif;
  font-size: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-slider .x-column ul li {
  padding: 0;
  line-height: 1.5;
}
.content-slider .x-column ul small {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  font-size: 0.5em;
  color: #57002f;
}
.content-slider .flex-viewport {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .content-slider .flex-viewport {
    margin-top: 0;
  }
}
.content-slider .flex-direction-nav {
  text-align: center;
  position: absolute;
  top: -70px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-slider .flex-direction-nav {
    margin-top: 35px;
    position: static;
    width: auto;
  }
}
.content-slider .flex-direction-nav li {
  display: inline-block;
}
.content-slider .flex-direction-nav a {
  position: static;
  width: 115px;
  height: 52px;
  margin: 0 5px;
  background: transparent;
  color: #57002f;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 0 !important;
  transition: all 0.3s ease;
  opacity: 1;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .content-slider .flex-direction-nav a {
    font-size: 14px;
    width: 175px;
    margin: 0 10px;
  }
}
.content-slider .flex-direction-nav a:hover {
  background: #9b215d;
  color: #fff !important;
}
.content-slider .flex-direction-nav a.flex-next i::before, .content-slider .flex-direction-nav a.flex-prev i::before {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  line-height: 50px;
  font-weight: 500;
}
.content-slider .flex-direction-nav a.flex-next i::before {
  content: 'NEXT' !important;
}
.content-slider .flex-direction-nav a.flex-prev i::before {
  content: 'PREVIOUS' !important;
}
.content-slider.inductee-list li a {
  color: #000;
  transition: all 0.3s ease;
}
.content-slider.inductee-list li a:hover {
  color: #9b215d;
}
.eacs-logo-carousel .swiper-button-prev, .eacs-logo-carousel .swiper-button-next {
  display: none;
}
.ctct-single-field-wrap {
  position: relative;
}
.ctct-single-field-wrap input[type="text"] {
  display: block;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-right: 148px !important;
}
.ctct-single-field-wrap button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 35px;
  font-weight: 500;
  height: 100%;
}
.tg-news-grid-skin .tg-item-content-holder {
  border-bottom: 6px solid #9b215d;
  padding: 1.5em 2em;
}
.tg-item .tg-dark div.news-grid-title {
  font-family: 'Cormorant Infant', serif;
  color: #000 !important;
  font-size: 1.75em !important;
  padding-bottom: 10px;
}
.tg-item .tg-dark span.news-grid-date {
  font-weight: bold;
  color: #000;
  font-size: 0.8em;
  margin-bottom: 1.75em;
}
.tg-item .tg-dark p.news-grid-excerpt {
  color: #000;
  font-size: 0.85em;
}
.tg-item .tg-dark div.news-grid-read-more {
  margin: 10px 0 0;
  padding: 0;
  float: right;
  background: transparent;
}
.tg-item .tg-dark div.news-grid-read-more a {
  color: #9b215d !important;
}
.tg-item .tg-dark div.news-grid-read-more a:hover {
  color: #57002f !important;
}
.tg-news-grid-skin .tg-element-4 .tg-item-term {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #9b215d !important;
  font-weight: 500 !important;
}
.tg-news-grid-skin .tg-element-4 .tg-item-term:hover {
  color: #57002f !important;
}
.x-sidebar .widget:not(.widget_search) {
  background: #efedea;
  border: 0;
  padding: 1.5em;
  text-shadow: none;
}
.x-sidebar .widget:not(.widget_search) ul {
  border: 0;
  box-shadow: none !important;
}
.x-sidebar .widget:not(.widget_search) ul li {
  font-size: 1em;
  padding: 0.8em 0;
  box-shadow: none;
  border: 0;
}
.x-sidebar .widget:not(.widget_search) ul li:hover {
  background: transparent;
}
.x-sidebar .widget:not(.widget_search) ul li a {
  font-size: inherit;
  font-weight: 500;
  border: 0;
}
.x-sidebar .widget_recent_entries ul li {
  border-bottom: 1px solid #9b215d !important;
}
.x-sidebar .widget_recent_entries ul li:last-child {
  border-bottom: 0 !important;
}
body.single-post .entry-featured, body.single-bio .entry-featured {
  margin-bottom: 2em;
  box-shadow: none !important;
  border: 0 !important;
}
body.single-post .entry-wrap, body.single-bio .entry-wrap {
  border: 0;
  box-shadow: none !important;
  padding: 0;
}
body.single-post .entry-thumb {
  background: transparent;
}
body.single-bio .entry-featured {
  display: none;
}
body.single-bio .entry-title {
  color: #57002f;
}
body.single-bio .entry-location {
  font-family: 'Cormorant Infant', serif;
  font-weight: bold;
  text-transform: uppercase;
}
body.single-bio .entry-wrap {
  padding-top: 0;
}
body.single-bio .entry-wrap .p-meta {
  display: none;
}
body.single-bio .inductees-button {
  margin-top: 2em;
}
body.single-bio .sidebar-img {
  min-width: 100%;
}
body.single-bio .sidebar-img.bio-header-img {
  margin: 0 auto 35px;
  display: block;
  width: 100%;
  min-width: auto;
  max-width: 500px;
  border-radius: 10px;
}
body.single-bio .bio-sidebar .widget {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body.single-bio .bio-sidebar .widget .social-label {
  font-weight: bold;
  color: #9b215d;
}
body.single-bio .bio-sidebar .widget .social-label:first-child {
  padding-top: 1.5em;
}
body.single-bio .bio-sidebar .widget .social-value {
  color: #000;
  transition: all 0.3s ease;
  display: block;
  padding-bottom: 1.5em;
}
body.single-bio .bio-sidebar .widget .social-value:hover {
  color: #9b215d;
}
.tolb-title, .tolb-counter {
  display: none;
}
.image-gallery .tg-filters-holder {
  margin-bottom: 35px;
}
.image-gallery .tg-filter {
  border: 2px solid #efedea !important;
}
.image-gallery .tg-filter:hover, .image-gallery .tg-filter.tg-filter-active {
  border: 2px solid #9b215d !important;
}
.image-gallery .tg-filter-name {
  font-size: 1rem !important;
  padding: 12px 30px;
}
.form .nf-form-title {
  text-align: center;
}
.form .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.form .nf-field-label label {
  color: #9b215d;
  font-family: 'Raleway', sans-serif;
  font-size: 90%;
  text-transform: uppercase;
  line-height: 1;
}
.form textarea, .form input[type="tel"], .form input[type="text"], .form input[type="email"], .form input[type="search"], .form input[type="password"] {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 100%;
  padding: 0.5em 1em;
}
.form .nf-field-element select {
  height: 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 90%;
}
.form .nf-field-element p, .form .nf-field-element p *, .form .nf-field-element ul li, .form .nf-field-element ul li *, .form .nf-form-fields-required, .form .nf-field-description {
  font-family: 'Cormorant Infant', serif !important;
  line-height: 1.4 !important;
  font-size: 1rem !important;
}
.form .nf-field-element p a, .form .nf-field-element p * a, .form .nf-field-element ul li a, .form .nf-field-element ul li * a, .form .nf-form-fields-required a, .form .nf-field-description a {
  color: #9b215d;
}
.form .nf-form-fields-required {
  margin-bottom: 1em;
}
.form .nf-field-element .x-btn {
  text-transform: uppercase;
}
.x-accordion.heading {
  /*******************************
 * Remove this post-launch
 *******************************/
}
.x-accordion.heading .x-accordion-heading .x-accordion-toggle {
  font-family: 'Cormorant Infant', serif;
  color: #9b215d;
  font-weight: bold;
}
.x-accordion.heading .stand-out-link {
  font-weight: bold !important;
  text-decoration: underline !important;
}
.tg-news-grid-skin .news-grid-categories {
  display: none !important;
}
