@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Yanone+Kaffeesatz:400,500,600,700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #D01777;
  text-decoration: none;
}
a:hover, a:focus {
  color: #D01777;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f3f3f3;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #063057;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a6a6a6;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #a6a6a6;
}

.text-primary {
  color: #063057;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #031627;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #063057;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #031627;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f3f3f3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a6a6a6;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #f3f3f3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #a6a6a6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f3f3f3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #404040;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

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

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

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a6a6a6;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #404040;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #063057;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #063057;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 48, 87, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(6, 48, 87, 0.6);
}
.form-control::-moz-placeholder {
  color: #063057;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #063057;
}
.form-control::-webkit-input-placeholder {
  color: #063057;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f3f3f3;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 30px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b3b3b3;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #D01777;
  border-color: #D01777;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a2125d;
  border-color: #5d0a35;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a2125d;
  border-color: #991157;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a2125d;
  border-color: #991157;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #820e4a;
  border-color: #5d0a35;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #D01777;
  border-color: #D01777;
}
.btn-primary .badge {
  color: #D01777;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #03ba5c;
  border-color: #03ba5c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #028843;
  border-color: #013d1e;
}
.btn-success:hover {
  color: #fff;
  background-color: #028843;
  border-color: #027e3e;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #028843;
  border-color: #027e3e;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #026532;
  border-color: #013d1e;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #03ba5c;
  border-color: #03ba5c;
}
.btn-success .badge {
  color: #03ba5c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #333333;
}
.btn-info:hover {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #545454;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #545454;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #484848;
  border-color: #333333;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #737373;
  border-color: #737373;
}
.btn-info .badge {
  color: #737373;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #D01777;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #D01777;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #a6a6a6;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #063057;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #a6a6a6;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #a6a6a6;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #757575;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #063057;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #063057;
}
.nav > li.disabled > a {
  color: #fff;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #063057;
  border-color: #D01777;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #063057;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #063057;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #cccccc;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cccccc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #cccccc;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #cccccc;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: " ";
  padding: 0 5px;
  color: #063057;
}
.breadcrumb > .active {
  color: #fff;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #063057;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #063057;
  background-color: transparent;
  border-color: #063057;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #063057;
  border-color: #063057;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a6a6a6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a6a6a6;
  background-color: transparent;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #a6a6a6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #8d8d8d;
}

.label-primary {
  background-color: #063057;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #031627;
}

.label-success {
  background-color: #03ba5c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #028843;
}

.label-info {
  background-color: #737373;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #5a5a5a;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #D01777;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f3f3f3;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d9d9d9;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #737373;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #D01777;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #063057;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #03ba5c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #737373;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f3f3f3;
  color: #a6a6a6;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #a6a6a6;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #063057;
  border-color: #063057;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #3898f1;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #404040;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #404040;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #063057;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #063057;
  border-color: #063057;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #063057;
}
.panel-primary > .panel-heading .badge {
  color: #063057;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #063057;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Classes to allow first and last columns to be flush against edges of the row */
.first-col-nopad-all {
  padding-left: 0;
}

.last-col-nopad-all {
  padding-right: 0;
}

.min-pad {
  padding-left: 8px;
  padding-right: 8px;
}

.no-pad-right {
  padding-right: 0;
}

.no-pad-left {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .sm-no-pad-left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sm-no-pad-right {
    padding-right: 0;
  }
}

.no-pad {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .sm-no-pad {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mobonly {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .deskonly {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deskonly {
    display: none !important;
  }
}

.max-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.max-container:before, .max-container:after {
  content: " ";
  display: table;
}
.max-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .max-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .max-container {
    max-width: 970px;
  }
}
@media (min-width: 1230px) {
  .max-container {
    max-width: 1200px;
  }
}

.pbot-5 {
  padding-bottom: 5px;
}

.pbot-10 {
  padding-bottom: 10px;
}

.pbot-15 {
  padding-bottom: 15px;
}

.pbot-20 {
  padding-bottom: 20px;
}

.pbot-30 {
  padding-bottom: 30px;
}

.pbot-40 {
  padding-bottom: 40px;
}

.pbot-50 {
  padding-bottom: 50px;
}

.pbot-60 {
  padding-bottom: 60px;
}

.mtop-5 {
  margin-top: 5px;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-15 {
  margin-top: 15px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px;
}

.mtop-50 {
  margin-top: 50px;
}

.mtop-60 {
  margin-top: 60px;
}

.mtop-5neg {
  margin-top: -5px;
}

.mtop-10neg {
  margin-top: -10px;
}

.mtop-15neg {
  margin-top: -15px;
}

.mtop-20neg {
  margin-top: -20px;
}

.mbot-5 {
  margin-bottom: 5px;
}

.mbot-10 {
  margin-bottom: 10px;
}

.mbot-15 {
  margin-bottom: 15px;
}

.mbot-20 {
  margin-bottom: 20px;
}

.mbot-30 {
  margin-bottom: 30px;
}

.mbot-40 {
  margin-bottom: 40px;
}

.mbot-50 {
  margin-bottom: 50px;
}

.mbot-60 {
  margin-bottom: 60px;
}

.mbot-5neg {
  margin-bottom: -5px;
}

.mbot-10neg {
  margin-bottom: -10px;
}

.mbot-15neg {
  margin-bottom: -15px;
}

.mbot-20neg {
  margin-bottom: -20px;
}

.mleft-5 {
  margin-left: 5px;
}

.mleft-10 {
  margin-left: 10px;
}

.mleft-15 {
  margin-left: 15px;
}

.mleft-20 {
  margin-left: 20px;
}

.mleft-5neg {
  margin-left: -5px;
}

.mleft-10neg {
  margin-left: -10px;
}

.mleft-15neg {
  margin-left: -15px;
}

.mleft-20neg {
  margin-left: -20px;
}

.mright-5 {
  margin-right: 5px;
}

.mright-10 {
  margin-right: 10px;
}

.mright-15 {
  margin-right: 15px;
}

.mright-20 {
  margin-right: 20px;
}

.mright-5neg {
  margin-right: -5px;
}

.mright-10neg {
  margin-right: -10px;
}

.mright-15neg {
  margin-right: -15px;
}

.mright-20neg {
  margin-right: -20px;
}

.img-mtop-5 img {
  margin-top: 5px;
}

.img-mtop-10 img {
  margin-top: 10px;
}

.img-mtop-15 img {
  margin-top: 15px;
}

.img-mtop-20 img {
  margin-top: 20px;
}

.img-mtop-5neg img {
  margin-top: -5px;
}

.img-mtop-10neg img {
  margin-top: -10px;
}

.img-mtop-15neg img {
  margin-top: -15px;
}

.img-mtop-20neg img {
  margin-top: -20px;
}

.img-mbot-5 img {
  margin-bottom: 5px;
}

.img-mbot-10 img {
  margin-bottom: 10px;
}

.img-mbot-15 img {
  margin-bottom: 15px;
}

.img-mbot-20 img {
  margin-bottom: 20px;
}

.img-mbot-5neg img {
  margin-bottom: -5px;
}

.img-mbot-10neg img {
  margin-bottom: -10px;
}

.img-mbot-15neg img {
  margin-bottom: -15px;
}

.img-mbot-20neg img {
  margin-bottom: -20px;
}

.img-mleft-5 img {
  margin-left: 5px;
}

.img-mleft-10 img {
  margin-left: 10px;
}

.img-mleft-15 img {
  margin-left: 15px;
}

.img-mleft-20 img {
  margin-left: 20px;
}

.img-mleft-5neg img {
  margin-left: -5px;
}

.img-mleft-10neg img {
  margin-left: -10px;
}

.img-mleft-15neg img {
  margin-left: -15px;
}

.img-mleft-20neg img {
  margin-left: -20px;
}

.img-mright-5 img {
  margin-right: 5px;
}

.img-mright-10 img {
  margin-right: 10px;
}

.img-mright-15 img {
  margin-right: 15px;
}

.img-mright-20 img {
  margin-right: 20px;
}

.img-mright-5neg img {
  margin-right: -5px;
}

.img-mright-10neg img {
  margin-right: -10px;
}

.img-mright-15neg img {
  margin-right: -15px;
}

.img-mright-20neg img {
  margin-right: -20px;
}

@media only screen and (min-width: 768px) {
  .mpercent-left-25 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .mpercent-right-25 {
    margin-right: 25%;
  }
}

.flush-header {
  margin-bottom: 0;
}

@font-face {
  font-family: "font-awesome";
  src: url("../fonts/fontawesome-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome_webfont") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?5444023");
  src: url("../fonts/fontello.eot?5444023#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?5444023") format("woff2"), url("../fonts/fontello.woff?5444023") format("woff"), url("../fonts/fontello.ttf?5444023") format("truetype"), url("../fonts/fontello.svg?5444023#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?57811989#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

/* '' */
.icon-right-open:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* Custom hovers */
.hvr-lnk-raise {
  display: inline-block;
  padding: 6px;
  border: 1px solid transparent;
  position: relative;
  top: 0;
}

.hvr-lnk-raise:hover {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.2s ease-in-out;
  color: #03ba5c;
  text-decoration: none;
  border: 1px solid #063057;
  position: relative;
  top: -10px;
}

/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #063057 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-down:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-up:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-spin:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-drop:before {
  content: "";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-fade:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-shrink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-shrink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-push:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-pop:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bounce:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-rotate:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow-rotate:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-float:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-sink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bob:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-hang:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000");
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #a6a6a6;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #063057;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #063057;
  border-bottom: 1px solid #063057;
  border-top: 1px solid #063057;
}
.file > span:first-child {
  border-left: 1px solid #063057;
}
.file > span:last-child {
  border-right: 1px solid #063057;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #063057;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: 0.25em;
}
a.icon-after .glyphicon {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (max-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (max-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (max-width: 1230px) {
  .navbar.container {
    max-width: 1170px;
  }
}

/**
 * Node styling.
 */
.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 30px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 14px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #a6a6a6;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #063057;
}

.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #fff;
  font-size: 14px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid transparent;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent transparent;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #404040;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #333333;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #063057;
  color: #fff;
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.4.1
========================================================================== */
[class~=ggrid],
[class*=ggrid-],
[class*=ggrid_] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

[class~=gcol],
[class*=gcol-],
[class*=gcol_] {
  box-sizing: border-box;
  padding: 0 15px 30px;
  max-width: 100%;
}

[class~=gcol],
[class*=gcol_] {
  flex: 1 1 0%;
}

[class*=gcol-] {
  flex: none;
}

[class~=ggrid][class~=gcol],
[class~=ggrid][class*=gcol-],
[class~=ggrid][class*=gcol_],
[class*=ggrid-][class~=gcol],
[class*=ggrid-][class*=gcol-],
[class*=ggrid-][class*=gcol_],
[class*=ggrid_][class~=gcol],
[class*=ggrid_][class*=gcol-],
[class*=ggrid_][class*=gcol_] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=ggrid-][class*=-noGutter] {
  margin: 0;
}
[class*=ggrid-][class*=-noGutter] > [class~=gcol],
[class*=ggrid-][class*=-noGutter] > [class*=gcol-] {
  padding: 0;
}
[class*=ggrid-][class*=-noWrap] {
  flex-wrap: nowrap;
}
[class*=ggrid-][class*=-center] {
  justify-content: center;
}
[class*=ggrid-][class*=-right] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*=ggrid-][class*=-top] {
  align-items: flex-start;
}
[class*=ggrid-][class*=-middle] {
  align-items: center;
}
[class*=ggrid-][class*=-bottom] {
  align-items: flex-end;
}
[class*=ggrid-][class*=-reverse] {
  flex-direction: row-reverse;
}
[class*=ggrid-][class*=-column] {
  flex-direction: column;
}
[class*=ggrid-][class*=-column] > [class*=gcol-] {
  flex-basis: auto;
}
[class*=ggrid-][class*=-column-reverse] {
  flex-direction: column-reverse;
}
[class*=ggrid-][class*=-spaceBetween] {
  justify-content: space-between;
}
[class*=ggrid-][class*=-spaceAround] {
  justify-content: space-around;
}
[class*=ggrid-][class*=-equalHeight] > [class~=gcol], [class*=ggrid-][class*=-equalHeight] > [class*=gcol-], [class*=ggrid-][class*=-equalHeight] > [class*=gcol_] {
  align-self: stretch;
}
[class*=ggrid-][class*=-equalHeight] > [class~=gcol] > *, [class*=ggrid-][class*=-equalHeight] > [class*=gcol-] > *, [class*=ggrid-][class*=-equalHeight] > [class*=gcol_] > * {
  height: 100%;
}
[class*=ggrid-][class*=-noBottom] > [class~=gcol], [class*=ggrid-][class*=-noBottom] > [class*=gcol-], [class*=ggrid-][class*=-noBottom] > [class*=gcol_] {
  padding-bottom: 0;
}

[class*=gcol-][class*=-top] {
  align-self: flex-start;
}
[class*=gcol-][class*=-middle] {
  align-self: center;
}
[class*=gcol-][class*=-bottom] {
  align-self: flex-end;
}
[class*=gcol-][class*=-first] {
  order: -1;
}
[class*=gcol-][class*=-last] {
  order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*=ggrid-1] > [class~=gcol],
[class*=ggrid-1] > [class*=gcol-],
[class*=ggrid-1] > [class*=gcol_] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*=ggrid-2] > [class~=gcol],
[class*=ggrid-2] > [class*=gcol-],
[class*=ggrid-2] > [class*=gcol_] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*=ggrid-3] > [class~=gcol],
[class*=ggrid-3] > [class*=gcol-],
[class*=ggrid-3] > [class*=gcol_] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*=ggrid-4] > [class~=gcol],
[class*=ggrid-4] > [class*=gcol-],
[class*=ggrid-4] > [class*=gcol_] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*=ggrid-5] > [class~=gcol],
[class*=ggrid-5] > [class*=gcol-],
[class*=ggrid-5] > [class*=gcol_] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*=ggrid-6] > [class~=gcol],
[class*=ggrid-6] > [class*=gcol-],
[class*=ggrid-6] > [class*=gcol_] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*=ggrid-7] > [class~=gcol],
[class*=ggrid-7] > [class*=gcol-],
[class*=ggrid-7] > [class*=gcol_] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*=ggrid-8] > [class~=gcol],
[class*=ggrid-8] > [class*=gcol-],
[class*=ggrid-8] > [class*=gcol_] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*=ggrid-9] > [class~=gcol],
[class*=ggrid-9] > [class*=gcol-],
[class*=ggrid-9] > [class*=gcol_] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*=ggrid-10] > [class~=gcol],
[class*=ggrid-10] > [class*=gcol-],
[class*=ggrid-10] > [class*=gcol_] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*=ggrid-11] > [class~=gcol],
[class*=ggrid-11] > [class*=gcol-] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*=ggrid-12] > [class~=gcol],
[class*=ggrid-12] > [class*=gcol-],
[class*=ggrid-12] > [class*=gcol_] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media screen and (max-width: 1200px) {
  [class*=_lg-1] > [class~=gcol],
[class*=_lg-1] > [class*=gcol-],
[class*=_lg-1] > [class*=gcol_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_lg-2] > [class~=gcol],
[class*=_lg-2] > [class*=gcol-],
[class*=_lg-2] > [class*=gcol_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_lg-3] > [class~=gcol],
[class*=_lg-3] > [class*=gcol-],
[class*=_lg-3] > [class*=gcol_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_lg-4] > [class~=gcol],
[class*=_lg-4] > [class*=gcol-],
[class*=_lg-4] > [class*=gcol_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_lg-5] > [class~=gcol],
[class*=_lg-5] > [class*=gcol-],
[class*=_lg-5] > [class*=gcol_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_lg-6] > [class~=gcol],
[class*=_lg-6] > [class*=gcol-],
[class*=_lg-6] > [class*=gcol_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_lg-7] > [class~=gcol],
[class*=_lg-7] > [class*=gcol-],
[class*=_lg-7] > [class*=gcol_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_lg-8] > [class~=gcol],
[class*=_lg-8] > [class*=gcol-],
[class*=_lg-8] > [class*=gcol_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_lg-9] > [class~=gcol],
[class*=_lg-9] > [class*=gcol-],
[class*=_lg-9] > [class*=gcol_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_lg-10] > [class~=gcol],
[class*=_lg-10] > [class*=gcol-],
[class*=_lg-10] > [class*=gcol_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_lg-11] > [class~=gcol],
[class*=_lg-11] > [class*=gcol-] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_lg-12] > [class~=gcol],
[class*=_lg-12] > [class*=gcol-],
[class*=_lg-12] > [class*=gcol_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  [class*=_md-1] > [class~=gcol],
[class*=_md-1] > [class*=gcol-],
[class*=_md-1] > [class*=gcol_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_md-2] > [class~=gcol],
[class*=_md-2] > [class*=gcol-],
[class*=_md-2] > [class*=gcol_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_md-3] > [class~=gcol],
[class*=_md-3] > [class*=gcol-],
[class*=_md-3] > [class*=gcol_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_md-4] > [class~=gcol],
[class*=_md-4] > [class*=gcol-],
[class*=_md-4] > [class*=gcol_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_md-5] > [class~=gcol],
[class*=_md-5] > [class*=gcol-],
[class*=_md-5] > [class*=gcol_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_md-6] > [class~=gcol],
[class*=_md-6] > [class*=gcol-],
[class*=_md-6] > [class*=gcol_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_md-7] > [class~=gcol],
[class*=_md-7] > [class*=gcol-],
[class*=_md-7] > [class*=gcol_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_md-8] > [class~=gcol],
[class*=_md-8] > [class*=gcol-],
[class*=_md-8] > [class*=gcol_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_md-9] > [class~=gcol],
[class*=_md-9] > [class*=gcol-],
[class*=_md-9] > [class*=gcol_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_md-10] > [class~=gcol],
[class*=_md-10] > [class*=gcol-],
[class*=_md-10] > [class*=gcol_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_md-11] > [class~=gcol],
[class*=_md-11] > [class*=gcol-] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_md-12] > [class~=gcol],
[class*=_md-12] > [class*=gcol-],
[class*=_md-12] > [class*=gcol_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  [class*=_sm-1] > [class~=gcol],
[class*=_sm-1] > [class*=gcol-],
[class*=_sm-1] > [class*=gcol_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_sm-2] > [class~=gcol],
[class*=_sm-2] > [class*=gcol-],
[class*=_sm-2] > [class*=gcol_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_sm-3] > [class~=gcol],
[class*=_sm-3] > [class*=gcol-],
[class*=_sm-3] > [class*=gcol_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_sm-4] > [class~=gcol],
[class*=_sm-4] > [class*=gcol-],
[class*=_sm-4] > [class*=gcol_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_sm-5] > [class~=gcol],
[class*=_sm-5] > [class*=gcol-],
[class*=_sm-5] > [class*=gcol_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_sm-6] > [class~=gcol],
[class*=_sm-6] > [class*=gcol-],
[class*=_sm-6] > [class*=gcol_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_sm-7] > [class~=gcol],
[class*=_sm-7] > [class*=gcol-],
[class*=_sm-7] > [class*=gcol_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_sm-8] > [class~=gcol],
[class*=_sm-8] > [class*=gcol-],
[class*=_sm-8] > [class*=gcol_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_sm-9] > [class~=gcol],
[class*=_sm-9] > [class*=gcol-],
[class*=_sm-9] > [class*=gcol_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_sm-10] > [class~=gcol],
[class*=_sm-10] > [class*=gcol-],
[class*=_sm-10] > [class*=gcol_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_sm-11] > [class~=gcol],
[class*=_sm-11] > [class*=gcol-] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_sm-12] > [class~=gcol],
[class*=_sm-12] > [class*=gcol-],
[class*=_sm-12] > [class*=gcol_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 480px) {
  [class*=_xs-1] > [class~=gcol],
[class*=_xs-1] > [class*=gcol-],
[class*=_xs-1] > [class*=gcol_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_xs-2] > [class~=gcol],
[class*=_xs-2] > [class*=gcol-],
[class*=_xs-2] > [class*=gcol_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_xs-3] > [class~=gcol],
[class*=_xs-3] > [class*=gcol-],
[class*=_xs-3] > [class*=gcol_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_xs-4] > [class~=gcol],
[class*=_xs-4] > [class*=gcol-],
[class*=_xs-4] > [class*=gcol_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_xs-5] > [class~=gcol],
[class*=_xs-5] > [class*=gcol-],
[class*=_xs-5] > [class*=gcol_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_xs-6] > [class~=gcol],
[class*=_xs-6] > [class*=gcol-],
[class*=_xs-6] > [class*=gcol_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_xs-7] > [class~=gcol],
[class*=_xs-7] > [class*=gcol-],
[class*=_xs-7] > [class*=gcol_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_xs-8] > [class~=gcol],
[class*=_xs-8] > [class*=gcol-],
[class*=_xs-8] > [class*=gcol_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_xs-9] > [class~=gcol],
[class*=_xs-9] > [class*=gcol-],
[class*=_xs-9] > [class*=gcol_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_xs-10] > [class~=gcol],
[class*=_xs-10] > [class*=gcol-],
[class*=_xs-10] > [class*=gcol_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_xs-11] > [class~=gcol],
[class*=_xs-11] > [class*=gcol-] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_xs-12] > [class~=gcol],
[class*=_xs-12] > [class*=gcol-],
[class*=_xs-12] > [class*=gcol_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class~=ggrid] > [class*=gcol-1],
[class*=ggrid-] > [class*=gcol-1],
[class*=ggrid_] > [class*=gcol-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~=ggrid] > [class*=gcol-2],
[class*=ggrid-] > [class*=gcol-2],
[class*=ggrid_] > [class*=gcol-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~=ggrid] > [class*=gcol-3],
[class*=ggrid-] > [class*=gcol-3],
[class*=ggrid_] > [class*=gcol-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~=ggrid] > [class*=gcol-4],
[class*=ggrid-] > [class*=gcol-4],
[class*=ggrid_] > [class*=gcol-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~=ggrid] > [class*=gcol-5],
[class*=ggrid-] > [class*=gcol-5],
[class*=ggrid_] > [class*=gcol-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~=ggrid] > [class*=gcol-6],
[class*=ggrid-] > [class*=gcol-6],
[class*=ggrid_] > [class*=gcol-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~=ggrid] > [class*=gcol-7],
[class*=ggrid-] > [class*=gcol-7],
[class*=ggrid_] > [class*=gcol-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~=ggrid] > [class*=gcol-8],
[class*=ggrid-] > [class*=gcol-8],
[class*=ggrid_] > [class*=gcol-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~=ggrid] > [class*=gcol-9],
[class*=ggrid-] > [class*=gcol-9],
[class*=ggrid_] > [class*=gcol-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~=ggrid] > [class*=gcol-10],
[class*=ggrid-] > [class*=gcol-10],
[class*=ggrid_] > [class*=gcol-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~=ggrid] > [class*=gcol-11],
[class*=ggrid-] > [class*=gcol-11],
[class*=ggrid_] > [class*=gcol-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~=ggrid] > [class*=gcol-12],
[class*=ggrid-] > [class*=gcol-12],
[class*=ggrid_] > [class*=gcol-12] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~=ggrid] > [data-push-left*=off-0],
[class*=ggrid-] > [data-push-left*=off-0],
[class*=ggrid_] > [data-push-left*=off-0] {
  margin-left: 0;
}
[class~=ggrid] > [data-push-left*=off-1],
[class*=ggrid-] > [data-push-left*=off-1],
[class*=ggrid_] > [data-push-left*=off-1] {
  margin-left: 8.3333333333%;
}
[class~=ggrid] > [data-push-left*=off-2],
[class*=ggrid-] > [data-push-left*=off-2],
[class*=ggrid_] > [data-push-left*=off-2] {
  margin-left: 16.6666666667%;
}
[class~=ggrid] > [data-push-left*=off-3],
[class*=ggrid-] > [data-push-left*=off-3],
[class*=ggrid_] > [data-push-left*=off-3] {
  margin-left: 25%;
}
[class~=ggrid] > [data-push-left*=off-4],
[class*=ggrid-] > [data-push-left*=off-4],
[class*=ggrid_] > [data-push-left*=off-4] {
  margin-left: 33.3333333333%;
}
[class~=ggrid] > [data-push-left*=off-5],
[class*=ggrid-] > [data-push-left*=off-5],
[class*=ggrid_] > [data-push-left*=off-5] {
  margin-left: 41.6666666667%;
}
[class~=ggrid] > [data-push-left*=off-6],
[class*=ggrid-] > [data-push-left*=off-6],
[class*=ggrid_] > [data-push-left*=off-6] {
  margin-left: 50%;
}
[class~=ggrid] > [data-push-left*=off-7],
[class*=ggrid-] > [data-push-left*=off-7],
[class*=ggrid_] > [data-push-left*=off-7] {
  margin-left: 58.3333333333%;
}
[class~=ggrid] > [data-push-left*=off-8],
[class*=ggrid-] > [data-push-left*=off-8],
[class*=ggrid_] > [data-push-left*=off-8] {
  margin-left: 66.6666666667%;
}
[class~=ggrid] > [data-push-left*=off-9],
[class*=ggrid-] > [data-push-left*=off-9],
[class*=ggrid_] > [data-push-left*=off-9] {
  margin-left: 75%;
}
[class~=ggrid] > [data-push-left*=off-10],
[class*=ggrid-] > [data-push-left*=off-10],
[class*=ggrid_] > [data-push-left*=off-10] {
  margin-left: 83.3333333333%;
}
[class~=ggrid] > [data-push-left*=off-11],
[class*=ggrid-] > [data-push-left*=off-11],
[class*=ggrid_] > [data-push-left*=off-11] {
  margin-left: 91.6666666667%;
}
[class~=ggrid] > [data-push-right*=off-0],
[class*=ggrid-] > [data-push-right*=off-0],
[class*=ggrid_] > [data-push-right*=off-0] {
  margin-right: 0;
}
[class~=ggrid] > [data-push-right*=off-1],
[class*=ggrid-] > [data-push-right*=off-1],
[class*=ggrid_] > [data-push-right*=off-1] {
  margin-right: 8.3333333333%;
}
[class~=ggrid] > [data-push-right*=off-2],
[class*=ggrid-] > [data-push-right*=off-2],
[class*=ggrid_] > [data-push-right*=off-2] {
  margin-right: 16.6666666667%;
}
[class~=ggrid] > [data-push-right*=off-3],
[class*=ggrid-] > [data-push-right*=off-3],
[class*=ggrid_] > [data-push-right*=off-3] {
  margin-right: 25%;
}
[class~=ggrid] > [data-push-right*=off-4],
[class*=ggrid-] > [data-push-right*=off-4],
[class*=ggrid_] > [data-push-right*=off-4] {
  margin-right: 33.3333333333%;
}
[class~=ggrid] > [data-push-right*=off-5],
[class*=ggrid-] > [data-push-right*=off-5],
[class*=ggrid_] > [data-push-right*=off-5] {
  margin-right: 41.6666666667%;
}
[class~=ggrid] > [data-push-right*=off-6],
[class*=ggrid-] > [data-push-right*=off-6],
[class*=ggrid_] > [data-push-right*=off-6] {
  margin-right: 50%;
}
[class~=ggrid] > [data-push-right*=off-7],
[class*=ggrid-] > [data-push-right*=off-7],
[class*=ggrid_] > [data-push-right*=off-7] {
  margin-right: 58.3333333333%;
}
[class~=ggrid] > [data-push-right*=off-8],
[class*=ggrid-] > [data-push-right*=off-8],
[class*=ggrid_] > [data-push-right*=off-8] {
  margin-right: 66.6666666667%;
}
[class~=ggrid] > [data-push-right*=off-9],
[class*=ggrid-] > [data-push-right*=off-9],
[class*=ggrid_] > [data-push-right*=off-9] {
  margin-right: 75%;
}
[class~=ggrid] > [data-push-right*=off-10],
[class*=ggrid-] > [data-push-right*=off-10],
[class*=ggrid_] > [data-push-right*=off-10] {
  margin-right: 83.3333333333%;
}
[class~=ggrid] > [data-push-right*=off-11],
[class*=ggrid-] > [data-push-right*=off-11],
[class*=ggrid_] > [data-push-right*=off-11] {
  margin-right: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  [class~=ggrid] > [class*=_lg-1],
[class*=ggrid-] > [class*=_lg-1],
[class*=ggrid_] > [class*=_lg-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=ggrid] > [class*=_lg-2],
[class*=ggrid-] > [class*=_lg-2],
[class*=ggrid_] > [class*=_lg-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=ggrid] > [class*=_lg-3],
[class*=ggrid-] > [class*=_lg-3],
[class*=ggrid_] > [class*=_lg-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=ggrid] > [class*=_lg-4],
[class*=ggrid-] > [class*=_lg-4],
[class*=ggrid_] > [class*=_lg-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=ggrid] > [class*=_lg-5],
[class*=ggrid-] > [class*=_lg-5],
[class*=ggrid_] > [class*=_lg-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=ggrid] > [class*=_lg-6],
[class*=ggrid-] > [class*=_lg-6],
[class*=ggrid_] > [class*=_lg-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=ggrid] > [class*=_lg-7],
[class*=ggrid-] > [class*=_lg-7],
[class*=ggrid_] > [class*=_lg-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=ggrid] > [class*=_lg-8],
[class*=ggrid-] > [class*=_lg-8],
[class*=ggrid_] > [class*=_lg-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=ggrid] > [class*=_lg-9],
[class*=ggrid-] > [class*=_lg-9],
[class*=ggrid_] > [class*=_lg-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=ggrid] > [class*=_lg-10],
[class*=ggrid-] > [class*=_lg-10],
[class*=ggrid_] > [class*=_lg-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=ggrid] > [class*=_lg-11],
[class*=ggrid-] > [class*=_lg-11],
[class*=ggrid_] > [class*=_lg-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=ggrid] > [class*=_lg-12],
[class*=ggrid-] > [class*=_lg-12],
[class*=ggrid_] > [class*=_lg-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=ggrid] > [data-push-left*=_lg-0],
[class*=ggrid-] > [data-push-left*=_lg-0],
[class*=ggrid_] > [data-push-left*=_lg-0] {
    margin-left: 0;
  }
  [class~=ggrid] > [data-push-left*=_lg-1],
[class*=ggrid-] > [data-push-left*=_lg-1],
[class*=ggrid_] > [data-push-left*=_lg-1] {
    margin-left: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_lg-2],
[class*=ggrid-] > [data-push-left*=_lg-2],
[class*=ggrid_] > [data-push-left*=_lg-2] {
    margin-left: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_lg-3],
[class*=ggrid-] > [data-push-left*=_lg-3],
[class*=ggrid_] > [data-push-left*=_lg-3] {
    margin-left: 25%;
  }
  [class~=ggrid] > [data-push-left*=_lg-4],
[class*=ggrid-] > [data-push-left*=_lg-4],
[class*=ggrid_] > [data-push-left*=_lg-4] {
    margin-left: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_lg-5],
[class*=ggrid-] > [data-push-left*=_lg-5],
[class*=ggrid_] > [data-push-left*=_lg-5] {
    margin-left: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_lg-6],
[class*=ggrid-] > [data-push-left*=_lg-6],
[class*=ggrid_] > [data-push-left*=_lg-6] {
    margin-left: 50%;
  }
  [class~=ggrid] > [data-push-left*=_lg-7],
[class*=ggrid-] > [data-push-left*=_lg-7],
[class*=ggrid_] > [data-push-left*=_lg-7] {
    margin-left: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_lg-8],
[class*=ggrid-] > [data-push-left*=_lg-8],
[class*=ggrid_] > [data-push-left*=_lg-8] {
    margin-left: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_lg-9],
[class*=ggrid-] > [data-push-left*=_lg-9],
[class*=ggrid_] > [data-push-left*=_lg-9] {
    margin-left: 75%;
  }
  [class~=ggrid] > [data-push-left*=_lg-10],
[class*=ggrid-] > [data-push-left*=_lg-10],
[class*=ggrid_] > [data-push-left*=_lg-10] {
    margin-left: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_lg-11],
[class*=ggrid-] > [data-push-left*=_lg-11],
[class*=ggrid_] > [data-push-left*=_lg-11] {
    margin-left: 91.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_lg-0],
[class*=ggrid-] > [data-push-right*=_lg-0],
[class*=ggrid_] > [data-push-right*=_lg-0] {
    margin-right: 0;
  }
  [class~=ggrid] > [data-push-right*=_lg-1],
[class*=ggrid-] > [data-push-right*=_lg-1],
[class*=ggrid_] > [data-push-right*=_lg-1] {
    margin-right: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_lg-2],
[class*=ggrid-] > [data-push-right*=_lg-2],
[class*=ggrid_] > [data-push-right*=_lg-2] {
    margin-right: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_lg-3],
[class*=ggrid-] > [data-push-right*=_lg-3],
[class*=ggrid_] > [data-push-right*=_lg-3] {
    margin-right: 25%;
  }
  [class~=ggrid] > [data-push-right*=_lg-4],
[class*=ggrid-] > [data-push-right*=_lg-4],
[class*=ggrid_] > [data-push-right*=_lg-4] {
    margin-right: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_lg-5],
[class*=ggrid-] > [data-push-right*=_lg-5],
[class*=ggrid_] > [data-push-right*=_lg-5] {
    margin-right: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_lg-6],
[class*=ggrid-] > [data-push-right*=_lg-6],
[class*=ggrid_] > [data-push-right*=_lg-6] {
    margin-right: 50%;
  }
  [class~=ggrid] > [data-push-right*=_lg-7],
[class*=ggrid-] > [data-push-right*=_lg-7],
[class*=ggrid_] > [data-push-right*=_lg-7] {
    margin-right: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_lg-8],
[class*=ggrid-] > [data-push-right*=_lg-8],
[class*=ggrid_] > [data-push-right*=_lg-8] {
    margin-right: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_lg-9],
[class*=ggrid-] > [data-push-right*=_lg-9],
[class*=ggrid_] > [data-push-right*=_lg-9] {
    margin-right: 75%;
  }
  [class~=ggrid] > [data-push-right*=_lg-10],
[class*=ggrid-] > [data-push-right*=_lg-10],
[class*=ggrid_] > [data-push-right*=_lg-10] {
    margin-right: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_lg-11],
[class*=ggrid-] > [data-push-right*=_lg-11],
[class*=ggrid_] > [data-push-right*=_lg-11] {
    margin-right: 91.6666666667%;
  }

  [class~=ggrid] [class*=_lg-first],
[class*=ggrid-] [class*=_lg-first],
[class*=ggrid_] [class*=_lg-first] {
    order: -1;
  }
  [class~=ggrid] [class*=_lg-last],
[class*=ggrid-] [class*=_lg-last],
[class*=ggrid_] [class*=_lg-last] {
    order: 1;
  }
}
@media screen and (max-width: 992px) {
  [class~=ggrid] > [class*=_md-1],
[class*=ggrid-] > [class*=_md-1],
[class*=ggrid_] > [class*=_md-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=ggrid] > [class*=_md-2],
[class*=ggrid-] > [class*=_md-2],
[class*=ggrid_] > [class*=_md-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=ggrid] > [class*=_md-3],
[class*=ggrid-] > [class*=_md-3],
[class*=ggrid_] > [class*=_md-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=ggrid] > [class*=_md-4],
[class*=ggrid-] > [class*=_md-4],
[class*=ggrid_] > [class*=_md-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=ggrid] > [class*=_md-5],
[class*=ggrid-] > [class*=_md-5],
[class*=ggrid_] > [class*=_md-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=ggrid] > [class*=_md-6],
[class*=ggrid-] > [class*=_md-6],
[class*=ggrid_] > [class*=_md-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=ggrid] > [class*=_md-7],
[class*=ggrid-] > [class*=_md-7],
[class*=ggrid_] > [class*=_md-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=ggrid] > [class*=_md-8],
[class*=ggrid-] > [class*=_md-8],
[class*=ggrid_] > [class*=_md-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=ggrid] > [class*=_md-9],
[class*=ggrid-] > [class*=_md-9],
[class*=ggrid_] > [class*=_md-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=ggrid] > [class*=_md-10],
[class*=ggrid-] > [class*=_md-10],
[class*=ggrid_] > [class*=_md-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=ggrid] > [class*=_md-11],
[class*=ggrid-] > [class*=_md-11],
[class*=ggrid_] > [class*=_md-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=ggrid] > [class*=_md-12],
[class*=ggrid-] > [class*=_md-12],
[class*=ggrid_] > [class*=_md-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=ggrid] > [data-push-left*=_md-0],
[class*=ggrid-] > [data-push-left*=_md-0],
[class*=ggrid_] > [data-push-left*=_md-0] {
    margin-left: 0;
  }
  [class~=ggrid] > [data-push-left*=_md-1],
[class*=ggrid-] > [data-push-left*=_md-1],
[class*=ggrid_] > [data-push-left*=_md-1] {
    margin-left: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_md-2],
[class*=ggrid-] > [data-push-left*=_md-2],
[class*=ggrid_] > [data-push-left*=_md-2] {
    margin-left: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_md-3],
[class*=ggrid-] > [data-push-left*=_md-3],
[class*=ggrid_] > [data-push-left*=_md-3] {
    margin-left: 25%;
  }
  [class~=ggrid] > [data-push-left*=_md-4],
[class*=ggrid-] > [data-push-left*=_md-4],
[class*=ggrid_] > [data-push-left*=_md-4] {
    margin-left: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_md-5],
[class*=ggrid-] > [data-push-left*=_md-5],
[class*=ggrid_] > [data-push-left*=_md-5] {
    margin-left: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_md-6],
[class*=ggrid-] > [data-push-left*=_md-6],
[class*=ggrid_] > [data-push-left*=_md-6] {
    margin-left: 50%;
  }
  [class~=ggrid] > [data-push-left*=_md-7],
[class*=ggrid-] > [data-push-left*=_md-7],
[class*=ggrid_] > [data-push-left*=_md-7] {
    margin-left: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_md-8],
[class*=ggrid-] > [data-push-left*=_md-8],
[class*=ggrid_] > [data-push-left*=_md-8] {
    margin-left: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_md-9],
[class*=ggrid-] > [data-push-left*=_md-9],
[class*=ggrid_] > [data-push-left*=_md-9] {
    margin-left: 75%;
  }
  [class~=ggrid] > [data-push-left*=_md-10],
[class*=ggrid-] > [data-push-left*=_md-10],
[class*=ggrid_] > [data-push-left*=_md-10] {
    margin-left: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_md-11],
[class*=ggrid-] > [data-push-left*=_md-11],
[class*=ggrid_] > [data-push-left*=_md-11] {
    margin-left: 91.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_md-0],
[class*=ggrid-] > [data-push-right*=_md-0],
[class*=ggrid_] > [data-push-right*=_md-0] {
    margin-right: 0;
  }
  [class~=ggrid] > [data-push-right*=_md-1],
[class*=ggrid-] > [data-push-right*=_md-1],
[class*=ggrid_] > [data-push-right*=_md-1] {
    margin-right: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_md-2],
[class*=ggrid-] > [data-push-right*=_md-2],
[class*=ggrid_] > [data-push-right*=_md-2] {
    margin-right: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_md-3],
[class*=ggrid-] > [data-push-right*=_md-3],
[class*=ggrid_] > [data-push-right*=_md-3] {
    margin-right: 25%;
  }
  [class~=ggrid] > [data-push-right*=_md-4],
[class*=ggrid-] > [data-push-right*=_md-4],
[class*=ggrid_] > [data-push-right*=_md-4] {
    margin-right: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_md-5],
[class*=ggrid-] > [data-push-right*=_md-5],
[class*=ggrid_] > [data-push-right*=_md-5] {
    margin-right: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_md-6],
[class*=ggrid-] > [data-push-right*=_md-6],
[class*=ggrid_] > [data-push-right*=_md-6] {
    margin-right: 50%;
  }
  [class~=ggrid] > [data-push-right*=_md-7],
[class*=ggrid-] > [data-push-right*=_md-7],
[class*=ggrid_] > [data-push-right*=_md-7] {
    margin-right: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_md-8],
[class*=ggrid-] > [data-push-right*=_md-8],
[class*=ggrid_] > [data-push-right*=_md-8] {
    margin-right: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_md-9],
[class*=ggrid-] > [data-push-right*=_md-9],
[class*=ggrid_] > [data-push-right*=_md-9] {
    margin-right: 75%;
  }
  [class~=ggrid] > [data-push-right*=_md-10],
[class*=ggrid-] > [data-push-right*=_md-10],
[class*=ggrid_] > [data-push-right*=_md-10] {
    margin-right: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_md-11],
[class*=ggrid-] > [data-push-right*=_md-11],
[class*=ggrid_] > [data-push-right*=_md-11] {
    margin-right: 91.6666666667%;
  }

  [class~=ggrid] [class*=_md-first],
[class*=ggrid-] [class*=_md-first],
[class*=ggrid_] [class*=_md-first] {
    order: -1;
  }
  [class~=ggrid] [class*=_md-last],
[class*=ggrid-] [class*=_md-last],
[class*=ggrid_] [class*=_md-last] {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  [class~=ggrid] > [class*=_sm-1],
[class*=ggrid-] > [class*=_sm-1],
[class*=ggrid_] > [class*=_sm-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=ggrid] > [class*=_sm-2],
[class*=ggrid-] > [class*=_sm-2],
[class*=ggrid_] > [class*=_sm-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=ggrid] > [class*=_sm-3],
[class*=ggrid-] > [class*=_sm-3],
[class*=ggrid_] > [class*=_sm-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=ggrid] > [class*=_sm-4],
[class*=ggrid-] > [class*=_sm-4],
[class*=ggrid_] > [class*=_sm-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=ggrid] > [class*=_sm-5],
[class*=ggrid-] > [class*=_sm-5],
[class*=ggrid_] > [class*=_sm-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=ggrid] > [class*=_sm-6],
[class*=ggrid-] > [class*=_sm-6],
[class*=ggrid_] > [class*=_sm-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=ggrid] > [class*=_sm-7],
[class*=ggrid-] > [class*=_sm-7],
[class*=ggrid_] > [class*=_sm-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=ggrid] > [class*=_sm-8],
[class*=ggrid-] > [class*=_sm-8],
[class*=ggrid_] > [class*=_sm-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=ggrid] > [class*=_sm-9],
[class*=ggrid-] > [class*=_sm-9],
[class*=ggrid_] > [class*=_sm-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=ggrid] > [class*=_sm-10],
[class*=ggrid-] > [class*=_sm-10],
[class*=ggrid_] > [class*=_sm-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=ggrid] > [class*=_sm-11],
[class*=ggrid-] > [class*=_sm-11],
[class*=ggrid_] > [class*=_sm-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=ggrid] > [class*=_sm-12],
[class*=ggrid-] > [class*=_sm-12],
[class*=ggrid_] > [class*=_sm-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=ggrid] > [data-push-left*=_sm-0],
[class*=ggrid-] > [data-push-left*=_sm-0],
[class*=ggrid_] > [data-push-left*=_sm-0] {
    margin-left: 0;
  }
  [class~=ggrid] > [data-push-left*=_sm-1],
[class*=ggrid-] > [data-push-left*=_sm-1],
[class*=ggrid_] > [data-push-left*=_sm-1] {
    margin-left: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_sm-2],
[class*=ggrid-] > [data-push-left*=_sm-2],
[class*=ggrid_] > [data-push-left*=_sm-2] {
    margin-left: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_sm-3],
[class*=ggrid-] > [data-push-left*=_sm-3],
[class*=ggrid_] > [data-push-left*=_sm-3] {
    margin-left: 25%;
  }
  [class~=ggrid] > [data-push-left*=_sm-4],
[class*=ggrid-] > [data-push-left*=_sm-4],
[class*=ggrid_] > [data-push-left*=_sm-4] {
    margin-left: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_sm-5],
[class*=ggrid-] > [data-push-left*=_sm-5],
[class*=ggrid_] > [data-push-left*=_sm-5] {
    margin-left: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_sm-6],
[class*=ggrid-] > [data-push-left*=_sm-6],
[class*=ggrid_] > [data-push-left*=_sm-6] {
    margin-left: 50%;
  }
  [class~=ggrid] > [data-push-left*=_sm-7],
[class*=ggrid-] > [data-push-left*=_sm-7],
[class*=ggrid_] > [data-push-left*=_sm-7] {
    margin-left: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_sm-8],
[class*=ggrid-] > [data-push-left*=_sm-8],
[class*=ggrid_] > [data-push-left*=_sm-8] {
    margin-left: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_sm-9],
[class*=ggrid-] > [data-push-left*=_sm-9],
[class*=ggrid_] > [data-push-left*=_sm-9] {
    margin-left: 75%;
  }
  [class~=ggrid] > [data-push-left*=_sm-10],
[class*=ggrid-] > [data-push-left*=_sm-10],
[class*=ggrid_] > [data-push-left*=_sm-10] {
    margin-left: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_sm-11],
[class*=ggrid-] > [data-push-left*=_sm-11],
[class*=ggrid_] > [data-push-left*=_sm-11] {
    margin-left: 91.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_sm-0],
[class*=ggrid-] > [data-push-right*=_sm-0],
[class*=ggrid_] > [data-push-right*=_sm-0] {
    margin-right: 0;
  }
  [class~=ggrid] > [data-push-right*=_sm-1],
[class*=ggrid-] > [data-push-right*=_sm-1],
[class*=ggrid_] > [data-push-right*=_sm-1] {
    margin-right: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_sm-2],
[class*=ggrid-] > [data-push-right*=_sm-2],
[class*=ggrid_] > [data-push-right*=_sm-2] {
    margin-right: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_sm-3],
[class*=ggrid-] > [data-push-right*=_sm-3],
[class*=ggrid_] > [data-push-right*=_sm-3] {
    margin-right: 25%;
  }
  [class~=ggrid] > [data-push-right*=_sm-4],
[class*=ggrid-] > [data-push-right*=_sm-4],
[class*=ggrid_] > [data-push-right*=_sm-4] {
    margin-right: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_sm-5],
[class*=ggrid-] > [data-push-right*=_sm-5],
[class*=ggrid_] > [data-push-right*=_sm-5] {
    margin-right: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_sm-6],
[class*=ggrid-] > [data-push-right*=_sm-6],
[class*=ggrid_] > [data-push-right*=_sm-6] {
    margin-right: 50%;
  }
  [class~=ggrid] > [data-push-right*=_sm-7],
[class*=ggrid-] > [data-push-right*=_sm-7],
[class*=ggrid_] > [data-push-right*=_sm-7] {
    margin-right: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_sm-8],
[class*=ggrid-] > [data-push-right*=_sm-8],
[class*=ggrid_] > [data-push-right*=_sm-8] {
    margin-right: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_sm-9],
[class*=ggrid-] > [data-push-right*=_sm-9],
[class*=ggrid_] > [data-push-right*=_sm-9] {
    margin-right: 75%;
  }
  [class~=ggrid] > [data-push-right*=_sm-10],
[class*=ggrid-] > [data-push-right*=_sm-10],
[class*=ggrid_] > [data-push-right*=_sm-10] {
    margin-right: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_sm-11],
[class*=ggrid-] > [data-push-right*=_sm-11],
[class*=ggrid_] > [data-push-right*=_sm-11] {
    margin-right: 91.6666666667%;
  }

  [class~=ggrid] [class*=_sm-first],
[class*=ggrid-] [class*=_sm-first],
[class*=ggrid_] [class*=_sm-first] {
    order: -1;
  }
  [class~=ggrid] [class*=_sm-last],
[class*=ggrid-] [class*=_sm-last],
[class*=ggrid_] [class*=_sm-last] {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  [class~=ggrid] > [class*=_xs-1],
[class*=ggrid-] > [class*=_xs-1],
[class*=ggrid_] > [class*=_xs-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=ggrid] > [class*=_xs-2],
[class*=ggrid-] > [class*=_xs-2],
[class*=ggrid_] > [class*=_xs-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=ggrid] > [class*=_xs-3],
[class*=ggrid-] > [class*=_xs-3],
[class*=ggrid_] > [class*=_xs-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=ggrid] > [class*=_xs-4],
[class*=ggrid-] > [class*=_xs-4],
[class*=ggrid_] > [class*=_xs-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=ggrid] > [class*=_xs-5],
[class*=ggrid-] > [class*=_xs-5],
[class*=ggrid_] > [class*=_xs-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=ggrid] > [class*=_xs-6],
[class*=ggrid-] > [class*=_xs-6],
[class*=ggrid_] > [class*=_xs-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=ggrid] > [class*=_xs-7],
[class*=ggrid-] > [class*=_xs-7],
[class*=ggrid_] > [class*=_xs-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=ggrid] > [class*=_xs-8],
[class*=ggrid-] > [class*=_xs-8],
[class*=ggrid_] > [class*=_xs-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=ggrid] > [class*=_xs-9],
[class*=ggrid-] > [class*=_xs-9],
[class*=ggrid_] > [class*=_xs-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=ggrid] > [class*=_xs-10],
[class*=ggrid-] > [class*=_xs-10],
[class*=ggrid_] > [class*=_xs-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=ggrid] > [class*=_xs-11],
[class*=ggrid-] > [class*=_xs-11],
[class*=ggrid_] > [class*=_xs-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=ggrid] > [class*=_xs-12],
[class*=ggrid-] > [class*=_xs-12],
[class*=ggrid_] > [class*=_xs-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=ggrid] > [data-push-left*=_xs-0],
[class*=ggrid-] > [data-push-left*=_xs-0],
[class*=ggrid_] > [data-push-left*=_xs-0] {
    margin-left: 0;
  }
  [class~=ggrid] > [data-push-left*=_xs-1],
[class*=ggrid-] > [data-push-left*=_xs-1],
[class*=ggrid_] > [data-push-left*=_xs-1] {
    margin-left: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_xs-2],
[class*=ggrid-] > [data-push-left*=_xs-2],
[class*=ggrid_] > [data-push-left*=_xs-2] {
    margin-left: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_xs-3],
[class*=ggrid-] > [data-push-left*=_xs-3],
[class*=ggrid_] > [data-push-left*=_xs-3] {
    margin-left: 25%;
  }
  [class~=ggrid] > [data-push-left*=_xs-4],
[class*=ggrid-] > [data-push-left*=_xs-4],
[class*=ggrid_] > [data-push-left*=_xs-4] {
    margin-left: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_xs-5],
[class*=ggrid-] > [data-push-left*=_xs-5],
[class*=ggrid_] > [data-push-left*=_xs-5] {
    margin-left: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_xs-6],
[class*=ggrid-] > [data-push-left*=_xs-6],
[class*=ggrid_] > [data-push-left*=_xs-6] {
    margin-left: 50%;
  }
  [class~=ggrid] > [data-push-left*=_xs-7],
[class*=ggrid-] > [data-push-left*=_xs-7],
[class*=ggrid_] > [data-push-left*=_xs-7] {
    margin-left: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_xs-8],
[class*=ggrid-] > [data-push-left*=_xs-8],
[class*=ggrid_] > [data-push-left*=_xs-8] {
    margin-left: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-left*=_xs-9],
[class*=ggrid-] > [data-push-left*=_xs-9],
[class*=ggrid_] > [data-push-left*=_xs-9] {
    margin-left: 75%;
  }
  [class~=ggrid] > [data-push-left*=_xs-10],
[class*=ggrid-] > [data-push-left*=_xs-10],
[class*=ggrid_] > [data-push-left*=_xs-10] {
    margin-left: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-left*=_xs-11],
[class*=ggrid-] > [data-push-left*=_xs-11],
[class*=ggrid_] > [data-push-left*=_xs-11] {
    margin-left: 91.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_xs-0],
[class*=ggrid-] > [data-push-right*=_xs-0],
[class*=ggrid_] > [data-push-right*=_xs-0] {
    margin-right: 0;
  }
  [class~=ggrid] > [data-push-right*=_xs-1],
[class*=ggrid-] > [data-push-right*=_xs-1],
[class*=ggrid_] > [data-push-right*=_xs-1] {
    margin-right: 8.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_xs-2],
[class*=ggrid-] > [data-push-right*=_xs-2],
[class*=ggrid_] > [data-push-right*=_xs-2] {
    margin-right: 16.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_xs-3],
[class*=ggrid-] > [data-push-right*=_xs-3],
[class*=ggrid_] > [data-push-right*=_xs-3] {
    margin-right: 25%;
  }
  [class~=ggrid] > [data-push-right*=_xs-4],
[class*=ggrid-] > [data-push-right*=_xs-4],
[class*=ggrid_] > [data-push-right*=_xs-4] {
    margin-right: 33.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_xs-5],
[class*=ggrid-] > [data-push-right*=_xs-5],
[class*=ggrid_] > [data-push-right*=_xs-5] {
    margin-right: 41.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_xs-6],
[class*=ggrid-] > [data-push-right*=_xs-6],
[class*=ggrid_] > [data-push-right*=_xs-6] {
    margin-right: 50%;
  }
  [class~=ggrid] > [data-push-right*=_xs-7],
[class*=ggrid-] > [data-push-right*=_xs-7],
[class*=ggrid_] > [data-push-right*=_xs-7] {
    margin-right: 58.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_xs-8],
[class*=ggrid-] > [data-push-right*=_xs-8],
[class*=ggrid_] > [data-push-right*=_xs-8] {
    margin-right: 66.6666666667%;
  }
  [class~=ggrid] > [data-push-right*=_xs-9],
[class*=ggrid-] > [data-push-right*=_xs-9],
[class*=ggrid_] > [data-push-right*=_xs-9] {
    margin-right: 75%;
  }
  [class~=ggrid] > [data-push-right*=_xs-10],
[class*=ggrid-] > [data-push-right*=_xs-10],
[class*=ggrid_] > [data-push-right*=_xs-10] {
    margin-right: 83.3333333333%;
  }
  [class~=ggrid] > [data-push-right*=_xs-11],
[class*=ggrid-] > [data-push-right*=_xs-11],
[class*=ggrid_] > [data-push-right*=_xs-11] {
    margin-right: 91.6666666667%;
  }

  [class~=ggrid] [class*=_xs-first],
[class*=ggrid-] [class*=_xs-first],
[class*=ggrid_] [class*=_xs-first] {
    order: -1;
  }
  [class~=ggrid] [class*=_xs-last],
[class*=ggrid-] [class*=_xs-last],
[class*=ggrid_] [class*=_xs-last] {
    order: 1;
  }
}
/************************
    HIDING COLS
*************************/
/*[class*="gcol-"]:not([class*="ggrid"]):not([class*="gcol-0"]) {
  display: block;
}
[class~="ggrid"][class*="gcol-"]:not([class*="gcol-0"]) {
  display: flex;
}*/
[class*=gcol-][class*=gcol-0] {
  display: none;
}

@media screen and (max-width: 1200px) {
  [class~=ggrid],
[class*=ggrid-],
[class*=ggrid_] {
    /*
    &:not([class*="_lg-0"]) {
      display: flex;
    }*/
  }
  [class~=ggrid] > :not([class*=_lg-0]),
[class*=ggrid-] > :not([class*=_lg-0]),
[class*=ggrid_] > :not([class*=_lg-0]) {
    display: block;
  }
  [class~=ggrid] > [class*=_lg-0],
[class*=ggrid-] > [class*=_lg-0],
[class*=ggrid_] > [class*=_lg-0] {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  [class~=ggrid],
[class*=ggrid-],
[class*=ggrid_] {
    /*
    &:not([class*="_md-0"]) {
      display: flex;
    }*/
  }
  [class~=ggrid] > :not([class*=_md-0]),
[class*=ggrid-] > :not([class*=_md-0]),
[class*=ggrid_] > :not([class*=_md-0]) {
    display: block;
  }
  [class~=ggrid] > [class*=_md-0],
[class*=ggrid-] > [class*=_md-0],
[class*=ggrid_] > [class*=_md-0] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [class~=ggrid],
[class*=ggrid-],
[class*=ggrid_] {
    /*
    &:not([class*="_sm-0"]) {
      display: flex;
    }*/
  }
  [class~=ggrid] > :not([class*=_sm-0]),
[class*=ggrid-] > :not([class*=_sm-0]),
[class*=ggrid_] > :not([class*=_sm-0]) {
    display: block;
  }
  [class~=ggrid] > [class*=_sm-0],
[class*=ggrid-] > [class*=_sm-0],
[class*=ggrid_] > [class*=_sm-0] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  [class~=ggrid],
[class*=ggrid-],
[class*=ggrid_] {
    /*
    &:not([class*="_xs-0"]) {
      display: flex;
    }*/
  }
  [class~=ggrid] > :not([class*=_xs-0]),
[class*=ggrid-] > :not([class*=_xs-0]),
[class*=ggrid_] > :not([class*=_xs-0]) {
    display: block;
  }
  [class~=ggrid] > [class*=_xs-0],
[class*=ggrid-] > [class*=_xs-0],
[class*=ggrid_] > [class*=_xs-0] {
    display: none;
  }
}
@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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  color: #063057;
  margin: 0px 0 0px 0;
  line-height: 1.5;
}

h1,
.h1 {
  background-color: transparent;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h1,
.h1 {
    background-color: transparent;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  h1,
.h1 {
    background-color: transparent;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}

h2,
.h2 {
  background-color: transparent;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 31px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h2,
.h2 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  h2,
.h2 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}

h3,
.h3 {
  background-color: transparent;
  color: #063057;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h3,
.h3 {
    background-color: transparent;
    color: #063057;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  h3,
.h3 {
    background-color: transparent;
    color: #063057;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}

h4,
.h4 {
  background-color: transparent;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h4,
.h4 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  h4,
.h4 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}

h5,
.h5 {
  background-color: transparent;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h5,
.h5 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  h5,
.h5 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}

h6,
.h6 {
  background-color: transparent;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h6,
.h6 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  h6,
.h6 {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}

form .ajax-progress {
  position: absolute;
}

.page-header {
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
.page-header span {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .page-header span {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .page-header span {
    background-color: transparent;
  }
}

#page-wrapper .tpo-page-body-header .page-header {
  text-align: left;
}

.region-header .page-header,
.tpo-page-no-header .page-header {
  padding-bottom: 0px;
  margin: 0;
  border: none;
}

.region-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .region-header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .region-header {
    margin-bottom: 60px;
  }
}
.region-header.region-style-image.flush-header, .region-header.region-style-video.flush-header {
  margin-bottom: 0;
}

.region-no-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .region-no-header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .region-no-header {
    margin-bottom: 60px;
  }
}

#page-wrapper {
  overflow: hidden;
}
#page-wrapper .page-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .page-header {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .page-header {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1230px) {
  #page-wrapper .page-header {
    max-width: 1200px;
  }
}
#page-wrapper .region-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0;
  min-height: 90px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-header {
    min-height: 105px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .region-header {
    min-height: 120px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wrapper .region-header {
    height: 90px;
  }
}
#page-wrapper .region-header.no-min-height {
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  #page-wrapper .region-header > .container {
    width: 100%;
  }
}
#page-wrapper #tpo-page-sidebar ~ #tpo-page-content {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper #tpo-page-sidebar ~ #tpo-page-content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper #tpo-page-sidebar ~ #tpo-page-content {
    width: 75%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#page-wrapper #tpo-page-sidebar ~ #tpo-page-content .tpo-page-body-header {
  width: auto;
  padding: 0;
}
#page-wrapper .region {
  width: 100%;
}
#page-wrapper .region.row {
  width: auto;
}
#page-wrapper .page-header {
  width: 100%;
  text-align: center;
}
#page-wrapper .region-style-default:not(.tpo-page-no-header) {
  background-image: none;
  background-color: #fff;
  padding: 0;
  min-height: 90px;
  border-bottom: 1px solid #BFD730;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-default:not(.tpo-page-no-header) {
    background-image: url(../images/bg_title_header_sm.svg);
    background-size: cover;
    min-height: 105px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .region-style-default:not(.tpo-page-no-header) {
    background-image: url(../images/bg_title_header_lg.svg);
    min-height: 120px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wrapper .region-style-default:not(.tpo-page-no-header) {
    height: calc(120px / 2);
  }
}
#page-wrapper .region-style-default:not(.tpo-page-no-header) .page-header {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center !important;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-default:not(.tpo-page-no-header) .page-header {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
#page-wrapper .region-style-default:not(.tpo-page-no-header).view-header-wpr {
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-default:not(.tpo-page-no-header).view-header-wpr {
    padding-bottom: 0;
  }
}
#page-wrapper .region-style-color {
  padding: 0;
  min-height: 90px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-color {
    min-height: 105px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .region-style-color {
    min-height: 120px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wrapper .region-style-color {
    height: calc(90px / 2);
  }
}
#page-wrapper .region-style-color .page-header {
  text-align: center !important;
  margin: 0;
}
#page-wrapper .region-style-image {
  padding: 0;
  min-height: 250px;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  background-position: center 0px !important;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-image {
    min-height: 540px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .region-style-image {
    min-height: 650px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wrapper .region-style-image {
    height: calc(250px / 2);
  }
}
#page-wrapper .region-style-image .page-header {
  margin: 0;
  text-align: center;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-image .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .region-style-image .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 26px;
  }
}
#page-wrapper .region-style-image .page-header span {
  background-color: #fff;
  padding: 10px 10px 2px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .region-style-image .page-header span {
    background-color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .region-style-image .page-header span {
    background-color: #fff;
  }
}

.hdr-img-wpr .views-element-container .flexslider {
  margin-bottom: 0;
  border: 0px solid transparent;
  height: calc((1.5 * 250px) + 16px + (2 * 10px)) !important;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .views-element-container .flexslider {
    height: calc((1 * 540px) + 16px + (2 * 10px)) !important;
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .views-element-container .flexslider {
    height: calc((1 * 650px) + 16px + (2 * 10px)) !important;
  }
}
.hdr-img-wpr .views-element-container .flexslider .slides .flex-active-slide {
  overflow: hidden;
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .hdr .hdr-inner .img {
  height: calc(1.5 * 250px);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .hdr .hdr-inner .img {
    height: calc(1 * 540px);
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .hdr .hdr-inner .img {
    height: calc(1 * 650px);
  }
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .hdr .hdr-inner .img img {
  height: 100%;
  width: auto;
  max-width: inherit;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr {
  position: absolute;
  bottom: calc(0% + (1.3 * 16px) + (2 * 10px));
  left: 50%;
  transform: translateX(-50%);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr {
    width: 970px;
  }
}
@media only screen and (min-width: 1230px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr {
    width: 1200px;
  }
}
@media only screen and (max-width: 479px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr {
    width: 100%;
  }
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner .title {
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner .title {
    width: 80%;
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner .title {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 26px;
  }
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner .subtitle {
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 31px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner .subtitle {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .output-wpr .output-inner .subtitle {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .caption {
  background-color: #f3f3f3;
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.hdr-img-wpr .views-element-container .flexslider .slides > li .caption span {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .caption span {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .caption span {
    width: 970px;
  }
}
@media only screen and (min-width: 1230px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .caption span {
    width: 1200px;
  }
}
@media only screen and (max-width: 479px) {
  .hdr-img-wpr .views-element-container .flexslider .slides > li .caption span {
    width: 100%;
  }
}
.hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a {
  display: block;
  font-size: 0px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  top: calc(50%);
  opacity: 1;
  left: 0px;
  transform: translateY(-50%);
}
.hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a:before {
  font-family: "Glyphicons Halflings";
  font-size: 30px;
  display: inline-block;
  content: "";
  color: #063057;
  text-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a:hover, .hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a:focus {
  background-color: #063057;
}
.hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a:hover:before, .hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a:focus:before {
  color: #fff;
}
.hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a.flex-next {
  right: 0;
  left: inherit;
}
.hdr-img-wpr .views-element-container .flexslider .flex-direction-nav a.flex-next:before {
  content: "";
}
.hdr-img-wpr .hdr .hdr-inner .img {
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hdr-img-wpr .hdr .hdr-inner .img {
    height: 540px;
  }
}
@media only screen and (min-width: 992px) {
  .hdr-img-wpr .hdr .hdr-inner .img {
    height: 650px;
  }
}
.hdr-img-wpr .hdr .hdr-inner .img img {
  height: 100%;
  width: auto;
  max-width: inherit;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#page-wrapper .node--type-blog .page-header,
#page-wrapper .tpo-page-body-header .page-header,
#page-wrapper .node--type-article .page-header {
  padding: 0;
  text-align: left;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-blog .page-header,
#page-wrapper .tpo-page-body-header .page-header,
#page-wrapper .node--type-article .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-blog .page-header,
#page-wrapper .tpo-page-body-header .page-header,
#page-wrapper .node--type-article .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 20px;
  }
}
#page-wrapper .tpo-page-body-header .page-header {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .tpo-page-body-header .page-header {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .tpo-page-body-header .page-header {
    text-align: left;
  }
}

.page-node-type-tpo-page #page-wrapper .region-header:not(.region-style-color):not(.region-style-default):not(.region-style-video):not(.region-style-image) .page-header {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-node-type-tpo-page #page-wrapper .region-header:not(.region-style-color):not(.region-style-default):not(.region-style-video):not(.region-style-image) .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-type-tpo-page #page-wrapper .region-header:not(.region-style-color):not(.region-style-default):not(.region-style-video):not(.region-style-image) .page-header {
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}

body {
  background-color: transparent;
  color: #737373;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  overflow-x: hidden;
}

img {
  border-radius: 0px;
}

p {
  margin: 0 0 12px;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
  margin-bottom: 30px;
}
.breadcrumb > li {
  display: inline-block;
  line-height: 1;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}
.breadcrumb > li + li:before {
  display: none;
  content: "";
  padding: 0 5px;
  color: #fff;
}
.breadcrumb > li a {
  display: block;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  border: 1px solid transparent;
  padding: 5px 5px;
  text-decoration: underline;
  background-color: transparent;
  color: #063057;
}
.breadcrumb > li a:hover, .breadcrumb > li a:focus {
  background-color: #063057;
  color: #fff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.breadcrumb > li:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.breadcrumb > li:first-of-type a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.breadcrumb > li:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.breadcrumb > li:last-of-type a {
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.breadcrumb > .active {
  background-color: #063057;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 5px 5px;
  line-height: 1;
  border: 1px solid #063057;
}

a {
  background-color: transparent;
  color: #D01777;
  text-decoration: underline;
  padding: 0px;
}
a:hover, a:focus {
  background-color: transparent;
  color: #D01777;
  text-decoration: none;
  padding: 0px;
}

ul {
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
  list-style-type: disc;
  list-style-position: inside;
  list-style-image: none;
}

ol {
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
  list-style-type: decimal;
  list-style-position: inside;
  list-style-image: none;
}

ul:not(.menu):not(.nav):not(.toolbar-menu) > li:not(.menuparent):not(.sf-no-children),
ol:not(.menu):not(.nav):not(.toolbar-menu) > li:not(.menuparent):not(.sf-no-children) {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #063057;
}
@media only screen and (min-width: 768px) {
  ul:not(.menu):not(.nav):not(.toolbar-menu) > li:not(.menuparent):not(.sf-no-children),
ol:not(.menu):not(.nav):not(.toolbar-menu) > li:not(.menuparent):not(.sf-no-children) {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    background-color: transparent;
    color: #063057;
  }
}

.field--name-field-tpo-paragraph-body ul, .field--name-field-tpo-paragraph-body ol {
  margin: 0px 0px 12px 20px;
  list-style-position: outside;
}
.field--name-field-tpo-paragraph-body ul li, .field--name-field-tpo-paragraph-body ol li {
  color: #737373 !important;
}
@media only screen and (max-width: 767px) {
  .field--name-field-tpo-paragraph-body ul li, .field--name-field-tpo-paragraph-body ol li {
    font-size: 16px !important;
  }
}

.btn {
  padding: 5px 15px;
  font-size: 17px;
}
@media only screen and (max-width: 355px) {
  .btn {
    font-size: calc(0.842 * 17px);
  }
}
.btn:hover, .btn:focus, .btn:active, .btn:active:hover, .btn:active:focus {
  padding: 5px 15px;
}

.btn-primary,
.button,
.btn-default {
  color: #fff;
  background-color: #D01777;
  border: 2px solid #D01777;
  text-decoration: none;
  box-shadow: none;
  border-radius: 25px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:hover,
.button:active:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
  color: #D01777;
  background-color: #fff;
  border: 2px solid #D01777;
  text-decoration: none;
  box-shadow: none;
}

.btn-primary-reverse {
  color: #D01777;
  background-color: #fff;
  border: 2px solid #D01777;
  text-decoration: none;
  box-shadow: none;
  border-radius: 21px;
}
.btn-primary-reverse:hover, .btn-primary-reverse:focus, .btn-primary-reverse:active, .btn-primary-reverse:active:hover, .btn-primary-reverse:active:focus {
  color: #fff;
  background-color: #D01777;
  border: 2px solid #D01777;
  text-decoration: none;
  box-shadow: none;
}

.form-control {
  min-height: 50px;
  border-width: 1px;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
  line-height: 1.5;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.form-control:focus {
  border-color: #063057;
  border-width: 1px;
  border-bottom-color: #D01777;
  border-bottom-width: 9px;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.form-control::placeholder {
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.form-control.form-select {
  line-height: 1.5;
}

.form-actions .btn {
  min-height: 50px;
}

label {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
  color: #063057;
  background-color: transparent;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
}

.menu:not(.sf-menu):not(.mm-listview) li a {
  display: inline-block;
  text-decoration: none;
  color: #063057;
  background-color: transparent;
  font-size: 16px;
  padding: 0 5px;
  line-height: 2;
  border-radius: 25px;
}
.menu:not(.sf-menu):not(.mm-listview) li a:hover, .menu:not(.sf-menu):not(.mm-listview) li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #063057;
}

ul.pagination > li > a,
ul.pagination > li > span {
  padding: 0px 7px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 19px;
}
ul.pagination > li.pager__item--next > a span[aria-hidden=true] {
  font-size: 0px;
}
ul.pagination > li.pager__item--next > a span[aria-hidden=true]:before {
  content: "";
  font-family: fontawesome;
  font-size: 19px;
}
ul.pagination > li.pager__item--previous > a span[aria-hidden=true] {
  font-size: 0px;
}
ul.pagination > li.pager__item--previous > a span[aria-hidden=true]:before {
  content: "";
  font-family: fontawesome;
  font-size: 19px;
}
ul.pagination > li.pager__item--first > a {
  margin-right: 15px;
}
ul.pagination > li.pager__item--first > a span[aria-hidden=true] {
  font-size: 0px;
}
ul.pagination > li.pager__item--first > a span[aria-hidden=true]:before {
  content: "First";
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 19px;
}
ul.pagination > li.pager__item--last > a {
  margin-left: 15px;
}
ul.pagination > li.pager__item--last > a span[aria-hidden=true] {
  font-size: 0px;
}
ul.pagination > li.pager__item--last > a span[aria-hidden=true]:before {
  content: "Last";
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 19px;
}

.tpo-paragraph-container {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-container {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-container {
    margin-bottom: 100px;
  }
}
.tpo-paragraph-container .tpo-paragraph-row {
  margin-top: 0px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-container .tpo-paragraph-row {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-container .tpo-paragraph-row {
    margin-bottom: 75px;
  }
}
.tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column {
    margin-bottom: 75px;
  }
}
.tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item {
    margin-bottom: 50px;
  }
}
.tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item:last-of-type {
  margin-bottom: 0px;
}
.tpo-paragraph-container .tpo-paragraph-row .tpo-paragraph-column:last-of-type {
  margin-bottom: 0px;
}
.tpo-paragraph-container .tpo-paragraph-row:last-of-type {
  margin-bottom: 0px;
}
.tpo-paragraph-container .tpo-paragraph-row:not(.tpo-paragraph-one-column) .tpo-paragraph-column {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-container .tpo-paragraph-row:not(.tpo-paragraph-one-column) .tpo-paragraph-column {
    margin-bottom: 0px;
  }
}
.tpo-paragraph-container .tpo-paragraph-row:not(.tpo-paragraph-one-column) .tpo-paragraph-column:last-of-type {
  margin-bottom: 0px;
}
.tpo-paragraph-container:last-of-type {
  margin-bottom: 0px;
}

.tpo-paragraph-cta.primary-block {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-cta.primary-block {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-cta.primary-block {
    max-width: 62%;
  }
}
.tpo-paragraph-cta.primary-block .inner {
  text-align: center;
}
.tpo-paragraph-cta.primary-block .inner .cta-title {
  margin-bottom: 12px;
  color: #063057;
  font-weight: 400;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-cta.primary-block .inner .cta-title {
    font-size: 36px;
  }
}
.tpo-paragraph-cta.primary-block .inner .cta-subtitle {
  margin-bottom: 12px;
}
.tpo-paragraph-cta.primary-block .inner .field--name-field-tpo-paragraph-body {
  margin-bottom: calc(12px * 1.8);
}
.tpo-paragraph-cta.primary-block .inner .field--name-field-tpo-paragraph-body p:last-of-type {
  margin-bottom: 0px;
}
.tpo-paragraph-cta.primary-block .inner .btn-primary {
  color: #fff;
  background-color: #D01777;
  border: 2px solid #D01777;
  text-decoration: none;
}
.tpo-paragraph-cta.primary-block .inner .btn-primary:hover, .tpo-paragraph-cta.primary-block .inner .btn-primary:focus {
  color: #D01777;
  background-color: #fff;
  border: 2px solid #D01777;
  text-decoration: none;
}
.tpo-paragraph-cta.secondary-block .inner {
  text-align: left;
}
.tpo-paragraph-cta.secondary-block .inner .field--name-field-tpo-paragraph-image {
  margin-bottom: 6px;
}
.tpo-paragraph-cta.secondary-block .inner .field--name-field-tpo-paragraph-image img {
  width: 100%;
}
.tpo-paragraph-cta.secondary-block .inner .cta-title {
  margin-bottom: -5px;
}
.tpo-paragraph-cta.secondary-block .inner .cta-subtitle {
  margin-bottom: 5px;
}
.tpo-paragraph-cta.secondary-block .inner .field--name-field-tpo-paragraph-body {
  margin-bottom: calc(5px * 1.8);
}
.tpo-paragraph-cta.secondary-block .inner .field--name-field-tpo-paragraph-body p:last-of-type {
  margin-bottom: 0px;
}
.tpo-paragraph-cta.secondary-block .inner .btn-primary {
  color: #fff;
  background-color: #D01777;
  border: 2px solid #D01777;
  text-decoration: none;
  margin-top: 10px;
}
.tpo-paragraph-cta.secondary-block .inner .btn-primary:hover, .tpo-paragraph-cta.secondary-block .inner .btn-primary:focus {
  color: #D01777;
  background-color: #fff;
  border: 2px solid #D01777;
  text-decoration: none;
}
.tpo-paragraph-cta.hero-block {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-cta.hero-block {
    min-height: 540px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-cta.hero-block {
    min-height: 650px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tpo-paragraph-cta.hero-block {
    height: 100px;
  }
}
.tpo-paragraph-cta.hero-block .inner {
  padding-bottom: 26px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-cta.hero-block .inner {
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-cta.hero-block .inner {
    padding-bottom: 26px;
  }
}
.tpo-paragraph-cta.hero-block .inner .cta-content h2 {
  padding: 0px 15px;
  max-width: 72%;
  margin: 20px auto;
  background-color: #fff;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-cta.hero-block .inner .cta-content h2 {
    max-width: 100%;
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-cta.hero-block .inner .cta-content h2 {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
.tpo-paragraph-cta.hero-block .inner .cta-content h3 {
  padding: 0 10px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #063057;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-cta.hero-block .inner .cta-content h3 {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-cta.hero-block .inner .cta-content h3 {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  }
}
.tpo-paragraph-cta.hero-block .inner .btn-primary {
  color: #fff;
  background-color: #063057;
  border: 2px solid #063057;
  text-decoration: none;
  margin-bottom: 20px;
}
.tpo-paragraph-cta.hero-block .inner .btn-primary:hover, .tpo-paragraph-cta.hero-block .inner .btn-primary:focus {
  color: #063057;
  background-color: #fff;
  border: 2px solid #063057;
  text-decoration: none;
}
.tpo-paragraph-cta .btn-style-corner-radius {
  border-radius: 15px;
}

a.tpo-paragraph-cta.paragraph--type--call-to-action {
  background-color: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inherit;
  color: inherit;
  border: inherit;
  padding: inherit;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action .inner {
  background-color: #fff;
  border: 0px solid transparent;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action:hover .inner, a.tpo-paragraph-cta.paragraph--type--call-to-action:focus .inner {
  background-color: #fff;
  border: 0px solid transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.6s ease-in-out;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action .cta-content {
  padding-left: 10px;
  padding-right: 10px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action .cta-btn {
  padding-left: 10px;
  padding-right: 10px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.primary-block .cta-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.primary-block .cta-btn .text-link {
  color: #fff;
  background-color: #D01777;
  border: 2px solid #D01777;
  text-decoration: none;
  padding: 5px 15px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.primary-block .cta-btn .text-link:hover, a.tpo-paragraph-cta.paragraph--type--call-to-action.primary-block .cta-btn .text-link:focus {
  color: #D01777;
  background-color: #fff;
  border: 2px solid #D01777;
  text-decoration: none;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.secondary-block .cta-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.secondary-block .cta-btn .text-link {
  color: #fff;
  background-color: #D01777;
  border: 2px solid #D01777;
  text-decoration: none;
  padding: 5px 15px;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.secondary-block .cta-btn .text-link:hover, a.tpo-paragraph-cta.paragraph--type--call-to-action.secondary-block .cta-btn .text-link:focus {
  color: #D01777;
  background-color: #fff;
  border: 2px solid #D01777;
  text-decoration: none;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.hero-block {
  display: flex;
  background-color: transparent;
  transition: 0.6s background-color ease-in-out;
  flex-direction: row;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.hero-block:hover, a.tpo-paragraph-cta.paragraph--type--call-to-action.hero-block:focus {
  background-color: rgba(6, 48, 87, 0.5);
  transition: 0.6s background-color ease-in-out;
}
a.tpo-paragraph-cta.paragraph--type--call-to-action.hero-block .inner {
  padding-bottom: 26px;
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  a.tpo-paragraph-cta.paragraph--type--call-to-action.hero-block .inner {
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  a.tpo-paragraph-cta.paragraph--type--call-to-action.hero-block .inner {
    padding-bottom: 26px;
  }
}

.tpo-paragraph-accordion .panel {
  border: none;
  box-shadow: none;
}
.tpo-paragraph-accordion .panel + .panel {
  margin-top: 5px;
}
.tpo-paragraph-accordion .panel-heading {
  padding: 0;
}
.tpo-paragraph-accordion .panel-heading .panel-title {
  padding: 0;
  border: none;
  margin: 0;
}
.tpo-paragraph-accordion .panel-heading .panel-title a {
  position: relative;
  padding: 5px 22px;
  display: block;
  border: 3px solid #FFCD32;
  background-color: #FFCD32;
  text-decoration: underline;
  color: #063057;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a {
    padding-left: 11px;
    padding-right: 33px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a {
    padding: 8px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a {
    padding: 10px 30px;
  }
}
.tpo-paragraph-accordion .panel-heading .panel-title a:hover, .tpo-paragraph-accordion .panel-heading .panel-title a:focus {
  background-color: #FFCD32;
  border: 3px solid #FFCD32;
  text-decoration: underline;
  color: #063057;
}
.tpo-paragraph-accordion .panel-heading .panel-title a:hover:before, .tpo-paragraph-accordion .panel-heading .panel-title a:hover:after, .tpo-paragraph-accordion .panel-heading .panel-title a:focus:before, .tpo-paragraph-accordion .panel-heading .panel-title a:focus:after {
  background-color: #063057;
  transition: all ease-in-out 0.5s;
}
.tpo-paragraph-accordion .panel-heading .panel-title a:before {
  content: "";
  width: 2px;
  height: 20px;
  right: 18px;
  top: 10px;
  background-color: #063057;
  display: block;
  position: absolute;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a:before {
    top: 11px;
    right: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a:before {
    top: 13px;
    right: 18px;
  }
}
.tpo-paragraph-accordion .panel-heading .panel-title a:after {
  content: "";
  width: 20px;
  height: 2px;
  right: 9px;
  top: 18.5px;
  background-color: #063057;
  display: block;
  position: absolute;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a:after {
    top: 19.5px;
    right: 9px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-accordion .panel-heading .panel-title a:after {
    top: 22px;
    right: 9px;
  }
}
.tpo-paragraph-accordion .panel-heading .panel-title a[aria-expanded=true] {
  background-color: #FFCD32;
  border: 3px solid #FFCD32;
  text-decoration: underline;
}
.tpo-paragraph-accordion .panel-heading .panel-title a[aria-expanded=true]:before {
  transform: rotateZ(90deg);
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.tpo-paragraph-accordion .panel-body {
  background-color: transparent;
  border: 3px solid transparent !important;
  border-top: none !important;
  padding: 10px 22px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-accordion .panel-body {
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-accordion .panel-body {
    padding: 20px 30px;
  }
}

.tpo-paragraph-tabs > .nav.nav-tabs > li > a {
  position: relative;
  border: 3px solid #FFCD32;
  color: #063057;
  text-decoration: underline;
  background-color: #fff;
  padding: 12px 24px;
  text-align: left;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li > a {
    padding: 9px 26px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li > a {
    padding: 8px 50px;
  }
}
.tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover, .tpo-paragraph-tabs > .nav.nav-tabs > li > a:focus {
  color: #063057;
  text-decoration: none;
  background-color: #FFCD32;
  border-color: #FFCD32;
}
.tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover:before, .tpo-paragraph-tabs > .nav.nav-tabs > li > a:focus:before {
  border-color: #063057;
}
.tpo-paragraph-tabs > .nav.nav-tabs > li > a:before {
  content: "";
  position: absolute;
  line-height: 0;
  opacity: 1;
  top: 24px;
  right: 10px;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  display: inline-block;
  border-top: 2px solid #063057;
  border-right: 2px solid #063057;
  border-color: #063057;
  transition: all ease-in-out 0.2s;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li > a:before {
    top: calc(50% - 5px);
    right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li > a:before {
    top: calc(50% - 5px);
    right: 15px;
  }
}
.tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
  border: 3px solid #FFCD32;
  background-color: #FFCD32;
  color: #063057;
  text-decoration: none;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
    border-bottom: 3px solid transparent;
  }
}
.tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:hover, .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:focus {
  background-color: #FFCD32;
  color: #063057;
  text-decoration: none;
}
.tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:hover:before, .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:focus:before {
  border-color: #063057;
}
.tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:before {
  top: 21px;
  border-color: #063057;
  transform: rotate(135deg);
  transition: all ease-in-out 0.2s;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:before {
    top: calc(50% - 5px);
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a:before {
    top: calc(50% - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-of-type > a {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs > .nav.nav-tabs > li.active:last-of-type > a {
    border-left: none;
  }
}
.tpo-paragraph-tabs .tab-content {
  position: relative;
  margin-top: calc(-1 * (3px + 2px));
  border: 0;
  border-top: 3px solid transparent;
  padding: 20px 24px 25px;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-tabs .tab-content {
    padding: 20px 26px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-tabs .tab-content {
    padding: 35px 50px 35px;
  }
}

.tpo-paragraph-block-quote {
  min-height: 20px;
  padding: 0px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: none;
}
.tpo-paragraph-block-quote .field--name-field-tpo-paragraph-quote-body {
  text-align: center;
}
.tpo-paragraph-block-quote .field--name-field-tpo-paragraph-quote-body em,
.tpo-paragraph-block-quote .field--name-field-tpo-paragraph-quote-body i {
  font-style: italic;
  font-size: 16px;
  color: #063057;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: block;
  padding-top: 20px;
  letter-spacing: normal;
  line-height: 1.5;
}

.tpo-paragraph-carousel > .carousel-inner > .carousel-item > .tpo-paragraph-container {
  padding: 0;
}
.tpo-paragraph-carousel .carousel-indicators {
  bottom: 0;
  margin: 0;
  width: inherit;
  left: 50%;
  background-color: transparent;
  line-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50%);
  display: block;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-carousel .carousel-indicators {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-carousel .carousel-indicators {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tpo-paragraph-carousel .carousel-indicators li {
  border: 1px solid #FFCD32;
  width: 27px;
  height: 5px;
  border-radius: 5px;
  background-color: #FFCD32;
  margin: 0 5px;
  position: relative;
}
.tpo-paragraph-carousel .carousel-indicators li:first-of-type {
  margin-left: 20px;
}
.tpo-paragraph-carousel .carousel-indicators li:last-of-type {
  margin-right: 20px;
}
.tpo-paragraph-carousel .carousel-indicators li.active {
  background-color: #FFCD32 !important;
}
.tpo-paragraph-carousel .carousel-indicators li:hover:not(.active), .tpo-paragraph-carousel .carousel-indicators li:focus:not(.active) {
  background-color: #FFCD32 !important;
  border: 1px solid #FFCD32;
}
.tpo-paragraph-carousel > .carousel-control {
  background-color: #fff;
  background-image: none;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  transition: background-color 0.4s ease-in-out;
}
.tpo-paragraph-carousel > .carousel-control:hover {
  background-color: #063057;
  transition: background-color 0.4s ease-in-out;
}
.tpo-paragraph-carousel > .carousel-control:hover .glyphicon {
  color: #fff;
  transition: color 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-carousel > .carousel-control {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-carousel > .carousel-control {
    width: 45px;
    height: 45px;
  }
}
.tpo-paragraph-carousel > .carousel-control .glyphicon {
  font-family: "Glyphicons Halflings";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #063057;
  font-size: 20px;
  transition: color 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .tpo-paragraph-carousel > .carousel-control .glyphicon {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-paragraph-carousel > .carousel-control .glyphicon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
.tpo-paragraph-carousel > .carousel-control .glyphicon.glyphicon-chevron-left:before {
  content: "";
}
.tpo-paragraph-carousel > .carousel-control .glyphicon.glyphicon-chevron-right:before {
  content: "";
}

.tpo-paragraph-view {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
}
.tpo-paragraph-view > .field {
  width: 100%;
}
.tpo-paragraph-view .views-element-container {
  margin-bottom: 0;
}

.featured-event-wpr .list-thumb img {
  margin-bottom: 10px;
}
.featured-event-wpr .list-thumb .summary-text .meta-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 44px;
  line-height: 1.5;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  background-color: transparent;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 3px;
}
.featured-event-wpr .list-thumb .summary-text .meta-data .eventDay {
  order: 2;
}
.featured-event-wpr .list-thumb .summary-text .meta-data .eventMonth {
  order: 1;
  text-transform: uppercase;
  padding-right: 0.3em;
}
.featured-event-wpr .list-thumb .summary-text .list-title {
  margin-bottom: 10px;
}
.featured-event-wpr .list-thumb .summary-text .list-title a {
  text-decoration: none;
}
.featured-event-wpr .list-thumb .summary-text .list-title a:hover, .featured-event-wpr .list-thumb .summary-text .list-title a:focus {
  text-decoration: underline;
}
.featured-event-wpr .list-thumb .summary-text .list-title a:hover h3, .featured-event-wpr .list-thumb .summary-text .list-title a:focus h3 {
  color: #063057;
  text-decoration: underline;
}
.featured-event-wpr .list-thumb .summary-text .summary {
  margin-bottom: 0px;
  line-height: 1.5;
}
.featured-event-wpr .views-row .list-thumb {
  padding-bottom: 68px;
}
@media only screen and (min-width: 768px) {
  .featured-event-wpr .views-row .list-thumb {
    padding-bottom: 0px;
  }
}
.featured-event-wpr .views-row:last-of-type .list-thumb {
  padding-bottom: 0px;
}

.news-feed .views-row {
  padding-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .news-feed .views-row {
    padding-bottom: 0px;
  }
}
.news-feed .views-row:last-of-type {
  padding-bottom: 0px;
}
.news-feed .views-row .upcoming-news a {
  text-decoration: none;
}
.news-feed .views-row .upcoming-news a:hover, .news-feed .views-row .upcoming-news a:focus {
  text-decoration: underline;
}
.news-feed .views-row .upcoming-news a:hover h3, .news-feed .views-row .upcoming-news a:focus h3 {
  color: #063057;
  text-decoration: underline;
}

.webform-submission-website-search-form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .webform-submission-website-search-form {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-website-search-form {
    width: 66.6667%;
  }
}
.webform-submission-website-search-form > .form-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .webform-submission-website-search-form > .form-item {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-website-search-form > .form-item {
    width: 90%;
  }
}
.webform-submission-website-search-form > .form-actions {
  padding-left: 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .webform-submission-website-search-form > .form-actions {
    width: 15%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-website-search-form > .form-actions {
    width: 15%;
    padding-left: 15px;
  }
}
.webform-submission-website-search-form > .form-actions button {
  width: 100%;
  font-size: 0px;
}
.webform-submission-website-search-form > .form-actions button:before {
  content: "";
  font-size: 14px;
  font-family: fontawesome;
}
.webform-submission-website-search-form .form-group {
  margin-bottom: 11px;
}

@keyframes circlePulse {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.modal-backdrop {
  display: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  border: 0px solid #e5e5e5;
  background-color: #fff;
  border-radius: 3px;
}

.tpo-footer .tpo-paragraph-row, .tpo-header-desktop .tpo-paragraph-row, .tpo-header-mobile .tpo-paragraph-row, .tpo-header .tpo-paragraph-row {
  margin-bottom: 15px;
}
.tpo-footer .tpo-paragraph-row, .tpo-header-desktop .tpo-paragraph-row, .tpo-header-mobile .tpo-paragraph-row, .tpo-header .tpo-paragraph-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tpo-footer .tpo-paragraph-row > .tpo-paragraph-column, .tpo-header-desktop .tpo-paragraph-row > .tpo-paragraph-column, .tpo-header-mobile .tpo-paragraph-row > .tpo-paragraph-column, .tpo-header .tpo-paragraph-row > .tpo-paragraph-column {
  width: inherit;
}
.tpo-footer .tpo-paragraph-row:before, .tpo-header-desktop .tpo-paragraph-row:before, .tpo-header-mobile .tpo-paragraph-row:before, .tpo-header .tpo-paragraph-row:before {
  display: none;
}
.tpo-footer .tpo-paragraph-row:after, .tpo-header-desktop .tpo-paragraph-row:after, .tpo-header-mobile .tpo-paragraph-row:after, .tpo-header .tpo-paragraph-row:after {
  display: none;
}
.tpo-footer .tpo-paragraph-row:last-of-type, .tpo-header-desktop .tpo-paragraph-row:last-of-type, .tpo-header-mobile .tpo-paragraph-row:last-of-type, .tpo-header .tpo-paragraph-row:last-of-type {
  margin-bottom: 0;
}
.tpo-footer .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item, .tpo-header-desktop .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item, .tpo-header-mobile .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item, .tpo-header .tpo-paragraph-row .tpo-paragraph-column > .field > .field--item {
  margin-bottom: 25px;
}

.field--name-field-tpo-paragraph-body h2 {
  margin-bottom: 5px;
}
.field--name-field-tpo-paragraph-body h3 {
  margin-bottom: 5px;
}

.full-width-image {
  padding: 0;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .full-width-image {
    margin-bottom: 40px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .full-width-image {
    margin-bottom: 50px;
    margin-top: -60px;
  }
}

.container .container,
.container .container-fluid,
.container .max-container,
.max-container .container,
.max-container .container-fluid,
.max-container .max-container {
  padding-left: 0;
  padding-right: 0;
}

body:before {
  display: none;
  content: "smu";
}
@media only screen and (min-width: 768px) {
  body:before {
    content: "mdu";
  }
}
@media only screen and (min-width: 992px) {
  body:before {
    content: "lgu";
  }
}
@media only screen and (min-width: 1230px) {
  body:before {
    content: "xlu";
  }
}
@media only screen and (min-width: 1600px) {
  transparent body:before {
    content: "xxlu";
  }
}

.toolbar-tray a {
  padding: 1em 1.3333em;
  padding-top: 1em;
  padding-right: 1.3333em;
  padding-bottom: 1em;
  padding-left: 2.75em;
}

.path__04 .tpo-paragraph-body h2,
.page-node-488 .tpo-paragraph-body h2,
.path-access-denied .tpo-paragraph-body h2,
.page-node-487 .tpo-paragraph-body h2 {
  margin-bottom: 15px;
}
.path__04 .tpo-paragraph-body h3,
.page-node-488 .tpo-paragraph-body h3,
.path-access-denied .tpo-paragraph-body h3,
.page-node-487 .tpo-paragraph-body h3 {
  margin-bottom: 0px;
}

#page-wrapper .region-admin-tools {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: auto;
  transform: translateY(100%);
  transition: transform ease-in-out 0.4s;
}
#page-wrapper .region-admin-tools:hover, #page-wrapper .region-admin-tools:focus {
  transform: translateY(0%);
  transition: transform ease-in-out 0.4s;
}
#page-wrapper .region-admin-tools > nav .nav-tabs {
  background-color: #063057;
  padding: 20px 8px 20px 15px;
  cursor: default;
}
#page-wrapper .region-admin-tools > nav .nav-tabs li {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
#page-wrapper .region-admin-tools > nav .nav-tabs li a {
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  right: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
#page-wrapper .region-admin-tools > nav .nav-tabs li a:hover, #page-wrapper .region-admin-tools > nav .nav-tabs li a:focus {
  background-color: #fff;
  color: #063057;
  border: 1px solid #fff;
  text-decoration: none;
  right: 8px;
  transition: all 0.3s ease-in-out;
}
#page-wrapper .region-admin-tools > nav .nav-tabs li.active a {
  background-color: #fff;
  color: #063057;
  border: 1px solid #fff;
  text-decoration: none;
  right: 0;
}
#page-wrapper .region-admin-tools > nav .nav-tabs li.active a:hover, #page-wrapper .region-admin-tools > nav .nav-tabs li.active a:focus {
  right: 0;
}
#page-wrapper .region-admin-tools > nav .nav-tabs li:last-of-type {
  margin-bottom: 0;
}
#page-wrapper .region-admin-tools:hover:before, #page-wrapper .region-admin-tools:focus:before {
  cursor: pointer;
}
#page-wrapper .region-admin-tools:hover:after, #page-wrapper .region-admin-tools:focus:after {
  cursor: pointer;
}
#page-wrapper .region-admin-tools:before {
  content: "";
  top: -40px;
  display: block;
  position: absolute;
  height: 40px;
  width: 100%;
  background-color: #063057;
}
#page-wrapper .region-admin-tools:after {
  content: "Page Tools";
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  top: -30px;
  display: block;
  position: absolute;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.view-search-wpr .view-inner .views-row {
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.view-search-wpr .view-inner .views-row .field-content .summary-text {
  width: 100%;
  display: block;
  order: inherit;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  color: inherit;
  padding: 15px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.view-search-wpr .view-inner .views-row .field-content .summary-text:hover, .view-search-wpr .view-inner .views-row .field-content .summary-text:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.webform-confirmation__message, .webform-confirmation__back {
  text-align: center;
  margin: 1em 0;
  background-color: transparent;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 31px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .webform-confirmation__message, .webform-confirmation__back {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .webform-confirmation__message, .webform-confirmation__back {
    background-color: transparent;
    color: #063057;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
}

.file {
  display: flex;
  flex-flow: row;
}

.file > span:first-child {
  border-left: 0;
}

.file > span {
  border-top: 0;
  border-bottom: 0;
  padding: 5px 15px;
  background-color: #f1f1f1;
  font-size: 20px;
}
.file > span a {
  text-decoration: none;
  font-weight: normal;
}

.file-link {
  padding-top: 7px;
  order: 1;
}

.file-icon {
  order: 2;
  border-left: 0;
}

.file-size {
  display: none;
}

/* iPhone fix */
@media only screen and (width: 320px) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.667);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
  }
}
/* iPad */
@media only screen and (width: 768px) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 1024px;
  }
}
#page-wrapper .view-header-container > .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
#page-wrapper .view-header-container > .row:before {
  display: none;
}
#page-wrapper .view-header-container > .row:after {
  display: none;
}
#page-wrapper .view-header-container > .row .page-header {
  text-align: left;
}
#page-wrapper .view-header-container > .row .region-header {
  margin-bottom: 0px;
}
#page-wrapper .view-header-container > .row .filter-actions-top {
  position: absolute;
  right: 15px;
  top: 20%;
  transform: translateY(-50%);
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu {
  display: flex;
  justify-items: center;
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li a {
  border: 1px solid #FFCD32;
  border-radius: 0;
  border-right: none;
  padding: 6px 10px;
  padding-bottom: 2px;
  background-color: #fff;
  color: #063057;
  line-height: 1;
  font-size: 18px;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 479px) {
  #page-wrapper .view-header-container > .row .filter-actions-top nav .menu li a {
    display: none !important;
  }
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li a:hover, #page-wrapper .view-header-container > .row .filter-actions-top nav .menu li a:focus {
  text-decoration: underline;
  border: 1px solid #FFCD32;
  border-right: none;
  background-color: #fff;
  color: #063057;
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li:first-of-type a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li:last-of-type a {
  border-right: 1px solid #FFCD32;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .view-header-container > .row .filter-actions-top nav .menu li:last-of-type a {
    display: block !important;
  }
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li.active a {
  background-color: #FFCD32;
  color: #063057;
  text-decoration: none;
}
#page-wrapper .view-header-container > .row .filter-actions-top nav .menu li.active a:hover, #page-wrapper .view-header-container > .row .filter-actions-top nav .menu li.active a:focus {
  background-color: #FFCD32;
  color: #063057;
  text-decoration: underline;
}

.path-news #page {
  background-color: transparent;
}

.view-filters-wpr {
  background-color: transparent;
  margin-bottom: 30px;
  padding: 0 0;
}

.view-header {
  background-color: transparent;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.view-header p {
  margin-bottom: 0;
}

.view-header-wpr {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .view-header-wpr {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-header-wpr {
    padding-bottom: 0;
  }
}

.views-exposed-form .filters-wpr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .views-exposed-form .filters-wpr {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.views-exposed-form .filters-wpr .filters {
  display: block;
}
.views-exposed-form .filters-wpr .filters .description {
  display: none;
}
.views-exposed-form .filters-wpr .filters .form-group {
  margin-bottom: 0;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom:before {
  display: none;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom:after {
  display: none;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col {
  flex-basis: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col {
    flex-basis: auto;
    width: 50%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col {
    flex-basis: auto;
    width: 33.33333%;
  }
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .form-item {
  width: 100%;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  margin: 0;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item {
  flex-basis: auto;
  width: 50%;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item {
    padding: 0 15px;
  }
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item:first-of-type {
  padding-left: 0;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item:last-of-type {
  padding-right: 0;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item:last-of-type .control-label {
  font-size: 0px;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item:last-of-type .control-label:before {
  content: "End Date";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.75;
  color: #063057;
  background-color: transparent;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item .hasDatepicker::placeholder {
  font-size: 0px;
}
.views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .date-forms > .row > .form-item .form-text::placeholder {
  font-size: 0px;
}
.views-exposed-form .filters-wpr .filters .form-col {
  margin-top: 5px;
  margin-bottom: 5px;
}
.views-exposed-form .submit-wpr {
  position: relative;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .views-exposed-form .submit-wpr {
    margin-top: 0;
  }
}
.views-exposed-form .submit-wpr .form-group {
  margin-bottom: 0;
}
.views-exposed-form .submit-wpr .form-group .button {
  width: 100%;
  font-size: 0px;
  margin: 0;
}
.views-exposed-form .submit-wpr .form-group .button:before {
  content: "";
  font-size: 14px;
  font-family: fontawesome;
}
.views-exposed-form .submit-wpr .form-group .button[id^=edit-reset] {
  position: absolute;
  width: auto;
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  left: 50%;
  top: calc(100%);
  transform: translateX(-50%);
  margin: 0;
  background: transparent;
  color: #063057;
  border: none;
  text-decoration: underline;
  padding: 10px 0 0 0;
  line-height: 1;
  min-height: inherit;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .views-exposed-form .submit-wpr .form-group .button[id^=edit-reset] {
    padding-top: 0 0 0 0;
  }
}
.views-exposed-form .submit-wpr .form-group .button[id^=edit-reset]:hover, .views-exposed-form .submit-wpr .form-group .button[id^=edit-reset]:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #063057;
  border: none;
}
.views-exposed-form .submit-wpr .form-group .button[id^=edit-reset]:before {
  display: none;
}

.form-inline .select-wrapper {
  width: 100%;
}
.form-inline .select-wrapper select {
  width: 100%;
}

.form-inline .form-control {
  width: 100%;
}

#page .events-fullcalendar .view-content {
  white-space: normal;
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button {
  background-color: #D01777 !important;
  border-radius: 25px !important;
  border: 1px solid #D01777;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  box-shadow: none;
  text-transform: capitalize;
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button:hover, #page .events-fullcalendar .fc-toolbar .fc-left .fc-button:focus {
  background-color: #fff !important;
  border: 1px solid #D01777;
  color: #D01777;
  box-shadow: none;
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button .ui-icon-circle-triangle-w {
  background-image: none;
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button .ui-icon-circle-triangle-e {
  background-image: none;
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button.fc-prev-button:before {
  content: "";
  font-family: fontawesome;
  font-size: 24px !important;
  font-weight: normal !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button.fc-next-button:before {
  content: "";
  font-family: fontawesome;
  font-size: 24px !important;
  font-weight: normal !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button-group .ui-corner-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#page .events-fullcalendar .fc-toolbar .fc-left .fc-button-group .ui-corner-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#page .events-fullcalendar .fc-toolbar .fc-right .fc-button {
  background-color: #D01777;
  border-radius: 25px;
  border: 1px solid #D01777;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  box-shadow: none;
  text-transform: capitalize;
}
#page .events-fullcalendar .fc-toolbar .fc-right .fc-button + .fc-button {
  margin-left: 0.75em;
}
#page .events-fullcalendar .fc-toolbar .fc-right .fc-button:hover, #page .events-fullcalendar .fc-toolbar .fc-right .fc-button:focus {
  background-color: #fff;
  border: 1px solid #D01777;
  color: #D01777;
  box-shadow: none;
}
#page .events-fullcalendar .fc-view-container .fc-head .ui-widget-header {
  border: 1px solid #f3f3f3;
  color: #737373;
  background-color: #f3f3f3;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#page .events-fullcalendar .fc-view-container .fc-body .ui-widget-content {
  border-color: #f3f3f3;
}
#page .events-fullcalendar .fc-view-container .fc-body .ui-widget-content.fc-disabled-day {
  background-color: #f3f3f3;
}
#page .events-fullcalendar .fc-view-container .fc-body .ui-widget-content.ui-state-highlight {
  background-color: #063057;
}
#page .events-fullcalendar .fc-view-container .fc-body .fc-day-number {
  color: #737373;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#page .events-fullcalendar .fc-view-container .fc-body .fc-today {
  background-color: #063057 !important;
}
#page .events-fullcalendar .fc-view-container .fc-body .fc-today .fc-day-number {
  color: #fff;
}
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-skin,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-time,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default a,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-day-grid-event,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-time-grid-event {
  border-color: #063057;
  color: #fff;
  background-color: #063057 !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default:hover, #page .events-fullcalendar .fc-view-container .fc-body .fc-event-default:focus,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-skin:hover,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-skin:focus,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-time:hover,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-time:focus,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default a:hover,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default a:focus,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-day-grid-event:hover,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-day-grid-event:focus,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-time-grid-event:hover,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-time-grid-event:focus {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  transition: all 0.4s ease-in-out;
}
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-content,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-skin .fc-content,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default .fc-event-time .fc-content,
#page .events-fullcalendar .fc-view-container .fc-body .fc-event-default a .fc-content,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-day-grid-event .fc-content,
#page .events-fullcalendar .fc-view-container .fc-body a.fc-time-grid-event .fc-content {
  white-space: normal;
}

.ui-datepicker.ui-widget {
  border: 1px solid #063057;
  border-bottom: 1px solid #063057;
  border-radius: 3px;
  background-color: #fff;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
  background-color: #063057;
  color: #fff;
  border: 0px solid #063057;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all {
  color: #fff;
  background-color: transparent;
  border: 0px solid transparent;
  top: 2px;
  transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all .ui-icon {
  background-image: none;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all:before {
  font-size: 24px !important;
  font-weight: normal !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
  content: "";
  font-family: fontawesome;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "";
  font-family: fontawesome;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all.ui-datepicker-prev-hover {
  left: -5px;
  transition: left 0.6s ease-in-out;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all.ui-datepicker-next-hover {
  right: -5px;
  transition: right 0.6s ease-in-out;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar thead th {
  color: #737373;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar tbody tr .ui-state-default {
  border: 1px solid #939393;
  background-color: #fff;
  color: #737373;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar tbody tr .ui-state-default.ui-state-highlight {
  background-color: #063057;
  border: 1px solid #063057;
  color: #fff;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar tbody tr .ui-state-default.ui-state-active {
  border: 1px solid #939393;
  background-color: #939393;
  color: #fff;
}

.view-inner .views-row {
  margin-bottom: 30px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: none;
}
@media only screen and (min-width: 768px) {
  .view-inner .views-row {
    margin-bottom: 60px;
  }
}
.view-inner .views-row .field-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.view-inner .views-row .field-content .summary-text {
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 17px;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .view-inner .views-row .field-content .summary-text {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 17px;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .view-inner .views-row .field-content .summary-text {
    padding-left: 27px;
    padding-top: 0;
    padding-bottom: 17px;
  }
}
@media only screen and (min-width: 1230px) {
  .view-inner .views-row .field-content .summary-text {
    padding-left: 27px;
    padding-top: 0;
    padding-bottom: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .view-inner .views-row .field-content .summary-text {
    padding-left: 27px;
    padding-top: 0;
    padding-bottom: 27px;
  }
}
.view-inner .views-row .field-content .summary-text .meta-data {
  display: block;
  margin-bottom: 15px;
}
.view-inner .views-row .field-content .summary-text .meta-data .date {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row .field-content .summary-text .meta-data .source {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row .field-content .summary-text .meta-data a.source:hover, .view-inner .views-row .field-content .summary-text .meta-data a.source:focus {
  background-color: transparent;
  color: #D01777;
  text-decoration: none;
  padding: 0px;
}
.view-inner .views-row .field-content .summary-text .meta-data .author {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row .field-content .summary-text .meta-data .pipe-spacer {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row .field-content .summary-text .list-title {
  margin-bottom: 15px;
}
.view-inner .views-row .field-content .summary-text .summary {
  line-height: 1.5;
  margin: 0;
}
.view-inner .views-row .field-content .summary-text .links {
  margin-top: 20px;
}
.view-inner .views-row .field-content .list-thumb {
  order: 1;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .view-inner .views-row .field-content .list-thumb {
    order: 2;
    padding-left: 15px;
    align-self: stretch;
  }
  .view-inner .views-row .field-content .list-thumb a {
    height: 100%;
    display: block;
  }
  .view-inner .views-row .field-content .list-thumb a img {
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .view-inner .views-row .field-content .list-thumb img {
    margin-bottom: 15px;
  }
}
.view-inner .views-row:last-of-type {
  margin-bottom: 0;
}
.view-inner .views-row.masonry-item {
  box-shadow: none;
  background-color: transparent;
  padding: 15px;
  margin-bottom: 0px;
}
.view-inner .views-row.masonry-item a {
  display: block;
  color: inherit;
  text-decoration: inherit;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  transition: all ease-in-out 0.4s;
}
.view-inner .views-row.masonry-item a:hover, .view-inner .views-row.masonry-item a:focus {
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all ease-in-out 0.4s;
}
.view-inner .views-row.masonry-item a .image {
  width: 100%;
}
.view-inner .views-row.masonry-item a .image img {
  width: 100%;
}
.view-inner .views-row.masonry-item a .meta-data {
  padding: 15px 15px 0;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row.masonry-item a .meta-data .date {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row.masonry-item a .meta-data .source {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-inner .views-row.masonry-item a .title {
  padding: 0px 15px;
}
.view-inner .views-row.masonry-item a .teaser {
  padding: 0px 15px;
}
.view-inner .views-row.masonry-item a > div {
  padding-bottom: 5px !important;
}
.view-inner .views-row.masonry-item a > div:last-of-type {
  padding-bottom: 15px !important;
}
.view-inner .view-4-column-equalHeight .gcol {
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .view-inner .view-4-column-equalHeight .gcol {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .view-inner .view-4-column-equalHeight .gcol {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.view-inner .view-4-column-equalHeight .gcol > .views-field {
  height: 100%;
}

.field--name-dynamic-block-fieldnode-gallery-category-tags-block,
.view-news-category-tag-s-,
.view-blogs-category-tag-s-,
.view-category-tag-s- {
  margin-top: 0;
}
.field--name-dynamic-block-fieldnode-gallery-category-tags-block .view-header,
.view-news-category-tag-s- .view-header,
.view-blogs-category-tag-s- .view-header,
.view-category-tag-s- .view-header {
  display: none;
}
.field--name-dynamic-block-fieldnode-gallery-category-tags-block .view-content .field--item,
.view-news-category-tag-s- .view-content .field--item,
.view-blogs-category-tag-s- .view-content .field--item,
.view-category-tag-s- .view-content .field--item {
  display: inline-block;
}
.field--name-dynamic-block-fieldnode-gallery-category-tags-block .view-content .field--item a,
.view-news-category-tag-s- .view-content .field--item a,
.view-blogs-category-tag-s- .view-content .field--item a,
.view-category-tag-s- .view-content .field--item a {
  padding: 5px 10px;
  margin-right: 6px;
  background-color: #FFCD32;
  color: #063057;
  border: 1px solid #FFCD32;
  border-radius: 3px;
  font-size: 19px;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: ease-in-out all 0.4s;
  padding-bottom: 3px;
}
.field--name-dynamic-block-fieldnode-gallery-category-tags-block .view-content .field--item a:hover, .field--name-dynamic-block-fieldnode-gallery-category-tags-block .view-content .field--item a:focus,
.view-news-category-tag-s- .view-content .field--item a:hover,
.view-news-category-tag-s- .view-content .field--item a:focus,
.view-blogs-category-tag-s- .view-content .field--item a:hover,
.view-blogs-category-tag-s- .view-content .field--item a:focus,
.view-category-tag-s- .view-content .field--item a:hover,
.view-category-tag-s- .view-content .field--item a:focus {
  background-color: #FFCD32;
  color: #063057;
  border: 1px solid #FFCD32;
  transition: ease-in-out all 0.4s;
}
.field--name-dynamic-block-fieldnode-gallery-category-tags-block .view-content .field--item:last-of-type a,
.view-news-category-tag-s- .view-content .field--item:last-of-type a,
.view-blogs-category-tag-s- .view-content .field--item:last-of-type a,
.view-category-tag-s- .view-content .field--item:last-of-type a {
  margin-right: 0;
}

.region-featured-image {
  margin-bottom: 30px;
  overflow: hidden;
}
.region-featured-image img {
  width: 100%;
}
.region-featured-image .block-inner .field--name-field-block-site-section {
  width: 400vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .region-featured-image .block-inner .field--name-field-block-site-section {
    width: 200vw;
  }
}
@media only screen and (min-width: 992px) {
  .region-featured-image .block-inner .field--name-field-block-site-section {
    width: 100vw;
  }
}

.page-node-type-events #page-wrapper .page-header,
.page-node-type-blog #page-wrapper .page-header,
.page-node-type-photos #page-wrapper .page-header,
.page-node-type-article #page-wrapper .page-header {
  font-size: 31px !important;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .page-node-type-events #page-wrapper .page-header,
.page-node-type-blog #page-wrapper .page-header,
.page-node-type-photos #page-wrapper .page-header,
.page-node-type-article #page-wrapper .page-header {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-type-events #page-wrapper .page-header,
.page-node-type-blog #page-wrapper .page-header,
.page-node-type-photos #page-wrapper .page-header,
.page-node-type-article #page-wrapper .page-header {
    font-size: 45px !important;
  }
}

.navbar {
  margin-bottom: 0px;
}

.main-wpr {
  position: relative;
  z-index: 1;
}

.header-wrapper {
  position: relative;
  z-index: 2;
}
.header-wrapper.modal-opened {
  z-index: 1;
}
.header-wrapper #navbar {
  border-width: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
  z-index: 3;
}
@media only screen and (min-width: 1230px) {
  .header-wrapper #navbar {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  }
}
.header-wrapper #navbar > .container > .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-wrapper #navbar > .container > .row::before {
  display: none;
}
.header-wrapper #navbar > .container > .row::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-wrapper #navbar > .container > .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .header-wrapper #navbar > .container > .row {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.header-wrapper #navbar .region-navigation-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.header-wrapper #navbar .region-navigation-bottom {
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  flex-direction: row;
  padding-top: 25px;
}
.header-wrapper #navbar .logo.navbar-btn {
  color: transparent;
  background-color: transparent;
  position: relative;
  top: -9px;
}
.header-wrapper #navbar .logo.navbar-btn img {
  width: 147px;
  max-width: 147px;
}
@media only screen and (min-width: 768px) {
  .header-wrapper #navbar .logo.navbar-btn img {
    width: 181px;
    max-width: 181px;
  }
}
@media only screen and (min-width: 992px) {
  .header-wrapper #navbar .logo.navbar-btn img {
    width: 184px;
    max-width: 184px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-wrapper #navbar .logo.navbar-btn img[src*=".svg"] {
    width: 100%;
  }
}
.header-wrapper #navbar .block-loginmenu .menu li {
  margin-right: 5px;
  display: inline-block;
}
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon {
  width: 0;
  height: calc((3 * 4px) + (2 * 6px));
  background-color: #FFCD32;
  padding: calc((27px / 2) + 18px);
  border-radius: 0px;
  border: 0px solid transparent;
  margin: -10px -15px;
}
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon span.label {
  display: none;
  position: absolute;
  font-size: 17px;
  text-transform: capitalize;
  top: 50%;
  left: calc(27px + 10px + (18px * 2));
  color: #fff;
  line-height: 0;
  padding: 0;
}
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon:before,
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon:after,
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon span.icon {
  width: 27px;
  height: 4px;
  background-color: #063057;
  border-radius: 0px;
  left: calc(50% - (27px /2));
  top: calc(50% - (4px /2));
}
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon:before {
  top: calc(50% - (4px /2) - (4px + 6px));
}
.header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon:after {
  top: calc(50% - (4px /2) + (4px + 6px));
}
.header-wrapper #navbar .block-donate-mobile .nav > li > a {
  border: 0px solid #fff;
  background-color: transparent;
  font-size: 33px;
  color: #D01777;
  padding: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
  border-radius: 25px;
}
.header-wrapper #navbar .block-donate-mobile .nav > li > a:hover, .header-wrapper #navbar .block-donate-mobile .nav > li > a:focus {
  border: 0px solid #fff;
  background-color: transparent;
  color: #D01777;
  transition: all 0.6s ease-in-out;
}
.header-wrapper #navbar .block-donate-mobile .nav > li:last-of-type a {
  margin-right: 0px;
}
.header-wrapper #navbar .navigation-mobile-region {
  width: 100vw;
  position: fixed;
  z-index: 10;
  background-color: #063057;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-wrapper #navbar .navigation-mobile-region .region-navigation-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.block-socialmedia .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.block-socialmedia .menu .fa {
  line-height: 1 !important;
  display: block !important;
  font-size: 0px !important;
  padding: 0 !important;
  width: 19.2px;
  height: 19.2px;
  border-radius: 19.2px;
  background-color: #063057 !important;
  text-align: center;
  position: relative;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
}
.block-socialmedia .menu .fa::before {
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  text-align: center;
  left: calc(50% - (12px /2));
  top: calc(50% - (12px /2));
}
.block-socialmedia .menu .fa:hover, .block-socialmedia .menu .fa:focus {
  background-color: #01090f !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}
.block-socialmedia .menu li {
  display: block;
}
.block-socialmedia .menu li:last-of-type .fa {
  margin-right: 0px;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  background-color: #063057;
  opacity: 0.66;
}

.mm-menu {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.3);
  z-index: 10;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listitem:after {
  left: 0;
  border-color: transparent;
  border-width: 1px;
}
.mm-menu .mm-navbar {
  background-color: transparent;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  padding: 30px 20px 23px 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 50px;
  z-index: 2;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.29);
}
.mm-menu .mm-panel_has-navbar {
  padding-top: 65px;
}
.mm-menu .mm-navbar__title {
  font-size: 35px;
  font-weight: regular;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #063057 !important;
  background-color: #fff;
}
.mm-menu .mm-navbar__title:hover, .mm-menu .mm-navbar__title:focus {
  color: #fff !important;
  background-color: #063057;
}
.mm-menu #mm-1 .mm-navbar__title:hover, .mm-menu #mm-1 .mm-navbar__title:focus {
  color: #063057 !important;
  background-color: #fff;
}
.mm-menu .mm-btn_next {
  background-color: #FFCD32;
  background-image: url(../images/icon_mobile_nav_arrow_next_lg.svg);
  background-repeat: no-repeat;
  background-position: 7px 8px;
  border-radius: 50%;
}
.mm-menu .mm-btn_next:after {
  right: 16px;
  border-color: transparent !important;
}
.mm-menu .mm-btn_next:hover, .mm-menu .mm-btn_next:focus {
  background-color: #fff !important;
}
.mm-menu .mm-btn_next:hover:after, .mm-menu .mm-btn_next:focus:after {
  border-color: transparent !important;
}
.mm-menu .mm-btn_prev {
  top: 14px;
  left: 8px;
  background-color: #FFCD32;
  background-image: url(../images/icon_mobile_nav_arrow_prev_lg.svg);
  background-repeat: no-repeat;
  background-position: 7px 8px;
  border-radius: 50%;
}
.mm-menu .mm-btn_prev:before {
  left: 16px;
  border-color: transparent !important;
}
.mm-menu .mm-btn_prev:hover, .mm-menu .mm-btn_prev:focus {
  background-color: #fff !important;
}
.mm-menu .mm-btn_prev:hover:before, .mm-menu .mm-btn_prev:focus:before {
  border-color: transparent !important;
}
.mm-menu .mm-btn_prev + .mm-navbar__title {
  margin-left: 46px;
}
.mm-menu .mm-listview > li.mm-listitem {
  min-height: 66px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 15px;
  width: 98%;
}
.mm-menu .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 36px;
  height: 35px;
  top: 12px;
}
.mm-menu .mm-listitem .mm-btn_next:before {
  border-color: transparent;
  border-width: 1px;
}
.mm-menu .mm-btn {
  width: 36px;
  height: 36px;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  padding: 5px;
  line-height: 1;
  color: #063057;
  background-color: #fff;
  font-size: 35px;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
}
.mm-menu .mm-listview a:not(.mm-btn_next).is-active {
  color: #063057;
  background-color: #fff;
  font-size: 35px;
}
.mm-menu .mm-listview a:not(.mm-btn_next).is-active:hover, .mm-menu .mm-listview a:not(.mm-btn_next).is-active:focus {
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.mm-menu .mm-listview a:not(.mm-btn_next):hover, .mm-menu .mm-listview a:not(.mm-btn_next):focus {
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.mm-menu .mm-listview a:not(.mm-btn_next).fa {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 30px;
}
.mm-menu .mm-listview a:not(.mm-btn_next).fa::before {
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
}
.mm-menu .mm-listview a:not(.mm-btn_next) .caret {
  display: none;
}
.mm-menu .mm-panels > .mm-panel_opened:not(#mm-1) > .mm-navbar {
  padding: 35px 0px 30px 0px;
}
.mm-menu .mm-panels > .mm-panel_opened:not(#mm-1) .mm-listview li.mm-listitem {
  padding-left: 45px;
  min-height: 50px;
}
.mm-menu .mm-panels > .mm-panel_opened:not(#mm-1) .mm-listview li.mm-listitem a {
  font-size: 22px;
  text-transform: none;
}
.mm-menu .mm-panels > .mm-panel_opened:not(#mm-1) .mm-listview li.mm-listitem .mm-btn_next {
  width: 21px;
  height: 21px;
  background-image: url(../images/icon_mobile_nav_arrow_next_sm.svg);
  background-position: 4px 4px;
}
.mm-menu .mm-panels > .mm-panel_opened .mm-listview {
  position: relative;
  display: inherit;
  top: inherit;
  background-color: inherit;
  float: none;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 1;
}

#mm-1 li.mm-listitem:nth-child(6) {
  margin-top: 10px;
}

#mm-1 li.mm-listitem:nth-child(6),
#mm-1 li.mm-listitem:nth-child(7),
#mm-1 li.mm-listitem:nth-child(8) #mm-1 li.mm-listitem:nth-child(9),
#mm-1 li.mm-listitem:nth-child(10),
#mm-1 li.mm-listitem:nth-child(11),
#mm-1 li.mm-listitem:nth-child(12) {
  min-height: 40px;
}
#mm-1 li.mm-listitem:nth-child(6) a,
#mm-1 li.mm-listitem:nth-child(7) a,
#mm-1 li.mm-listitem:nth-child(8) #mm-1 li.mm-listitem:nth-child(9) a,
#mm-1 li.mm-listitem:nth-child(10) a,
#mm-1 li.mm-listitem:nth-child(11) a,
#mm-1 li.mm-listitem:nth-child(12) a {
  font-size: 22px;
  text-transform: none;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif !important;
  padding-left: 5px !important;
}
#mm-1 li.mm-listitem:nth-child(6) a:before,
#mm-1 li.mm-listitem:nth-child(7) a:before,
#mm-1 li.mm-listitem:nth-child(8) #mm-1 li.mm-listitem:nth-child(9) a:before,
#mm-1 li.mm-listitem:nth-child(10) a:before,
#mm-1 li.mm-listitem:nth-child(11) a:before,
#mm-1 li.mm-listitem:nth-child(12) a:before {
  content: "";
}

#mm-1 li.mm-listitem:last-child {
  padding: 5px;
  line-height: 1;
  color: #063057;
  background-color: #fff;
  font-size: 35px;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  min-height: 40px;
}
#mm-1 li.mm-listitem:last-child a {
  font-size: 22px;
  text-transform: none;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif !important;
  padding-left: 45px !important;
}
#mm-1 li.mm-listitem:last-child a:before {
  content: "";
  left: 15px !important;
}
#mm-1 li.mm-listitem:last-child.fa {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 30px;
}
#mm-1 li.mm-listitem:last-child.fa::before {
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
}
#mm-1 li.mm-listitem:last-child .caret {
  display: none;
}

.mm-wrapper_opened .header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon span.icon {
  opacity: 0;
}
.mm-wrapper_opened .header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon:before {
  transform: rotate(45deg);
  top: calc(50% - (4px /2));
}
.mm-wrapper_opened .header-wrapper #navbar .block-responsivemenumobileicon .responsive-menu-toggle-icon:after {
  transform: rotate(-45deg);
  top: calc(50% - (4px /2));
}

.block-mainnavigation #superfish-main .sf-sub-indicator {
  position: absolute;
  line-height: 0;
  opacity: 1;
  top: calc(50% - 5px);
  right: 15px;
  height: 8px;
  width: 8px;
  transform: rotate(135deg);
  border-top: 2px solid #063057;
  border-right: 2px solid #063057;
  display: none;
}
.block-mainnavigation #superfish-main .sf-sub-indicator:after {
  content: "";
}
.block-mainnavigation #superfish-main li.sf-depth-1 a.sf-depth-1 {
  padding: 16px 30px;
  margin-right: 0px;
  text-decoration: none;
  color: #063057;
  background-color: transparent;
}
.block-mainnavigation #superfish-main li.sf-depth-1 a.sf-depth-1:hover, .block-mainnavigation #superfish-main li.sf-depth-1 a.sf-depth-1:focus {
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.block-mainnavigation #superfish-main li.sf-depth-1 a.sf-depth-1:hover .sf-sub-indicator, .block-mainnavigation #superfish-main li.sf-depth-1 a.sf-depth-1:focus .sf-sub-indicator {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0s all ease-in-out;
}
.block-mainnavigation #superfish-main li.sf-depth-1.sfHover .sf-sub-indicator {
  border-top: 2px solid #063057;
  border-right: 2px solid #063057;
  transition: 0s all ease-in-out;
}
.block-mainnavigation #superfish-main li.sf-depth-1.sfHover a.sf-depth-1 {
  background-color: transparent;
  color: #063057;
}
.block-mainnavigation #superfish-main li.sf-depth-1.sfHover ul {
  min-width: 200px;
  background-color: #fff;
  color: #063057;
  top: 0 !important;
  bottom: inherit !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.29);
}
.block-mainnavigation #superfish-main li.sf-depth-1.sfHover ul a {
  color: #063057;
  text-transform: none;
}
.block-mainnavigation #superfish-main li.sf-depth-1.sfHover > ul {
  top: 100% !important;
}
.block-mainnavigation #superfish-main li.sf-depth-2 a.sf-depth-2 .sf-sub-indicator {
  position: relative;
  display: inline-block;
  right: 0px;
  margin-left: 10px;
  margin-bottom: 2px;
  transition: transform 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
.block-mainnavigation #superfish-main li.sf-depth-2.sfHover a.sf-depth-2 .sf-sub-indicator {
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
  margin-bottom: 0px;
}
.block-mainnavigation #superfish-main li.sf-depth-2 a {
  background-color: #fff;
  color: #063057;
  text-decoration: none;
  padding: 0.3em 1em;
  font-size: 28px;
}
.block-mainnavigation #superfish-main li.sf-depth-2 a:hover, .block-mainnavigation #superfish-main li.sf-depth-2 a:focus {
  background-color: #fff;
  color: #063057 !important;
  text-decoration: underline;
}
.block-mainnavigation #superfish-main li.sf-depth-2 a:hover .sf-sub-indicator, .block-mainnavigation #superfish-main li.sf-depth-2 a:focus .sf-sub-indicator {
  border-top: 2px solid #063057;
  border-right: 2px solid #063057;
}
.block-mainnavigation ul.sf-menu a {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-mainnavigation ul.sf-menu a {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1230px) {
  .block-mainnavigation ul.sf-menu a {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-mainnavigation ul.sf-menu a {
    font-size: 35px;
  }
}

.block-donate ul.menu {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-items: flex-end;
}
.block-donate ul.menu > li {
  margin-left: 10px;
}
.block-donate ul.menu > li:first-of-type {
  margin-left: 0px;
}
.block-donate ul.menu > li > a {
  white-space: nowrap;
  font-weight: 600;
  border: 2px solid #063057;
  color: #063057;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 20px !important;
}
.block-donate ul.menu > li > a:hover, .block-donate ul.menu > li > a:focus {
  border: 2px solid #063057;
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}

html:not(.mm-wrapper_opened) .navigation-mobile-region {
  top: 0 !important;
}

.tpo-header-module {
  min-height: inherit;
}

.tpo-header-desktop .tpo-header-top-row {
  padding-top: 15px;
  justify-content: space-between;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two {
  margin-left: auto;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu {
  position: relative;
  top: 25px;
}
@media only screen and (min-width: 992px) {
  .tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu {
    right: 70px;
  }
}
@media only screen and (min-width: 1230px) {
  .tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu {
    right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu {
    right: -10px;
  }
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li {
  line-height: 0.9;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li a {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 0 16px;
  line-height: inherit;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li a:hover, .tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li a:active, .tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #063057;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li:nth-child(2) {
  border-right: 1px solid #063057;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li:nth-child(2) a {
  padding-right: 30px;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li:nth-child(3) a {
  padding-left: 30px;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li:nth-child(3) a:before {
  font-family: fontawesome;
  font-weight: normal;
  font-size: 17px;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu li:nth-child(3) a:before:hover {
  text-decoration: none;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .block-gtranslate {
  position: absolute;
  top: 17px;
  right: 240px;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .block-gtranslate .gtranslate select {
  border: none;
  text-decoration: none;
  color: #063057 !important;
  background-color: transparent;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 160px;
  height: 100%;
  padding-left: 30px;
  background: url(../images/translate.png) 0 center transparent no-repeat;
  background-size: 26px;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two .block-gtranslate .gtranslate select option {
  color: #000 !important;
  font-size: 16px;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two select::-ms-expand {
  display: none;
}
.tpo-header-desktop .tpo-header-top-row > .tpo-paragraph-column-two #block-pure-ml-mainnavigation {
  position: relative;
  left: -260px;
}
.tpo-header-desktop .tpo-header-top-row .tpo-paragraph-column-three .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tpo-header-desktop .tpo-header-top-row .tpo-paragraph-column-three .menu li {
  display: block;
  background-image: url(../images/bg_header_donate.svg);
  background-repeat: no-repeat;
  background-size: 100% 92%;
  padding: 54px 86px;
  background-position: 17px 21px;
  z-index: 8675309;
  padding-right: 86px;
  position: absolute;
  top: -99px;
  right: 10px;
  width: 298px;
  padding-bottom: 74px;
}
.tpo-header-desktop .tpo-header-top-row .tpo-paragraph-column-three .menu li a {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  color: #D01777;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  top: -5px;
  left: 15px;
}
.tpo-header-desktop .tpo-header-top-row .tpo-paragraph-column-three .menu li a:hover, .tpo-header-desktop .tpo-header-top-row .tpo-paragraph-column-three .menu li a:active, .tpo-header-desktop .tpo-header-top-row .tpo-paragraph-column-three .menu li a:focus {
  background-color: transparent;
  color: #D01777;
  text-decoration: underline;
}
.tpo-header-desktop .tpo-header-bottom-row {
  justify-content: space-between;
}
.tpo-header-desktop .tpo-header-bottom-row .tpo-paragraph-column-two ul.menu {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-items: flex-end;
}
.tpo-header-desktop .tpo-header-bottom-row .tpo-paragraph-column-two ul.menu > li {
  margin-left: 10px;
}
.tpo-header-desktop .tpo-header-bottom-row .tpo-paragraph-column-two ul.menu > li:first-of-type {
  margin-left: 0px;
}
.tpo-header-desktop .tpo-header-bottom-row .tpo-paragraph-column-two ul.menu > li > a {
  white-space: nowrap;
  font-weight: 600;
  border: 2px solid #063057;
  color: #063057;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 20px !important;
}
.tpo-header-desktop .tpo-header-bottom-row .tpo-paragraph-column-two ul.menu > li > a:hover, .tpo-header-desktop .tpo-header-bottom-row .tpo-paragraph-column-two ul.menu > li > a:focus {
  border: 2px solid #063057;
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}

.tpo-header-desktop.sticky {
  transition: ease-in-out 0.3s;
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
.tpo-header-desktop.sticky .logo.navbar-btn img {
  width: 114px !important;
  max-width: 114px !important;
}
.tpo-header-desktop.sticky .tpo-header-top-row > .tpo-paragraph-column-two .tpo-head-foot-inline-menu .menu,
.tpo-header-desktop.sticky .tpo-header-top-row > .tpo-paragraph-column-two .block-gtranslate {
  display: none;
}
.tpo-header-desktop.sticky .tpo-header-top-row > .tpo-paragraph-column-two #block-pure-ml-mainnavigation {
  position: relative;
  left: -170px;
  margin-top: -20px;
  top: -10px;
}
.tpo-header-desktop.sticky .block-mainnavigation #superfish-main li.sf-depth-1 a.sf-depth-1 {
  color: #D01777;
}
.tpo-header-desktop.sticky .tpo-header-top-row .tpo-paragraph-column-three .menu li {
  background-image: none;
  background-color: #D01777;
  padding: 60px 35px;
  width: auto;
  z-index: auto;
  padding-right: 60px;
  background-size: auto;
  background-position: 0 0;
  position: absolute;
  top: -75px;
  right: 0;
  height: 101px;
}
.tpo-header-desktop.sticky .tpo-header-top-row .tpo-paragraph-column-three .menu li a {
  color: #fff;
  top: -27px;
  left: 15px;
}

.tpo-header-mobile.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 3px;
  z-index: 10;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
}
.tpo-header-mobile.sticky-top .tpo-paragraph-row {
  justify-content: space-between;
  align-items: center;
}
.tpo-header-mobile.sticky-top .tpo-paragraph-row:not(.tpo-paragraph-one-column) .tpo-paragraph-column {
  margin-bottom: 0;
}
.tpo-header-mobile.sticky-top .tpo-paragraph-two-column .tpo-paragraph-column-one {
  padding-top: 5px;
}
.tpo-header-mobile.sticky-top .tpo-paragraph-two-column .tpo-paragraph-column-two .nav > li > a {
  border: 0px solid #fff;
  background-image: url(../images/bg_header_donate_mobile.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% 100%;
  background-color: transparent;
  font-size: 33px;
  color: #D01777;
  padding: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
  border-radius: 25px;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  padding-right: 50px;
  text-transform: uppercase;
}
.tpo-header-mobile.sticky-top .tpo-paragraph-two-column .tpo-paragraph-column-two .nav > li > a:hover, .tpo-header-mobile.sticky-top .tpo-paragraph-two-column .tpo-paragraph-column-two .nav > li > a:focus {
  border: 0px solid #fff;
  background-color: transparent;
  color: #D01777;
  transition: all 0.6s ease-in-out;
}
.tpo-header-mobile.sticky-top .tpo-paragraph-two-column .tpo-paragraph-column-two .nav > li:last-of-type a {
  margin-right: 0px;
}

.tpo-header-mobile.non-sticky-top {
  margin-top: 56px;
  padding-top: 30px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .tpo-header-mobile.non-sticky-top {
    margin-top: 56px;
    padding-top: 35px;
    padding-bottom: 10px;
  }
}

.footer {
  background-color: #f1f1f1;
  border-top: 1px solid #f1f1f1;
  color: #063057;
  margin-top: 30px;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 40px;
    padding: 50px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    margin-top: 70px;
    padding: 80px 0 30px;
  }
}
.footer.flush-footer {
  margin-top: 0;
}
.footer .block-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer .block-title {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .block-title {
    margin-bottom: 25px;
  }
}
.footer .block-socialmedia {
  margin-top: 25px;
}
.footer .block-socialmedia .menu {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer .block-socialmedia .menu {
    justify-content: flex-start;
  }
}
.footer .block-socialmedia .menu a {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 15px;
}
.footer .block-socialmedia .menu a::before {
  font-size: 20px;
  width: 20px;
  height: 20px;
  left: calc(50% - (20px /2));
  top: calc(50% - (20px /2));
}
.footer .block-email-signup {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .footer .block-email-signup {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .block-email-signup {
    margin-top: 0px;
  }
}
.footer h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #D01777;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .footer h2 {
    margin-bottom: 0;
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .footer h2 {
    font-size: 34px;
  }
}
.footer .tpo-head-foot-stacked-menu li > a {
  font-size: 24px !important;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif !important;
  background-image: url(../images/footer_nav_icon_sm.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 768px) {
  .footer .tpo-head-foot-stacked-menu li > a {
    background-image: url(../images/footer_nav_icon_md.svg) !important;
  }
}
@media only screen and (min-width: 992px) {
  .footer .tpo-head-foot-stacked-menu li > a {
    background-image: url(../images/footer_nav_icon.svg) !important;
    font-size: 30px !important;
  }
}
.footer .tpo-head-foot-stacked-menu li > a:hover, .footer .tpo-head-foot-stacked-menu li > a:focus, .footer .tpo-head-foot-stacked-menu li > a:active {
  background-color: transparent !important;
  color: #063057 !important;
  text-decoration: underline !important;
}
.footer .footer-contact .contact-title {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-contact .contact-title {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer-contact .contact-title {
    margin-top: -3px;
    font-size: 30px;
  }
}
.footer .footer-contact a {
  margin: 5px 0;
  color: #063057;
}
.footer .footer-contact img {
  margin: 20px 0;
}
.footer .footer-newsletter img {
  width: 80%;
  margin-top: -40px;
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-newsletter img {
    margin: -30px 0;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer-newsletter img {
    position: relative;
    margin-top: 0;
    margin-bottom: -70px;
    top: -40px;
    left: -50px;
    width: 90%;
  }
}
@media only screen and (min-width: 1230px) {
  .footer .footer-newsletter img {
    width: 100%;
  }
}
.footer .footer-newsletter h2 {
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-newsletter h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer-newsletter h2 {
    font-size: 36px;
  }
}
.footer .footer-newsletter .btn-primary {
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-newsletter .btn-primary {
    font-size: 19px;
  }
}
.footer .footer-newsletter .btn-primary:hover {
  background-color: #D01777;
  color: #fff;
  text-decoration: underline;
}
.footer .footer-social .tpo-paragraph-column {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer .footer-social .tpo-paragraph-column {
    margin: 0 30%;
  }
}
.footer .footer-social .tpo-paragraph-column h2 {
  color: #063057;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-social .tpo-paragraph-column h2 {
    margin-right: 12px;
    float: left;
    margin-top: 10px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer-social .tpo-paragraph-column h2 {
    margin-top: 0;
    font-size: 28px;
  }
}
.footer .footer-social .tpo-paragraph-column .menu li > a {
  background-image: none;
  font-family: fontawesome;
  font-size: 0;
  padding: 0;
  margin: 0 5px;
}
.footer .footer-social .tpo-paragraph-column .menu li > a:before {
  font-size: 25px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  padding: 0 13px;
  text-align: center;
}
.footer .footer-social .tpo-paragraph-column .menu li > a:hover {
  color: #D01777;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .footer-social .tpo-paragraph-column .menu li:first-child > a {
    margin-left: 0px;
  }
}

#bottom-page {
  background-color: transparent;
  border-color: transparent;
  color: #063057;
  top: -1px;
  position: relative;
}
#bottom-page > .container > .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  #bottom-page > .container > .row {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  #bottom-page > .container > .row {
    justify-content: space-between;
  }
}
#bottom-page > .container > .row .post-footer-left {
  width: inherit;
  float: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  #bottom-page > .container > .row .post-footer-left .block-copyright {
    text-align: center;
  }
}
#bottom-page > .container > .row .post-footer-right {
  float: none;
  width: inherit;
  margin: 0;
  padding: 0;
}
#bottom-page > .container > .row:before {
  display: none;
}
#bottom-page > .container > .row:after {
  display: none;
}

.block-address img {
  padding-bottom: 25px;
  width: 100%;
  max-width: 264px;
}
.block-address p {
  padding-left: 3%;
}
@media only screen and (min-width: 768px) {
  .block-address p {
    padding-left: 13%;
  }
}
@media only screen and (min-width: 992px) {
  .block-address p {
    padding-left: 13%;
  }
}

.block-quicklinks .menu {
  column-count: 1;
}
@media only screen and (min-width: 768px) {
  .block-quicklinks .menu {
    column-count: 1;
  }
}
@media only screen and (min-width: 992px) {
  .block-quicklinks .menu {
    column-count: 1;
  }
}

.block-email-signup form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
}
.block-email-signup form > div {
  margin: 0;
}
.block-email-signup .form-item {
  width: 100%;
}
.block-email-signup .form-actions .btn {
  margin-right: 0px;
  margin-left: -3px;
}

.block-copyright .menu li {
  display: inline-block;
}
.block-copyright .menu li span,
.block-copyright .menu li a {
  font-size: 14px !important;
}
.block-copyright .menu li:before {
  content: "|";
  padding: 0 10px;
}
.block-copyright .menu li:first-of-type:before {
  display: none;
}

.block-footersitewidelogo p {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block-footersitewidelogo p {
    text-align: right;
  }
}
.block-footersitewidelogo p a {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .block-footersitewidelogo p a img {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .block-footersitewidelogo p a img {
    width: inherit;
  }
}

.tpo-footer .tpo-footer-top-row {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tpo-footer .tpo-footer-top-row .ajax-progress {
  position: absolute;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column {
    width: 50%;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column {
    width: 33.3333%;
    padding-bottom: 0px;
  }
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-one .tpo-paragraph-body img {
  padding-bottom: 25px;
  width: 100%;
  max-width: 264px;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-two .menu {
  column-count: 1;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-two .menu {
    column-count: 1;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-two .menu {
    column-count: 1;
  }
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three {
    width: 100%;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three {
    width: 33.3333%;
  }
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three form > div {
  margin: 0;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .form-item {
  width: 100%;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .form-actions .btn {
  margin-right: 0px;
  margin-left: -3px;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu {
    justify-content: flex-start;
  }
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu .fa {
  line-height: 1 !important;
  display: block !important;
  font-size: 0px !important;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  border-radius: 19.2px;
  background-color: #063057 !important;
  text-align: center;
  position: relative;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
  border-radius: 3px;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu .fa::before {
  font-size: 20px;
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
  left: calc(50% - (20px /2));
  top: calc(50% - (20px /2));
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu .fa:hover, .tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu .fa:focus {
  background-color: #01090f !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu li {
  display: block;
}
.tpo-footer .tpo-footer-top-row > .tpo-paragraph-column-three .menu li:last-of-type .fa {
  margin-right: 0px;
}
.tpo-footer .tpo-footer-bottom-row {
  padding-top: 10px;
  justify-content: left;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-bottom-row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-bottom-row {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .tpo-footer .tpo-footer-bottom-row .tpo-paragraph-column-one {
    margin-bottom: 20px !important;
    margin-top: -20px;
  }
}
.tpo-footer .tpo-footer-bottom-row .menu {
  justify-content: left;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-bottom-row .menu {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-bottom-row .menu {
    justify-content: flex-start;
  }
}
.tpo-footer .tpo-footer-bottom-row .menu li {
  display: inline-block;
}
.tpo-footer .tpo-footer-bottom-row .menu li span,
.tpo-footer .tpo-footer-bottom-row .menu li a {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .tpo-footer .tpo-footer-bottom-row .menu li span,
.tpo-footer .tpo-footer-bottom-row .menu li a {
    padding: 0;
  }
}
.tpo-footer .tpo-footer-bottom-row .menu li:before {
  content: "|";
  padding: 0;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-bottom-row .menu li:before {
    padding: 0 10px;
  }
}
.tpo-footer .tpo-footer-bottom-row .menu li:first-of-type:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-bottom-row .menu li:nth-child(2) a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-bottom-row .menu li:nth-child(2) a {
    padding-left: 5px;
  }
}
.tpo-footer .tpo-footer-bottom-row .menu li:nth-child(2):before {
  padding: 0;
  content: "";
}
@media only screen and (min-width: 768px) {
  .tpo-footer .tpo-footer-bottom-row .menu li:nth-child(2):before {
    padding: 0;
    content: "";
  }
}
@media only screen and (min-width: 992px) {
  .tpo-footer .tpo-footer-bottom-row .menu li:nth-child(2):before {
    padding: 0 10px;
    content: "|";
  }
}
.tpo-footer .tpo-paragraph-image a {
  background-color: transparent;
}

.footer-copyright {
  background-color: #fff;
  position: relative;
  top: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.footer-copyright a:hover {
  background-color: transparent !important;
  color: #063057 !important;
  text-decoration: underline !important;
}

body.page-node-type-tpo-page .tpo-page-no-header {
  margin-top: -13px;
  border-bottom: 1px solid #BFD730;
}
@media only screen and (min-width: 768px) {
  body.page-node-type-tpo-page .tpo-page-no-header {
    margin-top: 0px;
  }
  body.page-node-type-tpo-page .tpo-page-no-header .page-header {
    position: relative;
    top: -18px;
    padding: 20px 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  body.page-node-type-tpo-page .tpo-page-no-header {
    min-height: 116px !important;
    border-bottom: 0;
  }
  body.page-node-type-tpo-page .tpo-page-no-header .page-header {
    padding: 0;
    position: relative;
    top: -24px;
  }
}

body.page-node-type-tpo-page #tpo-page-sidebar,
body.page-node-type-tpo-page #tpo-page-sidebar ~ #tpo-page-content {
  margin-top: 0;
}

body.page-node-type-tpo-page #page-wrapper .region-header.visually-hidden {
  height: inherit;
  background: transparent;
  position: relative !important;
  margin: 0;
  min-height: inherit;
}
body.page-node-type-tpo-page #page-wrapper .region-header.visually-hidden .page-header {
  display: none;
}

#tpo-page-sidebar .side-menu-wpr {
  background-color: transparent;
  border: 0px solid #eeeeee;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu {
  padding-top: 0;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li {
  margin-left: 15px;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li a {
  display: inline-block;
  line-height: 1.5;
  padding: 0 5px;
  margin-left: 10px;
  text-decoration: none;
  color: #555555;
  background-color: transparent;
  font-weight: 400;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 31px;
  letter-spacing: normal;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li a:hover, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li a:focus {
  color: #555555;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 400;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li a.has-link-children {
  max-width: 85%;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.contains-active > a, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.active > a {
  color: #fff;
  background-color: #063057;
  text-decoration: none;
  font-weight: 400;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.contains-active > a:hover, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.contains-active > a:focus, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.active > a:hover, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.active > a:focus {
  color: #fff;
  background-color: #063057;
  text-decoration: underline;
  font-weight: 400;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.contains-active > .tpo-page-menu-trigger, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li.active > .tpo-page-menu-trigger {
  background-color: #063057;
  color: #fff;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] {
  padding-top: 0;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a {
  background-color: transparent;
  color: #063057;
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 31px;
}
@media only screen and (min-width: 768px) {
  #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a {
    font-size: 31px;
  }
}
@media only screen and (min-width: 992px) {
  #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a {
    font-size: 31px;
  }
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a:hover, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a:focus {
  background-color: transparent;
  color: #063057;
  text-decoration: underline;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a:hover h2, #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"] > h2 > a:focus h2 {
  text-decoration: underline;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="0"], #tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li[data-level="1"] {
  margin-left: 0px;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li:last-of-type {
  padding-bottom: 0px;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li ul {
  padding: 10px 0px;
  padding-bottom: 0px;
  width: 100%;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li .tpo-page-menu-trigger {
  position: relative;
  top: inherit;
  float: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px 0 0;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li .tpo-page-menu-trigger:before {
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  content: "";
  transform: rotate(-90deg);
  transition: transform 0.6s ease-in-out, margin-top 0.6s ease-in-out;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu li .tpo-page-menu-trigger[aria-expanded=true]:before {
  content: "";
  transform: rotate(0deg);
  transition: transform 0.6s ease-in-out, margin-top 0.6s ease-in-out;
}
#tpo-page-sidebar .side-menu-wpr #tpo-page-sidebar-menu > li > ul {
  background-color: transparent;
  padding-bottom: 0;
}

body.page-node-type-tpo-page #tpo-page-sidebar:not(.tpo-page-has-header), body.page-node-type-tpo-page #tpo-page-sidebar ~ #tpo-page-content:not(.tpo-page-has-header) {
  margin-top: 20px;
  transition: all ease-in-out 0.4s;
}
@media only screen and (min-width: 768px) {
  body.page-node-type-tpo-page #tpo-page-sidebar:not(.tpo-page-has-header), body.page-node-type-tpo-page #tpo-page-sidebar ~ #tpo-page-content:not(.tpo-page-has-header) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  body.page-node-type-tpo-page #tpo-page-sidebar:not(.tpo-page-has-header), body.page-node-type-tpo-page #tpo-page-sidebar ~ #tpo-page-content:not(.tpo-page-has-header) {
    margin-top: 60px;
  }
}

.webform-submission-new-job-post-form .form-group #edit-submit--2 {
  margin-top: 20px;
}

/* styling for Job Post Review page */
.view-display-id-page_1 .view-inner .views-row {
  box-shadow: none;
}
.view-display-id-page_1 .view-inner .views-row .job-post-review-actions .field-content a {
  padding-right: 7px;
}
.view-display-id-page_1 .view-inner .views-row .views-field {
  margin-bottom: 15px;
}
.view-display-id-page_1 .view-inner .views-row .views-field .views-label {
  display: block;
  border: 3px solid #F1F1F1;
  background-color: #F1F1F1;
  width: 100%;
  text-decoration: none;
  padding: 5px;
  color: #063057;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
.view-display-id-page_1 .view-inner .views-row .views-field .field-content {
  display: block;
  padding: 10px 0px 0px 5px;
}

/* end stylings for Job Post review page */
/* start job-post-listings */
.view-id-job_postings .view-header {
  margin-top: 12px;
  margin-bottom: 20px;
}
.view-id-job_postings .view-header a.job-posting-link {
  background-color: transparent;
  color: #D01777;
  text-decoration: underline;
  padding: 0px;
  font-weight: bold;
}
.view-id-job_postings .view-filters .views-exposed-form .filters-wpr .filters .form--inline .form-col .form-type-select .control-label {
  display: block;
}
.view-id-job_postings .view-filters .views-exposed-form .filters-wpr .filters .form--inline .form-col .form-type-select .select-wrapper {
  width: 30%;
}
.view-id-job_postings .views-row:last-child {
  margin-bottom: 0px;
}
.view-id-job_postings .views-row {
  box-shadow: 1px 1px 5px;
  border-radius: 5px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  padding-left: 8px;
}
.view-id-job_postings .views-row .views-field {
  padding: 5px;
}
.view-id-job_postings .views-row .job_posting_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .view-id-job_postings .views-row .job_posting_container {
    display: block;
    align-items: normal;
  }
  .view-id-job_postings .views-row .job_posting_container .job_posting_button_container {
    display: block;
    padding-top: 8px;
  }
  .view-id-job_postings .views-row .job_posting_container .jp_data_row {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .view-id-job_postings .views-row .job_posting_container .job_posting_data {
    width: 85%;
  }
}
.view-id-job_postings .views-row .job_posting_data {
  width: 80%;
}
.view-id-job_postings .views-row .job_posting_data .jp_data_row {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 4px;
}
.view-id-job_postings .views-row .job_posting_data .job_title {
  font-weight: bold;
  font-size: 18px;
}
.view-id-job_postings .views-row .job_posting_button_container {
  display: flex;
  align-items: center;
}
.view-id-job_postings .views-row .job_posting_button_container .jp_button {
  background-color: #D01777;
  padding: 8px;
  border-radius: 5px;
}
.view-id-job_postings .views-row .job_posting_button_container .jp_button a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
}
.view-id-job_postings .views-row .job_posting_button_container .jp_button a:hover {
  text-decoration: underline;
}

.block-views-blockjob-postings-block-1 {
  margin: 0 auto;
}

/* end job-post-listings */
/* styles for single job-post article */
article.job-post {
  margin-top: 20px;
}
article.job-post .content .field {
  margin-bottom: 15px;
}
article.job-post .content .field .field--label {
  border: 3px solid #F1F1F1;
  background-color: #F1F1F1;
  text-decoration: none;
  padding: 5px;
  color: #063057;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
article.job-post .content .field .field--item {
  padding: 10px 0px 0px 5px;
}

/* end styles for job-post article */
.sitemap .sitemap-box-front {
  margin-bottom: 30px;
}
.sitemap a {
  text-decoration: none;
}
.sitemap .sitemap-menu {
  list-style-type: none;
}
.sitemap li {
  padding-bottom: 5px;
}
.sitemap li:last-of-type {
  padding-bottom: 0px;
}
.sitemap .content > ul.sitemap-menu {
  list-style-type: none;
  padding-left: 0;
}
.sitemap .content > ul.sitemap-menu > li {
  margin-top: 30px;
  padding-bottom: 0;
}
.sitemap .content > ul.sitemap-menu > li.expanded ul {
  padding-top: 5px;
}
.sitemap .content > ul.sitemap-menu > li.first {
  margin-top: 10px;
}
.sitemap .content > ul.sitemap-menu > li > a {
  background-color: transparent;
  color: #063057;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .sitemap .content > ul.sitemap-menu > li > a {
    background-color: transparent;
    color: #063057;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .sitemap .content > ul.sitemap-menu > li > a {
    background-color: transparent;
    color: #063057;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
}
.sitemap .content > ul.sitemap-menu > li > a:hover, .sitemap .content > ul.sitemap-menu > li > a:focus {
  background-color: transparent;
  color: #D01777;
}
.sitemap .content > ul.sitemap-menu > li > .sitemap-menu {
  padding-left: 0;
}
.sitemap .content > ul.sitemap-menu > li > .sitemap-menu a {
  color: #737373;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.path-sitemap .view-header-wpr {
  margin-bottom: 30px;
}

#page-wrapper .node--type-article .img-no-bg-wpr + .highlight-wpr {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-article .img-no-bg-wpr + .highlight-wpr {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-article .img-no-bg-wpr + .highlight-wpr {
    margin-top: 60px;
  }
}
#page-wrapper .node--type-article .region-header > .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wrapper .node--type-article .region-header > .container {
    margin: 0;
  }
}
#page-wrapper .node--type-article .region-header > .container:before {
  display: none;
}
#page-wrapper .node--type-article .region-header > .container:after {
  display: none;
}
#page-wrapper .node--type-article .region-header > .container > div {
  width: 100%;
}
#page-wrapper .node--type-article .region-header > .container .page-header {
  margin-bottom: 0;
}
#page-wrapper .node--type-article .region-header > .container .field--name-dynamic-block-fieldnode-news-category-tags-block {
  margin-bottom: 10px;
}
#page-wrapper .node--type-article .region-header > .container .field--name-dynamic-block-fieldnode-news-category-tags-block .views-element-container {
  margin-bottom: 0;
}
#page-wrapper .node--type-article .region-header > .container .field--name-dynamic-block-fieldnode-news-category-tags-block .views-element-container .view-news-category-tag-s- {
  margin-top: 0;
}
#page-wrapper .node--type-article .region-header > .container .meta-data {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-article .region-header > .container .meta-data {
    margin-bottom: -15px;
  }
}
#page-wrapper .node--type-article .region-header > .container .meta-data span {
  font-size: 19px;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
#page-wrapper .node--type-article .field--name-dynamic-block-fieldnode-content-media {
  margin: 0;
}
#page-wrapper .node--type-article .field--name-dynamic-block-fieldnode-content-media > .views-element-container {
  margin: 0;
}
#page-wrapper .node--type-article .field--name-dynamic-block-fieldnode-content-media > .views-element-container #header-slider {
  margin-bottom: 0;
}

#views-exposed-form-event-calendars-calendar .form-col {
  flex-basis: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #views-exposed-form-event-calendars-calendar .form-col {
    flex-basis: auto;
    width: 50%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #views-exposed-form-event-calendars-calendar .form-col {
    flex-basis: auto;
    width: 50%;
  }
}

.view-event-calendars .events-reset-button {
  float: right;
  display: inline-block;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  width: 100%;
  text-align: center;
  padding: 1px 0 0 30px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}
.view-event-calendars .events-reset-button:before {
  content: "+";
}

.view-event-details .detail-row.date > ul {
  list-style: none;
}
.view-event-details .details-wrapper.items-1 ul {
  list-style: none;
}

.view-id-events_programs .summary-text ul {
  list-style: none;
}
.view-id-events_programs .summary-text ul .form-group {
  margin: 0;
}
.view-id-events_programs .summary-text .eventDate ul {
  list-style: none;
  margin: 0;
}
.view-id-events_programs .summary-text .eventDate ul li {
  font-size: 40px !important;
  line-height: 36px !important;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif !important;
  color: #063057;
  margin: 0;
}
.view-id-events_programs .summary-text .eventTime ul {
  list-style: none;
  margin: 0;
}
.view-id-events_programs .summary-text .eventTime ul li {
  font-size: 24px !important;
  line-height: 45px !important;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif !important;
  color: #063057;
  margin: 0;
}

#page-wrapper .node--type-events .img-bg-wpr {
  margin-bottom: 20px;
  height: calc(1.5 * 250px);
  border-bottom: 1px solid #BFD730;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-bg-wpr {
    margin-bottom: 40px;
    height: calc(1 * 540px);
    background-image: url(../images/bg_title_header_sm.svg);
    background-size: cover;
    min-height: 105px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-bg-wpr {
    margin-bottom: 60px;
    height: calc(1 * 650px);
    background-image: url(../images/bg_title_header_lg.svg);
    min-height: 120px;
    margin-top: -60px;
  }
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner {
  height: 100%;
  position: relative;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header {
  z-index: 1;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider {
  height: calc(1.5 * 250px) !important;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider {
    height: calc(1 * 540px) !important;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider {
    height: calc(1 * 650px) !important;
  }
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider > .slides {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider > .slides > li {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider > .slides > li .event-output-wpr {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr .view-content {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr .view-content .views-row {
  height: 100%;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr .view-content .views-row .event-output-wpr {
  height: 100%;
  background-position: center;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 26px;
  transform: translateX(-50%);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner {
    width: 750px;
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner {
    width: 970px;
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 1230px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner {
    width: 1200px;
  }
}
@media only screen and (max-width: 479px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner {
    width: 100%;
  }
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner .field--name-node-title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
  display: inline-block;
  width: inherit;
  padding: 10px 10px 2px 10px;
  background-color: #fff;
  text-align: center;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-bottom: -1px;
  position: relative;
  top: -8px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    top: -11px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
    background-color: #fff;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: -2px;
    position: relative;
    top: -11px;
  }
}
@media only screen and (max-width: 355px) {
  #page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
    font-size: calc(0.842 * 43px);
  }
}
#page-wrapper .node--type-events .img-bg-wpr .hdr-img-inner .form-group {
  margin-bottom: 0;
}
#page-wrapper .node--type-events .img-no-bg-wpr {
  margin-bottom: 20px;
  height: calc(1.5 * 250px);
  border-bottom: 1px solid #BFD730;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-no-bg-wpr {
    margin-bottom: 40px;
    height: calc(1 * 540px);
    background-image: url(../images/bg_title_header_sm.svg);
    background-size: cover;
    min-height: 105px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-no-bg-wpr {
    margin-bottom: 60px;
    height: calc(1 * 650px);
    background-image: url(../images/bg_title_header_lg.svg);
    min-height: 120px;
    margin-top: -60px;
  }
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner {
  height: 100%;
  position: relative;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header {
  z-index: 1;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider {
  height: calc(1.5 * 250px) !important;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider {
    height: calc(1 * 540px) !important;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider {
    height: calc(1 * 650px) !important;
  }
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider > .slides {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider > .slides > li {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-media-image-header #header-slider > .slides > li .event-output-wpr {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr .view-content {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr .view-content .views-row {
  height: 100%;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .field--name-dynamic-block-fieldnode-event-section-image-header .views-element-container .bg-img-wpr .view-content .views-row .event-output-wpr {
  height: 100%;
  background-position: center;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 26px;
  transform: translateX(-50%);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
    width: 750px;
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
    width: 970px;
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 1230px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
    width: 1200px;
  }
}
@media only screen and (max-width: 479px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
    width: 100%;
  }
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner .field--name-node-title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
  display: inline-block;
  width: inherit;
  padding: 20px 10px 0px 10px;
  background-color: transparent;
  text-align: center;
  color: #D01777;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  margin-bottom: -1px;
  position: relative;
  top: -8px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
    background-color: transparent;
    padding: 30px 10px 5px 10px;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    top: -11px;
    padding: 58px 10px 32px 10px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
    background-color: transparent;
    color: #D01777;
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
    margin-bottom: -2px;
    position: relative;
    top: -11px;
  }
}
@media only screen and (max-width: 355px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner .field--name-node-title .page-header {
    font-size: calc(0.842 * 43px);
  }
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .form-group {
  margin-bottom: 0;
}
#page-wrapper .node--type-events .img-no-bg-wpr {
  background-color: transparent;
  height: inherit;
}
#page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
  position: relative;
  left: inherit;
  margin: 0 auto;
  transform: inherit;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
    margin-top: 30px;
    padding: 10px 0 13px 0;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .img-no-bg-wpr .hdr-img-inner .header-inner {
    margin-top: 60px;
    padding: 25px 0 28px 0;
  }
}
#page-wrapper .node--type-events .content-wpr-inner .about-block h2 {
  margin-bottom: 20px;
}
#page-wrapper .node--type-events .content-wpr-inner .about-block .field--name-field-event-description p {
  line-height: 1.75;
}
#page-wrapper .node--type-events .content-wpr-inner .event-row-top {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .content-wpr-inner .event-row-top {
    margin-bottom: 30px;
  }
}
#page-wrapper .node--type-events .content-wpr-inner .details-block h2 {
  margin-bottom: 20px;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row {
  font-size: 19px;
  color: #063057;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  position: relative;
  margin-bottom: 20px;
  padding-left: calc(18px + 15px);
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row:before {
  top: 0;
  left: 0;
  position: absolute;
  font-family: fontawesome;
  content: "";
  display: block;
  font-size: 18px;
  color: #FFCD32;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row div {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #063057;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row div ul li {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #063057;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row ul li {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #063057;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row ul li div {
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row ul li summary {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 19px;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row span {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #063057;
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row.date:before {
  content: "";
  font-size: calc(1 * 18px);
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row.map:before {
  content: "";
  font-size: calc(1.4 * 18px);
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row.contact:before {
  content: "";
  font-size: calc(1 * 18px);
}
#page-wrapper .node--type-events .content-wpr-inner .details-block .field--name-dynamic-block-fieldnode-event-details .views-row .detail-row:last-of-type {
  margin-bottom: 0;
}
#page-wrapper .node--type-events .content-wpr-inner .field--name-field-event-disclaimer-sponsors .field--item p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: transparent;
  color: #737373;
}
#page-wrapper .node--type-events .content-wpr-inner .map-wpr {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-events .content-wpr-inner .map-wpr {
    margin-top: 60px;
  }
}

.directory-list-wpr .directory-entry .directory-container {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: none;
  margin-bottom: 60px;
  display: block;
  text-decoration: none;
  height: 100%;
}
.directory-list-wpr .directory-entry .directory-container .directory-image img {
  width: 100%;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary {
  padding: 0 15px 15px;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-name-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-name-container .directory-name {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #063057;
  margin-bottom: 20px;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-name-container .directory-organization, .directory-list-wpr .directory-entry .directory-container .directory-summary .directory-name-container .directory-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #063057;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container {
  padding-bottom: 15px;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container > div {
  padding-bottom: 5px;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container > div:last-of-type {
  padding-bottom: 0;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container .contact-phone-link a {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container .contact-phone-link a:hover, .directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container .contact-phone-link a:focus {
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container .directory-email a {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container .directory-email a:hover, .directory-list-wpr .directory-entry .directory-container .directory-summary .directory-contact-container .directory-email a:focus {
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}
.directory-list-wpr .directory-entry .directory-container .directory-summary .directory-address-container {
  padding-bottom: 0px;
}
.directory-list-wpr .directory-entry .directory-container .social-media {
  padding: 0 15px 15px;
}
.directory-list-wpr .directory-entry a.directory-container:hover, .directory-list-wpr .directory-entry a.directory-container:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  transition: 0.4s ease-in-out all;
}

.directory-teaser-wpr .view-inner .views-row {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  border: none;
  background-color: #ffffff;
  color: inherit;
  text-decoration: inherit;
  padding: inherit;
  transition: 0.4s ease-in-out all;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block:hover, .directory-teaser-wpr .view-inner .views-row .directory-full-block:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  transition: 0.4s ease-in-out all;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block .profile-image {
  padding-left: 0;
  order: inherit;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block .profile-image img {
  width: 100%;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block .profile-summary {
  order: inherit;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block .profile-summary .directory-name {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block .profile-summary .directory-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #063057;
}
.directory-teaser-wpr .view-inner .views-row .directory-full-block .profile-summary .directory-summary {
  line-height: 1.75;
}

.directory-tiled-wpr .view-inner {
  padding: 0;
}
.directory-tiled-wpr .directory-tiled-link {
  width: 100%;
}
.directory-tiled-wpr .directory-tiled-link .directory-top .profile-image img {
  width: 100%;
}
.directory-tiled-wpr .directory-tiled-link .profile-summary {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.directory-tiled-wpr .directory-tiled-link .profile-summary .directory-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #063057;
}

.node--type-directory-entry {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .node--type-directory-entry {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-directory-entry {
    margin-top: 50px;
  }
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left:before {
  display: none;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left:after {
  display: none;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryImage {
  width: 100%;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryImage {
    width: 50%;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryImage {
    width: 100%;
    padding-right: 0px;
  }
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryImage img {
  width: 100%;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation {
    width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation {
    width: 100%;
    padding-left: 0px;
  }
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-node-title .page-header {
  padding: 0 0 0 0 !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left !important;
  color: #063057;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-phone {
  margin-bottom: 15px;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-phone .field--item a {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-phone .field--item a:hover, .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-phone .field--item a:focus {
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-phone .field--item a:before {
  content: "ph. ";
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform {
  margin-bottom: 15px;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform .field--item a {
  font-size: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #063057;
  background-color: transparent;
  text-decoration: underline;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform .field--item a:hover, .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform .field--item a:focus {
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform .field--item a:before {
  font-size: 16px;
  content: "email contact";
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform .field--item a:hover:before, .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-webform .field--item a:focus:before {
  color: #fff;
  background-color: #063057;
  text-decoration: none;
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-address {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-address {
    margin-bottom: 0px;
  }
}
.node--type-directory-entry .interior-shell-inner-wpr .group-left .directoryInformation .field--name-field-directory-address .field--item p.address .country {
  display: none;
}

.node--type-photos .field--name-field-photos-description {
  margin: 0 0 25px;
}
.node--type-photos .photoswipe-gallery a.photoswipe img {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  transition: 0.4s ease-in-out all;
}
.node--type-photos .photoswipe-gallery a.photoswipe img:hover, .node--type-photos .photoswipe-gallery a.photoswipe img:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.4s ease-in-out all;
}

.pswp__caption__center {
  font-size: 16px;
}

.page-node-type-photos #page-wrapper .view-header-container > .row .region-header {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .page-node-type-photos #page-wrapper .view-header-container > .row .region-header {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .page-node-type-photos #page-wrapper .view-header-container > .row .region-header {
    margin-bottom: 15px;
  }
}

.locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col {
    width: 50%;
  }
}
.locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms {
  width: 100%;
}
.locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms .form-group {
  width: 100%;
}
.locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col:first-of-type {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col:first-of-type {
    width: 50%;
  }
}
.locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col:last-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col:last-of-type {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col:last-of-type {
    width: 50%;
  }
}
.locations-wpr .views-exposed-form .filters-wpr .filters > .ggrid-noBottom .form-col .prox-forms > .row .form-col .form-item .control-label {
  position: static;
  clip: auto;
  width: auto;
  height: auto;
  margin: auto;
}

.locations-wpr .views-row .views-location-map > .field-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.locations-wpr .views-row .views-location-map > .field-content > div:before {
  display: none;
}
.locations-wpr .views-row .views-location-map > .field-content > div:after {
  display: none;
}
.locations-wpr .views-row .views-location-map > .field-content .map-details {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .locations-wpr .views-row .views-location-map > .field-content .map-details {
    order: 1;
  }
}
@media only screen and (max-width: 479px) {
  .locations-wpr .views-row .views-location-map > .field-content .map-details {
    width: 100%;
  }
}
.locations-wpr .views-row .views-location-map > .field-content .map-details .inner {
  padding-left: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .locations-wpr .views-row .views-location-map > .field-content .map-details .inner {
    padding-left: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .locations-wpr .views-row .views-location-map > .field-content .map-details .inner {
    padding-left: 27px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media only screen and (min-width: 1230px) {
  .locations-wpr .views-row .views-location-map > .field-content .map-details .inner {
    padding-left: 27px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .locations-wpr .views-row .views-location-map > .field-content .map-details .inner {
    padding-left: 27px;
    padding-top: 17px;
    padding-bottom: 27px;
  }
}
.locations-wpr .views-row .views-location-map > .field-content .map-details .inner .location-info {
  margin-bottom: 15px;
}
.locations-wpr .views-row .views-location-map > .field-content .map-details .inner .address-wpr {
  color: #063057;
}
.locations-wpr .views-row .views-location-map > .field-content .map-details .inner .address-wpr p {
  margin-bottom: 0;
}
.locations-wpr .views-row .views-location-map > .field-content .map-details .inner .address-wpr .country {
  display: none;
}
.locations-wpr .views-row .views-location-map > .field-content .map-details .inner .location-description p {
  margin-bottom: 0;
  line-height: 1.75;
}
.locations-wpr .views-row .views-location-map > .field-content .map {
  order: 1;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .locations-wpr .views-row .views-location-map > .field-content .map {
    order: 2;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .locations-wpr .views-row .views-location-map > .field-content .map {
    width: 100%;
  }
}
.locations-wpr .views-row .views-location-map > .field-content .map .google-maps {
  line-height: 0;
}

#page-wrapper .locations-wpr .filters-wpr .filters .form-col {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 479px) {
  #page-wrapper .locations-wpr .filters-wpr .filters .form-col {
    flex-wrap: wrap;
  }
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col .location-input-geocoder {
  display: none;
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col #edit-address-center-geocoder {
  margin-bottom: 0;
  width: 100%;
  order: 1;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .locations-wpr .filters-wpr .filters .form-col #edit-address-center-geocoder {
    padding-right: 15px;
    width: calc(100% - 15px);
  }
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col #edit-address-center-geocoder label {
  margin-bottom: 5px !important;
  font-size: 0px;
  position: relative;
  width: inherit;
  height: inherit;
  padding: inherit;
  margin: inherit;
  overflow: inherit;
  clip: inherit;
  border: inherit;
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col #edit-address-center-geocoder label::before {
  font-size: 12px;
  content: "Starting Location";
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col #edit-address-center-geocoder input::placeholder {
  font-size: 0px;
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col .form-item-address-value {
  padding-right: 0;
  width: 100%;
  padding-left: 0;
  order: 2;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .locations-wpr .filters-wpr .filters .form-col .form-item-address-value {
    padding-left: 15px;
    width: calc(40% - 15px);
  }
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col .form-item-address-value label {
  margin-bottom: 5px;
}
#page-wrapper .locations-wpr .filters-wpr .filters .form-col .form-item-address-value label:after {
  content: " Radius";
}

.photos-wpr .view-inner {
  padding: 0;
}
.photos-wpr .view-inner .view-content {
  display: flex;
  flex-flow: row wrap;
}

.blog-listing .view-inner {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-listing .view-inner .view-content {
    display: flex;
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 992px) {
  .blog-listing .view-inner .view-content {
    display: block;
  }
}
.blog-listing .views-row .link .title {
  margin: 10px 0px;
  margin-top: 0;
}

#page-wrapper .node--type-blog {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #page-wrapper .node--type-blog {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper .node--type-blog {
    margin-top: 50px;
  }
}
#page-wrapper .node--type-blog .region-header {
  min-height: inherit;
}
#page-wrapper .node--type-blog .region-header > .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wrapper .node--type-blog .region-header > .container {
    margin: 0;
  }
}
#page-wrapper .node--type-blog .region-header > .container > div {
  width: 100%;
}
#page-wrapper .node--type-blog .region-header > .container .field--name-dynamic-block-fieldnode-blogs-category-tags-block {
  margin-bottom: 10px;
}
#page-wrapper .node--type-blog .region-header > .container .field--name-dynamic-block-fieldnode-blogs-category-tags-block .form-group {
  margin-bottom: 0px;
}
#page-wrapper .node--type-blog .region-header > .container .field--name-dynamic-block-fieldnode-blogs-category-tags-block .form-group > .field {
  margin-top: 0;
}
#page-wrapper .node--type-blog .region-header > .container .meta-data {
  margin-bottom: 15px;
}
#page-wrapper .node--type-blog .region-header > .container .meta-data .date,
#page-wrapper .node--type-blog .region-header > .container .meta-data .source,
#page-wrapper .node--type-blog .region-header > .container .meta-data .field {
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #063057;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
#page-wrapper .node--type-blog .region-header > .container .field--name-node-title {
  margin-bottom: 0px;
}
#page-wrapper .node--type-blog .region-header > .container .field--name-node-title .page-header {
  margin-bottom: 0px;
}

.tpo_appeal_form .radio input:checked ~ span {
  background: #063057;
  border-color: #063057;
  color: #fff;
}

.tpo_appeal_form .input-group-addon {
  border: 1px solid #063057;
  color: #fff;
  background-color: #063057;
}
.tpo_appeal_form input {
  border-left: none;
}

.tpo_appeal_form .fixed_levels label > span {
  border-radius: 3px;
}

.form_footer .tpo_appeal_donate {
  border: 1px solid #063057;
  color: #fff;
  background-color: #063057;
  border-radius: 3px;
}
.form_footer .tpo_appeal_donate:hover, .form_footer .tpo_appeal_donate:focus {
  border: 1px solid #063057;
  color: #063057;
  background-color: #fff;
}
.form_footer .tpo_appeal_donate:hover span, .form_footer .tpo_appeal_donate:focus span {
  color: #063057;
}

.modal-header {
  border-bottom: 1px solid transparent;
}

.bg-light p {
  color: #fff;
}

.path-frontpage h1,
.path-frontpage h2 {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .path-frontpage h1,
.path-frontpage h2 {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage h1,
.path-frontpage h2 {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage h1,
.path-frontpage h2 {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1600px) {
  .path-frontpage h1,
.path-frontpage h2 {
    line-height: 1.5;
  }
}
.path-frontpage .region-no-header {
  margin-bottom: 0;
}
.path-frontpage .front-hero .carousel-control {
  display: none;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-hero .carousel-indicators {
    bottom: 10px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-hero .carousel-indicators {
    bottom: 15px;
  }
}
.path-frontpage .front-hero .carousel-inner .carousel-item .tpo-paragraph-container {
  background-size: auto 136px !important;
  padding-top: 230px;
  margin-top: -171px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-hero .carousel-inner .carousel-item .tpo-paragraph-container {
    background-size: auto 324px !important;
    padding-top: 334px;
    margin-top: -166px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-hero .carousel-inner .carousel-item .tpo-paragraph-container {
    background-size: cover !important;
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block {
    min-height: 324px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block {
    min-height: 398px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block {
    min-height: 598px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner {
    padding-bottom: 46px;
  }
}
.path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner h2 {
  border-radius: 8px;
  color: #063057;
  font-size: 34px;
  max-width: 100%;
  line-height: 43px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner h2 {
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 61px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner h2 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 85px;
  }
}
.path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner .btn-primary {
  background-color: #D01777;
  border: 2px solid #D01777;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner .btn-primary {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner .btn-primary {
    font-size: 19px;
  }
}
.path-frontpage .front-hero .tpo-paragraph-cta.hero-block .inner .btn-primary:hover {
  border: 2px solid #D01777;
  color: #fff;
  background-color: #D01777;
  text-decoration: underline;
}
.path-frontpage .front-services {
  padding-top: 30px;
  padding-bottom: 50px;
  z-index: 8888;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-services {
    position: relative;
    background-image: url(../images/bg_front_services1.svg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: left bottom;
    padding-top: 20px;
    padding-bottom: 150px;
  }
  .path-frontpage .front-services .max-container {
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services {
    padding-top: 70px;
    padding-bottom: 5px;
    top: -50px;
  }
  .path-frontpage .front-services .max-container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-services .max-container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-services {
    background-image: url(../images/bg_front_services1.svg), url(../images/bg_front_services2.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, auto auto;
    background-position: left bottom, right top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .path-frontpage .front-services .col-sm-3 {
    padding: 0 10px;
  }
  .path-frontpage .front-services .col-sm-3.tpo-paragraph-column-one .secondary-block .inner .btn-primary, .path-frontpage .front-services .col-sm-3.tpo-paragraph-column-two .secondary-block .inner .btn-primary, .path-frontpage .front-services .col-sm-3.tpo-paragraph-column-three .secondary-block .inner .btn-primary {
    margin-top: 29px;
  }
}
.path-frontpage .front-services .secondary-block .inner {
  padding-top: 170px;
  background-repeat: no-repeat;
  background-position: center 2%;
  text-align: center;
  transition: ease-in-out 0.2s;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-services .secondary-block .inner {
    padding-top: 188px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block .inner {
    padding-top: 208px;
  }
}
.path-frontpage .front-services .secondary-block .inner .cta-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-services .secondary-block .inner .cta-title {
    margin: 0 auto;
    max-width: 150px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block .inner .cta-title {
    font-size: 30px;
    line-height: 34px;
    max-width: 200px;
  }
}
.path-frontpage .front-services .secondary-block .inner .cta-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-services .secondary-block .inner .cta-subtitle {
    font-size: 11px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block .inner .cta-subtitle {
    font-size: 18px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block .inner .cta-btn {
    min-height: 100px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-services .secondary-block .inner .cta-btn {
    min-height: 60px;
  }
}
.path-frontpage .front-services .secondary-block .inner .btn-primary {
  background-color: #BFD730;
  border: 2px solid #BFD730;
  color: #063057;
  font-size: 16px;
  padding: 5px 20px;
  padding-right: 40px;
  background-image: url(../images/icon_front_services_arrow_sm.svg);
  background-repeat: no-repeat;
  background-position: 88% 52.5%;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-services .secondary-block .inner .btn-primary {
    padding-right: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block .inner .btn-primary {
    font-size: 19px;
    padding: 7px 25px;
    background-image: url(../images/icon_front_services_arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% 52%;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-services .secondary-block .inner .btn-primary {
    display: none;
  }
}
.path-frontpage .front-services .secondary-block .inner .btn-primary:hover {
  text-decoration: underline;
}
.path-frontpage .front-services .secondary-block .inner .field--name-field-tpo-paragraph-body {
  font-size: 16px;
  color: #063057;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-services .secondary-block .inner .field--name-field-tpo-paragraph-body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block .inner .field--name-field-tpo-paragraph-body {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.path-frontpage .front-services .secondary-block .inner:hover .btn-primary {
  display: inline-block;
}
.path-frontpage .front-services .secondary-block.front-services-school .inner {
  background-image: url(../images/front_services_school.svg);
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block.front-services-school .inner:hover {
    background-image: url(../images/front_services_school_hover.svg);
  }
}
.path-frontpage .front-services .secondary-block.front-services-vpk .inner {
  background-image: url(../images/front_services_vpk.svg);
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block.front-services-vpk .inner:hover {
    background-image: url(../images/front_services_vpk_hover.svg);
  }
}
.path-frontpage .front-services .secondary-block.front-services-childcare .inner {
  background-image: url(../images/front_services_childcare.svg);
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block.front-services-childcare .inner:hover {
    background-image: url(../images/front_services_childcare_hover.svg);
  }
}
.path-frontpage .front-services .secondary-block.front-services-provider .inner {
  background-image: url(../images/front_services_providers.svg);
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-services .secondary-block.front-services-provider .inner:hover {
    background-image: url(../images/front_services_providers_hover.svg);
  }
}
.path-frontpage .front-events {
  background-color: #FFCD32;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events {
    background-image: url(../images/bg_front_events.svg);
    background-repeat: no-repeat;
    background-position: 8% -6%;
    background-size: 10% 30%;
    min-height: 650px;
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events {
    padding: 30px 0 20px 0;
    background-position: 5% 3%;
    background-size: auto auto;
    min-height: auto;
  }
}
.path-frontpage .front-events .tpo-paragraph-body h2 {
  text-align: center;
  font-size: 33px;
  margin-bottom: -30px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-body h2 {
    font-size: 58px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a {
  background-color: transparent;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a {
    padding: 12px 35px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a {
    font-size: 34px;
    padding: 24px 50px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:before {
  border: 0;
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover {
  background-image: url(../images/bg_front_events_tab_active.svg);
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover {
    background-size: 60% 100%;
    background-position: 4% 70%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover {
    background-position: 5% 60%;
    background-size: 74% 110%;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover {
    background-position: 9% 60%;
    background-size: 51% 111%;
  }
}
@media only screen and (min-width: 1600px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover {
    background-position: 0% 60%;
    background-size: 44% 110%;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
  background-image: url(../images/bg_front_events_tab_active.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
    background-size: 60% 100%;
    background-position: 4% 70%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
    background-position: 5% 60%;
    background-size: 74% 110%;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
    background-position: 9% 60%;
    background-size: 51% 111%;
  }
}
@media only screen and (min-width: 1600px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a {
    background-position: 0% 60%;
    background-size: 44% 110%;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a {
    text-align: right;
    background-position: 100% 58%;
    background-size: 53% 109%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a {
    background-position: 100% 38%;
    background-size: 40% 87%;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover {
  background-image: url(../images/bg_front_news_tab_active.svg);
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover {
    text-align: right;
    background-position: 93% 58%;
    background-size: 43% 109%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover {
    background-position: 91% 38%;
    background-size: 56% 87%;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover {
    background-position: 92% 38%;
    background-size: 40% 87%;
  }
}
@media only screen and (min-width: 1600px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover {
    background-position: 105.5% 38%;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a {
  background-image: url(../images/bg_front_news_tab_active.svg);
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a {
    text-align: right;
    background-position: 93% 58%;
    background-size: 43% 109%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a {
    background-position: 91% 38%;
    background-size: 56% 87%;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a {
    background-position: 92% 38%;
    background-size: 40% 87%;
  }
}
@media only screen and (min-width: 1600px) {
  .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a {
    background-position: 105.5% 38%;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .btn-primary {
  background-color: #063057;
  border: 2px solid #063057;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 16px;
  margin-bottom: -25px;
  margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .btn-primary {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .btn-primary {
    font-size: 17px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .btn-primary:hover {
  border: 2px solid #063057;
  color: #fff;
  background-color: #063057;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb {
    margin-bottom: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb {
    margin-bottom: -10px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb a {
  text-decoration: none;
  color: #063057;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb a {
    -webkit-line-clamp: 4;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb .summary-text {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb .summary-text h2 {
    line-height: 1.2;
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb .summary-text {
    padding: 10px 30px;
    min-height: 150px;
  }
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb .summary-text h2 {
    line-height: 1.2;
    font-size: 31px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb .summary-text h2 {
    line-height: 1.5;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .views-field-nothing .list-thumb .summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text {
  min-height: 240px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text {
    min-height: 170px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text {
    min-height: 190px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 {
  float: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .eventDate {
  background-color: #FFCD32;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 0;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  color: #063057;
  width: 56px;
  height: 56px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 19px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .eventDate {
    padding-top: 8px;
    width: 45px;
    height: 45px;
    top: -45px;
    font-size: 20px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .eventDate {
    padding-top: 25px;
    width: 112px;
    height: 112px;
    top: -100px;
    font-size: 40px;
    line-height: 36px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .eventTime {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  color: #063057;
  font-size: 32px;
  line-height: 59px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .eventTime {
    font-size: 27px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .eventTime {
    text-align: left;
    font-size: 24px;
    line-height: 45px;
    margin-left: 117px;
    margin-top: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .list-title {
    margin-top: -10px;
    padding-bottom: 10px;
  }
}
.path-frontpage .front-events .tpo-paragraph-tabs .view-events-programs.view-display-id-block_1 .summary-text .col-sm-12 .summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.path-frontpage .front-impact {
  padding: 52px 0;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-impact {
    padding: 70px 0 85px 0;
    background-image: url(../images/bg_front_impact.svg);
    background-repeat: no-repeat;
    background-position: 97% bottom;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-impact {
    padding: 90px 0 138px 0;
    background-position: 84% bottom;
  }
}
.path-frontpage .front-impact .field--name-field-tpo-paragraph-body h2 {
  font-size: 33px;
  line-height: 61px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-impact .field--name-field-tpo-paragraph-body h2 {
    font-size: 58px;
  }
}
.path-frontpage .front-impact .front-impact-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-impact .front-impact-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-impact .front-impact-title {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-impact .front-impact-ctas {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-impact .front-impact-ctas {
    margin-top: -45px;
  }
}
.path-frontpage .front-impact .tpo-paragraph-cta .cta-title {
  color: #D01777;
  border: 4px solid #D01777;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  width: 134px;
  height: 134px;
  padding: 12% 0;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-impact .tpo-paragraph-cta .cta-title {
    font-size: 40px;
    margin-bottom: 20px;
    width: 134px;
    height: 134px;
    padding: 22% 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-impact .tpo-paragraph-cta .cta-title {
    margin-bottom: 0;
    font-size: 44px;
    width: 170px;
    height: 170px;
    padding: 24% 0;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-impact .tpo-paragraph-cta .cta-title {
    padding: 20% 0;
  }
}
.path-frontpage .front-impact .tpo-paragraph-cta .field--name-field-tpo-paragraph-body {
  text-align: center;
  color: #063057;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-impact .tpo-paragraph-cta .field--name-field-tpo-paragraph-body {
    margin-top: 20px;
    font-size: 19px;
    line-height: 26px;
  }
}
.path-frontpage .front-mission {
  padding: 60px 0;
  margin-top: 25px;
  background-color: #FFCD32;
  background-image: url(../images/bg_front_mission2.svg);
  background-repeat: no-repeat;
  background-position: 75% 89%;
  background-size: 80% auto;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-mission {
    background-image: url(../images/bg_front_mission2.svg);
    background-repeat: no-repeat;
    background-position: 94% 0;
    background-size: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission {
    background-image: url(../images/bg_front_mission1.svg), url(../images/bg_front_mission2.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, auto auto;
    background-position: 3% 10%, 116% 20%;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-mission {
    padding: 60px 0;
    background-position: 13% 10%, 90% 50%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission .front-mission-content .col-sm-8 {
    width: 58%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission .front-mission-content .col-sm-4 {
    width: 42%;
  }
}
.path-frontpage .front-mission .front-mission-content .tpo-paragraph-cta .inner {
  text-align: left;
}
.path-frontpage .front-mission .front-mission-content .tpo-paragraph-cta .inner .cta-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #063057;
  text-transform: none;
  font-size: 20px;
  line-height: 61px;
  background-image: url(../images/bg_front_mission_bar.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission .front-mission-content .tpo-paragraph-cta .inner .cta-title {
    font-size: 34px;
    line-height: 61px;
  }
}
.path-frontpage .front-mission .front-mission-content .tpo-paragraph-cta .inner .field--name-field-tpo-paragraph-body {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  color: #063057;
  font-size: 31px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission .front-mission-content .tpo-paragraph-cta .inner .field--name-field-tpo-paragraph-body {
    font-size: 45px;
    line-height: 61px;
  }
}
.path-frontpage .front-mission .front-mission-content .tpo-paragraph-image img {
  border-radius: 50%;
  max-width: 236px;
  max-height: 236px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-mission .front-mission-content .tpo-paragraph-image img {
    max-width: none;
    max-height: none;
    margin-top: -80px;
    margin-left: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission .front-mission-content .tpo-paragraph-image img {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-mission .front-mission-content .tpo-paragraph-image img {
    margin-top: -90px;
  }
}
.path-frontpage .front-mission .front-mission-content .btn-primary {
  background-color: #fff;
  border: 2px solid #fff;
  color: #063057;
  font-size: 16px;
  padding: 5px 20px;
  padding-right: 40px;
  background-image: url(../images/icon_front_services_arrow_sm.svg);
  background-repeat: no-repeat;
  background-position: 88% 52.5%;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-mission .front-mission-content .btn-primary {
    padding-right: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-mission .front-mission-content .btn-primary {
    font-size: 19px;
    padding: 7px 25px;
    background-image: url(../images/icon_front_services_arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% 52%;
    padding-right: 45px;
  }
}
.path-frontpage .front-mission .front-mission-content .btn-primary:hover {
  text-decoration: underline;
  border: 2px solid #fff;
}
.path-frontpage .front-portals .front-portals-content .col-sm-6 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-portals .front-portals-content .col-sm-6 {
    width: 50%;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column {
  padding: 0;
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta {
  padding: 230px 30px 35px 20px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta {
    padding: 140px 65px 43px 65px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta {
    padding: 210px 65px 43px 65px;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 10px 20px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    width: 68%;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-image: url(../images/bg_front_portals_bar.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
    padding-bottom: 16px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
    padding-bottom: 10px;
    font-size: 34px;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title a {
  text-decoration: none;
  color: #063057;
  background-image: url(../images/icon_front_portals_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 28px;
  background-size: 19px 19px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title a {
    padding-right: 40px;
    background-size: auto auto;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title a:hover {
  text-decoration: underline;
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .field--name-field-tpo-paragraph-body {
  color: #063057;
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-one {
    margin-bottom: 0;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-one .portals-bg {
  background-image: url(../images/bg_front_portals_stars.svg);
  background-repeat: no-repeat;
  width: 130%;
  height: 130%;
  position: absolute;
  display: none;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-one .portals-bg {
    display: block;
    top: -60px;
    background-size: 50% 100%;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-one .portals-bg {
    top: -47px;
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-one .portals-bg {
    top: -60px;
  }
}
.path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-two .portals-bg {
  background-image: url(../images/bg_front_portals_1star.svg);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 140px;
  height: 100px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-portals .front-portals-content .tpo-paragraph-column.tpo-paragraph-column-two .portals-bg {
    display: block;
  }
}
.path-frontpage .front-sponsors .front-sponsors-view {
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-sponsors .front-sponsors-view {
    margin: 0 85px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-sponsors .front-sponsors-view {
    margin: 0 145px;
  }
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-arrow {
  border-radius: 0;
  width: 70px;
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-arrow:before {
  color: transparent;
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-arrow:focus, .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-arrow:active, .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-arrow:focus-within {
  outline: 1px solid red;
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-prev {
  left: -30px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-prev {
    left: -80px;
    top: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-prev {
    left: -103px;
    top: 50%;
  }
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-prev:before {
  opacity: 1;
  background: url(../images/front_sponsors_left_sm.svg) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  padding: 10px 25px;
  content: "";
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-prev:before {
    background: url(../images/front_sponsors_left_sm.svg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-prev:before {
    background: url(../images/front_sponsors_left.svg) 0 0 no-repeat;
    width: 58px;
    height: 58px;
    padding: 18px 35px;
  }
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-next {
  right: -45px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-next {
    right: -97px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-next {
    right: -107px;
    top: 50%;
  }
}
.path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-next:before {
  opacity: 1;
  content: "";
  background: url(../images/front_sponsors_right_sm.svg) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  padding: 10px 25px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-next:before {
    background: url(../images/front_sponsors_right_sm.svg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1230px) {
  .path-frontpage .front-sponsors .front-sponsors-view .slick__arrow .slick-next:before {
    background: url(../images/front_sponsors_right.svg) 0 0 no-repeat;
    width: 58px;
    height: 58px;
    padding: 18px 35px;
  }
}
.path-frontpage .footer {
  margin-top: 0 !important;
}

html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a,
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover,
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a,
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover {
  background-image: none !important;
}
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active:first-child > a font font,
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li > a:hover font font,
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li.active > a font font,
html.translated-ltr .path-frontpage .front-events .tpo-paragraph-tabs > .nav.nav-tabs > li:first-child > a:hover font font {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.providers-resources {
  background-color: #063057;
  padding: 40px 0 70px 0;
}
@media only screen and (min-width: 768px) {
  .providers-resources {
    background-image: url(../images/bg_landing_providers_stars1.svg), url(../images/bg_landing_providers_stars2.svg);
    background-repeat: no-repeat, no-repeat;
    padding: 60px 0;
    background-position: 85% top, 7% 96%;
    background-size: 10% 10%, 10% 5%;
  }
}
@media only screen and (min-width: 992px) {
  .providers-resources {
    padding: 80px 0 125px 0;
    background-position: 85% top, 7% 90%;
  }
}
@media only screen and (min-width: 1230px) {
  .providers-resources {
    background-size: auto auto, auto auto;
  }
}
.providers-resources .providers-resources-content .providers-resources-content-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .providers-resources .providers-resources-content .providers-resources-content-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .providers-resources .providers-resources-content .providers-resources-content-title {
    margin-bottom: 55px;
  }
}
.providers-resources .providers-resources-content .providers-resources-content-title h2 {
  color: #fff;
  font-size: 33px;
  line-height: 61px;
}
@media only screen and (min-width: 992px) {
  .providers-resources .providers-resources-content .providers-resources-content-title h2 {
    font-size: 58px;
  }
}
.providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block {
  color: #fff;
}
.providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title {
    margin-bottom: -5px;
  }
}
.providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title a {
  color: #fff;
  text-decoration: none;
  background-image: url(../images/icon_providers_arrow_sm.svg);
  background-repeat: no-repeat;
  padding-right: 25px;
  background-size: 15px 15px;
  font-size: 26px;
  line-height: 40px;
  background-position: right center;
}
@media only screen and (min-width: 768px) {
  .providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title a {
    font-size: 25px;
    line-height: 40px;
    padding-right: 27px;
    background-size: 17px 17px;
  }
}
@media only screen and (min-width: 992px) {
  .providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title a {
    font-size: 40px;
    line-height: 88px;
    padding-right: 40px;
    background-image: url(../images/icon_providers_arrow.svg);
    background-size: 28px 28px;
  }
}
@media only screen and (min-width: 1230px) {
  .providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title a {
    font-size: 48px;
  }
}
.providers-resources .providers-resources-content .providers-resources-content-cta .tpo-paragraph-cta.secondary-block .cta-title a:hover {
  text-decoration: underline;
}
.providers-resources .providers-resources-content .providers-resources-content-button .btn-primary {
  color: #063057;
  background-color: #BFD730;
  border: 2px solid #BFD730;
  padding: 8px 25px;
  font-size: 19px;
  background-image: url(../images/icon_providers_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding-right: 45px;
}
@media only screen and (min-width: 768px) {
  .providers-resources .providers-resources-content .providers-resources-content-button .btn-primary {
    font-size: 19px;
    background-position: 90% center;
    padding-right: 45px;
  }
}
.providers-resources .providers-resources-content .providers-resources-content-button .btn-primary:hover {
  background-color: #BFD730;
  border: 2px solid #BFD730;
  color: #063057;
  text-decoration: underline;
}

.providers-video {
  margin-bottom: -30px;
}
@media only screen and (min-width: 768px) {
  .providers-video {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .providers-video {
    margin-bottom: -70px;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video {
  display: flex;
  flex-flow: row wrap;
}
.providers-video .providers-videos-content .providers-videos-content-video .col-sm-6 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .providers-video .providers-videos-content .providers-videos-content-video .col-sm-6 {
    width: 50%;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one {
  background-image: url(../images/bg_providers_video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 65px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one {
    padding: 144px 0 74px 0;
  }
}
@media only screen and (min-width: 992px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one {
    padding: 230px 0 140px 0;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one h2 {
  color: #D01777;
  background-color: #fff;
  line-height: 1;
  padding: 5px 8px 0 8px;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  max-width: 188px;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one h2 {
    max-width: 270px;
    font-size: 33px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one h2 {
    font-size: 58px;
    line-height: 61px;
    max-width: 428px;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one .tpo-paragraph-html-code img {
  width: 32px;
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one .tpo-paragraph-html-code img {
    width: 77px;
    height: 53px;
  }
}
@media only screen and (min-width: 992px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-one .tpo-paragraph-html-code img {
    width: auto;
    height: auto;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two {
  background-color: #D01777;
  background-repeat: no-repeat;
  background-image: url(../images/bg_landing_providers_stars3.svg);
  color: #fff;
  padding: 45px 30px 115px 30px;
  background-position: 180% bottom;
  background-size: 88% 38%;
}
@media only screen and (max-width: 767px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two {
    padding: 74px 110px 64px 100px;
    background-position: right 140%;
    background-size: 40% 66%;
  }
}
@media only screen and (min-width: 992px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two {
    padding: 20px 90px 110px 50px;
    background-position: right bottom;
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1230px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two {
    padding: 110px 170px 110px 120px;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two h2 {
  color: #fff;
  line-height: 1;
  font-size: 33px;
  background-image: url(../images/bg_landing_providers_bar.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two h2 {
    font-size: 33px;
    padding-bottom: 10px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two h2 {
    font-size: 58px;
    line-height: 61px;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two .btn-primary {
  color: #063057;
  background-color: #BFD730;
  border: 2px solid #BFD730;
  padding: 8px 25px;
  font-size: 19px;
  background-image: url(../images/icon_providers_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding-right: 45px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two .btn-primary {
    font-size: 19px;
    background-position: 90% center;
    padding-right: 45px;
  }
}
.providers-video .providers-videos-content .providers-videos-content-video .tpo-paragraph-column-two .btn-primary:hover {
  background-color: #BFD730;
  border: 2px solid #BFD730;
  color: #063057;
  text-decoration: underline;
}

.wwa-about {
  background-color: #D01777;
  background-image: url(../images/bg_wwa_about_stars2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 20px 0 50px 0;
  background-position: 45% 96%;
  background-size: 69%;
}
@media only screen and (min-width: 768px) {
  .wwa-about {
    padding: 40px 0 60px 0;
    background-position: 75% 93%;
    background-size: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-about {
    padding: 40px 0 60px 0;
    background-image: url(../images/bg_wwa_about_stars2.svg);
    background-repeat: no-repeat;
    background-position: 107% 80%;
    background-size: 60% 60%;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-about {
    background-image: url(../images/bg_wwa_about_stars1.svg), url(../images/bg_wwa_about_stars2.svg);
    background-repeat: no-repeat, no-repeat;
    padding: 47px 0 61px 0;
    background-position: -3% 10%, 92% 58%;
    background-size: 9% 13%, auto auto;
  }
}
@media only screen and (min-width: 1600px) {
  .wwa-about {
    background-image: url(../images/bg_wwa_about_stars1.svg), url(../images/bg_wwa_about_stars2.svg);
    background-repeat: no-repeat, no-repeat;
    padding: 47px 0 61px 0;
    background-position: 9% 10%, 87% 58%;
    background-size: auto auto, auto auto;
  }
}
.wwa-about .tpo-paragraph-column.col-sm-6 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .wwa-about .tpo-paragraph-column.col-sm-6 {
    width: 50%;
  }
}
.wwa-about .wwa-about-cta.secondary-block {
  color: #fff;
}
.wwa-about .wwa-about-cta.secondary-block .cta-title {
  background-image: url(../images/bg_landing_wwa_bar.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 61px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .wwa-about .wwa-about-cta.secondary-block .cta-title {
    font-size: 34px;
  }
}
.wwa-about .wwa-about-cta.secondary-block .cta-subtitle {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 61px;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  .wwa-about .wwa-about-cta.secondary-block .cta-subtitle {
    font-size: 58px;
    margin-bottom: 15px;
  }
}
.wwa-about .wwa-about-cta.secondary-block .btn-primary {
  color: #063057;
  background-color: #FFCD32;
  border: 2px solid #FFCD32;
  padding: 8px 25px;
  font-size: 19px;
  background-image: url(../images/icon_providers_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding-right: 45px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .wwa-about .wwa-about-cta.secondary-block .btn-primary {
    font-size: 19px;
    background-position: 90% center;
    padding-right: 45px;
  }
}
.wwa-about .wwa-about-cta.secondary-block .btn-primary:hover {
  background-color: #FFCD32;
  border: 2px solid #FFCD32;
  color: #063057;
  text-decoration: underline;
}
.wwa-about .wwa-about-photo img {
  border-radius: 50%;
  display: block;
  max-width: 190px;
  max-height: 190px;
}
@media only screen and (min-width: 768px) {
  .wwa-about .wwa-about-photo img {
    max-width: 319px;
    max-height: 319px;
    margin: 30px auto 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-about .wwa-about-photo img {
    max-width: 382px;
    max-height: 382px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-about .wwa-about-photo img {
    max-width: 386px;
    max-height: 386px;
  }
}
@media only screen and (min-width: 1600px) {
  .wwa-about .wwa-about-photo img {
    max-width: 482px;
    max-height: 482px;
  }
}

.wwa-team {
  background-image: url(../images/wwa_team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 136px 0 100px 0;
}
@media only screen and (min-width: 768px) {
  .wwa-team {
    background-image: url(../images/bg_wwa_team_stars.svg), url(../images/wwa_team.jpg);
    padding: 160px 0 103px 0;
    background-size: 36% 36%, cover;
    background-position: 4% 102%, center center;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-team {
    padding: 100px 0 150px 0;
    background-size: 36% 36%, cover;
    background-position: 6% 100%, center center;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-team {
    padding: 270px 0 150px 0;
    background-size: 26% 48%, cover;
    background-position: 6% 112%, center center;
  }
}
@media only screen and (min-width: 1600px) {
  .wwa-team {
    background-position: 6% 104%, center center;
  }
}
.wwa-team .wwa-team-content-cta.primary-block {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .wwa-team .wwa-team-content-cta.primary-block {
    max-width: none;
  }
}
.wwa-team .wwa-team-content-cta.primary-block .cta-title {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .wwa-team .wwa-team-content-cta.primary-block .cta-title {
    font-size: 58px;
  }
}
.wwa-team .wwa-team-content-cta.primary-block .field--name-field-tpo-paragraph-body {
  font-weight: bold;
  line-height: 31px;
}
@media only screen and (min-width: 768px) {
  .wwa-team .wwa-team-content-cta.primary-block .field--name-field-tpo-paragraph-body {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-team .wwa-team-content-cta.primary-block .field--name-field-tpo-paragraph-body {
    font-size: 28px;
  }
}
.wwa-team .wwa-team-content-cta.primary-block .btn-primary {
  color: #063057;
  background-color: #FFCD32;
  border: 2px solid #FFCD32;
  padding: 8px 25px;
  font-size: 16px;
  background-image: url(../images/icon_providers_arrow_button.svg);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 85% center;
  padding-right: 45px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .wwa-team .wwa-team-content-cta.primary-block .btn-primary {
    font-size: 19px;
    background-image: url(../images/icon_providers_arrow_button.svg);
    background-position: 90% center;
    background-size: auto auto;
    padding-right: 45px;
  }
}
.wwa-team .wwa-team-content-cta.primary-block .btn-primary:hover {
  background-color: #FFCD32;
  border: 2px solid #FFCD32;
  color: #063057;
  text-decoration: underline;
}

.wwa-sponsors .wwa-sponsors-content {
  padding: 40px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content {
    padding: 35px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-sponsors .wwa-sponsors-content {
    padding: 115px 0 86px 0;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-title h2 {
  font-size: 33px;
  line-height: 61px;
  margin-bottom: -80px;
}
@media only screen and (min-width: 992px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-title h2 {
    font-size: 58px;
    margin-bottom: -70px;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow {
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow {
    margin: 0 85px;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow {
    margin: 0 145px;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .views-field-title {
  text-align: center;
  color: #063057;
  font-size: 19px;
  margin: -15px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .views-field-title {
    font-size: 14px;
    margin: -15px auto 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .views-field-title {
    width: 90%;
    font-size: 19px;
    margin: -35px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick-track .slick__slide img {
    margin: 0 auto;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-arrow {
  border-radius: 0;
  width: 70px;
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-arrow:before {
  color: transparent;
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-arrow:focus, .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-arrow:active, .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-arrow:focus-within {
  outline: 1px solid red;
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-prev {
  left: -23px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-prev {
    left: -80px;
    top: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-prev {
    left: -103px;
    top: 50%;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-prev:before {
  opacity: 1;
  background: url(../images/front_sponsors_left_sm.svg) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  padding: 10px 25px;
  content: "";
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-prev:before {
    background: url(../images/front_sponsors_left_sm.svg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-prev:before {
    background: url(../images/front_sponsors_left.svg) 0 0 no-repeat;
    width: 58px;
    height: 58px;
    padding: 18px 35px;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-next {
  right: -38px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-next {
    right: -97px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-next {
    right: -107px;
    top: 50%;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-next:before {
  opacity: 1;
  content: "";
  background: url(../images/front_sponsors_right_sm.svg) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  padding: 10px 25px;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-next:before {
    background: url(../images/front_sponsors_right_sm.svg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1230px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-slideshow .slick__arrow .slick-next:before {
    background: url(../images/front_sponsors_right.svg) 0 0 no-repeat;
    width: 58px;
    height: 58px;
    padding: 18px 35px;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-button .btn-primary {
  background-color: #D01777;
  border: 2px solid #D01777;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-button .btn-primary {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-button .btn-primary {
    font-size: 19px;
  }
}
.wwa-sponsors .wwa-sponsors-content .wwa-sponsors-content-button .btn-primary:hover {
  border: 2px solid #D01777;
  color: #fff;
  background-color: #D01777;
  text-decoration: underline;
}

.wwa-locations {
  background-color: #FFCD32;
  padding: 30px 0 25px 0;
}
@media only screen and (min-width: 768px) {
  .wwa-locations {
    padding: 50px 0 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-locations {
    padding: 58px 0 65px 0;
  }
}
@media only screen and (min-width: 768px) {
  .wwa-locations .wwa-locations-content {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-locations .wwa-locations-content {
    margin-left: -170px;
  }
}
.wwa-locations .wwa-locations-content .tpo-paragraph-image img {
  width: 198px;
  height: 102px;
}
@media only screen and (min-width: 768px) {
  .wwa-locations .wwa-locations-content .tpo-paragraph-image img {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-locations .wwa-locations-content .tpo-paragraph-image img {
    width: auto;
    height: auto;
  }
}
.wwa-locations .wwa-locations-content h2 {
  font-size: 33px;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .wwa-locations .wwa-locations-content h2 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-locations .wwa-locations-content h2 {
    line-height: 51px;
    font-size: 58px;
  }
}
.wwa-locations .wwa-locations-content .btn-primary {
  background-color: #D01777;
  border: 2px solid #D01777;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .wwa-locations .wwa-locations-content .btn-primary {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wwa-locations .wwa-locations-content .btn-primary {
    font-size: 19px;
  }
}
.wwa-locations .wwa-locations-content .btn-primary:hover {
  border: 2px solid #D01777;
  color: #fff;
  background-color: #D01777;
  text-decoration: underline;
}

.families-video {
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .families-video {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .families-video {
    background-image: url(../images/bg_landing_families_video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-top: -60px;
  }
}
.families-video .families-video-content {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .families-video .families-video-content {
    padding: 0 15px;
  }
}
.families-video .families-video-content .max-container {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .families-video .families-video-content .max-container {
    padding: 0 15px;
    max-width: 1200px;
  }
}
.families-video .families-video-content .families-video-content-video iframe {
  width: 100%;
  height: 179px;
}
@media only screen and (min-width: 768px) {
  .families-video .families-video-content .families-video-content-video iframe {
    height: 432px;
    margin-bottom: -7px;
  }
}
@media only screen and (min-width: 992px) {
  .families-video .families-video-content .families-video-content-video iframe {
    height: 642px;
    margin-bottom: 0;
  }
}

.families-services {
  padding: 25px 0 55px 0;
}
@media only screen and (min-width: 768px) {
  .families-services {
    padding: 55px 0 117px 0;
  }
}
@media only screen and (min-width: 992px) {
  .families-services {
    padding: 95px 0 135px 0;
  }
}
.families-services .families-services-content-title h2 {
  color: #063057;
  font-size: 33px;
  line-height: 61px;
  position: relative;
  margin-top: -30px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-content-title h2 {
    margin-top: -40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-content-title h2 {
    margin-top: -10px;
    margin-bottom: 0;
    top: -20px;
    font-size: 58px;
  }
}
.families-services .families-services-view {
  margin: 0 15px;
  margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view {
    margin: 0 25px;
    margin-top: -65px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view {
    margin: 0 145px;
    margin-top: -55px;
  }
}
.families-services .families-services-view .slick-arrow {
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 42px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}
.families-services .families-services-view .slick__arrow .slick-arrow {
  background-color: transparent;
  border-radius: 0;
  width: 70px;
}
.families-services .families-services-view .slick__arrow .slick-arrow:before {
  color: transparent;
}
.families-services .families-services-view .slick__arrow .slick-prev {
  left: -6px;
  top: 45%;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .slick__arrow .slick-prev {
    left: 0;
    top: 48%;
  }
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .slick__arrow .slick-prev {
    left: 35px;
    top: 50%;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .slick__arrow .slick-prev {
    left: 15px;
    top: 50%;
  }
}
.families-services .families-services-view .slick__arrow .slick-prev:before {
  opacity: 1;
  background: url(../images/front_sponsors_left_sm.svg) 0 0 no-repeat;
  background-color: transparent;
  width: 33px;
  height: 33px;
  padding: 10px 25px;
  content: "";
  background-size: 15px 15px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .slick__arrow .slick-prev:before {
    background-size: auto;
    background: url(../images/front_sponsors_left_sm.svg) 0 0 no-repeat;
    width: 33px;
    height: 33px;
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .slick__arrow .slick-prev:before {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .slick__arrow .slick-prev:before {
    background: url(../images/front_sponsors_left.svg) 0 0 no-repeat;
    width: 58px;
    height: 58px;
    padding: 40px 60px;
  }
}
.families-services .families-services-view .slick__arrow .slick-next {
  right: -40px;
  top: 51%;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .slick__arrow .slick-next {
    right: 0;
    top: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .slick__arrow .slick-next {
    right: 15px;
    top: 50%;
  }
}
.families-services .families-services-view .slick__arrow .slick-next:before {
  opacity: 1;
  content: "";
  background: url(../images/front_sponsors_right_sm.svg) 0 0 no-repeat;
  background-color: transparent;
  width: 33px;
  height: 33px;
  padding: 32px 50px;
  background-size: 15px 15px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .slick__arrow .slick-next:before {
    background-size: auto;
    background: url(../images/front_sponsors_right_sm.svg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    padding: 32px 50px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .slick__arrow .slick-next:before {
    background: url(../images/front_sponsors_right.svg) 0 0 no-repeat;
    width: 58px;
    height: 58px;
    padding: 40px 60px;
  }
}
.families-services .families-services-view .views-field-nothing .ps-container {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .views-field-nothing .ps-container {
    padding: 0 25px;
  }
}
.families-services .families-services-view .views-field-nothing .ps-container .ps-title {
  padding: 10px 0;
  background-image: url(../images/bg_families_programs_star.svg);
  background-repeat: no-repeat;
  background-size: 38px 38px;
  background-position: 0 top;
  color: #D01777;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #D01777;
  margin-bottom: 20px;
  padding-left: 45px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-title {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-title {
    padding-left: 0;
    background-image: none;
    min-height: 120px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-title {
    background-image: url(../images/bg_families_programs_star.svg);
    background-size: auto auto;
    background-position: 0 0;
    font-size: 18px;
    line-height: 30px;
    padding-left: 70px;
    min-height: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-title {
    font-size: 24px;
    line-height: 30px;
    padding-left: 70px;
    min-height: 110px;
  }
}
.families-services .families-services-view .views-field-nothing .ps-container .ps-body {
  color: #063057;
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-body {
    height: 340px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-body {
    height: 260px;
  }
}
@media only screen and (min-width: 1600px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-body {
    height: 180px;
  }
}
.families-services .families-services-view .views-field-nothing .ps-container .ps-link {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-link {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-link {
    text-align: center;
  }
}
.families-services .families-services-view .views-field-nothing .ps-container .ps-link .btn-primary {
  color: #063057;
  background-color: #BFD730;
  border: 2px solid #BFD730;
  padding: 8px 25px;
  font-size: 17px;
  background-image: url(../images/icon_providers_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  padding-right: 45px;
}
@media only screen and (min-width: 768px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-link .btn-primary {
    background-position: 90% center;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-link .btn-primary {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-services .families-services-view .views-field-nothing .ps-container .ps-link .btn-primary {
    font-size: 19px;
  }
}
.families-services .families-services-view .views-field-nothing .ps-container .ps-link .btn-primary:hover {
  background-color: #BFD730;
  border: 2px solid #BFD730;
  color: #063057;
  text-decoration: underline;
}

.families-portal {
  background-color: #FFCD32;
  padding: 30px 0 25px 0;
}
@media only screen and (min-width: 768px) {
  .families-portal {
    padding: 30px 0 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .families-portal {
    padding: 45px 0 30px 0;
  }
}
.families-portal .families-portal-content {
  color: #063057;
}
@media only screen and (min-width: 1230px) {
  .families-portal .families-portal-content {
    margin-left: -400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .families-portal .families-portal-content .tpo-paragraph-column-one.col-sm-6 {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .families-portal .families-portal-content .tpo-paragraph-column-two.col-sm-6 {
    width: 66.666%;
  }
}
.families-portal .families-portal-content .tpo-paragraph-image img {
  position: absolute;
  right: 130px;
  bottom: -166px;
  width: 245px;
  height: 245px;
}
@media only screen and (min-width: 768px) {
  .families-portal .families-portal-content .tpo-paragraph-image img {
    width: 295px;
    height: 295px;
    right: -20px;
    bottom: -190px;
  }
}
@media only screen and (min-width: 992px) {
  .families-portal .families-portal-content .tpo-paragraph-image img {
    width: auto;
    height: auto;
    right: 0;
    bottom: -300px;
  }
}
.families-portal .families-portal-content h2 {
  font-size: 33px;
  line-height: 21px;
  margin-bottom: 30px;
  padding-top: 82px;
}
@media only screen and (min-width: 768px) {
  .families-portal .families-portal-content h2 {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .families-portal .families-portal-content h2 {
    padding-top: 0;
    line-height: 51px;
    font-size: 58px;
    margin-bottom: 30px;
  }
}
.families-portal .families-portal-content .btn-primary {
  background-color: #D01777;
  border: 2px solid #D01777;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .families-portal .families-portal-content .btn-primary {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .families-portal .families-portal-content .btn-primary {
    font-size: 19px;
    margin-top: 20px;
  }
}
.families-portal .families-portal-content .btn-primary:hover {
  border: 2px solid #D01777;
  color: #fff;
  background-color: #D01777;
  text-decoration: underline;
}

.families-provider {
  background-color: #D01777;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .families-provider {
    padding: 110px 0 30px 0;
    background-image: url(../images/bg_families_providers_arrow.svg);
    background-size: 149px 149px;
    background-position: center top;
  }
}
@media only screen and (min-width: 992px) {
  .families-provider {
    background-size: auto auto;
    background-position: center 10%;
    padding: 200px 0 100px 0;
  }
}
.families-provider .families-provider-content h2 {
  font-size: 33px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .families-provider .families-provider-content h2 {
    line-height: 51px;
    font-size: 58px;
    margin-bottom: 30px;
  }
}
.families-provider .families-provider-content .tpo-paragraph-image img {
  margin-top: -20px;
  width: 263px;
  height: 155px;
}
@media only screen and (min-width: 768px) {
  .families-provider .families-provider-content .tpo-paragraph-image img {
    margin-top: 0;
    width: 263px;
    height: 177px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .families-provider .families-provider-content .tpo-paragraph-image img {
    width: 421px;
    height: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .families-provider .families-provider-content .text-align-center {
    text-align: left;
  }
}
.families-provider .families-provider-content .btn-primary {
  background-color: #FFCD32;
  border: 2px solid #FFCD32;
  background-image: url(../images/icon_providers_arrow_button.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  padding-right: 55px;
  font-size: 15px;
  color: #063057;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .families-provider .families-provider-content .btn-primary {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) {
  .families-provider .families-provider-content .btn-primary {
    font-size: 19px;
  }
}
.families-provider .families-provider-content .btn-primary:hover {
  border: 2px solid #FFCD32;
  color: #063057;
  background-color: #FFCD32;
  text-decoration: underline;
}

.families-forms {
  padding: 25px 0 55px 0;
  margin-bottom: -30px;
}
@media only screen and (min-width: 768px) {
  .families-forms {
    padding: 55px 0 117px 0;
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 992px) {
  .families-forms {
    padding: 95px 0 135px 0;
    margin-bottom: -80px;
  }
}
.families-forms .families-forms-content .families-forms-content-title h2 {
  color: #063057;
  font-size: 33px;
  line-height: 61px;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .families-forms .families-forms-content .families-forms-content-title h2 {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 992px) {
  .families-forms .families-forms-content .families-forms-content-title h2 {
    font-size: 58px;
    margin-top: -30px;
  }
}
.families-forms .families-forms-content-accordions {
  margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  .families-forms .families-forms-content-accordions {
    margin-top: -65px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-forms .families-forms-content-accordions {
    margin-top: -55px;
  }
}
.families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default {
  padding: 10px 0;
  border: 2px solid #063057;
  border-radius: 5px;
  margin-bottom: 20px;
}
.families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}
.families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a {
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 99% 55%;
}
@media only screen and (min-width: 768px) {
  .families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a {
    background-image: url(../images/bg_families_forms_circle_sm.png);
    background-position: 99% 48%;
  }
}
@media only screen and (min-width: 992px) {
  .families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a {
    background-image: url(../images/bg_families_forms_circle.png);
  }
}
.families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a:before {
  top: 13px;
  right: 12.5px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  .families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a:before {
    background-color: #fff;
    right: 22px;
    top: 14px;
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a:before {
    right: 31px;
    top: 11px;
    height: 20px;
  }
}
.families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a:after {
  top: 17px;
  width: 10px;
  right: 8px;
}
@media only screen and (min-width: 768px) {
  .families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a:after {
    background-color: #fff;
    right: 15px;
    top: 20px;
    width: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-default > .panel-heading .panel-title a:after {
    right: 22px;
    top: 19.5px;
    width: 20px;
  }
}
.families-forms .families-forms-content-accordions .tpo-paragraph-accordion.panel-group .panel-heading .panel-title a {
  background-color: transparent;
  border: 0;
}
.families-forms .families-forms-content-accordions .btn-primary {
  background-color: #D01777;
  border: 2px solid #D01777;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .families-forms .families-forms-content-accordions .btn-primary {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .families-forms .families-forms-content-accordions .btn-primary {
    font-size: 19px;
  }
}
.families-forms .families-forms-content-accordions .btn-primary:hover {
  border: 2px solid #D01777;
  color: #fff;
  background-color: #D01777;
  text-decoration: underline;
}

.families-newsletter {
  background-color: #FFCD32;
  padding: 45px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .families-newsletter {
    padding: 50px 0 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  .families-newsletter {
    padding: 58px 0 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .families-newsletter .families-newsletter-content .col-sm-6 {
    width: 50%;
    float: left;
  }
  .families-newsletter .families-newsletter-content .tpo-paragraph-column-one.col-sm-6 {
    width: 30%;
  }
  .families-newsletter .families-newsletter-content .tpo-paragraph-column-two {
    line-height: 35px;
  }
  .families-newsletter .families-newsletter-content .tpo-paragraph-column-two h2 {
    line-height: 35px;
    margin-bottom: -10px;
  }
  .families-newsletter .families-newsletter-content .tpo-paragraph-column-two .btn-primary {
    position: relative;
    left: -105px;
  }
}
@media only screen and (min-width: 768px) {
  .families-newsletter .families-newsletter-content {
    margin-left: -170px;
  }
}
@media only screen and (min-width: 992px) {
  .families-newsletter .families-newsletter-content {
    margin-left: -390px;
  }
}
.families-newsletter .families-newsletter-content .tpo-paragraph-image img {
  width: 64px;
  height: 82px;
}
@media only screen and (min-width: 768px) {
  .families-newsletter .families-newsletter-content .tpo-paragraph-image img {
    float: right;
    width: 107px;
    height: 137px;
  }
}
@media only screen and (min-width: 992px) {
  .families-newsletter .families-newsletter-content .tpo-paragraph-image img {
    width: auto;
    height: auto;
  }
}
.families-newsletter .families-newsletter-content h2 {
  font-size: 33px;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .families-newsletter .families-newsletter-content h2 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .families-newsletter .families-newsletter-content h2 {
    line-height: 51px;
    font-size: 58px;
  }
}
.families-newsletter .families-newsletter-content .btn-primary {
  background-color: #D01777;
  border: 2px solid #D01777;
  background-image: url(../images/footer_newsletter_arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .families-newsletter .families-newsletter-content .btn-primary {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .families-newsletter .families-newsletter-content .btn-primary {
    font-size: 19px;
  }
}
.families-newsletter .families-newsletter-content .btn-primary:hover {
  border: 2px solid #D01777;
  color: #fff;
  background-color: #D01777;
  text-decoration: underline;
}

.families-resources .families-resources-content .col-sm-6 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .families-resources .families-resources-content .col-sm-6 {
    width: 50%;
  }
}
.families-resources .families-resources-content .tpo-paragraph-column {
  padding: 0;
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta {
  padding: 230px 30px 35px 20px;
}
@media only screen and (min-width: 768px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta {
    padding: 140px 65px 43px 65px;
  }
}
@media only screen and (min-width: 992px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta {
    padding: 210px 65px 43px 65px;
  }
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 10px 20px;
}
@media only screen and (min-width: 768px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    padding: 20px 30px;
    height: 255px;
  }
}
@media only screen and (min-width: 992px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    width: 100%;
    min-height: 320px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    width: 81%;
    min-height: 290px;
  }
}
@media only screen and (min-width: 1600px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner {
    min-height: 255px;
  }
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-image: url(../images/bg_families_resources_bar.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
    padding-bottom: 16px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
    padding-bottom: 20px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1230px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title {
    font-size: 34px;
  }
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title a {
  text-decoration: none;
  color: #063057;
  background-image: url(../images/icon_front_portals_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 28px;
  background-size: 19px 19px;
}
@media only screen and (min-width: 992px) {
  .families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title a {
    padding-right: 40px;
    background-size: auto auto;
  }
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-title a:hover {
  text-decoration: underline;
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .field--name-field-tpo-paragraph-body {
  color: #063057;
}
.families-resources .families-resources-content .tpo-paragraph-column .tpo-paragraph-cta .inner .cta-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one .tpo-paragraph-cta .inner {
    position: relative;
    left: 45px;
  }
}
.families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one .resources-bg {
  background-repeat: no-repeat;
  width: 130%;
  height: 130%;
  position: absolute;
  display: none;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one .resources-bg {
    display: block;
    top: -60px;
    background-size: 50% 100%;
  }
}
@media only screen and (min-width: 992px) {
  .families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one .resources-bg {
    top: -47px;
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1230px) {
  .families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one .resources-bg {
    background-image: url(../images/bg_families_resources_stars.svg);
    width: 150%;
    height: 150%;
    top: -62px;
    background-size: 60%;
  }
}
@media only screen and (min-width: 1600px) {
  .families-resources .families-resources-content .tpo-paragraph-column.tpo-paragraph-column-one .resources-bg {
    top: -40px;
    background-size: auto auto;
    width: 150%;
    height: 150%;
  }
}
.page-node-645 .footer {
  margin-top: 0 !important;
}
