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

/* Grid Settings
======================================================================================= */
/* 1. Neat Settings
=================================================================== */
/* 2. Neat Settings
=================================================================== */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #6eab45;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.8em;
  text-decoration: none;
  transition: background-color 250ms 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 {
    background-color: #588937;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]: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 {
      background-color: #6eab45; }

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

input,
label,
select {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px; }

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

input[type="color"]:not(.navigation__primary__search):not(.newsletter__input), input[type="date"]:not(.navigation__primary__search):not(.newsletter__input), input[type="datetime"]:not(.navigation__primary__search):not(.newsletter__input), input[type="datetime-local"]:not(.navigation__primary__search):not(.newsletter__input), input[type="email"]:not(.navigation__primary__search):not(.newsletter__input), input[type="month"]:not(.navigation__primary__search):not(.newsletter__input), input[type="number"]:not(.navigation__primary__search):not(.newsletter__input), input[type="password"]:not(.navigation__primary__search):not(.newsletter__input), input[type="search"]:not(.navigation__primary__search):not(.newsletter__input), input[type="tel"]:not(.navigation__primary__search):not(.newsletter__input), input[type="text"]:not(.navigation__primary__search):not(.newsletter__input), input[type="time"]:not(.navigation__primary__search):not(.newsletter__input), input[type="url"]:not(.navigation__primary__search):not(.newsletter__input), input[type="week"]:not(.navigation__primary__search):not(.newsletter__input), input:not([type]):not(.navigation__primary__search):not(.newsletter__input), textarea:not(.navigation__primary__search):not(.newsletter__input),
select[multiple=multiple]:not(.navigation__primary__search):not(.newsletter__input) {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 0.9em;
  padding: 10px 8px 6px;
  transition: border-color 250ms ease;
  width: 100%; }
  input[type="color"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="date"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="datetime"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="datetime-local"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="email"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="month"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="number"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="password"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="search"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="tel"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="text"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="time"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="url"]:not(.navigation__primary__search):not(.newsletter__input):hover, input[type="week"]:not(.navigation__primary__search):not(.newsletter__input):hover, input:not([type]):not(.navigation__primary__search):not(.newsletter__input):hover, textarea:not(.navigation__primary__search):not(.newsletter__input):hover,
  select[multiple=multiple]:not(.navigation__primary__search):not(.newsletter__input):hover {
    border-color: #b1b1b1; }
  input[type="color"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="date"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="datetime"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="datetime-local"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="email"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="month"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="number"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="password"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="search"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="tel"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="text"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="time"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="url"]:not(.navigation__primary__search):not(.newsletter__input):focus, input[type="week"]:not(.navigation__primary__search):not(.newsletter__input):focus, input:not([type]):not(.navigation__primary__search):not(.newsletter__input):focus, textarea:not(.navigation__primary__search):not(.newsletter__input):focus,
  select[multiple=multiple]:not(.navigation__primary__search):not(.newsletter__input):focus {
    border-color: #6eab45;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04), 0 0 5px rgba(98, 153, 62, 0.7);
    outline: none; }
  input[type="color"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="date"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="datetime"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="datetime-local"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="email"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="month"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="number"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="password"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="search"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="tel"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="text"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="time"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="url"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input[type="week"]:not(.navigation__primary__search):not(.newsletter__input):disabled, input:not([type]):not(.navigation__primary__search):not(.newsletter__input):disabled, textarea:not(.navigation__primary__search):not(.newsletter__input):disabled,
  select[multiple=multiple]:not(.navigation__primary__search):not(.newsletter__input):disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="date"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="datetime"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="datetime-local"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="email"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="month"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="number"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="password"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="search"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="tel"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="text"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="time"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="url"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input[type="week"]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover, input:not([type]):not(.navigation__primary__search):not(.newsletter__input):disabled:hover, textarea:not(.navigation__primary__search):not(.newsletter__input):disabled:hover,
    select[multiple=multiple]:not(.navigation__primary__search):not(.newsletter__input):disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

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

input[type="password"] {
  letter-spacing: .1em; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.45em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }
  input[type="checkbox"][disabled],
  input[type="radio"][disabled] {
    cursor: not-allowed; }
  input[type="checkbox"][disabled] + label,
  input[type="radio"][disabled] + label {
    cursor: not-allowed;
    opacity: .5; }

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

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

label {
  color: #686060;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase; }
  label.error {
    clear: both;
    color: #ff5c5c;
    display: block;
    font-size: 12px;
    font-style: italic;
    width: 100%; }
    .newsletter label.error {
      color: #fff;
      margin-bottom: -16px;
      padding-top: 16px; }
  label small {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    font-style: italic;
    text-transform: none; }

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

[data-property="success-msg"] {
  border: 1px solid #ccc;
  background-color: #fafafa;
  border-radius: 3px;
  color: #2faba4;
  clear: both;
  display: none;
  padding: 12px;
  margin: 0 auto;
  max-width: 1200px; }
  [data-property="success-msg"]::after {
    clear: both;
    content: "";
    display: table; }
  [data-property="success-msg"]:before {
    content: '\f05a'; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

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

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.9em 0;
  table-layout: fixed;
  width: 100%; }

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

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

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

body {
  color: #686060;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.9em;
  text-transform: uppercase; }
  h1.-underline,
  h2.-underline,
  h3.-underline,
  h4.-underline,
  h5.-underline,
  h6.-underline {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 32px;
    padding-bottom: 16px; }

h1 {
  font-size: 34px; }

h2 {
  color: #686060;
  font-size: 26px; }

h3 {
  color: #686060;
  font-size: 23px; }

h4 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  margin: 0 0 0.9em; }

a {
  color: #6eab45;
  text-decoration: none;
  transition: color 250ms ease; }
  a:active, a:focus, a:hover {
    color: #538034; }

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

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

.caps-link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

.flex-wrap--header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-wrap--header h6 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.article__meta, .article__item-date-title, .modal__subtitle {
  color: #084c82;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.article-detail__share-label, .article-detail__download-label {
  color: #6eab45;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

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

/*
 * @name: %list-reset
 * @args: n/a
 * @description: Applies to a ul or ol element. Removes default
 *               list style, padding, and margin.
 */
.breadcrumbs, .social-share, .grey-header__link-items, .navigation__secondary-items, .controls__items, .staff-list__items {
  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.
 */
.breadcrumbs li, .social-share li, .grey-header__link-items li, .navigation__secondary-items li, .controls__items li, .staff-list__items 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.
 */
[data-property="success-msg"]:before, .breadcrumbs li:after, .navigation__primary-item--search:after, .explore-further__sub-link--active:before, .accordion-trigger[data-role="accordion-parent"]:before, .article-detail__download-link:before, .button--wide:after {
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.nav-open {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container--relative {
    position: relative; }
  @media screen and (max-width: 1280px) {
    .container--homepage-carousel {
      padding-left: 0; } }
  @media screen and (max-width: 1100px) {
    .container--homepage-carousel {
      padding-right: 0px; } }

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

.editable-content img, .mce-content-body 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;"], .mce-content-body img[style^="float:left;"],
.mce-content-body img[style^="float: left;"],
.mce-content-body img[style^="float :left;"],
.mce-content-body img[style*=" float:left;"],
.mce-content-body img[style*=" float: left;"],
.mce-content-body 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;"], .mce-content-body img[style^="float:right;"],
.mce-content-body img[style^="float: right;"],
.mce-content-body img[style^="float :right;"],
.mce-content-body img[style*=" float:right;"],
.mce-content-body img[style*=" float: right;"],
.mce-content-body img[style*=" float :right;"] {
  margin-left: 30px;
  margin-bottom: 30px; }

.editable-content ul, .editable-content ol, .mce-content-body ul, .mce-content-body ol {
  margin-bottom: 24px;
  padding-left: 20px; }

.editable-content ul, .mce-content-body ul {
  list-style: disc; }

.editable-content ol, .mce-content-body ol {
  list-style: decimal; }

.editable-content li, .mce-content-body li {
  margin-bottom: 8px; }

.editable-content h1, .editable-content h2, .editable-content h3, .editable-content h4, .editable-content h5, .editable-content h6, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  margin-top: 24px; }
  .editable-content h1:first-child, .editable-content h2:first-child, .editable-content h3:first-child, .editable-content h4:first-child, .editable-content h5:first-child, .editable-content h6:first-child, .mce-content-body h1:first-child, .mce-content-body h2:first-child, .mce-content-body h3:first-child, .mce-content-body h4:first-child, .mce-content-body h5:first-child, .mce-content-body h6:first-child {
    margin-top: 0; }

.breadcrumbs li {
  font-weight: 700;
  padding-right: 5px; }
  .breadcrumbs li:after {
    content: '\f105';
    padding-left: 10px; }
  .breadcrumbs li:last-child:after {
    display: none; }

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

.social-share .a2a_img {
  display: none; }

@media screen and (max-width: 968px) {
  .mobile-hide {
    display: none !important; } }

.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; }

.generic-section {
  margin-bottom: 32px; }
  .generic-section::after {
    clear: both;
    content: "";
    display: table; }

.-margin-bottom {
  margin-bottom: 24px; }

.grey-header {
  background-color: #e7e2e2;
  margin-left: -54px;
  margin-bottom: 36px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 54px;
  padding-bottom: 24px;
  width: calc(100% + 54px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: 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; }
  .grey-header h2 {
    margin: 6px 0 0; }
  .grey-header__link-item:after {
    content: '|';
    display: inline-block;
    margin: 0 8px; }
  .grey-header__link-item:last-child:after {
    content: ''; }
  .grey-header__link {
    color: #686060;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase; }
    .grey-header__link--active {
      color: #1d2329; }
  .grey-header__num-items {
    background-color: #fff;
    border-radius: 500px;
    font-size: 26px;
    font-weight: 700;
    min-width: 64px;
    text-align: center; }
  @media screen and (max-width: 968px) {
    .grey-header {
      display: block; }
      .grey-header__link-item {
        position: relative;
        top: 5px; } }

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

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

#search-form {
  max-width: 500px;
  margin-bottom: 16px; }

.search-results-list h2 {
  margin-bottom: 8px; }

.search-results-list li {
  margin-bottom: 32px; }

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

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

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  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 {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

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

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

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

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

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

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

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

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

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #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-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  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-down,
.fc-state-active {
  background-color: #cccccc;
  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; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

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

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

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  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-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

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

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

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

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

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

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

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

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

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

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

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

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

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

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

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

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

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-touch .fc-event .fc-resizer {
  display: none;
  /* only show when selected */ }

.fc-touch .fc-event.fc-selected .fc-resizer {
  display: block; }

/* Hit Area (for events and expander)
--------------------------------------------------------------------------------------------------*/
.fc-expander {
  /* fc-event is already position:relative */
  position: relative; }

.fc-touch .fc-expander:before,
.fc-touch .fc-event .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.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;
  /* replace the border with padding */
  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;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (cursor devices) */
.fc-cursor .fc-h-event .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-touch .fc-h-event .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-touch.fc-ltr .fc-h-event .fc-start-resizer,
.fc-touch.fc-rtl .fc-h-event .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-touch.fc-ltr .fc-h-event .fc-end-resizer,
.fc-touch.fc-rtl .fc-h-event .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

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

/* resizer (cursor devices) */
/* left resizer  */
.fc-cursor.fc-ltr .fc-day-grid-event .fc-start-resizer,
.fc-cursor.fc-rtl .fc-day-grid-event .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-cursor.fc-ltr .fc-day-grid-event .fc-end-resizer,
.fc-cursor.fc-rtl .fc-day-grid-event .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

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

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

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

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

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

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

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.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; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

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

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

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

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

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  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);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  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: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

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

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

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

/* divs within a cell within the fc-content-skeleton */
.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 {
  position: relative;
  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 {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

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

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

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

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

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-cursor .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-cursor .fc-time-grid-event .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-touch .fc-time-grid-event .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

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

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  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;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.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__rendered li {
      list-style: none; }
  .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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 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: white;
  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: white; }

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

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

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

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

.slick-list {
  width: 100%; }

.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; }

.slick-dots {
  padding: 0;
  margin: 0;
  height: 10px;
  list-style: none;
  pointer-events: auto !important;
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 0;
  text-align: right;
  z-index: 10; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    box-shadow: 0 none;
    border: 0 none;
    border-radius: 10px;
    background: #26313a;
    font-size: 0px;
    padding: 0; }
    .slick-dots button:before {
      display: none; }
  .slick-dots .slick-active button {
    background: #6eab45; }

html.inlinesvg .ooh-logo {
  position: relative;
  top: 3px;
  margin-left: 20px; }
  html.inlinesvg .ooh-logo path {
    fill: #bcd860; }
    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: 25px;
    height: 25px; }
  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; }

.page-footer {
  padding: 48px 0 32px; }
  .page-footer::after {
    clear: both;
    content: "";
    display: table; }
  .page-footer__logo {
    padding-top: 8px;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 14.5569620253%; }
    .page-footer__logo:last-child {
      margin-right: 0; }
  .page-footer__content {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 57.2784810127%; }
    .page-footer__content:last-child {
      margin-right: 0; }
    .page-footer__content p, .page-footer__content a {
      font-size: 12px;
      font-weight: 700; }
  .page-footer__content-item {
    display: inline-block; }
    .page-footer__content-item:after {
      display: inline-block;
      font-size: 10px;
      margin: 0 8px;
      content: "|"; }
    .page-footer__content-item:first-child {
      margin-left: 0; }
    .page-footer__content-item:last-child {
      margin-right: 0; }
      .page-footer__content-item:last-child:after {
        content: ''; }
  .page-footer__copyright p {
    color: #084c82; }
  .page-footer__content-link {
    text-transform: uppercase; }
  .page-footer__socials {
    text-align: right;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 23.1012658228%; }
    .page-footer__socials:last-child {
      margin-right: 0; }
  .page-footer__socials-item {
    margin-right: 8px;
    display: inline-block; }
  .page-footer__socials-link {
    font-size: 25px; }
  @media screen and (max-width: 968px) {
    .page-footer__logo, .page-footer__content, .page-footer__socials {
      text-align: center;
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .page-footer__logo:last-child, .page-footer__content:last-child, .page-footer__socials:last-child {
        margin-right: 0; }
    .page-footer__logo img {
      max-width: 250px;
      margin: 0 auto 24px; } }

body {
  padding-top: 115px;
  -webkit-transition: padding-top 250ms ease;
  -moz-transition: padding-top 250ms ease;
  transition: padding-top 250ms ease; }
  @media screen and (max-width: 968px) {
    body {
      padding-top: 60px; } }

.page-header {
  background-color: #fff;
  height: auto !important;
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .page-header::after {
    clear: both;
    content: "";
    display: table; }
  .page-header__logo {
    padding: 30px 0 16px;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 23.1012658228%; }
    .page-header__logo:last-child {
      margin-right: 0; }
    .page-header__logo img {
      display: block; }
  @media screen and (min-width: 969px) {
    .page-header.headroom--not-top {
      box-shadow: 0 3px 3px rgba(104, 96, 96, 0.3); } }

.navigation {
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 74.3670886076%; }
  .navigation:last-child {
    margin-right: 0; }

@media screen and (max-width: 1280px) {
  .page-header__logo {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 18.8291139241%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .page-header__logo:last-child {
      margin-right: 0; }
    .page-header__logo img {
      min-width: 225px;
      position: relative;
      top: 8px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .navigation {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 78.6392405063%; }
    .navigation:last-child {
      margin-right: 0; } }

@media screen and (max-width: 1100px) {
  .navigation {
    margin-left: 4.2721518987%;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 74.3670886076%; }
    .navigation:last-child {
      margin-right: 0; } }

@media screen and (max-width: 968px) {
  .page-header {
    box-shadow: 0 3px 3px rgba(104, 96, 96, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
    .page-header__logo {
      padding: 8px 0 6px; }
  .navigation__inner {
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    display: none;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
    .navigation__inner::after {
      clear: both;
      content: "";
      display: table; }
  .page-header__logo img {
    top: 0; } }

[data-action="toggle-mobile-menu"] {
  display: none; }
  @media screen and (max-width: 968px) {
    [data-action="toggle-mobile-menu"] {
      float: right;
      margin-top: 20px;
      cursor: pointer;
      display: block;
      height: 20px;
      width: 30px;
      position: relative; }
      [data-action="toggle-mobile-menu"]:before, [data-action="toggle-mobile-menu"]:after {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        right: 0px;
        left: 0px;
        background-color: #6eab45; }
      [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: 2px;
          width: 100%;
          position: absolute;
          top: 9px;
          right: 0px;
          left: 0px;
          background-color: #6eab45; }
      [data-action="toggle-mobile-menu"]:before, [data-action="toggle-mobile-menu"]:after {
        -webkit-transition: background-color 0.3s ease-in-out, top 0.20001s 0.09999s ease-in-out, bottom 0.20001s 0.09999s ease-in-out, -webkit-transform 0.09999s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out, top 0.20001s 0.09999s ease-in-out, bottom 0.20001s 0.09999s ease-in-out, -moz-transform 0.09999s ease-in-out;
        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 {
        -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        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: #6eab45;
        opacity: 1;
        -webkit-transition: background-color 0.3s ease-in-out, top 0.20001s ease-in-out, bottom 0.20001s ease-in-out, -webkit-transform 0.20001s 0.09999s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out, top 0.20001s ease-in-out, bottom 0.20001s ease-in-out, -moz-transform 0.20001s 0.09999s ease-in-out;
        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: 9px;
        -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: 9px;
        -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: #6eab45;
        opacity: 0; } }

.navigation__primary-items, .navigation__secondary-items {
  padding-left: 0px; }

.navigation__primary-items {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 968px) {
    .navigation__primary-items {
      display: block;
      height: auto; } }

.navigation__primary-item {
  display: block;
  text-align: center;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  position: relative; }
  .navigation__primary-item--search {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative; }
    .navigation__primary-item--search:after {
      color: #fff;
      content: '\f002';
      position: absolute;
      top: 50%;
      left: 16px;
      -webkit-transform: translateY(-63%);
      -moz-transform: translateY(-63%);
      -ms-transform: translateY(-63%);
      -o-transform: translateY(-63%);
      transform: translateY(-63%); }
  .navigation__primary-item--active .navigation__primary-link, .navigation__primary-item--active-page .navigation__primary-link {
    color: #fff; }
    .navigation__primary-item--active .navigation__primary-link:before, .navigation__primary-item--active-page .navigation__primary-link:before {
      height: 100%; }

.navigation__primary-link {
  color: #26313a;
  display: block;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  z-index: 5;
  height: 100%;
  width: 100%;
  position: relative; }
  .navigation__primary-link:active, .navigation__primary-link:focus {
    color: #fff; }
  .navigation__primary-link:after {
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .navigation__primary-link:before {
    content: '';
    height: 0;
    z-index: -1;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    transition: height 0.25s;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  @media screen and (max-width: 1100px) {
    .navigation__primary-link {
      font-size: 14px; } }
  @media screen and (max-width: 968px) {
    .navigation__primary-link {
      border-left: 6px solid transparent; } }
  .navigation__primary-link--about-us:after {
    background-color: #2faba4; }
  .navigation__primary-link--about-us:before {
    background-color: #2faba4; }
  .navigation__primary-link--projects:after {
    background-color: #6eab45; }
  .navigation__primary-link--projects:before {
    background-color: #6eab45; }
  .navigation__primary-link--grants:after {
    background-color: #bcd860; }
  .navigation__primary-link--grants:before {
    background-color: #bcd860; }
  .navigation__primary-link--events:after {
    background-color: #3f79a2; }
  .navigation__primary-link--events:before {
    background-color: #3f79a2; }
  .navigation__primary-link--newsroom:after {
    background-color: #084c82; }
  .navigation__primary-link--newsroom:before {
    background-color: #084c82; }
  @media screen and (max-width: 968px) {
    .navigation__primary-link {
      border-bottom: 1px solid #ebebeb; }
      .navigation__primary-link:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -6px;
        height: 100%;
        width: 6px; }
      .navigation__primary-link:active, .navigation__primary-link:focus {
        color: #26313a; } }

.navigation__primary__search {
  background-color: #6eab45;
  border: 0 none;
  border-radius: 0;
  border-bottom: 6px solid #242c33;
  color: #fff;
  padding: 4px 16px 0 40px;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .navigation__primary__search::-webkit-input-placeholder {
    color: #fff; }
  .navigation__primary__search::-moz-placeholder {
    color: #fff; }
  .navigation__primary__search:-moz-placeholder {
    color: #fff; }
  .navigation__primary__search:-ms-input-placeholder {
    color: #fff; }
  @media screen and (max-width: 968px) {
    .navigation__primary__search {
      border-bottom-width: 2px; } }

.navigation__secondary-items {
  height: 55px;
  text-align: right; }
  @media screen and (max-width: 968px) {
    .navigation__secondary-items {
      border-bottom: 1px solid #ebebeb;
      border-top: 1px solid #ebebeb;
      text-align: center; } }

.navigation__secondary-item {
  line-height: 55px; }
  @media screen and (max-width: 968px) {
    .navigation__secondary-item {
      line-height: 50px; } }
  .navigation__secondary-item--mobile {
    border-bottom: 1px solid #ebebeb;
    display: none; }
    .navigation__secondary-item--mobile .navigation__secondary-link {
      font-size: 14px;
      text-align: center;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .navigation__secondary-item--mobile .navigation__secondary-link:first-child {
        border-right: 1px solid #ebebeb; }
    @media screen and (max-width: 968px) {
      .navigation__secondary-item--mobile {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }

.navigation__secondary-link {
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
  text-transform: uppercase; }
  .navigation__secondary-link i {
    font-size: 18px; }

.navigation__primary-sub__items {
  display: none;
  text-align: left;
  width: 200%;
  z-index: 200;
  position: absolute;
  top: 60px;
  left: 0px; }
  @media screen and (max-width: 968px) {
    .navigation__primary-sub__items {
      display: none !important; } }
  .navigation__primary-sub__items--about-us {
    background-color: #2faba4; }
    .navigation__primary-sub__items--about-us .navigation__primary-sub__link:hover {
      background-color: #24837e; }
  .navigation__primary-sub__items--projects {
    background-color: #6eab45; }
    .navigation__primary-sub__items--projects .navigation__primary-sub__link:hover {
      background-color: #578736; }
  .navigation__primary-sub__items--grants {
    background-color: #bcd860; }
    .navigation__primary-sub__items--grants .navigation__primary-sub__link:hover {
      background-color: #abce37; }
  .navigation__primary-sub__items--events {
    background-color: #3f79a2; }
    .navigation__primary-sub__items--events .navigation__primary-sub__link:hover {
      background-color: #315e7d; }
  .navigation__primary-sub__items--newsroom {
    background-color: #084c82; }
    .navigation__primary-sub__items--newsroom .navigation__primary-sub__link:hover {
      background-color: #053052; }

.navigation__primary-sub__link {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 8px 16px;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  -moz-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease; }
  .navigation__primary-sub__link:active, .navigation__primary-sub__link:hover, .navigation__primary-sub__link:focus {
    color: #fff; }
  @media screen and (max-width: 1100px) {
    .navigation__primary-sub__link {
      font-size: 14px; } }

.sidebar h4 {
  border-bottom: 2px solid #242c33;
  padding-bottom: 16px;
  margin-bottom: 16px; }

.sidebar__section {
  margin-bottom: 56px; }
  .sidebar__section:last-child {
    margin-bottom: 0; }
  .sidebar__section--latest-research .sidebar__title {
    color: #6eab45; }
  .sidebar__section--latest-news .sidebar__title {
    color: #084c82; }

.explore-further--about-us h4 {
  color: #2faba4; }

.explore-further--projects h4 {
  color: #6eab45; }

.explore-further--grants h4 {
  color: #bcd860; }

.explore-further--events h4 {
  color: #3f79a2; }

.explore-further--newsroom h4 {
  color: #084c82; }

.explore-further--other h4 {
  color: #5cc9e1; }

.explore-further__item {
  position: relative; }

.explore-further__link {
  color: #686060;
  display: block;
  padding: 8px 0 8px 24px;
  font-weight: 700;
  text-transform: uppercase; }
  .explore-further__link--active {
    background-color: #f5f5f5;
    border-right: 8px solid #a29696; }

.explore-further__sub-items {
  display: none;
  margin-bottom: 12px; }

.explore-further__sub-link {
  color: #686060;
  display: block;
  font-size: 14px;
  padding: 4px 0 4px 48px;
  position: relative; }
  .explore-further__sub-link--active:before {
    content: '\f0da';
    position: absolute;
    top: 47%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

@media screen and (max-width: 968px) {
  .explore-further__link {
    padding-left: 48px; }
  .explore-further__sub-link {
    padding-left: 64px; } }

.accordion-trigger {
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 0px; }
  .accordion-trigger:before {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    transition: color 250ms ease; }
  .accordion-trigger:hover:before {
    color: #6eab45; }
  .accordion-trigger[data-role="accordion-parent"]:before {
    font-size: 14px; }
  .accordion-trigger[data-status="closed"]:before {
    content: '\f067'; }
  .accordion-trigger[data-status="open"]:before {
    content: '\f068'; }
  @media screen and (max-width: 968px) {
    .accordion-trigger {
      top: 8px;
      left: 4px;
      padding-right: 8px;
      padding-left: 8px;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); } }

@media screen and (max-width: 968px) {
  .sidebar-articles {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 48.7341772152%; }
    .sidebar-articles:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .sidebar-articles {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 100%; }
    .sidebar-articles:last-child {
      margin-right: 0; } }

.content-articles__items--two-col {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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; }

.content-articles__item--half {
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 48.7341772152%; }
  .content-articles__item--half:last-child {
    margin-right: 0; }
  .content-articles__item--half:nth-child(2n) {
    margin-right: 0; }
  .content-articles__item--half:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 1100px) {
    .content-articles__item--half {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .content-articles__item--half:nth-child(1n) {
        margin-right: 0; }
      .content-articles__item--half:nth-child(1n+1) {
        clear: left; }
      .content-articles__item--half:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 968px) {
    .content-articles__item--half {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 48.7341772152%; }
      .content-articles__item--half:nth-child(1n) {
        margin-right: 2.5316455696%; }
      .content-articles__item--half:nth-child(1n+1) {
        clear: none; }
      .content-articles__item--half:last-child {
        margin-right: 0; }
      .content-articles__item--half:nth-child(2n) {
        margin-right: 0; }
      .content-articles__item--half:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .content-articles__item--half {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .content-articles__item--half:nth-child(1n) {
        margin-right: 0; }
      .content-articles__item--half:nth-child(1n+1) {
        clear: left; }
      .content-articles__item--half:last-child {
        margin-right: 0; }
      .content-articles__item--half .article__article {
        padding-bottom: 24px;
        position: relative; }
        .content-articles__item--half .article__article:after {
          background-color: #ebebeb;
          content: '';
          opacity: 1;
          position: absolute;
          bottom: 0px;
          left: 0px;
          height: 1px;
          width: 100%;
          -webkit-transition: opacity 250ms ease;
          -moz-transition: opacity 250ms ease;
          transition: opacity 250ms ease; } }

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

.article__meta {
  margin-bottom: 16px; }
  .content-articles__items .article__meta:first-child {
    padding-top: 8px; }

.article__meta-item {
  display: inline-block;
  width: 225px; }

.article__image {
  height: 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 8px;
  padding-top: 40.6032%; }
  .sidebar-articles .article__image {
    margin-bottom: 16px; }
  .content-articles__items--two-col .article__image {
    margin-bottom: 0px; }
  .article__image img {
    display: block;
    height: auto;
    width: 100%; }

.article__link:not(span) {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 0 #f3f0f0;
  display: block;
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: box-shadow 0.45s, border 0.45s;
  -moz-transition: box-shadow 0.45s, border 0.45s;
  transition: box-shadow 0.45s, border 0.45s; }
  .article__link:not(span)::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .article__link:not(span) {
      box-shadow: 0 none;
      border: 0 none; } }
  .article__link:not(span):after {
    background-color: #e7e2e2;
    content: '';
    max-width: 300px;
    -webkit-transition: max-width 1s, background-color 0.25s;
    -moz-transition: max-width 1s, background-color 0.25s;
    transition: max-width 1s, background-color 0.25s;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .content-articles__items--two-col .article__link:not(span):after {
    display: none; }
  .article__link:not(span):hover:after {
    background-color: #6eab45; }
  .article__link:not(span):hover .article__title {
    color: #6eab45; }
  .content-articles__items .article__link:not(span):hover {
    box-shadow: 0px 4px 10px 0 #f3f0f0;
    border: 1px solid #e7e2e2; }
    .content-articles__items .article__link:not(span):hover:after {
      max-width: 1100px; }
  @media screen and (max-width: 768px) {
    .content-articles__items .article__link:not(span):hover {
      box-shadow: none;
      border: 0 none; } }

.article__title {
  color: #686060;
  font-size: 24px;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s; }
  .sidebar-articles .article__title {
    font-size: 16px;
    text-transform: none; }
  .content-articles__items--two-col .article__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: none; }

.article__content {
  padding: 16px 20px 24px; }
  .sidebar-articles .article__content {
    padding: 0 0 24px; }
  .announcements-list .article__content {
    padding: 0; }
  .article__content--short {
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 77.0212765957%; }
    .article__content--short:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1280px) {
      .article__content--short {
        float: left;
        display: block;
        margin-right: 3.4042553191%;
        width: 65.5319148936%; }
        .article__content--short:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .article__content--short {
        float: left;
        display: block;
        margin-right: 3.4042553191%;
        width: 100%; }
        .article__content--short:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 968px) {
    .article__content {
      padding: 16px 16px 16px; } }
  @media screen and (max-width: 768px) {
    .article__content {
      padding-left: 0;
      padding-right: 0; } }

.article__excerpt {
  color: #686060;
  max-width: 700px; }
  .article__excerpt p {
    color: #686060; }
  .announcements-list__item .article__excerpt {
    margin-bottom: 16px; }

.article__file-name {
  color: #686060;
  font-size: 12px; }

.article__item-date {
  padding: 24px;
  text-align: right;
  float: left;
  display: block;
  margin-right: 3.4042553191%;
  width: 19.5744680851%; }
  .article__item-date:last-child {
    margin-right: 0; }
  .content-articles__items--two-col .article__item-date {
    color: #686060;
    margin-bottom: 24px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 100%; }
    .content-articles__items--two-col .article__item-date:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .article__item-date {
      float: left;
      display: block;
      margin-right: 3.4042553191%;
      width: 31.0638297872%; }
      .article__item-date:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .article__item-date {
      text-align: left;
      float: left;
      display: block;
      margin-right: 3.4042553191%;
      width: 100%;
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
      .article__item-date:last-child {
        margin-right: 0; } }

.article__item-date-date {
  color: #686060;
  font-size: 20px;
  font-weight: 700; }

.article-detail__image {
  margin-bottom: 24px; }
  .article-detail__image img {
    height: auto;
    width: 100%; }

.article-detail__footer {
  margin-bottom: 32px; }

.article-detail__download::after {
  clear: both;
  content: "";
  display: table; }

.article-detail__download-link {
  display: block;
  border: 1px solid #ccc;
  background-color: #fafafa;
  border-radius: 3px;
  color: #6eab45;
  padding: 12px;
  padding-left: 40px;
  margin-bottom: 8px;
  position: relative; }
  .article-detail__download-link:before {
    content: '\f01a';
    color: #2faba4;
    position: absolute;
    top: 11px;
    left: 16px; }

.article-detail__download-item {
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 31.6455696203%; }
  .article-detail__download-item:last-child {
    margin-right: 0; }
  .article-detail__download-item:nth-child(3n) {
    margin-right: 0; }
  .article-detail__download-item:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1100px) {
    .article-detail__download-item {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 48.7341772152%; }
      .article-detail__download-item:nth-child(3) {
        margin-right: 2.5316455696%; }
      .article-detail__download-item:nth-child(3+1) {
        clear: none; }
      .article-detail__download-item:last-child {
        margin-right: 0; }
      .article-detail__download-item:nth-child(2n) {
        margin-right: 0; }
      .article-detail__download-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 768px) {
    .article-detail__download-item {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%;
      margin-right: 0; }
      .article-detail__download-item:nth-child(2) {
        margin-right: 2.5316455696%; }
      .article-detail__download-item:nth-child(2+1) {
        clear: none; }
      .article-detail__download-item:last-child {
        margin-right: 0; } }

.article-detail__download-file-name {
  color: #686060;
  font-size: 12px;
  word-wrap: break-word; }

.announcements-list {
  margin-bottom: 24px; }
  .announcements-list::after {
    clear: both;
    content: "";
    display: table; }
  .announcements-list--grey-bg {
    background-color: #f5f5f5;
    padding: 32px; }
    @media screen and (max-width: 768px) {
      .announcements-list--grey-bg {
        padding: 32px 16px; } }
  .announcements-list__header--small {
    margin-bottom: 24px; }
  .announcements-list__item {
    margin-bottom: 40px;
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 31.0638297872%; }
    .announcements-list__item:last-child {
      margin-right: 0; }
    .announcements-list__item:nth-child(3n) {
      margin-right: 0; }
    .announcements-list__item:nth-child(3n+1) {
      clear: left; }
    .announcements-list__item:nth-last-child(1), .announcements-list__item:nth-last-child(2), .announcements-list__item:nth-last-child(3) {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .announcements-list__item {
        float: left;
        display: block;
        margin-right: 2.5316455696%;
        width: 100%; }
        .announcements-list__item:last-child {
          margin-right: 0; }
        .announcements-list__item:nth-last-child(2), .announcements-list__item:nth-last-child(3) {
          margin-bottom: 40px; } }
  .announcements-list__link {
    display: block; }
    .announcements-list__link:hover .article__title {
      color: #6eab45; }
  .announcements-list__excerpt p {
    color: #686060; }
  .announcements-list .see-more {
    margin-top: 24px; }

.pager {
  text-align: center; }
  .pager__item {
    display: inline-block;
    margin: 0 8px; }
  .pager__link {
    color: #686060;
    font-weight: 700; }
    .pager__link--current {
      color: #6eab45; }
    .pager__link--disabled {
      pointer-events: none;
      opacity: .3; }

.prev-next-pager {
  background-color: #ebebeb;
  padding: 12px;
  padding-bottom: 8px; }
  .prev-next-pager::after {
    clear: both;
    content: "";
    display: table; }
  .prev-next-pager__item {
    text-align: center;
    float: left;
    display: block;
    margin-right: 10.9589041096%;
    width: 26.0273972603%; }
    .prev-next-pager__item:last-child {
      margin-right: 0; }
  .prev-next-pager__link {
    color: #686060;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; }

br.mobile-only {
  display: none; }
  @media screen and (max-width: 768px) {
    br.mobile-only {
      display: block; } }

.newsletter {
  background-color: #3f79a2;
  color: #fff;
  padding: 56px;
  text-align: center; }
  .newsletter__header {
    margin: 0 auto 24px;
    max-width: 725px; }
    .newsletter__header::after {
      clear: both;
      content: "";
      display: table; }
  .newsletter__form {
    clear: both; }
    .newsletter__form::after {
      clear: both;
      content: "";
      display: table; }
  .newsletter__field-container {
    clear: both;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    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; }
    .newsletter__field-container::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 968px) {
      .newsletter__field-container {
        margin-left: 17.0886075949%;
        float: left;
        display: block;
        margin-right: 2.5316455696%;
        width: 65.8227848101%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .newsletter__field-container:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .newsletter__field-container {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 2.5316455696%;
        width: 100%;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important; }
        .newsletter__field-container:last-child {
          margin-right: 0; } }
  .newsletter__input {
    background-color: #d5e8f5;
    border: 1px solid transparent;
    color: #3f79a2;
    height: 48px;
    padding: 0px 15px;
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    box-flex: 5;
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }
    .newsletter__input:focus {
      border: 1px solid #084c82;
      outline: none; }
    @media screen and (max-width: 768px) {
      .newsletter__input {
        margin-bottom: 16px;
        float: left;
        display: block;
        margin-right: 2.5316455696%;
        width: 100%; }
        .newsletter__input:last-child {
          margin-right: 0; } }
  .newsletter .button {
    margin-left: 8px;
    -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) {
      .newsletter .button {
        margin-left: 0px; } }
  @media screen and (max-width: 768px) {
    .newsletter {
      padding: 40px 32px; } }
  @media screen and (max-width: 480px) {
    .newsletter {
      padding: 40px 24px; } }

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #bcd860;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #445705;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 32px 13px;
  -webkit-transition: color 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
  -moz-transition: color 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
  transition: color 250ms ease, background-color 250ms ease, box-shadow 250ms ease; }
  .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #6eab45;
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    color: #445705;
    box-shadow: 0 0 0 transparent; }

.button--wide {
  border-radius: 4px;
  box-shadow: none;
  display: block;
  margin: 24px 0;
  padding-right: 80px;
  text-transform: none;
  position: relative; }
  @media screen and (max-width: 968px) {
    .button--wide {
      padding-left: 16px; } }
  .button--wide:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 250ms ease, top 250ms ease;
    -moz-transition: right 250ms ease, top 250ms ease;
    transition: right 250ms ease, top 250ms ease; }
  .button--wide:hover:after {
    right: 29px; }
  .button--wide--arrow-down:after {
    content: '\f063'; }
  .button--wide--arrow-down:hover:after {
    right: 32px; }

.form__field__outer-container {
  clear: both; }
  .form__field__outer-container::after {
    clear: both;
    content: "";
    display: table; }

.form__section {
  margin-bottom: 32px; }
  .form__section::after {
    clear: both;
    content: "";
    display: table; }
  .form__section p {
    clear: both;
    margin-bottom: 16px; }
  .form__section--no-margin-bottom {
    margin-bottom: 0; }

.form__field-container {
  margin-bottom: 16px; }
  .form__field-container--half {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 48.7341772152%; }
    .form__field-container--half:last-child {
      margin-right: 0; }
    .form__field-container--half:nth-child(2n) {
      margin-right: 0; }
    .form__field-container--half:nth-child(2n+1) {
      clear: left; }
  .form__field-container--fourth {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 23.1012658228%; }
    .form__field-container--fourth:last-child {
      margin-right: 0; }
    .form__field-container--fourth:nth-child(4n) {
      margin-right: 0; }
    .form__field-container--fourth:nth-child(4n+1) {
      clear: left; }
  .form__field-container--three-fourths {
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 74.3670886076%; }
    .form__field-container--three-fourths:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .form__field-container--fourth {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 48.7341772152%; }
      .form__field-container--fourth:last-child {
        margin-right: 0; }
      .form__field-container--fourth:nth-child(2n) {
        margin-right: 0; }
      .form__field-container--fourth:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 1100px) {
    .form__field-container--three-fourths {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .form__field-container--three-fourths:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 968px) {
    .form__field-container--three-fourths {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 74.3670886076%; }
      .form__field-container--three-fourths:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .form__field-container--half {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .form__field-container--half:last-child {
        margin-right: 0; }
    .form__field-container--three-fourths {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .form__field-container--three-fourths:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .form__field-container--fourth {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .form__field-container--fourth:last-child {
        margin-right: 0; } }

.form__terms {
  cursor: pointer;
  font-size: inherit;
  letter-spacing: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none; }

.form-control {
  height: auto; }

.input-group {
  display: block;
  position: relative; }

.input-group-addon {
  border-left: 1px solid #ccc !important;
  z-index: 15;
  display: block;
  padding: 9px 15px 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
  .input-group-addon .glyphicon {
    font-size: 14px; }

.select2-container {
  width: 100% !important; }

.select2-selection, .select2-selection--single {
  background-color: #f5f5f5 !important;
  border-color: #ccc !important;
  line-height: 35px !important;
  font-size: 14px;
  height: 35px !important; }

.select2-selection__rendered {
  line-height: 35px !important; }

.select2-dropdown {
  background-color: #f5f5f5 !important;
  font-size: 14px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -10px !important;
  top: 65% !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e8e8e8;
  color: #242c33; }

.modal {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  max-width: 700px; }
  .modal__image {
    margin-bottom: -40px;
    position: relative; }
    .modal__image img {
      display: block; }
    .modal__image:after {
      content: '';
      background-color: transparent;
      background-image: -webkit-linear-gradient(top, transparent 85%, rgba(0, 0, 0, 0.23));
      background-image: linear-gradient(to bottom,transparent 85%, rgba(0, 0, 0, 0.23));
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px; }
  .modal__main {
    padding: 72px;
    text-align: center; }
  .modal__subtitle {
    margin-bottom: 24px; }
  .modal__title {
    font-size: 32px; }
  .modal__content, .modal__signup-form {
    margin-bottom: 32px; }
  .modal__signup-form input {
    max-width: 400px;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .modal__main {
      padding: 52px; } }
  @media screen and (max-width: 480px) {
    .modal__main {
      padding: 32px; } }

button.mfp-close {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.5; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

[data-content-pane="true"]::after {
  clear: both;
  content: "";
  display: table; }

[data-role="content-view-calendar"] {
  display: none; }

[data-action=calendar] {
  margin-bottom: 32px;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  transition: opacity 250ms ease; }
  [data-action=calendar] table {
    margin: 0; }
  [data-action=calendar] .fc-toolbar {
    background-color: #242c33;
    margin-bottom: 0px; }
    [data-action=calendar] .fc-toolbar h2 {
      color: #fff;
      font-size: 14px;
      line-height: 3;
      position: relative;
      top: 5px; }
    [data-action=calendar] .fc-toolbar button.fc-button {
      height: 50px; }
    [data-action=calendar] .fc-toolbar button.fc-button .fc-icon {
      color: #fff;
      text-shadow: none;
      top: 1px; }
  [data-action=calendar] .fc-head {
    background-color: #e7e2e2; }
  [data-action=calendar] .fc-day-header {
    font-size: 14px;
    line-height: 2.5;
    text-transform: uppercase;
    position: relative;
    top: 2px; }
  [data-action=calendar] .fc-bg {
    background-color: #f5f5f5; }
  [data-action=calendar] .fc-day-number {
    font-size: 12px; }
  [data-action=calendar] .fc-today {
    background-color: #fff; }
  [data-action=calendar] .fc-other-month {
    background-color: #ebebeb; }
  [data-action=calendar] .fc-button {
    border: 0 none;
    box-shadow: none;
    background: transparent;
    background-color: transparent; }

.calendar-colors__items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.calendar-colors__item {
  font-size: 14px;
  margin-right: 40px; }
  .calendar-colors__item:last-child {
    margin-right: 0px; }

@media screen and (max-width: 768px) {
  .calendar-colors__items {
    display: block; }
  .calendar-colors__item {
    width: 100%; } }

.color-block--cspace, .calendar-event--cspace {
  background-color: #bcd860;
  border-color: #bcd860; }

.color-block--board-room, .calendar-event--board-room {
  background-color: #3f79a2;
  border-color: #3f79a2; }

.color-block--training-room, .calendar-event--training-room {
  background-color: #2faba4;
  border-color: #2faba4; }

.color-block--other, .calendar-event--other {
  background-color: #666;
  border-color: #666; }

.color-block {
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
  height: 14px;
  width: 14px; }
  .color-block--select {
    position: relative;
    top: 2px; }

.hero {
  height: 640px;
  position: relative;
  background-color: #12161a;
  background-image: -webkit-linear-gradient(bottom, #12161a 10%, #1d2329);
  background-image: linear-gradient(to top,#12161a 10%, #1d2329); }
  .hero::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1100px) {
    .hero {
      height: auto; } }

.carousel-spacer {
  position: relative;
  float: left;
  display: block;
  width: 82.7943037975%; }
  .carousel-spacer:last-child {
    width: 80.2626582278%; }
  @media screen and (max-width: 1280px) {
    .carousel-spacer {
      float: left;
      display: block;
      width: 82.0253164557%; }
      .carousel-spacer:last-child {
        width: 79.4936708861%; } }
  @media screen and (max-width: 1100px) {
    .carousel-spacer {
      display: none; } }

.carousel-content-container {
  height: 640px;
  padding: 24px; }

.homepage-carousel__overlay {
  pointer-events: none;
  width: 100%;
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .homepage-carousel__overlay::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1100px) {
    .homepage-carousel__overlay {
      position: static;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media screen and (max-width: 1100px) {
  .homepage-carousel {
    display: block; } }

.homepage-carousel__carousel {
  height: 640px;
  max-height: 640px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 1100px) {
    .homepage-carousel__carousel {
      position: static;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

.homepage-carousel__slide {
  background-position: 50%;
  background-size: cover;
  cursor: ew-resize;
  height: 640px;
  position: relative; }
  .homepage-carousel__slide:before, .homepage-carousel__slide:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .homepage-carousel__slide:before {
    background-color: rgba(97, 201, 226, 0.8); }
  .homepage-carousel__slide:after {
    background-color: #151616;
    background-image: -webkit-linear-gradient(bottom, #151616, rgba(21, 22, 22, 0));
    background-image: linear-gradient(to top,#151616, rgba(21, 22, 22, 0));
    background-color: transparent;
    opacity: .9;
    mix-blend-mode: multiply; }

.homepage-carousel__slide-content {
  max-width: 800px;
  z-index: 100;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.homepage-carousel__slide-title {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 16px; }
  .homepage-carousel__slide-title small {
    display: block;
    font-size: 20px;
    margin-bottom: 8px; }
  @media screen and (max-width: 968px) {
    .homepage-carousel__slide-title {
      font-size: 32px; }
      .homepage-carousel__slide-title small {
        font-size: 16px; } }

.homepage-carousel__slide-blurb {
  color: #fff;
  margin-bottom: 32px; }

.homepage-carousel__aside {
  background-color: #242c33;
  height: 640px;
  pointer-events: auto;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 17.2056962025%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: stretch;
  -moz-box-pack: stretch;
  box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -o-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch; }
  .homepage-carousel__aside:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .homepage-carousel__aside {
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 17.9746835443%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .homepage-carousel__aside:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1100px) {
    .homepage-carousel__aside {
      min-height: 320px;
      height: auto;
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .homepage-carousel__aside:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .homepage-carousel__aside {
      min-height: 0;
      display: block; } }

.homepage-carousel__aside-header {
  background-color: #1d2329;
  padding: 16px 10px; }
  @media screen and (max-width: 1100px) {
    .homepage-carousel__aside-header {
      padding: 24px; } }
  @media screen and (max-width: 768px) {
    .homepage-carousel__aside-header {
      padding-left: 16px; } }

.homepage-carousel__aside-header-title {
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  margin: 0; }

.homepage-carousel__aside-items {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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-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) {
    .homepage-carousel__aside-items {
      display: block; } }

.homepage-carousel__aside-item {
  border-bottom: 1px solid #1d2329;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.homepage-carousel__aside-link {
  background-color: transparent;
  padding: 16px 0 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  transition: background-color 250ms ease; }
  .homepage-carousel__aside-link:hover {
    background-color: #2f3942; }

.homepage-carousel__category {
  background-color: #6eab45;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 16px 0px;
  text-transform: uppercase; }
  .homepage-carousel__category--margin-bottom {
    margin-bottom: 24px; }
  .homepage-carousel__category--about-us {
    background-color: #2faba4; }
  .homepage-carousel__category--projects {
    background-color: #6eab45; }
  .homepage-carousel__category--grants {
    background-color: #bcd860;
    color: #242c33; }
  .homepage-carousel__category--events {
    background-color: #3f79a2; }
  .homepage-carousel__category--newsroom {
    background-color: #084c82; }

.homepage-carousel__aside-title {
  color: #fff;
  margin: 0;
  padding: 14px;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .homepage-carousel__aside-title {
      padding-top: 24px;
      padding-bottom: 24px; } }

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

.homepage-section {
  padding: 56px 0; }
  .homepage-section::after {
    clear: both;
    content: "";
    display: table; }

.homepage-main__deck {
  text-align: center;
  margin-left: 17.0886075949%;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 65.8227848101%; }
  .homepage-main__deck:last-child {
    margin-right: 0; }
  @media screen and (max-width: 968px) {
    .homepage-main__deck {
      padding: 0 32px;
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .homepage-main__deck:last-child {
        margin-right: 0; } }

.homepage-main__small-text {
  color: #6eab45;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase; }

.homepage-main__title {
  color: #1d2329;
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .homepage-main__title {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .homepage-main__title {
      font-size: 24px; } }

.homepage-main__content {
  margin-bottom: 32px; }

.homepage-buckets {
  background-color: #f5f5f5; }
  .homepage-buckets__items {
    margin-left: 4.2721518987%;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 91.4556962025%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    .homepage-buckets__items:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .homepage-buckets__items {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 2.5316455696%;
        width: 100%; }
        .homepage-buckets__items:last-child {
          margin-right: 0; } }
  .homepage-buckets__item {
    background-color: #fff;
    border-top: 6px solid transparent;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    padding: 36px 24px;
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 31.6455696203%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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-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; }
    .homepage-buckets__item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .homepage-buckets__item {
        display: block;
        max-width: 700px;
        float: left;
        display: block;
        margin-right: 2.5316455696%;
        width: 100%;
        float: none;
        margin: 0 auto 24px; }
        .homepage-buckets__item:last-child {
          margin-right: 0; }
        .homepage-buckets__item::after {
          clear: both;
          content: "";
          display: table; }
        .homepage-buckets__item:last-child {
          margin-right: auto; } }
    .homepage-buckets__item--about-us {
      border-color: #2faba4; }
    .homepage-buckets__item--projects {
      border-color: #6eab45; }
    .homepage-buckets__item--grants {
      border-color: #bcd860; }
    .homepage-buckets__item--events {
      border-color: #3f79a2; }
    .homepage-buckets__item--newsroom {
      border-color: #084c82; }
  .homepage-buckets__title {
    color: #1d2329; }
  .homepage-buckets__title {
    margin-bottom: 24px; }
  .homepage-buckets__content {
    margin-bottom: 32px; }

.search-results-list li {
  margin: 20px 0 50px !important;
  max-width: 910px !important; }

.fc-day-grid-event:hover .fc-content {
  white-space: inherit;
  overflow: inherit; }

.frontend-test {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 0 20px; }
  .frontend-test::after {
    clear: both;
    content: "";
    display: table; }
  .frontend-test .component-test {
    padding: 50px 0; }
  .frontend-test .component-test-heading {
    margin-top: 0; }

.main-content {
  padding-right: 40px;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 74.3670886076%; }
  .main-content:last-child {
    margin-right: 0; }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 23.1012658228%; }
  .sidebar:last-child {
    margin-right: 0; }

@media screen and (max-width: 1280px) {
  .main-content {
    padding-right: 0px;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 65.8227848101%; }
    .main-content:last-child {
      margin-right: 0; }
  .sidebar {
    padding-left: 24px;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 31.6455696203%; }
    .sidebar:last-child {
      margin-right: 0; } }

@media screen and (max-width: 968px) {
  .main-content {
    margin-bottom: 32px; }
  .main-content, .sidebar {
    padding-left: 0;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 100%; }
    .main-content:last-child, .sidebar:last-child {
      margin-right: 0; } }

.subpage-header {
  border-top: 6px solid transparent;
  padding: 80px 0 54px; }
  .subpage-header--backlink {
    padding-top: 62px; }
  .subpage-header--bottom-text {
    padding-bottom: 36px; }
  .subpage-header--about-us {
    background-color: #d6eeed;
    border-top-color: #2faba4;
    color: #2faba4; }
    .subpage-header--about-us .subpage-header__link {
      color: #2faba4; }
  .subpage-header--projects {
    background-color: #f2f7df;
    border-top-color: #6eab45;
    color: #6eab45; }
    .subpage-header--projects .subpage-header__link {
      color: #6eab45; }
  .subpage-header--grants {
    background-color: #f2f7df;
    border-top-color: #bcd860;
    color: #bcd860; }
    .subpage-header--grants .subpage-header__link {
      color: #bcd860; }
  .subpage-header--events {
    background-color: #d9e4ec;
    border-top-color: #3f79a2;
    color: #3f79a2; }
    .subpage-header--events .subpage-header__link {
      color: #3f79a2; }
  .subpage-header--newsroom {
    background-color: #cedbe6;
    border-top-color: #084c82;
    color: #084c82; }
    .subpage-header--newsroom .subpage-header__link {
      color: #084c82; }
  .subpage-header--other {
    background-color: #dff4f9;
    border-top-color: #5cc9e1;
    color: #5cc9e1; }
    .subpage-header--other .subpage-header__link {
      color: #5cc9e1; }
  .subpage-header__text {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 0 8px; }
  .subpage-header__title {
    font-size: 45px;
    margin: 0;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .subpage-header {
      padding-top: 64px;
      padding-bottom: 40px; }
      .subpage-header__title {
        font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .subpage-header__title {
      font-size: 30px; } }

.breadcrumbs-container {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }
  .breadcrumbs-container li {
    font-size: 12px;
    text-transform: uppercase; }

.subpage-main {
  padding: 40px 0; }

.page-deck {
  margin-bottom: 32px; }
  .page-deck::after {
    clear: both;
    content: "";
    display: table; }

.controls {
  margin-bottom: 32px; }
  .controls::after {
    clear: both;
    content: "";
    display: table; }
  .controls__search {
    font-size: 14px !important;
    padding: 8px !important; }
  .controls__item {
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 22.4468085106%; }
    .controls__item:last-child {
      margin-right: 0; }
    .controls__item--half {
      float: left;
      display: block;
      margin-right: 3.4042553191%;
      width: 48.2978723404%; }
      .controls__item--half:last-child {
        margin-right: 0; }
    @media screen and (max-width: 768px) {
      .controls__item {
        float: left;
        display: block;
        margin-right: 3.4042553191%;
        width: 48.2978723404%; }
        .controls__item:last-child {
          margin-right: 0; }
        .controls__item--half {
          margin-top: 16px;
          float: left;
          display: block;
          margin-right: 3.4042553191%;
          width: 100%; }
          .controls__item--half:last-child {
            margin-right: 0; } }

.subpage-main img[style^="float:left;"],
.subpage-main img[style^="float: left;"],
.subpage-main img[style^="float :left;"],
.subpage-main img[style*=" float:left;"],
.subpage-main img[style*=" float: left;"],
.subpage-main img[style*=" float :left;"] {
  margin-right: 30px; }

.subpage-main img[style^="float:right;"],
.subpage-main img[style^="float: right;"],
.subpage-main img[style^="float :right;"],
.subpage-main img[style*=" float:right;"],
.subpage-main img[style*=" float: right;"],
.subpage-main img[style*=" float :right;"] {
  margin-right: 30px; }

.event-detail__meta {
  margin-bottom: 32px; }
  .event-detail__meta::after {
    clear: both;
    content: "";
    display: table; }
  .event-detail__meta .caps-link {
    display: block;
    margin-top: 16px; }

.event-detail__meta-items {
  margin-bottom: 24px; }
  .event-detail__meta-items::after {
    clear: both;
    content: "";
    display: table; }

.event-detail__meta-item {
  float: left;
  display: block;
  margin-right: 3.4042553191%;
  width: 48.2978723404%; }
  .event-detail__meta-item:last-child {
    margin-right: 0; }

.event-detail__map {
  height: 300px; }

.event-detail__image {
  margin-bottom: 24px; }
  .event-detail__image img {
    height: auto;
    width: 100%; }

.staff-header__col-shifter {
  margin-left: 17.0886075949%; }

.staff-header__details {
  margin-top: 16px; }

.subpage-header__staff-image {
  border: 4px solid #fff;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 14.5569620253%;
  position: absolute;
  top: 0px;
  left: 15px; }
  .subpage-header__staff-image:last-child {
    margin-right: 0; }
  .subpage-header__staff-image img {
    display: block; }

@media screen and (max-width: 1280px) {
  .staff-header__col-shifter {
    margin-left: 0%; }
    .container--relative .staff-header__col-shifter {
      float: right;
      width: calc(100% - 224px); }
  .subpage-header__staff-image {
    min-width: 200px;
    min-width: 200px;
    float: left;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; } }

@media screen and (max-width: 768px) {
  .container--relative .staff-header__col-shifter {
    margin-bottom: 24px;
    float: left;
    display: block;
    margin-right: 2.5316455696%;
    width: 100%; }
    .container--relative .staff-header__col-shifter:last-child {
      margin-right: 0; }
  .subpage-header__staff-image {
    clear: both;
    float: none; } }

.staff-list::after {
  clear: both;
  content: "";
  display: table; }

.staff-list__items {
  text-align: center; }

.staff-list__item {
  margin-bottom: 32px;
  float: left;
  display: block;
  margin-right: 3.4042553191%;
  width: 31.0638297872%; }
  .staff-list__item:last-child {
    margin-right: 0; }
  .staff-list__item:nth-child(3n) {
    margin-right: 0; }
  .staff-list__item:nth-child(3n+1) {
    clear: left; }

.staff-list__image {
  margin: 0 auto;
  max-width: 180px;
  position: relative; }
  .staff-list__image img {
    display: block; }

.staff-list__link {
  display: inline-block;
  padding: 0px 24px; }
  .staff-list__link:hover .staff-list__main, .staff-list__link:hover .staff-list__job-location {
    color: #6eab45; }

.staff-list__main {
  color: #26313a;
  text-align: center;
  font-size: 14px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease; }

.staff-list__job-title {
  background-color: #242c33;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  text-align: left;
  width: calc(100% - 20px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.staff-list__job-location {
  font-family: "Roboto Condensed", sans-serif;
  color: #686060;
  text-transform: uppercase;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease; }

@media screen and (max-width: 768px) {
  .staff-list__link {
    padding: 0px; } }

@media screen and (max-width: 480px) {
  .staff-list__item {
    margin-bottom: 32px;
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 100%; }
    .staff-list__item:last-child {
      margin-right: 0; } }

.staff-detail__phone, .staff-detail__email {
  font-weight: 700;
  margin-bottom: 16px; }
  .staff-detail__phone i, .staff-detail__email i {
    margin-right: 16px; }

.staff-category__item {
  margin-bottom: 16px;
  position: relative; }
  .staff-category__item:after {
    background-color: #2faba4;
    content: '';
    pointer-events: none;
    z-index: 5;
    background: -webkit-linear-gradient(#2faba4, rgba(47, 171, 164, 0)) top;
    background: linear-gradient(#2faba4, rgba(47, 171, 164, 0)) top;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    html.backgroundblendmode .staff-category__item:after {
      mix-blend-mode: multiply; }
    @media screen and (max-width: 968px) {
      .staff-category__item:after {
        background-color: #2faba4; } }
  .staff-category__item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.staff-category__link {
  display: block; }

.staff-category__header {
  color: #fff;
  z-index: 10;
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 0;
  left: 24px; }

.staff-category__image img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }

.office-location__address address {
  margin-bottom: 32px; }

.office-location__location-details {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
  padding-bottom: 32px; }

.office-location__contact-methods-item > div {
  float: left;
  display: block;
  margin-right: 8%;
  width: 46%; }
  .office-location__contact-methods-item > div:last-child {
    margin-right: 0; }
  .office-location__contact-methods-item > div:nth-child(2n) {
    margin-right: 0; }
  .office-location__contact-methods-item > div:nth-child(2n+1) {
    clear: left; }

.office-location__map {
  margin-bottom: 24px;
  height: 300px; }

.page-header__extranet-links {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 74.3670886076%; }
  .page-header__extranet-links:last-child {
    margin-right: 0; }

.page-header__extranet-links-items {
  margin-top: 40px; }

.page-header__extranet-links-item {
  display: inline-block;
  margin-right: 16px; }

.login-section {
  margin-left: 17.0886075949%;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 65.8227848101%; }
  .login-section:last-child {
    margin-right: 0; }
  .login-section__form {
    padding-top: 32px; }
  @media screen and (max-width: 1100px) {
    .login-section {
      max-width: 800px;
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.5316455696%;
      width: 100%; }
      .login-section:last-child {
        margin-right: 0; } }

.research-categories__items::after {
  clear: both;
  content: "";
  display: table; }

.research-categories__item {
  margin-bottom: 32px;
  float: left;
  display: block;
  margin-right: 3.4042553191%;
  width: 31.0638297872%; }
  .research-categories__item:last-child {
    margin-right: 0; }
  .research-categories__item:nth-child(3n) {
    margin-right: 0; }
  .research-categories__item:nth-child(3n+1) {
    clear: left; }

@media screen and (max-width: 768px) {
  .research-categories__item {
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 48.2978723404%; }
    .research-categories__item:last-child {
      margin-right: 0; }
    .research-categories__item:nth-child(3n) {
      margin-right: 3.4042553191%; }
    .research-categories__item:nth-child(3n+1) {
      clear: none; }
    .research-categories__item:nth-child(2n) {
      margin-right: 0; }
    .research-categories__item:nth-child(2n+1) {
      clear: left; } }

@media screen and (max-width: 480px) {
  .research-categories__item {
    float: left;
    display: block;
    margin-right: 3.4042553191%;
    width: 100%;
    margin-right: 0; }
    .research-categories__item:last-child {
      margin-right: 0; }
    .research-categories__item:nth-child(2n) {
      margin-right: 3.4042553191%; }
    .research-categories__item:nth-child(2n+1) {
      clear: none; } }

.meeting-rooms__item {
  margin-bottom: 24px; }

.conference-room-calendar .fc-day-grid-event:hover .fc-content,
.conference-room-calendar .fc-day-grid-event:focus .fc-content {
  white-space: inherit;
  overflow: auto !important; }

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