@charset "UTF-8";
/* Master Imports
======================================================================================= */
/* 1. Sequence Specific
=================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */
@font-face {
  font-family: "cachet";
  src: url("/res/fonts/cachet/cachet-bold.eot");
  src: url("/res/fonts/cachet/cachet-bold.eot?#iefix") format("embedded-opentype"), url("/res/fonts/cachet/cachet-bold.woff") format("woff"), url("/res/fonts/cachet/cachet-bold.ttf") format("truetype"), url("/res/fonts/cachet/cachet-bold.svg#Cachet-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: "cachet";
  src: url("/res/fonts/cachet/cachet-book.eot");
  src: url("/res/fonts/cachet/cachet-book.eot?#iefix") format("embedded-opentype"), url("/res/fonts/cachet/cachet-book.woff") format("woff"), url("/res/fonts/cachet/cachet-book.ttf") format("truetype"), url("/res/fonts/cachet/cachet-book.svg#Cachet-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
.fa-twitter {
  color: #00aced;
}

.fa-twitter:hover {
  color: #0087ba;
}

.fa-facebook {
  color: #3b5998;
}

.fa-facebook:hover {
  color: #2d4373;
}

.fa-googleplus {
  color: #dd4b39;
}

.fa-googleplus:hover {
  color: #c23321;
}

.fa-pinterest {
  color: #cb2027;
}

.fa-pinterest:hover {
  color: #9f191f;
}

.fa-linkedin {
  color: #007bb6;
}

.fa-linkedin:hover {
  color: #005983;
}

.fa-youtube {
  color: #bb0000;
}

.fa-youtube:hover {
  color: #880000;
}

.fa-vimeo {
  color: #aad450;
}

.fa-vimeo:hover {
  color: #93c130;
}

.fa-tumblr {
  color: #32506d;
}

.fa-tumblr:hover {
  color: #22364a;
}

.fa-instagram {
  color: #517fa4;
}

.fa-instagram:hover {
  color: #406582;
}

.fa-flickr {
  color: #ff0084;
}

.fa-flickr:hover {
  color: #cc006a;
}

.fa-dribbble {
  color: #ea4c89;
}

.fa-dribbble:hover {
  color: #e51e6b;
}

.fa-quora {
  color: #a82400;
}

.fa-quora:hover {
  color: #751900;
}

.fa-foursquare {
  color: #0072b1;
}

.fa-foursquare:hover {
  color: #00517e;
}

.fa-forrst {
  color: #5B9A68;
}

.fa-forrst:hover {
  color: #487a52;
}

.fa-vk {
  color: #45668e;
}

.fa-vk:hover {
  color: #344d6c;
}

.fa-wordpress {
  color: #21759b;
}

.fa-wordpress:hover {
  color: #185571;
}

.fa-stumbleupon {
  color: #EB4823;
}

.fa-stumbleupon:hover {
  color: #c93412;
}

.fa-yahoo {
  color: #7B0099;
}

.fa-yahoo:hover {
  color: #520066;
}

.fa-blogger {
  color: #fb8f3d;
}

.fa-blogger:hover {
  color: #fa720b;
}

.fa-soundcloud {
  color: #ff3a00;
}

.fa-soundcloud:hover {
  color: #cc2e00;
}

/* Grid Settings
======================================================================================= */
/* 1. Neat Settings
=================================================================== */
/* 2. Neat Settings
=================================================================== */
button, input[type=button], input[type=reset], input[type=submit],
.-button {
  appearance: none;
  background-color: #c6168d;
  background-image: -webkit-linear-gradient(#c6168d, #5c2e91);
  background-image: linear-gradient(#c6168d, #5c2e91);
  background-size: 100% 200%;
  border: 0;
  border-radius: 12.24px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "cachet";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 0.785714em 1.571428em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, background-position 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
.-button:hover,
.-button:focus {
  background-position: 0 98%;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
.-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover,
.-button:disabled:hover {
  background-color: #0089d0;
}

.-button.-large {
  font-size: 17.5px;
}

#contact-form-email {
  display: none;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.785714em;
  padding: 1.571428em;
}

input,
label,
select {
  display: block;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 14px;
}

label {
  font-weight: 600;
  margin-bottom: 0.392857em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #eee;
  border: none;
  border-radius: 12.24px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 14px;
  margin-bottom: 0.785714em;
  padding: 11px;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #b1b1b1;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #0089d0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 1px #0089d0;
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

input[type=search] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.392857em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.785714em;
  width: 100%;
}

select {
  margin-bottom: 1.571428em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.wysiwyg ol {
  list-style-type: decimal;
  margin-bottom: 0.785714em;
  padding-left: 1.571428em;
}

.wysiwyg ul li ul {
  margin-left: 1em;
}

.staff-list-aside li:before, .home .about .list li:before, .footer-top .site-links li:before, .mce-content-body ul li:before, .wysiwyg ul li:before {
  color: inherit;
  display: inline-block;
  content: "\f0da ";
  font-family: FontAwesome;
}

dl {
  margin-bottom: 0.785714em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.785714em;
}
dl dd {
  margin: 0;
}

/*
 * @name: %list-reset
 * @args: n/a
 * @description: Applies to a ul or ol element. Removes default
 *               list style, padding, and margin.
 */
.class-instructor .classes, .contacts-widget .locations, .wax-pager ul, .footer-bottom .links, .social-share, .breadcrumbs, ul.-horiz {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
 * @name: %list-reset-horiz
 * @args: n/a
 * @description: applies to a ul or ol element. Removes default
 *               list style, padding, and margin. Sets li child
 *               elements to disply: inline-block. Useful for
 *               navigation and category lists.
 */
.class-instructor .classes li, .contacts-widget .locations li, .wax-pager ul li, .footer-bottom .links li, .social-share li, .breadcrumbs li, ul.-horiz li {
  display: inline-block;
}

/*
 * @name: %vertical-align
 * @args: n/a
 * @description: Vertically aligns an element in the center of
 *               its parent. Parent element must be of a fixed
 *               height. If the browser doesn't support transforms,
 *               it's a good idea to apply a fallback style that
 *               sets a reasonable top value.
 */
/*
 * @name: @wysiwyg
 * @args: $margin-side, $margin-bottom, $image-max-width
 * @description: Applies to an element that contains WYSIWYG
 *               content. Gives sensible default margin values
 *               and max-width for floated image child elements.
 */
table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.785714em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.785714em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.785714em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

table .-button {
  white-space: normal;
}

@media all and (max-width: 480px) {
  table.-rotate {
    background: #fff;
  }
  table.-rotate tr {
    background-color: #fafafa;
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  table.-rotate th, table.-rotate td {
    display: block;
    float: left;
    width: 100%;
  }
}

body {
  color: #636466;
  font-family: "Verdana", "Geneva", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 14px;
  line-height: 1.571428;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0089d0;
  font-family: "cachet";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.785714em;
  text-transform: uppercase;
}

h1 {
  color: #00aeef;
  font-size: 54px;
}
@media print {
  h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #00aeef;
  font-size: 36px;
}
@media print {
  h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media print {
  h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media print {
  h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media print {
  h5 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 0.785714em;
}

a {
  color: #0089d0;
  text-decoration: underline;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #00aeef;
  text-decoration: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.571428em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

label {
  color: #0089d0;
  font-family: "cachet";
  font-size: 16px;
  text-transform: uppercase;
}
label.-small {
  font-weight: 300;
  font-size: 14px;
}

html {
  box-sizing: border-box;
}

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

/* Version 0.9

	VERSION 0.6 CHANGES:
	    Delicious Hamburger.

	    New in this version: $width, $height, $thickness
	    ex. @include hamburger(40px, 33px, $blue, thin);

	    $thickness can be set to the following (ascending) values:
	    thin, light, medium, bold, black

	    Or, $thickness can be a decimal. This is treated as a ratio of height.
	    ex. $thickness of .2 yeilds bars that are 1/5th the height of $height

	    Rounding and other logic ensures even spacing between bars. This can result
	    in a difference of 1px from your $height with a debug message letting
	    you know what up.

	    NOTE: This mixin requires a span within your hamburger:
	    ex. <a id="hamburger" href="#" data-action="toggle-menu"><span></span></a>

	VERSION 0.7 CHANGES:
		Defaults to display: inline-block so that one may apply this to an <a> with
		minimal configuration.

		Fixed a bug that overwrote numeric arguments for $thickness

		cursor: pointer; is now a default attribute

		Changed all background declarations to background-color

		$method has 3 options: x1, x2, minus, and expand.
		ex: @include hamburger(40px, 33px, .135, thin, minus);

	VERSION 0.8 CHANGES:
		Defaults to block display from inline-block. Seperated the $transition variable 
		into $transition-time and $transition-method.

		Changed default method to x2 from x1.

		Made it so all methods respect the $transition-time and $transition-method
		arguments.

	VERSION 0.9 CHANGES:
		Changed "@if($gap-total % 2 == 0)" to "@if($gap-total % 2 == 0px)"

		This line checks if the space between the bars would be even. In future
		versions of sass 0px would not be equal to 0 and thus always evaluate
		to false.

*/
/* Version 0.1

    This requires /Templates/includes/ooh-logo.php
    ## ex: @include oohlogo(30px, #FFF, .5, ease-in);

*/
/* $nth is the omega child you're trying to reset (3n for example)*/
/* $cols (optional) is the new number of cols; needed to correct flex-gutter() */
/* example:
	div{
		@include span-columns(2 of 8);
		@include omega(4n);
	}
	@include media($tablet){
		@include omega-reset(4n, 6);
		@include span-columns(2 of 6);
		@include omega(3n);
	}
*/
@-ms-viewport {
  width: device-width;
}
.hp {
  position: fixed;
  top: 200%;
  right: 0;
  bottom: 0;
  left: 0;
}

figure {
  margin: 0;
}

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

.fa-twitter {
  color: #00aced;
}

.fa-twitter:hover {
  color: #0087ba;
}

.fa-facebook {
  color: #3b5998;
}

.fa-facebook:hover {
  color: #2d4373;
}

.fa-googleplus {
  color: #dd4b39;
}

.fa-googleplus:hover {
  color: #c23321;
}

.fa-pinterest {
  color: #cb2027;
}

.fa-pinterest:hover {
  color: #9f191f;
}

.fa-linkedin {
  color: #007bb6;
}

.fa-linkedin:hover {
  color: #005983;
}

.fa-youtube {
  color: #bb0000;
}

.fa-youtube:hover {
  color: #880000;
}

.fa-vimeo {
  color: #aad450;
}

.fa-vimeo:hover {
  color: #93c130;
}

.fa-tumblr {
  color: #32506d;
}

.fa-tumblr:hover {
  color: #22364a;
}

.fa-instagram {
  color: #517fa4;
}

.fa-instagram:hover {
  color: #406582;
}

.fa-flickr {
  color: #ff0084;
}

.fa-flickr:hover {
  color: #cc006a;
}

.fa-dribbble {
  color: #ea4c89;
}

.fa-dribbble:hover {
  color: #e51e6b;
}

.fa-quora {
  color: #a82400;
}

.fa-quora:hover {
  color: #751900;
}

.fa-foursquare {
  color: #0072b1;
}

.fa-foursquare:hover {
  color: #00517e;
}

.fa-forrst {
  color: #5B9A68;
}

.fa-forrst:hover {
  color: #487a52;
}

.fa-vk {
  color: #45668e;
}

.fa-vk:hover {
  color: #344d6c;
}

.fa-wordpress {
  color: #21759b;
}

.fa-wordpress:hover {
  color: #185571;
}

.fa-stumbleupon {
  color: #EB4823;
}

.fa-stumbleupon:hover {
  color: #c93412;
}

.fa-yahoo {
  color: #7B0099;
}

.fa-yahoo:hover {
  color: #520066;
}

.fa-blogger {
  color: #fb8f3d;
}

.fa-blogger:hover {
  color: #fa720b;
}

.fa-soundcloud {
  color: #ff3a00;
}

.fa-soundcloud:hover {
  color: #cc2e00;
}

/*
 * @name: %list-reset
 * @args: n/a
 * @description: Applies to a ul or ol element. Removes default
 *               list style, padding, and margin.
 */
.class-instructor .classes, .contacts-widget .locations, .wax-pager ul, .footer-bottom .links, .social-share, .breadcrumbs, ul.-horiz {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
 * @name: %list-reset-horiz
 * @args: n/a
 * @description: applies to a ul or ol element. Removes default
 *               list style, padding, and margin. Sets li child
 *               elements to disply: inline-block. Useful for
 *               navigation and category lists.
 */
.class-instructor .classes li, .contacts-widget .locations li, .wax-pager ul li, .footer-bottom .links li, .social-share li, .breadcrumbs li, ul.-horiz li {
  display: inline-block;
}

/*
 * @name: %vertical-align
 * @args: n/a
 * @description: Vertically aligns an element in the center of
 *               its parent. Parent element must be of a fixed
 *               height. If the browser doesn't support transforms,
 *               it's a good idea to apply a fallback style that
 *               sets a reasonable top value.
 */
/*
 * @name: @wysiwyg
 * @args: $margin-side, $margin-bottom, $image-max-width
 * @description: Applies to an element that contains WYSIWYG
 *               content. Gives sensible default margin values
 *               and max-width for floated image child elements.
 */
body {
  color: #636466;
  font-family: "Verdana", "Geneva", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 14px;
  line-height: 1.571428;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0089d0;
  font-family: "cachet";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.785714em;
  text-transform: uppercase;
}

h1 {
  color: #00aeef;
  font-size: 54px;
}
@media print {
  h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #00aeef;
  font-size: 36px;
}
@media print {
  h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media print {
  h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media print {
  h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media print {
  h5 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 0.785714em;
}

a {
  color: #0089d0;
  text-decoration: underline;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #00aeef;
  text-decoration: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.571428em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

label {
  color: #0089d0;
  font-family: "cachet";
  font-size: 16px;
  text-transform: uppercase;
}
label.-small {
  font-weight: 300;
  font-size: 14px;
}

.header-primary .container, .staff-social-links a, .staff-listitem .image, .staff-listitem, .staff-list-aside, .program-listitem, .jobs-listitem .image, .jobs-listitem, .class-reservation, .class-instructor .image, .class-instructor .class, .class-instructor, .membership-pricing, .slick-dots .dot, .slick-dots, .alert-box, .map-widget .google-map, .resources-widget .resource, .footer-social-links .social-link, .footer-cta-link, .loader-container:before, .accordion-group .category-container, .accordion-group {
  border-radius: 12.24px;
}

.staff-social-links a, .staff-listitem .image, .staff-listitem, .staff-list-aside, .program-listitem, .jobs-listitem .image, .jobs-listitem, .class-reservation, .class-instructor .image, .class-instructor .class, .class-instructor, .membership-pricing, .slick-dots .dot, .slick-dots, .alert-box, .map-widget .google-map, .resources-widget .resource, .footer-social-links .social-link, .footer-cta-link, .loader-container:before, .accordion-group .category-container, .accordion-group {
  overflow: hidden;
}

@media screen and (max-width: 880px) {
  body.nav-open {
    overflow: hidden;
    max-height: 100%;
    width: 100%;
  }
}

/**
 * sticky footer http://codepen.io/paulobrien/pen/FKAxH
 */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

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

label.error {
  color: #92278f;
}

ul.-horiz li {
  margin-right: 10px;
}

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

.filter-row {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-row::after {
  clear: both;
  content: "";
  display: table;
}
.filter-row > .filter {
  margin-bottom: 20px;
  position: relative;
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.filter-row > .filter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .filter-row > .filter {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 100%;
  }
}

.flex-container {
  display: table;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-wrap {
  background: #fff;
  display: block;
  float: left;
  width: 100%;
}

.row, .accordion-filters {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  display: block;
}
.row::after, .accordion-filters::after {
  clear: both;
  content: "";
  display: table;
}
.row-flex {
  display: block;
  display: flex;
  width: 100%;
}
.row-flex::after {
  clear: both;
  content: "";
  display: table;
}
.row.ltr, .ltr.accordion-filters {
  display: block;
}
.row.ltr::after, .ltr.accordion-filters::after {
  clear: both;
  content: "";
  display: table;
}

.editable-content img {
  max-width: 100%;
  height: auto;
}
.editable-content img[style^="float:left;"],
.editable-content img[style^="float: left;"],
.editable-content img[style^="float :left;"],
.editable-content img[style*=" float:left;"],
.editable-content img[style*=" float: left;"],
.editable-content img[style*=" float :left;"] {
  margin-right: 30px;
  margin-bottom: 30px;
}
.editable-content img[style^="float:right;"],
.editable-content img[style^="float: right;"],
.editable-content img[style^="float :right;"],
.editable-content img[style*=" float:right;"],
.editable-content img[style*=" float: right;"],
.editable-content img[style*=" float :right;"] {
  margin-left: 30px;
  margin-bottom: 30px;
}
.editable-content p {
  margin-top: 0;
}

.breadcrumbs {
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}
@media print {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs li {
  color: #0060af;
  padding-right: 5px;
}
.breadcrumbs li:before {
  content: "";
  display: none;
}
.breadcrumbs li:after {
  color: #0089d0;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 22px;
  padding-left: 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.search-box {
  margin-bottom: 40px;
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 23.8461538462%;
}
.search-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-box {
    float: left;
    display: block;
    margin-right: 1.5384615385%;
    width: 74.6153846154%;
  }
  .search-box:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .search-box {
    width: 100%;
    margin-right: 0;
  }
}
.search-box-description {
  display: inline-block;
  margin-top: 40px;
}
.search-box .search {
  margin-bottom: 0;
  padding-right: 60px;
}
.search-box .submit {
  padding-left: 17px;
  padding-right: 17px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.search-box .search-row {
  position: relative;
}

.social-share li {
  margin-right: 10px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share .a2a_img {
  display: none;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg img[style^="float:left;"],
.wysiwyg img[style^="float: left;"],
.wysiwyg img[style^="float :left;"],
.wysiwyg img[style*=" float:left;"],
.wysiwyg img[style*=" float: left;"],
.wysiwyg img[style*=" float :left;"] {
  margin-right: 1em;
  margin-bottom: 1em;
}
.wysiwyg img[style^="float:right;"],
.wysiwyg img[style^="float: right;"],
.wysiwyg img[style^="float :right;"],
.wysiwyg img[style*=" float:right;"],
.wysiwyg img[style*=" float: right;"],
.wysiwyg img[style*=" float :right;"] {
  margin-left: 1em;
  margin-bottom: 1em;
}

/**
 * sticky footer http://codepen.io/paulobrien/pen/FKAxH
 */
html,
body,
.page-wrap {
  margin: 0;
  padding: 0;
  height: 100%;
}

.page-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.page-main {
  padding-top: 147px;
}

.page-main,
.page-footer {
  display: block;
  display: table-row;
}

.page-footer {
  height: 1px;
}
@media print {
  .page-footer {
    display: none;
  }
}

.begin-filtering {
  margin-top: 50px;
}

/* 2. Globs 
=================================================================== */
/*!
 * FullCalendar v2.6.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  font-size: 1em;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
  margin: 0 -1em;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
}

.fc-bg table {
  height: 100%;
}

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  overflow-y: scroll;
  overflow-x: hidden;
}

.fc-scroller > * {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  background-color: #3a87ad;
  font-weight: 400;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
}

.fc-event.fc-draggable, .fc-event[href] {
  cursor: pointer;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-h-event .fc-resizer {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer:before {
  right: auto;
  cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer:before {
  left: auto;
  cursor: e-resize;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-day-grid-event .fc-resizer {
  left: -3px;
  right: -3px;
  width: 7px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event {
  overflow: hidden;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}

.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
	Custom Simple Selects v.03
*/
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}

.simpleselect,
.simpleselect * {
  box-sizing: content-box;
}

.simpleselect {
  position: relative;
  width: 100%;
  color: #0060af;
  font-size: 14px;
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}

.simpleselect .options {
  width: 100%;
  width: calc( 100% - 1px - 1px );
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 13px;
  line-height: 14px;
  cursor: pointer;
  min-height: 14px;
}

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
  background-color: #e1e1e1;
  color: #005296;
}

.simpleselect .options .optgroup .option {
  padding-left: 26px;
}

.simpleselect .placeholder,
.simpleselect .options {
  background-color: #eee;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.simpleselect .options .option:first-child {
  border-radius: 3px 3px 0 0;
}
.simpleselect .options .option:last-child {
  border-radius: 0 0 3px 3px;
}

.simpleselect .placeholder {
  position: relative;
  z-index: 1;
}

.simpleselect .placeholder:hover {
  color: #0060af;
  background-color: #fff;
}

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.simpleselect .options .option.active {
  background-color: #c9c9c9;
  color: #0060af;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background-color: #d5d5d5;
  color: #000c16;
  border-color: #b9b9b9;
  cursor: default;
}

.simpleselect.disabled .placeholder:after {
  opacity: 0.5;
}

.simpleselect .placeholder:before {
  background: #d2d2d2;
  content: "";
  position: absolute;
  top: 0px;
  right: 44px;
  bottom: 0;
  height: 100%;
  width: 1px;
}

.simpleselect .placeholder:after {
  content: "";
  z-index: 1005;
  position: absolute;
  top: 17px;
  right: 17px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0060af;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.simpleselect.active .placeholder:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.accordion-group {
  background: #00aeef;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px;
  font-size: 14px;
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}
.accordion-group .category-container {
  background-color: #fff;
  margin-bottom: 10px;
}
.accordion-group .category-container:first-child {
  margin-top: 10px;
}
.accordion-group .category-container:last-child {
  margin-bottom: 0;
}
.accordion-group .category-title {
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-group .category-title:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 20px;
}
.accordion-group .category-title.-no-children:after {
  content: "";
}
.accordion-group .item {
  border-top: 1px solid #00aeef;
  display: block;
  padding: 15px;
  padding-left: 45px;
  text-decoration: none;
}
.accordion-group .open > .category-title:after,
.accordion-group .open > .subcategory-title:after {
  content: "\f068";
}
.accordion-group .category-title.-no-children:after,
.accordion-group .subcategory-title.-no-children:after {
  content: "";
}
.accordion-group .subcategory {
  overflow: hidden;
  padding: 10px 0;
}
.accordion-group .subcategory:last-child {
  padding-bottom: 0;
  border-radius: 0 0 12.24px 12.24px;
}
.accordion-group .subcategory .item {
  background: #fff;
}
.accordion-group .subcategory-title {
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 15px;
  position: relative;
}
.accordion-group .subcategory-title:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 30px;
}
.accordion-group .subcategory-title + .subcategory {
  padding: 0;
}
.accordion-group div {
  display: block;
  float: left;
  width: 100%;
}

.simpleselect .options {
  box-sizing: border-box;
  width: 100%;
}
.simpleselect .options.forceDown {
  top: 100% !important;
  height: auto !important;
  overflow: auto !important;
}

.select2 {
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}
.select2-container--open {
  width: 100%;
}
.select2-container--open.select2-container--below:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 3px;
  z-index: 9001;
  position: absolute;
  right: 42px;
  bottom: 0px;
  left: 1px;
}
.select2-dropdown {
  background-color: #eee;
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px !important;
  border-top-left-radius: 0px !important;
}
.select2-dropdown--below {
  margin-top: -1px;
}
.select2-results {
  border-radius: 4px;
  padding: 4px 10px 10px 10px;
}
.select2-results__group {
  color: #0060af;
}
.select2-results__option {
  color: #0089d0;
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}
.select2-results__option--highlighted {
  background-color: #00aeef !important;
}
.select2-results__options {
  background-color: #fff;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d2d2;
  background-color: #eee;
  height: 42px;
}
.select2-container--default .select2-selection--multiple {
  height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
  clear: both;
  content: "";
  display: table;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:before, .select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  display: block;
  position: absolute;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
  top: 0;
  right: 0;
  border-left: 1px solid #d2d2d2;
  width: 41px;
  height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0060af;
  right: 14.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.select2-container--default .select2-selection--multiple .select2-results > .select2-results__options {
  max-height: 250px;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: #eee !important;
  font-size: 14px !important;
  line-height: 1.2;
  padding: 12px 10px;
  margin-top: 0;
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 29px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered:after {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d2d2d2;
}
.select2-search__field {
  border: none !important;
  background-color: #fff !important;
  margin-bottom: 0 !important;
}
.select2-search--dropdown {
  padding: 10px;
}
.select2-selection__arrow {
  border-left: 1px solid #d2d2d2;
  height: 41px !important;
  padding: 0 20px;
}
.select2-selection__rendered {
  color: #0060af !important;
  line-height: 42px !important;
  padding-right: 40px !important;
}

.select2-dropdown[style] {
  width: 200% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -6px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0060af;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0060af;
  -webkit-transform: rotateZ(180deg) translateY(6px);
  -moz-transform: rotateZ(180deg) translateY(6px);
  -ms-transform: rotateZ(180deg) translateY(6px);
  -o-transform: rotateZ(180deg) translateY(6px);
  transform: rotateZ(180deg) translateY(6px);
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 2.5em;
}

.print-logo {
  display: none;
}

@media print {
  .has-calendar .article-header {
    display: none;
  }
  .has-calendar .fc .fc-center h2 {
    font-size: 22px;
  }
  .has-calendar .print-logo {
    display: block;
    position: absolute;
    top: 4px;
  }
  .has-calendar .fc-event-container {
    font-size: 11px;
  }
  .has-calendar .fc-toolbar {
    margin-bottom: 30px;
    padding-left: 80px;
    text-align: left;
  }
  .has-calendar .filter {
    margin-right: 0px !important;
    width: auto !important;
  }
  .has-calendar .filter-row {
    float: left;
    padding-left: 80px;
    position: absolute;
    top: 50px;
  }
  .has-calendar .filter label {
    display: inline-block;
    float: left;
    font-size: 14px;
  }
  .has-calendar .filter-comboselect {
    display: inline-block;
    float: left;
    padding-left: 6px;
    position: relative;
  }
  .has-calendar .filter-comboselect:before {
    content: ":";
    display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .has-calendar .select2-selection__arrow {
    display: none !important;
  }
  .has-calendar .select2-selection__rendered {
    line-height: normal !important;
  }
  .has-calendar .select2-selection--single {
    background: transparent !important;
    border: 0px !important;
    height: auto !important;
    margin-top: -3px;
  }
  .has-calendar .simpleselect {
    padding-left: 10px;
  }
  .has-calendar .simpleselect .placeholder {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: 40px;
    margin-top: 4px;
  }
  .has-calendar .simpleselect .placeholder:after {
    display: none;
  }
  .has-calendar .simpleselect .placeholder:before {
    display: none;
  }
}
.calendar-filters {
  width: 100%;
  margin-right: 0;
  display: block;
  clear: both;
}
@media screen and (max-width: 480px) {
  .calendar-filters {
    width: 100%;
  }
}
.calendar-filters .filter {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 23.8461538462%;
}
.calendar-filters .filter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .calendar-filters .filter {
    float: left;
    display: block;
    margin-right: 1.5384615385%;
    width: 32.3076923077%;
  }
  .calendar-filters .filter:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .calendar-filters .filter {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .calendar-filters .filter:last-of-type .select2-container--open .select2-dropdown {
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .calendar-filters .select2-dropdown[style] {
    width: 100% !important;
  }
}

.fc {
  float: left;
  margin-top: 55px;
  margin-bottom: 60px;
  position: relative;
  z-index: 100;
  width: 100%;
}
@media print {
  .fc {
    margin: 20px 0;
  }
}
.fc table {
  margin: 0;
}
.fc .fc-bg {
  background: none;
}
.fc .fc-button {
  height: 39px;
  padding: 0 18px;
}
.fc .fc-center h2 {
  font-size: 26px;
}
.fc .fc-content {
  white-space: normal;
}
.fc .fc-day {
  background-color: #fafafa;
}
.fc .fc-day-number {
  color: #c6168d;
  font-family: "cachet";
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
}
.fc .fc-day-header {
  background-color: #eee;
  color: #5c2e91;
  font-family: "cachet";
  font-weight: bold;
  padding: 11px 8px;
  text-transform: uppercase;
}
.fc .fc-event {
  background-color: #c6168d;
  border: none;
  margin: 3px;
  padding: 6px;
}
.fc .fc-next-button, .fc .fc-prev-button {
  padding: 0 12px;
}
.fc .fc-other-month {
  background-color: #eee;
}
.fc .fc-day-number.fc-other-month {
  color: #636466;
}
.fc .fc-state-active {
  background: #0060af !important;
  outline: none;
}
.fc .fc-title {
  font-family: "cachet";
  text-transform: uppercase;
}
@media print {
  .fc .fc-title {
    white-space: normal;
  }
}
.fc .fc-time {
  font-family: "cachet";
  font-weight: normal;
}
.fc .fc-toolbar {
  clear: both;
}
.fc .fc-state-default {
  border: none;
  color: #fff;
  text-shadow: none;
  background-color: #00aeef;
  background-image: -webkit-linear-gradient(top, #00aeef, #0089d0);
  background-image: linear-gradient(to bottom,#00aeef, #0089d0);
}
.fc .fc-print-button {
  background: none;
  box-shadow: none;
  color: #0089d0;
  margin-left: 40px;
  padding: 0;
  position: relative;
  padding: 0 20px;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after,
.fc-icon-print:after {
  content: "\f0d9";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.fc-icon-right-single-arrow:after {
  content: "\f0da";
}

.fc-icon-print {
  position: absolute !important;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.fc-icon-print:after {
  content: "\f02f";
  font-size: 28px;
  line-height: 39px;
  margin: 0;
}

.loader-container {
  opacity: 0.01;
  display: none;
  margin-top: -38px;
  margin-left: -38px;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 76px;
  width: 76px;
  transition: opacity 0.25s ease-in-out, display 0s linear 0.25s;
}
.loader-container:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}
.loader-container.vis {
  display: block;
  opacity: 1;
  z-index: 1000;
  transition: opacity 0.25s ease-in-out, display 0s linear 0s;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  border: 1.1em solid rgba(0, 174, 239, 0.2);
  border-left: 1.1em solid #00aeef;
  -webkit-animation: load8 1.1s infinite linear;
  -moz-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.loader, .loader:after {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fc-toolbar {
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .fc-toolbar .fc-month-button {
    display: none;
  }
}
.fc-toolbar .fc-center, .fc-toolbar .fc-left, .fc-toolbar .fc-right {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fc-toolbar .fc-center, .fc-toolbar .fc-left, .fc-toolbar .fc-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fc-toolbar .fc-center {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .fc-toolbar .fc-center h2 {
    width: 100%;
  }
}
.fc-toolbar .fc-left {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
  .fc-toolbar .fc-right {
    order: 2;
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media print {
  /*!
   * FullCalendar v2.6.1 Print Stylesheet
   * Docs & License: http://fullcalendar.io/
   * (c) 2015 Adam Shaw
   */
  /*
   * Include this stylesheet on your page to get a more printer-friendly calendar.
   * When including this stylesheet, use the media='print' attribute of the <link> tag.
   * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
   */
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  th,
td,
hr,
thead,
tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-helper-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-agenda-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.carousel {
  width: 100%;
  position: relative;
}

.slide {
  background: no-repeat center center;
  background-size: cover;
  height: 800px;
  width: 100%;
}

.slide-title {
  text-align: center;
}

.slick-prev,
.slick-next {
  display: block;
  padding: 0;
  margin: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.slick-prev:before {
  border-right: 20px solid #f00;
}

.slick-next {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.slick-next:before {
  border-left: 20px solid #f00;
}

.page-footer {
  float: left;
  width: 100%;
}
.page-footer .link {
  text-decoration: none;
}
.page-footer ul, .page-footer ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-footer ul li:before, .page-footer ol li:before {
  content: "";
  display: none;
}

.footer-bottom-container {
  display: flex;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.footer-bottom-container .links {
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer-signup {
  border-bottom: 2px solid #fff;
  background-color: #5c2e91;
  background-image: -webkit-linear-gradient(left, #5c2e91, #92278f);
  background-image: linear-gradient(to right,#5c2e91, #92278f);
  padding: 50px 0 75px;
}
.footer-signup > .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
@media screen and (max-width: 768px) {
  .footer-signup > .container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

.footer-subscribe {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer-subscribe {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-subscribe__heading {
  color: #fff;
  font-size: 16px;
}
.footer-subscribe__copy {
  color: #fff;
}

.footer-newsletter {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-left: 100px;
}
@media screen and (max-width: 968px) {
  .footer-newsletter {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer-newsletter {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
    width: 100%;
  }
}
.footer-newsletter .input-container {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.footer-newsletter .submit {
  background: #00aeef;
  line-height: 39px;
  padding: 0 11px 0 11px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.footer-newsletter label {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.footer-newsletter input {
  margin-bottom: 0;
  border-radius: 4px;
}
.footer-newsletter .error {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
.footer-newsletter .filter {
  position: relative;
}
.footer-newsletter .select2-dropdown[style] {
  width: 100% !important;
}
.footer-newsletter__top, .footer-newsletter__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .footer-newsletter__top, .footer-newsletter__bottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.footer-newsletter__top {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .footer-newsletter__top {
    margin-bottom: 0;
  }
}
.footer-newsletter__label-input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .footer-newsletter__label-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-newsletter__label-input:last-child {
  margin-right: 0;
}
.footer-newsletter__submit {
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-top: 20px;
  font-size: 18px;
  background-color: #00aeef;
  background-image: -webkit-linear-gradient(#00aeef, #0060af);
  background-image: linear-gradient(#00aeef, #0060af);
}
.footer-newsletter__submit:hover, .footer-newsletter__submit:focus {
  background-position: 0 100%;
}

.newsletter-success {
  color: #FFF;
  text-transform: none;
}

.footer-top {
  padding: 38px;
  background-color: #5c2e91;
  background-image: -webkit-linear-gradient(left, #5c2e91, #92278f);
  background-image: linear-gradient(to right,#5c2e91, #92278f);
}
.footer-top .badge {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
.footer-top .label {
  color: #fff;
  display: block;
  float: left;
  width: 100%;
}
.footer-top .link {
  color: inherit;
  color: #fff;
}
.footer-top .site-links {
  color: white;
}
.footer-top .title {
  color: #fff;
}
.footer-top .text-alert {
  float: left;
}
.footer-top .cta-row {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.footer-bottom {
  background-color: #5c2e91;
  color: #fff;
  font-family: "cachet";
  padding: 16px;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-bottom .links {
  padding-right: 10%;
  text-align: right;
}
.footer-bottom .links a {
  margin-left: 20px;
}
.footer-bottom .section {
  vertical-align: middle;
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

.footer-cta-link {
  background: #fff;
  display: block;
  float: left;
  font-family: "cachet";
  font-weight: bold;
  line-height: 1.2;
  padding: 14px 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1160px) {
  .footer-cta-link {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.footer-cta-link .icon, .footer-cta-link .text {
  display: table-cell;
  vertical-align: middle;
}
.footer-cta-link .icon {
  padding-right: 10px;
}
.footer-cta-link .inner {
  display: table;
  width: 100%;
}
.footer-cta-link .text-alert {
  float: right;
}

.footer-section-container {
  display: flex;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-section-container > .section {
  order: 2;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .footer-section-container > .section {
    margin-bottom: 30px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
@media screen and (max-width: 480px) {
  .footer-section-container > .section {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer-section-container > .section.-cta {
    order: 1;
  }
}

html.inlinesvg .ooh-logo {
  position: relative;
}
html.inlinesvg .ooh-logo path {
  fill: #fff;
}
html.inlinesvg .ooh-logo path.segment1 {
  -webkit-transition: fill 0.2s 0 ease-in-out;
  -moz-transition: fill 0.2s 0 ease-in-out;
  transition: fill 0.2s 0 ease-in-out;
}
html.inlinesvg .ooh-logo path.segment2 {
  -webkit-transition: fill 0.2s 0.04s ease-in-out;
  -moz-transition: fill 0.2s 0.04s ease-in-out;
  transition: fill 0.2s 0.04s ease-in-out;
}
html.inlinesvg .ooh-logo path.segment3 {
  -webkit-transition: fill 0.2s 0.08s ease-in-out;
  -moz-transition: fill 0.2s 0.08s ease-in-out;
  transition: fill 0.2s 0.08s ease-in-out;
}
html.inlinesvg .ooh-logo path.segment4 {
  -webkit-transition: fill 0.2s 0.15s ease-in-out;
  -moz-transition: fill 0.2s 0.15s ease-in-out;
  transition: fill 0.2s 0.15s ease-in-out;
}
html.inlinesvg .ooh-logo path.segment5 {
  -webkit-transition: fill 0.2s 0.22s ease-in-out;
  -moz-transition: fill 0.2s 0.22s ease-in-out;
  transition: fill 0.2s 0.22s ease-in-out;
}
html.inlinesvg .ooh-logo path.segment6 {
  -webkit-transition: fill 0.2s 0.27s ease-in-out;
  -moz-transition: fill 0.2s 0.27s ease-in-out;
  transition: fill 0.2s 0.27s ease-in-out;
}
html.inlinesvg .ooh-logo svg {
  display: inline-block;
  width: 28px;
  height: 28px;
}
html.inlinesvg .ooh-logo:hover path.segment1 {
  fill: #c0272d;
}
html.inlinesvg .ooh-logo:hover path.segment2 {
  fill: #922a8c;
}
html.inlinesvg .ooh-logo:hover path.segment3 {
  fill: #ec2279;
}
html.inlinesvg .ooh-logo:hover path.segment4 {
  fill: #f7971d;
}
html.inlinesvg .ooh-logo:hover path.segment5 {
  fill: #8bc541;
}
html.inlinesvg .ooh-logo:hover path.segment6 {
  fill: #2ba8e0;
}

html.no-inlinesvg .ooh-logo {
  background-image: url("../images/no-svg/ooh.png");
  display: block;
  height: 35px;
  width: 35px;
}
html.no-inlinesvg .ooh-logo svg {
  display: none;
}
html.no-inlinesvg .ooh-logo:hover {
  background-position-y: -35px;
}

.footer-social-links {
  display: block;
  float: left;
  width: 100%;
}
.footer-social-links .social-link {
  background: #fff;
  display: block;
  float: left;
  line-height: 48px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  height: 48px;
  width: 48px;
}

.ooh-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ooh-gallery-thumb {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 23.8461538462%;
  margin-bottom: 1.5384615385%;
}
.ooh-gallery-thumb:last-child {
  margin-right: 0;
}
.ooh-gallery-thumb:nth-child(4n) {
  margin-right: 0;
}
.ooh-gallery-thumb:nth-child(4n+1) {
  clear: left;
}
.ooh-gallery-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ooh-gallery-thumb {
    float: left;
    display: block;
    margin-right: 2.3255813953%;
    width: 48.8372093023%;
    margin-bottom: 2.3255813953%;
  }
  .ooh-gallery-thumb:last-child {
    margin-right: 0;
  }
  .ooh-gallery-thumb:nth-child(2n) {
    margin-right: 0;
  }
  .ooh-gallery-thumb:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 480px) {
  .ooh-gallery-thumb {
    float: left;
    display: block;
    margin-right: 22.2222222222%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.7619047619%;
  }
  .ooh-gallery-thumb:last-child {
    margin-right: 0;
  }
}

.ooh-gallery-title {
  display: block;
  text-align: center;
}
.ooh-gallery-title .caption {
  display: none;
}

.page-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1040;
}
@media print {
  .page-header {
    border-bottom: 0;
  }
}
@media screen and (max-width: 880px) {
  .page-header {
    position: fixed;
  }
}
.page-header .primary {
  background-color: #fff;
}
.page-header ul,
.page-header ol {
  list-style-type: none;
}
.page-header ul li:before,
.page-header ol li:before {
  content: "";
  display: none;
}
.page-header.-fixed {
  position: fixed;
  transition: transform 0.25s ease-out;
  top: -53px;
}
@media screen and (max-width: 880px) {
  .page-header.-fixed {
    top: 0;
  }
}
.page-header.-fixed .header-primary .container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 2px 20px rgba(150, 150, 150, 0.51);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 880px) {
  .page-header.-fixed .header-primary .container {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.page-header.-fixed .header-primary .logo {
  height: 50px;
}
@media screen and (max-width: 880px) {
  .page-header.-fixed .header-primary .logo {
    height: 40px;
  }
}
.page-header.-fixed .header-megamenu .item.-top-level:before {
  bottom: -25px;
}
.home .page-header.-fixed .header-secondary {
  margin-bottom: 0;
}
.page-header.headroom--unpinned {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-header.headroom--pinned.-fixed {
  -webkit-transform: translateY(53px);
  -moz-transform: translateY(53px);
  -ms-transform: translateY(53px);
  -o-transform: translateY(53px);
  transform: translateY(53px);
}
@media screen and (max-width: 880px) {
  .page-header.headroom--pinned.-fixed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-secondary {
  overflow: hidden;
  z-index: 9001;
  background-color: #0089d0;
  -webkit-transition: margin-bottom 0.25s ease-out;
  -moz-transition: margin-bottom 0.25s ease-out;
  transition: margin-bottom 0.25s ease-out;
}
@media print {
  .header-secondary {
    display: none;
  }
}
.header-secondary .list {
  float: right;
  margin-right: 4%;
  max-width: 100%;
}
@media screen and (max-width: 880px) {
  .header-secondary .list {
    box-shadow: none;
    float: left;
    width: 100%;
  }
}
.header-secondary .item {
  display: inline-block;
}
@media screen and (max-width: 880px) {
  .header-secondary .item {
    display: block;
    float: left;
    width: 100%;
  }
}
.header-secondary .link {
  color: #fff;
  font-family: "cachet";
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 16px 25px;
}
@media screen and (max-width: 1070px) {
  .header-secondary .link {
    padding: 16px;
  }
}
@media screen and (max-width: 940px) {
  .header-secondary .link {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 880px) {
  .header-secondary .link {
    font-weight: normal;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
  }
}
.header-secondary .text-logo {
  color: #fff;
  display: inline-block;
  font-family: "cachet";
  font-weight: bold;
  float: left;
  margin-left: -16px;
  text-decoration: none;
  padding: 16px 18px;
}
@media screen and (max-width: 880px) {
  .header-secondary .text-logo {
    margin-left: 0px;
  }
}

.mobile-primary-nav {
  display: none;
}
@media screen and (max-width: 880px) {
  .mobile-primary-nav {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 100;
  }
}
.mobile-primary-nav:before {
  background: #0060af;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: 0px;
  left: -20px;
}
.mobile-primary-nav .item {
  color: #fff;
  font: bold 20px/normal "cachet";
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
}
.mobile-primary-nav .item-container {
  display: block;
  float: left;
  width: 100%;
}
.mobile-primary-nav .item-container.has-subnav .item .dropdown-menu {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 100;
  cursor: pointer;
  padding: 8px 23px 8px 8px;
  margin: -8px -15px -8px 0;
}
.mobile-primary-nav .item-container.has-subnav .item .dropdown-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
}
.mobile-primary-nav .item-container.has-subnav .item .dropdown-menu:after {
  padding: 0 8px 0 16px;
  content: "\f105";
  font-size: 28px;
  display: inline-block;
  font-family: FontAwesome;
  transition: transform 0.15s ease-in-out;
  -webkit-transform: rotate(0deg) translateX(0) translateY(3px);
  -moz-transform: rotate(0deg) translateX(0) translateY(3px);
  -ms-transform: rotate(0deg) translateX(0) translateY(3px);
  -o-transform: rotate(0deg) translateX(0) translateY(3px);
  transform: rotate(0deg) translateX(0) translateY(3px);
}
.mobile-primary-nav .item-container.has-subnav .item.-open .dropdown-menu:after {
  -webkit-transform: rotate(90deg) translateX(-2px) translateY(-4px);
  -moz-transform: rotate(90deg) translateX(-2px) translateY(-4px);
  -ms-transform: rotate(90deg) translateX(-2px) translateY(-4px);
  -o-transform: rotate(90deg) translateX(-2px) translateY(-4px);
  transform: rotate(90deg) translateX(-2px) translateY(-4px);
}
.mobile-primary-nav .item.-open + .subnav {
  max-height: 1200px;
}
.mobile-primary-nav .item.-second-level {
  background: #00aeef;
  font-size: 16px;
  padding: 8px 15px 8px 23px;
  text-align: left !important;
}
.mobile-primary-nav .item.-second-level.-open + .list.-third-level {
  max-height: 900px;
}
.mobile-primary-nav .item.-third-level {
  font-weight: normal;
  font-size: 14px;
  padding: 8px 15px 8px 31px;
}
.mobile-primary-nav .item.-third-level:after {
  display: none !important;
}
.mobile-primary-nav .list.-third-level {
  background: #FFF;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-in-out;
}
.mobile-primary-nav .list.-third-level a {
  color: #00aeef;
}
.mobile-primary-nav .subnav {
  border-radius: 0;
  display: block;
  float: left;
  max-height: 0px;
  text-align: left;
  width: 100%;
  transition: max-height 0.15s ease-in-out;
}

.header-primary {
  position: relative;
  z-index: 9000;
}
@media print {
  .header-primary {
    display: none;
  }
}
.header-primary .container {
  background-color: #fff;
  box-shadow: 0;
  display: table;
  display: flex;
  padding: 21px 16px;
  position: relative;
  margin-bottom: -39px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: padding 0.25s ease-out, border-radius 0.25s ease-out, box-shadow 0.25s ease-out;
  -moz-transition: padding 0.25s ease-out, border-radius 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: padding 0.25s ease-out, border-radius 0.25s ease-out, box-shadow 0.25s ease-out;
}
@media screen and (max-width: 920px) {
  .header-primary .container {
    padding: 6px;
  }
}
@media screen and (max-width: 880px) {
  .header-primary .container {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.header-primary .container:after {
  display: none;
}
.header-primary .logo {
  background-image: url("/res/images/logo-blue-purple.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: left;
  -webkit-transition: height 0.25s ease-out;
  -moz-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
  height: 75px;
  width: 105px;
}
@media screen and (max-width: 880px) {
  .header-primary .logo {
    margin-left: 10px;
    height: 40px;
    width: 55px;
  }
}

.header-button-list {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-button-list > .item {
  display: inline-block;
}

.header-megamenu {
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
@media screen and (max-width: 880px) {
  .header-megamenu {
    display: none;
  }
}
.header-megamenu .-no-link {
  cursor: default;
}
.header-megamenu .item.-top-level {
  font: bold 18px/1 "cachet";
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 100;
}
.header-megamenu .item-container.-top-level {
  display: block;
}
.header-megamenu .item-container.-top-level.vis > .item {
  color: #fff;
}
.header-megamenu .item-container.-top-level.vis > .item:before {
  background-color: #0060af;
}
.header-megamenu .item.-top-level:before {
  background-color: rgba(0, 96, 175, 0);
  content: "";
  display: block;
  z-index: -1;
  border-top-left-radius: 12.24px;
  border-top-right-radius: 12.24px;
  position: absolute;
  top: -10px;
  right: -20px;
  bottom: -49px;
  left: -20px;
}
.header-megamenu .header-megamenu-subnav {
  left: 0;
  margin-top: -20px;
  width: 100%;
  z-index: -100;
}

.header-megamenu-subnav {
  color: #fff;
  display: flex;
  font-weight: normal;
  border-bottom-left-radius: 12.24px;
  border-bottom-right-radius: 12.24px;
  background-color: #0060af;
  background-image: -webkit-linear-gradient(top, #0060af, #0089d0);
  background-image: linear-gradient(to bottom,#0060af, #0089d0);
}
.header-megamenu-subnav .item {
  color: inherit;
  display: block;
  float: left;
  margin: 4px 0;
  padding: 6px;
  text-decoration: none;
  font: 16px/22px "cachet";
  width: 100%;
}
.header-megamenu-subnav .item-container {
  float: left;
  width: 100%;
}
.header-megamenu-subnav .item-container.-span-3 {
  width: 25%;
}
.header-megamenu-subnav .item-container.-span-4 {
  width: 33.3333333333%;
}
.header-megamenu-subnav .item-container.-span-6 {
  width: 50%;
}
.header-megamenu-subnav .header-megamenu-subcategory {
  padding: 40px 0 20px 20px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 23.8461538462%;
  -moz-flex: 0 0 23.8461538462%;
  -ms-flex: 0 0 23.8461538462%;
  flex: 0 0 23.8461538462%;
}
.header-megamenu-subnav .list.-third-level {
  display: none;
  list-style-type: none;
  padding: 40px 20px 20px 40px;
  background-color: #00aeef;
  background-image: -webkit-linear-gradient(#00aeef 0%, #0089d0 150%);
  background-image: linear-gradient(#00aeef 0%, #0089d0 150%);
}
.header-megamenu-subnav .list.-third-level.vis {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 30%;
  -moz-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}
.header-megamenu-subnav .item.-second-level {
  font-weight: bold;
  padding-right: 20px;
  text-align: right;
}
.header-megamenu-subnav .item.-second-level.vis {
  background: #00aeef;
  border-bottom-left-radius: 12.24px;
  border-top-left-radius: 12.24px;
}
.header-megamenu-subnav .item.-third-level {
  font-weight: normal;
}

@media screen and (max-width: 880px) {
  .page-header {
    overflow-y: auto;
    max-height: 100%;
  }
  .page-header .-no-link {
    cursor: pointer;
  }
}

[data-action=toggle-mobile-menu] {
  display: none;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 880px) {
  [data-action=toggle-mobile-menu] {
    cursor: pointer;
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
  }
  [data-action=toggle-mobile-menu]:before, [data-action=toggle-mobile-menu]:after {
    content: "";
    height: 6px;
    width: 100%;
    position: absolute;
    right: 0px;
    left: 0px;
    background-color: #fff;
  }
  [data-action=toggle-mobile-menu]:before {
    top: 0;
  }
  [data-action=toggle-mobile-menu]:after {
    bottom: 0;
  }
  [data-action=toggle-mobile-menu] span {
    display: block;
    height: 100%;
    width: 100%;
  }
  [data-action=toggle-mobile-menu] span:before, [data-action=toggle-mobile-menu] span:after {
    content: "";
    height: 6px;
    width: 100%;
    position: absolute;
    top: 12px;
    right: 0px;
    left: 0px;
    background-color: #fff;
  }
  [data-action=toggle-mobile-menu]:before, [data-action=toggle-mobile-menu]:after {
    transition: background-color 0.3s ease-in-out, top 0.20001s 0.09999s ease-in-out, bottom 0.20001s 0.09999s ease-in-out, transform 0.09999s ease-in-out;
  }
  [data-action=toggle-mobile-menu] span:before, [data-action=toggle-mobile-menu] span:after {
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  [data-action=toggle-mobile-menu][data-property=open]:before, [data-action=toggle-mobile-menu][data-property=open]:after {
    background-color: #fff;
    opacity: 1;
    transition: background-color 0.3s ease-in-out, top 0.20001s ease-in-out, bottom 0.20001s ease-in-out, transform 0.20001s 0.09999s ease-in-out;
  }
  [data-action=toggle-mobile-menu][data-property=open]:before {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  [data-action=toggle-mobile-menu][data-property=open]:after {
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  [data-action=toggle-mobile-menu][data-property=open] span:before, [data-action=toggle-mobile-menu][data-property=open] span:after {
    background-color: #fff;
    opacity: 0;
  }
}

@media screen and (max-width: 880px) {
  .header-secondary .container {
    padding: 0;
  }
}
@media screen and (max-width: 880px) {
  .site-nav-container {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 0;
    height: auto;
    max-height: 0px;
    position: relative;
    z-index: 900;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .site-nav-container.open {
    max-height: 2000px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
  }
  .site-nav-container > .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.main-nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 880px) {
  .main-nav li {
    display: block;
  }
}

.has-subnav.vis .subnav {
  max-height: 500px;
}

.subnav {
  height: auto;
  list-style: none;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
}
.subnav li {
  display: block;
}
@media screen and (max-width: 880px) {
  .subnav {
    position: relative;
    top: 0;
  }
}

.wax-pager {
  display: block;
  margin: 50px 0 70px 0;
  float: left;
  text-align: center;
  width: 100%;
}
.wax-pager a {
  color: #0060af;
  display: inline-block;
  font-family: "cachet";
  font-weight: bold;
  margin: 0 2px;
  padding: 5px;
  text-decoration: none;
}
.wax-pager .current a {
  color: #0089d0;
}
.wax-pager li:before {
  content: "" !important;
  display: none !important;
}

.pagination-detail ul {
  display: block;
  float: left;
  margin-bottom: 70px;
  width: 100%;
}
.pagination-detail li {
  display: inline-block;
  margin-bottom: 10px;
}

form .full {
  display: block;
  float: left;
  width: 100%;
}
form .half {
  float: left;
  display: block;
  margin-right: 2.3255813953%;
  width: 48.8372093023%;
}
form .half:nth-child(2n) {
  margin-right: 0;
}
form .half:nth-child(2n+1) {
  clear: left;
}
form .half:last-child {
  margin-right: 0;
}

.social-share {
  margin: 55px 0;
}
.social-share .fa {
  text-decoration: none;
}
.social-share .link-container {
  display: inline-block;
  margin: 0 18px;
}
.social-share .link-container:before {
  display: none;
}
.social-share .fa-share-alt {
  color: #0089d0;
}

[class$=-widget] {
  margin-bottom: 40px;
}

.text-alerts-widget label.error,
.quick-contact-widget label.error {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  padding-top: 0;
  text-transform: none;
}
.text-alerts-widget form.complete,
.quick-contact-widget form.complete {
  display: none;
}

.resources-widget a {
  text-decoration: none;
}
.resources-widget .details {
  margin-top: -3px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.resources-widget .icon {
  color: #00aeef;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.resources-widget .resource {
  background-color: #fafafa;
  color: inherit;
  display: flex;
  margin-bottom: 15px;
  padding: 16px;
  width: 100%;
}

/**
 * Map widget. CSS altered from mapbuildr.
 */
.map-widget .description {
  color: #0089d0;
  font-family: "cachet";
  margin-bottom: 30px;
  text-transform: uppercase;
}
.map-widget .google-map {
  border: 1px solid #0089d0;
  margin-bottom: 30px;
  padding-bottom: 70%;
  height: 0;
  width: 100%;
}
.map-widget .gm-style-iw * {
  display: block;
  width: 100%;
}
.map-widget .gm-style-iw h4, .map-widget .gm-style-iw p {
  margin: 0;
  padding: 0;
}
.map-widget .gm-style-iw a {
  color: #4272db;
}

.hours-of-operation-widget {
  display: block;
  float: left;
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.hours-of-operation-widget .days {
  float: left;
}
.hours-of-operation-widget .hours {
  float: right;
}
.hours-of-operation-widget .item {
  border-bottom: 2px solid #00aeef;
  display: block;
  float: left;
  padding: 14px 0;
  width: 100%;
}
.hours-of-operation-widget .item:last-of-type {
  border-bottom: none;
}

.contacts-widget {
  font-family: "cachet";
  text-transform: uppercase;
}
.contacts-widget a {
  text-decoration: none;
}
.contacts-widget .contact {
  margin-top: 30px;
}
.contacts-widget .contact:first-of-type {
  margin-top: 0;
}
.contacts-widget .email {
  text-transform: none;
}
.contacts-widget .location:after {
  content: ", ";
}
.contacts-widget .location:last-child:after {
  content: "";
}
.contacts-widget .name {
  font-size: 16px;
  margin-bottom: 0;
}
.alerts {
  background-color: #f15922;
  border-radius: 12.24px;
  color: #fff;
  margin: 0 auto;
  max-width: 500px;
  padding: 30px;
  position: relative;
  font-style: italic;
}
.alerts ul {
  list-style-type: disc;
}
.alerts li {
  margin-bottom: 20px;
}
.alerts li:last-child {
  margin-bottom: 0;
}
.alerts .mfp-close {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.alerts .mfp-close:hover {
  opacity: 0.5;
}

.alerts-link {
  color: #fff;
  display: inline-block;
  font-family: "cachet";
  font-weight: bold;
  float: left;
  text-decoration: none;
  padding: 16px 10px;
  position: relative;
  outline: none;
}
.alerts-link:before {
  background-color: #f15922;
  border-bottom-right-radius: 12.24px;
  border-bottom-left-radius: 12.24px;
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.alerts-link:active, .alerts-link:focus, .alerts-link:hover {
  outline: none;
}
.alerts-link:hover {
  color: #fff;
}
.alerts-link:hover:before {
  background-color: #d3420d;
}
.alerts-link:focus, .alerts-link:visited {
  color: #fff;
}

.contact-form {
  display: block;
  float: left;
  max-height: 800px;
  margin-bottom: 115px;
  margin-top: 70px;
  position: relative;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.contact-form.complete {
  opacity: 0.5;
}
.contact-form.complete:after {
  content: "";
  display: block;
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.contact-form li {
  margin-bottom: 20px;
}

.contact-form-success {
  margin-top: -80px;
}

.apply-success-message {
  margin-top: -90px;
}

.home .page-header .header-secondary {
  margin-bottom: 16px;
}
@media screen and (max-width: 880px) {
  .home .page-header .header-secondary {
    margin-bottom: 0;
  }
}

.home .article-container {
  padding-bottom: 0;
}

.home .carousel {
  display: block;
  float: left;
  margin-top: -95px;
  min-height: 800px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.home .carousel.slick-initialized {
  min-height: 0;
}
.home .carousel .footer {
  display: table;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: 100%;
}
.home .carousel .description-section {
  background: rgba(0, 96, 175, 0.92);
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.home .carousel .description-section, .home .carousel .title-section {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 34px 68px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .home .carousel .description-section, .home .carousel .title-section {
    padding: 17px 34px;
  }
}
@media screen and (max-width: 800px) {
  .home .carousel .description-section, .home .carousel .title-section {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .carousel .description-section, .home .carousel .title-section {
    padding: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .home .carousel .description-section {
    display: none;
  }
}
.home .carousel .slide {
  position: relative;
}
.home .carousel .slide:hover .title-section {
  background: #0089d0;
}
.home .carousel .slide:hover .description-section {
  background: #0060af;
}
.home .carousel .subtitle {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .home .carousel .subtitle {
    font-size: 14px;
  }
}
.home .carousel .title-section {
  background: rgba(0, 137, 208, 0.92);
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  padding: 10px;
}
@media screen and (min-width: 2500px) {
  .home .carousel .title-section {
    padding: 30px;
  }
}
.home .carousel .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.home .carousel {
  display: block;
  float: left;
  margin-top: 53px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .home .carousel {
    margin-top: 105px;
  }
}
.home .carousel .footer {
  display: table;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: 100%;
}
.home .carousel .description-section {
  background: rgba(0, 96, 175, 0.92);
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  padding: 30px;
}
.home .carousel .description-section, .home .carousel .title-section {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .home .carousel .description-section, .home .carousel .title-section {
    padding: 17px 34px;
  }
}
@media screen and (max-width: 800px) {
  .home .carousel .description-section, .home .carousel .title-section {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home .carousel .description-section {
    display: none;
  }
}
.home .carousel .slide {
  position: relative;
  height: 650px;
}
@media screen and (min-width: 2500px) {
  .home .carousel .slide {
    height: 800px;
  }
}
@media screen and (max-width: 880px) {
  .home .carousel .slide {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .home .carousel .slide {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .home .carousel .slide {
    height: 250px;
  }
}
.home .carousel .slide:hover .title-section {
  background: #0089d0;
}
.home .carousel .slide:hover .description-section {
  background: #0060af;
}
.home .carousel .subtitle {
  color: #fff;
}
.home .carousel .title-section {
  background: rgba(0, 137, 208, 0.92);
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.home .carousel .title {
  color: #fff;
  margin-bottom: 0;
}

.home .about {
  display: block;
  display: flex;
  min-height: 861px;
  overflow: hidden;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .about .-section {
  display: block;
  width: 50%;
  padding-bottom: 100px;
  padding-top: 100px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .home .about .-section {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.home .about .base {
  color: #0089d0;
}
.home .about .dark {
  color: #0060af;
}
.home .about .description {
  float: left;
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 82.8125%;
}
.home .about .description:last-child {
  margin-right: 0;
}
.home .about .details {
  clear: both;
  display: block;
  font: bold 16px/1 "cachet";
  padding-left: 36px;
  text-transform: uppercase;
}
.home .about .facts {
  background: url("/res/images/index-bg-facts.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home .about .facts:before, .home .about .facts:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.home .about .facts:before {
  background: rgba(0, 174, 239, 0.5);
}
.home .about .facts:after {
  background-color: rgba(198, 22, 141, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(198, 22, 141, 0.15), rgba(0, 96, 175, 0.95));
  background-image: linear-gradient(to bottom,rgba(198, 22, 141, 0.15), rgba(0, 96, 175, 0.95));
}
.home .about .half-grid {
  max-width: 615px;
  width: 100%;
}
.home .about .half-grid.-left {
  float: right;
  margin-right: 0.7692307693%;
  padding-left: 15px;
}
.home .about .half-grid.-right {
  float: left;
  margin-left: 0.7692307693%;
  padding-right: 15px;
}
.home .about .item {
  margin-bottom: 25px;
}
.home .about .item.-chevron-pos-adjustment:before {
  position: relative;
  top: -8px;
}
.home .about .item:before {
  font-size: 40px;
}
.home .about .light {
  color: #00aeef;
}
.home .about .list {
  color: #fff;
  position: relative;
  z-index: 100;
  margin-left: 13.75%;
}
.home .about .number {
  color: #fff;
  display: inline-block;
  font-size: 70px;
  margin-bottom: 0;
}
.home .about .subtitle {
  background: #0089d0;
  color: #fff;
  padding: 20px;
  line-height: 1;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 82.8125%;
}
.home .about .subtitle::after {
  clear: both;
  content: "";
  display: table;
}
.home .about .subtitle:last-child {
  margin-right: 0;
}
.home .about .title {
  line-height: 0.9;
}

[data-dots] {
  position: relative;
}

.alert-box {
  background: #fff;
  border: 2px solid #ed1c24;
  padding: 15px;
  z-index: 1;
  max-width: 325px;
  position: absolute;
  top: 253px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .alert-box {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.alert-box p {
  margin: 0;
  font-weight: 700;
}
.alert-box__close {
  color: #ed1c24;
  background: transparent;
  padding: 5px;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
  position: relative;
  top: -5px;
  left: -5px;
}
.alert-box__close:hover {
  color: #a92b31;
}

.slick-dots {
  background: #fff;
  padding: 15px;
  z-index: 1;
  position: absolute;
  top: 253px;
  right: 0;
}
@media screen and (max-width: 968px) {
  .slick-dots {
    padding: 10px;
  }
}
@media screen and (max-width: 880px) {
  .slick-dots {
    top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots .dot {
  background: #fafafa;
  cursor: pointer;
  display: block;
  font-family: "cachet";
  font-weight: bold;
  padding: 15px 70px 15px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.slick-dots .icon {
  background: url("/res/images/index-slider__arow.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-top: -14px;
  opacity: 0.001;
  position: absolute;
  top: 50%;
  left: 15px;
  height: 28px;
  width: 21px;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots .text {
  display: block;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slick-dots .slick-active .text {
  -webkit-transform: translateX(34px);
  -moz-transform: translateX(34px);
  -ms-transform: translateX(34px);
  -o-transform: translateX(34px);
  transform: translateX(34px);
}
.slick-dots .slick-active .icon {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.slick-dots li {
  margin-top: 15px;
}
@media screen and (max-width: 968px) {
  .slick-dots li {
    margin-top: 10px;
  }
}
.slick-dots li:first-child {
  margin-top: 0;
}

.membership-pricing {
  background-color: #fafafa;
  font-family: "cachet";
  font-size: 16px;
}
.membership-pricing tbody td {
  color: #92278f;
  border-bottom-color: #eee;
  padding: 8px;
}
.membership-pricing tbody th {
  color: #c6168d;
  border-bottom-color: #eee;
  padding: 8px;
  text-transform: uppercase;
}
.membership-pricing thead th {
  color: #00aeef;
  border-bottom-color: #00aeef;
  text-transform: uppercase;
  padding: 8px;
}
.membership-pricing tbody tr:last-of-type td, .membership-pricing tbody tr:last-of-type th {
  border-bottom-color: #fff;
}

.article-container {
  display: block;
  padding-bottom: 30px;
}
.article-container::after {
  clear: both;
  content: "";
  display: table;
}
.two-column .article-container {
  display: block;
}
.two-column .article-container::after {
  clear: both;
  content: "";
  display: table;
}
.article-container > .left {
  background-color: #fff;
  border-top-right-radius: 4px;
  padding-right: 30px;
  position: relative;
  float: right;
  display: block;
  margin-left: 1.5384615385%;
  width: 32.3076923077%;
}
.article-container > .left:last-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .article-container > .left {
    margin-top: 0px;
    width: 100%;
    margin-left: 0;
  }
}
.article-container > .left:before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 100%;
  height: 100%;
  width: 200%;
}
@media screen and (max-width: 768px) {
  .article-container > .left:before {
    display: none;
  }
}
.article-container > .left.-no-image {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
}
.article-container > .left.-no-image:before {
  display: none;
}
.article-container > .right {
  float: right;
  display: block;
  margin-left: 1.5384615385%;
  width: 66.1538461538%;
}
.article-container > .right:last-child {
  margin-left: 0;
}
.article-container > .right ul {
  list-style-type: none;
}
.article-container > .right ul li:before {
  color: inherit;
  display: inline-block;
  content: "\f0da ";
  font-family: FontAwesome;
}
.article-container > .right ul.-no-bullet li:before {
  content: "";
  display: none;
}
@media screen and (max-width: 768px) {
  .article-container > .right {
    width: 100%;
    margin-left: 0;
  }
}
.article-container .image {
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding-bottom: 33.6%;
  height: 0;
  width: 100%;
}

.article-header {
  display: block;
  float: left;
  max-width: 100%;
  overflow: hidden;
  padding-top: 201px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .article-header {
    padding-top: 131px;
  }
}
.article-header:before, .article-header:after {
  content: "";
  position: absolute;
  width: 100%;
}
.article-header:before {
  background-color: #0089d0;
  top: 0;
  height: 131px;
}
@media screen and (max-width: 880px) {
  .article-header:before {
    display: none;
  }
}
.article-header:after {
  background-color: #fafafa;
  top: 131px;
  height: 60px;
}
@media screen and (max-width: 880px) {
  .article-header:after {
    height: 20px;
    top: 111px;
  }
}
.article-header .-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 300px;
  -moz-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
}
.article-header .-right {
  padding-top: 15px;
  position: relative;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.article-header .flex-container {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-header .image {
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding-bottom: 33.6%;
  height: 0;
  width: 100%;
}
.article-header .subtitle {
  color: #0060af;
  display: block;
  float: left;
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}
.article-header .title {
  color: #00aeef;
  margin-bottom: 0;
  text-transform: uppercase;
}
.article-header .title-location {
  background: #92278f;
}

.accordion-filters .filter {
  display: block;
  float: left;
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 49.2307692308%;
}
.accordion-filters .filter:last-child {
  margin-right: 0;
}

.accordion-list {
  margin-top: 50px;
}

.accordion-listitem {
  margin-bottom: 30px;
}
.accordion-listitem > .question {
  margin-bottom: 0.5em;
}

.blog-listitem {
  border-top: 1px solid #00aeef;
  padding: 22px 0;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-listitem:before {
  content: "" !important;
  display: none !important;
}
.blog-listitem:first-of-type {
  border-top: none;
}
.blog-listitem .flex-row {
  display: flex;
  padding-bottom: 23px;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.blog-listitem .date {
  padding-left: 15px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.blog-listitem .location {
  font-family: "cachet";
  font-weight: bold;
  flex-basis: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

.class-instructor {
  background-color: #c6168d;
  color: #fff;
  display: table;
  display: flex;
  margin-bottom: 70px;
  margin-top: 25px;
  padding: 6px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.class-instructor ul.-no-bullet li:before {
  content: "";
  display: none;
}
.class-instructor .class {
  background-color: #fff;
  color: #c6168d;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 8px 16px;
  text-transform: uppercase;
}
.class-instructor .details {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 62.5%;
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  box-flex: 5;
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
@media screen and (max-width: 890px) {
  .class-instructor .details {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .class-instructor .details {
    width: 62.5%;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
  }
}
@media screen and (max-width: 500px) {
  .class-instructor .details {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.class-instructor .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 37.5%;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
@media screen and (max-width: 890px) {
  .class-instructor .image {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .class-instructor .image {
    width: 62.5%;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
  }
}
@media screen and (max-width: 500px) {
  .class-instructor .image {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.class-instructor .image img {
  visibility: hidden;
}
.class-instructor .title {
  color: #fff;
}

.class-instructor-row {
  display: table;
  width: 100%;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.class-instructor.-small {
  display: flex;
  margin-right: 1.5384615385%;
  -webkit-flex-basis: 23.8461538462%;
  -moz-flex-basis: 23.8461538462%;
  flex-basis: 23.8461538462%;
  -ms-flex-preferred-size: 23.8461538462%;
}
.class-instructor.-small .details, .class-instructor.-small .image {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.class-reservation {
  background-color: #fafafa;
  margin-bottom: 36px;
  padding: 20px;
}
.class-reservation li:before {
  content: "" !important;
}

.jobs-list {
  margin-bottom: 70px;
}

.jobs-listitem {
  background-color: #fafafa;
  margin-top: 24px;
  padding: 32px 27px;
}
.jobs-listitem:before {
  content: "" !important;
}
.jobs-listitem .cta {
  margin-top: 20px;
}
.jobs-listitem .header {
  display: flex;
  margin-bottom: 19px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.jobs-listitem .location {
  color: #0089d0;
  font-family: "cachet";
  font-weight: bold;
  text-transform: uppercase;
}
.jobs-listitem .title {
  margin-bottom: 0;
}

.job-form {
  margin-top: 0;
}

.program-list {
  display: block;
  float: left;
  margin-top: 50px;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.program-list > .program-listitem {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 49.2307692308%;
}
.program-list > .program-listitem:last-child {
  margin-right: 0;
}
.program-list > .program-listitem:nth-child(2n) {
  margin-right: 0;
}
.program-list > .program-listitem:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .program-list > .program-listitem {
    width: 100%;
    margin-right: 0;
  }
}

.program-listitem {
  background: #eee;
  margin-bottom: 20px;
  padding: 20px;
}
.program-listitem .locations {
  margin-bottom: 10px;
}
.program-listitem .location {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 5px;
}
.program-listitem .location:after {
  content: ",";
}
.program-listitem .location:last-child:after {
  display: none;
}
.program-listitem .title {
  text-decoration: none;
}

.staff-list-aside {
  background: #00aeef;
  color: #fff;
  font-family: "cachet";
  font-weight: bold;
  margin-bottom: 40px;
  padding: 26px 17px;
  text-transform: uppercase;
}
.staff-list-aside a {
  color: inherit;
  text-decoration: none;
  padding: 5px 0;
  width: 100%;
}
.staff-list-aside li {
  margin-bottom: 8px;
}
.staff-list-aside .sub-nav {
  display: block;
  font-weight: normal;
  margin-top: 4px;
}
.staff-list-aside .sub-nav li:before {
  content: "";
  margin-left: 1em;
}

.staff-list-container {
  display: block;
  float: left;
  margin-top: 60px;
  width: 100%;
}

.staff-listitem {
  background: #00aeef;
  color: #fff;
  margin-bottom: 17px;
  width: 100%;
}
.staff-listitem .contact {
  background: #0089d0;
  height: 55px;
  padding: 11px;
}
.staff-listitem .fa {
  color: #fff;
  text-decoration: none;
}
.staff-listitem .flex-row {
  display: flex;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff-listitem .description {
  padding: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}
.staff-listitem .image {
  background-color: #0089d0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 215px;
  -moz-flex: 0 0 215px;
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
}
@media screen and (max-width: 575px) {
  .staff-listitem .image {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
.staff-listitem .name {
  margin-bottom: 0.3em;
}
.staff-listitem .name, .staff-listitem .title {
  color: #fff;
}
.staff-listitem figure {
  padding: 7px;
}

.staff-social-links li {
  display: inline-block;
  margin-right: 5px;
}
.staff-social-links a {
  line-height: 28px;
  text-align: center;
  height: 28px;
  width: 28px;
}
.staff-social-links a:hover {
  background: #0060af;
}

/*# sourceMappingURL=style.css.map */
