/*!
Theme Name: OnSite
Theme URI: http://underscores.me/
Author: Rightly & Co.
Author URI: https://rightly.co
Description: The official WordPress theme of OnSite.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onsite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OnSite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
.body {
  margin: 0; }

/**
 * 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; }

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * 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; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }


.pagination .nav-links {
    text-align:center;
}
.pagination .nav-links .page-numbers{
    padding: 5px 20px;
    margin: 0 5px;
    border: 1px solid;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/




/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .widget_nt_faq_widget .faqs:before,
.widget_nt_faq_widget .careerss:before,
.widget_nt_careers_widget .faqs:before,
.widget_nt_careers_widget .careerss:before, .widget_nt_team_widget .team:before, nav.navigation:before, .event:before, .mobile-grid-5:before, .mobile-grid-10:before, .mobile-grid-15:before, .mobile-grid-20:before, .mobile-grid-25:before, .mobile-grid-30:before, .mobile-grid-35:before, .mobile-grid-40:before, .mobile-grid-45:before, .mobile-grid-50:before, #masthead .site-branding:before, #masthead #site-navigation:before, .mobile-grid-55:before, .mobile-grid-60:before, .mobile-grid-65:before, .mobile-grid-70:before, .mobile-grid-75:before, .mobile-grid-80:before, .mobile-grid-85:before, .mobile-grid-90:before, .mobile-grid-95:before, .mobile-grid-100:before, #masthead .mobile-nav:before, #colophon .footer-columns .col-two:before, #colophon .footer-columns .col-three:before, .mobile-grid-33:before, .mobile-grid-66:before, .tablet-grid-5:before, .tablet-grid-10:before, .tablet-grid-15:before, .tablet-grid-20:before, #masthead .site-branding:before, #masthead .cta:before, .tablet-grid-25:before, .tablet-grid-30:before, .event .date:before, .tablet-grid-35:before, .tablet-grid-40:before, #colophon .footer-columns .col-three:before, .tablet-grid-45:before, .tablet-grid-50:before, .tablet-grid-55:before, .tablet-grid-60:before, #masthead #site-navigation:before, #colophon .footer-columns .col-two:before, .tablet-grid-65:before, .tablet-grid-70:before, .event h3:before, .event .widget_nt_latest_content_widget .secondary-column article a .title:before, .widget_nt_latest_content_widget .secondary-column article a .event .title:before,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title:before, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title:before,
.event .featured-event .secondary-column article a .title:before, .featured-event .secondary-column article a .event .title:before, .event .blog #primary article a .title:before, .blog #primary article a .event .title:before,
.event .post-type-archive-events #primary article a .title:before, .post-type-archive-events #primary article a .event .title:before,
.event .tax-event_category #primary article a .title:before, .tax-event_category #primary article a .event .title:before, .tablet-grid-75:before, .tablet-grid-80:before, .tablet-grid-85:before, .tablet-grid-90:before, .tablet-grid-95:before, .tablet-grid-100:before, .tablet-grid-33:before, .blog #primary article:before,
.post-type-archive-events #primary article:before,
.tax-event_category #primary article:before, .tablet-grid-66:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, #masthead .site-branding:before, #masthead .cta:before, .widget_nt_team_widget .team .member:before, #colophon .footer-columns .col:before, #colophon .footer-columns .col-three:before, .grid-25:before, .grid-30:before, .event .date:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, nav.navigation .nav-previous:before,
nav.navigation .nav-next:before, .grid-55:before, .grid-60:before, #masthead #site-navigation:before, #colophon .footer-columns .col-two:before, .grid-65:before, .grid-70:before, .event h3:before, .event .widget_nt_latest_content_widget .secondary-column article a .title:before, .widget_nt_latest_content_widget .secondary-column article a .event .title:before,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title:before, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title:before,
.event .featured-event .secondary-column article a .title:before, .featured-event .secondary-column article a .event .title:before, .event .blog #primary article a .title:before, .blog #primary article a .event .title:before,
.event .post-type-archive-events #primary article a .title:before, .post-type-archive-events #primary article a .event .title:before,
.event .tax-event_category #primary article a .title:before, .tax-event_category #primary article a .event .title:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .blog #primary article:before,
.post-type-archive-events #primary article:before,
.tax-event_category #primary article:before, .grid-66:before, .grid-offset:before, .clearfix:before,
.grid-container:after,
.widget_nt_faq_widget .faqs:after,
.widget_nt_faq_widget .careerss:after,
.widget_nt_careers_widget .faqs:after,
.widget_nt_careers_widget .careerss:after,
.widget_nt_team_widget .team:after,
nav.navigation:after,
.event:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
#masthead .site-branding:after,
#masthead #site-navigation:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
#masthead .mobile-nav:after,
#colophon .footer-columns .col-two:after,
#colophon .footer-columns .col-three:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.tablet-grid-5:after,
.tablet-grid-10:after,
.tablet-grid-15:after,
.tablet-grid-20:after,
#masthead .site-branding:after,
#masthead .cta:after,
.tablet-grid-25:after,
.tablet-grid-30:after,
.event .date:after,
.tablet-grid-35:after,
.tablet-grid-40:after,
#colophon .footer-columns .col-three:after,
.tablet-grid-45:after,
.tablet-grid-50:after,
.tablet-grid-55:after,
.tablet-grid-60:after,
#masthead #site-navigation:after,
#colophon .footer-columns .col-two:after,
.tablet-grid-65:after,
.tablet-grid-70:after,
.event h3:after,
.event .widget_nt_latest_content_widget .secondary-column article a .title:after,
.widget_nt_latest_content_widget .secondary-column article a .event .title:after,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title:after,
.widget_nt_latest_events_magazine_widget .secondary-column article a .event .title:after,
.event .featured-event .secondary-column article a .title:after,
.featured-event .secondary-column article a .event .title:after,
.event .blog #primary article a .title:after,
.blog #primary article a .event .title:after,
.event .post-type-archive-events #primary article a .title:after,
.post-type-archive-events #primary article a .event .title:after,
.event .tax-event_category #primary article a .title:after,
.tax-event_category #primary article a .event .title:after,
.tablet-grid-75:after,
.tablet-grid-80:after,
.tablet-grid-85:after,
.tablet-grid-90:after,
.tablet-grid-95:after,
.tablet-grid-100:after,
.tablet-grid-33:after,
.blog #primary article:after,
.post-type-archive-events #primary article:after,
.tax-event_category #primary article:after,
.tablet-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
#masthead .site-branding:after,
#masthead .cta:after,
.widget_nt_team_widget .team .member:after,
#colophon .footer-columns .col:after,
#colophon .footer-columns .col-three:after,
.grid-25:after,
.grid-30:after,
.event .date:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
nav.navigation .nav-previous:after,
nav.navigation .nav-next:after,
.grid-55:after,
.grid-60:after,
#masthead #site-navigation:after,
#colophon .footer-columns .col-two:after,
.grid-65:after,
.grid-70:after,
.event h3:after,
.event .widget_nt_latest_content_widget .secondary-column article a .title:after,
.widget_nt_latest_content_widget .secondary-column article a .event .title:after,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title:after,
.widget_nt_latest_events_magazine_widget .secondary-column article a .event .title:after,
.event .featured-event .secondary-column article a .title:after,
.featured-event .secondary-column article a .event .title:after,
.event .blog #primary article a .title:after,
.blog #primary article a .event .title:after,
.event .post-type-archive-events #primary article a .title:after,
.post-type-archive-events #primary article a .event .title:after,
.event .tax-event_category #primary article a .title:after,
.tax-event_category #primary article a .event .title:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.blog #primary article:after,
.post-type-archive-events #primary article:after,
.tax-event_category #primary article:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }


.grid-container:after,
.widget_nt_faq_widget .faqs:after,
.widget_nt_faq_widget .careerss:after,
.widget_nt_careers_widget .faqs:after,
.widget_nt_careers_widget .careerss:after,
.widget_nt_team_widget .team:after,
nav.navigation:after,
.event:after, .mobile-grid-5:after, .mobile-grid-10:after, .mobile-grid-15:after, .mobile-grid-20:after, .mobile-grid-25:after, .mobile-grid-30:after, .mobile-grid-35:after, .mobile-grid-40:after, .mobile-grid-45:after,
.mobile-grid-50:after,
#masthead .site-branding:after,
#masthead #site-navigation:after, .mobile-grid-55:after, .mobile-grid-60:after, .mobile-grid-65:after, .mobile-grid-70:after, .mobile-grid-75:after, .mobile-grid-80:after, .mobile-grid-85:after, .mobile-grid-90:after, .mobile-grid-95:after,
.mobile-grid-100:after,
#masthead .mobile-nav:after,
#colophon .footer-columns .col-two:after,
#colophon .footer-columns .col-three:after, .mobile-grid-33:after, .mobile-grid-66:after, .tablet-grid-5:after, .tablet-grid-10:after, .tablet-grid-15:after,
.tablet-grid-20:after,
#masthead .site-branding:after,
#masthead .cta:after, .tablet-grid-25:after,
.tablet-grid-30:after,
.event .date:after, .tablet-grid-35:after,
.tablet-grid-40:after,
#colophon .footer-columns .col-three:after, .tablet-grid-45:after, .tablet-grid-50:after, .tablet-grid-55:after,
.tablet-grid-60:after,
#masthead #site-navigation:after,
#colophon .footer-columns .col-two:after, .tablet-grid-65:after,
.tablet-grid-70:after,
.event h3:after,
.event .widget_nt_latest_content_widget .secondary-column article a .title:after,
.widget_nt_latest_content_widget .secondary-column article a .event .title:after,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title:after,
.widget_nt_latest_events_magazine_widget .secondary-column article a .event .title:after,
.event .featured-event .secondary-column article a .title:after,
.featured-event .secondary-column article a .event .title:after,
.event .blog #primary article a .title:after,
.blog #primary article a .event .title:after,
.event .post-type-archive-events #primary article a .title:after,
.post-type-archive-events #primary article a .event .title:after,
.event .tax-event_category #primary article a .title:after,
.tax-event_category #primary article a .event .title:after, .tablet-grid-75:after, .tablet-grid-80:after, .tablet-grid-85:after, .tablet-grid-90:after, .tablet-grid-95:after, .tablet-grid-100:after,
.tablet-grid-33:after,
.blog #primary article:after,
.post-type-archive-events #primary article:after,
.tax-event_category #primary article:after, .tablet-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after,
.grid-20:after,
#masthead .site-branding:after,
#masthead .cta:after,
.widget_nt_team_widget .team .member:after,
#colophon .footer-columns .col:after,
#colophon .footer-columns .col-three:after, .grid-25:after,
.grid-30:after,
.event .date:after, .grid-35:after, .grid-40:after, .grid-45:after,
.grid-50:after,
nav.navigation .nav-previous:after,
nav.navigation .nav-next:after, .grid-55:after,
.grid-60:after,
#masthead #site-navigation:after,
#colophon .footer-columns .col-two:after, .grid-65:after,
.grid-70:after,
.event h3:after,
.event .widget_nt_latest_content_widget .secondary-column article a .title:after,
.widget_nt_latest_content_widget .secondary-column article a .event .title:after,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title:after,
.widget_nt_latest_events_magazine_widget .secondary-column article a .event .title:after,
.event .featured-event .secondary-column article a .title:after,
.featured-event .secondary-column article a .event .title:after,
.event .blog #primary article a .title:after,
.blog #primary article a .event .title:after,
.event .post-type-archive-events #primary article a .title:after,
.post-type-archive-events #primary article a .event .title:after,
.event .tax-event_category #primary article a .title:after,
.tax-event_category #primary article a .event .title:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after,
.grid-33:after,
.blog #primary article:after,
.post-type-archive-events #primary article:after,
.tax-event_category #primary article:after, .grid-66:after, .grid-offset:after, .clearfix:after {
  clear: both; }

.grid-container, .widget_nt_faq_widget .faqs,
.widget_nt_faq_widget .careerss,
.widget_nt_careers_widget .faqs,
.widget_nt_careers_widget .careerss, .widget_nt_team_widget .team, nav.navigation, .event, .mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, #masthead .site-branding, #masthead #site-navigation, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, #masthead .mobile-nav, #colophon .footer-columns .col-two, #colophon .footer-columns .col-three, .mobile-grid-33, .mobile-grid-66, .tablet-grid-5, .tablet-grid-10, .tablet-grid-15, .tablet-grid-20, #masthead .site-branding, #masthead .cta, .tablet-grid-25, .tablet-grid-30, .event .date, .tablet-grid-35, .tablet-grid-40, #colophon .footer-columns .col-three, .tablet-grid-45, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, #masthead #site-navigation, #colophon .footer-columns .col-two, .tablet-grid-65, .tablet-grid-70, .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
.event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
.event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
.event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95, .tablet-grid-100, .tablet-grid-33, .blog #primary article,
.post-type-archive-events #primary article,
.tax-event_category #primary article, .tablet-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, #masthead .site-branding, #masthead .cta, .widget_nt_team_widget .team .member, #colophon .footer-columns .col, #colophon .footer-columns .col-three, .grid-25, .grid-30, .event .date, .grid-35, .grid-40, .grid-45, .grid-50, nav.navigation .nav-previous,
nav.navigation .nav-next, .grid-55, .grid-60, #masthead #site-navigation, #colophon .footer-columns .col-two, .grid-65, .grid-70, .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
.event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
.event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
.event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .blog #primary article,
.post-type-archive-events #primary article,
.tax-event_category #primary article, .grid-66, .grid-offset, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */ }

.grid-container, .widget_nt_faq_widget .faqs,
.widget_nt_faq_widget .careerss,
.widget_nt_careers_widget .faqs,
.widget_nt_careers_widget .careerss, .widget_nt_team_widget .team, nav.navigation, .event {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px; }

.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, #masthead .site-branding, #masthead #site-navigation, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, #masthead .mobile-nav, #colophon .footer-columns .col-two, #colophon .footer-columns .col-three, .mobile-grid-33, .mobile-grid-66, .tablet-grid-5, .tablet-grid-10, .tablet-grid-15, .tablet-grid-20, #masthead .site-branding, #masthead .cta, .tablet-grid-25, .tablet-grid-30, .event .date, .tablet-grid-35, .tablet-grid-40, #colophon .footer-columns .col-three, .tablet-grid-45, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, #masthead #site-navigation, #colophon .footer-columns .col-two, .tablet-grid-65, .tablet-grid-70, .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
.event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
.event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
.event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95, .tablet-grid-100, .tablet-grid-33, .blog #primary article,
.post-type-archive-events #primary article,
.tax-event_category #primary article, .tablet-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, #masthead .site-branding, #masthead .cta, .widget_nt_team_widget .team .member, #colophon .footer-columns .col, #colophon .footer-columns .col-three, .grid-25, .grid-30, .event .date, .grid-35, .grid-40, .grid-45, .grid-50, nav.navigation .nav-previous,
nav.navigation .nav-next, .grid-55, .grid-60, #masthead #site-navigation, #colophon .footer-columns .col-two, .grid-65, .grid-70, .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
.event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
.event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
.event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
.event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .blog #primary article,
.post-type-archive-events #primary article,
.tax-event_category #primary article, .grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */ }

.mobile-grid-5 > *, .mobile-grid-10 > *, .mobile-grid-15 > *, .mobile-grid-20 > *, .mobile-grid-25 > *, .mobile-grid-30 > *, .mobile-grid-35 > *, .mobile-grid-40 > *, .mobile-grid-45 > *, .mobile-grid-50 > *, #masthead .site-branding > *, #masthead #site-navigation > *, .mobile-grid-55 > *, .mobile-grid-60 > *, .mobile-grid-65 > *, .mobile-grid-70 > *, .mobile-grid-75 > *, .mobile-grid-80 > *, .mobile-grid-85 > *, .mobile-grid-90 > *, .mobile-grid-95 > *, .mobile-grid-100 > *, #masthead .mobile-nav > *, #colophon .footer-columns .col-two > *, #colophon .footer-columns .col-three > *, .mobile-grid-33 > *, .mobile-grid-66 > *, .tablet-grid-5 > *, .tablet-grid-10 > *, .tablet-grid-15 > *, .tablet-grid-20 > *, #masthead .site-branding > *, #masthead .cta > *, .tablet-grid-25 > *, .tablet-grid-30 > *, .event .date > *, .tablet-grid-35 > *, .tablet-grid-40 > *, #colophon .footer-columns .col-three > *, .tablet-grid-45 > *, .tablet-grid-50 > *, .tablet-grid-55 > *, .tablet-grid-60 > *, #masthead #site-navigation > *, #colophon .footer-columns .col-two > *, .tablet-grid-65 > *, .tablet-grid-70 > *, .event h3 > *, .event .widget_nt_latest_content_widget .secondary-column article a .title > *, .widget_nt_latest_content_widget .secondary-column article a .event .title > *, .event .widget_nt_latest_events_magazine_widget .secondary-column article a .title > *, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title > *, .event .featured-event .secondary-column article a .title > *, .featured-event .secondary-column article a .event .title > *, .event .blog #primary article a .title > *, .blog #primary article a .event .title > *, .event .post-type-archive-events #primary article a .title > *, .post-type-archive-events #primary article a .event .title > *, .event .tax-event_category #primary article a .title > *, .tax-event_category #primary article a .event .title > *, .tablet-grid-75 > *, .tablet-grid-80 > *, .tablet-grid-85 > *, .tablet-grid-90 > *, .tablet-grid-95 > *, .tablet-grid-100 > *, .tablet-grid-33 > *, .blog #primary article > *, .post-type-archive-events #primary article > *, .tax-event_category #primary article > *, .tablet-grid-66 > *, .grid-5 > *, .grid-10 > *, .grid-15 > *, .grid-20 > *, #masthead .site-branding > *, #masthead .cta > *, .widget_nt_team_widget .team .member > *, #colophon .footer-columns .col > *, #colophon .footer-columns .col-three > *, .grid-25 > *, .grid-30 > *, .event .date > *, .grid-35 > *, .grid-40 > *, .grid-45 > *, .grid-50 > *, nav.navigation .nav-previous > *, nav.navigation .nav-next > *, .grid-55 > *, .grid-60 > *, #masthead #site-navigation > *, #colophon .footer-columns .col-two > *, .grid-65 > *, .grid-70 > *, .event h3 > *, .event .widget_nt_latest_content_widget .secondary-column article a .title > *, .widget_nt_latest_content_widget .secondary-column article a .event .title > *, .event .widget_nt_latest_events_magazine_widget .secondary-column article a .title > *, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title > *, .event .featured-event .secondary-column article a .title > *, .featured-event .secondary-column article a .event .title > *, .event .blog #primary article a .title > *, .blog #primary article a .event .title > *, .event .post-type-archive-events #primary article a .title > *, .post-type-archive-events #primary article a .event .title > *, .event .tax-event_category #primary article a .title > *, .tax-event_category #primary article a .event .title > *, .grid-75 > *, .grid-80 > *, .grid-85 > *, .grid-90 > *, .grid-95 > *, .grid-100 > *, .grid-33 > *, .blog #primary article > *, .post-type-archive-events #primary article > *, .tax-event_category #primary article > *, .grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  /* </IE7> */ }

.grid-parent, #colophon .footer-columns .col, .blog #primary article,
.post-type-archive-events #primary article,
.tax-event_category #primary article, nav.navigation, nav.navigation .nav-previous,
nav.navigation .nav-next, .event {
  padding-left: 0;
  padding-right: 0; }

.grid-offset {
  clear: both;
  margin-left: -10px;
  margin-right: -10px; }

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }
  .hide-on-mobile, #masthead .cta, .widget_nt_logos_widget, #colophon .footer-columns .col-one {
    display: none !important; }
  .mobile-grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-5 {
    margin-left: 5%; }
  .mobile-suffix-5 {
    margin-right: 5%; }
  .mobile-push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-10 {
    margin-left: 10%; }
  .mobile-suffix-10 {
    margin-right: 10%; }
  .mobile-push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-15 {
    margin-left: 15%; }
  .mobile-suffix-15 {
    margin-right: 15%; }
  .mobile-push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-20 {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-20 {
    margin-left: 20%; }
  .mobile-suffix-20 {
    margin-right: 20%; }
  .mobile-push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-25 {
    margin-left: 25%; }
  .mobile-suffix-25 {
    margin-right: 25%; }
  .mobile-push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-30 {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-30 {
    margin-left: 30%; }
  .mobile-suffix-30 {
    margin-right: 30%; }
  .mobile-push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-35 {
    margin-left: 35%; }
  .mobile-suffix-35 {
    margin-right: 35%; }
  .mobile-push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-40 {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-40 {
    margin-left: 40%; }
  .mobile-suffix-40 {
    margin-right: 40%; }
  .mobile-push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-45 {
    margin-left: 45%; }
  .mobile-suffix-45 {
    margin-right: 45%; }
  .mobile-push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-50, #masthead .site-branding, #masthead #site-navigation {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-50 {
    margin-left: 50%; }
  .mobile-suffix-50 {
    margin-right: 50%; }
  .mobile-push-50 {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-50 {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-55 {
    margin-left: 55%; }
  .mobile-suffix-55 {
    margin-right: 55%; }
  .mobile-push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-60 {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-60 {
    margin-left: 60%; }
  .mobile-suffix-60 {
    margin-right: 60%; }
  .mobile-push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-65 {
    margin-left: 65%; }
  .mobile-suffix-65 {
    margin-right: 65%; }
  .mobile-push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-70 {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-70 {
    margin-left: 70%; }
  .mobile-suffix-70 {
    margin-right: 70%; }
  .mobile-push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-75 {
    margin-left: 75%; }
  .mobile-suffix-75 {
    margin-right: 75%; }
  .mobile-push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-80 {
    margin-left: 80%; }
  .mobile-suffix-80 {
    margin-right: 80%; }
  .mobile-push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-85 {
    margin-left: 85%; }
  .mobile-suffix-85 {
    margin-right: 85%; }
  .mobile-push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-90 {
    margin-left: 90%; }
  .mobile-suffix-90 {
    margin-right: 90%; }
  .mobile-push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-95 {
    margin-left: 95%; }
  .mobile-suffix-95 {
    margin-right: 95%; }
  .mobile-push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-33 {
    margin-left: 33.33333%; }
  .mobile-suffix-33 {
    margin-right: 33.33333%; }
  .mobile-push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-prefix-66 {
    margin-left: 66.66667%; }
  .mobile-suffix-66 {
    margin-right: 66.66667%; }
  .mobile-push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .mobile-grid-100, #masthead .mobile-nav, #colophon .footer-columns .col-two, #colophon .footer-columns .col-three {
    clear: both;
    width: 100%; }
	.gform_wrapper form {max-width: 90% !important;}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .widget_split_image_widget .photo-align-right .split-photo-source, .tablet-pull-50, .widget_split_image_widget .photo-align-right .widget-content-container, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative; }
  .hide-on-tablet, #masthead .mobile-nav, #colophon .footer-columns .col-one {
    display: none !important; }
  .tablet-grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-5 {
    margin-left: 5%; }
  .tablet-suffix-5 {
    margin-right: 5%; }
  .tablet-push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-10 {
    margin-left: 10%; }
  .tablet-suffix-10 {
    margin-right: 10%; }
  .tablet-push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-15 {
    margin-left: 15%; }
  .tablet-suffix-15 {
    margin-right: 15%; }
  .tablet-push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-20, #masthead .site-branding, #masthead .cta {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-20 {
    margin-left: 20%; }
  .tablet-suffix-20 {
    margin-right: 20%; }
  .tablet-push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-25 {
    margin-left: 25%; }
  .tablet-suffix-25 {
    margin-right: 25%; }
  .tablet-push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-30, .event .date {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-30 {
    margin-left: 30%; }
  .tablet-suffix-30 {
    margin-right: 30%; }
  .tablet-push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-35 {
    margin-left: 35%; }
  .tablet-suffix-35 {
    margin-right: 35%; }
  .tablet-push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-40, #colophon .footer-columns .col-three {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-40 {
    margin-left: 40%; }
  .tablet-suffix-40 {
    margin-right: 40%; }
  .tablet-push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-45 {
    margin-left: 45%; }
  .tablet-suffix-45 {
    margin-right: 45%; }
  .tablet-push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-50 {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-50 {
    margin-left: 50%; }
  .tablet-suffix-50 {
    margin-right: 50%; }
  .tablet-push-50, .widget_split_image_widget .photo-align-right .split-photo-source {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-50, .widget_split_image_widget .photo-align-right .widget-content-container {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-55 {
    margin-left: 55%; }
  .tablet-suffix-55 {
    margin-right: 55%; }
  .tablet-push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-60, #masthead #site-navigation, #colophon .footer-columns .col-two {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-60 {
    margin-left: 60%; }
  .tablet-suffix-60 {
    margin-right: 60%; }
  .tablet-push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-65 {
    margin-left: 65%; }
  .tablet-suffix-65 {
    margin-right: 65%; }
  .tablet-push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-70, .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
  .event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
  .event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
  .event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
  .event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-70 {
    margin-left: 70%; }
  .tablet-suffix-70 {
    margin-right: 70%; }
  .tablet-push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-75 {
    margin-left: 75%; }
  .tablet-suffix-75 {
    margin-right: 75%; }
  .tablet-push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-80 {
    margin-left: 80%; }
  .tablet-suffix-80 {
    margin-right: 80%; }
  .tablet-push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-85 {
    margin-left: 85%; }
  .tablet-suffix-85 {
    margin-right: 85%; }
  .tablet-push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-90 {
    margin-left: 90%; }
  .tablet-suffix-90 {
    margin-right: 90%; }
  .tablet-push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-95 {
    margin-left: 95%; }
  .tablet-suffix-95 {
    margin-right: 95%; }
  .tablet-push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-33, .blog #primary article,
  .post-type-archive-events #primary article,
  .tax-event_category #primary article {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-33 {
    margin-left: 33.33333%; }
  .tablet-suffix-33 {
    margin-right: 33.33333%; }
  .tablet-push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-prefix-66 {
    margin-left: 66.66667%; }
  .tablet-suffix-66 {
    margin-right: 66.66667%; }
  .tablet-push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .tablet-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 1025px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .widget_split_image_widget .photo-align-right .split-photo-source, .pull-50, .widget_split_image_widget .photo-align-right .widget-content-container, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }
  .hide-on-desktop, #masthead .mobile-nav {
    display: none !important; }
  .grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-5 {
    margin-left: 5%; }
  .suffix-5 {
    margin-right: 5%; }
  .push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-10 {
    margin-left: 10%; }
  .suffix-10 {
    margin-right: 10%; }
  .push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-15 {
    margin-left: 15%; }
  .suffix-15 {
    margin-right: 15%; }
  .push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-20, #masthead .site-branding, #masthead .cta, .widget_nt_team_widget .team .member, #colophon .footer-columns .col, #colophon .footer-columns .col-three {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-20 {
    margin-left: 20%; }
  .suffix-20 {
    margin-right: 20%; }
  .push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-25 {
    margin-left: 25%; }
  .suffix-25 {
    margin-right: 25%; }
  .push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-30, .event .date {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-30 {
    margin-left: 30%; }
  .suffix-30 {
    margin-right: 30%; }
  .push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-35 {
    margin-left: 35%; }
  .suffix-35 {
    margin-right: 35%; }
  .push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-40 {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-40 {
    margin-left: 40%; }
  .suffix-40 {
    margin-right: 40%; }
  .push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-45 {
    margin-left: 45%; }
  .suffix-45 {
    margin-right: 45%; }
  .push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-50, nav.navigation .nav-previous,
  nav.navigation .nav-next {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-50 {
    margin-left: 50%; }
  .suffix-50 {
    margin-right: 50%; }
  .push-50, .widget_split_image_widget .photo-align-right .split-photo-source {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-50, .widget_split_image_widget .photo-align-right .widget-content-container {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-55 {
    margin-left: 55%; }
  .suffix-55 {
    margin-right: 55%; }
  .push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-60, #masthead #site-navigation, #colophon .footer-columns .col-two {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-60 {
    margin-left: 60%; }
  .suffix-60 {
    margin-right: 60%; }
  .push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-65 {
    margin-left: 65%; }
  .suffix-65 {
    margin-right: 65%; }
  .push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-70, .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
  .event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
  .event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
  .event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
  .event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-70 {
    margin-left: 70%; }
  .suffix-70 {
    margin-right: 70%; }
  .push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-75 {
    margin-left: 75%; }
  .suffix-75 {
    margin-right: 75%; }
  .push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-80 {
    margin-left: 80%; }
  .suffix-80 {
    margin-right: 80%; }
  .push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-85 {
    margin-left: 85%; }
  .suffix-85 {
    margin-right: 85%; }
  .push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-90 {
    margin-left: 90%; }
  .suffix-90 {
    margin-right: 90%; }
  .push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-95 {
    margin-left: 95%; }
  .suffix-95 {
    margin-right: 95%; }
  .push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-33, .blog #primary article,
  .post-type-archive-events #primary article,
  .tax-event_category #primary article {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-33 {
    margin-left: 33.33333%; }
  .suffix-33 {
    margin-right: 33.33333%; }
  .push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .prefix-66 {
    margin-left: 66.66667%; }
  .suffix-66 {
    margin-right: 66.66667%; }
  .push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }
  .grid-100 {
    clear: both;
    width: 100%; } }

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  font-family: "agenda", sans-serif;
  color: #655e4e;
  font-size: 18px;
  line-height: 28px;
  background-color: white; }

p {
  margin-top: 0;
  margin-bottom: 1.2rem; }

h1 {
  font-family: "goldenbook", serif;
  font-size: 4rem;
  line-height: 4.5rem;
  letter-spacing: 7px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 2.5rem;
      line-height: 2.75rem;
      letter-spacing: 2px; } }

h2, .widget_nt_latest_content_widget .primary-column article a .title,
.widget_nt_latest_events_magazine_widget .primary-column article a .title,
.featured-event .primary-column article a .title,
h3,
.widget_nt_latest_content_widget .secondary-column article a .title,
.widget_nt_latest_events_magazine_widget .secondary-column article a .title,
.featured-event .secondary-column article a .title,
.blog #primary article a .title,
.post-type-archive-events #primary article a .title,
.tax-event_category #primary article a .title,
h4,
h5,
h6 {
  font-family: "poiret-one", sans-serif;
  font-size: 2.25rem;
  line-height: 2.85rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0; }
  @media (max-width: 768px) {
    h2, .widget_nt_latest_content_widget .primary-column article a .title,
    .widget_nt_latest_events_magazine_widget .primary-column article a .title,
    .featured-event .primary-column article a .title,
    h3,
    .widget_nt_latest_content_widget .secondary-column article a .title,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
    .featured-event .secondary-column article a .title,
    .blog #primary article a .title,
    .post-type-archive-events #primary article a .title,
    .tax-event_category #primary article a .title,
    h4,
    h5,
    h6 {
      font-size: 2.25rem;
      line-height: 2.5rem;
      letter-spacing: 2px; } }


h3,
.widget_nt_latest_content_widget .secondary-column article a .title,
.widget_nt_latest_events_magazine_widget .secondary-column article a .title,
.featured-event .secondary-column article a .title,
.blog #primary article a .title,
.post-type-archive-events #primary article a .title,
.tax-event_category #primary article a .title,
h4,
h5,
h6 {
  font-size: 2rem;
  line-height: 2.5rem; }

a,
a:link {
  text-decoration: none;
  cursor: pointer;
  color: #cca463; }
  a:hover,
  a:link:hover {
    color: #ab7f38; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #655e4e; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border: 1px solid #cca463; }

a.button,
.button,
button,
input[type="submit"] {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  font-family: "agenda", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 12px 28px;
  text-align: center;
  color: #655e4e;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #655e4e;
  border-radius: 0;
  -webkit-appearance: none;
  /* @media (max-width: $mobile-max-width) {
		width: 100%;
		margin-bottom: 0.8rem;
	} */ }
  a.button:hover, a.button:active,
  .button:hover,
  .button:active,
  button:hover,
  button:active,
  input[type="submit"]:hover,
  input[type="submit"]:active {
    outline: none;
    color: white;
    background-color: #655e4e;
    text-decoration: none; }
  a.button .fa,
  .button .fa,
  button .fa,
  input[type="submit"] .fa {
    margin-right: 12px; }

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

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

figure {
  margin: 3rem 0;
  padding: 0; }
  figure figcaption {
    color: #977132;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: italic;
    margin-top: 3px; }

.alignleft,
.alignright {
  max-width: 50%;
  margin-bottom: 1rem; }
  @media (max-width: 520px) {
    .alignleft,
    .alignright {
      max-width: 100%; } }

.alignleft {
  margin-right: 1rem;
  float: left; }

.alignright {
  margin-left: 1rem;
  float: right; }

p {
  margin-top: 0;
  margin-bottom: 1.2em; }

blockquote {
  display: block;
  width: 90%;
  margin: 2em auto 2em auto;
  padding-left: 3%;
  border-left: 5px solid #cca463; }

/*--------------------------------------------------------------
# WordPress
--------------------------------------------------------------*/
.page-hero {
  color: white;
  background-color: #655e4e;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* .gradient {
		background-color: rgba(black, 0.5);
	} */ }
  @media (max-width: 768px) {
    .page-hero {
      background-attachment: scroll; } }
  .page-hero .gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); }

#masthead {
  padding: 25px 0; }
  #masthead .site-branding .site-title {
    margin: 0;
    padding: 0; }
    #masthead .site-branding .site-title a {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 125px;
      height: 65px;
      text-indent: -9999em;
      background-image: url(https://esomeprazolen.com/wp-content/themes/onsite/img/logo.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain; }
  #masthead #site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 768px) {
      #masthead #site-navigation ul {
        text-align: right; } }
    #masthead #site-navigation ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      position: relative; }
      @media (max-width: 768px) {
        #masthead #site-navigation ul li {
          display: none; } }
      #masthead #site-navigation ul li.mobile-toggle {
        display: none; }
        @media (max-width: 768px) {
          #masthead #site-navigation ul li.mobile-toggle {
            display: inline; } }
      #masthead #site-navigation ul li.menu-item-has-children:hover {
        background-color: rgba(0, 0, 0, 0.5); }
        #masthead #site-navigation ul li.menu-item-has-children:hover ul.sub-menu {
          display: block; }
      #masthead #site-navigation ul li.menu-item-has-children > a:after {
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        padding-left: 7px; }
      #masthead #site-navigation ul li.menu-item-has-children a:hover {
        background-color: rgba(0, 0, 0, 0.35); }
      #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 63px;
        left: 0px;
        width: 200px;
        display: none;
        z-index: 100; }
        #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li {
          display: block; }
          #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li a {
            width: 100%;
            padding: 8px 16px;
            text-align: left;
            border-bottom: 1px dotted rgba(239, 233, 217, 0.1);
            text-transform: none;
            letter-spacing: 0px; }
          #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li:last-child a {
            border: 0; }
          #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li > a:after {
           /* content: '\f054';*/
            position: absolute;
            top: 50%;
            right: 7px;
            margin-top: -7px; }
          #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
            content: '\f054';
}
          #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
            display: block; }
          #masthead #site-navigation ul li.menu-item-has-children ul.sub-menu li > ul.sub-menu {
            top: 0px;
            left: 100%;
            display: none; }
      #masthead #site-navigation ul li a {
        color: white;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 0.9rem;
        line-height: 1.1rem;
        padding: 23px 16px; }
  #masthead .cta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #masthead .cta ul li {
      margin: 0;
      padding: 0;
      display: inline; }
      #masthead .cta ul li a {
        display: inline-block;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: normal;
        font-family: "agenda", sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding: 12px 28px;
        text-align: center;
        color: #efe9d9;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #efe9d9;
        border-radius: 0;
        -webkit-appearance: none;
        /* @media (max-width: $mobile-max-width) {
		width: 100%;
		margin-bottom: 0.8rem;
	} */
        margin: 7px 0; }
        #masthead .cta ul li a:hover, #masthead .cta ul li a:active {
          outline: none;
          color: #655e4e;
          background-color: #efe9d9;
          text-decoration: none; }
        #masthead .cta ul li a .fa {
          margin-right: 12px; }
  #masthead .mobile-nav {
    display: none; }
    #masthead .mobile-nav ul {
      list-style: none;
      margin: 0;
      padding: 1rem 0 0 0; }
      #masthead .mobile-nav ul li {
        margin: 0;
        padding: 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative; }
        #masthead .mobile-nav ul li:last-child {
          border: 0; }
        #masthead .mobile-nav ul li ul {
          display: none;
          margin: 0;
          padding: 0; }
          #masthead .mobile-nav ul li ul li a {
            padding-left: 5%; }
          #masthead .mobile-nav ul li ul li ul li a {
            padding-left: 10%; }
        #masthead .mobile-nav ul li.mobile-toggle {
          display: none; }
        #masthead .mobile-nav ul li a {
          color: white;
          display: inline-block;
          text-transform: uppercase;
          letter-spacing: 3px;
          font-size: 0.9rem;
          line-height: 1.2rem;
          padding: 15px 30px 15px 0;
          width: 100%;
          position: relative; }
          #masthead .mobile-nav ul li a .toggle-item {
            display: inline-block;
            padding: 4px 0 4px 3px;
            width: 29px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.5);
            text-align: center;
            position: absolute;
            top: 10px;
            right: 0px; }

.page-heading {
  text-align: center;
  padding: 14rem 20px; }
  .page-heading h1 {
    margin-bottom: 2.5rem; }
  .page-heading .subheading {
    font-family: "poiret-one", sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto; }
  .page-heading.large-hero {
    padding: 9rem 20px; }
    .page-heading.large-hero h1 {
      font-size: 5.5rem;
      line-height: 6rem; }
      @media (max-width: 768px) {
        .page-heading.large-hero h1 {
          font-size: 2.5rem;
          line-height: 2.75rem;
          letter-spacing: 2px; } }
    .page-heading.large-hero .button {
      display: inline-block;
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: normal;
      font-family: "agenda", sans-serif;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 12px 28px;
      text-align: center;
      color: #655e4e;
      background-color: #efe9d9;
      cursor: pointer;
      border: 1px solid #efe9d9;
      border-radius: 0;
      -webkit-appearance: none;
      /* @media (max-width: $mobile-max-width) {
		width: 100%;
		margin-bottom: 0.8rem;
	} */ }
      .page-heading.large-hero .button:hover, .page-heading.large-hero .button:active {
        outline: none;
        color: #655e4e;
        background-color: #efe9d9;
        text-decoration: none; }
      .page-heading.large-hero .button .fa {
        margin-right: 12px; }

.widget {
  position: relative; }
  .widget .background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1; }

.widget_nt_columns_widget {
  background-color: #efe9d9; }
  .widget_nt_columns_widget .grid-container .grid-33:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .grid-33:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .grid-33:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .grid-33:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .grid-33:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .grid-33:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .grid-33:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .grid-33:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .grid-33:last-child .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .grid-33:last-child .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .grid-33:last-child .column-container, .widget_nt_columns_widget nav.navigation .grid-33:last-child .column-container, .widget_nt_columns_widget .event .grid-33:last-child .column-container, .widget_nt_columns_widget .grid-container .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .grid-container article:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .blog #primary article:last-child .column-container, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .blog #primary article:last-child .column-container, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .blog #primary article:last-child .column-container, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .blog #primary article:last-child .column-container, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article:last-child .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_team_widget .team article:last-child .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .blog #primary article:last-child .column-container, .blog #primary .widget_nt_team_widget .widget_nt_columns_widget .team article:last-child .column-container, .widget_nt_columns_widget nav.navigation .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget nav.navigation article:last-child .column-container, .widget_nt_columns_widget .event .blog #primary article:last-child .column-container, .blog #primary .widget_nt_columns_widget .event article:last-child .column-container, .widget_nt_columns_widget .grid-container .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .grid-container article:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article:last-child .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_team_widget .team article:last-child .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_team_widget .widget_nt_columns_widget .team article:last-child .column-container, .widget_nt_columns_widget nav.navigation .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget nav.navigation article:last-child .column-container, .widget_nt_columns_widget .event .post-type-archive-events #primary article:last-child .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .event article:last-child .column-container, .widget_nt_columns_widget .grid-container .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .grid-container article:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article:last-child .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article:last-child .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article:last-child .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article:last-child .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article:last-child .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_team_widget .team article:last-child .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_team_widget .widget_nt_columns_widget .team article:last-child .column-container, .widget_nt_columns_widget nav.navigation .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget nav.navigation article:last-child .column-container, .widget_nt_columns_widget .event .tax-event_category #primary article:last-child .column-container, .tax-event_category #primary .widget_nt_columns_widget .event article:last-child .column-container {
    box-shadow: none; }
  .widget_nt_columns_widget .grid-container .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .grid-33 .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .grid-33 .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .grid-33 .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .grid-33 .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .grid-33 .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .grid-33 .column-container, .widget_nt_columns_widget nav.navigation .grid-33 .column-container, .widget_nt_columns_widget .event .grid-33 .column-container, .widget_nt_columns_widget .grid-container .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .grid-container article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .blog #primary article .column-container, .blog #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container, .widget_nt_columns_widget nav.navigation .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget nav.navigation article .column-container, .widget_nt_columns_widget .event .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .event article .column-container, .widget_nt_columns_widget .grid-container .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .grid-container article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container, .widget_nt_columns_widget nav.navigation .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget nav.navigation article .column-container, .widget_nt_columns_widget .event .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .event article .column-container, .widget_nt_columns_widget .grid-container .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .grid-container article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container, .widget_nt_columns_widget nav.navigation .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget nav.navigation article .column-container, .widget_nt_columns_widget .event .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .event article .column-container {
    padding: 100px 30px 30px 30px;
    box-shadow: 100px 0px 100px rgba(0, 0, 0, 0.15);
    position: relative; }
    @media (max-width: 768px) {
      .widget_nt_columns_widget .grid-container .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .grid-33 .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .grid-33 .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .grid-33 .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .grid-33 .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .grid-33 .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .grid-33 .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .grid-33 .column-container, .widget_nt_columns_widget nav.navigation .grid-33 .column-container, .widget_nt_columns_widget .event .grid-33 .column-container, .widget_nt_columns_widget .grid-container .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .grid-container article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .blog #primary article .column-container, .blog #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container, .widget_nt_columns_widget nav.navigation .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget nav.navigation article .column-container, .widget_nt_columns_widget .event .blog #primary article .column-container, .blog #primary .widget_nt_columns_widget .event article .column-container, .widget_nt_columns_widget .grid-container .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .grid-container article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container, .widget_nt_columns_widget nav.navigation .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget nav.navigation article .column-container, .widget_nt_columns_widget .event .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_columns_widget .event article .column-container, .widget_nt_columns_widget .grid-container .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .grid-container article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container, .widget_nt_columns_widget .widget_nt_team_widget .team .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container, .widget_nt_team_widget .widget_nt_columns_widget .team .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container, .widget_nt_columns_widget nav.navigation .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget nav.navigation article .column-container, .widget_nt_columns_widget .event .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_columns_widget .event article .column-container {
        height: auto !important;
        box-shadow: none;
        margin-bottom: 3rem; } }
    .widget_nt_columns_widget .grid-container .grid-33 .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .grid-33 .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .grid-33 .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .grid-33 .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .grid-33 .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .grid-33 .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .grid-33 .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .grid-33 .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .grid-33 .column-container .icon, .widget_nt_columns_widget .widget_nt_team_widget .team .grid-33 .column-container .icon, .widget_nt_team_widget .widget_nt_columns_widget .team .grid-33 .column-container .icon, .widget_nt_columns_widget nav.navigation .grid-33 .column-container .icon, .widget_nt_columns_widget .event .grid-33 .column-container .icon, .widget_nt_columns_widget .grid-container .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .grid-container article .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container .icon, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container .icon, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container .icon, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container .icon, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container .icon, .widget_nt_columns_widget .widget_nt_team_widget .team .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container .icon, .widget_nt_team_widget .widget_nt_columns_widget .team .blog #primary article .column-container .icon, .blog #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container .icon, .widget_nt_columns_widget nav.navigation .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget nav.navigation article .column-container .icon, .widget_nt_columns_widget .event .blog #primary article .column-container .icon, .blog #primary .widget_nt_columns_widget .event article .column-container .icon, .widget_nt_columns_widget .grid-container .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .grid-container article .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container .icon, .widget_nt_columns_widget .widget_nt_team_widget .team .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container .icon, .widget_nt_team_widget .widget_nt_columns_widget .team .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container .icon, .widget_nt_columns_widget nav.navigation .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget nav.navigation article .column-container .icon, .widget_nt_columns_widget .event .post-type-archive-events #primary article .column-container .icon, .post-type-archive-events #primary .widget_nt_columns_widget .event article .column-container .icon, .widget_nt_columns_widget .grid-container .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .grid-container article .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container .icon, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container .icon, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container .icon, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container .icon, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container .icon, .widget_nt_columns_widget .widget_nt_team_widget .team .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container .icon, .widget_nt_team_widget .widget_nt_columns_widget .team .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container .icon, .widget_nt_columns_widget nav.navigation .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget nav.navigation article .column-container .icon, .widget_nt_columns_widget .event .tax-event_category #primary article .column-container .icon, .tax-event_category #primary .widget_nt_columns_widget .event article .column-container .icon {
      display: block;
      color: #efe9d9;
      background-color: #655e4e;
      text-align: center;
      margin: -40px auto 30px -57.5px;
      padding: 28px 10px;
      width: 115px;
      border-radius: 50%;
      position: absolute;
      top: 0px;
      left: 50%; }
      .widget_nt_columns_widget .grid-container .grid-33 .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .grid-33 .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .grid-33 .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .grid-33 .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .grid-33 .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .grid-33 .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .grid-33 .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .grid-33 .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .grid-33 .column-container .icon i, .widget_nt_columns_widget .widget_nt_team_widget .team .grid-33 .column-container .icon i, .widget_nt_team_widget .widget_nt_columns_widget .team .grid-33 .column-container .icon i, .widget_nt_columns_widget nav.navigation .grid-33 .column-container .icon i, .widget_nt_columns_widget .event .grid-33 .column-container .icon i, .widget_nt_columns_widget .grid-container .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .grid-container article .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container .icon i, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container .icon i, .blog #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .blog #primary article .column-container .icon i, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .blog #primary article .column-container .icon i, .blog #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container .icon i, .widget_nt_columns_widget .widget_nt_team_widget .team .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container .icon i, .widget_nt_team_widget .widget_nt_columns_widget .team .blog #primary article .column-container .icon i, .blog #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container .icon i, .widget_nt_columns_widget nav.navigation .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget nav.navigation article .column-container .icon i, .widget_nt_columns_widget .event .blog #primary article .column-container .icon i, .blog #primary .widget_nt_columns_widget .event article .column-container .icon i, .widget_nt_columns_widget .grid-container .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .grid-container article .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container .icon i, .widget_nt_columns_widget .widget_nt_team_widget .team .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container .icon i, .widget_nt_team_widget .widget_nt_columns_widget .team .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container .icon i, .widget_nt_columns_widget nav.navigation .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget nav.navigation article .column-container .icon i, .widget_nt_columns_widget .event .post-type-archive-events #primary article .column-container .icon i, .post-type-archive-events #primary .widget_nt_columns_widget .event article .column-container .icon i, .widget_nt_columns_widget .grid-container .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .grid-container article .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .faqs .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .faqs article .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .faqs article .column-container .icon i, .widget_nt_columns_widget .widget_nt_faq_widget .careerss .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_faq_widget .careerss article .column-container .icon i, .widget_nt_faq_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_faq_widget .widget_nt_columns_widget .careerss article .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .faqs .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .faqs article .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .faqs .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .faqs article .column-container .icon i, .widget_nt_columns_widget .widget_nt_careers_widget .careerss .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_careers_widget .careerss article .column-container .icon i, .widget_nt_careers_widget .widget_nt_columns_widget .careerss .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_careers_widget .widget_nt_columns_widget .careerss article .column-container .icon i, .widget_nt_columns_widget .widget_nt_team_widget .team .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .widget_nt_team_widget .team article .column-container .icon i, .widget_nt_team_widget .widget_nt_columns_widget .team .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_team_widget .widget_nt_columns_widget .team article .column-container .icon i, .widget_nt_columns_widget nav.navigation .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget nav.navigation article .column-container .icon i, .widget_nt_columns_widget .event .tax-event_category #primary article .column-container .icon i, .tax-event_category #primary .widget_nt_columns_widget .event article .column-container .icon i {
        font-size: 3.5rem; }

.widget_nt_basic_columns_widget {
  padding: 5rem 0;
  background-color: #faf8f2;
  border-bottom: 1px solid #efe9d9; }
  @media (max-width: 768px) {
    .widget_nt_basic_columns_widget {
      padding: 2rem 0; } }
  .widget_nt_basic_columns_widget .grid-33, .widget_nt_basic_columns_widget .blog #primary article, .blog #primary .widget_nt_basic_columns_widget article,
  .widget_nt_basic_columns_widget .post-type-archive-events #primary article, .post-type-archive-events #primary .widget_nt_basic_columns_widget article,
  .widget_nt_basic_columns_widget .tax-event_category #primary article, .tax-event_category #primary .widget_nt_basic_columns_widget article {
    border-right: 1px solid #efe9d9; }
    @media (max-width: 768px) {
      .widget_nt_basic_columns_widget .grid-33, .widget_nt_basic_columns_widget .blog #primary article, .blog #primary .widget_nt_basic_columns_widget article,
      .widget_nt_basic_columns_widget .post-type-archive-events #primary article, .post-type-archive-events #primary .widget_nt_basic_columns_widget article,
      .widget_nt_basic_columns_widget .tax-event_category #primary article, .tax-event_category #primary .widget_nt_basic_columns_widget article {
        border-right: 0;
        border-bottom: 1px solid #efe9d9; } }
    .widget_nt_basic_columns_widget .grid-33:last-child, .widget_nt_basic_columns_widget .blog #primary article:last-child, .blog #primary .widget_nt_basic_columns_widget article:last-child,
    .widget_nt_basic_columns_widget .post-type-archive-events #primary article:last-child, .post-type-archive-events #primary .widget_nt_basic_columns_widget article:last-child,
    .widget_nt_basic_columns_widget .tax-event_category #primary article:last-child, .tax-event_category #primary .widget_nt_basic_columns_widget article:last-child {
      border: 0; }
    .widget_nt_basic_columns_widget .grid-33 .column-container, .widget_nt_basic_columns_widget .blog #primary article .column-container, .blog #primary .widget_nt_basic_columns_widget article .column-container, .widget_nt_basic_columns_widget .post-type-archive-events #primary article .column-container, .post-type-archive-events #primary .widget_nt_basic_columns_widget article .column-container, .widget_nt_basic_columns_widget .tax-event_category #primary article .column-container, .tax-event_category #primary .widget_nt_basic_columns_widget article .column-container {
      padding: 30px; }
      .widget_nt_basic_columns_widget .grid-33 .column-container h3, .widget_nt_basic_columns_widget .blog #primary article .column-container h3, .blog #primary .widget_nt_basic_columns_widget article .column-container h3, .widget_nt_basic_columns_widget .post-type-archive-events #primary article .column-container h3, .post-type-archive-events #primary .widget_nt_basic_columns_widget article .column-container h3, .widget_nt_basic_columns_widget .tax-event_category #primary article .column-container h3, .tax-event_category #primary .widget_nt_basic_columns_widget article .column-container h3, .widget_nt_basic_columns_widget .grid-33 .column-container .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .widget_nt_basic_columns_widget .grid-33 .column-container .title,
      .widget_nt_basic_columns_widget .grid-33 .column-container .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_basic_columns_widget .grid-33 .column-container .title,
      .widget_nt_basic_columns_widget .grid-33 .column-container .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .widget_nt_basic_columns_widget .grid-33 .column-container .title, .widget_nt_basic_columns_widget .grid-33 .column-container .blog #primary article a .title, .blog #primary article a .widget_nt_basic_columns_widget .grid-33 .column-container .title, .widget_nt_basic_columns_widget .blog #primary article .column-container a .title, .widget_nt_basic_columns_widget .blog #primary article a .column-container .title, .blog #primary .widget_nt_basic_columns_widget article .column-container a .title, .blog #primary .widget_nt_basic_columns_widget article a .column-container .title,
      .widget_nt_basic_columns_widget .grid-33 .column-container .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .widget_nt_basic_columns_widget .grid-33 .column-container .title,
      .widget_nt_basic_columns_widget .post-type-archive-events #primary article .column-container a .title, .widget_nt_basic_columns_widget .post-type-archive-events #primary article a .column-container .title, .post-type-archive-events #primary .widget_nt_basic_columns_widget article .column-container a .title, .post-type-archive-events #primary .widget_nt_basic_columns_widget article a .column-container .title,
      .widget_nt_basic_columns_widget .grid-33 .column-container .tax-event_category #primary article a .title, .tax-event_category #primary article a .widget_nt_basic_columns_widget .grid-33 .column-container .title,
      .widget_nt_basic_columns_widget .tax-event_category #primary article .column-container a .title, .widget_nt_basic_columns_widget .tax-event_category #primary article a .column-container .title, .tax-event_category #primary .widget_nt_basic_columns_widget article .column-container a .title, .tax-event_category #primary .widget_nt_basic_columns_widget article a .column-container .title {
        text-align: center;
        margin: 0; }
        .widget_nt_basic_columns_widget .grid-33 .column-container h3 .number, .widget_nt_basic_columns_widget .blog #primary article .column-container h3 .number, .blog #primary .widget_nt_basic_columns_widget article .column-container h3 .number, .widget_nt_basic_columns_widget .post-type-archive-events #primary article .column-container h3 .number, .post-type-archive-events #primary .widget_nt_basic_columns_widget article .column-container h3 .number, .widget_nt_basic_columns_widget .tax-event_category #primary article .column-container h3 .number, .tax-event_category #primary .widget_nt_basic_columns_widget article .column-container h3 .number, .widget_nt_basic_columns_widget .grid-33 .column-container .widget_nt_latest_content_widget .secondary-column article a .title .number, .widget_nt_latest_content_widget .secondary-column article a .widget_nt_basic_columns_widget .grid-33 .column-container .title .number, .widget_nt_basic_columns_widget .grid-33 .column-container .widget_nt_latest_events_magazine_widget .secondary-column article a .title .number, .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_basic_columns_widget .grid-33 .column-container .title .number, .widget_nt_basic_columns_widget .grid-33 .column-container .featured-event .secondary-column article a .title .number, .featured-event .secondary-column article a .widget_nt_basic_columns_widget .grid-33 .column-container .title .number, .widget_nt_basic_columns_widget .grid-33 .column-container .blog #primary article a .title .number, .blog #primary article a .widget_nt_basic_columns_widget .grid-33 .column-container .title .number, .widget_nt_basic_columns_widget .blog #primary article .column-container a .title .number, .widget_nt_basic_columns_widget .blog #primary article a .column-container .title .number, .blog #primary .widget_nt_basic_columns_widget article .column-container a .title .number, .blog #primary .widget_nt_basic_columns_widget article a .column-container .title .number, .widget_nt_basic_columns_widget .grid-33 .column-container .post-type-archive-events #primary article a .title .number, .post-type-archive-events #primary article a .widget_nt_basic_columns_widget .grid-33 .column-container .title .number, .widget_nt_basic_columns_widget .post-type-archive-events #primary article .column-container a .title .number, .widget_nt_basic_columns_widget .post-type-archive-events #primary article a .column-container .title .number, .post-type-archive-events #primary .widget_nt_basic_columns_widget article .column-container a .title .number, .post-type-archive-events #primary .widget_nt_basic_columns_widget article a .column-container .title .number, .widget_nt_basic_columns_widget .grid-33 .column-container .tax-event_category #primary article a .title .number, .tax-event_category #primary article a .widget_nt_basic_columns_widget .grid-33 .column-container .title .number, .widget_nt_basic_columns_widget .tax-event_category #primary article .column-container a .title .number, .widget_nt_basic_columns_widget .tax-event_category #primary article a .column-container .title .number, .tax-event_category #primary .widget_nt_basic_columns_widget article .column-container a .title .number, .tax-event_category #primary .widget_nt_basic_columns_widget article a .column-container .title .number {
          display: block;
          margin: 0 auto 1rem auto;
          padding: 12px 0;
          width: 80px;
          border-radius: 50%;
          border: 1px solid #655e4e;
          font-size: 2.35rem;
          line-height: 3.35rem; }
      .widget_nt_basic_columns_widget .grid-33 .column-container .column-content, .widget_nt_basic_columns_widget .blog #primary article .column-container .column-content, .blog #primary .widget_nt_basic_columns_widget article .column-container .column-content, .widget_nt_basic_columns_widget .post-type-archive-events #primary article .column-container .column-content, .post-type-archive-events #primary .widget_nt_basic_columns_widget article .column-container .column-content, .widget_nt_basic_columns_widget .tax-event_category #primary article .column-container .column-content, .tax-event_category #primary .widget_nt_basic_columns_widget article .column-container .column-content {
        margin-top: 1.5rem; }

.widget_split_image_widget .grid-container, .widget_split_image_widget .widget_nt_faq_widget .faqs, .widget_nt_faq_widget .widget_split_image_widget .faqs,
.widget_split_image_widget .widget_nt_faq_widget .careerss, .widget_nt_faq_widget .widget_split_image_widget .careerss,
.widget_split_image_widget .widget_nt_careers_widget .faqs, .widget_nt_careers_widget .widget_split_image_widget .faqs,
.widget_split_image_widget .widget_nt_careers_widget .careerss, .widget_nt_careers_widget .widget_split_image_widget .careerss, .widget_split_image_widget .widget_nt_team_widget .team, .widget_nt_team_widget .widget_split_image_widget .team, .widget_split_image_widget nav.navigation, .widget_split_image_widget .event {
  max-width: 100%; }

.widget_split_image_widget .split-photo-source {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center; }
  .widget_split_image_widget .split-photo-source.vert-aligned-top {
    background-position: center top; }
  .widget_split_image_widget .split-photo-source.vert-aligned-bottom {
    background-position: center bottom; }
  @media (max-width: 520px) {
    .widget_split_image_widget .split-photo-source.has-video {
      max-height: 100%;
      height: auto !important; } }
  @media (max-width: 520px) {
    .widget_split_image_widget .split-photo-source {
      max-height: 150px; } }

.widget_split_image_widget .widget-content {
  padding: 5rem; }
  @media (max-width: 520px) {
    .widget_split_image_widget .widget-content {
      padding: 2.5rem; } }
  .widget_split_image_widget .widget-content .description {
    margin-bottom: 2rem; }

.widget_nt_hero_headline_widget .widget-body {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5rem 0; }
  .widget_nt_hero_headline_widget .widget-body:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: -1;
    border-radius: 0px; }
    @media (max-width: 768px) {
      .widget_nt_hero_headline_widget .widget-body:before, .widget .background-image {
        background-attachment: scroll; } }
  .widget_nt_hero_headline_widget .widget-body a {
    color: white; }
  .widget_nt_hero_headline_widget .widget-body h1, .widget_nt_hero_headline_widget .widget-body h2, .widget_nt_hero_headline_widget .widget-body .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_hero_headline_widget .widget-body .title,
  .widget_nt_hero_headline_widget .widget-body .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_hero_headline_widget .widget-body .title,
  .widget_nt_hero_headline_widget .widget-body .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_hero_headline_widget .widget-body .title {
    color: white; }

.widget_nt_hero_headline_widget p:last-child {
  margin: 0; }

.widget_nt_hero_headline_widget .button {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  font-family: "agenda", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 12px 28px;
  text-align: center;
  color: white;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 0;
  -webkit-appearance: none;
  /* @media (max-width: $mobile-max-width) {
		width: 100%;
		margin-bottom: 0.8rem;
	} */ }
  .widget_nt_hero_headline_widget .button:hover, .widget_nt_hero_headline_widget .button:active {
    outline: none;
    color: #272726;
    background-color: white;
    text-decoration: none; }
  .widget_nt_hero_headline_widget .button .fa {
    margin-right: 12px; }

.widget_nt_hero_headline_widget .center-aligned {
  max-width: 900px; }

.widget_nt_hero_headline_widget .entry-content {
  padding-bottom: 0; }

.widget_nt_hero_headline_widget .grid-100 h1, .widget_nt_hero_headline_widget .grid-100 h2, .widget_nt_hero_headline_widget .grid-100 .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_hero_headline_widget .grid-100 .title,
.widget_nt_hero_headline_widget .grid-100 .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_hero_headline_widget .grid-100 .title,
.widget_nt_hero_headline_widget .grid-100 .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_hero_headline_widget .grid-100 .title {
  text-align: center;
  margin-bottom: 1.5rem !important; }

.widget_nt_hero_headline_widget .grid-100 .entry-content {
  text-align: center; }

.widget_nt_hero_headline_widget .grid-50 h1, .widget_nt_hero_headline_widget nav.navigation .nav-previous h1, nav.navigation .widget_nt_hero_headline_widget .nav-previous h1, .widget_nt_hero_headline_widget nav.navigation .nav-next h1, nav.navigation .widget_nt_hero_headline_widget .nav-next h1, .widget_nt_hero_headline_widget .grid-50 h2, .widget_nt_hero_headline_widget nav.navigation .nav-previous h2, nav.navigation .widget_nt_hero_headline_widget .nav-previous h2, .widget_nt_hero_headline_widget nav.navigation .nav-next h2, nav.navigation .widget_nt_hero_headline_widget .nav-next h2, .widget_nt_hero_headline_widget .grid-50 .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_hero_headline_widget .grid-50 .title, .widget_nt_hero_headline_widget nav.navigation .nav-previous .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_hero_headline_widget nav.navigation .nav-previous .title, nav.navigation .widget_nt_hero_headline_widget .nav-previous .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a nav.navigation .widget_nt_hero_headline_widget .nav-previous .title, .widget_nt_hero_headline_widget nav.navigation .nav-next .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_hero_headline_widget nav.navigation .nav-next .title, nav.navigation .widget_nt_hero_headline_widget .nav-next .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a nav.navigation .widget_nt_hero_headline_widget .nav-next .title,
.widget_nt_hero_headline_widget .grid-50 .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_hero_headline_widget .grid-50 .title,
.widget_nt_hero_headline_widget nav.navigation .nav-previous .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_hero_headline_widget nav.navigation .nav-previous .title, nav.navigation .widget_nt_hero_headline_widget .nav-previous .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a nav.navigation .widget_nt_hero_headline_widget .nav-previous .title,
.widget_nt_hero_headline_widget nav.navigation .nav-next .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_hero_headline_widget nav.navigation .nav-next .title, nav.navigation .widget_nt_hero_headline_widget .nav-next .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a nav.navigation .widget_nt_hero_headline_widget .nav-next .title,
.widget_nt_hero_headline_widget .grid-50 .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_hero_headline_widget .grid-50 .title,
.widget_nt_hero_headline_widget nav.navigation .nav-previous .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_hero_headline_widget nav.navigation .nav-previous .title, nav.navigation .widget_nt_hero_headline_widget .nav-previous .featured-event .primary-column article a .title, .featured-event .primary-column article a nav.navigation .widget_nt_hero_headline_widget .nav-previous .title,
.widget_nt_hero_headline_widget nav.navigation .nav-next .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_hero_headline_widget nav.navigation .nav-next .title, nav.navigation .widget_nt_hero_headline_widget .nav-next .featured-event .primary-column article a .title, .featured-event .primary-column article a nav.navigation .widget_nt_hero_headline_widget .nav-next .title {
  text-align: left !important;
  margin-bottom: 1.5rem !important; }

.widget_nt_hero_headline_widget .grid-50 .entry-content, .widget_nt_hero_headline_widget nav.navigation .nav-previous .entry-content, nav.navigation .widget_nt_hero_headline_widget .nav-previous .entry-content, .widget_nt_hero_headline_widget nav.navigation .nav-next .entry-content, nav.navigation .widget_nt_hero_headline_widget .nav-next .entry-content {
  text-align: left; }

.widget_nt_logos_widget {
  background-color: #efe9d9;
  padding: 3rem 0; }
  .widget_nt_logos_widget .subheading {
    font-family: "poiret-one", sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center; }

.widget_nt_latest_content_widget .grid-container, .widget_nt_latest_content_widget .widget_nt_faq_widget .faqs, .widget_nt_faq_widget .widget_nt_latest_content_widget .faqs,
.widget_nt_latest_content_widget .widget_nt_faq_widget .careerss, .widget_nt_faq_widget .widget_nt_latest_content_widget .careerss,
.widget_nt_latest_content_widget .widget_nt_careers_widget .faqs, .widget_nt_careers_widget .widget_nt_latest_content_widget .faqs,
.widget_nt_latest_content_widget .widget_nt_careers_widget .careerss, .widget_nt_careers_widget .widget_nt_latest_content_widget .careerss, .widget_nt_latest_content_widget .widget_nt_team_widget .team, .widget_nt_team_widget .widget_nt_latest_content_widget .team, .widget_nt_latest_content_widget nav.navigation, .widget_nt_latest_content_widget .event,
.widget_nt_latest_events_magazine_widget .grid-container,
.widget_nt_latest_events_magazine_widget .widget_nt_faq_widget .faqs,
.widget_nt_faq_widget .widget_nt_latest_events_magazine_widget .faqs,
.widget_nt_latest_events_magazine_widget .widget_nt_faq_widget .careerss,
.widget_nt_faq_widget .widget_nt_latest_events_magazine_widget .careerss,
.widget_nt_latest_events_magazine_widget .widget_nt_careers_widget .faqs,
.widget_nt_careers_widget .widget_nt_latest_events_magazine_widget .faqs,
.widget_nt_latest_events_magazine_widget .widget_nt_careers_widget .careerss,
.widget_nt_careers_widget .widget_nt_latest_events_magazine_widget .careerss,
.widget_nt_latest_events_magazine_widget .widget_nt_team_widget .team,
.widget_nt_team_widget .widget_nt_latest_events_magazine_widget .team,
.widget_nt_latest_events_magazine_widget nav.navigation,
.widget_nt_latest_events_magazine_widget .event,
.featured-event .grid-container,
.featured-event .widget_nt_faq_widget .faqs,
.widget_nt_faq_widget .featured-event .faqs,
.featured-event .widget_nt_faq_widget .careerss,
.widget_nt_faq_widget .featured-event .careerss,
.featured-event .widget_nt_careers_widget .faqs,
.widget_nt_careers_widget .featured-event .faqs,
.featured-event .widget_nt_careers_widget .careerss,
.widget_nt_careers_widget .featured-event .careerss,
.featured-event .widget_nt_team_widget .team,
.widget_nt_team_widget .featured-event .team,
.featured-event nav.navigation,
.featured-event .event {
  max-width: 100%;
  background-color: #272726; }

.widget_nt_latest_content_widget a,
.widget_nt_latest_events_magazine_widget a,
.featured-event a {
  position: relative;
  display: block;
  color: white;
  background-color: rgba(101, 94, 78, 0.8);
  width: 100%; }

.widget_nt_latest_content_widget .primary-column article,
.widget_nt_latest_events_magazine_widget .primary-column article,
.featured-event .primary-column article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .widget_nt_latest_content_widget .primary-column article a,
  .widget_nt_latest_events_magazine_widget .primary-column article a,
  .featured-event .primary-column article a {
    position: relative;
    padding: 30px 30px 68.5% 30px; }
    .widget_nt_latest_content_widget .primary-column article a:hover .title,
    .widget_nt_latest_events_magazine_widget .primary-column article a:hover .title,
    .featured-event .primary-column article a:hover .title {
      color: white !important; }
    @media (max-width: 1028px) {
      .widget_nt_latest_content_widget .primary-column article a,
      .widget_nt_latest_events_magazine_widget .primary-column article a,
      .featured-event .primary-column article a {
        padding: 30px 30px 126.5% 30px; } }
    @media (max-width: 768px) {
      .widget_nt_latest_content_widget .primary-column article a,
      .widget_nt_latest_events_magazine_widget .primary-column article a,
      .featured-event .primary-column article a {
        padding: 30px 30px 60% 30px; }
        .widget_nt_latest_content_widget .primary-column article a .title,
        .widget_nt_latest_events_magazine_widget .primary-column article a .title,
        .featured-event .primary-column article a .title {
          font-size: 1.75rem;
          line-height: 2.25rem; }
.entry-content {padding:0 20px;}
}
    .widget_nt_latest_content_widget .primary-column article a .date,
    .widget_nt_latest_events_magazine_widget .primary-column article a .date,
    .featured-event .primary-column article a .date {
      position: absolute;
      top: 0px;
      left: 0px;
      padding: 30px;
      font-family: "poiret-one", sans-serif;
      text-transform: uppercase;
      letter-spacing: 4px; }
      @media (max-width: 768px) {
        .widget_nt_latest_content_widget .primary-column article a .date,
        .widget_nt_latest_events_magazine_widget .primary-column article a .date,
        .featured-event .primary-column article a .date {
          display: none; } }
      .widget_nt_latest_content_widget .primary-column article a .date .day,
      .widget_nt_latest_events_magazine_widget .primary-column article a .date .day,
      .featured-event .primary-column article a .date .day {
        font-size: 10rem;
        line-height: 10.5rem;
        color: rgba(255, 255, 255, 0.35);
        position: absolute;
        top: 25px;
        left: 25px; }
    .widget_nt_latest_content_widget .primary-column article a .title,
    .widget_nt_latest_events_magazine_widget .primary-column article a .title,
    .featured-event .primary-column article a .title {
      display: block;
      margin-bottom: 0;
      padding: 30px;
      position: absolute;
      left: 0px;
      bottom: 0px; }
      .widget_nt_latest_content_widget .primary-column article a .title .tag,
      .widget_nt_latest_events_magazine_widget .primary-column article a .title .tag,
      .featured-event .primary-column article a .title .tag {
        display: block;
        color: #cca463;
        font-size: 1.1rem;
        line-height: 1.75rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
        letter-spacing: 4px; }

.widget_nt_latest_content_widget .secondary-column article,
.widget_nt_latest_events_magazine_widget .secondary-column article,
.featured-event .secondary-column article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .widget_nt_latest_content_widget .secondary-column article a,
  .widget_nt_latest_events_magazine_widget .secondary-column article a,
  .featured-event .secondary-column article a {
    padding: 20px 20px 40% 20px; }
    .widget_nt_latest_content_widget .secondary-column article a:hover,
    .widget_nt_latest_events_magazine_widget .secondary-column article a:hover,
    .featured-event .secondary-column article a:hover {
      background-color: rgba(39, 39, 38, 0.7); }
      .widget_nt_latest_content_widget .secondary-column article a:hover .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a:hover .title,
      .featured-event .secondary-column article a:hover .title {
        color: white !important; }
    .widget_nt_latest_content_widget .secondary-column article a .date,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .date,
    .featured-event .secondary-column article a .date {
      position: absolute;
      top: 0px;
      left: 0px;
      color: #cca463;
      font-size: 0.9rem;
      line-height: 1.35rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      padding: 20px; }
    .widget_nt_latest_content_widget .secondary-column article a .title,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
    .featured-event .secondary-column article a .title {
      font-size: 1.35rem;
      line-height: 1.85rem;
      display: block;
      margin-bottom: 0;
      padding: 20px;
      position: absolute;
      left: 0px;
      bottom: 0px; }

.widget_nt_latest_content_widget .secondary-column aside,
.widget_nt_latest_events_magazine_widget .secondary-column aside,
.featured-event .secondary-column aside {
  color: #efe9d9;
  padding: 30px; }
  .widget_nt_latest_content_widget .secondary-column aside h2, .widget_nt_latest_content_widget .secondary-column aside .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .secondary-column aside .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_latest_content_widget .secondary-column aside .title, .featured-event .primary-column article a .widget_nt_latest_content_widget .secondary-column aside .title,
  .widget_nt_latest_events_magazine_widget .secondary-column aside h2,
  .widget_nt_latest_content_widget .primary-column article a .widget_nt_latest_events_magazine_widget .secondary-column aside .title,
  .widget_nt_latest_events_magazine_widget .secondary-column aside .primary-column article a .title,
  .widget_nt_latest_events_magazine_widget .primary-column article a .secondary-column aside .title,
  .featured-event .primary-column article a .widget_nt_latest_events_magazine_widget .secondary-column aside .title,
  .featured-event .secondary-column aside h2,
  .widget_nt_latest_content_widget .primary-column article a .featured-event .secondary-column aside .title,
  .widget_nt_latest_events_magazine_widget .primary-column article a .featured-event .secondary-column aside .title,
  .featured-event .secondary-column aside .primary-column article a .title,
  .featured-event .primary-column article a .secondary-column aside .title {
    color: #cca463; }
    @media (max-width: 520px) {
      .widget_nt_latest_content_widget .secondary-column aside h2, .widget_nt_latest_content_widget .secondary-column aside .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .secondary-column aside .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_latest_content_widget .secondary-column aside .title, .featured-event .primary-column article a .widget_nt_latest_content_widget .secondary-column aside .title,
      .widget_nt_latest_events_magazine_widget .secondary-column aside h2,
      .widget_nt_latest_content_widget .primary-column article a .widget_nt_latest_events_magazine_widget .secondary-column aside .title,
      .widget_nt_latest_events_magazine_widget .secondary-column aside .primary-column article a .title,
      .widget_nt_latest_events_magazine_widget .primary-column article a .secondary-column aside .title,
      .featured-event .primary-column article a .widget_nt_latest_events_magazine_widget .secondary-column aside .title,
      .featured-event .secondary-column aside h2,
      .widget_nt_latest_content_widget .primary-column article a .featured-event .secondary-column aside .title,
      .widget_nt_latest_events_magazine_widget .primary-column article a .featured-event .secondary-column aside .title,
      .featured-event .secondary-column aside .primary-column article a .title,
      .featured-event .primary-column article a .secondary-column aside .title {
        text-align: center; } }

.widget_nt_program_widget {
  padding: 5rem 0;
  background-color: #faf8f2;
  /* .col {
		@extend .grid-33;
		@extend .tablet-grid-33;
		margin-bottom: 2rem;
		
		&:last-child {
			margin-bottom: 0;
		}
		
		@media(max-width: $tablet-max-width) {
			
			h3 {
				text-align: center;
			}
			
		}
		
		ul {
			margin: 0;
			padding: 0;
			list-style: none;
			
			li {
				margin: 0;
				padding: 7px 0;
				border-bottom: 1px solid $secondary-color;
				
				a {
					display: inline-block;
					width: 100%;
					padding: 0;
				}
				
			}
			
		}
		
		.registration-container {
			background-color: $canvas-color;
			border: 1px solid $secondary-color;
			padding: 20px;
			text-align: center;
			
			.button {
				width: 100%;
			}
			
			p:last-child {
				margin-bottom: 0;
			}
			
		}
		
	} */ }
  .widget_nt_program_widget .col {
    margin-bottom: 2rem;
    padding: 0 20px; }
    .widget_nt_program_widget .col ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .widget_nt_program_widget .col ul li {
        margin: 0;
        padding: 7px 0;
        border-bottom: 1px solid #efe9d9; }
        .widget_nt_program_widget .col ul li a {
          display: inline-block;
          width: 100%;
          padding: 0; }
    .widget_nt_program_widget .col .registration-container {
      background-color: white;
      border: 1px solid #efe9d9;
      padding: 20px;
      text-align: center; }
      .widget_nt_program_widget .col .registration-container .button {
        width: 100%; }
      .widget_nt_program_widget .col .registration-container p:last-child {
        margin-bottom: 0; }

.widget_nt_custom_widget {
  border-bottom: 1px solid #efe9d9;
  padding: 4rem 0 3rem 0; }
  .widget_nt_custom_widget h2, .widget_nt_custom_widget .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_custom_widget .title,
  .widget_nt_custom_widget .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_custom_widget .title,
  .widget_nt_custom_widget .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_custom_widget .title {
    text-align: center; }

.widget_nt_faq_widget,
.widget_nt_careers_widget {
  padding: 5rem 0;
  background-color: #faf8f2; }
  .widget_nt_faq_widget h2, .widget_nt_faq_widget .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_faq_widget .title,
  .widget_nt_faq_widget .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_faq_widget .title,
  .widget_nt_faq_widget .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_faq_widget .title,
  .widget_nt_careers_widget h2,
  .widget_nt_careers_widget .widget_nt_latest_content_widget .primary-column article a .title,
  .widget_nt_latest_content_widget .primary-column article a .widget_nt_careers_widget .title,
  .widget_nt_careers_widget .widget_nt_latest_events_magazine_widget .primary-column article a .title,
  .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_careers_widget .title,
  .widget_nt_careers_widget .featured-event .primary-column article a .title,
  .featured-event .primary-column article a .widget_nt_careers_widget .title {
    color: #cca463;
    text-align: center;
    margin-bottom: 5rem; }
  .widget_nt_faq_widget .faqs,
  .widget_nt_faq_widget .careerss,
  .widget_nt_careers_widget .faqs,
  .widget_nt_careers_widget .careerss {
    max-width: 820px; }
    .widget_nt_faq_widget .faqs .grid-100:last-child,
    .widget_nt_faq_widget .careerss .grid-100:last-child,
    .widget_nt_careers_widget .faqs .grid-100:last-child,
    .widget_nt_careers_widget .careerss .grid-100:last-child {
      margin-bottom: 0; }
      .widget_nt_faq_widget .faqs .grid-100:last-child .faq,
      .widget_nt_faq_widget .careerss .grid-100:last-child .faq,
      .widget_nt_careers_widget .faqs .grid-100:last-child .faq,
      .widget_nt_careers_widget .careerss .grid-100:last-child .faq {
        border-bottom: 0;
        margin-bottom: 0; }
    .widget_nt_faq_widget .faqs .faq,
    .widget_nt_faq_widget .faqs .careers,
    .widget_nt_faq_widget .careerss .faq,
    .widget_nt_faq_widget .careerss .careers,
    .widget_nt_careers_widget .faqs .faq,
    .widget_nt_careers_widget .faqs .careers,
    .widget_nt_careers_widget .careerss .faq,
    .widget_nt_careers_widget .careerss .careers {
      border-bottom: 1px solid #efe9d9;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .widget_nt_faq_widget .faqs .faq h3, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title,
      .widget_nt_faq_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title,
      .widget_nt_faq_widget .faqs .faq .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .faq .title, .widget_nt_faq_widget .faqs .faq .blog #primary article a .title, .blog #primary article a .widget_nt_faq_widget .faqs .faq .title,
      .widget_nt_faq_widget .faqs .faq .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .faq .title,
      .widget_nt_faq_widget .faqs .faq .tax-event_category #primary article a .title, .tax-event_category #primary article a .widget_nt_faq_widget .faqs .faq .title,
      .widget_nt_faq_widget .faqs .careers h3,
      .widget_nt_faq_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title,
      .widget_nt_faq_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title,
      .widget_nt_faq_widget .faqs .careers .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .careers .title,
      .widget_nt_faq_widget .faqs .careers .blog #primary article a .title,
      .blog #primary article a .widget_nt_faq_widget .faqs .careers .title,
      .widget_nt_faq_widget .faqs .careers .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .careers .title,
      .widget_nt_faq_widget .faqs .careers .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_faq_widget .faqs .careers .title,
      .widget_nt_faq_widget .careerss .faq h3,
      .widget_nt_faq_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title,
      .widget_nt_faq_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title,
      .widget_nt_faq_widget .careerss .faq .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .faq .title,
      .widget_nt_faq_widget .careerss .faq .blog #primary article a .title,
      .blog #primary article a .widget_nt_faq_widget .careerss .faq .title,
      .widget_nt_faq_widget .careerss .faq .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .faq .title,
      .widget_nt_faq_widget .careerss .faq .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_faq_widget .careerss .faq .title,
      .widget_nt_faq_widget .careerss .careers h3,
      .widget_nt_faq_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title,
      .widget_nt_faq_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title,
      .widget_nt_faq_widget .careerss .careers .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .careers .title,
      .widget_nt_faq_widget .careerss .careers .blog #primary article a .title,
      .blog #primary article a .widget_nt_faq_widget .careerss .careers .title,
      .widget_nt_faq_widget .careerss .careers .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .careers .title,
      .widget_nt_faq_widget .careerss .careers .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_faq_widget .careerss .careers .title,
      .widget_nt_careers_widget .faqs .faq h3,
      .widget_nt_careers_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title,
      .widget_nt_careers_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title,
      .widget_nt_careers_widget .faqs .faq .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .faq .title,
      .widget_nt_careers_widget .faqs .faq .blog #primary article a .title,
      .blog #primary article a .widget_nt_careers_widget .faqs .faq .title,
      .widget_nt_careers_widget .faqs .faq .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .faq .title,
      .widget_nt_careers_widget .faqs .faq .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_careers_widget .faqs .faq .title,
      .widget_nt_careers_widget .faqs .careers h3,
      .widget_nt_careers_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title,
      .widget_nt_careers_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title,
      .widget_nt_careers_widget .faqs .careers .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .careers .title,
      .widget_nt_careers_widget .faqs .careers .blog #primary article a .title,
      .blog #primary article a .widget_nt_careers_widget .faqs .careers .title,
      .widget_nt_careers_widget .faqs .careers .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .careers .title,
      .widget_nt_careers_widget .faqs .careers .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_careers_widget .faqs .careers .title,
      .widget_nt_careers_widget .careerss .faq h3,
      .widget_nt_careers_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title,
      .widget_nt_careers_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title,
      .widget_nt_careers_widget .careerss .faq .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .faq .title,
      .widget_nt_careers_widget .careerss .faq .blog #primary article a .title,
      .blog #primary article a .widget_nt_careers_widget .careerss .faq .title,
      .widget_nt_careers_widget .careerss .faq .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .faq .title,
      .widget_nt_careers_widget .careerss .faq .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_careers_widget .careerss .faq .title,
      .widget_nt_careers_widget .careerss .careers h3,
      .widget_nt_careers_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title,
      .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title,
      .widget_nt_careers_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title,
      .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title,
      .widget_nt_careers_widget .careerss .careers .featured-event .secondary-column article a .title,
      .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .careers .title,
      .widget_nt_careers_widget .careerss .careers .blog #primary article a .title,
      .blog #primary article a .widget_nt_careers_widget .careerss .careers .title,
      .widget_nt_careers_widget .careerss .careers .post-type-archive-events #primary article a .title,
      .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .careers .title,
      .widget_nt_careers_widget .careerss .careers .tax-event_category #primary article a .title,
      .tax-event_category #primary article a .widget_nt_careers_widget .careerss .careers .title {
        margin: 0;
        padding-left: 45px;
        position: relative; }
        .widget_nt_faq_widget .faqs .faq h3 a, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title a, .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a, .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a, .widget_nt_faq_widget .faqs .faq .featured-event .secondary-column article a .title a, .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a, .widget_nt_faq_widget .faqs .faq .blog #primary article a .title a, .blog #primary article a .widget_nt_faq_widget .faqs .faq .title a, .widget_nt_faq_widget .faqs .faq .post-type-archive-events #primary article a .title a, .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .faq .title a, .widget_nt_faq_widget .faqs .faq .tax-event_category #primary article a .title a, .tax-event_category #primary article a .widget_nt_faq_widget .faqs .faq .title a,
        .widget_nt_faq_widget .faqs .careers h3 a,
        .widget_nt_faq_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a,
        .widget_nt_faq_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a,
        .widget_nt_faq_widget .faqs .careers .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a,
        .widget_nt_faq_widget .faqs .careers .blog #primary article a .title a,
        .blog #primary article a .widget_nt_faq_widget .faqs .careers .title a,
        .widget_nt_faq_widget .faqs .careers .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .careers .title a,
        .widget_nt_faq_widget .faqs .careers .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_faq_widget .faqs .careers .title a,
        .widget_nt_faq_widget .careerss .faq h3 a,
        .widget_nt_faq_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a,
        .widget_nt_faq_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a,
        .widget_nt_faq_widget .careerss .faq .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a,
        .widget_nt_faq_widget .careerss .faq .blog #primary article a .title a,
        .blog #primary article a .widget_nt_faq_widget .careerss .faq .title a,
        .widget_nt_faq_widget .careerss .faq .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .faq .title a,
        .widget_nt_faq_widget .careerss .faq .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_faq_widget .careerss .faq .title a,
        .widget_nt_faq_widget .careerss .careers h3 a,
        .widget_nt_faq_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a,
        .widget_nt_faq_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a,
        .widget_nt_faq_widget .careerss .careers .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a,
        .widget_nt_faq_widget .careerss .careers .blog #primary article a .title a,
        .blog #primary article a .widget_nt_faq_widget .careerss .careers .title a,
        .widget_nt_faq_widget .careerss .careers .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .careers .title a,
        .widget_nt_faq_widget .careerss .careers .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_faq_widget .careerss .careers .title a,
        .widget_nt_careers_widget .faqs .faq h3 a,
        .widget_nt_careers_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a,
        .widget_nt_careers_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a,
        .widget_nt_careers_widget .faqs .faq .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a,
        .widget_nt_careers_widget .faqs .faq .blog #primary article a .title a,
        .blog #primary article a .widget_nt_careers_widget .faqs .faq .title a,
        .widget_nt_careers_widget .faqs .faq .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .faq .title a,
        .widget_nt_careers_widget .faqs .faq .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_careers_widget .faqs .faq .title a,
        .widget_nt_careers_widget .faqs .careers h3 a,
        .widget_nt_careers_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a,
        .widget_nt_careers_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a,
        .widget_nt_careers_widget .faqs .careers .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a,
        .widget_nt_careers_widget .faqs .careers .blog #primary article a .title a,
        .blog #primary article a .widget_nt_careers_widget .faqs .careers .title a,
        .widget_nt_careers_widget .faqs .careers .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .careers .title a,
        .widget_nt_careers_widget .faqs .careers .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_careers_widget .faqs .careers .title a,
        .widget_nt_careers_widget .careerss .faq h3 a,
        .widget_nt_careers_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a,
        .widget_nt_careers_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a,
        .widget_nt_careers_widget .careerss .faq .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a,
        .widget_nt_careers_widget .careerss .faq .blog #primary article a .title a,
        .blog #primary article a .widget_nt_careers_widget .careerss .faq .title a,
        .widget_nt_careers_widget .careerss .faq .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .faq .title a,
        .widget_nt_careers_widget .careerss .faq .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_careers_widget .careerss .faq .title a,
        .widget_nt_careers_widget .careerss .careers h3 a,
        .widget_nt_careers_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a,
        .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a,
        .widget_nt_careers_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a,
        .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a,
        .widget_nt_careers_widget .careerss .careers .featured-event .secondary-column article a .title a,
        .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a,
        .widget_nt_careers_widget .careerss .careers .blog #primary article a .title a,
        .blog #primary article a .widget_nt_careers_widget .careerss .careers .title a,
        .widget_nt_careers_widget .careerss .careers .post-type-archive-events #primary article a .title a,
        .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .careers .title a,
        .widget_nt_careers_widget .careerss .careers .tax-event_category #primary article a .title a,
        .tax-event_category #primary article a .widget_nt_careers_widget .careerss .careers .title a {
          color: #272726 !important; }
          .widget_nt_faq_widget .faqs .faq h3 a:hover, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title a:hover, .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a:hover, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover, .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a:hover, .widget_nt_faq_widget .faqs .faq .featured-event .secondary-column article a .title a:hover, .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a:hover, .widget_nt_faq_widget .faqs .faq .blog #primary article a .title a:hover, .blog #primary article a .widget_nt_faq_widget .faqs .faq .title a:hover, .widget_nt_faq_widget .faqs .faq .post-type-archive-events #primary article a .title a:hover, .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .faq .title a:hover, .widget_nt_faq_widget .faqs .faq .tax-event_category #primary article a .title a:hover, .tax-event_category #primary article a .widget_nt_faq_widget .faqs .faq .title a:hover,
          .widget_nt_faq_widget .faqs .careers h3 a:hover,
          .widget_nt_faq_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:hover,
          .widget_nt_faq_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:hover,
          .widget_nt_faq_widget .faqs .careers .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:hover,
          .widget_nt_faq_widget .faqs .careers .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_faq_widget .faqs .careers .title a:hover,
          .widget_nt_faq_widget .faqs .careers .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .careers .title a:hover,
          .widget_nt_faq_widget .faqs .careers .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_faq_widget .faqs .careers .title a:hover,
          .widget_nt_faq_widget .careerss .faq h3 a:hover,
          .widget_nt_faq_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a:hover,
          .widget_nt_faq_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a:hover,
          .widget_nt_faq_widget .careerss .faq .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a:hover,
          .widget_nt_faq_widget .careerss .faq .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_faq_widget .careerss .faq .title a:hover,
          .widget_nt_faq_widget .careerss .faq .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .faq .title a:hover,
          .widget_nt_faq_widget .careerss .faq .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_faq_widget .careerss .faq .title a:hover,
          .widget_nt_faq_widget .careerss .careers h3 a:hover,
          .widget_nt_faq_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:hover,
          .widget_nt_faq_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:hover,
          .widget_nt_faq_widget .careerss .careers .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:hover,
          .widget_nt_faq_widget .careerss .careers .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_faq_widget .careerss .careers .title a:hover,
          .widget_nt_faq_widget .careerss .careers .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .careers .title a:hover,
          .widget_nt_faq_widget .careerss .careers .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_faq_widget .careerss .careers .title a:hover,
          .widget_nt_careers_widget .faqs .faq h3 a:hover,
          .widget_nt_careers_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a:hover,
          .widget_nt_careers_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a:hover,
          .widget_nt_careers_widget .faqs .faq .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a:hover,
          .widget_nt_careers_widget .faqs .faq .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_careers_widget .faqs .faq .title a:hover,
          .widget_nt_careers_widget .faqs .faq .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .faq .title a:hover,
          .widget_nt_careers_widget .faqs .faq .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_careers_widget .faqs .faq .title a:hover,
          .widget_nt_careers_widget .faqs .careers h3 a:hover,
          .widget_nt_careers_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:hover,
          .widget_nt_careers_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:hover,
          .widget_nt_careers_widget .faqs .careers .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:hover,
          .widget_nt_careers_widget .faqs .careers .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_careers_widget .faqs .careers .title a:hover,
          .widget_nt_careers_widget .faqs .careers .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .careers .title a:hover,
          .widget_nt_careers_widget .faqs .careers .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_careers_widget .faqs .careers .title a:hover,
          .widget_nt_careers_widget .careerss .faq h3 a:hover,
          .widget_nt_careers_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a:hover,
          .widget_nt_careers_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a:hover,
          .widget_nt_careers_widget .careerss .faq .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a:hover,
          .widget_nt_careers_widget .careerss .faq .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_careers_widget .careerss .faq .title a:hover,
          .widget_nt_careers_widget .careerss .faq .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .faq .title a:hover,
          .widget_nt_careers_widget .careerss .faq .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_careers_widget .careerss .faq .title a:hover,
          .widget_nt_careers_widget .careerss .careers h3 a:hover,
          .widget_nt_careers_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:hover,
          .widget_nt_careers_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:hover,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:hover,
          .widget_nt_careers_widget .careerss .careers .featured-event .secondary-column article a .title a:hover,
          .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:hover,
          .widget_nt_careers_widget .careerss .careers .blog #primary article a .title a:hover,
          .blog #primary article a .widget_nt_careers_widget .careerss .careers .title a:hover,
          .widget_nt_careers_widget .careerss .careers .post-type-archive-events #primary article a .title a:hover,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .careers .title a:hover,
          .widget_nt_careers_widget .careerss .careers .tax-event_category #primary article a .title a:hover,
          .tax-event_category #primary article a .widget_nt_careers_widget .careerss .careers .title a:hover {
            color: #655e4e !important; }
          .widget_nt_faq_widget .faqs .faq h3 a:before, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title a:before, .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a:before, .widget_nt_faq_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before, .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a:before, .widget_nt_faq_widget .faqs .faq .featured-event .secondary-column article a .title a:before, .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .faq .title a:before, .widget_nt_faq_widget .faqs .faq .blog #primary article a .title a:before, .blog #primary article a .widget_nt_faq_widget .faqs .faq .title a:before, .widget_nt_faq_widget .faqs .faq .post-type-archive-events #primary article a .title a:before, .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .faq .title a:before, .widget_nt_faq_widget .faqs .faq .tax-event_category #primary article a .title a:before, .tax-event_category #primary article a .widget_nt_faq_widget .faqs .faq .title a:before,
          .widget_nt_faq_widget .faqs .careers h3 a:before,
          .widget_nt_faq_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:before,
          .widget_nt_faq_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:before,
          .widget_nt_faq_widget .faqs .careers .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:before,
          .widget_nt_faq_widget .faqs .careers .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_faq_widget .faqs .careers .title a:before,
          .widget_nt_faq_widget .faqs .careers .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .careers .title a:before,
          .widget_nt_faq_widget .faqs .careers .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_faq_widget .faqs .careers .title a:before,
          .widget_nt_faq_widget .careerss .faq h3 a:before,
          .widget_nt_faq_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a:before,
          .widget_nt_faq_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a:before,
          .widget_nt_faq_widget .careerss .faq .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .faq .title a:before,
          .widget_nt_faq_widget .careerss .faq .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_faq_widget .careerss .faq .title a:before,
          .widget_nt_faq_widget .careerss .faq .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .faq .title a:before,
          .widget_nt_faq_widget .careerss .faq .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_faq_widget .careerss .faq .title a:before,
          .widget_nt_faq_widget .careerss .careers h3 a:before,
          .widget_nt_faq_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:before,
          .widget_nt_faq_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:before,
          .widget_nt_faq_widget .careerss .careers .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:before,
          .widget_nt_faq_widget .careerss .careers .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_faq_widget .careerss .careers .title a:before,
          .widget_nt_faq_widget .careerss .careers .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .careers .title a:before,
          .widget_nt_faq_widget .careerss .careers .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_faq_widget .careerss .careers .title a:before,
          .widget_nt_careers_widget .faqs .faq h3 a:before,
          .widget_nt_careers_widget .faqs .faq .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a:before,
          .widget_nt_careers_widget .faqs .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a:before,
          .widget_nt_careers_widget .faqs .faq .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .faq .title a:before,
          .widget_nt_careers_widget .faqs .faq .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_careers_widget .faqs .faq .title a:before,
          .widget_nt_careers_widget .faqs .faq .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .faq .title a:before,
          .widget_nt_careers_widget .faqs .faq .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_careers_widget .faqs .faq .title a:before,
          .widget_nt_careers_widget .faqs .careers h3 a:before,
          .widget_nt_careers_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:before,
          .widget_nt_careers_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:before,
          .widget_nt_careers_widget .faqs .careers .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:before,
          .widget_nt_careers_widget .faqs .careers .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_careers_widget .faqs .careers .title a:before,
          .widget_nt_careers_widget .faqs .careers .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .careers .title a:before,
          .widget_nt_careers_widget .faqs .careers .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_careers_widget .faqs .careers .title a:before,
          .widget_nt_careers_widget .careerss .faq h3 a:before,
          .widget_nt_careers_widget .careerss .faq .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a:before,
          .widget_nt_careers_widget .careerss .faq .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a:before,
          .widget_nt_careers_widget .careerss .faq .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .faq .title a:before,
          .widget_nt_careers_widget .careerss .faq .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_careers_widget .careerss .faq .title a:before,
          .widget_nt_careers_widget .careerss .faq .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .faq .title a:before,
          .widget_nt_careers_widget .careerss .faq .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_careers_widget .careerss .faq .title a:before,
          .widget_nt_careers_widget .careerss .careers h3 a:before,
          .widget_nt_careers_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
          .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:before,
          .widget_nt_careers_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
          .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:before,
          .widget_nt_careers_widget .careerss .careers .featured-event .secondary-column article a .title a:before,
          .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:before,
          .widget_nt_careers_widget .careerss .careers .blog #primary article a .title a:before,
          .blog #primary article a .widget_nt_careers_widget .careerss .careers .title a:before,
          .widget_nt_careers_widget .careerss .careers .post-type-archive-events #primary article a .title a:before,
          .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .careers .title a:before,
          .widget_nt_careers_widget .careerss .careers .tax-event_category #primary article a .title a:before,
          .tax-event_category #primary article a .widget_nt_careers_widget .careerss .careers .title a:before {
            content: '\f059';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            color: #cca463;
            margin-right: 15px;
            position: absolute;
            left: 0px; }
      .widget_nt_faq_widget .faqs .faq .entry-content,
      .widget_nt_faq_widget .faqs .careers .entry-content,
      .widget_nt_faq_widget .careerss .faq .entry-content,
      .widget_nt_faq_widget .careerss .careers .entry-content,
      .widget_nt_careers_widget .faqs .faq .entry-content,
      .widget_nt_careers_widget .faqs .careers .entry-content,
      .widget_nt_careers_widget .careerss .faq .entry-content,
      .widget_nt_careers_widget .careerss .careers .entry-content {
        display: none;
        margin-top: 1.5rem;
        color: #272726; }
        .widget_nt_faq_widget .faqs .faq .entry-content p:last-child,
        .widget_nt_faq_widget .faqs .careers .entry-content p:last-child,
        .widget_nt_faq_widget .careerss .faq .entry-content p:last-child,
        .widget_nt_faq_widget .careerss .careers .entry-content p:last-child,
        .widget_nt_careers_widget .faqs .faq .entry-content p:last-child,
        .widget_nt_careers_widget .faqs .careers .entry-content p:last-child,
        .widget_nt_careers_widget .careerss .faq .entry-content p:last-child,
        .widget_nt_careers_widget .careerss .careers .entry-content p:last-child {
          margin-bottom: 0; }
    
    .widget_nt_faq_widget .faqs .careers h3 a:before,
    .widget_nt_faq_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
    .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:before,
    .widget_nt_faq_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:before,
    .widget_nt_faq_widget .faqs .careers .featured-event .secondary-column article a .title a:before,
    .featured-event .secondary-column article a .widget_nt_faq_widget .faqs .careers .title a:before,
    .widget_nt_faq_widget .faqs .careers .blog #primary article a .title a:before,
    .blog #primary article a .widget_nt_faq_widget .faqs .careers .title a:before,
    .widget_nt_faq_widget .faqs .careers .post-type-archive-events #primary article a .title a:before,
    .post-type-archive-events #primary article a .widget_nt_faq_widget .faqs .careers .title a:before,
    .widget_nt_faq_widget .faqs .careers .tax-event_category #primary article a .title a:before,
    .tax-event_category #primary article a .widget_nt_faq_widget .faqs .careers .title a:before,
    .widget_nt_faq_widget .careerss .careers h3 a:before,
    .widget_nt_faq_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
    .widget_nt_latest_content_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:before,
    .widget_nt_faq_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:before,
    .widget_nt_faq_widget .careerss .careers .featured-event .secondary-column article a .title a:before,
    .featured-event .secondary-column article a .widget_nt_faq_widget .careerss .careers .title a:before,
    .widget_nt_faq_widget .careerss .careers .blog #primary article a .title a:before,
    .blog #primary article a .widget_nt_faq_widget .careerss .careers .title a:before,
    .widget_nt_faq_widget .careerss .careers .post-type-archive-events #primary article a .title a:before,
    .post-type-archive-events #primary article a .widget_nt_faq_widget .careerss .careers .title a:before,
    .widget_nt_faq_widget .careerss .careers .tax-event_category #primary article a .title a:before,
    .tax-event_category #primary article a .widget_nt_faq_widget .careerss .careers .title a:before,
    .widget_nt_careers_widget .faqs .careers h3 a:before,
    .widget_nt_careers_widget .faqs .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
    .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:before,
    .widget_nt_careers_widget .faqs .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:before,
    .widget_nt_careers_widget .faqs .careers .featured-event .secondary-column article a .title a:before,
    .featured-event .secondary-column article a .widget_nt_careers_widget .faqs .careers .title a:before,
    .widget_nt_careers_widget .faqs .careers .blog #primary article a .title a:before,
    .blog #primary article a .widget_nt_careers_widget .faqs .careers .title a:before,
    .widget_nt_careers_widget .faqs .careers .post-type-archive-events #primary article a .title a:before,
    .post-type-archive-events #primary article a .widget_nt_careers_widget .faqs .careers .title a:before,
    .widget_nt_careers_widget .faqs .careers .tax-event_category #primary article a .title a:before,
    .tax-event_category #primary article a .widget_nt_careers_widget .faqs .careers .title a:before,
    .widget_nt_careers_widget .careerss .careers h3 a:before,
    .widget_nt_careers_widget .careerss .careers .widget_nt_latest_content_widget .secondary-column article a .title a:before,
    .widget_nt_latest_content_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:before,
    .widget_nt_careers_widget .careerss .careers .widget_nt_latest_events_magazine_widget .secondary-column article a .title a:before,
    .widget_nt_latest_events_magazine_widget .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:before,
    .widget_nt_careers_widget .careerss .careers .featured-event .secondary-column article a .title a:before,
    .featured-event .secondary-column article a .widget_nt_careers_widget .careerss .careers .title a:before,
    .widget_nt_careers_widget .careerss .careers .blog #primary article a .title a:before,
    .blog #primary article a .widget_nt_careers_widget .careerss .careers .title a:before,
    .widget_nt_careers_widget .careerss .careers .post-type-archive-events #primary article a .title a:before,
    .post-type-archive-events #primary article a .widget_nt_careers_widget .careerss .careers .title a:before,
    .widget_nt_careers_widget .careerss .careers .tax-event_category #primary article a .title a:before,
    .tax-event_category #primary article a .widget_nt_careers_widget .careerss .careers .title a:before {
      content: '\f0b1'; }

.widget_nt_events_widget {
  padding: 5rem 0;
  background-color: white; }
  .widget_nt_events_widget h2, .widget_nt_events_widget .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_events_widget .title,
  .widget_nt_events_widget .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_events_widget .title,
  .widget_nt_events_widget .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_events_widget .title {
    text-align: center;
    margin-bottom: 5rem; }

.widget_nt_team_widget {
  padding: 5rem 0;
  background-color: white; }
  .widget_nt_team_widget h2, .widget_nt_team_widget .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_team_widget .title,
  .widget_nt_team_widget .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_team_widget .title,
  .widget_nt_team_widget .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_team_widget .title {
    color: #cca463;
    text-align: center;
    margin-bottom: 5rem; }
  .widget_nt_team_widget .team .member {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    margin-bottom: 1.5rem;
    text-align: center; }
    .widget_nt_team_widget .team .member .portrait img {
      border-radius: 50%;
      display: block;
      margin-bottom: 0.5rem; }
    .widget_nt_team_widget .team .member .name {
      font-weight: bold;
      font-size: 1.35rem;
      line-height: 1.75rem;
      display: block;
      margin-bottom: 0.5rem; }
    .widget_nt_team_widget .team .member .position {
      font-size: 0.9rem;
      line-height: 1.35rem;
      font-style: italic;
      display: block; }
  .widget_nt_team_widget .team .team-description {
    display: none;
    color: white;
    background-color: #272726;
    padding: 4rem 9999rem;
    margin: 0 -9999rem 2rem -9999rem; }
    .widget_nt_team_widget .team .team-description .grid-container, .widget_nt_team_widget .team .team-description .widget_nt_faq_widget .faqs, .widget_nt_faq_widget .widget_nt_team_widget .team .team-description .faqs,
    .widget_nt_team_widget .team .team-description .widget_nt_faq_widget .careerss, .widget_nt_faq_widget .widget_nt_team_widget .team .team-description .careerss,
    .widget_nt_team_widget .team .team-description .widget_nt_careers_widget .faqs, .widget_nt_careers_widget .widget_nt_team_widget .team .team-description .faqs,
    .widget_nt_team_widget .team .team-description .widget_nt_careers_widget .careerss, .widget_nt_careers_widget .widget_nt_team_widget .team .team-description .careerss, .widget_nt_team_widget .team .team-description .team, .widget_nt_team_widget .team .team-description nav.navigation, .widget_nt_team_widget .team .team-description .event {
      position: relative; }
      .widget_nt_team_widget .team .team-description .grid-container .close, .widget_nt_team_widget .team .team-description .widget_nt_faq_widget .faqs .close, .widget_nt_faq_widget .widget_nt_team_widget .team .team-description .faqs .close, .widget_nt_team_widget .team .team-description .widget_nt_faq_widget .careerss .close, .widget_nt_faq_widget .widget_nt_team_widget .team .team-description .careerss .close, .widget_nt_team_widget .team .team-description .widget_nt_careers_widget .faqs .close, .widget_nt_careers_widget .widget_nt_team_widget .team .team-description .faqs .close, .widget_nt_team_widget .team .team-description .widget_nt_careers_widget .careerss .close, .widget_nt_careers_widget .widget_nt_team_widget .team .team-description .careerss .close, .widget_nt_team_widget .team .team-description .team .close, .widget_nt_team_widget .team .team-description nav.navigation .close, .widget_nt_team_widget .team .team-description .event .close {
        position: absolute;
        top: -30px;
        right: -30px;
        font-size: 3rem;
        line-height: 3rem; }
    .widget_nt_team_widget .team .team-description h2, .widget_nt_team_widget .team .team-description .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a .widget_nt_team_widget .team .team-description .title,
    .widget_nt_team_widget .team .team-description .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a .widget_nt_team_widget .team .team-description .title,
    .widget_nt_team_widget .team .team-description .featured-event .primary-column article a .title, .featured-event .primary-column article a .widget_nt_team_widget .team .team-description .title {
      margin-bottom: 1rem;
      text-align: left; }
    .widget_nt_team_widget .team .team-description img {
      border-radius: 50%;
      display: block;
      margin: 0 auto; }
    .widget_nt_team_widget .team .team-description .description-thumbnail,
    .widget_nt_team_widget .team .team-description .description-content-container {
      padding: 0 20px; }
    .widget_nt_team_widget .team .team-description .description-position {
      font-style: italic;
      margin-bottom: 2rem; }

#colophon {
  color: #efe9d9;
  background-color: #272726;
  padding: 45px 35px 35px 35px; }
  #colophon .footer-columns {
    border-top: 1px solid #efe9d9;
    border-bottom: 1px solid #efe9d9;
    display: table;
    font-size: 1rem;
    line-height: 1.5rem;
	margin:0 auto;}
    #colophon .footer-columns a {
      color: white; }
      #colophon .footer-columns a:hover {
        text-decoration: underline; }
    #colophon .footer-columns .col {
      display: table-cell;
      border-right: 1px solid #efe9d9;
      padding: 30px;
      float: none; }
      #colophon .footer-columns .col ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #colophon .footer-columns .col ul li {
          margin: 0;
          padding: 0; }
          #colophon .footer-columns .col ul li a {
            text-transform: uppercase;
            display: block;
            width: 100%;
            margin-bottom: 0.5rem;
            letter-spacing: 4px; }
    #colophon .footer-columns .col-two .social-nav {
      text-align: center;
      margin-top: -45px;
      margin-bottom: 10px; }
      #colophon .footer-columns .col-two .social-nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #colophon .footer-columns .col-two .social-nav ul li {
          margin: 0 0 0 -4px;
          padding: 0 10px;
          display: inline-block;
          background-color: #272726; }
          #colophon .footer-columns .col-two .social-nav ul li a {
            font-size: 2rem;
            line-height: 2rem;
            color: #efe9d9; }
            #colophon .footer-columns .col-two .social-nav ul li a:hover {
              color: white; }
    @media (max-width: 768px) {
      #colophon .footer-columns .col-two {
        display: block;
        border-right: 0;
        border-bottom: 1px solid #efe9d9;
        padding: 30px 0; } }
    #colophon .footer-columns .col-two input[type="email"] {
      border: 1px solid #efe9d9;
      color: #efe9d9;
      background-color: transparent; }
    #colophon .footer-columns .col-two input[type="submit"],
    #colophon .footer-columns .col-two button {
      display: inline-block;
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: normal;
      font-family: "agenda", sans-serif;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 12px 28px;
      text-align: center;
      color: #655e4e;
      background-color: #efe9d9;
      cursor: pointer;
      border: 1px solid #efe9d9;
      border-radius: 0;
      -webkit-appearance: none;
      /* @media (max-width: $mobile-max-width) {
		width: 100%;
		margin-bottom: 0.8rem;
	} */ }
      #colophon .footer-columns .col-two input[type="submit"]:hover, #colophon .footer-columns .col-two input[type="submit"]:active,
      #colophon .footer-columns .col-two button:hover,
      #colophon .footer-columns .col-two button:active {
        outline: none;
        color: #655e4e;
        background-color: #efe9d9;
        text-decoration: none; }
      #colophon .footer-columns .col-two input[type="submit"] .fa,
      #colophon .footer-columns .col-two button .fa {
        margin-right: 12px; }
    #colophon .footer-columns .col-three {
      border-right: 0; }
      @media (max-width: 768px) {
        #colophon .footer-columns .col-three {
          display: block;
          border-right: 0;
          padding: 30px 0; } }
  #colophon .site-info {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-top: 1rem; }

.single .entry-content {
  display: block;
  max-width: 820px;
  margin: 3.5rem auto; }

#comments {
  display: block;
  max-width: 820px;
  margin: 2rem auto;
  padding-top: 2rem;
  border-top: 1px dotted #cca463;
  /*
	
	li.comment.bypostauthor cite:after {
		content: 'Author';
		background-color: #ffb031;
		font-size: 14px;
		line-height: 14px;
		color: white;
		margin-left: 10px;
		padding: 5px 12px;
		display: inline-block;
		border-radius: 4px;
		position: relative;
		bottom: 5px;
	}
	
	*/ }
  #comments .form-allowed-tags {
    background-color: #cca463;
    padding: 10px;
    font-size: 0.9em; }
  #comments ol.comment-list {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0; }
  #comments li.comment {
    margin: 0 0 17px 0;
    list-style: none; }
    #comments li.comment p {
      padding: 0; }
  #comments li.comment .comment-body {
    font-size: 0.95em;
    padding-left: 85px; }
  #comments li.comment:last-child {
    margin-bottom: 0; }
  #comments ul.children li {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  #comments li.comment .avatar {
    position: absolute;
    margin-left: -85px;
    border-radius: 50%; }
  #comments .fn {
    font-size: 1.4em;
    margin-bottom: 0.25em;
    display: block; }
  #comments li.comment .comment-metadata {
    font-size: 0.85em;
    margin-bottom: 0.9em;
    display: block; }
    #comments li.comment .comment-metadata a {
      color: #cca463; }
  #comments li.comment .reply {
    margin-bottom: 1em;
    text-align: right; }
  #comments li.comment .reply a {
    display: inline-block;
    line-height: 1em;
    padding: 6px 22px;
    color: white;
    background-color: #655e4e; }
  #comments li.comment .says {
    display: none; }
  #comments .comment-awaiting-moderation {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
    color: #655e4e; }
  #comments:after {
    content: '.';
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
    visibility: hidden; }

.page .entry-content {
  display: block;
  max-width: 820px;
  margin: 3.5rem auto; }

.blog #primary,
.post-type-archive-events #primary,
.tax-event_category #primary {
  width: 100%; }
  .blog #primary:after,
  .post-type-archive-events #primary:after,
  .tax-event_category #primary:after {
    content: '.';
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
    visibility: hidden; }
  .blog #primary article,
  .post-type-archive-events #primary article,
  .tax-event_category #primary article {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .blog #primary article a,
    .post-type-archive-events #primary article a,
    .tax-event_category #primary article a {
      position: relative;
      display: block;
      color: white;
      background-color: rgba(101, 94, 78, 0.8);
      width: 100%; }
    .blog #primary article a,
    .post-type-archive-events #primary article a,
    .tax-event_category #primary article a {
      padding: 20px 20px 40% 20px; }
      .blog #primary article a:hover,
      .post-type-archive-events #primary article a:hover,
      .tax-event_category #primary article a:hover {
        background-color: rgba(39, 39, 38, 0.7); }
        .blog #primary article a:hover .title,
        .post-type-archive-events #primary article a:hover .title,
        .tax-event_category #primary article a:hover .title {
          color: white !important; }
      .blog #primary article a .date,
      .post-type-archive-events #primary article a .date,
      .tax-event_category #primary article a .date {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #cca463;
        font-size: 0.9rem;
        line-height: 1.35rem;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding: 20px; }
      .blog #primary article a .title,
      .post-type-archive-events #primary article a .title,
      .tax-event_category #primary article a .title {
        font-size: 1.35rem;
        line-height: 1.85rem;
        display: block;
        margin-bottom: 0;
        padding: 20px;
        position: absolute;
        left: 0px;
        bottom: 0px; }

nav.navigation {
  width: 100%;
  padding-top: 2rem;
  margin-bottom: 2em;
  clear: both; }
  nav.navigation:after {
    content: '.';
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
    visibility: hidden; }
  nav.navigation h2, nav.navigation .widget_nt_latest_content_widget .primary-column article a .title, .widget_nt_latest_content_widget .primary-column article a nav.navigation .title,
  nav.navigation .widget_nt_latest_events_magazine_widget .primary-column article a .title, .widget_nt_latest_events_magazine_widget .primary-column article a nav.navigation .title,
  nav.navigation .featured-event .primary-column article a .title, .featured-event .primary-column article a nav.navigation .title {
    display: none; }
  nav.navigation .nav-previous a,
  nav.navigation .nav-next a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
    font-family: "agenda", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 28px;
    text-align: center;
    color: #655e4e;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #655e4e;
    border-radius: 0;
    -webkit-appearance: none;
    /* @media (max-width: $mobile-max-width) {
		width: 100%;
		margin-bottom: 0.8rem;
	} */ }
    nav.navigation .nav-previous a:hover, nav.navigation .nav-previous a:active,
    nav.navigation .nav-next a:hover,
    nav.navigation .nav-next a:active {
      outline: none;
      color: white;
      background-color: #655e4e;
      text-decoration: none; }
    nav.navigation .nav-previous a .fa,
    nav.navigation .nav-next a .fa {
      margin-right: 12px; }
  nav.navigation .nav-next {
    text-align: right; }

.event {
  max-width: 820px;
  margin: 0 auto 2rem auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid #efe9d9; }
  @media (max-width: 768px) {
    .event {
      text-align: center; } }
  .event .date {
    text-align: center;
    margin-bottom: 1rem; }
    .event .date .day {
      font-family: "poiret-one", sans-serif;
      font-size: 4rem;
      line-height: 4.5rem;
      display: block; }
  .event h3, .event .widget_nt_latest_content_widget .secondary-column article a .title, .widget_nt_latest_content_widget .secondary-column article a .event .title,
  .event .widget_nt_latest_events_magazine_widget .secondary-column article a .title, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title,
  .event .featured-event .secondary-column article a .title, .featured-event .secondary-column article a .event .title, .event .blog #primary article a .title, .blog #primary article a .event .title,
  .event .post-type-archive-events #primary article a .title, .post-type-archive-events #primary article a .event .title,
  .event .tax-event_category #primary article a .title, .tax-event_category #primary article a .event .title {
    margin-bottom: 0; }
    .event h3 .location, .event .widget_nt_latest_content_widget .secondary-column article a .title .location, .widget_nt_latest_content_widget .secondary-column article a .event .title .location, .event .widget_nt_latest_events_magazine_widget .secondary-column article a .title .location, .widget_nt_latest_events_magazine_widget .secondary-column article a .event .title .location, .event .featured-event .secondary-column article a .title .location, .featured-event .secondary-column article a .event .title .location, .event .blog #primary article a .title .location, .blog #primary article a .event .title .location, .event .post-type-archive-events #primary article a .title .location, .post-type-archive-events #primary article a .event .title .location, .event .tax-event_category #primary article a .title .location, .tax-event_category #primary article a .event .title .location {
      display: block;
      margin-top: 1rem;
      font-family: "agenda", sans-serif;
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-weight: normal;
      font-style: italic;
      letter-spacing: 0;
      text-transform: none; }
.Gallery_design h2 {
    text-align: center;
    margin-bottom: 40px;
}
.Gallery_design {
    padding: 100px 0;
}
.page.page-id-3972 .Gallery_design{
	padding: 100px 0 0;
}
td#envirabox-title-float-main {
    display: none;
}
.page-id-3964 .page-hero,.page-id-2953 .page-hero,.page-id-2968 .page-hero,.page-id-3964 .page-hero,.page-id-163 .page-hero,.page-id-3255 .page-hero,.page-id-3258 .page-hero,.page-id-2964 .page-hero,.page-id-3262 .page-hero,.page-id-3251 .page-hero,.page-id-3344 .page-hero,.page-id-3238 .page-hero,.page-id-159 .page-hero,.page-id-3164 .page-hero,.page-id-3880 .page-hero,.page-id-3958 .page-hero,.page-id-3910 .page-hero{
    background-position: bottom center !important;
}
.post-5864 .entry-content {
    max-width: 1120px;
}
 @media (min-width: 1199px) {
.page.page-id-140 .page-hero,.page.page-id-3203 .page-hero{
    background-size: 100%;
    background-position: top center;
}
}

 @media (max-width: 992px) {
	 #masthead #site-navigation ul li a {
      padding: 23px 5px;
    letter-spacing: 2px;
}
	 #masthead .cta ul li a {
    padding: 12px 14px;
}
}
 @media (min-width: 992px) {
	 .nb-bottom {margin-right: 527px;}
	 .nb-notice-wrap .nb-plain-text-wrap {margin-right: 450px; text-align: left;}
	 .nb-notice-wrap .nb-close-action {right: 415px;}
}
 @media (max-width: 768px) {
.page-heading {
    padding: 3rem 20px;
}
}
ul.column-2
{    list-style-type: none;
    columns: 2;
    /* -webkit-columns: 2; */
    -moz-columns: 2;
}





/* mega menu */
nav#site-navigation {
    padding-top: 20px;
}
#mega-menu-wrap-menu-1 {
    background-color: transparent;
}
.site-header .grid-container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    background-color: #efe9d9;
    padding-top: 30px;
    padding-bottom: 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2), #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(3) {
    padding-top: 0;
    margin-top: -20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    width: 80vw;
    margin-left: 10vw;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a {
    border-bottom: 1px solid #cca463;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item>ul.mega-sub-menu a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #655e4e;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a {
    border-bottom: 1px solid #cca463;
    height: 55px;
    word-break: break-word;
    margin-bottom: 10px;
	transition:ease 0.5s all;
	letter-spacing: 1px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a:hover {
    border-color: #655e4e;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    letter-spacing: 0;
    padding: 4px 0;
    color: #655e4e;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item>a, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item.mega-current-menu-ancestor>a, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item>a:hover   {
    color: #bf9755;
    background-color: #efe9d9;
    transition: ease 0.5s all;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item>a {
	padding-top: 9px;
	padding-bottom: 9px;
	height: auto;
}
body {
    overflow-x: hidden;
}

@media (max-width:1200px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item>a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
}
#masthead .site-branding {
    max-width: max-content;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a {    
    overflow-y: hidden;
}
}
@media (min-width:991px) {
	div#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1  {
    position: static;
}
}
@media (max-width:991px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background-color: transparent;
}
nav#site-navigation {
    padding-top: 0px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 li.mobile-toggle {
    display: none;
}
masthead {
    padding: 15px 0;
}
#masthead #site-navigation {
    width: 100%;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    margin-top: -35px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {margin-top: -30px;}
#masthead .site-branding {
    max-width: 100%;
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    width: 100%;
    margin-left: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a {
    height: auto;
    overflow-y: visible;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    background-color: transparent;
    padding: 10px;
    width: 60px;
    height: 44px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box>span:before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box>span:after {
    background-color: #efe9d9;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    background-color: #efe9d9;
    top: 12px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item>a {
    padding: 0px;
    font-size: 15px;
}
#masthead .cta {
	display:none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    width: 40px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	width: 32px;
    height: 3px;
}
#mega-menu-menu-1 {
    padding-top: 15px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	background-color: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    background-color: transparent;
}
/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
} */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a {
    font-weight: normal;
   padding: 7px 10px;
    border: 0;
    background-color: transparent;
    color: #fff;
    margin-bottom: 0;
}	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-color:transparent;
}	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item>a, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item.mega-current-menu-ancestor>a, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item>a:hover {
    background-color: transparent;
    color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 8px;
    border: 1px solid rgb(255 255 255 / 40%);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    height: 25px;
    top: 0;
    width: 25px;
    line-height: 25px;
    margin: 0;
    left: 3px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2), #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(3) {
    margin-top: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item>a br {
    display: none;
}
}


/* Events archive Static left side */
.static-event-bxx {display:none;}
.featured-event .static-event-bxx {display:block;}

.post-type-archive-events .featured-event>div>div.secondary-column.grid-33>aside {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.post-type-archive-events .featured-event>div>div .static-event-bxx {
    background-image: url(https://esomeprazolen.com/wp-content/uploads/2019/07/DSC04230-e1564604190139.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    position: absolute;
    left: 0;
}

.post-type-archive-events .featured-event>div>div .static-event-bxx>a {
    padding: 20px;
    display: block;
    background-color: rgba(101, 94, 78, 0.8);
    min-height: 220px;
}
.post-type-archive-events .featured-event>div>div .static-event-bxx span.title {
    font-family: "poiret-one", sans-serif;
    font-size: 2.25rem;
    line-height: 2.85rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.post-type-archive-events .featured-event>div>div .static-event-bxx span.title p {
    line-height: 1.35rem;
    color: #cca463;
    font-size: 0.9rem;
    font-weight: 600;
}
.post-type-archive-events .featured-event>div>div.primary-column.grid-66.tablet-grid-66.grid-parent {
    position: relative;
}
.post-type-archive-events .featured-event>div>div.primary-column.grid-66.tablet-grid-66.grid-parent .static-event-bxx {
    position: absolute;
    bottom: 0px;
    left: -50%;
    z-index: 999;
    width: 50%;
}
.post-type-archive-events .featured-event>div>div.secondary-column.grid-33>aside .static-event-bxx.se_mob {
    display: none;
}
@media (max-width:768px) {
.post-type-archive-events .featured-event>div>div.secondary-column.grid-33>aside .static-event-bxx.se_mob {
    display: block;
    position: static;
}
.post-type-archive-events .featured-event>div>div.primary-column.grid-66.tablet-grid-66.grid-parent .static-event-bxx.se_desktop {
    display: none;
}
.post-type-archive-events .featured-event>div>div .static-event-bxx.se_mob span.title {
    font-size: 1.75rem;
    line-height: 2.25rem;
}
.post-type-archive-events .featured-event>div>div .static-event-bxx>a {
    min-height: 150px;
} 	
}

/* team test  */
.lightbox-team {
    display: none;
    position: fixed !important;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

 .lightbox-team .elementor-widget-container{
    background-color: #272726;
    } 
.description-team {
    padding: 5rem 4rem;
    min-width:80vw;
}

.description-team  .awsm-grid-card{
	position:relative;
}

.description-team .awsm-grid-card figure{
	display: flex;
	min-height:45vh;
}

.description-team figure figcaption{
	position: relative;
    overflow-y: scroll;
    width: 100%;
	max-width:1080px;]
}

.description-team figure figcaption .awsm-contact-info{
	position: absolute;
	padding-right:20px;
}

.description-team .awsm-personal-info h3 {
    color: #cca463;
}
.description-team .awsm-contact-info p {
    margin-bottom: 2rem;
    color: white;
    font-size: 18px;
    font-style: initial;
    line-height: 26px;
	white-space: pre-line;
}
.description-team .awsm-personal-info span {
    font-style:italic;
    margin-bottom: 2rem;
    color: white;
    font-size: 18px;
}
.description-team .close {
   color: #cca463;
   float:right;
   position: relative;
   top: -30px;
   right: 30px;
   font-size: 3rem;
}

.description-team .awsm-grid-card img {
    border-radius: 50%;
	max-width: 300px;
	width:100%;
    height: 100%;
	margin-right:  4rem;
}

.description-team .team-img {
    padding-right: 5rem;
}
.team-accor-sec .cards-style.style-1 figure.cs-hover figcaption,
.team-accor-sec .cards-style.style-1 figure.cs-hover::before,
.team-accor-sec .no-touchevents .cards-style.style-1 figure:hover figcaption,
.team-accor-sec .no-touchevents .cards-style.style-1 figure:hover::before
{
	/*transform: translateY(calc(100% - 90px));*/
	transform: translateY(calc(100% - 100px));
}
.cards-style.style-1 figure {border:0px;}
.awsm-personal-info {margin-bottom: 24px;}
.team-accor-sec .cards-style.style-1 figure{
	cursor:pointer;
}


.elementor-accordion-item .elementor-tab-title{
    background-color: #f2f2f2;
	transition: 0.3s all;
}
.elementor-accordion-item .elementor-tab-title.elementor-active{
	 background-color: #e2e2e2;
	transition: 0.3s all;
}

.lightbox-team i.close-desc {
    font-size: 50px;
    color: #BF9755;
    float: right;
    margin: 15px 25px;
	cursor: pointer;
}

.description-team figure figcaption::-webkit-scrollbar {
  width: 3px;

}

/* Track */
.description-team figure figcaption::-webkit-scrollbar-track {
  background: #272726;
}

/* Handle */
.description-team figure figcaption::-webkit-scrollbar-thumb {
  background: #bf975599;
  border-radius:10px;
}

/* Handle on hover */
.description-team figure figcaption::-webkit-scrollbar-thumb:hover {
  background: white;
}
@media (min-width: 992px) {
.awsm-grid-wrapper .awsm-grid>.awsm-grid-card {
    float: none;
    display: inline-block;
}
.awsm-grid-wrapper .grid-3-col>.awsm-grid-card {
    width: 32.33%;
}
.awsm-grid-wrapper .grid-4-col>.awsm-grid-card {
    width: 24%;
}
.awsm-grid-wrapper .grid-5-col>.awsm-grid-card {
    width: 19%;
}
}
@media (min-width:768px) and (max-width:1024px){
	.description-team .awsm-grid-card img{
		max-width: 40%;
   		 height: 100%;
	}
}
@media (max-width:768px){
	.description-team{
		padding:2rem;
	}
	.lightbox-team i.close-desc{
		font-size:35px;
	}
	.description-team .awsm-grid-card img{
		max-width: 50%;
		height: auto;
		margin: auto;
		margin-bottom: 5%;
	}
	.description-team .awsm-grid-card figure{
		display:block;
		text-align:left;
		position: relative;
    	overflow-y: scroll;
    	width: 100%;
		min-height: 80vh;
	}
	.description-team figure figcaption{
		position: unset;
    overflow: unset;
    width: auto;
	}
	.description-team .awsm-contact-info p{
		font-size:16px;
		line-height:24px;
	}
}
/* team test end */








/* NEW TEAM POPUP DESIGN START */
.teamNewPop_Col img, .teamNewPop_modal-popup img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.teamNewPop_modal-popup img {
	width: 300px;
	height: 300px;
}
.teamNewPop_modal-popup .uael-modal-title-wrap {
    background-color: transparent;
    display: none;
}
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing {
    padding-left: 350px;
    overflow-y: scroll;
    height: 234px;
    padding-right: 15px;
}
.teamNewPop_modal-popup .uael-text-editor.elementor-inline-editing h3 {
    font-family: "Poiret One", Sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #bf9755;
}
.teamNewPop_modal-popup .uael-text-editor.elementor-inline-editing h4 {
    font-style: italic;
    margin-bottom: 20px;
    color: white;
    font-size: 18.5px;
    font-family: "agenda", sans-serif;
    letter-spacing: 2px;
    font-weight: normal;
}
.teamNewPop_modal-popup .uael-text-editor.elementor-inline-editing p {
    font-style: italic;
    margin-bottom: 2rem;
    color: white;
    font-size: 18.5px;
    font-family: "agenda", sans-serif;
}
.teamNewPop_modal-popup .uael-content {
    width: 80% !important;
    color: #FFFFFF !important;
    background-color: #272726 !important;
}
.teamNewPop_modal-popup span.uael-modal-close.uael-close-icon.elementor-clickable i {
    color: #BF9755 !important;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}
.teamNewPop_modal-popup .uael-content .uael-modal-text.uael-modal-content-data img {
    float: left;
    margin-right: 50px;
    position: fixed;
    left: 50px;
}
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data {
    padding: 50px 50px 120px 50px !important;
}
.teamNewPop_Col .teamNewPop_modal a.uael-trigger {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}
.teamNewPop_Col .teamNewPop_modal {
    position: absolute;
    width: 100%;
    height: 100%;
}
.teamNewPop_Col .teamNewPop_modal a.uael-trigger:hover {
    background-color: transparent !important;
}

.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing::-webkit-scrollbar {
  width: 3px;

}
.teamNewPop_Col .elementor-image-box-content .elementor-image-box-description {
    padding-top: 10px;
}
/* Track */
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing::-webkit-scrollbar-track {
  background: #272726;
}
/* Handle */
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing::-webkit-scrollbar-thumb {
  background: #bf975599;
  border-radius:10px;
}
/* Handle on hover */
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing::-webkit-scrollbar-thumb:hover {
  background: white;
}
@media only screen and (max-width:1024px){
.teamNewPop_modal-popup img {
    width: 250px;
    height: 250px;
}
	.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing {
    padding-left: 290px;
}
}
@media only screen and (max-width:990px){
.teamNewPop_modal-popup .uael-content {
    width: 90% !important;
    }	
}
/* NEW TEAM POPUP DESIGN START */

@media (max-width:767px) {
	.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data {
    padding: 30px !important;
}
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing {
    position: relative;
    padding: 290px 0 0 0;
    height: 80vh;
}
.teamNewPop_modal-popup .uael-modal-text.uael-modal-content-data .uael-text-editor.elementor-inline-editing p img {
    position: static;
    float: none;
    margin: 0 auto;
}
.teamNewPop_modal-popup .uael-text-editor.elementor-inline-editing .teamNewImgParent {
    position: fixed;
    top: 0;
    float: none;
    display: block;
    margin: 0 auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 300px;
    padding-top: 30px;
    background-color: #272726;
}
	.teamNewPop_modal-popup span.uael-modal-close.uael-close-icon.elementor-clickable {
    right: 20px;
    left: auto;
    top: 0;
}
	.teamNewPop_modal-popup .uael-text-editor.elementor-inline-editing h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.teamNewPop_modal-popup .uael-text-editor.elementor-inline-editing h4 {
    margin-bottom: 10px;
}
}