@charset "UTF-8";
/*!
Theme Name: Quest University Canada
Theme URI: http://questu.ca/
Author: Quest University Canada
Author URI: https://questu.ca
Description: Quest University Canada is Canada’s first independent, not-for-profit, secular university focusing entirely on excellence in undergraduate education.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: questu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
  /*font-size: 1rem;*/
  line-height: 1.5;
  text-align: left; }

/*h1, h2, h3, h4, h5, h6 {
    clear: both;
}*/
h3 {
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 0; }

p {
  font-family: 'DIN';
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 15px;
  letter-spacing: 0.2px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  font-style: normal; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* DIN */
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN/DIN-Regular.eot");
  src: url("../fonts/DIN/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN/DIN-Regular.woff") format("woff"), url("../fonts/DIN/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN Italic';
  src: url("../fonts/DIN/DIN-RegularItalic.eot");
  src: url("../fonts/DIN/DIN-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-RegularItalic.woff2") format("woff2"), url("../fonts/DIN/DIN-RegularItalic.woff") format("woff"), url("../fonts/DIN/DIN-RegularItalic.ttf") format("truetype"), url("../fonts/DIN/DIN-RegularItalic.svg#DIN-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DIN Medium';
  src: url("../fonts/DIN/DIN-Medium.eot");
  src: url("../fonts/DIN/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN/DIN-Medium.woff") format("woff"), url("../fonts/DIN/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN/DIN-Medium.svg#DIN-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DIN Bold Italic';
  src: url("../fonts/DIN/DIN-BoldItalic.eot");
  src: url("../fonts/DIN/DIN-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-BoldItalic.woff2") format("woff2"), url("../fonts/DIN/DIN-BoldItalic.woff") format("woff"), url("../fonts/DIN/DIN-BoldItalic.ttf") format("truetype"), url("../fonts/DIN/DIN-BoldItalic.svg#DIN-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'DIN Condensed Medium';
  src: url("../fonts/DIN/DINCond-Medium.eot");
  src: url("../fonts/DIN/DINCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DINCond-Medium.woff2") format("woff2"), url("../fonts/DIN/DINCond-Medium.woff") format("woff"), url("../fonts/DIN/DINCond-Medium.ttf") format("truetype"), url("../fonts/DIN/DINCond-Medium.svg#DINCond-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DIN Condensed Black';
  src: url("../fonts/DIN/DINCond-Black.eot");
  src: url("../fonts/DIN/DINCond-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DINCond-Black.woff2") format("woff2"), url("../fonts/DIN/DINCond-Black.woff") format("woff"), url("../fonts/DIN/DINCond-Black.ttf") format("truetype"), url("../fonts/DIN/DINCond-Black.svg#DINCond-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'DIN Light';
  src: url("../fonts/DIN/DIN-Light.eot");
  src: url("../fonts/DIN/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-Light.woff2") format("woff2"), url("../fonts/DIN/DIN-Light.woff") format("woff"), url("../fonts/DIN/DIN-Light.ttf") format("truetype"), url("../fonts/DIN/DIN-Light.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DIN Bold';
  src: url("../fonts/DIN/DIN-Bold.eot");
  src: url("../fonts/DIN/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN/DIN-Bold.woff") format("woff"), url("../fonts/DIN/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN/DIN-Bold.svg#DIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DIN Black';
  src: url("../fonts/DIN/DIN-Black.eot");
  src: url("../fonts/DIN/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-Black.woff2") format("woff2"), url("../fonts/DIN/DIN-Black.woff") format("woff"), url("../fonts/DIN/DIN-Black.ttf") format("truetype"), url("../fonts/DIN/DIN-Black.svg#DIN-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'DIN Light Italic';
  src: url("../fonts/DIN/DIN-LightItalicAlt.eot");
  src: url("../fonts/DIN/DIN-LightItalicAlt.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-LightItalicAlt.woff2") format("woff2"), url("../fonts/DIN/DIN-LightItalicAlt.woff") format("woff"), url("../fonts/DIN/DIN-LightItalicAlt.ttf") format("truetype"), url("../fonts/DIN/DIN-LightItalicAlt.svg#DIN-LightItalicAlt") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'DIN Condensed';
  src: url("../fonts/DIN/DINCond-Regular.eot");
  src: url("../fonts/DIN/DINCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DINCond-Regular.woff2") format("woff2"), url("../fonts/DIN/DINCond-Regular.woff") format("woff"), url("../fonts/DIN/DINCond-Regular.ttf") format("truetype"), url("../fonts/DIN/DINCond-Regular.svg#DINCond-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN Condensed Bold';
  src: url("../fonts/DIN/DINCond-Bold.eot");
  src: url("../fonts/DIN/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DINCond-Bold.woff2") format("woff2"), url("../fonts/DIN/DINCond-Bold.woff") format("woff"), url("../fonts/DIN/DINCond-Bold.ttf") format("truetype"), url("../fonts/DIN/DINCond-Bold.svg#DINCond-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DIN Black Italic';
  src: url("../fonts/DIN/DIN-BlackItalic.eot");
  src: url("../fonts/DIN/DIN-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-BlackItalic.woff2") format("woff2"), url("../fonts/DIN/DIN-BlackItalic.woff") format("woff"), url("../fonts/DIN/DIN-BlackItalic.ttf") format("truetype"), url("../fonts/DIN/DIN-BlackItalic.svg#DIN-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'DIN Medium Italic';
  src: url("../fonts/DIN/DIN-MediumItalic.eot");
  src: url("../fonts/DIN/DIN-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DIN-MediumItalic.woff2") format("woff2"), url("../fonts/DIN/DIN-MediumItalic.woff") format("woff"), url("../fonts/DIN/DIN-MediumItalic.ttf") format("truetype"), url("../fonts/DIN/DIN-MediumItalic.svg#DIN-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'DIN Condensed Light';
  src: url("../fonts/DIN/DINCond-Light.eot");
  src: url("../fonts/DIN/DINCond-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN/DINCond-Light.woff2") format("woff2"), url("../fonts/DIN/DINCond-Light.woff") format("woff"), url("../fonts/DIN/DINCond-Light.ttf") format("truetype"), url("../fonts/DIN/DINCond-Light.svg#DINCond-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Adobe Caslon */
@font-face {
  font-family: 'Adobe Caslon Pro';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot");
  src: url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff2") format("woff2"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff") format("woff"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.ttf") format("truetype"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.svg#ACaslonPro-Regular") format("svg"); }
@font-face {
  font-family: 'Adobe Caslon Pro';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot");
  src: url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff2") format("woff2"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff") format("woff"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.ttf") format("truetype"), url("../fonts/ACaslonPro/Regular/ACaslonPro-Regular.svg#ACaslonPro-Regular") format("svg"); }
@font-face {
  font-family: 'Adobe Caslon Pro Italic';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.eot");
  src: url("../fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.woff2") format("woff2"), url("../fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.woff") format("woff"), url("../fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.ttf") format("truetype"), url("../fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.svg#ACaslonPro-Italic") format("svg"); }
@font-face {
  font-family: 'Adobe Caslon Pro Bold';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ACaslonPro/Bold/ACaslonPro-Bold.eot");
  src: url("../fonts/ACaslonPro/Bold/ACaslonPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/Bold/ACaslonPro-Bold.woff2") format("woff2"), url("../fonts/ACaslonPro/Bold/ACaslonPro-Bold.woff") format("woff"), url("../fonts/ACaslonPro/Bold/ACaslonPro-Bold.ttf") format("truetype"), url("../fonts/ACaslonPro/Bold/ACaslonPro-Bold.svg#ACaslonPro-Bold") format("svg"); }
@font-face {
  font-family: 'Adobe Caslon Pro Bold Italic';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.eot");
  src: url("../fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.woff2") format("woff2"), url("../fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.woff") format("woff"), url("../fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.ttf") format("truetype"), url("../fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.svg#ACaslonPro-BoldItalic") format("svg"); }
@font-face {
  font-family: 'Adobe Caslon Pro SemiBold';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.eot");
  src: url("../fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.woff2") format("woff2"), url("../fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.woff") format("woff"), url("../fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.ttf") format("truetype"), url("../fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.svg#ACaslonPro-Semibold") format("svg"); }
@font-face {
  font-family: 'Adobe Caslon Pro Semi Bold Italic';
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.eot");
  src: url("../fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.woff2") format("woff2"), url("../fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.woff") format("woff"), url("../fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.ttf") format("truetype"), url("../fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.svg#ACaslonPro-SemiboldItalic") format("svg"); }
.hidden {
  display: none !important; }

/* Terms */
.privacy-terms {
  margin-top: 20px;
  position: absolute;
  bottom: 25px; }

.privacy-terms ul li {
  display: inline-block; }

.privacy-terms ul li a {
  font-size: 12px;
  line-height: 12px;
  color: #d8d8d8 !important; }

.privacy-terms ul li a:hover {
  color: #abcb46 !important; }

.privacy-terms ul li:first-child {
  border-right: 1px solid #d8d8d8;
  padding-right: 10px;
  margin-right: 5px; }

/* VC Reset */
.wpb_content_element {
  margin-bottom: 30px !important; }

.fixed-menu .wpb_content_element {
  margin-bottom: 0 !important; }

.wpb_wrapper h1.vc_custom_heading,
h1.vc_custom_heading {
  color: #abcb46;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 16px; }

.wpb_wrapper h3.vc_custom_heading,
.wavy-text p,
.wavy-text h3,
.wavy-text p span {
  font-size: 23px !important;
  line-height: 30px !important;
  font-family: 'Adobe Caslon Pro Semi Bold Italic' !important;
  font-style: italic;
  margin: 0 0 16px !important;
  color: #404040 !important;
  letter-spacing: normal !important;
  font-style: italic; }

.wavy-text p,
.wavy-text h3,
.wavy-text p span,
.wavy-text p em {
  font-family: 'DIN' !important;
  font-style: normal !important; }

.wpb_wrapper h2.vc_custom_heading,
h2.vc_custom_heading {
  color: #abcb46;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 20px; }

.wpb_wrapper h2.vc_custom_heading a:hover,
h2.vc_custom_heading a:hover {
  color: #404040; }

.wpb_text_column p {
  font-size: 17px;
  margin: 0 0 16px;
  letter-spacing: 0.2px; }

.wpb_text_column a,
.wpb_text_column a:visited,
.wpb_text_column a:focus,
.wpb_text_column a span,
.wpb_text_column p a span,
.wavy-text a,
.wavy-text a:visited,
.wavy-text a:focus,
.wpb_text_column .vc_custom_heading a,
.wpb_text_column .vc_custom_heading a:visited {
  color: #00C19F; }

.wpb_text_column a:hover,
.wavy-text a:hover,
.wavy-text a:visited,
.wavy-text a:focus,
article li a,
article li a:visited {
  color: #00C19F;
  text-decoration: none; }

.wpb_text_column a:hover,
.wavy-text a:hover,
article li a:hover {
  font-weight: bold; }

article .post-footer li a,
article .post-footer li a:visited {
  color: #404040;
  text-decoration: none; }

/**
 * Lists
 */
.wpb_text_column ul,
.single-post article ul {
  padding: 0 0 14px 0;
  list-style: disc;
  margin-left: 0; }

.wpb_text_column ul li {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 26px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
  margin-top: 6px; }

.wpb_text_column ul li::before,
.wpb_text_column ul li.bullets-list::before {
  content: "\002022";
  color: #00C19F;
  font-size: 22px;
  display: inline-block;
  vertical-align: baseline;
  line-height: 20px;
  margin-right: 7px;
  position: absolute;
  left: -1px; }

.wpb_text_column .side-menu,
.wpb_text_column .side-menu li {
  padding: 0;
  margin-left: 0;
  margin-bottom: 5px !important;
  line-height: normal; }

.wpb_text_column .side-menu li {
  padding: 0;
  margin-left: 0;
  margin-bottom: 5px !important; }

.wpb_text_column .side-menu .sub-menu {
  padding-left: 18px;
  margin-left: 5px; }

.wpb_text_column .side-menu li::before {
  content: ''; }

.wpb_text_column .side-menu a,
.wpb_text_column .side-menu a:visited,
.wpb_text_column .side-menu a:focus {
  color: #404040; }

div[class^="menu"] ul {
  list-style: none; }

.wpb_text_column ol {
  list-style: none;
  counter-reset: item; }

.wpb_text_column ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative; }

.wpb_text_column ol > li::before {
  content: counter(item);
  color: #00C19F;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  position: absolute;
  left: 10px; }

.wpb_text_column ol > li ul {
  padding: 0; }

.wpb_text_column ol > li ul li {
  margin-bottom: 0; }

/* Large lists */
.wpb_text_column ol.large-numbers > li::before {
  line-height: 70px; }

.wpb_text_column ol.large-numbers > li {
  font-size: 24px;
  font-family: 'Adobe Caslon Pro Bold';
  margin: 0;
  color: #abcb46;
  display: inline-block;
  vertical-align: top;
  padding-left: 70px;
  margin-bottom: 30px;
  min-height: 50px;
  line-height: 28px; }

.wpb_text_column ol.large-numbers > li > ul {
  margin-left: 0px; }

.wpb_text_column ol.large-numbers > li > ul > li {
  padding-left: 0; }

.wpb_text_column ol.large-numbers > li > ul > li:before {
  content: ''; }

.wpb_text_column ol.large-numbers > li > ul > li {
  color: #404040;
  font-size: 17px;
  font-family: 'DIN'; }

.wpb_text_column ol.large-numbers > li::before {
  font-size: 80px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  font-family: "DIN";
  margin-right: 32px;
  left: 0; }

.wpb_text_column ol.large-numbers > li ol {
  margin-left: 0px; }

.wpb_text_column ol.large-numbers > li ol li {
  font-size: 17px;
  line-height: 26px;
  font-family: "DIN";
  color: #404040;
  padding: 0;
  margin-bottom: 15px; }

.wpb_text_column ol.large-numbers > li ol li:before {
  content: '';
  position: absolute; }

/* Bullets */
.wpb_text_column ol.large-numbers > li ol li.bullets-list {
  padding-left: 30px; }

.wpb_text_column ol.large-numbers > li ol li.bullets-list:before {
  content: '\2022';
  position: absolute;
  color: #00C19F; }

/* Plus list */
.wpb_text_column ol.large-numbers > li ol li.plus-list {
  padding-left: 30px; }

.wpb_text_column ol.large-numbers > li ol li.plus-list:before {
  content: '+';
  position: absolute;
  color: #00C19F;
  font-size: 20px;
  line-height: 17px; }

.wpb_text_column ol.large-numbers > li ol li ol {
  margin-top: 10px; }

.wpb_text_column ol.large-numbers > li ol li ol li {
  padding-left: 35px; }

.wpb_text_column ol.large-numbers > li ol li ol li:before {
  content: '\2022';
  color: #00C19F;
  line-height: normal;
  position: absolute;
  left: 18px; }

.green_btn,
.green_btn a,
.load_more,
.load_ajax a,
#community-hub .back-to-all a {
  border: 1px solid #aacb45;
  background-color: #aacb45;
  text-decoration: none;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 370px;
  font-size: 16px;
  color: #fff !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'DIN Bold';
  height: 55px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-flow: column;
  -webkit-flex-direction: column; }

.wpb_text_column .green_btn {
  margin-top: 15px; }

.load_more a,
.load_more a:visited,
#community-hub .back-to-all a,
#community-hub .back-to-all a:visited {
  text-decoration: none;
  color: #fff; }

.green_btn a:hover,
.load_ajax a:hover,
.load_more:hover a,
#community-hub .green_btn.back-to-all a:hover,
.green_btn:hover {
  text-decoration: none;
  color: #404040 !important; }

.load_more {
  cursor: pointer;
  margin-top: 40px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 30px; }

.vc_icon_element {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0; }

.vc_icon_element span {
  color: #00C19F; }

.vc_icon_element:hover span {
  color: #404040; }

/* Tabs reset */
body .ui-widget.ui-widget-content {
  border: none;
  background: transparent;
  color: #404040; }

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
  border: 1px solid grey; }

#regular-tabs .vc_tta-panel-body {
  padding: 14px 0; }

#regular-tabs .vc_tta-panel-body ul li {
  width: 99%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#regular-tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch; }

#regular-tabs .vc_tta.vc_general .vc_tta-tab {
  width: 33%;
  display: flex;
  text-align: center;
  align-items: stretch;
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  border-bottom: 0;
  border-right: 0;
  height: 57px; }

#regular-tabs .vc_tta.vc_general .vc_tta-tab:nth-child(3),
#regular-tabs .vc_tta.vc_general .vc_tta-tab:nth-child(6) {
  border-right: 1px solid grey; }

#regular-tabs .vc_tta.vc_general .vc_tta-tab:nth-child(4),
#regular-tabs .vc_tta.vc_general .vc_tta-tab:nth-child(5),
#regular-tabs .vc_tta.vc_general .vc_tta-tab:nth-child(6) {
  border-bottom: 1px solid grey; }

#regular-tabs .vc_tta.vc_general .vc_tta-tab > a {
  padding: 2px 2px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center; }

#regular-tabs .vc_tta.vc_general .vc_tta-tab > a span {
  text-align: center;
  width: 100%; }

#regular-tabs .vc_tta.vc_general .vc_tta-tab.vc_active,
#regular-tabs .vc_tta.vc_general .vc_tta-tab:hover {
  background: #a9cb46;
  color: #fff; }

/* Site map */
section.widget_nav_menu .menu > li {
  margin-bottom: 15px; }

section.widget_nav_menu .menu > li > a {
  color: #bcd672;
  font-size: 23px;
  font-weight: bold; }

section.widget_nav_menu li a:hover {
  color: #bcd672;
  text-decoration: underline; }

section.widget_nav_menu .menu > li > .sub-menu > li > a {
  font-size: 19px;
  font-weight: bold; }

section.widget_nav_menu .menu > li > .sub-menu > li .sub-menu li:before {
  content: '\2022';
  position: absolute;
  color: #00C19F;
  margin-left: -15px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  /*-webkit-appearance: textfield;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-family: "DIN"; }

body.admin-bar {
  padding-top: 0; }

#page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

hr {
  background-color: #404040;
  border: 0;
  height: 1px;
  margin: 20px 0 25px; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: unset; }

.home ::selection {
  background: #3c3d3d;
  /* WebKit/Blink Browsers */ }

.home ::-moz-selection {
  background: #3c3d3d;
  /* Gecko Browsers */ }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #022946;
  border-radius: 0;
  padding: 3px 7px;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/* Embedded forms */
#mc_embed_signup form {
  padding: 0 !important; }

#mc_embed_signup h2 {
  display: none; }

#mc_embed_signup div {
  font-family: 'DIN';
  font-size: 17px; }

#mc_embed_signup div#mce-responses {
  margin: 0 3% !important;
  padding: 0 !important; }

#mc_embed_signup #mce-success-response {
  color: #aacb45 !important; }

#mc_embed_signup form > div {
  margin: 0 -3%;
  padding: 0;
  overflow: hidden; }

body.page #mc_embed_signup form > div > div {
  padding: 0 3%;
  margin-right: -4px; }

#mc_embed_signup form .mc-field-group {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  margin-bottom: 20px;
  font-size: 1rem; }

#mc_embed_signup form .mc-field-group.half {
  width: 50% !important; }

#mc_embed_signup form input[type="submit"] {
  border: 1px solid #aacb45 !important;
  background-color: #aacb45 !important;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  padding: 10px 30px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  color: #fff !important;
  display: inline-block;
  font-family: 'DIN Bold';
  height: auto; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #404040;
  text-decoration: none; }

.single-post p a,
.single p a {
  color: #00C19F;
  text-decoration: none; }

.single-post p a:hover,
.single-post p a:focus,
.single-post p a:active,
.single p a:hover,
.single p a:focus,
.single p a:active {
  color: #404040;
  text-decoration: underline; }

a:visited {
  color: #404040; }

.intro-content a:visited,
.intro-content a {
  color: #aacb45; }

a:hover,
a:focus,
a:active {
  color: #404040; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-menus {
    display: none;
}*/
.navigations {
  display: none; }

.main-navigation {
  display: block;
  text-align: center;
  height: 60px;
  margin-top: 60px; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul.sub-menu {
  display: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
  -ms-transition: opacity .35s ease-out;
  -webkit-transition: opacity .35s ease-out;
  -moz-transition: opacity .35s ease-out;
  -o-transition: opacity .35s ease-out;
  transition: opacity .35s ease-out; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation li {
  position: relative;
  width: 25%;
  padding: 0;
  cursor: pointer;
  margin-right: -1px; }

.single-post .main-navigation .menu > li:last-child a,
.single-event .main-navigation .menu > li:last-child a,
.single-stories .main-navigation .menu > li:last-child a {
  background-color: #3c3d3d;
  color: #fff; }

.main-navigation li span {
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
  margin: auto;
  font-size: 38px;
  line-height: 18px;
  width: 50px;
  text-align: center;
  height: 50px;
  font-family: "DIN";
  font-weight: normal; }

.main-navigation li span:after {
  content: '+';
  height: 25px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 100; }

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  color: #303030;
  padding: 10px 0;
  line-height: 40px; }

.main-navigation .nav-menu > li a,
.main-navigation .menu > li a {
  display: block;
  position: relative; }

.main-navigation .nav-menu > li:first-child a:after,
.main-navigation .menu > li:first-child a:after,
#communityhub-menu > li:first-child a:after {
  content: '';
  width: 0; }

.main-navigation .nav-menu > li a:after,
.main-navigation .menu > li a:after,
#communityhub-menu > li a:after {
  content: '';
  height: 60%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #3c3d3d; }

#communityhub-menu > li a:after {
  background-color: #fff; }

#communityhub-menu > li a:before {
  content: '';
  height: 76%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #fff; }

#communityhub-menu > li.social-menu-item a:after {
  content: '';
  position: absolute;
  left: 48%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  clear: both;
  background-color: transparent;
  z-index: 30; }

.main-navigation .nav-menu > li:hover a,
.main-navigation .nav-menu li.current-menu-item a,
.main-navigation .nav-menu li.current-page-ancestor a,
.main-navigation .menu > li:hover a,
.main-navigation .menu li.current-menu-item a,
.main-navigation .menu li.current-page-ancestor a,
#communityhub-menu li.social-menu-item a {
  background-color: #3c3d3d;
  color: #fff; }

#communityhub-menu li.social-menu-item a {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff; }

#communityhub-menu li.social-menu-item a:hover {
  color: #fff; }

#communityhub-menu > li:hover a,
#communityhub-menu > li.current-menu-item a,
#communityhub-menu li.current-page-ancestor a {
  color: #00C19F; }

/* Small menu. */
/* burger menu style */
.menu-toggle {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 28px;
  right: 70px;
  float: right;
  margin: 0;
  padding: 9px 0;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  width: 32px;
  height: 40px;
  z-index: 2; }

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
  background: #404040;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: 0;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.menu-toggle:before,
.menu-toggle:after {
  content: '';
  top: 30%; }

.menu-toggle:after {
  top: 70%; }

.menu-toggle {
  display: none; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-header.on .menu-toggle:after,
.site-header.on .menu-toggle:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 7%;
  right: 7%; }

.site-header.on .menu-toggle span {
  opacity: 0; }

.site-header.on .menu-toggle:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.single-post .current-page-ancestor a {
  font-weight: bold; }

@media screen and (min-width: 769px) {
  .navigations {
    display: block; }

  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    flex-direction: row;
    height: 100%;
    flex-wrap: nowrap;
    text-align: center; } }
/* Social block */
.social-block {
  position: relative; }

.social-block p {
  margin: 0;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

/* Follow button */
#sbi_load {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

.social-block .sbi_follow_btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: center; }

.social-block .sbi_follow_btn.sbi_top {
  display: block;
  margin-bottom: 5px; }

.social-block .sbi_follow_btn a {
  background: #517fa4;
  color: #fff; }

.social-block .sbi_follow_btn a:hover,
.social-block .sbi_follow_btn a:focus,
.social-block #sbi_load .sbi_load_btn:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
  outline: none; }

.social-block .sbi_follow_btn .fa,
.social-block .sbi_follow_btn svg {
  margin-bottom: -1px;
  margin-right: 7px;
  font-size: 15px; }

.social-block .sbi_load .sbi_follow_btn {
  margin-left: 5px; }

.social-block .sbi_follow_btn a {
  background: transparent !important;
  color: #abcb46 !important;
  font-size: 14px; }

.social-block svg:not(:root).svg-inline--fa,
.social-block svg:not(:root).svg-inline--fa {
  box-sizing: unset;
  overflow: visible;
  width: 1em; }

.social-block .svg-inline--fa.fa-w-16,
.social-block .svg-inline--fa.fa-w-16 {
  width: 1em; }

.social-block .svg-inline--fa,
.social-block .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

main section:first-child {
  background-color: #ffffff; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*Tabbed dropdown */
#transformer-tabs {
  margin-left: -15px;
  margin-right: -15px;
  display: none !important; }

#transformer-tabs > span {
  display: block;
  height: 50px;
  padding-top: 12px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #f3f3f3;
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #404040;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.2px;
  cursor: pointer;
  position: relative; }

#transformer-tabs > span:hover {
  background-color: #3c3d3d;
  color: #fff; }

#transformer-tabs > span:after {
  content: '';
  border-right: 2px solid #00C19F;
  border-bottom: 2px solid #00C19F;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-left: 5px;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg); }

#transformer-tabs > span:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#transformer-tabs .vc_tta-tabs-list {
  display: none; }

#transformer-tabs .vc_tta-tabs-list.on {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  background: #f3f3f3;
  width: 100%;
  border: 1px solid #f3f3f3;
  border-top: none;
  padding: 20px 10px; }

#transformer-tabs .vc_tta-tabs-container {
  margin: 0;
  background: #f3f3f3;
  height: auto;
  overflow: visible; }

#transformer-tabs .vc_tta-tabs-container ul li {
  display: block;
  border: none; }

#transformer-tabs .vc_tta-tabs-container ul li a {
  padding: 5px 5px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Adobe Caslon Pro Bold';
  background-color: transparent;
  color: #666;
  border: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Menus */
.side-menu,
.side-menu .sub-menu {
  list-style: none; }

.side-menu .sub-menu a {
  color: #929292 !important; }

.side-menu .sub-menu .current-menu-item a,
.side-menu .sub-menu a:hover {
  color: #404040 !important; }

.side-menu li {
  margin-bottom: 5px;
  position: relative; }

.side-menu a {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.2px;
  position: relative;
  width: auto; }

.side-menu .sub-menu {
  margin-top: 5px;
  padding-bottom: 0; }

.side-menu .menu-item-has-children.sub-on .sub-menu {
  display: block; }

.side-menu > li:first-child a,
.side-menu > li.current-page-parent:first-child a {
  font-size: 21px;
  color: #abcb46 !important;
  font-family: 'DIN Bold';
  text-transform: uppercase; }

.side-menu > li:first-child a:hover {
  color: #00C19F; }

.side-menu li a:hover {
  font-family: 'DIN Medium'; }

.side-menu .current_page_item > a,
.side-menu .current-menu-item > a,
.side-menu .current-menu-ancestor > a,
.side-menu .current-menu-ancestor > .submenu .current-menu-ancestor > a,
.side-menu .current-page-ancestor.current-menu-ancestor > a {
  font-family: 'DIN Medium' !important;
  color: #404040 !important; }

.side-menu .menu-item-has-children > a {
  font-family: 'DIN'; }

.side-menu .menu-item-has-children > span {
  position: absolute;
  cursor: pointer;
  height: 28px;
  width: 30px;
  background: transparent;
  z-index: 10000;
  top: 0; }

.side-menu .menu-item-has-children .sub-menu {
  display: none; }

.side-menu .menu-item-has-children.current-menu-ancestor .sub-menu,
.side-menu .menu-item-has-children.current-menu-item .sub-menu {
  display: block; }

.side-menu .menu-item-has-children.current-menu-ancestor.sub-off .sub-menu,
.side-menu .menu-item-has-children.current-menu-item.sub-off .sub-menu {
  display: none; }

.side-menu .menu-item-has-children.current-menu-ancestor > a:after {
  content: '\f105'; }

.side-menu .menu-item-has-children > a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 106%;
  top: 2px;
  text-align: center;
  font-weight: 600;
  color: #accd4c;
  cursor: pointer; }

.side-menu .menu-item-has-children.current-menu-ancestor.sub-off > a:after {
  content: '\f107'; }

.side-menu .menu-item-has-children.sub-on > a:after {
  content: '\f105'; }

.vc_custom_heading.h {
  display: none; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  top: 0;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0;
  height: 120px;
  font-family: 'DIN Bold';
  font-weight: 600;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(224, 224, 224, 0.3);
  -moz-box-shadow: 0px 1px 20px 0px rgba(224, 224, 224, 0.3);
  box-shadow: 0px 1px 20px 0px rgba(224, 224, 224, 0.3);
  border-bottom: 1px solid #022946;
  z-index: 1000; }

.site-title {
  text-indent: -10000px;
  position: absolute;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0; }

.site-branding {
  width: 375px;
  float: left;
  border-right: 1px solid #022946; }

.site-branding a {
  height: 120px;
  display: block;
  text-align: center;
  line-height: 120px; }

.site-branding a img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center; }

.site-branding .mob-logo {
  display: none; }

.main-menus {
  margin-left: 375px;
  position: relative; }

.top-menu {
  padding: 14px 10px;
  background-color: rgba(238, 238, 238, 0.7);
  text-align: right;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin-left: 0; }

.top-menu > div {
  padding-right: 50px;
  display: inline-block; }

.top-menu ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  text-align: center; }

.top-menu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.top-menu ul li a {
  text-decoration: none;
  margin-right: 20px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  font-size: 14px; }

.top-menu li a:before {
  width: 26px;
  height: 28px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle; }

.top-menu .apply-menu-item a:before {
  content: '';
  /*background: url('../images/apply-icon.png');*/
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.top-menu .apply-menu-item a:hover:before {
  /*background-image: url('../images/apply-icon-black.png');*/ }

.top-menu .facility-rental-menu-item a:before {
  content: '';
  /*background: url('../images/facility-rental-icon.png');*/
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -4px; }

.top-menu .facility-rental-menu-item a:hover:before {
  /*background-image: url('../images/facility-rental-icon-black.png');*/ }

.top-menu .visit-menu-item a:before {
  content: '';
  /*background: url('../images/visit-icon.png');*/
  -webkit-background-size: 19px auto;
  -moz-background-size: 19px auto;
  -o-background-size: 19px auto;
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 1px;
  width: 20px; }

.top-menu .visit-menu-item a:hover:before {
  /*background-image: url('../images/visit-icon-black.png');*/ }

.top-menu .give-menu-item a:before {
  content: '';
  /*background: url('../images/give-icon.png');*/
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5px; }

.top-menu .give-menu-item a:hover:before {
  /*background-image: url('../images/give-icon-black.png');*/ }

.top-menu .library-menu-item a:before {
  content: '';
  /*background: url('../images/library-icon.png');*/
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
  margin-top: -1px; }

.top-menu .library-menu-item a:hover:before {
  /*background-image: url('../images/library-icon-black.png');*/ }

.top-menu .directory-menu-item a:before {
  content: '';
  /*background: url('../images/directory-icon.png');*/
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px; }

.top-menu .directory-menu-item a:hover:before {
  /*background-image: url('../images/directory-icon-black.png');*/ }

.top-menu .alumni-menu-item a:before {
  content: '';
  /*background: url('../images/alumni-icon-green-01.png');*/
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  width: 36px; }

.top-menu .alumni-menu-item a:hover:before {
  /*background-image: url('../images/alumni-icon-black.png');*/ }

.top-menu .top-menu-highlighted a {
  background-color: #aacb45;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0; }

#menu-mobile-secondary-menu {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

#menu-mobile-secondary-menu li {
  width: 48%;
  border: 1px solid #404040;
  margin-bottom: 24px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#menu-mobile-secondary-menu li a {
  display: block;
  padding: 7px 10px 10px;
  font-family: "DIN";
  border-top: 3px solid transparent; }

.mob-secondary-menu {
  padding: 0 20px;
  margin-top: 20px; }

#menu-mobile-secondary-menu .current_page_item a {
  border-top: 3px solid #abcb46; }

/* Fly Button */
.fly-apply {
  width: 112px;
  position: absolute;
  bottom: 150px;
  right: 15px;
  z-index: 10000;
  margin: 0;
  height: 120px;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-box-shadow: -6px 8px 19px 4px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: -6px 8px 19px 4px rgba(50, 50, 50, 0.25);
  box-shadow: -6px 8px 19px 4px rgba(50, 50, 50, 0.25);
  transition: all 2s ease;
  opacity: 1; }

.site-header.on .fly-apply {
  opacity: 0; }

.fly-apply a {
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 27px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a9cb46;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px; }

.fly-apply a:hover {
  background-color: #93b52f; }

/* ====================================== Search block ====================================== */
.search-toggle {
  font-size: 25px;
  cursor: pointer;
  line-height: 35px;
  position: absolute;
  top: -43px;
  right: 25px; }

#search-toggle {
  height: 0;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.45s cubic-bezier(0.6, -0.4, 0.35, 1.32);
  -moz-transition: all 0.45s cubic-bezier(0.6, -0.4, 0.35, 1.32);
  -ms-transition: all 0.45s cubic-bezier(0.6, -0.4, 0.35, 1.32);
  -o-transition: all 0.45s cubic-bezier(0.6, -0.4, 0.35, 1.32);
  transition: all 0.45s cubic-bezier(0.6, -0.4, 0.35, 1.32);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; }

#search-toggle.on {
  height: auto;
  background-color: rgba(255, 255, 255, 0.95); }

#search-toggle .main-search {
  background: transparent;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

#search-toggle .main-search select,
.main-search form {
  float: none;
  width: 100%;
  padding: 10px 0;
  width: 100%;
  max-width: 777px;
  margin: 0px auto;
  display: block; }

form.search-form input.search-submit {
  outline: none; }

.close-search {
  font-size: 24px;
  top: 20px;
  right: 31px;
  position: absolute;
  cursor: pointer;
  z-index: 105; }

form.search-form .screen-reader-text {
  display: none; }

form.search-form input.search-field {
  line-height: 22px;
  padding: 10px;
  width: 100%;
  margin: 0px auto;
  display: block;
  border-color: #c4c4c4; }

form.search-form input.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #585858; }

form.search-form input.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #585858; }

form.search-form input.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #585858; }

form.search-form input.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #585858; }

form.search-form input.search-submit {
  display: inline-block;
  background-color: #abcc4b;
  color: #fff;
  padding: 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: none;
  border-radius: 0;
  cursor: pointer; }

form.search-form label {
  display: block;
  float: left;
  width: 90%; }

.search-field {
  background-color: rgba(238, 238, 238, 0.7); }

.search-bar-icon {
  position: absolute;
  height: 30px;
  width: 30px;
  right: calc(50px - 30px);
  top: calc(50% - 15px);
  z-index: -1;
  font-size: 31px;
  color: #61a319; }

form.search-form input.search-submit:hover + .search-bar-icon {
  color: #6c6d6c; }

.search-no-results .page-content .search-toggle {
  margin-left: 20px;
  cursor: pointer; }

/* ====================================================================================================== */
/* Search Results */
.search-on #masthead {
  /*position: inherit;*/
  top: 0;
  border-top: 1px solid #022946; }

.search-on #content {
  margin-top: 0; }

.search-on .posi#masthead {
  position: fixed;
  margin-top: 0;
  top: 0; }

.page-header {
  margin-bottom: 30px; }

.search-results h2 {
  margin-bottom: 0; }

.search-results .entry-summary {
  margin-bottom: 15px; }

.search_form_holder > span {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  margin-right: 20px; }

.search_form_holder form input:first-child {
  width: 80%;
  padding: 3px 10px;
  height: 35px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: top; }

.search_form_holder form input[type="submit"] {
  border: none;
  border-color: transparent;
  background: #abcb46;
  color: #fff;
  font-size: 15px;
  line-height: 33px;
  padding: 0 10px;
  height: 35px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center; }

.search-main-menu {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding-bottom: 10px;
  font-size: 0;
  line-height: 0; }

.search-main-menu li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0;
  margin-right: 12px;
  font-size: 17px;
  line-height: 20px; }

.search-main-menu li.item-active {
  padding: 20px 22px;
  cursor: default; }

.search-main-menu li.item-active {
  background-color: #00C19F; }

.search-main-menu li.item-active {
  color: #fff; }

.search-main-menu li.item-active small {
  color: #f6f3f3; }

.search-main-menu li a {
  display: block;
  font-size: 17px; }

.search-main-menu li .search-count {
  color: gray;
  font-size: .75em;
  font-weight: normal;
  line-height: 1.91666666666667; }

.search-main-menu li:hover a:after,
.search-main-menu li.active a:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #abcb46;
  left: 0; }

.search-results article {
  border-bottom: 1px solid #a49e9e; }

.search-results article a,
.search_result article a {
  display: inline-block;
  color: #abcb46; }

.search-results article .entry-summary a,
.search_result article .entry-summary a {
  text-transform: uppercase;
  font-size: 12px;
  color: #404040;
  font-family: "DIN Bold"; }

.search-results article .entry-summary a span,
.search_result article .entry-summary a span {
  color: #abcb46;
  font-family: 'Adobe Caslon Pro';
  font-size: 20px;
  margin-left: 5px; }

.search-results article .entry-summary a:hover span {
  margin-left: 8px; }

.search-results .info > div {
  display: inline-block;
  margin-right: 10px; }

.search-results article .entry-header p,
.search-no-results article .entry-header p {
  font-size: 14px; }

.search-results h2.vc_custom_heading,
.search_result h2.vc_custom_heading {
  margin: 30px 0 0px; }

/* Search quick Links */
.quick-links-block {
  overflow: hidden;
  width: 90%;
  max-width: 777px;
  margin: 30px auto;
  padding: 0 10px;
  display: block; }

#menu-search-quick-links > li > a {
  display: none; }

#menu-search-quick-links > li {
  float: left;
  width: 33%;
  margin: 0; }

#menu-search-quick-links > li > ul {
  margin-left: 0; }

#menu-search-quick-links > li > ul > li {
  margin-bottom: 10px; }

.quick-search-links h3 {
  font-size: 21px; }

.quick-search-links li {
  line-height: 16px; }

.quick-search-links li a {
  font-family: "DIN";
  font-weight: 400;
  font-size: 16px; }

.quick-search-links li a:hover {
  font-weight: bold; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0; }

.site-content {
  -moz-box-flex: 0 1 auto;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  padding: 0;
  margin-top: 0;
  min-height: 300px;
  overflow: hidden; }

.single-staff .site-content,
.single-admissions .site-content,
.single-faculty .site-content,
.single-student .site-content {
  padding-bottom: 30px; }

.container {
  width: 100%;
  max-width: 1100px;
  padding: 0 35px;
  margin: 50px auto; }

.container::after {
  content: "";
  display: block;
  clear: both; }

.row,
.row .container {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }

section {
  margin-bottom: 30px; }

.half {
  width: 45%;
  padding: 0;
  overflow: hidden; }

.third {
  width: 33%;
  padding: 0;
  overflow: hidden; }

.forth {
  width: 24%;
  padding: 0;
  overflow: hidden; }

article > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #525152;
  width: 100%; }

a.subscribe {
  color: #404040 !important;
  font-family: 'Adobe Caslon Pro';
  font-size: 32px;
  line-height: 37px;
  text-decoration: none;
  border-bottom: 1px solid #404040;
  padding-bottom: 20px;
  display: block; }

a.subscribe svg {
  width: 19px;
  float: right;
  text-align: right;
  display: inline-block;
  height: 38px; }

a.subscribe:hover h2 {
  color: #00C19F; }

a.subscribe:hover {
  border-bottom: 1px solid #00C19F; }

table td {
  border: 1px solid #c9c9c9;
  padding: 3px; }

.single table td {
  border: 0; }

.single table {
  border: 0; }

/* Dynamic blocks */
.front-dynamic {
  background-color: #f3f3f3; }

.front-dynamic .container {
  max-width: 1200px; }

.single-front-dynamic {
  padding: 90px 0 40px; }

.cbox {
  min-height: 300px;
  height: 385px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  text-align: center;
  position: relative;
  color: #291f1d;
  background-color: #fff;
  overflow: hidden; }

.cbox > div {
  width: 50%; }

.cbox.full {
  width: 100%; }

div.border-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 6px solid transparent;
  z-index: 1; }

.border-overlay.highlight {
  border: 3px solid #aacb45; }

.cbox .content-inner {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cbox-text-left,
.cbox-text-right,
.cbox-text-full {
  padding: 20px 5px 50px;
  position: relative; }

.cbox-img-right,
.cbox-img-left,
.cbox-img-full {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -ms-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.cbox .cbox-img-full,
.cbox .cbox-text-full,
.cbox .cbox-color-full,
.cbox .cbox-quote-full,
.cbox .cbox-video-full {
  width: 100%; }

.cbox .cbox-img-full,
.cbox .cbox-color-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.cbox .full-img,
.cbox .full-img h4,
.cbox .full-img a,
.cbox-video-full,
.full-video h3 {
  color: #fff; }

.cbox .full-img h4 {
  font-weight: 600;
  font-family: 'DIN Bold'; }

.cbox .full-img {
  background-color: rgba(0, 0, 0, 0.2); }

.cbox h3 {
  font-family: 'Adobe Caslon Pro SemiBold';
  font-size: 32px;
  line-height: 37px;
  margin-top: 0;
  position: relative; }

.cbox-quote-full {
  max-width: 70%;
  margin: 0 auto 0;
  padding-bottom: 50px;
  padding-top: 50px; }

.cbox-quote-full h3 {
  margin-top: 35px; }

.cbox .decorative-underline,
.decorative-underline {
  display: block;
  width: 50%;
  max-width: 100px;
  background-color: #aacb45;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px; }

.cbox-quote-full .decorative-underline {
  width: 100%;
  max-width: 100%; }

.cbox h4 {
  font-family: 'DIN Light';
  font-size: 20px;
  line-height: 21px;
  padding: 0 20px;
  color: #555554;
  margin: 0;
  font-weight: 300; }

.cbox span {
  text-transform: uppercase;
  font-family: "DIN";
  font-size: 13px; }

.cbox span:last-child {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  color: #291f1d;
  text-decoration: none; }

.cbox-text-full.full-img span:last-child {
  color: #fff; }

.click-area {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 3; }

.bottom-block {
  background-color: #f3f3f3;
  margin: 0;
  width: 100%; }

.bottom-block .container {
  background-color: #f3f3f3;
  margin-bottom: 50px;
  max-width: 1200px; }

/* Front page */
#bg_container {
  height: 400px;
  overflow: hidden; }

#bg {
  width: 100%;
  height: 400px; }

.first {
  position: relative; }

.first-page-banner-image {
  width: 100%;
  padding: 0;
  margin: 0 0 16px 0; }
  .first-page-banner-image img {
    width: 100%; }

.urgent-notice-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 8px 0 8px; }

.urgent-notice {
  flex: 1 1 0;
  border: 1px solid #333333;
  font-family: DIN;
  padding: 12px;
  font-weight: bold;
  margin: 16px 8px 16px 8px; }

.urgent-notice p {
  display: inline-block;
  margin: 0 !important; }

.urgent-notice a {
  font-weight: normal;
  color: #aacb45;
  /*text-decoration: underline;*/ }

.urgent-notice a:hover {
  text-decoration: underline; }

.urgent-notice:before {
  display: inline-block;
  width: 10px;
  height: 36px;
  font-size: 22px;
  font-weight: bold;
  content: '!';
  visibility: hidden; }

.urgent-notice.icon:before {
  visibility: visible;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  font-family: DIN;
  content: '!';
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #333333;
  /*background-color: #aacb45;
  color: #ffffff;*/ }

.first {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 600px; }

.first:after {
  content: '';
  padding-top: 50%;
  display: block; }

.video-bg {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0; }

@media screen and (min-width: 451px) {
  .video-bg {
    background-image: none !important; } }
.video-bg video {
  min-width: 100%;
  min-height: 500px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-text {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  margin: auto;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  height: auto !important;
  z-index: 100; }

.video-text p {
  vertical-align: middle;
  line-height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 100;
  margin: auto;
  width: 90%;
  font-family: 'Adobe Caslon Pro';
  font-size: 51px;
  line-height: 58px; }

.video-text.visible p {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.2; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.2; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }
.video-text .author {
  display: block;
  font-family: 'Adobe Caslon Pro';
  font-size: 26px;
  margin-top: 20px; }

.video-text p i {
  font-family: Georgia, serif; }

.button_link_main {
  display: none; }

span.jump {
  position: absolute;
  bottom: 3px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: none;
  z-index: 100; }

span.jump svg {
  height: 45px;
  width: 35px;
  display: block; }

/* Video box */
.video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.video-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.full-video {
  max-height: 481px;
  height: 0;
  padding-bottom: 65%; }

.video-text-inner {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-text-inner h3 {
  padding: 0;
  margin: 0; }

.video-text-inner h3:after {
  content: none; }

.vid-play {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #aacb45;
  background-color: transparent;
  position: relative; }

.vid-play:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #aacb45;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-swapped {
  position: relative;
  z-index: 3; }

.video-swapped .video-image {
  background-image: none !important; }

.vid-inline {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.vid-inline .media {
  position: relative;
  height: 385px;
  overflow: hidden; }

.vid-inline .media-player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.icon--right-arrow {
  height: 9px;
  width: 6px;
  fill: #aacb45;
  margin-left: 5px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.15s ease-in;
  -moz-transition: transform 0.15s ease-in;
  -ms-transition: transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in; }

.button_link_main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  border: 1px solid #aacb45;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 250px;
  font-size: 12px;
  background: none;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  height: 37px !important;
  font-family: 'DIN'; }

.button_link_main:hover,
.button_link_main:focus,
.button_link_main:visited {
  background: #aacb45;
  color: #fff; }

/* Questu Main Video */
.quest-video {
  height: 450px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #aacb45; }

.quest-video h1 {
  color: #fff;
  text-align: center;
  height: 57px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  font-family: 'Adobe Caslon Pro';
  font-size: 52px;
  line-height: 57px;
  font-weight: normal; }

.quest-video h1 .video-author {
  font-size: 21px;
  display: block;
  line-height: 20px;
  margin-top: 14px;
  font-family: 'Adobe Caslon Pro Bold' !important; }

.quest-video a {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  height: 35px;
  margin: auto;
  font-family: 'DIN';
  font-size: 14px;
  line-height: 14px;
  width: 155px;
  margin-top: 40px; }

.quest-video a:hover {
  color: #00C19F;
  border: 2px solid #00C19F; }

.quest-video .selector-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0; }

#html5-watermark {
  display: none !important; }

/* Questu Main Featured Event/News */
#featured-e-n > a {
  padding: 55px 35px;
  background-color: #aacb45;
  position: relative;
  text-align: center;
  display: block;
  color: #fff; }

#featured-e-n .featured-category {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px; }

#featured-e-n .row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 50%; }

#featured-e-n .row > div.forth {
  width: 25%; }

#featured-e-n .row > div:first-child::after {
  content: '';
  width: 1px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -moz-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -ms-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -o-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07); }

#featured-e-n .row > div:last-child::after {
  content: '';
  width: 1px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

#featured-e-n h3,
#featured-e-n .featured-subt {
  font-family: 'Adobe Caslon Pro Bold';
  margin: 0; }

#featured-e-n h3 {
  margin-bottom: 10px;
  position: relative; }

#featured-e-n > a h3:after {
  content: '';
  height: 1px;
  background-color: #fff;
  width: 0px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease; }

#featured-e-n > a:hover h3:after {
  content: '';
  height: 1px;
  background-color: #fff;
  width: 30%;
  position: absolute;
  margin: auto;
  bottom: 0;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  left: 0;
  right: 0; }

#featured-e-n .featured-subt {
  line-height: 20px;
  font-size: 16px;
  font-family: 'DIN'; }

#featured-e-n .calltext {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 5px; }

#featured-e-n time {
  font-size: 35px;
  line-height: 50px;
  font-family: 'Adobe Caslon Pro Bold';
  text-transform: capitalize; }

#featured-e-n time > span {
  font-size: 48px;
  line-height: 43px; }

#featured-e-n .fnews-bg {
  width: 24% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0; }

#featured-e-n .row > div.fnews-bg::after {
  content: '';
  width: 0; }

/* Green accordion */
body .green-accordion.vc_tta-accordion .vc_tta-panel-heading {
  border: none !important;
  margin-bottom: 0px !important; }

body .green-accordion.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 15px !important; }

body .green-accordion.vc_tta-accordion .vc_tta-panel-title a {
  padding-left: 0 !important;
  color: #00C19F !important; }

body .green-accordion.vc_tta-accordion .vc_tta-panel-heading:hover {
  background-color: transparent !important; }

body .green-accordion.vc_tta-accordion .vc_tta-panel-heading a i {
  right: 5px; }

body .green-accordion.vc_tta-accordion .vc_tta-panel-heading a i:before,
body .green-accordion.vc_tta-accordion .vc_tta-panel-heading a i:after {
  border-color: #00C19F !important; }

body .green-accordion.vc_tta-accordion .vc_tta-panel-heading:hover a i:before,
body .green-accordion.vc_tta-accordion .vc_tta-panel-heading:hover a i:after {
  border-color: #000 !important; }

body .green-accordion.vc_tta-accordion .vc_tta-panel {
  border-bottom: 1px solid #00C19F !important;
  margin-bottom: 1px; }

/* Grey accordion */
body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading {
  border: none !important;
  margin-bottom: 0px !important; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 14px !important;
  background-color: #f3f3f3; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-title a {
  padding-left: 25px;
  color: #404040 !important;
  font-family: 'DIN Medium';
  text-transform: uppercase;
  line-height: 20px; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading:hover {
  background-color: transparent !important; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading a i {
  right: 5px; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading a i:before,
body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading a i:after {
  border-color: #00C19F !important; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading:hover a i:before,
body .grey-accordion.vc_tta-accordion .vc_tta-panel-heading:hover a i:after {
  border-color: #000 !important; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 25px; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel-body > div {
  margin-bottom: 0 !important; }

body .grey-accordion.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
  display: block;
  padding-top: 30px; }

#quest-accordion .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  border: 0 !important; }

#quest-accordion .vc_tta.vc_general .vc_tta-panel-title a {
  color: #00C19F;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  padding-left: 0; }

#quest-accordion .vc_tta-panel-body .wpb_text_column.wpb_content_element {
  margin: 0 !important; }

#quest-accordion .vc_tta .vc_tta-controls-icon {
  margin-top: 3px; }

#quest-accordion .vc_tta-panel .vc_tta-panel-body {
  padding-left: 0; }

#quest-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%); }

#quest-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
  border-color: #abcb46; }

#quest-accordion-small .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  border: 0 !important; }

#quest-accordion-small .vc_tta.vc_general .vc_tta-panel-title a {
  color: #00C19F;
  font-family: DIN;
  font-size: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  padding-left: 0; }

#quest-accordion-small .vc_tta-panel-body .wpb_text_column.wpb_content_element {
  margin: 0 !important; }

#quest-accordion-small .vc_tta .vc_tta-controls-icon {
  margin-top: 3px; }

#quest-accordion-small .vc_tta-panel .vc_tta-panel-body {
  padding-left: 0;
  padding-top: 0; }

#quest-accordion-small .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%); }

#quest-accordion-small .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
  border-color: #abcb46; }

/* Community hub */
.community-hub {
  padding-bottom: 0;
  position: relative; }

.hub-subscribe {
  background-color: #f1f1f1;
  padding: 100px 20px;
  width: 100%;
  z-index: 100; }

#sb_instagram {
  padding: 20px 0 !important;
  min-height: 257px; }

.sbi_owl-theme .sbi_owl-controls {
  margin-top: 0px; }

/* Search */
#community-hub {
  overflow: hidden; }

#cat-menu {
  background: #fff; }

#community-hub .content {
  width: 100%;
  padding-left: 300px;
  padding-bottom: 50px;
  padding-top: 0px; }

.hub-title {
  font-family: 'Adobe Caslon Pro';
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 20px; }

.community-feed {
  background-color: #fff; }

.community-feed h2 {
  font-family: 'Adobe Caslon Pro Bold';
  font-size: 32px;
  line-height: 37px;
  margin-top: 0; }

.events-add {
  float: right;
  line-height: 50px;
  margin: 0;
  font-weight: bold;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 0; }

.events-add a {
  padding: 7px 14px;
  display: inline-block;
  line-height: 18px;
  margin-left: -4px;
  font-size: 15px; }

.events-add a:hover {
  background-color: #00C19F; }

.events-add a:first-child {
  border-right: 1px solid #404040; }

.search-hub {
  padding: 30px 40px 30px 90px;
  border-bottom: 1px solid black; }

.search-hub p {
  width: 300px;
  font-family: 'Adobe Caslon Pro';
  font-size: 28px;
  line-height: 30px;
  padding-right: 100px;
  margin-bottom: 0; }

.search-hub p,
.search-hub span,
.search-hub form,
.search-hub select {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }

.search-hub .selector-overlay,
.search-hub > span {
  width: 280px !important;
  color: #404040;
  background-color: #fff;
  border: 1px solid #022946;
  height: 32px;
  line-height: 17px;
  padding: 7px 16px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: 'DIN';
  border-radius: 0; }

.search-hub .selector-overlay:after {
  content: none; }

.search-hub form {
  position: relative;
  width: 280px; }

#search-hub-form button {
  border: none;
  padding: 0;
  width: 47px;
  font-size: 17px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #404040;
  cursor: pointer; }

#search-hub-form button:hover {
  font-size: 17px; }

#community-hub .newsgrid article,
#community-hub .eventsgrid article,
#community-hub .videogrid article {
  height: auto;
  border: none;
  margin-bottom: 35px;
  overflow: hidden;
  border-bottom: 1px solid #404040;
  margin-bottom: 0;
  min-height: 385px; }

#community-hub .videogrid article {
  min-height: auto; }

#community-hub .newsgrid .green_btn,
#community-hub .eventsgrid .green_btn,
#community-hub .videogrid .green_btn {
  margin: 40px 0 50px;
  display: block; }

#community-hub .newsgrid .green_btn a,
#community-hub .eventsgrid .green_btn a,
#community-hub .videogrid .green_btn a {
  text-transform: uppercase; }

#community-hub .newsgrid article:first-child,
#community-hub .eventsgrid article:first-child,
#community-hub .videogrid article:first-child {
  border-top: 1px solid #404040; }

#community-hub .eventsgrid .event-color,
#community-hub .newsgrid .news-color,
#community-hub .videogrid .video-color {
  position: absolute;
  top: 0;
  background-color: #00C19F;
  color: #00C19F; }

#community-hub article > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  align-items: stretch;
  -webkit-align-content: left;
  -ms-flex-line-pack: left;
  padding: 0;
  text-align: left;
  position: relative; }

#community-hub article .cf-content {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 25px 20px 30px 0;
  position: relative; }

#community-hub article .cf-content .read-more {
  position: absolute;
  bottom: 15px; }

#community-hub article .cf-image {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

#community-hub article .cf-image-intro,
#community-hub article .news-color {
  width: 100%;
  background-color: #00C19F;
  color: #00C19F; }

#community-hub article .cf-image-intro {
  -webkit-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -ms-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#community-hub .intro-text {
  padding: 0;
  border-top: 0;
  display: inline-block;
  width: 100%; }

#community-hub.events-calendar .hub-intro {
  position: relative; }

#community-hub .hub-intro img {
  width: 100%;
  vertical-align: top; }

#community-hub .intro-text h1,
#community-hub .intro-text p {
  margin: 0 0 25px;
  line-height: 30px; }

#community-hub .intro-text h1 {
  font-family: 'Adobe Caslon Pro Bold';
  margin: 0 0 25px;
  line-height: 50px;
  font-size: 46px;
  color: #abcb46; }

#community-hub h2,
.hub-subscribe a {
  font-family: 'Adobe Caslon Pro';
  font-size: 55px;
  margin: 25px 0;
  line-height: 53px;
  font-weight: 100; }

#community-hub h2 {
  margin: 55px 0 25px;
  text-transform: capitalize; }

.page-template-event-calendar #community-hub h1 span {
  margin: 5px 0 16px;
  display: block;
  font-size: 23px;
  line-height: 27px; }

#community-hub h2 span {
  margin: 5px 0 25px;
  display: block;
  font-size: 30px; }

.hub-subscribe a {
  max-width: 78%;
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #404040;
  position: relative;
  padding-right: 25px; }

.hub-subscribe span {
  max-width: 75%;
  margin: 0 auto;
  display: block;
  padding-top: 10px; }

.hub-subscribe a:hover,
.hub-subscribe a:hover::after {
  color: #aacb45; }

.hub-subscribe a:hover {
  border-bottom: 1px solid #aacb45; }

.hub-subscribe a:after {
  content: '>';
  font-size: 22px;
  font-family: 'DIN Medium';
  position: absolute;
  right: 0;
  top: 27%;
  line-height: 20px; }

.hub-timeline {
  padding: 0 0 65px;
  margin: 0;
  max-width: 1250px; }

#community-hub .hub-timeline h2 {
  color: #404040; }

#community-hub article .cf-single-title {
  min-height: 180px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -ms-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99); }

#community-hub .bottom-info {
  background-color: #f3f3f3; }

#community-hub .bottom-inner {
  width: 100%;
  max-width: 1500px;
  padding: 60px 30px 65px;
  margin: 0 auto;
  text-align: left; }

/* Events calendar */
.event_month_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%; }

.event_month_list ul li {
  flex: 1;
  position: relative; }

.event_month_list ul li:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: transparent;
  display: block;
  position: absolute; }

.event_month_list ul li:before {
  top: -2px; }

.event_month_list ul li.active:before,
.event_month_list ul li:hover::before {
  background-color: #00C19F; }

.event_month_list li a {
  padding: 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-right: 1px solid #646464; }

.event_month_list ul li:nth-child(n+9) a {
  background-color: #000; }

.event_month_list ul li.active a,
.event_month_list li a:hover,
.event_month_list ul li:nth-child(n+7) a:hover {
  background-color: #00C19F; }

.events_list {
  margin-top: 85px;
  min-height: 200px; }

.events_list > div {
  border-bottom: 1px solid #404040;
  overflow: hidden;
  height: 250px; }

.events_list > div a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  align-items: stretch; }

.events_list .right-column img {
  display: inline-block;
  vertical-align: top; }

.events_list .left-column {
  width: 40%; }

.events_list .right-column {
  width: 60%; }

.events_list .category_line > div {
  height: 7px;
  width: 50%; }

.events_list > div a:hover .category_line > div {
  width: 100%; }

/* News and Events grid */
.newsgrid article,
.eventsgrid article {
  height: 250px;
  border-top: 1px solid #404040;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  min-height: 275px; }

#community-hub .eventsgrid article .cf-content,
#community-hub .newsgrid article .cf-content {
  flex: 0 0 55%;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.newsgrid .cf-content .news-color,
.eventsgrid .event-color,
#community-hub .newsgrid .news-color,
#community-hub .videogrid .video-color,
.videogrid .video-color {
  display: block;
  margin-bottom: 15px;
  width: 50%;
  -webkit-transition: width .15s ease-out;
  -moz-transition: width .15s ease-out;
  -ms-transition: width .15s ease-out;
  -o-transition: width .15s ease-out;
  transition: width .15s ease-out;
  border-top-width: 7px;
  border-top-style: solid; }

.newsgrid article a:hover,
.newsgrid article a:focus,
.eventsgrid article a:hover,
.eventsgrid article a:focus,
.videogrid article a:hover,
.videogrid article a:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.newsgrid article a:hover .news-color,
.newsgrid article a:focus .news-color,
.eventsgrid article a:hover .event-color,
.eventsgrid article a:focus .event-color,
#community-hub .videogrid article a:hover .video-color,
#community-hub .videogrid article a:focus .video-color,
#community-hub .newsgrid article a:hover .news-color,
#community-hub .newsgrid article a:focus .news-color {
  width: 100%; }

.newsgrid .news-category,
.eventsgrid .event-category,
.videogrid .video-category,
#community-hub article .news-category,
#community-hub article .event-category {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'DIN Bold';
  letter-spacing: 2px;
  line-height: 16px;
  display: inline-block; }

#community-hub article .event-category {
  margin-bottom: 25px; }

.single-event #community-hub article .event-category {
  margin-bottom: 0; }

.single-event #community-hub .entry-info h1 {
  margin: 15px 0 10px;
  text-align: left;
  line-height: 35px; }

#community-hub .eventsgrid article time {
  margin-bottom: 20px; }

.newsgrid h3,
.eventsgrid h3,
.videogrid h3 {
  font-family: 'Adobe Caslon Pro Bold';
  font-size: 25px;
  margin-bottom: 5px;
  line-height: 28px; }

.eventsgrid h3 {
  margin-top: 0;
  margin-bottom: 5px; }

.newsgrid p,
.eventsgrid p,
.videogrid p {
  font-size: 17px;
  font-family: 'DIN'; }

.newsgrid span:last-child,
.eventsgrid span:last-child,
.videogrid span:last-child {
  font-size: 13px;
  text-transform: uppercase; }

.eventsgrid .cf-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row; }

.eventsgrid .cf-content > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  flex: 0 0 120px;
  padding-right: 40px; }

.eventsgrid .cf-content > div:last-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  padding: 0; }

.eventsgrid p.event-date {
  font-size: 35px;
  line-height: 50px;
  font-family: 'Adobe Caslon Pro Bold';
  text-transform: capitalize;
  padding: 20px 0 0 5px;
  color: #303030; }

.eventsgrid p.event-date span {
  font-size: 52px;
  display: block; }

/* Single News and Events */
.single-post #community-hub .entry-info,
.single-event #community-hub .entry-info {
  padding: 0;
  margin: 0; }

#community-hub article .n-e_img {
  margin-top: 20px;
  position: relative;
  margin-bottom: 23px; }

#community-hub article .n-e_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  max-height: 350px; }

.entry-info {
  padding-bottom: 10px;
  margin-right: 65px;
  margin-left: 10%; }

#community-hub .entry-info h1 {
  margin: 5px 0 10px;
  text-align: left;
  font-family: 'Adobe Caslon Pro'; }

#community-hub .container {
  width: auto;
  margin-top: 50px; }

#community-hub .intro-content .container {
  margin: 0;
  padding: 0; }

#community-hub article .author,
#community-hub article .author-description,
#community-hub article time,
#community-hub article address,
#community-hub article .event-poster {
  font-family: 'Adobe Caslon Pro Bold';
  color: #666666; }

#community-hub article time {
  display: block; }

#community-hub .address {
  font-family: 'Adobe Caslon Pro Bold';
  position: relative; }

#community-hub article .event-poster {
  position: absolute;
  right: 0;
  bottom: 5px; }

#community-hub article .event-poster a:hover {
  color: #00C19F; }

.single-event address,
.single-event time {
  font-size: 20px;
  line-height: 28px;
  margin-top: 7px; }

.page-template-news-page .hub-intro {
  margin-bottom: 50px; }

.acf-map {
  width: 500px;
  height: 300px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

#community-hub .back-to-all a {
  text-transform: uppercase !important;
  font-size: 12px;
  line-height: 12px; }

@media only screen and (min-width: 769px) {
  .video-image,
  .cbox h3 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    -moz-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    -ms-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    -o-transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition: transform 0.25s ease-in, opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99); }

  .cbox .decorative-underline {
    -webkit-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    -moz-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    -ms-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    -o-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07); }

  .cbox .border-overlay {
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.5, 0.46, 1.06);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.5, 0.46, 1.06);
    -ms-transition: all 0.3s cubic-bezier(0.35, 0.5, 0.46, 1.06);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.5, 0.46, 1.06);
    transition: all 0.3s cubic-bezier(0.35, 0.5, 0.46, 1.06); }

  .video-image:after {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }

  .cbox:hover .video-image {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); }

  .cbox:hover .video-image:after {
    background-color: rgba(0, 0, 0, 0.4); }

  .cbox:hover .cbox-img-right,
  .cbox:hover .cbox-img-left,
  .cbox:hover .cbox-img-full,
  #community-hub article a:hover .cf-image-intro {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025); }

  .cbox:hover h3,
  #community-hub article a:hover .cf-single-title {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }

  .cbox:hover .decorative-underline {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    -moz-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    -ms-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    -o-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
    transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07); }

  .cbox:hover .border-overlay {
    border-width: 4px; }

  .cbox:hover .icon--right-arrow,
  #community-hub article a:hover .icon--right-arrow,
  .directory-profiles .profile-item a:hover .icon--right-arrow,
  .staff-category-block .profile-item a:hover .icon--right-arrow {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px); } }
/* Directory Profiles */
#dirform .container {
  position: relative;
  margin: 0 auto; }

#dirform .current form {
  background: #eeeeee;
  padding: 0 10px 10px; }

#dirform .tabs,
#mail-campain .tabs {
  margin: 0; }

#mail-campain .tabs {
  width: 300px; }

#dirform .tabs li,
#mail-campain .tabs li {
  display: inline-block;
  list-style: none; }

#dirform .tabs li a,
#mail-campain .tabs li a {
  padding: 5px 15px;
  display: block;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  cursor: pointer; }

#dirform .tabs li a.current,
#dirform .tabs li a[aria-selected="true"] {
  background: #eeeeee; }

#dirform .search-by > div {
  display: none;
  padding: 8px 10px 10px 10px; }

#dirform .search-by .current,
#dirform .search-by[aria-hidden="false"] {
  display: block;
  padding: 0; }

#dirform label {
  display: block;
  width: 300px;
  font-size: 17px; }

#dirform input[type="text"] {
  margin: 5px 0 0;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  padding: 7px 10px;
  border-radius: 0;
  border: 1px solid #404040;
  text-transform: capitalize;
  font-style: italic; }

#dirform .search-button {
  position: absolute;
  top: 68px;
  right: 46px;
  display: block !important;
  padding: 0 !important; }

#dirform .search-button input {
  /**/
  background-image: url("../images/search.svg");
  margin: 0;
  -webkit-appearance: none;
  width: 115px;
  height: 38px;
  border-radius: 0;
  padding: 10px 45px 10px 15px;
  background-position: right 15px center;
  text-transform: lowercase;
  text-align: left;
  color: #fff;
  font-size: 14px;
  background-color: #00C19F;
  background-repeat: no-repeat;
  cursor: pointer; }

.directory-section {
  min-height: 700px; }

.directory-profiles {
  padding: 10px 0; }

.directory-profiles h3 {
  width: 100%;
  color: #575759;
  margin-top: 15px; }

.directory-profiles h3.dep-name {
  margin-left: 30px;
  margin-bottom: 40px;
  font-size: 30px;
  font-family: 'Adobe Caslon Pro Semi Bold'; }

.directory-profiles .profile-wrapper,
.staff-category-block .profile-wrapper {
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }

.directory-profiles .profile-item,
.staff-category-block .profile-item {
  min-height: 300px;
  width: 33.33333%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  text-align: left;
  position: relative;
  color: #291f1d;
  background-color: #fff; }

.directory-profiles .profile-item:last-child,
.staff-category-block .profile-item:last-child {
  margin-right: auto; }

.directory-profiles .profile-item > a,
.staff-category-block .profile-item > a {
  text-decoration: none;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #c9c9c9; }

.staff-category-block .profile-item .sl-vid-btn,
.staff-category-block .profile-item .sl-story-btn,
.directory-profiles .profile-item .sl-vid-btn,
.directory-profiles .profile-item .sl-story-btn {
  position: absolute;
  top: 224px;
  left: 10px;
  background-color: #b0d058;
  width: 118px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  font-size: 12px;
  border: 0;
  display: inline-block;
  z-index: 1000; }

.staff-category-block .profile-item .sl-story-btn,
.directory-profiles .profile-item .sl-story-btn {
  left: auto;
  right: 10px;
  background-color: #000;
  color: #fff; }

.staff-category-block .profile-item .sl-vid-btn:hover,
.directory-profiles .profile-item .sl-vid-btn:hover {
  background-color: #000;
  color: #fff; }

.staff-category-block .profile-item .sl-story-btn:hover,
.directory-profiles .profile-item .sl-story-btn:hover {
  background-color: #b0d058;
  color: #000; }

.directory-profiles article:last-child {
  border-right: 1px solid #c9c9c9; }

.directory-profiles .profile-item > a:before {
  content: '';
  width: 1px;
  background-color: #a5a5a5;
  height: 300px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 100; }

.directory-profiles .profile-item > a:after {
  content: '';
  width: 1px;
  background-color: #c9c9c9;
  height: 60%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0; }

.staff-category-block .profile-item .sl-vid-btn:before,
.staff-category-block .profile-item .sl-vid-btn:after,
.staff-category-block .profile-item .sl-story-btn:before,
.staff-category-block .profile-item .sl-story-btn:after,
.directory-profiles .profile-item .sl-vid-btn:before,
.directory-profiles .profile-item .sl-vid-btn:after,
.directory-profiles .profile-item .sl-story-btn:before,
.directory-profiles .profile-item .sl-story-btn:after {
  content: none; }

.directory-profiles .profile-photo-holder,
.staff-category-block .profile-photo-holder {
  height: 280px;
  background: #e4e4e4;
  position: relative;
  overflow: hidden;
  text-align: center; }

.directory-profiles .profile-photo-holder img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  object-fit: cover;
  height: 280px; }

.directory-profiles .profile-photo-holder > div,
.staff-category-block .profile-photo-holder > div {
  height: 300px;
  background-position: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -ms-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.5s cubic-bezier(0.54, 1.26, 0.85, 1.02), opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.directory-profiles .profile-name,
.staff-category-block .profile-name {
  font-family: 'Adobe Caslon Pro Semi Bold';
  padding: 0 17px;
  color: #575759; }

.directory-profiles .profile-meta-list,
.staff-category-block .profile-meta-list {
  font-family: 'Adobe Caslon Pro Semi Bold';
  padding: 0 17px; }

.directory-profiles .profile-profiles .vc_gitem-col,
.staff-category-block .profile-profiles .vc_gitem-col {
  padding: 0; }

.directory-profiles .profile-photo-holder .profile-color,
.staff-category-block .profile-photo-holder .profile-color {
  display: block;
  width: 0%;
  -ms-transition: width .15s ease-out;
  -webkit-transition: width .15s ease-out;
  -moz-transition: width .15s ease-out;
  -o-transition: width .15s ease-out;
  transition: width .15s ease-out;
  border: 5px solid transparent;
  position: absolute;
  bottom: 0;
  z-index: 100; }

.directory-profiles .profile-item a:hover .profile-color,
.staff-category-block .profile-item a:hover .profile-color {
  border: 5px solid #aacb45;
  width: 100%; }

.directory-profiles .profile-item a:hover .profile-photo-holder > div,
.staff-category-block .profile-item a:hover .profile-photo-holder > div {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025); }

.directory-profiles .profile-occupation p {
  color: #0f0f0f;
  margin-bottom: 5px; }

.directory-profiles .profile-occupation p span {
  width: 110px;
  display: inline-block; }

.directory-profiles .profile-meta {
  width: 100%;
  margin-bottom: 7px;
  margin-left: 0;
  position: relative;
  float: none;
  padding: 0; }

.directory-profiles .profile-meta span:last-child {
  color: #b0d058;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "DIN";
  font-size: 13px; }

.directory-profiles .profile-item a:hover .profile-meta span:last-child {
  text-decoration: none; }

.directory-profiles .profile-meta,
.staff-category-block .profile-meta {
  margin-top: 10px; }

.team-name {
  margin-bottom: 20px;
  padding-left: 30px; }

/* Single profiles */
.profile-photo-holder {
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.profile-photo-holder img {
  display: none; }

.profile-top {
  text-align: center;
  border: 5px solid #00C19F;
  padding-bottom: 15px;
  margin-bottom: 65px; }

.profile-name {
  position: relative;
  padding: 0 20px; }

.profile-col {
  width: 50%;
  display: inline-block;
  margin-left: -3px;
  vertical-align: top; }

.profile-col p {
  text-align: left; }

.single-stories .profile-occupation p a {
  color: #abcb46; }

.fixed-menu,
.side-menu {
  text-align: left; }

.side-menu {
  text-align: left;
  float: left;
  width: 285px; }

.content {
  width: 100%;
  padding-left: 300px;
  padding-bottom: 50px;
  padding-top: 0px;
  margin-left: -285px;
  float: left; }

.content-full {
  padding-left: 0; }

.side-menu.h {
  display: none !important; }

.community-hub .fixed-menu,
.community-hub .side-menu {
  width: 285px !important;
  padding-right: 35px !important;
  float: left; }

body[class*='single-'] .fixed-menu,
body[class*='single-'] .side-menu {
  float: left;
  width: 285px; }

body[class*='single-'] .wpb_content_element {
  margin-bottom: 0 !important; }

.profile-meta {
  width: 100%;
  margin-bottom: 50px;
  padding-left: 285px; }

.single-staff .decorative-underline {
  max-width: 55px; }

.profile-top span {
  font-family: 'Adobe Caslon Pro Semi Bold' !important;
  font-size: 23px;
  line-height: 23px;
  padding-bottom: 10px;
  display: block; }

.bio-btn,
.feature-link-btn {
  width: 70px;
  height: 70px;
  background: #404040;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto; }

.bio-btn span,
.feature-link-btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-transform: lowercase;
  font-size: 12px;
  font-family: "DIN Bold" !important;
  padding: 19px 11px;
  color: #fff;
  line-height: 14px; }

.profile-occupation p {
  margin-bottom: 7px; }

.single-on > a {
  font-weight: bold; }

.single-on .sub-menu {
  display: block !important; }

body[class*='single-'] .profile-col p {
  font-style: italic; }

body[class*='single-'] .profile-col p strong {
  font-weight: normal; }

.profile-occupation .pos-bio.feature {
  display: block; }

.pos-bio.bio {
  display: block; }

/* ===================== */
/* ===== Welcome page =====*/
.wsocial-block {
  background: #fff;
  padding: 40px 20px;
  text-align: center; }

.wsmall-title {
  font-family: 'Adobe Caslon Pro SemiBold';
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

/* .wsmall-title:after {
    content: '';
    height: 3px;
    width: 45px;
    background-color: #abcb46;
    display: block;
    text-align: center;
    margin: 15px auto;
} */
.wsocial-block ul {
  margin-top: 20px;
  max-width: 280px; }

.wsocial-block ul li a {
  color: #abcb46; }

.wsocial-block ul li a:hover {
  color: #353533; }

.wbtns {
  /*  background-color: #f3f3f3; */ }

.wbtns .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px 0;
  margin: 0 auto; }

.wbtn {
  width: 33.33333%;
  border-right: 1px solid #515151; }

.wbtn:last-child {
  border-right: none; }

.wbtn {
  width: 33.33333%;
  border-right: 1px solid #515151;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.wbtn a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  padding: 0 32px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.wbtn a:hover h3 {
  color: #abcb46; }

.wbtn a .wimg-wrap {
  width: 55px;
  margin-right: 20px;
  text-align: right; }

.wbtn a .wbtncontent h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  font-family: 'Adobe Caslon Pro Bold';
  margin: 0; }

.wbtn a .wbtncontent p {
  font-size: 16px;
  line-height: 19px;
  margin: 8px 0 0; }

.wbtn a .wimg-wrap img {
  width: 100%; }

.wtitle {
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
  color: #565656;
  font-family: 'DIN Bold';
  position: relative; }

/* .wtitle:after {
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    background-color: #b9d46b;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
} */
.wintro {
  /*  background-color: #f3f3f3;
  padding: 45px 0; */ }

.wintro .container {
  margin: 0 auto; }

.wintro p {
  margin-top: 30px;
  font-family: 'DIN Medium'; }

.breadcrumbs {
  background-color: #f3f3f3;
  padding: 5px 0; }

.breadcrumbs .container {
  margin: 0 auto; }

.breadcrumbs ol {
  list-style: none;
  font-family: 'DIN';
  font-size: 11px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold; }

.breadcrumbs li {
  float: left; }

.breadcrumbs li span {
  margin-left: 5px; }

/* welcome infographics */
.winfogr {
  background-color: #000000;
  padding-top: 40px; }

.winfogr-activate {
  margin-bottom: 30px; }

.wsmall-title {
  margin-bottom: 25px; }

.winfogr .wsmall-title {
  color: #fff; }

.countdown .wsmall-title {
  color: #565656;
  margin-bottom: 0; }

/* .winfogr  */
.wsmall-title span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  font-family: "DIN Medium"; }

.winfogr .container,
.countdown .container {
  margin: 0 auto;
  text-align: center; }

.winfogr .fit-picture {
  display: none;
  text-align: center; }

.fit-picture.active {
  display: block;
  background-color: #fff; }

.winfogr .fit-picture img {
  vertical-align: top;
  max-width: 700px;
  margin-top: -50px;
  margin-left: 52px;
  width: 100%; }

/* .winfogr-mob {
    display: none;
} */
.threebar {
  cursor: pointer;
  width: 42px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 100; }

.threebar .bar {
  width: 60px;
  height: 7px;
  background: #b9d46b;
  margin-bottom: 11px;
  transition: all 0.5s ease; }

.threebar .bar:nth-child(1) {
  transform-origin: 50%; }

.threebar .bar:nth-child(2) {
  transform-origin: 27%; }

.threebar.cross .bar:nth-child(1) {
  transform: translateX(15%) rotate(45deg) scale(0.5);
  transform-origin: 2%;
  margin-bottom: 11px; }

.threebar.cross .bar:nth-child(2) {
  transform: translateY(-30%) rotate(-45deg) scale(0.5);
  transform-origin: 23%; }

.threebar.cross .bar:nth-child(3) {
  opacity: 0; }

.threebar.arrow .bar:nth-child(1) {
  transform: scaleX(0.5) translateY(50%) rotate(45deg);
  transform: translateY(90%) rotate(135deg) scale(0.5);
  transform-origin: 50%;
  margin-bottom: 8px; }

.threebar.arrow .bar:nth-child(2) {
  transform: scaleX(0.5) translateY(50%) rotate(-45deg);
  transform: translateY(-35%) rotate(-135deg) scale(0.5);
  transform-origin: 25%; }

.threebar.arrow .bar:nth-child(3) {
  opacity: 0;
  transform: translateX(-25%) translateY(-175%) scaleX(0.75); }

/* Countdown */
.countdown {
  background-color: #f3f3f3;
  padding-top: 40px; }

.countdown .flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: auto;
  margin: 33px 10px;
  display: inline-block; }

.countdown .flip-clock-wrapper ul li a div div.inn {
  font-size: 45px; }

.countdown .flip-clock-wrapper ul {
  width: 55px;
  height: 70px; }

.countdown .flip-clock-wrapper ul li {
  line-height: 75px; }

.countdown .flip-clock-divider {
  height: 87px; }

/* ================================ */
/* Featured top banner for a page */
.featured_top_banner {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.featured_top_banner h1 {
  color: #fff;
  font-size: 60px;
  line-height: 45px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 30px;
  margin: auto;
  height: 55px;
  text-align: center;
  text-transform: uppercase; }

.featured_top_banner h1 span {
  font-family: 'Adobe Caslon Pro';
  font-weight: 100;
  padding-left: 25px;
  position: relative; }

.featured_top_banner h1 span:before {
  content: '';
  height: 50px;
  width: 1px;
  background-color: #fff;
  margin-left: -15px;
  position: absolute; }

/* Dynamic imgs block */
.dynamic_img_block {
  padding: 40px 0 50px; }

.dynamic_img_block .container {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px; }

.dynamic_img_block .container > div {
  overflow: hidden;
  margin-right: -20px; }

.dyn-img-block {
  width: 370px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative; }

.dyn-img-block.full-height {
  height: 500px; }

.dyn-img-block.half-height {
  height: 240px; }

.dyn-img-block a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.dyn-img-block a.active {
  background-color: rgba(171, 202, 81, 0.7); }

.dyn-img-block a:hover {
  background-color: rgba(171, 202, 81, 0.4); }

.dyn-img-block a h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Adobe Caslon Pro Bold';
  text-align: center;
  line-height: 35px;
  width: 80%;
  margin: auto;
  background-color: #fff; }

.dyn-img-block a h4:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #abcb46;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -moz-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -ms-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -o-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07); }

.dyn-img-block a:hover h4:after {
  width: 40px;
  -webkit-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -moz-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -ms-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  -o-transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07);
  transition: transform 0.25s cubic-bezier(0.2, 0.04, 0.21, 1.07); }

.dyn-img-block h2 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid transparent; }

.dyn-img-block.full-height h2 {
  line-height: 500px; }

.dyn-img-block.half-height h2 {
  line-height: 240px; }

/* Share posts */
.social-share {
  margin-left: 20px; }

.social-share,
.post-nav {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px; }

.social-share .social_list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.social-share .social_list li {
  margin-right: 7px; }

.social-share .social_list li a {
  font-size: 15px;
  font-weight: bold; }

.social-share .social-title,
.post-nav a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  display: inline-block;
  vertical-align: top; }

.post-nav li {
  display: inline-block;
  vertical-align: middle; }

.post-nav li a:hover {
  color: #aacb45; }

/* Positions */
.pos h4 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf; }

.pos a {
  display: block;
  position: relative; }

.pos a::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  position: absolute;
  vertical-align: top;
  width: 0.45em;
  right: 7px;
  top: 14px;
  transform: rotate(45deg); }

.pos a h4 {
  color: #404040;
  margin-top: 10px;
  padding-right: 13px; }

.pos a:hover h4 {
  color: #00C19F;
  border-bottom: 1px solid #00C19F; }

.pos-box {
  display: none;
  border-bottom: 1px solid #bfbfbf;
  /*border-left: 1px solid #bfbfbf;*/
  padding: 10px;
  /*border-right: 1px solid #bfbfbf;*/ }

.pos-box a {
  display: inline-block; }

.pos-box a::after {
  content: none; }

.pos-drop-on.drop-pos-activate::after {
  transform: rotate(135deg);
  top: 11px; }

/* Infographics */
#infographics {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  overflow: hidden; }

#infographics .video-bg {
  z-index: -1; }

#infographics .video-bg .video-text {
  display: none; }

#infographics .inner {
  width: 90%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2; }

.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1; }

#infographics .inner,
.overlay {
  opacity: 0;
  -webkit-animation: fadeInDown 2s forwards;
  -moz-animation: fadeInDown 2s forwards;
  -ms-animation: fadeInDown 2s forwards;
  animation: fadeInDown 2s forwards;
  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
#infographics .top-box {
  border: 1px solid #abcb46;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 20px; }

#infographics .top-box h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 20px;
  letter-spacing: 1px; }

#infographics .top-box p {
  display: inline-block;
  vertical-align: middle; }

#infographics .lb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  /*width: 20%;*/
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0; }

#infographics .lb .block {
  width: 17%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #00C19F;
  padding: 10px 20px;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-animation: fadeInDown 2s forwards;
  -moz-animation: fadeInDown 2s forwards;
  -ms-animation: fadeInDown 2s forwards;
  animation: fadeInDown 2s forwards; }

#infographics .lb .block:last-child {
  border: none;
  padding-right: 0;
  width: 32%; }

#infographics .lb .block-1 {
  -webkit-animation-delay: 1.0s;
  -ms-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  animation-delay: 1.0s; }

#infographics .lb .block-2 {
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s; }

#infographics .lb .block-3 {
  -webkit-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s; }

#infographics .lb .block-4 {
  -webkit-animation-delay: 1.9s;
  -ms-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s; }

#infographics .lb .block-5 {
  -webkit-animation-delay: 2.2s;
  -ms-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s; }

#infographics .lb .block span {
  display: block;
  font-family: 'Adobe Caslon Pro Semibold';
  font-size: 30px;
  line-height: 33px; }

#infographics .lb .block p {
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  font-weight: bold; }

.vc_row .wpb_column:first-child .single-infographics:after,
.vc_row .vc_row > .wpb_column:first-child .single-infographics:after {
  width: 0; }

.single-infographics {
  text-align: center; }

.single-infographics:after,
.vc_row .vc_row .wpb_column .single-infographics:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #84ad49;
  left: 0;
  margin-top: 15px;
  margin-bottom: 15px; }

.single-infographics h3 {
  font-size: 37px;
  line-height: 34px;
  margin-top: 15px;
  font-family: 'Adobe Caslon Pro SemiBold';
  color: #696966; }

.single-infographics img {
  max-width: 100px;
  display: inline-block;
  margin: 10px 0; }

.single-infographics p {
  font-size: 17px;
  line-height: 18px;
  color: #000000;
  margin: 0;
  font-family: 'DIN Light'; }

/* 3200 */
.questions-nav {
  border-bottom: 1px solid #404040;
  padding: 10px 0; }

.questions-nav .container {
  padding: 0 !important;
  margin: 0 !important; }

.questions-nav .tabs {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.questions-nav .tabs li {
  position: relative;
  /*     width: 50%; */
  margin-left: -3px;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  /*     border-right: 1px solid #404040; */
  font-family: "DIN Bold";
  text-align: center; }

/*.questions-nav .tabs li:first-child {
    border-right: none;
    text-align: left;
    font-size: 11px;
}*/
#dirform.questions-nav .tabs li a {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 12px; }

#dirform.questions-nav .tabs li a:hover,
#mail-campain li a:hover {
  color: #00C19F; }

#dirform.questions-nav .tabs li a.current,
#dirform.questions-nav.tabs li a[aria-selected="true"] {
  background-color: transparent;
  color: #00C19F; }

.questions-nav .archive-title {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "DIN Bold";
  letter-spacing: 2px;
  line-height: 12px; }

#mail-campain {
  padding-top: 40px;
  overflow: hidden; }

#mail-campain li {
  margin-bottom: 12px; }

#mail-campain li a {
  margin: 0;
  font-family: 'Adobe Caslon Pro Semi Bold';
  font-size: 18px;
  line-height: 20px;
  /*font-style: italic;*/ }

#mail-campain.search-by > div {
  display: none;
  padding: 8px 10px 10px 10px; }

#mail-campain.search-by .current {
  display: block;
  padding: 0; }

#mail-campain .archive-block {
  overflow: hidden; }

#mail-campain .columns {
  float: left;
  position: relative;
  margin-right: 20px;
  width: 45%; }

.page-template-story-page .content {
  padding-bottom: 0px; }

/* Dancing Bear */
.dancing-page .container {
  width: 100%;
  max-width: none;
  padding: 0 0px 0 12%;
  margin: 0 0 50px; }

@media screen and (min-width: 769px) {
  .dancing-page .content {
    padding-left: 240px; } }
.dancing-page .side-menu {
  text-align: left;
  float: left;
  width: 240px;
  margin-top: 20px; }

.dancing_featured_banner {
  max-height: 450px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 80px;
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.dancing_featured_banner:before {
  content: "";
  display: block;
  padding-top: 60%; }

.shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.dancing_featured_banner h1 {
  font-size: 58px;
  line-height: 60px;
  color: #fff;
  padding: 40px 42px 30px;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'DIN Condensed';
  max-width: 235px;
  position: absolute;
  top: 0;
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.dancing-date {
  color: #fff;
  margin-top: 20px;
  font-family: 'DIN Condensed Bold';
  font-size: 24px; }

.dabs {
  position: absolute;
  bottom: -80px;
  background-color: #ffbd11;
  width: 100%;
  padding: 17px 5px; }

.dabs ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.dabs li {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'DIN Condensed Bold';
  max-width: 100px;
  width: 25%;
  text-align: center; }

.dabs li a {
  display: block;
  color: #140e01;
  padding: 2px 15px;
  border: 6px solid #140e01; }

.dabs li a:hover {
  color: #fff;
  background-color: #140e01; }

.intro {
  padding: 50px 15px 100px;
  text-align: center;
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.dancing-container {
  width: 100%;
  max-width: 470px;
  margin: 0 auto; }

.dancing-btn-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'DIN Condensed Bold';
  width: 110px;
  text-align: center;
  display: block;
  color: #ffbd11;
  padding: 2px 15px;
  border: 6px solid #ffbd11;
  margin: 0 auto 30px; }

.dancing-intro-text {
  font-family: 'DIN Bold'; }

.marquee,
.marquee-two {
  width: 100%;
  overflow: hidden;
  border: 5px solid #140e01;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #140e01;
  height: 55px;
  position: relative;
  z-index: 150; }

.marquee-two {
  margin-top: -4px; }

.lineup_content_wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 99px; }

.lineup .lineup_content_wrapper > div.lineup-activate {
  float: left;
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: center; }

.lineup .lineup_content_wrapper > div.lineup-activate:before {
  content: "";
  display: block;
  padding-top: 100%; }

/*.lineup .lineup_content_wrapper>div.lineup_content:before {
    content: "";
    padding-top: 0;
}*/
.lineup .lineup_content_wrapper > div.lineup-activate a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.lineup .lineup_content_wrapper > div.lineup-activate a h3 {
  font-size: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "DIN Condensed Bold";
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.lineup .lineup_content_wrapper > div.lineup-activate a span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }

.lineup .lineup_content_wrapper > div a:hover span {
  display: block; }

.lineup .lineup-box {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10%;
  text-align: center;
  z-index: 200; }

.lineup .lineup-box .lineup-box-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 0;
  right: 0;
  padding: 0px 40px;
  max-width: 500px;
  margin: 0 auto; }

.lineup .lineup-box.active-content {
  display: block; }

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 150; }

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff; }

.close:hover::before,
.close:hover::after {
  background-color: #ffbd11; }

.close:before {
  transform: rotate(45deg); }

.close:after {
  transform: rotate(-45deg); }

.lineup-box h4 {
  font-size: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "DIN Condensed Bold";
  margin: 0; }

.ticketing {
  padding: 50px 0;
  text-align: center; }

.ticketing .dancing-container {
  margin-bottom: 20px;
  font-weight: bold; }

.action-btn {
  text-align: center;
  display: inline-block;
  margin: 20px 0; }

.action-btn a {
  color: #fff;
  padding: 13px 0px 0;
  display: block;
  width: 50px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "DIN Condensed Bold";
  font-size: 21px;
  vertical-align: bottom;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #140e01; }

.action-btn a:hover {
  background-color: #ffbd11; }

.ticketing svg,
.lineup svg {
  width: 30px;
  height: 30px; }

.lineup svg {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px; }

.lineup .lineup-box.active-content svg {
  margin-bottom: -10px; }

#info {
  text-align: center; }

#info p {
  line-height: 22px; }

#info ul li {
  line-height: 22px;
  margin-bottom: 12px;
  font-family: "DIN";
  font-weight: bold; }

#info ul li:before {
  content: '>';
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  line-height: 7px;
  margin-right: 5px;
  font-family: "DIN"; }

.dancing-gallery {
  margin-top: 70px;
  text-align: center; }

.dancing-gallery h2 {
  margin: 30px auto; }

.dancing-gallery ul li {
  float: left;
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: center; }

.dancing-gallery ul li:before {
  content: "";
  display: block;
  padding-top: 100%; }

.dancing-gallery ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.dancing-gallery ul li a:hover {
  background-color: rgba(255, 189, 17, 0.7); }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1f1f1f;
  padding: 150px 0 85px;
  color: #fff;
  position: relative; }

.site-footer .container {
  width: 100%;
  max-width: 1300px;
  overflow: hidden; }

.site-footer .qu-address {
  color: #fff; }

.site-footer .site-info {
  /*height: 300px;*/
  width: 400px;
  float: left;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 25px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  text-align: left;
  overflow: hidden; }

.site-footer .site-info img {
  max-width: 320px; }

.site-footer .site-info p,
.site-footer h4 {
  font-family: 'Adobe Caslon Pro Bold';
  /*font-style: italic;*/ }

.site-footer h4 {
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 18px; }

.footer-nav .half {
  text-align: center; }

.site-footer li {
  margin-bottom: 7px;
  line-height: 18px; }

.site-footer a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase; }

.site-footer a:hover,
.site-footer a:visited,
.site-footer a:focus,
.site-footer a:visited:hover {
  /*text-decoration: underline;*/
  color: #a9ca45; }

.site-footer a:visited {
  color: #fff; }

.social_list {
  max-width: 160px;
  /*-webkit-appearance: textfield;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  padding: 0;
  margin: auto; }

.social_list > li {
  display: inline-block; }

.social_list > li > a {
  display: block;
  font-size: 23px;
  text-align: center; }

.social_list > li > a:hover,
.social_list > li > a:focus {
  text-decoration: none;
  color: #aacb45; }

.footer-nav .contact-btn a {
  margin-top: 20px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 12px;
  text-align: center;
  line-height: 14px; }

.footer-nav .contact-btn a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #404040; }

.footer-nav .mail-link a {
  text-transform: lowercase; }

/* 404 */
.error404 .page-title {
  font-size: 35px !important;
  line-height: 34px !important;
  font-family: 'Adobe Caslon Pro Semi Bold' !important; }

.error404 .page-content p {
  font-size: 19px; }

.error404 .page-content p i {
  position: relative;
  margin-left: 10px;
  top: 4px;
  right: auto; }

.search-toggle:hover {
  color: #aacb45; }

/* MEDIA */
@media screen and (max-width: 1200px) {
  .fly-apply {
    height: 85px;
    margin-bottom: 35px; }

  .fly-apply a {
    padding: 9px 27px; }

  .site-branding {
    width: 290px; }

  /*.top-menu,*/
  .main-menus {
    margin-left: 290px; }

  .page-template-communityhub-page .main-navigation li:last-child,
  .page-template-news-page .main-navigation li:last-child,
  .page-template-event-calendar .main-navigation li:last-child,
  .page-template-questions-page .main-navigation li:last-child,
  .page-template-videos-page .main-navigation li:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    /*width: 20%;*/
    /*            -webkit-flex: 1 0 250px;
        -ms-flex: 1 0 250px; 
    flex: 0 0 250px;*/ }

  /*     .social-block {
      width: 250px;
  } */
  .main-navigation a {
    font-size: 16px; }

  #community-hub .content {
    padding-left: 285px; }

  /* Infographics */
  #infographics {
    height: 500px; }

  .home .first,
  .first {
    height: 500px;
    /*background-image: url(../questu/images/home-preview.jpg);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .home .first,
  .first {
    height: 470px;
    /*background-image: url(../questu/images/home-preview.jpg);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #infographics .inner {
    width: 95%; }

  #infographics .lb > div,
  #infographics .lb > div:last-child {
    padding: 0 20px; }

  #infographics span {
    font-size: 31px;
    line-height: 31px; }

  /* Footer */
  .site-footer {
    padding: 75px 0; }

  .site-footer .container {
    margin: 0px auto; }

  .site-footer .site-info {
    /*height: 200px;*/
    width: 370px; } }
@media screen and (max-width: 1100px) {
  .top-menu ul li a {
    font-size: 12px; }

  .top-menu li a:before {
    width: 20px;
    height: 22px; }

  .top-menu .visit-menu-item a:before {
    background-size: 16px auto; }

  .top-menu .library-menu-item a:before,
  .top-menu .directory-menu-item a:before,
  .top-menu .alumni-menu-item a:before {
    height: 20px; }

  .first {
    height: auto; }

  .video-text p br {
    display: none; }

  .page-template-communityhub-page .main-navigation li:last-child,
  .page-template-questions-page .main-navigation li:last-child,
  .page-template-videos-page .main-navigation li:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    /*width: 20%;*/
    -webkit-flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    flex: 0 0 200px;
    max-width: 250px; }

  .directory-profiles .profile-photo-holder,
  .staff-category-block .profile-photo-holder,
  .directory-profiles .profile-photo-holder img {
    height: 200px; }

  .staff-category-block .profile-item .sl-vid-btn,
  .staff-category-block .profile-item .sl-story-btn,
  .directory-profiles .profile-item .sl-vid-btn,
  .directory-profiles .profile-item .sl-story-btn {
    position: absolute;
    top: 155px; }

  /* Dancing bear */
  .dancing_featured_banner h1 {
    font-size: 55px;
    line-height: 55px;
    padding: 10px 42px; } }
@media screen and (max-width: 1024px) {
  section {
    margin-bottom: 20px; }

  .community-feed .container {
    margin-bottom: 0; }

  #sb_instagram {
    min-height: auto; }

  .site-branding {
    width: 275px;
    padding: 0 20px; }

  /* .top-menu,*/
  .top-menu li a:before {
    display: none; }

  .main-menus {
    margin-left: 275px; }

  .entry-info {
    margin-right: 35px;
    margin-left: 5%; }

  .container {
    padding: 0 15px; }

  /* Middle and bottom boxes */
  .cbox {
    height: 325px; }

  .cbox span {
    font-size: 11px; }

  .cbox h3 {
    font-size: 27px;
    line-height: 32px; }

  .cbox h4 {
    font-size: 20px;
    line-height: 21px; }

  #community-hub .container {
    padding-left: 5%;
    padding-right: 35px; }

  #community-hub .entry-info h1 {
    margin: 15px 0 10px;
    line-height: 40px;
    font-size: 35px; }

  .vid-inline .media {
    position: relative;
    /*height: 0;*/
    height: 325px;
    overflow: hidden;
    /*padding-bottom: 82%;*/ }

  /* Directory Grids */
  .directory-profiles .profile-item,
  .staff-category-block .profile-item {
    width: 50%; }

  .directory-profiles .profile-photo-holder,
  .staff-category-block .profile-photo-holder,
  .directory-profiles .profile-photo-holder img {
    height: 250px; }

  .staff-category-block .profile-item .sl-vid-btn,
  .staff-category-block .profile-item .sl-story-btn,
  .directory-profiles .profile-item .sl-vid-btn,
  .directory-profiles .profile-item .sl-story-btn {
    top: 205px; }

  /* Community hub */
  .hub-timeline {
    margin: 0 20px; }

  .event_month_list ul {
    flex-wrap: wrap; }

  .event_month_list ul li {
    width: 16.6%;
    flex: none;
    border: 1px solid #646464; }

  .events_list {
    margin-top: 37px; }

  .page-template-event-calendar #community-hub article .cf-single-title {
    min-height: auto; }

  /* min-height: 180px; */
  /*#community-hub .intro-text {
      padding: 30px 20px 0px;
  }*/
  .video-bg video {
    /*display: none;*/
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block; }

  /* Infographics */
  #infographics .lb .block {
    width: 25%; }

  #infographics .lb .block:nth-child(4) {
    border: 0px; }

  #infographics .lb .block:last-child {
    width: 100%;
    border-top: 1px solid #00C19F;
    padding: 50px 0px;
    margin-top: 50px; }

  /* Welcome */
  .wbtn a {
    align-items: center;
    padding: 0 9%; }

  .wbtn {
    align-items: center;
    display: flex;
    justify-content: center; } }
@media screen and (max-width: 960px) {
  #regular-tabs .vc_tta.vc_general .vc_tta-tab > a {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold; }

  table td {
    font-size: 13px; }

  .video-text p {
    font-size: 37px;
    line-height: 40px; }

  .site-branding a,
  .site-header {
    height: 100px; }

  .site-branding a {
    line-height: 100px; }

  /* Infographics */
  #infographics {
    /*height: 380px;*/ }

  #infographics .lb > div,
  #infographics .lb > div:last-child {
    padding: 0 10px; }

  #infographics .inner {
    width: 95%; }

  #infographics .qty-b img {
    width: 85px; }

  #infographics .qty-b span,
  #infographics .middle-b span {
    font-size: 68px;
    line-height: 50px; }

  #infographics p {
    font-size: 37px;
    line-height: 40px; }

  #infographics span {
    font-size: 25px;
    line-height: 31px; }

  #infographics .middle-b img {
    width: 120px; }

  #infographics span,
  #infographics h2 {
    font-size: 20px; }

  #community-hub article .n-e_img {
    height: 350px; }

  .single-event #community-hub article .n-e_img,
  .single-post #community-hub article .n-e_img {
    height: auto; }

  .acf-map {
    width: 100%; }

  /* top menu */
  .top-menu {
    padding: 10px;
    /* height: 50px; */
    height: 50px;
    top: -50px; }

  .search-toggle {
    font-size: 22px;
    /* top: 12%; */
    top: -35px;
    right: 17px; }

  .top-menu > div {
    padding-right: 40px; }

  /* #search-toggle .main-search select,*/
  .main-search form {
    padding: 10px;
    width: 90%;
    width: 60%;
    max-width: 450px;
    overflow: hidden; }

  form.search-form label {
    display: inline-block;
    width: 82%;
    vertical-align: middle; }

  form.search-form input.search-submit {
    float: right; }

  .main-navigation {
    height: 50px;
    margin-top: 50px; }

  .main-navigation a {
    line-height: 30px; }

  /* Search box */
  .close-search {
    /*top: 9px;*/
    right: 22px; }

  .site-content {
    margin-top: 0; }

  .main-navigation a {
    font-size: 14px; }

  .top-menu ul li a {
    font-size: 12px; }

  #community-hub .entry-info h1 {
    margin: 10px 0 10px;
    line-height: 35px;
    font-size: 30px; }

  .entry-info {
    padding-bottom: 10px;
    padding-top: 12px; }

  #community-hub .container {
    margin: 25px auto; }

  /* News grid */
  .newsgrid h3,
  .eventsgrid h3 {
    font-size: 23px;
    margin-bottom: 2px;
    line-height: 28px;
    margin-top: 10px; }

  .newsgrid p,
  .eventsgrid p {
    font-size: 16px;
    font-family: 'DIN';
    line-height: 22px;
    margin-bottom: 10px; }

  .newsgrid article,
  .eventsgrid article {
    min-height: 310px; }

  .hub-subscribe a {
    font-size: 40px; }

  .hub-subscribe a,
  .hub-subscribe span {
    max-width: 98%; }

  .hub-subscribe {
    padding: 55px 20px; }

  #community-hub article .cf-single-title {
    min-height: auto; }

  /* Footer */
  .site-footer .container {
    padding: 0 25px; }

  .site-footer .site-info {
    width: 300px;
    padding-right: 20px; }

  .site-footer .site-info img {
    max-width: 275px; }

  .site-footer a {
    font-size: 13px; } }
@media screen and (max-width: 875px) {
  .site-branding {
    width: 210px;
    padding: 0 10px; }

  .newsgrid .cf-content .news-color,
  .eventsgrid .event-color {
    margin-bottom: 5px; }

  .eventsgrid .cf-content > div {
    padding-right: 25px; }

  .newsgrid h3,
  .eventsgrid h3 {
    font-size: 22px;
    line-height: 22px;
    text-align: left; }

  .site-footer .site-info {
    width: 100%;
    padding-right: 0;
    margin: 0;
    padding-bottom: 10px;
    /*height: 85px;*/
    border-right: none;
    border-bottom: 1px solid #fff;
    float: none; }

  .footer-nav {
    width: 100%;
    padding-top: 25px; }

  .footer-nav .row .forth:last-child {
    text-align: right; }

  .site-footer {
    padding: 50px 0; }

  /*    .top-menu,*/
  .main-menus {
    margin-left: 210px; }

  .site-footer .site-info img {
    max-width: 370px;
    float: left;
    margin-top: 10px; }

  .site-footer .qu-address {
    float: right;
    width: 195px;
    text-align: right;
    margin: 0; }

  .top-menu > div {
    padding-right: 35px; }

  .top-menu ul li a {
    margin-right: 12px; }

  .main-navigation a {
    font-size: 13px; }

  .page-template-communityhub-page .main-navigation li:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    /*width: 20%;*/
    -webkit-flex: 1 0 170px;
    -ms-flex: 1 0 170px;
    flex: 0 0 170px;
    max-width: 200px; }

  /* Directory profiles grid + SL Stories grid */
  .directory-profiles .profile-item,
  .staff-category-block .profile-item {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 20px;
    border-top: 1px solid #c9c9c9; }

  .directory-profiles .profile-item > a,
  .staff-category-block .profile-item > a {
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9; }

  .directory-profiles .profile-item > a:before,
  .directory-profiles .profile-item > a:after {
    content: '';
    width: 0px; }

  .directory-profiles .profile-photo-holder,
  .staff-category-block .profile-photo-holder,
  .directory-profiles .profile-photo-holder img {
    height: 300px; }

  .dyn-img-block.full-height h3 {
    line-height: 300px; }

  .dyn-img-block.half-height {
    line-height: 200px; }

  .staff-category-block .profile-item .sl-vid-btn,
  .staff-category-block .profile-item .sl-story-btn,
  .directory-profiles .profile-item .sl-vid-btn,
  .directory-profiles .profile-item .sl-story-btn {
    top: 255px; }

  /* Welcome */
  .dynamic_img_block .container {
    max-width: 585px; }

  .dyn-img-block {
    width: 270px;
    margin-bottom: 15px;
    margin-right: 15px; }

  .dyn-img-block.full-height {
    height: 415px; }

  .dyn-img-block.half-height {
    height: 200px; } }
@media screen and (max-width: 768px) {
  .search-results article .entry-header p,
  .search-no-results article .entry-header p {
    word-break: break-all; }

  .main-menus {
    margin-left: 0; }

  /* Welcome */
  .wbtn a {
    padding: 0 2% 15px;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left; }

  .wbtn a .wimg-wrap {
    text-align: center; }

  .wtitle {
    font-size: 35px;
    line-height: 40px; }

  /*  .winfogr-desktop {
      display: none;
  } */
  /*  .winfogr-mob {
      display: block;
  } */
  .winfogr .fit-picture img {
    margin-left: 0;
    margin-top: -9%;
    padding-left: 30px; }

  /* Countdown */
  .countdown .flip-clock-wrapper {
    margin: 25px 10px; }

  .countdown .flip-clock-wrapper ul li a div div.inn {
    font-size: 30px; }

  .countdown .flip-clock-wrapper ul {
    margin: 3px;
    width: 35px;
    height: 50px; }

  .countdown .flip-clock-wrapper ul li {
    line-height: 55px; }

  .countdown .flip-clock-divider {
    height: 60px; }

  .countdown .flip-clock-dot.top {
    top: 20px; }

  .countdown .flip-clock-dot.bottom {
    bottom: 15px; }

  .countdown .flip-clock-divider.seconds .flip-clock-label,
  .countdown .flip-clock-divider.minutes .flip-clock-label {
    right: -65px; }

  .countdown .flip-clock-divider .flip-clock-label {
    right: -60px; }

  .countdown .flip-clock-divider.days .flip-clock-label {
    right: -75px; }

  /* Questu Main Featured Event/News */
  #featured-e-n .row > div {
    width: 75%; }

  #featured-e-n .row > div.half {
    text-align: left;
    padding-left: 7%; }

  #featured-e-n .row > div:last-child {
    /*      position: absolute;
    bottom: 14px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto; */
    width: 100%; }

  #featured-e-n > a {
    padding: 55px 35px 15px; }

  #featured-e-n .row > div:last-child::after {
    width: 0; }

  #featured-e-n > a.f-n {
    padding: 40px 35px 60px; }

  #featured-e-n .fnews-bg {
    width: 30% !important; }

  /* Quick search links */
  .quick-search-links h3 {
    font-size: 22px;
    margin-bottom: 17px; }

  .quick-search-links li {
    margin-bottom: 7px; }

  .quick-search-links li a {
    font-size: 14px; }

  table td {
    font-size: 14px; }

  .container {
    margin: 25px auto; }

  .fixed-menu,
  .side-menu {
    display: none; }

  .content,
  #community-hub .content {
    padding-left: 0;
    margin-left: 0; }

  .profile-meta {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px; }

  .wpb_content_element {
    margin-bottom: 0px !important; }

  .page-template-news-page .hub-intro {
    margin-bottom: 15px; }

  .home .first,
  .first {
    height: 470px;
    /*background-image: url(../questu/images/home-preview.jpg);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #infographics {
    height: 500px; }

  .video-bg video {
    width: auto;
    height: auto; }

  .video-text p {
    /* font-size: 32px;
    line-height: 30px;*/
    height: 60%;
    width: 95%; }

  #infographics .video-bg .video-text {
    display: block; }

  .video-text {
    /*height: 330px !important;*/ }

  .button_link_main {
    bottom: 35px; }

  .video-text .author {
    font-size: 18px; }

  /* Infographics */
  #infographics .overlay {
    z-index: 0;
    display: none; }

  #infographics .inner {
    display: none; }

  .single-infographics {
    width: 310px;
    margin: 0px auto 24px; }

  .single-infographics h3 {
    font-size: 60px;
    line-height: 60px; }

  .single-infographics img {
    max-width: 120px; }

  .single-infographics p {
    font-size: 22px;
    line-height: 22px; }

  .single-infographics:after,
  .vc_row .vc_row .wpb_column .single-infographics:after {
    background-color: transparent; }

  .top-menu {
    display: none; }

  .search-toggle {
    font-size: 32px;
    top: 34px; }

  .site-branding {
    width: 320px;
    border: none; }

  /*====================================== ADD this ============================= */
  /* SEarch box */
  .search-box .close-search {
    font-size: 30px;
    /*         top: 38px; */
    right: 29px; }

  form.search-form label,
  .main-search form {
    width: 80%; }

  .quick-links-block {
    padding: 10px 0;
    margin: 10px auto;
    width: 75%; }

  #search-toggle {
    border-top: 4px solid #abcb46; }

  /* Quick search links */
  .quick-search-links h3 {
    font-size: 22px;
    margin-bottom: 17px; }

  .quick-search-links li {
    margin-bottom: 7px; }

  .quick-search-links li a {
    font-size: 14px; }

  .quick-links {
    width: 50%;
    float: right;
    text-align: right; }

  .quick-links:first-child,
  .quick-links:last-child {
    float: left;
    text-align: left; }

  /* ================================================================================= */
  /* Navigations */
  #menu-mobile-secondary-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .menu-expanded {
    /*position: fixed;*/
    overflow: hidden; }

  .site-header {
    border-top: 4px solid #abcb46; }

  .site-header.on {
    /*height: 100vh;*/
    height: auto;
    min-height: 100vh;
    overflow: scroll;
    position: fixed;
    z-index: 1000;
    max-width: 100% !important; }

  .navigations.on {
    display: block;
    top: 100px; }

  .navigations {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff; }

  .main-navigation {
    height: auto;
    margin-top: 0; }

  .top-menu {
    height: auto;
    position: relative;
    margin: 0; }

  .main-navigation .nav-menu > li:hover a,
  .main-navigation .nav-menu li.current-menu-item a,
  .main-navigation .nav-menu li.current-page-ancestor a,
  .main-navigation .menu > li:hover a,
  .main-navigation .menu li.current-menu-item a,
  .main-navigation .menu li.current-page-ancestor a,
  #communityhub-menu li.social-menu-item a {
    background-color: transparent;
    color: #404040; }

  .main-navigation li {
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.21); }

  .main-navigation li a {
    padding: 15px 45px 15px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'DIN'; }

  #communityhub-navigation {
    display: none; }

  /* Mobile menu */
  .main-navigation ul li.menu-item-has-children.sub-on > span:after {
    content: '';
    height: 3px;
    width: 15px;
    background-color: #404040; }

  .main-navigation ul li.menu-item-has-children.sub-on > ul,
  .main-navigation ul li.current-menu-ancestor.sub-on > ul {
    height: auto;
    margin-left: 10%;
    font-size: 1rem;
    overflow: visible;
    opacity: 1;
    display: block; }

  .main-navigation ul li.menu-item-has-children.sub-on ul .sub-menu,
  .main-navigation ul li.current-menu-ancestor.sub-on ul .sub-menu {
    margin-left: 0; }

  .main-navigation ul li.menu-item-has-children.sub-on ul .sub-menu li a,
  .main-navigation ul li.current-menu-ancestor.sub-on ul .sub-menu li a {
    padding-left: 32px; }

  .main-navigation li span {
    display: block; }

  .main-navigation li .sub-menu a {
    text-transform: none;
    padding-left: 10px; }

  .main-navigation .menu li.current-menu-item > a,
  .main-navigation .menu li.current-menu-ancestor > a {
    border-left: 5px solid #abcb46; }

  .main-navigation .sub-menu .sub-menu li.current-menu-item > a {
    color: #abcb46;
    border-left: none; }

  .main-navigation .nav-menu > li a:after,
  .main-navigation .menu > li a:after,
  #communityhub-menu > li a:after {
    background-color: transparent; }

  .main-navigation ul#primary-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.21); }

  .page-template-communityhub-page .main-navigation li:last-child,
  .communityhub-navigation li:last-child {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    max-width: none; }

  /* Search box */
  .search-box .close-search {
    font-size: 30px;
    right: 25px; }

  /* Middle and bottom boxes */
  .bottom-block .container {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center; }

  .cbox {
    width: 85%;
    margin-bottom: 25px; }

  .cbox h3 {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 15px; }

  .cbox .decorative-underline,
  .decorative-underline {
    margin-top: 10px;
    margin-bottom: 10px; }

  .cbox h4 {
    font-size: 16px;
    line-height: 18px;
    padding: 0 2px; }

  .cbox-text-left,
  .cbox-text-right,
  .cbox-text-full {
    padding: 5px 5px 20px; }

  .full-video.cbox-text-full {
    height: 100%; }

  .video-text-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: auto;
    height: 150px; }

  .cbox span:last-child {
    bottom: 12px; }

  .half.newsgrid,
  .half.eventsgrid {
    width: 85%;
    margin: 0 auto 25px; }

  .newsgrid article,
  .eventsgrid article {
    min-height: auto;
    margin-bottom: 10px; }

  .eventsgrid p.event-date {
    font-size: 30px;
    line-height: 45px;
    padding: 0 0 0 5px; }

  .eventsgrid p.event-date span {
    font-size: 45px; }

  .community-feed {
    margin-bottom: 10px; }

  .directory-profiles .profile-photo-holder,
  .staff-category-block .profile-photo-holder,
  .directory-profiles .profile-photo-holder img {
    height: 330px; }

  .staff-category-block .profile-item .sl-vid-btn,
  .staff-category-block .profile-item .sl-story-btn,
  .directory-profiles .profile-item .sl-vid-btn,
  .directory-profiles .profile-item .sl-story-btn {
    top: 285px; }

  .bio-btn {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100px;
    border-radius: 0;
    height: 40px; }

  .bio-btn span {
    /*font-size: 9px;*/
    font-family: "DIN Bold" !important;
    padding: 12px 11px; }

  /*.profile-top h3 {
      text-align: left;
  }*/
  #dirform .tabs li a,
  #mail-campain .tabs li a {
    padding: 5px 9px;
    font-size: 12px;
    font-family: "DIN Bold"; }

  /*#dirform .tabs li,
  #mail-campain .tabs li {
      margin-left: -3px;
  }*/
  /* Com hub */
  /*     .social-block,
  #community-hub .content {
      padding-top: 0;
  } */
  .hub-subscribe a {
    font-size: 30px;
    line-height: 35px; }

  #community-hub .content {
    padding-bottom: 0px; }

  #community-hub article .event-category {
    margin-bottom: 10px; }

  .hub-timeline {
    margin: 0; }

  .hub-timeline {
    padding: 0;
    margin: 0; }

  #regular-tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important; }

  #regular-tabs .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none; }

  #featured-e-n .calltext {
    padding: 10px 5px 0; }

  /* Footer */
  .site-footer .site-info img {
    max-width: 100%;
    width: 62%; }

  .forth {
    width: 30%; }

  .half {
    width: 40%; }

  /* Dancing bear */
  .dancing-page .container {
    padding: 0; } }
@media screen and (max-width: 600px) {
  /* Questu Main Featured Event/News */
  #featured-e-n > a {
    padding: 55px 15px 15px; }

  #featured-e-n .featured-subt br {
    display: none; }

  /* Search box */
  .main-search form {
    width: 100%;
    padding: 10px 55px 10px 10px; }

  form.search-form label {
    width: 270px;
    margin-right: 10px; }

  form.search-form input.search-submit {
    float: none; }

  /* Quick search Links */
  /*  .quick-links {
      width: 100%;
  }*/
  .quick-search-links h3 {
    font-size: 20px;
    margin-bottom: 10px; }

  .quick-search-links li {
    margin-bottom: 7px;
    line-height: 14px; }

  .quick-search-links li a {
    font-size: 12px;
    font-weight: bold; }

  #dirform .tabs li a {
    padding: 5px 9px;
    font-size: 12px;
    font-family: "DIN Bold";
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-radius: 0; }

  #dirform .tabs li:last-child a,
  #dirform .tabs li:nth-child(3) a {
    border-right: 1px solid #c9c9c9; }

  #dirform .tabs {
    overflow: hidden; }

  #dirform .tabs li {
    width: 33.33%;
    text-align: center;
    float: left; }

  #dirform .current form {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9; }

  /* Single profiles */
  .profile-col {
    width: 100%; }

  .profile-photo-holder {
    background-image: none !important;
    height: auto; }

  .profile-photo-holder img {
    display: block;
    width: 100%; }

  .profile-top {
    margin-bottom: 25px; }

  #community-hub article > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    flex-direction: column; }

  #community-hub .eventsgrid article .cf-content,
  #community-hub .newsgrid article .cf-content {
    margin-top: 230px; }

  #community-hub article .cf-image {
    top: 0;
    position: absolute; }

  #community-hub article .cf-image-intro {
    height: 230px; }

  #community-hub article .cf-content .read-more {
    position: unset;
    bottom: 15px; }

  #community-hub article .cf-single-title {
    min-height: auto; }

  .newsgrid .cf-content .news-color,
  .eventsgrid .event-color,
  #community-hub .newsgrid .news-color,
  #community-hub .videogrid .video-color,
  .videogrid .video-color {
    width: 100%; }

  #community-hub .container {
    padding-left: 5%;
    padding-right: 5%; }

  .acf-map {
    width: 100%; }

  /* Footer */
  .site-footer .site-info img {
    max-width: 100%;
    width: 55%; }

  .site-footer .qu-address {
    font-size: 16px; }

  .site-footer a {
    font-size: 12px; }

  .site-footer li {
    margin-bottom: 10px;
    line-height: 14px; }

  .site-footer h4 {
    font-size: 15px; }

  /* Welcome */
  .dyn-img-block {
    width: 100%;
    max-width: 500px;
    height: 250px !important;
    float: none;
    margin: 0 auto 20px; }

  .dynamic_img_block {
    padding: 10px 0 50px; }

  .dynamic_img_block .container > div {
    margin-right: 0; }

  .dyn-img-block h2 {
    line-height: 250px !important; }

  .wbtns .container {
    display: block; }

  .wbtn {
    width: 280px;
    border-right: 0;
    border-bottom: 1px solid #515151;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

  .featured_top_banner {
    height: 250px; }

  .featured_top_banner h1 {
    font-size: 48px;
    line-height: 50px;
    padding: 0 10px; } }
@media screen and (max-width: 500px) {
  table td {
    font-size: 12px;
    vertical-align: middle; }

  #dirform .tabs li a {
    padding: 5px 7px;
    font-size: 11px; }

  .button_link_main {
    max-width: 220px;
    font-size: 11px;
    padding: 5px; }

  .video-text .author {
    font-size: 17px;
    margin-top: 10px; }

  /* Middle and bottom boxes */
  .cbox {
    width: 100%;
    height: 300px; }

  .half.newsgrid,
  .half.eventsgrid {
    width: 100%;
    margin: 0 auto 25px; }

  .bottom-block .container {
    margin-bottom: 20px;
    padding: 0 5px; }

  .community-feed .container {
    margin: 30px auto; }

  .cbox span {
    font-size: 9px;
    font-family: "DIN Bold"; }

  .bio-btn {
    /*height: 40px;
    bottom: -70px;
    top: auto;
    border-radius: 0;
    width: 110px;
    left: 0;
    right: 0;*/ }

  .bio-btn span {
    /*font-size: 11px;*/
    /*line-height: 20px;*/
    /*   height: 20px;*/ }

  .quest-video {
    height: 330px;
    position: relative; }

  .quest-video h1 {
    height: 110px;
    position: absolute;
    font-size: 43px;
    line-height: 47px;
    font-weight: normal; }

  .quest-video a {
    font-size: 14px;
    line-height: 14px;
    width: 135px;
    margin-top: 17px; }

  .video-text p {
    font-size: 32px;
    line-height: 36px; }

  .hub-subscribe a {
    font-size: 26px;
    line-height: 30px; }

  /* Footer */
  .site-footer {
    padding: 50px 0 70px;
    position: relative; }

  .site-footer h4 {
    margin: 0 0 14px; }

  .site-footer .site-info img {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block; }

  .site-footer .qu-address {
    float: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 17px;
    line-height: 22px; }

  .site-footer .site-info {
    /*height: 130px;*/ }

  .footer-nav {
    padding-bottom: 30px; }

  .footer-nav .half {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
    padding-bottom: 20px; }

  .footer-nav .forth {
    width: 50%;
    float: left; }

  .footer-nav .forth:last-child {
    text-align: right; }

  .privacy-terms {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 20px; }

  .events-add {
    float: left;
    line-height: 25px;
    position: relative;
    bottom: 15px; }

  .event_month_list li a {
    font-size: 12px; }

  /* Search block */
  .main-search form {
    padding: 10px 50px 10px 10px; }

  .quick-links-block {
    padding: 10px;
    width: 100%;
    max-width: 450px; }

  .quick-links {
    width: 100%;
    float: none !important;
    text-align: left !important; }

  .quick-search-links li a {
    font-size: 14px; }

  #menu-search-quick-links > li {
    width: 100%; }

  #menu-search-quick-links > li > ul > li {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 7px;
    margin-bottom: 7px; }

  /* Welcome */
  .wtitle {
    font-size: 25px;
    line-height: 35px; }

  /* Countdown */
  .countdown .flip-clock-wrapper {
    margin: 25px 0; }

  .countdown .flip-clock-wrapper ul li a div div.inn {
    font-size: 18px; }

  .countdown .flip-clock-wrapper ul {
    margin: 2px;
    width: 18px;
    height: 30px; }

  .countdown .flip-clock-wrapper ul li {
    line-height: 34px; }

  .countdown .flip-clock-divider {
    height: 38px; }

  .countdown .flip-clock-dot.top {
    top: 10px; }

  .countdown .flip-clock-dot.bottom {
    bottom: 10px; }

  .countdown .flip-clock-divider.seconds .flip-clock-label,
  .countdown .flip-clock-divider.minutes .flip-clock-label {
    right: -46px; }

  .countdown .flip-clock-dot {
    width: 7px;
    height: 7px; }

  .countdown .flip-clock-divider .flip-clock-label {
    right: -39px; }

  .countdown .flip-clock-divider.days .flip-clock-label {
    right: -49px; }

  /* Dancing bear */
  .dabs li {
    max-width: 90px; }

  .dabs li a {
    padding: 2px 10px;
    border: 4px solid #140e01; } }
@media screen and (max-width: 450px) {
  form.search-form label {
    width: 70%;
    margin-right: 10px; }

  form.search-form input.search-submit {
    padding: 16px 10px; }

  .search-main-menu {
    width: 100%; }

  .search-main-menu li {
    margin-right: 5px;
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
    float: left; }

  .search-main-menu li a {
    padding-bottom: 4px; }

  .search_form_holder form input:first-child {
    width: 72%; }

  .search_form_holder form input[type="submit"] {
    float: right; }

  .video-bg {
    background-repeat: no-repeat;
    background-size: cover; }

  .video-bg video {
    display: none; }

  #dirform .tabs li {
    width: 50%; }

  #dirform .tabs li:nth-child(3) a {
    border-right: none; }

  #dirform .tabs li:nth-child(2) a,
  #dirform .tabs li:nth-child(4) a {
    border-right: 1px solid #c9c9c9; }

  .site-header {
    height: 75px; }

  .site-branding {
    width: 70px;
    padding: 10px; }

  .site-branding .custom-logo-link {
    display: none; }

  .site-branding .mob-logo {
    display: block;
    line-height: 47px;
    height: 50px; }

  .menu-toggle {
    top: 14px; }

  .search-toggle {
    font-size: 29px;
    top: 22px; }

  .navigations.on {
    top: 70px; }

  .site-content {
    margin-top: 0; }

  .directory-profiles .profile-photo-holder img,
  .directory-profiles .profile-photo-holder,
  .staff-category-block .profile-photo-holder {
    height: auto;
    min-height: 200px; }

  .directory-profiles .profile-item,
  .staff-category-block .profile-item {
    min-height: auto; }

  .staff-category-block .profile-item .sl-vid-btn,
  .staff-category-block .profile-item .sl-story-btn,
  .directory-profiles .profile-item .sl-vid-btn,
  .directory-profiles .profile-item .sl-story-btn {
    top: 155px; }

  .site-footer .container {
    padding: 0 15px; }

  .search-box .close-search {
    right: 17px; }

  #featured-e-n time {
    font-size: 24px; }

  #featured-e-n time > span {
    font-size: 40px; }

  .newsgrid article,
  .eventsgrid article {
    height: auto; }

  /* Welcome */
  .dyn-img-block {
    width: 100%;
    float: none;
    margin: 0 auto 20px; }

  .dynamic_img_block .container > div {
    margin-right: 0; }

  .featured_top_banner h1 {
    font-size: 35px; }

  .fly-apply {
    height: 66px;
    width: 79px;
    margin-bottom: 54px; }

  .fly-apply a {
    padding: 0px 15px; }

  /* Dancing Bear */
  .dabs {
    bottom: -50px;
    padding: 17px 5px 10px; }

  .dabs ul {
    flex-wrap: wrap; }

  .dabs li {
    max-width: 180px;
    width: 48%;
    margin-bottom: 10px; }

  .intro {
    padding: 0px 15px 110px; }

  .lineup .lineup_content_wrapper > div.lineup-activate,
  .dancing-gallery ul li {
    width: 100%;
    margin-bottom: 7px; }

  .lineup .lineup-box.active-content {
    position: fixed; }

  .dancing_featured_banner h1 {
    font-size: 50px;
    padding: 50px 25px;
    max-width: 100%; }

  .dancing-container {
    padding: 0 10px; }

  .lineup .lineup-box .lineup-box-inner {
    padding: 0 15px; }

  .lineup .lineup-box p {
    line-height: 23px; } }
#grad-letter-chancellor-intro, #grad-letter-jamie-emma-intro {
  background-color: #a9cb46 !important;
  color: #ffffff !important; }

#grad-letter-mj-intro, #grad-letter-de-intro {
  background-color: #ffffff !important;
  color: inherit !important; }

@media screen and (max-width: 960px) {
  .grad-content-half {
    flex-basis: 100% !important;
    padding-bottom: 100% !important; }

  #grad-letter-mj-intro, #grad-letter-jamie-emma-intro {
    background-color: #a9cb46 !important;
    color: #ffffff !important; }

  #grad-letter-chancellor-intro, #grad-letter-de-intro {
    background-color: #ffffff !important;
    color: inherit !important; } }
@media screen and (max-width: 700px) {
  .grad-showcase-container {
    display: none !important; }

  .grad-mobile {
    display: block;
    padding-bottom: 100% !important; }

  .grad-content {
    padding-bottom: 100% !important; }

  .preview {
    font-size: 16px !important; }
    .preview:after {
      margin-top: 80% !important; }

  .grad-letter {
    width: 100% !important; }

  .grad-desktop {
    display: none; } }
@media screen and (min-width: 701px) {
  .grad-mobile {
    display: none; } }
.grad-clickable {
  cursor: pointer; }
  .grad-clickable:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.25s; }
  .grad-clickable:hover:after {
    opacity: 1; }

#grad-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  cursor: pointer; }

#grad {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  width: 100%; }
  #grad .grad-column-left {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    #grad .grad-column-left .grad-header {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 100%;
      background-color: #aacb45;
      position: relative;
      padding: 40px; }
      #grad .grad-column-left .grad-header h1 {
        color: #ffffff;
        text-align: center;
        font-family: DIN Condensed Black;
        font-size: 45px;
        margin: 0; }
      #grad .grad-column-left .grad-header p {
        text-align: center;
        font-family: DIN;
        font-size: 19px;
        line-height: 22px;
        padding: 20px 60px 20px 60px;
        color: #ffffff; }
      #grad .grad-column-left .grad-header:after {
        display: block;
        width: 0;
        height: 0;
        bottom: -15px;
        left: 50%;
        margin-left: -15px;
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #aacb45;
        content: '';
        z-index: 100; }
    #grad .grad-column-left .grad-video {
      position: relative; }
      #grad .grad-column-left .grad-video iframe {
        display: block;
        width: 100%; }
      #grad .grad-column-left .grad-video div.preview {
        cursor: pointer;
        background-size: cover;
        background-position: center;
        width: 100%;
        text-align: center;
        font-size: 24px; }
        #grad .grad-column-left .grad-video div.preview:before {
          content: '';
          background-image: url("../images/grad-video-play-button.png");
          background-size: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100px;
          height: 100px;
          margin-left: -50px;
          margin-top: -50px; }
        #grad .grad-column-left .grad-video div.preview:after {
          font-family: Adobe Caslon Pro;
          text-align: center;
          color: #ffffff;
          background-color: #000000;
          display: inline-block;
          margin-top: 40%;
          padding-left: 10px;
          padding-right: 10px; }
    #grad .grad-column-left #grad-video-1 div.preview {
      background-image: url("../images/grad-video-1-preview.jpg"); }
      #grad .grad-column-left #grad-video-1 div.preview:after {
        content: 'A greeting from President Iwama'; }
    #grad .grad-column-left #grad-video-2 div.preview {
      background-image: url("../images/grad-video-2-preview.jpg"); }
      #grad .grad-column-left #grad-video-2 div.preview:after {
        content: 'Congratulations from Quest to the Class of 2020'; }
    #grad .grad-column-left .grad-content {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 100%;
      width: 100%;
      padding-bottom: 50%;
      float: left;
      height: 0;
      position: relative; }
      #grad .grad-column-left .grad-content > div, #grad .grad-column-left .grad-content > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0; }
    #grad .grad-column-left .grad-placeholder {
      box-shadow: inset 0px 0px 1px 1px #444444;
      text-align: center;
      padding-top: 25%; }
      #grad .grad-column-left .grad-placeholder:after {
        content: 'PLACEHOLDER'; }
    #grad .grad-column-left .grad-content-half {
      flex-basis: 50%; }
    #grad .grad-column-left .grad-letter-intro {
      padding-left: 15%;
      padding-right: 15%; }
      #grad .grad-column-left .grad-letter-intro.green {
        background-color: #a9cb46;
        color: #ffffff; }
      #grad .grad-column-left .grad-letter-intro div {
        text-align: center; }
      #grad .grad-column-left .grad-letter-intro div.headline {
        font-family: Adobe Caslon Pro Bold;
        font-size: 40px;
        line-height: 42px;
        height: 50%;
        padding-top: 40%;
        padding-bottom: 5%; }
      #grad .grad-column-left .grad-letter-intro a {
        width: 50%;
        padding-top: 35%;
        display: inline-block;
        text-transform: uppercase;
        font-family: DIN Medium;
        font-size: 15px; }
    #grad .grad-column-left .grad-photo {
      height: 500px;
      background-size: cover;
      background-position: bottom center; }
    #grad .grad-column-left .grad-photo-field {
      background-image: url("../images/grad-photo-field.jpg"); }
    #grad .grad-column-left .grad-photo-chief {
      background-image: url("../images/grad-photo-chief.jpg"); }
    #grad .grad-column-left .grad-photo-building {
      background-image: url("../images/grad-photo-building.jpg"); }
    #grad .grad-column-left .grad-photo-peak {
      background-image: url("../images/grad-photo-peak.jpg"); }
  #grad .grad-column-right {
    height: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%; }
  #grad .grad-keystone-header {
    background-color: #000000;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0; }
    #grad .grad-keystone-header div {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 50%; }
      #grad .grad-keystone-header div span {
        display: block;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-family: DIN Condensed Black;
        line-height: 0; }
        #grad .grad-keystone-header div span:nth-child(1) {
          margin-top: -15%;
          font-size: 35px; }
        #grad .grad-keystone-header div span:nth-child(2) {
          margin-top: 44px;
          font-size: 78px; }
        #grad .grad-keystone-header div span:nth-child(3) {
          font-size: 15px;
          font-family: DIN Medium;
          margin-top: 35%; }
  #grad .grad-keystone {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #grad .grad-keystone span {
      display: none;
      text-align: center;
      color: #ffffff;
      line-height: 18px;
      font-size: 15px;
      font-family: DIN Medium;
      text-transform: uppercase;
      z-index: 200;
      margin-top: 100%;
      pointer-events: none; }
    #grad .grad-keystone:hover > span {
      display: block; }
  #grad .grad-letter {
    display: none;
    z-index: 10000;
    background-color: #ffffff;
    position: absolute;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin: 80px auto;
    width: 60%;
    padding: 200px 70px;
    pointer-events: none; }
    #grad .grad-letter:after {
      content: '';
      position: absolute;
      top: 70px;
      right: 70px;
      background-image: url("../images/grad-letter-header.png");
      background-size: 100%;
      width: 300px;
      height: 70px; }
    #grad .grad-letter:before {
      z-index: -10;
      content: '';
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 311px;
      height: 391px;
      background-size: 100%;
      background-image: url("../images/grad-letter-stamp.png"); }
    #grad .grad-letter div:after {
      content: '\00D7';
      font-size: 40px;
      position: absolute;
      top: 10px;
      right: 40px; }

#keystones-header {
  display: block;
  background-color: #000000;
  width: 100%; }
  #keystones-header .keystone-header {
    padding: 10px 0 30px 0; }
    #keystones-header .keystone-header span {
      display: block;
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-family: DIN Condensed Black;
      font-size: 35px;
      line-height: 50px; }
      #keystones-header .keystone-header span:last-child {
        font-size: 78px; }
  #keystones-header .keystone-period-link {
    background-color: #444444;
    padding: 10px 0 10px 0;
    display: inline-block;
    position: relative;
    width: 50%;
    margin-right: -5px; }
    #keystones-header .keystone-period-link span {
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-family: DIN Condensed Bold;
      font-size: 20px; }
    #keystones-header .keystone-period-link:hover {
      background-color: #555555; }
    #keystones-header .keystone-period-link.active {
      background-color: #aacb45; }
      #keystones-header .keystone-period-link.active:after {
        display: block;
        width: 0;
        height: 0;
        bottom: -15px;
        left: 50%;
        margin-left: -15px;
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #aacb45;
        content: '';
        z-index: 100; }
  #keystones-header .grad-header {
    overflow: hidden;
    display: block;
    background-color: #aacb45;
    font-size: 35px;
    line-height: 60px;
    position: relative;
    text-align: center;
    font-family: DIN Condensed Black;
    color: #ffffff;
    cursor: pointer;
    width: 100%; }

#keystones {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto; }
  #keystones .grad-showcase-container {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: inset 0px 0px 1px 1px #444444;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden; }
  #keystones .grad-showcase {
    float: left;
    width: 100%; }
  #keystones .grad-showcase-intro {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #aacb45;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Din Condensed Bold;
    padding-bottom: 10px; }
  #keystones .grad-showcase-intro:before {
    content: '';
    background-color: #aacb45;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px; }
  #keystones .grad-showcase-image {
    padding-top: 40px;
    float: left;
    width: 65%;
    /*height: 400px;
    overflow: hidden;*/ }
  #keystones .grad-showcase-title {
    padding-top: 40px;
    padding-left: 30px;
    float: left;
    width: 35%;
    font-family: Din Condensed Black;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px; }
  #keystones .grad-showcase-prev {
    width: 25px;
    height: 22px;
    position: absolute;
    right: 275px;
    bottom: 30px;
    background-image: url("/wp-content/themes/questu/images/grad-showcase-prev.png");
    background-size: 100%;
    cursor: pointer; }
  #keystones .grad-showcase-next {
    width: 25px;
    height: 22px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-image: url("/wp-content/themes/questu/images/grad-showcase-next.png");
    background-size: 100%;
    cursor: pointer; }
  #keystones .grad-title {
    float: left;
    width: 100%;
    font-family: Din Condensed Black;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center; }
  #keystones .grad-categories {
    float: left;
    width: 100%;
    margin: 0 0 10px 0; }
  #keystones input {
    font-family: Din;
    font-size: 15px;
    height: 24px;
    margin: 0;
    border: 0; }
  #keystones input[type=text] {
    width: 100%;
    height: 32px; }
  #keystones input::placeholder {
    font-style: italic; }
  #keystones a.grad-search-button {
    display: inline-block;
    font-family: Din Bold;
    font-size: 15px;
    height: 24px;
    padding: 0 10px;
    background-color: #aacb45;
    border: 1px solid #aacb45;
    color: #ffffff;
    margin-left: -2px;
    margin-top: -1px; }
  #keystones .grad-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 40px; }
  #keystones .grad-grid > a {
    display: block;
    padding: 15px;
    flex: 0 1 auto;
    width: 201px;
    height: 226px;
    box-shadow: inset 0px 0px 1px 1px #444444;
    margin-right: -1px;
    margin-bottom: -1px;
    font-size: 13px;
    font-family: Din Condensed Bold;
    text-transform: uppercase;
    line-height: 24px;
    transition: 0.3s;
    cursor: pointer; }
  #keystones .grad-grid > a:hover {
    background-color: #000000;
    color: #ffffff; }
  #keystones .grad-grid > a > div:before {
    content: '';
    margin-right: 6px;
    display: inline-block;
    border: 2px solid #333333;
    width: 10px;
    height: 10px; }

#keystone-header .keystone-header {
  position: relative;
  height: 80px;
  background-color: #000000; }
  #keystone-header .keystone-header div.keystone-header-title a {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: 15px;
    font-family: DIN Condensed Black;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-align: center; }
  #keystone-header .keystone-header > a {
    position: absolute;
    top: 28px;
    font-family: DIN Medium;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff; }
    #keystone-header .keystone-header > a:first-child {
      left: 80px; }
      #keystone-header .keystone-header > a:first-child:before {
        position: absolute;
        display: block;
        left: -30px;
        top: -5px;
        content: '\2190';
        font-size: 20px; }
    #keystone-header .keystone-header > a:last-child {
      right: 80px; }
      #keystone-header .keystone-header > a:last-child:after {
        position: absolute;
        display: block;
        right: -30px;
        top: -5px;
        content: '\2192';
        font-size: 20px; }
#keystone-header .grad-header {
  display: block;
  background-color: #aacb45;
  font-size: 35px;
  line-height: 60px;
  position: relative;
  text-align: center;
  font-family: DIN Condensed Black;
  color: #ffffff;
  cursor: pointer;
  width: 100%; }

#keystone {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px; }
  #keystone .grad-portrait {
    width: 17%;
    float: left;
    padding-bottom: 40px; }
  #keystone .grad-contents {
    width: 79%;
    float: right; }
  #keystone .grad-contents div {
    float: left;
    width: 100%; }
  #keystone .grad-feature-image {
    float: left;
    width: 100%;
    margin-bottom: 40px; }
  #keystone .grad-feature-video {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    display: none; }
  #keystone .grad-student-name {
    font-family: DIN Condensed Black;
    text-transform: uppercase;
    font-size: 31px;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #333333; }
  #keystone .grad-title {
    font-family: DIN Condensed Black;
    text-transform: uppercase;
    font-size: 31px;
    width: 100%;
    margin-bottom: 15px; }
  #keystone .grad-categories {
    font-family: DIN Condensed Black;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    margin: 20px 0; }
  #keystone .grad-categories span {
    font-family: DIN;
    color: #666666;
    text-transform: none; }
  #keystone .grad-link {
    width: 100%;
    margin-bottom: 15px; }
  #keystone .grad-link a {
    font-family: DIN Condensed Black;
    text-transform: uppercase;
    font-size: 20px;
    color: #aacb45; }

#keystone-filter {
  margin: 15px 0;
  /*
  .category:after {
    display: block;
    width: 0;
    height: 0;
    right: -7px;
    margin-top: -7px;
    top: 50%;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333333;
    content: '';
  }*/ }
  #keystone-filter .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    width: 100%; }
  #keystone-filter .flex-item {
    box-sizing: border-box;
    border: 1px solid #878e6a;
    margin: 0 -1px -1px 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 23%;
    align-self: auto;
    font-family: DIN Medium;
    font-size: 13px;
    text-align: center; }
  #keystone-filter .header {
    flex-basis: 100%;
    text-transform: normal;
    background-color: #333333;
    border-color: #333333;
    color: #ffffff; }
  #keystone-filter .category {
    padding: 0;
    flex-basis: 15%;
    flex-grow: 0;
    font-family: DIN Bold;
    text-transform: uppercase;
    position: relative; }
  #keystone-filter .category.tall {
    padding: 20px 0 0 0;
    background-color: #cede9b;
    border-bottom: 1px solid #333333; }
  #keystone-filter .level {
    flex-basis: 20%;
    text-transform: uppercase; }
  #keystone-filter .group {
    border: 0;
    margin: 0;
    flex-basis: 80%; }
  #keystone-filter .div {
    flex-basis: 23%; }
  #keystone-filter input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  #keystone-filter input[type="checkbox"] + label {
    display: block;
    width: 100%;
    padding: 10px 0;
    cursor: pointer; }
  #keystone-filter .level input[type="checkbox"] + label {
    background-color: #ffffff;
    color: #333; }
  #keystone-filter .level input[type="checkbox"]:checked + label {
    color: #abcb46; }
  #keystone-filter .div input[type="checkbox"] + label {
    background-color: #cede9b;
    color: #333; }
  #keystone-filter .div input[type="checkbox"]:checked + label {
    color: #ffffff; }
  #keystone-filter a {
    display: block;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    color: #ffffff; }

#courselist-filter {
  margin: 15px 0; }
  #courselist-filter .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    width: 100%; }
  #courselist-filter .flex-item {
    box-sizing: border-box;
    border: 1px solid #878e6a;
    margin: 0 -1px -1px 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 23%;
    align-self: auto;
    font-family: DIN Medium;
    font-size: 13px;
    text-align: center; }
  #courselist-filter .header {
    flex-basis: 100%;
    text-transform: normal;
    background-color: #333333;
    border-color: #333333;
    color: #ffffff; }
  #courselist-filter .category {
    padding: 10px 0;
    flex-basis: 15%;
    flex-grow: 0;
    font-family: DIN Bold;
    text-transform: uppercase;
    position: relative; }
  #courselist-filter .category.tall {
    padding: 30px 0 0 0;
    background-color: #cede9b;
    border-bottom: 1px solid #333333; }
  #courselist-filter .category:after {
    display: block;
    width: 0;
    height: 0;
    right: -7px;
    margin-top: -7px;
    top: 50%;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333333;
    content: ''; }
  #courselist-filter .level {
    flex-basis: 20%;
    text-transform: uppercase; }
  #courselist-filter .group {
    border: 0;
    margin: 0;
    flex-basis: 80%; }
  #courselist-filter .div {
    flex-basis: 23%; }
  #courselist-filter input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  #courselist-filter input[type="checkbox"] + label {
    display: block;
    width: 100%;
    padding: 10px 0;
    cursor: pointer; }
  #courselist-filter .level input[type="checkbox"] + label {
    background-color: #ffffff;
    color: #333; }
  #courselist-filter .level input[type="checkbox"]:checked + label {
    color: #abcb46; }
  #courselist-filter .div input[type="checkbox"] + label {
    background-color: #cede9b;
    color: #333; }
  #courselist-filter .div input[type="checkbox"]:checked + label {
    color: #ffffff; }
  #courselist-filter a {
    display: block;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    color: #ffffff; }

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