@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
	 Remodal's necessary styles
	 ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: '';
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../../../quincy/assets/fonts/flexslider/flexslider-icon.eot");
  src: url("../../../quincy/assets/fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../../quincy/assets/fonts/flexslider/flexslider-icon.woff") format("woff"), url("../../../quincy/assets/fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../../../quincy/assets/fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../../../quincy/assets/fonts/icomoon.eot?-xj2qy8");
  src: url("../../../quincy/assets/fonts/icomoon.eot?#iefix-xj2qy8") format("embedded-opentype"), url("../../../quincy/assets/fonts/icomoon.ttf?-xj2qy8") format("truetype"), url("../../../quincy/assets/fonts/icomoon.woff?-xj2qy8") format("woff"), url("../../../quincy/assets/fonts/icomoon.svg?-xj2qy8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doc:before {
  content: "\e60a";
}

.icon-building:before {
  content: "\e60b";
}

.icon-checkmark:before {
  content: "\e60c";
}

.icon-exclaimmark:before {
  content: "\e60d";
}

.icon-gradcap:before {
  content: "\e60e";
}

.icon-questionmark:before {
  content: "\e60f";
}

.icon-briefcase:before {
  content: "\e600";
}

.icon-calendar:before {
  content: "\e601";
}

.icon-hand:before {
  content: "\e602";
}

.icon-light-bulb:before {
  content: "\e603";
}

.icon-group:before {
  content: "\e604";
}

.icon-person:before {
  content: "\e605";
}

.icon-plate-and-fork:before {
  content: "\e606";
}

.icon-necktie:before {
  content: "\e607";
}

.icon-tree:before {
  content: "\e608";
}

.icon-mail:before {
  content: "\e609";
}

.icon-play-circle:before {
  content: "\ea15";
}

.icon-play:before {
  content: "\ea1c";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-facebook:before {
  content: "\ea8c";
}

.icon-twitter:before {
  content: "\ea91";
}

.icon-youtube:before {
  content: "\ea99";
}

.icon-search:before {
  content: "\e610";
}

.media-title, .image-grid-heading, .contact-form-header, .parent-newsletter-form-header {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 36px;
  line-height: 1.44em;
  margin-bottom: 25px;
  color: #591f00;
  margin-bottom: 50px;
}

.statistics-custom-content, .media-content, .contact-form-content, .parent-newsletter-form-content {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 65px;
}

.level-3 .statistics-custom-content, .level-3 .media-content, .level-3 .contact-form-content, .level-3 .parent-newsletter-form-content {
  margin-bottom: 40px;
}

.cl,
.clear {
  clear: both;
}

.hide {
  display: none;
}

.lazy-load {
  opacity: 0;
  transition: opacity .3s ease-in;
}

.custom-content .sc-button, .statistics-custom-content .sc-button, .media-content .sc-button, .contact-form-content .sc-button, .parent-newsletter-form-content .sc-button, .content-loop .sc-button,
.sc-button, .quick-link-button.button-3,
.button,
input[type='submit'],
button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 14px 40px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fff;
  color: #fbb447;
  min-height: 1px;
}


.sc-button:active, .quick-link-button.button-3:active,
.button:active,
input[type='submit']:active,
button:active {
  transition: 0s;
  transform: scale(0.95);
}


.sc-button .active, .quick-link-button.button-3 .active,
.sc-button:hover, .quick-link-button.button-3:hover,
.sc-button:active, .quick-link-button.button-3:active,
.sc-button:focus, .quick-link-button.button-3:focus,
.button .active,
.button:hover,
.button:active,
.button:focus,
input[type='submit'] .active,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus,
button .active,
button:hover,
button:active,
button:focus {
  background-color: #fbb447;
  color: #431e10;
  border: 2px solid #fff;
  text-decoration: none !important;
}


.sc-button .active, .quick-link-button.button-3 .active,
.sc-button:hover, .quick-link-button.button-3:hover,
.sc-button:active, .quick-link-button.button-3:active,
.sc-button:focus, .quick-link-button.button-3:focus,
.button .active,
.button:hover,
.button:active,
.button:focus,
input[type='submit'] .active,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus,
button .active,
button:hover,
button:active,
button:focus {
  outline: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  background: #fff;
  color: #695250;
}

.page-content-wrapper {
  background-color: #fff;
  /*box-shadow: 0 0 15px rgba(0,0,0,0);
	transition: box-shadow 0.25s ease-in;*/
}

.mm-opened .page-content-wrapper {
  /*box-shadow: 0 0 15px rgba(0,0,0,1);*/
}

.wrap {
  background: #fff;
}

.wrap::after {
  clear: both;
  content: "";
  display: table;
}

.has-sidebar .content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.has-sidebar .content::after {
  clear: both;
  content: "";
  display: table;
}

.has-sidebar .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.has-sidebar .main:last-child {
  margin-right: 0;
}

object,
embed,
a,
a:hover,
a:active,
a:focus,
input::-moz-focus-inner {
  outline: 0;
}

a {
  transition: all 0.15s ease-out;
  color: #fbb447;
  cursor: pointer;
}

a .active, a:hover, a:active, a:focus {
  color: #faaa2e;
}

strong,
b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
}

i,
em {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

p {
  line-height: 1.5em;
  margin-bottom: 15;
  margin-top: 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol, ul {
  margin-bottom: 15;
}

.content-loop ul li,
.content-loop ol li {
  margin-bottom: .6em;
}

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

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 10px;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0 0 10px;
  line-height: 100%;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-style: inherit;
}

h3 {
  font-size: 26px;
}

@media (min-width: 1170px) {
  h3 {
    font-size: 36px;
  }
}

.content-loop {
  padding: 0 15px;
}

::selection {
  background: #fdd9a3;
}

::-moz-selection {
  background: #fdd9a3;
}

.sidebar {
  min-height: 1px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding-left: 15px;
}

.sidebar:last-child {
  margin-right: 0;
}

label {
  color: #695250;
  line-height: 1em;
}

textarea,
input,
select {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  margin-bottom: 15px;
  margin-bottom: 30px;
  padding: 5px 15px;
  color: #695250;
  border: 2px solid #e6e1e1;
  background-color: #e6e1e1;
  border-radius: 0;
  line-height: 1.125em;
  font-size: 16px;
  height: 38px;
  width: 100%;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #695250;
  text-transform: uppercase;
}

textarea::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder {
  color: #695250;
  text-transform: uppercase;
}

textarea:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder {
  color: #695250;
  text-transform: uppercase;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #695250;
  text-transform: uppercase;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}

input[type='file'] {
  border: 0;
  padding: 0;
}

textarea,
select[multiple='multiple'] {
  height: auto;
}

textarea {
  resize: vertical;
}

.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
}

.gform_wrapper .gform_fields::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper .gfield {
  width: 100%;
  clear: both;
  margin-left: 0;
}

.gform_wrapper .gfield::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper .gfield:before {
  display: none;
}

.gform_wrapper .gfield.gfield-quarter {
  clear: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.gform_wrapper .gfield.gfield-quarter:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield.gfield-third {
  clear: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.gform_wrapper .gfield.gfield-third:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield.gfield-half {
  clear: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.gform_wrapper .gfield.gfield-half:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield.gfield-last {
  margin-right: 0;
}

.gform_wrapper .gfield.gform_hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}

.gform_wrapper .gfield_radio,
.gform_wrapper .gfield_checkbox {
  padding-left: 0;
}

.gform_wrapper .gfield_radio::after,
.gform_wrapper .gfield_checkbox::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  float: left;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  list-style: none;
  width: auto;
  margin-right: 15px;
}

.gform_wrapper .gfield_radio li:last-child,
.gform_wrapper .gfield_checkbox li:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield_radio li input[type='checkbox'],
.gform_wrapper .gfield_radio li input[type='radio'],
.gform_wrapper .gfield_checkbox li input[type='checkbox'],
.gform_wrapper .gfield_checkbox li input[type='radio'] {
  display: block;
  float: left;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
}

.gform_wrapper .gfield_radio li input[type='radio'],
.gform_wrapper .gfield_checkbox li input[type='radio'] {
  margin-right: 10px;
}

.gform_wrapper .gfield_radio li label,
.gform_wrapper .gfield_checkbox li label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  max-width: 90%;
  line-height: 38px;
}

.gform_wrapper .gfield_radio li:before,
.gform_wrapper .gfield_checkbox li:before {
  display: none;
}

.gform_wrapper label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  cursor: pointer;
}

.gform_wrapper .gfield-placeholder label {
  display: none;
}

.gform_wrapper .gform_next_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper button,
.gform_wrapper input[type='submit'] {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 15px 100px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fff;
  color: #fbb447;
  min-height: 46px;
  width: auto;
}

.gform_wrapper .gform_next_button:active,
.gform_wrapper .gform_previous_button:active,
.gform_wrapper button:active,
.gform_wrapper input[type='submit']:active {
  transition: 0s;
  transform: scale(0.95);
}

.gform_wrapper .gform_next_button .active, .gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_next_button:active, .gform_wrapper .gform_next_button:focus,
.gform_wrapper .gform_previous_button .active,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_previous_button:active,
.gform_wrapper .gform_previous_button:focus,
.gform_wrapper button .active,
.gform_wrapper button:hover,
.gform_wrapper button:active,
.gform_wrapper button:focus,
.gform_wrapper input[type='submit'] .active,
.gform_wrapper input[type='submit']:hover,
.gform_wrapper input[type='submit']:active,
.gform_wrapper input[type='submit']:focus {
  background-color: #fbb447;
  color: #431e10;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  text-align: center;
  clear: both;
}

.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_footer .gform_next_button,
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_page_footer input[type='submit'],
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_previous_button {
  margin-bottom: 0;
}

.gform_wrapper .gfield-type-address .address_line_1,
.gform_wrapper .gfield-type-address .address_line_2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.gform_wrapper .gfield-type-address .address_line_1:last-child,
.gform_wrapper .gfield-type-address .address_line_2:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield-type-address .address_line_2 {
  margin-right: 0;
}

.gform_wrapper .gfield-type-address .address_city,
.gform_wrapper .gfield-type-address .address_state,
.gform_wrapper .gfield-type-address .address_zip {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.gform_wrapper .gfield-type-address .address_city:last-child,
.gform_wrapper .gfield-type-address .address_state:last-child,
.gform_wrapper .gfield-type-address .address_zip:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield-type-address .address_zip {
  margin-right: 0;
}

.gform_wrapper .gfield-type-name .name_prefix,
.gform_wrapper .gfield-type-name .name_suffix {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.43705%;
}

.gform_wrapper .gfield-type-name .name_prefix:last-child,
.gform_wrapper .gfield-type-name .name_suffix:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield-type-name .name_suffix {
  margin-right: 0;
}

.gform_wrapper .gfield-type-name .name_first,
.gform_wrapper .gfield-type-name .name_middle,
.gform_wrapper .gfield-type-name .name_last {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.gform_wrapper .gfield-type-name .name_first:last-child,
.gform_wrapper .gfield-type-name .name_middle:last-child,
.gform_wrapper .gfield-type-name .name_last:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_first,
.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_middle,
.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_last {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_first:last-child,
.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_middle:last-child,
.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_last:last-child {
  margin-right: 0;
}

.gform_wrapper .gfield-type-name .no_prefix.no_suffix .name_last {
  margin-right: 0;
}

.gform_wrapper .gfield-type-name .no_prefix.no_middle_name.no_suffix .name_first,
.gform_wrapper .gfield-type-name .no_prefix.no_middle_name.no_suffix .name_last {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.gform_wrapper .gfield-type-name .no_prefix.no_middle_name.no_suffix .name_first:last-child,
.gform_wrapper .gfield-type-name .no_prefix.no_middle_name.no_suffix .name_last:last-child {
  margin-right: 0;
}

.gform_wrapper .validation_error {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  margin-bottom: 15px;
  margin-bottom: 30px;
  color: #d9534f;
  text-align: center;
}

.gform_wrapper .gfield_error label {
  color: #d9534f;
}

.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select {
  border-color: #d9534f;
  margin-bottom: 5px;
}

.gform_wrapper .gfield_error textarea::-webkit-input-placeholder,
.gform_wrapper .gfield_error input::-webkit-input-placeholder,
.gform_wrapper .gfield_error select::-webkit-input-placeholder {
  color: #d9534f;
}

.gform_wrapper .gfield_error textarea::-moz-placeholder,
.gform_wrapper .gfield_error input::-moz-placeholder,
.gform_wrapper .gfield_error select::-moz-placeholder {
  color: #d9534f;
}

.gform_wrapper .gfield_error textarea:-moz-placeholder,
.gform_wrapper .gfield_error input:-moz-placeholder,
.gform_wrapper .gfield_error select:-moz-placeholder {
  color: #d9534f;
}

.gform_wrapper .gfield_error textarea:-ms-input-placeholder,
.gform_wrapper .gfield_error input:-ms-input-placeholder,
.gform_wrapper .gfield_error select:-ms-input-placeholder {
  color: #d9534f;
}

.gform_wrapper .gfield_error .validation_message {
  margin-bottom: 15px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #d9534f;
}

.gform_confirmation_message {
  margin-bottom: 15px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
}

.site-header {
  background: #fff;
}

.site-header .top-menu {
  display: none;
}

@media (min-width: 1170px) {
  .site-header .top-menu {
    display: block;
    background: #431e10;
  }
  .site-header .top-menu ul.top-nav-menu {
    margin: 0px;
    padding: 10px 15px;
    text-align: right;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .top-menu ul.top-nav-menu::after {
    clear: both;
    content: "";
    display: table;
  }
  .site-header .top-menu li {
    display: inline-block;
    border-left: solid 1px #fff;
    margin-left: 4px;
    padding-left: 8px;
    line-height: 13px;
  }
  .site-header .top-menu li:first-child {
    border-left: none;
  }
  .site-header .top-menu li a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
  }
}

.site-header nav.primary-navigation {
  text-align: center;
}

@media (min-width: 1170px) {
  .site-header nav.primary-navigation {
    text-align: left;
  }
}

.site-header a.logo-wrap {
  display: inline-block;
  padding: 15px;
}

@media (min-width: 1170px) {
  .site-header a.logo-wrap {
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    padding: 0px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .site-header a.logo-wrap:last-child {
    margin-right: 0;
  }
}

.site-header .qu_applynow {
  display: none;
  margin: 10px 5px;
  padding: 10px;
  width: 70px;
  background-color: #431e10;
  text-transform: uppercase;
  border: 1px solid #431e10;
  font-size: 12px;
  transition: all 0.15s ease-out;
}

@media (min-width: 1170px) {
  .site-header .qu_applynow {
    display: inline-block;
    text-align: center;
  }
}

.site-header .qu_applynow:hover {
  background-color: #fff200;
  color: #431e10;
}

.site-header .qu_applynow:hover a {
  color: #431e10;
}

.site-header .qu_applynow a {
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
}

.site-header .qu_support {
  display: none;
  border: 1px solid #431e10;
  margin: 10px 5px;
  padding: 10px;
  width: 70px;
  background-color: #fff;
  color: #431e10 !important;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.15s ease-out;
}

@media (min-width: 1170px) {
  .site-header .qu_support {
    display: inline-block;
    text-align: center;
  }
}

.site-header .qu_support:hover {
  background-color: #fff200;
}

.site-header .qu_support a {
  text-decoration: none;
  font-weight: bold;
  color: #431e10 !important;
}

.site-header .qu_searchicon {
  display: none;
  margin: 0 10px;
  transition: all 0.15s ease-out;
}

@media (min-width: 1170px) {
  .site-header .qu_searchicon {
    display: inline-block;
  }
}

.site-header .qu_searchicon img {
  margin: 0 10px -5px 0;
  height: 20px;
}

.site-header .qu_searchicon:hover {
  opacity: .6;
}

.mobile-menu-button {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  z-index: 1002;
  width: 50px;
  height: 50px;
}

@media (min-width: 1170px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu-button .bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  background-color: #431e10;
  transition: margin .15s ease-out .25s,opacity .15s ease-out .25s,-webkit-transform .15s ease-out;
}

.mobile-menu-button .bar.bar-1 {
  margin-top: -8px;
}

.mobile-menu-button .bar.bar-3 {
  margin-top: 6px;
}

.mm-opened .mobile-menu-button .bar {
  transform: scale(0.85);
  transition: margin .15s ease-out,opacity .15s ease-out,-webkit-transform .15s ease-out .25s;
}

.mm-opened .mobile-menu-button .bar-1 {
  margin-top: -1px;
  transform: rotate3d(0, 0, 1, -45deg);
}

.mm-opened .mobile-menu-button .bar-2 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mm-opened .mobile-menu-button .bar-3 {
  margin-top: -1px;
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu {
  display: none;
}

.mobile-menu .menu-search {
  display: none;
}

.mm-menu {
  background: #431e10;
  color: #fff;
  border-color: #9f643b !important;
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mm-menu .mm-listview {
  border-color: #9f643b !important;
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: #9f643b !important;
}

.mm-nest:after {
  color: #9f643b !important;
}

.primary-navigation ul {
  display: none;
}

@media (min-width: 1170px) {
  .site-header .primary-navigation {
    padding: 13px 0px 0px;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .primary-navigation::after {
    clear: both;
    content: "";
    display: table;
  }
  .site-header .primary-navigation > ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 26.64368%;
    vertical-align: top;
    display: flex;
    justify-content: space-between;
    margin-right: 0 !important;
  }
  .site-header .primary-navigation > ul:last-child {
    margin-right: 0;
  }
  .site-header .primary-navigation > ul > li {
    display: inline-block;
    padding: 0px 15px 17px;
    transition: all 0.15s ease-out;
    z-index: 999;
    position: relative;
  }
  .site-header .primary-navigation > ul > li > a {
    color: #431e10;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: inherit;
  }
  .site-header .primary-navigation > ul > li > a:hover {
    background: #fff200;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 50%, #fff200 51%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 50%, #fff200 51%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 50%, #fff200 51%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .site-header .primary-navigation > .primary-nav-right-menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.96686%;
  }
  .site-header .primary-navigation > .primary-nav-right-menu:last-child {
    margin-right: 0;
  }
  .site-header .primary-navigation > .top-nav-menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 10.43705%;
    float: none !important;
    display: inline-block !important;
  }
  .site-header .primary-navigation > .top-nav-menu:last-child {
    margin-right: 0;
  }
  .site-header .primary-navigation > .top-nav-menu > li {
    background-image: url("/wp-content/themes/quincy-child/assets/img/downarrow.png");
    background-position: right 36%;
    background-repeat: no-repeat;
    padding-right: 20px;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-0 {
    display: inline-block;
    background-color: #431e10;
    position: absolute;
    margin-left: -15px;
    padding: 5px 0;
    top: -1000px;
    left: 15px;
    z-index: 1000;
    opacity: 0;
    width: 500px;
    transition: top linear 0s 0.15s, opacity 0.15s ease-out;
  }
  .site-header .primary-navigation li.dropdown:hover ul.dropdown-menu.level-0 {
    top: 70px;
    opacity: 1;
    transition: top linear 0s 0s, opacity 0.15s ease-out;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-0 li {
    display: block;
    font-size: 12px;
    margin: 0 20px;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-0 li a {
    text-transform: none;
    text-decoration: none;
    color: #fff;
    width: 200px;
    display: block;
    padding: 12px 14px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: inherit;
    border-bottom: 1px solid #9f643b;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-0 li.dropdown > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    border: solid 4px transparent;
    border-left: solid 4px #fff;
    margin-left: 12px;
    right: 10px;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-0 li:hover > a {
    color: #dd9b35;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-0 li:last-child a {
    border-bottom: 0px;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-1 {
    position: absolute;
    top: 0px;
    left: 250px;
    background-color: #9f643b;
    box-shadow: none;
    margin: 0px;
    padding: 14px 0px;
    padding-bottom: 200px;
    z-index: 1;
    display: none;
    border-bottom: 0;
  }
  .site-header .primary-navigation ul.dropdown-menu.level-1 li a {
    border-bottom-color: #431e10;
  }
  .site-header .primary-navigation .level-0 li:hover ul.dropdown-menu.level-1 {
    display: inline-block;
  }
}

.menu-search-form .search-form {
  padding: 20px 20px 25px;
  position: relative;
}

.menu-search-form .search-field {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: none;
  background-color: #fff;
  color: #544544;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 0;
  font-size: 12px;
  line-height: 12px;
  display: inline;
  height: auto;
  padding: 10px 15px 7px;
}

.menu-search-form .search-field::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: none;
  color: #544544;
}

.menu-search-form .search-field::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: none;
  color: #544544;
}

.menu-search-form .search-field:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: none;
  color: #544544;
}

.menu-search-form .search-field:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: none;
  color: #544544;
}

.menu-search-form .search-submit {
  display: inline;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 25px;
  height: 34px;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  text-indent: -9999px;
}

.menu-search-form .search-submit:hover, .menu-search-form .search-submit:active, .menu-search-form .search-submit:focus {
  outline: 0;
}

.menu-search-form .search-submit:before {
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs-wrap {
  background-color: #f2ecec;
  margin-bottom: 15px;
  padding: 10px 0 10px;
}

@media (min-width: 1170px) {
  .breadcrumbs-wrap {
    margin-bottom: 25px;
    padding: 15px 0 10px;
  }
}

.breadcrumbs-wrap > .breadcrumbs {
  padding: 0 15px;
}

.breadcrumbs {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #544544;
  line-height: 1em;
}

.breadcrumbs::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumbs a {
  text-decoration: none;
  color: #544544;
}

.breadcrumbs a .active, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  color: #62514f;
}

.sc-col-half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.sc-col-half:last-child {
  margin-right: 0;
}

.sc-col-third {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.sc-col-third:last-child {
  margin-right: 0;
}

.sc-col-quarter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.sc-col-quarter:last-child {
  margin-right: 0;
}

.sc-col-last {
  margin-right: 0;
}

.sc-col-last::after {
  clear: both;
  content: "";
  display: table;
}

.custom-content .sc-button.palette-1, .statistics-custom-content .sc-button.palette-1, .media-content .sc-button.palette-1, .contact-form-content .sc-button.palette-1, .parent-newsletter-form-content .sc-button.palette-1, .content-loop .sc-button.palette-1,
.sc-button.palette-1 {
  background-color: #fff;
  color: #816b69;
  border-color: #816b69;
}

.custom-content .sc-button.palette-1 .active, .statistics-custom-content .sc-button.palette-1 .active, .media-content .sc-button.palette-1 .active, .contact-form-content .sc-button.palette-1 .active, .parent-newsletter-form-content .sc-button.palette-1 .active, .content-loop .sc-button.palette-1 .active, .custom-content .sc-button.palette-1:hover, .statistics-custom-content .sc-button.palette-1:hover, .media-content .sc-button.palette-1:hover, .contact-form-content .sc-button.palette-1:hover, .parent-newsletter-form-content .sc-button.palette-1:hover, .content-loop .sc-button.palette-1:hover, .custom-content .sc-button.palette-1:active, .statistics-custom-content .sc-button.palette-1:active, .media-content .sc-button.palette-1:active, .contact-form-content .sc-button.palette-1:active, .parent-newsletter-form-content .sc-button.palette-1:active, .content-loop .sc-button.palette-1:active, .custom-content .sc-button.palette-1:focus, .statistics-custom-content .sc-button.palette-1:focus, .media-content .sc-button.palette-1:focus, .contact-form-content .sc-button.palette-1:focus, .parent-newsletter-form-content .sc-button.palette-1:focus, .content-loop .sc-button.palette-1:focus,
.sc-button.palette-1 .active,
.sc-button.palette-1:hover,
.sc-button.palette-1:active,
.sc-button.palette-1:focus {
  background-color: #816b69;
  color: #fff;
}

.custom-content .sc-button.palette-2, .statistics-custom-content .sc-button.palette-2, .media-content .sc-button.palette-2, .contact-form-content .sc-button.palette-2, .parent-newsletter-form-content .sc-button.palette-2, .content-loop .sc-button.palette-2,
.sc-button.palette-2 {
  background-color: #fff;
  color: #591f00;
  border-color: #591f00;
}

.custom-content .sc-button.palette-2 .active, .statistics-custom-content .sc-button.palette-2 .active, .media-content .sc-button.palette-2 .active, .contact-form-content .sc-button.palette-2 .active, .parent-newsletter-form-content .sc-button.palette-2 .active, .content-loop .sc-button.palette-2 .active, .custom-content .sc-button.palette-2:hover, .statistics-custom-content .sc-button.palette-2:hover, .media-content .sc-button.palette-2:hover, .contact-form-content .sc-button.palette-2:hover, .parent-newsletter-form-content .sc-button.palette-2:hover, .content-loop .sc-button.palette-2:hover, .custom-content .sc-button.palette-2:active, .statistics-custom-content .sc-button.palette-2:active, .media-content .sc-button.palette-2:active, .contact-form-content .sc-button.palette-2:active, .parent-newsletter-form-content .sc-button.palette-2:active, .content-loop .sc-button.palette-2:active, .custom-content .sc-button.palette-2:focus, .statistics-custom-content .sc-button.palette-2:focus, .media-content .sc-button.palette-2:focus, .contact-form-content .sc-button.palette-2:focus, .parent-newsletter-form-content .sc-button.palette-2:focus, .content-loop .sc-button.palette-2:focus,
.sc-button.palette-2 .active,
.sc-button.palette-2:hover,
.sc-button.palette-2:active,
.sc-button.palette-2:focus {
  background-color: #591f00;
  color: #fff;
}

.custom-content .sc-button.palette-3, .statistics-custom-content .sc-button.palette-3, .media-content .sc-button.palette-3, .contact-form-content .sc-button.palette-3, .parent-newsletter-form-content .sc-button.palette-3, .content-loop .sc-button.palette-3,
.sc-button.palette-3 {
  background-color: #fff;
  color: #fbb447;
  border-color: #fbb447;
}

.custom-content .sc-button.palette-3 .active, .statistics-custom-content .sc-button.palette-3 .active, .media-content .sc-button.palette-3 .active, .contact-form-content .sc-button.palette-3 .active, .parent-newsletter-form-content .sc-button.palette-3 .active, .content-loop .sc-button.palette-3 .active, .custom-content .sc-button.palette-3:hover, .statistics-custom-content .sc-button.palette-3:hover, .media-content .sc-button.palette-3:hover, .contact-form-content .sc-button.palette-3:hover, .parent-newsletter-form-content .sc-button.palette-3:hover, .content-loop .sc-button.palette-3:hover, .custom-content .sc-button.palette-3:active, .statistics-custom-content .sc-button.palette-3:active, .media-content .sc-button.palette-3:active, .contact-form-content .sc-button.palette-3:active, .parent-newsletter-form-content .sc-button.palette-3:active, .content-loop .sc-button.palette-3:active, .custom-content .sc-button.palette-3:focus, .statistics-custom-content .sc-button.palette-3:focus, .media-content .sc-button.palette-3:focus, .contact-form-content .sc-button.palette-3:focus, .parent-newsletter-form-content .sc-button.palette-3:focus, .content-loop .sc-button.palette-3:focus,
.sc-button.palette-3 .active,
.sc-button.palette-3:hover,
.sc-button.palette-3:active,
.sc-button.palette-3:focus {
  background-color: #fbb447;
  color: #fff;
}

.custom-content .sc-button.palette-4, .statistics-custom-content .sc-button.palette-4, .media-content .sc-button.palette-4, .contact-form-content .sc-button.palette-4, .parent-newsletter-form-content .sc-button.palette-4, .content-loop .sc-button.palette-4,
.sc-button.palette-4 {
  background-color: #fff;
  color: #ff8300;
  border-color: #ff8300;
}

.custom-content .sc-button.palette-4 .active, .statistics-custom-content .sc-button.palette-4 .active, .media-content .sc-button.palette-4 .active, .contact-form-content .sc-button.palette-4 .active, .parent-newsletter-form-content .sc-button.palette-4 .active, .content-loop .sc-button.palette-4 .active, .custom-content .sc-button.palette-4:hover, .statistics-custom-content .sc-button.palette-4:hover, .media-content .sc-button.palette-4:hover, .contact-form-content .sc-button.palette-4:hover, .parent-newsletter-form-content .sc-button.palette-4:hover, .content-loop .sc-button.palette-4:hover, .custom-content .sc-button.palette-4:active, .statistics-custom-content .sc-button.palette-4:active, .media-content .sc-button.palette-4:active, .contact-form-content .sc-button.palette-4:active, .parent-newsletter-form-content .sc-button.palette-4:active, .content-loop .sc-button.palette-4:active, .custom-content .sc-button.palette-4:focus, .statistics-custom-content .sc-button.palette-4:focus, .media-content .sc-button.palette-4:focus, .contact-form-content .sc-button.palette-4:focus, .parent-newsletter-form-content .sc-button.palette-4:focus, .content-loop .sc-button.palette-4:focus,
.sc-button.palette-4 .active,
.sc-button.palette-4:hover,
.sc-button.palette-4:active,
.sc-button.palette-4:focus {
  background-color: #ff8300;
  color: #fff;
}

.custom-content .sc-button.palette-5, .statistics-custom-content .sc-button.palette-5, .media-content .sc-button.palette-5, .contact-form-content .sc-button.palette-5, .parent-newsletter-form-content .sc-button.palette-5, .content-loop .sc-button.palette-5,
.sc-button.palette-5 {
  background-color: #fff;
  color: #e65427;
  border-color: #e65427;
}

.custom-content .sc-button.palette-5 .active, .statistics-custom-content .sc-button.palette-5 .active, .media-content .sc-button.palette-5 .active, .contact-form-content .sc-button.palette-5 .active, .parent-newsletter-form-content .sc-button.palette-5 .active, .content-loop .sc-button.palette-5 .active, .custom-content .sc-button.palette-5:hover, .statistics-custom-content .sc-button.palette-5:hover, .media-content .sc-button.palette-5:hover, .contact-form-content .sc-button.palette-5:hover, .parent-newsletter-form-content .sc-button.palette-5:hover, .content-loop .sc-button.palette-5:hover, .custom-content .sc-button.palette-5:active, .statistics-custom-content .sc-button.palette-5:active, .media-content .sc-button.palette-5:active, .contact-form-content .sc-button.palette-5:active, .parent-newsletter-form-content .sc-button.palette-5:active, .content-loop .sc-button.palette-5:active, .custom-content .sc-button.palette-5:focus, .statistics-custom-content .sc-button.palette-5:focus, .media-content .sc-button.palette-5:focus, .contact-form-content .sc-button.palette-5:focus, .parent-newsletter-form-content .sc-button.palette-5:focus, .content-loop .sc-button.palette-5:focus,
.sc-button.palette-5 .active,
.sc-button.palette-5:hover,
.sc-button.palette-5:active,
.sc-button.palette-5:focus {
  background-color: #e65427;
  color: #fff;
}

.custom-content .sc-button.palette-6, .statistics-custom-content .sc-button.palette-6, .media-content .sc-button.palette-6, .contact-form-content .sc-button.palette-6, .parent-newsletter-form-content .sc-button.palette-6, .content-loop .sc-button.palette-6,
.sc-button.palette-6 {
  background-color: #fff;
  color: #61b241;
  border-color: #61b241;
}

.custom-content .sc-button.palette-6 .active, .statistics-custom-content .sc-button.palette-6 .active, .media-content .sc-button.palette-6 .active, .contact-form-content .sc-button.palette-6 .active, .parent-newsletter-form-content .sc-button.palette-6 .active, .content-loop .sc-button.palette-6 .active, .custom-content .sc-button.palette-6:hover, .statistics-custom-content .sc-button.palette-6:hover, .media-content .sc-button.palette-6:hover, .contact-form-content .sc-button.palette-6:hover, .parent-newsletter-form-content .sc-button.palette-6:hover, .content-loop .sc-button.palette-6:hover, .custom-content .sc-button.palette-6:active, .statistics-custom-content .sc-button.palette-6:active, .media-content .sc-button.palette-6:active, .contact-form-content .sc-button.palette-6:active, .parent-newsletter-form-content .sc-button.palette-6:active, .content-loop .sc-button.palette-6:active, .custom-content .sc-button.palette-6:focus, .statistics-custom-content .sc-button.palette-6:focus, .media-content .sc-button.palette-6:focus, .contact-form-content .sc-button.palette-6:focus, .parent-newsletter-form-content .sc-button.palette-6:focus, .content-loop .sc-button.palette-6:focus,
.sc-button.palette-6 .active,
.sc-button.palette-6:hover,
.sc-button.palette-6:active,
.sc-button.palette-6:focus {
  background-color: #61b241;
  color: #fff;
}

.custom-content .sc-button.palette-7, .statistics-custom-content .sc-button.palette-7, .media-content .sc-button.palette-7, .contact-form-content .sc-button.palette-7, .parent-newsletter-form-content .sc-button.palette-7, .content-loop .sc-button.palette-7,
.sc-button.palette-7 {
  background-color: #fff;
  color: #4cb1ab;
  border-color: #4cb1ab;
}

.custom-content .sc-button.palette-7 .active, .statistics-custom-content .sc-button.palette-7 .active, .media-content .sc-button.palette-7 .active, .contact-form-content .sc-button.palette-7 .active, .parent-newsletter-form-content .sc-button.palette-7 .active, .content-loop .sc-button.palette-7 .active, .custom-content .sc-button.palette-7:hover, .statistics-custom-content .sc-button.palette-7:hover, .media-content .sc-button.palette-7:hover, .contact-form-content .sc-button.palette-7:hover, .parent-newsletter-form-content .sc-button.palette-7:hover, .content-loop .sc-button.palette-7:hover, .custom-content .sc-button.palette-7:active, .statistics-custom-content .sc-button.palette-7:active, .media-content .sc-button.palette-7:active, .contact-form-content .sc-button.palette-7:active, .parent-newsletter-form-content .sc-button.palette-7:active, .content-loop .sc-button.palette-7:active, .custom-content .sc-button.palette-7:focus, .statistics-custom-content .sc-button.palette-7:focus, .media-content .sc-button.palette-7:focus, .contact-form-content .sc-button.palette-7:focus, .parent-newsletter-form-content .sc-button.palette-7:focus, .content-loop .sc-button.palette-7:focus,
.sc-button.palette-7 .active,
.sc-button.palette-7:hover,
.sc-button.palette-7:active,
.sc-button.palette-7:focus {
  background-color: #4cb1ab;
  color: #fff;
}

.custom-content .sc-button.palette-8, .statistics-custom-content .sc-button.palette-8, .media-content .sc-button.palette-8, .contact-form-content .sc-button.palette-8, .parent-newsletter-form-content .sc-button.palette-8, .content-loop .sc-button.palette-8,
.sc-button.palette-8 {
  background-color: #fff;
  color: #143e84;
  border-color: #143e84;
}

.custom-content .sc-button.palette-8 .active, .statistics-custom-content .sc-button.palette-8 .active, .media-content .sc-button.palette-8 .active, .contact-form-content .sc-button.palette-8 .active, .parent-newsletter-form-content .sc-button.palette-8 .active, .content-loop .sc-button.palette-8 .active, .custom-content .sc-button.palette-8:hover, .statistics-custom-content .sc-button.palette-8:hover, .media-content .sc-button.palette-8:hover, .contact-form-content .sc-button.palette-8:hover, .parent-newsletter-form-content .sc-button.palette-8:hover, .content-loop .sc-button.palette-8:hover, .custom-content .sc-button.palette-8:active, .statistics-custom-content .sc-button.palette-8:active, .media-content .sc-button.palette-8:active, .contact-form-content .sc-button.palette-8:active, .parent-newsletter-form-content .sc-button.palette-8:active, .content-loop .sc-button.palette-8:active, .custom-content .sc-button.palette-8:focus, .statistics-custom-content .sc-button.palette-8:focus, .media-content .sc-button.palette-8:focus, .contact-form-content .sc-button.palette-8:focus, .parent-newsletter-form-content .sc-button.palette-8:focus, .content-loop .sc-button.palette-8:focus,
.sc-button.palette-8 .active,
.sc-button.palette-8:hover,
.sc-button.palette-8:active,
.sc-button.palette-8:focus {
  background-color: #143e84;
  color: #fff;
}

.home .custom-content .sc-button.palette-1, .home .statistics-custom-content .sc-button.palette-1, .home .media-content .sc-button.palette-1, .home .contact-form-content .sc-button.palette-1, .home .parent-newsletter-form-content .sc-button.palette-1, .home .content-loop .sc-button.palette-1, .home
.sc-button.palette-1 {
  background-color: #fff;
  color: #816b69;
  border-color: #816b69;
}

.home .custom-content .sc-button.palette-1 .active, .home .statistics-custom-content .sc-button.palette-1 .active, .home .media-content .sc-button.palette-1 .active, .home .contact-form-content .sc-button.palette-1 .active, .home .parent-newsletter-form-content .sc-button.palette-1 .active, .home .content-loop .sc-button.palette-1 .active, .home .custom-content .sc-button.palette-1:hover, .home .statistics-custom-content .sc-button.palette-1:hover, .home .media-content .sc-button.palette-1:hover, .home .contact-form-content .sc-button.palette-1:hover, .home .parent-newsletter-form-content .sc-button.palette-1:hover, .home .content-loop .sc-button.palette-1:hover, .home .custom-content .sc-button.palette-1:active, .home .statistics-custom-content .sc-button.palette-1:active, .home .media-content .sc-button.palette-1:active, .home .contact-form-content .sc-button.palette-1:active, .home .parent-newsletter-form-content .sc-button.palette-1:active, .home .content-loop .sc-button.palette-1:active, .home .custom-content .sc-button.palette-1:focus, .home .statistics-custom-content .sc-button.palette-1:focus, .home .media-content .sc-button.palette-1:focus, .home .contact-form-content .sc-button.palette-1:focus, .home .parent-newsletter-form-content .sc-button.palette-1:focus, .home .content-loop .sc-button.palette-1:focus, .home
.sc-button.palette-1 .active, .home
.sc-button.palette-1:hover, .home
.sc-button.palette-1:active, .home
.sc-button.palette-1:focus {
  background-color: #816b69;
  color: #fff;
}

.home .custom-content .sc-button.palette-2, .home .statistics-custom-content .sc-button.palette-2, .home .media-content .sc-button.palette-2, .home .contact-form-content .sc-button.palette-2, .home .parent-newsletter-form-content .sc-button.palette-2, .home .content-loop .sc-button.palette-2, .home
.sc-button.palette-2 {
  background-color: #fff;
  color: #591f00;
  border-color: #591f00;
}

.home .custom-content .sc-button.palette-2 .active, .home .statistics-custom-content .sc-button.palette-2 .active, .home .media-content .sc-button.palette-2 .active, .home .contact-form-content .sc-button.palette-2 .active, .home .parent-newsletter-form-content .sc-button.palette-2 .active, .home .content-loop .sc-button.palette-2 .active, .home .custom-content .sc-button.palette-2:hover, .home .statistics-custom-content .sc-button.palette-2:hover, .home .media-content .sc-button.palette-2:hover, .home .contact-form-content .sc-button.palette-2:hover, .home .parent-newsletter-form-content .sc-button.palette-2:hover, .home .content-loop .sc-button.palette-2:hover, .home .custom-content .sc-button.palette-2:active, .home .statistics-custom-content .sc-button.palette-2:active, .home .media-content .sc-button.palette-2:active, .home .contact-form-content .sc-button.palette-2:active, .home .parent-newsletter-form-content .sc-button.palette-2:active, .home .content-loop .sc-button.palette-2:active, .home .custom-content .sc-button.palette-2:focus, .home .statistics-custom-content .sc-button.palette-2:focus, .home .media-content .sc-button.palette-2:focus, .home .contact-form-content .sc-button.palette-2:focus, .home .parent-newsletter-form-content .sc-button.palette-2:focus, .home .content-loop .sc-button.palette-2:focus, .home
.sc-button.palette-2 .active, .home
.sc-button.palette-2:hover, .home
.sc-button.palette-2:active, .home
.sc-button.palette-2:focus {
  background-color: #591f00;
  color: #fff;
}

.home .custom-content .sc-button.palette-3, .home .statistics-custom-content .sc-button.palette-3, .home .media-content .sc-button.palette-3, .home .contact-form-content .sc-button.palette-3, .home .parent-newsletter-form-content .sc-button.palette-3, .home .content-loop .sc-button.palette-3, .home
.sc-button.palette-3 {
  background-color: #fff;
  color: #fbb447;
  border-color: #fbb447;
}

.home .custom-content .sc-button.palette-3 .active, .home .statistics-custom-content .sc-button.palette-3 .active, .home .media-content .sc-button.palette-3 .active, .home .contact-form-content .sc-button.palette-3 .active, .home .parent-newsletter-form-content .sc-button.palette-3 .active, .home .content-loop .sc-button.palette-3 .active, .home .custom-content .sc-button.palette-3:hover, .home .statistics-custom-content .sc-button.palette-3:hover, .home .media-content .sc-button.palette-3:hover, .home .contact-form-content .sc-button.palette-3:hover, .home .parent-newsletter-form-content .sc-button.palette-3:hover, .home .content-loop .sc-button.palette-3:hover, .home .custom-content .sc-button.palette-3:active, .home .statistics-custom-content .sc-button.palette-3:active, .home .media-content .sc-button.palette-3:active, .home .contact-form-content .sc-button.palette-3:active, .home .parent-newsletter-form-content .sc-button.palette-3:active, .home .content-loop .sc-button.palette-3:active, .home .custom-content .sc-button.palette-3:focus, .home .statistics-custom-content .sc-button.palette-3:focus, .home .media-content .sc-button.palette-3:focus, .home .contact-form-content .sc-button.palette-3:focus, .home .parent-newsletter-form-content .sc-button.palette-3:focus, .home .content-loop .sc-button.palette-3:focus, .home
.sc-button.palette-3 .active, .home
.sc-button.palette-3:hover, .home
.sc-button.palette-3:active, .home
.sc-button.palette-3:focus {
  background-color: #fbb447;
  color: #fff;
}

.home .custom-content .sc-button.palette-4, .home .statistics-custom-content .sc-button.palette-4, .home .media-content .sc-button.palette-4, .home .contact-form-content .sc-button.palette-4, .home .parent-newsletter-form-content .sc-button.palette-4, .home .content-loop .sc-button.palette-4, .home
.sc-button.palette-4 {
  background-color: #fff;
  color: #ff8300;
  border-color: #ff8300;
}

.home .custom-content .sc-button.palette-4 .active, .home .statistics-custom-content .sc-button.palette-4 .active, .home .media-content .sc-button.palette-4 .active, .home .contact-form-content .sc-button.palette-4 .active, .home .parent-newsletter-form-content .sc-button.palette-4 .active, .home .content-loop .sc-button.palette-4 .active, .home .custom-content .sc-button.palette-4:hover, .home .statistics-custom-content .sc-button.palette-4:hover, .home .media-content .sc-button.palette-4:hover, .home .contact-form-content .sc-button.palette-4:hover, .home .parent-newsletter-form-content .sc-button.palette-4:hover, .home .content-loop .sc-button.palette-4:hover, .home .custom-content .sc-button.palette-4:active, .home .statistics-custom-content .sc-button.palette-4:active, .home .media-content .sc-button.palette-4:active, .home .contact-form-content .sc-button.palette-4:active, .home .parent-newsletter-form-content .sc-button.palette-4:active, .home .content-loop .sc-button.palette-4:active, .home .custom-content .sc-button.palette-4:focus, .home .statistics-custom-content .sc-button.palette-4:focus, .home .media-content .sc-button.palette-4:focus, .home .contact-form-content .sc-button.palette-4:focus, .home .parent-newsletter-form-content .sc-button.palette-4:focus, .home .content-loop .sc-button.palette-4:focus, .home
.sc-button.palette-4 .active, .home
.sc-button.palette-4:hover, .home
.sc-button.palette-4:active, .home
.sc-button.palette-4:focus {
  background-color: #ff8300;
  color: #fff;
}

.home .custom-content .sc-button.palette-5, .home .statistics-custom-content .sc-button.palette-5, .home .media-content .sc-button.palette-5, .home .contact-form-content .sc-button.palette-5, .home .parent-newsletter-form-content .sc-button.palette-5, .home .content-loop .sc-button.palette-5, .home
.sc-button.palette-5 {
  background-color: #fff;
  color: #e65427;
  border-color: #e65427;
}

.home .custom-content .sc-button.palette-5 .active, .home .statistics-custom-content .sc-button.palette-5 .active, .home .media-content .sc-button.palette-5 .active, .home .contact-form-content .sc-button.palette-5 .active, .home .parent-newsletter-form-content .sc-button.palette-5 .active, .home .content-loop .sc-button.palette-5 .active, .home .custom-content .sc-button.palette-5:hover, .home .statistics-custom-content .sc-button.palette-5:hover, .home .media-content .sc-button.palette-5:hover, .home .contact-form-content .sc-button.palette-5:hover, .home .parent-newsletter-form-content .sc-button.palette-5:hover, .home .content-loop .sc-button.palette-5:hover, .home .custom-content .sc-button.palette-5:active, .home .statistics-custom-content .sc-button.palette-5:active, .home .media-content .sc-button.palette-5:active, .home .contact-form-content .sc-button.palette-5:active, .home .parent-newsletter-form-content .sc-button.palette-5:active, .home .content-loop .sc-button.palette-5:active, .home .custom-content .sc-button.palette-5:focus, .home .statistics-custom-content .sc-button.palette-5:focus, .home .media-content .sc-button.palette-5:focus, .home .contact-form-content .sc-button.palette-5:focus, .home .parent-newsletter-form-content .sc-button.palette-5:focus, .home .content-loop .sc-button.palette-5:focus, .home
.sc-button.palette-5 .active, .home
.sc-button.palette-5:hover, .home
.sc-button.palette-5:active, .home
.sc-button.palette-5:focus {
  background-color: #e65427;
  color: #fff;
}

.home .custom-content .sc-button.palette-6, .home .statistics-custom-content .sc-button.palette-6, .home .media-content .sc-button.palette-6, .home .contact-form-content .sc-button.palette-6, .home .parent-newsletter-form-content .sc-button.palette-6, .home .content-loop .sc-button.palette-6, .home
.sc-button.palette-6 {
  background-color: #fff;
  color: #61b241;
  border-color: #61b241;
}

.home .custom-content .sc-button.palette-6 .active, .home .statistics-custom-content .sc-button.palette-6 .active, .home .media-content .sc-button.palette-6 .active, .home .contact-form-content .sc-button.palette-6 .active, .home .parent-newsletter-form-content .sc-button.palette-6 .active, .home .content-loop .sc-button.palette-6 .active, .home .custom-content .sc-button.palette-6:hover, .home .statistics-custom-content .sc-button.palette-6:hover, .home .media-content .sc-button.palette-6:hover, .home .contact-form-content .sc-button.palette-6:hover, .home .parent-newsletter-form-content .sc-button.palette-6:hover, .home .content-loop .sc-button.palette-6:hover, .home .custom-content .sc-button.palette-6:active, .home .statistics-custom-content .sc-button.palette-6:active, .home .media-content .sc-button.palette-6:active, .home .contact-form-content .sc-button.palette-6:active, .home .parent-newsletter-form-content .sc-button.palette-6:active, .home .content-loop .sc-button.palette-6:active, .home .custom-content .sc-button.palette-6:focus, .home .statistics-custom-content .sc-button.palette-6:focus, .home .media-content .sc-button.palette-6:focus, .home .contact-form-content .sc-button.palette-6:focus, .home .parent-newsletter-form-content .sc-button.palette-6:focus, .home .content-loop .sc-button.palette-6:focus, .home
.sc-button.palette-6 .active, .home
.sc-button.palette-6:hover, .home
.sc-button.palette-6:active, .home
.sc-button.palette-6:focus {
  background-color: #61b241;
  color: #fff;
}

.home .custom-content .sc-button.palette-7, .home .statistics-custom-content .sc-button.palette-7, .home .media-content .sc-button.palette-7, .home .contact-form-content .sc-button.palette-7, .home .parent-newsletter-form-content .sc-button.palette-7, .home .content-loop .sc-button.palette-7, .home
.sc-button.palette-7 {
  background-color: #fff;
  color: #4cb1ab;
  border-color: #4cb1ab;
}

.home .custom-content .sc-button.palette-7 .active, .home .statistics-custom-content .sc-button.palette-7 .active, .home .media-content .sc-button.palette-7 .active, .home .contact-form-content .sc-button.palette-7 .active, .home .parent-newsletter-form-content .sc-button.palette-7 .active, .home .content-loop .sc-button.palette-7 .active, .home .custom-content .sc-button.palette-7:hover, .home .statistics-custom-content .sc-button.palette-7:hover, .home .media-content .sc-button.palette-7:hover, .home .contact-form-content .sc-button.palette-7:hover, .home .parent-newsletter-form-content .sc-button.palette-7:hover, .home .content-loop .sc-button.palette-7:hover, .home .custom-content .sc-button.palette-7:active, .home .statistics-custom-content .sc-button.palette-7:active, .home .media-content .sc-button.palette-7:active, .home .contact-form-content .sc-button.palette-7:active, .home .parent-newsletter-form-content .sc-button.palette-7:active, .home .content-loop .sc-button.palette-7:active, .home .custom-content .sc-button.palette-7:focus, .home .statistics-custom-content .sc-button.palette-7:focus, .home .media-content .sc-button.palette-7:focus, .home .contact-form-content .sc-button.palette-7:focus, .home .parent-newsletter-form-content .sc-button.palette-7:focus, .home .content-loop .sc-button.palette-7:focus, .home
.sc-button.palette-7 .active, .home
.sc-button.palette-7:hover, .home
.sc-button.palette-7:active, .home
.sc-button.palette-7:focus {
  background-color: #4cb1ab;
  color: #fff;
}

.home .custom-content .sc-button.palette-8, .home .statistics-custom-content .sc-button.palette-8, .home .media-content .sc-button.palette-8, .home .contact-form-content .sc-button.palette-8, .home .parent-newsletter-form-content .sc-button.palette-8, .home .content-loop .sc-button.palette-8, .home
.sc-button.palette-8 {
  background-color: #fff;
  color: #143e84;
  border-color: #143e84;
}

.home .custom-content .sc-button.palette-8 .active, .home .statistics-custom-content .sc-button.palette-8 .active, .home .media-content .sc-button.palette-8 .active, .home .contact-form-content .sc-button.palette-8 .active, .home .parent-newsletter-form-content .sc-button.palette-8 .active, .home .content-loop .sc-button.palette-8 .active, .home .custom-content .sc-button.palette-8:hover, .home .statistics-custom-content .sc-button.palette-8:hover, .home .media-content .sc-button.palette-8:hover, .home .contact-form-content .sc-button.palette-8:hover, .home .parent-newsletter-form-content .sc-button.palette-8:hover, .home .content-loop .sc-button.palette-8:hover, .home .custom-content .sc-button.palette-8:active, .home .statistics-custom-content .sc-button.palette-8:active, .home .media-content .sc-button.palette-8:active, .home .contact-form-content .sc-button.palette-8:active, .home .parent-newsletter-form-content .sc-button.palette-8:active, .home .content-loop .sc-button.palette-8:active, .home .custom-content .sc-button.palette-8:focus, .home .statistics-custom-content .sc-button.palette-8:focus, .home .media-content .sc-button.palette-8:focus, .home .contact-form-content .sc-button.palette-8:focus, .home .parent-newsletter-form-content .sc-button.palette-8:focus, .home .content-loop .sc-button.palette-8:focus, .home
.sc-button.palette-8 .active, .home
.sc-button.palette-8:hover, .home
.sc-button.palette-8:active, .home
.sc-button.palette-8:focus {
  background-color: #143e84;
  color: #fff;
}

.remodal-wrapper {
  background: url("../../../quincy/assets/img/rgba-fallback/white-60.png");
}

.mod-rgba .remodal-wrapper {
  background: none;
  background: rgba(255, 255, 255, 0.6);
}

.remodal {
  padding: 60px 10px;
  border: 3px solid #c0b5b4;
  color: #816b69;
  padding: 60px;
}

.remodal.video-modal {
  padding: 40px 10px 10px;
  padding: 40px 20px 20px;
}

.remodal.faculty-modal {
  padding-top: 110px;
}

.remodal-close {
  width: 20px;
  height: 20px;
  left: auto;
  right: 20px;
  top: 20px;
}

.video-modal .remodal-close {
  top: 10px;
  right: 10px;
}

.remodal-close:before {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  content: 'X';
  font-size: 26px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #816b69;
}

.remodal-close:hover, .remodal-close:active, .remodal-close:focus {
  background: none;
}

.remodal-close:hover:before, .remodal-close:active:before, .remodal-close:focus:before {
  color: #544544;
}

.single-post {
  color: #816b69;
}

.single-post .content-area {
  margin: 0 15px;
}

@media (min-width: 768px) {
  .single-post .content-area {
    margin: 0px;
  }
}

.single-post .featured-image {
  max-width: 100%;
  height: auto;
}

.single-post h1 {
  color: #544544;
  margin: 10px 0;
}

.single-post .post-meta {
  padding: 0 15px;
}

.single-post .post-meta time {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  color: #544544;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 32px;
  display: block;
}

.error-404 {
  text-align: center;
  font-size: 14px;
}

.error-404 .big-404 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  margin-top: 80px;
  color: #ccc;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
}

.error-404 .big-error {
  color: #ccc;
  font-size: 30px;
}

.error-404 .message {
  margin-top: 40px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}

@media (min-width: 383.5px) {
  .error-404 .search-form {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.error-404 .search-field {
  width: 100%;
}

@media (min-width: 383.5px) {
  .error-404 .search-field {
    width: 275px;
    float: left;
    margin-right: 15px;
    max-width: 50%;
  }
}

.error-404 .search-submit {
  width: 100%;
}

@media (min-width: 383.5px) {
  .error-404 .search-submit {
    width: auto;
    max-width: 35%;
  }
}

.posts-roll {
  margin-bottom: 20px;
}

.posts-roll::after {
  clear: both;
  content: "";
  display: table;
}

.post-wrap {
  margin-bottom: 40px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.post-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.post-wrap:last-child {
  margin-right: 0;
}

.post-wrap.last {
  margin-right: 0;
}

.post-wrap.last + .post-wrap {
  clear: both;
}

.post-wrap.featured-video {
  cursor: pointer;
}

@media (min-width: 918px) {
  .no-sidebar .post-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .no-sidebar .post-wrap:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 918px) {
  .no-sidebar .post-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .no-sidebar .post-wrap:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 918px) {
  .no-sidebar .post-wrap.even {
    margin-right: 0;
  }
}

.post-thumbnail-wrapper {
  text-align: center;
  min-height: 160px;
  margin-bottom: 30px;
  text-align: left;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .post-thumbnail-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    overflow: hidden;
  }
  .post-thumbnail-wrapper:last-child {
    margin-right: 0;
  }
}

.no-thumbnail .post-thumbnail-wrapper {
  display: none;
  display: block;
}

.post-thumbnail-link {
  position: relative;
  display: inline-block;
  display: block;
}

.post-thumbnail-link .media-icon {
  border: 3px solid #fff;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}

.post-thumbnail-link .media-icon:before {
  height: 0;
  width: 0;
  border-top: 13.5px solid transparent;
  border-bottom: 13.5px solid transparent;
  border-left: 22px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  left: 50%;
  margin-left: -11px;
}

.post-thumbnail {
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .post-thumbnail {
    max-width: 1000%;
    width: auto;
  }
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .post-content-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
  }
  .post-content-wrapper:last-child {
    margin-right: 0;
  }
}

.post-title-link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  line-height: 1em;
  color: #e65427;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.post-title-link .active, .post-title-link:hover, .post-title-link:active, .post-title-link:focus {
  color: #da4719;
}

.post-date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #84706f;
  margin-bottom: 10px;
  display: block;
}

.post-excerpt {
  color: #84706f;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.post-read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #e65427;
  font-size: 16px;
  text-decoration: none;
}

.post-read-more .active, .post-read-more:hover, .post-read-more:active, .post-read-more:focus {
  color: #da4719;
}

@media (min-width: 383.5px) {
  .none-found .search-field {
    width: 275px;
    float: left;
    margin-right: 15px;
    max-width: 50%;
  }
}

.none-found .search-submit {
  width: 100%;
}

@media (min-width: 383.5px) {
  .none-found .search-submit {
    width: auto;
  }
}

.page-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 36px;
  color: #e65427;
  line-height: 1.25em;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 36px;
  line-height: 1.5em;
}

.blog .page-title,
.archive .page-title,
.search .page-title {
  padding: 0;
}

.page-sub-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 16px;
  color: #e65427;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.feature-page-header {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.feature-page-header::after {
  clear: both;
  content: "";
  display: table;
}

.feature-page-header h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 36px;
  color: #fbb447;
  margin-bottom: 17px;
}

.feature-page-header h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  color: #fbb447;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 19px;
}

.feature-page-header .link-wrapper {
  margin-bottom: 20px;
  display: none;
}

@media (min-width: 1170px) {
  .feature-page-header .link-wrapper {
    display: block;
  }
}

.feature-page-header .link-wrapper a {
  text-decoration: none;
  padding: 0 12px 0 16px;
  border-left: solid 2px #999;
}

.feature-page-header .link-wrapper a:first-child {
  border-left: none;
}

.feature-page-header .link-wrapper a.active {
  color: #999;
  cursor: default;
}

.search-post {
  margin-bottom: 30px;
}

.search-post::after {
  clear: both;
  content: "";
  display: table;
}

.search-post-thumbnail-wrap {
  margin-bottom: 10px;
}

@media (min-width: 383.5px) {
  .search-post-thumbnail-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    overflow: hidden;
    margin-bottom: -5px;
    position: relative;
    height: 160px;
  }
  .search-post-thumbnail-wrap:last-child {
    margin-right: 0;
  }
}

@media (min-width: 383.5px) {
  .search-post-thumbnail-link {
    position: absolute;
    left: 50%;
    margin-left: -137.5px;
    display: block;
  }
}

.search-post-thumbnail {
  max-width: 100%;
  height: auto;
}

@media (min-width: 383.5px) {
  .search-post-thumbnail {
    max-width: 1000%;
  }
}

@media (min-width: 383.5px) {
  .search-post-content-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .search-post-content-wrap:last-child {
    margin-right: 0;
  }
}

.search-post-title {
  float: left;
  display: block;
  width: 102.35765%;
  margin-bottom: 0;
}

.search-post-title:last-child {
  width: 100%;
}

.has-excerpt .search-post-title {
  margin-bottom: 5px;
}

.search-post-title a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1em;
  color: #591f00;
  text-decoration: none;
}

.search-post-title a:hover {
  color: #e65427;
}

.search-post-excerpt {
  margin-bottom: 10px;
}

.search-post-read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #e65427;
  font-size: 16px;
  text-decoration: none;
}

.search-post-read-more .active, .search-post-read-more:hover, .search-post-read-more:active, .search-post-read-more:focus {
  color: #da4719;
}

.search .site-header {
  margin-bottom: 15px;
}

@media (min-width: 1170px) {
  .search .site-header {
    margin-bottom: 25px;
  }
}

.search-modal {
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-modal-form-header {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1em;
}

.search-modal-form .search-form::after {
  clear: both;
  content: "";
  display: table;
}

.search-modal-form .search-field {
  box-sizing: border-box;
  height: 51px;
  width: 68%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0;
}

.search-modal-form .search-submit {
  width: 90%;
  min-width: 152px;
  margin: 0 auto;
  width: 30%;
  float: left;
  margin-bottom: 0;
}

.pagination-wrap {
  text-align: center;
  text-align: inherit;
}

.pagination {
  display: inline-block;
  margin: 30px 0;
  display: block;
}

.pagination::after {
  clear: both;
  content: "";
  display: table;
}

.page-numbers {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #84706f;
  font-size: 20px;
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}

.page-numbers:first-child {
  margin-left: 0;
}

.page-numbers.prev, .page-numbers.previous, .page-numbers.next {
  background-color: #f3efef;
  position: relative;
  text-indent: -9999px;
  text-indent: 0;
  padding: 8px 25px;
  border-radius: 20px;
  line-height: 1em;
  width: auto;
  height: auto;
}

.page-numbers.prev:before, .page-numbers.previous:before, .page-numbers.next:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

.page-numbers.prev:before, .page-numbers.previous:before {
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #84706f;
  left: 50%;
  margin-left: -6px;
  left: 50%;
  left: 7.5px;
  margin-left: 0;
}

.page-numbers.prev:hover:before, .page-numbers.prev:focus:before, .page-numbers.prev:active:before, .page-numbers.previous:hover:before, .page-numbers.previous:focus:before, .page-numbers.previous:active:before {
  border-right-color: #fff;
}

.page-numbers.next:after {
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #84706f;
  right: 50%;
  margin-right: -6px;
  right: 50%;
  right: 7.5px;
  margin-right: 0;
}

.page-numbers.next:hover:after, .page-numbers.next:focus:after, .page-numbers.next:active:after {
  border-left-color: #fff;
}

.page-numbers.current, .page-numbers:hover, .page-numbers:active, .page-numbers:focus {
  background-color: #e65427;
  color: #fff;
}

.content-info {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  background: #431e10;
  padding: 70px 0;
  margin-top: 20px;
  margin-top: 40px;
}

.home .content-info,
.level-1 .content-info,
.level-2 .content-info,
.level-3 .content-info {
  margin-top: 0;
}

.content-info .top-footer {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}

.content-info .top-footer::after {
  clear: both;
  content: "";
  display: table;
}

.content-info .top-footer .footer_heading {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #fff;
}

.content-info .top-footer .top-footer-column {
  display: block;
}

@media (min-width: 1024px) {
  .content-info .top-footer .top-footer-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    display: inline-block;
  }
  .content-info .top-footer .top-footer-column:last-child {
    margin-right: 0;
  }
}

.content-info .top-footer .top-footer-column .social-menu {
  display: inline-block;
  padding-left: 24px;
  margin: 20px 0;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .content-info .top-footer .top-footer-column .social-menu {
    margin: 0;
  }
}

.content-info .top-footer .top-footer-column .social-menu li {
  display: inline-block;
  margin-right: 6px;
}

.content-info .top-footer .top-footer-column .social-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  overflow: hidden;
  margin-right: 6px;
}

.content-info .top-footer .top-footer-column .social-menu a:active {
  transform: scale(0.9);
  transition: transform 0s linear;
}

.content-info .top-footer .top-footer-column .social-menu a:before {
  font-size: 25px;
  color: #fff;
  /* text-align: center; */
}

.content-info .top-footer .top-footer-column .social-menu li.menu-facebook a:before {
  content: '\ea8c';
}

.content-info .top-footer .top-footer-column .social-menu li.menu-twitter a:before {
  content: '\ea91';
}

.content-info .top-footer .top-footer-column .social-menu li.menu-youtube a:before {
  content: '\ea99';
}

.content-info .top-footer .top-footer-column .social-menu li.menu-admissions-email a:before {
  content: '\e609';
}

.content-info .top-footer .top-footer-column ul {
  margin: 0;
  padding-left: 0;
  display: none;
}

@media (min-width: 1024px) {
  .content-info .top-footer .top-footer-column ul {
    margin: 4px 0;
    display: inline-block;
  }
}

.content-info .top-footer .top-footer-column ul li {
  display: block;
  margin-bottom: 14px;
}

.content-info .top-footer .top-footer-column a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.content-info .top-footer .top-footer-column a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .content-info .top-footer .footer_wider_column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    display: inline-block;
  }
  .content-info .top-footer .footer_wider_column:last-child {
    margin-right: 0;
  }
}

.content-info .top-footer .content-info-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 14px;
  color: #fff;
}

.content-info .bottom-footer {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-align: left;
  padding: 20px 0;
  color: #bcb4b2;
  font-size: 12px;
}

.content-info .bottom-footer::after {
  clear: both;
  content: "";
  display: table;
}

.content-info .bottom-footer a {
  color: #fff;
  text-decoration: underline;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}

.back-to-top a {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 999px;
  background: url("/wp-content/themes/quincy-child/assets/img/back-to-top.png") center center no-repeat #fc4339;
}

.back-to-top:hover a {
  background-color: #faaa2e;
}

.backgroundsize .back-to-top a {
  background: url("/wp-content/themes/quincy-child/assets/img/back-to-top.png") center center no-repeat #fc4339;
  background-size: 30px 30px;
}

.module {
  clear: both;
  margin-bottom: 20px;
  margin-bottom: 30px;
}

.home .module {
  margin-bottom: 20px;
  margin-bottom: 80px;
}

.module-page-title-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
  color: #591f00;
  padding: 0 15px;
}

.module-page-title-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.module-page-title-wrap.bottom-top, .module-page-title-wrap.text-top {
  margin-top: 70px;
  text-transform: none;
}

.module-page-title-wrap .title-text {
  display: block;
  width: 100%;
}

.module-page-title-wrap .top-text,
.module-page-title-wrap .bottom-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 0 60px;
}

@media (min-width: 1170px) {
  .module-page-title-wrap .top-text,
  .module-page-title-wrap .bottom-text {
    font-size: 36px;
  }
}

.module-page-title-wrap .feature-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #fbb447;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fbb447;
  text-fill-color: #fff;
  text-stroke-width: 1px;
  text-stroke-color: #fbb447;
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
  font-size: 56px;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (min-width: 1170px) {
  .module-page-title-wrap .feature-text {
    font-size: 76px;
  }
}

.module-page-title-wrap .feature-text.large {
  font-size: 56px;
}

@media (min-width: 1170px) {
  .module-page-title-wrap .feature-text.large {
    font-size: 146px;
  }
}

.module-page-title-wrap .feature-text.medium {
  font-size: 40px;
}

@media (min-width: 1170px) {
  .module-page-title-wrap .feature-text.medium {
    font-size: 106px;
  }
}

.module-page-title-wrap .feature-text.small {
  font-size: 35px;
  margin-bottom: 20px;
}

@media (min-width: 1170px) {
  .module-page-title-wrap .feature-text.small {
    font-size: 86px;
    margin-bottom: 30px;
  }
}

.module-page-title-wrap.palette-1 .feature-text {
  color: #816b69;
  -webkit-text-stroke-color: #816b69;
  text-stroke-color: #816b69;
}

.module-page-title-wrap.palette-2 .feature-text {
  color: #591f00;
  -webkit-text-stroke-color: #591f00;
  text-stroke-color: #591f00;
}

.module-page-title-wrap.palette-3 .feature-text {
  color: #fbb447;
  -webkit-text-stroke-color: #fbb447;
  text-stroke-color: #fbb447;
}

.module-page-title-wrap.palette-4 .feature-text {
  color: #ff8300;
  -webkit-text-stroke-color: #ff8300;
  text-stroke-color: #ff8300;
}

.module-page-title-wrap.palette-5 .feature-text {
  color: #e65427;
  -webkit-text-stroke-color: #e65427;
  text-stroke-color: #e65427;
}

.module-page-title-wrap.palette-6 .feature-text {
  color: #61b241;
  -webkit-text-stroke-color: #61b241;
  text-stroke-color: #61b241;
}

.module-page-title-wrap.palette-7 .feature-text {
  color: #4cb1ab;
  -webkit-text-stroke-color: #4cb1ab;
  text-stroke-color: #4cb1ab;
}

.module-page-title-wrap.palette-8 .feature-text {
  color: #143e84;
  -webkit-text-stroke-color: #143e84;
  text-stroke-color: #143e84;
}

.qu-forever-forward .module-page-title-wrap .custom-content, .qu-forever-forward .module-page-title-wrap .statistics-custom-content, .qu-forever-forward .module-page-title-wrap .media-content, .qu-forever-forward .module-page-title-wrap .contact-form-content, .qu-forever-forward .module-page-title-wrap .parent-newsletter-form-content, .qu-forever-forward .module-page-title-wrap .content-loop,
.qu-forever-forward .module-page-title-wrap .title-text-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 70.14568%;
  margin-left: 14.92716%;
}

.qu-forever-forward .module-page-title-wrap .custom-content:last-child, .qu-forever-forward .module-page-title-wrap .statistics-custom-content:last-child, .qu-forever-forward .module-page-title-wrap .media-content:last-child, .qu-forever-forward .module-page-title-wrap .contact-form-content:last-child, .qu-forever-forward .module-page-title-wrap .parent-newsletter-form-content:last-child, .qu-forever-forward .module-page-title-wrap .content-loop:last-child,
.qu-forever-forward .module-page-title-wrap .title-text-wrap:last-child {
  margin-right: 0;
}

.qu-forever-forward .module-page-title-wrap .title-text-wrap {
  margin-bottom: 35px;
  margin-bottom: 75px;
}

.qu-forever-forward .module-page-title-wrap.custom-content .title-text-wrap, .qu-forever-forward .module-page-title-wrap.statistics-custom-content .title-text-wrap, .qu-forever-forward .module-page-title-wrap.media-content .title-text-wrap, .qu-forever-forward .module-page-title-wrap.contact-form-content .title-text-wrap, .qu-forever-forward .module-page-title-wrap.parent-newsletter-form-content .title-text-wrap, .qu-forever-forward .module-page-title-wrap.content-loop .title-text-wrap {
  margin-bottom: 35px;
}

.qu-forever-forward .module-page-title-wrap .title-text {
  margin-bottom: 20px;
}

.qu-forever-forward .module-page-title-wrap .title-text.bottom-text {
  margin-bottom: 0;
}

.qu-forever-forward .module-page-title-wrap .top-text,
.qu-forever-forward .module-page-title-wrap .bottom-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 14px;
  text-transform: uppercase;
}

.qu-forever-forward .module-page-title-wrap .feature-text {
  color: #fbb447;
  -webkit-text-fill-color: #fbb447;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #fbb447;
  text-stroke-width: 0;
  text-stroke-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 36px;
  text-transform: none;
  line-height: 1.4722222em;
}

.qu-forever-forward .module-page-title-wrap.palette-1 .feature-text {
  color: #816b69;
  -webkit-text-fill-color: #816b69;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #816b69;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-1 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-1 .bottom-text {
  color: #816b69;
}

.qu-forever-forward .module-page-title-wrap.palette-2 .feature-text {
  color: #591f00;
  -webkit-text-fill-color: #591f00;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #591f00;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-2 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-2 .bottom-text {
  color: #591f00;
}

.qu-forever-forward .module-page-title-wrap.palette-3 .feature-text {
  color: #fbb447;
  -webkit-text-fill-color: #fbb447;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #fbb447;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-3 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-3 .bottom-text {
  color: #fbb447;
}

.qu-forever-forward .module-page-title-wrap.palette-4 .feature-text {
  color: #ff8300;
  -webkit-text-fill-color: #ff8300;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #ff8300;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-4 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-4 .bottom-text {
  color: #ff8300;
}

.qu-forever-forward .module-page-title-wrap.palette-5 .feature-text {
  color: #e65427;
  -webkit-text-fill-color: #e65427;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #e65427;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-5 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-5 .bottom-text {
  color: #e65427;
}

.qu-forever-forward .module-page-title-wrap.palette-6 .feature-text {
  color: #61b241;
  -webkit-text-fill-color: #61b241;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #61b241;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-6 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-6 .bottom-text {
  color: #61b241;
}

.qu-forever-forward .module-page-title-wrap.palette-7 .feature-text {
  color: #4cb1ab;
  -webkit-text-fill-color: #4cb1ab;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #4cb1ab;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-7 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-7 .bottom-text {
  color: #4cb1ab;
}

.qu-forever-forward .module-page-title-wrap.palette-8 .feature-text {
  color: #143e84;
  -webkit-text-fill-color: #143e84;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-fill-color: #143e84;
  text-stroke-width: 0;
  text-stroke-color: transparent;
}

.qu-forever-forward .module-page-title-wrap.palette-8 .top-text,
.qu-forever-forward .module-page-title-wrap.palette-8 .bottom-text {
  color: #143e84;
}

@supports (-ms-accelerator: true) {
  .feature-text {
    -webkit-text-fill-color: inherit !important;
    -webkit-text-stroke-color: inherit !important;
  }
}

.page-title-level-3-module {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #544544;
}

.level-3-no-sb .page-title-level-3-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.level-3-no-sb .page-title-level-3-module::after {
  clear: both;
  content: "";
  display: table;
}

.level-3-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: inherit;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}

.level-3-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 20px;
}

.alert-banner-module {
  background-color: #e65427;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-banner-module .alert-banner-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.alert-banner-module .alert-banner-container::after {
  clear: both;
  content: "";
  display: table;
}

.alert-banner-module .icon {
  font-size: 35px;
  vertical-align: middle;
  padding: 0 10px;
}

.alert-banner-module .alert-wrapper {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}

.alert-banner-module.palette-1 {
  background-color: #816b69;
}

.alert-banner-module.palette-2 {
  background-color: #591f00;
}

.alert-banner-module.palette-3 {
  background-color: #fbb447;
}

.alert-banner-module.palette-4 {
  background-color: #ff8300;
}

.alert-banner-module.palette-5 {
  background-color: #e65427;
}

.alert-banner-module.palette-6 {
  background-color: #61b241;
}

.alert-banner-module.palette-7 {
  background-color: #4cb1ab;
}

.alert-banner-module.palette-8 {
  background-color: #143e84;
}

.button-group-module {
  background-color: #fc4339;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.button-group-module h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  margin-top: 40px;
  margin-bottom: 6px;
  display: inline-block;
  color: #591f00;
}

.button-group-module .button-group-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.button-group-module .button-group-container::after {
  clear: both;
  content: "";
  display: table;
}

.button-group-module .button-group {
  padding-top: 28px;
}

.button-group-module .button-group::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 1170px) {
  .button-group-module .button-group {
    padding-top: 38px;
  }
}

.button-group-module .button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 14px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fbb447;
  color: #fff;
  min-height: 1px;
  margin: 0 2% 28px;
  width: 96%;
}

.button-group-module .button:active {
  transition: 0s;
  transform: scale(0.95);
}

.button-group-module .button .active, .button-group-module .button:hover, .button-group-module .button:active, .button-group-module .button:focus {
  background-color: #fbb447;
  color: #431e10;
  border: 0 solid #fff;
  text-decoration: none !important;
}

@media (min-width: 1170px) {
  .button-group-module .button {
    margin: 0 1.66667% 38px;
    width: 29.99997%;
    padding: 10px 5px;
    min-height: 58px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.button-group-module .button.button-1 {
  clear: both;
}

@media (min-width: 1170px) {
  .button-group-module .button.offset-1 {
    margin-left: 34.99997%;
    margin-right: 34.99997%;
  }
}

@media (min-width: 1170px) {
  .button-group-module .button.offset-2 {
    margin-left: 18.33331%;
  }
}

.level-3 .button-group-module .button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 14px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fbb447;
  color: #fff;
  min-height: 1px;
}

.level-3 .button-group-module .button:active {
  transition: 0s;
  transform: scale(0.95);
}

.level-3 .button-group-module .button .active, .level-3 .button-group-module .button:hover, .level-3 .button-group-module .button:active, .level-3 .button-group-module .button:focus {
  background-color: #fbb447;
  color: #431e10;
  border: 0 solid #fff;
  text-decoration: none !important;
}

@media (min-width: 1170px) {
  .level-3 .button-group-module .button {
    width: 46%;
    margin: 0px 1.5% 38px;
  }
}

@media (min-width: 1170px) {
  .level-3 .button-group-module .button.offset-1 {
    margin-left: 24.5%;
  }
}

.button-group-module.palette-1 {
  background-color: #e6e1e1;
}

.button-group-module.palette-1 h3 {
  color: #816b69;
}

.button-group-module.palette-1 .button {
  background-color: #816b69;
}

.button-group-module.palette-2 {
  background-color: #ded2cc;
}

.button-group-module.palette-2 h3 {
  color: #591f00;
}

.button-group-module.palette-2 .button {
  background-color: #591f00;
}

.button-group-module.palette-3 {
  background-color: #fef0da;
}

.button-group-module.palette-3 h3 {
  color: #591f00;
}

.button-group-module.palette-3 .button {
  background-color: #fbb447;
}

.button-group-module.palette-4 {
  background-color: #ffe6cc;
}

.button-group-module.palette-4 h3 {
  color: #ff8300;
}

.button-group-module.palette-4 .button {
  background-color: #ff8300;
}

.button-group-module.palette-5 {
  background-color: #faddd4;
}

.button-group-module.palette-5 h3 {
  color: #e65427;
}

.button-group-module.palette-5 .button {
  background-color: #e65427;
}

.button-group-module.palette-6 {
  background-color: #dff0d9;
}

.button-group-module.palette-6 h3 {
  color: #61b241;
}

.button-group-module.palette-6 .button {
  background-color: #61b241;
}

.button-group-module.palette-7 {
  background-color: #dbefee;
}

.button-group-module.palette-7 h3 {
  color: #4cb1ab;
}

.button-group-module.palette-7 .button {
  background-color: #4cb1ab;
}

.button-group-module.palette-8 {
  background-color: #d0d8e6;
}

.button-group-module.palette-8 h3 {
  color: #143e84;
}

.button-group-module.palette-8 .button {
  background-color: #143e84;
}

.cta-buttons-module {
  background-color: #fbb447;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 0;
}

.cta-buttons-module .cta-buttons-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}

.cta-buttons-module .cta-buttons-container::after {
  clear: both;
  content: "";
  display: table;
}

.cta-buttons-module .button-group {
  padding-top: 28px;
}

@media (min-width: 1170px) {
  .cta-buttons-module .button-group {
    padding-top: 38px;
  }
}

.cta-buttons-module h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  margin-top: 40px;
  margin-bottom: 6px;
  display: inline-block;
  color: #fff;
}

.cta-buttons-module .custom-content, .cta-buttons-module .statistics-custom-content, .cta-buttons-module .media-content, .cta-buttons-module .contact-form-content, .cta-buttons-module .parent-newsletter-form-content, .cta-buttons-module .content-loop {
  color: #fff;
}

.cta-buttons-module .custom-content a, .cta-buttons-module .statistics-custom-content a, .cta-buttons-module .media-content a, .cta-buttons-module .contact-form-content a, .cta-buttons-module .parent-newsletter-form-content a, .cta-buttons-module .content-loop a {
  color: #fff;
  text-decoration: underline;
}

.cta-buttons-module .button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 14px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fc4339;
  color: #fff;
  min-height: 1px;
  min-width: 44%;
  margin: 0 1.5% 28px;
}

.cta-buttons-module .button:active {
  transition: 0s;
  transform: scale(0.95);
}

.cta-buttons-module .button .active, .cta-buttons-module .button:hover, .cta-buttons-module .button:active, .cta-buttons-module .button:focus {
  background-color: #fff200;
  color: #431e10;
  border: 2px solid #fff;
  text-decoration: none !important;
}

@media (min-width: 1170px) {
  .cta-buttons-module .button {
    min-width: 30%;
    margin: 0 1.5% 38px;
  }
}

.cta-buttons-module.palette-3 .custom-content a, .cta-buttons-module.palette-3 .statistics-custom-content a, .cta-buttons-module.palette-3 .media-content a, .cta-buttons-module.palette-3 .contact-form-content a, .cta-buttons-module.palette-3 .parent-newsletter-form-content a, .cta-buttons-module.palette-3 .content-loop a {
  color: #591f00;
}

.cta-buttons-module.palette-6 .custom-content a, .cta-buttons-module.palette-6 .statistics-custom-content a, .cta-buttons-module.palette-6 .media-content a, .cta-buttons-module.palette-6 .contact-form-content a, .cta-buttons-module.palette-6 .parent-newsletter-form-content a, .cta-buttons-module.palette-6 .content-loop a {
  color: #fff;
}

.cta-buttons-module.palette-1 {
  background-color: #816b69;
}

.cta-buttons-module.palette-1 .button .active, .cta-buttons-module.palette-1 .button:hover, .cta-buttons-module.palette-1 .button:active, .cta-buttons-module.palette-1 .button:focus {
  background-color: #fff;
  color: #816b69;
  border-color: #fff;
}

.cta-buttons-module.palette-2 {
  background-color: #591f00;
}

.cta-buttons-module.palette-2 .button .active, .cta-buttons-module.palette-2 .button:hover, .cta-buttons-module.palette-2 .button:active, .cta-buttons-module.palette-2 .button:focus {
  background-color: #fff;
  color: #591f00;
  border-color: #fff;
}

.cta-buttons-module.palette-3 {
  background-color: #fbb447;
}

.cta-buttons-module.palette-3 .button .active, .cta-buttons-module.palette-3 .button:hover, .cta-buttons-module.palette-3 .button:active, .cta-buttons-module.palette-3 .button:focus {
  background-color: #fff;
  color: #fbb447;
  border-color: #fff;
}

.cta-buttons-module.palette-4 {
  background-color: #ff8300;
}

.cta-buttons-module.palette-4 .button .active, .cta-buttons-module.palette-4 .button:hover, .cta-buttons-module.palette-4 .button:active, .cta-buttons-module.palette-4 .button:focus {
  background-color: #fff;
  color: #ff8300;
  border-color: #fff;
}

.cta-buttons-module.palette-5 {
  background-color: #e65427;
}

.cta-buttons-module.palette-5 .button .active, .cta-buttons-module.palette-5 .button:hover, .cta-buttons-module.palette-5 .button:active, .cta-buttons-module.palette-5 .button:focus {
  background-color: #fff;
  color: #e65427;
  border-color: #fff;
}

.cta-buttons-module.palette-6 {
  background-color: #61b241;
}

.cta-buttons-module.palette-6 .button .active, .cta-buttons-module.palette-6 .button:hover, .cta-buttons-module.palette-6 .button:active, .cta-buttons-module.palette-6 .button:focus {
  background-color: #fff;
  color: #61b241;
  border-color: #fff;
}

.cta-buttons-module.palette-7 {
  background-color: #4cb1ab;
}

.cta-buttons-module.palette-7 .button .active, .cta-buttons-module.palette-7 .button:hover, .cta-buttons-module.palette-7 .button:active, .cta-buttons-module.palette-7 .button:focus {
  background-color: #fff;
  color: #4cb1ab;
  border-color: #fff;
}

.cta-buttons-module.palette-8 {
  background-color: #143e84;
}

.cta-buttons-module.palette-8 .button .active, .cta-buttons-module.palette-8 .button:hover, .cta-buttons-module.palette-8 .button:active, .cta-buttons-module.palette-8 .button:focus {
  background-color: #fff;
  color: #143e84;
  border-color: #fff;
}

.home .cta-buttons-module,
.level-3 .cta-buttons-module {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.home .cta-buttons-module.palette-1 h3,
.level-3 .cta-buttons-module.palette-1 h3 {
  color: #816b69;
}

.home .cta-buttons-module.palette-1 .button,
.level-3 .cta-buttons-module.palette-1 .button {
  background-color: #fff;
  color: #816b69;
  border-color: #816b69;
}

.home .cta-buttons-module.palette-1 .button .active, .home .cta-buttons-module.palette-1 .button:hover, .home .cta-buttons-module.palette-1 .button:active, .home .cta-buttons-module.palette-1 .button:focus,
.level-3 .cta-buttons-module.palette-1 .button .active,
.level-3 .cta-buttons-module.palette-1 .button:hover,
.level-3 .cta-buttons-module.palette-1 .button:active,
.level-3 .cta-buttons-module.palette-1 .button:focus {
  background-color: #816b69;
  color: #fff;
}

.home .cta-buttons-module.palette-2 h3,
.level-3 .cta-buttons-module.palette-2 h3 {
  color: #591f00;
}

.home .cta-buttons-module.palette-2 .button,
.level-3 .cta-buttons-module.palette-2 .button {
  background-color: #fff;
  color: #591f00;
  border-color: #591f00;
}

.home .cta-buttons-module.palette-2 .button .active, .home .cta-buttons-module.palette-2 .button:hover, .home .cta-buttons-module.palette-2 .button:active, .home .cta-buttons-module.palette-2 .button:focus,
.level-3 .cta-buttons-module.palette-2 .button .active,
.level-3 .cta-buttons-module.palette-2 .button:hover,
.level-3 .cta-buttons-module.palette-2 .button:active,
.level-3 .cta-buttons-module.palette-2 .button:focus {
  background-color: #591f00;
  color: #fff;
}

.home .cta-buttons-module.palette-3 h3,
.level-3 .cta-buttons-module.palette-3 h3 {
  color: #fbb447;
}

.home .cta-buttons-module.palette-3 .button,
.level-3 .cta-buttons-module.palette-3 .button {
  background-color: #fff;
  color: #fbb447;
  border-color: #fbb447;
}

.home .cta-buttons-module.palette-3 .button .active, .home .cta-buttons-module.palette-3 .button:hover, .home .cta-buttons-module.palette-3 .button:active, .home .cta-buttons-module.palette-3 .button:focus,
.level-3 .cta-buttons-module.palette-3 .button .active,
.level-3 .cta-buttons-module.palette-3 .button:hover,
.level-3 .cta-buttons-module.palette-3 .button:active,
.level-3 .cta-buttons-module.palette-3 .button:focus {
  background-color: #fbb447;
  color: #fff;
}

.home .cta-buttons-module.palette-4 h3,
.level-3 .cta-buttons-module.palette-4 h3 {
  color: #ff8300;
}

.home .cta-buttons-module.palette-4 .button,
.level-3 .cta-buttons-module.palette-4 .button {
  background-color: #fff;
  color: #ff8300;
  border-color: #ff8300;
}

.home .cta-buttons-module.palette-4 .button .active, .home .cta-buttons-module.palette-4 .button:hover, .home .cta-buttons-module.palette-4 .button:active, .home .cta-buttons-module.palette-4 .button:focus,
.level-3 .cta-buttons-module.palette-4 .button .active,
.level-3 .cta-buttons-module.palette-4 .button:hover,
.level-3 .cta-buttons-module.palette-4 .button:active,
.level-3 .cta-buttons-module.palette-4 .button:focus {
  background-color: #ff8300;
  color: #fff;
}

.home .cta-buttons-module.palette-5 h3,
.level-3 .cta-buttons-module.palette-5 h3 {
  color: #e65427;
}

.home .cta-buttons-module.palette-5 .button,
.level-3 .cta-buttons-module.palette-5 .button {
  background-color: #fff;
  color: #e65427;
  border-color: #e65427;
}

.home .cta-buttons-module.palette-5 .button .active, .home .cta-buttons-module.palette-5 .button:hover, .home .cta-buttons-module.palette-5 .button:active, .home .cta-buttons-module.palette-5 .button:focus,
.level-3 .cta-buttons-module.palette-5 .button .active,
.level-3 .cta-buttons-module.palette-5 .button:hover,
.level-3 .cta-buttons-module.palette-5 .button:active,
.level-3 .cta-buttons-module.palette-5 .button:focus {
  background-color: #e65427;
  color: #fff;
}

.home .cta-buttons-module.palette-6 h3,
.level-3 .cta-buttons-module.palette-6 h3 {
  color: #61b241;
}

.home .cta-buttons-module.palette-6 .button,
.level-3 .cta-buttons-module.palette-6 .button {
  background-color: #fff;
  color: #61b241;
  border-color: #61b241;
}

.home .cta-buttons-module.palette-6 .button .active, .home .cta-buttons-module.palette-6 .button:hover, .home .cta-buttons-module.palette-6 .button:active, .home .cta-buttons-module.palette-6 .button:focus,
.level-3 .cta-buttons-module.palette-6 .button .active,
.level-3 .cta-buttons-module.palette-6 .button:hover,
.level-3 .cta-buttons-module.palette-6 .button:active,
.level-3 .cta-buttons-module.palette-6 .button:focus {
  background-color: #61b241;
  color: #fff;
}

.home .cta-buttons-module.palette-7 h3,
.level-3 .cta-buttons-module.palette-7 h3 {
  color: #4cb1ab;
}

.home .cta-buttons-module.palette-7 .button,
.level-3 .cta-buttons-module.palette-7 .button {
  background-color: #fff;
  color: #4cb1ab;
  border-color: #4cb1ab;
}

.home .cta-buttons-module.palette-7 .button .active, .home .cta-buttons-module.palette-7 .button:hover, .home .cta-buttons-module.palette-7 .button:active, .home .cta-buttons-module.palette-7 .button:focus,
.level-3 .cta-buttons-module.palette-7 .button .active,
.level-3 .cta-buttons-module.palette-7 .button:hover,
.level-3 .cta-buttons-module.palette-7 .button:active,
.level-3 .cta-buttons-module.palette-7 .button:focus {
  background-color: #4cb1ab;
  color: #fff;
}

.home .cta-buttons-module.palette-8 h3,
.level-3 .cta-buttons-module.palette-8 h3 {
  color: #143e84;
}

.home .cta-buttons-module.palette-8 .button,
.level-3 .cta-buttons-module.palette-8 .button {
  background-color: #fff;
  color: #143e84;
  border-color: #143e84;
}

.home .cta-buttons-module.palette-8 .button .active, .home .cta-buttons-module.palette-8 .button:hover, .home .cta-buttons-module.palette-8 .button:active, .home .cta-buttons-module.palette-8 .button:focus,
.level-3 .cta-buttons-module.palette-8 .button .active,
.level-3 .cta-buttons-module.palette-8 .button:hover,
.level-3 .cta-buttons-module.palette-8 .button:active,
.level-3 .cta-buttons-module.palette-8 .button:focus {
  background-color: #143e84;
  color: #fff;
}

.home .cta-buttons-module h3,
.level-3 .cta-buttons-module h3 {
  margin-top: 0;
}

.home .cta-buttons-module .custom-content, .home .cta-buttons-module .statistics-custom-content, .home .cta-buttons-module .media-content, .home .cta-buttons-module .contact-form-content, .home .cta-buttons-module .parent-newsletter-form-content, .home .cta-buttons-module .content-loop,
.level-3 .cta-buttons-module .custom-content,
.level-3 .cta-buttons-module .statistics-custom-content,
.level-3 .cta-buttons-module .media-content,
.level-3 .cta-buttons-module .contact-form-content,
.level-3 .cta-buttons-module .parent-newsletter-form-content,
.level-3 .cta-buttons-module .content-loop {
  color: #591f00;
}

.level-3 .cta-buttons-module .button {
  min-width: 42%;
}

@media (min-width: 1170px) {
  .level-3 .cta-buttons-module .button {
    min-width: 29%;
  }
}

.columns-module {
  text-align: center;
}

.columns-module h3.heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 26px;
  font-style: italic;
  color: #591f00;
  line-height: 1.5;
  margin: 20px 15px;
  display: inline-block;
}

@media (min-width: 1170px) {
  .columns-module h3.heading {
    font-size: 36px;
  }
}

.columns-module .column-link {
  transform: scale(1);
  display: inherit;
  text-decoration: none;
}

.columns-module .column-link:active {
  transform: scale(0.95);
}

.columns-module .row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.columns-module .row::after {
  clear: both;
  content: "";
  display: table;
}

.columns-module .row .column {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 1170px) {
  .columns-module .row .column {
    width: 31%;
    margin: 0 1%;
  }
}

@media (min-width: 1170px) {
  .columns-module .row.four-columns-per-row .column {
    width: 22%;
    margin: 0 1.25%;
  }
}

.columns-module .icon {
  display: inline-block;
  height: 150px;
  width: 150px;
  background-color: #fbb447;
  border-radius: 50%;
  vertical-align: middle;
  margin: 15px;
  color: #fff;
  text-align: center;
  font-size: 100px;
  padding-left: 1px;
  line-height: 150px;
}

.columns-module .icon.disable-bg {
  background-color: transparent !important;
}

.columns-module .column-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 24px;
  color: #fbb447;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-module .column-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  color: #a79796;
  margin-bottom: 20px;
}

.columns-module .column-content p {
  line-height: 1.4;
}

.columns-module.palette-1 .icon {
  background-color: #816b69;
}

.columns-module.palette-1 .column-title {
  color: #816b69;
}

.columns-module.palette-2 .icon {
  background-color: #591f00;
}

.columns-module.palette-2 .column-title {
  color: #591f00;
}

.columns-module.palette-3 .icon {
  background-color: #fbb447;
}

.columns-module.palette-3 .column-title {
  color: #fbb447;
}

.columns-module.palette-4 .icon {
  background-color: #ff8300;
}

.columns-module.palette-4 .column-title {
  color: #ff8300;
}

.columns-module.palette-5 .icon {
  background-color: #e65427;
}

.columns-module.palette-5 .column-title {
  color: #e65427;
}

.columns-module.palette-6 .icon {
  background-color: #61b241;
}

.columns-module.palette-6 .column-title {
  color: #61b241;
}

.columns-module.palette-7 .icon {
  background-color: #4cb1ab;
}

.columns-module.palette-7 .column-title {
  color: #4cb1ab;
}

.columns-module.palette-8 .icon {
  background-color: #143e84;
}

.columns-module.palette-8 .column-title {
  color: #143e84;
}

.statistics-module {
  text-align: center;
}

.statistics-module h3.heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 26px;
  font-style: italic;
  color: #591f00;
  line-height: 1.5;
  margin: 20px 15px;
  display: inline-block;
}

@media (min-width: 1170px) {
  .statistics-module h3.heading {
    font-size: 36px;
  }
}

.statistics-module .row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.statistics-module .row::after {
  clear: both;
  content: "";
  display: table;
}

.statistics-module .row .statistic {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media (min-width: 1170px) {
  .statistics-module .row .statistic {
    width: 30%;
    margin: 0 1.5% 20px;
  }
}

.statistics-module .statistic-number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 72px;
  color: #591f00;
  margin-bottom: 10px;
}

.statistics-module .statistic-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 22px;
  color: #591f00;
  margin-bottom: 10px;
}

.statistics-module .statistic-text p {
  line-height: 1.4;
  margin-top: 0;
}

.statistic.palette-1 .statistic-number,
.statistic.palette-1 .statistic-text {
  color: #816b69;
}

.statistic.palette-2 .statistic-number,
.statistic.palette-2 .statistic-text {
  color: #591f00;
}

.statistic.palette-3 .statistic-number,
.statistic.palette-3 .statistic-text {
  color: #fbb447;
}

.statistic.palette-4 .statistic-number,
.statistic.palette-4 .statistic-text {
  color: #ff8300;
}

.statistic.palette-5 .statistic-number,
.statistic.palette-5 .statistic-text {
  color: #e65427;
}

.statistic.palette-6 .statistic-number,
.statistic.palette-6 .statistic-text {
  color: #61b241;
}

.statistic.palette-7 .statistic-number,
.statistic.palette-7 .statistic-text {
  color: #4cb1ab;
}

.statistic.palette-8 .statistic-number,
.statistic.palette-8 .statistic-text {
  color: #143e84;
}

.custom-content-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}

.custom-content-module::after {
  clear: both;
  content: "";
  display: table;
}

.custom-content, .statistics-custom-content, .media-content, .contact-form-content, .parent-newsletter-form-content, .content-loop {
  color: #695250;
  line-height: 1.44em;
}

.custom-content.add-gutters, .add-gutters.statistics-custom-content, .add-gutters.media-content, .add-gutters.contact-form-content, .add-gutters.parent-newsletter-form-content, .add-gutters.content-loop {
  padding-left: 60px;
  padding-right: 60px;
}

.custom-content a, .statistics-custom-content a, .media-content a, .contact-form-content a, .parent-newsletter-form-content a, .content-loop a {
  color: #fbb447;
  text-decoration: none;
  font-style: italic;
}

.custom-content a:hover, .statistics-custom-content a:hover, .media-content a:hover, .contact-form-content a:hover, .parent-newsletter-form-content a:hover, .content-loop a:hover {
  text-decoration: underline;
}

.custom-content h2, .statistics-custom-content h2, .media-content h2, .contact-form-content h2, .parent-newsletter-form-content h2, .content-loop h2,
.custom-content h3, .statistics-custom-content h3, .media-content h3, .contact-form-content h3, .parent-newsletter-form-content h3, .content-loop h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #816b69;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
}

.custom-content blockquote, .statistics-custom-content blockquote, .media-content blockquote, .contact-form-content blockquote, .parent-newsletter-form-content blockquote, .content-loop blockquote {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #fbb447;
}

.custom-content ul, .statistics-custom-content ul, .media-content ul, .contact-form-content ul, .parent-newsletter-form-content ul, .content-loop ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.custom-content ul li, .statistics-custom-content ul li, .media-content ul li, .contact-form-content ul li, .parent-newsletter-form-content ul li, .content-loop ul li {
  margin-left: 30px;
  margin-bottom: 15px;
}

.custom-content ul li:before, .statistics-custom-content ul li:before, .media-content ul li:before, .contact-form-content ul li:before, .parent-newsletter-form-content ul li:before, .content-loop ul li:before {
  content: '• ';
  color: #fbb447;
  font-size: 26px;
  line-height: 14px;
  vertical-align: middle;
  margin-left: -20px;
  width: 20px;
  display: inline-block;
}

.custom-content.palette-1 a, .palette-1.statistics-custom-content a, .palette-1.media-content a, .palette-1.contact-form-content a, .palette-1.parent-newsletter-form-content a, .palette-1.content-loop a {
  color: #816b69;
}

.custom-content.palette-1 blockquote, .palette-1.statistics-custom-content blockquote, .palette-1.media-content blockquote, .palette-1.contact-form-content blockquote, .palette-1.parent-newsletter-form-content blockquote, .palette-1.content-loop blockquote {
  color: #816b69;
}

.custom-content.palette-1 li:before, .palette-1.statistics-custom-content li:before, .palette-1.media-content li:before, .palette-1.contact-form-content li:before, .palette-1.parent-newsletter-form-content li:before, .palette-1.content-loop li:before {
  color: #816b69;
}

.custom-content.palette-2 a, .palette-2.statistics-custom-content a, .palette-2.media-content a, .palette-2.contact-form-content a, .palette-2.parent-newsletter-form-content a, .palette-2.content-loop a {
  color: #fbb447;
}

.custom-content.palette-2 blockquote, .palette-2.statistics-custom-content blockquote, .palette-2.media-content blockquote, .palette-2.contact-form-content blockquote, .palette-2.parent-newsletter-form-content blockquote, .palette-2.content-loop blockquote {
  color: #591f00;
}

.custom-content.palette-2 li:before, .palette-2.statistics-custom-content li:before, .palette-2.media-content li:before, .palette-2.contact-form-content li:before, .palette-2.parent-newsletter-form-content li:before, .palette-2.content-loop li:before {
  color: #591f00;
}

.custom-content.palette-3 a, .palette-3.statistics-custom-content a, .palette-3.media-content a, .palette-3.contact-form-content a, .palette-3.parent-newsletter-form-content a, .palette-3.content-loop a {
  color: #fbb447;
}

.custom-content.palette-3 blockquote, .palette-3.statistics-custom-content blockquote, .palette-3.media-content blockquote, .palette-3.contact-form-content blockquote, .palette-3.parent-newsletter-form-content blockquote, .palette-3.content-loop blockquote {
  color: #fbb447;
}

.custom-content.palette-3 li:before, .palette-3.statistics-custom-content li:before, .palette-3.media-content li:before, .palette-3.contact-form-content li:before, .palette-3.parent-newsletter-form-content li:before, .palette-3.content-loop li:before {
  color: #fbb447;
}

.custom-content.palette-4 a, .palette-4.statistics-custom-content a, .palette-4.media-content a, .palette-4.contact-form-content a, .palette-4.parent-newsletter-form-content a, .palette-4.content-loop a {
  color: #ff8300;
}

.custom-content.palette-4 blockquote, .palette-4.statistics-custom-content blockquote, .palette-4.media-content blockquote, .palette-4.contact-form-content blockquote, .palette-4.parent-newsletter-form-content blockquote, .palette-4.content-loop blockquote {
  color: #ff8300;
}

.custom-content.palette-4 li:before, .palette-4.statistics-custom-content li:before, .palette-4.media-content li:before, .palette-4.contact-form-content li:before, .palette-4.parent-newsletter-form-content li:before, .palette-4.content-loop li:before {
  color: #ff8300;
}

.custom-content.palette-5 a, .palette-5.statistics-custom-content a, .palette-5.media-content a, .palette-5.contact-form-content a, .palette-5.parent-newsletter-form-content a, .palette-5.content-loop a {
  color: #e65427;
}

.custom-content.palette-5 blockquote, .palette-5.statistics-custom-content blockquote, .palette-5.media-content blockquote, .palette-5.contact-form-content blockquote, .palette-5.parent-newsletter-form-content blockquote, .palette-5.content-loop blockquote {
  color: #e65427;
}

.custom-content.palette-5 li:before, .palette-5.statistics-custom-content li:before, .palette-5.media-content li:before, .palette-5.contact-form-content li:before, .palette-5.parent-newsletter-form-content li:before, .palette-5.content-loop li:before {
  color: #e65427;
}

.custom-content.palette-6 a, .palette-6.statistics-custom-content a, .palette-6.media-content a, .palette-6.contact-form-content a, .palette-6.parent-newsletter-form-content a, .palette-6.content-loop a {
  color: #61b241;
}

.custom-content.palette-6 blockquote, .palette-6.statistics-custom-content blockquote, .palette-6.media-content blockquote, .palette-6.contact-form-content blockquote, .palette-6.parent-newsletter-form-content blockquote, .palette-6.content-loop blockquote {
  color: #61b241;
}

.custom-content.palette-6 li:before, .palette-6.statistics-custom-content li:before, .palette-6.media-content li:before, .palette-6.contact-form-content li:before, .palette-6.parent-newsletter-form-content li:before, .palette-6.content-loop li:before {
  color: #61b241;
}

.custom-content.palette-7 a, .palette-7.statistics-custom-content a, .palette-7.media-content a, .palette-7.contact-form-content a, .palette-7.parent-newsletter-form-content a, .palette-7.content-loop a {
  color: #4cb1ab;
}

.custom-content.palette-7 blockquote, .palette-7.statistics-custom-content blockquote, .palette-7.media-content blockquote, .palette-7.contact-form-content blockquote, .palette-7.parent-newsletter-form-content blockquote, .palette-7.content-loop blockquote {
  color: #4cb1ab;
}

.custom-content.palette-7 li:before, .palette-7.statistics-custom-content li:before, .palette-7.media-content li:before, .palette-7.contact-form-content li:before, .palette-7.parent-newsletter-form-content li:before, .palette-7.content-loop li:before {
  color: #4cb1ab;
}

.custom-content.palette-8 a, .palette-8.statistics-custom-content a, .palette-8.media-content a, .palette-8.contact-form-content a, .palette-8.parent-newsletter-form-content a, .palette-8.content-loop a {
  color: #143e84;
}

.custom-content.palette-8 blockquote, .palette-8.statistics-custom-content blockquote, .palette-8.media-content blockquote, .palette-8.contact-form-content blockquote, .palette-8.parent-newsletter-form-content blockquote, .palette-8.content-loop blockquote {
  color: #143e84;
}

.custom-content.palette-8 li:before, .palette-8.statistics-custom-content li:before, .palette-8.media-content li:before, .palette-8.contact-form-content li:before, .palette-8.parent-newsletter-form-content li:before, .palette-8.content-loop li:before {
  color: #143e84;
}

.custom-content-column-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.custom-content-column-module::after {
  clear: both;
  content: "";
  display: table;
}

.custom-content-column img {
  max-width: 100%;
  height: auto;
}

.columns-two .custom-content-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.columns-two .custom-content-column:last-child {
  margin-right: 0;
}

.columns-three .custom-content-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.columns-three .custom-content-column:last-child {
  margin-right: 0;
}

.columns-four .custom-content-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.columns-four .custom-content-column:last-child {
  margin-right: 0;
}

.instagram-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.instagram-module::after {
  clear: both;
  content: "";
  display: table;
}

.instagram-module .top-text {
  font-size: 26px;
  font-style: italic;
  color: #591f00;
  line-height: 1.5;
  margin: 20px 15px;
  display: inline-block;
}

@media (min-width: 1170px) {
  .instagram-module .top-text {
    font-size: 36px;
  }
}

.instagram-module a {
  color: #fbb447;
  text-decoration: none;
  font-style: italic;
}

.instagram-module a:hover {
  text-decoration: underline;
}

.fun-fact-module {
  color: #591f00;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 1170px) {
  .fun-fact-module {
    text-align: left;
  }
}

.fun-fact-module .fact-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding: 15px 60px;
}

.fun-fact-module .fact-container::after {
  clear: both;
  content: "";
  display: table;
}

.fun-fact-module .fact-wrapper {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1170px) {
  .fun-fact-module .fact-wrapper {
    max-width: 90%;
  }
}

.fun-fact-module i.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #591f00;
  border-radius: 50%;
  vertical-align: middle;
  margin: 15px;
  color: #fff;
  /* text-align: center; */
  font-size: 48px;
  padding-top: 11px;
  padding-left: 1px;
}

@media (min-width: 1170px) {
  .fun-fact-module i.icon {
    margin: 0 20px 0 0;
    padding-left: 5px;
  }
}

.fun-fact-module.palette-1 {
  color: #816b69;
}

.fun-fact-module.palette-1 i.icon {
  background-color: #816b69;
}

.fun-fact-module.palette-1 a {
  color: #544544;
}

.fun-fact-module.palette-2 {
  color: #591f00;
}

.fun-fact-module.palette-2 i.icon {
  background-color: #591f00;
}

.fun-fact-module.palette-2 a {
  color: #fbb447;
}

.fun-fact-module.palette-3 {
  color: #591f00;
}

.fun-fact-module.palette-3 i.icon {
  background-color: #fbb447;
}

.fun-fact-module.palette-3 a {
  color: #fbb447;
}

.fun-fact-module.palette-4 {
  color: #ff8300;
}

.fun-fact-module.palette-4 i.icon {
  background-color: #ff8300;
}

.fun-fact-module.palette-4 a {
  color: #e47602;
}

.fun-fact-module.palette-5 {
  color: #e65427;
}

.fun-fact-module.palette-5 i.icon {
  background-color: #e65427;
}

.fun-fact-module.palette-5 a {
  color: #c04027;
}

.fun-fact-module.palette-6 {
  color: #61b241;
}

.fun-fact-module.palette-6 i.icon {
  background-color: #61b241;
}

.fun-fact-module.palette-6 a {
  color: #468f42;
}

.fun-fact-module.palette-7 {
  color: #4cb1ab;
}

.fun-fact-module.palette-7 i.icon {
  background-color: #4cb1ab;
}

.fun-fact-module.palette-7 a {
  color: #368e89;
}

.fun-fact-module.palette-8 {
  color: #143e84;
}

.fun-fact-module.palette-8 i.icon {
  background-color: #143e84;
}

.fun-fact-module.palette-8 a {
  color: #0c2b60;
}

@media (min-width: 1170px) {
  .level-3 .fun-fact-module .fact-wrapper {
    max-width: 80%;
  }
}

.testimonial-module .testimonial-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding: 30px 15px 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-module .testimonial-container::after {
  clear: both;
  content: "";
  display: table;
}

.testimonial-module .testimonial-wrapper.left-align {
  text-align: left;
}

.testimonial-module .author-img {
  width: 300px;
  height: auto;
  float: left;
  margin: 0px 28px 20px 0;
}

.testimonial-module .testimonial-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #4cb1ab;
}

@media (min-width: 1170px) {
  .testimonial-module .testimonial-title {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

.testimonial-module .testimonial-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  margin-bottom: 16px;
  color: #81c8c4;
}

@media (min-width: 1170px) {
  .testimonial-module .testimonial-content {
    font-size: 20px;
    margin-bottom: 26px;
    line-height: 1.4em;
  }
}

.testimonial-module .author-wrapper {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 14px;
  margin-bottom: 16px;
  color: #4cb1ab;
}

@media (min-width: 1170px) {
  .testimonial-module .author-wrapper {
    font-size: 18px;
    margin-bottom: 26px;
  }
}

.testimonial-module .author-wrapper .author-name {
  text-transform: uppercase;
}

.testimonial-module .author-wrapper .author-title {
  font-size: 14px;
}

.testimonial-module.palette-1 .testimonial-container {
  border-color: #816b69;
}

.testimonial-module.palette-1 .testimonial-title, .testimonial-module.palette-1 .author-wrapper {
  color: #816b69;
}

.testimonial-module.palette-1 .testimonial-content {
  color: #a79796;
}

.testimonial-module.palette-2 .testimonial-container {
  border-color: #591f00;
}

.testimonial-module.palette-2 .testimonial-title, .testimonial-module.palette-2 .author-wrapper {
  color: #591f00;
}

.testimonial-module.palette-2 .testimonial-content {
  color: #8a624c;
}

.testimonial-module.palette-3 .testimonial-container {
  border-color: #fbb447;
}

.testimonial-module.palette-3 .testimonial-title, .testimonial-module.palette-3 .author-wrapper {
  color: #fbb447;
}

.testimonial-module.palette-3 .testimonial-content {
  color: #fcca7e;
}

.testimonial-module.palette-4 .testimonial-container {
  border-color: #ff8300;
}

.testimonial-module.palette-4 .testimonial-title, .testimonial-module.palette-4 .author-wrapper {
  color: #ff8300;
}

.testimonial-module.palette-4 .testimonial-content {
  color: #ffa84c;
}

.testimonial-module.palette-5 .testimonial-container {
  border-color: #e65427;
}

.testimonial-module.palette-5 .testimonial-title, .testimonial-module.palette-5 .author-wrapper {
  color: #e65427;
}

.testimonial-module.palette-5 .testimonial-content {
  color: #ed8767;
}

.testimonial-module.palette-6 .testimonial-container {
  border-color: #61b241;
}

.testimonial-module.palette-6 .testimonial-title, .testimonial-module.palette-6 .author-wrapper {
  color: #61b241;
}

.testimonial-module.palette-6 .testimonial-content {
  color: #90c97a;
}

.testimonial-module.palette-7 .testimonial-container {
  border-color: #4cb1ab;
}

.testimonial-module.palette-7 .testimonial-title, .testimonial-module.palette-7 .author-wrapper {
  color: #4cb1ab;
}

.testimonial-module.palette-7 .testimonial-content {
  color: #81c8c4;
}

.testimonial-module.palette-8 .testimonial-container {
  border-color: #143e84;
}

.testimonial-module.palette-8 .testimonial-title, .testimonial-module.palette-8 .author-wrapper {
  color: #143e84;
}

.testimonial-module.palette-8 .testimonial-content {
  color: #5a78a9;
}

.level-1 .testimonial-module .testimonial-container, .level-2 .testimonial-module .testimonial-container {
  border-top: 0px;
  border-bottom: 0px;
}

.level-3 .testimonial-module .testimonial-container {
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #fbb447;
}

.level-3 .testimonial-module .testimonial-title {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 1170px) {
  .level-3 .testimonial-module .testimonial-title {
    font-size: 18px;
    margin-bottom: 26px;
  }
}

.level-3 .testimonial-module .testimonial-content {
  font-size: 17px;
  margin-bottom: 16px;
}

@media (min-width: 1170px) {
  .level-3 .testimonial-module .testimonial-content {
    font-size: 20px;
    margin-bottom: 26px;
  }
}

.level-3 .testimonial-module .author-wrapper .author-name {
  font-size: 14px;
}

@media (min-width: 1170px) {
  .level-3 .testimonial-module .author-wrapper .author-name {
    font-size: 16px;
  }
}

.level-3 .testimonial-module .testimonial-title, .level-3 .testimonial-module .author-wrapper {
  color: #816b69;
}

.level-3 .testimonial-module .testimonial-content {
  color: #a79796;
}

.level-3 .testimonial-module.palette-1 .testimonial-container {
  border-color: #816b69;
}

.level-3 .testimonial-module.palette-2 .testimonial-container {
  border-color: #591f00;
}

.level-3 .testimonial-module.palette-2 .testimonial-container {
  border-color: #fbb447;
}

.level-3 .testimonial-module.palette-4 .testimonial-container {
  border-color: #ff8300;
}

.level-3 .testimonial-module.palette-5 .testimonial-container {
  border-color: #e65427;
}

.level-3 .testimonial-module.palette-6 .testimonial-container {
  border-color: #61b241;
}

.level-3 .testimonial-module.palette-7 .testimonial-container {
  border-color: #4cb1ab;
}

.level-3 .testimonial-module.palette-8 .testimonial-container {
  border-color: #143e84;
}

.event-latest-icon, .news-latest-icon, .twitter-latest-icon {
  background-repeat: no-repeat;
  width: 80px;
  height: 79px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
  background-image: url("../../../quincy/assets/img/wgoaqu-icon-sprite.png");
  display: block;
}

.event-latest-icon {
  background-position: 0 0;
}

.news-latest-icon {
  background-position: -82px 0;
}

.twitter-latest-icon {
  background-position: 0 -81px;
}

.event-latest, .news-latest, .twitter-latest {
  padding: 15px 7.5px 55px;
  margin-bottom: 20px;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  min-height: 346px;
}

.event-latest:last-child, .news-latest:last-child, .twitter-latest:last-child {
  margin-right: 0;
}

.event-latest a, .news-latest a, .twitter-latest a {
  color: #fff;
  text-decoration: none;
}

.event-latest a .active, .news-latest a .active, .twitter-latest a .active, .event-latest a:hover, .news-latest a:hover, .twitter-latest a:hover, .event-latest a:active, .news-latest a:active, .twitter-latest a:active, .event-latest a:focus, .news-latest a:focus, .twitter-latest a:focus {
  text-decoration: none;
}

.event-latest-icon, .news-latest-icon, .twitter-latest-icon {
  margin: 0 auto;
  margin-bottom: 15px;
}

.event-latest-post, .news-latest-post {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  display: block;
  padding: 15px 25px 15px 15px;
  position: relative;
  font-size: 14px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.event-latest-post:after, .news-latest-post:after {
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid rgba(255, 255, 255, 0.2);
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}

.odd.event-latest-post, .odd.news-latest-post {
  background: rgba(255, 255, 255, 0.26);
}

.event-latest-post-date, .news-latest-post-date {
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

.event-latest-post-title, .news-latest-post-title {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

.event-latest-footer, .news-latest-footer, .twitter-latest-footer {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  border-top: 2px solid #fff;
  padding-top: 15px;
  display: block;
  line-height: 1em;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 7.5px;
  right: 7.5px;
  bottom: 17px;
}

@media (min-width: 470px) and (max-width: 950px) {
  .event-latest, .news-latest {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 15px;
  }
  .event-latest:last-child, .news-latest:last-child {
    margin-right: 0;
  }
}

.level-3 .event-latest, .level-3 .news-latest {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 15px;
}

.level-3 .event-latest:last-child, .level-3 .news-latest:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 950px) {
  .level-3 .event-latest, .level-3 .news-latest {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .level-3 .event-latest:last-child, .level-3 .news-latest:last-child {
    margin-right: 0;
  }
}

.module-wgoaqu {
  background-color: #f3efef;
  padding: 20px 15px;
  margin-bottom: 0;
  padding: 50px 40px 45px;
}

.module-wgoaqu::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 470px) and (max-width: 950px) {
  .module-wgoaqu {
    padding: 30px 20px;
  }
}

.level-3 .module-wgoaqu {
  padding: 30px 20px;
}

.level-3 .wgoaqu-inner {
  display: block;
}

.no-sidebar .wgoaqu-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.no-sidebar .wgoaqu-inner::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 470px) {
  .level-3 .wgoaqu-aligner {
    display: flex;
  }
}

@media (min-width: 950px) {
  .level-2 .wgoaqu-aligner,
  .level-1 .wgoaqu-aligner {
    display: flex;
  }
}

.wgoaqu-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #591f00;
  font-size: 27px;
  line-height: 1.3em;
  list-style: 1em;
  margin-bottom: 20px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1em;
}

.event-latest {
  background-color: #61b241;
}

.event-latest-icon {
  margin-bottom: 17px;
}

.news-latest {
  background-color: #591f00;
}

.level-3 .news-latest {
  margin-right: 0;
}

@media (max-width: 950px) {
  .news-latest {
    margin-right: 0;
  }
}

.news-latest-icon {
  margin-bottom: 25px;
}

.news-latest-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #fbb447;
  font-size: 18px;
  text-align: center;
  display: block;
  list-style: 1em;
  margin-bottom: 30px;
}

@media (min-width: 470px) and (max-width: 950px) {
  .news-latest-title {
    margin-bottom: 22px;
  }
}

.twitter-latest {
  background-color: #fbb447;
}

@media (min-width: 470px) and (max-width: 950px) {
  .twitter-latest {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    min-height: 0;
  }
  .twitter-latest:last-child {
    margin-right: 0;
  }
}

.level-3 .twitter-latest {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  min-height: 0;
}

.level-3 .twitter-latest:last-child {
  margin-right: 0;
}

.twitter-latest-icon {
  margin-bottom: 30px;
}

.twitter-latest-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4em;
  color: #591f00;
  margin: 0 15px 10px;
  word-break: break-word;
  margin: 0 30px 10px;
  min-height: 153px;
}

@media (min-width: 470px) and (max-width: 950px) {
  .twitter-latest-content {
    min-height: 0;
  }
}

.level-3 .twitter-latest-content {
  min-height: 0;
}

.media-item-wrap {
  clear: both;
}

.media-item {
  position: relative;
  display: block;
  text-align: center;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

@media (min-width: 383.5px) {
  .media-item {
    height: 300px;
  }
}

@media (min-width: 1700px) {
  .media-item {
    height: 700px;
  }
}

.level-3 .media-item {
  height: auto;
}

.media-item.has-video {
  cursor: pointer;
}

.media-item.has-video:before, .media-item.has-text:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: url("../../../quincy/assets/img/rgba-fallback/black-25.png");
}

.mod-rgba .media-item.has-video:before, .mod-rgba .media-item.has-text:before {
  background: none;
  background: rgba(0, 0, 0, 0.25);
}

.media-item .feature-text {
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -20px;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-fill-color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
  font-size: 80px;
  top: 50%;
  margin-top: -40px;
}

@media (max-width: 383.5px) {
  .media-item .feature-text {
    font-size: 22px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    text-fill-color: #fff;
    text-stroke-width: 0;
    text-stroke-color: transparent;
  }
}

.media-icon {
  border: 3px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border: 5px solid #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
}

.media-icon:before {
  height: 0;
  width: 0;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 22px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 50%;
  margin-left: -11px;
}

.media-icon:before {
  height: 0;
  width: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 43px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -21.5px;
}

.media-title,
.media-content {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}

.media-title:last-child,
.media-content:last-child {
  margin-right: 0;
}

.level-3 .media-title, .level-3
.media-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}

.level-3 .media-title:last-child, .level-3
.media-content:last-child {
  margin-right: 0;
}

.level-3 .media-image {
  max-width: 100%;
  height: auto;
}

.no-carousel {
  width: 100%;
}

.carousel {
  overflow: hidden;
  width: 100%;
}

.carousel.loading {
  height: 557.14286px;
}

.flickity-prev-next-button {
  padding: 0;
}

.flickity-prev-next-button.previous, .flickity-prev-next-button.next {
  display: none;
  opacity: .9;
  background: none;
  display: block;
}

.flickity-prev-next-button.previous:hover, .flickity-prev-next-button.previous:active, .flickity-prev-next-button.previous:focus, .flickity-prev-next-button.next:hover, .flickity-prev-next-button.next:active, .flickity-prev-next-button.next:focus {
  opacity: 1;
  box-shadow: none;
}

.flickity-prev-next-button.previous:active, .flickity-prev-next-button.next:active {
  margin-top: -25px;
}

.flickity-prev-next-button.previous svg, .flickity-prev-next-button.next svg {
  display: none;
}

.flickity-prev-next-button.previous {
  left: 50px;
  border: 2px solid #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.flickity-prev-next-button.previous:before {
  height: 0;
  width: 0;
  border-top: 10.5px solid transparent;
  border-bottom: 10.5px solid transparent;
  border-right: 18px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 50%;
  margin-left: -9px;
}

.flickity-prev-next-button.previous:before {
  margin-top: -8.5px;
  margin-left: -12.5px;
}

.flickity-prev-next-button.next {
  right: 50px;
  border: 2px solid #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.flickity-prev-next-button.next:before {
  height: 0;
  width: 0;
  border-top: 10.5px solid transparent;
  border-bottom: 10.5px solid transparent;
  border-left: 18px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 50%;
  margin-left: -9px;
}

.flickity-prev-next-button.next:before {
  margin-top: -8.5px;
  margin-left: -7px;
}

.carousel-item {
  width: 100%;
}

.loading .carousel-item {
  opacity: 0;
}

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

.faculty-module {
  text-align: center;
}

.faculty-module::after {
  clear: both;
  content: "";
  display: table;
}

.level-1 .faculty-module,
.level-2 .faculty-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.level-1 .faculty-module::after,
.level-2 .faculty-module::after {
  clear: both;
  content: "";
  display: table;
}

.faculty-member {
  margin-bottom: 35px;
  text-align: center;
  text-decoration: none;
  color: #695250;
  display: inline-block;
  margin-right: 1.33333%;
  width: 32%;
  margin-bottom: 70px;
}

.faculty-member .active, .faculty-member:hover, .faculty-member:active, .faculty-member:focus {
  color: #695250;
}

@media (min-width: 383.5px) {
  .faculty-member {
    margin-right: 2%;
    width: 48%;
  }
}

.faculty-member.last {
  margin-right: 0;
}

.faculty-member.last::after {
  clear: both;
  content: "";
  display: table;
}

.faculty-member.last + .faculty-member {
  clear: both;
}

.faculty-member.mobile-last {
  margin-right: 0;
}

.faculty-member.mobile-last::after {
  clear: both;
  content: "";
  display: table;
}

.faculty-image {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-bottom: 35px;
}

.faculty-title,
.faculty-position {
  line-height: 1em;
  margin-bottom: 10px;
  color: #816b69;
}

.faculty-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 22px;
}

.faculty-position {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}

.faculty-modal-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 24px;
  text-align: left;
  margin-bottom: 45px;
}

.faculty-modal-content {
  text-align: left;
  font-size: 14px;
}

.show-case-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.show-case-module::after {
  clear: both;
  content: "";
  display: table;
}

.show-case-module:before {
  z-index: 1;
  background: url("../../../quincy/assets/img/rgba-fallback/white-35.png");
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
}

.mod-rgba .show-case-module:before {
  background: none;
  background-color: rgba(255, 255, 255, 0.35);
}

.show-case-module.palette-1 {
  color: #816b69;
}

.show-case-module.palette-2 {
  color: #591f00;
}

.show-case-module.palette-3 {
  color: #fbb447;
}

.show-case-module.palette-4 {
  color: #ff8300;
}

.show-case-module.palette-5 {
  color: #e65427;
}

.show-case-module.palette-6 {
  color: #61b241;
}

.show-case-module.palette-7 {
  color: #4cb1ab;
}

.show-case-module.palette-8 {
  color: #143e84;
}

.show-case-image {
  height: auto;
  position: relative;
  max-width: 200%;
  left: -100%;
  max-width: 100%;
  height: auto;
  position: static;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .show-case-image {
    max-width: 150%;
    left: -50%;
  }
}

.show-case-content {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 11.51524%;
  background: none;
  text-align: left;
  top: 100px;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 0;
}

.show-case-content:last-child {
  margin-right: 0;
}

.show-case-title {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 36px;
  margin-bottom: 15px;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .show-case-title {
    font-size: 22px;
  }
}

.show-case-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 16px;
  padding-right: 20%;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 35px;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .show-case-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.show-case-button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 12px 34px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fc4339;
  color: #8a624c;
  min-height: 1px;
  padding: 10px 20px;
}

.show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.show-case-button .active, .show-case-button:hover, .show-case-button:active, .show-case-button:focus {
  background-color: #8a624c;
  color: #431e10;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-1 .show-case-button {
  color: #816b69;
  border-color: #816b69;
}

.palette-1 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-1 .show-case-button .active, .palette-1 .show-case-button:hover, .palette-1 .show-case-button:active, .palette-1 .show-case-button:focus {
  background-color: #fcca7e;
  color: #816b69;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-2 .show-case-button {
  color: #591f00;
  border-color: #591f00;
}

.palette-2 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-2 .show-case-button .active, .palette-2 .show-case-button:hover, .palette-2 .show-case-button:active, .palette-2 .show-case-button:focus {
  background-color: #fcca7e;
  color: #591f00;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-3 .show-case-button {
  color: #fbb447;
  border-color: #fbb447;
}

.palette-3 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-3 .show-case-button .active, .palette-3 .show-case-button:hover, .palette-3 .show-case-button:active, .palette-3 .show-case-button:focus {
  background-color: #fcca7e;
  color: #fbb447;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-4 .show-case-button {
  color: #ff8300;
  border-color: #ff8300;
}

.palette-4 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-4 .show-case-button .active, .palette-4 .show-case-button:hover, .palette-4 .show-case-button:active, .palette-4 .show-case-button:focus {
  background-color: #fcca7e;
  color: #ff8300;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-5 .show-case-button {
  color: #e65427;
  border-color: #e65427;
}

.palette-5 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-5 .show-case-button .active, .palette-5 .show-case-button:hover, .palette-5 .show-case-button:active, .palette-5 .show-case-button:focus {
  background-color: #fcca7e;
  color: #e65427;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-6 .show-case-button {
  color: #61b241;
  border-color: #61b241;
}

.palette-6 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-6 .show-case-button .active, .palette-6 .show-case-button:hover, .palette-6 .show-case-button:active, .palette-6 .show-case-button:focus {
  background-color: #fcca7e;
  color: #61b241;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-7 .show-case-button {
  color: #4cb1ab;
  border-color: #4cb1ab;
}

.palette-7 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-7 .show-case-button .active, .palette-7 .show-case-button:hover, .palette-7 .show-case-button:active, .palette-7 .show-case-button:focus {
  background-color: #fcca7e;
  color: #4cb1ab;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-8 .show-case-button {
  color: #143e84;
  border-color: #143e84;
}

.palette-8 .show-case-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.palette-8 .show-case-button .active, .palette-8 .show-case-button:hover, .palette-8 .show-case-button:active, .palette-8 .show-case-button:focus {
  background-color: #fcca7e;
  color: #143e84;
  border: 2px solid #fff;
  text-decoration: none !important;
}

@media (max-width: 383.5px) {
  .show-case-button {
    padding: 6px 20px;
    font-size: 12px;
  }
}

.big-small-town-module {
  text-align: center;
  background-image: url("../../../quincy/assets/img/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
  padding-top: 60px;
  margin-bottom: 0;
}

.big-small-town-module .big-small-town-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.big-small-town-module .big-small-town-container::after {
  clear: both;
  content: "";
  display: table;
}

.big-small-town-module .welcome-text {
  margin: 10px auto;
}

.big-small-town-module .welcome-text .top-text, .big-small-town-module .welcome-text .bottom-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  color: #4cb1ab;
}

.big-small-town-module .welcome-text .feature-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #4cb1ab;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4cb1ab;
  text-fill-color: #fff;
  text-stroke-width: 1px;
  text-stroke-color: #4cb1ab;
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
  font-size: 114px;
}

.big-small-town-module .big-small-town-box {
  display: inline-block;
  width: 92%;
  margin: 0 3% 15px;
  padding: 10px;
  color: #fff;
  background-color: #4cb1ab;
  vertical-align: top;
}

@media (min-width: 1170px) {
  .big-small-town-module .big-small-town-box {
    width: 30%;
    margin: 75px 1.5%;
  }
}

@media (min-width: 1170px) {
  .big-small-town-module .big-small-town-box.right-box {
    margin-left: 34.5%;
  }
}

.big-small-town-module i.icon {
  font-size: 60px;
}

.big-small-town-module .big-small-town-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 32px;
  text-transform: uppercase;
}

.big-small-town-module .big-small-town-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 20px;
}

.big-small-town-module .tool-tip-container {
  padding: 15px;
  max-width: 75%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 30px;
  display: block;
}

.big-small-town-module .tool-tip-container i.icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #4cb1ab;
  border-radius: 50%;
  margin: 15px auto;
  color: #fff;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  font-size: 48px;
  padding-left: 2px;
}

@media (min-width: 1170px) {
  .big-small-town-module .tool-tip-container i.icon {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}

.big-small-town-module .tool-tip-container .tool-tip-wrapper {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  color: #816b69;
}

@media (min-width: 1170px) {
  .big-small-town-module .tool-tip-container .tool-tip-wrapper {
    max-width: 80%;
  }
}

.image-grid-group {
  text-align: center;
}

.image-grid-group::after {
  clear: both;
  content: "";
  display: table;
}

.image-grid-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.image-grid-module::after {
  clear: both;
  content: "";
  display: table;
}

.image-grid-column {
  text-align: center;
  position: relative;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  background-position: center center;
  min-height: 264px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.image-grid-column.has-icon, .image-grid-column.has-content {
  top: -5px;
}

.image-grid-column .active, .image-grid-column:hover, .image-grid-column:active, .image-grid-column:focus {
  color: #fff;
}

.image-grid-column img {
  max-width: 100%;
  height: auto;
}

.three-columns .image-grid-column {
  margin-right: 2.33333%;
  width: 31%;
}

.three-columns .image-grid-column.first {
  clear: both;
}

@media (min-width: 740px) {
  .three-columns .image-grid-column.last {
    margin-right: 0;
  }
}

@media (max-width: 740px) {
  .three-columns .image-grid-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .three-columns .image-grid-column:last-child {
    margin-right: 0;
  }
  .three-columns .image-grid-column.even, .three-columns .image-grid-column.first {
    margin-right: 0;
    clear: none;
  }
}

@media (max-width: 470px) {
  .three-columns .image-grid-column {
    width: 370px;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 100%;
    float: none;
  }
}

.four-columns .image-grid-column {
  margin-right: 2%;
  width: 23%;
}

.four-columns .image-grid-column.first {
  clear: both;
}

.four-columns .image-grid-column.last {
  margin-right: 0;
}

@media (max-width: 740px) {
  .four-columns .image-grid-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .four-columns .image-grid-column:last-child {
    margin-right: 0;
  }
  .four-columns .image-grid-column.even, .four-columns .image-grid-column.first {
    margin-right: 0;
    clear: none;
  }
}

@media (max-width: 470px) {
  .four-columns .image-grid-column {
    width: 370px;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 100%;
    float: none;
  }
}

.image-grid-column .media-icon {
  border: 3px solid #fff;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
  z-index: 1;
  display: block;
}

.image-grid-column .media-icon:before {
  height: 0;
  width: 0;
  border-top: 13.5px solid transparent;
  border-bottom: 13.5px solid transparent;
  border-left: 22px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  left: 50%;
  margin-left: -11px;
}

@media (max-width: 470px) {
  .image-grid-column.no-icon.no-content.has-image {
    min-height: 1px;
    margin-bottom: 40px;
  }
}

.image-grid-column.has-video, .image-grid-column.has-modal {
  cursor: pointer;
}

.image-grid-image-wrap {
  height: 264px;
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
}

.thre-columns .image-grid-image-wrap {
  width: 370px;
}

.four-columns .image-grid-image-wrap {
  width: 370px;
}

@media (max-width: 470px) {
  .no-icon.no-content.has-image .image-grid-image-wrap {
    height: auto;
  }
}

.image-grid-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.has-content.no-icon .image-grid-content {
  padding-top: 125px;
}

.has-content.no-icon.multiple-rows .image-grid-content {
  padding-top: 95px;
}

.has-icon .image-grid-content {
  padding-top: 15px;
}

.no-image .image-grid-content {
  position: static;
  padding-bottom: 10px;
}

.has-icon.no-content .image-grid-content {
  bottom: 5px;
}

.has-content.has-image .image-grid-content,
.has-icon.has-image .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/black-35.png");
}

.mod-rgba .has-content.has-image .image-grid-content, .mod-rgba
.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(0, 0, 0, 0.35);
}

.has-content.palette-1.no-image,
.has-icon.palette-1.no-image {
  background: #816b69;
}

.has-content.palette-1.has-content .image-grid-content, .has-content.palette-1.has-icon .image-grid-content,
.has-icon.palette-1.has-content .image-grid-content,
.has-icon.palette-1.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-1-color2-65.png");
}

.mod-rgba .has-content.palette-1.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-1.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-1.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-1.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(129, 107, 105, 0.65);
}

.has-content.palette-2.no-image,
.has-icon.palette-2.no-image {
  background: #591f00;
}

.has-content.palette-2.has-content .image-grid-content, .has-content.palette-2.has-icon .image-grid-content,
.has-icon.palette-2.has-content .image-grid-content,
.has-icon.palette-2.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-2-color2-65.png");
}

.mod-rgba .has-content.palette-2.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-2.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-2.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-2.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(89, 31, 0, 0.65);
}

.has-content.palette-3.no-image,
.has-icon.palette-3.no-image {
  background: #fbb447;
}

.has-content.palette-3.has-content .image-grid-content, .has-content.palette-3.has-icon .image-grid-content,
.has-icon.palette-3.has-content .image-grid-content,
.has-icon.palette-3.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-3-color2-65.png");
}

.mod-rgba .has-content.palette-3.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-3.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-3.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-3.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(251, 180, 71, 0.65);
}

.has-content.palette-4.no-image,
.has-icon.palette-4.no-image {
  background: #ff8300;
}

.has-content.palette-4.has-content .image-grid-content, .has-content.palette-4.has-icon .image-grid-content,
.has-icon.palette-4.has-content .image-grid-content,
.has-icon.palette-4.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-4-color2-65.png");
}

.mod-rgba .has-content.palette-4.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-4.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-4.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-4.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(255, 131, 0, 0.65);
}

.has-content.palette-5.no-image,
.has-icon.palette-5.no-image {
  background: #e65427;
}

.has-content.palette-5.has-content .image-grid-content, .has-content.palette-5.has-icon .image-grid-content,
.has-icon.palette-5.has-content .image-grid-content,
.has-icon.palette-5.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-5-color2-65.png");
}

.mod-rgba .has-content.palette-5.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-5.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-5.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-5.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(230, 84, 39, 0.65);
}

.has-content.palette-6.no-image,
.has-icon.palette-6.no-image {
  background: #61b241;
}

.has-content.palette-6.has-content .image-grid-content, .has-content.palette-6.has-icon .image-grid-content,
.has-icon.palette-6.has-content .image-grid-content,
.has-icon.palette-6.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-6-color2-65.png");
}

.mod-rgba .has-content.palette-6.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-6.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-6.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-6.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(97, 178, 65, 0.65);
}

.has-content.palette-7.no-image,
.has-icon.palette-7.no-image {
  background: #4cb1ab;
}

.has-content.palette-7.has-content .image-grid-content, .has-content.palette-7.has-icon .image-grid-content,
.has-icon.palette-7.has-content .image-grid-content,
.has-icon.palette-7.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-7-color2-65.png");
}

.mod-rgba .has-content.palette-7.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-7.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-7.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-7.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(76, 177, 171, 0.65);
}

.has-content.palette-8.no-image,
.has-icon.palette-8.no-image {
  background: #143e84;
}

.has-content.palette-8.has-content .image-grid-content, .has-content.palette-8.has-icon .image-grid-content,
.has-icon.palette-8.has-content .image-grid-content,
.has-icon.palette-8.has-icon .image-grid-content {
  background: url("../../../quincy/assets/img/rgba-fallback/palette-8-color2-65.png");
}

.mod-rgba .has-content.palette-8.has-content.has-image .image-grid-content, .mod-rgba .has-content.palette-8.has-icon.has-image .image-grid-content, .mod-rgba
.has-icon.palette-8.has-content.has-image .image-grid-content, .mod-rgba
.has-icon.palette-8.has-icon.has-image .image-grid-content {
  background: none;
  background: rgba(20, 62, 132, 0.65);
}

.image-grid-icon {
  font-size: 60px;
  line-height: 0.85714;
  display: block;
  margin-bottom: 20px;
}

.image-grid-icon.icon-hand {
  font-size: 74px;
}

.image-grid-icon.icon-hand .no-content .image-grid-icon {
  margin-bottom: 75px;
}

.image-grid-custom-content {
  font-size: 18px;
  padding: 0 5px;
}

@media (max-width: 1170px) {
  .image-grid-custom-content {
    font-size: 16px;
  }
}

@media (max-width: 740px) {
  .image-grid-custom-content {
    font-size: 16px;
  }
}

@media (max-width: 740px) {
  .image-grid-custom-content {
    font-size: 14px;
  }
}

.image-grid-custom-content p {
  margin: 0 0 5px;
  line-height: 1.44em;
  font-size: 16px;
  padding: 0 20px;
}

.image-grid-custom-content strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  display: block;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 7.5px;
}

.iframe-module {
  max-width: 100%;
  overflow: auto;
}

.level-1 .iframe-module,
.level-2 .iframe-module {
  margin-left: auto;
  margin-right: auto;
}

.contact-form-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.contact-form-module::after {
  clear: both;
  content: "";
  display: table;
}

.contact-us-form_wrapper .gfield-name {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  clear: none;
}

.contact-us-form_wrapper .gfield-name:last-child {
  margin-right: 0;
}

.contact-us-form_wrapper .gfield-name .name_first,
.contact-us-form_wrapper .gfield-name .name_last {
  float: left;
  display: block;
  width: 51.17883%;
}

.contact-us-form_wrapper .gfield-name .name_first:last-child,
.contact-us-form_wrapper .gfield-name .name_last:last-child {
  width: 48.82117%;
}

.contact-us-form_wrapper .gfield-name .name_first {
  padding-right: 2.5641%;
}

.contact-us-form_wrapper .gfield-name .name_last {
  padding-left: 2.5641%;
}

.contact-us-form_wrapper .gfield-email,
.contact-us-form_wrapper .gfield-phone {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  clear: none;
}

.contact-us-form_wrapper .gfield-email:last-child,
.contact-us-form_wrapper .gfield-phone:last-child {
  margin-right: 0;
}

.contact-us-form_wrapper .gfield-phone {
  margin-right: 0;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .contact-us-form_wrapper .gfield-name .name_first,
  .contact-us-form_wrapper .gfield-name .name_last {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .contact-us-form_wrapper .gfield-name .name_first:last-child,
  .contact-us-form_wrapper .gfield-name .name_last:last-child {
    margin-right: 0;
  }
  .contact-us-form_wrapper .gfield-name .name_last {
    margin-right: 0;
  }
  .contact-us-form_wrapper .gfield-email,
  .contact-us-form_wrapper .gfield-phone {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .contact-us-form_wrapper .gfield-email:last-child,
  .contact-us-form_wrapper .gfield-phone:last-child {
    margin-right: 0;
  }
  .contact-us-form_wrapper .gfield-phone {
    margin-right: 0;
    clear: none;
  }
}

.parent-newsletter-form-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.parent-newsletter-form-module::after {
  clear: both;
  content: "";
  display: table;
}

.parent-newsletter-form-inner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 12.79471%;
}

.parent-newsletter-form-inner:last-child {
  margin-right: 0;
}

.parent-newsletter-form_wrapper .gform_fields::after {
  clear: both;
  content: "";
  display: table;
}

.parent-newsletter-form_wrapper .gfield {
  clear: none;
}

@media (min-width: 500px) {
  .parent-newsletter-form_wrapper .gfield-name {
    float: left;
    display: block;
    width: 68.23843%;
  }
  .parent-newsletter-form_wrapper .gfield-name:last-child {
    width: 65.88078%;
  }
  .parent-newsletter-form_wrapper .gfield-name .name_first,
  .parent-newsletter-form_wrapper .gfield-name .name_last {
    float: left;
    display: block;
    width: 51.17883%;
    padding-right: 2.8735632184%;
  }
  .parent-newsletter-form_wrapper .gfield-name .name_first:last-child,
  .parent-newsletter-form_wrapper .gfield-name .name_last:last-child {
    width: 48.82117%;
  }
}

@media (min-width: 500px) {
  .parent-newsletter-form_wrapper .gfield-email {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
  }
  .parent-newsletter-form_wrapper .gfield-email:last-child {
    margin-right: 0;
  }
}

.featured-post-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.featured-post-module::after {
  clear: both;
  content: "";
  display: table;
}

.featured-post-slider .flex-direction-nav .flex-prev:before,
.featured-post-slider .flex-direction-nav .flex-next:before {
  border: 0;
}

.featured-post-slider .flex-direction-nav .flex-prev {
  display: none;
}

.featured-post-slider .flex-direction-nav .flex-next {
  border: 2px solid #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  right: auto;
  left: 50px;
  opacity: 1 !important;
}

.featured-post-slider .flex-direction-nav .flex-next:before {
  height: 0;
  width: 0;
  border-top: 10.5px solid transparent;
  border-bottom: 10.5px solid transparent;
  border-right: 18px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 50%;
  margin-left: -9px;
}

.featured-post {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-post::after {
  clear: both;
  content: "";
  display: table;
}

.loaded .featured-post {
  width: 100%;
  height: 100%;
}

.featured-post .wrap-inner {
  display: flex;
  align-items: center;
}

.featured-post.palette-1 .wrap-inner {
  background-color: #816b69;
}

.featured-post.palette-2 .wrap-inner {
  background-color: #591f00;
}

.featured-post.palette-3 .wrap-inner {
  background-color: #fbb447;
}

.featured-post.palette-4 .wrap-inner {
  background-color: #ff8300;
}

.featured-post.palette-5 .wrap-inner {
  background-color: #e65427;
}

.featured-post.palette-6 .wrap-inner {
  background-color: #61b241;
}

.featured-post.palette-7 .wrap-inner {
  background-color: #4cb1ab;
}

.featured-post.palette-8 .wrap-inner {
  background-color: #143e84;
}

.featured-post-image-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  overflow: hidden;
}

.featured-post-image-wrap:last-child {
  margin-right: 0;
}

.featured-post-image-link {
  display: block;
}

.featured-post-image {
  max-width: 100%;
  height: auto;
  display: inherit;
  width: 100%;
}

.featured-post-content-wrap {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #fff;
  padding: 15px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 25px 50px 25px 25px;
}

.featured-post-content-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.palette-1 .featured-post-content-wrap {
  background-color: #816b69;
}

.palette-2 .featured-post-content-wrap {
  background-color: #591f00;
}

.palette-3 .featured-post-content-wrap {
  background-color: #fbb447;
}

.palette-4 .featured-post-content-wrap {
  background-color: #ff8300;
}

.palette-5 .featured-post-content-wrap {
  background-color: #e65427;
}

.palette-6 .featured-post-content-wrap {
  background-color: #61b241;
}

.palette-7 .featured-post-content-wrap {
  background-color: #4cb1ab;
}

.palette-8 .featured-post-content-wrap {
  background-color: #143e84;
}

.featured-post-content-wrap:last-child {
  margin-right: 0;
}

@media (min-width: 383.5px) {
  .featured-post-content-wrap {
    text-align: inherit;
  }
}

.featured-post-content-wrap .inner {
  max-width: 585px;
  width: 100%;
}

.no-thumbnail .featured-post-content-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  padding-bottom: 35px;
}

.no-thumbnail .featured-post-content-wrap:last-child {
  margin-right: 0;
}

.no-thumbnail .featured-post-content-wrap .inner {
  float: left;
  display: block;
  width: 102.35765%;
}

.no-thumbnail .featured-post-content-wrap .inner:last-child {
  width: 100%;
}

.featured-post-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.featured-post-heading a {
  color: #fff;
  text-decoration: none;
}

.featured-post-title {
  font-size: 27px;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-bottom: 20px;
  font-size: 36px;
}

.featured-post-title a {
  color: #fff;
  text-decoration: none;
}

.featured-post-excerpt {
  margin-bottom: 20px;
  margin-bottom: 35px;
}

.featured-post-button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 16px 85px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fc4339;
  color: #fff;
  min-height: 1px;
  margin-left: 2%;
  width: 49%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 6%;
  width: 47%;
}

.featured-post-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.featured-post-button .active, .featured-post-button:hover, .featured-post-button:active, .featured-post-button:focus {
  background-color: #fff;
  color: #4cb1ab;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.palette-1 .featured-post-button .active, .palette-1 .featured-post-button:hover, .palette-1 .featured-post-button:active, .palette-1 .featured-post-button:focus {
  background-color: #fff;
  color: #816b69;
}

.palette-2 .featured-post-button .active, .palette-2 .featured-post-button:hover, .palette-2 .featured-post-button:active, .palette-2 .featured-post-button:focus {
  background-color: #fff;
  color: #591f00;
}

.palette-3 .featured-post-button .active, .palette-3 .featured-post-button:hover, .palette-3 .featured-post-button:active, .palette-3 .featured-post-button:focus {
  background-color: #fff;
  color: #fbb447;
}

.palette-4 .featured-post-button .active, .palette-4 .featured-post-button:hover, .palette-4 .featured-post-button:active, .palette-4 .featured-post-button:focus {
  background-color: #fff;
  color: #ff8300;
}

.palette-5 .featured-post-button .active, .palette-5 .featured-post-button:hover, .palette-5 .featured-post-button:active, .palette-5 .featured-post-button:focus {
  background-color: #fff;
  color: #e65427;
}

.palette-6 .featured-post-button .active, .palette-6 .featured-post-button:hover, .palette-6 .featured-post-button:active, .palette-6 .featured-post-button:focus {
  background-color: #fff;
  color: #61b241;
}

.palette-7 .featured-post-button .active, .palette-7 .featured-post-button:hover, .palette-7 .featured-post-button:active, .palette-7 .featured-post-button:focus {
  background-color: #fff;
  color: #4cb1ab;
}

.palette-8 .featured-post-button .active, .palette-8 .featured-post-button:hover, .palette-8 .featured-post-button:active, .palette-8 .featured-post-button:focus {
  background-color: #fff;
  color: #143e84;
}

@media (max-width: 383.5px) {
  .featured-post-button {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    margin-left: 0;
  }
}

.featured-post-read-more {
  margin-left: 0;
}

@media (max-width: 383.5px) {
  .featured-post-read-more {
    margin-bottom: 25px;
  }
}

.featured-posts-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.featured-posts-module::after {
  clear: both;
  content: "";
  display: table;
}

.featured-posts-heading {
  color: #e65427;
  text-align: center;
}

.featured-posts-heading .line-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.featured-posts-heading .line-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 35px;
  display: block;
  font-size: 36px;
  line-height: 1.5em;
  margin-bottom: 65px;
}

.general-donations-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.general-donations-module::after {
  clear: both;
  content: "";
  display: table;
}

.donations-filters-wrap {
  text-align: center;
}

.donations-filters {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  width: 100%;
  margin-bottom: 75px;
  width: auto;
}

.donations-filters::after {
  clear: both;
  content: "";
  display: table;
}

.donations-filters li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  float: left;
  color: #84706f;
}

.donations-filters li:last-child {
  margin-right: 0;
}

.donation-filter-label {
  text-transform: uppercase;
  line-height: 32px;
  font-size: 18px;
  width: 100%;
  margin-bottom: 15px;
  width: auto;
}

.donations-filters .donation-filter-label {
  margin-right: 30px;
}

.donation-filter {
  background-color: #f3efef;
  font-size: 12px;
  line-height: 1em;
  padding: 15px 5px;
  border-radius: 25px;
  width: 46%;
  margin-bottom: 15px;
  margin-left: 2%;
  margin-right: 2%;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 0;
  width: auto;
  padding: 9px 20px;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .donation-filter {
    width: 30%;
    margin-left: 1.6666666667%;
    margin-right: 1.6666666667%;
  }
}

.donation-filter.active, .donation-filter:hover, .donation-filter:active, .donation-filter:focus {
  background-color: #4cb1ab;
  color: #fff;
}

.general-donations-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.general-donations-wrap .post-wrap {
  width: 25%;
  margin-right: 0;
  padding: 0 1.178825799%;
}

.donation-value-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  font-size: 36px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: url("../../../quincy/assets/img/rgba-fallback/black-35.png");
}

.mod-rgba .donation-value-wrap {
  background: none;
  background: rgba(0, 0, 0, 0.35);
}

.donation-value {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  text-transform: uppercase;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -22px;
  position: absolute;
}

.donation-value .currency {
  font-weight: 400;
}

.type-donation .post-read-more {
  color: #4cb1ab;
}

.type-donation .post-read-more .active, .type-donation .post-read-more:hover, .type-donation .post-read-more:active, .type-donation .post-read-more:focus {
  color: #449f9a;
}

.type-donation .post-content-wrapper {
  margin-bottom: 20px;
  margin-bottom: 30px;
  min-height: 200px;
}

.post-donate-button-wrapper {
  float: left;
  display: block;
  width: 102.35765%;
}

.post-donate-button-wrapper:last-child {
  width: 100%;
}

.post-donate-button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 9px 10px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fbb447;
  color: #fff;
  min-height: 1px;
  width: 100%;
}

.post-donate-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.post-donate-button .active, .post-donate-button:hover, .post-donate-button:active, .post-donate-button:focus {
  background-color: #fff;
  color: #fbb447;
  border: 2px solid #fbb447;
  text-decoration: none !important;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .post-donate-button {
    margin-left: 34.11922%;
    width: auto;
    padding-left: 25px;
    padding-right: 15px;
  }
}

.home .featured-donations-module,
.featured-donations-module {
  clear: both;
  margin-bottom: 0;
}

.featured-donation {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
}

.featured-donation::after {
  clear: both;
  content: "";
  display: table;
}

.featured-donation-image-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.featured-donation-image {
  display: block;
  position: relative;
  left: -50%;
  height: auto;
  max-width: 300%;
}

@media (min-width: 383.5px) {
  .featured-donation-image {
    left: auto;
    max-width: 1000%;
    display: inline;
    margin-bottom: -5px;
  }
}

.featured-donation-image-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../../../quincy/assets/img/rgba-fallback/black-35.png");
}

.rgba .featured-donation-image-cover {
  background: rgba(0, 0, 0, 0.35);
}

.featured-donation-content-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured-donation-content-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.featured-donation-content {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 15px;
  text-align: left;
}

@media (min-width: 383.5px) and (max-width: 550px) {
  .featured-donation-content {
    top: 75px;
  }
}

@media (min-width: 383.5px) {
  .featured-donation-content {
    width: 345px;
    top: 100px;
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 551px) {
  .left .featured-donation-content {
    left: 140px;
  }
}

@media (min-width: 383.5px) and (max-width: 550px) {
  .left .featured-donation-content {
    padding: 0 15px 0 30px;
  }
}

@media (min-width: 551px) {
  .right .featured-donation-content {
    right: 140px;
  }
}

@media (min-width: 383.5px) and (max-width: 550px) {
  .right .featured-donation-content {
    padding: 0 30px 0 15px;
    right: 0;
    width: 100%;
    text-align: right;
  }
}

.featured-donation-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: uppercase;
  color: #f5efee;
  font-size: 28px;
  margin-bottom: 35px;
  line-height: 1.2em;
}

.featured-donation-intro-content {
  color: #f5efee;
  font-size: 22px;
  margin-bottom: 20px;
}

.featured-donation-intro-content p {
  line-height: 22px;
  font-size: 22px;
}

.featured-donation-read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  color: #f5efee;
  position: relative;
}

.featured-donation-read-more .active, .featured-donation-read-more:hover, .featured-donation-read-more:active, .featured-donation-read-more:focus {
  color: #f5efee;
}

.donation-bar-graph-module {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 150px;
}

.donation-bar-graph-module::after {
  clear: both;
  content: "";
  display: table;
}

.donation-modal-bar-graph {
  margin-bottom: 35px;
  margin-bottom: 150px;
}

.donation-bar-graph {
  background-color: #e6e1e1;
  border-radius: 25px;
  overflow: hidden;
  height: 50px;
  position: relative;
  margin-bottom: 40px;
}

.donation-bar-graph.has-asterix {
  margin-bottom: 20px;
  margin-bottom: 35px;
}

.donations-form-modal .donation-bar-graph {
  height: 44px;
}

.donation-bar-graph-percentage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #e65427;
}

.no-js .donation-bar-graph-percentage {
  width: 100%;
}

.donation-bar-graph-percentage-asterix {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: inherit;
  width: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  opacity: 0;
  transition: 0.15s ease-out;
  line-height: 67px;
}

.animation-finished .donation-bar-graph-percentage-asterix {
  opacity: 1;
  background-color: #4cb1ab;
  width: 36px;
  right: -36px;
  font-size: 36px;
  color: #fff;
}

.donation-bar-graph-percentage-asterix-explain {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #4cb1ab;
  font-size: 14px;
  text-transform: uppercase;
}

.donation-bar-graph-amounts {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: right;
  line-height: 50px;
  padding-right: 35px;
  font-size: 30px;
  color: #695250;
}

.donations-form-modal .donation-bar-graph-amounts {
  line-height: 44px;
  font-size: 18px;
  padding-right: 20px;
}

.donation-bar-graph-button {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 14px 40px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fbb447;
  color: #fff;
  min-height: 1px;
}

.donation-bar-graph-button:active {
  transition: 0s;
  transform: scale(0.95);
}

.donation-bar-graph-button .active, .donation-bar-graph-button:hover, .donation-bar-graph-button:active, .donation-bar-graph-button:focus {
  background-color: #fff;
  color: #fbb447;
  border: 2px solid #fbb447;
  text-decoration: none !important;
}

.donations-form-modal {
  width: 850px;
  max-width: 100%;
}

.donations-form-modal-confirmation {
  display: none;
  margin-bottom: 35px;
  margin-bottom: 55px;
}

.donation-form-confirmation .donations-form-modal-confirmation {
  display: block;
}

.donations-form-modal-confirmation .level-1,
.donations-form-modal-confirmation .level-2 {
  color: #4cb1ab;
  display: block;
  text-align: center;
}

.donations-form-modal-confirmation .level-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: inherit;
  color: #fbb447;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fbb447;
  text-fill-color: #fff;
  text-stroke-width: 1px;
  text-stroke-color: #fbb447;
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 115px;
  line-height: 82px;
}

.donations-form-modal-confirmation .level-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  line-height: 36px;
}

.donations-form-modal-header {
  margin-bottom: 35px;
  margin-bottom: 55px;
}

.donation-form-confirmation .donations-form-modal-header {
  display: none;
}

.donations-form-modal-header .level-1,
.donations-form-modal-header .level-2 {
  color: #4cb1ab;
  display: block;
  text-align: center;
}

.donations-form-modal-header .level-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  margin-bottom: 20px;
}

.donations-form-modal-header .level-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: inherit;
  font-size: 24px;
  line-height: 24px;
  font-size: 36px;
  line-height: 36px;
}

.quff-donation-form_wrapper .gfield_creditcard_warning_message,
.quff-donation-form_wrapper .gform_ajax_spinner,
.quff-donation-form_wrapper .gform_previous_button {
  display: none;
}

.quff-donation-form_wrapper .gfield-donation-amount {
  height: 0;
  width: 0;
  overflow: hidden;
}

.quff-donation-form_wrapper .gfield-name .name_first,
.quff-donation-form_wrapper .gfield-name .name_last {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.quff-donation-form_wrapper .gfield-name .name_first:last-child,
.quff-donation-form_wrapper .gfield-name .name_last:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-name .name_last {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-address .address_line_1,
.quff-donation-form_wrapper .gfield-address .address_line_2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.quff-donation-form_wrapper .gfield-address .address_line_1:last-child,
.quff-donation-form_wrapper .gfield-address .address_line_2:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-address .address_line_2 {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-address .address_city {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.quff-donation-form_wrapper .gfield-address .address_city:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-address .address_state,
.quff-donation-form_wrapper .gfield-address .address_zip {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  clear: none;
}

.quff-donation-form_wrapper .gfield-address .address_state:last-child,
.quff-donation-form_wrapper .gfield-address .address_zip:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-address .address_zip {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-card-type {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
  z-index: 1;
}

.quff-donation-form_wrapper .gfield-card-type:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card {
  position: relative;
  top: -68px;
  margin-bottom: -68px;
}

.quff-donation-form_wrapper .gfield-credit-card .gform_card_icon_container {
  display: none;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 51.17883%;
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span:first-child:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span.ginput_cardextras {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span.ginput_cardextras:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_left {
  float: left;
  display: block;
  width: 68.23843%;
  padding: 0 1.3% 0 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_left:last-child {
  width: 65.88078%;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_left .ginput_card_expiration {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_left .ginput_card_expiration:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_left .ginput_card_expiration.ginput_card_expiration_year {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_cardinfo_right:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-credit-card .ginput_container > span .ginput_card_security_code_icon {
  display: none;
}

.quff-donation-form_wrapper .gfield-donation-amount {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
}

.quff-donation-form_wrapper .gfield-donation-amount:last-child {
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-donation-amount .gfield_label {
  text-align: left;
  line-height: 38px;
}

.quff-donation-form_wrapper .gfield-donation-amount .ginput_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}

.quff-donation-form_wrapper .gfield-donation-amount .ginput_container:last-child {
  margin-right: 0;
}

.custom-amount .gfield-donation-amount {
  height: auto;
  overflow: auto;
}

.custom-amount .gfield-donation-amount .gfield_label {
  width: 100%;
  margin-bottom: 5px;
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 0;
}

.custom-amount .gfield-donation-amount .gfield_label:last-child {
  margin-right: 0;
}

.custom-amount .gfield-donation-total {
  height: 0;
  width: 0;
  overflow: hidden;
}

.find-articles-module h2,
.find-articles-module h3 {
  margin-bottom: 15px;
}

.find-articles-module p {
  margin-bottom: 40px;
}

.find-articles-form {
  margin-bottom: 10px;
}

.find-articles-form.full-width {
  width: 100%;
}

.find-articles-form.half-width {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.find-articles-form.half-width:last-child {
  margin-right: 0;
}

.find-articles-form.half-width.last {
  margin-right: 0;
}

.find-articles-select-label {
  margin-bottom: 10px;
  display: block;
}

.find-articles-select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.find-articles-select:last-child {
  margin-right: 0;
}

input[type="submit"].find-articles-submit {
  line-height: 28px;
  padding: 5px 20px;
  width: auto;
}

.quick-link-buttons-widget-wrap {
  margin: 0 0 25px;
}

.quick-link-buttons-widget-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.quick-link-button {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .quick-link-button {
    margin-top: 0;
  }
}

.quick-link-button:first-child {
  margin-top: 0;
}

.quick-link-button.button-1, .quick-link-button.button-2 {
  /*	$border-width: map-get($config, border-width);
	$border-radius: map-get($config, border-radius);
	$border-color: map-get($config, border-color);
	$hover-border-color: map-get($config, hover-border-color);*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 14px 40px;
  /*	border-radius: $border-radius;
	border: $border-width solid $border-color;*/
  cursor: pointer;
  background-color: #fbb447;
  color: #fff;
  min-height: 1px;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
  margin-bottom: 0;
}

.quick-link-button.button-1:active, .quick-link-button.button-2:active {
  transition: 0s;
  transform: scale(0.95);
}

.quick-link-button.button-1 .active, .quick-link-button.button-1:hover, .quick-link-button.button-1:active, .quick-link-button.button-1:focus, .quick-link-button.button-2 .active, .quick-link-button.button-2:hover, .quick-link-button.button-2:active, .quick-link-button.button-2:focus {
  background-color: #fff;
  color: #fbb447;
  border: 2px solid #fbb447;
  text-decoration: none !important;
}

@media (min-width: 383.5px) and (max-width: 767px) {
  .quick-link-button.button-1, .quick-link-button.button-2 {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 14px;
  }
}

.quick-link-button.button-3 {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.sidebar-menu::after,
.widget_sn_taxonomy_list::after,
.widget_nav_menu::after,
.widget_categories::after {
  clear: both;
  content: "";
  display: table;
}

.sidebar-menu .widget-title,
.widget_sn_taxonomy_list .widget-title,
.widget_nav_menu .widget-title,
.widget_categories .widget-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #544544;
  line-height: 1.25em;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f2ecec;
  text-align: left;
  display: none;
  display: block;
}

.sidebar-menu .widget-title a,
.widget_sn_taxonomy_list .widget-title a,
.widget_nav_menu .widget-title a,
.widget_categories .widget-title a {
  color: #544544;
  font-size: 24px;
  text-decoration: none;
  word-wrap: break-word;
}

.sidebar-menu ul,
.widget_sn_taxonomy_list ul,
.widget_nav_menu ul,
.widget_categories ul {
  display: none;
  padding: 0;
  width: 100%;
  list-style: none;
  display: block;
}

.sidebar-menu ul li,
.widget_sn_taxonomy_list ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
  border-top: 1px solid #c0b5b4;
}

.sidebar-menu ul li > ul,
.widget_sn_taxonomy_list ul li > ul,
.widget_nav_menu ul li > ul,
.widget_categories ul li > ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.15s ease-out;
}

.sidebar-menu ul li.open > ul,
.widget_sn_taxonomy_list ul li.open > ul,
.widget_nav_menu ul li.open > ul,
.widget_categories ul li.open > ul {
  max-height: 100000px;
  overflow: auto;
}

.sidebar-menu ul li.active > a,
.sidebar-menu ul li.open > a,
.widget_sn_taxonomy_list ul li.active > a,
.widget_sn_taxonomy_list ul li.open > a,
.widget_nav_menu ul li.active > a,
.widget_nav_menu ul li.open > a,
.widget_categories ul li.active > a,
.widget_categories ul li.open > a {
  background: #f2ecec;
}

.sidebar-menu ul a,
.widget_sn_taxonomy_list ul a,
.widget_nav_menu ul a,
.widget_categories ul a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  text-transform: uppercase;
  color: #a79796;
  text-decoration: none;
  padding: 15px 5px;
  display: block;
  line-height: 1em;
  font-size: 12px;
  word-wrap: break-word;
  position: relative;
}

.sidebar-menu ul a .active, .sidebar-menu ul a:hover, .sidebar-menu ul a:active, .sidebar-menu ul a:focus,
.widget_sn_taxonomy_list ul a .active,
.widget_sn_taxonomy_list ul a:hover,
.widget_sn_taxonomy_list ul a:active,
.widget_sn_taxonomy_list ul a:focus,
.widget_nav_menu ul a .active,
.widget_nav_menu ul a:hover,
.widget_nav_menu ul a:active,
.widget_nav_menu ul a:focus,
.widget_categories ul a .active,
.widget_categories ul a:hover,
.widget_categories ul a:active,
.widget_categories ul a:focus {
  background: #f2ecec;
}

.sidebar-menu ul.dropdown > a,
.widget_sn_taxonomy_list ul.dropdown > a,
.widget_nav_menu ul.dropdown > a,
.widget_categories ul.dropdown > a {
  padding: 15px 30px 15px 5px;
}

.sidebar-menu ul.level-0, .sidebar-menu ul.level-1,
.widget_sn_taxonomy_list ul.level-0,
.widget_sn_taxonomy_list ul.level-1,
.widget_nav_menu ul.level-0,
.widget_nav_menu ul.level-1,
.widget_categories ul.level-0,
.widget_categories ul.level-1 {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-menu ul.level-0 li a, .sidebar-menu ul.level-1 li a,
.widget_sn_taxonomy_list ul.level-0 li a,
.widget_sn_taxonomy_list ul.level-1 li a,
.widget_nav_menu ul.level-0 li a,
.widget_nav_menu ul.level-1 li a,
.widget_categories ul.level-0 li a,
.widget_categories ul.level-1 li a {
  padding-left: 30px;
}

.sidebar-menu ul.level-0 li a:before, .sidebar-menu ul.level-1 li a:before,
.widget_sn_taxonomy_list ul.level-0 li a:before,
.widget_sn_taxonomy_list ul.level-1 li a:before,
.widget_nav_menu ul.level-0 li a:before,
.widget_nav_menu ul.level-1 li a:before,
.widget_categories ul.level-0 li a:before,
.widget_categories ul.level-1 li a:before {
  content: ' — ';
  margin-left: -20px;
  margin-right: 10px;
  float: left;
}

.sidebar-menu ul.level-1 li a,
.widget_sn_taxonomy_list ul.level-1 li a,
.widget_nav_menu ul.level-1 li a,
.widget_categories ul.level-1 li a {
  padding-left: 55px;
}

.sidebar-menu .tinynav,
.widget_sn_taxonomy_list .tinynav,
.widget_nav_menu .tinynav,
.widget_categories .tinynav {
  display: block;
  margin-bottom: 15px;
  border-width: 1px;
  display: none;
}

.sidebar-menu-activate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}

.sidebar-menu-activate.loading {
  opacity: 0;
}

.sidebar-menu-activate:after {
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #a79796;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

.open > a .sidebar-menu-activate:after {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #a79796;
}

#tribe-events-pg-template {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #816b69;
}

#tribe-events-pg-template .tribe-events-page-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  color: #816b69;
}

#tribe-events-pg-template input[type=text] {
  color: #666;
}

#tribe-events-pg-template .tribe-bar-submit input[type=submit] {
  background-color: #fbb447;
}

#tribe-events-pg-template h2.tribe-events-single-event-title {
  color: #544544;
  margin: 10px 0;
}

#tribe-events-pg-template .tribe-events-schedule h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
  font-size: 18px;
  color: #544544;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

#tribe-events-pg-template .tribe-events-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
}

#tribe-events-pg-template .tribe-events-content::after {
  clear: both;
  content: "";
  display: table;
}

#tribe-events-pg-template .tribe-events-button {
  background-color: #fbb447;
  transition: 0.25s;
}

#tribe-events-pg-template .tribe-events-button:hover {
  background-color: #fbb447;
}

#tribe-events-pg-template .tribe-events-button:active {
  transition: 0s;
  transform: scale(0.95);
}

#tribe-events-pg-template .tribe-events-meta-group h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: inherit;
}

.qu-more-news-button p button {
  padding: 14px 40px !important;
  background-color: #fc4339;
  color: #fff;
}

.qu-more-news-button p button a {
  display: inline-block !important;
}

.home-art-and-numbers {
  text-align: center;
}

.home-art-and-numbers .outdoorart {
  width: 60%;
  display: block;
  float: none;
  margin: auto;
}

.home-art-and-numbers .outdoorart .outdoorillustrationimgfix {
  width: 100% !important;
}

.home-art-and-numbers .outdoorart-badge {
  float: none;
  display: inline-block;
}

.home-latest-posts .post-thumbnail-wrapper {
  display: none !important;
}

.home-apply-now {
  margin-bottom: 200px !important;
}

.home-apply-now .home-apply-container .big-apply-button {
  padding: 35px 20px 20px 20px;
  color: #fff;
  border: 4px solid #fff;
}

.home-apply-now .home-apply-container .big-apply-button a {
  color: #fff !important;
  display: inline-block !important;
}

.home-apply-now .home-apply-container .home-apply-sm-buttons > button {
  padding: 14px 40px !important;
  background-color: #fff;
  color: #fc4339;
}

.home-apply-now .home-apply-container .home-apply-sm-buttons > button a {
  color: #fc4339;
  display: inline-block !important;
  font-size: 120px !important;
}

/* HERO HEADER ADJUSTMENTS */
.about-qu-hero-title, .academics-hero-title, .admissions-hero-title, .campus-life-hero-title, .athletics-hero-title {
  background-size: 1170px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: none;
}
