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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/*************************************************************

RESPONSIVE SCREEN SIZES

*************************************************************/
/*************************************************************

FONTS AND SIZES

*************************************************************/
/*************************************************************

COLOR PALETTE

*************************************************************/
/*Icon Codes*/
/*

	menu bars

	circle question: f059

	search:  f002

	news: f1ea

	calendar: f274

	chevron-right: f054

	chevron-left: f053

	share: f1e0

 	print : f02f

	download: f019;

	caret down f0d7

*/
/*************************************************************

WRAPPER PADDING

*************************************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 52.5%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 56.6%;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background: #F1F1F1;
  color: #545454;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

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

ul ul,
ol ul,
ol ul,
ol ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

li {
  line-height: 1.2;
  margin-bottom: 0.4em;
}

p,
ul,
ol {
  line-height: 1.4;
  margin-bottom: 1.6em;
}

a, a:visited {
  color: #20AEA6;
  text-decoration: none;
}

a:hover, a:visited:hover {
  color: #1A7874;
  text-decoration: underline;
}

h1,
.h1 {
  margin: 0 0 0.3em;
  color: #434343;
  line-height: 1.2;
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

h2,
.h2 {
  margin: 0 0 0.3em;
  color: #434343;
  line-height: 1.2;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
}

h3,
.h3 {
  margin: 0 0 0.4em;
  color: #E4781E;
  line-height: 1.2;
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
}

h4,
.h4 {
  margin: 0 0 0.3em;
  color: #E4781E;
  line-height: 1.2;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.text-xs {
  font-size: 1.2rem;
}

.text-sm {
  font-size: 1.4rem;
}

.text-lg {
  font-size: 2rem;
}

.text-xl {
  font-size: 2.4rem;
}

.text-dark {
  color: #434343;
}

.text-light {
  color: #aaa;
}

.text-ex-light {
  color: #ccc;
}

.line-height-compact {
  line-height: 1.2;
}

.line-height-wide {
  line-height: 1.6;
}

.line-height-wider {
  line-height: 2;
}

.clearfix, .eventsFilters .selectBox:after, .app-header, footer .footerMenu, main.mainWide, main.mainFull, .wrapper:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.transition, .toolTip, .app-header, .newsListItem__readMore {
  transition: all .5s ease;
}

/*************************************************************
FORMS
*************************************************************/
form {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

form input[type='text'], form .contactForm textarea[type='text'], .contactForm form textarea[type='text'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='email'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='time'],
form input[type='url'],
form input[type='color'] {
  height: 40px;
  margin: 0;
  padding: 0 .5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
}

form input[type='text']::-webkit-input-placeholder, form .contactForm textarea[type='text']::-webkit-input-placeholder, .contactForm form textarea[type='text']::-webkit-input-placeholder,
form input[type='password']::-webkit-input-placeholder,
form input[type='date']::-webkit-input-placeholder,
form input[type='datetime']::-webkit-input-placeholder,
form input[type='datetime-local']::-webkit-input-placeholder,
form input[type='month']::-webkit-input-placeholder,
form input[type='week']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='number']::-webkit-input-placeholder,
form input[type='search']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='time']::-webkit-input-placeholder,
form input[type='url']::-webkit-input-placeholder,
form input[type='color']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

form input[type='text']::-moz-placeholder, form .contactForm textarea[type='text']::-moz-placeholder, .contactForm form textarea[type='text']::-moz-placeholder,
form input[type='password']::-moz-placeholder,
form input[type='date']::-moz-placeholder,
form input[type='datetime']::-moz-placeholder,
form input[type='datetime-local']::-moz-placeholder,
form input[type='month']::-moz-placeholder,
form input[type='week']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='number']::-moz-placeholder,
form input[type='search']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='time']::-moz-placeholder,
form input[type='url']::-moz-placeholder,
form input[type='color']::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

form input[type='text']:-ms-input-placeholder, form .contactForm textarea[type='text']:-ms-input-placeholder, .contactForm form textarea[type='text']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder,
form input[type='date']:-ms-input-placeholder,
form input[type='datetime']:-ms-input-placeholder,
form input[type='datetime-local']:-ms-input-placeholder,
form input[type='month']:-ms-input-placeholder,
form input[type='week']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='number']:-ms-input-placeholder,
form input[type='search']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='time']:-ms-input-placeholder,
form input[type='url']:-ms-input-placeholder,
form input[type='color']:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

form input[type='text']:-moz-placeholder, form .contactForm textarea[type='text']:-moz-placeholder, .contactForm form textarea[type='text']:-moz-placeholder,
form input[type='password']:-moz-placeholder,
form input[type='date']:-moz-placeholder,
form input[type='datetime']:-moz-placeholder,
form input[type='datetime-local']:-moz-placeholder,
form input[type='month']:-moz-placeholder,
form input[type='week']:-moz-placeholder,
form input[type='email']:-moz-placeholder,
form input[type='number']:-moz-placeholder,
form input[type='search']:-moz-placeholder,
form input[type='tel']:-moz-placeholder,
form input[type='time']:-moz-placeholder,
form input[type='url']:-moz-placeholder,
form input[type='color']:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

form input[type='text']::-moz-placeholder, form .contactForm textarea[type='text']::-moz-placeholder, .contactForm form textarea[type='text']::-moz-placeholder,
form input[type='password']::-moz-placeholder,
form input[type='date']::-moz-placeholder,
form input[type='datetime']::-moz-placeholder,
form input[type='datetime-local']::-moz-placeholder,
form input[type='month']::-moz-placeholder,
form input[type='week']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='number']::-moz-placeholder,
form input[type='search']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='time']::-moz-placeholder,
form input[type='url']::-moz-placeholder,
form input[type='color']::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFB33D;
}

form input[type='text']::-webkit-input-placeholder, form .contactForm textarea[type='text']::-webkit-input-placeholder, .contactForm form textarea[type='text']::-webkit-input-placeholder,
form input[type='password']::-webkit-input-placeholder,
form input[type='date']::-webkit-input-placeholder,
form input[type='datetime']::-webkit-input-placeholder,
form input[type='datetime-local']::-webkit-input-placeholder,
form input[type='month']::-webkit-input-placeholder,
form input[type='week']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='number']::-webkit-input-placeholder,
form input[type='search']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='time']::-webkit-input-placeholder,
form input[type='url']::-webkit-input-placeholder,
form input[type='color']::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFB33D;
}

form input[type='text']:-ms-input-placeholder, form .contactForm textarea[type='text']:-ms-input-placeholder, .contactForm form textarea[type='text']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder,
form input[type='date']:-ms-input-placeholder,
form input[type='datetime']:-ms-input-placeholder,
form input[type='datetime-local']:-ms-input-placeholder,
form input[type='month']:-ms-input-placeholder,
form input[type='week']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='number']:-ms-input-placeholder,
form input[type='search']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='time']:-ms-input-placeholder,
form input[type='url']:-ms-input-placeholder,
form input[type='color']:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #FFB33D;
}

form input[type=submit],
form button {
  background-color: #F8A21F;
  border: none;
  color: #fff;
  height: 40px;
  padding: 0 14px;
}

form input[type=submit]:hover,
form button:hover {
  background-color: #E4781E;
  cursor: arrow;
}

form textarea {
  margin: 0;
  padding: .5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
}

form select {
  height: 40px;
  padding: .5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  line-height: normal;
  color: #F8A21F;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: %23F8A21F'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 16px 8px;
  padding-right: 1.6rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  width: 100%;
}

form select[disabled] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: %23D6D6D6'></polygon></svg>");
  border-color: #D6D6D6;
  color: #D6D6D6;
}

/*************************************************************
Predictive Search
*************************************************************/
.ui-widget-content {
  border: none;
  border-top: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #F8A21F;
}

.ui-widget {
  border: none;
  font-family: "Montserrat", sans-serif, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none !important;
  color: #E4781E !important;
  font-family: "Montserrat", sans-serif, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  transition: color .3s ease-in-out;
}

/*************************************************************
Pagination
*************************************************************/
/*************************************************************

BUTTONS

*************************************************************/
a.btn, .contactForm input[type="submit"],
a:visited.btn,
.contactForm input:visited[type="submit"],
.btn {
  background: #979797;
  color: #555;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0.3em;
  padding: 5px 15px;
  text-align: center;
  transition: all 300ms ease;
}

a.btn:hover, .contactForm input:hover[type="submit"],
a:visited.btn:hover,
.contactForm input:visited:hover[type="submit"],
.btn:hover {
  background: #767676;
  text-decoration: none;
}

a.btnLarge,
a:visited.btnLarge,
.btnLarge {
  padding: 8px 25px;
}

@media only screen and (min-width: 992px) {
  a.btnLarge,
  a:visited.btnLarge,
  .btnLarge {
    padding: 8px 55px;
  }
}

@media only screen and (min-width: 1200px) {
  a.btnLarge,
  a:visited.btnLarge,
  .btnLarge {
    padding: 8px 65px;
  }
}

a.btnFull,
a:visited.btnFull,
.btnFull {
  padding: 5px 15px;
  display: block;
}

a.btnPrimary, .contactForm input[type="submit"],
a:visited.btnPrimary,
.contactForm input:visited[type="submit"],
.btnPrimary {
  background: #F8A21F;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

a.btnPrimary:hover, .contactForm input:hover[type="submit"],
a:visited.btnPrimary:hover,
.contactForm input:visited:hover[type="submit"],
.btnPrimary:hover {
  background: #E4781E;
}

a.btnSecondary,
a:visited.btnSecondary,
.btnSecondary {
  background: #20AEA6;
  color: #fff;
}

a.btnSecondary:hover,
a:visited.btnSecondary:hover,
.btnSecondary:hover {
  background: #1A7874;
}

a.btnAction,
a:visited.btnAction,
.btnAction {
  background: #F8A21F;
  border-left: 42px solid #E4781E;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  text-transform: uppercase;
}

a.btnAction:hover,
a:visited.btnAction:hover,
.btnAction:hover {
  background: #E4781E;
}

a.btnAction:before,
a:visited.btnAction:before,
.btnAction:before {
  font-family: FontAwesome;
  left: -29px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

a.btnActionRight,
a:visited.btnActionRight,
.btnActionRight {
  background: #F8A21F;
  border-right: 42px solid #E4781E;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
}

a.btnActionRight:hover,
a:visited.btnActionRight:hover,
.btnActionRight:hover {
  background: #E4781E;
}

a.btnActionRight:after,
a:visited.btnActionRight:after,
.btnActionRight:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: -26px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}

.btnRightChev:after {
  content: "\f054";
}

.btnNews:before {
  content: "\f1ea";
}

.btnCalendar:before {
  content: "\f274";
}

.btnSharePage:before {
  content: "\f1e0";
}

.btnPrintPage:before {
  content: "\f02f";
}

a.btnDownloadPDF,
a:visited.btnDownloadPDF,
.btnDownloadPDF {
  background: #1A7874;
  border-left-color: #20AEA6;
}

a.btnDownloadPDF:before,
a:visited.btnDownloadPDF:before,
.btnDownloadPDF:before {
  content: "\f019";
}

a.btnDownloadPDF:hover,
a:visited.btnDownloadPDF:hover,
.btnDownloadPDF:hover {
  background: #20AEA6;
  border-left-color: #1A7874;
}

/*************************************************************
ToolTips
*************************************************************/
.toolTip {
  display: inline-block;
  position: relative;
  opacity: .8;
  margin-left: 10px;
  text-transform: none;
  font-size: 1.2rem;
}

.toolTip span {
  font-size: 1.8rem;
}

.toolTip:hover {
  opacity: 1;
  cursor: pointer;
  cursor: hand;
}

.toolTip:hover:before, .toolTip:hover:after {
  display: block;
}

.toolTip:before {
  content: attr(title);
  display: none;
  position: absolute;
  top: -58px;
  right: -6px;
  padding: 12px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: #FFF;
  border-radius: 4px;
  color: #0C0E0A;
  overflow: visible;
  width: auto;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 90;
  box-shadow: 0px 0px 8px 2px #6e6e6e;
}

.toolTip:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: -18px;
  right: -3px;
  z-index: 95;
}

.document-filters {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.document-filters__title {
  color: #E4781E;
  font-weight: 700;
  margin-bottom: 1em;
  white-space: nowrap;
  min-width: 50%;
}

.document-filters__clear-button {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1em;
  min-width: 50%;
  text-align: right;
  white-space: nowrap;
}

.document-filters__clear-button a:hover {
  text-decoration: none;
}

.document-filters__select {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  min-width: 100%;
}

@media only screen and (min-width: 992px) {
  .document-filters__select {
    margin-bottom: 0;
    min-width: auto;
    padding-right: .5em;
  }
}

.document-filters__month {
  border-left: 0;
}

.document-filters__keyword {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1em;
  min-width: 100%;
}

@media only screen and (min-width: 992px) {
  .document-filters__keyword {
    margin-bottom: 0;
    min-width: auto;
    padding: 0 .5em;
  }
}

.document-filters__keyword-input {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .document-filters__keyword-input {
    padding: 0 .5em;
  }
}

.document-filters__submit {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  margin-bottom: .5em;
}

@media only screen and (min-width: 992px) {
  .document-filters__submit {
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: content;
        -ms-flex-preferred-size: content;
            flex-basis: content;
    margin-bottom: 0;
    padding-left: .5em;
  }
}

.document-filters__submit .btn {
  margin: 0;
}

.publicationFilters {
  font-size: 1.6rem;
  /*
	.publicationSearchSubmit{
		width: 15%;
		background: $primary url("../images/search-submit-icon.png") 50% 50% no-repeat;
		text-transform: uppercase;
		text-indent: -9999px;
		transition: all 300ms ease;

		&:hover{
			background: $primary-dark url("../images/search-submit-icon.png") 50% 50% no-repeat;

		}
	}
*/
}

@media only screen and (min-width: 768px) {
  .publicationFilters {
    width: 100%;
    display: table;
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .publicationFilters {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .publicationFilters form {
    width: 100%;
    display: table;
    padding: 0px 0px;
  }
}

.publicationFilters .filterCol {
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 768px) {
  .publicationFilters .filterCol {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1em;
  }
  .publicationFilters .filterCol.publicationFilterBox {
    width: 28%;
  }
  .publicationFilters .filterCol.publicationCategoryBox {
    width: 24%;
  }
}

@media sm {
  .publicationFilters .filterColLast {
    display: table-cell;
  }
}

.publicationFilters .pubFilterTitle, .publicationFilters .pubFilterClearAll {
  display: table-cell;
  margin: 1em 0;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #E4781E;
  font-weight: 900;
  line-height: 2rem;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .publicationFilters .pubFilterTitle, .publicationFilters .pubFilterClearAll {
    margin: 0em;
    padding-bottom: 0;
  }
}

.publicationFilters .pubFilterClearAll:hover {
  color: #FFB33D;
  cursor: hand;
  cursor: pointer;
}

.publicationFilters input {
  vertical-align: top;
  height: 44px;
}

.publicationFilters .publicationSearchBox {
  vertical-align: top;
}

.publicationFilters .publicationSearchInput {
  float: left;
  width: 85%;
  padding: 9px 0px 9px 5px;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  border-left: 1px solid #767676;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 1200px) {
  .publicationFilters .publicationSearchInput {
    padding: 11px 9px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

.publicationFilters .publicationSearchInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.publicationFilters .publicationSearchInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.publicationFilters .publicationSearchInput:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.publicationFilters .publicationSearchInput:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.publicationFilters .publicationSearchInput::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFB33D;
}

@media only screen and (min-width: 768px) {
  .publicationFilters .publicationSearchInput::-moz-placeholder {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .publicationFilters .publicationSearchInput::-moz-placeholder {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.publicationFilters .publicationSearchInput::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFB33D;
}

@media only screen and (min-width: 768px) {
  .publicationFilters .publicationSearchInput::-webkit-input-placeholder {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .publicationFilters .publicationSearchInput::-webkit-input-placeholder {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.publicationFilters .publicationSearchInput:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFB33D;
}

@media only screen and (min-width: 768px) {
  .publicationFilters .publicationSearchInput:-ms-input-placeholder {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .publicationFilters .publicationSearchInput:-ms-input-placeholder {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.publicationFilters input[type=submit] {
  background-color: #F8A21F;
  color: #fff;
  transition: all .2s ease-in-out;
}

.publicationFilters input[type=submit]:hover {
  background-color: #E4781E;
}

/*Event FilterForm*/
@media only screen and (min-width: 768px) {
  .eventsFilters .filterOptions {
    width: 100%;
    display: table;
    padding: 0px 0px;
  }
}

.eventsFilters .filterCol {
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .eventsFilters .filterCol {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .eventsFilters .filterColLast {
    padding-right: 0em;
  }
}

.eventsFilters .selectBox {
  position: relative;
  border: 1px solid #767676;
  width: 100%;
}

.eventsFilters .selectBox:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 11px;
  color: #FFB33D;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}

.eventsFilters select {
  padding-left: 10px;
  height: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFB33D;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .eventsFilters select {
    font-size: 1.8rem;
  }
}

.eventsFilters select:hover {
  cursor: pointer;
  cursor: arrow;
}

.eventsFilters input {
  height: 40px;
}

.eventsFilters .eventSearchInput {
  float: left;
  width: 100%;
  padding-left: 9px;
  border: 1px solid #767676;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #FFB33D;
}

@media only screen and (min-width: 1200px) {
  .eventsFilters .eventSearchInput {
    font-size: 1.8rem;
  }
}

.eventsFilters .eventSearchInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.eventsFilters .eventSearchInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.eventsFilters .eventSearchInput:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.eventsFilters .eventSearchInput:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.eventsFilters .eventSearchInput::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFB33D;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) {
  .eventsFilters .eventSearchInput::-moz-placeholder {
    font-size: 1.8rem;
  }
}

.eventsFilters .eventSearchInput::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFB33D;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) {
  .eventsFilters .eventSearchInput::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
}

.eventsFilters .eventSearchInput:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFB33D;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) {
  .eventsFilters .eventSearchInput:-ms-input-placeholder {
    font-size: 1.8rem;
  }
}

.eventsFilters .eventSearchSubmit {
  width: 14%;
  background: #F8A21F url("../images/search-submit-icon.png") 50% 50% no-repeat;
  text-transform: uppercase;
  text-indent: -9999px;
  transition: all 300ms ease;
}

.eventsFilters .eventSearchSubmit:hover {
  background: #E4781E url("../images/search-submit-icon.png") 50% 50% no-repeat;
}

.eventsFilters .filterGo {
  text-transform: uppercase;
  background-color: #F8A21F;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  height: 40px;
  vertical-align: middle;
  line-height: 26px;
  padding: 0px 5px;
  transition: all 300ms ease;
  border: none;
}

.eventsFilters .filterGo:hover {
  background-color: #E4781E;
  cursor: pointer;
  cursor: arrow;
}

.filterByForm label {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 10px 1.2em 0;
  padding-left: 16px;
}

@media only screen and (min-width: 992px) {
  .filterByForm label {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .filterByForm label {
    font-size: 1.4rem;
  }
}

.filterByForm label:before {
  content: "\f10c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2rem;
  left: 16px;
  margin: 0;
  pointer-events: none;
  position: absolute;
  vertical-align: middle;
  width: 25px;
}

@media only screen and (min-width: 992px) {
  .filterByForm label:before {
    left: 25px;
  }
}

.filterByForm label:after {
  content: '';
  display: inline-block;
  height: 1em;
  left: 32px;
  margin-top: 10px;
  position: absolute;
  width: 35%;
}

@media only screen and (min-width: 992px) {
  .filterByForm label:after {
    left: 45px;
    margin-top: 12px;
  }
}

.filterByForm label:hover {
  cursor: hand;
  cursor: pointer;
}

.filterByForm label.selected:before {
  content: "\f057";
  color: white !important;
}

.filterByForm label:last-child:after {
  border-bottom: none;
}

.filterByForm input[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.filterByBox .filterWarning {
  display: none;
  width: 90%;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: none;
  background-color: #1A7874;
}

.filterByBox .filterWarning.filterWarningShow {
  display: block !important;
}

.filterByBox.filterBySubTopicBox .filterWarning {
  background-color: #E4781E;
}

.filterByBox .filterByBoxHeader {
  color: white;
  letter-spacing: 1px;
  padding: 12px 0px 12px 35px;
  position: relative;
  text-transform: uppercase;
}

.filterByBox .filterByBoxHeader strong {
  font-weight: bold;
}

.filterByBox .filterByBoxHeader:before {
  display: inline-block;
  font-family: FontAwesome;
  left: 15px;
  position: absolute;
  text-align: center;
  top: 13px;
  transition: 300ms linear all;
  content: '\f0d7';
}

.filterByBox .filterByBoxHeader.filterOptionsOpen:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (min-width: 768px) {
  .filterByBox .filterByBoxHeader {
    padding: 12px 0px 12px 15px;
  }
  .filterByBox .filterByBoxHeader:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .filterByBox .filterByBoxHeader {
    padding: 12px 0px 12px 25px;
  }
}

.filterByBox .filterByBoxHeader:hover {
  cursor: hand;
  cursor: pointer;
}

.filterByBox .filterByBoxOptions {
  position: relative;
  padding: 20px 0px 20px 15px;
  font-size: 1.4em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  display: none;
}

@media only screen and (min-width: 768px) {
  .filterByBox .filterByBoxOptions {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .filterByBox .filterByBoxOptions {
    padding: 12px 0px 12px 25px;
  }
}

.filterByBox.filterBoxPrimary .filterByBoxHeader {
  background-color: #E4781E;
}

.filterByBox.filterBoxPrimary .filterByBoxOptions {
  background-color: #F8A21F;
}

.filterByBox.filterBoxPrimary label:before {
  color: #E4781E;
}

.filterByBox.filterBoxPrimary label:after {
  border-bottom: 2px solid #FFB33D;
}

.filterByBox.filterBoxSecondary .filterByBoxHeader {
  background-color: #1A7874;
}

.filterByBox.filterBoxSecondary .filterByBoxOptions {
  background-color: #20AEA6;
}

.filterByBox.filterBoxSecondary label:before {
  color: #1A7874;
}

.filterByBox.filterBoxSecondary label:after {
  border-bottom: 2px solid #6FC8C6;
}

.filterBySearchOptionForm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filterBySearchOptionForm input[type=text], .filterBySearchOptionForm .contactForm textarea[type='text'], .contactForm .filterBySearchOptionForm textarea[type='text'] {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contactForm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2em;
}

.contactForm label {
  display: block;
  margin: 0 0 0.4em;
}

.contactForm input[type="text"], .contactForm textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #979797;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
}

.contactForm select {
  width: 100%;
  margin: 0 0 1em;
}

.contactForm textarea {
  height: 150px;
}

.contactForm input[type="submit"] {
  border: none;
}

.ruledHeader {
  color: #434343;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 1em 0;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
}

.ruledHeader .inner {
  display: inline-block;
  position: relative;
}

.ruledHeader .inner:before, .ruledHeader .inner:after {
  content: '';
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #95A8A1;
  top: 50%;
  width: 1000%;
}

.ruledHeader .inner:before {
  left: 100%;
  margin-left: 10px;
}

.ruledHeader .inner:after {
  right: 100%;
  margin-right: 10px;
}

.ruledHeader--large {
  color: #E4781E;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding-top: 2em;
}

.ruledHeader--large .inner:before, .ruledHeader--large .inner:after {
  border-bottom-color: #FFB33D;
}

/*****
Custom Select Dropdowns
*****/
/* Accordion
	 ========================================================================== */
.accordion {
  margin-bottom: 1em;
}

.accordion .accordionHead {
  color: #20AEA6;
  position: relative;
  border-bottom: 2px solid #20AEA6;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
}

.accordion .accordionHead:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #1A7874;
  transition: 300ms linear all;
}

.accordion .accordionHead:hover {
  cursor: pointer;
  color: #6FC8C6;
}

.accordion.isOpen .accordionHead:after {
  content: "\f068";
}

.accordion .accordionContent {
  display: none;
  padding: 0 0 10px 0;
  line-height: 1.4;
}

.tabbed-content-area {
  background-color: rgba(214, 214, 214, 0.1);
  border: 1px solid rgba(214, 214, 214, 0.5);
  margin-bottom: 1.5em;
}

.tabbed-content-area.tabbed-content-area--accordion .tabbed-content-area__nav-item {
  text-align: left;
}

.tabbed-content-area.tabbed-content-area--tabs .tabbed-content-area__nav {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tabbed-content-area.tabbed-content-area--tabs .tabbed-content-area__nav-item {
  text-align: center;
}

.tabbed-content-area__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabbed-content-area__nav-item {
  background-color: #D6D6D6;
  box-shadow: inset 0 -3px 7px rgba(0, 0, 0, 0.1);
  color: #434343 !important;
  display: block;
  padding: .5em 1em;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .tabbed-content-area__nav-item {
    font-size: .8em;
  }
}

.tabbed-content-area__nav-item:hover {
  background-color: rgba(214, 214, 214, 0.5);
  text-decoration: none;
}

.tabbed-content-area__nav-item.is-active {
  background-color: rgba(214, 214, 214, 0.2);
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0);
  color: #222;
  display: block;
}

.tabbed-content-area__nav-item.is-active:hover {
  background-color: #FFF;
}

.tabbed-content-area__content-blocks {
  font-size: .9em;
}

.tabbed-content-area__content-block {
  display: none;
  padding: 1.5em;
}

.tabbed-content-area__content-block *:last-child {
  margin-bottom: 0;
}

.tabbed-content-area__content-block:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.tabbed-content-area__content-block.is-active {
  display: block;
}

.gallery-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
}

.gallery-content--slider .gallery-content-swiper-item__image {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.gallery-content--slider .gallery-content-swiper-item__caption {
  border-top: 1px solid #cdcdcd;
  color: #000;
  font-size: .8em;
  line-height: 1.15;
  margin-top: 1em;
  padding: .5em;
}

.gallery-content--slider .swiper-pagination {
  top: 10px;
  bottom: auto;
}

.gallery-content--slider .swiper-pagination-bullet {
  background-color: #FFF;
}

.gallery-content-lightbox-item {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  padding-bottom: 20%;
}

.gallery-content-lightbox-item a {
  border: 5px solid #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

.gallery-content-lightbox-item a:before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
}

.gallery-content-lightbox-item a:hover {
  cursor: pointer;
}

.gallery-content-lightbox-item a:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.gallery-content-lightbox-item__caption {
  display: none;
}

.pswp__caption__center {
  text-align: center;
}

.app-pagination {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  text-align: center;
}

.app-pagination .page-num {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.app-pagination a {
  display: inline-block;
  text-align: center;
  border: 1px solid #F1F1F1;
  vertical-align: top;
  margin: 0 2px 4px;
  padding: .5em 1em;
  color: #F8A21F;
  cursor: pointer;
}

.app-pagination a.current {
  background: #20AEA6;
  color: #fff;
  border-color: #20AEA6;
}

.app-pagination a:hover {
  background: #20AEA6;
  color: #fff;
  border-color: #20AEA6;
  text-decoration: none;
}

.app-pagination a.disabled {
  color: #D6D6D6;
  border-color: transparent;
  cursor: default;
}

.app-pagination a.disabled:hover {
  color: #D6D6D6;
  border-color: transparent;
  cursor: default;
  background: transparent;
}

.page-num-first a,
.page-num-prev a,
.page-num-next a,
.page-num-last a {
  border-color: transparent;
}

.page-num-first a:hover,
.page-num-prev a:hover,
.page-num-next a:hover,
.page-num-last a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #20AEA6;
}

.page-num-first a:before {
  content: "\f100";
  font-family: FontAwesome;
}

.page-num-prev a:before {
  content: "\f104";
  font-family: FontAwesome;
}

.page-num-next a:before {
  content: "\f105";
  font-family: FontAwesome;
}

.page-num-last a:before {
  content: "\f101";
  font-family: FontAwesome;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: .4em;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .85em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #20AEA6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.next-meeting-section {
  background-color: #F8F8F8;
  font-size: .9em;
  margin-bottom: 1em;
  padding: 0 1em 1em 1em;
}

.next-meeting-info-header {
  color: #E4781E;
  font-weight: bold;
  padding-top: 1em;
}

.next-meeting-info {
  font-size: .9em;
  margin-bottom: 1em;
}

.next-meeting-info__date {
  margin-right: .25em;
}

.next-meeting-info__time {
  margin: 0 .25em;
}

.next-meeting-info__venue {
  margin: 0 .25em;
}

.next-meeting-info__room {
  margin: 0 .25em;
}

.next-meeting-files-header {
  color: #E4781E;
  padding-top: 1em;
}

.next-meeting-files-list {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
}

.next-meeting-files-list-item a {
  display: block;
}

.next-meeting-files-list-item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.file-list-table {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2em;
  width: 100%;
}

.file-list-table-header th {
  border-bottom: 2px solid #434343;
  color: #434343;
  font-size: .8em;
  padding: .5em .5em .25em .5em;
  text-transform: uppercase;
}

.file-list-table-header th a {
  color: #434343;
  display: block;
}

.file-list-table-header th a span {
  position: relative;
}

.file-list-table-header th a.sort span:after {
  color: #D6D6D6;
  content: '';
  content: '\f0dc';
  font-family: FontAwesome;
  position: absolute;
  right: -15px;
  top: -2px;
}

.file-list-table-header th a.sort--asc span:after {
  color: #20AEA6;
  content: '\f0dd';
}

.file-list-table-header th a.sort--desc span:after {
  color: #20AEA6;
  content: '\f0de';
}

.file-list-table-header th a:hover {
  text-decoration: none;
}

.file-list-table-header__title {
  font-weight: bold;
  text-align: left;
}

.file-list-table-header__date {
  text-align: center;
  text-transform: uppercase;
}

.file-list-table-header__type {
  text-align: center;
  text-transform: uppercase;
  width: 10%;
}

.file-list-table-header__size {
  background-color: #F1F1F1;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}

.file-list-table-header__category {
  background-color: #F1F1F1;
  display: none;
  text-align: center;
  text-transform: uppercase;
  width: 30%;
}

@media only screen and (min-width: 992px) {
  .file-list-table-header__category {
    display: table-cell;
  }
}

.file-list-table-item {
  font-size: .8em;
}

.file-list-table-item td {
  border-bottom: 1px solid #D6D6D6;
  padding: 5px 10px;
}

.file-list-table-item__title {
  font-weight: bold;
  padding: 0;
}

.file-list-table-item__title a {
  display: block;
  padding: 5px 10px;
}

.file-list-table-item__title a:hover {
  text-decoration: none;
}

.file-list-table-item__date {
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.file-list-table-item__type {
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.file-list-table-item__size {
  background-color: #F1F1F1;
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.file-list-table-item__category {
  background-color: #F1F1F1;
  display: none;
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .file-list-table-item__category {
    display: table-cell;
  }
}

.announcement {
  max-width: 700px;
  background: #fff;
  padding: 30px 50px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}

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

.announcementBanner {
  background: #20AEA6;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: background-color .25s ease, height .25s ease, opacity .25s ease;
  white-space: pre;
  opacity: 1;
  /*
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  */
}

.announcementBanner:hover {
  text-decoration: none;
  background: #24c4bb;
  color: #fff;
}

.announcementBanner.hidden {
  opacity: 0;
  height: 0;
}

.closeBanner {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: rgba(32, 174, 166, 0.5);
  cursor: pointer;
}

.closeBanner:hover {
  text-decoration: none;
  background: #24c4bb;
  color: #fff;
}

.closeBanner.hidden {
  height: 32px;
  width: 32px;
  line-height: 32px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ui-datepicker {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  font-size: .8em;
}

.gform_wrapper {
  margin: 0 0 2em 0;
}

.gform_heading .gform_title {
  font-weight: bold;
}

.gform_heading .gform_description {
  display: block;
  line-height: 1.3;
  margin-bottom: 1em;
}

.validation_error {
  background-color: maroon;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
}

body ul.gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* General Input Fields */
  /* Select */
  /* Textarea */
  /* Label */
  /* Checkboxes */
  /* Radio */
  /**/
  /* List */
  /* Date */
  /* Time */
  /* Complex input groups */
}

body ul.gform_fields .gfield_description.validation_message,
body ul.gform_fields .instruction.validation_message {
  color: maroon;
  font-size: 12px;
  font-weight: normal;
  padding: .25em 0;
}

body ul.gform_fields .gfield.gfield_error {
  border-left: 5px solid maroon;
}

body ul.gform_fields .gfield.gfield_error .gfield_label {
  color: maroon;
  font-weight: bold;
}

body ul.gform_fields .gfield {
  padding: 1em;
  position: relative;
}

body ul.gform_fields .gfield_description {
  font-size: .9em;
  font-style: italic;
  padding: .5em;
}

body ul.gform_fields input[type='text'], body ul.gform_fields .contactForm textarea[type='text'], .contactForm body ul.gform_fields textarea[type='text'],
body ul.gform_fields input[type='password'],
body ul.gform_fields input[type='date'],
body ul.gform_fields input[type='datetime'],
body ul.gform_fields input[type='datetime-local'],
body ul.gform_fields input[type='month'],
body ul.gform_fields input[type='week'],
body ul.gform_fields input[type='email'],
body ul.gform_fields input[type='number'],
body ul.gform_fields input[type='search'],
body ul.gform_fields input[type='tel'],
body ul.gform_fields input[type='time'],
body ul.gform_fields input[type='url'],
body ul.gform_fields input[type='color'] {
  border-radius: 0;
  color: #F8A21F;
  padding: 0 .5em;
  width: 100%;
}

body ul.gform_fields select {
  border-radius: 0;
  width: 100%;
}

body ul.gform_fields textarea {
  border-radius: 0;
  color: #F8A21F;
  padding: .5em;
  width: 100%;
}

body ul.gform_fields label {
  padding-top: 1em;
}

body ul.gform_fields .hidden_label input.large,
body ul.gform_fields .hidden_label select.large,
body ul.gform_fields .top_label input.large,
body ul.gform_fields .top_label select.large,
body ul.gform_fields textarea.large {
  width: 100%;
}

body ul.gform_fields .top_label .gfield_label {
  display: block;
  font-weight: 400;
}

body ul.gform_fields .ginput_container {
  padding-top: .25em;
}

body ul.gform_fields .ginput_container_checkbox {
  margin-bottom: 1em;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox {
  list-style-type: none;
  padding: 0;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox > li {
  position: relative;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 3px;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox label {
  display: block;
  padding: 0 0 0 1.25em;
}

body ul.gform_fields .ginput_container_radio {
  margin-bottom: 1em;
}

body ul.gform_fields .ginput_container_radio .gfield_radio {
  list-style-type: none;
  padding: 0;
}

body ul.gform_fields .ginput_container_radio .gfield_radio > li {
  position: relative;
}

body ul.gform_fields .ginput_container_radio .gfield_radio input[type=radio] {
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 3px;
}

body ul.gform_fields .ginput_container_radio .gfield_radio label {
  display: block;
  padding: 0 0 0 1.25em;
}

body ul.gform_fields .ginput_container_multiselect select {
  background-image: none;
  min-height: 100px;
}

body ul.gform_fields .ginput_list .gfield_list_container {
  width: 100%;
}

body ul.gform_fields .ginput_list .gfield_list_container .gfield_list_cell {
  padding-bottom: .5em;
}

body ul.gform_fields .ginput_list .gfield_list_icons {
  padding-left: 1em;
}

body ul.gform_fields .ginput_container_date {
  position: relative;
}

body ul.gform_fields .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 6px;
  top: 12px;
}

body ul.gform_fields .clear-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body ul.gform_fields .clear-multi .ginput_container_time {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  padding-left: .5em;
  padding-right: .5em;
}

body ul.gform_fields .clear-multi .ginput_container_time:first-child {
  padding-left: 0;
}

body ul.gform_fields .clear-multi .ginput_container_time:last-child {
  padding-right: 0;
}

body ul.gform_fields .clear-multi .ginput_container_time label, body ul.gform_fields .clear-multi .ginput_container_time i {
  display: none;
}

body ul.gform_fields .ginput_complex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body ul.gform_fields .ginput_complex label {
  display: block;
  font-size: .7em;
  margin-bottom: .75em;
  padding: .5em;
}

body ul.gform_fields .ginput_complex > * {
  padding-left: .5em;
  padding-right: .5em;
}

body ul.gform_fields .ginput_complex > :first-child {
  padding-left: 0;
}

body ul.gform_fields .ginput_complex > :last-child {
  padding-right: 0;
}

body ul.gform_fields .ginput_complex .name_first {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

body ul.gform_fields .ginput_complex .name_last {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

body ul.gform_fields .ginput_complex .address_line_1 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

body ul.gform_fields .ginput_complex .address_line_2 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

body ul.gform_fields .ginput_complex .address_city {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  body ul.gform_fields .ginput_complex .address_city {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding-right: 1em;
  }
}

body ul.gform_fields .ginput_complex .address_state {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  body ul.gform_fields .ginput_complex .address_state {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

body ul.gform_fields .ginput_complex .address_zip {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  body ul.gform_fields .ginput_complex .address_zip {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding-left: 1em;
  }
}

body ul.gform_fields .ginput_complex .address_country {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

body aside.sub .gform_wrapper ul.gform_fields .gfield {
  padding: .5em 0 .5em 0;
}

body aside.sub .gform_wrapper ul.gform_fields .ginput_complex label {
  margin-bottom: 0;
  padding-bottom: 0;
}

body aside.sub .gform_wrapper ul.gform_fields #rc-imageselect,
body aside.sub .gform_wrapper ul.gform_fields .ginput_recaptcha {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

@media only screen and (min-width: 992px) {
  body aside.sub .gform_wrapper ul.gform_fields #rc-imageselect,
  body aside.sub .gform_wrapper ul.gform_fields .ginput_recaptcha {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media only screen and (min-width: 1200px) {
  body aside.sub .gform_wrapper ul.gform_fields #rc-imageselect,
  body aside.sub .gform_wrapper ul.gform_fields .ginput_recaptcha {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}

div#tribe-bar-collapse-toggle {
  display: none;
}

div.tribe-bar-filters-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  div.tribe-bar-filters-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.tribe-bar-filters-inner .tribe-bar-category-select-filter {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  margin-bottom: 1em;
  padding-right: 1em;
}

div.tribe-bar-filters-inner .tribe-bar-date-select-filter-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  margin-bottom: 1em;
  padding-right: 1em;
}

div.tribe-bar-filters-inner .tribe-bar-search-filter {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  margin-bottom: 1em;
  padding-right: 1em;
}

div.tribe-bar-filters-inner .tribe-bar-submit {
  margin-bottom: 1em;
}

div.tribe-bar-filters-inner .tribe-bar-submit button {
  white-space: nowrap;
}

.tribe-events-single-section-title {
  color: #E4781E;
}

.tribe-events-back {
  font-size: .8em;
  margin-bottom: 0;
  padding-top: 1em;
}

.tribe-events-notices {
  background-color: rgba(153, 153, 153, 0.25);
  border: 0;
  border-radius: 0;
  color: #333;
  padding: 1em;
  font-size: .8em;
  text-shadow: none;
  text-align: center;
}

/* Event List
################################################################################ */
.tribe-events-list .tribe-events-page-title {
  padding-top: 1em;
  text-align: left;
}

.tribe-events-list .tribe-events-sub-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.tribe-events-list .tribe-events-list-separator-month {
  border-top: 1px solid #D6D6D6;
  display: block;
  font-weight: 900;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  padding-top: 5px;
}

.tribe-events-list .tribe-events-ical {
  display: none;
}

/* Event Single
################################################################################ */
.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 1em;
}

.single-tribe_events .tribe-events-schedule {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.single-tribe_events .tribe-events-schedule h2 {
  font-size: 1em;
  font-weight: 700;
}

.single-tribe_events .tribe-events-schedule .recurringinfo {
  font-size: 1em;
}

.single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider {
  margin: 0 .5em;
}

.single-tribe_events .tribe-events-schedule .recurringinfo a {
  text-transform: uppercase;
  font-size: .8em;
}

.single-tribe_events .tribe-events-sub-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .8em;
  padding: 0;
}

.single-tribe_events .tribe-events-sub-nav li {
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-tribe_events .tribe-events-sub-nav li.tribe-events-nav-previous {
  text-align: left;
}

.single-tribe_events .tribe-events-sub-nav li.tribe-events-nav-next {
  text-align: right;
}

.single-tribe_events .tribe-events-page-title {
  font-size: .9em;
  margin-bottom: 0;
  padding: 1em 0;
}

.single-tribe_events .tribe-events-list-separator-month {
  overflow: hidden;
  margin: 0 0 0.5em 0;
  display: block;
}

.single-tribe_events .tribe-events-list-separator-month span {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
}

.single-tribe_events .tribe-events-list-separator-month span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #979797;
  top: 50%;
  width: 600px;
  margin-left: 15px;
}

.single-tribe_events .tribe-events-ical {
  display: none;
}

.single-tribe_events .tribe-events-cal-links {
  display: none;
}

.single-tribe_events .tribe-events-user-recurrence-toggle {
  display: none;
}

.single-tribe_events .tribe-events-event-image img {
  height: auto;
  width: 100%;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta {
  font-size: .9em;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-single-section-title {
  font-size: 1.25em;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group {
  background-color: rgba(236, 236, 236, 0.5);
  line-height: 1.5;
  margin-bottom: .5em;
  padding: 1em;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details dl, .single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-other dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details dt, .single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-other dt {
  margin: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  min-height: 0;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details dd, .single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-other dd {
  margin: 0;
  -webkit-flex: 0 1 70%;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  min-height: 0;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-other {
  display: none;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue dt {
  margin: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  min-height: 0;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue dd {
  margin: 0;
  -webkit-flex: 0 1 70%;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  min-height: 0;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue dd.tribe-venue {
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue dd.tribe-venue-location {
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer dt {
  margin: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  min-height: 0;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer dd {
  margin: 0;
  -webkit-flex: 0 1 70%;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  min-height: 0;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer dd.tribe-organizer {
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.ui-datepicker {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  font-size: .8em;
}

.gform_wrapper {
  margin: 0 0 2em 0;
}

.gform_heading .gform_title {
  font-weight: bold;
}

.gform_heading .gform_description {
  display: block;
  line-height: 1.3;
  margin-bottom: 1em;
}

.validation_error {
  background-color: maroon;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
}

body ul.gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* General Input Fields */
  /* Select */
  /* Textarea */
  /* Label */
  /* Checkboxes */
  /* Radio */
  /**/
  /* List */
  /* Date */
  /* Time */
  /* Complex input groups */
}

body ul.gform_fields .gfield_description.validation_message,
body ul.gform_fields .instruction.validation_message {
  color: maroon;
  font-size: 12px;
  font-weight: normal;
  padding: .25em 0;
}

body ul.gform_fields .gfield.gfield_error {
  border-left: 5px solid maroon;
}

body ul.gform_fields .gfield.gfield_error .gfield_label {
  color: maroon;
  font-weight: bold;
}

body ul.gform_fields .gfield {
  padding: 1em;
  position: relative;
}

body ul.gform_fields .gfield_description {
  font-size: .9em;
  font-style: italic;
  padding: .5em;
}

body ul.gform_fields input[type='text'], body ul.gform_fields .contactForm textarea[type='text'], .contactForm body ul.gform_fields textarea[type='text'],
body ul.gform_fields input[type='password'],
body ul.gform_fields input[type='date'],
body ul.gform_fields input[type='datetime'],
body ul.gform_fields input[type='datetime-local'],
body ul.gform_fields input[type='month'],
body ul.gform_fields input[type='week'],
body ul.gform_fields input[type='email'],
body ul.gform_fields input[type='number'],
body ul.gform_fields input[type='search'],
body ul.gform_fields input[type='tel'],
body ul.gform_fields input[type='time'],
body ul.gform_fields input[type='url'],
body ul.gform_fields input[type='color'] {
  border-radius: 0;
  color: #F8A21F;
  padding: 0 .5em;
  width: 100%;
}

body ul.gform_fields select {
  border-radius: 0;
  width: 100%;
}

body ul.gform_fields textarea {
  border-radius: 0;
  color: #F8A21F;
  padding: .5em;
  width: 100%;
}

body ul.gform_fields label {
  padding-top: 1em;
}

body ul.gform_fields .hidden_label input.large,
body ul.gform_fields .hidden_label select.large,
body ul.gform_fields .top_label input.large,
body ul.gform_fields .top_label select.large,
body ul.gform_fields textarea.large {
  width: 100%;
}

body ul.gform_fields .top_label .gfield_label {
  display: block;
  font-weight: 400;
}

body ul.gform_fields .ginput_container {
  padding-top: .25em;
}

body ul.gform_fields .ginput_container_checkbox {
  margin-bottom: 1em;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox {
  list-style-type: none;
  padding: 0;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox > li {
  position: relative;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 3px;
}

body ul.gform_fields .ginput_container_checkbox .gfield_checkbox label {
  display: block;
  padding: 0 0 0 1.25em;
}

body ul.gform_fields .ginput_container_radio {
  margin-bottom: 1em;
}

body ul.gform_fields .ginput_container_radio .gfield_radio {
  list-style-type: none;
  padding: 0;
}

body ul.gform_fields .ginput_container_radio .gfield_radio > li {
  position: relative;
}

body ul.gform_fields .ginput_container_radio .gfield_radio input[type=radio] {
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 3px;
}

body ul.gform_fields .ginput_container_radio .gfield_radio label {
  display: block;
  padding: 0 0 0 1.25em;
}

body ul.gform_fields .ginput_container_multiselect select {
  background-image: none;
  min-height: 100px;
}

body ul.gform_fields .ginput_list .gfield_list_container {
  width: 100%;
}

body ul.gform_fields .ginput_list .gfield_list_container .gfield_list_cell {
  padding-bottom: .5em;
}

body ul.gform_fields .ginput_list .gfield_list_icons {
  padding-left: 1em;
}

body ul.gform_fields .ginput_container_date {
  position: relative;
}

body ul.gform_fields .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 6px;
  top: 12px;
}

body ul.gform_fields .clear-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body ul.gform_fields .clear-multi .ginput_container_time {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  padding-left: .5em;
  padding-right: .5em;
}

body ul.gform_fields .clear-multi .ginput_container_time:first-child {
  padding-left: 0;
}

body ul.gform_fields .clear-multi .ginput_container_time:last-child {
  padding-right: 0;
}

body ul.gform_fields .clear-multi .ginput_container_time label, body ul.gform_fields .clear-multi .ginput_container_time i {
  display: none;
}

body ul.gform_fields .ginput_complex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body ul.gform_fields .ginput_complex label {
  display: block;
  font-size: .7em;
  margin-bottom: .75em;
  padding: .5em;
}

body ul.gform_fields .ginput_complex > * {
  padding-left: .5em;
  padding-right: .5em;
}

body ul.gform_fields .ginput_complex > :first-child {
  padding-left: 0;
}

body ul.gform_fields .ginput_complex > :last-child {
  padding-right: 0;
}

body ul.gform_fields .ginput_complex .name_first {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

body ul.gform_fields .ginput_complex .name_last {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

body ul.gform_fields .ginput_complex .address_line_1 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

body ul.gform_fields .ginput_complex .address_line_2 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

body ul.gform_fields .ginput_complex .address_city {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  body ul.gform_fields .ginput_complex .address_city {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding-right: 1em;
  }
}

body ul.gform_fields .ginput_complex .address_state {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  body ul.gform_fields .ginput_complex .address_state {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

body ul.gform_fields .ginput_complex .address_zip {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  body ul.gform_fields .ginput_complex .address_zip {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding-left: 1em;
  }
}

body ul.gform_fields .ginput_complex .address_country {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
}

body aside.sub .gform_wrapper ul.gform_fields .gfield {
  padding: .5em 0 .5em 0;
}

body aside.sub .gform_wrapper ul.gform_fields .ginput_complex label {
  margin-bottom: 0;
  padding-bottom: 0;
}

body aside.sub .gform_wrapper ul.gform_fields #rc-imageselect,
body aside.sub .gform_wrapper ul.gform_fields .ginput_recaptcha {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

@media only screen and (min-width: 992px) {
  body aside.sub .gform_wrapper ul.gform_fields #rc-imageselect,
  body aside.sub .gform_wrapper ul.gform_fields .ginput_recaptcha {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media only screen and (min-width: 1200px) {
  body aside.sub .gform_wrapper ul.gform_fields #rc-imageselect,
  body aside.sub .gform_wrapper ul.gform_fields .ginput_recaptcha {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}

.fl-builder-bar-title-icon {
  background: url(../images/logo-print.png) no-repeat center !important;
  background-size: contain !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.fl-builder-bar-title-icon img {
  display: none;
}

.fl-builder-ui-skin--dark .fl-builder-bar-title-icon {
  background-image: url(../images/logo.png) !important;
}

.fl-accordion .fl-accordion-item {
  border: none;
  margin: 0;
}

.fl-accordion .fl-accordion-button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.fl-accordion .fl-accordion-button-label {
  border-bottom: 2px solid #20AEA6;
  color: #20AEA6;
  font-weight: bold;
}

.fl-accordion .fl-accordion-button-label:hover {
  color: #6FC8C6;
}

.fl-accordion .fl-accordion-button-icon {
  color: #1A7874;
  opacity: 1;
}

.fl-accordion .fl-accordion-content {
  padding-left: 0;
  padding-right: 0;
}

.fl-accordion .fl-accordion-content p:last-child {
  margin-bottom: 0;
}

.fl-builder-content {
  margin: -20px;
}

.fl-module-content p:last-child {
  margin-bottom: 0;
}

.fl-builder-empty {
  display: none;
}

.fl-builder-edit .fl-builder-empty.fl-module-empty {
  padding: 50px 20px;
}

/*************************************************************

STANDARD STYLEGUIDE STYLES

*************************************************************/
.styleWrapper {
  font-family: "Roboto", sans-serif;
  background: #fff;
}

a.guideLink,
a:visited.guideLink {
  color: #999;
  text-decoration: none;
}

a:hover.guideLink,
a:visited:hover.guideLink {
  color: #333;
}

.styleWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 35px 25px 0 25px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .styleWrapper {
    padding-left: 250px;
  }
}

.styleWrapper section {
  margin: 0 0 100px;
}

.styleWrapper section.guideLastSection {
  margin-bottom: 0;
}

.styleMenu {
  position: fixed;
  top: 29px;
  left: 0;
  width: 200px;
  text-align: right;
  bottom: 0;
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  display: none;
}

@media only screen and (min-width: 992px) {
  .styleMenu {
    display: block;
  }
}

.styleMenu a {
  display: block;
  margin: 0 0 11px;
  text-align: right;
  padding: 5px 15px;
  border-right: 4px solid transparent;
}

.styleMenu a:hover {
  background: #f8f8f8;
  text-decoration: none;
}

.styleMenu a.guideLinkOn {
  background: #efefef;
  color: #222;
  border-color: #aaa;
}

.styleMenu a.bkLink {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

.styleMenu a.bkLink:hover {
  background: transparent;
}

.styleMenu .bkBadge {
  height: 35px;
  width: auto;
  margin: 0 0 0 0;
  opacity: .8;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.styleMenu .bkBadge:hover {
  opacity: 1;
}

.guideStyleToggle {
  text-align: right;
  margin: 0 15px 11px 0;
  cursor: pointer;
  color: #999;
}

.guideStyleToggle span {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.guideStyleToggle span:hover {
  background: #fafafa;
}

.guideStyleToggle span.toggleOn {
  background: #00A4E4;
  color: #fff;
  border-color: #00A4E4;
}

.guideStyleToggle span.toggleOn:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}

.guideTag {
  position: relative;
  background: #00A4E4;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1px 4px;
  display: inline-block;
  color: #fff;
  margin: 0 9px;
  display: none;
  border: 1px solid #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif, sans-serif;
}

.mainHeader {
  font-size: 8rem;
  line-height: 8.4rem;
  margin: 0 0 25px;
  font-family: "Montserrat", sans-serif, sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 3.4rem;
}

@media only screen and (min-width: 992px) {
  .mainHeader {
    font-size: 8rem;
    line-height: 8.4rem;
    margin-bottom: 45px;
  }
}

.mainHeader span {
  color: #aaa;
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.styleHeader {
  border-bottom: 1px solid #333;
  padding: 9px 0;
  margin: 0 0 35px;
  text-align: center;
  font-weight: 700;
  color: #333;
  position: relative;
  text-transform: uppercase;
  font-size: 1.6rem;
  clear: both;
  font-family: 'Raleway', sans-serif;
}

.styleHeader:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}

.styleHeader .guideLink {
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: -12px 0 0;
  font-size: 1.6rem;
}

.colorBoxWrapper {
  width: 31.3333%;
  margin: 0 1% 25px;
  float: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .colorBoxWrapper {
    width: 23%;
  }
}

@media only screen and (min-width: 992px) {
  .colorBoxWrapper {
    width: 18%;
  }
}

.colorBox {
  width: 100%;
  height: 90px;
  border-radius: 3px;
  background: #ccc;
  display: block;
  margin: 0 0 5px;
  position: relative;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
}

@media only screen and (min-width: 992px) {
  .colorBox {
    height: 110px;
  }
}

.colorBox-Light {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 31px;
  background: #ddd;
}

.colorBox-Dark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 31px;
  background: #bbb;
}

.colorTitle {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.colorHex {
  color: #aaa;
  font-family: 'Raleway', sans-serif;
}

.colorBoxGray {
  height: 50px;
}

.clearer {
  clear: both;
}

/*************************************************************

UNIQUE STYLEGUIDE STYLES

*************************************************************/
.colorBox-Primary {
  background: #F8A21F;
}

.colorBox-Primary .colorBox-Light {
  background: #FFB33D;
}

.colorBox-Primary .colorBox-Dark {
  background: #E4781E;
}

.colorBox-Secondary {
  background: #20AEA6;
}

.colorBox-Secondary .colorBox-Light {
  background: #6FC8C6;
}

.colorBox-Secondary .colorBox-Dark {
  background: #1A7874;
}

.colorBox-Accent1 {
  background: #D3E4E3;
}

.colorBox-Accent1 .colorBox-Light {
  background: #DFF5F4;
}

.colorBox-Accent1 .colorBox-Dark {
  background: #BDE3E1;
}

.colorBox-Accent2 {
  background: #ADB7B3;
}

.colorBox-Accent2 .colorBox-Light {
  background: #C2CEC9;
}

.colorBox-Accent2 .colorBox-Dark {
  background: #8D9793;
}

.colorBox-Accent3 {
  background: #808587;
}

.colorBox-Accent3 .colorBox-Light {
  background: #9B9EA0;
}

.colorBox-Accent3 .colorBox-Dark {
  background: #545D62;
}

.colorBox-Gray-Ex-Dark {
  background: #434343;
}

.colorBox-Gray-Dark {
  background: #767676;
}

.colorBox-Gray-Medium {
  background: #979797;
}

.colorBox-Gray-Light {
  background: #D6D6D6;
}

.colorBox-Gray-Ex-Light {
  background: #F1F1F1;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.printLogo {
  display: none;
}

.app-header {
  background-color: #1A7874;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .app-header {
    position: absolute;
    width: 100%;
    max-width: 1600px;
    z-index: 100;
    background: linear-gradient(to left, #10110F -45%, rgba(12, 14, 10, 0) 120%);
  }
  .app-header.sticky {
    background: #303437;
  }
}

.app-header__inner.wrapper {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.app-header__search-form-wrapper {
  display: none;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 1em;
  min-width: 100%;
}

.app-header__search-form-wrapper > form.searchForm {
  padding: 0;
}

.app-header__logo {
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) {
  .app-header__logo {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.app-header__logo-img a:hover {
  text-decoration: none;
}

.app-header__logo-img img {
  display: block;
  max-width: 70px;
  transition: 200ms ease max-width;
}

@media only screen and (min-width: 768px) {
  .app-header__logo-img img {
    max-width: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .app-header__logo-img img {
    max-width: 120px;
  }
}

.app-header__logo-text {
  display: none;
  text-transform: uppercase;
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}

.app-header__logo-text a,
.app-header__logo-text a:visited {
  color: #fff;
}

.app-header__logo-text a:hover,
.app-header__logo-text a:visited:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .app-header__logo-text {
    display: block;
    font-size: 1em;
  }
}

@media only screen and (min-width: 992px) {
  .app-header__logo-text {
    font-size: .8em;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .app-header__logo-text {
    font-size: 1em;
    margin-left: 20px;
  }
}

.app-header__logo-text:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .app-header__menu-wrapper {
    display: none;
    /* Main Menu
		######################################################## */
  }
  .app-header__menu-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .app-header__menu-wrapper ul li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .app-header__menu-wrapper ul li a,
  .app-header__menu-wrapper ul li a:visited {
    color: #fff;
    display: block;
    padding: .25em;
    text-transform: uppercase;
  }
  .app-header__menu-wrapper ul li.menu-item-has-children:before {
    content: "\f107";
    color: #fff;
    font-family: FontAwesome;
    font-size: 1.5em;
    position: absolute;
    left: -1em;
    top: 3px;
  }
  .app-header__menu-wrapper ul li.menu-item-has-children.is-open:before {
    content: "\f106";
  }
  .app-header__menu-wrapper > ul {
    /* Main Menu Item
			######################################################## */
  }
  .app-header__menu-wrapper > ul > li {
    /* Sub Menu
				######################################################## */
  }
  .app-header__menu-wrapper > ul > li > a,
  .app-header__menu-wrapper > ul > li > a:visited {
    font-size: 1.5em;
    font-weight: 300;
  }
  .app-header__menu-wrapper > ul > li > a:hover,
  .app-header__menu-wrapper > ul > li > a:visited:hover {
    text-decoration: none;
  }
  .app-header__menu-wrapper > ul > li > ul {
    display: none;
    padding-left: 2em;
    /* Sub Menu Item
					######################################################## */
  }
  .app-header__menu-wrapper > ul > li > ul > li {
    /* Sub Sub Menu
						######################################################## */
  }
  .app-header__menu-wrapper > ul > li > ul > li > a,
  .app-header__menu-wrapper > ul > li > ul > li > a:visited {
    font-size: 1.25em;
    font-weight: 500;
  }
  .app-header__menu-wrapper > ul > li > ul > li > a:hover,
  .app-header__menu-wrapper > ul > li > ul > li > a:visited:hover {
    text-decoration: none;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul {
    display: none;
    padding-left: 1em;
    /* Sub Sub Menu Item
							######################################################## */
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li > a,
  .app-header__menu-wrapper > ul > li > ul > li > ul > li > a:visited {
    font-size: 1em;
    font-weight: 400;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li > a:hover,
  .app-header__menu-wrapper > ul > li > ul > li > ul > li > a:visited:hover {
    text-decoration: none;
  }
  .app-header__menu-wrapper > ul > li > ul > li.is-open > ul {
    display: block;
  }
  .app-header__menu-wrapper > ul > li.is-open > ul {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .app-header__menu-wrapper {
    display: block;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* Main Menu
		######################################################## */
  }
  .app-header__menu-wrapper > ul {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* Main Menu Item
			######################################################## */
  }
  .app-header__menu-wrapper > ul > li {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    /* Sub Menu
				######################################################## */
  }
  .app-header__menu-wrapper > ul > li > a {
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 12px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .app-header__menu-wrapper > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
  }
  .app-header__menu-wrapper > ul > li.app-header__search-trigger {
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .app-header__menu-wrapper > ul > li.app-header__search-trigger a {
    color: #F8A21F;
    display: block;
    font-size: 1.4em;
    padding: 4px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .app-header__menu-wrapper > ul > li.app-header__search-trigger a:hover {
    background-color: transparent;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .app-header__menu-wrapper > ul > li.is-active > a {
    background-color: #FFB33D;
  }
  .app-header__menu-wrapper > ul > li.is-active.browse-by-topic > a {
    background-color: #E4781E;
  }
  .app-header__menu-wrapper > ul > li.is-active.browse-by-type > a {
    background-color: #1A7874;
  }
  .app-header__menu-wrapper > ul > li > ul {
    background-color: #767676;
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 100%;
    z-index: 20000;
    /* Sub Menu Item
					######################################################## */
  }
  .app-header__menu-wrapper > ul > li > ul.app-header__browse-by-topic-menu {
    background-color: #F8A21F;
  }
  .app-header__menu-wrapper > ul > li > ul.app-header__browse-by-type-menu {
    background-color: #20AEA6;
  }
  .app-header__menu-wrapper > ul > li > ul > li {
    margin: 0;
    padding: 0;
    /* Sub Sub Menu
						######################################################## */
  }
  .app-header__menu-wrapper > ul > li > ul > li > a {
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 12px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .app-header__menu-wrapper > ul > li > ul > li > a:hover {
    color: #F8A21F;
    text-decoration: none;
  }
  .app-header__menu-wrapper > ul > li > ul > li a.app-header__menu-topic-label {
    font-size: 1.2em;
    font-weight: 300;
  }
  .app-header__menu-wrapper > ul > li > ul > li a.app-header__menu-topic-label:hover {
    color: #fff;
  }
  .app-header__menu-wrapper > ul > li > ul > li.is-active > a {
    background-color: transparent;
  }
  .app-header__menu-wrapper > ul > li > ul > li.is-active.app-header__browse-by-topic-menu-item > a {
    color: #E4781E;
  }
  .app-header__menu-wrapper > ul > li > ul > li.is-active.app-header__browse-by-topic-menu-item > a:hover {
    color: #E4781E;
  }
  .app-header__menu-wrapper > ul > li > ul > li.is-active.app-header__browse-by-type-menu-item > a {
    color: #1A7874;
  }
  .app-header__menu-wrapper > ul > li > ul > li.is-active.app-header__browse-by-type-menu-item > a:hover {
    color: #1A7874;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul {
    background-color: #434343;
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
    display: none;
    left: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 20000;
    /* Sub Sub Menu Item
							######################################################## */
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul.app-header__browse-by-topic-sub-menu {
    background-color: #E4781E;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul.app-header__browse-by-type-sub-menu {
    background-color: #1A7874;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li {
    margin: 0;
    padding: 0;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li > a {
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 12px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #F8A21F;
    text-decoration: none;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li.is-active > a {
    background-color: transparent;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li.is-active.app-header__browse-by-topic-sub-menu-item > a {
    color: #fff;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li.is-active.app-header__browse-by-topic-sub-menu-item > a:hover {
    background-color: #F8A21F;
    color: #fff;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li.is-active.app-header__browse-by-topic-sub-menu-item > a.app-header__menu-topic-label:hover {
    background-color: #E4781E;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li.is-active.app-header__browse-by-type-sub-menu-item > a {
    color: #fff;
  }
  .app-header__menu-wrapper > ul > li > ul > li > ul > li.is-active.app-header__browse-by-type-sub-menu-item > a:hover {
    background-color: #20AEA6;
    color: #fff;
  }
  .app-header__menu-wrapper li.is-active > ul {
    display: block;
  }
}

.app-header .app-header__menu-toggle,
.app-header .app-header__menu-toggle:visited {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.app-header .app-header__menu-toggle:hover,
.app-header .app-header__menu-toggle:visited:hover {
  color: #fff;
  text-decoration: none;
}

.app-header .app-header__menu-toggle--close {
  display: none;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 10000;
}

@media only screen and (max-width: 991px) {
  .app-header .app-header__menu-toggle--open {
    display: block;
  }
  .app-header.mobile-state-is-open {
    background: #F8A21F !important;
    bottom: 0;
    display: block;
    left: 0;
    padding: 3em 1em 1em 2.5em;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .app-header.mobile-state-is-open .app-header__menu-wrapper {
    display: block;
  }
  .app-header.mobile-state-is-open .app-header__menu-toggle--open {
    display: none;
  }
  .app-header.mobile-state-is-open .app-header__menu-toggle--close {
    display: block;
  }
  .app-header.mobile-state-is-open .app-header__inner.wrapper {
    padding: 0;
  }
  .app-header.mobile-state-is-open .app-header__search-form-wrapper {
    display: block;
    padding-top: 1em;
  }
  .app-header.mobile-state-is-open .app-header__logo,
  .app-header.mobile-state-is-open .app-header__search-trigger {
    display: none;
  }
}

footer {
  position: relative;
  padding: 55px 0px;
  background-color: #5E6C75;
  font-size: 1.4rem;
}

footer h4 {
  color: white;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: .5px;
}

footer .footerMenu {
  width: 100%;
  text-align: center;
}

footer .footerMenu .footerCol {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  footer .footerMenu .footerCol {
    margin-bottom: 0px;
    width: 23.85576%;
    float: left;
    margin-right: 1.52566%;
    text-align: left;
  }
  footer .footerMenu .lastCol {
    float: right;
    margin-right: 0;
  }
}

footer .footerMenu ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

footer .footerMenu ul li {
  margin-bottom: 0px;
  padding-bottom: 5px;
  list-style: none;
  color: white;
}

footer .footerMenu ul li a {
  color: white;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

footer .footerMenu ul li a:hover {
  color: #FFB33D;
  text-decoration: none;
}

footer .footerAddress li {
  line-height: 1.6;
}

footer .footerAddress li p {
  margin-bottom: 0px;
}

footer .footerSocial {
  margin-top: 20px;
}

footer .footerSocial li {
  display: inline-block;
}

footer .footerSocial a:hover {
  color: #FFB33D;
  transition: color .2s ease-in-out;
}

footer .footerSocial .fa {
  font-size: 30px;
  margin-right: 10px;
}

footer .footer-meta {
  margin-top: 30px;
  color: white;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer .footer-meta {
    margin-top: 40px;
  }
}

footer .footer-meta ul {
  margin-bottom: 2rem;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) {
  footer .footer-meta ul {
    margin-bottom: 0rem;
  }
}

footer .footer-meta li {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  footer .footer-meta li {
    display: inline-block;
    padding: 0px 5px;
  }
  footer .footer-meta li:not(:first-child):before {
    content: "|";
    padding-right: 10px;
  }
}

footer .footer-meta li a {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .5px;
  color: #fff;
}

footer .footer-meta li a:hover {
  color: #FFB33D;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

footer .footer-meta p {
  text-align: center;
  margin-bottom: 0px;
}

footer .footer-meta p a {
  color: #fff;
}

footer .footer-meta p a:hover {
  color: #fff;
  text-decoration: underline;
}

.iHero {
  position: relative;
  min-height: 285px;
}

@media only screen and (min-width: 768px) {
  .iHero {
    min-height: none;
  }
}

.iHero .iHeroCaption {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 768px) {
  .iHero .iHeroCaption {
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}

.iHero .iHeroCaptionHeader {
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.5em;
}

@media only screen and (min-width: 992px) {
  .iHero .iHeroCaptionHeader {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .iHero .iHeroCaptionHeader {
    font-size: 5.2rem;
    line-height: 7.6rem;
  }
}

.iHero .iHeroCaptionSubHeader {
  font-weight: regular;
  font-size: 3.4vw;
}

@media only screen and (min-width: 992px) {
  .iHero .iHeroCaptionSubHeader {
    font-size: 3rem;
  }
}

.iHero:after {
  content: "";
  display: block;
  padding: 0 0 50%;
}

.iHero .iHeroSearch {
  height: 45px;
  margin-top: 10px;
  line-height: 45px;
}

@media only screen and (min-width: 768px) {
  .iHero .iHeroSearch {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.iHero .iHeroSearch input {
  height: 45px;
  padding: 0px;
  border: none;
  float: left;
}

.iHero .iHeroSearch .iHeroSearchInput {
  padding: 0 0 0 10px;
  font-family: "Montserrat", sans-serif;
  color: #F8A21F;
  font-weight: bold;
  width: 85%;
}

.iHero .iHeroSearch .iHeroSearchInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #F8A21F;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .iHero .iHeroSearch .iHeroSearchInput::-moz-placeholder {
    text-align: center;
    font-size: 1.8rem;
  }
}

.iHero .iHeroSearch .iHeroSearchInput::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #F8A21F;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .iHero .iHeroSearch .iHeroSearchInput::-webkit-input-placeholder {
    text-align: center;
    font-size: 1.8rem;
  }
}

.iHero .iHeroSearch .iHeroSearchInput:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #F8A21F;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .iHero .iHeroSearch .iHeroSearchInput:-ms-input-placeholder {
    text-align: center;
    font-size: 1.8rem;
  }
}

.iHero .iHeroSearch .iHeroSearchInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F8A21F;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #F8A21F;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput:-ms-input-placeholder {
  /* IE 10+ */
  color: #F8A21F;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchInput:-moz-placeholder {
  /* Firefox 18- */
  color: #F8A21F;
  opacity: 1;
}

.iHero .iHeroSearch .iHeroSearchSubmit {
  background: #F8A21F url("../images/search-submit-icon.png") 50% 50% no-repeat;
  vertical-align: top;
  width: 15%;
  text-indent: -9999px;
  transition: all 300ms ease;
}

.iHero .iHeroSearch .iHeroSearchSubmit:hover {
  background: #E4781E url("../images/search-submit-icon.png") 50% 50% no-repeat;
}

/* /ihero */
.iBrowseBar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}

@media only screen and (min-width: 992px) {
  .iBrowseBar {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.iBrowseBar .iBrowseBarHeader {
  width: 100%;
  padding: 15px 20px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}

.iBrowseBar .iBrowseBarOptions {
  padding: 15px 20px 20px 20px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .iBrowseBar .iBrowseBarOptions {
    text-align: left;
  }
}

.iBrowseBar .iBrowseBarOptions ul {
  margin-bottom: 0;
  padding: 0;
}

.iBrowseBar .iBrowseBarOptions ul li {
  list-style: none;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.iBrowseBar .iBrowseBarOptions ul li a {
  position: relative;
  display: block;
  padding: 10px 0px 5px 0;
  color: white;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .5px;
}

.iBrowseBar .iBrowseBarOptions ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .iBrowseBar .iBrowseBarOptions ul li a:after {
    width: 50%;
  }
}

.iBrowseBar .iBrowseBarOptions ul li a:hover {
  text-decoration: none;
}

.topicBrowse {
  background-color: #F8A21F;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}

.topicBrowse .iBrowseBarHeader {
  background-color: #E4781E;
}

@media only screen and (min-width: 992px) {
  .topicBrowse .iBrowseBarHeader {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .topicBrowse .iBrowseBarHeader {
    padding-left: 10%;
  }
}

@media only screen and (min-width: 1400px) {
  .topicBrowse .iBrowseBarHeader {
    padding-left: 30%;
  }
}

@media only screen and (min-width: 992px) {
  .topicBrowse .iBrowseBarOptions {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .topicBrowse .iBrowseBarOptions {
    padding-left: 10%;
  }
}

@media only screen and (min-width: 1400px) {
  .topicBrowse .iBrowseBarOptions {
    padding-left: 30%;
  }
}

.topicBrowse .iBrowseBarOptions ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .topicBrowse .iBrowseBarOptions ul {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topicBrowse .iBrowseBarOptions ul li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 992px) {
  .topicBrowse .iBrowseBarOptions ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

.topicBrowse .iBrowseBarOptions ul li a {
  position: relative;
}

.topicBrowse .iBrowseBarOptions ul li a:after {
  border-bottom: 2px solid #FFB33D;
}

.topicBrowse .iBrowseBarOptions ul li a:hover {
  color: #E4781E;
}

.typeBrowse {
  background-color: #20AEA6;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}

.typeBrowse .iBrowseBarHeader {
  background-color: #1A7874;
}

@media only screen and (min-width: 992px) {
  .typeBrowse .iBrowseBarHeader {
    padding-left: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .typeBrowse .iBrowseBarOptions {
    padding-left: 10%;
  }
}

.typeBrowse .iBrowseBarOptions li a {
  position: relative;
}

.typeBrowse .iBrowseBarOptions li a:after {
  border-bottom: 2px solid #6FC8C6;
}

@media only screen and (min-width: 992px) {
  .typeBrowse .iBrowseBarOptions li a:after {
    width: 30%;
  }
}

.typeBrowse .iBrowseBarOptions li a:hover {
  color: #1A7874;
}

/* /typeBrowse */
.iNewsEventsRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2em;
  /*News*/
  /*Calendar*/
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.iNewsEventsRow h3 {
  text-align: center;
  color: #1A7874;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.iNewsEventsRow .iLeft {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2em;
  padding-bottom: 60px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .iLeft {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

.iNewsEventsRow .iRight {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2em;
  padding-bottom: 60px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .iRight {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

.iNewsEventsRow .iRight:after {
  background-color: rgba(149, 168, 161, 0.5);
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 1px;
  bottom: 0;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .iRight:after {
    display: block;
  }
}

.iNewsEventsRow a.btn, .iNewsEventsRow .contactForm input[type="submit"], .contactForm .iNewsEventsRow input[type="submit"] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  width: 100%;
  max-width: 290px;
}

.iNewsEventsRow .home__newsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .home__newsList {
    padding-right: 3em;
  }
}

.iNewsEventsRow .home__newsListItem {
  border-bottom: 1px solid rgba(149, 168, 161, 0.5);
  margin: 0 0 .75em 0;
  padding: 0 0 .75em 0;
}

.iNewsEventsRow .home__newsListItem a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.iNewsEventsRow .home__newsListItem a .newsThumbnailWrapper {
  min-width: 80px;
  max-width: 80px;
  -webkit-flex-basis: 80px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
  padding-right: 10px;
}

.iNewsEventsRow .home__newsListItem a .newsTitleWrapper {
  overflow: hidden;
}

.iNewsEventsRow .home__newsListItem a .newsTitleWrapper .newsTitle {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .25em;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .home__newsListItem a .newsTitleWrapper .newsTitle {
    font-size: .95em;
  }
}

.iNewsEventsRow .home__newsListItem a .newsTitleWrapper .newsReadMore {
  font-size: 1.4rem;
  color: #1A7874;
}

.iNewsEventsRow .home__newsListItem a .newsTitleWrapper .newsReadMore:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
  vertical-align: middle;
}

.iNewsEventsRow .home__newsListItem a:hover {
  text-decoration: none;
}

.iNewsEventsRow .home__newsListItem a:hover .newsTitleWrapper .newsReadMore {
  color: #20AEA6;
}

.iNewsEventsRow .home__newsListItem:last-child {
  border: 0;
}

.iNewsEventsRow .eventsList {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .eventsList {
    padding-left: 3em;
  }
}

.iNewsEventsRow .eventsListItem {
  border-bottom: 1px solid rgba(149, 168, 161, 0.5);
  margin: 0 0 .75em 0;
  padding: 0 0 .75em 0;
}

.iNewsEventsRow .eventsListItem a {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.iNewsEventsRow .eventsListItem a .eventDate {
  padding: 1px 5px 0;
  border: 1px solid #20AEA6;
  color: #20AEA6;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.iNewsEventsRow .eventsListItem a .eventDate strong {
  font-size: 2.4rem;
}

.iNewsEventsRow .eventsListItem a .eventTitle {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
  color: #5E6C75;
  font-size: 1.1em;
}

@media only screen and (min-width: 992px) {
  .iNewsEventsRow .eventsListItem a .eventTitle {
    font-size: .95em;
  }
}

.iNewsEventsRow .eventsListItem a:hover {
  text-decoration: none;
}

.iNewsEventsRow .eventsListItem a:hover .eventTitle {
  color: #F8A21F;
}

.iNewsEventsRow .eventsListItem:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

/* /iNewsEvents */
.iHomeSlider {
  background-color: rgba(149, 168, 161, 0.3);
  padding: 20px 0px;
}

@media only screen and (min-width: 768px) {
  .iHomeSlider {
    padding: 100px 0;
  }
}

.iHomeSlider .homeSlideTitle {
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background-color: #1A7874;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .iHomeSlider .homeSlideTitle {
    background-color: rgba(27, 80, 77, 0.7);
    padding: 10px 20px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .iHomeSlider .homeSlideTitle {
    font-size: 2em;
    line-height: 1.2em;
  }
}

.iHomeSlider .homeSlideLink {
  display: none;
  position: absolute;
  bottom: 0px;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #20AEA6;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 300ms ease;
}

@media only screen and (min-width: 768px) {
  .iHomeSlider .homeSlideLink {
    width: 40%;
    padding: 10px 20px;
  }
}

.iHomeSlider .homeSlideLink:hover {
  text-decoration: none;
  background-color: #1A7874;
  color: #fff;
  cursor: pointer;
  cursor: arrow;
}

.iHomeSlider .swiper-slide {
  position: relative;
  max-width: 300px;
  min-height: 275px;
  text-align: center;
  opacity: 0.7;
  background-position: center;
  transition: max-width 0.2s ease;
}

.iHomeSlider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.iHomeSlider .swiper-slide.swiper-slide-active .homeSlideTitle, .iHomeSlider .swiper-slide.swiper-slide-active .homeSlideLink {
  display: block;
}

@media only screen and (min-width: 768px) {
  .iHomeSlider .swiper-slide {
    min-height: 375px;
    max-width: 658px;
  }
}

.iHomeSlider .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.6);
  height: 70px;
  width: 65px;
  transition: background-color .2s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .iHomeSlider .swiper-button-prev {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -329px;
  }
  .iHomeSlider .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.iHomeSlider .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.6);
  height: 70px;
  width: 65px;
  transition: background-color .2s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .iHomeSlider .swiper-button-next {
    position: absolute;
    right: 50%;
    margin: 0 -329px 0 0;
  }
  .iHomeSlider .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* ==========================================================================
   SUB BANNER
   ========================================================================== */
.subBanner {
  position: relative;
  max-height: 325px;
  padding: 20px 0;
}

@media only screen and (min-width: 508px) {
  .subBanner {
    padding: 0;
  }
}

.subBanner:after {
  content: "";
  display: block;
}

@media only screen and (min-width: 508px) {
  .subBanner:after {
    padding: 0 0 40%;
  }
}

@media only screen and (min-width: 768px) {
  .subBanner:after {
    padding-bottom: 35%;
  }
}

.subBanner.noTitle {
  height: 0;
  padding: 0;
}

.subBannerCaption {
  position: relative;
  left: 0;
  width: 100%;
  line-height: 1.2;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media only screen and (min-width: 508px) {
  .subBannerCaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .subBannerCaption {
    top: 60%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
        transform: translate(0, -40%);
  }
}

.subBannerCaption h1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 508px) {
  .subBannerCaption h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .subBannerCaption h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .subBannerCaption h1 {
    font-size: 4.2rem;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .subBannerCaption h1 {
    font-size: 4.8rem;
    line-height: 1;
  }
}

.subBannerCaption h1 div {
  line-height: 1;
  padding: .5em 0;
  font-weight: 400;
  font-size: .6em;
}

@media only screen and (min-width: 992px) {
  .subBannerCaption h1 div {
    font-size: .8em;
  }
}

/* ==========================================================================
   CRUMBS
   ========================================================================== */
.crumbs {
  padding: 1em 0;
  font-size: 1.2rem;
  color: #979797;
  margin: 0 0 1em;
}

.crumbs a, .crumbs a:visited {
  color: #979797;
  display: inline-block;
}

.crumbs a:hover, .crumbs a:visited:hover {
  color: #545454;
  text-decoration: none;
}

.crumbs a:after, .crumbs a:visited:after {
  content: ">";
  margin: 0 3px;
}

/* ==========================================================================
   CONTENT FILTER TAXONOMY CONTENT FOOTER
   ========================================================================== */
.content-taxonomies-assigned {
  border-bottom: 1px solid #D6D6D6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1em 0;
  font-size: 1rem;
  font-weight: bold;
  color: #767676;
  line-height: 1;
  margin: 0 0 1em;
  padding-top: 2em;
  text-transform: uppercase;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .content-taxonomies-assigned .content-posted-on {
    padding-top: 10px;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.content-posted-on {
  margin-left: auto;
  padding-left: 20px;
}

.content-posted-on:first-child {
  margin-left: 0;
  padding-left: 0;
}

.content-posted-on .content-posted-on__item {
  color: #E4781E;
}

.content-taxonomies-assigned__title {
  padding-right: .5em;
}

a.content-taxonomies-assigned__item {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin: .25em;
  padding: .5em .75em;
  white-space: nowrap;
}

a.content-taxonomies-assigned__item:hover {
  color: #fff;
  text-decoration: none;
}

.content-taxonomies-assigned__item--topic {
  background-color: #E4781E;
}

.content-taxonomies-assigned__item--topic:hover {
  background-color: #d06c19;
}

.content-taxonomies-assigned__item--subtopic {
  background-color: #F8A21F;
}

.content-taxonomies-assigned__item--type {
  background-color: #20AEA6;
}

.content-taxonomies-assigned__item--type:hover {
  background-color: #1c9891;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
main {
  padding-top: 1em;
  /* WordPress Editor Classes */
}

@media only screen and (min-width: 992px) {
  main {
    width: 71.91401%;
    float: left;
    background: #fff;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 4rem;
  }
}

main hr {
  display: block;
  height: 1px;
  background-color: #95A8A1;
  border: 0;
  margin: 0 0 1em 0;
  padding: 0;
}

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

main .wp-caption {
  line-height: 1;
  margin: 0;
  padding: 0;
}

main .wp-caption-text {
  border-bottom: 1px solid #999;
  font-size: .8em;
  line-height: 1.2;
  padding: .25em 0 .45em 0;
  font-style: italic;
}

main .alignleft {
  margin-bottom: .5em;
}

@media only screen and (min-width: 768px) {
  main .alignleft {
    float: left;
    margin: .25rem 2rem 1.25rem 0;
  }
}

main .aligncenter {
  margin-bottom: .5em;
}

@media only screen and (min-width: 768px) {
  main .aligncenter {
    display: block;
    margin: 2rem auto;
  }
}

main .alignright {
  margin-bottom: .5em;
}

@media only screen and (min-width: 768px) {
  main .alignright {
    float: right;
    margin: .25rem 0 1.25rem 2rem;
  }
}

main .alignnone {
  width: auto !important;
}

@media only screen and (min-width: 768px) {
  main .gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

main .gallery .gallery-item {
  margin: 0;
  padding: .25em;
}

@media only screen and (min-width: 768px) {
  main .gallery .gallery-item {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

main .gallery .gallery-item .gallery-icon {
  text-align: center;
}

main .gallery .gallery-item .gallery-icon img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  main .gallery .gallery-item .gallery-icon img {
    height: auto;
  }
}

main .gallery .gallery-item .gallery-caption {
  font-size: .9em;
  font-style: italic;
  line-height: 1.4;
  padding: 1em 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  main .gallery .gallery-item .gallery-caption {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  main .gallery .gallery-item .gallery-caption {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  main .gallery.gallery-columns-1 .gallery-item {
    min-width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  main .gallery.gallery-columns-2 .gallery-item {
    min-width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  main .gallery.gallery-columns-3 .gallery-item {
    min-width: 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (min-width: 768px) {
  main .gallery.gallery-columns-4 .gallery-item {
    min-width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  main .gallery.gallery-columns-5 .gallery-item, main .gallery.gallery-columns-6 .gallery-item, main .gallery.gallery-columns-7 .gallery-item, main .gallery.gallery-columns-8 .gallery-item, main .gallery.gallery-columns-9 .gallery-item {
    min-width: 33.333333%;
    max-width: 33.333333%;
  }
}

main .caption {
  padding-bottom: 15px;
  font-size: 1.4rem;
  border-bottom: 1px solid #D6D6D6;
}

main.mainWide {
  padding-top: 1em;
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  main.mainWide {
    width: 101.52566%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
    padding-right: 0px;
    padding-top: 1.5em;
  }
}

main.mainFull {
  padding: 0;
  float: none;
  width: 100%;
  margin: 0;
  background: none;
}

.relatedArticles {
  padding: 0;
  overflow: hidden;
  clear: both;
}

.relatedArticles .home__newsList {
  padding-right: 0;
}

.relatedArticles .single__relatedArticles {
  width: 100%;
}

.relatedArticles .single__relatedArticles h3 {
  text-align: left;
}

.relatedArticles .single__relatedArticles a .newsThumbnailWrapper {
  max-width: 100px;
  min-width: 100px;
}

.relatedArticles .newsDate {
  margin-bottom: 6px;
  font-size: 1.2rem;
  color: #767676;
  text-transform: uppercase;
  font-weight: bold;
}

/* ==========================================================================
   ASIDE
   ========================================================================== */
aside {
  margin-top: 2em;
  padding-top: .1em;
}

@media only screen and (min-width: 992px) {
  aside {
    margin-top: 0em;
    padding-top: 0em;
  }
}

@media only screen and (min-width: 992px) {
  aside {
    width: 28.08599%;
    float: right;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

aside.sub {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
  background: #f1f1f1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );*/
  /* IE6-9 */
  background-image: linear-gradient(to top, #FFFFFF 0%, rgba(149, 168, 161, 0.3) 100%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 992px) {
  aside.sub {
    padding-bottom: 0;
    padding-top: 2em;
  }
}

.asideBox {
  margin: 0 auto;
  padding: 1em;
  width: 100%;
}

.asideBox p {
  margin-bottom: 1.1em;
}

.asideBox h4 {
  padding-bottom: 10px;
  color: #434343;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #95A8A1;
}

.asideBox ul {
  padding-left: 20px;
}

.asideBox ul li {
  list-style: none;
}

.asideBox ul li a {
  display: block;
  position: relative;
  padding: 5px 0 0 15px;
}

.asideBox ul li a:before {
  position: absolute;
  left: 2px;
  font-family: FontAwesome;
  content: "\f105";
  color: #1A7874;
  font-size: 18px;
  font-weight: bold;
}

.asideBox ul li a:hover {
  text-decoration: none;
}

.asideBox *:last-child {
  margin-bottom: 0;
}

.asideBox.primaryTopicSidebar {
  text-align: center;
}

.asideBox.primaryTopicSidebar figure {
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.asideBox.primaryTopicSidebar figcaption {
  font-size: 1.2rem;
  line-height: 1;
}

.asideBox.primarySubTopicSidebar {
  text-align: center;
}

.asideBox.primarySubTopicSidebar figure {
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.asideBox.primarySubTopicSidebar figcaption {
  font-size: 1.2rem;
  line-height: 1;
}

.asideBox.asideCalls {
  max-width: none;
  width: 100%;
  -ms-flex-order: 10;
  -webkit-order: 10;
          order: 10;
}

@media only screen and (min-width: 992px) {
  .asideBox.asideCalls {
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
}

.asideBox.asideCalls a {
  margin-bottom: 1em;
  white-space: nowrap;
}

.asideBox.asideCalls .btn {
  margin: 0;
}

.asideBox.asideCalls .btn.btnPrintPage {
  margin-top: 16px;
}

.asideBox.asideCalls .shareDrop {
  background-color: #ffb747;
  line-height: 1;
}

@media only screen and (min-width: 508px) {
  .asideBox.asideCalls .shareDrop {
    display: none;
  }
}

.asideBox.asideCalls .shareDrop .shareDropInnerWrap {
  line-height: 1;
  margin: 0 auto;
  padding: .75em .5em .5em .5em;
  text-align: center;
}

.asideBox.asideCalls .shareDrop .shareDropInnerWrap a {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.asideBox.asideCalls .socialShare {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #E4781E;
  margin: 3px;
  transition: all .3s ease;
}

.asideBox.asideCalls .socialShare:hover {
  background: #1A7874;
}

.asideBox.asideCalls .socialShare span {
  font-size: 24px;
  line-height: 35px;
  color: #efefef;
  transition: color .2s ease-in-out;
}

.asideShare {
  text-align: center;
}

.asideReportMaterials h4 {
  padding-bottom: 10px;
  color: #E4781E;
  border-bottom: 1px solid #95A8A1;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.asideReportMaterials .reportMaterialItems {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.asideReportMaterials .reportMaterialItems .reportMaterialItemWrapper {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
  max-width: 50%;
  padding: .25em;
}

@media only screen and (min-width: 768px) {
  .asideReportMaterials .reportMaterialItems .reportMaterialItemWrapper {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
            flex-basis: 33%;
    max-width: 33%;
  }
}

@media only screen and (min-width: 992px) {
  .asideReportMaterials .reportMaterialItems .reportMaterialItemWrapper {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
            flex-basis: 40%;
    max-width: 50%;
  }
}

.asideReportMaterials .reportMaterialItems a {
  background-color: #95A8A1;
  background-position: 50% 50%;
  background-size: cover;
  border: 2px solid #cdcdcd;
  display: block;
  padding-bottom: 130%;
  position: relative;
}

.asideReportMaterials .reportMaterialItems a .reportTitle {
  background-color: #1A7874;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: .9em;
  line-height: 1;
  padding: .45em;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .asideReportMaterials .reportMaterialItems a .reportTitle {
    font-size: .9em;
  }
}

@media only screen and (min-width: 992px) {
  .asideReportMaterials .reportMaterialItems a .reportTitle {
    font-size: .75em;
  }
}

.asideReportMaterials .reportMaterialItems a:hover {
  border-color: #1A7874;
}

.asideReportMaterials .reportMaterialItems a:hover .reportTitle {
  background-color: #1A7874;
  color: #fff;
}

.topicTypeSlideshow {
  font-family: "Montserrat", sans-serif;
  position: relative;
  height: 600px;
  text-align: center;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.topicTypeSlideshow_slides {
  height: 100%;
  width: 100%;
}

.topicTypeSlideshow_slides .swiper-slide {
  height: 600px;
}

@media only screen and (min-width: 992px) {
  .topicTypeSlideshow_slides .swiper-pagination-bullets {
    display: none;
  }
}

.topicTypeSlideshow_slides .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.topicTypeSlideshow_slide-content {
  color: #fff;
  font-family: "Roboto", sans-serif;
  left: 10%;
  right: 10%;
  top: 52%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
  .topicTypeSlideshow_slide-content {
    left: 20%;
    right: 40%;
  }
}

.topicTypeSlideshow_slide-content .btn {
  font-weight: bold;
  text-transform: uppercase;
}

.topicTypeSlideshow_slide-content-label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  margin-bottom: .5em;
}

.topicTypeSlideshow_slide-content-label-rule {
  border: 0;
  background-color: #fff;
  height: 1px;
  width: 33%;
}

.topicTypeSlideshow_slide-content-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: .5em;
}

.topicTypeSlideshow_nav {
  color: #fff;
  position: absolute;
  top: 91px;
  right: 0;
  bottom: 0;
  width: 20%;
  padding: 0;
  overflow: hidden;
  display: none;
}

@media only screen and (min-width: 992px) {
  .topicTypeSlideshow_nav {
    display: block;
  }
}

.topicTypeSlideshow_nav .topicTypeSlideshow_nav-prev,
.topicTypeSlideshow_nav .topicTypeSlideshow_nav-next {
  background-color: rgba(0, 0, 0, 0.35);
  background-image: none;
  bottom: auto;
  color: #fff;
  display: block;
  font-size: 1.5em;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: auto;
  transition: background-color .25s;
  width: 100%;
  z-index: 1;
}

.topicTypeSlideshow_nav .topicTypeSlideshow_nav-prev:hover,
.topicTypeSlideshow_nav .topicTypeSlideshow_nav-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.topicTypeSlideshow_nav .topicTypeSlideshow_nav-prev {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.25);
  top: 0;
}

.topicTypeSlideshow_nav .topicTypeSlideshow_nav-next {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.25);
  bottom: 0;
}

.topicTypeSlideshow_nav .swiper-slide {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: background-color .25s;
}

.topicTypeSlideshow_nav .swiper-slide:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.topicTypeSlideshow_nav .swiper-slide-active {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.topicTypeSlideshow_nav .swiper-slide-active:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.topicTypeSlideshow_nav-items {
  position: absolute;
  top: 30px;
  bottom: 30px;
  width: 100%;
}

.topicTypeSlideshow_nav-item-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: .9em;
  line-height: 1.1;
  margin-bottom: .5em;
  padding: 0 .75em;
}

.topicTypeSlideshow_nav-item-label {
  font-family: "Montserrat", sans-serif;
  font-size: .75em;
  line-height: 1.1;
  padding: 0 .75em;
}

.browse-page-header {
  font-size: 1.75em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .browse-page-header {
    text-align: left;
  }
}

.browse-page-header--topic {
  color: #F8A21F;
}

.browse-page-header--type {
  color: #20AEA6;
}

.filterWrapper {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .filterWrapper {
    width: 35.36755%;
    float: left;
    margin-right: 1.48048%;
  }
}

@media only screen and (min-width: 1200px) {
  .filterWrapper {
    width: 29.44521%;
    float: left;
    margin-right: 1.48048%;
  }
}

.filterWrapper .filterWrapperInner {
  overflow: hidden;
  width: 100%;
}

.filterContentWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .filterContentWrapper {
    width: 57.69764%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .filterContentWrapper {
    width: 66.15811%;
    float: right;
    margin-right: 0;
  }
}

.filterContentWrapper .filterResultsList {
  width: 100%;
  min-height: 100px;
  transition: min-height .3s linear;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filterContentWrapper .filterResultsListError {
  display: none;
}

.filterContentWrapper .filterResultsListError h2 {
  padding: 50px;
  text-align: center;
}

.filterContentWrapper .filterResultLink {
  position: relative;
  display: block;
  background: #F8A21F url("../images/browse-tile-bkg.jpg") no-repeat;
  background-size: cover;
  height: 150px;
  border: 3px solid #fff;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  transition: all .3s ease-in;
}

@media only screen and (min-width: 992px) {
  .filterContentWrapper .filterResultLink {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}

@media only screen and (min-width: 1200px) {
  .filterContentWrapper .filterResultLink {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}

.filterContentWrapper .filterResultLink:after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #95A8A1;
  border-left: 20px solid transparent;
  transition: all 200ms ease;
}

.filterContentWrapper .filterResultLink .filterResultTitle {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0em 2em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #1A2C2B;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  transition: all 200ms ease;
}

.filterContentWrapper .filterResultLink .filterResultTitleIcon {
  margin-bottom: .5em;
}

.filterContentWrapper .filterResultLink:hover .filterResultTitle {
  color: #E4781E;
}

.filterContentWrapper .filterResultLink--link:before {
  content: '\f14c';
  bottom: 2%;
  color: #95A8A1;
  font-family: FontAwesome;
  right: 2%;
  line-height: 1;
  position: absolute;
}

.filterContentWrapper .filterResultLink--link:after {
  display: none;
}

/*
.filterResultLinkVisible {
	display: block !important;
	visibility: visible !important;
	min-height: 130px;
	max-height: 161px;

}
.notSelected {
	display: none !important;
}
*/
.load-more-posts {
  display: block;
  clear: both;
  position: relative;
  padding-top: .5em;
  clear: both;
  text-transform: uppercase;
  text-align: center;
}

.load-more-posts:hover {
  text-decoration: none;
}

.load-more-posts span {
  position: relative;
  font-size: 1.4rem;
  color: #545454;
  transition: color 300ms ease-in-out;
}

.load-more-posts span:hover {
  cursor: hand;
  cursor: pointer;
  color: #F8A21F;
}

.load-more-posts span:before {
  content: '\f107';
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  left: 40%;
  top: 5px;
}

.load-more-posts span.moreResultsLimit:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*************************************************************
AJAX LOADING ICON
*************************************************************/
.loader {
  position: relative;
  opacity: 0;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(248, 162, 31, 0.2);
  border-right: 1.1em solid rgba(248, 162, 31, 0.2);
  border-bottom: 1.1em solid rgba(248, 162, 31, 0.2);
  border-left: 1.1em solid #FFB33D;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  -webkit-transform: opacity .3s ease-in-out;
  -ms-transform: opacity .3s ease-in-out;
  transform: opacity .3s ease-in-out;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*************************************************************

SEARCH FORMS

*************************************************************/
.searchForm {
  background-color: rgba(84, 84, 84, 0.1);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

.searchForm input {
  border: none;
}

.searchForm input[type=text], .searchForm .contactForm textarea[type='text'], .contactForm .searchForm textarea[type='text'] {
  padding-left: 10px;
  background-color: rgba(84, 84, 84, 0.1);
  background-color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.searchForm input[type=text]::-webkit-input-placeholder, .searchForm .contactForm textarea[type='text']::-webkit-input-placeholder, .contactForm .searchForm textarea[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.searchForm input[type=text]::-moz-placeholder, .searchForm .contactForm textarea[type='text']::-moz-placeholder, .contactForm .searchForm textarea[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.searchForm input[type=text]:-ms-input-placeholder, .searchForm .contactForm textarea[type='text']:-ms-input-placeholder, .contactForm .searchForm textarea[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.searchForm input[type=text]:-moz-placeholder, .searchForm .contactForm textarea[type='text']:-moz-placeholder, .contactForm .searchForm textarea[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.searchForm input[type=text]::-moz-placeholder, .searchForm .contactForm textarea[type='text']::-moz-placeholder, .contactForm .searchForm textarea[type='text']::-moz-placeholder {
  text-align: left;
  font-size: 13px;
  padding-left: 10px;
  color: rgba(84, 84, 84, 0.87);
}

.searchForm input[type=text]::-webkit-input-placeholder, .searchForm .contactForm textarea[type='text']::-webkit-input-placeholder, .contactForm .searchForm textarea[type='text']::-webkit-input-placeholder {
  text-align: left;
  font-size: 13px;
  padding-left: 10px;
  color: rgba(84, 84, 84, 0.87);
}

.searchForm input[type=text]:-ms-input-placeholder, .searchForm .contactForm textarea[type='text']:-ms-input-placeholder, .contactForm .searchForm textarea[type='text']:-ms-input-placeholder {
  text-align: left;
  font-size: 13px;
  padding-left: 10px;
  color: rgba(84, 84, 84, 0.87);
}

.searchForm input[type=submit] {
  width: 60px;
  background-color: #E4781E;
  transition: all 300ms ease;
}

.searchForm input[type=submit]:hover {
  background-color: #F8A21F;
}

.searchResultsHeader {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .5em;
  padding-top: 1em;
}

@media only screen and (min-width: 992px) {
  .searchResultsHeader {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: .5em;
  }
}

.searchResultsHeader .searchResultsHeader__description {
  font-size: 1.3em;
  font-weight: bold;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.searchResultsHeader .searchResultsHeader__description .current {
  color: #E4781E;
}

.searchResultsHeader .searchResultsHeader__description .total {
  color: #E4781E;
}

.searchResultsHeader .searchResultsHeader__topics {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: .5em;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .searchResultsHeader .searchResultsHeader__topics {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    margin-bottom: 0;
  }
}

.searchResultsHeader .searchResultsHeader__types {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .searchResultsHeader .searchResultsHeader__types {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    padding-left: 1em;
  }
}

.searchResult {
  display: block;
  line-height: 1;
  padding: .75em;
  font-size: 1.1em;
}

.searchResult:hover {
  background-color: rgba(84, 84, 84, 0.035);
  text-decoration: none;
  cursor: pointer;
}

.searchResult:hover .searchResult__excerpt {
  color: #767676;
}

.searchResult__title {
  color: #20AEA6;
  font-weight: bold;
  margin-bottom: .25em;
  position: relative;
}

.searchResult__excerpt {
  color: #979797;
  font-size: .8em;
}

.searchResult__excerpt *:last-child {
  margin-bottom: 0;
}

.searchResult--type-app_link .searchResult__title {
  padding-left: 1em;
}

.searchResult--type-app_link .searchResult__title:before {
  color: #D6D6D6;
  content: '\f14c';
  font-family: FontAwesome;
  font-size: .8em;
  position: absolute;
  left: 0;
  top: 3%;
}

.subBanner.reportSubHeader {
  max-height: 200px;
}

.reportDate {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #434343;
}

.reportHeadline {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.3em;
}

.eventsFilters {
  overflow: hidden;
  text-align: center;
  margin: 1em 0 0 0;
}

.eventMonth {
  margin: 2.5em 0 0 0;
}

.eventListing {
  margin: 0 0 1em 0;
}

.eventListing .eventTitle {
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  color: #20AEA6;
}

.eventListing .eventTitle:hover {
  text-decoration: none;
}

.eventListing .eventDate {
  display: block;
  padding: 5px 0px 10px 0;
  color: #767676;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
}

.eventListing .eventTeaser {
  margin: 0 0 .5em 0;
  line-height: 2.6rem;
}

.eventListing .eventTeaser p {
  margin-bottom: .5em;
}

.eventListing .fullEventLink {
  color: #FFB33D;
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.eventListing .fullEventLink:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 10px;
}

.eventListing .fullEventLink:hover {
  text-decoration: none;
  color: #E4781E;
}

.newsFilters {
  display: block;
  margin-bottom: 1em;
}

@media only screen and (min-width: 992px) {
  .newsFilters {
    display: none;
  }
}

.newsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newsListItem {
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
}

.newsListItem__press-release-label {
  background-color: #767676;
  color: #fff;
  display: inline-block;
  font-size: .55em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: .5em;
  padding: .25em .75em;
}

.newsListItem__title {
  color: #20AEA6;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: .5em;
}

.newsListItem__title:hover {
  text-decoration: none;
}

.newsListItem__thumbnailWrapper {
  display: none;
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
  min-width: 160px;
  max-width: 160px;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) {
  .newsListItem__thumbnailWrapper {
    display: block;
  }
}

.newsListItem__date {
  color: #767676;
  display: block;
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.newsListItem__meta {
  text-transform: uppercase;
  font-size: .7em;
  margin-bottom: .5em;
}

.newsListItem__excerpt {
  font-size: .8em;
  line-height: 2.6rem;
  margin: 0 0 .5em 0;
}

.newsListItem__excerpt p {
  margin-bottom: 0;
}

.newsListItem__readMore {
  color: #FFB33D;
  font-weight: 900;
  font-size: 1.4rem;
}

.newsListItem__readMore:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 10px;
}

.newsListItem__readMore:hover {
  color: #E4781E;
  cursor: arrow;
  cursor: pointer;
  text-decoration: none;
}

.page-template-template-project-landing .asideBox,
.page-template-template-project-page .asideBox {
  padding: 1em 1.5em;
  background: url(../images/bg-lines.svg) repeat-x bottom;
  background-size: 1px 6px;
  padding-bottom: 1.5em;
}

.page-template-template-project-landing .asideBox:last-child,
.page-template-template-project-page .asideBox:last-child {
  background: none;
}

.page-template-template-project-landing aside.sub,
.page-template-template-project-page aside.sub {
  background: #efefef;
  position: relative;
}

.page-template-template-project-landing aside.sub h4,
.page-template-template-project-page aside.sub h4 {
  border: none;
}

.page-template-template-project-landing aside.sub:after,
.page-template-template-project-page aside.sub:after {
  content: "";
  display: block;
  height: 60000px;
  width: 100%;
  background: #efefef;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}

.projectUpdatesForm .gform_description {
  margin-bottom: 10px;
}

.projectUpdatesForm label {
  text-transform: uppercase;
}

.projectUpdatesForm label input {
  margin-right: 5px;
}

.projectUpdatesForm input[type="text"], .projectUpdatesForm .contactForm textarea, .contactForm .projectUpdatesForm textarea,
.projectUpdatesForm input[type="email"] {
  width: 100%;
}

.projectQuestions h4, .projectQuestions h3 {
  text-transform: none;
}

.appBox {
  background: #efefef;
  padding: 25px;
}

.appBox p:last-child, .appBox h2:last-child, .appBox h3:last-child, .appBox h4:last-child {
  margin-bottom: 0;
}

.appBox.projectIntro {
  background: #fdebce;
}

.appBox.projectIntro .entry-title {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -5px;
}

.appBox.projectIntro p {
  font-size: 2.3rem;
}

.projectImage {
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.projectImage a {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/icon-play.png) center no-repeat;
  background-size: 100px 100px;
  opacity: .75;
  transition: all .3s ease;
}

.projectImage a:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .projectImage {
    padding-top: 0;
  }
}

.projectPage .content-taxonomies-assigned {
  margin-bottom: 0;
}

.entryWrap {
  padding-left: 25px;
  padding-right: 25px;
}

.entryWrap.addBorder {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.resourceList {
  overflow: hidden;
  margin-top: 30px;
}

.resourceList .resource {
  overflow: hidden;
  margin-bottom: 25px;
}

.resourceList .resourceImage {
  background: url(../images/bg-shadow.png) no-repeat bottom;
  background-size: contain;
  max-width: 200px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  padding-bottom: 7px;
}

.resourceList .resourceImage img {
  width: 100%;
  display: block;
}

.resourceList .resourceContent p {
  font-size: 1.6rem;
  line-height: 1.3;
}

.resourceList .resourceContent h3 {
  margin-top: 5px;
}

.resourceList .resourceContent h3 a {
  color: #E4781E;
}

.projectChair .resource {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.currentProjects {
  width: 100%;
  min-height: 200px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.currentProjects p {
  font-size: 1.6rem;
  line-height: 1.3;
}

.currentProjectsItem {
  background-size: cover;
  position: relative;
  display: block;
  background: #eda442;
  background-size: cover;
  height: 200px;
  border: 3px solid #fff;
  transition: all .3s ease-in;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .currentProjectsItem {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .currentProjectsItem {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .currentProjectsItem {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
  }
}

.currentProjectsItem img {
  position: absolute;
  top: 10px;
  max-height: 100px;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
}

.currentProjectsItem a {
  border-top: 1px solid #d77c38;
  transition: all .3s ease-in;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.currentProjectsItem a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.currentProjectsItem .currentProjectsContent {
  position: absolute;
  bottom: 0;
  min-height: 120px;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding: 10px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
}

.currentProjectsItem .currentProjectsContent h6 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
}

.currentProjectsItem .currentProjectsContent h4 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

.currentProjectsItem .currentProjectsContent p {
  font-size: 1.2rem;
  line-height: 14px;
  margin: 0;
}

.currentProjectsItem:before {
  /*
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 0;

		background: rgba(#eda442, .65);
		*/
}

.currentProjectsItem:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.upcomingBoth, .projectWImg {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.upcomingBoth .appBox, .upcomingBoth .projectImage, .projectWImg .appBox, .projectWImg .projectImage {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  border: 3px solid #fff;
}

@media only screen and (min-width: 768px) {
  .upcomingBoth .appBox, .upcomingBoth .projectImage, .projectWImg .appBox, .projectWImg .projectImage {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .upcomingBoth .appBox, .upcomingBoth .projectImage, .projectWImg .appBox, .projectWImg .projectImage {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .upcomingBoth .appBox, .upcomingBoth .projectImage, .projectWImg .appBox, .projectWImg .projectImage {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
}

.projectWImg {
  display: block;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.projectWImg .appBox, .projectWImg .projectImage {
  border: none;
}

.projectWImg .projectIntro p {
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .projectWImg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.latestProjectUpdates,
.upcomingEvents,
.latestProjectMeetings {
  font-size: 1.4rem;
  line-height: 22px;
  margin-top: 20px;
}

.latestProjectUpdates h2,
.upcomingEvents h2,
.latestProjectMeetings h2 {
  font-size: 2.2rem;
}

.latestProjectUpdates h3,
.upcomingEvents h3,
.latestProjectMeetings h3 {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.latestProjectUpdates h4,
.upcomingEvents h4,
.latestProjectMeetings h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 24px;
}

.latestProjectUpdates .event, .latestProjectUpdates .update,
.upcomingEvents .event,
.upcomingEvents .update,
.latestProjectMeetings .event,
.latestProjectMeetings .update {
  margin-top: 20px;
}

.latestProjectUpdates .eventNav,
.upcomingEvents .eventNav,
.latestProjectMeetings .eventNav {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.latestProjectUpdates ul li,
.upcomingEvents ul li,
.latestProjectMeetings ul li {
  margin-top: 5px;
  font-weight: bold;
}

.latestProjectUpdates.shortcode {
  margin-bottom: 25px;
}

.latestProjectUpdates.shortcode h2 {
  color: #434343 !important;
}

.projectContent {
  margin-top: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.projectResources {
  margin-top: 30px;
}

.resourceTable {
  margin-top: 20px;
}

.resourceTable th, .resourceTable td {
  text-align: left;
  padding: 5px 10px;
  font-size: 1.5rem;
  line-height: 22px;
  vertical-align: top;
}

.resourceTable th {
  font-weight: bold;
  background: #20AEA6;
  color: #fff;
  text-transform: uppercase;
}

.resourceTable .thead tr {
  background: #20AEA6;
  color: #fff;
}

.resourceTable th:nth-child(1) {
  width: 25%;
}

.resourceTable th:nth-child(2) {
  width: 10%;
}

.resourceTable th:nth-child(3) {
  width: 10%;
}

.resourceTable th:nth-child(4) {
  width: 55%;
}

.resourceTable th:nth-child(2):last-child {
  width: 75%;
}

.resource-filters {
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.resource-filters form {
  width: 40%;
  float: left;
  margin-right: 2%;
}

.page-template-template-full-width .app-header,
.page-template-template-project-landing .app-header,
.page-template-template-project-page .app-header {
  background: url(../images/header-default-green.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.page-template-template-full-width .app-header .app-header__inner,
.page-template-template-project-landing .app-header .app-header__inner,
.page-template-template-project-page .app-header .app-header__inner {
  position: static;
  z-index: 1;
}

.page-template-template-full-width .app-header .app-header__inner:after,
.page-template-template-project-landing .app-header .app-header__inner:after,
.page-template-template-project-page .app-header .app-header__inner:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  background: linear-gradient(to left, #10110F -45%, rgba(12, 14, 10, 0) 120%);
}

.projectPage .entry-content {
  margin-top: 30px;
}

.projectPage .entry-content h2 {
  color: #E4781E;
}

.projectPage .entry-content:empty {
  display: none;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-scaler iframe {
  box-shadow: none !important;
}

.mfp-bg {
  background: #000 !important;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
}

.wide {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  position: relative;
}

.wrapper {
  max-width: 1297.8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

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

@media only screen and (min-width: 768px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1400px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .wideWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=maps/main.css.map */
