﻿@charset "UTF-8";
/*! 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.
 */
@import url("../css/jquery-ui.css");
@import url("../css/tooltipster.bundle.css");
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; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }

.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }

html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 40em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child, .end.columns:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left; }
  .small-up-1 .column:nth-of-type(1n), .small-up-1 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 .column:last-child, .small-up-1 .columns:last-child {
    float: left; }

.small-up-2 .column, .small-up-2 .columns {
  width: 50%;
  float: left; }
  .small-up-2 .column:nth-of-type(1n), .small-up-2 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 .column:last-child, .small-up-2 .columns:last-child {
    float: left; }

.small-up-3 .column, .small-up-3 .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 .column:nth-of-type(1n), .small-up-3 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 .column:last-child, .small-up-3 .columns:last-child {
    float: left; }

.small-up-4 .column, .small-up-4 .columns {
  width: 25%;
  float: left; }
  .small-up-4 .column:nth-of-type(1n), .small-up-4 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 .column:last-child, .small-up-4 .columns:last-child {
    float: left; }

.small-up-5 .column, .small-up-5 .columns {
  width: 20%;
  float: left; }
  .small-up-5 .column:nth-of-type(1n), .small-up-5 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 .column:last-child, .small-up-5 .columns:last-child {
    float: left; }

.small-up-6 .column, .small-up-6 .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 .column:nth-of-type(1n), .small-up-6 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 .column:last-child, .small-up-6 .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left; }
    .medium-up-1 .column:nth-of-type(1n), .medium-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
      float: left; }
  .medium-up-2 .column, .medium-up-2 .columns {
    width: 50%;
    float: left; }
    .medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
      float: left; }
  .medium-up-3 .column, .medium-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
      float: left; }
  .medium-up-4 .column, .medium-up-4 .columns {
    width: 25%;
    float: left; }
    .medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
      float: left; }
  .medium-up-5 .column, .medium-up-5 .columns {
    width: 20%;
    float: left; }
    .medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
      float: left; }
  .medium-up-6 .column, .medium-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left; }
    .large-up-1 .column:nth-of-type(1n), .large-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 .column:last-child, .large-up-1 .columns:last-child {
      float: left; }
  .large-up-2 .column, .large-up-2 .columns {
    width: 50%;
    float: left; }
    .large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 .column:last-child, .large-up-2 .columns:last-child {
      float: left; }
  .large-up-3 .column, .large-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 .column:last-child, .large-up-3 .columns:last-child {
      float: left; }
  .large-up-4 .column, .large-up-4 .columns {
    width: 25%;
    float: left; }
    .large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 .column:last-child, .large-up-4 .columns:last-child {
      float: left; }
  .large-up-5 .column, .large-up-5 .columns {
    width: 20%;
    float: left; }
    .large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 .column:last-child, .large-up-5 .columns:last-child {
      float: left; }
  .large-up-6 .column, .large-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 .column:last-child, .large-up-6 .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #385aa3;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #304d8c; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; } }

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

@media screen and (min-width: 40em) {
  .medium-text-right {
    text-align: right; } }

@media screen and (min-width: 64em) {
  .large-text-right {
    text-align: right; } }

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

@media screen and (min-width: 40em) {
  .medium-text-center {
    text-align: center; } }

@media screen and (min-width: 64em) {
  .large-text-center {
    text-align: center; } }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #385aa3;
  color: #fff; }
  [data-whatinput="mouse"] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #304d8b;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #385aa3;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #2d4882;
      color: #fff; }
  .button.secondary {
    background: #2176cd;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #1a5ea4;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #385aa3;
    color: #385aa3; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #1c2d52;
      color: #1c2d52; }
    .button.hollow.primary {
      border: 1px solid #385aa3;
      color: #385aa3; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #1c2d52;
        color: #1c2d52; }
    .button.hollow.secondary {
      border: 1px solid #2176cd;
      color: #2176cd; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #113b67;
        color: #113b67; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem; }

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type="checkbox"],
label > [type="label"] {
  margin-right: 0.5rem; }

[type="file"] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #385aa3;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #385aa3;
  color: #fefefe; }
  .badge.secondary {
    background: #2176cd;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #385aa3; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.33333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.66667%; }
  .button-group.primary .button {
    background: #385aa3;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #2d4882;
      color: #fff; }
  .button-group.secondary .button {
    background: #2176cd;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #1a5ea4;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dfe5f4; }
    .callout.primary a {
      color: #273f72; }
      .callout.primary a:hover {
        color: #142039; }
  .callout.secondary {
    background-color: #dceaf9; }
    .callout.secondary a {
      color: #175390; }
      .callout.secondary a:hover {
        color: #0c2d4e; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #fce6e2; }
    .callout.alert a {
      color: #bf2b13; }
      .callout.alert a:hover {
        color: #791b0c; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput="mouse"] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-sub {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-sub.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-sub.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #385aa3;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #385aa3 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu .has-submenu {
  position: relative; }
  .dropdown.menu .has-submenu a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .has-submenu.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #385aa3 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .has-submenu.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #385aa3 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .has-submenu.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #385aa3;
    border-left-style: solid; }
  .dropdown.menu .has-submenu.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .has-submenu.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .has-submenu.opens-inner .submenu {
    top: 100%; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .has-submenu:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .has-submenu.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #385aa3;
  color: #fefefe; }
  .label.secondary {
    background: #2176cd;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

/*@include foundation-media-object;*/
.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput="mouse"] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0px); }
  [data-whatinput="mouse"] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput="mouse"] .orbit-previous, [data-whatinput="mouse"] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput="mouse"] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination [aria-label="previous"]::before {
    content: '«';
    display: inline-block;
    margin-right: 0.75rem; }
  .pagination [aria-label="next"]::after {
    content: '»';
    display: inline-block;
    margin-left: 0.75rem; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #385aa3;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #385aa3; }
  .progress.secondary .progress-meter {
    background-color: #2176cd; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #385aa3;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #385aa3;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput="mouse"] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #304d8b; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput="mouse"] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0); }
  input:checked ~ .switch-paddle {
    background: #385aa3; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead, tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr, tfoot tr {
      background: transparent; }
    thead th, thead td, tfoot th, tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #385aa3; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #35569b; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #385aa3; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(56, 90, 163, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 white, 0 14px 0 white; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 black, 0 14px 0 black; }
  .menu-icon.dark:hover::after {
    background: #666;
    box-shadow: 0 7px 0 #666, 0 14px 0 #666; }

/*@include foundation-tooltip;*/
.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #eee; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 40em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

html, body {
  height: 100%;
  font-size: 18px; }

.button--admin {
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  padding: 12px;
  position: fixed;
  top: 84px;
  z-index: 2000;
  background: #2176cd; }
  .button--admin:hover {
    background: #385aa3;
    color: #FFF; }

body {
  padding-top: 78px;
  transition: padding-top 0.4s ease;
  font-size: 18px;
  font-weight: 300; }

body.mobile {
  padding-top: 68px; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clear {
  clear: both;
  height: 0; }

.hidden {
  display: none; }

.grecaptcha-badge {
  visibility: hidden;
  z-index: 100; }

body.hasAlertMessage {
  padding-top: 134px; }

body.hasAlertMessage.scrolled {
  padding-top: 80px; }

body.mobile.is-reveal-open {
  position: fixed !important;
  overflow-y: scroll !important; }

.mm-opened body {
  padding-top: 0 !important; }

.flex {
  display: flex; }
  .flex.dir-row {
    flex-direction: row; }
  .flex.dir-col {
    flex-direction: column; }
  .flex.dir-row-r {
    flex-direction: row-reverse; }
  .flex.dir-col-r {
    flex-direction: column-reverse; }
  .flex.w-100 {
    width: 100%; }

.reveal-modal {
  position: fixed;
  max-height: calc(100% - 120px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999; }
  .reveal-modal.open {
    top: 50px !important; }

.inputhelptext {
  display: inline-block;
  position: relative;
  top: -15px;
  font-size: 14px; }

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

.scrollToTop {
  text-align: center;
  color: #385aa3;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 25px;
  font-size: 2em;
  display: none;
  z-index: 1000; }

select {
  color: #515151; }

.row {
  max-width: 1240px; }

.button.right {
  float: right;
  margin: 0 5px 10px 0; }

.button.back {
  background: #8a8a8a; }

.nowrap {
  white-space: nowrap; }

.ErrorMessage {
  color: #cc0000; }

hr {
  margin: 10px auto;
  max-width: 100%; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes move {
  from {
    bottom: 0;
    top: 0; }
  to {
    bottom: 100px;
    top: 100px; } }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.mm-menu {
  background: #385aa3; }
  .mm-menu .mm-listview {
    color: #FFF; }

.fa-info-circle {
  color: #385aa3; }

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

li.disabled label {
  color: #aaa; }

#SearchIn > div {
  margin: 0; }
  #SearchIn > div input[type="radio"] {
    margin: 0; }

/* saved search */
.saveSearch a.button {
  font-size: 13px;
  padding: 12px 10px; }

a.deletesavedsearch {
  display: none !important;
  float: right !important;
  padding: 0 9px; }

li:hover .deletesavedsearch {
  display: inline-block !important; }

/* end saved search */
div.profilephotopreview {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 2px solid #c2c2c2;
  border-radius: 50%;
  background: #efefef;
  margin-bottom: 10px; }

div.profilephotopreview img {
  width: 100%;
  height: auto; }

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

ul.radiolist li {
  float: left; }

.autocomplete {
  position: relative;
  display: none;
  z-index: 900; }

.autocomplete-results {
  max-height: 380px;
  overflow: auto;
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff; }

.autocomplete-results ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.autocomplete-results div.recent {
  /* border-top:1px dotted #aaa; */
  padding: 0.4% 1%;
  height: 18px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 9px; }

.autocomplete-results div.recent span {
  font-size: 13px;
  background: #fff;
  padding: 0 8px;
  margin-left: 8px;
  color: #666; }

.autocomplete-results ul li a {
  display: block;
  padding: 0.4% 1%;
  color: #666;
  font-size: 14px; }

.autocomplete-results ul li a:hover, .autocomplete-results ul li a.selected {
  background: #a9cdff; }

.autocomplete-results ul li a b {
  color: #000; }

#formConfirmModal {
  font-size: 14px; }
  #formConfirmModal .note {
    margin-top: 10px; }
  #formConfirmModal label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px; }
  #formConfirmModal span {
    display: inline-block;
    padding-left: 3px; }

/*** PASSWORD VALIDATION ***/
.passok {
  color: #0c6927; }

/*** END PASSWORD VALIDATION ***/
.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.menu-trigger {
  display: none; }

.button.secondary {
  background: #2176cd;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 30px;
  color: #FFF;
  font-weight: 700;
  border-radius: 3px; }
  .button.secondary.cancel {
    background: #757575; }
    .button.secondary.cancel:hover {
      background: #333; }

.findMeetingMobile {
  background: #2176cd;
  border-radius: 3px;
  color: #fff;
  display: none;
  float: right;
  font-size: 15px;
  font-weight: 700;
  margin: 5px 10px;
  padding: 10px 18px; }

a.contactUs {
  position: relative; }

.hasAlertMessage header.mainHeader .headerWrap {
  transition: all 0.6s ease 0s; }

header.mainHeader {
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
  background: #385aa3;
  padding: 0;
  /*#cssmenu > ul > li:nth-last-of-type(1) {
        a {
            background: $secondary-color;
            color: #fff !important;
            border-radius: 3px;
            font-size: 20px;
            padding: 13px 15px;
            transition: all 0.25s ease-out 0s;
            &:hover {
                background: $primary-color;
            }
        }
    }*/
  /*#cssmenu li:hover > ul > li {
      height: 35px;
    }*/ }
  header.mainHeader .headerWrap {
    transition: all 0.6s ease 0s; }
  header.mainHeader .messagesLink {
    position: relative;
    display: inline-block; }
    header.mainHeader .messagesLink.newMessage {
      transform: translate3d(0px, 0px, 0px);
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000px;
      -webkit-animation-delay: 3s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 3s; }
    header.mainHeader .messagesLink:hover {
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0px, 0px, 0px); }
    header.mainHeader .messagesLink span {
      background: #ff0000;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      height: 18px;
      position: absolute;
      right: -9px;
      text-align: center;
      top: -11px;
      width: 18px;
      z-index: 1; }
    header.mainHeader .messagesLink .fa {
      position: relative;
      font-size: 18px;
      margin: 0; }
  header.mainHeader .logo {
    float: left;
    padding: 14px 0 10px 10px; }
    header.mainHeader .logo a img {
      padding-right: 10px;
      border-right: 1px #fff solid;
      width: 70px; }
    header.mainHeader .logo a span {
      font-size: 21px;
      color: #fff;
      font-weight: 300;
      font-style: italic;
      padding-left: 12px;
      position: relative;
      top: 5px; }
  header.mainHeader .right {
    float: right;
    position: relative;
    z-index: 5; }
    header.mainHeader .right ul {
      position: relative;
      z-index: 5; }
    header.mainHeader .right ul.rightMenu {
      position: relative;
      z-index: 1; }
  header.mainHeader .searchWrap {
    float: right;
    position: relative; }
    header.mainHeader .searchWrap #search-input {
      background: #f8f8f8;
      color: #7c7b7b;
      font-size: 15px;
      height: 80px;
      padding-left: 12px;
      padding-right: 40px;
      /* text-transform: lowercase; */
      width: 195px; }
    header.mainHeader .searchWrap .searchBtn {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 15px;
      background: url("/images/search_icon.png");
      border: none;
      color: #000;
      font-size: 18px;
      width: 21px;
      height: 21px;
      margin: 30px 0;
      background-repeat: no-repeat; }
    header.mainHeader .searchWrap input {
      margin-bottom: 0;
      border: none;
      box-shadow: none; }
  header.mainHeader .headerBtn {
    position: relative;
    z-index: 2; }
    header.mainHeader .headerBtn .meetingBtn {
      background: #1f931b;
      font-size: 24px;
      font-weight: 600;
      padding: 15px 40px;
      color: #FFF;
      position: absolute;
      right: 0;
      top: -12px;
      border-radius: 0 0 5px 5px; }
  header.mainHeader #cssmenu,
  header.mainHeader #cssmenu ul,
  header.mainHeader #cssmenu ul li,
  header.mainHeader #cssmenu ul li a,
  header.mainHeader #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  header.mainHeader #cssmenu {
    position: relative !important;
    right: 0;
    text-align: right;
    float: right;
    margin-right: 15px;
    max-height: 80px; }
    header.mainHeader #cssmenu span {
      display: block; }
    header.mainHeader #cssmenu ul {
      display: inline-block;
      padding: 31px 0; }
  header.mainHeader #cssmenu:after,
  header.mainHeader #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  header.mainHeader #cssmenu > ul > li {
    display: inline-block;
    padding: 0 0 0 20px; }
  header.mainHeader #cssmenu > ul > li > a {
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px; }
  header.mainHeader #cssmenu > ul > li:hover > a {
    color: #e6e6e6; }
  header.mainHeader #cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0; }
  header.mainHeader #cssmenu > ul:nth-of-type(1) li:nth-of-type(1) {
    border-left: none;
    padding-left: 0;
    border-bottom: 2px #fff solid; }
    header.mainHeader #cssmenu > ul:nth-of-type(1) li:nth-of-type(1) a {
      padding-bottom: 5px; }
  header.mainHeader #cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background: #385aa3;
    padding: 10px 0;
    text-align: left;
    display: block; }
  header.mainHeader #cssmenu ul ul li {
    /*height: 0;*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: left;
    border: none !important;
    background: #385aa3;
    display: block; }
  header.mainHeader #cssmenu li:hover > ul {
    left: auto; }
  header.mainHeader #cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0; }
  header.mainHeader #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    padding-top: 0; }
  header.mainHeader #cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
  header.mainHeader #cssmenu ul ul li a {
    padding: 10px 15px;
    width: 245px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    line-height: 17px; }
  header.mainHeader #cssmenu ul ul li:last-child > a,
  header.mainHeader #cssmenu ul ul li.last-item > a {
    border-bottom: 0; }
  header.mainHeader #cssmenu ul ul li:hover > a,
  header.mainHeader #cssmenu ul ul li a:hover {
    color: #e6e6e6; }
  header.mainHeader #cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''; }
  header.mainHeader #cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px; }
  header.mainHeader #cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px; }
  header.mainHeader #cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0; }

.alertMessage {
  background: #292929;
  padding: 15px 0;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease 0s; }
  @media all and (min-width: 768px) {
    .alertMessage {
      position: fixed;
      z-index: 1001; } }
  .alertMessage a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    margin-left: 10px; }
    .alertMessage a:hover {
      color: #53a8f9; }
    .alertMessage a:before {
      content: "\f101";
      font-family: FontAwesome;
      margin-right: 5px; }
  .alertMessage p {
    margin: 0;
    padding: 0;
    text-align: center; }

.scrolled header.mainHeader .headerWrap {
  transition: all 0.6s ease 0s; }

.scrolled header.mainHeader .alertMessage {
  background: #292929;
  padding: 10px 0; }

.scrolled header.mainHeader .logo {
  padding: 15px 0 10px 10px; }
  .scrolled header.mainHeader .logo a img {
    width: 50px; }
  .scrolled header.mainHeader .logo a span {
    font-size: 19px; }

.scrolled header.mainHeader .right {
  float: right;
  position: relative;
  z-index: 5; }
  @media all and (max-width: 1024px) {
    .scrolled header.mainHeader .right {
      padding: 10px 0; } }

.scrolled header.mainHeader .searchWrap {
  float: right;
  position: relative; }
  .scrolled header.mainHeader .searchWrap #search-input {
    height: 65px; }
  .scrolled header.mainHeader .searchWrap .searchBtn {
    margin: 20px 0; }

.scrolled header.mainHeader #cssmenu {
  max-height: 65px; }

.scrolled header.mainHeader #cssmenu ul {
  padding: 22px 0 0; }

.loginBtn {
  font-weight: 600;
  padding: 13px 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 15px; }
  .loginBtn:before {
    content: "\f090";
    font-family: FontAwesome;
    margin-right: 4px; }

.accountBtn {
  font-weight: 600;
  padding: 13px 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 15px; }
  .accountBtn:before {
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 4px; }

.mainHeader .top {
  z-index: 2;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ha-header-show .top {
  transition: all 0.5s ease 0s; }
  .ha-header-show .top .headerSocial {
    display: none; }
  .ha-header-show .top .logoSticky {
    display: block !important;
    float: left;
    padding: 3px;
    height: 50px;
    /*transform: rotate(360deg) !important;*/
    animation: 1s ease 0s normal none 1 running fadeIn; }
  .ha-header-show .top .headerLinksSticky {
    display: block !important;
    animation: 1s ease 0s normal none 1 running fadeIn; }
  .ha-header-show .top .headerLinks {
    display: none !important; }
  .ha-header-show .top .searchWrap {
    height: 50px; }

.ha-header-show .bottom {
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0s 0.5s;
  -moz-transition: top 0.5s, opacity 0s 0.5s;
  transition: top 0.5s, opacity 0s 0.5s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 0%; }

.ha-header-subshow .bottom {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 50%; }

.headerDivider {
  background: url(/images/divider.jpg) repeat-x;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0; }

.homepageConent {
  overflow: hidden; }
  .homepageConent h1 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 35px; }

/*----- SITE SEARCH -------------*/
span.highlight {
  background: #ffe151; }

.sitesearch .conferencesearch-description {
  margin-bottom: 20px; }

.sitesearch .conference-results {
  margin-bottom: 30px; }

.sitesearch .conference-result, .sitesearch .content-result {
  margin-bottom: 15px; }
  .sitesearch .conference-result .SearchMatch_PageHeading a, .sitesearch .content-result .SearchMatch_PageHeading a {
    font-size: 18px;
    font-weight: 500; }
  .sitesearch .conference-result .subtitle, .sitesearch .content-result .subtitle {
    margin-bottom: 4px;
    font-style: italic; }
  .sitesearch .conference-result .description, .sitesearch .content-result .description {
    font-size: 14px;
    color: #000; }

.sitesearch .conference-more {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px; }

/*----- MESSAGES-------------*/
.messagesWrap {
  margin: 0;
  padding: 0; }
  .messagesWrap li {
    list-style-type: none; }
    .messagesWrap li span {
      display: block;
      line-height: 15px; }
      .messagesWrap li span.messageTime {
        font-size: 14px;
        line-height: 15px;
        display: inline-block;
        font-weight: 600; }
      .messagesWrap li span.messageContent {
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        margin-bottom: 5px;
        padding-bottom: 7px; }
      .messagesWrap li span.messageDismiss {
        display: inline-block; }
        .messagesWrap li span.messageDismiss a {
          padding: 0 3px; }
      .messagesWrap li span.messageAction {
        display: inline-block; }
        .messagesWrap li span.messageAction a {
          padding: 0 3px; }
      .messagesWrap li span.messageMeeting {
        font-size: 14px;
        line-height: 15px;
        font-weight: 600; }

.slideWrap {
  color: #FFF;
  position: relative; }
  .slideWrap img {
    width: 100%; }
  .slideWrap .loadingImage {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    z-index: 3;
    text-align: center; }
    .slideWrap .loadingImage img {
      width: 32px;
      height: 32px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
  .slideWrap .slide-thumbs {
    display: none; }
  .slideWrap .contentWrap {
    float: left;
    margin-right: 15px;
    width: 50%; }
    .slideWrap .contentWrap .caption {
      font-size: 41px;
      font-weight: 900;
      width: 620px;
      text-shadow: 2px 2px 1px black; }
    .slideWrap .contentWrap .description {
      font-size: 30px;
      font-weight: 300;
      width: 620px;
      text-shadow: 2px 2px 1px black; }
  .slideWrap .slideOverlay {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1240px;
    bottom: 60px;
    z-index: 2; }
  .slideWrap .btnWrap {
    float: left;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    position: absolute;
    z-index: 2; }
    .slideWrap .btnWrap a {
      font-size: 15px;
      font-weight: 600;
      border: 5px #FFF solid;
      border-radius: 5px;
      color: #FFF;
      padding: 10px 20px; }
  .slideWrap .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: unset;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    text-align: center; }
    .slideWrap .slick-dots .slick-pause {
      position: relative;
      top: 5px; }
      .slideWrap .slick-dots .slick-pause svg {
        width: 17px;
        height: 17px; }
    .slideWrap .slick-dots li {
      overflow: hidden;
      width: 24px;
      height: 22px;
      margin: 0 1px;
      display: inline-block; }
      .slideWrap .slick-dots li button:before {
        font-family: FontAwesome;
        content: "\f10c";
        display: inline-block;
        position: relative;
        color: #c4c4c4;
        font-size: 18px; }
    .slideWrap .slick-dots li.slick-active button:before {
      content: "\f10c" !important;
      color: #6f6f6f !important; }
  .slideWrap .slick-prev, .slideWrap .slick-next {
    height: 103px;
    width: 30px;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none; }
  .slideWrap .slick-next {
    right: 25px !important; }
    .slideWrap .slick-next:before {
      content: url(/images/next_arrow.png);
      opacity: 1 !important; }
  .slideWrap .slick-prev {
    left: 25px !important; }
    .slideWrap .slick-prev:before {
      content: url(/images/prev_arrow.png);
      opacity: 1 !important; }
  .slideWrap .slideFade {
    background: url(/images/slide_fade.png) repeat-x;
    width: 100%;
    height: 544px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }

.thumbSelector {
  text-align: center;
  position: relative;
  display: block; }
  .thumbSelector .caption {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.25s ease-out 0s; }
    .thumbSelector .caption span {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100px;
      z-index: 2;
      padding: 0 10px; }
  .thumbSelector:hover .caption {
    display: block; }

.titleWrap {
  text-align: center;
  padding: 45px 0 35px 0; }
  .titleWrap h1, .titleWrap h2 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 35px; }
  .titleWrap p {
    font-size: 20px;
    font-weight: 400;
    color: #000; }

.featuredPages {
  position: relative;
  padding-bottom: 40px; }
  .featuredPages .slick-prev, .featuredPages .slick-next {
    height: 103px;
    width: 30px;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none; }
  .featuredPages .slick-next {
    right: -45px; }
    .featuredPages .slick-next:before {
      content: url(/images/next_arrow_black.png); }
  .featuredPages .slick-prev {
    left: -45px; }
    .featuredPages .slick-prev:before {
      content: url(/images/prev_arrow_black.png); }
  .featuredPages .slick-dots {
    bottom: 0; }
    .featuredPages .slick-dots li {
      width: 20px;
      height: 7px; }
      .featuredPages .slick-dots li button {
        width: 20px;
        height: 7px; }
        .featuredPages .slick-dots li button:before {
          background: black;
          border-radius: 5px;
          color: white !important;
          width: 20px;
          height: 7px; }

.featuredPage .FeaturedListItem_Thumbnail {
  margin-bottom: 15px; }
  .featuredPage .FeaturedListItem_Thumbnail img:not([src="/images/blank.gif"]) {
    border: 5px solid #2176CD; }

.featuredPage .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  margin-bottom: 5px; }

.featuredPage .featuredContent {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px; }

.featuredPage .button {
  margin-right: 0; }

.headingTitle {
  background: #385aa3;
  color: white;
  font-size: 1.5rem;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 40px; }

.featuredMeetingsWrap .meetingDivider {
  height: 1px;
  width: 100%;
  border-bottom: 1px #c9c9c9 solid;
  margin-bottom: 20px;
  margin-top: 10px; }

.featuredMeetingsWrap .featuredMeeting .featuredMeetingThumb img {
  margin-bottom: 15px; }

.featuredMeetingsWrap .featuredMeeting .featuredMeetingDate {
  font-size: 32px;
  font-weight: 700;
  color: #385aa3;
  padding-bottom: 20px;
  border-bottom: 1px #c9c9c9 solid;
  margin-bottom: 20px;
  display: block;
  line-height: 32px; }

.featuredMeetingsWrap .featuredMeeting .featuredMeetingTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px; }

.featuredMeetingsWrap .featuredMeeting .featuredMeetingSubTitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  margin-bottom: 12px;
  display: block; }

.featuredMeetingsWrap .featuredMeeting .featuredMeetingLocation {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #385aa3;
  margin-bottom: 15px; }

.featuredMeetingsWrap .featuredMeeting .grs {
  margin-bottom: 20px;
  display: block; }
  .featuredMeetingsWrap .featuredMeeting .grs .date {
    color: #666;
    font-weight: 600; }
    .featuredMeetingsWrap .featuredMeeting .grs .date .divider {
      display: inline-block;
      padding: 0 5px;
      color: #C9C9C9;
      background: none;
      height: auto;
      width: auto; }
  .featuredMeetingsWrap .featuredMeeting .grs span {
    font-size: 13px;
    color: #000;
    display: block; }

.featuredMeetingsWrap .currentMeetings {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 60px; }
  .featuredMeetingsWrap .currentMeetings .meetingThumb {
    margin-bottom: 15px; }
  .featuredMeetingsWrap .currentMeetings .meetingDate {
    font-size: 16px;
    font-weight: 700;
    color: #385aa3;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 20px;
    padding-top: 10px;
    border-top: 1px #c9c9c9 solid; }
  .featuredMeetingsWrap .currentMeetings .meetingTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    margin-bottom: 5px; }
  .featuredMeetingsWrap .currentMeetings .meetingSubTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    margin-bottom: 12px;
    display: block; }
  .featuredMeetingsWrap .currentMeetings .meetingLocation {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    line-height: 20px;
    color: #385aa3;
    margin-bottom: 15px;
    padding: 0 35px; }
  .featuredMeetingsWrap .currentMeetings .button {
    margin-right: 0 !important; }
  .featuredMeetingsWrap .currentMeetings .grs {
    margin-bottom: 20px;
    display: block; }
    .featuredMeetingsWrap .currentMeetings .grs .date {
      color: #666;
      font-weight: 600;
      font-size: 16px; }
      .featuredMeetingsWrap .currentMeetings .grs .date .divider {
        display: inline-block;
        padding: 0 5px;
        color: #C9C9C9;
        background: none;
        height: auto;
        width: auto;
        font-size: 21px; }
      .featuredMeetingsWrap .currentMeetings .grs .date span {
        font-size: 13px;
        color: #000; }
    .featuredMeetingsWrap .currentMeetings .grs span {
      color: #666;
      font-size: 15px;
      font-weight: 400; }
    .featuredMeetingsWrap .currentMeetings .grs img {
      width: 25px; }
    .featuredMeetingsWrap .currentMeetings .grs a {
      color: #479b07;
      font-size: 14px;
      font-weight: 500; }
  .featuredMeetingsWrap .currentMeetings .slick-prev, .featuredMeetingsWrap .currentMeetings .slick-next {
    height: 103px;
    width: 30px;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none; }
  .featuredMeetingsWrap .currentMeetings .slick-next {
    right: -45px; }
    .featuredMeetingsWrap .currentMeetings .slick-next:before {
      content: url(/images/next_arrow_black.png); }
  .featuredMeetingsWrap .currentMeetings .slick-prev {
    left: -45px; }
    .featuredMeetingsWrap .currentMeetings .slick-prev:before {
      content: url(/images/prev_arrow_black.png); }
  .featuredMeetingsWrap .currentMeetings .slick-dots {
    bottom: 0; }
    .featuredMeetingsWrap .currentMeetings .slick-dots li {
      width: 20px;
      height: 7px; }
      .featuredMeetingsWrap .currentMeetings .slick-dots li button {
        width: 20px;
        height: 7px; }
        .featuredMeetingsWrap .currentMeetings .slick-dots li button:before {
          background: black;
          border-radius: 5px;
          color: white !important;
          width: 20px;
          height: 7px; }

.featuredMeetingsWrap .swiper-button-next {
  background: url(/images/next_arrow_black.png) no-repeat;
  margin-top: -40px;
  right: -65px;
  width: 30px;
  height: 103px;
  /*&:before {
            font-family: FontAwesome;
            content: "\f10c";
            font-size: 32px;
            color: #949494;
        }*/ }

.featuredMeetingsWrap .swiper-button-prev {
  background: url(/images/prev_arrow_black.png) no-repeat;
  margin-top: -40px;
  left: -65px;
  width: 30px;
  height: 103px;
  /*&:before {
            font-family: FontAwesome;
            content: "\f10c";
            font-size: 32px;
            color: #949494;
        }*/ }

.featuredMeetingsWrap .swiper-pagination {
  padding: 10px 0 20px;
  text-align: center;
  width: 100%;
  border-bottom: 1px #ddd solid; }

.featuredMeetingsWrap .swiper-pagination-bullet {
  background: none;
  width: unset;
  height: unset;
  opacity: 1; }
  .featuredMeetingsWrap .swiper-pagination-bullet:before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 17px;
    color: #c4c4c4;
    margin: 0 2px; }

.featuredMeetingsWrap .swiper-pagination-bullet-active:before {
  color: #6f6f6f; }

.featuredMeetingsWrap .swiper-button-next.swiper-button-disabled, .featuredMeetingsWrap .swiper-button-prev.swiper-button-disabled {
  opacity: .05; }

.findYourGrc {
  text-align: center;
  padding: 35px 0; }
  .findYourGrc p {
    font-size: 40px;
    font-weight: 300;
    color: #000; }
    .findYourGrc p a {
      background: #2176cd;
      border-radius: 4px;
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      margin-left: 35px;
      padding: 15px 35px;
      position: relative;
      top: -5px; }
      .findYourGrc p a:hover {
        background: #385aa3; }

.homepageFeatured {
  position: relative;
  margin: 75px 0; }
  .homepageFeatured .featuredContentWrap {
    background: rgba(56, 90, 163, 0.85);
    position: absolute;
    bottom: 32px;
    left: 32px;
    border-radius: 2px;
    padding: 25px 40px;
    z-index: 2;
    max-width: 515px;
    color: #FFF;
    text-align: center; }
    .homepageFeatured .featuredContentWrap .title {
      font-size: 38px;
      font-weight: 300; }
    .homepageFeatured .featuredContentWrap .featuredContent {
      font-size: 19px;
      font-weight: 400;
      padding: 10px 0; }
    .homepageFeatured .featuredContentWrap .learnMore {
      background: #fff;
      border-radius: 2px;
      color: #385aa3;
      display: inline-block;
      font-size: 16px;
      margin: auto;
      padding: 8px 15px;
      z-index: 2; }

.homepageFeatured_v2 {
  position: relative;
  margin: 75px 0; }
  .homepageFeatured_v2 .featuredContentWrap {
    background: rgba(56, 90, 163, 0.85);
    position: absolute;
    top: 0;
    right: 32px;
    border-radius: 2px;
    padding: 25px 40px;
    z-index: 2;
    max-width: 515px;
    color: #FFF;
    text-align: center; }
    .homepageFeatured_v2 .featuredContentWrap .title {
      font-size: 38px;
      font-weight: 300; }
    .homepageFeatured_v2 .featuredContentWrap .featuredContent {
      font-size: 19px;
      font-weight: 400;
      padding: 10px 0; }
    .homepageFeatured_v2 .featuredContentWrap .learnMore {
      background: #fff;
      border-radius: 2px;
      color: #385aa3;
      display: inline-block;
      font-size: 16px;
      margin: auto;
      padding: 8px 15px;
      z-index: 2; }

.homepageGallery {
  text-align: center;
  padding: 45px 10px 35px 10px;
  margin-top: 20px; }
  .homepageGallery h1 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 35px; }
  .homepageGallery p {
    font-size: 20px;
    font-weight: 400;
    color: #000; }
  .homepageGallery a {
    display: block;
    margin-bottom: 10px; }
  .homepageGallery .columns {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px !important; }
  .homepageGallery .columns:nth-child(n+7) {
    display: none; }

.testimonialsWrap {
  text-align: center;
  padding: 15px 0; }
  .testimonialsWrap .quote {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px; }
    .testimonialsWrap .quote p {
      margin: 0;
      padding: 0; }
  .testimonialsWrap .title {
    font-size: 16px;
    font-weight: 600; }
  .testimonialsWrap .columns {
    border-right: 1px #c4c4c4 solid; }

.aboutGRC {
  position: relative;
  background: url(/images/hong_kong.jpg) no-repeat;
  width: 100%;
  min-height: 600px;
  padding: 45px 0 85px 0;
  margin-top: 45px; }
  .aboutGRC .title {
    text-align: center;
    padding: 20px 55px; }
    .aboutGRC .title p {
      font-size: 34px;
      font-weight: 300;
      line-height: 40px;
      color: #fff; }
    .aboutGRC .title a {
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2;
      font-size: 17px;
      background: #FFF;
      color: #385aa3;
      padding: 10px 25px;
      border-radius: 2px;
      display: inline-block;
      width: 250px; }
  .aboutGRC h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin: 35px 0; }
  .aboutGRC h3 {
    font-size: 25px;
    margin-top: 5px;
    font-weight: 700;
    color: #FFF; }
  .aboutGRC ul {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0; }

.supportingGRC {
  text-align: center;
  padding: 45px 0 55px 0; }
  .supportingGRC h1 {
    margin-bottom: 30px; }
  .supportingGRC p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; }
  .supportingGRC a {
    background: #1f931b;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 35px;
    color: #FFF;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block; }

.navigation {
  padding: 10px 0; }

.speakerAddl {
  margin-top: -1rem; }

.sectionTitle {
  background: #385aa3;
  color: #FFF;
  padding: 10px 0 10px 15px;
  margin-bottom: 10px;
  position: relative; }
  .sectionTitle h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    float: left; }
  .sectionTitle .fa {
    float: right;
    margin-right: 5px;
    padding: 7px;
    cursor: pointer; }

.sectionInfo {
  margin-bottom: 10px;
  display: block; }
  .sectionInfo p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #222222; }
  .sectionInfo .titleLabel {
    font-weight: 600;
    float: left;
    clear: left;
    color: #000;
    margin-top: 15px; }
  .sectionInfo .title {
    float: left;
    clear: left; }
  .sectionInfo .meetingLink {
    display: block;
    color: #385aa3;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 15px; }
    .sectionInfo .meetingLink i {
      padding-right: 5px; }

/*--------Conference Details----------*/
.conferenceDetailsWrap {
  padding-top: 25px; }
  .conferenceDetailsWrap .titleWrap {
    border-bottom: 1px #cacaca solid;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 0; }
    .conferenceDetailsWrap .titleWrap .logo {
      background: #cacaca;
      margin-right: 12px;
      padding: 12px 20px;
      float: left; }
    .conferenceDetailsWrap .titleWrap .meetingName {
      text-align: left; }
    .conferenceDetailsWrap .titleWrap h1 {
      font-size: 36px; }
    .conferenceDetailsWrap .titleWrap .grcLabel {
      font-size: 30px;
      color: #222222;
      font-weight: 300;
      font-style: italic;
      float: left; }
  .conferenceDetailsWrap .whatIs {
    font-style: italic; }
  .conferenceDetailsWrap .conferenceInfo {
    border: 1px #cacaca solid;
    margin-bottom: 10px;
    padding: 0 0 15px; }

/*--------Meeting Details------------*/
.meetingDetailsWrap {
  margin-top: 25px; }
  .meetingDetailsWrap .titleWrap {
    border-bottom: 1px #cacaca solid;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 0; }
    .meetingDetailsWrap .titleWrap .logo {
      background: #cacaca;
      margin-right: 12px;
      padding: 10px 15px;
      float: left; }
      .meetingDetailsWrap .titleWrap .logo img {
        width: 45px; }
    .meetingDetailsWrap .titleWrap .meetingName {
      text-align: left; }
    .meetingDetailsWrap .titleWrap h3 {
      font-size: 24px;
      line-height: 25px;
      margin: 0 !important; }
    .meetingDetailsWrap .titleWrap .grcLabel {
      font-size: 18px;
      color: #222222;
      font-weight: 300;
      font-style: italic;
      display: block;
      padding-bottom: 10px; }
      .meetingDetailsWrap .titleWrap .grcLabel .followLink {
        font-style: normal;
        font-size: 16px;
        font-weight: 600; }
    .meetingDetailsWrap .titleWrap .meetingButtons {
      display: inline-block;
      margin: 10px 0; }
      .meetingDetailsWrap .titleWrap .meetingButtons .meetingLink {
        float: left;
        margin: 0 10px 0 0; }
      .meetingDetailsWrap .titleWrap .meetingButtons .followLink {
        font-weight: 600;
        line-height: 40px; }
  .meetingDetailsWrap .applyWrap .sectionInfo .applyInfo .dateTitle {
    color: #385aa3;
    font-size: 17px;
    font-weight: 600;
    line-height: 40px; }
  .meetingDetailsWrap .applyWrap .sectionInfo .applyInfo .meetingButtons {
    float: right; }
    .meetingDetailsWrap .applyWrap .sectionInfo .applyInfo .meetingButtons .meetingLink {
      color: #fff;
      display: inline-block;
      float: right;
      font-size: 15px;
      font-weight: 600;
      line-height: 24px;
      margin: 0;
      padding: 7px 15px; }
  .meetingDetailsWrap .detailsGallery {
    position: relative;
    margin-bottom: 15px; }
    .meetingDetailsWrap .detailsGallery .slick-dots {
      bottom: 5px;
      margin: 0;
      padding: 0;
      z-index: 2;
      position: absolute;
      width: 100%;
      text-align: center; }
      .meetingDetailsWrap .detailsGallery .slick-dots li {
        overflow: hidden;
        width: 16px;
        height: 16px;
        margin: 0 1px;
        display: inline-block;
        position: relative; }
        .meetingDetailsWrap .detailsGallery .slick-dots li button {
          position: absolute;
          top: 0;
          left: 0; }
          .meetingDetailsWrap .detailsGallery .slick-dots li button:before {
            font-family: FontAwesome;
            content: "\f10c";
            display: inline-block;
            position: relative;
            color: #FFF;
            font-size: 14px; }
      .meetingDetailsWrap .detailsGallery .slick-dots li.slick-active button:before {
        content: "\f111" !important;
        color: #385aa3 !important; }
  .meetingDetailsWrap .meetingTitle {
    display: block;
    font-size: 26px;
    line-height: 27px;
    float: left;
    clear: left;
    font-weight: 700;
    margin: 0 0 5px 0; }
  .meetingDetailsWrap .contributors {
    text-align: center; }
    .meetingDetailsWrap .contributors .contributorContent {
      display: block;
      margin-bottom: 25px;
      vertical-align: middle;
      position: relative;
      text-align: center; }
      .meetingDetailsWrap .contributors .contributorContent img {
        border: 1px solid #aaaaaa; }
      .meetingDetailsWrap .contributors .contributorContent .imageWrap {
        border: 1px solid #aaaaaa;
        width: 100%; }
        .meetingDetailsWrap .contributors .contributorContent .imageWrap img {
          border: none; }
      .meetingDetailsWrap .contributors .contributorContent a {
        width: 100%;
        height: 100%;
        border: 1px solid #aaaaaa;
        display: table;
        line-height: 16px;
        text-align: center; }
        .meetingDetailsWrap .contributors .contributorContent a img {
          border: none;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          margin: 0 auto; }
        .meetingDetailsWrap .contributors .contributorContent a:hover {
          border-color: #385aa3; }
      .meetingDetailsWrap .contributors .contributorContent p {
        border: 1px solid #aaaaaa;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: table;
        line-height: 16px; }
      .meetingDetailsWrap .contributors .contributorContent span {
        display: table-cell;
        vertical-align: middle; }
  .meetingDetailsWrap .hasContributorsHTML table {
    width: 100%;
    border-collapse: collapse; }
    .meetingDetailsWrap .hasContributorsHTML table thead, .meetingDetailsWrap .hasContributorsHTML table tbody, .meetingDetailsWrap .hasContributorsHTML table tfoot {
      background-color: none;
      border: none; }
    .meetingDetailsWrap .hasContributorsHTML table tr {
      background: none; }
      .meetingDetailsWrap .hasContributorsHTML table tr td {
        border: 1px solid #aaaaaa;
        text-align: center; }
  .meetingDetailsWrap .hasContributorsHTML .logoLink {
    display: block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    height: 100px;
    width: 100%; }
    .meetingDetailsWrap .hasContributorsHTML .logoLink a {
      width: 100%;
      height: 100%;
      border: 1px solid #aaaaaa;
      display: table;
      line-height: 16px; }
      .meetingDetailsWrap .hasContributorsHTML .logoLink a span {
        display: table-cell;
        vertical-align: middle; }
      .meetingDetailsWrap .hasContributorsHTML .logoLink a img {
        border: none;
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto; }
      .meetingDetailsWrap .hasContributorsHTML .logoLink a:hover {
        border-color: #385aa3; }
  .meetingDetailsWrap .meetingInfo {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0 15px;
    min-height: 140px; }
    .meetingDetailsWrap .meetingInfo .titleLabel {
      font-weight: 600;
      color: #000;
      margin-top: 5px;
      display: block; }
    .meetingDetailsWrap .meetingInfo .dateTitle {
      color: #385aa3;
      font-size: 17px;
      font-weight: 600;
      line-height: 18px;
      display: block; }
    .meetingDetailsWrap .meetingInfo .locationTitle {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 10px;
      color: #666666; }
    .meetingDetailsWrap .meetingInfo .meetingButtons {
      text-align: right; }
      .meetingDetailsWrap .meetingInfo .meetingButtons .button {
        margin: 0; }
  .meetingDetailsWrap .dayTitle {
    background: #c2c2c2;
    color: #333;
    padding: 10px 0 10px 15px;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px; }
    .meetingDetailsWrap .dayTitle .fa {
      float: right;
      padding: 5px;
      margin-right: 5px;
      cursor: pointer; }
  .meetingDetailsWrap .tdProgramDay {
    background: #c2c2c2;
    color: #333;
    padding: 10px 0 10px 15px;
    width: 100%;
    font-weight: 600;
    font-size: 18px; }
    .meetingDetailsWrap .tdProgramDay .fa {
      float: right;
      padding: 5px;
      margin-right: 5px;
      cursor: pointer; }
  .meetingDetailsWrap table .keynote {
    font-weight: 700; }
  .meetingDetailsWrap table .session, .meetingDetailsWrap table .tdProgramSession {
    font-weight: 700;
    font-size: 1.15em; }

/*-------Meeting Search------------*/
.PageInfo input {
  background: #fff !important; }

.meetingSearchWrap {
  position: relative; }
  .meetingSearchWrap .search {
    border: 1px #ccc solid;
    padding: 25px 15px; }
    .meetingSearchWrap .search h4 {
      font-size: 16px;
      font-weight: 600;
      color: #000; }
    .meetingSearchWrap .search .left .columns {
      border-right: 1px #ccc solid; }
    .meetingSearchWrap .search .input-group {
      display: inline-block;
      height: 40px; }
      .meetingSearchWrap .search .input-group [type="text"] {
        width: 50%;
        display: inline-block;
        height: 40px;
        position: relative;
        z-index: 1;
        box-shadow: none; }
      .meetingSearchWrap .search .input-group select {
        width: 30%;
        margin: 0;
        vertical-align: middle;
        height: 40px;
        background-color: #f8f8f8;
        font-size: 13px;
        color: #000;
        font-weight: 600; }
      .meetingSearchWrap .search .input-group .input-group-button {
        display: inline-block;
        width: 19%;
        text-align: center; }
        .meetingSearchWrap .search .input-group .input-group-button .button {
          position: relative;
          z-index: 1;
          height: 40px;
          font-size: 14px;
          display: block;
          width: 100%; }
    .meetingSearchWrap .search .right .options {
      margin-top: 21px; }
      .meetingSearchWrap .search .right .options a {
        padding: 10px 5px;
        background: #b1b1b1;
        color: #333;
        font-size: 13px;
        text-align: center;
        float: left;
        width: 48%;
        border: 1px #ccc solid;
        border-radius: 3px; }
        .meetingSearchWrap .search .right .options a.current {
          margin-right: 10px; }
        .meetingSearchWrap .search .right .options a.all {
          border: 1px #ccc solid;
          border-radius: 0 3px 3px 0; }
        .meetingSearchWrap .search .right .options a:hover, .meetingSearchWrap .search .right .options a.active {
          background: #333;
          color: #fff;
          border: 1px #385aa3 solid; }
      .meetingSearchWrap .search .right .options a:nth-of-type(2) {
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid; }
  .meetingSearchWrap #filter-pointer-list span.filterSpan {
    padding: 7px; }
  .meetingSearchWrap .saveSearch {
    float: right; }
    .meetingSearchWrap .saveSearch .button {
      margin: 0; }
  .meetingSearchWrap .filterLabel {
    margin-top: 15px;
    display: block; }
  .meetingSearchWrap .filterWrap {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px #ccc solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative; }
    .meetingSearchWrap .filterWrap .closeBtn {
      position: absolute;
      right: 10px;
      top: 5px; }
    .meetingSearchWrap .filterWrap p {
      margin: 0; }
    .meetingSearchWrap .filterWrap .filter {
      width: 20%; }
    .meetingSearchWrap .filterWrap .filter.columns {
      padding-left: 0;
      padding-right: 8px; }
    .meetingSearchWrap .filterWrap .column:last-child:not(:first-child), .meetingSearchWrap .filterWrap .columns:last-child:not(:first-child), .meetingSearchWrap .filterWrap .columns:last-child:not(:first-child), .meetingSearchWrap .filterWrap .columns:last-child:not(:first-child) {
      padding-right: 0; }
    .meetingSearchWrap .filterWrap .filterOption {
      padding: 10px;
      border: 1px #a2a2a2 solid;
      position: relative;
      text-align: left;
      width: 100%; }
      .meetingSearchWrap .filterWrap .filterOption .filterTitle {
        font-size: 14px;
        font-weight: 600;
        color: #000; }
      .meetingSearchWrap .filterWrap .filterOption .fa {
        float: right;
        font-size: 18px;
        padding: 3px 0;
        position: relative;
        right: 5px; }
    .meetingSearchWrap .filterWrap .dropdown-pane {
      -webkit-box-shadow: 0px 3px 26px -6px rgba(0, 0, 0, 0.37);
      -moz-box-shadow: 0px 3px 26px -6px rgba(0, 0, 0, 0.37);
      box-shadow: 0px 3px 26px -6px rgba(0, 0, 0, 0.37);
      border: none;
      top: 55px !important;
      max-width: 100% !important;
      position: absolute;
      left: 0 !important;
      margin: auto;
      width: 100% !important;
      /*&:before {
                content: url(/images/pane_arrow.png);
                width: 34px;
                height: 15px;
                position: absolute;
                top: -14px;
                left: 35px;
            }*/ }
      .meetingSearchWrap .filterWrap .dropdown-pane ul {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-left: 0; }
        .meetingSearchWrap .filterWrap .dropdown-pane ul ul li {
          line-height: 24px; }
          .meetingSearchWrap .filterWrap .dropdown-pane ul ul li label {
            width: 150px;
            line-height: 24px; }
    .meetingSearchWrap .filterWrap .groupedfilter input {
      display: inline !important;
      float: none;
      position: relative;
      top: 7px;
      vertical-align: top;
      margin: 0 0 5px !important; }
    .meetingSearchWrap .filterWrap .groupedfilter label {
      display: inline !important;
      float: none; }
    .meetingSearchWrap .filterWrap .date .dropdown-pane {
      left: unset !important;
      right: 0 !important;
      top: 60px !important; }
      .meetingSearchWrap .filterWrap .date .dropdown-pane:before {
        right: 35px !important;
        left: unset; }
      .meetingSearchWrap .filterWrap .date .dropdown-pane p {
        max-width: 300px;
        margin: 0 auto; }
    .meetingSearchWrap .filterWrap .date .button {
      transition: none; }
  .meetingSearchWrap .searchedFor {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 19px;
    display: block; }
  .meetingSearchWrap .sorting {
    background: #e9e9e9;
    padding: 10px 15px;
    margin: 15px 0; }
    .meetingSearchWrap .sorting .meetingsFound {
      font-size: 14px;
      line-height: 30px; }
    .meetingSearchWrap .sorting .sort {
      float: right; }
      .meetingSearchWrap .sorting .sort select {
        width: 200px; }
    .meetingSearchWrap .sorting .layout {
      float: right;
      font-size: 25px;
      padding: 0 20px;
      height: 30px;
      line-height: 30px; }
      .meetingSearchWrap .sorting .layout a {
        color: #b3b3b3; }
        .meetingSearchWrap .sorting .layout a.active, .meetingSearchWrap .sorting .layout a:hover {
          color: #000; }
    .meetingSearchWrap .sorting .paging {
      float: right; }
      .meetingSearchWrap .sorting .paging select {
        width: 50px;
        margin-right: 12px; }
      .meetingSearchWrap .sorting .paging a {
        display: inline-block; }
        .meetingSearchWrap .sorting .paging a .fa {
          font-size: 30px;
          vertical-align: middle;
          color: #2176cd; }
      .meetingSearchWrap .sorting .paging input {
        width: 75px;
        display: inline-block;
        color: #000; }
    .meetingSearchWrap .sorting label {
      float: left;
      line-height: 30px;
      margin-right: 5px;
      font-size: 13px; }
    .meetingSearchWrap .sorting input, .meetingSearchWrap .sorting select {
      box-shadow: none;
      color: #000;
      font-size: 11px;
      height: 30px;
      margin: 0;
      padding: 0 5px; }
  .meetingSearchWrap .searchResults.grid .result {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    margin-bottom: 40px; }
    .meetingSearchWrap .searchResults.grid .result.grs:before {
      background-image: url(/images/grs_overlay.png);
      background-size: 60px 44px;
      position: absolute;
      top: -1px;
      right: -1px;
      content: '';
      z-index: 5;
      display: inline-block;
      width: 60px;
      height: 44px; }
    .meetingSearchWrap .searchResults.grid .result .new-meeting {
      position: absolute;
      top: -5px;
      left: -5px;
      z-index: 5; }
    .meetingSearchWrap .searchResults.grid .result .button {
      margin: auto auto 0;
      width: 50%; }
    .meetingSearchWrap .searchResults.grid .result .meetingThumb {
      position: relative;
      text-align: center; }
      .meetingSearchWrap .searchResults.grid .result .meetingThumb img {
        margin-bottom: 15px; }
      .meetingSearchWrap .searchResults.grid .result .meetingThumb .quickView {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        width: 130px;
        height: 45px;
        line-height: 14px;
        display: none;
        font-size: 16px;
        font-weight: 700;
        border-radius: 4px; }
      .meetingSearchWrap .searchResults.grid .result .meetingThumb:hover .quickView {
        display: inline-block; }
    .meetingSearchWrap .searchResults.grid .result .meetingDate {
      font-size: 16px;
      font-weight: 700;
      color: #385aa3;
      padding-top: 10px;
      border-top: 1px #c9c9c9 solid;
      margin-bottom: 5px;
      display: inline-block;
      line-height: 18px; }
    .meetingSearchWrap .searchResults.grid .result .meetingTitle {
      font-size: 16px;
      font-weight: 900;
      line-height: 17px;
      color: #000;
      margin-bottom: 15px; }
    .meetingSearchWrap .searchResults.grid .result .meetingSubTitle {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: #666666;
      margin-bottom: 12px;
      display: block; }
    .meetingSearchWrap .searchResults.grid .result .meetingLocation {
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #385aa3;
      margin-bottom: 15px; }
  .meetingSearchWrap .searchResults.list .result {
    position: relative;
    text-align: left;
    border-bottom: 1px #c9c9c9 solid;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .meetingSearchWrap .searchResults.list .result .new-meeting {
      display: inline-block;
      top: -2px;
      position: relative; }
    .meetingSearchWrap .searchResults.list .result .button {
      margin-right: 0; }
    .meetingSearchWrap .searchResults.list .result .meetingLogo {
      text-align: center; }
      .meetingSearchWrap .searchResults.list .result .meetingLogo img {
        width: 35px; }
    .meetingSearchWrap .searchResults.list .result .meetingInfo a.meetingTitle {
      font-size: 16px;
      font-weight: 900;
      line-height: 17px;
      color: #000;
      padding-right: 10px; }
      .meetingSearchWrap .searchResults.list .result .meetingInfo a.meetingTitle:hover {
        text-decoration: underline; }
    .meetingSearchWrap .searchResults.list .result .meetingInfo .meetingSubTitle {
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      color: #666666;
      display: block; }
    .meetingSearchWrap .searchResults.list .result .meetingInfo .meetingLocation {
      font-size: 15px;
      font-weight: 500;
      line-height: 20px;
      color: #385aa3;
      margin-bottom: 15px; }
    .meetingSearchWrap .searchResults.list .result .meetingInfo a.quickView {
      font-weight: 600;
      font-style: italic; }
    .meetingSearchWrap .searchResults.list .result .meetingInfo .fa {
      margin-right: 5px; }
    .meetingSearchWrap .searchResults.list .result .meetingInfo .fa-star {
      margin: 0 0 0 10px;
      background: #CCAE1A;
      padding: 5px;
      border-radius: 4px;
      color: #fff; }
    .meetingSearchWrap .searchResults.list .result .meetingDetails {
      text-align: right; }
      .meetingSearchWrap .searchResults.list .result .meetingDetails .meetingDate {
        font-size: 18px;
        font-weight: 700;
        color: #385aa3;
        display: block;
        line-height: 18px; }
      .meetingSearchWrap .searchResults.list .result .meetingDetails .availability {
        font-size: 14px;
        font-weight: 600;
        color: #333333; }
  .meetingSearchWrap.conferenceSearch .searchResults.grid .result {
    position: relative;
    text-align: center;
    border: 2px #e9e9e9 solid;
    padding: 10px;
    margin-bottom: 25px; }
    .meetingSearchWrap.conferenceSearch .searchResults.grid .result span {
      font-size: 15px;
      line-height: 21px;
      font-weight: 400;
      display: block; }
    .meetingSearchWrap.conferenceSearch .searchResults.grid .result .button {
      margin-right: 0; }
    .meetingSearchWrap.conferenceSearch .searchResults.grid .result .meetingDate {
      font-size: 16px;
      font-weight: 700;
      color: #385aa3;
      padding-top: 10px;
      border-top: 1px #c9c9c9 solid;
      margin-bottom: 5px;
      display: inline-block;
      line-height: 18px; }
    .meetingSearchWrap.conferenceSearch .searchResults.grid .result .meetingTitle {
      font-size: 16px;
      font-weight: 900;
      line-height: 20px;
      color: #000;
      margin-bottom: 15px;
      padding: 0 20px; }
    .meetingSearchWrap.conferenceSearch .searchResults.grid .result .status {
      color: #656565;
      font-weight: 600;
      font-size: 14px; }
      .meetingSearchWrap.conferenceSearch .searchResults.grid .result .status:before {
        border-top: 1px #c9c9c9 solid;
        width: 60px;
        height: 1px;
        content: "";
        margin: 15px auto 0;
        padding: 5px 0;
        display: block; }
  .meetingSearchWrap.conferenceSearch .searchResults.list .result {
    position: relative;
    text-align: left;
    border: 2px #e9e9e9 solid;
    padding: 10px;
    margin-bottom: 25px; }
    .meetingSearchWrap.conferenceSearch .searchResults.list .result span {
      font-size: 15px;
      line-height: 21px;
      font-weight: 400;
      display: block; }
    .meetingSearchWrap.conferenceSearch .searchResults.list .result .meetingTitle {
      font-size: 16px;
      font-weight: 900;
      line-height: 20px;
      color: #000;
      margin-bottom: 15px; }
    .meetingSearchWrap.conferenceSearch .searchResults.list .result .status {
      color: #385aa3;
      font-weight: 900;
      font-size: 16px;
      text-align: right; }

.conferenceSearch .search .input-group [type="text"] {
  width: 78%;
  display: inline-block;
  height: 40px;
  position: relative;
  z-index: 1;
  box-shadow: none; }

.conferenceSearch .filterWrap .filter {
  width: 14.28% !important; }

#quickViewModal.reveal {
  margin-top: 0;
  top: 120px !important;
  position: fixed; }

#quickViewModal #quickViewData span.titleLabel {
  display: block;
  font-weight: 700;
  margin: 10px 0 0 0; }

#quickViewModal #quickViewData h1 {
  color: #333;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 5px;
  border-bottom: 1px solid #c9c9c9;
  padding: 0 0 10px; }

#quickViewModal #quickViewData .meetingSubtitle {
  color: #666666;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px; }

#quickViewModal #quickViewData .meetingDescription {
  color: #666666;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px; }

#quickViewModal #quickViewData .registerURL {
  margin: 15px 0 0 0; }

#formConfFeesModal label {
  background: #385aa3;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px; }

#formConfFeesModal .type {
  width: 100%;
  padding: 2px 0 2px 5px; }
  #formConfFeesModal .type:nth-of-type(even) {
    background: #ddd; }
  #formConfFeesModal .type span {
    display: inline-block;
    width: 80%;
    padding: 5px 0; }
  #formConfFeesModal .type .price {
    font-weight: 600;
    display: inline-block; }

#formConfFeesModal .close-button {
  right: 5px;
  top: 0; }

#formConfFeesModal .additonalInfo {
  margin-top: 10px;
  display: block;
  padding: 10px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  text-align: center; }
  #formConfFeesModal .additonalInfo .fa {
    margin-right: 5px; }

#formSuggConfsModal label {
  background: #385aa3;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px; }

#formSuggConfsModal .meetingTitle {
  margin-bottom: 0; }

#formSuggConfsModal .meetingDate {
  margin-bottom: 10px; }

#formSuggConfsModal .close-button {
  right: 5px;
  top: 0; }

/*----------MY GRC-------------*/
.GRCFooterLinks {
  display: none; }

.myGRCWrap .titleWrapper {
  position: relative; }
  .myGRCWrap .titleWrapper .arrow {
    position: absolute;
    right: 12px;
    top: 20px; }

.myGRCWrap .topNav {
  padding: 10px;
  background: #F0F0F0;
  border: 1px #dadada solid;
  margin-bottom: 10px;
  border-radius: 3px; }
  .myGRCWrap .topNav .notification {
    float: right;
    position: relative;
    right: 10px;
    top: 2px; }
    .myGRCWrap .topNav .notification .fa {
      font-size: 24px;
      color: #333; }
    .myGRCWrap .topNav .notification .messageCount {
      background: #ff0000;
      border-radius: 50%;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      height: 18px;
      line-height: 18px;
      position: absolute;
      right: -9px;
      text-align: center;
      top: -7px;
      width: 20px; }

.myGRCWrap .container {
  background: #FFF;
  border: 1px #ddd solid;
  margin-bottom: 20px;
  -webkit-box-shadow: 34px 45px 30px -41px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 34px 45px 30px -41px rgba(0, 0, 0, 0.18);
  box-shadow: 34px 45px 30px -41px rgba(0, 0, 0, 0.18); }
  .myGRCWrap .container .content {
    padding: 10px 20px 10px 20px; }
  .myGRCWrap .container .buttonWrap {
    text-align: center;
    padding: 15px 0;
    border-top: 1px #DDD solid; }
    .myGRCWrap .container .buttonWrap a {
      font-size: 15px;
      font-weight: 600; }
      .myGRCWrap .container .buttonWrap a .fa {
        margin-right: 5px; }

.myGRCWrap .title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #AAA;
  padding: 15px 20px;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .myGRCWrap .title .fa {
    margin-right: 5px; }

.myGRCWrap .left .userInfo {
  text-align: center;
  position: relative;
  z-index: 1; }
  .myGRCWrap .left .userInfo .userImage {
    border: 5px solid #385aa3;
    border-radius: 50%;
    margin-top: 15px;
    max-width: 75%; }
  .myGRCWrap .left .userInfo .messageCount {
    float: right;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
    padding: 20px;
    border-left: 1px #ddd solid; }
    .myGRCWrap .left .userInfo .messageCount .count {
      position: relative;
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000px;
      -webkit-animation-delay: 3s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 3s; }
      .myGRCWrap .left .userInfo .messageCount .count:hover {
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: translate3d(0px, 0px, 0px); }
      .myGRCWrap .left .userInfo .messageCount .count span {
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        height: 20px;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 20px;
        z-index: 1;
        background: #FF0000; }
      .myGRCWrap .left .userInfo .messageCount .count .fa {
        position: relative;
        font-size: 22px;
        margin: 0; }
  .myGRCWrap .left .userInfo .settingsWrap {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    text-align: center; }

.myGRCWrap .left .infoDetails {
  text-align: center;
  border-radius: 3px; }
  .myGRCWrap .left .infoDetails .hello {
    line-height: 18px; }
  .myGRCWrap .left .infoDetails .name {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 0; }
  .myGRCWrap .left .infoDetails .email {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px; }
  .myGRCWrap .left .infoDetails .status {
    display: block;
    font-size: 17px;
    line-height: 17px; }
  .myGRCWrap .left .infoDetails .fa {
    margin-right: 5px;
    text-align: center;
    color: #333; }
  .myGRCWrap .left .infoDetails a {
    font-size: 17px;
    display: block;
    padding: 20px 0 20px 15px; }
    .myGRCWrap .left .infoDetails a .fa {
      margin-right: 5px;
      color: #385aa3; }

.myGRCWrap .left .quickLinks, .myGRCWrap .left .savedSearches {
  text-align: left;
  z-index: 2;
  position: relative; }
  .myGRCWrap .left .quickLinks ul, .myGRCWrap .left .savedSearches ul {
    margin: 0;
    padding: 0; }
    .myGRCWrap .left .quickLinks ul li, .myGRCWrap .left .savedSearches ul li {
      list-style-type: none;
      margin-bottom: 5px; }
      .myGRCWrap .left .quickLinks ul li a, .myGRCWrap .left .savedSearches ul li a {
        color: #000;
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 34px; }
        .myGRCWrap .left .quickLinks ul li a .fa, .myGRCWrap .left .savedSearches ul li a .fa {
          margin-right: 8px; }
        .myGRCWrap .left .quickLinks ul li a:hover, .myGRCWrap .left .savedSearches ul li a:hover {
          color: #385aa3; }

.myGRCWrap .left .savedSearches {
  text-align: left; }
  .myGRCWrap .left .savedSearches ul {
    margin: 0;
    padding: 0; }
    .myGRCWrap .left .savedSearches ul li {
      list-style-type: none;
      margin-bottom: 5px; }
      .myGRCWrap .left .savedSearches ul li a {
        color: #000;
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 34px; }
        .myGRCWrap .left .savedSearches ul li a .fa {
          margin-right: 8px; }
        .myGRCWrap .left .savedSearches ul li a:hover {
          color: #385aa3; }

.myGRCWrap .nextMeeting {
  text-align: left;
  padding: 0; }
  .myGRCWrap .nextMeeting .meeting {
    padding: 10px 10px 10px 20px;
    display: inline-block; }
    .myGRCWrap .nextMeeting .meeting .meetingInfo {
      font-size: 18px;
      font-weight: 600; }
      .myGRCWrap .nextMeeting .meeting .meetingInfo a {
        color: #000; }
        .myGRCWrap .nextMeeting .meeting .meetingInfo a:hover {
          color: #385aa3; }

.myGRCWrap .myMeetings {
  margin-bottom: 30px; }
  .myGRCWrap .myMeetings .button {
    margin: 0 !important; }
  .myGRCWrap .myMeetings .meeting {
    border: 1px #ddd solid;
    margin-bottom: 20px;
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
    min-height: 175px; }
    .myGRCWrap .myMeetings .meeting .iconWrap {
      background: #ddd;
      display: inline-block;
      margin-left: 5px;
      padding: 12px 5px;
      position: absolute;
      right: 0;
      top: 0; }
      .myGRCWrap .myMeetings .meeting .iconWrap i {
        display: inline-block;
        padding: 0 6px;
        font-size: 20px;
        opacity: .5; }
        .myGRCWrap .myMeetings .meeting .iconWrap i.active {
          opacity: 1; }
    .myGRCWrap .myMeetings .meeting .meetingInfo {
      float: left;
      min-width: 100%;
      padding-left: 14%; }
      .myGRCWrap .myMeetings .meeting .meetingInfo .content {
        padding: 10px 0 0 10px; }
      .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus {
        display: block;
        font-size: 18px;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 10px;
        min-height: 35px; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus em {
          color: #000;
          margin-right: 3px; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus span {
          font-weight: 700;
          margin-right: 10px; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus.registered {
          color: #219606; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus.accepted {
          color: #219606;
          /*color: #e76904;
	                   -webkit-animation: color-change-2x 2s linear infinite alternate both;
	                    -moz-animation: color-change-2x 2s linear infinite alternate both;
	                    animation: color-change-2x 2s linear infinite alternate both;*/ }
          .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus.accepted .ApprovedWithBtn {
            /*-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	                        -moz-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	                        animation: pulsate-fwd 0.5s ease-in-out infinite both;  
                            display: inline-block;*/ }
            .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus.accepted .ApprovedWithBtn:after {
              content: "\f061";
              font-family: FontAwesome;
              padding-left: 5px; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .meetingStatus .button.secondary {
          font-size: 14px;
          font-weight: 700;
          padding: 8px 10px; }
      .myGRCWrap .myMeetings .meeting .meetingInfo h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        margin: 0 0 10px 0;
        padding: 0;
        max-width: 680px; }
      .myGRCWrap .myMeetings .meeting .meetingInfo .meetingSubTitle {
        display: block;
        margin-bottom: 5px;
        max-width: 655px; }
      .myGRCWrap .myMeetings .meeting .meetingInfo .details {
        color: #385aa3;
        font-weight: 500; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .details .fa {
          margin-right: 5px; }
      .myGRCWrap .myMeetings .meeting .meetingInfo .community {
        color: #385aa3;
        font-weight: 500; }
        .myGRCWrap .myMeetings .meeting .meetingInfo .community .fa {
          margin-right: 5px; }
    .myGRCWrap .myMeetings .meeting .meetingDate {
      color: #000;
      background: #FFF;
      display: block;
      float: left;
      position: absolute;
      height: 100%;
      width: 14%;
      min-height: 175px; }
      .myGRCWrap .myMeetings .meeting .meetingDate .day {
        display: block;
        font-size: 25px;
        font-weight: 600;
        line-height: 28px;
        padding: 10px 10px 0 10px; }
      .myGRCWrap .myMeetings .meeting .meetingDate .month {
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        padding: 0 10px 10px 10px; }
      .myGRCWrap .myMeetings .meeting .meetingDate .daysRemaining {
        display: block;
        color: #FFF;
        background: #385aa3;
        text-align: center;
        padding: 8px 0;
        font-size: 16px;
        position: absolute;
        margin-top: 10px;
        bottom: 0;
        width: 100%;
        height: 60px; }
        .myGRCWrap .myMeetings .meeting .meetingDate .daysRemaining .daysCount {
          font-size: 35px;
          line-height: 35px;
          display: inline-block; }
        .myGRCWrap .myMeetings .meeting .meetingDate .daysRemaining .labelWrap {
          display: inline-block;
          padding: 3px 0 3px 3px; }
          .myGRCWrap .myMeetings .meeting .meetingDate .daysRemaining .labelWrap .label {
            display: block !important;
            font-weight: 600;
            line-height: 15px;
            padding: 0;
            text-transform: uppercase;
            width: 100%; }
  .myGRCWrap .myMeetings .subNav {
    display: block;
    float: left;
    padding: 15px;
    background: #ddd;
    width: 100%;
    min-height: 60px;
    margin-top: 20px; }
    .myGRCWrap .myMeetings .subNav ul {
      margin: 0;
      padding: 0; }
      .myGRCWrap .myMeetings .subNav ul li {
        list-style-type: none;
        display: inline-block; }
        .myGRCWrap .myMeetings .subNav ul li.linkDivider {
          padding: 0 3px;
          display: inline-block; }
        .myGRCWrap .myMeetings .subNav ul li a {
          font-size: 15px;
          font-weight: 600;
          color: #333;
          display: inline-block;
          margin-right: 20px; }
          .myGRCWrap .myMeetings .subNav ul li a .fa {
            margin-right: 1px;
            color: #2176cd !important; }
          .myGRCWrap .myMeetings .subNav ul li a:hover {
            color: #385aa3; }

.myGRCWrap .followedMeetings {
  height: 310px; }
  .myGRCWrap .followedMeetings.open {
    height: 100%; }
    .myGRCWrap .followedMeetings.open .content {
      height: 100%; }
  .myGRCWrap .followedMeetings .content {
    overflow: hidden;
    height: 190px; }
  .myGRCWrap .followedMeetings .meetingInfo {
    padding: 5px 0 5px 0; }
    .myGRCWrap .followedMeetings .meetingInfo h3 {
      font-size: 16px;
      font-weight: 600;
      line-height: 15px;
      margin: 0;
      padding: 0; }
      .myGRCWrap .followedMeetings .meetingInfo h3 a {
        color: #0a0a0a;
        height: 38px; }
    .myGRCWrap .followedMeetings .meetingInfo .meetingDate {
      font-size: 16px;
      font-weight: 600;
      color: #385aa3;
      display: block;
      padding: 2px 0 5px 0; }
    .myGRCWrap .followedMeetings .meetingInfo .meetingSubTitle {
      display: block;
      margin: 5px 0 12px;
      font-size: 14px;
      line-height: 16px; }

.myGRCWrap .submit a {
  background: #2176cd;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  color: #FFF;
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .myGRCWrap .submit a:hover {
    background: #385aa3; }
  .myGRCWrap .submit a .fa {
    display: block;
    font-size: 35px;
    padding: 10px; }

.reveal .title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  padding: 15px 0;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .reveal .title .fa {
    margin-right: 5px; }

.reveal .subtitle {
  display: block;
  margin-top: -20px;
  margin-bottom: 5px; }

.breadcrumbs {
  margin-left: 0;
  padding-left: 0;
  padding: 10px 0; }

/* reset of list styling */
ul, ol {
  margin-left: 1em;
  padding-left: 1em; }

#page #menu {
  display: none; }

.meetingStatus.accepted {
  color: #219606; }
  .meetingStatus.accepted .ApprovedWithBtn {
    /*-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	        -moz-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	        animation: pulsate-fwd 0.5s ease-in-out infinite both;  
            display: inline-block;*/ }
    .meetingStatus.accepted .ApprovedWithBtn:after {
      content: "\f061";
      font-family: FontAwesome;
      padding-left: 5px; }

/*------THUMBNAIL GALLERY---------*/
.gallery {
  position: relative; }

.gallery ul li {
  width: 200px;
  display: none;
  cursor: pointer;
  list-style-type: none; }

/*-----SLIDESHOW GALLERY---------*/
.slideshowGallery {
  position: relative; }
  .slideshowGallery div img {
    width: 100%; }
  .slideshowGallery .slick-dots {
    top: unset;
    bottom: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    text-align: center; }
    .slideshowGallery .slick-dots li {
      overflow: hidden;
      width: 22px;
      height: 22px;
      margin: 0 1px;
      display: inline-block; }
      .slideshowGallery .slick-dots li button {
        width: unset;
        height: unset;
        padding: 0 2px; }
      .slideshowGallery .slick-dots li button:before {
        font-family: FontAwesome;
        content: "\f10c";
        display: inline-block;
        position: relative;
        color: #FFF;
        font-size: 22px; }
    .slideshowGallery .slick-dots li.slick-active button:before {
      content: "\f111" !important;
      color: #385aa3 !important; }

/*----Carl Storm Application-----*/
.carlStormWrap .title {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  padding-right: 5px;
  margin-top: 15px; }

.carlStormWrap p {
  color: #6a6a6a; }

.carlStormWrap .conferenceDetails {
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  width: 100%; }
  .carlStormWrap .conferenceDetails .title {
    margin: 0; }

.carlStormWrap input[type="checkbox"], .carlStormWrap input[type="radio"] {
  margin-top: 7px;
  vertical-align: top; }

.carlStormWrap label {
  max-width: 90%; }
  .carlStormWrap label em {
    display: block; }

/*-------Venuues---------------*/
.venuesWrap h2 {
  background: #385aa3;
  padding: 10px;
  color: #FFF;
  position: relative;
  font-size: 20px;
  cursor: pointer; }
  .venuesWrap h2:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px; }
  .venuesWrap h2.closed ul {
    display: none; }
  .venuesWrap h2.closed:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 10px; }

.venuesWrap ul.closed {
  display: none; }

.venuesWrap ul {
  padding: 0;
  margin: 0; }
  .venuesWrap ul li {
    list-style-type: none; }
    .venuesWrap ul li a {
      display: block;
      padding: 10px;
      background: #ddd;
      margin-bottom: 5px;
      color: #333;
      font-weight: 600; }
      .venuesWrap ul li a:hover {
        background: #385aa3;
        color: #FFF; }

.subpageWrap {
  color: #222;
  font-size: 18px; }
  .subpageWrap .pageImage {
    min-height: 400px;
    position: relative;
    background-size: cover !important; }
  .subpageWrap .pageHeading {
    background: #385aa3;
    padding: 15px 0; }
    .subpageWrap .pageHeading h1 {
      color: #fff;
      font-size: 2em;
      font-weight: 700;
      line-height: 1;
      margin: 0;
      text-transform: uppercase;
      word-spacing: 5px; }
  .subpageWrap .topPageLine {
    background: #74a7df;
    display: inline-block;
    height: 3px;
    margin-bottom: 15px;
    width: 200px; }
  .subpageWrap p {
    font-weight: 300;
    font-size: 18px; }
  .subpageWrap h2 {
    font-size: 1.778em;
    margin-bottom: 20px;
    margin-top: 30px; }
  .subpageWrap li {
    font-weight: 300; }

.memberListWrap {
  border-bottom: 2px #ddd solid;
  margin-bottom: 25px; }
  .memberListWrap .teamList {
    margin: 0 0 20px 0;
    padding: 0; }
    .memberListWrap .teamList li {
      list-style-type: none;
      text-align: center;
      margin-bottom: 10px; }
      .memberListWrap .teamList li a {
        display: block;
        background: #385aa3;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 10px; }
        .memberListWrap .teamList li a:hover {
          background: #1d3f88; }

.presidentPage .memberListWrap {
  display: none; }

.presidentPage .topBtn, .presidentPage .borderBottom {
  display: none !important; }

#divCert table tbody tr:nth-child(2n) {
  background-color: #fff !important; }

#divReceipt table tbody tr:nth-child(2n) {
  background-color: #fff !important; }

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #fafafa; }

.mm-listview > li:not(.mm-divider)::after {
  border: none; }

.mm-listview > li > a {
  border-bottom: 1px #21438c  solid;
  font-weight: 700;
  text-transform: uppercase; }
  .mm-listview > li > a span {
    font-weight: 700;
    text-transform: uppercase; }

.mm-listview > li#searchWrap {
  padding: 0 15px;
  margin-top: 15px;
  position: relative; }
  .mm-listview > li#searchWrap #search-input {
    display: inline-block; }
  .mm-listview > li#searchWrap .searchBtn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    background: url("/images/search_icon.png");
    border: none;
    color: #000;
    font-size: 18px;
    width: 21px;
    height: 21px;
    margin: 8px;
    background-repeat: no-repeat; }

.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
  border-color: #fff; }

.mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
  border-color: #fff; }

#contactModal {
  position: relative; }
  #contactModal .contactMenu h3 {
    font-size: 17px;
    color: #333;
    text-transform: none;
    display: block;
    width: 100%;
    font-weight: 600; }
  #contactModal .contactMenu .contactTop {
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    border: 1px #ddd solid; }
    #contactModal .contactMenu .contactTop a {
      font-weight: bold; }
    #contactModal .contactMenu .contactTop .button {
      background: #EFEFEF;
      border: 1px #cacaca solid;
      color: #385aa3;
      padding: 12px;
      font-weight: bold;
      display: block;
      text-align: center;
      margin-bottom: 5px; }
      #contactModal .contactMenu .contactTop .button:hover {
        background: #dcdcdc; }
    #contactModal .contactMenu .contactTop p {
      margin: 0;
      padding: 0;
      line-height: 20px; }
  #contactModal .contactMenu .contactBottom {
    font-size: 14px;
    padding: 20px 20px 0;
    text-align: center; }
    #contactModal .contactMenu .contactBottom p {
      margin: 0;
      padding: 0;
      line-height: 20px; }
    #contactModal .contactMenu .contactBottom em {
      color: #c00; }
    #contactModal .contactMenu .contactBottom ul {
      margin: 0;
      padding: 0; }
      #contactModal .contactMenu .contactBottom ul li {
        list-style-type: none;
        margin-bottom: 15px; }
        #contactModal .contactMenu .contactBottom ul li a {
          font-size: 15px;
          font-weight: 600; }
  #contactModal .contactMenu .close {
    position: absolute !important;
    top: 10px;
    right: 10px;
    color: #292929; }
    #contactModal .contactMenu .close i {
      display: block !important; }

#extraContent .HeaderLinkDivider {
  display: none; }

#extraContent a {
  border-bottom: 1px #21438c  solid; }

#extraContent .social {
  text-align: center;
  padding: 10px; }
  #extraContent .social a {
    display: inline-block;
    padding: 10px;
    border: none; }

@media (max-width: 767.9375px) {
  .tableStack .tablesaw-stack thead td,
  .tableStack .tablesaw-stack thead th {
    display: none; }
  .tableStack .tablesaw-stack tbody td,
  .tableStack .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tableStack .tablesaw-cell-label {
    vertical-align: top; }
  .tableStack .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tableStack .tablesaw-stack td:empty,
  .tableStack .tablesaw-stack th:empty {
    display: none; } }

@media (min-width: 768px) {
  .tableStack {
    /* Show the table header rows */
    /* Hide the labels in each cell */ }
    .tableStack .tablesaw-stack tr {
      display: table-row; }
    .tableStack .tablesaw-stack td,
    .tableStack .tablesaw-stack th,
    .tableStack .tablesaw-stack thead td,
    .tableStack .tablesaw-stack thead th {
      display: table-cell;
      margin: 0; }
    .tableStack .tablesaw-stack td .tablesaw-cell-label,
    .tableStack .tablesaw-stack th .tablesaw-cell-label {
      display: none !important; } }

.teamWrap .Article {
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative; }

.teamWrap .thumb {
  margin-bottom: 20px; }

.teamWrap .name {
  color: #000;
  font-size: 18px;
  font-weight: 600; }

.teamWrap .title {
  color: #888;
  font-size: 15px;
  font-weight: 400; }

.teamWrap .education {
  color: #888;
  font-size: 15px;
  font-weight: 500; }

.teamWrap .term {
  font-size: 15px;
  font-weight: 400;
  color: #888;
  margin-bottom: 20px; }

.teamWrap .divideLine {
  background: #74a7df;
  display: block;
  height: 3px;
  margin: 5px 0;
  width: 65px; }

.teamWrap .ArticleContent {
  color: #444;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px; }

.teamWrap .topBtn {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block; }
  .teamWrap .topBtn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    margin-right: 3px;
    font-weight: normal; }

.teamWrap .borderBottom {
  display: block;
  border-bottom: 2px #ddd solid;
  height: 2px; }

/* BEGIN: Forms ------------------------------------------- */
fieldset {
  border: none;
  padding: 0; }
  fieldset legend {
    display: none; }

.footerDivider {
  margin-top: 35px;
  position: relative; }

footer {
  background: #222;
  width: 100%;
  padding: 45px 0;
  text-align: center;
  color: #FFF; }
  footer em {
    max-width: 800px;
    font-size: 13px;
    padding: 5px 0; }
  footer .footerSocial a {
    display: inline-block;
    padding: 0 5px; }
    footer .footerSocial a:hover {
      opacity: .6; }
  footer .footerLinks {
    padding: 35px 0; }
    footer .footerLinks li {
      display: inline-block;
      list-style-type: none;
      padding: 0 20px; }
      footer .footerLinks li a {
        color: #FFF;
        font-size: 14px;
        text-transform: uppercase; }
        footer .footerLinks li a:hover {
          color: #385aa3; }
    footer .footerLinks .divider {
      display: none; }
  footer .footerLogo {
    padding-bottom: 10px; }
  footer .copyright {
    font-size: 14px;
    font-weight: 300; }
    footer .copyright p {
      margin: 0;
      padding: 0;
      line-height: 15px; }
    footer .copyright .brave {
      color: #686868; }
      footer .copyright .brave a {
        color: #686868; }
        footer .copyright .brave a:hover {
          color: #385aa3; }

/* BEGIN Support GRC Form */
label em {
  color: #666; }

.combobox .rcbInner, .combobox .rcbHovered {
  -moz-appearance: none;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  box-sizing: border-box;
  color: #8a8a8a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
  width: 100%; }

.combobox .rcbInner input, .combobox .rcbHovered input {
  font-style: normal;
  color: #8a8a8a; }

.combobox .rcbInner:focus {
  border: 1px solid #8a8a8a;
  background: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

.combobox.is-invalid-input:not(:focus) {
  background-color: inherit !important;
  border: 0; }

.combobox.is-invalid-input:not(:focus) span {
  background-color: rgba(236, 88, 64, 0.1) !important;
  border-color: #ec5840; }

.rcbItem, .rcbHovered {
  font-family: inherit;
  font-size: 1rem; }

.RadComboBox .rcbActionButton .rcbIconDown::before {
  line-height: 1.5em; }

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

ul.radiobuttonlist li label {
  display: inline-block; }

em.subtext {
  color: #888;
  display: block;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: .9rem;
  font-style: normal; }

.contribution-total {
  font-size: 24px;
  margin-bottom: 2%; }

/* BEGIN: Meeting Filter Item Styles -------------------------------- */
.filterPointer {
  background-color: #2176cd;
  color: #fff !important;
  padding: 5px;
  border-radius: 5px; }
  .filterPointer i {
    padding-right: 3px; }

#filter-pointer-list .filterSpan {
  display: inline-block; }

.communityWrap {
  padding-top: 25px; }
  .communityWrap .titleWrap {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    width: 100%; }
    .communityWrap .titleWrap .pageType {
      color: #333;
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      padding: 5px 0;
      text-transform: uppercase; }
      .communityWrap .titleWrap .pageType .fa {
        margin-right: 8px; }
    .communityWrap .titleWrap h1 {
      font-size: 28px;
      padding-bottom: 10px;
      border-bottom: 1px solid #aaa;
      margin-bottom: 10px; }
    .communityWrap .titleWrap .meetingName {
      text-align: left;
      border-bottom: 1px solid #aaa; }
      .communityWrap .titleWrap .meetingName h3 {
        font-size: 23px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 0; }
  .communityWrap .chairsWrap {
    margin-bottom: 20px; }
    .communityWrap .chairsWrap p {
      margin: 0;
      padding: 0; }
      .communityWrap .chairsWrap p span {
        font-weight: 600; }
  .communityWrap .linkWrap {
    border: 1px solid #aaa;
    padding: 15px;
    margin-top: 15px; }
    .communityWrap .linkWrap a {
      color: #000;
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 34px;
      padding: 0 10px; }
      .communityWrap .linkWrap a .fa {
        margin-right: 8px; }
      .communityWrap .linkWrap a:hover {
        color: #385aa3; }
      .communityWrap .linkWrap a.apparent {
        background: #385aa3;
        color: #FFF;
        padding: 5px 10px; }
  .communityWrap .meetingTitle {
    clear: left;
    display: block;
    float: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 5px; }
  .communityWrap .communityContent {
    margin-top: 20px; }
    .communityWrap .communityContent .subNav {
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      margin-bottom: 20px;
      padding-top: 15px; }
      .communityWrap .communityContent .subNav ul {
        text-align: center; }
        .communityWrap .communityContent .subNav ul li {
          list-style-type: none;
          display: inline-block; }
          .communityWrap .communityContent .subNav ul li a {
            margin-bottom: 0; }
    .communityWrap .communityContent .galleryWrap li {
      cursor: pointer;
      list-style-type: none;
      width: 250px; }
  .communityWrap .contentContainer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 34px 45px 30px -41px rgba(0, 0, 0, 0.18);
    margin-bottom: 20px; }
    .communityWrap .contentContainer .title {
      border-bottom: 1px solid #aaa;
      color: #000;
      display: block;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 5px;
      padding: 15px 20px;
      text-transform: uppercase; }
      .communityWrap .contentContainer .title .fa {
        margin-right: 5px; }
    .communityWrap .contentContainer .content {
      padding: 20px;
      position: relative; }
      .communityWrap .contentContainer .content .storyQuote {
        display: block;
        padding: 5px 0; }
        .communityWrap .contentContainer .content .storyQuote .fa {
          display: inline-block;
          margin-right: 3px;
          color: #8b8b8b; }
  .communityWrap .submitWrap {
    background: #385aa3;
    padding: 25px;
    text-align: center;
    display: block; }
    .communityWrap .submitWrap span {
      color: #FFF;
      font-size: 18px;
      font-weight: 600; }

#FilterYear .filter-list li {
  float: left;
  width: 14%; }

#FilterConferenceYear .filter-list li {
  float: left;
  width: 14%; }

#FilterLastMetYear .filter-list li {
  float: left;
  width: 14%; }

#FilterType .filter-list li {
  float: left;
  width: 30%; }

#FilterConf .filter-list li {
  float: left;
  width: 50%; }

#FilterSite .filter-list > li {
  float: left;
  width: 33%; }

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-2x {
  0% {
    color: #19dcea; }
  100% {
    color: #b22cff; } }

@keyframes color-change-2x {
  0% {
    color: #19dcea; }
  100% {
    color: #b22cff; } }

/* BEGIN: Evaluation Form Styles -------------------------------- */
.evaluationForm h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  font-weight: 600; }

.evaluationForm span.info {
  display: inline-block;
  font-size: 13px; }

.evaluationForm h4 {
  background: #385aa3;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  width: 85%;
  margin-top: 15px; }

.evaluationForm label {
  font-weight: 500; }

.evaluationForm .gradingLabels {
  float: right;
  margin: -15px 16px 0 0;
  width: 360px; }

.evaluationForm .gradingTitleWrap {
  height: 105px;
  left: 0;
  margin-top: -52px;
  overflow: hidden;
  position: relative; }
  .evaluationForm .gradingTitleWrap img {
    width: 100%; }
  .evaluationForm .gradingTitleWrap .titleWrap {
    position: relative;
    width: 45px; }
  .evaluationForm .gradingTitleWrap .gradingTitle {
    left: -15px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: rotate(60deg); }
    .evaluationForm .gradingTitleWrap .gradingTitle span {
      border-top: 1px #000 solid;
      display: block;
      padding: 10px 30px; }
    .evaluationForm .gradingTitleWrap .gradingTitle.c span {
      padding: 10px 40px; }

.evaluationForm .gradingWrap {
  text-align: right;
  padding-right: 0; }
  .evaluationForm .gradingWrap ul {
    margin: 0;
    padding: 0; }
    .evaluationForm .gradingWrap ul li {
      display: inline-block;
      text-align: center;
      list-style-type: none;
      width: 55px;
      border-right: 1px #000 solid;
      padding: 0 10px; }
      .evaluationForm .gradingWrap ul li input {
        margin: 0; }
      .evaluationForm .gradingWrap ul li label {
        margin: 0;
        padding: 0 0 0 3px; }

.evaluationForm .questions .row:nth-child(even) {
  background: #eee; }

.evaluationForm .bottomForms {
  float: left;
  margin-top: 20px; }
  .evaluationForm .bottomForms h2 {
    display: block;
    margin: 0; }
  .evaluationForm .bottomForms span.info {
    display: block;
    font-size: 13px; }
  .evaluationForm .bottomForms h4 {
    font-size: 14px;
    background: none;
    padding: 5px;
    color: #333;
    width: 100%;
    margin: 0; }
  .evaluationForm .bottomForms label {
    background: none;
    display: block;
    font-size: 15px;
    color: #333;
    padding: 0;
    float: left; }
  .evaluationForm .bottomForms ul {
    margin: 0;
    padding: 0 5px;
    text-align: center;
    display: inline-block; }
    .evaluationForm .bottomForms ul li {
      display: inline-block;
      text-align: center;
      list-style-type: none;
      padding: 0 2px; }
      .evaluationForm .bottomForms ul li input {
        margin: 0; }
      .evaluationForm .bottomForms ul li label {
        margin: 0;
        padding: 0 0 0 3px; }
  .evaluationForm .bottomForms section {
    border-bottom: 1px #000 solid;
    padding: 5px 0; }
    .evaluationForm .bottomForms section .row {
      margin-left: 0;
      margin-right: 0; }
      .evaluationForm .bottomForms section .row .columns {
        padding: 0 5px; }
    .evaluationForm .bottomForms section .row .columns:nth-child(odd) {
      background: #eee; }
  .evaluationForm .bottomForms .ratingWrap {
    text-align: right;
    float: right; }
  .evaluationForm .bottomForms .ratingTitle {
    font-size: 13px;
    display: inline-block;
    width: 150px; }
    .evaluationForm .bottomForms .ratingTitle.alignLeft {
      text-align: left; }
    .evaluationForm .bottomForms .ratingTitle.alignRight {
      text-align: right; }
  .evaluationForm .bottomForms .site {
    margin-top: 15px; }
  .evaluationForm .bottomForms .demographics {
    margin-top: 15px; }
    .evaluationForm .bottomForms .demographics label {
      float: left;
      line-height: 16px;
      font-weight: 600; }
    .evaluationForm .bottomForms .demographics span {
      display: block;
      margin-bottom: 15px; }
    .evaluationForm .bottomForms .demographics ul {
      text-align: left; }
      .evaluationForm .bottomForms .demographics ul li {
        padding-right: 10px; }
        .evaluationForm .bottomForms .demographics ul li input {
          float: left; }
        .evaluationForm .bottomForms .demographics ul li label {
          font-weight: 400; }
    .evaluationForm .bottomForms .demographics .row {
      padding-top: 5px;
      padding-bottom: 5px; }
    .evaluationForm .bottomForms .demographics .row:nth-child(even) {
      background: #eee; }

.evaluationForm .grsForms {
  margin-top: 20px; }
  .evaluationForm .grsForms h2 {
    display: block;
    margin: 0; }
  .evaluationForm .grsForms span.info {
    display: block;
    font-size: 13px; }
  .evaluationForm .grsForms h4 {
    background: #385aa3;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    width: 85%;
    margin-top: 15px; }
  .evaluationForm .grsForms label {
    background: none;
    display: block;
    font-size: 15px;
    color: #333;
    padding: 0;
    float: left; }
  .evaluationForm .grsForms ul {
    margin: 0;
    padding: 0 5px;
    text-align: center;
    display: inline-block; }
    .evaluationForm .grsForms ul li {
      display: inline-block;
      text-align: center;
      list-style-type: none;
      padding: 0 2px; }
      .evaluationForm .grsForms ul li input {
        margin: 0; }
      .evaluationForm .grsForms ul li label {
        margin: 0;
        padding: 0 0 0 3px; }
  .evaluationForm .grsForms section .row {
    margin-left: 0;
    margin-right: 0; }
    .evaluationForm .grsForms section .row .columns {
      padding: 0 5px; }
  .evaluationForm .grsForms .questions .clearfix {
    border-bottom: 1px #000 solid;
    padding: 10px 0;
    background: #fff; }
    .evaluationForm .grsForms .questions .clearfix:nth-of-type(odd) {
      background: #eee; }
  .evaluationForm .grsForms .ratingWrap {
    text-align: right;
    float: right; }
  .evaluationForm .grsForms .ratingTitle {
    font-size: 13px;
    display: inline-block;
    width: 150px; }
    .evaluationForm .grsForms .ratingTitle.alignLeft {
      text-align: left; }
    .evaluationForm .grsForms .ratingTitle.alignRight {
      text-align: right; }
  .evaluationForm .grsForms .site {
    margin-top: 15px; }
  .evaluationForm .grsForms .demographics {
    margin: 25px 0; }
    .evaluationForm .grsForms .demographics label {
      float: left;
      line-height: 16px;
      font-weight: 600; }
    .evaluationForm .grsForms .demographics span {
      display: block;
      margin-bottom: 15px; }
    .evaluationForm .grsForms .demographics ul {
      text-align: left; }
      .evaluationForm .grsForms .demographics ul li {
        padding-right: 10px; }
        .evaluationForm .grsForms .demographics ul li input {
          float: left; }
        .evaluationForm .grsForms .demographics ul li label {
          font-weight: 400; }
    .evaluationForm .grsForms .demographics .row {
      padding-top: 5px;
      padding-bottom: 5px; }
    .evaluationForm .grsForms .demographics .row:nth-child(even) {
      background: #eee; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?4t6j1z");
  src: url("/fonts/icomoon.eot?4t6j1z#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?4t6j1z") format("truetype"), url("/fonts/icomoon.woff?4t6j1z") format("woff"), url("/fonts/icomoon.svg?4t6j1z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-csf_icon:before {
  content: "\e900"; }

.icon-poster_icon:before {
  content: "\e901"; }

/* BEGIN: Responsiveness ------------------------------------------- */
@media all and (max-width: 1340px) {
  .featuredMeetingsWrap .swiper-button-next {
    display: none; }
  .featuredMeetingsWrap .swiper-button-prev {
    display: none; } }

@media all and (max-width: 1300px) {
  header.mainHeader .logo a img {
    border: none; }
  header.mainHeader .logo a span {
    display: none; } }

@media all and (max-width: 1045px) {
  #cssmenu {
    display: none !important; } }

@media all and (max-width: 1024px) {
  /*.ha-header-subshow{
        height:150px;
    }*/
  .olark-launch-button {
    bottom: 55px !important; }
  .subpageWrap .topPageLine {
    display: none; }
  #cssmenu {
    display: none; }
  .findMeetingMobile {
    border-radius: 3px;
    color: #fff;
    display: inline-block; }
    .findMeetingMobile.full {
      display: none; }
  .navigation {
    display: none; }
  header .menu-trigger {
    display: inline-block;
    float: right;
    text-align: center;
    padding: 6px 0;
    margin-right: 10px;
    color: #fff; }
    header .menu-trigger .fa {
      font-size: 36px;
      display: block; }
    header .menu-trigger span {
      display: block;
      font-size: 15px;
      line-height: 15px; }
  header .searchWrap {
    display: none; }
  header .right {
    padding: 15px 0; }
  header .top .headerLinks {
    margin-right: 5px; }
    header .top .headerLinks .cmsLinks, header .top .headerLinks .contactUs {
      display: none; }
  header .top .logoSticky {
    display: inline-block !important;
    margin-left: 8px !important;
    padding: 5px 0;
    float: left; }
  header .menu-trigger.sticky {
    display: none; }
  header .bottom {
    display: none; }
  header.sticky .top .headerLinksSticky {
    display: none !important; }
  header.sticky .top .headerSocialSticky {
    display: none !important; }
  header.sticky .menu-trigger.sticky {
    display: inline-block;
    float: right;
    text-align: center;
    padding: 5px 0;
    margin-right: 10px;
    color: #FFF;
    position: relative !important; }
    header.sticky .menu-trigger.sticky .fa {
      font-size: 36px;
      display: block; }
    header.sticky .menu-trigger.sticky span {
      display: block;
      font-size: 15px;
      line-height: 15px; }
  header.sticky .searchWrap {
    display: none; }
  .featuredMeeting {
    text-align: center; }
    .featuredMeeting .featuredMeetingThumb img {
      width: 100%; }
  .aboutGRC {
    padding: 15px 0 85px; }
    .aboutGRC .title p {
      font-size: 28px;
      line-height: 35px; }
    .aboutGRC h2 {
      font-size: 20px;
      line-height: 25px;
      margin-top: 18px; }
  .GRCFooterLinks {
    /*display: block;*/
    background: #385aa3;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999; }
    .GRCFooterLinks ul {
      margin: 0;
      padding: 0; }
      .GRCFooterLinks ul li {
        display: inline-block;
        color: #FFF; }
        .GRCFooterLinks ul li.GRCDivider {
          padding: 0 3px; }
        .GRCFooterLinks ul li a {
          display: inline-block;
          color: #fff; }
  .myGRCWrap .quickLinks .infoWrapper {
    display: none; }
  .myGRCWrap .savedSearches .infoWrapper {
    display: none; }
  .myGRCWrap .quickLinks .title {
    border: none; }
  .myGRCWrap .savedSearches .title {
    border: none; }
  .myGRCWrap .myMeetings .meeting .iconWrap {
    position: relative;
    left: 0;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    background: none; }
  .myGRCWrap .myMeetings .meeting .meetingDate {
    background: #fff none repeat scroll 0 0;
    border-right: 0 none;
    color: #000;
    display: block;
    float: left;
    min-height: 0;
    min-width: 0;
    position: relative;
    width: 100%; }
    .myGRCWrap .myMeetings .meeting .meetingDate .day {
      float: left; }
    .myGRCWrap .myMeetings .meeting .meetingDate .month {
      float: left;
      clear: left; }
    .myGRCWrap .myMeetings .meeting .meetingDate .daysRemaining {
      right: 0;
      top: 0;
      bottom: 0;
      width: 46%;
      height: 100%;
      margin-top: 0; }
  .myGRCWrap .myMeetings .cancel {
    position: relative;
    top: 0;
    right: 0; }
  .myGRCWrap .myMeetings .meetingInfo {
    padding-left: 0 !important;
    width: 100%; }
  .myGRCWrap .myMeetings .subNav {
    width: 100%; }
  .meetingSearchWrap {
    position: relative; }
    .meetingSearchWrap .search .left .columns {
      border: none; }
    .meetingSearchWrap .search .input-group [type="text"] {
      width: 50%;
      display: inline-block; }
    .meetingSearchWrap .search .input-group select {
      width: 30%; }
    .meetingSearchWrap .search .input-group .input-group-button {
      width: 19%; }
    .meetingSearchWrap .search .right .options {
      margin-top: 5px; }
  .slideWrap {
    /*.btnWrap {
        bottom: unset;
        float: unset;
        left: 0;
        margin: 20px 0 0;
        position: relative;
        z-index: 2;
    }*/ }
    .slideWrap .slick-prev {
      display: none !important; }
    .slideWrap .slick-next {
      display: none !important; }
    .slideWrap .slideOverlay {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 10px;
      width: 100%;
      z-index: 2; }
    .slideWrap .contentWrap {
      float: none;
      margin-right: 0;
      padding: 0 20px;
      text-align: center;
      width: 100%; }
      .slideWrap .contentWrap .caption {
        font-size: 41px;
        font-weight: 900;
        text-shadow: 2px 2px 1px black;
        width: 100%; }
      .slideWrap .contentWrap .description {
        font-size: 30px;
        font-weight: 300;
        text-shadow: 2px 2px 1px black;
        width: 100%; }
    .slideWrap .slick-slide img {
      display: block; }
  .mobile .logoSticky {
    display: inline-block !important; }
  .mobile .right {
    float: right; }
  .communityWrap .meetingImage {
    display: none; }
  .subpageWrap .pageImage {
    background-attachment: inherit !important; }
  #FilterYear .filter-list li {
    float: left;
    width: 100%; }
  #FilterType .filter-list li {
    float: left;
    width: 100%; }
  #FilterConf .filter-list li {
    float: left;
    width: 100%; }
  #FilterSite .filter-list > li {
    float: left;
    width: 100%; }
  .meetingSearchWrap .filterWrap .dropdown-pane {
    width: 100% !important;
    padding: 10px !important; }
  .meetingSearchWrap .filterWrap .dropdown-pane ul ul li label {
    width: unset; }
  .filterWrap [type="checkbox"] + label, .filterWrap [type="radio"] + label {
    display: inline !important;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 1rem;
    vertical-align: baseline;
    line-height: 24px !important; } }

@media all and (max-width: 940px) {
  .findYourGrc {
    text-align: center; }
    .findYourGrc a {
      display: block;
      margin: 10px auto !important;
      max-width: 280px; }
  .meetingSearchWrap .filterWrap .filter {
    margin-bottom: 5px;
    width: 100%; }
  .meetingSearchWrap .filterWrap .dropdown-pane {
    width: 95%; }
  .meetingSearchWrap .filterWrap .date .dropdown-pane {
    top: 60px !important;
    left: 0 !important; }
    .meetingSearchWrap .filterWrap .date .dropdown-pane:before {
      left: 35px !important;
      right: unset !important; } }

@media all and (max-width: 767px) {
  body.hasAlertMessage {
    padding-top: 100px; }
  .subpageWrap .pageHeading h1 {
    font-size: 21px; }
  header.mainHeader .logo {
    padding: 15px 0 0 10px; }
    header.mainHeader .logo a img {
      width: 50px; }
  header.mainHeader .right {
    padding: 10px 0; }
  header.mainHeader .alertMessage {
    padding: 3px 0 !important;
    top: 70px; }
  header.mainHeader .headerLinks .cmsLinks {
    display: none; }
  .communityWrap .communityContent .subNav ul {
    margin: 0;
    padding: 0; }
    .communityWrap .communityContent .subNav ul li {
      display: block;
      width: 100%; }
      .communityWrap .communityContent .subNav ul li a {
        width: 100%;
        margin-bottom: 3px;
        margin-right: 0; }
  .homepageFeatured {
    margin: 0; }
    .homepageFeatured .FeaturedListItem_Thumbnail {
      display: none; }
    .homepageFeatured .featuredContentWrap {
      max-width: 100%;
      border-radius: 0;
      position: relative;
      bottom: unset;
      left: unset;
      background: #385aa3; }
  .homepageFeatured_v2 {
    margin: 0; }
    .homepageFeatured_v2 .FeaturedListItem_Thumbnail {
      display: none; }
    .homepageFeatured_v2 .featuredContentWrap {
      max-width: 100%;
      border-radius: 0;
      position: relative;
      top: unset;
      right: unset;
      background: #385aa3;
      margin-bottom: 30px; }
  .aboutGRC .title {
    padding: 10px 0; }
  .aboutGRC h2 {
    font-size: 18px;
    margin-top: 5px; }
  .aboutGRC ul {
    font-size: 16px;
    line-height: 26px; }
  .slideWrap {
    /*.btnWrap {
            bottom: unset;
            float: unset;
            left: 0;
            margin: 20px 0 0;
            position: relative;
            z-index: 2;
        }*/ }
    .slideWrap .contentWrap {
      float: none;
      margin-right: 0;
      padding: 0 20px;
      text-align: center;
      width: 100%; }
      .slideWrap .contentWrap .caption {
        font-size: 30px;
        line-height: 35px; }
      .slideWrap .contentWrap .description {
        font-size: 20px;
        font-weight: 300;
        text-shadow: 2px 2px 1px black;
        width: 100%; }
    .slideWrap .slick-slide img {
      display: block; }
  .myMeetings .meeting .meetingInfo {
    width: 100%; }
  .myMeetings .meeting .subNav {
    width: 100%;
    height: auto; }
  .reveal {
    margin-top: 0;
    top: 50px !important;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    height: 475px !important;
    overflow-y: scroll !important; }
  .evaluationForm .grsForms h4 {
    width: 100%; }
  .evaluationForm .grsForms label {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 16px;
    margin-bottom: 10px; }
  .evaluationForm .grsForms .ratingWrap {
    float: none;
    text-align: center; }
    .evaluationForm .grsForms .ratingWrap .ratingTitle {
      width: unset; }
  .evaluationForm .grsForms .alignRight {
    float: left;
    text-align: left; }
  .evaluationForm .grsForms .alignLeft {
    float: right;
    text-align: right; }
  .meetingSearchWrap .search .input-group select {
    width: 100%; }
  .meetingSearchWrap .search .input-group [type="text"] {
    width: 100%;
    margin-top: 5px; }
  .meetingSearchWrap .search .input-group .input-group-button {
    width: 100%;
    margin-top: 5px; }
  .meetingSearchWrap .search .right {
    float: none; }
    .meetingSearchWrap .search .right .options {
      margin-top: 25px; }
      .meetingSearchWrap .search .right .options a {
        width: 100%; }
  .meetingSearchWrap .filterWrap .date .dropdown-pane p {
    max-width: 100%; } }

@media all and (max-width: 645px) {
  .olark-launch-button {
    bottom: 50px !important; }
  .meetingSearchWrap .sorting .layout {
    display: none; }
  .meetingSearchWrap .sorting .paging {
    width: 100%;
    float: none;
    margin: 10px 0 5px; }
  .meetingSearchWrap .sorting .sort {
    float: none;
    width: 100%; }
    .meetingSearchWrap .sorting .sort select {
      width: 100%; }
  .myMeetings .meeting .meetingInfo {
    width: 100%; }
  .myMeetings .meeting .subNav ul li {
    display: block;
    text-align: center;
    margin-right: 20px !important; }
    .myMeetings .meeting .subNav ul li.linkDivider {
      display: none; } }

@media all and (max-width: 640px) {
  .testimonialsWrap .columns {
    border-right: none; }
  .testimonialsWrap .title {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .aboutGRC {
    padding: 10px 0 85px; }
    .aboutGRC .title {
      padding: 5px 0; }
      .aboutGRC .title p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0; }
    .aboutGRC h2 {
      font-size: 16px;
      margin-top: 5px;
      text-align: center; }
    .aboutGRC ul {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px; }
  .meetingDetailsWrap .meetingInfo .meetingButtons {
    text-align: left;
    margin-top: 10px; } }

@media all and (max-width: 430px) {
  header.mainHeader .bottom .logo {
    padding: 30px 0; }
    header.mainHeader .bottom .logo a img {
      width: 45px; }
    header.mainHeader .bottom .logo a span {
      font-size: 19px; }
  .subpageWrap .pageImage {
    min-height: 200px; } }

.pageLayout5 .arrow-header {
  background: #2176CD;
  color: white;
  padding: .75em; }

.pageLayout5 .button-row {
  margin-top: 3em; }

.pageLayout5 .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em; }
  .pageLayout5 .desc h5, .pageLayout5 .desc .button {
    margin: 0; }
  .pageLayout5 .desc .button.inverse {
    background: #1F931B; }

.pageLayout5 .row {
  max-width: 100%; }
  .pageLayout5 .row.top-section {
    max-width: 95%; }

.pageLayout5 .center-flex {
  display: flex;
  justify-content: center;
  margin-top: 2em; }

.pageLayout5 .small-row {
  max-width: 81%; }

.pageLayout5 [id$="_Thumbnail"] {
  width: 70%; }

@media all and (max-width: 365px) {
  header.sticky .top .headerSocialSticky {
    display: none !important; } }

/* Meeting Application*/
#meetingApplicationContainer label {
  font-weight: bold;
  line-height: 18px; }

#meetingApplicationContainer .required {
  font-size: 18px; }
  #meetingApplicationContainer .required span {
    font-size: 14px;
    padding-left: 2px; }

#meetingApplicationContainer ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #meetingApplicationContainer ul li {
    display: inline; }
    #meetingApplicationContainer ul li label {
      font-weight: normal; }
  #meetingApplicationContainer ul.vertical li {
    display: list-item; }

#meetingApplicationContainer h3 {
  color: #385aa3; }

@media all and (min-width: 492px) {
  #meetingApplicationContainer input.small, #meetingApplicationContainer select.small, #meetingApplicationContainer textarea.small {
    max-width: 30%; }
  #meetingApplicationContainer input.medium, #meetingApplicationContainer select.medium, #meetingApplicationContainer textarea.medium {
    max-width: 50%; }
  #meetingApplicationContainer input.large, #meetingApplicationContainer select.large, #meetingApplicationContainer textarea.large {
    max-width: 80%; } }

#meetingApplicationContainer .applicationContainer .applicationQuestion {
  margin-top: 10px;
  display: inline-block;
  font-weight: 600; }

#meetingApplicationContainer .applicationNav {
  margin-top: 20px; }

.createAccountWrap .container {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  /*box-shadow: 34px 45px 30px -41px rgba(0, 0, 0, 0.18);*/
  margin-bottom: 20px; }
  .createAccountWrap .container .content {
    padding: 10px 20px; }

.createAccountWrap .title {
  border-bottom: 1px solid #aaa;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 15px 20px;
  text-transform: uppercase; }

#profilePhotoUpload {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 15px; }
  #profilePhotoUpload .profilephotopreview {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    background: #efefef;
    margin: 10px auto; }
  #profilePhotoUpload .button.expanded {
    margin: 0; }

.createAccountButtons {
  border-top: 1px #cccccc solid;
  padding: 10px 0;
  margin-top: 10px; }

/*-----Progress Bar-----------------*/
.progress {
  list-style: none;
  margin: 20px 0 25px;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  background: none !important; }
  .progress > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em; }
    .progress > li:before {
      content: attr(data-step);
      display: block;
      margin: 0 auto;
      background: #DFE3E4;
      width: 3em;
      height: 3em;
      text-align: center;
      margin-bottom: 0.25em;
      line-height: 3em;
      border-radius: 100%;
      position: relative;
      z-index: 1000; }
    .progress > li:after {
      content: '';
      position: absolute;
      display: block;
      background: #DFE3E4;
      width: 100%;
      height: 0.5em;
      top: 1.25em;
      left: 50%;
      margin-left: 1.5em\9;
      z-index: -1; }
    .progress > li:last-child:after {
      display: none; }
    .progress > li.is-complete {
      color: #385aa3; }
      .progress > li.is-complete:before, .progress > li.is-complete:after {
        color: #FFF;
        background: #385aa3; }
    .progress > li.is-active {
      color: #333; }
      .progress > li.is-active:before {
        color: #FFF;
        background: #333; }

/*--------Blog Widget----------*/
.blogPreview span.Title {
  font-weight: bold; }

.blogPreview span.Replies {
  font-style: italic; }

.blogPreview span.Author {
  font-style: italic; }

.blogPreview span.Date {
  font-style: italic; }

/*--------Blog List Page----------*/
.returnToBtn {
  font-size: 15px;
  margin-top: 15px;
  text-decoration: underline;
  padding: 10px 0;
  display: inline-block;
  margin-bottom: 10px; }
  .returnToBtn:before {
    content: "\f177";
    font-family: FontAwesome;
    margin-right: 3px;
    text-decoration: none; }

.blogListPageContainer .Post, .blogPostPageContainer .Post {
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px; }

.blogListPageContainer span, .blogPostPageContainer span {
  display: block; }
  .blogListPageContainer span.Title, .blogPostPageContainer span.Title {
    font-weight: bold;
    font-size: 18px; }
  .blogListPageContainer span.Replies, .blogPostPageContainer span.Replies {
    font-style: italic;
    margin-top: 10px; }
  .blogListPageContainer span.Author, .blogPostPageContainer span.Author {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0; }
  .blogListPageContainer span.Delete, .blogPostPageContainer span.Delete {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0; }
  .blogListPageContainer span.Date, .blogPostPageContainer span.Date {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0; }
    .blogListPageContainer span.Date:before, .blogPostPageContainer span.Date:before {
      content: "\f017";
      font-family: FontAwesome;
      margin-right: 3px; }

/*--------Blog Single Post Page----------*/
.blogPostPageContainer .replyWrap {
  border: 1px #ddd solid;
  padding: 15px 25px 15px 0;
  margin-top: 25px; }
  .blogPostPageContainer .replyWrap h5 {
    display: inline-block;
    padding-right: 10px; }
  .blogPostPageContainer .replyWrap .leaveCommentBtn {
    font-weight: 500; }
    .blogPostPageContainer .replyWrap .leaveCommentBtn .fa {
      margin-right: 3px; }

.blogPostPageContainer .Replies {
  padding-left: 25px; }
  .blogPostPageContainer .Replies .BlogReply {
    border-top: 1px #ddd solid;
    padding: 10px 0;
    margin-bottom: 10px; }

.blogPostPageContainer span.Date {
  font-style: italic; }

/*--------Forum & Blog Widget----------*/
.postPreview .PostWrapper {
  margin-bottom: 15px; }

.postPreview .Post {
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px; }

.postPreview span {
  display: block; }
  .postPreview span.Title {
    font-weight: bold;
    font-size: 18px; }
  .postPreview span.Replies {
    font-style: italic;
    margin-top: 10px; }
  .postPreview span.Author {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0; }
  .postPreview span.Date {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0; }
    .postPreview span.Date:before {
      content: "\f017";
      font-family: FontAwesome;
      margin-right: 3px; }

/*Attendee List*/
.attendeeListContainer {
  padding-top: 50px;
  /*Temporary*/ }
  .attendeeListContainer .attendeeList .attendee {
    padding: 5px; }
    .attendeeListContainer .attendeeList .attendee img {
      max-height: 100px;
      border: 5px solid #385aa3;
      border-radius: 50%;
      max-width: 75%; }
    .attendeeListContainer .attendeeList .attendee i {
      padding: 5px; }

a.support-button {
  background: #1f931b !important; }

.imgkey {
  position: relative;
  top: -1px;
  display: initial;
  zoom: 0.5;
  max-width: initial;
  image-rendering: smooth; }

@media print {
  body {
    padding-top: 0;
    -webkit-print-color-adjust: exact; }
    body.hasAlertMessage {
      padding-top: 0 !important; }
  header, footer, .alertMessage, .scrollToTop {
    display: none !important; }
  .returnToBtn {
    display: none; }
  .socialLinks {
    display: none; }
  .medium-3 {
    float: left;
    width: 150px; }
  .medium-4 {
    width: 200px; }
  .medium-5 {
    width: 400px; }
  .devtools {
    display: none; }
  .meetingDetailsWrap .columns {
    width: 100% !important; }
  .meetingDetailsWrap .meetingButtons {
    display: none; }
  .meetingDetailsWrap .detailsGallery {
    display: none; }
  .meetingDetailsWrap .sectionTitle {
    background: none;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    position: relative;
    border-bottom: 1px #ddd solid; }
    .meetingDetailsWrap .sectionTitle .fa {
      display: none; }
  .meetingDetailsWrap .dayTitle {
    width: 100%;
    background-color: #333 !important;
    color: #fff !important; }
  .meetingDetailsWrap a[href]:after {
    content: none !important; }
  .meetingDetailsWrap .contributors .large-4 {
    width: 33.33333% !important;
    float: left; }
    .meetingDetailsWrap .contributors .large-4 .contributorContent a {
      padding: 5px; }
      .meetingDetailsWrap .contributors .large-4 .contributorContent a img {
        width: 100%; }
  .meetingDetailsWrap .tableStack .tablesaw-stack tbody td, .meetingDetailsWrap .tableStack .tablesaw-stack tbody th {
    display: table-cell !important;
    clear: none !important;
    width: unset !important;
    float: none !important; }
  .meetingDetailsWrap .tablesaw-stack td, .meetingDetailsWrap .tablesaw-stack th {
    display: table-cell;
    text-align: left; }
  .doNotPrint {
    display: none !important; } }

#quoteModal {
  display: none;
  background: #efefef;
  min-height: 40%;
  max-width: 50%;
  top: 50px; }
  #quoteModal .contents {
    padding: 2em 3em; }
  #quoteModal .yes {
    background: #1f931b;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 1.4375rem;
    font-weight: 600;
    margin: 10px 0 20px;
    padding: 15px 30px; }
    #quoteModal .yes:hover {
      background: #166813; }
  #quoteModal .no {
    background: #ccc;
    color: #555;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px; }
  #quoteModal:focus {
    border: 0;
    outline: 0; }
  #quoteModal [id$="_pnlRequestForm"] .row:not(.agree):not(.submit) {
    margin-bottom: .5em; }
    #quoteModal [id$="_pnlRequestForm"] .row:not(.agree):not(.submit):last-of-type {
      margin-bottom: 0; }
  #quoteModal em {
    font-weight: bold;
    color: #333; }
  #quoteModal [id$="_pnlRequestThank"] {
    text-align: center; }
  #quoteModal .buttons {
    justify-content: center;
    align-items: center;
    width: 100%; }
    #quoteModal .buttons .button-container {
      display: flex;
      width: 100%;
      flex-direction: column; }
      #quoteModal .buttons .button-container .button-row {
        display: flex;
        margin-bottom: 1em; }
      #quoteModal .buttons .button-container .button {
        background: #ccc;
        color: #555;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        margin: 0;
        padding: 1.5em;
        border: 0 !important;
        width: 100%; }
  #quoteModal .misc-content {
    margin-bottom: 2.5rem; }
  #quoteModal .form-controls {
    display: flex; }
    #quoteModal .form-controls .flex input + input {
      margin-left: .25em; }
  #quoteModal .modal-header {
    display: flex;
    justify-content: space-between; }
  #quoteModal .productQuoteSubmit {
    margin: 2em 0 0 0; }
  #quoteModal .centered {
    display: flex;
    justify-content: center;
    width: 100%; }
  #quoteModal .header-row {
    margin-bottom: 1em; }
  #quoteModal .radiobuttons {
    display: flex;
    align-items: center; }
    #quoteModal .radiobuttons input {
      margin-bottom: 0; }
  #quoteModal label {
    font-size: 13px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin-bottom: 0.1875em;
    line-height: 20px;
    margin-top: 5px; }
  #quoteModal input[type="text"], #quoteModal select, #quoteModal textarea {
    background: none;
    /*border: 1px solid #B7B7B7 !important;*/
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 40px;
    box-shadow: none;
    margin-bottom: 5px; }
    #quoteModal input[type="text"]::placeholder, #quoteModal select::placeholder, #quoteModal textarea::placeholder {
      font-style: italic !important; }
    #quoteModal input[type="text"]:focus, #quoteModal select:focus, #quoteModal textarea:focus {
      border-bottom: 3px solid #008ed1;
      transition: border-color 0.33s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
  #quoteModal textarea {
    min-height: 100px; }
  #quoteModal span {
    font-size: 14px;
    padding-bottom: 5px; }
  #quoteModal ul {
    margin: 0;
    padding: 0; }
    #quoteModal ul li {
      list-style-type: none;
      display: inline-block; }
      #quoteModal ul li input {
        display: inline-block;
        position: relative;
        top: 2px; }
      #quoteModal ul li label {
        display: inline-block;
        padding: 0 5px; }
  #quoteModal .callUs {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 20px; }
    #quoteModal .callUs span {
      color: red;
      font-size: 17px; }

@media all and (max-width: 500px) {
  #quoteModal {
    display: none;
    max-height: 100vh !important;
    min-height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-width: 100% !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #quoteModal {
    display: none;
    min-width: 80% !important; } }
