/*
Theme Name: Bell Museum 2018
Author: Prairie Pixel Co
Author URI: https://www.prairiepixel.co/
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200i,300,300i,400,400i,500,500i,900,900i");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block;
}

/** Add the correct display in IE 9-. */
audio, canvas, progress, video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {
  display: none;
}

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
  outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Correct the line-height for all headings in Chrome mobile, Firefox, iOS Safari, Microsoft Edge and IE. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
}

/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.container {
  max-width: 1295px;
  margin: 0 auto;
  position: relative;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

html, body {
  font-family: "Fira Sans", Arial, sanserif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  line-height: 1.36em;
}
.fontsize html, .fontsize body {
  font-size: 24px !important;
}
.fontsize html, .fontsize body {
  font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", Arial, sanserif;
  font-weight: 900;
  color: #000;
}

h1 {
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
}
.fontsize h1 {
  font-size: 64px !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 37px;
  line-height: 1.2em;
  letter-spacing: 0.025;
}
.fontsize h2 {
  font-size: 48px !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 37px;
  line-height: 1.2em;
  letter-spacing: 0.025;
  font-weight: 400;
}
.fontsize h3 {
  font-size: 48px !important;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
.fontsize h4 {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
  font-weight: 300;
}
.fontsize h5 {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
.fontsize h6 {
  font-size: 24px !important;
}

.fontsize .frm_style_formidable-style.with_frm_style label.frm_primary_label,
.fontsize .frm_style_formidable-style.with_frm_style.frm_login_form label,
.fontsize .frm_style_formidable-style.with_frm_style input[type=text],
.fontsize .frm_style_formidable-style.with_frm_style input[type=password],
.fontsize .frm_style_formidable-style.with_frm_style input[type=email],
.fontsize .frm_style_formidable-style.with_frm_style input[type=number],
.fontsize .frm_style_formidable-style.with_frm_style input[type=url],
.fontsize .frm_style_formidable-style.with_frm_style input[type=tel],
.fontsize .frm_style_formidable-style.with_frm_style input[type=phone],
.fontsize .frm_style_formidable-style.with_frm_style input[type=search],
.fontsize .frm_style_formidable-style.with_frm_style select,
.fontsize .frm_style_formidable-style.with_frm_style textarea,
.fontsize .frm_form_fields_style,
.fontsize .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.fontsize .frm_form_fields_active_style, .fontsize .frm_form_fields_error_style,
.fontsize .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.fontsize .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single,
.fontsize .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.fontsize .frm_style_formidable-style.with_frm_style input[type=submit],
.fontsize .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.fontsize .frm_style_formidable-style.with_frm_style .frm_submit button,
.fontsize .frm_form_submit_style,
.fontsize .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  font-size: 24px !important;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  color: #298dc1;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #298dc1;
  color: #fff;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  border-color: #298dc1;
}

.button {
  display: inline-block;
  margin: 20px 0 25px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  color: #298dc1;
  background: #fff;
  border: 1px solid #000;
}
.fontsize .button {
  font-size: 28px !important;
}
.button:hover, .button:focus, .button:active {
  color: #fff;
  background: #298dc1;
  border: 1px solid #298dc1;
}
.button strong {
  font-weight: 400 !important;
}
.button.blue {
  display: inline-block;
  margin: 20px 0 25px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  color: #fff;
  background: #298dc1;
  border: 1px solid #298dc1;
  border: solid 1px #298dc1;
}
.fontsize .button.blue {
  font-size: 28px !important;
}
.button.blue:hover, .button.blue:focus, .button.blue:active {
  color: #298dc1;
  background: #298dc1;
  border: 1px solid #298dc1;
}
.button.blue:hover {
  color: #fff;
  background: rgba(41, 141, 193, 0.8);
  border-color: rgba(41, 141, 193, 0.8);
}

p > a.button, p > a.button.blue {
  margin: 0 10px 0 0;
}

a {
  color: #298dc1;
}
a:hover, a:focus, a:active {
  color: #000;
}

.thumbnail a span.line {
  color: #000;
}
.thumbnail a:hover span.line {
  color: #298dc1;
}

@media (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

span.readmore {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 1em;
}
span.readmore:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #298dc1;
  position: absolute;
  right: 0;
  top: calc(65% - 5px);
}

mark {
  background-color: rgba(41, 141, 193, 0.3);
}

.screen_reader_only, .blog_posts .pagination .screen-reader-text,
.blog_posts .no-results .screen-reader-text, .bell_pricing_table .hide_label .row_label, .footer-tools #mc_embed_signup label, .newsletter_signup #mc_embed_signup label, .search .pagination .screen-reader-text,
.search .no-results .screen-reader-text, footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner #umnhf-h-search #umnhf-h-sb, footer .umnhf-footer-wrapper .visually-hidden, .page-header #skipLinks a, .page-header .umnhf-wrapper .umnhf #umnhf-h-logo span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: none;
  padding: 0;
  font-size: 14px;
  font-size: 100%;
}

.default-content {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}

.bell_oembed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 34px;
}

.bell_oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.aligncenter {
  margin: 20px auto;
  display: block;
}

img.alignleft {
  float: left;
  margin: 4px 20px 4px 0;
}

img.alignright {
  float: right;
  margin-left: 4px 0 4px 20px;
}

.page-header {
  z-index: 9999;
  width: 100%;
}
.csspositionsticky .page-header {
  position: -webkit-sticky;
  position: sticky;
  top: -64px;
}
.csspositionsticky .admin-bar .page-header {
  top: -32px;
}
.no-csspositionsticky .sticky_nav .page-header {
  position: fixed;
  top: -64px;
}
.no-csspositionsticky .sticky_nav.admin-bar .page-header {
  top: -32px;
}
.page-header .umnhf-wrapper {
  background-color: #7a0019;
}
.page-header .umnhf-wrapper .umnhf#umnhf-h {
  max-width: 100%;
  max-width: 1295px;
  margin: 0 auto;
  position: relative;
}
.page-header .umnhf-wrapper .umnhf#umnhf-h::after {
  clear: both;
  content: "";
  display: block;
}
.page-header .umnhf-wrapper .umnhf#umnhf-h:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-header .umnhf-wrapper .umnhf #umnhf-h-mast {
  width: calc(33.3333333333% - 45.3333333333px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .page-header .umnhf-wrapper .umnhf #umnhf-h-mast {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.page-header .umnhf-wrapper .umnhf #umnhf-h-logo span {
  color: #fff;
}
@media (max-width: 768px) {
  .page-header .umnhf-wrapper .umnhf #umnhf-h-logo {
    float: none;
    margin: calc(34px / 2) auto;
  }
}
.page-header #skipLinks a {
  color: #fff;
}
.page-header .search-wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1295px;
  z-index: 9999;
  height: 30px;
  overflow-x: hidden;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .page-header .search-wrapper {
    display: none;
  }
}
.page-header .search-wrapper .inner {
  width: 360px;
  position: absolute;
  right: 20px;
  text-align: right;
}
.close_search .page-header .search-wrapper .inner {
  right: -265px;
}
.animate_search .page-header .search-wrapper .inner {
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.sticky_nav .page-header .search-wrapper {
  top: 7px;
  position: fixed;
}
.sticky_nav.admin-bar .page-header .search-wrapper {
  top: 42px;
}
.page-header .search-wrapper .search-form {
  width: 270px;
  text-align: right;
  color: #333333;
  display: inline-block;
}
.page-header .search-wrapper input {
  border: none;
  border-bottom: 2px solid white;
  color: #333333;
  padding: 2px 5px 0px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.page-header .search-wrapper input::-webkit-input-placeholder {
  color: #333333;
}
.page-header .search-wrapper input::-moz-placeholder {
  color: #333333;
}
.page-header .search-wrapper input:-ms-input-placeholder {
  color: #333333;
}
.page-header .search-wrapper input::-ms-input-placeholder {
  color: #333333;
}
.page-header .search-wrapper input::placeholder {
  color: #333333;
}
.page-header .search-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.page-header .search-wrapper input:focus::-moz-placeholder {
  color: transparent;
}
.page-header .search-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.page-header .search-wrapper input:focus::-ms-input-placeholder {
  color: transparent;
}
.page-header .search-wrapper input:focus::placeholder {
  color: transparent;
}
.sticky_nav .page-header .search-wrapper input {
  border-bottom: 2px solid #333333;
  background: transparent;
}
.page-header .search-wrapper button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  display: block;
}
.page-header .search-wrapper button.openSearch {
  height: 23px;
  width: 24px;
  padding: 2px 5px 0;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/search-sprite.png") !important;
  background-repeat: no-repeat;
  background-position: top;
}
.sticky_nav .page-header .search-wrapper button.openSearch {
  background-position: bottom;
  cursor: pointer;
}
.page-header .search-wrapper button[type=submit] {
  width: 60px;
  padding: 6px 8px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  background: #ebebeb;
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}
.page-header .search-wrapper button[type=submit]:hover, .page-header .search-wrapper button[type=submit]:focus, .page-header .search-wrapper button[type=submit]:active {
  background: #904799;
  color: #fff;
}
.page-header .mobile-search-wrapper {
  display: none;
  background: #ebebeb;
  border: 1px solid #000;
  font-size: 24px;
  position: absolute;
  width: 100%;
}
.page-header .mobile-search-wrapper input[type=text] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 10px calc(34px / 2);
  border-right: 1px solid #000;
  width: calc(100% - 100px);
  font-size: 24px;
  font-style: italic;
}
.page-header .mobile-search-wrapper button {
  width: 86px;
  color: #904799;
  font-weight: 900;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.page-header .bell-header-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.mobile-menu-active .page-header .bell-header-wrapper {
  position: absolute;
  width: 100%;
}
.page-header .bell-header-wrapper .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: center;
          align-items: center;
}
.page-header .bell-header-wrapper .announcment {
  position: absolute;
  background: #904799;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-header .bell-header-wrapper .announcment {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .page-header .bell-header-wrapper .announcment {
    background: #298dc1;
  }
}
.page-header .bell-header-wrapper .announcment .inner {
  max-width: 1153px;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 450px) {
  .page-header .bell-header-wrapper .announcment .inner {
    max-width: 1295px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: center;
            align-items: center;
  }
  .page-header .bell-header-wrapper .announcment .inner::after {
    clear: both;
    content: "";
    display: block;
  }
  .page-header .bell-header-wrapper .announcment .inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
@media (max-width: 450px) and (max-width: 450px) {
  .page-header .bell-header-wrapper .announcment .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: auto;
  }
}
@media (max-width: 450px) {
  .page-header .bell-header-wrapper .announcment p {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.53em;
    margin-bottom: 0.53em;
  }
}
@media (max-width: 450px) {
  .page-header .bell-header-wrapper .announcment p {
    width: 65%;
  }
}
.page-header .bell-header-wrapper .announcment span {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 450px) {
  .page-header .bell-header-wrapper .announcment span {
    position: relative;
    float: right;
  }
}
.page-header .bell-header-wrapper .announcment a {
  color: #fff;
}
.page-header .bell-header-wrapper .logo {
  padding: 16px 0;
  position: relative;
  width: calc(33.3333333333% - 45.3333333333px);
  float: left;
  margin-left: 34px;
}
.page-header .bell-header-wrapper .logo .header-logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-header .bell-header-wrapper .logo {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
  .page-header .bell-header-wrapper .logo .header-logo-mobile {
    display: block;
  }
  .page-header .bell-header-wrapper .logo .header-logo {
    display: none;
  }
}
.page-header .bell-header-wrapper .logo a {
  display: block;
  line-height: 0;
}
.page-header .bell-header-wrapper .mobile-header-buttons {
  display: none;
}
@media (max-width: 1200px) {
  .page-header .bell-header-wrapper .mobile-header-buttons {
    width: calc(66.6666666667% - 56.6666666667px);
    float: left;
    margin-left: 34px;
    display: block;
    text-align: right;
  }
  .page-header .bell-header-wrapper .mobile-header-buttons .mobileNavTrigger {
    padding-right: 10px;
    width: 50px;
    height: 32px;
    border: none;
    background: transparent;
    background-image: url("../img/menu-icon.png") !important;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 10px bottom 2px;
  }
  .contrast .page-header .bell-header-wrapper .mobile-header-buttons .mobileNavTrigger {
    background-size: calc(100% - 6px) !important;
    border: 4px solid #600040;
  }
  .page-header .bell-header-wrapper .mobile-header-buttons .mobileSearchTrigger {
    padding-right: 0;
    margin-right: 10px;
    width: 50px;
    height: 32px;
    border: none;
    background: transparent;
    background-image: url("../img/search-sprite.png") !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: right 0 bottom 4px;
  }
  .contrast .page-header .bell-header-wrapper .mobile-header-buttons .mobileSearchTrigger {
    background-position: top 8px left 6px !important;
  }
}
@media (max-width: 768px) {
  .page-header .bell-header-wrapper .mobile-header-buttons {
    width: calc(50% - 30px);
    float: right;
    margin: 0 20px 0 10px;
  }
}
.page-header .bell-header-wrapper .nav {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  z-index: 999;
}
.mobile-menu-active .page-header .bell-header-wrapper .nav {
  width: 100%;
  overflow: scroll;
}
@media (max-width: 1024px) {
  .page-header .bell-header-wrapper .nav {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: scroll;
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.page-header .bell-header-wrapper .nav ul {
  padding-left: 0;
}
.page-header .bell-header-wrapper .nav li {
  list-style-type: none;
}
.page-header .bell-header-wrapper .nav a {
  text-decoration: none;
  color: #000;
}
.page-header .bell-header-wrapper .nav a:hover, .page-header .bell-header-wrapper .nav a:active, .page-header .bell-header-wrapper .nav a:focus {
  color: #298dc1;
}

.mainNav {
  height: 100%;
}
@media (max-width: 1200px) {
  .mainNav {
    display: none;
    padding: 0 34px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mainNav .menu-main-menu-container {
  height: 100%;
}
.mainNav .menu-main-menu-container .menu {
  position: relative;
  height: 100%;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1201px) {
  .mainNav .menu-main-menu-container .menu {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-center;
        -ms-flex-pack: flex-center;
            justify-content: flex-center;
  }
  .mainNav .menu-main-menu-container .menu:first-child {
    margin-left: 34px;
  }
}
.mainNav .menu-main-menu-container .menu > .menu-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 14px;
  margin: 0;
  list-style-type: none;
  font-size: 19px;
  line-height: 25px;
  font-weight: 900;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item {
  font-size: 28px !important;
  line-height: 1.2 !important;
}
@media (max-width: 1200px) {
  .mainNav .menu-main-menu-container .menu > .menu-item {
    height: auto;
    display: block;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #7d7d7d;
  }
  .fontsize .mainNav .menu-main-menu-container .menu > .menu-item {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
  .mainNav .menu-main-menu-container .menu > .menu-item:not(.dont-break) .ampersand:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
.mainNav .menu-main-menu-container .menu > .menu-item button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1px;
}
@media (max-width: 1200px) {
  .mainNav .menu-main-menu-container .menu > .menu-item button {
    text-align: left;
    line-height: 1.1;
    position: relative;
    margin: 18px 0;
  }
  .mainNav .menu-main-menu-container .menu > .menu-item button:after {
    display: block;
    content: "";
    background-image: url("../img/arrow-down.png") !important;
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: 10px;
    right: -22px;
  }
  .mainNav .menu-main-menu-container .menu > .menu-item button.is-active:after {
    display: block;
    content: "";
    background-image: url("../img/arrow-up.png") !important;
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: 10px;
    right: -22px;
  }
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 16px 34px 34px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1200px) {
  .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap {
    position: static;
    background: transparent;
    padding: 0;
  }
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content {
  width: 67%;
  float: right;
}
@media (max-width: 1200px) {
  .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content {
    display: none;
  }
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content a {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin: 1em 0 0.5em;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content a {
  font-size: 30px !important;
  line-height: 1.2 !important;
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content img {
  display: block;
  max-height: 240px;
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content p {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: normal;
  margin-top: 0;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap .featured_content p {
  font-size: 24px !important;
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu {
  width: 33%;
  float: left;
}
@media (max-width: 1200px) {
  .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  line-height: 2em;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  font-size: 24px !important;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  line-height: 1.2em;
  margin-bottom: 20px;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.heading span {
  display: block;
  margin-bottom: 20px;
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.space-above {
  margin-top: calc(34px / 2);
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.menu-item-has-children {
  font-weight: 900;
  margin-top: calc(34px / 2);
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.menu-item-has-children:first-child {
  margin-top: 0;
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.menu-item-has-children > a:hover {
  color: #000;
}
.mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.menu-item-has-children .menu-item {
  font-weight: normal;
}
.fontsize .mainNav .menu-main-menu-container .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.menu-item-has-children .menu-item {
  line-height: 1.2em;
  margin-bottom: 20px;
}

footer .umnhf-footer-wrapper {
  padding: 30px 0;
  background-color: #000;
  color: #fff;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f {
  max-width: 100%;
  padding-top: 0;
  border-top: none;
  max-width: 1295px;
  margin: 0 auto;
  position: relative;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f::after {
  clear: both;
  content: "";
  display: block;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f h3.umnhf-f-title {
  color: #fff;
}
@media (min-width: 1025px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f a {
  color: #fff;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f a:visited, footer .umnhf-footer-wrapper .umnhf#umnhf-f a:active, footer .umnhf-footer-wrapper .umnhf#umnhf-f a:link {
  color: #fff;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f small {
  padding: 0;
  margin: 0;
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  left: calc(-33.3333333333% - 22.6666666667px + 34px);
  position: relative;
  font-size: 12px;
  font-family: "Fira Sans", Arial, sanserif;
  text-align: left;
}
@media (max-width: 1200px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f small {
    width: calc(50% - 51px);
    float: left;
    margin-left: 34px;
    left: calc(-50% - 17px + 34px);
    position: relative;
  }
}
@media (max-width: 1024px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f small {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu {
  display: block;
  width: calc(33.3333333333% - 45.3333333333px);
  float: left;
  margin-left: 34px;
  left: calc(66.6666666667% - 56.6666666667px + 34px);
  position: relative;
}
@media (max-width: 1200px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu {
    width: calc(50% - 51px);
    float: left;
    margin-left: 34px;
    left: calc(50% - 51px + 34px);
    position: relative;
  }
}
@media (max-width: 1024px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (max-width: 1024px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu {
    margin-bottom: 40px;
  }
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .logo {
  display: block;
  float: left;
  width: 80px;
  margin: 2px 20px 0 0;
}
@media (max-width: 450px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .logo {
    width: 68px;
    margin: 8px 10px 0 0;
  }
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner {
  float: left;
  margin: 0 auto;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner ul {
  width: auto;
  margin-bottom: 5px;
}
@media (max-width: 775px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner ul {
    padding-left: 0;
    line-height: 1;
  }
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner .lock-icon {
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  background-image: url(../img/sprites/lock-search-wht.png) !important;
  background-position: 0px 4px;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner #umnhf-h-search {
  display: block !important;
  margin: 0 !important;
  height: auto;
  float: left;
}
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner #umnhf-h-search #umnhf-h-st,
footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner #umnhf-h-search #umnhf-h-sb {
  display: inline-block !important;
  position: static;
  vertical-align: middle;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner #umnhf-h-search {
    width: 262px;
  }
  footer .umnhf-footer-wrapper .umnhf#umnhf-f #umnhf-f-myu .inner #umnhf-h-search #umnhf-h-st {
    width: 227px;
  }
}
footer .bell-footer-wrapper {
  margin-top: 30px;
}
footer .bell-footer-wrapper .container {
  padding-top: 30px;
}
footer .bell-footer-wrapper .container:before {
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  display: block;
  height: 2px;
  background: #000;
  content: "";
}
footer .bell-footer-wrapper .logo, footer .bell-footer-wrapper .contact-info, footer .bell-footer-wrapper .footer-nav {
  width: calc(16.6666666667% - 39.6666666667px);
  float: left;
  margin-left: 34px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .bell-footer-wrapper .logo, footer .bell-footer-wrapper .contact-info, footer .bell-footer-wrapper .footer-nav {
    width: calc(50% - 51px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (max-width: 450px) {
  footer .bell-footer-wrapper .logo, footer .bell-footer-wrapper .contact-info, footer .bell-footer-wrapper .footer-nav {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
footer .bell-footer-wrapper .footer-tools {
  width: calc(25% - 42.5px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
  float: right;
  margin-left: 0;
  margin-right: 34px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  footer .bell-footer-wrapper .footer-tools {
    width: calc(33.3333333333% - 45.3333333333px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
  }
}
@media (max-width: 768px) {
  footer .bell-footer-wrapper .footer-tools {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
footer .bell-footer-wrapper h2 {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 500;
  font-style: italic;
  margin-top: 0;
}
.fontsize footer .bell-footer-wrapper h2 {
  font-size: 28px !important;
}
footer .bell-footer-wrapper a {
  color: #000;
}
footer .bell-footer-wrapper a:hover, footer .bell-footer-wrapper a:active, footer .bell-footer-wrapper a:focus {
  color: #298dc1;
}
footer .bell-footer-wrapper .logo {
  padding-top: 6px;
}
footer .bell-footer-wrapper .footer-nav ul {
  padding-left: 0;
}
footer .bell-footer-wrapper .footer-nav ul li {
  list-style-type: none;
}
footer .bell-footer-wrapper .footer-nav ul li a {
  text-decoration: none;
}
footer .bell-footer-wrapper .footer-tools p {
  font-weight: 500;
  margin-bottom: 0;
}
footer .bell-footer-wrapper .a11y-toolbar {
  position: static;
}
footer .bell-footer-wrapper .a11y-toolbar ul li {
  display: block;
  font-size: 20px;
  margin: 20px 0;
}
footer .bell-footer-wrapper .a11y-toolbar ul li a {
  text-decoration: none;
}
footer .bell-footer-wrapper .a11y-toolbar .offscreen {
  position: static !important;
  clip: none;
  -webkit-clip-path: none;
          clip-path: none;
  white-space: wrap;
  height: auto !important;
  width: auto !important;
  overflow: visible;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 500;
  margin: 0 0 5px;
  display: block;
}
.fontsize footer .bell-footer-wrapper .a11y-toolbar .offscreen {
  font-size: 24px !important;
}
footer .bell-footer-wrapper .social {
  padding-left: 0;
  float: right;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .bell-footer-wrapper .social {
    float: none;
    text-align: center;
    margin-top: 40px;
  }
}
footer .bell-footer-wrapper .social li {
  background: #000;
  display: inline-block;
  line-height: 1;
  width: 25px;
  height: 25px;
  font-size: 18px;
  padding: 4px 0 3px;
  text-align: center;
  margin-right: 8px;
}
@media (max-width: 768px) {
  footer .bell-footer-wrapper .social li {
    margin: 0 12px;
  }
}
footer .bell-footer-wrapper .social li:hover, footer .bell-footer-wrapper .social li:active, footer .bell-footer-wrapper .social li:focus {
  background: #298dc1;
}
footer .bell-footer-wrapper .social li a {
  color: #fff;
}

#wpadminbar.mobile {
  position: fixed;
}

.search .search-title {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
.fontsize .search .search-title {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .search .search-title {
    font-size: 18px;
  }
}
.search .post {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(16.6666666667% - 39.6666666667px + 68px);
  padding: 34px 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .search .post {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.search .post:last-child {
  border-bottom: none;
}
.search .post h2 {
  margin: calc(34px / 2) 0 0;
}
.search .post h2 a {
  text-decoration: none;
}
.search .post > a {
  text-decoration: none;
}
.search .pagination,
.search .no-results {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(16.6666666667% - 39.6666666667px + 68px);
  position: relative;
  text-align: center;
  margin-top: 34px;
  padding-top: calc(34px * 3);
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .search .pagination,
.search .no-results {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.search .pagination .page-numbers,
.search .no-results .page-numbers {
  text-transform: uppercase;
  text-decoration: none;
  color: #7d7d7d;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .search .pagination .page-numbers,
.search .no-results .page-numbers {
    padding: 10px 20px;
  }
}
.search .pagination .page-numbers.current, .search .pagination .page-numbers:hover, .search .pagination .page-numbers:active, .search .pagination .page-numbers:focus,
.search .no-results .page-numbers.current,
.search .no-results .page-numbers:hover,
.search .no-results .page-numbers:active,
.search .no-results .page-numbers:focus {
  color: #904799;
}
.search .pagination .page-numbers.next, .search .pagination .page-numbers.prev,
.search .no-results .page-numbers.next,
.search .no-results .page-numbers.prev {
  position: absolute;
  top: 34px;
  left: calc(50% - 40px);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 20px;
  color: #000;
}
.search .pagination .page-numbers.next:hover, .search .pagination .page-numbers.next:active, .search .pagination .page-numbers.next:focus, .search .pagination .page-numbers.prev:hover, .search .pagination .page-numbers.prev:active, .search .pagination .page-numbers.prev:focus,
.search .no-results .page-numbers.next:hover,
.search .no-results .page-numbers.next:active,
.search .no-results .page-numbers.next:focus,
.search .no-results .page-numbers.prev:hover,
.search .no-results .page-numbers.prev:active,
.search .no-results .page-numbers.prev:focus {
  color: #904799;
}
@media (max-width: 768px) {
  .search .pagination .page-numbers.next, .search .pagination .page-numbers.prev,
.search .no-results .page-numbers.next,
.search .no-results .page-numbers.prev {
    margin: 0;
  }
}
.search .pagination .page-numbers.next,
.search .no-results .page-numbers.next {
  left: calc(50% + 40px);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.bell_date_wrapper, .featured_events .events_preview .events_list li .date_wrapper {
  float: left;
  width: 110px;
  padding-right: calc(34px / 2);
}
.fontsize .bell_date_wrapper, .fontsize .featured_events .events_preview .events_list li .date_wrapper, .featured_events .events_preview .events_list li .fontsize .date_wrapper {
  width: 160px;
}
.bell_date_wrapper .bell_weekday, .featured_events .events_preview .events_list li .date_wrapper .bell_weekday, .featured_events .events_preview .events_list li .date_wrapper .weekday {
  font-style: italic;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  line-height: 24px;
}
.fontsize .bell_date_wrapper .bell_weekday, .featured_events .events_preview .events_list li .date_wrapper .fontsize .bell_date_wrapper .weekday, .fontsize .featured_events .events_preview .events_list li .date_wrapper .bell_weekday, .fontsize .featured_events .events_preview .events_list li .date_wrapper .weekday, .featured_events .events_preview .events_list li .fontsize .date_wrapper .bell_weekday, .featured_events .events_preview .events_list li .fontsize .date_wrapper .weekday {
  font-size: 28px !important;
}
.bell_date_wrapper .bell_date, .featured_events .events_preview .events_list li .date_wrapper .bell_date, .featured_events .events_preview .events_list li .date_wrapper .date {
  display: block;
  color: #7d7d7d;
}

.bell_info, .featured_events .events_preview .events_list li .info {
  float: left;
  width: calc(100% - 110px);
  padding-left: calc(34px / 2);
}
.fontsize .bell_info, .fontsize .featured_events .events_preview .events_list li .info, .featured_events .events_preview .events_list li .fontsize .info {
  width: calc(100% - 160px);
}
.bell_info .bell_title, .featured_events .events_preview .events_list li .info .bell_title, .featured_events .events_preview .events_list li .info .title {
  display: block;
  text-decoration: none;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
.fontsize .bell_info .bell_title, .featured_events .events_preview .events_list li .info .fontsize .bell_info .title, .fontsize .featured_events .events_preview .events_list li .info .bell_title, .fontsize .featured_events .events_preview .events_list li .info .title, .featured_events .events_preview .events_list li .fontsize .info .bell_title, .featured_events .events_preview .events_list li .fontsize .info .title {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .bell_info .bell_title, .featured_events .events_preview .events_list li .info .bell_title, .featured_events .events_preview .events_list li .info .title {
    font-size: 18px;
  }
}
.bell_info .bell_time, .featured_events .events_preview .events_list li .info .bell_time, .featured_events .events_preview .events_list li .info .time {
  font-style: italic;
  font-weight: 500;
}

#tribe-events,
.tribe-mini-calendar-wrapper {
  max-width: 1295px;
  margin: 0 auto;
  position: relative;
}
#tribe-events::after,
.tribe-mini-calendar-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
#tribe-events:after,
.tribe-mini-calendar-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#tribe-events #tribe-bar-form #tribe-bar-views,
.tribe-mini-calendar-wrapper #tribe-bar-form #tribe-bar-views {
  display: none;
}
#tribe-events #tribe-bar-form #tribe-bar-views + .tribe-bar-filters,
.tribe-mini-calendar-wrapper #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  width: 100%;
  right: 0;
}

.bell-events-separator-week {
  display: block;
  background: #ebebeb;
  padding: 20px 0;
  margin: calc(34px * 3) 0 34px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 900;
  position: relative;
}
@media (max-width: 1024px) {
  .bell-events-separator-week {
    margin: calc(34px * 2) 0 34px;
  }
}
.bell-events-separator-week.first {
  margin-top: 0;
}
.bell-events-separator-week:before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

h2.tribe-events-page-title {
  margin: 0;
}
@media (max-width: 1024px) {
  h2.tribe-events-page-title {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .tribe-events-list#tribe-events-content {
    overflow: visible;
  }
}
.tribe-events-list .tribe-events-loop {
  max-width: 100%;
}
.tribe-events-list .tribe-events-loop .type-tribe_events {
  margin-top: 34px;
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events {
    border: none;
    position: relative;
  }
  .tribe-events-list .tribe-events-loop .type-tribe_events:after {
    position: absolute;
    display: block;
    content: "";
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    background: #000;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events h2 {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
.fontsize .tribe-events-list .tribe-events-loop .type-tribe_events h2 {
  font-size: 56px !important;
}
@media (max-width: 768px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events h2 {
    font-style: normal;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_wrapper .bell_event_inner {
  margin-left: -34px;
  margin-right: -34px;
  width: calc(100% + 68px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_wrapper .bell_event_inner .tribe-events-event-image {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_wrapper .bell_event_inner .tribe-events-event-image {
    margin-bottom: 34px;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_wrapper .bell_event_inner .tribe-events-event-image .image {
  padding-top: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details {
  width: calc(50% - 51px);
  float: left;
  margin-left: 34px;
  margin-left: calc(50% - 51px + 68px);
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details .bell_event_details_inner::after {
  clear: both;
  content: "";
  display: block;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details .bell_event_details_inner .bell_event_details_collapse {
  margin-left: -34px;
  margin-right: -34px;
  width: calc(100% + 68px);
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details .bell_event_details_inner .bell_event_details_collapse .tribe-events-list-event-title,
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details .bell_event_details_inner .bell_event_details_collapse .bell_recurring_events_wrapper {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_event_details .bell_event_details_inner .bell_event_details_collapse .bell_inner_columns_wrapper {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  margin-top: 34px;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper {
  padding: 34px 0;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper {
    padding-bottom: 0;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper button {
  float: right;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: calc(34px / 2);
  position: relative;
  font-weight: 500;
  padding-right: 14px;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper button:after {
  display: block;
  content: "";
  background-image: url("../img/arrow-down.png") !important;
  background-repeat: no-repeat;
  background-size: 100% !important;
  width: 10px;
  height: 6px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper button.is-open:after {
  background-image: url("../img/arrow-up.png") !important;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper .bell_recurring_events {
  padding: 0;
  clear: both;
  display: none;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper .bell_recurring_events li {
  display: block;
  list-style-type: none;
  padding: calc(34px / 2) 0;
  border-top: 1px solid #000;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper .bell_recurring_events li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper .bell_recurring_events .bell_time, .tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper .bell_recurring_events .featured_events .events_preview .events_list li .info .time, .featured_events .events_preview .events_list li .info .tribe-events-list .tribe-events-loop .type-tribe_events .bell_recurring_events_wrapper .bell_recurring_events .time {
    float: right;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .bell_info + .bell_info, .tribe-events-list .tribe-events-loop .type-tribe_events .featured_events .events_preview .events_list li .info + .bell_info, .featured_events .events_preview .events_list li .tribe-events-list .tribe-events-loop .type-tribe_events .info + .bell_info, .tribe-events-list .tribe-events-loop .type-tribe_events .featured_events .events_preview .events_list li .bell_info + .info, .featured_events .events_preview .events_list li .tribe-events-list .tribe-events-loop .type-tribe_events .bell_info + .info, .tribe-events-list .tribe-events-loop .type-tribe_events .featured_events .events_preview .events_list li .info + .info, .featured_events .events_preview .events_list li .tribe-events-list .tribe-events-loop .type-tribe_events .info + .info {
  margin-left: 110px;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .bell_info + .bell_info, .tribe-events-list .tribe-events-loop .type-tribe_events .featured_events .events_preview .events_list li .info + .bell_info, .featured_events .events_preview .events_list li .tribe-events-list .tribe-events-loop .type-tribe_events .info + .bell_info, .tribe-events-list .tribe-events-loop .type-tribe_events .featured_events .events_preview .events_list li .bell_info + .info, .featured_events .events_preview .events_list li .tribe-events-list .tribe-events-loop .type-tribe_events .bell_info + .info, .tribe-events-list .tribe-events-loop .type-tribe_events .featured_events .events_preview .events_list li .info + .info, .featured_events .events_preview .events_list li .tribe-events-list .tribe-events-loop .type-tribe_events .info + .info {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: calc(34px / 2);
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image {
  margin: 0;
  width: calc(50% - 51px);
  float: left;
  margin-left: 34px;
  padding-right: calc(34px * 2);
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image {
    padding: 0;
  }
  .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image img {
    max-width: 100vw;
    width: 100vw;
    height: auto;
    margin-left: calc(34px / -1);
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image + .bell_event_details {
  width: calc(50% - 51px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-image + .bell_event_details {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-venue-details {
  margin: 0;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-venue-details {
    border: none;
    padding: 0;
  }
}
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
  font-size: 14px;
}
.fontsize .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    background: transparent;
    border: none;
    padding: 0;
    text-align: right;
  }
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background-color: #ebebeb;
  padding: 34px;
  margin-top: 34px;
  margin-bottom: 34px;
  border-bottom: none;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first {
  padding-top: 34px;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .tribe-event-featured {
    margin: 34px calc(34px / -1);
    padding-top: 0;
  }
  .tribe-events-list .tribe-events-loop .tribe-event-featured:after {
    display: none;
  }
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
  color: #000;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta,
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: #333333;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active {
  color: #904799;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
  margin-top: 0;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured + .type-tribe_events:not(.tribe-event-featured) {
  padding-top: 34px;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .tribe-event-featured + .type-tribe_events:not(.tribe-event-featured) {
    border: none;
    position: relative;
  }
  .tribe-events-list .tribe-events-loop .tribe-event-featured + .type-tribe_events:not(.tribe-event-featured):after {
    position: absolute;
    display: block;
    content: "";
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 1px;
    background: #000;
  }
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
  margin: 0 0 20px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost {
  color: #333333;
  padding: 0;
  background: transparent;
}

@media (max-width: 1024px) {
  ul.tribe-events-sub-nav a {
    font-weight: normal;
  }
}

#tribe-events .flex_content_wrapper {
  margin-left: -34px;
  margin-right: -34px;
  width: calc(100% + 68px);
}

.fontsize .single-tribe_events .tribe-events-event-meta,
.fontsize ul.tribe-events-sub-nav a, .fontsize .tribe-events-back a, .fontsize .tribe-events-list-widget .tribe-events-widget-link a, .fontsize .tribe-events-adv-list-widget .tribe-events-widget-link a {
  font-size: 24px !important;
}

h2.tribe-events-list-separator-month:after {
  border-bottom: solid 1px #000;
}

@media (max-width: 1024px) {
  .tribe-events-list .tribe-events-loop .type-tribe_events::after {
    background: none;
  }
}

.tribe-events-loop div.type-tribe_events + h2.tribe-events-list-separator-month {
  margin: -35px 0 0;
  background-color: #fff;
  padding: 1.25em 0;
}

.single-tribe_events #main-content > .container {
  max-width: none;
}
.single-tribe_events #main-content > .container .default-content {
  width: auto;
  margin: 0;
  float: none;
}
.single-tribe_events #tribe-events {
  max-width: 100%;
}

.bell_event_content_wrapper {
  max-width: 1295px;
  margin: 0 auto;
  position: relative;
}
.bell_event_content_wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.bell_event_content_wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bell_event_content_wrapper .bell_col_1 {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .bell_event_content_wrapper .bell_col_1 {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.bell_event_content_wrapper .bell_col_2 {
  width: calc(25% - 42.5px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
}
@media (max-width: 768px) {
  .bell_event_content_wrapper .bell_col_2 {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (min-width: 769px) {
  .bell_event_content_wrapper .bell_col_2 {
    margin-top: 34px;
  }
}
.bell_event_content_wrapper .bell_col_3 {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .bell_event_content_wrapper .bell_col_3 {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.bell_event_content_wrapper .bell_event_meta {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}
.bell_event_content_wrapper .bell_flex_content_wrapper {
  clear: both;
}
.bell_event_content_wrapper #tribe-events-footer,
.bell_event_content_wrapper .tribe-events-back {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}

.bell_ticket_info {
  margin: 8px 0 0;
}
.bell_ticket_info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 768px) {
  .bell_ticket_info {
    padding: 17px 0 10px;
    border-top: 1px solid #000;
  }
}
.bell_ticket_info .bell_prices {
  float: left;
  width: auto;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  margin-bottom: calc(34px / 2);
}
.fontsize .bell_ticket_info .bell_prices {
  font-size: 24px !important;
}
@media (max-width: 1200px) {
  .bell_ticket_info .bell_prices {
    margin-right: calc(34px / 2);
  }
}
.bell_ticket_info .bell_prices .bell_price {
  display: block;
  width: auto;
}
.bell_ticket_info .bell_tickets {
  display: inline-block;
  margin: 20px 0 25px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  color: #298dc1;
  background: #fff;
  border: 1px solid #000;
  margin: 0 0 calc(34px / 2);
  padding: 7px 10px 4px;
  float: right;
  font-style: italic;
}
.fontsize .bell_ticket_info .bell_tickets {
  font-size: 28px !important;
}
.bell_ticket_info .bell_tickets:hover, .bell_ticket_info .bell_tickets:focus, .bell_ticket_info .bell_tickets:active {
  color: #fff;
  background: #298dc1;
  border: 1px solid #298dc1;
}
.fontsize .bell_ticket_info .bell_tickets {
  float: left;
}
@media (max-width: 1200px) {
  .bell_ticket_info .bell_tickets {
    float: left;
  }
}

#tribe-events .tribe-events-single .tribe-events-event-image {
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
  margin-bottom: -120px;
}
#tribe-events .tribe-events-single .tribe-events-event-image img {
  width: 100vw;
  height: auto;
}
@media (max-width: 450px) {
  #tribe-events .tribe-events-single .tribe-events-event-image img {
    width: auto;
    height: 130vw;
    max-width: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50%;
  }
}
#tribe-events .tribe-events-single .tribe-events-single-event-title {
  margin: 34px 0;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
.fontsize #tribe-events .tribe-events-single .tribe-events-single-event-title {
  font-size: 56px !important;
}
@media (max-width: 768px) {
  #tribe-events .tribe-events-single .tribe-events-single-event-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #tribe-events .tribe-events-single .tribe-events-schedule {
    background: transparent;
    border: none;
    margin: calc(34px / 2) 0 0;
    padding: 0;
  }
}
#tribe-events .tribe-events-single .tribe-events-schedule h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
#tribe-events .tribe-events-single .recurringinfo {
  display: block;
}
#tribe-events .tribe-events-single .recurringinfo .tribe-events-divider {
  display: none;
}
#tribe-events .tribe-events-single .recurringinfo .event-is-recurring {
  font-size: 16px;
  font-style: italic;
  color: #333333;
}
#tribe-events .tribe-events-single .recurringinfo .event-is-recurring a {
  color: #333333;
}
#tribe-events .tribe-events-single .tribe-events-cal-links {
  padding: 11px 0 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0 calc(34px / 2);
}
#tribe-events .tribe-events-single .tribe-events-cal-links:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 768px) {
  #tribe-events .tribe-events-single .tribe-events-cal-links {
    margin-top: 0;
  }
}
#tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button {
  background: transparent;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: none;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  color: #333333;
  text-transform: none;
  line-height: 1;
}
.fontsize #tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button {
  font-size: 20px;
}
#tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button:hover, #tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button:active, #tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button:focus {
  color: #298dc1;
  background: transparent;
}
#tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button:last-child {
  padding-left: 8px;
  border-left: 1px solid #000;
  margin-left: 8px;
  border-radius: 0;
}
@media (max-width: 768px) {
  #tribe-events .tribe-events-single .tribe-events-cal-links .tribe-events-button {
    font-size: 14px;
  }
}
#tribe-events .tribe-events-single .bell_print_button,
#tribe-events .tribe-events-single .a2a_kit {
  display: block;
  float: left;
  margin: 0 calc(34px / 2) 34px 0;
}
#tribe-events .tribe-events-single .bell_print_button:hover,
#tribe-events .tribe-events-single .a2a_kit:hover {
  opacity: 0.7;
}
#tribe-events .tribe-events-single .tribe-events-sub-nav li a {
  background: transparent;
  color: #333333;
  font-weight: 900;
  padding: 0;
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}

.mc-field-group {
  display: inline-block;
}

/* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

#mc_embed_signup .clear {
  display: inline-block;
}

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.23s ease-in-out 0s;
  -o-transition: all 0.23s ease-in-out 0s;
  transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }

  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }

  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  width: 100%;
}

.newsletter_signup #mc_embed_signup {
  font-size: 21px;
  font-style: italic;
}
.fontsize .newsletter_signup #mc_embed_signup {
  font-size: 32px !important;
  line-height: 1.2;
}
.newsletter_signup #mc_embed_signup label {
  padding: 0;
}
.newsletter_signup #mc_embed_signup input.email {
  width: calc(100% - 115px);
  float: left;
  margin: 0;
  font-family: "Fira Sans", Arial, sanserif;
  font-size: 21px;
  height: auto;
  min-height: 50px;
  padding: 4px calc(34px / 2) 0;
  line-height: 44px;
  border-radius: 0;
  border-color: #000;
}
.fontsize .newsletter_signup #mc_embed_signup input.email {
  font-size: 32px !important;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .newsletter_signup #mc_embed_signup input.email {
    width: 100%;
    font-size: 16px;
    padding: 7px calc(34px / 2) 5px;
    line-height: 1;
  }
  .fontsize .newsletter_signup #mc_embed_signup input.email {
    font-size: 24px !important;
    line-height: 1.2;
  }
}
.newsletter_signup input#mc-embedded-subscribe {
  width: 115px;
  margin: 0;
}
.newsletter_signup #mc_embed_signup .button {
  font-weight: 900;
  color: #298dc1;
  background: #fff;
  border: 1px solid #000;
  border-left: none;
  border-radius: 0;
  font-size: 21px;
  height: auto;
  min-height: 50px;
  padding: 4px 0 0;
  line-height: 44px;
}
.fontsize .newsletter_signup #mc_embed_signup .button {
  font-size: 32px !important;
  line-height: 1.2;
}
.newsletter_signup #mc_embed_signup .button:hover, .newsletter_signup #mc_embed_signup .button:active, .newsletter_signup #mc_embed_signup .button:focus {
  color: #fff;
  background: #298dc1;
}
@media (max-width: 768px) {
  .newsletter_signup #mc_embed_signup .button {
    border-left: 1px solid #000;
    width: auto;
    padding: 9px calc(34px / 2) 7px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .fontsize .newsletter_signup #mc_embed_signup .button {
    font-size: 24px !important;
    line-height: 1.2;
  }
}

.footer-tools #mc_embed_signup {
  font-size: 14px;
  font-style: italic;
  border-bottom: 1px solid #000;
}
.fontsize .footer-tools #mc_embed_signup {
  font-size: 21px !important;
  line-height: 1.2;
}
.footer-tools #mc_embed_signup form {
  padding: 0;
}
.footer-tools #mc_embed_signup label {
  padding: 0;
}
.footer-tools #mc_embed_signup input.email {
  width: calc(100% - 52px);
  float: left;
  margin: 0;
  font-family: "Fira Sans", Arial, sanserif;
  font-size: 14px;
  padding: 2px 0 1px;
  height: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
}
.fontsize .footer-tools #mc_embed_signup input.email {
  font-size: 21px !important;
  line-height: 1.2;
}
.footer-tools #mc_embed_signup input#mc-embedded-subscribe {
  width: 52px;
  margin: 0;
}
.footer-tools #mc_embed_signup .button {
  font-weight: 900;
  color: #000;
  font-style: normal;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  padding: 8px 0 7px;
  height: auto;
  border: none;
  line-height: 1;
}
.fontsize .footer-tools #mc_embed_signup .button {
  font-size: 20px !important;
  line-height: 1.2;
}
.footer-tools #mc_embed_signup .button:hover, .footer-tools #mc_embed_signup .button:active, .footer-tools #mc_embed_signup .button:focus {
  color: rgba(41, 141, 193, 0.8);
}

#goog-gt-tt .original-text, .gt-hl-layer {
  text-align: left !important;
}

.pricing_table_wrapper {
  width: calc(83.3333333333% - 62.3333333333px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .pricing_table_wrapper {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.pricing_table_wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pricing_table_wrapper .responsive_table {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pricing_table_wrapper .button_wrapper {
  text-align: center;
}
.pricing_table_wrapper .mobile_pdf {
  display: inline-block;
  margin: 20px 0 25px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  color: #298dc1;
  background: #fff;
  border: 1px solid #000;
  font-style: italic;
}
.fontsize .pricing_table_wrapper .mobile_pdf {
  font-size: 28px !important;
}
.pricing_table_wrapper .mobile_pdf:hover, .pricing_table_wrapper .mobile_pdf:focus, .pricing_table_wrapper .mobile_pdf:active {
  color: #fff;
  background: #298dc1;
  border: 1px solid #298dc1;
}
@media (min-width: 769px) {
  .pricing_table_wrapper .mobile_pdf {
    display: none;
  }
}

.bell_pricing_table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .bell_pricing_table {
    display: none;
  }
}
.bell_pricing_table caption {
  text-align: left;
}
.bell_pricing_table caption span {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.fontsize .bell_pricing_table caption span {
  font-size: 56px !important;
}
@media (max-width: 768px) {
  .bell_pricing_table caption span {
    font-size: 30px;
  }
}
.bell_pricing_table td, .bell_pricing_table th {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 12px;
}
.bell_pricing_table td p, .bell_pricing_table th p {
  margin: 0;
  line-height: 1;
}
.bell_pricing_table .no_border td, .bell_pricing_table .no_border th {
  border: none;
  padding: 5px 12px;
}
.bell_pricing_table tr:first-child th {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: #000;
}
.fontsize .bell_pricing_table tr:first-child th {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .bell_pricing_table tr:first-child th {
    font-size: 18px;
  }
}
.bell_pricing_table .price {
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1;
}
.fontsize .bell_pricing_table .price {
  font-size: 64px !important;
}
@media (max-width: 768px) {
  .bell_pricing_table .price {
    font-size: 36px;
  }
}
.bell_pricing_table .link {
  font-style: italic;
  display: inline-block;
  margin: 20px 0 25px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  color: #298dc1;
  background: #fff;
  border: 1px solid #000;
}
.fontsize .bell_pricing_table .link {
  font-size: 28px !important;
}
.bell_pricing_table .link:hover, .bell_pricing_table .link:focus, .bell_pricing_table .link:active {
  color: #fff;
  background: #298dc1;
  border: 1px solid #298dc1;
}
.bell_pricing_table .dot {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #298dc1 !important;
  color: transparent;
  line-height: 13px;
}

.diorama_wrapper {
  background: #ebebeb;
  padding: 100px 0 40px;
}
@media (max-width: 768px) {
  .diorama_wrapper {
    background: #fff;
    padding: 20px 0;
  }
}

.interactive_diorama {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .interactive_diorama {
    margin: 0;
    width: 100%;
  }
}
.interactive_diorama .images-wrapper {
  position: relative;
  line-height: 0;
}
@media (max-width: 768px) and (orientation: portrait) {
  .interactive_diorama .images-wrapper {
    max-width: 100%;
    overflow: hidden;
  }
  .interactive_diorama .images-wrapper .restored {
    max-width: none;
    max-height: 530px;
    width: auto;
    text-align: center;
    overflow: hidden;
  }
}
.interactive_diorama .original {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  overflow: hidden;
  height: 100%;
  background-size: auto 100%;
}
.interactive_diorama .scrubber {
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: -4px;
  height: 100%;
  width: 8px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  border: none;
}
.interactive_diorama .scrubber:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -6px;
  top: calc(50% - 10px);
}
.interactive_diorama .instructions {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.interactive_diorama .instructions .mobile_inst {
  display: none;
}
@media (max-width: 768px) {
  .interactive_diorama .instructions {
    right: 0;
    left: 0;
    bottom: 15px;
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .interactive_diorama .instructions .mobile_inst {
    display: block;
  }
}
.interactive_diorama figcaption {
  display: inline-block;
}
@media (min-width: 1025px) {
  .interactive_diorama figcaption {
    float: right;
    min-width: 320px;
  }
}
@media (max-width: 768px) {
  .interactive_diorama figcaption {
    margin: 0 34px;
  }
}
.interactive_diorama figcaption .title {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
.fontsize .interactive_diorama figcaption .title {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .interactive_diorama figcaption .title {
    font-size: 18px;
  }
}
.interactive_diorama figcaption .desc {
  font-style: italic;
}

.hero_slider_wrapper {
  position: relative;
}
@media (min-width: 769px) {
  .hero_slider_wrapper {
    -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
            transform: translateY(-120px);
    margin-bottom: -120px;
  }
}
@media (max-width: 768px) {
  .hero_slider_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero_slider_wrapper .hero_slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hero_slider_wrapper .dots {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hero_slider_wrapper .slide {
  position: relative;
}
.hero_slider_wrapper .slide.image img {
  width: 100vw;
  height: auto;
}
.hero_slider_wrapper .slide.video {
  line-height: 0;
}
.hero_slider_wrapper .slide.video .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.hero_slider_wrapper .slide.video .video_wrapper iframe {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_slider_wrapper .slide h1 {
  /* 
  HTML to use (replace 'element' with any heading element, apply this mixin to that element):
  <element>
  	<span class="line"></span><br/>
  	<span class="line"></span>
  <element>
  */
  position: absolute;
  right: 74px;
  bottom: 100px;
  font-size: 37px;
  margin: 0;
}
@media (min-width: 1295px) {
  .hero_slider_wrapper .slide h1 {
    right: calc(((100vw - 1295px) / 2) + 40px);
  }
}
@media (max-width: 768px) {
  .hero_slider_wrapper .slide h1 {
    font-size: 29px;
    bottom: 50px;
    right: auto;
    left: 34px;
  }
}
@media (max-width: 450px) {
  .hero_slider_wrapper .slide h1 {
    font-size: 24px;
  }
}
.hero_slider_wrapper .slide h1 .line {
  background-color: #fff;
  display: inline-block;
  margin: 6px 0;
  padding: 0 10px;
}
.hero_slider_wrapper .slide a:hover h1 {
  color: #298dc1;
}
.hero_slider_wrapper .slick-dots {
  position: absolute;
  right: 34px;
  bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 500;
  z-index: 999;
}
.fontsize .hero_slider_wrapper .slick-dots {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .hero_slider_wrapper .slick-dots {
    font-size: 18px;
  }
}
@media (min-width: 1295px) {
  .hero_slider_wrapper .slick-dots {
    right: calc(((100vw - 1295px) / 2));
  }
}
.hero_slider_wrapper .slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.hero_slider_wrapper .slick-dots button {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.hero_slider_wrapper .slick-dots button:hover {
  color: #298dc1;
}
@media (max-width: 768px) {
  .hero_slider_wrapper .slick-dots {
    position: static;
    margin: 0;
    text-align: center;
    padding: 6px 0 5px;
  }
  .hero_slider_wrapper .slick-dots li {
    padding: 0 10px;
    margin: 0 10px;
  }
  .hero_slider_wrapper .slick-dots li button {
    text-shadow: none;
    font-size: 1px;
    position: relative;
  }
  .hero_slider_wrapper .slick-dots li button:after {
    display: block;
    content: "";
    background: #333333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hero_slider_wrapper .slick-dots li.slick-active button:after {
    background: #904799;
  }
}

.hero_image {
  position: relative;
}
@media (min-width: 1201px) {
  .hero_image {
    -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
            transform: translateY(-120px);
    margin-bottom: -120px;
  }
}
@media (max-width: 450px) {
  .hero_image {
    overflow-x: hidden;
  }
}
.hero_image img {
  width: 100vw;
  height: auto;
}
/* 7-29-24 switched width and height so that images show at full width on mobile */
@media (max-width: 450px) {
  .hero_image img {
    width: 100vw;
    height: auto;
    max-width: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50%;
  }
}

.title_block h1, .title_block h2, .title_block h3, .title_block h4, .title_block h5, .title_block h6 {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  line-height: 1;
}
@media (max-width: 768px) {
  .title_block h1, .title_block h2, .title_block h3, .title_block h4, .title_block h5, .title_block h6 {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.title_block.has_image h1, .title_block.has_image h2, .title_block.has_image h3, .title_block.has_image h4, .title_block.has_image h5, .title_block.has_image h6 {
  position: relative;
  margin-left: 34px;
  padding-left: 72px;
  font-style: italic;
}
.title_block.has_image h1 img, .title_block.has_image h2 img, .title_block.has_image h3 img, .title_block.has_image h4 img, .title_block.has_image h5 img, .title_block.has_image h6 img {
  position: absolute;
  left: 0;
  max-width: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_headline h1 {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  line-height: 1;
}
.title_headline.has_subtitle h1 {
  margin-bottom: 0;
}
.title_headline.has_subtitle p.subtitle {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
  font-weight: 300;
}
.fontsize .title_headline.has_subtitle p.subtitle {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .title_headline.has_subtitle p.subtitle {
    font-size: 18px;
  }
}
.title_headline .intro {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}
.title_headline .intro > p:first-child {
  margin-top: 0;
}

.content_with_tabs {
  margin: 0 0 34px;
}
.content_with_tabs .tablist {
  margin-top: 34px;
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}

.featured_item {
  position: relative;
}
.featured_item img {
  width: 100%;
  height: auto;
}
.featured_item h1, .featured_item h2, .featured_item h3, .featured_item h4, .featured_item h5, .featured_item h6 {
  /* 
  HTML to use (replace 'element' with any heading element, apply this mixin to that element):
  <element>
  	<span class="line"></span><br/>
  	<span class="line"></span>
  <element>
  */
  position: absolute;
  right: 74px;
  bottom: 100px;
  font-size: 37px;
  margin: 0;
  z-index: 999;
}
@media (min-width: 1295px) {
  .featured_item h1, .featured_item h2, .featured_item h3, .featured_item h4, .featured_item h5, .featured_item h6 {
    right: calc(((100vw - 1295px) / 2) + 40px);
  }
}
@media (max-width: 768px) {
  .featured_item h1, .featured_item h2, .featured_item h3, .featured_item h4, .featured_item h5, .featured_item h6 {
    font-size: 29px;
    bottom: 50px;
    right: auto;
    left: 34px;
  }
}
@media (max-width: 450px) {
  .featured_item h1, .featured_item h2, .featured_item h3, .featured_item h4, .featured_item h5, .featured_item h6 {
    font-size: 24px;
  }
}
.featured_item h1 .line, .featured_item h2 .line, .featured_item h3 .line, .featured_item h4 .line, .featured_item h5 .line, .featured_item h6 .line {
  background-color: #fff;
  display: inline-block;
  margin: 6px 0;
  padding: 0 10px;
}
.featured_item a:hover h1 {
  color: #298dc1;
}

.featured_events {
  margin: 34px 0;
}
.featured_events .featured_event_thumbs {
  margin-bottom: 34px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .featured_events .featured_event_thumbs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
.featured_events .featured_event_thumbs .thumbnail {
  width: calc(25% - 42.5px);
  float: left;
  margin-left: 34px;
  list-style-type: none;
  display: inline-block;
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .featured_events .featured_event_thumbs .thumbnail {
    width: calc(50% - 51px);
    float: left;
    margin-left: 34px;
  }
}
@media (max-width: 768px) {
  .featured_events .featured_event_thumbs .thumbnail {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
  }
}
.featured_events .featured_event_thumbs .thumbnail a {
  text-decoration: none;
}
.featured_events .featured_event_thumbs .thumbnail .title {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 900;
}
.fontsize .featured_events .featured_event_thumbs .thumbnail .title {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .featured_events .featured_event_thumbs .thumbnail .title {
    font-size: 18px;
  }
}
.featured_events .featured_event_thumbs .thumbnail .image {
  display: block;
  content: "";
  height: 0;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured_events .featured_event_thumbs .thumbnail .image .date {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 12px calc(34px / 2) 10px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #fff;
}
.featured_events .featured_event_thumbs .thumbnail .readmore {
  position: absolute;
}
.featured_events .events_preview {
  width: calc(41.6666666667% - 48.1666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
}
@media (max-width: 1024px) {
  .featured_events .events_preview {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.featured_events .events_preview .tablist {
  border-bottom: 2px solid #000;
  text-align: left;
}
@media (max-width: 1024px) {
  .featured_events .events_preview .tablist {
    text-align: center;
  }
}
.featured_events .events_preview button.tab {
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  border-right: 1px solid #000;
  margin: 12px 7px 12px 0;
  padding-right: 8px;
  line-height: 1;
}
.featured_events .events_preview button.tab:last-child {
  border-right: none;
  margin-right: 15px;
}
.featured_events .events_preview .tablist_nested {
  text-align: left;
}
@media (max-width: 1024px) {
  .featured_events .events_preview .tablist_nested {
    text-align: center;
  }
}
.featured_events .events_preview button.tab_nested {
  margin: 12px 15px 12px 0;
}
.featured_events .events_preview .events_list {
  padding-left: 0;
}
.featured_events .events_preview .events_list li {
  list-style-type: none;
}
.featured_events .events_preview .view_events_link {
  margin-left: calc(110px + calc(34px / 2));
}

.quote {
  padding: 34px 0;
}
.quote .text {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(16.6666666667% - 39.6666666667px + 68px);
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 200;
  font-style: italic;
}
@media (max-width: 768px) {
  .quote .text {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.fontsize .quote .text {
  font-size: 64px !important;
}
@media (max-width: 768px) {
  .quote .text {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .quote .text {
    font-size: 37px;
    text-align: center;
  }
}
.quote.has_image .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: center;
          align-items: center;
}
.quote.has_image .image {
  width: calc(16.6666666667% - 39.6666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
}
@media (max-width: 768px) {
  .quote.has_image .image {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .quote.has_image .image {
    text-align: center;
    margin-bottom: 34px;
  }
}
.quote.has_image .text {
  margin-left: calc(0% - 34px + 68px);
  padding-left: calc(34px / 2);
}
@media (max-width: 768px) {
  .quote.has_image .text {
    padding-left: 0;
  }
}

.thumbnails {
  margin-bottom: 34px;
}
.thumbnails.set-of-2 .thumbnail {
  width: calc(50% - 51px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .thumbnails.set-of-2 .thumbnail {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.thumbnails.set-of-4 .thumbnail {
  width: calc(25% - 42.5px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 1024px) {
  .thumbnails.set-of-4 .thumbnail {
    width: calc(50% - 51px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .thumbnails.set-of-4 .thumbnail {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.thumbnails.set-of-4 .thumbnail:nth-child(3n+1) {
  clear: none;
}
.thumbnails ul {
  padding-left: 0;
}
.thumbnails .thumbnail {
  width: calc(33.3333333333% - 45.3333333333px);
  float: left;
  margin-left: 34px;
  list-style-type: none;
  display: inline-block;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .thumbnails .thumbnail {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.thumbnails .thumbnail:nth-child(3n+1) {
  clear: left;
}
.thumbnails .thumbnail a {
  text-decoration: none;
}
.thumbnails .thumbnail .title {
  width: 100%;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-weight: 900;
}
.fontsize .thumbnails .thumbnail .title {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .thumbnails .thumbnail .title {
    font-size: 18px;
  }
}
.thumbnails .thumbnail .title .line2 {
  font-weight: 400;
}
.thumbnails .thumbnail .description a {
  text-decoration: underline;
}
.thumbnails .thumbnail .image {
  display: block;
  content: "";
  height: 0;
  padding-top: 100%;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.thumbnails .thumbnail .image .hover {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 12px calc(34px / 2) 10px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.thumbnails .thumbnail:hover .hover {
  opacity: 1;
  color: #000;
}
.thumbnails .thumbnail .readmore {
  position: absolute;
}
.thumbnails.tribe_events .thumbnail .image .hover {
  opacity: 1;
}

.image_gallery .slider_grid {
  position: relative;
  width: calc(83.3333333333% - 62.3333333333px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
}
@media (max-width: 768px) {
  .image_gallery .slider_grid {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.image_gallery .close {
  display: none;
}
.image_gallery .open {
  float: left;
}
.image_gallery .gallery_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image_gallery .gallery_slider .slide {
  text-align: center;
}
.image_gallery .gallery_slider .slide img {
  margin: 0 auto;
  max-height: 80vh;
}
.image_gallery .gallery_slider .slick-arrow {
  position: absolute;
  left: calc(34px / -1);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  width: 14px;
  height: 30px;
  background: transparent;
  background-image: url("../img/arrow-prev.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 1px;
  color: transparent;
}
.contrast .image_gallery .gallery_slider .slick-arrow {
  font-size: 20px;
  color: #fff;
  width: auto;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.image_gallery .gallery_slider .slick-arrow.slick-next {
  left: auto;
  right: calc(34px / -1);
  background-image: url("../img/arrow-next.png");
}
.contrast .image_gallery .gallery_slider .slick-arrow.slick-next {
  left: auto;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media (max-width: 768px) {
  .image_gallery .gallery_slider .slick-arrow {
    width: 8px;
    height: 16px;
    left: calc(calc(34px / 2) / -1);
  }
  .image_gallery .gallery_slider .slick-arrow.slick-next {
    left: auto;
    right: calc(calc(34px / 2) / -1);
  }
}
.image_gallery.display_grid .gallery_grid .image {
  width: calc(33.3333333333% - 45.3333333333px);
  float: left;
  margin-left: 34px;
  margin-bottom: 34px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .image_gallery.display_grid .gallery_grid .image {
    width: calc(50% - 51px);
    float: left;
    margin-left: 34px;
  }
}
.image_gallery.display_grid .gallery_grid .image .inner {
  height: 0;
  content: "";
  width: 100%;
  padding-top: 100%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.image_gallery.display_grid .slider_wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image_gallery.display_grid .slider_wrapper.show {
  visibility: visible;
}
.image_gallery.display_grid .slider_wrapper .gallery_slider {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.image_gallery.display_grid .slider_wrapper .gallery_slider.show {
  opacity: 1;
}
.image_gallery.display_grid .slider_wrapper .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  background: none;
  border: none;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .image_gallery.display_grid .slider_wrapper .close {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.newsletter_signup {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(16.6666666667% - 39.6666666667px + 68px);
  padding: 34px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .newsletter_signup {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.newsletter_signup h2 {
  margin-bottom: 0;
}
.newsletter_signup p {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0.5em;
}
.fontsize .newsletter_signup p {
  font-size: 26px !important;
}
@media (max-width: 768px) {
  .newsletter_signup p {
    font-size: 16px;
  }
}

.featured_blog_post .button-wrapper, .featured_blog_post .subtitle, .featured_blog_post h1 {
  text-align: center;
}
.featured_blog_post header {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
  margin-left: calc(16.6666666667% - 39.6666666667px + 68px);
  line-height: 1;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .featured_blog_post header {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.featured_blog_post header h1 {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  margin: 0;
}
.fontsize .featured_blog_post header h1 {
  font-size: 56px !important;
}
@media (max-width: 768px) {
  .featured_blog_post header h1 {
    font-size: 30px;
  }
}
.featured_blog_post header .subtitle {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
  font-weight: 300;
  margin: 15px 0 0;
}
.fontsize .featured_blog_post header .subtitle {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .featured_blog_post header .subtitle {
    font-size: 18px;
  }
}
.featured_blog_post .content {
  width: calc(83.3333333333% - 62.3333333333px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
}
@media (max-width: 768px) {
  .featured_blog_post .content {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}

.full_width_content .content {
  padding-top: 30px;
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}

.one_column_sidebar .container {
  padding-top: 30px;
}
.one_column_sidebar .column {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .one_column_sidebar .column {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.one_column_sidebar .sidebar {
  width: calc(25% - 42.5px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
}
@media (max-width: 768px) {
  .one_column_sidebar .sidebar {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}

.two_column .container {
  padding: 50px 0 14px;
}
.two_column .column {
  width: calc(50% - 51px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .two_column .column {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
@media (max-width: 768px) {
  .two_column .column {
    margin-bottom: 34px;
  }
}
@media (min-width: 769px) {
  .two_column .column:first-child {
    position: relative;
  }
  .two_column .column:first-child:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: calc(34px / -2);
    top: 0;
    background: #000;
  }
  .two_column .column:first-child .content, .two_column .column:first-child .title_component {
    padding-right: calc(34px / 2);
  }
  .two_column .column:last-child .content, .two_column .column:last-child .title_component {
    padding-left: calc(34px / 2);
  }
}
.two_column .content::first-line {
  font-size: 17px;
  font-weight: 500;
}
.fontsize .two_column .content::first-line {
  font-size: 26px !important;
}
.two_column .content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .two_column .title_component h1, .two_column .title_component h2, .two_column .title_component h3, .two_column .title_component h4, .two_column .title_component h5, .two_column .title_component h6 {
    margin: 0 0 0.5em;
  }
  .two_column .title_component.has_image {
    padding: 0 !important;
  }
  .two_column .title_component.has_image h1, .two_column .title_component.has_image h2, .two_column .title_component.has_image h3, .two_column .title_component.has_image h4, .two_column .title_component.has_image h5, .two_column .title_component.has_image h6 {
    position: relative;
    padding-left: 102px;
  }
  .two_column .title_component.has_image h1 img, .two_column .title_component.has_image h2 img, .two_column .title_component.has_image h3 img, .two_column .title_component.has_image h4 img, .two_column .title_component.has_image h5 img, .two_column .title_component.has_image h6 img {
    position: absolute;
    left: 0;
    max-width: 88px;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .two_column .title_component.has_image + .content {
    padding: 0 0 0 102px;
  }
}
@media (max-width: 768px) {
  .two_column .title_component.has_image h1, .two_column .title_component.has_image h2, .two_column .title_component.has_image h3, .two_column .title_component.has_image h4, .two_column .title_component.has_image h5, .two_column .title_component.has_image h6 {
    position: relative;
    padding-left: 155px;
    margin-bottom: 44px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .two_column .title_component.has_image h1 img, .two_column .title_component.has_image h2 img, .two_column .title_component.has_image h3 img, .two_column .title_component.has_image h4 img, .two_column .title_component.has_image h5 img, .two_column .title_component.has_image h6 img {
    max-width: 88px;
    left: auto;
    right: calc(50% + 17px);
  }
}
@media (max-width: 384px) {
  .two_column .title_component.has_image h1, .two_column .title_component.has_image h2, .two_column .title_component.has_image h3, .two_column .title_component.has_image h4, .two_column .title_component.has_image h5, .two_column .title_component.has_image h6 {
    padding-left: 50%;
    max-width: 100%;
  }
}

.title_no_sphere h1, .title_no_sphere h2, .title_no_sphere h3, .title_no_sphere h4, .title_no_sphere h5, .title_no_sphere h6 {
  line-height: 1;
}

.title_component h1, .title_component h2, .title_component h3, .title_component h4, .title_component h5, .title_component h6 {
  line-height: 1;
}
.title_component.has_image h1, .title_component.has_image h2, .title_component.has_image h3, .title_component.has_image h4, .title_component.has_image h5, .title_component.has_image h6 {
  position: relative;
  padding-left: 72px;
}
.title_component.has_image h1 img, .title_component.has_image h2 img, .title_component.has_image h3 img, .title_component.has_image h4 img, .title_component.has_image h5 img, .title_component.has_image h6 img {
  position: absolute;
  left: 0;
  max-width: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bell_tabs .tablist,
.bell_tabs .tablist_nested,
.bell_tabs_nested .tablist,
.bell_tabs_nested .tablist_nested {
  text-align: center;
}
.bell_tabs .tablist button,
.bell_tabs .tablist_nested button,
.bell_tabs_nested .tablist button,
.bell_tabs_nested .tablist_nested button {
  background: #298dc1;
  border: solid 2px #298dc1;
  border-bottom: solid 2px #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin: 15px 5px -2px;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 20px;
}
.fontsize .bell_tabs .tablist button,
.fontsize .bell_tabs .tablist_nested button,
.fontsize .bell_tabs_nested .tablist button,
.fontsize .bell_tabs_nested .tablist_nested button {
  font-size: 28px !important;
}
.bell_tabs .tablist button:hover,
.bell_tabs .tablist_nested button:hover,
.bell_tabs_nested .tablist button:hover,
.bell_tabs_nested .tablist_nested button:hover {
  background-color: rgba(41, 141, 193, 0.8);
  border: solid 1px #000;
}
.bell_tabs .tablist button[aria-selected=true], .bell_tabs .tablist button:focus,
.bell_tabs .tablist_nested button[aria-selected=true],
.bell_tabs .tablist_nested button:focus,
.bell_tabs_nested .tablist button[aria-selected=true],
.bell_tabs_nested .tablist button:focus,
.bell_tabs_nested .tablist_nested button[aria-selected=true],
.bell_tabs_nested .tablist_nested button:focus {
  color: #000;
  background-color: #fff;
  border-bottom: solid 1px #fff;
  outline: none !important;
}
.bell_tabs .panel[aria-hidden=true],
.bell_tabs .panel_nested[aria-hidden=true],
.bell_tabs_nested .panel[aria-hidden=true],
.bell_tabs_nested .panel_nested[aria-hidden=true] {
  display: none;
}

.content_with_tabs.bell_tabs > .container {
  z-index: 10;
}
.content_with_tabs.bell_tabs .tablist button {
  width: auto;
  background: #298dc1;
  border: solid 1px #298dc1;
  border-bottom: solid 1px #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin: 15px 5px -1px;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: italic;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 20px;
}
.fontsize .content_with_tabs.bell_tabs .tablist button {
  font-size: 28px !important;
}
@media (max-width: 450px) {
  .content_with_tabs.bell_tabs .tablist button {
    width: 100%;
  }
}
.content_with_tabs.bell_tabs .tablist button:hover, .content_with_tabs.bell_tabs .tablist button:active {
  background-color: rgba(41, 141, 193, 0.8);
  border: solid 1px rgba(41, 141, 193, 0.8);
}
.content_with_tabs.bell_tabs .tablist button[aria-selected=true], .content_with_tabs.bell_tabs .tablist button:focus {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  border-bottom: solid 1px #fff;
  outline: none !important;
}
.content_with_tabs.bell_tabs .panel .container {
  border-top: solid 1px #000;
}
.content_with_tabs.solo_tab_layout .panel .container {
  border-top: none !important;
}

.blog_posts .breadcrumbs {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  margin-top: 20px;
}
.blog_posts .breadcrumbs a {
  text-decoration: none;
}
.blog_posts h2 {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
}
.blog_posts.blog_landing h2 {
  text-align: center;
}
.blog_posts ul {
  padding: 0;
  margin-top: 0;
}
.blog_posts ul li {
  list-style-type: none;
  margin: 0 0 10px;
}
.blog_posts ul li a {
  text-decoration: none;
}
.blog_posts .posts {
  width: calc(66.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .blog_posts .posts {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.blog_posts .posts ul li {
  margin-bottom: 40px;
}
.blog_posts .posts h3 {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  margin: 0;
  font-weight: 400;
}
.fontsize .blog_posts .posts h3 {
  font-size: 42px !important;
}
@media (max-width: 768px) {
  .blog_posts .posts h3 {
    font-size: 24px;
  }
}
.blog_posts .posts .info {
  color: #7d7d7d;
  font-style: italic;
  font-weight: 300;
  margin-top: 0;
}
@media (max-width: 768px) {
  .blog_posts .posts .button-wrapper {
    text-align: center;
  }
}
.blog_posts .sidebar {
  width: calc(25% - 42.5px);
  float: left;
  margin-left: 34px;
  margin-left: calc(8.3333333333% - 36.8333333333px + 68px);
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.01;
}
@media (max-width: 768px) {
  .blog_posts .sidebar {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.fontsize .blog_posts .sidebar {
  font-size: 28px !important;
}
.blog_posts .sidebar h3 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
.fontsize .blog_posts .sidebar h3 {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .blog_posts .sidebar h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .blog_posts .sidebar {
    text-align: center;
  }
}
.blog_posts .pagination,
.blog_posts .no-results {
  position: relative;
  text-align: center;
  margin: 34px 0;
}
.blog_posts .pagination .page-numbers,
.blog_posts .no-results .page-numbers {
  text-transform: uppercase;
  text-decoration: none;
  color: #7d7d7d;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .blog_posts .pagination .page-numbers,
.blog_posts .no-results .page-numbers {
    padding: 10px 20px;
  }
}
.blog_posts .pagination .page-numbers.current, .blog_posts .pagination .page-numbers:hover, .blog_posts .pagination .page-numbers:active, .blog_posts .pagination .page-numbers:focus,
.blog_posts .no-results .page-numbers.current,
.blog_posts .no-results .page-numbers:hover,
.blog_posts .no-results .page-numbers:active,
.blog_posts .no-results .page-numbers:focus {
  color: #904799;
}
.blog_posts .pagination .page-numbers.next, .blog_posts .pagination .page-numbers.prev,
.blog_posts .no-results .page-numbers.next,
.blog_posts .no-results .page-numbers.prev {
  padding: 0 20px;
  color: #000;
}
.blog_posts .pagination .page-numbers.next:hover, .blog_posts .pagination .page-numbers.next:active, .blog_posts .pagination .page-numbers.next:focus, .blog_posts .pagination .page-numbers.prev:hover, .blog_posts .pagination .page-numbers.prev:active, .blog_posts .pagination .page-numbers.prev:focus,
.blog_posts .no-results .page-numbers.next:hover,
.blog_posts .no-results .page-numbers.next:active,
.blog_posts .no-results .page-numbers.next:focus,
.blog_posts .no-results .page-numbers.prev:hover,
.blog_posts .no-results .page-numbers.prev:active,
.blog_posts .no-results .page-numbers.prev:focus {
  color: #904799;
}
@media (max-width: 768px) {
  .blog_posts .pagination .page-numbers.next, .blog_posts .pagination .page-numbers.prev,
.blog_posts .no-results .page-numbers.next,
.blog_posts .no-results .page-numbers.prev {
    margin: 0;
  }
}

.blog_single_header .breadcrumbs {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  margin-top: 20px;
}
.blog_single_header .breadcrumbs a {
  text-decoration: none;
}
.blog_single_header h1 {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  margin-bottom: 10px;
  line-height: 1;
}
.blog_single_header .subtitle, .blog_single_header .info {
  width: calc(100% - 68px);
  float: left;
  margin-left: 34px;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.01;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 300;
}
.fontsize .blog_single_header .subtitle, .fontsize .blog_single_header .info {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .blog_single_header .subtitle, .blog_single_header .info {
    font-size: 18px;
  }
}
.blog_single_header .info {
  color: #7d7d7d;
}

.fontsize .newsletter_signup #mc_embed_signup input.email {
  width: calc(100% - 180px);
}
.fontsize .newsletter_signup input#mc-embedded-subscribe {
  width: 180px;
}
.fontsize .footer-tools #mc_embed_signup {
  border-bottom: none;
}
.fontsize .footer-tools #mc_embed_signup:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fontsize .footer-tools #mc_embed_signup input.email {
  width: 100%;
  border-bottom: 1px solid #000;
}
.fontsize .footer-tools #mc_embed_signup div.clear {
  width: 100%;
}
.fontsize .footer-tools #mc_embed_signup input#mc-embedded-subscribe {
  width: auto;
  float: right;
}
.fontsize .bell-footer-wrapper .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.fontsize .bell-footer-wrapper .logo, .fontsize .bell-footer-wrapper .contact-info, .fontsize .bell-footer-wrapper .footer-nav, .fontsize .bell-footer-wrapper .footer-tools {
  width: calc(33.3333333333% - 45.3333333333px);
  float: left;
  margin-left: 34px;
  margin-left: calc(0% - 34px + 68px);
}
@media (max-width: 768px) {
  .fontsize .bell-footer-wrapper .logo, .fontsize .bell-footer-wrapper .contact-info, .fontsize .bell-footer-wrapper .footer-nav, .fontsize .bell-footer-wrapper .footer-tools {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.fontsize .bell-footer-wrapper .footer-nav + .footer-nav {
  margin-left: calc(33.3333333333% - 45.3333333333px + 68px);
}
@media (max-width: 768px) {
  .fontsize .bell-footer-wrapper .footer-nav + .footer-nav {
    width: calc(100% - 68px);
    float: left;
    margin-left: 34px;
    margin-left: calc(0% - 34px + 68px);
    left: calc(0% - 34px + 34px);
    position: relative;
  }
}
.fontsize #umnhf-h-st {
  min-width: 280px;
  min-height: 40px;
}
/*# sourceMappingURL=style.css.map */