﻿/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
ul {
  margin: 0;
  padding: 0;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#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;
}
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.primary-font {
  font-family: 'Muli', sans-serif;
}
.body-copy-font {
  font-family: 'Libre Baskerville', serif;
}
.ps-page-header {
  padding: 25px 0;
}
.ps-page-header ul {
  margin-bottom: 12px;
}
.ps-page-header h1 {
  margin: 0px;
}
.ps-h1 {
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  font-size: 25px;
}
.ps-h1-header {
  font-family: 'Muli', sans-serif;
  font-size: 25px;
}
.ps-h1-fact {
  font-family: 'Muli', sans-serif;
  font-size: 67px;
  margin: 0 0 16px 0;
}
.ps-h1-hero {
  font-family: 'Muli', sans-serif;
  font-size: 49px;
}
.ps-h2 {
  font-family: 'Muli', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 100;
}
.ps-h3 {
  font-family: 'Muli', sans-serif;
  display: inline-block;
  font-size: 16px;
}
.ps-h4 {
  font-family: 'Muli', sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 100;
}
.ps-body-copy {
  font-family: 'Muli', sans-serif;
  margin: 0px;
  font-size: 16px;
}
.ps-body-copy--date {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  margin: 0 0 16px 0;
}
.ps-body-copy--article {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}
.ps-body-copy ul {
  padding-left: 1em;
}
.ps-meta {
  font-family: 'Muli', sans-serif;
  margin: 0px;
  font-size: 12px;
}
.ps-color-primary {
  color: #0168B3;
}
.ps-divider {
  color: #1FB25A;
  padding: 0 12px;
  font-size: 16px;
  vertical-align: baseline;
}
.fa-search {
  font-size: 21px;
  color: #0168B3;
  padding: 0 21px;
}
.text-align-center {
  text-align: center;
}
.ps-link--no-decoration a {
  text-decoration: none;
}
.ps-link--no-decoration a:hover {
  text-decoration: underline;
}
body {
  background-color: #f8f8f8;
}
.white {
  color: #FFFFFF;
}
.black {
  color: black;
}
.primary-color {
  color: #0168B3;
}
.ps-bg-color--tertiary-darkfont {
  background-color: #1FB25A;
}
.ps-bg-color--tertiary-darkfont * {
  font-weight: bold;
  color: #0168B3;
}
.ps-bg-color--tertiary {
  background-color: #1FB25A;
}
.ps-bg-color--tertiary * {
  color: white;
}
.ps-bg-color--primary {
  background-color: #0168B3;
}
.ps-bg-color--primary * {
  color: white;
}
.ps-bg-color--primary-background-only {
  background-color: #0168B3;
}
.ps-bg-color--secondary {
  background-color: #1589C4;
}
.ps-bg-color--secondary * {
  color: white;
}
.ps-bg-color--secondary-background-only {
  background-color: #0168B3;
}
.ps-bg-color--primary-highlight {
  background-color: #FFD200;
}
.ps-bg-color--primary-highlight * {
  color: white;
}
.ps-bg-color--primary-highlight * {
  color: black;
}
.ps-bg-color--primary-highlight button {
  border-color: black;
  color: black;
}
.ps-bg-color--light {
  background-color: #f1f1f1;
}
.ps-bg-color--light * {
  color: black;
}
.ps-bg-color--white {
  background-color: #FFFFFF;
}
.ps-bg-color--white * {
  color: #0168B3;
}
.ps-bg-color--white button {
  border-color: #0168B3;
  color: #0168B3;
}
.ps-bg-color--transparent-primary-font-color {
  background-color: transparent;
}
.ps-bg-color--transparent-primary-font-color * {
  color: #0168B3;
}
.ps-bg-color--transparent-white-font-color {
  background-color: transparent;
}
.ps-bg-color--transparent-white-font-color * {
  color: #FFFFFF;
}
.ps-color--white {
  color: #FFFFFF;
}
.ps-color--primary {
  color: #0168B3;
}
.ps-color--black {
  color: black;
}
.swiper-button-next,
.swiper-button-prev {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.6);
}
.ps-border-color--primary {
  border-color: #0168B3 !important;
}
.ps-border-color--secondary {
  border-color: #1589C4 !important;
}
.ps-border-color--tertiary {
  border-color: #1FB25A !important;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Sizes
- Base Styles
- Media Queries
*/
html,
body {
  position: relative;
}
.clear {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.ps-block-margin {
  margin: 35px 0;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .container {
    width: 95%;
    padding: 0;
  }
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
.narrow {
  margin: 0;
}
.margin-1 {
  margin: 6px 0;
}
.margin-2 {
  margin: 12px 0;
}
.margin-3 {
  margin: 16px 0;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.ps-form-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  /*Button disabled - CSS color class*/
  color: #808080;
  background-color: #c0c0c0;
}
.ps-form-button {
  text-decoration: none;
  border: none;
  padding: 8px 12px;
  margin-left: 6px;
  background-color: #0168B3;
  font-family: 'Muli', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
}
.ps-form-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.ps-form-button-placeholder {
  text-decoration: none;
  border: none;
  padding: 8px 12px;
  margin-left: 6px;
  background-color: #0168B3;
  font-family: 'Muli', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  background-color: transparent;
  color: transparent;
}
.ps-form-button-placeholder:hover {
  opacity: 0.8;
  cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea {
  background-color: #CBE1EF;
}
input[type="text"].ps-default-controls:not(.ps-narrow),
input[type="password"].ps-default-controls:not(.ps-narrow),
textarea.ps-default-controls:not(.ps-narrow) {
  border: none;
  font-size: 16px;
  padding: 6px 12px;
  color: #0168B3;
  width: 90%;
  margin-bottom: 12px;
}
@media (min-width: 550px) {
  input[type="text"].ps-default-controls:not(.ps-narrow),
  input[type="password"].ps-default-controls:not(.ps-narrow),
  textarea.ps-default-controls:not(.ps-narrow) {
    width: 60%;
    margin-bottom: 0px;
  }
}
input[type="text"].ps-default-controls-full-width:not(.ps-narrow),
input[type="password"].ps-default-controls-full-width:not(.ps-narrow),
textarea.ps-default-controls-full-width:not(.ps-narrow) {
  border: none;
  font-size: 16px;
  padding: 6px 12px;
  color: #0168B3;
  width: 90%;
  margin-bottom: 1px;
}
@media (min-width: 550px) {
  input[type="text"].ps-default-controls-full-width:not(.ps-narrow),
  input[type="password"].ps-default-controls-full-width:not(.ps-narrow),
  textarea.ps-default-controls-full-width:not(.ps-narrow) {
    width: 90%;
    margin-bottom: 12px;
  }
}
.ps-select-fixed,
.ps-select-fixed > option,
.ps-input-container * {
  color: #0168B3;
}
.ps-select-fixed {
  font-family: 'Muli', sans-serif;
  padding-left: 6px;
  height: 35px;
  background-color: #CBE1EF;
  border: none;
  font-size: 16px;
  width: 90%;
}
@media (min-width: 550px) {
  .ps-select-fixed {
    width: 60%;
    margin-bottom: 0px;
  }
}
.ps-input-container {
  height: 35px;
  background-color: #CBE1EF;
  border: none;
  width: 90%;
}
@media (min-width: 550px) {
  .ps-input-container {
    width: 60%;
    margin-bottom: 0px;
  }
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #0168B3;
}
.ps-form-item {
  display: block;
  margin: 25px 0;
}
.ps-form-item label,
.ps-form-item span {
  font-family: 'Muli', sans-serif;
  margin: 0px;
  font-size: 16px;
}
.ps-form-item label--date,
.ps-form-item span--date {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  margin: 0 0 16px 0;
}
.ps-form-item label--article,
.ps-form-item span--article {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}
.ps-form-item label ul,
.ps-form-item span ul {
  padding-left: 1em;
}
.ps-form-item input:not([type="radio"]),
.ps-form-item select,
.ps-form-item textarea,
.ps-form-item .ps-input-container {
  display: block;
  float: none;
}
@media (min-width: 1200px) {
  .ps-form-item input:not([type="radio"]),
  .ps-form-item select,
  .ps-form-item textarea,
  .ps-form-item .ps-input-container {
    display: inline-block;
    float: right;
  }
}
.ps-form-item-telerik {
  display: block;
}
@media (min-width: 1200px) {
  .ps-form-item-telerik {
    display: inline-block;
    float: right;
  }
}
.ps-form-item-flex {
  display: block;
  margin: 25px 0;
}
@media (min-width: 550px) {
  .ps-form-item-flex {
    display: flex;
  }
}
.ps-form-item-flex--noMargin {
  display: block;
  margin: 5px 0;
}
@media (min-width: 550px) {
  .ps-form-item-flex--noMargin {
    display: flex;
    margin: 0 0;
  }
}
.ps-form-item-flex--small-margin {
  display: block;
  margin: 5px 5px;
}
@media (min-width: 550px) {
  .ps-form-item-flex--small-margin {
    display: flex;
    margin: 5px 0 5px 0;
  }
}
.ps-form-item-condensed {
  display: block;
  margin: 21px 0;
  /*@media (min-width: @bp-larger-than-phablet) {
        display: inline-block;
    }*/
}
.ps-form-item-label,
.ps-form-item-value {
  display: block;
  padding: 5px;
  float: none;
}
@media (min-width: 550px) {
  .ps-form-item-label,
  .ps-form-item-value {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
.ps-form-item-value {
  text-align: left;
}
@media (min-width: 550px) {
  .ps-form-item-value {
    text-align: right;
  }
}
.ps-form-item-label--no-top-padding {
  display: block;
  padding: 5px;
  float: none;
  padding-top: 0;
}
@media (min-width: 550px) {
  .ps-form-item-label--no-top-padding {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
.ps-form-item-value--no-top-padding {
  display: block;
  padding: 5px;
  float: none;
  text-align: left;
  padding-top: 0;
}
@media (min-width: 550px) {
  .ps-form-item-value--no-top-padding {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
@media (min-width: 550px) {
  .ps-form-item-value--no-top-padding {
    text-align: right;
  }
}
.ps-form-small-form {
  max-width: 400px;
}
@media (min-width: 550px) {
  .ps-form-item-condensed .ps-form-item-label,
  .ps-form-item-condensed .ps-form-item-value {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.ps-form-item-label--right {
  display: block;
  padding: 5px;
  float: none;
  text-align: left;
}
@media (min-width: 550px) {
  .ps-form-item-label--right {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
@media (min-width: 550px) {
  .ps-form-item-label--right {
    text-align: right;
  }
}
.ps-form-item-value--left {
  display: block;
  padding: 5px;
  float: none;
  text-align: left;
  padding: 0px;
}
@media (min-width: 550px) {
  .ps-form-item-value--left {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
@media (min-width: 550px) {
  .ps-form-item-value--left {
    text-align: right;
  }
}
@media (min-width: 550px) {
  .ps-form-item-value--left {
    padding: 5px;
    text-align: left;
  }
}
.ps-select {
  width: 250px;
  color: white;
  background-color: #0168B3;
  font-family: 'Muli', sans-serif;
  height: 35px;
  font-size: 16px;
  border: none;
}
.ps-select.filter {
  margin: 25px 0;
}
.ps-select--small {
  width: 12.4em;
  color: white;
  background-color: #0168B3;
  font-family: 'Muli', sans-serif;
  height: 35px;
  font-size: 16px;
  border: none;
}
.ps-search-button:hover {
  cursor: pointer;
}
.ps-large-search {
  width: 60%;
  height: 35px;
  border-radius: 10px;
}
.ps-item-label {
  text-align: right;
}
/*.ps-learn-more {
    .primary-font;
    border: 1px solid @white;
    background-color: transparent;
    color: @white;
    font-size: @size-3;
    padding: @size-2;
    cursor: pointer;
   
    &:hover {
        opacity: .5;
    }

    &--margin {
        margin-top: @size-4;
    }

    &--black {
        color: black;
        border: 1px solid black;
    }
}*/
.ps-button,
.ps-button--tertiary,
.ps-button--learn-more,
.ps-button--learn-more-primary,
.ps-button--blue-black {
  font-family: 'Muli', sans-serif;
  margin-bottom: 12px;
  background-color: #1FB25A;
  border: none;
  padding: 21px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.ps-button--tertiary {
  padding: 12px;
  border: 1px solid #FFFFFF;
}
.ps-button--tertiary:hover {
  opacity: 0.5;
}
.ps-button--selected {
  background-image: url("/Content/Images/GreenCheck.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
  background-size: 30px;
}
.ps-button--learn-more {
  padding: 12px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
}
.ps-button--learn-more:hover {
  opacity: 0.5;
}
.ps-button--learn-more--margin {
  margin-top: 21px;
}
.ps-button--learn-more--black {
  color: black;
  border: 1px solid black;
}
.ps-button--learn-more-primary {
  padding: 12px;
  border: 1px solid #0168B3;
  background-color: transparent;
  cursor: pointer;
  color: #0168B3;
}
.ps-button--learn-more-primary:hover {
  opacity: 0.5;
}
.ps-button--learn-more-primary--margin {
  margin-top: 21px;
}
.ps-button--blue-black {
  padding: 12px;
  border: 1px solid #0168B3;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}
.ps-button--blue-black:hover {
  opacity: 0.5;
}
.ps-button--full {
  width: 100%;
}
.ps-button--primary-highlight {
  background-color: #FFD200;
  color: black;
}
.ps-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.ps-button--primary-color {
  background-color: #0168B3;
  color: white;
}
.ps-button--secondary-color {
  background-color: #1589C4;
  color: white;
}
.ps-button--tertiary-color {
  background-color: #1FB25A;
  color: white;
}
.ps-button--red {
  background-color: #df4e43;
  color: white;
}
.ps-button--submit {
  border: none;
  padding: 13px 25px;
  margin: 0 12px;
  background-color: #0168B3;
  font-family: 'Muli', sans-serif;
  color: white;
  font-size: 16px;
  border-radius: 12px;
}
.ps-button--submit:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 550px) {
  .ps-button,
  .ps-button--tertiary,
  .ps-button--learn-more,
  .ps-button--learn-more-primary,
  .ps-button--blue-black {
    margin: 0px;
  }
}
.menui {
  background: #fff;
  transition: 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.ps-hamburger-icon {
  z-index: 999;
  position: absolute;
  display: block;
  padding: 13px;
  height: 25px;
  width: 29px;
  margin: 0px;
  top: 6px;
  right: 0px;
}
.top-animate {
  background: #0168B3 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #0168B3 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.top-menu {
  top: 5px;
  width: 30px;
  height: 5px;
  background-color: #0168B3;
}
.mid-menu {
  top: 13px;
  width: 30px;
  height: 5px;
  background-color: #0168B3;
}
.bottom-menu {
  top: 21px;
  width: 30px;
  height: 5px;
  background-color: #0168B3;
}
.ps-masonry-item,
.grid-sizer {
  margin-bottom: 4%;
  width: 100%;
}
@media (min-width: 550px) {
  .ps-masonry-item,
  .grid-sizer {
    width: calc(50% - 2%);
  }
}
.gutter-sizer {
  width: 0%;
}
@media (min-width: 550px) {
  .gutter-sizer {
    width: 4%;
  }
}
.ps-breadcrumbs {
  overflow: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
.ps-breadcrumbs li {
  display: inline;
  font-size: 12px;
  padding-right: 12px;
}
.ps-breadcrumbs li a {
  font-family: 'Muli', sans-serif;
  color: black;
  text-decoration: none;
}
.ps-breadcrumbs li a:hover {
  text-decoration: underline;
}
.ps-breadcrumbs::before,
.ps-breadcrumbs::after {
  content: '';
  display: table;
}
@font-face {
  font-family: 'Droid Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidsansmono/v14/6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf) format('truetype');
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.ps-calendar-block {
  margin: 30px auto 0 auto;
  max-width: 600px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
}
.ps-calendar-block .clndr {
  border-bottom: 5px #1589C4 solid;
}
.ps-calendar-block .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: -5px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #1589C4;
  color: white;
}
.ps-calendar-block .clndr .clndr-controls .month {
  float: left;
  width: 40%;
  text-align: center;
  font-size: 21px;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 30%;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 30%;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  font-family: "FontAwesome";
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-next-button:after {
  content: '\f054';
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  font-family: "FontAwesome";
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.ps-calendar-block .clndr .clndr-controls .clndr-control-button .clndr-previous-button:after {
  content: '\f053';
}
.ps-calendar-block .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
.ps-calendar-block .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 10px;
  background: #0168B3;
}
.ps-calendar-block .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.ps-calendar-block .clndr .clndr-table tr {
  height: 60px;
}
.ps-calendar-block .clndr .clndr-table tr td {
  vertical-align: top;
}
.ps-calendar-block .clndr .clndr-table tr .day {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 100%;
  height: inherit;
  background-color: white;
}
.ps-calendar-block .clndr .clndr-table tr .day:hover {
  background: #eee;
}
.ps-calendar-block .clndr .clndr-table tr .day.today,
.ps-calendar-block .clndr .clndr-table tr .day.my-today {
  background: #1589C4;
  color: white;
}
.ps-calendar-block .clndr .clndr-table tr .day.today:hover,
.ps-calendar-block .clndr .clndr-table tr .day.my-today:hover {
  background: #24a6e8;
}
.ps-calendar-block .clndr .clndr-table tr .day.today.event,
.ps-calendar-block .clndr .clndr-table tr .day.my-today.event {
  background: #a7dbc1;
}
.ps-calendar-block .clndr .clndr-table tr .day.inactive,
.ps-calendar-block .clndr .clndr-table tr .day.my-inactive {
  background: #ddd;
}
.ps-calendar-block .clndr .clndr-table tr .day:last-child {
  border-right: 1px solid #000;
}
.ps-calendar-block .clndr .clndr-table tr .day .day-contents-no-hover:hover {
  cursor: pointer;
}
.ps-calendar-block .clndr .clndr-table tr .day .day-contents,
.ps-calendar-block .clndr .clndr-table tr .day .day-contents-no-hover {
  box-sizing: border-box;
  /*background-color:white;*/
  padding: 8px;
  font-size: 12px;
  text-align: left;
}
.ps-calendar-block .clndr .clndr-table tr .day .day-contents.full .ps-calendar-block--circle:hover + .ps-calendar-block--hover-events,
.ps-calendar-block .clndr .clndr-table tr .day .day-contents-no-hover.full .ps-calendar-block--circle:hover + .ps-calendar-block--hover-events {
  cursor: pointer;
  display: block;
  z-index: 100;
  transform: translate(-110px);
}
.ps-calendar-block .clndr .clndr-table tr .day .day-contents .ps-calendar-block--circle:hover,
.ps-calendar-block .clndr .clndr-table tr .day .day-contents-no-hover .ps-calendar-block--circle:hover {
  cursor: pointer;
}
.ps-calendar-block .clndr .clndr-table tr .empty,
.ps-calendar-block .clndr .clndr-table tr .adjacent-month,
.ps-calendar-block .clndr .clndr-table tr .my-empty,
.ps-calendar-block .clndr .clndr-table tr .my-adjacent-month {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 100%;
  height: inherit;
  background: #ececec;
  color: #b5b5b5;
}
.ps-calendar-block .clndr .clndr-table tr .empty:hover,
.ps-calendar-block .clndr .clndr-table tr .adjacent-month:hover,
.ps-calendar-block .clndr .clndr-table tr .my-empty:hover,
.ps-calendar-block .clndr .clndr-table tr .my-adjacent-month:hover {
  background: #ddd;
}
.ps-calendar-block .clndr .clndr-table tr .empty:last-child,
.ps-calendar-block .clndr .clndr-table tr .adjacent-month:last-child,
.ps-calendar-block .clndr .clndr-table tr .my-empty:last-child,
.ps-calendar-block .clndr .clndr-table tr .my-adjacent-month:last-child {
  border-right: 1px solid #000;
}
.ps-calendar-block .clndr .clndr-table tr:last-child .day,
.ps-calendar-block .clndr .clndr-table tr:last-child .my-day {
  border-bottom: 1px solid #000;
}
.ps-calendar-block .clndr .clndr-table tr:last-child .empty,
.ps-calendar-block .clndr .clndr-table tr:last-child .my-empty {
  border-bottom: 1px solid #000;
}
.ps-calendar-block .clndr .days-container {
  position: relative;
}
.ps-calendar-block .clndr .clndr-events {
  overflow: scroll;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.ps-calendar-block .clndr .clndr-events .event-header {
  padding: 12px 0;
  padding-right: 49px;
  background-color: #0094FF;
  text-align: center;
  display: block;
  color: white;
}
.ps-calendar-block .clndr .clndr-events .x-button {
  float: left;
  padding: 12px 21px;
  color: white;
}
.ps-calendar-block .clndr .clndr-events .x-button:hover {
  color: black;
  cursor: pointer;
}
.ps-calendar-block .clndr .clndr-events .event {
  padding: 21px;
  border-bottom: 1px solid white;
  transition: 0.3s;
}
.ps-calendar-block .clndr .clndr-events .event a {
  color: black;
  text-decoration: none;
}
.ps-calendar-block .clndr .clndr-events .event a:hover {
  opacity: 0.6;
}
.ps-calendar-block--circle,
.ps-calendar-block--circle-no-hover {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-top: 12px;
  margin-right: 6px;
  background-color: #0168B3;
}
.ps-calendar-block--circle.region,
.ps-calendar-block--circle-no-hover.region {
  background-color: #1FB25A;
}
.ps-calendar-block--circle.statewide,
.ps-calendar-block--circle-no-hover.statewide {
  background-color: #0168B3;
}
.ps-calendar-block--hover-events {
  display: none;
  position: absolute;
  width: 92%;
  padding: 12px;
}
@media (min-width: 550px) {
  .ps-calendar-block--hover-events {
    display: none;
    position: absolute;
    min-width: 250px;
    padding: 12px;
    width: auto;
  }
}
.ps-calendar-block--hover-events a {
  color: white;
  text-decoration: none;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
}
.ps-calendar-block--hover-events li {
  list-style: none;
  padding: 6px 0;
}
.ps-calendar-block--hover-events.region {
  background-color: #1FB25A;
  margin: auto;
  left: 50%;
  margin-left: -42px;
}
@media (min-width: 550px) {
  .ps-calendar-block--hover-events.region {
    background-color: #1FB25A;
    left: auto;
    margin-left: auto;
  }
}
.ps-calendar-block--hover-events.statewide {
  margin: auto;
  left: 50%;
  margin-left: -42px;
  background-color: #0168B3;
}
@media (min-width: 550px) {
  .ps-calendar-block--hover-events.statewide {
    background-color: #0168B3;
    left: auto;
    margin-left: auto;
  }
}
.ps-calendar-block--full-details {
  margin: 30px 0;
  padding: 35px;
  min-height: 200px;
  /*height: 357px;*/
  /*overflow: scroll;*/
}
.ps-calendar-block--full-details li {
  list-style: none;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  padding: 12px 0;
}
.ps-calendar-block--full-details li a {
  text-decoration: none;
  color: black;
}
.ps-calendar-block--full-details.ps-bg-color--primary a,
.ps-calendar-block--full-details.ps-bg-color--tertiary a {
  color: white;
}
.clndr-next-button,
.clndr-previous-button,
.clndr-next-year-button,
.clndr-previous-year-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.clndr-next-button.inactive,
.clndr-previous-button.inactive,
.clndr-next-year-button.inactive,
.clndr-previous-year-button.inactive {
  opacity: 0.5;
  cursor: default;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/** This file list all CSS classes used by Episerver Forms.

    Class names are structured and named in BEM methodology (Block, Element, Modifier) so you can easily see the overview.
        - CSS classes and their structure defined here are used by Form Core JavaScript heavily.
        - Please keep the structure (parent-child block-element relation) and default class names as is.

    This file is intended to be re-styled by 3rd developers. or in their site template (E.g.: AlloyMVC).
        - Default styling contain only minimal styling-rule for Episerver Forms and its build-in elements.
        - Default styling is applied for both Forms rendering in ViewMode and authoring in EditView.
        - Styling rules can be modified freely.
*/
.EPiServerForms {
  /*predefined color for selected item, elapsed progress*/
  /*to indicate FormStep, FormHidden in EditView*/
  /************* UTILITY CLASSES ***********/
  /************* BUILDIN ELEMENTS ***********/
  /******************************************/
  /*************** EDIT VIEW ****************/
  /******************************************/
}
.EPiServerForms .Form__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .FormImageSubmitButton {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.EPiServerForms .Form__Status .Form__Status__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}
.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #84c8e4;
  color: #333;
}
.EPiServerForms .Form__Status .Form__Warning__Message {
  background-color: #fff8aa;
  color: red;
}
.EPiServerForms .Form__Status .Form__Readonly__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #fff8aa;
  color: red;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  display: inline-block;
  padding: inherit;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(41, 128, 189, 0.5);
  border-radius: 4px;
  font-size: inherit;
  height: 2em;
  width: 10em;
  max-width: 10rem;
  color: initial;
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
  color: GrayText;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: inline-block;
  border: 1px solid rgba(41, 128, 189, 0.5);
  vertical-align: middle;
  width: 40%;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  /*display: none;*/
  /*turn on this style to hide visual progress bar*/
  background-color: rgba(41, 128, 189, 0.5);
  width: 0%;
  /* Will be adjusted by JavaScript */
  height: 1rem;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  display: none;
  /*turn off this style to show text "Page 1/4" of progress bar*/
}
.EPiServerForms .FormStep .FormStep__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .Form__Element {
  margin: 0 0 1.5rem 0;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
  display: inline-block;
  min-width: 15%;
  vertical-align: top;
}
.EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: red;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .hide {
  display: none;
}
.EPiServerForms .FormCaptcha .FormTextbox__Input {
  width: 8rem;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
  font-size: 1em;
  width: auto;
  height: auto;
}
.EPiServerForms .FormChoice--Image {
  /*img stand next to checked image will be bordered*/
}
.EPiServerForms .FormChoice--Image .hidden {
  visibility: hidden;
}
.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  /* for image choice items, display as a flow (inline-block), we want max 2 items in one row, with a small margin */
  display: inline-block;
  max-width: 40%;
  text-align: center;
  /* image caption will be center */
  margin: 0.5rem;
}
.EPiServerForms .FormChoice--Image .FormChoice__Input:checked ~ img {
  border: 1px solid rgba(41, 128, 189, 0.5);
}
.EPiServerForms .FormRange .FormRange__Input {
  max-width: 60%;
  display: inline;
}
.EPiServerForms .EditView__InvisibleElement.FormStep {
  display: block;
  border-radius: 4px;
  border-color: rgba(184, 192, 197, 0.6);
  background-color: rgba(184, 192, 197, 0.6);
  color: #000;
  padding: 0.2rem;
  font-family: Verdana;
  box-shadow: 3px 3px 5px #ccc;
  /*text-align: center;*/
}
.EPiServerForms .EditView__InvisibleElement.FormStep .FormStep__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .EditView__InvisibleElement.FormHidden {
  display: inline-block;
  border-radius: 4px;
  border: 1.5px outset rgba(184, 192, 197, 0.6);
  padding: 0.2rem 1rem;
  min-width: 18rem;
  /*text-align: center;*/
}
.EPiServerForms .Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .Form__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
.jssocials-share-link {
  border-radius: 50%;
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.ps-header {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
}
.ps-header .ps-desktop-header {
  display: none;
}
@media (min-width: 842px) {
  .ps-header .ps-desktop-header {
    display: block;
  }
}
.ps-header .ps-mobile-header {
  text-align: center;
  display: block;
  padding: 16px 0;
}
@media (min-width: 842px) {
  .ps-header .ps-mobile-header {
    display: none;
  }
}
.ps-header .ps-mobile-header img {
  position: relative;
  width: 100%;
  max-width: 200px;
  left: -25px;
}
.ps-header .ps-mobile-header .ps-mobile-search-drawer {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  background-color: transparent;
  border-top: 1px solid transparent;
  transition: 0.2s;
}
.ps-header .ps-mobile-header .ps-mobile-search-drawer input {
  width: 50%;
  margin-bottom: 0px;
}
.ps-header .ps-mobile-header .ps-mobile-search-drawer .ps-button {
  position: relative;
  top: 1px;
  padding: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
}
.ps-header .ps-mobile-header .ps-mobile-search-drawer.open {
  height: 31px;
  border-color: rgba(0, 0, 0, 0.17);
  background-color: #f8f8f8;
  padding: 25px 0px;
}
.ps-header .ps-mobile-header [data-mobile-search-icon] {
  background-color: transparent;
  border: none;
  float: left;
}
.ps-header .ps-mobile-header .fa-search {
  float: left;
  padding: 0;
  vertical-align: top;
  position: relative;
  padding: 20px 10px;
}
.ps-header-top {
  width: 100%;
  padding: 21px 0;
}
.ps-header-top a {
  color: #0168B3;
}
.ps-header-nav {
  width: 100%;
  display: none;
}
.ps-header-nav .container {
  width: 100%;
}
@media (min-width: 842px) {
  .ps-header-nav .container {
    width: 100%;
    max-width: none;
  }
}
.ps-header-nav .ps-header-nav-items {
  background-color: #0168B3;
  text-align: left;
  padding-bottom: 25px;
}
@media (min-width: 842px) {
  .ps-header-nav .ps-header-nav-items {
    text-align: center;
    margin-left: 0px;
    display: block;
    padding-bottom: 0px;
  }
}
.ps-header-nav .ps-header-nav-items .ps-header-nav-item {
  display: block;
  font-size: 21px;
  border-bottom: 1px solid white;
}
@media (min-width: 842px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item {
    border-bottom: none;
  }
}
.ps-header-nav .ps-header-nav-items .ps-header-nav-item > a {
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 21px;
}
@media (min-width: 842px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item > a {
    padding-left: 12px;
    display: inline-block;
  }
}
.ps-header-nav .ps-header-nav-items .ps-header-nav-item > a .ps-h2 {
  font-size: 21px;
}
@media (min-width: 842px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item > a .ps-h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item > a .ps-h2 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item > a {
    padding-left: 35px;
  }
}
@media (max-width: 842px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.open {
    background-color: #0094FF;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.open:before,
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.open:after,
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.open + li:before {
    opacity: 0;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.open > .ps-header-child-items {
    display: inline-block;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.open .ps-nav-open::after {
    content: "-";
  }
}
@media (min-width: 842px) {
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item {
    display: inline-block;
    margin-left: 0px;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.navigation-hover-open {
    background-color: #0094FF;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.navigation-hover-open:before,
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.navigation-hover-open:after,
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.navigation-hover-open + li:before {
    opacity: 0;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.navigation-hover-open > .ps-header-child-items {
    display: inline-block;
  }
  .ps-header-nav .ps-header-nav-items .ps-header-nav-item.navigation-hover-open .ps-nav-open::after {
    content: "-";
  }
}
.ps-header-nav .ps-header-nav-items .ps-header-nav-item .ps-h3 {
  margin: 0px;
}
.ps-header-nav .ps-header-nav-items .columns:nth-of-type(odd) {
  display: none;
}
@media (min-width: 842px) {
  .ps-header-nav .ps-header-nav-items .columns:nth-of-type(odd) {
    display: inline-block;
  }
}
.ps-header-nav .ps-nav-open:after {
  content: "+";
  display: inline-block;
  position: relative;
  font-size: 16px;
  background-color: #1589C4;
  border-radius: 100%;
  width: 20px;
  height: 19px;
  margin-right: 35px;
  margin-left: 12px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1200px) {
  .ps-header-nav .ps-nav-open:after {
    top: -2px;
  }
}
@media (min-width: 842px) {
  .ps-header-nav {
    display: block;
  }
}
.ps-header-nav.open {
  display: block;
}
.ps-header-child-items {
  box-sizing: border-box;
  padding: 0 21px;
  position: relative;
  z-index: 999;
  display: none;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 148, 255, 0.9);
  text-align: left;
}
.ps-header-child-items .ps-h3 {
  color: #FFFFFF;
  margin: 0px;
}
.ps-header-child-items .ps-header-child-item {
  margin: 12px 0;
}
.ps-header-child-items .ps-header-child-item--wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ps-header-child-items .ps-header-child-item--wrapper .ps-learn-more {
  margin-top: 16px;
}
.ps-header-child-items .ps-header-child-item--wrapper .three {
  margin-bottom: 12px;
}
.ps-header-child-items .ps-header-child-item > a {
  color: #FFFFFF;
  text-decoration: none;
}
.ps-header-child-items .ps-header-child-item > a:hover {
  opacity: 0.5;
}
.ps-header-child-items img {
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 842px) {
  .ps-header-child-items {
    position: absolute;
    top: 44px;
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .ps-header-child-items {
    position: absolute;
    top: 58px;
    padding: 35px;
  }
}
.ps-header-search-section {
  display: none;
}
@media (min-width: 842px) {
  .ps-header-search-section {
    display: inline-block;
  }
}
.ps-header-nav-items--eyebrow--desktop {
  background-color: #1589C4;
  text-align: center;
}
@media (min-width: 400px) {
  .ps-header-nav-items--eyebrow--desktop {
    text-align: center;
  }
}
.ps-header-nav-items--eyebrow--desktop .ps-h3 {
  margin: 0px;
}
.ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper {
  padding: 12px;
  max-width: 842px;
  margin: 0 auto;
}
.ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper h3 {
  font-weight: 100;
}
@media (min-width: 1200px) {
  .ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper {
    font-size: 21px;
    max-width: 1200px;
  }
  .ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper h3 {
    font-weight: 600;
  }
}
.ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper li {
  padding-left: 10px;
  margin: 4px 0px;
  display: inline-block;
}
.ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper li a {
  color: #FFFFFF;
  display: inline-block;
}
.ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper li:not(:first-of-type):before {
  color: white;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper li:not(:first-of-type):before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ps-header-nav-items--eyebrow--desktop .ps-header-nav-items--eyebrow--wrapper li {
    padding-left: 35px;
  }
}
.ps-footer {
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  padding: 49px 0;
  background-color: #0168B3;
  line-height: 1.5;
}
@media (min-width: 842px) {
  .ps-footer {
    text-align: left;
  }
}
.ps-footer img {
  max-width: 260px;
  width: 100%;
}
.ps-footer .ps-h3 {
  margin-top: 0px;
}
.ps-footer .fa {
  margin-top: 16px;
  font-size: 21px;
  height: 35px;
  width: 35px;
  color: #0168B3;
  background-color: #FFFFFF;
  border-radius: 100%;
}
@media (min-width: 842px) {
  .ps-footer .fa {
    font-size: 25px;
    height: 40px;
    width: 40px;
  }
}
.ps-footer .fa.fa-facebook:before {
  position: relative;
  top: 8px;
}
.ps-footer .fa.fa-twitter:before {
  position: relative;
  top: 8px;
  left: 1px;
}
.ps-footer .fa.fa-instagram:before {
  position: relative;
  top: 8px;
}
.ps-footer button {
  background-color: transparent;
  border: none;
}
.ps-footer button:hover {
  cursor: pointer;
}
.ps-footer .ps-footer-top {
  width: 100%;
}
.ps-footer .ps-footer-navigation {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 842px) {
  .ps-footer .ps-footer-navigation {
    margin-top: 6px;
  }
}
.ps-footer .ps-footer-navigation .ps-footer-nav-items {
  list-style: none;
}
.ps-footer .ps-footer-navigation .ps-footer-nav-items a {
  color: #FFFFFF;
  text-decoration: none;
}
.ps-footer .ps-footer-navigation .ps-footer-nav-items a:hover {
  text-decoration: underline;
}
.ps-footer .ps-footer-navigation .ps-h3 {
  margin-top: 6px;
}
.ps-footer .ps-footer-copyright {
  width: 100%;
  margin-top: 21px;
  text-align: center;
}
@media (min-width: 550px) {
  .ps-footer .ps-footer-copyright {
    text-align: left;
  }
}
.ps-members-content-marquee {
  padding-bottom: 12px;
}
.ps-members-content-marquee--slide {
  margin-bottom: 21px;
}
@media (min-width: 550px) {
  .ps-members-content-marquee--slide {
    margin: 35px 0;
  }
}
.ps-members-content-marquee .ps-learn-more {
  margin-top: 21px;
}
.ps-members-benefits--programs .ps-h1-header {
  text-align: center;
  margin: 25px 0;
}
.ps-members-benefits--programs--wrapper {
  margin-bottom: 35px;
}
.ps-members-benefits--services .ps-h1-header,
.ps-members-benefits--discounts .ps-h1-header,
.ps-members-benefits--wellness .ps-h1-header,
.ps-members-benefits--contact .ps-h1-header {
  text-align: center;
  margin: 25px 0;
}
.ps-members-benefits--services,
.ps-members-benefits--wellness {
  padding-bottom: 35px;
}
.ps-members-benefits--contact {
  max-width: 842px;
  margin: 0 auto;
  padding-bottom: 49px;
}
.ps-members-benefits--contact .ps-body-copy {
  text-align: center;
}
.ps-members-benefits--contact .ps-body-copy:not(:last-child) {
  margin-bottom: 25px;
}
.ps-members-benefits--slide {
  margin-bottom: 21px;
}
.ps-online-learning--slide {
  margin-bottom: 35px;
}
.ps-online-learning--buttons {
  text-align: center;
}
.ps-onling-learning-grid--item {
  margin-bottom: 4%;
  width: 100%;
}
@media (min-width: 550px) {
  .ps-onling-learning-grid--item {
    width: calc(50% - 2%);
  }
}
.ps-legislators-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  margin: 35px 0;
}
@media (max-width: 550px) {
  .ps-legislators--order-one {
    order: 1;
  }
  .ps-legislators--order-two {
    order: 2;
  }
  .ps-legislators--order-three {
    order: 3;
  }
  .ps-legislators--order-four {
    order: 4;
  }
  .ps-legislators--order-five {
    order: 5;
  }
}
.ps-container-padding--narrow {
  padding: 12px;
}
.ps-container-padding--medium {
  padding: 21px;
}
.ps-container-padding--thick {
  padding: 35px;
}
.ps-container-padding-top--narrow {
  padding-top: 12px;
}
.ps-container-padding-top--medium {
  padding-top: 21px;
}
.ps-container-padding-top--thick {
  padding-top: 35px;
}
.ps-container-padding-sides--narrow {
  padding-left: 12px;
  padding-right: 12px;
}
.ps-container-padding-sides--medium {
  padding-left: 21px;
  padding-right: 21px;
}
.ps-container-padding-sides--thick {
  padding-left: 35px;
  padding-right: 35px;
}
.ps-container-padding-bottom--narrow {
  padding-bottom: 12px;
}
.ps-container-padding-bottom--medium {
  padding-bottom: 21px;
}
.ps-container-padding-bottom--thick {
  padding-bottom: 35px;
}
.ps-container-padding-top-and-bottom--narrow {
  padding-top: 12px;
}
.ps-container-padding-top-and-bottom--medium {
  padding-top: 21px;
}
.ps-container-padding-top-and-bottom--thick {
  padding-top: 35px;
}
.ps-container-padding-top-and-bottom--narrow {
  padding-bottom: 12px;
}
.ps-container-padding-top-and-bottom--medium {
  padding-bottom: 21px;
}
.ps-container-padding-top-and-bottom--thick {
  padding-bottom: 35px;
}
.kendo-grid.kendo-grid * {
  color: #0168B3;
}
.kendo-grid.kendo-grid .k-header {
  background-color: #0168B3;
}
.kendo-grid.kendo-grid .k-header > .k-link,
.kendo-grid .elearninggrid .k-state-selected *,
.kendo-grid .k-state-selected * {
  color: white;
}
.kendoWindow {
  font-family: 'Muli', sans-serif;
  margin: 0px;
  font-size: 16px;
  max-width: 100%;
}
.kendoWindow--date {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  margin: 0 0 16px 0;
}
.kendoWindow--article {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}
.kendoWindow ul {
  padding-left: 1em;
}
@media (min-width: 550px) {
  .kendoWindow {
    max-width: 550px;
  }
}
.elearninggrid.elearninggrid * {
  color: #0168B3;
}
.elearninggrid.elearninggrid .k-header {
  background-color: #0168B3;
}
.elearninggrid.elearninggrid .k-header > .k-link,
.elearninggrid .elearninggrid .k-state-selected *,
.elearninggrid .k-state-selected * {
  color: white;
}
.elearninginfocontainer {
  margin: 0 10px 20px 0;
  overflow: hidden;
}
.elearninginfocontainer.elearninginfocontainer > div {
  min-width: 120px;
}
@media (min-width: 550px) {
  .elearninginfocontainer {
    display: flex;
  }
}
.elearninginfolabel h4 {
  margin: 0;
}
@media (min-width: 550px) {
  .elearninginfolabel h4 {
    text-align: right;
  }
}
.elearningdescription {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  max-width: 825px;
  /*padding: 0 10px 10px 10px;*/
}
/*.elearninggrid .k-master-row:hover{
    background-color:@secondary-color;
}*/
.elearninggrid .k-master-row,
.acegrid tr {
  cursor: pointer !important;
}
.elearninggrid .k-detail-row:hover {
  background-color: initial;
}
.elearninggrid .k-detail-row.k-alt:hover {
  background-color: #e6f2f8;
}
.acegrid.acegrid * {
  color: #0168B3;
}
.acegrid.acegrid .k-header {
  background-color: #0168B3;
}
.acegrid.acegrid .k-header > .k-link,
.acegrid .elearninggrid .k-state-selected *,
.acegrid .k-state-selected * {
  color: white;
}
.ps-content-marquee-slideshow {
  position: relative;
  width: 100%;
  display: block;
}
.ps-content-marquee-slideshow--inner {
  height: auto;
  background-size: cover;
}
@media (min-width: 842px) {
  .ps-content-marquee-slideshow--inner {
    height: 600px;
  }
}
.ps-content-marquee-slideshow--inner .container {
  width: 100%;
}
@media (min-width: 550px) {
  .ps-content-marquee-slideshow--inner .container {
    width: 80%;
  }
}
.ps-content-marquee-slideshow--left {
  width: 100%;
  min-height: 230px;
}
@media (min-width: 550px) {
  .ps-content-marquee-slideshow--left {
    min-height: 400px;
  }
}
@media (min-width: 842px) {
  .ps-content-marquee-slideshow--left {
    width: 50%;
    min-height: 330px;
  }
}
.ps-content-marquee-slideshow--right {
  box-sizing: border-box;
  width: 100%;
  background-color: #1FB25A;
  padding: 35px;
  padding-top: 49px;
  color: #FFFFFF;
}
@media (min-width: 842px) {
  .ps-content-marquee-slideshow--right {
    width: 50%;
  }
}
.ps-content-marquee-slideshow--right .ps-h1 {
  margin-top: 0px;
}
.ps-content-marquee-slideshow--slideshow {
  border-top: 10px solid #0168B3;
}
@media (min-width: 842px) {
  .ps-content-marquee-slideshow--slideshow {
    position: absolute !important;
    bottom: 0px !important;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
.ps-content-marquee-slideshow--slideshow .ps-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 842px) {
  .ps-content-marquee-slideshow--slideshow .ps-slide {
    flex-direction: row;
    width: 100%;
  }
}
.ps-content-marquee-slideshow .swiper-container-horizontal > .swiper-pagination-bullets {
  top: 20px;
  bottom: auto;
  left: auto;
  right: 0px;
  width: 50%;
}
@media (max-width: 842px) {
  .ps-content-marquee-slideshow .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}
.ps-content-marquee-slideshow .swiper-button-prev {
  background-color: transparent;
  left: -50px;
}
.ps-content-marquee-slideshow .swiper-button-next {
  background-color: transparent;
  right: -50px;
}
@media (max-width: 550px) {
  .ps-content-marquee-slideshow .swiper-button-prev,
  .ps-content-marquee-slideshow .swiper-button-next {
    display: none;
  }
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.ps-button-block {
  text-align: center;
  padding: 21px;
  padding-top: 0px;
}
.ps-button-block h1 {
  margin: 0px;
  padding: 25px 0;
}
.ps-button-block--wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}
.news-events-block .ps-h1-header {
  margin: 25px;
  text-align: center;
}
.news-events-block .ps-news-events-grid--view-all a {
  text-decoration: none;
}
.news-events-block .ps-news-events-grid--view-all a:hover {
  text-decoration: underline;
  color: #0168B3;
}
.news-events-block .ps-calendar-block {
  margin-top: 0px;
}
.ps-image-text-block {
  display: flex;
  max-width: 1000px;
}
.ps-image-text-block--vertical {
  flex-direction: column;
}
.ps-image-text-block--vertical--reversed {
  flex-direction: column-reverse;
}
.ps-image-text-block--horizontal {
  flex-direction: row;
}
.ps-image-text-block--horizontal--reversed {
  flex-direction: row-reverse;
}
.ps-image-text-block--left {
  width: 100%;
  min-height: 260px;
  height: auto;
}
.ps-image-text-block--right {
  box-sizing: border-box;
  width: 100%;
  padding: 35px;
  color: #FFFFFF;
}
.ps-image-text-block--right .ps-h1 {
  margin-top: 0px;
}
.ps-image-text-block--right .ps-image-text-block--list-items li {
  padding: 6px;
}
.ps-image-text-block--right .ps-image-text-block--list-items li:last-child {
  margin-bottom: 21px;
}
.ps-image-text-block--right .ps-image-text-block--list-items p.ps-body-copy {
  margin-bottom: 0px;
}
.ps-image-text-block--right .ps-image-text-block--list-items a {
  text-decoration: none;
}
.ps-image-text-block--right .ps-image-text-block--list-items a:hover {
  text-decoration: underline;
}
.ps-image-text-block--content {
  box-sizing: border-box;
  width: 100%;
  padding: 35px;
  /*color: @white;*/
}
.ps-image-text-block--media {
  width: 100%;
  height: auto;
}
@media (min-width: 550px) {
  .ps-image-text-block--media {
    min-height: 260px;
  }
}
@media (max-width: 550px) {
  .ps-image-text-block {
    flex-direction: column;
  }
}
.ps-image-text-block--quote .ps-h3,
.ps-image-text-block--quote .ps-meta {
  text-align: right;
  display: block;
  margin-bottom: 6px;
}
.ps-image-text-block .ps-body-copy {
  margin-bottom: 25px;
}
.ps-image-text-block--advocacy {
  border: 2px solid #0168B3;
  background-color: white;
  padding: 16px;
}
.ps-image-text-block--advocacy a {
  text-decoration: none;
}
@media (max-width: 550px) {
  .ps-image-text-block {
    margin-bottom: 16px;
  }
}
.ps-advocacy--icon {
  color: black;
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 25px;
  margin-right: 25px;
}
.ps-advocacy--icon.email:before {
  content: "\f003";
}
.ps-advocacy--icon.call:before {
  content: "\f098";
}
.ps-advocacy--icon.share:before {
  content: "\f0a1";
}
.ps-advocacy--icon.issue:before {
  content: "\f0f6";
}
.ps-advocacy--button {
  width: 100%;
  display: block;
  border-bottom: none;
  margin-bottom: 6px;
}
.ps-size--30 {
  width: 30%;
}
.ps-size--50 {
  width: 50%;
}
.ps-size--66 {
  width: 66%;
}
.ps-size--70 {
  width: 70%;
}
.ps-size--100 {
  width: 100%;
}
@media (max-width: 550px) {
  .ps-size--30,
  .ps-size--50,
  .ps-size--66,
  .ps-size--70,
  .ps-size--100 {
    width: 100%;
  }
}
.ps-inline-image {
  width: 100%;
}
.ps-in-our-locals-block {
  /*padding-bottom: @size-4;*/
}
.ps-in-our-locals-block .ps-h1-header {
  text-align: center;
  margin: 25px 0;
}
.ps-in-our-locals-block .container {
  overflow: hidden;
}
.ps-in-our-locals-block--wrapper {
  /*margin-bottom: @size-4;*/
}
@media (min-width: 550px) {
  .ps-in-our-locals-block .swiper-button-next,
  .ps-in-our-locals-block .swiper-button-prev {
    background-color: transparent;
  }
}
@media (min-width: 550px) {
  .ps-in-our-locals-block .swiper-button-next {
    right: -10px;
  }
}
@media (min-width: 550px) {
  .ps-in-our-locals-block .swiper-button-prev {
    left: -10px;
  }
}
.ps-issues-action-block .ps-h1-header {
  margin-top: 0px;
  text-align: center;
}
.ps-issues-action-block--view-all {
  margin: 35px 0;
}
.ps-issues-action-block--view-all a {
  text-decoration: none;
}
.ps-issues-action-block--row {
  margin-top: 21px;
  width: 100%;
}
.ps-block-section {
  margin: 25px 0;
  padding: 25px 0;
}
@media (max-width: 550px) {
  .ps-block-section {
    margin: 0px;
  }
}
.ps-block-section--no-margin {
  margin: 0px;
  padding: 0px;
}
.ps-block-section--no-margin-top {
  margin-top: 0px;
  padding-top: 0px;
}
.ps-block-section--no-margin-bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ps-social-share {
  background-color: #b4dfff;
  padding: 6px;
  display: inline-block;
}
.ps-social-share-wrapper {
  text-align: right;
  margin-right: 60px;
}
.ps-social-share--vertical {
  padding: 6px;
  width: 28px;
}
.ps-social-up-arrow {
  position: absolute;
  font-family: "FontAwesome";
  display: inline-block;
  background-color: #0168B3;
  font-size: 30px;
  height: 37px;
  padding: 5px 20px;
  color: white;
}
.ps-social-up-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
.ps-social-up-arrow:before {
  content: "\f106";
}
.jssocials-share-link {
  background-color: #0168B3 !important;
}
.ps-swiper-grid .container {
  overflow: hidden;
}
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  font-size: 14px;
  overflow: scroll;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
.ps-sg .ps-body-copy {
  max-width: 842px;
  line-height: 1.3;
  margin-bottom: 35px;
}
.ps-sg .ps-h3 {
  margin-bottom: 35px;
}
.ps-sg--section {
  margin-bottom: 49px;
}
.ps-sg--grid-example .columns,
.ps-sg--grid-example .column {
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  background-color: #EEE;
  height: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.ps-sg--colors-example {
  margin-bottom: 21px;
}
.ps-sg--colors-example .columns > div {
  display: block;
  padding: 25px;
  text-align: center;
  border-radius: 4px;
  color: white;
  font-size: 16px;
}
.ps-sg--colors-example--primary {
  background-color: #0168B3;
}
.ps-sg--colors-example--secondary {
  background-color: #1589C4;
}
.ps-sg--colors-example--tertiary {
  background-color: #1FB25A;
}
.ps-sg--colors-example--primary-highlight {
  background-color: #FFD200;
  color: black !important;
}
.ps-sg--colors-example--secondary-highlight {
  background-color: #FFFFFF;
  color: black !important;
}
.ps-sg--colors-example--tertiary-highlight {
  background-color: #0094FF;
}
.ps-sg--masonry-example--item {
  height: 100px;
  background-color: #0168B3;
  border-radius: 4px;
}
.ps-sg--slideshow-example {
  overflow: hidden;
}
.ps-sg--slideshow-example--slide {
  height: 200px;
  display: block;
}
.ps-sg--typography h1,
.ps-sg--typography h2,
.ps-sg--typography h3,
.ps-sg--typography p,
.ps-sg--typography span {
  display: block;
  margin: 25px 0 !important;
}
.ps-sg--pagetypes a {
  color: black;
  text-decoration: none;
}
.ps-sg-header {
  padding: 49px 0;
}
.ps-sg-header .ps-sg-hero--wrapper {
  margin: 0 auto;
}
.ps-sg-header .ps-sg-hero--wrapper .ps-h1-hero,
.ps-sg-header .ps-sg-hero--wrapper .ps-h1 {
  max-width: 550px;
}
.ps-sg-navigation {
  background-color: #f8f8f8;
  padding: 35px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
  z-index: 999;
}
.ps-sg-navigation--item {
  display: inline;
}
.ps-sg-navigation--item a {
  color: black;
}
.ps-sg-navigation--item .ps-h4 {
  margin: 0px;
  padding-right: 21px;
}
.ps-sg-navigation--fixed {
  position: fixed;
  width: 100%;
  top: 0px;
}
.ps-sg-navigation--fixed + div {
  margin-top: 125px;
}
.ps-payments-ul {
  list-style: none;
  margin-top: 5px;
}
.ps-payments-ul li {
  white-space: nowrap;
  overflow: hidden;
}
.ps-payments-ul li * {
  vertical-align: top;
}
.ps-payments-ul li input[type=radio] {
  margin-top: 5px;
}
.ps-payments-ul label {
  display: inline-block;
  margin-left: 10px;
  white-space: normal;
}
#lvPaymentMethod .k-state-selected {
  background-image: none !important;
  background-color: transparent !important;
}
.pace-swiper-container {
  background-color: #f1f1f1;
  padding: 10px;
  overflow: hidden;
  /*max-width: 500px;*/
  /*margin-left:30px;
    margin-right:30px;*/
}
.pace-rotator-container {
  margin-right: 60px;
}
.pace-rotator-item {
  /*width: 250px;
    min-height: 100px;*/
}
.pace-swiper-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}
.pace-amount-block {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #0168B3;
  color: #FFFFFF;
  font-size: xx-large;
  text-align: center;
  border: solid 1px black;
  margin: 5px;
}
.pace-amount-block--large {
  box-sizing: border-box;
  padding: 15px 10px 5px 10px;
  width: 194px;
  font-size: medium;
  text-align: left;
  line-height: normal;
  vertical-align: top;
}
.pace-amount-block.selected {
  background-color: #1FB25A;
}
.pace-amount-block:hover {
  cursor: pointer;
}
.pace-block--wrapper {
  position: relative;
  max-width: 392px;
}
/*.swiper-button-next, .swiper-button-prev {
    padding: 0;

    @media (min-width: @bp-larger-than-phablet ) {
        background-color: transparent;
    }
}

.swiper-button-next {
    @media (min-width: @bp-larger-than-phablet ) {
    }
}

.swiper-button-prev {
    @media (min-width: @bp-larger-than-phablet ) {
    }
}*/
/* PACE MEDIA CSS */
.ktbOtherAmount {
  width: 100% !important;
}
.other-amount-DivBlock {
  margin-top: 7px;
  display: inline-block;
  width: 135px;
}
.myGoal-PACE {
  float: right;
}
.paypal-block {
  width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .paypal-block {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  .pace-amount-block-min {
    text-align: center !important;
  }
  .pace-amount-block {
    width: 80px;
    margin-left: 2px;
    margin-right: 0px;
  }
  .pace-amount-block--large {
    width: 165px;
  }
  .ktbOtherAmount {
    width: 100px !important;
  }
  .other-amount-DivBlock {
    margin-top: 7px;
    display: inline-block;
    width: 110px;
  }
  #PaymentContainer {
    padding: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .myGoal-PACE {
    float: none;
  }
  .pace-About-You {
    clear: both;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .myGoal-PACE {
    float: none;
  }
  .pace-About-You {
    clear: both;
    padding-top: 20px;
  }
}
.ps-margin-50-substract {
  margin-top: -50px;
}
@media (max-width: 750px) and (min-width: 550px) {
  .wrap-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 840px) and (min-width: 550px) {
  div#divPACEAmounts .row {
    display: flex;
  }
  div#divPACEAmounts .row .pace-amount-block {
    width: 32%;
    margin-right: 5px;
  }
  .pace-amount-block--large {
    width: 265px !important;
  }
  #pace-arrow {
    display: none;
  }
}
@media (max-width: 550px) {
  .hide-mobile {
    display: none;
  }
}
.ps-hidden {
  width: 100%;
  visibility: hidden;
  overflow: hidden;
}
.ps-hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.ps-image-float {
  padding: 21px;
}
.ps-image-float--left {
  float: left;
}
.ps-image-float--right {
  float: right;
}
@media (max-width: 550px) {
  .ps-image-float--left,
  .ps-image-float--right {
    float: none;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
.ps-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ps-align-center--block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ps-align-left {
  text-align: left;
}
.ps-align-right {
  text-align: right;
}
.ps-margin {
  margin: 25px 0;
}
.ps-margin--top {
  margin-top: 25px;
}
.ps-margin--top-none {
  margin-top: 0;
}
.ps-margin--top-narrow {
  margin-top: 12px;
}
.ps-margin--bottom {
  margin-bottom: 25px;
}
.ps-margin--bottom-none {
  margin-top: 0;
}
.ps-margin--bottom-narrow {
  margin-bottom: 12px;
}
.ps-margin--bottom-desktop-only {
  margin-bottom: 0px;
}
@media (min-width: 550px) {
  .ps-margin--bottom-desktop-only {
    margin-bottom: 21px;
  }
}
.ps-padding {
  box-sizing: border-box;
}
.ps-padding--left {
  padding-left: 12px;
}
.ps-padding--right {
  padding-right: 12px;
}
@media (min-width: 550px) {
  .ps-padding--right {
    padding-right: 49px;
  }
  .ps-padding--left {
    padding-left: 49px;
  }
}
.ps-padding-10 {
  box-sizing: border-box;
  padding: 10px;
}
.ps-padding-10--left {
  padding-left: 12px;
}
.ps-padding-10--right {
  padding-right: 12px;
}
@media (min-width: 550px) {
  .ps-padding-10--right {
    padding-right: 49px;
  }
  .ps-padding-10--left {
    padding-left: 49px;
  }
}
.ps-padding-20 {
  box-sizing: border-box;
  padding: 20px;
}
.ps-padding-20--left {
  padding-left: 12px;
}
.ps-padding-20--right {
  padding-right: 12px;
}
@media (min-width: 550px) {
  .ps-padding-20--right {
    padding-right: 49px;
  }
  .ps-padding-20--left {
    padding-left: 49px;
  }
}
.ps-padding-left-right-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ps-padding-left-right-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ps-padding-left-right-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ps-display--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.input-half input[type="text"],
.input-half input[type="password"],
.input-half textarea {
  width: 50% !important;
}
.swiper-container-rtl .swiper-button-next.swiper-button-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23#0168B3'%2F%3E%3C%2Fsvg%3E");
}
.ps-clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  padding: 0.1px;
}
.ps-block-padding-margin {
  margin: 10px;
  padding: 10px;
}
.ps-display-container {
  margin-left: 5px;
  float: right;
}
.ps-display-container-left {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.ps-ul-formatted {
  vertical-align: middle;
  display: inline-block;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
.ps-ul-formatted > li {
  display: inline-block;
}
.ps-ul-formatted > li:not(:first-of-type) {
  padding-left: 10px;
}
.clearKendoToolTipStyle {
  text-align: left;
}
.footer,
.footer a {
  color: white;
}
.footermenu,
.footersubmenu {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
.footermenu > li {
  display: inline-block;
}
.footermenu .menuheader {
  font-weight: bold;
}
.footermenu .footersubmenu {
  padding-top: 10px;
  padding-left: 0px;
}
.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block {
  /*padding: 20px 30px 20px 30px;*/
}
/*.block.transparent {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }*/
.block.green {
  color: white;
  background-color: #00af43;
}
.block.green.transparent {
  color: white;
  background-color: rgba(0, 175, 67, 0.5);
}
.block.green a {
  color: white;
}
.block.blue {
  color: white;
  background-color: #0168b3;
}
.block.blue.transparent {
  color: white;
  background-color: rgba(1, 104, 179, 0.8);
}
.block.blue a {
  color: white;
}
.ps-login-form-container {
  display: inline-block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.ps-login-error-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e07979;
  border-bottom-color: #e07979;
  border-top-width: 5px;
  border-bottom-width: 5px;
  background-color: #e7c0c0;
}
.login-wrapperWhiteBg {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e07979;
  border-bottom-color: #e07979;
  border-top-width: 5px;
  border-bottom-width: 5px;
  background-color: #fff;
}
#divLoginError {
  color: #ff0000;
  font-weight: bold;
}
#divLogin .ps-error * {
  color: #ff0000;
  /*margin-top:-10px;
    margin-bottom:-10px;*/
}
.ps-error-message {
  text-align: center;
  background-color: #FFD200;
  padding: 10px;
  color: red;
  font-weight: bold;
  font-family: 'Muli', sans-serif;
  margin: 0px;
  font-size: 16px;
}
.ps-error-message--date {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  margin: 0 0 16px 0;
}
.ps-error-message--article {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}
.ps-error-message ul {
  padding-left: 1em;
}
.ps-validation-error *,
.ps-validation-error-formatted * {
  font-weight: bold;
  color: #ff0000 !important;
  font-family: 'Muli', sans-serif;
  margin: 0px;
  font-size: 16px;
}
.ps-validation-error *--date,
.ps-validation-error-formatted *--date {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  margin: 0 0 16px 0;
}
.ps-validation-error *--article,
.ps-validation-error-formatted *--article {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}
.ps-validation-error * ul,
.ps-validation-error-formatted * ul {
  padding-left: 1em;
}
.ps-validation-error {
  background-color: #ffd800;
}
.ps-validation-error-formatted {
  background-color: #ffd800;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
a.bluelink:link,
a.bluelink {
  color: blue;
  text-decoration: none;
}
a.bluelink:hover {
  text-decoration: underline;
}
.ps-ul-spaced > li {
  padding: 5px;
}
.k-textbox {
  background-color: #CBE1EF !important;
  width: 246px !important;
}
.k-textbox:hover {
  background-color: #fff !important;
}
.k-textbox-minWidth250 {
  background-color: #CBE1EF;
  min-width: 250px !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-textbox-60 {
  background-color: #CBE1EF;
  width: 60px !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-textbox-75 {
  background-color: #CBE1EF;
  width: 75px !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-textbox-100 {
  background-color: #CBE1EF;
  width: 100px !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-textbox-150 {
  background-color: #CBE1EF;
  width: 150px !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-textbox-200 {
  background-color: #CBE1EF;
  width: 200px !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-textbox-300 {
  background-color: #CBE1EF;
  padding-left: 2px;
  color: #0b6eb6;
  width: 250px !important;
}
@media (min-width: 400px) {
  .k-textbox-300 {
    width: 300px !important;
  }
}
.k-textbox-full {
  background-color: #CBE1EF;
  width: 100% !important;
  padding-left: 2px;
  color: #0b6eb6;
}
.k-dropdown-full {
  text-align: left;
  width: 100% !important;
  color: #0b6eb6;
}
.ps-region-item {
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.ps-region-item:after {
  clear: both;
  content: ' ';
  display: block;
}
.ps-region-info {
  float: left;
  width: 45%;
  padding: 4px 10px;
}
.ps-center-section .six.columns {
  float: none;
  margin: 0 auto;
}
.ps-center-section .ps-label {
  display: inline-block;
  min-width: 250px;
}
.ps-bottom-border {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ps-ul-three-columns li {
  width: 30%;
  float: left;
}
/*.ps-ul-three-columns li:last-child{
clear:both;
float:none;
line-height:0;
font-size:0%;      
}*/
#divForgotPassword2 .validation-summary-valid,
#divForgotPassword1 .validation-summary-valid,
#divHideValidValidation .field-validation-valid {
  display: none;
}
#divForgotPassword2 .validation-summary-errors ul,
#divForgotPassword1 .validation-summary-errors ul {
  display: block;
}
#divHideValidValidation .field-validation-error {
  display: block;
  color: #ff0000 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
#divHideValidValidation .field-validation-error span {
  color: #ff0000 !important;
}
#divForgotPassword2 .validation-summary-errors ul li,
#divForgotPassword1 .validation-summary-errors ul li {
  display: block;
  color: #ff0000;
  font-weight: 600;
  margin-bottom: 10px;
}
.buttonDisabledGray {
  background-color: grey;
  opacity: 0.8;
}
.radioLabel {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  float: none;
  margin-left: 7px;
}
@media (min-width: 550px) {
  .input50Percent {
    width: 50% !important;
  }
  .input40Percent {
    width: 40% !important;
  }
}
.ps-form-item-label60--right {
  display: block;
  padding: 5px;
  float: none;
  text-align: left;
}
@media (min-width: 550px) {
  .ps-form-item-label60--right {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
@media (min-width: 550px) {
  .ps-form-item-label60--right {
    text-align: right;
    width: 60%;
  }
}
.ps-form-item-label40--right {
  display: block;
  padding: 5px;
  float: none;
  text-align: left;
}
@media (min-width: 550px) {
  .ps-form-item-label40--right {
    display: inline-block;
    float: right;
    width: 100%;
  }
}
@media (min-width: 550px) {
  .ps-form-item-label40--right {
    text-align: right;
    width: 40%;
  }
}
.ps-form-allcandidates-table1 {
  display: none;
}
@media (min-width: 550px) {
  .ps-form-allcandidates-table1 {
    display: block;
  }
}
.ps-form-allcandidates-table2 {
  display: block;
}
@media (min-width: 550px) {
  .ps-form-allcandidates-table2 {
    display: none;
  }
}
.hideRowBeforephablet {
  display: none;
}
@media (min-width: 550px) {
  .hideRowBeforephablet {
    display: block;
  }
}
.ps-reset {
  background-color: initial;
}
.ps-reset * {
  font-weight: initial;
  color: initial;
}
.ps-edit-form .ps-form-item-label {
  min-width: 200px;
}
/*Search page*/
.grayHead {
  border-radius: 4px;
  background: #f1f1f1;
  margin-bottom: 2%;
}
.grayHead h2,
.grayHead p {
  margin: 1%;
}
.btnCheckbox {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border-color: #E6E6E6 #E6E6E6 #A2A2A2;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
.btn-primary:hover,
.btn-group .btnCheckbox,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.SearchResults img,
.listResult img {
  float: left;
  margin-bottom: 1%;
  margin-right: 2%;
}
.listResult h3 {
  font-size: 1.3em;
}
.SearchResults hr,
.listResult hr {
  width: 100%;
  clear: both;
  margin: 2% 0;
}
.k-i-collapse {
  background-position-x: -30px;
  background-position-y: -225px;
}
.k-i-expand {
  background-position-x: -30px;
  background-position-y: -210px;
}
.k-i-collapse {
  background-position-x: -30px;
  background-position-y: -225px;
}
.k-i-expand {
  background-position-x: -30px;
  background-position-y: -210px;
}
#ps-list-section .k-grid * {
  color: #000 !important;
}
#ps-edit-section .k-multiselect-wrap * {
  color: #0168B3 !important;
  background-color: #CBE1EF !important;
}
#ps-edit-section .k-multiselect-wrap ul {
  padding-left: 0;
}
#ps-edit-section .k-multiselect * {
  box-sizing: border-box;
  background-color: #CBE1EF !important;
}
#lvPaymentMethod {
  background-color: inherit;
  border: none;
}
#lvPaymentMethod #divPaymentMethodItem:hover {
  cursor: pointer;
}
#search-keywords .k-textbox {
  width: 45% !important;
  vertical-align: bottom;
  margin-bottom: 0px;
}
#search-keywords .ps-label {
  margin: 0 0 15px;
  display: inline-block;
}
ul.pager {
  width: 150px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  ul.pager {
    width: 100px;
  }
}
ul.pager:after {
  display: block;
  content: ' ';
  clear: both;
}
ul.pager li {
  float: left;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ps-loginButtonFull {
  display: none;
  /**/
  /*@media (min-width: @bp-larger-than-tablet) {*/
}
@media (min-width: 550px) {
  .ps-loginButtonFull {
    display: block;
  }
}
.ps-loginButtonLessPhablet {
  display: block;
}
@media (min-width: 550px) {
  .ps-loginButtonLessPhablet {
    /**/
    display: none;
  }
}
.margin-top8 {
  margin-top: 8px;
}
ul.pagination-alpha li {
  float: left;
  padding: 5px 5px;
  list-style: none;
}
ul.pagination-alpha:after {
  display: block;
  content: ' ';
  clear: both;
}
.ps-inline-egrid {
  margin-top: 15px;
}
.ps-inline-egrid li {
  list-style: none;
  margin-bottom: 15px;
  clear: both;
}
.ps-inline-egrid li:after {
  clear: both;
  content: ' ';
  display: block;
}
.ps-inline-egrid li.ps-row {
  clear: both;
}
.ps-inline-egrid li label {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 550px) {
  .ps-form-responsive .ps-form-item label {
    display: inline-block;
    margin-bottom: 10px;
  }
  .ps-form-responsive .ps-form-item {
    position: relative;
  }
  .img-responsive {
    max-width: 100%;
  }
  .pos-abs {
    position: absolute;
  }
  .right0 {
    right: 0;
  }
  .bottom0 {
    bottom: 0;
  }
  .sm-text-left {
    text-align: left;
    margin-left: 0;
  }
  #ps-my-pace .two.columns {
    width: 22%;
    padding: 1% 1%;
  }
  #my-legislators .ps-display-container,
  #divMembershipDetail .ps-display-container {
    float: none;
    display: block;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #divMembershipDetail .ps-ul-spaced {
    padding-left: 0em;
    margin-left: 0em;
  }
  .ps-inline-egrid .four,
  .ps-inline-egrid .three,
  .ps-inline-egrid .nine,
  .ps-inline-egrid .five,
  .ps-inline-egrid .two {
    width: 95% !important;
    margin-top: 15px;
    padding: 0px;
  }
}
.ps-row:after {
  display: block;
  clear: both;
  content: ' ';
}
/* PACE MEDIA CSS */
.ktbOtherAmount {
  width: 100% !important;
}
.other-amount-DivBlock {
  margin-top: 7px;
  display: inline-block;
  width: 135px;
}
.myGoal-PACE {
  float: right;
}
.paypal-block {
  width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .paypal-block {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 350px) {
  k-textbox-300 {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .pace-amount-block-min {
    text-align: center !important;
  }
  .pace-amount-block {
    width: 80px;
    margin-left: 2px;
    margin-right: 0px;
  }
  .pace-amount-block--large {
    width: 165px;
  }
  .ktbOtherAmount {
    width: 100px !important;
  }
  .other-amount-DivBlock {
    margin-top: 7px;
    display: inline-block;
    width: 110px;
  }
  #PaymentContainer {
    padding: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .myGoal-PACE {
    float: none;
  }
  .pace-About-You {
    clear: both;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .myGoal-PACE {
    float: none;
  }
  .pace-About-You {
    clear: both;
    padding-top: 20px;
  }
}
@media (max-width: 840px) and (min-width: 550px) {
  div#divPACEAmounts .row {
    display: flex;
  }
  div#divPACEAmounts .row .pace-amount-block {
    width: 32%;
    margin-right: 5px;
  }
  .pace-amount-block--large {
    width: 265px !important;
  }
  #pace-arrow {
    display: none;
  }
}
.ps-login-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .container {
    flex-direction: column;
  }
  .first {
    order: 2;
  }
  .second {
    order: 1;
  }
  .third {
    order: 3;
  }
}
.disabledblock {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 40px;
  height: 80px;
  background-image: url('../Images/loading_2x.gif');
  background-repeat: no-repeat;
  background-position-x: center;
}
/*may want to move this to a forms css file*/
.ps-form-item-telerik {
  display: block;
}
@media (min-width: 1200px) {
  .ps-form-item-telerik {
    display: inline-block;
    float: right;
  }
}
.ps-form-item-telerik2 {
  display: block;
  width: 90%;
}
@media (min-width: 1200px) {
  .ps-form-item-telerik2 {
    display: inline;
    width: 100%;
  }
}