/*! 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

*************************************************************/
/*************************************************************

WRAPPER PADDING

*************************************************************/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0; }

html {
  font-size: 52.5%; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 62.5%; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 62.5%; } }
  @media only screen and (min-width: 1442px) {
    html {
      font-size: 66.5%; } }

body {
  background: #f1f1f1;
  color: #4A4A4A;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

img {
  border: none;
  max-width: 100%; }

ul ul,
ol ul,
ol ul,
ol ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

li {
  margin-bottom: 0.4em;
  line-height: 1.3; }

p,
ul,
ol {
  margin-bottom: 1.6em; }

a, a:visited {
  color: #111;
  text-decoration: none; }

a:hover, a:visited:hover {
  color: #ea6a30;
  text-decoration: underline; }

h1,
.h1 {
  margin: 0 0 0.2em;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #4A4A4A; }

h2,
.h2 {
  margin: 0 0 0.2em;
  font-size: 3rem;
  color: #ea6a30; }

h3,
.h3 {
  margin: 0 0 0.2em;
  font-size: 2rem;
  color: #4A4A4A; }

h4,
.h4 {
  margin: 0 0 0.2em;
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  color: #4A4A4A;
  font-style: italic;
  font-weight: 400; }

.fontStack2 {
  font-family: "Playfair Display", serif; }

.text-xs {
  font-size: 1rem; }

.text-sm {
  font-size: 1.3rem; }

.text-lg {
  font-size: 1.9rem; }

.text-xl {
  font-size: 2.2rem; }

.text-dark {
  color: #111; }

.text-light {
  color: #999; }

.text-ex-light {
  color: #ccc; }

.line-height-wide {
  line-height: 2; }

.line-height-wider {
  line-height: 2.3; }

.clearfix, .actionBoxContainer:after, .pictureActionBoxContainer:after, a.itemPreview:after,
a.itemPreview:visited:after, .sidebarContent:after, .newsContainer:after, .newsBox:after, .alphabetContainer:after, .azIndexContent:after, .generalMapContainer:after, .businessDirectory:after, .businessWrapper:after, .wrapper:after, .row:after {
  content: "";
  display: table;
  clear: both; }

/*************************************************************

BUTTONS

*************************************************************/
a.btn,
a:visited.btn,
.btn {
  display: inline-block;
  background: #9b9b9b;
  padding: 5px 15px;
  color: #fff;
  margin: 0 0 0.3em;
  font-size: 0.7em;
  text-align: center;
  position: relative; }
  a.btn:hover,
  a:visited.btn:hover,
  .btn:hover {
    background: #6b6b6b;
    text-decoration: none; }

a.btnLarge,
a:visited.btnLarge,
.btnLarge {
  padding: 8px 25px; }

a.btnFull,
a:visited.btnFull,
.btnFull {
  padding: 11px 25px;
  display: block;
  font-size: 0.8em; }

a.btnPrimary, .vis .subBannerCaption a.btn, .topic .subBannerCaption a.btn,
a:visited.btnPrimary,
.vis .subBannerCaption a.btn:visited,
.topic .subBannerCaption a.btn:visited,
.btnPrimary {
  background: #ea6a30;
  color: #fff; }
  a.btnPrimary:hover, .vis .subBannerCaption a.btn:hover, .topic .subBannerCaption a.btn:hover,
  a:visited.btnPrimary:hover,
  .vis .subBannerCaption a.btn:visited:hover,
  .topic .subBannerCaption a.btn:visited:hover,
  .btnPrimary:hover {
    background: #d05c28; }
  a.btnPrimarya.btnArrow, a.btnPrimarya:visited.btnArrow, a.btnPrimary.btnArrow, .vis .subBannerCaption a.btnArrow.btn, .topic .subBannerCaption a.btnArrow.btn,
  a:visited.btnPrimarya.btnArrow,
  a:visited.btnPrimarya:visited.btnArrow,
  a:visited.btnPrimary.btnArrow,
  .vis .subBannerCaption a.btn:visited.btnArrow,
  .topic .subBannerCaption a.btn:visited.btnArrow,
  .btnPrimarya.btnArrow,
  .btnPrimarya:visited.btnArrow,
  .btnPrimary.btnArrow {
    border-right: 25px solid #d05c28; }
    @media only screen and (min-width: 992px) {
      a.btnPrimarya.btnArrow, a.btnPrimarya:visited.btnArrow, a.btnPrimary.btnArrow, .vis .subBannerCaption a.btnArrow.btn, .topic .subBannerCaption a.btnArrow.btn,
      a:visited.btnPrimarya.btnArrow,
      a:visited.btnPrimarya:visited.btnArrow,
      a:visited.btnPrimary.btnArrow,
      .vis .subBannerCaption a.btn:visited.btnArrow,
      .topic .subBannerCaption a.btn:visited.btnArrow,
      .btnPrimarya.btnArrow,
      .btnPrimarya:visited.btnArrow,
      .btnPrimary.btnArrow {
        border-right: 40px solid #d05c28; } }

a.btnSecondary, .bus .subBannerCaption a.btn,
a:visited.btnSecondary,
.bus .subBannerCaption a.btn:visited,
.btnSecondary {
  background: #4c90c1;
  color: #fff; }
  a.btnSecondary:hover, .bus .subBannerCaption a.btn:hover,
  a:visited.btnSecondary:hover,
  .bus .subBannerCaption a.btn:visited:hover,
  .btnSecondary:hover {
    background: #3876a2; }
  a.btnSecondarya.btnArrow, a.btnSecondarya:visited.btnArrow, a.btnSecondary.btnArrow, .bus .subBannerCaption a.btnArrow.btn,
  a:visited.btnSecondarya.btnArrow,
  a:visited.btnSecondarya:visited.btnArrow,
  a:visited.btnSecondary.btnArrow,
  .bus .subBannerCaption a.btn:visited.btnArrow,
  .btnSecondarya.btnArrow,
  .btnSecondarya:visited.btnArrow,
  .btnSecondary.btnArrow {
    border-right: 25px solid #3876a2; }
    @media only screen and (min-width: 992px) {
      a.btnSecondarya.btnArrow, a.btnSecondarya:visited.btnArrow, a.btnSecondary.btnArrow, .bus .subBannerCaption a.btnArrow.btn,
      a:visited.btnSecondarya.btnArrow,
      a:visited.btnSecondarya:visited.btnArrow,
      a:visited.btnSecondary.btnArrow,
      .bus .subBannerCaption a.btn:visited.btnArrow,
      .btnSecondarya.btnArrow,
      .btnSecondarya:visited.btnArrow,
      .btnSecondary.btnArrow {
        border-right: 40px solid #3876a2; } }

a.btnAccent1, .res .subBannerCaption a.btn, .landingLeft a.btn, .topicLeft a.btn,
a:visited.btnAccent1,
.res .subBannerCaption a.btn:visited,
.landingLeft a.btn:visited,
.topicLeft a.btn:visited,
.btnAccent1 {
  background: #80b33d;
  color: #fff; }
  a.btnAccent1:hover, .res .subBannerCaption a.btn:hover, .landingLeft a.btn:hover, .topicLeft a.btn:hover,
  a:visited.btnAccent1:hover,
  .res .subBannerCaption a.btn:visited:hover,
  .landingLeft a.btn:visited:hover,
  .topicLeft a.btn:visited:hover,
  .btnAccent1:hover {
    background: #658d30; }
  a.btnAccent1a.btnArrow, a.btnAccent1a:visited.btnArrow, a.btnAccent1.btnArrow, .res .subBannerCaption a.btnArrow.btn, .landingLeft a.btnArrow.btn, .topicLeft a.btnArrow.btn,
  a:visited.btnAccent1a.btnArrow,
  a:visited.btnAccent1a:visited.btnArrow,
  a:visited.btnAccent1.btnArrow,
  .res .subBannerCaption a.btn:visited.btnArrow,
  .landingLeft a.btn:visited.btnArrow,
  .topicLeft a.btn:visited.btnArrow,
  .btnAccent1a.btnArrow,
  .btnAccent1a:visited.btnArrow,
  .btnAccent1.btnArrow {
    border-right: 25px solid #658d30; }
    @media only screen and (min-width: 992px) {
      a.btnAccent1a.btnArrow, a.btnAccent1a:visited.btnArrow, a.btnAccent1.btnArrow, .res .subBannerCaption a.btnArrow.btn, .landingLeft a.btnArrow.btn, .topicLeft a.btnArrow.btn,
      a:visited.btnAccent1a.btnArrow,
      a:visited.btnAccent1a:visited.btnArrow,
      a:visited.btnAccent1.btnArrow,
      .res .subBannerCaption a.btn:visited.btnArrow,
      .landingLeft a.btn:visited.btnArrow,
      .topicLeft a.btn:visited.btnArrow,
      .btnAccent1a.btnArrow,
      .btnAccent1a:visited.btnArrow,
      .btnAccent1.btnArrow {
        border-right: 40px solid #658d30; } }

a.btnAccent1-Dark,
a:visited.btnAccent1-Dark,
.btnAccent1-Dark {
  background: #658d30;
  color: #fff; }
  a.btnAccent1-Dark:hover,
  a:visited.btnAccent1-Dark:hover,
  .btnAccent1-Dark:hover {
    background: #6d9834; }
  a.btnAccent1-Darka.btnArrow, a.btnAccent1-Darka:visited.btnArrow, a.btnAccent1-Dark.btnArrow,
  a:visited.btnAccent1-Darka.btnArrow,
  a:visited.btnAccent1-Darka:visited.btnArrow,
  a:visited.btnAccent1-Dark.btnArrow,
  .btnAccent1-Darka.btnArrow,
  .btnAccent1-Darka:visited.btnArrow,
  .btnAccent1-Dark.btnArrow {
    border-right: 25px solid #80b33d; }
    @media only screen and (min-width: 992px) {
      a.btnAccent1-Darka.btnArrow, a.btnAccent1-Darka:visited.btnArrow, a.btnAccent1-Dark.btnArrow,
      a:visited.btnAccent1-Darka.btnArrow,
      a:visited.btnAccent1-Darka:visited.btnArrow,
      a:visited.btnAccent1-Dark.btnArrow,
      .btnAccent1-Darka.btnArrow,
      .btnAccent1-Darka:visited.btnArrow,
      .btnAccent1-Dark.btnArrow {
        border-right: 40px solid #80b33d; } }

a.btnAccent1Ghost,
a:visited.btnAccent1Ghost,
.btnAccent1Ghost {
  background: transparent;
  border: 1px solid #80b33d;
  color: #80b33d; }
  a.btnAccent1Ghost:hover,
  a:visited.btnAccent1Ghost:hover,
  .btnAccent1Ghost:hover {
    background: rgba(128, 179, 61, 0.2);
    border-color: #80b33d; }

a.btnAccent2, .landingRight a.btn, .topicItems a.btn,
a:visited.btnAccent2,
.landingRight a.btn:visited,
.topicItems a.btn:visited,
.btnAccent2 {
  background: #6b6b6b;
  color: #fff; }
  a.btnAccent2:hover, .landingRight a.btn:hover, .topicItems a.btn:hover,
  a:visited.btnAccent2:hover,
  .landingRight a.btn:visited:hover,
  .topicItems a.btn:visited:hover,
  .btnAccent2:hover {
    background: #525252; }
  a.btnAccent2a.btnArrow, a.btnAccent2a:visited.btnArrow, a.btnAccent2.btnArrow, .landingRight a.btnArrow.btn, .topicItems a.btnArrow.btn,
  a:visited.btnAccent2a.btnArrow,
  a:visited.btnAccent2a:visited.btnArrow,
  a:visited.btnAccent2.btnArrow,
  .landingRight a.btn:visited.btnArrow,
  .topicItems a.btn:visited.btnArrow,
  .btnAccent2a.btnArrow,
  .btnAccent2a:visited.btnArrow,
  .btnAccent2.btnArrow {
    border-right: 25px solid #525252; }
    @media only screen and (min-width: 992px) {
      a.btnAccent2a.btnArrow, a.btnAccent2a:visited.btnArrow, a.btnAccent2.btnArrow, .landingRight a.btnArrow.btn, .topicItems a.btnArrow.btn,
      a:visited.btnAccent2a.btnArrow,
      a:visited.btnAccent2a:visited.btnArrow,
      a:visited.btnAccent2.btnArrow,
      .landingRight a.btn:visited.btnArrow,
      .topicItems a.btn:visited.btnArrow,
      .btnAccent2a.btnArrow,
      .btnAccent2a:visited.btnArrow,
      .btnAccent2.btnArrow {
        border-right: 40px solid #525252; } }

a.btnWhiteGhost,
a:visited.btnWhiteGhost,
.btnWhiteGhost {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  a.btnWhiteGhost:hover,
  a:visited.btnWhiteGhost:hover,
  .btnWhiteGhost:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff; }

a.btnArrow,
a:visited.btnArrow,
.btnArrow {
  padding: 9px 35px; }
  a.btnArrow:after,
  a:visited.btnArrow:after,
  .btnArrow:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (min-width: 992px) {
      a.btnArrow:after,
      a:visited.btnArrow:after,
      .btnArrow:after {
        right: -25px; } }

/*************************************************************

ACTION BOXES

*************************************************************/
.actionBoxContainer {
  margin: 0 0 2em;
  clear: both; }
  @media only screen and (min-width: 992px) {
    .actionBoxContainer {
      width: 82.9944547171%;
      float: left;
      margin-left: 8.5027726415%;
      margin-right: -100%; } }

a.actionBox,
a:visited.actionBox {
  width: 31.9778188683%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  background: #ebebeb;
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 21px 11px;
  color: #4A4A4A;
  height: 100px;
  line-height: 1.3;
  font-size: 1.3rem; }
  a.actionBox:nth-child(3n + 1),
  a:visited.actionBox:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  a.actionBox:nth-child(3n + 2),
  a:visited.actionBox:nth-child(3n + 2) {
    margin-left: 34.0110905658%;
    margin-right: -100%;
    clear: none; }
  a.actionBox:nth-child(3n + 3),
  a:visited.actionBox:nth-child(3n + 3) {
    margin-left: 68.0221811317%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 768px) {
    a.actionBox,
    a:visited.actionBox {
      width: 18.0400891077%;
      float: left;
      height: 110px; }
      a.actionBox:nth-child(5n + 1),
      a:visited.actionBox:nth-child(5n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      a.actionBox:nth-child(5n + 2),
      a:visited.actionBox:nth-child(5n + 2) {
        margin-left: 20.4899777231%;
        margin-right: -100%;
        clear: none; }
      a.actionBox:nth-child(5n + 3),
      a:visited.actionBox:nth-child(5n + 3) {
        margin-left: 40.9799554462%;
        margin-right: -100%;
        clear: none; }
      a.actionBox:nth-child(5n + 4),
      a:visited.actionBox:nth-child(5n + 4) {
        margin-left: 61.4699331692%;
        margin-right: -100%;
        clear: none; }
      a.actionBox:nth-child(5n + 5),
      a:visited.actionBox:nth-child(5n + 5) {
        margin-left: 81.9599108923%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 992px) {
    a.actionBox,
    a:visited.actionBox {
      margin-bottom: 1em; } }
  a.actionBox:hover,
  a:visited.actionBox:hover {
    background: #ea6a30;
    color: #fff;
    text-decoration: none; }
  a.actionBox .actionBoxIcon,
  a:visited.actionBox .actionBoxIcon {
    clear: both;
    display: block;
    margin: 0 auto 0;
    text-align: center;
    font-size: 20px; }
    @media only screen and (min-width: 992px) {
      a.actionBox .actionBoxIcon,
      a:visited.actionBox .actionBoxIcon {
        font-size: 25px; } }

.actionBoxTitle {
  display: table;
  width: 100%; }
  .actionBoxTitle span {
    display: table-cell;
    vertical-align: middle;
    height: 50px; }

/*************************************************************

ALERTS

*************************************************************/
.alert {
  background-color: #e32000;
  color: #fff;
  padding: 7px 35px;
  text-align: center;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .alert {
      background-image: url("../images/alertLeft.png"), url("../images/alertRight.png");
      background-position: left top, right top;
      background-repeat: no-repeat, no-repeat;
      background-size: auto 100%, auto 100%; } }
  .alert p {
    margin: 0; }
  .alert a.btn,
  .alert a:visited.btn {
    text-transform: uppercase;
    margin-left: 25px;
    padding: 2px 25px;
    top: -2px;
    margin-bottom: 0; }
  .alert:before {
    content: "\f071";
    font-family: FontAwesome;
    margin: 0 15px 0 0;
    display: inline-block; }
  .alert .alertClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer; }
    .alert .alertClose:hover {
      background: rgba(255, 255, 255, 0.4); }
    .alert .alertClose:after {
      content: "\f00d";
      font-family: FontAwesome;
      margin: 0;
      display: inline-block;
      font-size: 21px; }

/*************************************************************

PICTURE ACTION BOXES

*************************************************************/
.pictureActionBoxContainer {
  margin: 0 0 2em;
  clear: both; }

a.pictureActionBox,
a:visited.pictureActionBox {
  width: 31.9778188683%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  background: #ebebeb;
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 21px 11px;
  color: #4A4A4A;
  height: 100px;
  line-height: 1.3;
  font-size: 1.3rem;
  color: #fff;
  position: relative; }
  a.pictureActionBox:nth-child(3n + 1),
  a:visited.pictureActionBox:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  a.pictureActionBox:nth-child(3n + 2),
  a:visited.pictureActionBox:nth-child(3n + 2) {
    margin-left: 34.0110905658%;
    margin-right: -100%;
    clear: none; }
  a.pictureActionBox:nth-child(3n + 3),
  a:visited.pictureActionBox:nth-child(3n + 3) {
    margin-left: 68.0221811317%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 768px) {
    a.pictureActionBox,
    a:visited.pictureActionBox {
      height: 150px; } }
  a.pictureActionBox span,
  a:visited.pictureActionBox span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #9b9b9b;
    padding: 5px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) {
      a.pictureActionBox span,
      a:visited.pictureActionBox span {
        padding: 9px; } }

/*************************************************************

ITEM PREVIEWS

*************************************************************/
.itemTitle {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 5px 15px; }
  @media only screen and (min-width: 768px) {
    .itemTitle {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 992px) {
    .itemTitle {
      font-size: 1.3rem; } }

a.itemPreview,
a:visited.itemPreview {
  margin: 0 0 1em;
  padding: 5px 21px;
  display: table;
  width: 100%;
  color: #4A4A4A;
  line-height: 1.3;
  position: relative;
  text-decoration: none; }
  a.itemPreview:hover,
  a:visited.itemPreview:hover {
    text-decoration: none;
    background: #f1f1f1; }
  @media only screen and (min-width: 992px) {
    a.itemPreview,
    a:visited.itemPreview {
      padding-left: 55px;
      padding-right: 55px; } }

.itemPreviewThumb {
  display: none; }

.itemPreviewDateBox {
  display: block;
  color: #999;
  font-size: 1.3rem; }

.itemPreviewDateMonth {
  display: inline-block; }

.itemPreviewDateDay {
  display: inline-block; }

.itemPreviewDateYear {
  display: inline-block; }

.itemPreviewCaption p {
  margin: 0; }

a.itemPreview.eventPreview .itemPreviewDateBox,
a:visited.itemPreview.eventPreview .itemPreviewDateBox {
  width: 14.9722735854%;
  float: left;
  text-align: center;
  border-right: 1px solid #9b9b9b;
  display: table-cell;
  float: none;
  color: #4A4A4A; }

a.itemPreview.eventPreview .itemPreviewDateMonth,
a:visited.itemPreview.eventPreview .itemPreviewDateMonth {
  text-transform: uppercase;
  font-size: 1.6rem;
  display: block; }
  @media only screen and (min-width: 992px) {
    a.itemPreview.eventPreview .itemPreviewDateMonth,
    a:visited.itemPreview.eventPreview .itemPreviewDateMonth {
      font-size: 1rem;
      margin-bottom: -2px; } }

a.itemPreview.eventPreview .itemPreviewDateDay,
a:visited.itemPreview.eventPreview .itemPreviewDateDay {
  font-size: 3rem;
  font-weight: 700; }
  @media only screen and (min-width: 992px) {
    a.itemPreview.eventPreview .itemPreviewDateDay,
    a:visited.itemPreview.eventPreview .itemPreviewDateDay {
      font-size: 2.2rem; } }

a.itemPreview.eventPreview .itemPreviewDateYear,
a:visited.itemPreview.eventPreview .itemPreviewDateYear {
  display: none; }

a.itemPreview.eventPreview .itemPreviewCaption,
a:visited.itemPreview.eventPreview .itemPreviewCaption {
  width: 82.9944547171%;
  float: right;
  margin-right: 0;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle;
  float: none; }
  a.itemPreview.eventPreview .itemPreviewCaption p,
  a:visited.itemPreview.eventPreview .itemPreviewCaption p {
    margin: 0; }

a.itemPreview.resourcePreview,
a:visited.itemPreview.resourcePreview {
  padding-left: 65px; }
  @media only screen and (min-width: 992px) {
    a.itemPreview.resourcePreview,
    a:visited.itemPreview.resourcePreview {
      padding-left: 105px; } }
  a.itemPreview.resourcePreview .itemPreviewCaption,
  a:visited.itemPreview.resourcePreview .itemPreviewCaption {
    position: relative; }
    a.itemPreview.resourcePreview .itemPreviewCaption:before,
    a:visited.itemPreview.resourcePreview .itemPreviewCaption:before {
      content: "\f01d";
      font-family: FontAwesome;
      position: absolute;
      left: -42px;
      top: 50%;
      width: 35px;
      text-align: right;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 25px;
      color: #999; }
      @media only screen and (min-width: 992px) {
        a.itemPreview.resourcePreview .itemPreviewCaption:before,
        a:visited.itemPreview.resourcePreview .itemPreviewCaption:before {
          font-size: 28px; } }

.landingLeft a.itemPreview:first-of-type,
.landingLeft a:visited:first-of-type.itemPreview,
.landingLeft a:first-of-type.itemPreview.newsPreview,
.landingLeft a:visited:first-of-type.itemPreview.newsPreview,
.landingRight a.itemPreview:first-of-type,
.landingRight a:visited:first-of-type.itemPreview,
.landingRight a:first-of-type.itemPreview.newsPreview,
.landingRight a:visited:first-of-type.itemPreview.newsPreview,
.topicLeft a.itemPreview:first-of-type,
.topicLeft a:visited:first-of-type.itemPreview,
.topicLeft a:first-of-type.itemPreview.newsPreview,
.topicLeft a:visited:first-of-type.itemPreview.newsPreview,
.topicItems a.itemPreview:first-of-type,
.topicItems a:visited:first-of-type.itemPreview,
.topicItems a:first-of-type.itemPreview.newsPreview,
.topicItems a:visited:first-of-type.itemPreview.newsPreview {
  display: block;
  padding: 0; }
  @media only screen and (min-width: 992px) {
    .landingLeft a.itemPreview:first-of-type,
    .landingLeft a:visited:first-of-type.itemPreview,
    .landingLeft a:first-of-type.itemPreview.newsPreview,
    .landingLeft a:visited:first-of-type.itemPreview.newsPreview,
    .landingRight a.itemPreview:first-of-type,
    .landingRight a:visited:first-of-type.itemPreview,
    .landingRight a:first-of-type.itemPreview.newsPreview,
    .landingRight a:visited:first-of-type.itemPreview.newsPreview,
    .topicLeft a.itemPreview:first-of-type,
    .topicLeft a:visited:first-of-type.itemPreview,
    .topicLeft a:first-of-type.itemPreview.newsPreview,
    .topicLeft a:visited:first-of-type.itemPreview.newsPreview,
    .topicItems a.itemPreview:first-of-type,
    .topicItems a:visited:first-of-type.itemPreview,
    .topicItems a:first-of-type.itemPreview.newsPreview,
    .topicItems a:visited:first-of-type.itemPreview.newsPreview {
      margin: 0 0 2em; } }
  .landingLeft a.itemPreview:first-of-type .itemPreviewThumb,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewThumb,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .landingRight a.itemPreview:first-of-type .itemPreviewThumb,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewThumb,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .topicLeft a.itemPreview:first-of-type .itemPreviewThumb,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewThumb,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .topicItems a.itemPreview:first-of-type .itemPreviewThumb,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewThumb,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb {
    display: block;
    width: 100%;
    height: 200px;
    clear: both; }
    @media only screen and (min-width: 1442px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewThumb,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .landingRight a.itemPreview:first-of-type .itemPreviewThumb,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicLeft a.itemPreview:first-of-type .itemPreviewThumb,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicItems a.itemPreview:first-of-type .itemPreviewThumb,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb {
        height: 320px; } }
    @media only screen and (min-width: 2060px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewThumb,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .landingRight a.itemPreview:first-of-type .itemPreviewThumb,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicLeft a.itemPreview:first-of-type .itemPreviewThumb,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicItems a.itemPreview:first-of-type .itemPreviewThumb,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewThumb,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewThumb,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewThumb {
        height: 400px; } }
  .landingLeft a.itemPreview:first-of-type .itemPreviewDateBox,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .landingRight a.itemPreview:first-of-type .itemPreviewDateBox,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicLeft a.itemPreview:first-of-type .itemPreviewDateBox,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicItems a.itemPreview:first-of-type .itemPreviewDateBox,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox {
    display: block;
    position: absolute;
    top: -5px;
    right: 25px;
    background: url("../images/flagGreen.png") 50% 50% no-repeat;
    background-size: contain;
    color: #fff;
    width: 60px;
    height: 80px;
    border: none;
    padding: 13px 0 0;
    line-height: 1.3; }
  .landingLeft a.itemPreview:first-of-type .itemPreviewDateBox,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .landingRight a.itemPreview:first-of-type .itemPreviewDateBox,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicLeft a.itemPreview:first-of-type .itemPreviewDateBox,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicItems a.itemPreview:first-of-type .itemPreviewDateBox,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateBox,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox {
    width: 14.9722735854%;
    float: left;
    text-align: center;
    border-right: none;
    display: table-cell;
    float: none; }
  .landingLeft a.itemPreview:first-of-type .itemPreviewDateMonth,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .landingRight a.itemPreview:first-of-type .itemPreviewDateMonth,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .topicLeft a.itemPreview:first-of-type .itemPreviewDateMonth,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .topicItems a.itemPreview:first-of-type .itemPreviewDateMonth,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth {
    text-transform: uppercase;
    font-size: 1.6rem;
    display: block;
    margin-bottom: -5px; }
    @media only screen and (min-width: 768px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewDateMonth,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .landingRight a.itemPreview:first-of-type .itemPreviewDateMonth,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicLeft a.itemPreview:first-of-type .itemPreviewDateMonth,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicItems a.itemPreview:first-of-type .itemPreviewDateMonth,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth {
        font-size: 1.3rem;
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewDateMonth,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .landingRight a.itemPreview:first-of-type .itemPreviewDateMonth,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicLeft a.itemPreview:first-of-type .itemPreviewDateMonth,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicItems a.itemPreview:first-of-type .itemPreviewDateMonth,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateMonth,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateMonth {
        font-size: 1rem; } }
  .landingLeft a.itemPreview:first-of-type .itemPreviewDateDay,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateDay,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .landingRight a.itemPreview:first-of-type .itemPreviewDateDay,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateDay,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .topicLeft a.itemPreview:first-of-type .itemPreviewDateDay,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateDay,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .topicItems a.itemPreview:first-of-type .itemPreviewDateDay,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateDay,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay {
    font-size: 3rem;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewDateDay,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .landingRight a.itemPreview:first-of-type .itemPreviewDateDay,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicLeft a.itemPreview:first-of-type .itemPreviewDateDay,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicItems a.itemPreview:first-of-type .itemPreviewDateDay,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 992px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewDateDay,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .landingRight a.itemPreview:first-of-type .itemPreviewDateDay,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicLeft a.itemPreview:first-of-type .itemPreviewDateDay,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicItems a.itemPreview:first-of-type .itemPreviewDateDay,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateDay,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateDay,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateDay {
        font-size: 2rem;
        font-weight: 600; } }
  .landingLeft a.itemPreview:first-of-type .itemPreviewDateYear,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewDateYear,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .landingRight a.itemPreview:first-of-type .itemPreviewDateYear,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewDateYear,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .topicLeft a.itemPreview:first-of-type .itemPreviewDateYear,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewDateYear,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .topicItems a.itemPreview:first-of-type .itemPreviewDateYear,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewDateYear,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewDateYear,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateYear {
    display: none; }
  .landingLeft a.itemPreview:first-of-type .itemPreviewCaption,
  .landingLeft a:visited:first-of-type.itemPreview .itemPreviewCaption,
  .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .landingRight a.itemPreview:first-of-type .itemPreviewCaption,
  .landingRight a:visited:first-of-type.itemPreview .itemPreviewCaption,
  .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .topicLeft a.itemPreview:first-of-type .itemPreviewCaption,
  .topicLeft a:visited:first-of-type.itemPreview .itemPreviewCaption,
  .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .topicItems a.itemPreview:first-of-type .itemPreviewCaption,
  .topicItems a:visited:first-of-type.itemPreview .itemPreviewCaption,
  .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
  .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption {
    display: block;
    background: rgba(74, 74, 74, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 7px 15px;
    width: 80%;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 1.9rem; }
    @media only screen and (min-width: 992px) {
      .landingLeft a.itemPreview:first-of-type .itemPreviewCaption,
      .landingLeft a:visited:first-of-type.itemPreview .itemPreviewCaption,
      .landingLeft a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .landingLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .landingRight a.itemPreview:first-of-type .itemPreviewCaption,
      .landingRight a:visited:first-of-type.itemPreview .itemPreviewCaption,
      .landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .topicLeft a.itemPreview:first-of-type .itemPreviewCaption,
      .topicLeft a:visited:first-of-type.itemPreview .itemPreviewCaption,
      .topicLeft a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .topicLeft a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .topicItems a.itemPreview:first-of-type .itemPreviewCaption,
      .topicItems a:visited:first-of-type.itemPreview .itemPreviewCaption,
      .topicItems a:first-of-type.itemPreview.newsPreview .itemPreviewCaption,
      .topicItems a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption {
        font-size: 1.6rem;
        padding: 11px 15px; } }

.landingLeft a.itemPreview.resourcePreview:first-of-type .itemPreviewDateBox,
.landingLeft a:visited:first-of-type.itemPreview.resourcePreview .itemPreviewDateBox,
.landingRight a.itemPreview.resourcePreview:first-of-type .itemPreviewDateBox,
.landingRight a:visited:first-of-type.itemPreview.resourcePreview .itemPreviewDateBox,
.topicLeft a.itemPreview.resourcePreview:first-of-type .itemPreviewDateBox,
.topicLeft a:visited:first-of-type.itemPreview.resourcePreview .itemPreviewDateBox,
.topicItems a.itemPreview.resourcePreview:first-of-type .itemPreviewDateBox,
.topicItems a:visited:first-of-type.itemPreview.resourcePreview .itemPreviewDateBox {
  display: none; }

.landingLeft a.itemPreview.recreationPreview .itemPreviewDateBox,
.landingLeft a:visited.itemPreview.recreationPreview .itemPreviewDateBox,
.landingRight a.itemPreview.recreationPreview .itemPreviewDateBox,
.landingRight a:visited.itemPreview.recreationPreview .itemPreviewDateBox,
.topicLeft a.itemPreview.recreationPreview .itemPreviewDateBox,
.topicLeft a:visited.itemPreview.recreationPreview .itemPreviewDateBox,
.topicItems a.itemPreview.recreationPreview .itemPreviewDateBox,
.topicItems a:visited.itemPreview.recreationPreview .itemPreviewDateBox {
  display: none; }

.landingRight a.itemPreview:first-of-type .itemPreviewDateBox,
.landingRight a:visited:first-of-type.itemPreview .itemPreviewDateBox,
.landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
.landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
.topicRight a.itemPreview:first-of-type .itemPreviewDateBox,
.topicRight a:visited:first-of-type.itemPreview .itemPreviewDateBox,
.topicRight a:first-of-type.itemPreview.newsPreview .itemPreviewDateBox,
.topicRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewDateBox {
  background: url("../images/flagGray.png") 50% 50% no-repeat;
  background-size: contain; }

.landingRight a.itemPreview:first-of-type .itemPreviewCaption:before,
.landingRight a:visited:first-of-type.itemPreview .itemPreviewCaption:before,
.landingRight a:first-of-type.itemPreview.newsPreview .itemPreviewCaption:before,
.landingRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption:before,
.topicRight a.itemPreview:first-of-type .itemPreviewCaption:before,
.topicRight a:visited:first-of-type.itemPreview .itemPreviewCaption:before,
.topicRight a:first-of-type.itemPreview.newsPreview .itemPreviewCaption:before,
.topicRight a:visited:first-of-type.itemPreview.newsPreview .itemPreviewCaption:before {
  content: ""; }

.iFrameWrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
  position: relative; }
  .iFrameWrapper .iframe {
    max-width: 100%;
    min-width: 100%; }

/*************************************************************

STANDARD STYLEGUIDE STYLES

*************************************************************/
.styleWrapper {
  font-family: "Open Sans", 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: 'Raleway', sans-serif; }

.mainHeader {
  font-size: 8rem;
  line-height: 8.4rem;
  margin: 0 0 25px;
  font-family: 'Raleway', 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: #ea6a30; }
  .colorBox-Primary .colorBox-Light {
    background: #fb8854; }
  .colorBox-Primary .colorBox-Dark {
    background: #d05c28; }

.colorBox-Secondary {
  background: #4c90c1; }
  .colorBox-Secondary .colorBox-Light {
    background: #72a7ce; }
  .colorBox-Secondary .colorBox-Dark {
    background: #3876a2; }

.colorBox-Accent1 {
  background: #80b33d; }
  .colorBox-Accent1 .colorBox-Light {
    background: #99c75c; }
  .colorBox-Accent1 .colorBox-Dark {
    background: #658d30; }

.colorBox-Accent2 {
  background: #6b6b6b; }
  .colorBox-Accent2 .colorBox-Light {
    background: #858585; }
  .colorBox-Accent2 .colorBox-Dark {
    background: #525252; }

.colorBox-Gray-Ex-Dark {
  background: #4a4a4a; }

.colorBox-Gray-Dark {
  background: #6b6b6b; }

.colorBox-Gray-Medium {
  background: #9b9b9b; }

.colorBox-Gray-Light {
  background: #ebebeb; }

.colorBox-Gray-Ex-Light {
  background: #f1f1f1; }

/*************************************************************

MENU TOGGLE

*************************************************************/
.menuToggle {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  background: #ea6a30;
  text-align: center;
  font-size: 25px;
  width: 50px;
  color: #fff;
  z-index: 99;
  cursor: pointer; }
  @media only screen and (min-width: 992px) {
    .menuToggle {
      display: none; } }
  .menuToggle .fa-bars {
    display: inline-block; }
  .menuToggle .fa-times {
    display: none; }

/*************************************************************

LOGO

*************************************************************/
.logo {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 100; }
  @media only screen and (min-width: 992px) {
    .logo {
      top: 25px;
      right: 35px; } }
  .logo img {
    height: 75px;
    width: auto; }
    @media only screen and (min-width: 768px) {
      .logo img {
        height: 90px; } }
    @media only screen and (min-width: 992px) {
      .logo img {
        height: 115px; } }

/*************************************************************

FOOTER

*************************************************************/
footer {
  background: #ebebeb;
  text-align: center;
  padding: 25px 15px;
  color: #999;
  font-size: 1.3rem; }
  @media only screen and (min-width: 992px) {
    footer {
      font-size: 1rem; } }
  footer p {
    margin: 0; }
  footer a, footer a:visited {
    color: #4A4A4A; }

.sidebar {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  background: #ebebeb;
  width: calc(100% - 50px);
  margin: 0 50px 0 0;
  z-index: 101; }
  @media only screen and (min-width: 768px) {
    .sidebar {
      width: 360px;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .sidebar {
      display: block;
      left: 0;
      width: 70px; } }
  @media only screen and (min-width: 1442px) {
    .sidebar {
      margin-left: -721px;
      width: 360px;
      left: 50%;
      right: auto; } }

@media only screen and (min-width: 1442px) {
  .sidebar {
    margin-left: 0;
    left: 0; } }

@media only screen and (min-width: 2060px) {
  .sidebar {
    left: 50%;
    margin-left: -1030px; } }

.sidebar1 {
  background: #ea6a30; }
  @media only screen and (min-width: 992px) {
    .sidebar1 {
      background: #4a4a4a; } }
  @media only screen and (min-width: 1442px) {
    .sidebar1 {
      background: #ea6a30; } }
  .sidebar1 .sidebarSocial {
    background: #d05c28; }
    @media only screen and (min-width: 992px) {
      .sidebar1 .sidebarSocial {
        background: transparent; } }
    @media only screen and (min-width: 1442px) {
      .sidebar1 .sidebarSocial {
        background: #d05c28; } }

.sidebar2 {
  background: #4c90c1; }
  @media only screen and (min-width: 992px) {
    .sidebar2 {
      background: #4a4a4a; } }
  @media only screen and (min-width: 1442px) {
    .sidebar2 {
      background: #4c90c1; } }
  .sidebar2 .sidebarSocial {
    background: #3876a2; }
    @media only screen and (min-width: 992px) {
      .sidebar2 .sidebarSocial {
        background: transparent; } }
    @media only screen and (min-width: 1442px) {
      .sidebar2 .sidebarSocial {
        background: #3876a2; } }

.sidebar3 {
  background: #80b33d; }
  @media only screen and (min-width: 992px) {
    .sidebar3 {
      background: #4a4a4a; } }
  @media only screen and (min-width: 1442px) {
    .sidebar3 {
      background: #80b33d; } }
  .sidebar3 .sidebarSocial {
    background: #658d30; }
    @media only screen and (min-width: 992px) {
      .sidebar3 .sidebarSocial {
        background: transparent; } }
    @media only screen and (min-width: 1442px) {
      .sidebar3 .sidebarSocial {
        background: #658d30; } }

.sidebar4 {
  background: #6b6b6b; }
  @media only screen and (min-width: 992px) {
    .sidebar4 {
      background: #4a4a4a; } }
  @media only screen and (min-width: 1442px) {
    .sidebar4 {
      background: #6b6b6b; } }
  .sidebar4 .sidebarSocial {
    background: #525252; }
    @media only screen and (min-width: 992px) {
      .sidebar4 .sidebarSocial {
        background: transparent; } }
    @media only screen and (min-width: 1442px) {
      .sidebar4 .sidebarSocial {
        background: #525252; } }

.sidebarHeader {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0.4em; }
  .sidebarHeader .fa {
    display: block;
    margin: 0 auto 0.4em;
    font-size: 29px; }

.sidebarSubHeader {
  background: rgba(0, 0, 0, 0.2);
  margin: 0 -25px 0.4em;
  padding: 4px 25px;
  text-transform: uppercase; }

.sidebarClose {
  color: #fff;
  background: #000;
  height: 50px;
  line-height: 48px;
  width: 40px;
  position: absolute;
  right: -40px;
  top: 0;
  margin: 0;
  border-radius: 0 30px 30px 0;
  text-align: center;
  border: 1px solid #999;
  border-left: none; }
  @media only screen and (min-width: 992px) {
    .sidebarClose {
      display: none; } }
  .sidebarClose:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 19px; }

/*************************************************************

SIDEBAR TABS

*************************************************************/
.sidebarTabs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }

.sidebarTab {
  margin: 0;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 25%;
  cursor: pointer;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .sidebarTab {
      height: 70px;
      line-height: 70px;
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 1442px) {
    .sidebarTab {
      display: inline-block;
      width: 25%; } }
  .sidebarTab:after {
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px; }
  .sidebarTab span {
    display: none; }

.sidebarTab1 {
  background: #ea6a30; }
  .sidebarTab1:after {
    content: "\f0c9"; }
  .sidebarTab1:hover {
    background: #d05c28; }
  .sidebarTab1.sidebarTabOn:hover {
    background: #ea6a30; }

.sidebarTab2 {
  background: #4c90c1; }
  .sidebarTab2:after {
    content: "\f002"; }
  .sidebarTab2:hover {
    background: #3876a2; }
  .sidebarTab2.sidebarTabOn:hover {
    background: #4c90c1; }

.sidebarTab3 {
  background: #80b33d; }
  .sidebarTab3:after {
    content: "\f133"; }
  .sidebarTab3:hover {
    background: #658d30; }
  .sidebarTab3.sidebarTabOn:hover {
    background: #80b33d; }

.sidebarTab4 {
  background: #6b6b6b; }
  .sidebarTab4:after {
    content: "\f02e"; }
  .sidebarTab4:hover {
    background: #525252; }
  .sidebarTab4.sidebarTabOn:hover {
    background: #6b6b6b; }

.sidebarTabOn {
  cursor: default; }
  @media only screen and (min-width: 992px) {
    .sidebarTabOn span {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .sidebarTabOn span:after {
        content: "\f00d";
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 29px; } }
  @media only screen and (min-width: 1442px) {
    .sidebarTabOn span {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .sidebarTabOn:after {
      font-size: 0; } }
  @media only screen and (min-width: 1442px) {
    .sidebarTabOn:after {
      font-size: 25px; } }

/*************************************************************

SIDEBAR CONTENT

*************************************************************/
.sidebarContent {
  display: none;
  color: #fff;
  padding: 25px;
  overflow-y: auto;
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 60px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .sidebarContent {
      top: 0;
      left: 70px;
      width: 360px;
      bottom: 0; }
      .sidebarContent:nth-of-type(2) {
        background: #ea6a30; }
      .sidebarContent:nth-of-type(3) {
        background: #4c90c1; }
      .sidebarContent:nth-of-type(4) {
        background: #80b33d; }
      .sidebarContent:nth-of-type(5) {
        background: #6b6b6b; } }
  @media only screen and (min-width: 1442px) {
    .sidebarContent {
      top: 70px;
      left: 0;
      width: 100%;
      bottom: 60px; } }
  .sidebarContent a, .sidebarContent a:visited {
    color: #fff; }
  .sidebarContent ul {
    padding: 0 0 0 0;
    margin: 0 0 2em;
    list-style: none; }
  .sidebarContent li {
    margin: 0 0 0.6em;
    position: relative;
    padding: 0 0 0 11px; }
    .sidebarContent li:before {
      content: "\f101";
      font-family: FontAwesome;
      position: absolute;
      top: 1px;
      left: 0; }

/*************************************************************

SIDEBAR ACTIONS

*************************************************************/
.sidebarActionsWrapper {
  margin: 0 0 2em; }

a.sidebarAction,
a:visited.sidebarAction {
  color: #fff;
  display: table;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0 0.4em;
  text-transform: uppercase;
  text-align: right;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  overflow: hidden; }
  a.sidebarAction span,
  a:visited.sidebarAction span {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 0 15px 0 40%; }
  a.sidebarAction:hover,
  a:visited.sidebarAction:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3); }

.sidebarActionIcon {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: auto; }

/*************************************************************

SIDEBAR BOXES

*************************************************************/
a.sidebarBox,
a:visited.sidebarBox {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 9px 15px;
  line-height: 1.3;
  height: 100px; }
  a.sidebarBox:hover,
  a:visited.sidebarBox:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none; }

.sidebarBoxIcon {
  display: block;
  clear: both;
  margin: 0 auto 0.4em;
  height: 30px;
  width: auto; }

/*************************************************************

SIDEBAR SEARCH

*************************************************************/
.sidebarSearchInput {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  color: #999;
  padding: 15px;
  text-align: center;
  font-size: 1.9rem;
  margin: 0 0 2em; }

/*************************************************************

SIDEBAR WANT TO SELECT

*************************************************************/
.iwtsearch {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 1.4em; }
  .iwtsearch:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #4c90c1;
    font-size: 21px;
    line-height: 21px;
    pointer-events: none; }
  .iwtsearch select {
    -webkit-appearance: none;
    border: none;
    background: transparent;
    color: #666;
    padding: 0 11px;
    height: 35px;
    width: 110%; }

.hideSearchBtn {
  display: none; }

/*************************************************************

SIDEBAR EVENTS

*************************************************************/
.sidebarSelect {
  display: block;
  width: 100%;
  background: #fff;
  color: #4A4A4A;
  height: 31px;
  border: 1px solid #6b6b6b;
  margin: 0 0 1em; }

.sidebarOr {
  display: block;
  text-align: center;
  margin: 0 0 1em; }

a.sidebarEventBtn,
a:visited.sidebarEventBtn {
  display: block;
  margin: 0 auto 3em;
  font-size: 1.3rem;
  text-transform: uppercase; }

a.sidebarEventFilterBtn,
a:visited.sidebarEventFilterBtn {
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  max-width: 150px;
  margin: 0 auto 1em; }

/*************************************************************

SOCIAL

*************************************************************/
.sidebarSocial {
  text-align: center;
  font-size: 0;
  padding: 16px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px; }
  @media only screen and (min-width: 992px) {
    .sidebarSocial {
      height: 220px; } }
  @media only screen and (min-width: 1442px) {
    .sidebarSocial {
      height: 60px; } }
  .sidebarSocial a, .sidebarSocial a:visited {
    color: #fff;
    vertical-align: top;
    margin: 0 7px;
    display: inline-block; }
    @media only screen and (min-width: 1442px) {
      .sidebarSocial a, .sidebarSocial a:visited {
        margin: 0 5px; } }
    .sidebarSocial a:hover, .sidebarSocial a:visited:hover {
      color: rgba(255, 255, 255, 0.8); }
  .sidebarSocial .fa {
    font-size: 30px;
    vertical-align: top;
    display: inline-block;
    line-height: 27px; }
    @media only screen and (min-width: 992px) {
      .sidebarSocial .fa {
        font-size: 25px;
        margin: 0 0 6px;
        display: block; } }
    @media only screen and (min-width: 1442px) {
      .sidebarSocial .fa {
        font-size: 35px;
        line-height: 31px;
        display: inline-block; } }
  .sidebarSocial img {
    width: 27px;
    height: auto;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .sidebarSocial img {
        width: 24px; } }
    @media only screen and (min-width: 1442px) {
      .sidebarSocial img {
        width: 30px; } }
    .sidebarSocial img:hover {
      opacity: 0.8; }

/*************************************************************

HOME PAGE BOXES

*************************************************************/
.iAction {
  display: block;
  margin: 0 0 2px;
  position: relative; }

.iActionCaption {
  position: absolute;
  color: #fff;
  font-family: "Playfair Display", serif;
  width: 70%;
  left: 0;
  line-height: 1.3; }
  .iActionCaption.shade {
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    max-width: 70%; }
  .iActionCaption a.btn {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem; }
  .iActionCaption a, .iActionCaption a:visited {
    color: #fff; }
  .iActionCaption p {
    margin: 0 0 0.6em; }
  .iActionCaption p:last-child {
    margin: 0; }

.iActionLarge {
  height: 65vw;
  width: 100%;
  clear: both; }
  @media only screen and (min-width: 768px) {
    .iActionLarge {
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .iActionLarge {
      height: 575px; } }
  @media only screen and (min-width: 1442px) {
    .iActionLarge {
      height: 700px; } }
  .iActionLarge .iActionCaption {
    padding: 0 0 0 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 4vw; }
    .iActionLarge .iActionCaption strong {
      text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .iActionLarge .iActionCaption {
        font-size: 4rem;
        padding: 0 0 0 110px; }
        .iActionLarge .iActionCaption strong {
          font-size: 6rem; } }
    .iActionLarge .iActionCaption.shade {
      padding: 11px 15px 11px 30px; }
      @media only screen and (min-width: 992px) {
        .iActionLarge .iActionCaption.shade {
          padding-left: 110px; } }
  .iActionLarge:first-of-type .iActionCaption {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 11px; }
    @media only screen and (min-width: 768px) {
      .iActionLarge:first-of-type .iActionCaption {
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-bottom: 0; } }

.iActionSmall {
  height: 46vw;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .iActionSmall {
      height: 200px;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 992px) {
    .iActionSmall {
      height: 240px; } }
  @media only screen and (min-width: 1442px) {
    .iActionSmall {
      height: 310px; } }
  .iActionSmall .iActionCaption {
    background: rgba(0, 0, 0, 0.6);
    top: auto;
    bottom: 0;
    padding: 11px 11px 11px 30px; }
    @media only screen and (min-width: 992px) {
      .iActionSmall .iActionCaption {
        width: 60%;
        bottom: 25px;
        font-size: 2.2rem;
        font-weight: 300; } }

a.iActionLink {
  display: block;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    a.iActionLink {
      font-size: 1rem; } }
  a.iActionLink:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin: 2px 0 0 5px;
    font-size: 16px; }

@media only screen and (min-width: 768px) {
  .iActionSmallLeft {
    border-right: 1px solid #fff; } }

@media only screen and (min-width: 768px) {
  .iActionSmallRight {
    border-left: 1px solid #fff; } }

.iActionDetailBtn {
  position: absolute;
  bottom: 11px;
  right: 11px;
  background: #80b33d;
  color: #fff;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 35px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 11px 0 0;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .iActionDetailBtn {
      font-size: 1rem; } }
  @media only screen and (min-width: 992px) {
    .iActionDetailBtn {
      width: 50px;
      height: 50px;
      font-size: 0.8rem;
      right: 35px;
      bottom: 35px; } }
  .iActionDetailBtn:hover {
    background: #658d30; }
  .iActionDetailBtn .fa {
    display: block;
    margin: 0 auto;
    clear: both;
    font-size: 15px; }

.iActionDetailBox {
  position: absolute;
  right: 0;
  bottom: 67px;
  background: #80b33d;
  width: 250px;
  padding: 11px;
  z-index: 101;
  border-radius: 3px;
  text-transform: none;
  display: none;
  text-align: right;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .iActionDetailBox {
      width: 400px; } }
  @media only screen and (min-width: 992px) {
    .iActionDetailBox {
      font-size: 1.3rem; } }
  .iActionDetailBox p {
    margin: 0 0 0.6em; }
  .iActionDetailBox p:last-child {
    margin: 0; }
  .iActionDetailBox:after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: -7px;
    border-top: 7px solid #80b33d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }
    @media only screen and (min-width: 992px) {
      .iActionDetailBox:after {
        right: 14px;
        bottom: -11px;
        border-top: 11px solid #80b33d;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent; } }

/*************************************************************

LANDING BANNER

*************************************************************/
.subBanner.landingBanner {
  height: 250px;
  margin: 0 0 2em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .subBanner.landingBanner {
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .subBanner.landingBanner {
      height: 550px; } }
  @media only screen and (min-width: 1442px) {
    .subBanner.landingBanner {
      height: 650px; } }
  @media only screen and (min-width: 2060px) {
    .subBanner.landingBanner {
      height: 750px; } }
  .subBanner.landingBanner .subBannerCaption {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    font-family: "Playfair Display", serif;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(74, 74, 74, 0.75);
    padding: 11px;
    line-height: 1.3;
    font-size: 4.5vw;
    width: 80%; }
    @media only screen and (min-width: 768px) {
      .subBanner.landingBanner .subBannerCaption {
        bottom: 45px;
        padding: 15px 15px 20px; } }
    @media only screen and (min-width: 992px) {
      .subBanner.landingBanner .subBannerCaption {
        font-size: 4rem;
        font-weight: 400; } }
    .subBanner.landingBanner .subBannerCaption p {
      margin: 0 0 0.6em; }
    .subBanner.landingBanner .subBannerCaption p:last-child {
      margin: 0; }
    .subBanner.landingBanner .subBannerCaption a.btn {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-size: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .subBanner.landingBanner .subBannerCaption a.btn {
          position: absolute;
          bottom: -21px;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
      @media only screen and (min-width: 992px) {
        .subBanner.landingBanner .subBannerCaption a.btn {
          font-size: 1.3rem;
          padding: 12px 35px;
          bottom: -23px;
          letter-spacing: 0.1em; } }

/*************************************************************

LANDING BOTTOM

*************************************************************/
.landingBottomHero {
  height: 200px; }

.landingLeft {
  margin: 0 0 2em; }
  @media only screen and (min-width: 768px) {
    .landingLeft {
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 992px) {
    .landingLeft {
      clear: left; } }
  .landingLeft .itemTitle {
    background: #80b33d; }
  .landingLeft a.btn {
    text-transform: uppercase;
    display: block;
    width: auto;
    max-width: 300px;
    font-size: 1.6rem;
    margin: 0 auto 1em; }
    @media only screen and (min-width: 992px) {
      .landingLeft a.btn {
        font-size: 1.3rem; } }

.landingRight {
  margin: 0 0 2em; }
  @media only screen and (min-width: 768px) {
    .landingRight {
      width: 50%;
      float: left; } }
  .landingRight .itemTitle {
    background: #4a4a4a; }
  .landingRight a.btn {
    text-transform: uppercase;
    display: block;
    width: auto;
    max-width: 300px;
    font-size: 1.6rem;
    margin: 0 auto 1em; }
    @media only screen and (min-width: 992px) {
      .landingRight a.btn {
        font-size: 1.3rem; } }

/*************************************************************

TOP BAR

*************************************************************/
.topBar {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  z-index: 90; }
  @media only screen and (min-width: 768px) {
    .topBar {
      text-align: center; } }
  @media only screen and (min-width: 1442px) {
    .topBar {
      padding-left: 360px; } }
  .topBar .wrapper {
    display: table;
    background: rgba(234, 106, 48, 0.85);
    width: 100%;
    height: 50px; }
    @media only screen and (min-width: 992px) {
      .topBar .wrapper {
        height: 70px; } }
  .topBar h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    padding-left: 65px; }
    @media only screen and (min-width: 768px) {
      .topBar h1 {
        padding-left: 75px; } }
    @media only screen and (min-width: 992px) {
      .topBar h1 {
        font-weight: 400;
        font-size: 2rem;
        letter-spacing: 0.1em; } }
  .topBar .subLogo {
    height: 40px;
    width: auto;
    position: absolute;
    right: 5px;
    top: 7px; }
    @media only screen and (min-width: 992px) {
      .topBar .subLogo {
        height: 50px;
        top: 10px;
        right: 15px; } }

@media only screen and (min-width: 768px) {
  .topic .topBar,
  .interior .topBar {
    text-align: left; } }

.topic .topBar .wrapper,
.interior .topBar .wrapper {
  background: rgba(74, 74, 74, 0.85); }

/*************************************************************

CRUMBS

*************************************************************/
.crumbs {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  padding-left: 75px; }
  @media only screen and (min-width: 768px) {
    .crumbs {
      text-transform: none;
      padding-left: 85px; } }
  @media only screen and (min-width: 992px) {
    .crumbs {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 1442px) {
    .crumbs {
      padding-left: 8.7%; } }
  .crumbs a, .crumbs a:visited {
    margin: 0;
    color: #fff;
    font-weight: 400;
    display: none; }
    @media only screen and (min-width: 768px) {
      .crumbs a, .crumbs a:visited {
        display: inline-block; } }
    .crumbs a:after, .crumbs a:visited:after {
      content: "/";
      margin: 0 5px;
      font-weight: 400; }

/*************************************************************

INTERIOR BANNER

*************************************************************/
.subBanner.interiorBanner {
  height: 200px;
  margin: 0 0 2em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .subBanner.interiorBanner {
      height: 250px; } }
  @media only screen and (min-width: 992px) {
    .subBanner.interiorBanner {
      height: 275px; } }
  @media only screen and (min-width: 1442px) {
    .subBanner.interiorBanner {
      height: 325px; } }
  @media only screen and (min-width: 2060px) {
    .subBanner.interiorBanner {
      height: 375px; } }
  .subContainerWide .subBanner.interiorBanner {
    padding: 70px 0 0 15px;
    margin-bottom: 1em;
    height: auto;
    background: none !important; }
    @media only screen and (min-width: 992px) {
      .subContainerWide .subBanner.interiorBanner {
        padding: 90px 0 0; } }
  .subBanner.interiorBanner .subBannerCaption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 70%;
    font-family: "Playfair Display", serif;
    font-size: 4.7vw; }
    @media only screen and (min-width: 992px) {
      .subBanner.interiorBanner .subBannerCaption {
        width: 57.4861367927%;
        float: left;
        margin-left: 8.5027726415%;
        font-size: 4rem;
        left: 0; } }
    .subContainerWide .subBanner.interiorBanner .subBannerCaption {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%; }
    .subBanner.interiorBanner .subBannerCaption h1 {
      color: #fff;
      line-height: 1.3;
      margin: 0 0 0.4em;
      font-size: 4.7vw; }
      @media only screen and (min-width: 992px) {
        .subBanner.interiorBanner .subBannerCaption h1 {
          font-size: 4rem; } }
      .subContainerWide .subBanner.interiorBanner .subBannerCaption h1 {
        margin: 0;
        padding: 0;
        background: none;
        color: #4A4A4A; }
    .subBanner.interiorBanner .subBannerCaption.shade h1 {
      background: rgba(74, 74, 74, 0.75);
      width: auto;
      display: inline-block;
      padding: 6px 15px 11px;
      margin-left: -15px;
      margin-right: -15px; }
      .subContainerWide .subBanner.interiorBanner .subBannerCaption.shade h1 {
        background: none; }
    .subBanner.interiorBanner .subBannerCaption p {
      margin: 0 0 0.6em; }
    .subBanner.interiorBanner .subBannerCaption p:last-child {
      margin: 0; }
    .subBanner.interiorBanner .subBannerCaption a.btn {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-size: 1.6rem; }

/*************************************************************

SUB MAIN

*************************************************************/
.subMain {
  padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    .subMain {
      width: 48.9833641512%;
      float: left;
      margin-left: 8.5027726415%;
      padding: 0; } }
  .subMain a, .subMain a:visited {
    text-decoration: underline; }
  .subMain.subMainWide {
    width: 100%;
    float: none; }
    @media only screen and (min-width: 992px) {
      .subMain.subMainWide {
        width: 82.9944547171%;
        float: left;
        margin-left: 8.5027726415%; } }
  .subMain iframe {
    width: 1px;
    max-width: 100% !important;
    min-width: 100%; }

/* ==========================================================================
   NEWS
   ========================================================================== */
.newsBox {
  padding: 0 0 2em;
  margin: 0 0 2em;
  border-bottom: 1px solid #9b9b9b; }
  .newsBox a, .newsBox a:visited {
    color: #ea6a30; }
  .newsBox p:last-child {
    margin: 0; }

.newsDate {
  margin: -0.4em 0 0;
  color: #999; }

.newsPreviewThumb {
  float: right;
  width: 30%;
  max-width: 200px;
  margin: 0 0 11px 25px; }

/* ==========================================================================
   A TO Z INDEX
   ========================================================================== */
.alphabetContainer {
  text-align: center;
  margin: 0 0 1em;
  background: #ebebeb;
  padding: 7px 0; }
  @media only screen and (min-width: 992px) {
    .alphabetContainer {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 1442px) {
    .alphabetContainer {
      font-size: 1rem; } }
  .alphabetContainer a, .alphabetContainer a:visited {
    display: inline-block;
    text-decoration: none;
    color: #ea6a30;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    width: 20px;
    text-align: center;
    margin: 0 0 0.4em; }
    @media only screen and (min-width: 992px) {
      .alphabetContainer a, .alphabetContainer a:visited {
        height: 18px;
        width: 18px;
        line-height: 18px; } }
    .alphabetContainer a:hover, .alphabetContainer a:visited:hover {
      background: #ea6a30;
      color: #fff; }
    .alphabetContainer a.on, .alphabetContainer a:visited.on {
      font-size: 2.8rem;
      color: #111;
      position: relative;
      cursor: default; }
      @media only screen and (min-width: 768px) {
        .alphabetContainer a.on:after, .alphabetContainer a:visited.on:after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -13px;
          margin: 0 0 0 -8px;
          border-top: 8px solid #111;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent; } }
      .alphabetContainer a.on:hover, .alphabetContainer a:visited.on:hover {
        background: none; }

.azIndexContent {
  margin: 0 0 2em; }
  .azIndexContent ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .azIndexContent li {
    line-height: 1.3;
    margin: 0 0 1em; }

/* ==========================================================================
   RESPONSIVE MAP CONTAINER
   ========================================================================== */
.generalMapContainer {
  position: relative;
  margin: 0 auto 3em;
  max-height: 600px; }
  .generalMapContainer:after {
    padding: 0 0 110%; }
  @media only screen and (min-width: 768px) {
    .generalMapContainer:after {
      padding-bottom: 80%; } }
  .generalMapContainer iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/*************************************************************

ASIDE

*************************************************************/
aside {
  clear: both;
  padding: 0 15px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    aside {
      width: 23.4750462269%;
      float: right;
      margin-right: 0;
      margin-right: 8.5027726415%;
      padding: 0;
      clear: none; } }

.asideBox {
  text-align: center;
  padding: 0 25px 25px;
  margin: 0 0 2em; }
  @media only screen and (min-width: 992px) {
    .asideBox {
      padding: 0 35px 35px; } }
  .asideBox ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none; }
  .asideBox li {
    text-align: left;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 0.8em; }
    .asideBox li:before {
      content: "\f101";
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 0;
      color: #4c90c1; }
  .asideBox p {
    margin: 0 0 0.6em; }
  .asideBox p:last-child {
    margin: 0; }
  .asideBox a.btn {
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.3; }
    @media only screen and (min-width: 1442px) {
      .asideBox a.btn {
        font-size: 1.1rem; } }
  .asideBox hr {
    border: none;
    border-top: 1px solid #9b9b9b;
    margin: 2em -25px; }

.asideContact {
  border: 2px solid #ea6a30;
  line-height: 1.3;
  font-size: 1.9rem; }
  @media only screen and (min-width: 992px) {
    .asideContact {
      font-size: 1.6rem;
      margin-top: -34px; } }
  .asideContact .asideHeader {
    color: #fff;
    background: #ea6a30;
    margin: 0 -25px 0.4em;
    padding: 7px 0; }
    @media only screen and (min-width: 992px) {
      .asideContact .asideHeader {
        margin: 0 -35px 1.4em;
        padding: 11px 0; } }

@media only screen and (min-width: 992px) {
  .topic .asideContact {
    margin-top: -77px; } }

@media only screen and (min-width: 1442px) {
  .topic .asideContact {
    margin-top: -80px; } }

.asideRelated {
  border: 2px solid #4c90c1; }
  .asideRelated .asideHeader {
    color: #fff;
    background: #4c90c1;
    margin: 0 -25px 0.4em;
    padding: 7px 0; }
    @media only screen and (min-width: 992px) {
      .asideRelated .asideHeader {
        margin: 0 -35px 1.4em;
        padding: 11px 0; } }

.asideEvents {
  border-bottom: 1px solid #9b9b9b; }
  .asideEvents .asideHeader {
    color: #fff;
    background: #80b33d;
    margin: 0 -25px 0.4em;
    padding: 7px 0; }
    @media only screen and (min-width: 992px) {
      .asideEvents .asideHeader {
        margin: 0 -35px 1.4em;
        padding: 11px 0; } }

.asideEventTitle {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.3; }
  @media only screen and (min-width: 992px) {
    .asideEventTitle {
      font-size: 1.3rem; } }

.asideEventDate {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 0.4em;
  line-height: 1.3; }
  @media only screen and (min-width: 992px) {
    .asideEventDate {
      font-size: 1.6rem; } }

.asideEventThumb {
  margin: 0 0 1em; }

.asideHeader {
  text-transform: uppercase;
  font-size: 2.2rem;
  margin: 0 0 0.4em;
  color: #111;
  line-height: 1.3; }
  @media only screen and (min-width: 992px) {
    .asideHeader {
      margin-bottom: 1.2em;
      font-size: 1.6rem;
      font-weight: 600; } }

/*************************************************************

TOPICAL BANNER

*************************************************************/
.subBanner.topicalBanner {
  height: 250px;
  margin: 0 0 2em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .subBanner.topicalBanner {
      height: 350px; } }
  @media only screen and (min-width: 992px) {
    .subBanner.topicalBanner {
      height: 400px; } }
  @media only screen and (min-width: 1442px) {
    .subBanner.topicalBanner {
      height: 500px; } }
  @media only screen and (min-width: 2060px) {
    .subBanner.topicalBanner {
      height: 550px; } }
  .subBanner.topicalBanner .subBannerCaption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 70%;
    font-family: "Playfair Display", serif;
    font-size: 4.7vw; }
    @media only screen and (min-width: 992px) {
      .subBanner.topicalBanner .subBannerCaption {
        font-size: 4rem;
        bottom: 31px;
        width: 57.4861367927%;
        float: left;
        margin-left: 8.5027726415%;
        left: 0; } }
    .subBanner.topicalBanner .subBannerCaption h1 {
      color: #fff;
      line-height: 1.3;
      margin: 0 0 0.4em;
      font-size: 4.7vw; }
      @media only screen and (min-width: 992px) {
        .subBanner.topicalBanner .subBannerCaption h1 {
          font-size: 4rem; } }
    .subBanner.topicalBanner .subBannerCaption p {
      margin: 0 0 0.6em; }
    .subBanner.topicalBanner .subBannerCaption p:last-child {
      margin: 0; }
    .subBanner.topicalBanner .subBannerCaption.shade h1 {
      background: rgba(74, 74, 74, 0.75);
      width: auto;
      display: inline-block;
      padding: 6px 15px 11px;
      margin-left: -15px;
      margin-right: -15px; }
    .subBanner.topicalBanner .subBannerCaption a.btn {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-size: 1.6rem; }
      @media only screen and (min-width: 992px) {
        .subBanner.topicalBanner .subBannerCaption a.btn {
          font-size: 1.3rem; } }

/*************************************************************

TOPICAL LEFT COL

*************************************************************/
.topicMain {
  padding: 0 15px;
  margin: 0 0 3em; }
  @media only screen and (min-width: 992px) {
    .topicMain {
      width: 48.9833641512%;
      float: left;
      margin-left: 8.5027726415%;
      padding: 0; } }
  .topicMain a, .topicMain a:visited {
    text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .topicLeft {
    width: 50%;
    float: left; } }

.topicLeft .itemTitle {
  background: #80b33d; }

.topicLeft a.btn {
  text-transform: uppercase;
  display: block;
  width: auto;
  max-width: 220px;
  font-size: 1.6rem;
  margin: 0 auto 1em; }
  @media only screen and (min-width: 992px) {
    .topicLeft a.btn {
      font-size: 1.3rem; } }

.topicItems .itemTitle {
  background: #4a4a4a; }

.topicItems a.btn {
  text-transform: uppercase;
  display: block;
  width: auto;
  max-width: 220px;
  font-size: 1.6rem;
  margin: 0 auto 1em; }
  @media only screen and (min-width: 992px) {
    .topicItems a.btn {
      font-size: 1.3rem; } }

.subMainBusDir {
  float: none;
  width: 100%; }

@media only screen and (min-width: 992px) {
  .businessDirectory {
    padding-right: 170px; } }

.businessWrapper {
  margin: 0 0 3em; }
  @media only screen and (min-width: 992px) {
    .businessWrapper {
      width: 68.0221811317%;
      float: right;
      margin-right: 0; } }

.businessDirectoryCats {
  margin-bottom: 1em; }
  @media only screen and (min-width: 992px) {
    .businessDirectoryCats {
      width: 23.4750462269%;
      float: left;
      margin-right: 2.0332716975%;
      background: #f1f1f1; } }
  .businessDirectoryCats ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .businessDirectoryCats li {
    margin: 0; }
    .businessDirectoryCats li:last-child a, .businessDirectoryCats li:last-child a:visited {
      border: none; }
    .businessDirectoryCats li.active a, .businessDirectoryCats li.active a:visited {
      font-weight: 700;
      background: #80b33d;
      color: #fff;
      border-color: transparent; }
      .businessDirectoryCats li.active a:after, .businessDirectoryCats li.active a:visited:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .businessDirectoryCats a, .businessDirectoryCats a:visited {
    display: block;
    text-decoration: none;
    padding: 8px 30px 8px 8px;
    line-height: 1.3;
    border-bottom: 1px solid #c5c5c5;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .businessDirectoryCats a, .businessDirectoryCats a:visited {
        padding: 8px 30px 8px 15px;
        font-size: 1.3rem; } }
    .businessDirectoryCats a:hover, .businessDirectoryCats a:visited:hover {
      background: #ebebeb;
      color: #4A4A4A; }

.businessHeader {
  background: #ebebeb;
  text-align: center;
  text-transform: uppercase;
  padding: 11px;
  font-weight: 700;
  border-bottom: 1px solid #6b6b6b;
  margin: 0 0 0.4em;
  clear: right; }
  @media only screen and (min-width: 992px) {
    .businessHeader {
      width: 68.0221811317%;
      float: right;
      margin-right: 0; } }

.business {
  width: 48.9833641512%;
  float: left;
  line-height: 1.3;
  height: 170px; }
  .business:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .business:nth-child(2n + 2) {
    margin-left: 51.0166358488%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 992px) {
    .business {
      font-size: 1.3rem;
      width: 31.9778188683%;
      float: left; }
      .business:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .business:nth-child(3n + 2) {
        margin-left: 34.0110905658%;
        margin-right: -100%;
        clear: none; }
      .business:nth-child(3n + 3) {
        margin-left: 68.0221811317%;
        margin-right: -100%;
        clear: none; } }
  .business h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; }
    @media only screen and (min-width: 992px) {
      .business h4 {
        font-size: 1.4rem; } }
  .business a.btn {
    text-decoration: none;
    text-transform: uppercase; }

.businessPhone {
  margin: 0 0 0.4em; }

.businessAddress {
  margin: 0 0 0.4em; }

.wide {
  width: 100%;
  overflow: hidden; }

.mainCol {
  max-width: 1442px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: #fff; }
  @media only screen and (min-width: 992px) {
    .mainCol {
      padding-left: 70px; } }
  @media only screen and (min-width: 1442px) {
    .mainCol {
      padding-left: 360px; } }

.mainCol {
  max-width: 2060px; }

.wrapper {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.home .wrapper {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto; }
  .home .wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.mainOverlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  overflow: scroll; }

/* Vimeo Video (Formerly Brightcove player) */

.BCLcontainingBlock {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

.BCLvideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videodefaultsize iframe {
width:100%;
height:100%;
}