/*
 * NOTE: Minify this CSS for production. Use Stylelint for linting and code quality.
 */
@charset "UTF-8";

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Raleway:500,500i,700,700i,800,800i|Source+Sans+Pro:400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

.fa-rotate-90 {
  -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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

* {
  box-sizing: border-box; }
  * :focus {
    outline: 0; }

body, html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  background: #ffffff; }
  body.active-menu, html.active-menu {
    overflow: hidden;
    max-height: 100%; }

.all-caps {
  text-transform: uppercase; }

.med-grey {
  color: #e1e3e4; }

.white-text {
  color: #fff; }

.text-brand {
  color: #FF7EAC; }

.text--pink {
  color: #ff4b8b; }
  .text--pink--light {
    color: #ffb1cd; }

.text--white {
  color: #ffffff; }

.text--black {
  color: #222222; }

.text--shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

.font--smf {
  font-size: .8rem; }

.font--medf {
  font-size: 1rem; }

.font--lrgf {
  font-size: 1.125rem;
  font-size: 112.5%; }

.font--xlf {
  font-size: 1.5rem;
  font-size: 150%; }

.font-18{
	  font-size: 1.5rem;
  font-size: 150%;
}

.font--xxlf {
  font-size: 1.5rem;
  font-size: 150%; }
  @media only screen and (min-width: 1024px) {
    .font--xxlf {
      font-size: 2rem;
      font-size: 200%; } }

.font--heading {
  font-size: 2rem;
  font-size: 200%;
  color: #ff4b8b; }

.no-space {
  padding: 0;
  margin: 0; }

.block--inline {
  display: inline-block; }

.round {
  background: #ff4b8b;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  border-radius: 99rem;
  text-align: center;
  padding: 1rem; }

.no-mobile {
  display: none; }
  @media only screen and (min-width: 640px) {
    .no-mobile {
      display: block; } }

.no-tablet {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .no-tablet {
      display: none; } }

.only-mobile {
  display: inline-block; }
  .only-mobile--block {
    display: block; }
  @media only screen and (min-width: 1024px) {
    .only-mobile {
      display: none; }
      .only-mobile--block {
        display: none; } }

.pointer {
  cursor: pointer; }

a {
  color: #FF7EAC;
  text-decoration: none;
  cursor: pointer; }

.weight--base {
  font-weight: 400; }

.weight--thin {
  font-weight: 300; }

.weight--light {
  font-weight: 600; }

.weight--bold {
  font-weight: 700; }

.weight--thick {
  font-weight: 800; }

.scroll {
  opacity: .7;
  animation-name: bounce;
  animation-duration: 120s;
  animation-iteration-count: 10;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: 2s;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 120s;
  -webkit-animation-iteration-count: 10;
  -webkit-animation-direction: alternate;
  /* or: normal */
  -webkit-animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
  /* or: backwards, both, none */
  -webkit-animation-delay: 2s;
  -moz-animation-name: bounce;
  -moz-animation-duration: 120s;
  -moz-animation-iteration-count: 10;
  -moz-animation-direction: alternate;
  /* or: normal */
  -moz-animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -moz-animation-fill-mode: forwards;
  /* or: backwards, both, none */
  -moz-animation-delay: 2s; }
  .scroll:hover {
    opacity: 1; }

h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .12rem;
  margin: 0; }
  h1.sm {
    font-family: Montserrat;
    font-size: 32px; }

h2 {
  color: #FF7EAC;
  letter-spacing: .1rem;
  font-family: Raleway;
  font-weight: 600;
  margin: 0; }
  h2 small {
    display: block;
    color: #222222;
    font-size: 1rem;
    font-weight: 600; }

.fa {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out; }
  .fa:hover, .fa.scroll-color {
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }

.desc {
  display: none;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4; }

.show-bio {
  cursor: pointer;
  font-size: 1.25rem; }

.letter-spacing {
  letter-spacing: .1rem; }

.fa-facebook, .fa-facebook-square {
  color: #3b5998; }

.fa-twitter, .fa-twitter-square {
  color: #00aced; }

.fa-youtube, .fa-youtube-play, .fa-youtube-square {
  color: #bb0000; }

.fa-linkedin, .fa-linkedin-square {
  color: #007bb6; }

.fa-instagram {
  color: #517fa4; }

.lg-container {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .lg-container::after {
    content: '';
    display: table;
    clear: both; }
  .lg-container.side-pad {
    padding: 0 1rem; }
    @media only screen and (min-width: 1024px) {
      .lg-container.side-pad {
        padding: 0 2rem; } }

.xl-container {
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .xl-container::after {
    content: '';
    display: table;
    clear: both; }
  .xl-container.side-pad {
    padding: 0 1rem; }
    @media only screen and (min-width: 1024px) {
      .xl-container.side-pad {
        padding: 0 2rem; } }

.video-container {
  padding-bottom: 56.25%;
  padding-top: 25px;
  overflow: hidden;
  position: relative; }
  .video-container iframe {
    position: absolute;
    border: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .video-container::after {
    content: '';
    display: table;
    clear: both; }

.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.facebook-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.md-container {
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative; }
  .md-container::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    .md-container.--centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.sm-container {
  width: auto;
  max-width: 768px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .sm-container::after {
    content: '';
    display: table;
    clear: both; }

.xs-container {
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .xs-container::after {
    content: '';
    display: table;
    clear: both; }

.row::after {
  content: '';
  display: table;
  clear: both; }

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

.alt-rows::after {
  content: '';
  display: table;
  clear: both; }

.alt-rows:nth-child(even) {
  background: #f5f5f5; }

.bk-grey {
  background: #f2f2f2; }

.inline-block {
  display: inline-block;
  text-align: center; }

.col {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .col:first-child {
    margin-left: auto; }
  .col:last-child {
    margin-right: auto; }

.span {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .span:first-child {
    margin-left: auto; }
  .span:last-child {
    margin-right: auto; }

.col-1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 5.58333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-1::after {
    content: '';
    display: table;
    clear: both; }
  .col-1:last-child {
    margin-right: 0%; }

.col-offset-1 {
  margin-left: 8.33333%; }

.col-push-1 {
  left: 8.33333%; }

.col-pull-1 {
  right: 8.33333%; }

.col-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-2::after {
    content: '';
    display: table;
    clear: both; }
  .col-2:last-child {
    margin-right: 0%; }

.col-offset-2 {
  margin-left: 16.66667%; }

.col-push-2 {
  left: 16.66667%; }

.col-pull-2 {
  right: 16.66667%; }

.col-3--cycle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-3--cycle::after {
    content: '';
    display: table;
    clear: both; }
  .col-3--cycle:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col-3--cycle:nth-child(4n) {
    margin-right: 0%;
    float: right; }
  .col-3--cycle:nth-child(4n + 1) {
    clear: both; }

.col-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-3::after {
    content: '';
    display: table;
    clear: both; }
  .col-3:last-child {
    margin-right: 0%; }

.col-offset-3 {
  margin-left: 25%; }

.col-push-3 {
  left: 25%; }

.col-pull-3 {
  right: 25%; }

.col-4--cycle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-4--cycle::after {
    content: '';
    display: table;
    clear: both; }
  .col-4--cycle:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col-4--cycle:nth-child(3n) {
    margin-right: 0%;
    float: right; }
  .col-4--cycle:nth-child(3n + 1) {
    clear: both; }

.col-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-4::after {
    content: '';
    display: table;
    clear: both; }
  .col-4:last-child {
    margin-right: 0%; }

.col-offset-4 {
  margin-left: 33.33333%; }

.col-push-4 {
  left: 33.33333%; }

.col-pull-4 {
  right: 33.33333%; }

.col-5 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-5::after {
    content: '';
    display: table;
    clear: both; }
  .col-5:last-child {
    margin-right: 0%; }

.col-offset-5 {
  margin-left: 41.66667%; }

.col-push-5 {
  left: 41.66667%; }

.col-pull-5 {
  right: 41.66667%; }

.col-6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-6::after {
    content: '';
    display: table;
    clear: both; }
  .col-6:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col-6:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .col-6:nth-child(2n + 1) {
    clear: both; }

.col-offset-6 {
  margin-left: 50%; }

.col-push-6 {
  left: 50%; }

.col-pull-6 {
  right: 50%; }

.col-7 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.08333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-7::after {
    content: '';
    display: table;
    clear: both; }
  .col-7:last-child {
    margin-right: 0%; }

.col-offset-7 {
  margin-left: 58.33333%; }

.col-push-7 {
  left: 58.33333%; }

.col-pull-7 {
  right: 58.33333%; }

.col-8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-8::after {
    content: '';
    display: table;
    clear: both; }
  .col-8:last-child {
    margin-right: 0%; }

.col-offset-8 {
  margin-left: 66.66667%; }

.col-push-8 {
  left: 66.66667%; }

.col-pull-8 {
  right: 66.66667%; }

.col-9 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-9::after {
    content: '';
    display: table;
    clear: both; }
  .col-9:last-child {
    margin-right: 0%; }

.col-offset-9 {
  margin-left: 75%; }

.col-push-9 {
  left: 75%; }

.col-pull-9 {
  right: 75%; }

.col-10 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.83333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-10::after {
    content: '';
    display: table;
    clear: both; }
  .col-10:last-child {
    margin-right: 0%; }

.col-offset-10 {
  margin-left: 83.33333%; }

.col-push-10 {
  left: 83.33333%; }

.col-pull-10 {
  right: 83.33333%; }

.col-11 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.41667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-11::after {
    content: '';
    display: table;
    clear: both; }
  .col-11:last-child {
    margin-right: 0%; }

.col-offset-11 {
  margin-left: 91.66667%; }

.col-push-11 {
  left: 91.66667%; }

.col-pull-11 {
  right: 91.66667%; }

.col-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-12::after {
    content: '';
    display: table;
    clear: both; }
  .col-12:last-child {
    margin-right: 0%; }

.col-offset-12 {
  margin-left: 100%; }

.col-push-12 {
  left: 100%; }

.col-pull-12 {
  right: 100%; }

.span-1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 8.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-1::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-1 {
  margin-left: 8.33333%; }

.span-push-1 {
  left: 8.33333%; }

.span-pull-1 {
  right: 8.33333%; }

.span-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-2::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-2 {
  margin-left: 16.66667%; }

.span-push-2 {
  left: 16.66667%; }

.span-pull-2 {
  right: 16.66667%; }

.span-3--cycle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-3--cycle::after {
    content: '';
    display: table;
    clear: both; }
  .span-3--cycle:nth-child(n) {
    float: left;
    clear: none; }
  .span-3--cycle:nth-child(4n) {
    float: right; }
  .span-3--cycle:nth-child(4n + 1) {
    clear: both; }

.span-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-3::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-3 {
  margin-left: 25%; }

.span-push-3 {
  left: 25%; }

.span-pull-3 {
  right: 25%; }

.span-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-4::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-4 {
  margin-left: 33.33333%; }

.span-push-4 {
  left: 33.33333%; }

.span-pull-4 {
  right: 33.33333%; }

.span-5 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 41.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-5::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-5 {
  margin-left: 41.66667%; }

.span-push-5 {
  left: 41.66667%; }

.span-pull-5 {
  right: 41.66667%; }

.span-6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-6::after {
    content: '';
    display: table;
    clear: both; }
  .span-6:nth-child(n) {
    float: left;
    clear: none; }
  .span-6:nth-child(2n) {
    float: right; }
  .span-6:nth-child(2n + 1) {
    clear: both; }

.span-offset-6 {
  margin-left: 50%; }

.span-push-6 {
  left: 50%; }

.span-pull-6 {
  right: 50%; }

.span-7 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-7::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-7 {
  margin-left: 58.33333%; }

.span-push-7 {
  left: 58.33333%; }

.span-pull-7 {
  right: 58.33333%; }

.span-8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-8::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-8 {
  margin-left: 66.66667%; }

.span-push-8 {
  left: 66.66667%; }

.span-pull-8 {
  right: 66.66667%; }

.span-9 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-9::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-9 {
  margin-left: 75%; }

.span-push-9 {
  left: 75%; }

.span-pull-9 {
  right: 75%; }

.span-10 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 83.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-10::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-10 {
  margin-left: 83.33333%; }

.span-push-10 {
  left: 83.33333%; }

.span-pull-10 {
  right: 83.33333%; }

.span-11 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-11::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-11 {
  margin-left: 91.66667%; }

.span-push-11 {
  left: 91.66667%; }

.span-pull-11 {
  right: 91.66667%; }

.span-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-12::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-12 {
  margin-left: 100%; }

.span-push-12 {
  left: 100%; }

.span-pull-12 {
  right: 100%; }

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-1:last-child {
      margin-right: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-2:last-child {
      margin-right: 0%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-sm-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-sm-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-sm-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-3:last-child {
      margin-right: 0%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-sm-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-sm-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-sm-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-4:last-child {
      margin-right: 0%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-5:last-child {
      margin-right: 0%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-sm-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-sm-6:nth-child(2n + 1) {
      clear: both; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-7:last-child {
      margin-right: 0%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-8:last-child {
      margin-right: 0%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-9:last-child {
      margin-right: 0%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-10:last-child {
      margin-right: 0%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-11:last-child {
      margin-right: 0%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-12:last-child {
      margin-right: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .span-sm-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-1 {
    margin-left: 8.33333%; }
  .span-sm-push-1 {
    left: 8.33333%; }
  .span-sm-pull-1 {
    right: 8.33333%; }
  .span-sm-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-2 {
    margin-left: 16.66667%; }
  .span-sm-push-2 {
    left: 16.66667%; }
  .span-sm-pull-2 {
    right: 16.66667%; }
  .span-sm-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-sm-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-sm-3--cycle:nth-child(4n) {
      float: right; }
    .span-sm-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-sm-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-3 {
    margin-left: 25%; }
  .span-sm-push-3 {
    left: 25%; }
  .span-sm-pull-3 {
    right: 25%; }
  .span-sm-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-4 {
    margin-left: 33.33333%; }
  .span-sm-push-4 {
    left: 33.33333%; }
  .span-sm-pull-4 {
    right: 33.33333%; }
  .span-sm-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-5 {
    margin-left: 41.66667%; }
  .span-sm-push-5 {
    left: 41.66667%; }
  .span-sm-pull-5 {
    right: 41.66667%; }
  .span-sm-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-sm-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-sm-6:nth-child(2n) {
      float: right; }
    .span-sm-6:nth-child(2n + 1) {
      clear: both; }
  .span-sm-offset-6 {
    margin-left: 50%; }
  .span-sm-push-6 {
    left: 50%; }
  .span-sm-pull-6 {
    right: 50%; }
  .span-sm-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-7 {
    margin-left: 58.33333%; }
  .span-sm-push-7 {
    left: 58.33333%; }
  .span-sm-pull-7 {
    right: 58.33333%; }
  .span-sm-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-8 {
    margin-left: 66.66667%; }
  .span-sm-push-8 {
    left: 66.66667%; }
  .span-sm-pull-8 {
    right: 66.66667%; }
  .span-sm-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-9 {
    margin-left: 75%; }
  .span-sm-push-9 {
    left: 75%; }
  .span-sm-pull-9 {
    right: 75%; }
  .span-sm-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-10 {
    margin-left: 83.33333%; }
  .span-sm-push-10 {
    left: 83.33333%; }
  .span-sm-pull-10 {
    right: 83.33333%; }
  .span-sm-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-11 {
    margin-left: 91.66667%; }
  .span-sm-push-11 {
    left: 91.66667%; }
  .span-sm-pull-11 {
    right: 91.66667%; }
  .span-sm-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-12 {
    margin-left: 100%; }
  .span-sm-push-12 {
    left: 100%; }
  .span-sm-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1024px) {
  .col-md-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-1:last-child {
      margin-right: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-2:last-child {
      margin-right: 0%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-md-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-md-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-md-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-3:last-child {
      margin-right: 0%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-md-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-md-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-md-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-4:last-child {
      margin-right: 0%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-5:last-child {
      margin-right: 0%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-md-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-md-6:nth-child(2n + 1) {
      clear: both; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-7:last-child {
      margin-right: 0%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-8:last-child {
      margin-right: 0%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-9:last-child {
      margin-right: 0%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-10:last-child {
      margin-right: 0%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-11:last-child {
      margin-right: 0%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-12:last-child {
      margin-right: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .span-md-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-1 {
    margin-left: 8.33333%; }
  .span-md-push-1 {
    left: 8.33333%; }
  .span-md-pull-1 {
    right: 8.33333%; }
  .span-md-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-2 {
    margin-left: 16.66667%; }
  .span-md-push-2 {
    left: 16.66667%; }
  .span-md-pull-2 {
    right: 16.66667%; }
  .span-md-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-md-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-md-3--cycle:nth-child(4n) {
      float: right; }
    .span-md-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-md-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-3 {
    margin-left: 25%; }
  .span-md-push-3 {
    left: 25%; }
  .span-md-pull-3 {
    right: 25%; }
  .span-md-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-4 {
    margin-left: 33.33333%; }
  .span-md-push-4 {
    left: 33.33333%; }
  .span-md-pull-4 {
    right: 33.33333%; }
  .span-md-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-5 {
    margin-left: 41.66667%; }
  .span-md-push-5 {
    left: 41.66667%; }
  .span-md-pull-5 {
    right: 41.66667%; }
  .span-md-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-md-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-md-6:nth-child(2n) {
      float: right; }
    .span-md-6:nth-child(2n + 1) {
      clear: both; }
  .span-md-offset-6 {
    margin-left: 50%; }
  .span-md-push-6 {
    left: 50%; }
  .span-md-pull-6 {
    right: 50%; }
  .span-md-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-7 {
    margin-left: 58.33333%; }
  .span-md-push-7 {
    left: 58.33333%; }
  .span-md-pull-7 {
    right: 58.33333%; }
  .span-md-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-8 {
    margin-left: 66.66667%; }
  .span-md-push-8 {
    left: 66.66667%; }
  .span-md-pull-8 {
    right: 66.66667%; }
  .span-md-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-9 {
    margin-left: 75%; }
  .span-md-push-9 {
    left: 75%; }
  .span-md-pull-9 {
    right: 75%; }
  .span-md-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-10 {
    margin-left: 83.33333%; }
  .span-md-push-10 {
    left: 83.33333%; }
  .span-md-pull-10 {
    right: 83.33333%; }
  .span-md-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-11 {
    margin-left: 91.66667%; }
  .span-md-push-11 {
    left: 91.66667%; }
  .span-md-pull-11 {
    right: 91.66667%; }
  .span-md-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-12 {
    margin-left: 100%; }
  .span-md-push-12 {
    left: 100%; }
  .span-md-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-1:last-child {
      margin-right: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-2:last-child {
      margin-right: 0%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-lg-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-lg-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-lg-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-3:last-child {
      margin-right: 0%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-lg-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-lg-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-lg-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-4:last-child {
      margin-right: 0%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-5:last-child {
      margin-right: 0%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-lg-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-lg-6:nth-child(2n + 1) {
      clear: both; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-7:last-child {
      margin-right: 0%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-8:last-child {
      margin-right: 0%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-9:last-child {
      margin-right: 0%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-10:last-child {
      margin-right: 0%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-11:last-child {
      margin-right: 0%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-12:last-child {
      margin-right: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .span-lg-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-1 {
    margin-left: 8.33333%; }
  .span-lg-push-1 {
    left: 8.33333%; }
  .span-lg-pull-1 {
    right: 8.33333%; }
  .span-lg-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-2 {
    margin-left: 16.66667%; }
  .span-lg-push-2 {
    left: 16.66667%; }
  .span-lg-pull-2 {
    right: 16.66667%; }
  .span-lg-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-lg-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-lg-3--cycle:nth-child(4n) {
      float: right; }
    .span-lg-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-lg-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-3 {
    margin-left: 25%; }
  .span-lg-push-3 {
    left: 25%; }
  .span-lg-pull-3 {
    right: 25%; }
  .span-lg-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-4 {
    margin-left: 33.33333%; }
  .span-lg-push-4 {
    left: 33.33333%; }
  .span-lg-pull-4 {
    right: 33.33333%; }
  .span-lg-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-5 {
    margin-left: 41.66667%; }
  .span-lg-push-5 {
    left: 41.66667%; }
  .span-lg-pull-5 {
    right: 41.66667%; }
  .span-lg-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-lg-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-lg-6:nth-child(2n) {
      float: right; }
    .span-lg-6:nth-child(2n + 1) {
      clear: both; }
  .span-lg-offset-6 {
    margin-left: 50%; }
  .span-lg-push-6 {
    left: 50%; }
  .span-lg-pull-6 {
    right: 50%; }
  .span-lg-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-7 {
    margin-left: 58.33333%; }
  .span-lg-push-7 {
    left: 58.33333%; }
  .span-lg-pull-7 {
    right: 58.33333%; }
  .span-lg-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-8 {
    margin-left: 66.66667%; }
  .span-lg-push-8 {
    left: 66.66667%; }
  .span-lg-pull-8 {
    right: 66.66667%; }
  .span-lg-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-9 {
    margin-left: 75%; }
  .span-lg-push-9 {
    left: 75%; }
  .span-lg-pull-9 {
    right: 75%; }
  .span-lg-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-10 {
    margin-left: 83.33333%; }
  .span-lg-push-10 {
    left: 83.33333%; }
  .span-lg-pull-10 {
    right: 83.33333%; }
  .span-lg-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-11 {
    margin-left: 91.66667%; }
  .span-lg-push-11 {
    left: 91.66667%; }
  .span-lg-pull-11 {
    right: 91.66667%; }
  .span-lg-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-12 {
    margin-left: 100%; }
  .span-lg-push-12 {
    left: 100%; }
  .span-lg-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1366px) {
  .col-xl-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-1:last-child {
      margin-right: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-2:last-child {
      margin-right: 0%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-xl-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-xl-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-xl-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-3:last-child {
      margin-right: 0%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-xl-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-xl-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-xl-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-4:last-child {
      margin-right: 0%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-5:last-child {
      margin-right: 0%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-xl-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-xl-6:nth-child(2n + 1) {
      clear: both; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-7:last-child {
      margin-right: 0%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-8:last-child {
      margin-right: 0%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-9:last-child {
      margin-right: 0%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-10:last-child {
      margin-right: 0%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-11:last-child {
      margin-right: 0%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-12:last-child {
      margin-right: 0%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-pull-12 {
    right: 100%; }
  .span-xl-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-1 {
    margin-left: 8.33333%; }
  .span-xl-push-1 {
    left: 8.33333%; }
  .span-xl-pull-1 {
    right: 8.33333%; }
  .span-xl-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-2 {
    margin-left: 16.66667%; }
  .span-xl-push-2 {
    left: 16.66667%; }
  .span-xl-pull-2 {
    right: 16.66667%; }
  .span-xl-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-xl-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-xl-3--cycle:nth-child(4n) {
      float: right; }
    .span-xl-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-xl-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-3 {
    margin-left: 25%; }
  .span-xl-push-3 {
    left: 25%; }
  .span-xl-pull-3 {
    right: 25%; }
  .span-xl-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-4 {
    margin-left: 33.33333%; }
  .span-xl-push-4 {
    left: 33.33333%; }
  .span-xl-pull-4 {
    right: 33.33333%; }
  .span-xl-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-5 {
    margin-left: 41.66667%; }
  .span-xl-push-5 {
    left: 41.66667%; }
  .span-xl-pull-5 {
    right: 41.66667%; }
  .span-xl-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-xl-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-xl-6:nth-child(2n) {
      float: right; }
    .span-xl-6:nth-child(2n + 1) {
      clear: both; }
  .span-xl-offset-6 {
    margin-left: 50%; }
  .span-xl-push-6 {
    left: 50%; }
  .span-xl-pull-6 {
    right: 50%; }
  .span-xl-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-7 {
    margin-left: 58.33333%; }
  .span-xl-push-7 {
    left: 58.33333%; }
  .span-xl-pull-7 {
    right: 58.33333%; }
  .span-xl-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-8 {
    margin-left: 66.66667%; }
  .span-xl-push-8 {
    left: 66.66667%; }
  .span-xl-pull-8 {
    right: 66.66667%; }
  .span-xl-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-9 {
    margin-left: 75%; }
  .span-xl-push-9 {
    left: 75%; }
  .span-xl-pull-9 {
    right: 75%; }
  .span-xl-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-10 {
    margin-left: 83.33333%; }
  .span-xl-push-10 {
    left: 83.33333%; }
  .span-xl-pull-10 {
    right: 83.33333%; }
  .span-xl-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-11 {
    margin-left: 91.66667%; }
  .span-xl-push-11 {
    left: 91.66667%; }
  .span-xl-pull-11 {
    right: 91.66667%; }
  .span-xl-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-12 {
    margin-left: 100%; }
  .span-xl-push-12 {
    left: 100%; }
  .span-xl-pull-12 {
    right: 100%; } }

.u-background {
  background-color: #ffffff; }
  .u-background--opac {
    background-color: rgba(255, 255, 255, 0.5); }
  .u-background--gray {
    background-color: #f5f5f5; }
  .u-background--pink {
    background-color: rgba(255, 177, 205, 0.5); }
  .u-background--brand {
    background-color: #ff7eac; }
  .u-background--alt {
    background-color: #ffffff; }
    .u-background--alt:nth-child(even) {
      background-color: #fafafa; }

.u-border {
  border: 1px solid #e1e3e4; }

.no-border {
  border: none !important; }

.u-padding {
  padding: 1rem; }
  .u-padding--y {
    padding: 0 1rem; }
    .u-padding--y--sm {
      padding: 0 .5rem; }
  .u-padding--x {
    padding: 1rem 0; }
    .u-padding--x-2 {
      padding: 2rem 0; }
  .u-padding--xl {
    padding: 3rem; }
  .u-padding--t {
    padding-top: 1rem; }
    .u-padding--t--sm {
      padding-top: .5rem; }
  .u-padding--none {
    padding: 0;
    margin: 0; }

.u-margin {
  margin: 1rem; }
  .u-margin--x {
    margin: 1rem auto; }
  .u-margin--y {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .u-margin--y--xl {
      margin-top: 2rem;
      margin-bottom: 2rem; }
  .u-margin--t {
    margin-top: 1rem; }
    .u-margin--t--sm {
      margin-top: .5rem; }
  .u-margin--b {
    margin-bottom: 1rem; }
    .u-margin--b--sm {
      margin-bottom: .5rem; }
    .u-margin--b--xl {
      margin-bottom: 2rem; }
  .u-margin--none {
    margin: 0; }

.sec-margin {
  margin: 2rem auto; }
  @media only screen and (min-width: 1024px) {
    .sec-margin {
      margin: 3rem auto; } }

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

.align--left {
  text-align: left; }

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

.img {
  width: 100%; }
  .img--hero {
    max-width: 220px; }
  .img--logo {
    max-width: 230px; }
  .img--article {
    max-height: 235px; }
  .img--team {
    width: 170px;
    height: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .img--team {
        margin-top: -100px; } }

.c-hero {
  padding: 20px 0 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .c-hero {
      text-align: left;
      background: white;
      background: -moz-linear-gradient(left, white 10%, rgba(255, 75, 139, 0)), url("../img/home-image.png") top right no-repeat;
      background: -webkit-linear-gradient(left, white 10%, rgba(255, 75, 139, 0)), url("../img/home-image.png") top right no-repeat;
      background: linear-gradient(to right, white 10%, rgba(255, 75, 139, 0)), url("../img/home-image.png") top right no-repeat;
      background-size: contain;
      background-position: top 20px right;
      padding: 100px 0 30px; } }
  .c-hero--back {
    margin-top: 30px;
    padding: 30px 1rem;
    background: #ff7eac;
    background: url("../img/mirrored-squares.png"), -webkit-linear-gradient(top, #ff7eac, #ff4b8b);
    background: url("../img/mirrored-squares.png"), linear-gradient(to bottom, #ff7eac, #ff4b8b);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }

.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .unstyled-list.--bullets {
    list-style: disc; }
  .unstyled-list.--checks li {
    font-size: 1rem;
    padding: .25rem 1.5rem;
    overflow: hidden; }
    .unstyled-list.--checks li:before {
      content: '\f058';
      font-family: FontAwesome;
      margin-right: .5rem;
      font-size: 1.25rem;
      color: #ff4b8b; }

.inline-list li {
  display: inline-block; }

.btn {
  padding: .5rem 2rem;
  border: none;
  outline: none; }
  .btn--large {
    display: block;
    max-width: 300px;
    margin: 0 auto 1rem;
    padding: .8rem;
    width: 100%; }
  .btn--primary {
    background: #FF7EAC;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FF7EAC 0%, #ff4b8b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF7EAC), color-stop(100%, #ff4b8b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF7EAC 0%, #ff4b8b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF7EAC 0%, #ff4b8b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF7EAC 0%, #ff4b8b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #FF7EAC 0%, #ff4b8b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    color: #ffffff; }
    .btn--primary:hover {
      background: #ff4b8b;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ff4b8b 0%, #FF7EAC 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4b8b), color-stop(100%, #FF7EAC));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ff4b8b 0%, #FF7EAC 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ff4b8b 0%, #FF7EAC 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ff4b8b 0%, #FF7EAC 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ff4b8b 0%, #FF7EAC 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
  .btn--white {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    font-weight: 700;
    color: #ff4b8b; }
    .btn--white:hover {
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
  .btn--round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  .btn--round--half {
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius:0 20px 20px 0; }
  .btn--shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--ghost {
    background: none; }
    .btn--ghost:hover {
      background: none; }
  .btn--border {
    border: 1px solid #ffffff; }
    .btn--border--pink {
      border: 1px solid #ff4b8b; }
  .btn--flat {
    background: #ff4b8b; }
    .btn--flat:hover {
      background: #ff4b8b; }


.sub-menu{
display: none;

}


.has-menu:hover .sub-menu{
	display: block;	
	position: absolute;
	top: 40px;
	left: 10px;
	border: 1px solid #dedede;
	padding: 0 .5rem;
	background: #ffffff;
}



.sub-menu li{
	display: block !important;	
	text-align: left !important;
}
.sub-menu li a{
font-size:14px !important;
font-weight: 400 !important;
	text-align: left !important;
}


.nav {
  position: relative;
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #FF7EAC; }
  .nav ul, .nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav li {
    display: inline-block;
    padding: .5rem .5rem;
    text-align: center; }
    .nav li.no-mobile {
      display: none; }
    .nav li a {
      font-family: Montserrat;
      font-size: 16px;
      color: #ff4b8b;
      text-transform: uppercase;
      font-weight: 600; }
  @media only screen and (min-width: 1024px) {
    .nav {
      margin-top: .25rem;
      display: inline-block;
      border-bottom: none; }
      .nav li {
        display: inline-block;
        padding: .5rem .5rem;
        border: none; }
        .nav li.no-mobile {
          display: inline-block; }
        .nav li a {
          font-family: Montserrat;
          font-size: 16px;
          color: #ff4b8b;
          text-transform: uppercase;
          font-weight: 600; }
          .nav li a.text--white {
            color: #ffffff; } }
  @media only screen and (min-width: 1280px) {
    .nav {
      margin-top: .25rem;
      display: inline-block;
      border-bottom: none; }
      .nav li {
        display: inline-block;
        padding: .5rem .75rem;
        border: none; }
        .nav li.no-mobile {
          display: inline-block; }
        .nav li a {
          font-family: Montserrat;
          font-size: 16px;
          color: #ff4b8b;
          text-transform: uppercase;
          font-weight: 600; }
          .nav li a.text--white {
            color: #ffffff; } }

.back .menu, .fixed .menu {
  display: block;
  color: #FF7EAC; }
  @media only screen and (min-width: 1024px) {
    .back .menu, .fixed .menu {
      display: none; } }

.back .nav, .fixed .nav {
  display: none;
  margin-top: 2rem; }
  @media only screen and (min-width: 1024px) {
    .back .nav, .fixed .nav {
      display: inline-block; } }
  .back .nav li, .fixed .nav li {
    padding: 1rem 2rem;
    display: block;
    border-bottom: 2px solid #ff4b8b; }
    .back .nav li:last-child, .fixed .nav li:last-child {
      border-bottom: none; }
    .back .nav li a, .fixed .nav li a {
      color: #ff4b8b; }
      .back .nav li a.text--white, .fixed .nav li a.text--white {
        color: #ffffff; }
  @media only screen and (min-width: 1024px) {
    .back .nav, .fixed .nav {
      margin-top: .25rem;
      display: inline-block; }
      .back .nav li, .fixed .nav li {
        display: inline-block;
        padding: .5rem .5rem;
        border: none; }
        .back .nav li a, .fixed .nav li a {
          font-family: Montserrat;
          font-size: 17px;
          color: #ff4b8b;
          text-transform: uppercase;
          font-weight: 600; }
          .back .nav li a.text--white, .fixed .nav li a.text--white {
            color: #ffffff; } }
  @media only screen and (min-width: 1280px) {
    .back .nav, .fixed .nav {
      margin-top: .25rem;
      display: inline-block; }
      .back .nav li, .fixed .nav li {
        display: inline-block;
        padding: .5rem .75rem;
        border: none; }
        .back .nav li a, .fixed .nav li a {
          font-family: Montserrat;
          font-size: 19px;
          color: #ff4b8b;
          text-transform: uppercase;
          font-weight: 600; }
          .back .nav li a.text--white, .fixed .nav li a.text--white {
            color: #ffffff; } }

.menu {
  display: none;
  text-align: right; }

dl:nth-child(even) {
  background: #f8f8f8; }

dl dt {
  font-weight: 700;
  font-size: 20px; }

dl dd {
  margin-inline-start: 0;
  margin-left: 0; }

.refund--content, .privacy--content {
  display: none; }

.header {
  width: 100%;
  padding: .5rem 1rem;
  z-index: 1000;
  background: #ffffff; }
  @media only screen and (min-width: 1024px) {
    .header {
      padding: 1rem 1rem; } }
  .header::after {
    content: '';
    display: table;
    clear: both; }
  .header .img--logo {
    max-width: 150px;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .header .img--logo {
        max-width: 175px;
        display: inline-block; } }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff;
    padding: .5rem 1rem; }
    .header.fixed .img--logo {
      display: inline-block;
      max-width: 175px; }

.back .header, .fixed .header {
  background: #ffffff; }
  .back .header .img--logo, .fixed .header .img--logo {
    display: inline-block;
    max-width: 175px; }

.newsletters {
  position: relative;
  width: 100%;
  background: #ff7eac;
  background: -webkit-linear-gradient(top, #ff7eac, #ff4b8b);
  background: linear-gradient(to bottom, #ff7eac, #ff4b8b); }

.footer {
  text-align: center; }
  .footer .align--right {
    text-align: center; }
  @media only screen and (min-width: 1024px) {
    .footer .align--right {
      text-align: right; } }

.testimonial {
  position: relative;
  width: 100%;
  background: #ff4b8b;
  background: -webkit-linear-gradient(left, #ff4b8b, #ff7eac);
  background: linear-gradient(to right, #ff4b8b 40%, #ff7eac);
  background-size: contain;
  font-size: 20px;
  padding: 2rem 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 768px) {
    .testimonial {
      padding: 1rem; } }

 .d_signup input.email, .InputElement, .ElementsApp input {
  background: #ffffff !important;
  outline: 0;
  vertical-align: bottom;
  border: 1px #e1e3e4 solid !important;
  padding: .5rem .5rem .5rem .75rem !important;
  width: 100%;
  height: unset !important;
  margin-right: 10px !important; }

  /* Mobile-first approach: ensure full width on mobile devices */
/* This ensures form fields span the full width on mobile for better UX, especially for right-handed users */
@media only screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=date], .d_signup input.email, .InputElement, .ElementsApp input,
  .form .o-select-box {
    width: 100% !important;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) {
    input[type=text], input[type=email],input[type=date], .d_signup input.email, .InputElement, .ElementsApp input {
      width: unset; } }
  input[type=text].--round, input[type=email].--round, .d_signup input.email.--round, .InputElement.--round, .ElementsApp input.--round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
 
	  -o-border-radius: 20px;
    border-radius: 20px; }
  input[type=text].no-border, input[type=email].no-border, .d_signup input.email.no-border, .InputElement.no-border, .ElementsApp input.no-border {
    border: none !important; }

.hide, .hideappoint, .hidetime, .thankyou, .error, .hideForm {
  display: none; }

.form .o-full-text input[type=email],
.form .o-full-text input[type=password],
.form .o-full-text input[type=text],
.form .o-full-text input[type=date],
.form .o-full-text textarea,
.form .o-full-text .InputElement,
.form .o-full-text .ElementsApp input {
  display: block;
  background: #ffffff;
  outline: 0;
  vertical-align: bottom;
  border: 1px #e1e3e4 solid;
  padding: 1rem .5rem; 
  font-size:1.2rem;
  width: 100%; }

  .form .o-full-text input[type=email].sm,
  .form .o-full-text input[type=password].sm,
  .form .o-full-text input[type=text].sm,
  .form .o-full-text textarea.sm,
  .form .o-full-text .InputElement.sm,
  .form .o-full-text .ElementsApp input.sm {
    padding: .5rem; }
  .form .o-full-text input[type=email].no-margin,
  .form .o-full-text input[type=password].no-margin,
  .form .o-full-text input[type=text].no-margin,
  .form .o-full-text textarea.no-margin,
  .form .o-full-text .InputElement.no-margin,
  .form .o-full-text .ElementsApp input.no-margin {
    margin: 0; }
  .form .o-full-text input[type=email].no-border,
  .form .o-full-text input[type=password].no-border,
  .form .o-full-text input[type=text].no-border,
  .form .o-full-text textarea.no-border,
  .form .o-full-text .InputElement.no-border,
  .form .o-full-text .ElementsApp input.no-border {
    border: none !important; }

.form .o-full-text textarea {
  padding: 0; }
.form .o-full-text{
	margin: 1rem 0;
}
.form label {
  font-size: .88rem;
  font-weight: 700; }
  .form label.req:after {
    content: "*";
    color: red; }

.form .o-select {
  position: relative; }
  .form .o-select option {
    text-transform: capitalize; }
  .form .o-select-box {
    width: 100%;
    outline: none;
    border: 1px solid #e1e3e4;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 1rem .5rem;
    color: #222222;
    background: #ffffff; }
  .form .o-select:after {
    content: '<>';
    font: 1rem "Consolas", monospace;
    color: #e1e3e4;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 3px;
    top: 0px;
    background: #ffffff;
    border-bottom: 1px solid #e1e3e4;
    position: absolute;
    pointer-events: none; }

.form fieldset {
  border: none; }
  .form fieldset.padding {
    padding: 0 2rem; }

.form .submitted-message {
  font-weight: bold; }

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: .5rem .25rem;
  border: 1px solid #e1e3e4;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e1e3e4;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #e1e3e4; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.hbspot-form {
  width: 100% !important; }
  .hbspot-form .hs-fieldtype-text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .hbspot-form .hs-fieldtype-text::after {
      content: '';
      display: table;
      clear: both; }
    .hbspot-form .hs-fieldtype-text:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .hbspot-form .hs-fieldtype-text:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .hbspot-form .hs-fieldtype-text:nth-child(2n + 1) {
      clear: both; }

.hs-form-iframe {
  width: 100% !important;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .hs-form-iframe {
      padding-left: 150px; } }
	  
	  /* --- Logo Swapping Logic --- */
.logo-fixed {
    display: none; /* Hide the fixed logo by default */
}
.header.fixed .logo-default {
    display: none; /* When header is fixed, hide the default logo */
}
.header.fixed .logo-fixed {
    display: inline-block; /* When header is fixed, show the fixed logo */
}

#mc_embed_signup .clear {
  margin-top: 1rem; }
  @media only screen and (min-width: 1024px) {
    #mc_embed_signup .clear {
      margin-top: 0; } }
  #mc_embed_signup .clear .btn {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 1024px) {
    #mc_embed_signup .clear {
      display: inline-block; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th,
  .table td {
    padding: 0.625rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table th {
    text-align: left; }
  .table thead th {
    vertical-align: bottom;
    font-weight: 700; }
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #FFFFFF; }

.table--condense th,
.table--condense td {
  padding: 4px 5px; }

.table--stripe tr:nth-child(odd) > td {
  background-color: #F8F8F8; }

.table--border {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px; }
  .table--border th,
  .table--border td {
    border-left: 1px solid #ddd; }
  .table--border caption + thead tr:first-child th,
  .table--border caption + tbody tr:first-child th,
  .table--border caption + tbody tr:first-child td,
  .table--border colgroup + thead tr:first-child th,
  .table--border colgroup + tbody tr:first-child th,
  .table--border colgroup + tbody tr:first-child td,
  .table--border thead:first-child tr:first-child th,
  .table--border tbody:first-child tr:first-child th,
  .table--border tbody:first-child tr:first-child td {
    border-top: 0; }
  .table--border thead:first-child tr:first-child > th:first-child,
  .table--border tbody:first-child tr:first-child > td:first-child,
  .table--border tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 3px; }
  .table--border thead:first-child tr:first-child > th:last-child,
  .table--border tbody:first-child tr:first-child > td:last-child,
  .table--border tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 3px; }
  .table--border thead:last-child tr:last-child > th:first-child,
  .table--border tbody:last-child tr:last-child > td:first-child,
  .table--border tbody:last-child tr:last-child > th:first-child,
  .table--border tfoot:last-child tr:last-child > td:first-child,
  .table--border tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 3px; }
  .table--border thead:last-child tr:last-child > th:last-child,
  .table--border tbody:last-child tr:last-child > td:last-child,
  .table--border tbody:last-child tr:last-child > th:last-child,
  .table--border tfoot:last-child tr:last-child > td:last-child,
  .table--border tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 3px; }
  .table--border tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0; }
  .table--border tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0; }
  .table--border caption + thead tr:first-child th:first-child,
  .table--border caption + tbody tr:first-child td:first-child,
  .table--border colgroup + thead tr:first-child th:first-child,
  .table--border colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 3px; }
  .table--border caption + thead tr:first-child th:last-child,
  .table--border caption + tbody tr:first-child td:last-child,
  .table--border colgroup + thead tr:first-child th:last-child,
  .table--border colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 3px; }

.table--hover tr > td {
  transition: background-color 0.2s, color 0.2s; }

.table--hover tr:hover > td {
  background-color: #0074D9;
  border-left-color: #0074D9;
  color: #fff; }
  .table--hover tr:hover > td:first-child {
    border-left: 1px solid #ddd; }

blockquote {
  position: relative; }
  blockquote p {
    position: relative;
    margin: 0;
    padding: 0; }
  blockquote:before {
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 60px;
    font-style: normal;
    color: #ffffff;
    position: absolute;
    opacity: .2;
    top: -40px;
    left: -20px; }

.loading {
  display: none;
  height: 100%;
  width: 100%;
  background: url(../img/Spin-1s-145px.svg) no-repeat center center;
  position: absolute;
  z-index: 10; }

.overlay {
  display: none;
  position: fixed;
  height: 100vh;
	
  width: 100vw;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5); }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

.accordion--title {
  cursor: pointer;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.accordion--content {
  display: none; }

.corona{
	display: none;
position: relative;
}
.fa-window-close-o{
	position: absolute;
	top: 5px;
	right: 5px;
}

.corona.active{
	display: block;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	padding: 1rem;
	box-shadow: 2px 4px 4px rgba(0,0,0,.5);
	background: #ffffff;
	border: 1px solid #dedede;
	z-index: 10000;
	cursor: pointer;
}

.corona--button{
	display: none;
position: fixed;
	bottom: 100px;
	left: 0;
	font-size: 12px;
}
.corona--button .btn{
padding: .5rem;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.schedule-now-btn{
display: none;	
}
@media (max-width: 767.98px) {
.schedule-now-btn {
  display: block;	
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background-color: #ff4b8b; 
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.75rem;
  text-decoration: none;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;

  &:hover,
  &:focus {
    background-color: darken(#ff4b8b, 5%);
    color: white;
    text-decoration: none;
  }
}
}

.time-slot-btn.selected {
    background: #ff4081;
    color: #fff;
    border-color: #ff4081;
}

/* Appointment Confirmation Box Styles */
.confirmation-card {
    background: #fff;
    border: 2px solid #ff4081;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(255, 64, 129, 0.08);
    padding: 2rem 1.5rem;
    max-width: 480px;
    margin: 2rem auto;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #18171c;
}
.confirmation-card .confirmation-icon {
    font-size: 2.5rem;
    color: #ff4081;
    margin-bottom: 1rem;
    display: inline-block;
}
.confirmation-card h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #18171c;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', 'Arial', sans-serif;
}
.confirmation-card .confirmation-details {
    margin: 1.5rem 0 1rem 0;
    text-align: left;
    font-size: 1.1rem;
    color: #18171c;
    font-family: 'Montserrat', 'Arial', sans-serif;
}
.confirmation-card .confirmation-details .detail-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}
.confirmation-card .confirmation-details .detail-row i {
    color: #ff4081;
    margin-right: 0.75rem;
    font-size: 1.3rem;
    min-width: 1.5rem;
    text-align: center;
}
.confirmation-card .confirmation-actions {
    margin: 1.5rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}
.confirmation-card .confirmation-actions button,
.confirmation-card .confirmation-actions a {
    background: #ff4081;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(255, 64, 129, 0.08);
    font-family: 'Montserrat', 'Arial', sans-serif;
}
.confirmation-card .confirmation-actions button:hover,
.confirmation-card .confirmation-actions a:hover {
    background: #c2185b;
}
.confirmation-card .confirmation-reassure {
    margin-top: 1.5rem;
    font-size: 1.05rem;
    color: #18171c;
    font-style: italic;
    font-family: 'Montserrat', 'Arial', sans-serif;
}
@media (max-width: 600px) {
    .confirmation-card {
        padding: 1.2rem 0.5rem;
        max-width: 98vw;
    }
    .confirmation-card h2 {
        font-size: 1.2rem;
    }
    .confirmation-card .confirmation-details {
        font-size: 1rem;
    }
    .confirmation-card .confirmation-actions button,
    .confirmation-card .confirmation-actions a {
        font-size: 0.95rem;
        padding: 0.6rem 1.1rem;
    }
}

/* Chevron styles for event toggle icons */
.chevron {
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
}

.chevron::before,
.chevron::after {
    position: absolute;
    display: block;
    content: "";
    border: 8px solid transparent;
}

.chevron-down::before {
    top: 0;
    border-top-color: #ff4081;
}

.chevron-down::after {
    top: -2px;
    border-top-color: white;
}

.chevron-up::before {
    bottom: 0;
    border-bottom-color: #ff4081;
}

.chevron-up::after {
    bottom: -2px;
    border-bottom-color: white;
}

/* Ensure marker labels are white */
.gm-style .gm-style-iw-d {
    color: white !important;
}

/* Force white color for Google Maps marker labels */
.gm-style .gm-style-iw-d .gm-style-iw-c {
    color: white !important;
}

/* Additional specificity for marker labels */
div[style*="color: white"] {
    color: white !important;
}

/* Force white color specifically for marker labels */
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-d *,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-c *,
.gm-style .gm-style-iw-d .gm-style-iw-c,
.gm-style .gm-style-iw-d .gm-style-iw-c *,
.gm-style .gm-style-iw-d .gm-style-iw-c div,
.gm-style .gm-style-iw-d .gm-style-iw-c span {
    color: white !important;
    font-weight: bold !important;
}

/* Assistance Banner Styles */
.assistance-banner {
    background: linear-gradient(135deg, #fff5f8 0%, #ffe8f0 100%);
    border: 2px solid #ff4081;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(255, 64, 129, 0.15);
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 400px;
    z-index: 1000;
    transform: none;
}

.assistance-banner:hover {
    box-shadow: 0 6px 20px rgba(255, 64, 129, 0.15);
    transform: translateY(-1px);
}

.assistance-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: 'Montserrat', 'Arial', sans-serif;
    white-space: nowrap;
}

/* Ensure assistance banner doesn't affect Google Maps elements */
.assistance-content * {
    color: inherit;
}

/* Force white color specifically for marker labels */
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-d *,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-c *,
.gm-style .gm-style-iw-d .gm-style-iw-c,
.gm-style .gm-style-iw-d .gm-style-iw-c *,
.gm-style .gm-style-iw-d .gm-style-iw-c div,
.gm-style .gm-style-iw-d .gm-style-iw-c span {
    color: white !important;
    font-weight: bold !important;
}

.phone-link {
    color: #ff4081;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 12px;
    background: white;
    border: 2px solid #ff4081;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-block;
}

.phone-link:hover {
    background: #ff4081;
    color: white;
    text-decoration: none;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .assistance-banner {
        bottom: 70px;
        width: calc(100% - 30px);
        padding: 6px 10px;
    }
    
    .assistance-content {
        font-size: 12px;
        gap: 4px;
    }
    
    .phone-link {
        font-size: 12px;
        padding: 2px 6px;
    }
}

/* Google Maps Info Window Styling */
.gm-style .gm-style-iw-d {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #333 !important;
    max-height: 50vh !important;
    min-height: 200px !important;
}

/* Ensure info window container has proper dimensions */
.gm-style .gm-style-iw-c {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #333 !important;
    max-height: 50vh !important;
    min-height: 200px !important;
}

/* Ensure no additional scrollbars from Google Maps structure */
.gm-style .gm-style-iw-ch {
    overflow: hidden !important;
}

/* Remove any conflicting shadows from inner elements */
.gm-style .gm-style-iw-d > div {
    box-shadow: none !important;
}

.gm-style .gm-style-iw-c > div {
    box-shadow: none !important;
}

/* Fix excessive top padding in info windows */
.gm-style .gm-style-iw-d > div {
    padding: 0 !important;
    max-height: calc(50vh - 40px) !important;
    overflow: hidden !important;
}

/* Remove Google Maps' default scrollbar */
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
    overflow: hidden !important;
}

/* Static top container styling */
.gm-style .gm-style-iw-d > div > div:first-child {
    padding: 16px 20px 12px 20px !important;
    border-bottom: 1px solid #eee !important;
    background: white !important;
}

/* Scrollable bottom container styling - only this should have scrollbar */
.gm-style .gm-style-iw-d > div > div:last-child {
    padding: 12px 20px 8px 20px !important;
    padding-right: 40px !important;
    margin-top: 8px !important;
    max-height: calc(50vh - 120px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: white !important;
    /* Ensure this is the only scrollable element */
    position: relative !important;
    z-index: 2 !important;
    /* Firefox scrollbar styling */
    scrollbar-width: thin !important;
    scrollbar-color: #ff4b8b transparent !important;
}

/* Style the scrollbar for the dates container - ONLY this should have scrollbar */
.gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar {
    width: 4px !important;
    margin-right: 5px !important;
    -webkit-appearance: none !important;
}

.gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar-track {
    background: rgba(240, 240, 240, 0.5) !important;
    border-radius: 2px !important;
    margin-top: 10px !important;
    -webkit-appearance: none !important;
    margin-bottom: 10px !important;
}

.gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar-thumb {
    background: #ff4b8b !important;
    border-radius: 2px !important;
    margin-top: 10px !important;
    -webkit-appearance: none !important;
    border: none !important;
    margin-bottom: 10px !important;
}

.gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar-thumb:hover {
    background: #e0427a !important;
}

/* iOS Safari specific scrollbar styling for older devices */
@supports (-webkit-touch-callout: none) {
    .gm-style .gm-style-iw-d > div > div:last-child {
        -webkit-overflow-scrolling: touch !important;
        overflow-y: auto !important;
    }
    
    .gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar {
        width: 4px !important;
        background: transparent !important;
        -webkit-appearance: none !important;
    }
    
    .gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar-track {
        background: rgba(240, 240, 240, 0.5) !important;
        border-radius: 2px !important;
        -webkit-appearance: none !important;
    }
    
    .gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar-thumb {
        background: #ff4b8b !important;
        border-radius: 2px !important;
        -webkit-appearance: none !important;
        border: none !important;
    }
    
    .gm-style .gm-style-iw-d > div > div:last-child::-webkit-scrollbar-thumb:hover {
        background: #e0427a !important;
    }
}

/* Hide scrollbars on all other Google Maps info window elements */
.gm-style .gm-style-iw-d::-webkit-scrollbar,
.gm-style .gm-style-iw-c::-webkit-scrollbar,
.gm-style .gm-style-iw-ch::-webkit-scrollbar,
.gm-style .gm-style-iw-d > div::-webkit-scrollbar,
.gm-style .gm-style-iw-d > div > div:first-child::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
}



/* Target specific Google Maps info window elements that cause extra padding */
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-ch {
    padding-top: 0 !important;
}

/* Target the specific div that shows 17px padding in dev tools */
.gm-style .gm-style-iw-ch {
    padding: 0 !important;
}

/* iOS-specific fixes for Google Maps info windows */
@supports (-webkit-touch-callout: none) {
    .gm-style .gm-style-iw-d {
        max-height: 50vh !important;
        min-height: 200px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }
    
    .gm-style .gm-style-iw-c {
        max-height: 50vh !important;
        min-height: 200px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }
    
    .gm-style .gm-style-iw-d > div {
        padding-top: 4px !important;
        max-height: calc(50vh - 40px) !important;
        overflow: hidden !important;
    }
    
    /* iOS static top container with proper close button spacing */
    .gm-style .gm-style-iw-d > div > div:first-child {
        padding: 12px 16px 8px 16px !important;
        padding-right: 50px !important;
    }
    
    /* iOS scrollable dates container with scrollbar spacing */
    .gm-style .gm-style-iw-d > div > div:last-child {
        padding: 8px 16px 12px 16px !important;
        padding-right: 40px !important;
        margin-top: 10px !important;
        max-height: calc(50vh - 160px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .gm-style .gm-style-iw-ch {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .gm-style .gm-style-iw-d,
    .gm-style .gm-style-iw-c {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* iOS close button positioning */
    .gm-style .gm-ui-hover-effect {
        width: 28px !important;
        height: 28px !important;
        top: 10px !important;
        right: 10px !important;
        z-index: 1000 !important;
    }
}

/* Style the close button area */
.gm-style .gm-style-iw-t::after {
    background: #ff4b8b !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    top: 8px !important;
    right: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

/* Ensure close button is properly positioned */
.gm-style .gm-style-iw-t {
    background: transparent !important;
}

/* Fix the close button sizing and positioning */
.gm-style .gm-ui-hover-effect {
    width: 28px !important;
    height: 28px !important;
    top: 10px !important;
    right: 10px !important;
    background: #ff4b8b !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    z-index: 1000 !important;
    cursor: pointer !important;
}

/* Add X icon to close button */
.gm-style .gm-ui-hover-effect::before {
    content: "×" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: white !important;
    font-weight: 300 !important;
}

/* Remove the default Google Maps close button styling */
.gm-style .gm-style-iw-tc {
    display: none !important;
}

/* Ensure the close button container doesn't take up extra space */
.gm-style .gm-style-iw-t {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure scrollbar doesn't overlap with close button area */
.gm-style .gm-style-iw-d > div > div:last-child {
    position: relative !important;
}

/* Add extra protection for close button area */
.gm-style .gm-style-iw-d > div > div:last-child::before {
    content: '' !important;
    position: absolute !important;
    top: -10px !important;
    right: 0 !important;
    width: 50px !important;
    height: 40px !important;
    background: white !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* Mobile-specific info window improvements */
@media (max-width: 768px) {
    .gm-style .gm-style-iw-d {
        max-height: 50vh !important;
        min-height: 200px !important;
        max-width: 85vw !important;
        min-width: 280px !important;
    }
    
    .gm-style .gm-style-iw-c {
        max-height: 50vh !important;
        min-height: 200px !important;
        max-width: 85vw !important;
        min-width: 280px !important;
    }
    
    .gm-style .gm-style-iw-d > div {
        padding-top: 2px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 12px !important;
        max-height: calc(50vh - 40px) !important;
        overflow: hidden !important;
    }
    
    /* Mobile static top container */
    .gm-style .gm-style-iw-d > div > div:first-child {
        padding: 12px 16px 8px 16px !important;
    }
    
    /* Mobile scrollable dates container */
    .gm-style .gm-style-iw-d > div > div:last-child {
        padding: 8px 16px 12px 16px !important;
        max-height: calc(50vh - 160px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .gm-style .gm-style-iw-t::after {
        width: 20px !important;
        height: 20px !important;
        top: 6px !important;
        right: 6px !important;
    }
    
    /* Mobile close button fixes */
    .gm-style .gm-ui-hover-effect {
        width: 20px !important;
        height: 20px !important;
        top: 6px !important;
        right: 6px !important;
        font-size: 12px !important;
    }
    
    /* Additional mobile fixes for Google Maps elements */
    .gm-style .gm-style-iw-d,
    .gm-style .gm-style-iw-c,
    .gm-style .gm-style-iw-ch {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Extra small devices (350px and below) */
@media (max-width: 400px) {
    .gm-style .gm-style-iw-d {
        max-width: 80vw !important;
        min-width: 250px !important;
    }
    
    .gm-style .gm-style-iw-c {
        max-width: 80vw !important;
        min-width: 250px !important;
    }
    
    .gm-style .gm-style-iw-d > div > div:first-child {
        padding: 10px 12px 6px 12px !important;
    }
    
    .gm-style .gm-style-iw-d > div > div:last-child {
        padding: 6px 12px 10px 12px !important;
    }
}

/* Map view reset indicator */
.map-reset-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 75, 139, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.map-reset-indicator.show {
    opacity: 1;
}

/* iOS Safari compatibility for marker selections */
.event-item.marker-selected {
    border-color: #ff4b8b !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transform: none !important;
    background-color: white !important;
}

/* iOS Safari: Force hardware acceleration for smoother animations */
.event-item {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
}

/* iOS Safari: Ensure proper touch handling */
.event-item {
    -webkit-tap-highlight-color: rgba(255, 75, 139, 0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* iOS Safari: Ensure smooth scrolling in the location list container */
#location-list {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* iOS Safari: Better positioning for selected items from map */
.event-item.marker-selected {
    scroll-margin-top: 40px;
}

/* Background colors for selected event items - apply only to background areas */
.event-item.selected {
    background-color: white !important;
}

/* Background colors for location items */
.location-item.selected {
    background-color: white !important;
}

/* Background colors for event items with location-item class */
.event-item.location-item.selected {
    background-color: white !important;
}

/* Apply light yellow only to specific background areas within selected items (LIST VIEW ONLY) */
.event-item.selected .time-slots-container,
.location-item.selected .time-slots-container,
.event-item.location-item.selected .time-slots-container {
    background-color: #fff3cd !important;
}

.event-item.selected .time-slots,
.location-item.selected .time-slots,
.event-item.location-item.selected .time-slots {
    background-color: #fff3cd !important;
}

/* REMOVED: All marker-selected CSS to prevent overlay on list view cards */

/* Mobile-specific overrides for selected event items */
@media (max-width: 768px) {
    .event-item.selected {
        background-color: #fff3cd !important;
    }
    
    .event-item.selected.marker-selected {
        background-color: #fff3cd !important;
    }
    
    .location-item.selected {
        background-color: #fff3cd !important;
    }
    
    .location-item.selected.marker-selected {
        background-color: #fff3cd !important;
    }
    
    .event-item.location-item.selected {
        background-color: #fff3cd !important;
    }
    
    .event-item.location-item.selected.marker-selected {
        background-color: #fff3cd !important;
    }
    
    /* Ensure base elements have white background when not selected */
    .event-item:not(.selected),
    .location-item:not(.selected),
    .event-item.location-item:not(.selected) {
        background-color: white !important;
    }
}

.gm-style .gm-style-iw-c {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #333 !important;
}

/* Force proper text colors for all info window content */
.gm-style .gm-style-iw-d *,
.gm-style .gm-style-iw-c * {
    color: inherit !important;
}

/* Ensure headings are properly colored */
.gm-style .gm-style-iw-d h4,
.gm-style .gm-style-iw-c h4 {
    color: #ff4b8b !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Ensure all text has proper contrast */
.gm-style .gm-style-iw-d div[style*="color: #666"] {
    color: #666 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #888"] {
    color: #888 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #333"] {
    color: #333 !important;
}

.gm-style .gm-style-iw-d span[style*="color: #333"] {
    color: #333 !important;
}

/* Info Window Content Styling */
.gm-style .gm-style-iw-d div {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* Multi-event info window specific styling */
.gm-style .gm-style-iw-d .event-option {
    margin-bottom: 12px !important;
    padding: 10px !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    background-color: white !important;
}

.gm-style .gm-style-iw-d .event-option:hover {
    background-color: #f8f9fa !important;
}

/* Map popup scrollable container styling - REMOVED to prevent duplicate scrollbars */

.gm-style .gm-style-iw-d .event-option span {
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

/* Clustered marker info window styling */
.gm-style .gm-style-iw-d div[style*="border: 1px solid #eee"] {
    margin-bottom: 12px !important;
    padding: 12px !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    background-color: #f8f9fa !important;
    transition: all 0.2s !important;
}

.gm-style .gm-style-iw-d div[style*="border: 1px solid #eee"]:hover {
    background-color: #fff !important;
    border-color: #ff4b8b !important;
}

/* Ensure proper spacing and colors for all info window content */
.gm-style .gm-style-iw-d div[style*="max-width: 350px"] {
    padding: 16px !important;
    border-radius: 8px !important;
    background-color: white !important;
}

.gm-style .gm-style-iw-d h4[style*="color: #ff4b8b"] {
    margin: 0 0 16px 0 !important;
    color: #ff4b8b !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #666"] {
    color: #666 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #888"] {
    color: #888 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #333"] {
    color: #333 !important;
}

/* Ensure proper text colors in info windows */
.gm-style .gm-style-iw-d h4 {
    color: #ff4b8b !important;
    margin: 0 0 8px 0 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #666"] {
    color: #666 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #888"] {
    color: #888 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #333"] {
    color: #333 !important;
}

.gm-style .gm-style-iw-d div[style*="color: #ff4b8b"] {
  color: #ff4b8b !important;
}

/* Newsletter section styling for no results */
#newsletter-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
}

#newsletter-section p {
  color: #333;
  line-height: 1.6;
}

#newsletter-section .newsletter-signup {
  background: #ff4b8b;
  border-radius: 8px;
  padding: 25px;
  margin-top: 20px;
}

#newsletter-section .newsletter-signup p {
  color: white !important;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

#newsletter-section #mc_embed_signup input[type="email"] {
  border: none;
  border-radius: 4px;
  padding: 12px 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

#newsletter-section #mc_embed_signup .btn {
  background: white;
  color: #ff4b8b;
  border: 2px solid white;
  border-radius: 4px;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

#newsletter-section #mc_embed_signup .btn:hover {
  background: transparent;
  color: white;
}

/* Newsletter accentuation - white box around email and subscribe */
.newsletter-highlight {
    border: 3px solid #ff4b8b !important;
    border-radius: 8px;
    padding: 15px !important;
    background-color: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* User Error Message Styling */
#user-error-message {
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    color: #721c24 !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    margin: 15px 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    animation: slideInError 0.3s ease-out !important;
}

#user-error-message strong {
    font-weight: 600 !important;
    color: #721c24 !important;
}

#user-error-message:before {
    content: "⚠️ ";
    margin-right: 8px;
    font-size: 16px;
}

@keyframes slideInError {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Error state for input fields */
.zip-code-input.error,
#zip-code-input.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.zip-code-input.error:focus,
#zip-code-input.error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Ensure ZIP code input is always visible and functional */
#zip-code-input {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Ensure error message doesn't interfere with input */
#user-error-message {
    position: relative !important;
    z-index: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

/* Ensure error message can be properly hidden */
#user-error-message.hidden,
#user-error-message[style*="display: none"],
#user-error-message[style*="display:none"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
